/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/styles/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: var(--fs-32);
  margin: var(--spacing-2) 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: var(--fs-16); /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: var(--fs-16); /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: var(--lh-xlg); /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: var(--bw-thin) dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

figure {
  margin: 0;
}

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

/*
@mixin fsz($size) {
    $fontOutput: calculateRem($size);
    font-size: $fontOutput + rem;
}
*/
:root {
  --brand-100: 254, 96, 6;
  --brand-200: 229, 119, 26;
  --action-500: 253, 234, 207;
  --neutral-000: 255, 255, 255;
  --neutral-100: 247, 247, 247;
  --neutral-200: 253, 253, 253;
  --neutral-300: 250, 250, 250;
  --neutral-400: 246, 246, 246;
  --neutral-500: 0, 0, 0;
  --neutral-600: 16, 16, 16;
  --neutral-700: 118, 117, 111;
  --neutral-800: 68, 68, 68;
  --neutral-900: 232, 232, 232;
  --neutral-1000: 0, 24, 25;
  --neutral-1100: 190, 186, 179;
  --neutral-1200: 188, 188, 188;
  --promo-500: 255, 112, 67;
  --success-500: 234, 140, 0;
  --error-500: 229, 57, 53;
  --warning-500: 255, 160, 0;
  --info-500: 41, 182, 246;
  --star-500: 255, 193, 7;
  --focusRing: 41, 182, 246;
  --whatsapp: 37, 211, 102;
  --fs-12: 0.75rem;
  --fs-14: 0.875rem;
  --fs-16: 1rem;
  --fs-18: 1.125rem;
  --fs-20: 1.25rem;
  --fs-24: 1.5rem;
  --fs-28: 1.75rem;
  --fs-32: 2rem;
  --fs-40: 2.5rem;
  --fs-48: 3rem;
  --fs-56: 3.5rem;
  --fw-100: 100;
  --fw-200: 200;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
  --ff-primary: "Arial", sans-serif;
  --ff-secondary: "Playfair Display", sans-serif;
  --italic: italic;
  --normal: normal;
  --lh-normal: 1;
  --lh-xsm: 1.15;
  --lh-sm: 1.2;
  --lh-md: 1.25;
  --lh-xmd: 1.33;
  --lh-lg: 1.4;
  --lh-xlg: 1.5;
  --lh-xxlg: 1.56;
  --ls-normal: normal;
  --ls-xsm: 0.5px;
  --ls-sm: 1px;
  --ls-md: 1.5px;
  --ls-lg: 1.8px;
  --ls-xlg: 2px;
  --spacing-0: 0;
  --spacing-1: 4px;
  --spacing-2: 8px;
  --spacing-3: 12px;
  --spacing-4: 16px;
  --spacing-5: 24px;
  --spacing-6: 32px;
  --spacing-7: 36px;
  --spacing-8: 48px;
  --spacing-10: 64px;
  --gap0: 0;
  --gap05: 5px;
  --gap07: 7px;
  --gap1: 10px;
  --gap15: 15px;
  --gap2: 20px;
  --gap25: 25px;
  --gap3: 30px;
  --gap35: 35px;
  --gap4: 40px;
  --gap5: 50px;
  --gap6: 60px;
  --gap7: 70px;
  --gap8: 80px;
  --gap9: 90px;
  --gap10: 100px;
  --gap125: 125px;
  --gap320: 320px;
  --size-0: 0;
  --size-1: 4px;
  --size-2: 8px;
  --size-3: 12px;
  --size-4: 16px;
  --size-6: 24px;
  --size-8: 32px;
  --size-10: 40px;
  --size-12: 48px;
  --size-14: 56px;
  --size-16: 64px;
  --size-20: 80px;
  --size-24: 96px;
  --br-none: 0;
  --br-sm: 2px;
  --br-md: 4px;
  --br-lg: 8px;
  --br-xl: 16px;
  --br-xxl: 32px;
  --br-pill: 9999px;
  --bw-none: 0;
  --bw-hairline: 1px;
  --bw-thin: 2px;
  --bw-thick: 4px;
  --br-default: solid;
  --br-divider: dotted;
  --br-highlight: dashed;
  --op-25: 0.25;
  --op-50: 0.5;
  --op-75: 0.75;
  --op-100: 1;
  --sl-0: 0;
  --sl-1: 1;
  --sl-11: 1.1;
  --sl-12: 1.2;
  --sl-13: 1.3;
  --shadow-sm: 0 1px 2px 0 #0000001a;
  --shadow-md: 0 3px 6px -2px #0003, 0 2px 4px -1px #0000001a;
  --shadow-lg: 0 10px 15px -3px #00000024, 0 4px 6px -2px #0000001a;
  --shadow-xlg: 0 15px 30px -10px rgba(0, 0, 0, 0.2);
  --shadow-xxlg: 0 10px 60px -10px rgba(164, 170, 176, 0.6);
  --linear-grd-sm: linear-gradient(0deg, rgba(22, 27, 30, 0.4) 0%, rgba(22, 27, 30, 0.4) 100%);
  --linear-grd-md: linear-gradient(180deg, rgba(26, 36, 41, 0) 0%, #1a2429 59.62%);
  --linear-grd-lg: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  --linear-grd-xlg: linear-gradient(0deg, rgba(100, 200, 255, 0.15) 0%, rgba(100, 200, 255, 0.15) 100%), #fff;
  --ts1: all 0.1s ease;
  --ts2: all 0.2s ease;
  --ts3: all 0.3s ease;
  --site-width: 1230px;
  --site-width-sm: 1200px;
  --site-width-lg: 1260px;
  --site-width-xlg: 1310px;
  --site-width-xxlg: 1390px;
  --gutter-container: 15px;
  --gutter-container-mobile: 20px;
  --content-width-sm: 770px;
  --content-width-md: 880px;
  --content-width-lg: 960px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: var(--fs-16);
}

body {
  font-family: var(--ff-primary);
  font-size: var(--fs-16);
  font-weight: var(--fw-400);
  color: rgb(var(--neutral-500));
  line-height: var(--lh-xlg);
  position: relative;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
  outline-width: var(--bw-2);
  outline-offset: var(--bw-2);
  color: rgb(var(--brand-100));
}
a:hover {
  color: rgb(var(--brand-200));
}
a:focus, a:active {
  outline: none;
}
a:focus-visible {
  outline: var(--bw-2) dashed rgb(var(--brand-100));
}

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

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentcolor;
  fill: currentcolor;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#yith-wcwl-popup-message {
  border-radius: var(--br-md);
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

body .wp-block-columns {
  position: relative;
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 0 var(--gutter-container);
}
body .wp-block-columns .container {
  padding: 0;
}
body .wp-block-columns.is-layout-flex {
  gap: var(--spacing-10);
}
@media screen and (max-width: 1024px) {
  body .wp-block-columns.is-layout-flex {
    gap: var(--spacing-6);
    flex-direction: column;
  }
}
body .wp-block-columns.is-layout-flex .sidebar-holder {
  position: sticky;
  top: var(--spacing-8);
  right: 0;
}
@media screen and (max-width: 1024px) {
  body .wp-block-columns.is-layout-flex .sidebar-holder {
    top: 0;
    position: static;
  }
}

.general-content {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .general-content {
    margin-bottom: 40px;
  }
}
.general-content .container {
  max-width: 800px;
}
.general-content h5 {
  font-family: var(--ff-secondary);
  font-weight: var(--fw-600);
  letter-spacing: 0.2px;
  line-height: var(--lh-lg);
}

.wp-block-image.size-full img {
  width: 100%;
  height: calc(100vh - 68px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .wp-block-image.size-full img {
    height: auto;
  }
}

figure.wp-block-gallery.has-nested-images.no-gaps {
  gap: 0px;
}

.container {
  max-width: var(--site-width);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--gutter-container-mobile);
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 var(--gutter-container);
  }
}

.container--small {
  max-width: var(--site-width-sm);
}

.container--large {
  max-width: var(--site-width-lg);
}

.container--xl {
  max-width: var(--site-width-xlg);
}

.container--xxl {
  max-width: var(--site-width-xxlg);
}
@media screen and (max-width: 1024px) {
  .container--xxl {
    padding-left: 0;
    padding-right: 0;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: var(--size-0);
  overflow: hidden;
}
.video-container .video-js,
.video-container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accessible-text,
.screen-reader-text {
  border: var(--bw-none);
  clip: rect(0 0 0 0);
  height: var(--size-1);
  top: calc(var(--size-1) * -1);
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  font-size: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.clearfix::before, .entry-content::before, .clearfix::after, .entry-content::after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix::after, .entry-content::after {
  clear: both;
}

.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  top: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .hidden-responsive {
    display: none;
  }
}

.section-bottom {
  margin-bottom: var(--spacing-6);
}
@media screen and (min-width: 768px) {
  .section-bottom {
    margin-bottom: var(--spacing-8);
  }
}
@media screen and (min-width: 1024px) {
  .section-bottom {
    margin-bottom: var(--spacing-10);
  }
}

.button-holder {
  text-align: center;
  margin: var(--spacing-8) 0 0;
  position: relative;
  z-index: 1;
}

.img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: center;
     object-position: center;
}

.responsive-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.relative {
  position: relative;
}

.zindex1 {
  z-index: 1;
}

.zindex2 {
  z-index: 2;
}

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

/* Content Width General Classes */
.content-width-sm {
  max-width: var(--content-width-sm);
}

.content-width-md {
  max-width: var(--content-width-md);
}
.text-center.content-width-md {
  margin-left: auto;
  margin-right: auto;
}

.content-width-lg {
  max-width: var(--content-width-lg);
}

/* Font Size */
.text-small {
  font-size: var(--fs-16);
}

/* Spacing Classess */
.mb-xs {
  margin-bottom: var(--spacing-2);
}

.mb-sm {
  margin-bottom: var(--spacing-4);
}

.mb-md {
  margin-bottom: var(--spacing-6);
}

.mb-xmd {
  margin-bottom: var(--spacing-7);
}

.mb-lg {
  margin-bottom: var(--spacing-10);
}

.mt-xs {
  margin-top: var(--spacing-2);
}

.mt-sm {
  margin-top: var(--spacing-4);
}

.mt-md {
  margin-top: var(--spacing-6);
}

.mt-xmd {
  margin-top: var(--spacing-7);
}

.mt-lg {
  margin-top: var(--spacing-10);
}

/* Flex CSS */
.d-flex {
  display: flex;
}

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

.d-space-between {
  justify-content: space-between;
}

.d-flex-end {
  justify-content: flex-end;
}

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

.d-hcenter {
  justify-content: center;
}

.d-flex-card-column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.d-flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.d-flex-center-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* Mobile Only Classes */
.show-on-mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .show-on-mobile {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .d-flex.show-on-mobile {
    display: flex !important;
  }
}

@media screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
}

/* General Sections Intro */
.section-intro {
  position: relative;
  z-index: 1;
}
.d-flex.section-intro {
  gap: var(--spacing-4);
}
.d-flex.section-intro .btn {
  max-width: 350px;
}

.section-intro__content {
  flex: 1;
}

.title-small {
  font-weight: var(--fw-700);
  font-size: var(--fs-20);
  margin-bottom: var(--spacing-5);
  line-height: --lh-sm;
  letter-spacing: calc(var(--ls-sm) * -1);
}

.title-vsmall {
  font-weight: var(--fw-700);
  font-size: var(--fs-16);
  margin-bottom: var(--spacing-5);
  line-height: --lh-md;
  letter-spacing: calc(var(--ls-sm) * -1);
}

.text-white {
  color: rgb(var(--neutral-000));
}
.text-white .entry-content a:not(.btn) {
  color: rgb(var(--neutral-000));
}
.entry-content.text-white a:not(.btn) {
  color: rgb(var(--neutral-000));
}

.swiper-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(var(--brand-100));
  z-index: 1;
}
.swiper-button .material-symbols-outlined {
  font-size: var(--fs-32);
}

.swiper-button-disabled {
  color: rgba(var(--brand-100), var(--op-50));
  pointer-events: none;
}

.absolute-whole {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-width {
  width: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.bg-light {
  background: rgba(var(--neutral-500), var(--op-25));
  padding: var(--gap10) 0;
}

em,
i {
  font-style: var(--italic);
}

strong,
b {
  font-weight: var(--fw-700);
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.2em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--ff-primary);
  font-weight: var(--fw-700);
  margin: 0 0 var(--spacing-4);
}

h1,
.h1 {
  font-size: clamp(var(--fs-40), 3.5vw, var(--fs-56));
  line-height: var(--lh-xsm);
}

h2,
.h2 {
  font-size: clamp(var(--fs-32), 3.5vw, var(--fs-40));
  line-height: var(--lh-sm);
}

h3,
.h3 {
  font-size: clamp(var(--fs-24), 3.5vw, var(--fs-32));
  line-height: var(--lh-md);
}

h4,
.h4 {
  font-size: clamp(var(--fs-20), 3.5vw, var(--fs-24));
  line-height: var(--lh-xmd);
}

h5,
.h5 {
  font-size: clamp(var(--fs-18), 3.5vw, var(--fs-20));
  line-height: var(--lh-lg);
}

h6,
.h6 {
  font-size: clamp(var(--fs-16), 3.5vw, var(--fs-18));
  line-height: var(--lh-xxlg);
}

.entry-content *:first-child {
  margin-top: var(--spacing-0);
}
.entry-content a:not(.btn) {
  text-decoration: underline;
}
.entry-content a:not(.btn):hover {
  color: rgb(var(--brand-100));
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-top: var(--spacing-6);
  margin-bottom: var(--spacing-4);
}
.entry-content p {
  margin: 0;
}
.entry-content p:not(:last-child) {
  margin-bottom: var(--spacing-5);
}
.entry-content img {
  max-width: 100%;
  margin-bottom: var(--spacing-4);
}
.entry-content figure {
  margin: 0 0 var(--spacing-4);
}
.entry-content figure img {
  margin-bottom: var(--spacing-0);
}
.entry-content hr {
  height: 1px;
  background-color: rgba(var(--neutral-500), var(--op-50));
  margin: var(--spacing-4) 0;
  border: none;
  border-bottom: var(--bw-hairline) var(--br-default) rgba(var(--neutral-500), var(--op-50));
}
.entry-content .alignleft {
  float: left;
  margin: var(--spacing-4) var(--spacing-4) var(--spacing-4) 0;
}
@media screen and (max-width: 768px) {
  .entry-content .alignleft {
    margin-right: var(--spacing-0);
  }
}
.entry-content .alignright {
  float: right;
  margin: var(--spacing-4) 0 var(--spacing-4) var(--spacing-4);
  margin-left: var(--spacing-4);
  margin-bottom: var(--spacing-4);
  margin-top: var(--spacing-4);
}
@media screen and (max-width: 768px) {
  .entry-content .alignright {
    margin-left: var(--spacing-0);
  }
}
.entry-content .alignleft,
.entry-content .alignright {
  display: inline;
}
@media screen and (max-width: 768px) {
  .entry-content .alignleft,
  .entry-content .alignright {
    width: 100%;
    display: block;
    float: none;
  }
}
.entry-content .aligncenter {
  clear: both;
  display: block;
  margin: var(--spacing-4) auto;
}
.entry-content img.size-full {
  max-width: 100%;
  width: auto;
  display: block;
}
.entry-content .wp-caption {
  border: none;
  max-width: 100%;
  font-size: var(--fs-16);
  color: rgb(var(--neutral-500));
  margin-bottom: var(--spacing-4);
}
.entry-content .wp-caption img {
  display: block;
  max-width: 100%;
}
.entry-content .wp-caption-text,
.entry-content figcaption {
  text-align: center;
  font-size: var(--fs-14);
  font-style: italic;
  margin: var(--spacing-1) 0 0;
}
.entry-content blockquote {
  font-size: var(--fs-20);
  font-family: var(--ff-primary);
  font-style: var(--italic);
  position: relative;
  padding-left: var(--size-6);
  margin: var(--spacing-5) 0;
  border-left: var(--bw-thin) var(--br-default) rgba(var(--neutral-000), var(--op-500));
}
@media screen and (min-width: 768px) {
  .entry-content blockquote {
    margin: var(--spacing-6) 0;
    font-size: var(--fs-24);
  }
}
.entry-content blockquote p {
  margin: 0;
}
.entry-content blockquote cite {
  color: rgba(var(--neutral-500), var(--op-75));
  font-weight: var(--fw-700);
  line-height: --lh-sm;
  font-style: normal;
}
.entry-content ol,
.entry-content ul {
  margin-bottom: var(--spacing-5);
  padding-left: var(--size-6);
  list-style-position: outside;
}
.entry-content ol ul,
.entry-content ol ol,
.entry-content ul ul,
.entry-content ul ol {
  margin-top: var(--spacing-4);
}
.entry-content ol ul:first-child,
.entry-content ol ol:first-child,
.entry-content ul ul:first-child,
.entry-content ul ol:first-child {
  margin-top: var(--spacing-4);
}
.entry-content ol li,
.entry-content ul li {
  margin-bottom: var(--spacing-3);
}
.entry-content ol li:last-child,
.entry-content ul li:last-child {
  margin-bottom: var(--spacing-0);
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content {
  /* Make sure embeds and iframes fit their containers */
}
.entry-content embed,
.entry-content iframe,
.entry-content object {
  max-width: 100%;
  display: block;
}
.entry-content {
  /* Main table style */
  /* Table wrapper for horizontal scrolling */
}
.entry-content .table__wrapper {
  display: grid;
  overscroll-behavior-x: contain;
  overflow-x: auto;
  padding: var(--size-6) 0;
  width: 100%;
}
.entry-content table {
  color: rgb(var(--neutral-500));
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: var(--spacing-4) 0;
  overflow: auto;
}
.entry-content th,
.entry-content td {
  padding: var(--size-4);
  border: 1px solid rgb(var(--neutral-200));
}
@media screen and (max-width: 768px) {
  .entry-content th,
  .entry-content td {
    padding: var(--size-3);
  }
}
.entry-content th {
  background-color: rgb(var(--neutral-200));
  font-weight: var(--fw-700);
  text-align: center;
}
.entry-content td {
  background-color: rgb(var(--neutral-000));
  text-align: left;
}
.entry-content {
  /* Alternate row colors for better readability */
}
.entry-content tr:nth-child(even) {
  background-color: rgba(var(--neutral-200), var(--op-50));
}

.entry-content--text-small {
  font-size: var(--fs-16);
}

body.admin-bar .entry-content img.size-full {
  height: calc(100vh - 110px);
}
@media screen and (max-width: 768px) {
  body.admin-bar .entry-content img.size-full {
    height: auto;
  }
}

/* Content Width General Classes */
/* Font Size */
/* Spacing Classess */
/* Flex CSS */
/* Mobile Only Classes */
/* General Sections Intro */
@font-face {
  font-family: "Arial";
  src: url(fonts/fonnts.com-ARIAL.woff2) format("woff2"), url(fonts/fonnts.com-ARIAL.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url(fonts/fonnts.com-ArialMdm.woff2) format("woff2"), url(fonts/fonnts.com-ArialMdm.woff) format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url(fonts/fonnts.com-ARIALBD-1.woff2) format("woff2"), url(fonts/fonnts.com-ARIALBD-1.woff) format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url(fonts/fonnts.com-ARIBLK.woff2) format("woff2"), url(fonts/fonnts.com-ARIBLK.woff) format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
.btn {
  display: inline-block;
  color: rgba(var(--neutral-000), 1);
  font-size: var(--fs-16);
  font-weight: var(--fw-700);
  line-height: 1.5;
  letter-spacing: -0.16px;
  border-radius: 40px;
  padding: 12px 24px;
  background: rgba(var(--brand-100), 1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:hover, .btn:focus {
  color: rgba(var(--neutral-000), 1);
  background: rgba(var(--neutral-000), 0.1);
}

.btn--outline {
  padding: 11px 23px;
  background: rgba(var(--neutral-000), 0.1);
  border-radius: var(--br-pill);
  border: 1px solid rgba(var(--neutral-000), 1);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.02);
}
.btn--outline:hover, .btn--outline:focus {
  color: rgba(var(--neutral-000), 1);
  background: rgba(var(--brand-100), 1);
}

.btn--white {
  background: rgba(var(--neutral-000), 1);
  color: rgba(var(--neutral-500), 1);
}
.btn--white:hover, .btn--white:focus {
  background: rgba(var(--neutral-1200), 1);
  color: rgba(var(--neutral-500), 1);
}

.btn--grey {
  background: rgba(var(--neutral-900), 1);
  color: rgba(var(--neutral-600), 1);
  font-weight: 700;
  letter-spacing: -0.16px;
}
.btn--grey:hover, .btn--grey:focus {
  background: rgba(var(--neutral-1200), 1);
  color: rgba(var(--neutral-500), 1);
}

.header {
  position: fixed;
  width: 100%;
  top: 40px;
  z-index: 100;
  transition: top 0.3s ease;
}
.header .container {
  max-width: 1203px;
}
.header.is-active .header__menu {
  top: 0;
  height: 100vh;
}
.header.is-active .menuBar__container .icon {
  display: block;
}
.header.is-active .menuBar__container:before {
  display: none;
}
.header.is-scrolled {
  top: 0px;
  background: #191919;
}
.header.is-scrolled .header__wrapper {
  background: #191919;
}

body.admin-bar .header.is-scrolled {
  top: 32px;
}
@media screen and (max-width: 768px) {
  body.admin-bar .header.is-scrolled {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar .header.is-scrolled {
    top: 0;
  }
}

.header.is-active:not(.is-scrolled):before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #191919;
  z-index: -9;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap15);
  padding: 6px 24px;
  border-radius: 40px;
  background: rgba(var(--neutral-000), 0.1);
  transition: background 0.4s ease;
}

.header__menu .primaryNav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 48px;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .header__menu .primaryNav {
    margin-top: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
  }
  .header__menu .primaryNav > li > ul {
    display: none;
  }
  .header__menu .primaryNav li.active > ul {
    padding-left: 16px;
    margin-top: 12px;
    display: block;
  }
}
.header__menu .primaryNav > li a {
  position: relative;
  color: rgba(var(--neutral-000), 1);
  font-size: var(--fs-16);
  font-weight: var(--fw-700);
  line-height: 1.5;
  letter-spacing: -0.32px;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.header__menu .primaryNav > li a span:not(.menu-expand) {
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1024px) {
  .header__menu .primaryNav > li a span:not(.menu-expand) {
    font-size: var(--fs-14);
    visibility: visible;
    opacity: 1;
  }
}
.header__menu .primaryNav > li a:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(var(--brand-100), 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.header__menu .primaryNav > li:hover > a, .header__menu .primaryNav > li:focus > a {
  color: rgba(var(--brand-100), 1);
}
.header__menu .primaryNav > li:hover > a span, .header__menu .primaryNav > li:focus > a span {
  display: inline-block;
  visibility: visible;
  opacity: 1;
  font-size: var(--fs-16);
}
.header__menu .primaryNav > li:hover > a:before, .header__menu .primaryNav > li:focus > a:before {
  width: 40px;
}
.header__menu .primaryNav > li.current-menu-item > a, .header__menu .primaryNav > li.current_page_item > a {
  color: rgba(var(--brand-100), 1);
}
.header__menu .primaryNav > li.current-menu-item > a span, .header__menu .primaryNav > li.current_page_item > a span {
  display: inline-block;
  transform: translateX(0);
}
.header__menu .primaryNav > li.current-menu-item > a:before, .header__menu .primaryNav > li.current_page_item > a:before {
  width: 44px;
}
.header__menu .primaryNav > li ul a {
  position: relative;
  color: rgba(var(--neutral-000), 1);
  font-size: var(--fs-14);
  font-weight: var(--fw-500);
  line-height: 1.5;
  letter-spacing: -0.28px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header__menu .primaryNav li.current-menu-item > a, .header__menu .primaryNav li.current_page_item > a {
  color: rgba(var(--brand-100), 1);
}
.header__menu .primaryNav li.current-menu-item > a span, .header__menu .primaryNav li.current_page_item > a span {
  display: inline-block;
  transform: translateX(0);
}
.header__menu .primaryNav li.current-menu-item > a:before, .header__menu .primaryNav li.current_page_item > a:before {
  width: 44px;
}
.header__menu .primaryNav li a:hover, .header__menu .primaryNav li a:focus {
  color: rgba(var(--brand-100), 1);
}

.header__logo {
  display: inline-block;
  line-height: 0;
  max-width: 182px;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    position: relative;
    z-index: 99;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 150px;
  }
}

.header__actions {
  padding-left: 31px;
}
@media screen and (max-width: 768px) {
  .header__actions {
    padding-left: 0;
  }
}

body.is-nav-open {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .header__menu {
    position: absolute;
    top: calc(-100% - 110px);
    left: 0;
    width: 100%;
    height: 0vh;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #191919;
    padding: 60px 40px;
    overflow-y: auto;
  }
}
@media screen and (min-width: 1024px) {
  .header__menu .primaryNav li {
    position: relative;
  }
  .header__menu .primaryNav li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header__menu .primaryNav li ul {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(12px);
    position: absolute;
    min-width: 200px;
    top: calc(100% + 25px);
    left: 0;
    width: 100%;
    background: #191919;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid rgba(var(--neutral-000), 1);
    z-index: 100;
  }
  .header__menu .primaryNav li ul li {
    margin-bottom: 8px;
  }
  .header__menu .primaryNav li ul li:last-child {
    margin-bottom: 0;
  }
}

.header__menu .primaryNav li.menu-item-has-children:hover > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -32px;
  width: 100%;
  height: 36px;
  background: transparent;
}

@media screen and (max-width: 1024px) {
  .header__btn--desktop {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .header__btn--mobile {
    display: none;
  }
}

.menu-expand button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.menu-expand button .icon {
  position: relative;
  top: 2px;
  right: -5px;
  fill: #fff;
  width: 16px;
  height: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer {
  padding: 80px 0 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0;
  }
}
.footer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.footer .container {
  position: relative;
  z-index: 2;
  max-width: 1390px;
}
.footer:not(:has(.footer__header)) {
  padding-top: 200px;
}
@media screen and (max-width: 1024px) {
  .footer:not(:has(.footer__header)) {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .footer:not(:has(.footer__header)) {
    padding-top: 40px;
  }
}

.footer__background {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer__background img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__header {
  max-width: 377px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.footer__header:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .footer__header:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .footer__header:not(:last-child) {
    margin-bottom: 24px;
  }
}

.footer__title {
  color: #fff;
  font-family: var(--ff-secondary);
  font-size: var(--fs-48);
  font-weight: 600;
  line-height: 1.16;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .footer__title {
    font-size: var(--fs-40);
  }
}
@media screen and (max-width: 768px) {
  .footer__title {
    font-size: var(--fs-32);
  }
}

.footer__description {
  color: #fff;
  font-family: var(--ff-primary);
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 1.5;
}

.footer__main-content {
  padding: 48px;
  border-radius: 24px;
  background: rgba(39, 38, 38, 0.8);
}
@media screen and (max-width: 1024px) {
  .footer__main-content {
    padding: 32px;
  }
}
@media screen and (max-width: 768px) {
  .footer__main-content {
    padding: 30px;
  }
}

.footer__top-content {
  display: flex;
  gap: 142px;
}
.footer__top-content:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .footer__top-content:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer__top-content:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1250px) {
  .footer__top-content {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__top-content {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__top-content {
    flex-wrap: wrap;
  }
}

.footer__logo-wrap {
  width: 328px;
}
@media screen and (max-width: 1250px) {
  .footer__logo-wrap {
    width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__logo-wrap {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo-wrap {
    width: 100%;
  }
}

.footer__logo {
  position: relative;
}
.footer__logo:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .footer__logo:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo:not(:last-child) {
    margin-bottom: 16px;
  }
}

.footer__right-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer__right-content {
    flex-wrap: wrap;
  }
}

.footer__column-title {
  font-family: var(--ff-primary);
  color: #fff;
  font-size: var(--fs-20);
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 1.2;
}
.footer__column-title:not(:last-child) {
  margin-bottom: 12px;
}

.footer__column {
  width: 100%;
  max-width: 233px;
}

.footer__menu li a {
  font-family: var(--ff-primary);
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.16px;
  text-decoration: none;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer__menu li a:hover {
  color: rgba(var(--brand-100), 1);
}
.footer__menu li:not(:last-child) {
  margin-bottom: 8px;
}

.footer__column--info a {
  display: inline-block;
  padding-bottom: 8px;
  color: #fff;
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.16px;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.footer__column--info a:hover {
  color: rgba(var(--brand-100), 1);
}

.footer__contact-address {
  color: #fff;
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.16px;
}

.footer__bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer__copyright {
  font-family: var(--ff-primary);
  font-size: var(--fs-14);
  font-weight: 400;
  line-height: 1.12;
}

.footer__social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 27px;
}
@media screen and (max-width: 1024px) {
  .footer__social-links {
    gap: 20px;
  }
}

.footer__social-link-title {
  color: #fff;
  font-family: var(--ff-primary);
  font-size: var(--fs-14);
  font-weight: 400;
  line-height: 1.57;
  letter-spacing: 1.12px;
}

.footer__social-link a {
  font-size: 0;
}
.footer__social-link a:hover img {
  transform: scale(1.1);
}
.footer__social-link img {
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-in;
}

.footer__social-link-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}
@media screen and (max-width: 1024px) {
  .footer__social-link-wrap {
    gap: 16px;
  }
}

.menuBar__container {
  position: relative;
  display: block;
  width: 56px;
  height: 40px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0.25rem;
  border-color: rgba(255, 255, 255, 0.1);
}
.menuBar__container::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3E%3Cpath stroke=%27rgba%28255, 255, 255, 1%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E");
}
.menuBar__container .icon {
  width: 30px;
  height: 30px;
  fill: #fff;
  display: none;
}
@media screen and (max-width: 768px) {
  .menuBar__container .icon {
    width: 24px;
    height: 24px;
  }
}

.mobileNav__toggle {
  display: block;
}
@media screen and (min-width: 1024px) {
  .mobileNav__toggle {
    display: none;
  }
}
.mobileNav__toggle .menuBar__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobileNav__toggle .header__close-btn {
  display: none;
}
.mobileNav__toggle .header__close-btn .icon {
  width: 30px;
  height: 30px;
  color: #fff;
}

.header.is-active .mobileNav__toggle {
  position: fixed;
  top: 48px;
  right: 40px;
  z-index: 4;
}
.header.is-active .mobileNav__toggle .menuBar__container::before {
  display: none;
}
.header.is-active .mobileNav__toggle .header__close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 640px) {
  .header.is-active .mobileNav__toggle {
    top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .header.is-active .mobileNav__toggle {
    top: 52px;
    right: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .header.is-scrolled .mobileNav__toggle {
    top: 12px;
  }
}

body.admin-bar .header.is-scrolled .mobileNav__toggle {
  top: 45px;
}
@media screen and (min-width: 640px) {
  body.admin-bar .header.is-scrolled .mobileNav__toggle {
    top: 54px;
  }
}
@media screen and (min-width: 768px) {
  body.admin-bar .header.is-scrolled .mobileNav__toggle {
    top: 45px;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar .header.is-scrolled .mobileNav__toggle {
    top: 12px;
  }
}

body.admin-bar .header:not(.is-scrolled) .mobileNav__toggle {
  top: 48px;
}
@media screen and (min-width: 640px) {
  body.admin-bar .header:not(.is-scrolled) .mobileNav__toggle {
    top: 54px;
  }
}
@media screen and (min-width: 768px) {
  body.admin-bar .header:not(.is-scrolled) .mobileNav__toggle {
    top: 53px;
  }
}

.header.is-active.is-scrolled .mobileNav__toggle {
  right: 45px;
}
@media screen and (max-width: 600px) {
  .header.is-active.is-scrolled .mobileNav__toggle {
    top: 8px;
  }
}

/* Base Input/Select/Textarea Styles */
:root {
  --fluentform-primary: #000;
  --fluentform-secondary: #4caf50 !important;
  --fluentform-danger: #e53935 !important;
  --fluentform-border-color: #94a3b8 !important;
  --fluentform-border-radius: 5px !important;
  --fluentform-input-select-height: auto !important;
}

/* Base Form Styles */
.fluentform {
  font-family: var(--ff-primary);
  color: rgb(var(--neutral-500));
  font-size: var(--fs-16);
  line-height: var(--lh-md);
}

.ff-default .ff-el-form-control {
  background-image: none;
  border: 1px solid rgba(var(--neutral-500), var(--op-100));
  border-radius: var(--br-none);
  color: rgb(var(--neutral-500));
  line-height: 1;
  max-width: 100%;
  font-family: var(--ff-primary);
}

.ff-el-section-break {
  margin: var(--spacing-8) 0;
}

/* Form Group */
.fluentform .ff-el-form-control-wrap {
  margin-bottom: var(--spacing-5);
}

body .fluentform textarea.ff-el-form-control, body .fluentform select.ff-el-form-control {
  border: 1px solid rgba(var(--neutral-500), var(--op-100));
  border-radius: var(--br-none);
}

/* Section Break Title */
.fluentform .ff-el-section-title {
  font-size: var(--fs-24);
  font-weight: var(--fw-600);
  color: rgb(var(--neutral-500));
  margin-bottom: var(--spacing-3);
}

/* Labels */
body .fluentform .ff-el-input--label label {
  font-family: var(--ff-primary);
  font-weight: var(--fw-700);
  font-size: var(--fs-16);
  line-height: var(--lh-xlg);
  display: block;
  color: rgb(var(--neutral-500));
}

/* All Inputs, Selects, Textareas */
.fluentform input[type=text],
.fluentform input[type=email],
.fluentform input[type=tel],
.fluentform input[type=number],
.fluentform input[type=url],
.fluentform input[type=date],
.fluentform input[type=time],
.fluentform select,
.fluentform textarea {
  width: 100%;
  padding: var(--spacing-3) var(--gap1);
  border: 1px solid rgba(var(--neutral-500), 1);
  border-radius: var(--br-none);
  background-color: rgb(var(--neutral-000));
  font-size: var(--fs-16);
  color: rgb(var(--neutral-500));
  transition: var(--ts2);
  box-shadow: none;
  resize: vertical;
}

.frm-fluent-form .ff-el-input--content .choices__list--single,
form.frm-fluent-form select.ff-el-form-control {
  padding: 13px var(--spacing-4);
  color: rgba(var(--neutral-500), var(--op-50));
}

form.frm-fluent-form .ff-el-group .ff-el-input--content select {
  padding: 15px var(--spacing-4);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M6 9L12 15L18 9%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: right 14px center;
}

form.frm-fluent-form .choices__inner {
  border: 1px solid rgba(var(--neutral-200), 1);
}

.ff-default .ff-el-form-control:focus {
  color: rgb(var(--neutral-500));
}

.frm-fluent-form .ff-el-input--content .choices {
  margin-bottom: 0;
}

/* Hover and Focus State */
.fluentform input[type=text]:hover,
.fluentform input[type=email]:hover,
.fluentform input[type=tel]:hover,
.fluentform input[type=number]:hover,
.fluentform input[type=url]:hover,
.fluentform input[type=date]:hover,
.fluentform input[type=time]:hover,
.fluentform select:hover,
.fluentform textarea:hover {
  border-color: rgb(var(--brand-100));
  box-shadow: 0 0 0 2px rgba(var(--brand-100), 0.2);
  color: rgb(var(--neutral-500));
}

.fluentform input[type=text]:focus,
.fluentform input[type=email]:focus,
.fluentform input[type=tel]:focus,
.fluentform input[type=number]:focus,
.fluentform input[type=url]:focus,
.fluentform input[type=date]:focus,
.fluentform input[type=time]:focus,
.fluentform select:focus,
.fluentform textarea:focus {
  border-color: rgb(var(--focusRing));
  box-shadow: 0 0 0 3px rgba(var(--focusRing), 0.3);
  outline: none;
  color: rgb(var(--neutral-500));
}

/* Placeholder */
.fluentform input::-moz-placeholder, .fluentform textarea::-moz-placeholder {
  color: rgba(var(--neutral-500), var(--op-50));
}
.fluentform input::placeholder,
.fluentform textarea::placeholder,
.fluentform .choices__list .choices__placeholder {
  color: rgba(var(--neutral-500), var(--op-50));
}

/* Error Styles */
.fluentform .ff-el-is-error {
  border-color: rgb(var(--error-500)) !important;
}

.fluentform .ff-el-form-control.ff-el-is-error:focus {
  box-shadow: 0 0 0 2px rgba(var(--error-500), 0.3);
}

.fluentform .ff-el-group .ff_t_c {
  padding-left: 10px;
}
.fluentform .ff-el-group .ff_t_c p {
  margin-bottom: 5px;
}

.fluentform .ff-el-error-message {
  color: rgb(var(--error-500));
  font-size: var(--fs-12);
  margin-top: var(--spacing-1);
}

.fluentform form input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Checkbox and Radio Styles */
.fluentform input[type=checkbox],
.fluentform input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: var(--bw-thin) var(--br-default) rgba(var(--neutral-200), 1);
  border-radius: 4px;
  background-color: rgb(var(--neutral-000));
  cursor: pointer;
  position: relative;
  transition: var(--ts2);
  vertical-align: middle;
  margin-right: var(--spacing-2);
  color: rgb(var(--neutral-500));
}

.fluentform input[type=radio] {
  border-radius: 50%;
}

.fluentform input[type=checkbox]:hover,
.fluentform input[type=radio]:hover {
  border-color: rgb(var(--brand-100));
  box-shadow: 0 0 0 2px rgba(var(--brand-100), 0.2);
}

.fluentform input[type=checkbox]:focus,
.fluentform input[type=radio]:focus {
  border-color: rgb(var(--focusRing));
  box-shadow: 0 0 0 3px rgba(var(--focusRing), 0.3);
  outline: none;
}

.fluentform input[type=checkbox]:checked {
  background-color: rgb(var(--brand-100));
  border-color: rgb(var(--brand-100));
}

.fluentform input[type=radio]:checked {
  background-color: rgb(var(--brand-100));
  border-color: rgb(var(--brand-100));
}

/* Checkmark */
.fluentform input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 9px;
  border: solid rgb(var(--neutral-000));
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.fluentform input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: rgb(var(--neutral-000));
  border-radius: 50%;
}

/* Checkbox/Radio Label */
.fluentform .ff-el-form-check-label {
  font-size: var(--fs-16);
  color: rgb(var(--neutral-500));
  cursor: pointer;
}

body .fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
  display: none;
}

/* Submit Button */
.fluentform .ff-btn-submit,
.ff-default .ff-el-group .ff_btn_style {
  font-family: var(--ff-primary);
  background: rgb(var(--brand-100)) !important;
  color: rgb(var(--neutral-000));
  font-size: var(--fs-18);
  font-weight: var(--fw-700);
  line-height: var(--lh-normal);
  padding: var(--gap15) var(--gap25);
  border: var(--bw-hairline) var(--br-default) rgb(var(--brand-100));
  border-radius: var(--br-none);
  transition: var(--ts2);
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-1);
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
}

.fluentform .ff-el-form-check-label .ff-el-form-check-input {
  margin-right: var(--spacing-2);
}

.fluentform .ff-btn-submit:hover,
.fluentform .ff-btn-submit:focus {
  background-color: rgb(var(--brand-100)) !important;
  color: rgb(var(--neutral-000));
}

/* Success Message */
.fluentform .ff_message_success {
  background-color: rgba(var(--success-500), 0.1);
  color: rgb(var(--success-500));
  border-left: 4px solid rgb(var(--success-500));
  padding: var(--spacing-3);
  border-radius: var(--br-md);
  margin-top: var(--spacing-4);
}

.fluentform .ff_upload_btn.ff-btn {
  background-color: rgb(var(--brand-100));
  border-color: rgb(var(--brand-100));
  border-radius: var(--br-md);
  color: rgb(var(--neutral-500));
}

.fluentform .ff_upload_btn.ff-btn:hover {
  background-color: rgba(var(--action-500), var(--op-50));
}

.ff-el-group.form-notice-item {
  display: inline-block;
  background-color: rgba(var(--brand-100), var(--op-25));
  border: var(--bw-hairline) var(--br-default) rgba(var(--brand-100), var(--op-50));
  padding: var(--spacing-4) var(--spacing-4);
  border-radius: var(--br-md);
}

@media screen and (min-width: 768px) {
  body .frm-fluent-form .ff-t-container {
    gap: 20px;
  }
}

.partners {
  padding: 80px 0;
  background: rgba(var(--neutral-200), 1);
}
@media screen and (max-width: 1024px) {
  .partners {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .partners {
    padding: 40px 0;
  }
}
.partners .container {
  max-width: 1260px;
}

.partners__item {
  position: relative;
}

.partners__title {
  font-family: var(--ff-secondary);
  font-size: var(--fs-32);
  font-weight: var(--fw-700);
  line-height: 1.25;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .partners__title {
    font-size: var(--fs-28);
  }
}
@media screen and (max-width: 768px) {
  .partners__title {
    font-size: var(--fs-24);
  }
}

.partners__content {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .partners__content {
    gap: 20px;
    justify-content: center;
  }
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.marquee-inner {
  display: inline-block;
  white-space: nowrap;
  margin: 0 auto;
}

.marquee-content {
  display: inline-flex;
  align-items: center;
  gap: 45px;
  margin: 0 45px 0 0;
}

.marquee.marquee-no-scroll .marquee-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.marquee.marquee-no-scroll .marquee-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 330px 0 120px;
}
@media screen and (max-width: 1024px) {
  .page-banner {
    padding: 200px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .page-banner {
    padding: 150px 0 60px;
  }
}

.page-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
.page-banner__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.54) 100%);
  z-index: 2;
}
.page-banner__bg img,
.page-banner__bg video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-banner__bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.page-banner__video-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.page-banner__video {
  position: absolute;
  inset: 0;
  overflow: hidden;
  transition: opacity 0.4s ease;
}

.page-banner__img {
  position: absolute;
  inset: 0;
  margin: 0;
}
.page-banner__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-banner__content {
  position: relative;
  z-index: 3;
}

.page-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-banner__top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

@keyframes line-draw-right-to-left {
  0% {
    transform: translateY(-50%) scaleX(0);
  }
  50% {
    transform: translateY(-50%) scaleX(1);
  }
  100% {
    transform: translateY(-50%) scaleX(0);
  }
}
.page-banner__top-text {
  font-size: var(--fs-14);
  font-family: var(--ff-primary);
  text-transform: uppercase;
  font-weight: 400;
  color: rgb(var(--success-500));
  letter-spacing: 1.12px;
  line-height: 1.57;
  position: relative;
}
.page-banner__top-text::before, .page-banner__top-text::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 72px;
  background: rgb(var(--success-500));
  top: 50%;
  transform: translateY(-50%);
  animation: line-draw-right-to-left 2s ease-in-out 0s infinite;
}
.page-banner__top-text::before {
  left: calc(100% + 20px);
  transform-origin: left center;
}
.page-banner__top-text::after {
  right: calc(100% + 20px);
  transform-origin: right center;
}

/* Main title – large white serif */
.page-banner__title {
  font-size: 56px;
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--ff-secondary);
}
@media screen and (max-width: 1024px) {
  .page-banner__title {
    font-size: 48px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .page-banner__title {
    font-size: 42px;
    margin-bottom: 24px;
  }
}

:root {
  --min-h34: 34px;
  --min-h4: 400px;
  --width34: 34px;
  --width365: 365px;
  --width750: 750px;
}

.blogs-single .post-meta__post-date {
  font-weight: var(--fw-600);
}
.blogs-single .post-meta__post-cat {
  font-weight: var(--fw-600);
}
.blogs-single .post-meta__post-author {
  font-weight: var(--fw-600);
}
.blogs-single .post-meta__post-author div {
  gap: 5px;
}
.blogs-single .post-meta__post-date--posted {
  margin-right: var(--size-3);
  padding-left: var(--spacing-5);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgNTAgNTAiIHdpZHRoPSI1MHB4IiBoZWlnaHQ9IjUwcHgiPjxwYXRoIGQ9Ik0gMTIgMCBDIDEwLjkwNjI1IDAgMTAgMC45MDYyNSAxMCAyIEwgMTAgNCBMIDQgNCBDIDMuNDc2NTYzIDQgMi45NDUzMTMgNC4xOTE0MDYgMi41NzAzMTMgNC41NzAzMTMgQyAyLjE5MTQwNiA0Ljk0NTMxMyAyIDUuNDc2NTYzIDIgNiBMIDIgNDYgQyAyIDQ2LjUyMzQzOCAyLjE5MTQwNiA0Ny4wNTQ2ODggMi41NzAzMTMgNDcuNDMzNTk0IEMgMi45NDUzMTMgNDcuODA4NTk0IDMuNDc2NTYzIDQ4IDQgNDggTCA0NiA0OCBDIDQ2LjUyMzQzOCA0OCA0Ny4wNTQ2ODggNDcuODA4NTk0IDQ3LjQzMzU5NCA0Ny40MzM1OTQgQyA0Ny44MDg1OTQgNDcuMDU0Njg4IDQ4IDQ2LjUyMzQzOCA0OCA0NiBMIDQ4IDYgQyA0OCA1LjQ3NjU2MyA0Ny44MDg1OTQgNC45NDUzMTMgNDcuNDMzNTk0IDQuNTcwMzEzIEMgNDcuMDU0Njg4IDQuMTkxNDA2IDQ2LjUyMzQzOCA0IDQ2IDQgTCA0MCA0IEwgNDAgMiBDIDQwIDAuOTA2MjUgMzkuMDkzNzUgMCAzOCAwIEwgMzYgMCBDIDM0LjkwNjI1IDAgMzQgMC45MDYyNSAzNCAyIEwgMzQgNCBMIDE2IDQgTCAxNiAyIEMgMTYgMC45MDYyNSAxNS4wOTM3NSAwIDE0IDAgWiBNIDEyIDIgTCAxNCAyIEwgMTQgOCBMIDEyIDggWiBNIDM2IDIgTCAzOCAyIEwgMzggOCBMIDM2IDggWiBNIDQgNiBMIDEwIDYgTCAxMCA4IEMgMTAgOS4wOTM3NSAxMC45MDYyNSAxMCAxMiAxMCBMIDE0IDEwIEMgMTUuMDkzNzUgMTAgMTYgOS4wOTM3NSAxNiA4IEwgMTYgNiBMIDM0IDYgTCAzNCA4IEMgMzQgOS4wOTM3NSAzNC45MDYyNSAxMCAzNiAxMCBMIDM4IDEwIEMgMzkuMDkzNzUgMTAgNDAgOS4wOTM3NSA0MCA4IEwgNDAgNiBMIDQ2IDYgTCA0NiAxMyBMIDQgMTMgWiBNIDQgMTUgTCA0NiAxNSBMIDQ2IDQ2IEwgNCA0NiBaIE0gMTAgMTkgTCAxMCA0MiBMIDQwIDQyIEwgNDAgMTkgWiBNIDEyIDIxIEwgMTcgMjEgTCAxNyAyNiBMIDEyIDI2IFogTSAxOSAyMSBMIDI0IDIxIEwgMjQgMjYgTCAxOSAyNiBaIE0gMjYgMjEgTCAzMSAyMSBMIDMxIDI2IEwgMjYgMjYgWiBNIDMzIDIxIEwgMzggMjEgTCAzOCAyNiBMIDMzIDI2IFogTSAxMiAyOCBMIDE3IDI4IEwgMTcgMzMgTCAxMiAzMyBaIE0gMTkgMjggTCAyNCAyOCBMIDI0IDMzIEwgMTkgMzMgWiBNIDI2IDI4IEwgMzEgMjggTCAzMSAzMyBMIDI2IDMzIFogTSAzMyAyOCBMIDM4IDI4IEwgMzggMzMgTCAzMyAzMyBaIE0gMTIgMzUgTCAxNyAzNSBMIDE3IDQwIEwgMTIgNDAgWiBNIDE5IDM1IEwgMjQgMzUgTCAyNCA0MCBMIDE5IDQwIFogTSAyNiAzNSBMIDMxIDM1IEwgMzEgNDAgTCAyNiA0MCBaIE0gMzMgMzUgTCAzOCAzNSBMIDM4IDQwIEwgMzMgNDAgWiIvPjwvc3ZnPg==);
}
.blogs-single .post-meta__post-date--modified {
  padding-left: var(--spacing-5);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2711%27 height=%2711%27 viewBox=%270 0 11 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2.3913 0C2.12976 0 1.91304 0.207682 1.91304 0.458333V0.916667H0.478261C0.222317 0.916667 0 1.10107 0 1.36515V10.5891C0 10.7207 0.0793987 10.8478 0.175611 10.9132C0.271824 10.9776 0.376444 11 0.478261 11H10.5217C10.6236 11 10.7282 10.9776 10.8244 10.9132C10.9206 10.8478 11 10.7207 11 10.5891V1.36515C11 1.12524 10.7973 0.916667 10.5414 0.916667H9.08696V0.458333C9.08696 0.207682 8.87024 0 8.6087 0H8.13043C7.86889 0 7.65217 0.207682 7.65217 0.458333V0.916667H3.34783V0.458333C3.34783 0.207682 3.13111 0 2.86957 0H2.3913ZM2.3913 0.458333H2.86957V1.83333H2.3913V0.458333ZM8.13043 0.458333H8.6087V1.83333H8.13043V0.458333ZM0.478261 1.375H1.91304V1.83333C1.91304 2.08398 2.12976 2.29167 2.3913 2.29167H2.86957C3.13111 2.29167 3.34783 2.08398 3.34783 1.83333V1.375H7.65217V1.83333C7.65217 2.08398 7.86889 2.29167 8.13043 2.29167H8.6087C8.87024 2.29167 9.08696 2.08398 9.08696 1.83333V1.375H10.5217V2.97917H0.478261V1.375ZM0.478261 3.4375H10.5217V10.5417H0.478261V3.4375ZM7.34205 4.72477L7.21221 4.91724L5.26461 7.81315L3.98675 6.70492L3.80927 6.55184L3.48888 6.89111L3.66542 7.04508L5.36175 8.51497L7.61388 5.1661L7.74372 4.97363L7.34205 4.72477Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
}

.post-share__label {
  margin: 0 12px 0 0;
}

.page-banner__content .rank-math-breadcrumb a {
  color: rgb(var(--neutral-000));
  text-decoration: underline;
  transition: var(--ts2);
}
.page-banner__content .rank-math-breadcrumb a:hover {
  color: rgb(var(--brand-100));
  text-decoration: none;
}
.page-banner__content .rank-math-breadcrumb span {
  color: rgb(var(--neutral-000));
}

.single-post .page-banner__content .page-banner__title {
  margin-bottom: 0px;
}

.post-meta__post-cat p {
  margin: 0;
}

.post-meta {
  list-style: none;
  padding-left: 0;
  gap: 10px;
  font-size: var(--fs-16);
  font-weight: var(--fw-400);
  color: rgb(var(--neutral-500));
  line-height: 1;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .post-meta {
    gap: var(--gap2);
  }
}
.post-meta li {
  margin-bottom: 0;
  gap: var(--gap05);
}
.post-meta li a {
  color: rgb(var(--neutral-500));
  transition: var(--ts2);
  text-decoration: none;
  gap: var(--gap1);
}
.post-meta li a:hover {
  color: rgb(var(--brand-100));
  text-decoration: none;
}

.content-side__inner .container {
  padding: 0;
}

.post-detail-holder {
  margin-bottom: var(--gap4);
}
@media screen and (min-width: 1024px) {
  .post-detail-holder {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: var(--gap3);
  }
}

.post-detail-holder__detail .content-side__inner {
  padding: var(--size-8);
  background-color: rgb(var(--neutral-000));
  border-radius: var(--br-lg);
  box-shadow: var(--shadow-sm);
  border: var(--br-default) var(--bw-hairline) rgb(var(--neutral-100));
}

@media screen and (min-width: 1024px) {
  .post-detail-holder__toc {
    display: flex;
    width: var(--width365);
    position: sticky;
    top: 110px;
    left: 0;
    transition: var(--ts2);
  }
  .scrolling-up .post-detail-holder__toc {
    top: 200px;
  }
}

.wp-block-rank-math-toc-block {
  background-color: rgb(var(--action-500));
  border: var(--br-default) var(--bw-hairline) rgb(var(--neutral-050));
  padding: 30px 20px;
  border-radius: var(--br-lg);
  box-shadow: none;
  list-style: none;
  margin: 0;
}
.wp-block-rank-math-toc-block > p,
.wp-block-rank-math-toc-block > div {
  font-size: var(--fs-24);
  font-weight: var(--fw-700);
  margin-bottom: var(--gap2);
  padding-right: var(--gap2);
}
@media screen and (min-width: 768px) {
  .wp-block-rank-math-toc-block > p,
  .wp-block-rank-math-toc-block > div {
    font-size: var(--fs-28);
  }
}
.wp-block-rank-math-toc-block h2 {
  font-size: var(--fs-24);
  font-weight: var(--fw-700);
  margin-bottom: 0;
  padding-right: var(--gap2);
}
@media screen and (min-width: 768px) {
  .wp-block-rank-math-toc-block h2 {
    font-size: var(--fs-28);
  }
}
.wp-block-rank-math-toc-block nav {
  padding-right: var(--gap2);
}
@media screen and (min-width: 1024px) {
  .wp-block-rank-math-toc-block nav {
    max-height: var(--min-h4);
    overflow-y: auto;
  }
  .wp-block-rank-math-toc-block nav::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .wp-block-rank-math-toc-block nav::-webkit-scrollbar-thumb {
    background-color: rgb(var(--brand-700));
    border-radius: var(--br-md);
  }
}
.wp-block-rank-math-toc-block nav ul {
  font-size: var(--fs-16);
  padding-left: var(--gap2);
  list-style-position: outside;
  list-style-type: disc;
  display: block;
}
.wp-block-rank-math-toc-block nav ul li {
  padding-bottom: var(--gap1);
  border-bottom: var(--bw-hairline) var(--br-default) rgba(var(--neutral-500), var(--op-25));
  margin-bottom: var(--spacing-3);
  font-size: var(--fs-18);
}
.wp-block-rank-math-toc-block nav ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wp-block-rank-math-toc-block nav ul li a {
  color: rgb(var(--neutral-500));
  width: 100%;
  display: block;
}
.wp-block-rank-math-toc-block nav ul li a:hover, .wp-block-rank-math-toc-block nav ul li a:focus {
  color: rgb(var(--brand-100));
}
.wp-block-rank-math-toc-block nav ul li ul {
  border-top: var(--bw-hairline) var(--bw-solid) rgba(var(--neutral-000), var(--op-1));
  margin-top: var(--gap1);
}
.wp-block-rank-math-toc-block nav ul li ul li {
  border-bottom: var(--bw-hairline) var(--bw-dashed) rgba(var(--neutral-500), var(--op-25));
  margin-bottom: var(--gap05);
  padding-bottom: var(--gap05);
}
.wp-block-rank-math-toc-block nav ul li ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .wp-block-rank-math-toc-block {
    margin-bottom: var(--gap3);
  }
}

.post-single__title {
  position: relative;
  color: rgb(var(--neutral-000));
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .post-single__title {
    font-size: 2rem;
  }
}

.post-single__excerpt {
  color: rgb(var(--neutral-000));
}

@media screen and (min-width: 1024px) {
  .post-detail-holder__detail {
    width: calc(100% - var(--width365) - var(--gap6));
  }
}
.post-detail-holder__detail .content-with-sidebar__inner .content-with-sidebar__content-col {
  width: 100%;
}

.post-detail-holder.no-sidebar .post-detail-holder__toc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .post-detail-holder.no-sidebar .post-detail-holder__detail {
    width: 100%;
    max-width: var(--width750);
  }
}

.sidebar-open-handler {
  height: var(--min-h34);
  width: var(--width34);
  z-index: 9;
  top: 30%;
  right: var(--gap2);
  position: fixed;
  padding: var(--gap05);
  border-radius: var(--br-pill);
  background: rgba(var(--brand-100), var(--op-100));
  filter: drop-shadow(0px 12.5px 25px rgba(var(--neutral-500), var(--op-25)));
  border: var(--bw-hairline) var(--br-default) rgba(var(--neutral-500), var(--op-25));
  visibility: hidden;
  transition: var(--ts3);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scrolling-down .sidebar-open-handler {
  visibility: visible;
  opacity: var(--op-100);
}
@media screen and (min-width: 1024px) {
  .sidebar-open-handler {
    display: none;
  }
}
.sidebar-open-handler .material-symbols-outlined {
  font-size: var(--fs-22);
  color: rgba(var(--neutral-000), var(--op-100));
}

.sidebar-open-handler {
  visibility: hidden;
  opacity: 0;
}
.scrolling-down .sidebar-open-handler {
  visibility: visible;
  opacity: var(--op-100);
}

.sidebar-close-handler {
  height: var(--min-h34);
  width: var(--width34);
  border: none;
  z-index: 99;
  border-radius: var(--br-pill);
  background-color: transparent;
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: rgba(var(--neutral-000), var(--op-100));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1024px) {
  .sidebar-close-handler {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .sidebar-side--general {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
    z-index: 99999;
    background-color: rgba(var(--neutral-000), var(--op-100));
    overflow-y: auto !important;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    transform: scale(0.98);
    transform-origin: center center;
    padding: 0 var(--gap2) var(--gap2);
  }
}
@media screen and (max-width: 1024px) {
  .sidebar-side--general.sidebar-side--fixed {
    visibility: visible;
    opacity: var(--op-100);
    transform: scale(1);
    padding-top: var(--gap2);
  }
}
.sidebar-side--general .sidebar-card {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .stuck .sidebar-holder {
    align-self: flex-end;
    position: relative;
  }
}

.post-listings__intro h1 {
  font-family: var(--ff-secondary);
  font-weight: var(--fw-700);
  font-size: clamp(var(--fs-32), 6vw, var(--fs-50));
  line-height: var(--lh-normal);
  text-transform: uppercase;
  margin-bottom: var(--spacing-3);
  letter-spacing: var(--ls-neg);
}

.section-intro {
  margin-bottom: var(--gap35);
}

.latest-blogs__title {
  font-family: var(--ff-secondary);
  font-size: clamp(var(--fs-32), 6vw, var(--fs-50));
  font-weight: var(--fw-700);
  margin-top: 0;
  margin-bottom: var(--gap1);
  line-height: var(--lh-normal);
  text-transform: uppercase;
}
.latest-blogs .latest-blogs__title {
  font-family: var(--ff-secondary);
  font-weight: var(--fw-700);
}

.section-intro__content .section__title-small {
  text-transform: uppercase;
  font-size: var(--fs-14);
  font-weight: var(--fw-700);
  letter-spacing: var(--ls-neg);
  color: rgba(var(--neutral-500), var(--op-75));
}

.post-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap15);
}
@media screen and (min-width: 640px) {
  .post-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .post-items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.postt-item {
  position: relative;
}

.post-item {
  position: relative;
  background-color: rgb(var(--neutral-000));
  padding: var(--gap2) var(--gap2) var(--gap5);
  border-radius: var(--br-lg);
  border: 1px solid rgba(var(--neutral-500), var(--op-25));
  box-shadow: 0 15px 20px 0 rgba(var(--neutral-900), var(--op-1));
  transition: var(--ts3);
}
.post-item:hover {
  box-shadow: 0 15px 20px 0 rgba(var(--neutral-900), var(--op-25));
}
.post-item:not(.post-item--overlayed) .post-item__image {
  border-radius: var(--br-md);
  aspect-ratio: 400/300;
}
.post-item:not(.post-item--overlayed):hover .btn--link {
  color: rgb(var(--neutral-000));
}
.post-item:not(.post-item--overlayed):hover .btn--link {
  border-bottom: var(--bw-hairline) var(--br-default) rgb(var(--brand-100));
}
.post-item:not(.post-item--overlayed):hover .post-item__title {
  color: rgb(var(--brand-100));
}
.post-item .btn--link {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.post-item__content {
  height: 100%;
  overflow: hidden;
  border-radius: var(--br-md);
}

.post-item__image-wrap {
  overflow: hidden;
  height: 100%;
  border-radius: var(--br-md);
}

.post-item__image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  transition: var(--ts3);
  display: block;
}
.post-item:hover .post-item__image {
  scale: 1.1;
}

.post-item__title {
  font-size: 24px;
  font-weight: var(--fw-700);
  font-family: var(--ff-primary);
  margin: 0;
  letter-spacing: -0.66px;
  line-height: var(--lh-sm);
}
.post-item__title:not(:last-child) {
  margin-bottom: var(--spacing-2);
  transition: var(--ts2);
}
@media screen and (max-width: 480px) {
  .post-item__title {
    height: auto !important;
  }
}

.post-item__meta-wrap {
  line-height: 1;
  margin-bottom: 10px;
}
.post-item__meta-wrap .post-item__meta {
  position: relative;
  font-size: 15px;
  display: inline-block;
  margin: 0;
  font-weight: 500;
}
.post-item__meta-wrap .post-item__meta:not(:last-child) {
  padding-right: 15px;
}
.post-item__meta-wrap .post-item__meta:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #260003;
}
.post-item__meta-wrap .post-item__meta a {
  color: #260003;
  color: inherit;
}
.post-item__meta-wrap .post-item__meta a:hover {
  color: rgb(var(--brand-100));
}

.post-item__author {
  margin: 0 0 0 8px;
}

.latest-blogs {
  padding-top: clamp(var(--gap4), 6vw, var(--gap6));
  padding-bottom: clamp(var(--gap4), 6vw, var(--gap6));
}
body:not(.home) .latest-blogs {
  padding-top: clamp(var(--gap6), 6vw, var(--gap10));
  padding-bottom: clamp(var(--gap6), 6vw, var(--gap8));
}
.woocommerce-account .latest-blogs {
  padding-top: 0;
}
.latest-blogs .section__title-wrap {
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  .latest-blogs .post-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .latest-blogs .post-items {
    grid-template-columns: 1fr;
  }
}

.post-item--overlayed {
  aspect-ratio: 400/300;
  border-radius: var(--br-md);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .post-item--overlayed {
    aspect-ratio: 400/400;
  }
}
.post-item--overlayed::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(var(--neutral-500), 0) 0%, rgb(var(--neutral-500)) 100%);
  position: absolute;
  z-index: 1;
}
.post-item--overlayed .post-item__image {
  aspect-ratio: 400/300;
  transition: var(--ts2);
}
@media screen and (min-width: 768px) {
  .post-item--overlayed .post-item__image {
    aspect-ratio: 400/400;
  }
}
.post-item--overlayed .post-item__content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  overflow: hidden;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .post-item--overlayed .post-item__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: var(--gap2);
  }
}
.post-item--overlayed .post-item__content,
.post-item--overlayed .post-item__title {
  color: rgb(var(--neutral-000));
}
.post-item--overlayed .post-item__content a,
.post-item--overlayed .post-item__title a {
  color: rgb(var(--neutral-000));
}
.post-item--overlayed .post-item__meta,
.post-item--overlayed .post-item__title {
  color: rgb(var(--neutral-000));
}
.post-item--overlayed:hover .post-item__image {
  transform: scale(1.1);
}

.post-item__content .post-item__excerpt {
  margin-bottom: var(--gap1);
  font-size: var(--fs-16);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.latest-blogs__btn {
  margin-top: 30px;
}

.navigation.post-navigation {
  margin-top: var(--spacing-6);
}

.post-listings__feature-blog .author-box__name span {
  display: block;
  line-height: 1.1;
}

:root {
  --width30: 30px;
  --width40: 40px;
  --width100: 100px;
  --width150: 150px;
}

.author-box {
  align-items: flex-start;
  gap: var(--gap2);
  padding: var(--gap2);
  border-radius: var(--br-lg);
  box-shadow: 0 10px 20px 0 rgba(var(--neutral-900), var(--op-2));
  background-color: #6E72C1;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .author-box {
    flex-direction: column;
  }
}

.author-box__author-name {
  font-size: clamp(var(--fs-20), 3.5vw, var(--fs-24));
  margin-bottom: var(--spacing-2);
  color: #fff;
}
.author-box__author-name a {
  color: inherit;
}
.author-box__author-name a:hover {
  color: rgb(var(--brand-100));
}

.author-box__image {
  width: var(--width30);
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 1px var(--br-default) rgb(var(--neutral-000));
  border-radius: var(--br-pill);
  filter: drop-shadow(0 1px 8.9px rgba(0, 0, 0, 0.25));
}
.author-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
}
@media screen and (min-width: 1024px) {
  .author-box__image {
    width: var(--width40);
  }
}

.author-box__info {
  flex: 1;
}

.page-banner--blog {
  margin-bottom: var(--gap4);
}

.pagination-wrap {
  margin-top: var(--gap4);
  padding-top: var(--gap3);
  border-top: var(--bw-hairline) solid rgba(var(--neutral-500), 0.12);
}
.pagination-wrap.pagination-center {
  text-align: center;
}
.pagination-wrap ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--gap05);
}
.pagination-wrap li {
  margin: 0;
  padding: 0;
}
.pagination-wrap a.page-numbers,
.pagination-wrap span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0 var(--spacing-3);
  font-family: var(--ff-primary);
  font-size: var(--fs-14);
  font-weight: var(--fw-600);
  line-height: 1;
  text-decoration: none;
  color: rgb(var(--neutral-500));
  background-color: rgb(var(--neutral-000));
  border: var(--bw-hairline) solid rgba(var(--neutral-500), 0.15);
  border-radius: var(--br-lg);
  transition: var(--ts2);
}
.pagination-wrap a.page-numbers:hover,
.pagination-wrap a.page-numbers:focus-visible {
  color: rgb(var(--neutral-000));
  background-color: rgb(var(--brand-100));
  border-color: rgb(var(--brand-100));
  outline: none;
}
.pagination-wrap span.page-numbers.current {
  color: rgb(var(--neutral-000));
  background: linear-gradient(180deg, #5f63c6 0%, #2b2e73 100%);
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(43, 46, 115, 0.25);
  cursor: default;
}
.pagination-wrap span.page-numbers.dots {
  min-width: auto;
  padding: 0 var(--spacing-2);
  border: 0;
  background: transparent;
  color: rgba(var(--neutral-500), 0.55);
  box-shadow: none;
}
.pagination-wrap span.page-numbers.prev,
.pagination-wrap span.page-numbers.next {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination-wrap a.page-numbers.prev,
.pagination-wrap a.page-numbers.next {
  min-width: 2.5rem;
  font-size: var(--fs-18);
}

.error-404 {
  padding: var(--size-10) 0;
  margin-bottom: var(--size-10);
}
@media screen and (min-width: 768px) {
  .error-404 {
    padding: var(--size-56) 0;
  }
}
@media screen and (min-width: 1024px) {
  .error-404 {
    padding: var(--size-20) 0;
  }
}

/*# sourceMappingURL=style-index.css.map*/