/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

:root{
  --color-icon-base: #000;
  --color-icon-hover: #545454;
}

.iconSvg svg[fill]:not([fill=none]) {
  fill: var(--color-icon-base);
  stroke: none;
}

.iconSvg:hover svg[fill]:not([fill=none]) {
  fill: var(--color-icon-hover);
  stroke: none;
}

.iconSvg svg rect[stroke]:not([stroke=none]),
    .iconSvg svg polyline[stroke]:not([stroke=none]),
    .iconSvg svg polygon[stroke]:not([stroke=none]),
    .iconSvg svg path[stroke]:not([stroke=none]),
    .iconSvg svg line[stroke]:not([stroke=none]),
    .iconSvg svg circle[stroke]:not([stroke=none]),
    .iconSvg svg ellipse[stroke]:not([stroke=none]) {
  fill: none;
  stroke: var(--color-icon-base);
}

.iconSvg svg rect[fill]:not([fill=none]),
    .iconSvg svg polyline[fill]:not([fill=none]),
    .iconSvg svg polygon[fill]:not([fill=none]),
    .iconSvg svg path[fill]:not([fill=none]),
    .iconSvg svg line[fill]:not([fill=none]),
    .iconSvg svg circle[fill]:not([fill=none]),
    .iconSvg svg ellipse[fill]:not([fill=none]) {
  fill: var(--color-icon-base);
  stroke: none;
}

.iconSvg svg rect[opacity]:not([opacity=none]),
    .iconSvg svg polyline[opacity]:not([opacity=none]),
    .iconSvg svg polygon[opacity]:not([opacity=none]),
    .iconSvg svg path[opacity]:not([opacity=none]),
    .iconSvg svg line[opacity]:not([opacity=none]),
    .iconSvg svg circle[opacity]:not([opacity=none]),
    .iconSvg svg ellipse[opacity]:not([opacity=none]) {
  fill: var(--color-icon-base);
  stroke: none;
}

.iconSvg svg circle:not([fill]):not([stroke]) {
  fill: var(--color-icon-base);
  stroke: none;
}

.iconSvg:hover svg > * {
  transition-property: all;
  transition-duration: 150ms;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.iconSvg:hover svg rect[stroke]:not([stroke=none]),
    .iconSvg:hover svg polyline[stroke]:not([stroke=none]),
    .iconSvg:hover svg polygon[stroke]:not([stroke=none]),
    .iconSvg:hover svg path[stroke]:not([stroke=none]),
    .iconSvg:hover svg line[stroke]:not([stroke=none]),
    .iconSvg:hover svg circle[stroke]:not([stroke=none]),
    .iconSvg:hover svg ellipse[stroke]:not([stroke=none]) {
  fill: none;
  stroke: var(--color-icon-hover);
}

.iconSvg:hover svg rect[fill]:not([fill=none]),
    .iconSvg:hover svg polyline[fill]:not([fill=none]),
    .iconSvg:hover svg polygon[fill]:not([fill=none]),
    .iconSvg:hover svg path[fill]:not([fill=none]),
    .iconSvg:hover svg line[fill]:not([fill=none]),
    .iconSvg:hover svg circle[fill]:not([fill=none]),
    .iconSvg:hover svg ellipse[fill]:not([fill=none]) {
  fill: var(--color-icon-hover);
  stroke: none;
}

.iconSvg:hover svg rect[opacity]:not([opacity=none]),
    .iconSvg:hover svg polyline[opacity]:not([opacity=none]),
    .iconSvg:hover svg polygon[opacity]:not([opacity=none]),
    .iconSvg:hover svg path[opacity]:not([opacity=none]),
    .iconSvg:hover svg line[opacity]:not([opacity=none]),
    .iconSvg:hover svg circle[opacity]:not([opacity=none]),
    .iconSvg:hover svg ellipse[opacity]:not([opacity=none]) {
  fill: var(--color-icon-hover);
  stroke: none;
}

.iconSvg:hover svg circle:not([fill]):not([stroke]) {
  fill: var(--color-icon-hover);
  stroke: none;
}

.columns-wrap {
  margin: -14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media not all and (min-width: 1024px) {
  .columns-wrap {
    margin: -8px;
  }
}

.columns-wrap > [class*=column-] {
  flex-shrink: 1;
  flex-grow: 0;
  flex-basis: auto;
  padding: 14px;
}

@media not all and (min-width: 1024px) {
  .columns-wrap > [class*=column-] {
    padding: 8px;
  }
}

.columns-wrap.gap-60 {
  margin: -30px;
  gap: 0px;
}

.columns-wrap.gap-60 > [class*=column-] {
  padding: 30px;
}

.columns-wrap.gap-30 {
  margin: -15px;
  gap: 0px;
}

.columns-wrap.gap-30 > [class*=column-] {
  padding: 15px;
}

.column-1 {
  width: 100%;
  flex-basis: 100%;
}

.column-2 {
  width: 50%;
  flex-basis: 50%;
}

:root{
  --color-brand: #a30000;
  --color-brand-hover: #ed1b24;
  --color-text: #000;
  --color-dark: #303030;
  --color-greylight: #fafafa;
  --swiper-navigation-size: 30px;
  --swiper-theme-color: var(--color-brand);
}

a {
  color: var(--color-brand);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

a:hover {
  color: var(--color-brand-hover);
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: "Albert Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  color: var(--color-text);
}

@media not all and (min-width: 1024px) {
  body {
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.5;
  }
}

.h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
}

h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
}

.container {
  position: relative;
}

@media not all and (min-width: 1024px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.list-inline {
  display: inline-flex;
}

.list-inline .item {
  display: inline-flex;
}

.row-wrap {
  display: flex;
}

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

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon svg {
  height: 1rem;
  width: 1rem;
}

@media (min-width: 1024px) {
  .zigzag-reverse > *:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.container {
  max-width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1160px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1160px;
  }
}

.button-wrap {
  display: flex;
  gap: 1.25rem;
}

@media not all and (min-width: 1024px) {
  .button-wrap {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
}

.button-wrap > .button {
  flex: 0 1 auto;
}

@media not all and (min-width: 1024px) {
  .button-wrap > .button {
    flex-basis: 100%;
  }
}

.button {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--color-brand);
  background-color: var(--color-brand);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 150ms;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --color-icon-base: #FFF;
  --color-icon-hover: #FFF;
}

.button:hover {
  border-color: var(--color-brand-hover);
  background-color: var(--color-brand-hover);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.button-full {
  display: flex;
}

.button.button--outline-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --color-icon-base: #FFF;
}

.button.button--outline-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--color-brand);
  --color-icon-hover: var(--color-brand);
}

.button.button--outline {
  border-color: var(--color-brand);
  background-color: transparent;
  color: var(--color-brand);
  --color-icon-base: var(--color-brand);
}

.button.button--outline:hover {
  border-color: var(--color-brand-hover);
  background-color: var(--color-brand-hover);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --color-icon-hover: #FFF;
}

.button.button-icon .icon ~ span {
  padding-left: 0.5rem;
}

.button.button-icon span ~ .icon {
  padding-left: 0.5rem;
}

.button.button-icon-md svg {
  height: 1.5rem;
  width: 1.5rem;
}

.topnav {
  overflow: hidden;
  background-color: var(--color-brand);
  font-size: 0.75rem;
  line-height: 1rem;
}

.topnav .container .left,
    .topnav .container .right {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 50%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media not all and (min-width: 1024px) {
  .topnav .container .left,
    .topnav .container .right {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.topnav .container .right {
  position: relative;
  display: flex;
  justify-content: flex-end;
  background-color: var(--color-dark);
}

.topnav .container .right:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 0px;
  width: 0px;
  border-top-width: 52px;
  border-left-width: 45px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-style: solid;
  border-left-color: var(--color-brand);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
  content: '';
}

.topnav .container .right:after {
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 10;
  height: 100%;
  width: 100vw;
  background-color: var(--color-dark);
  content: '';
}

@media not all and (min-width: 1024px) {
  .topnav .list-contact,
    .topnav .list-social {
    display: none;
  }
}

.topnav .list-contact .icon svg, 
    .topnav .list-social .icon svg {
  height: 16px;
  width: 16px;
}

.topnav a {
  display: flex;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.topnav .iconSvg a{
  --color-icon-base: #FFF;
  --color-icon-hover: #FFF;
}

.topnav ul .item:not(:last-child) {
  margin-right: 1.5rem;
}

.topnav ul .item .icon ~ span {
  margin-left: 0.25rem;
  display: inline-flex;
  align-items: center;
}

@media not all and (min-width: 1024px) {
  .mainnav {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.mainnav .row-wrap {
  align-items: center;
  justify-content: space-between;
}

.mainnav .brand,
    .mainnav .action {
  flex: 0 1 auto;
}

.mainnav .menunav {
  flex: 0 1 auto;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}

@media not all and (min-width: 1024px) {
  .mainnav .menunav {
    position: absolute;
    left: 0px;
    top: -999%;
    z-index: 99999;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    opacity: 0;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .mainnav .menunav .menu .item {
    width: 100%;
  }

  .mainnav .menunav .menu .item a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .mainnav .menunav.opened {
    top: 56px;
    opacity: 1;
  }
}

.mainnav .brand a {
  display: flex;
  align-items: center;
}

.mainnav .brand .logo ~ .text {
  padding-left: 0.5rem;
}

@media not all and (min-width: 1024px) {
  .mainnav .brand .text {
    display: none;
  }
}

.mainnav .title-site {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--color-text);
}

.mainnav .subtitle-site {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: rgba(0,0,0,0.5);
}

.mainnav .menu {
  display: flex;
  align-items: center;
}

@media not all and (min-width: 1024px) {
  .mainnav .menu {
    flex-direction: column;
    padding-bottom: 0.75rem;
  }
}

.mainnav .menunav .menu a {
  display: flex;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 14px;
  padding-right: 14px;
  color: var(--color-text);
}

.mainnav .menunav .sub-menu li:not(:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}

@media not all and (min-width: 1024px) {
  .mainnav .menunav .sub-menu li:not(:last-child) {
    border-color: transparent;
  }
}

.mainnav .menunav .sub-menu li a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media not all and (min-width: 1024px) {
  .mainnav .menunav .sub-menu li a {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.mainnav .menunav .sub-menu li:last-child a {
  padding-bottom: 1rem;
}

@media not all and (min-width: 1024px) {
  .mainnav .action .menu {
    flex-direction: row;
    padding-bottom: 0px;
  }
}

.mainnav .button {
  min-height: unset;
}

.mainnav .menu-toggle {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 1024px) {
  .mainnav .menu-toggle {
    display: none;
  }
}

.mainnav .menu-toggle .icon {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}

body.menunav-opened .mainnav .menu-toggle .icon {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.mainnav .menu-toggle svg {
  height: 1.25rem;
  width: 1.25rem;
}

.menu .item {
  position: relative;
}

.menu .item a:not(.button):hover {
  color: var(--color-brand-hover);
}

.menu > .item.current-menu-item > a {
  font-weight: 600;
  color: var(--color-brand);
}

.menunav .menu > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  min-width: 180px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media not all and (min-width: 1024px) {
  .menunav .menu > li > .sub-menu {
    position: relative;
    min-width: 100%;
    transform: none !important;
    border-radius: 0px;
    border-width: 0px;
    padding-left: 0.75rem;
    opacity: 1 !important;
  }
}

.menunav .menu > li > .sub-menu{
  transform-origin: center top 0;
  transform: scale(1,0) translate(0,0);
  transition: all .2s ease-in-out;
  opacity: 0;
  border: 1px solid var(--teks-5);
  border-radius: 0 0 10px 10px;
  z-index: 9;
}

.menunav .menu > li:last-child > .sub-menu {
  left: unset;
  right: 0px;
}

.menunav .menu > li:hover > .sub-menu{
  opacity: 1;
  transform: scale(1) translate(0,0);
}

.breadcrumbs {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.breadcrumbs a,
    .breadcrumbs span {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}

.breadcrumbs a:hover {
  color: var(--color-brand-hover);
}

.breadcrumbs .separator {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.breadcrumbs span.last {
  color: var(--color-brand);
}

.page-header .breadcrumbs {
  border-width: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-header .breadcrumbs a,
    .page-header .breadcrumbs span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page-header .breadcrumbs a:hover {
  color: var(--color-brand-hover);
}

.page-header .breadcrumbs .separator {
  color: var(--color-brand-hover);
}

.footer {
  background-color: var(--color-dark);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer a:hover {
  color: var(--color-brand-hover);
}

.footer .list-social .item{
  --color-icon-base: #FFF;
  --color-icon-hover: var(--color-brand-hover);
}

.footer .list-social .item svg {
  height: 24px;
  width: 24px;
}

@media not all and (min-width: 1024px) {
  .footer .columns-wrap {
    margin: -15px;
  }

  .footer .columns-wrap > [class*=column-] {
    padding: 15px;
  }
}

.footer-main {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}

.footer-main .columns-wrap #col-1 {
  display: flex;
  align-items: center;
}

@media not all and (min-width: 1024px) {
  .footer-main .columns-wrap #col-1 .foot-content {
    display: flex;
    width: 100%;
    align-items: center;
  }
}

.footer-main .foot-brand {
  height: 5rem;
}

@media not all and (min-width: 1024px) {
  .footer-main .foot-brand {
    height: 4rem;
  }
}

.footer-main .foot-brand ~ .text {
  margin-top: 1rem;
}

@media not all and (min-width: 1024px) {
  .footer-main .foot-brand ~ .text {
    margin-top: 0px;
    padding-left: 1rem;
  }
}

.footer-main .foot-titlesite {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.footer-main .foot-subtitlesite {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.footer-main .foot-head .foot-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 0.1px;
}

.footer-main .foot-head ~ .foot-content {
  margin-top: 1.75rem;
}

.footer-main .foot-content,
    .footer-main .foot-content li {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.footer-main .foot-content ul {
  margin-bottom: 0px;
  margin-left: 0px;
  list-style-type: none;
  padding-left: 0px;
}

.footer-main .foot-content li:not(:last-child) {
  margin-bottom: 1rem;
}

.footer-credit {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-credit:before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0.1;
}

/* Swiper Slider */

.homeHeroSlide {
  position: relative;
  height: 600px;
}

.homeHeroSlide .container {
  position: relative;
  z-index: 3;
  display: flex;
  height: 100%;
  align-items: center;
}

.homeHeroSlide .slide-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.homeHeroSlide .inner-wrap {
  position: relative;
  width: 50%;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.27;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 1024px) {
  .homeHeroSlide .inner-wrap {
    width: 100%;
  }
}

.homeHeroSlide .button {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: 1.25px;
}

.homeHeroSlide .title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.27;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 1024px) {
  .homeHeroSlide .title {
    font-size: 30px;
  }
}

.homeHeroSlide .title ~ p:first-of-type {
  margin-top: 0.75rem;
}

.homeHeroSlide .title ~ .button-wrap {
  margin-top: 32px;
}

.homeHeroSlide .swiper-slide:before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* Section */

.section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media not all and (min-width: 1024px) {
  .section {
    overflow: clip;
  }
}

.section .section-head {
  margin-left: auto;
  margin-right: auto;
  max-width: 468px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.25px;
}

.section .section-head .title-section {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

@media not all and (min-width: 1024px) {
  .section .section-head .title-section {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.section .section-head .title-section ~ p:first-of-type {
  margin-top: 0.25rem;
}

@media not all and (min-width: 1024px) {
  .section .section-head .title-section ~ p:first-of-type {
    margin-top: 1rem;
  }
}

.section .section-head ~ .section-body {
  margin-top: 40px;
}

.box-product,
    .certificate-item,
    .gallery-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  color: var(--color-text);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media not all and (min-width: 1024px) {
  .box-product,
    .certificate-item,
    .gallery-item {
    height: 100%;
  }
}

.box-product:hover,
    .certificate-item:hover,
    .gallery-item:hover {
  border-color: var(--color-brand-hover);
  color: var(--color-text);
}

.box-product:hover .post-title,
    .certificate-item:hover .post-title {
  color: var(--color-brand-hover);
}

.box-product .thumb,
    .certificate-item .thumb,
    .gallery-item .thumb {
  width: 100%;
}

.box-product .thumb img,
    .certificate-item .thumb img,
    .gallery-item .thumb img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  padding: 0px;
}

@media not all and (min-width: 1024px) {
  .box-product .thumb img {
    height: 150px;
  }
}

@media (min-width: 1024px) {
  .box-product .thumb img {
    height: 257px;
  }
}

.box-product .content,
    .certificate-item .content {
  padding: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.25px;
}

@media not all and (min-width: 1024px) {
  .box-product .content,
    .certificate-item .content {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.box-product .content .post-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media not all and (min-width: 1024px) {
  .box-product .content .post-title {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.5;
  }
}

.box-product .content .post-title ~ p:first-of-type,
    .certificate-item .content .post-title ~ p:first-of-type {
  margin-top: 0.5rem;
}

.products-wide .product-item {
  margin: -30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media not all and (min-width: 1024px) {
  .products-wide .product-item {
    margin: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.products-wide .product-item > [class*=column] {
  padding: 30px;
}

@media not all and (min-width: 1024px) {
  .products-wide .product-item > [class*=column] {
    padding: 15px;
  }
}

.products-wide .product-thumb .thumb,
    .section-thumb .thumb {
  display: flex;
  height: 424px;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media not all and (min-width: 1024px) {
  .products-wide .product-thumb .thumb,
    .section-thumb .thumb {
    height: 300px;
  }
}

.products-wide .product-thumb .thumb img,
    .section-thumb .thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.products-wide .product-content {
  display: flex;
  align-items: center;
}

.products-wide .product-content,
    .section-content {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.25px;
}

@media not all and (min-width: 1024px) {
  .products-wide .product-content,
    .section-content {
    line-height: 1.7;
  }
}

.products-wide .product-content .toptitle,
    .section-content .toptitle {
  position: relative;
  display: flex;
  padding-left: 50px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 1.43;
  color: var(--color-brand);
}

.products-wide .product-content .toptitle:before,
    .section-content .toptitle:before {
  position: absolute;
  top: 50%;
  left: 0px;
  height: 1px;
  width: 2.5rem;
  background-color: var(--color-brand);
  --tw-content: '';
  content: var(--tw-content);
}

.products-wide .product-content .toptitle > li,
    .section-content .toptitle > li {
  display: inline;
}

.products-wide .product-content .toptitle > li:not(:last-child):after,
    .section-content .toptitle > li:not(:last-child):after {
  display: inline;
  padding-right: 0.25rem;
  --tw-content: ',';
  content: var(--tw-content);
}

.products-wide .product-content .post-title,
    .section-content .post-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-text);
}

@media not all and (min-width: 1024px) {
  .products-wide .product-content .post-title,
    .section-content .post-title {
    font-size: 30px;
  }
}

.products-wide .product-content .post-title a,
    .section-content .post-title a {
  color: var(--color-text);
}

.products-wide .product-content .post-title a:hover,
    .section-content .post-title a:hover {
  color: var(--color-brand-hover);
}

.products-wide .product-content p:first-of-type,
    .section-content p:first-of-type {
  margin-top: 0.75rem;
}

.products-wide .product-content .button-wrap,
    .section-content .button-wrap {
  margin-top: 0.75rem;
}

@media not all and (min-width: 1024px) {
  .products-wide .product-content .button-wrap,
    .section-content .button-wrap {
    margin-top: 1.25rem;
  }
}

.products-wide .product-content ul {
  margin-top: 0.75rem;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1.25rem;
}

.products-wide .product-content a:not(.button) {
  color: var(--color-text);
}

.products-wide .product-content a:not(.button):hover {
  color: var(--color-brand-hover);
}

.section-content ul {
  list-style-type: disc;
  padding-left: 1rem;
}

.section-content .content p:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* Certificate */

.certificate-item .content .post-title {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.certificate-item .thumb {
  padding: 1.25rem;
  padding-bottom: 0px;
}

.certificate-item .thumb img {
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media not all and (min-width: 1024px) {
  .certificate-item .thumb img {
    height: 70px;
  }
}

/* Gallery Product */

.gallery-item .thumb {
  padding: 0px;
}

.gallery-item .thumb img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media not all and (min-width: 1024px) {
  .gallery-item .thumb img {
    height: 150px;
  }
}

.gallery-item .content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Posts List Archive */

.posts-list .post-item {
  margin: -14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media not all and (min-width: 1024px) {
  .posts-list .post-item {
    margin: -8px;
  }
}

.posts-list .post-item > [class*=column-] {
  flex-shrink: 1;
  flex-grow: 0;
  flex-basis: auto;
  padding: 14px;
}

@media not all and (min-width: 1024px) {
  .posts-list .post-item > [class*=column-] {
    padding: 8px;
  }
}

.posts-list .post-item.gap-60 {
  margin: -30px;
  gap: 0px;
}

.posts-list .post-item.gap-60 > [class*=column-] {
  padding: 30px;
}

.posts-list .post-item.gap-30 {
  margin: -15px;
  gap: 0px;
}

.posts-list .post-item.gap-30 > [class*=column-] {
  padding: 15px;
}

@media not all and (min-width: 1024px) {
  .footer .posts-list .post-item {
    margin: -15px;
  }

  .footer .posts-list .post-item > [class*=column-] {
    padding: 15px;
  }
}

.footer-main .posts-list .post-item #col-1 {
  display: flex;
  align-items: center;
}

@media not all and (min-width: 1024px) {
  .footer-main .posts-list .post-item #col-1 .foot-content {
    display: flex;
    width: 100%;
    align-items: center;
  }
}

.posts-list .post-item {
  margin: 0px;
}

.posts-list .post-item:not(:last-child) {
  margin-bottom: 30px;
}

.posts-list .post-item .post-thumb {
  width: 33.333333%;
  flex-basis: 33.333333%;
  flex: 0 1 auto;
}

.posts-list .post-item .post-thumb img {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.posts-list .post-item .post-thumb ~ .post-content {
  padding-left: 30px;
}

.posts-list .post-item .post-content {
  width: 66.666667%;
  flex-basis: 66.666667%;
  display: flex;
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: auto;
  flex-direction: column;
  justify-content: center;
}

.posts-list .post-item .post-content .post-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
}

.posts-list .post-item .post-content .post-title a {
  color: var(--color-text);
}

.posts-list .post-item .post-content .post-title a:hover {
  color: var(--color-brand-hover);
}

.posts-list  .meta-post a {
  color: var(--color-text);
}

.posts-list  .meta-post a:hover {
  color: var(--color-brand-hover);
}

.posts-list .post-item .post-content .summary {
  font-size: 0.95rem;
  opacity: 0.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.posts-list.posts-box .post-item {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.posts-list.posts-box .post-item:not(:last-child) {
  margin-bottom: 20px;
}

.posts-list.posts-box .post-item .post-thumb a,
    .posts-list.posts-box .post-item .post-thumb img {
  display: block;
  height: 100%;
}

.posts-list.posts-box .post-item .post-content {
  padding: 22px;
}

.posts-list.posts-box .post-item .post-thumb ~ .post-content {
  padding-left: 30px;
}

.content-area .post-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.content-area .post-title ~ * {
  margin-top: 0.75rem;
}

.meta-post {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.meta-post > .item > span,
    .meta-post > .item > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.meta-post > .item .icon {
  display: inline-flex;
  align-items: center;
}

.content-area .post-head ~ .post-thumb,
    .content-area .post-entry {
  margin-top: 1.25rem;
}

.content-area .post-entry {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.content-area .post-entry > * {
  margin-bottom: 0.75rem;
}

.content-area .post-entry ul,
    .content-area .post-entry ol {
  margin-bottom: 0.75rem;
  list-style-position: outside;
}

.content-area .post-entry ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}

.content-area .post-entry ol {
  list-style-type: decimal;
  padding-left: 1.75rem;
}

.content-area .post-entry ol > li {
  padding-left: 0.5rem;
}

.content-area h1,
    .content-area h2,
    .content-area h3,
    .content-area h4,
    .content-area h5,
    .content-area h6 {
  font-weight: 600;
}

.content-area h1 {
  font-size: 3rem;
  line-height: 1;
}

.content-area h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.content-area h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.content-area h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.content-area h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.content-area h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.page-header {
  position: relative;
  display: flex;
  height: 250px;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-position-y: 35%;
}

.page-header:before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  --tw-content: '';
  content: var(--tw-content);
}

.page-header .title-page {
  margin: 0px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page-header .breadcrumbs ~ .title-page {
  margin-top: 0.5rem;
}

.page-header ~ .section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-header .meta-post {
  margin-top: 1rem;
}

.page-header .meta-post li, .page-header .meta-post a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page-header .meta-post a:hover {
  color: var(--color-brand-hover);
}

.page-header .meta-post .icon{
  --color-icon-base: #FFF;
  --color-icon-hover: #FFF;
}

/* Contact Us */

.contact-list {
  margin-top: 1.25rem;
  list-style-type: none !important;
  padding-left: 0px !important;
}

.contact-list .item > a, 
    .contact-list .item > span {
  display: flex;
  align-items: flex-start;
  color: var(--text-color);
}

.contact-list .item .iconSvg{
  --color-icon-base: var(--color-brand);
  --color-icon-hover: var(--color-brand-hover);
}

.contact-list .item > a:hover {
  color: var(--color-brand-hover);
}

.contact-list .item .icon {
  padding-top: 7px;
}

.contact-list .item .icon svg {
  height: 20px;
  width: 20px;
}

.contact-list .item .icon ~ span {
  padding-left: 15px;
}

.contact-list strong {
  font-weight: 600;
}

.widget-area{
}

.widget {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 15px;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.widget:not(:last-child) {
  margin-bottom: 2rem;
}

.widget .widget-head {
  margin-bottom: 1rem;
}

.widget .widget-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.widget nav ul li:not(:last-child) {
  margin-bottom: 0.75rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  padding-bottom: 0.75rem;
}

.widget.widget_recent_entries nav ul li a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.widget nav ul li .post-date {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity));
}

.pagination {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  list-style-type: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.pagination .disabled {
  cursor: not-allowed;
  opacity: 0.6;
  --color-icon-base: var(--color-text);
}

.pagination .prev {
  margin-right: auto;
}

.pagination .next {
  margin-left: auto;
}

.pagination .prev .pagination-item,
    .pagination .next .pagination-item {
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.pagination .pagination-item .icon ~ span {
  margin-left: 0.5rem;
}

.pagination .pagination-item span ~ .icon {
  margin-left: 0.5rem;
}

.pagination-item {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: .3s;
  --color-icon-base: var(--color-brand);
}

.pagination-item.page-number {
  margin-left: 7px;
  margin-right: 7px;
}

.pagination-item.current {
  border-color: var(--color-brand);
  background-color: var(--color-brand);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --color-icon-base: #FFF;
}

.pagination-item:hover {
  border-color: var(--color-brand-hover);
  background-color: var(--color-brand-hover);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --color-icon-hover: #FFF;
}

.required {
  color: var(--color-brand-hover);
}

.wpcf7-form p {
  margin-bottom: 0px;
}

.wpcf7-form p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.wpcf7-form p .wpcf7-form-control-wrap {
  margin-top: 5px;
}

.wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
  height: 40px;
  width: 100%;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 10px;
}

.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  height: 70px;
}

.wpcf7-form .wpcf7-form-control ~ .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-brand-hover);
}

.wpcf7-form label {
  font-weight: 600;
}

.wpcf7-form label * {
  font-weight: 400;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-4 {
  margin-top: 1rem;
}

.\!mt-8 {
  margin-top: 2rem !important;
}

.\!mt-4 {
  margin-top: 1rem !important;
}

.\!h-auto {
  height: auto !important;
}

.max-w-full {
  max-width: 100%;
}

.\!max-w-full {
  max-width: 100% !important;
}

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

.gap-60 {
  gap: 15rem;
}

.gap-2 {
  gap: 0.5rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

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

.font-semibold {
  font-weight: 600;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:\!bg-\[rgba\(255\2c 255\2c 255\2c \.7\)\]:hover {
  background-color: rgba(255,255,255,.7) !important;
}

.hover\:\!text-\[var\(--color-brand-hover\)\]:hover {
  color: var(--color-brand-hover) !important;
}

@media not all and (min-width: 1024px) {
  .max-lg\:gap-30.columns-wrap {
    margin: -15px;
    gap: 0px;
  }

  .max-lg\:gap-30.columns-wrap > [class*=column-] {
    padding: 15px;
  }

  .max-lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}

@media (min-width: 1024px) {
  .lg\:\!h-\[500px\] {
    height: 500px !important;
  }

  .lg\:column-2 {
    width: 50%;
    flex-basis: 50%;
  }

  .lg\:column-4 {
    width: 25%;
    flex-basis: 25%;
  }

  .lg\:column-5 {
    width: 20%;
    flex-basis: 20%;
  }

  .lg\:column-4-12 {
    width: 33.333333%;
    flex-basis: 33.333333%;
  }

  .lg\:column-6-12 {
    width: 50%;
    flex-basis: 50%;
  }

  .lg\:column-8-12 {
    width: 66.666667%;
    flex-basis: 66.666667%;
  }
}