*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;}/*
! tailwindcss v3.4.13 | 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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  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;
}
.container{
  width: 100%;}
@media (min-width: 480px){

  .container{
    max-width: 480px;}}
@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: 1400px){

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

  .container{
    max-width: 1920px;}}
.static{
  position: static;}
.absolute{
  position: absolute;}
.relative{
  position: relative;}
.sticky{
  position: sticky;}
.\!left-0{
  left: 0px !important;}
.left-0{
  left: 0px;}
.right-4{
  right: 1rem;}
.top-0{
  top: 0px;}
.top-3\.5{
  top: 0.875rem;}
.z-0{
  z-index: 0;}
.z-40{
  z-index: 40;}
.order-1{
  order: 1;}
.order-2{
  order: 2;}
.col-span-10{
  grid-column: span 10 / span 10;}
.col-span-12{
  grid-column: span 12 / span 12;}
.col-span-8{
  grid-column: span 8 / span 8;}
.col-start-1{
  grid-column-start: 1;}
.col-start-2{
  grid-column-start: 2;}
.\!m-0{
  margin: 0px !important;}
.\!mx-0{
  margin-left: 0px !important;
  margin-right: 0px !important;}
.\!mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;}
.\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;}
.mx-auto{
  margin-left: auto;
  margin-right: auto;}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;}
.\!mb-0{
  margin-bottom: 0px !important;}
.\!mb-10{
  margin-bottom: 2.5rem !important;}
.\!mb-2{
  margin-bottom: 0.5rem !important;}
.\!mb-5{
  margin-bottom: 1.25rem !important;}
.\!mb-8{
  margin-bottom: 2rem !important;}
.\!ml-0{
  margin-left: 0px !important;}
.\!mr-0{
  margin-right: 0px !important;}
.-mr-2{
  margin-right: -0.5rem;}
.-mt-6{
  margin-top: -1.5rem;}
.mb-0{
  margin-bottom: 0px;}
.mb-1\.5{
  margin-bottom: 0.375rem;}
.mb-10{
  margin-bottom: 2.5rem;}
.mb-12{
  margin-bottom: 3rem;}
.mb-120{
  margin-bottom: 120px;}
.mb-2{
  margin-bottom: 0.5rem;}
.mb-3{
  margin-bottom: 0.75rem;}
.mb-4{
  margin-bottom: 1rem;}
.mb-5{
  margin-bottom: 1.25rem;}
.mb-60{
  margin-bottom: 60px;}
.mb-8{
  margin-bottom: 2rem;}
.mb-md{
  margin-bottom: 50px;}
.ml-2{
  margin-left: 0.5rem;}
.ml-2\.5{
  margin-left: 0.625rem;}
.ml-4{
  margin-left: 1rem;}
.ml-auto{
  margin-left: auto;}
.mr-1{
  margin-right: 0.25rem;}
.mr-1\.5{
  margin-right: 0.375rem;}
.mr-2{
  margin-right: 0.5rem;}
.mr-auto{
  margin-right: auto;}
.mt-0{
  margin-top: 0px;}
.mt-120{
  margin-top: 120px;}
.mt-5{
  margin-top: 1.25rem;}
.mt-6{
  margin-top: 1.5rem;}
.mt-60{
  margin-top: 60px;}
.mt-8{
  margin-top: 2rem;}
.mt-\[6px\]{
  margin-top: 6px;}
.mt-md{
  margin-top: 50px;}
.box-border{
  box-sizing: border-box;}
.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;}
.\!block{
  display: block !important;}
.block{
  display: block;}
.inline-block{
  display: inline-block;}
.inline{
  display: inline;}
.\!flex{
  display: flex !important;}
.flex{
  display: flex;}
.inline-flex{
  display: inline-flex;}
.grid{
  display: grid;}
.\!hidden{
  display: none !important;}
.hidden{
  display: none;}
.aspect-auto{
  aspect-ratio: auto;}
.aspect-landscape{
  aspect-ratio: 8/5.5;}
.aspect-portrait{
  aspect-ratio: 6/8;}
.aspect-square{
  aspect-ratio: 1 / 1;}
.aspect-video{
  aspect-ratio: 16 / 9;}
.\!h-\[10vh\]{
  height: 10vh !important;}
.\!h-auto{
  height: auto !important;}
.h-12{
  height: 3rem;}
.h-4{
  height: 1rem;}
.h-7{
  height: 1.75rem;}
.h-8{
  height: 2rem;}
.h-\[5px\]{
  height: 5px;}
.h-\[60px\]{
  height: 60px;}
.h-auto{
  height: auto;}
.h-full{
  height: 100%;}
.max-h-0{
  max-height: 0px;}
.min-h-screen{
  min-height: 100vh;}
.\!w-\[400px\]{
  width: 400px !important;}
.\!w-full{
  width: 100% !important;}
.w-1\/3{
  width: 33.333333%;}
.w-2\/3{
  width: 66.666667%;}
.w-3\/6{
  width: 50%;}
.w-4{
  width: 1rem;}
.w-4\/12{
  width: 33.333333%;}
.w-4\/6{
  width: 66.666667%;}
.w-6\/12{
  width: 50%;}
.w-7{
  width: 1.75rem;}
.w-72{
  width: 18rem;}
.w-8{
  width: 2rem;}
.w-8\/12{
  width: 66.666667%;}
.w-\[200px\]{
  width: 200px;}
.w-\[60px\]{
  width: 60px;}
.w-auto{
  width: auto;}
.w-full{
  width: 100%;}
.w-max{
  width: -moz-max-content;
  width: max-content;}
.\!max-w-\[1400px\]{
  max-width: 1400px !important;}
.max-w-\[90\%\]{
  max-width: 90%;}
.max-w-full{
  max-width: 100%;}
.max-w-screen-xl{
  max-width: 1400px;}
.flex-shrink-0{
  flex-shrink: 0;}
.flex-grow{
  flex-grow: 1;}
.-translate-y-full{
  --tw-translate-y: -100%;
  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));}
.cursor-grab{
  cursor: grab;}
.cursor-pointer{
  cursor: pointer;}
.resize{
  resize: both;}
.list-outside{
  list-style-position: outside;}
.\!list-none{
  list-style-type: none !important;}
.list-decimal{
  list-style-type: decimal;}
.list-disc{
  list-style-type: disc;}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));}
.flex-row{
  flex-direction: row;}
.flex-row-reverse{
  flex-direction: row-reverse;}
.flex-col{
  flex-direction: column;}
.flex-wrap{
  flex-wrap: wrap;}
.content-center{
  align-content: center;}
.content-start{
  align-content: flex-start;}
.content-end{
  align-content: flex-end;}
.items-start{
  align-items: flex-start;}
.items-end{
  align-items: flex-end;}
.items-center{
  align-items: center;}
.\!items-stretch{
  align-items: stretch !important;}
.items-stretch{
  align-items: stretch;}
.justify-start{
  justify-content: flex-start;}
.justify-end{
  justify-content: flex-end;}
.justify-center{
  justify-content: center;}
.justify-between{
  justify-content: space-between;}
.justify-stretch{
  justify-content: stretch;}
.gap-10{
  gap: 2.5rem;}
.gap-20{
  gap: 5rem;}
.gap-3{
  gap: 0.75rem;}
.gap-4{
  gap: 1rem;}
.gap-5{
  gap: 1.25rem;}
.gap-8{
  gap: 2rem;}
.\!gap-y-12{
  row-gap: 3rem !important;}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;}
.gap-x-40{
  -moz-column-gap: 10rem;
       column-gap: 10rem;}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;}
.gap-y-10{
  row-gap: 2.5rem;}
.gap-y-5{
  row-gap: 1.25rem;}
.gap-y-8{
  row-gap: 2rem;}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));}
.divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid;}
.\!divide-black\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(26 24 21 / 0.25) !important;}
.overflow-hidden{
  overflow: hidden;}
.\!overflow-visible{
  overflow: visible !important;}
.overflow-visible{
  overflow: visible;}
.overflow-x-hidden{
  overflow-x: hidden;}
.\!rounded-full{
  border-radius: 9999px !important;}
.rounded-3xl{
  border-radius: 1.5rem;}
.rounded-full{
  border-radius: 9999px;}
.rounded-lg{
  border-radius: 0.5rem;}
.rounded-none{
  border-radius: 0px;}
.border{
  border-width: 1px;}
.border-2{
  border-width: 2px;}
.border-b{
  border-bottom-width: 1px;}
.border-r-0{
  border-right-width: 0px;}
.border-t{
  border-top-width: 1px;}
.border-dashed{
  border-style: dashed;}
.\!border-none{
  border-style: none !important;}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(26 24 21 / var(--tw-border-opacity));}
.border-black\/15{
  border-color: rgb(26 24 21 / 0.15);}
.border-black\/25{
  border-color: rgb(26 24 21 / 0.25);}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));}
.\!bg-brown{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(183 89 53 / var(--tw-bg-opacity)) !important;}
.\!bg-transparent{
  background-color: transparent !important;}
.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;}
.bg-beige{
  --tw-bg-opacity: 1;
  background-color: rgb(240 235 227 / var(--tw-bg-opacity));}
.bg-beige\/90{
  background-color: rgb(240 235 227 / 0.9);}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(26 24 21 / var(--tw-bg-opacity));}
.bg-black\/10{
  background-color: rgb(26 24 21 / 0.1);}
.bg-brown{
  --tw-bg-opacity: 1;
  background-color: rgb(183 89 53 / var(--tw-bg-opacity));}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));}
.bg-light-brown{
  --tw-bg-opacity: 1;
  background-color: rgb(228 219 210 / var(--tw-bg-opacity));}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));}
.bg-angle-down{
  background-image: url('/wp-content/themes/bk-blocks/images/angle-down.svg');}
.bg-check{
  background-image: url('/wp-content/themes/bk-blocks/images/check.svg');}
.bg-left{
  background-position: left;}
.bg-no-repeat{
  background-repeat: no-repeat;}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;}
.p-0{
  padding: 0px;}
.p-2{
  padding: 0.5rem;}
.p-4{
  padding: 1rem;}
.p-8{
  padding: 2rem;}
.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;}
.\!px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;}
.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;}
.\!py-3\.5{
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;}
.\!py-\[0\.1em\]{
  padding-top: 0.1em !important;
  padding-bottom: 0.1em !important;}
.px-0{
  padding-left: 0px;
  padding-right: 0px;}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;}
.py-100{
  padding-top: 100px;
  padding-bottom: 100px;}
.py-120{
  padding-top: 120px;
  padding-bottom: 120px;}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;}
.py-60{
  padding-top: 60px;
  padding-bottom: 60px;}
.py-md{
  padding-top: 50px;
  padding-bottom: 50px;}
.\!pb-2{
  padding-bottom: 0.5rem !important;}
.\!pb-3{
  padding-bottom: 0.75rem !important;}
.\!pb-\[15px\]{
  padding-bottom: 15px !important;}
.\!pl-0{
  padding-left: 0px !important;}
.\!pt-\[11px\]{
  padding-top: 11px !important;}
.pb-100{
  padding-bottom: 100px;}
.pb-120{
  padding-bottom: 120px;}
.pb-6{
  padding-bottom: 1.5rem;}
.pb-60{
  padding-bottom: 60px;}
.pb-\[56\.25\%\]{
  padding-bottom: 56.25%;}
.pb-md{
  padding-bottom: 50px;}
.pl-0{
  padding-left: 0px;}
.pl-10{
  padding-left: 2.5rem;}
.pr-0{
  padding-right: 0px;}
.pr-1\.5{
  padding-right: 0.375rem;}
.pr-6{
  padding-right: 1.5rem;}
.pt-100{
  padding-top: 100px;}
.pt-120{
  padding-top: 120px;}
.pt-20{
  padding-top: 5rem;}
.pt-60{
  padding-top: 60px;}
.pt-md{
  padding-top: 50px;}
.text-left{
  text-align: left;}
.text-center{
  text-align: center;}
.text-right{
  text-align: right;}
.font-ibm-plex-mono{
  font-family: IBM Plex Mono, monospace;}
.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";}
.\!text-\[15px\]{
  font-size: 15px !important;}
.\!text-base{
  font-size: 16px !important;}
.\!text-sm{
  font-size: 15px !important;}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;}
.text-\[15px\]{
  font-size: 15px;}
.text-\[24px\]{
  font-size: 24px;}
.text-\[28px\]{
  font-size: 28px;}
.text-\[34px\]{
  font-size: 34px;}
.text-base{
  font-size: 16px;}
.text-lg{
  font-size: 58px;}
.text-md{
  font-size: 38px;}
.text-sm{
  font-size: 15px;}
.text-xl{
  font-size: 68px;}
.text-xs{
  font-size: 14px;}
.\!font-normal{
  font-weight: 400 !important;}
.font-bold{
  font-weight: 700;}
.font-medium{
  font-weight: 500;}
.font-normal{
  font-weight: 400;}
.font-semibold{
  font-weight: 600;}
.normal-case{
  text-transform: none;}
.leading-6{
  line-height: 1.5rem;}
.leading-7{
  line-height: 1.75rem;}
.leading-\[0\.95\]{
  line-height: 0.95;}
.leading-\[0\]{
  line-height: 0;}
.leading-\[29px\]{
  line-height: 29px;}
.leading-none{
  line-height: 1;}
.leading-normal{
  line-height: 1.5;}
.leading-tight{
  line-height: 1.25;}
.tracking-normal{
  letter-spacing: 0em;}
.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(26 24 21 / var(--tw-text-opacity)) !important;}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;}
.text-\[\#B75935\]{
  --tw-text-opacity: 1;
  color: rgb(183 89 53 / var(--tw-text-opacity));}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(26 24 21 / var(--tw-text-opacity));}
.text-brown{
  --tw-text-opacity: 1;
  color: rgb(183 89 53 / var(--tw-text-opacity));}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));}
.underline{
  text-decoration-line: underline;}
.no-underline{
  text-decoration-line: none;}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
.subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;}
.opacity-60{
  opacity: 0.6;}
.\!shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);}
.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;}
.transition-\[max-height\]{
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;}
.duration-300{
  transition-duration: 300ms;}
.duration-500{
  transition-duration: 500ms;}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);}
.content-\[\'\'\]{
  --tw-content: '';
  content: var(--tw-content);}
.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;}
.alignwide{
  margin: 2rem 0;
  max-width: 1400px !important;}
.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;}
.aligncenter{
  margin: 0.5rem auto;
  display: block;}
@media (min-width: 480px){

  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;}

  .alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;}

  .wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;}

  .wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;}}
.wp-caption{
  display: inline-block;}
.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;}
.wp-caption-text{
  font-size: 1;
  color: #4b5563;}
body.page h1,div.wp-block h1{
  margin-bottom: 2.5rem;
  font-size: 68px;}
@media (max-width: 800px) {
    body.page h1,div.wp-block h1    { font-size: calc(var(--wp--preset--font-size--xl) * 0.85); }
}
@media (max-width: 600px) {
    body.page h1,div.wp-block h1    { font-size: calc(var(--wp--preset--font-size--xl) * 0.725); }
}
body.page h2,div.wp-block h2{
  margin-bottom: 2rem;
  font-size: 58px;}
@media (max-width: 800px) {
    body.page h2,div.wp-block h2    { font-size: calc(var(--wp--preset--font-size--lg) * 0.85); }
}
@media (max-width: 600px) {
    body.page h2,div.wp-block h2    { font-size: calc(var(--wp--preset--font-size--lg) * 0.725); }
}
body.page h3,div.wp-block h3{
  margin-bottom: 1rem;
  font-size: 38px;}
body.page h4,div.wp-block h4{
  margin-bottom: 1rem;
  font-family: IBM Plex Mono, monospace;
  font-size: 14px;
  line-height: 1;}
body.page h1, body.page h2, body.page h3, div.wp-block h1, div.wp-block h2, div.wp-block h3{
  font-family: DM Serif Text, serif;
  line-height: 0.95;}
body.page h1 br, body.page h2 br, body.page h3 br, div.wp-block h1 br, div.wp-block h2 br, div.wp-block h3 br{
  display: none;}
@media (min-width: 1024px){

  body.page h1 br, body.page h2 br, body.page h3 br, div.wp-block h1 br, div.wp-block h2 br, div.wp-block h3 br{
    display: inline;}}
main p:not(:has(+ ul)) a, main ul a, main ol a{
  text-decoration-line: underline;}
main p:not(:has(+ ul)) a:hover, main ul a:hover, main ol a:hover{
  text-decoration-line: none;}
main p:not(:has(+ ul)), main ul, main ol{
  margin-bottom: 2rem;}
main p:has(+ ul.checklist){
  margin-bottom: 0.5rem;}
main ul:not(.block-editor-block-variation-picker__variations) li{
  margin-left: 1rem;
  list-style-position: outside;
  list-style-type: disc;}
main ol li{
  margin-left: 1rem;
  list-style-position: outside;
  list-style-type: decimal;}
/* Various */
.container-grid{
  display: flex;
  flex-direction: column;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;}
@media (min-width: 768px){

  .container-grid{
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    padding-left: 3rem;
    padding-right: 3rem;}}
@media (min-width: 1920px){

  .container-grid{
    padding-left: 10%;
    padding-right: 10%;}}
.container-wide{
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;}
@media (min-width: 1280px){

  .container-wide{
    padding-left: 3rem;
    padding-right: 3rem;}}
p:not(:last-child):not(:has(+ ul)),
main ul:not(.blocks){
  margin-bottom: 2rem;}
main section *:last-child{
  margin-bottom: 0px;}
footer h4{
  margin-top: 1.5rem;
  margin-bottom: 1.25rem !important;}
@media (min-width: 768px){

  footer h4{
    margin-bottom: 2.5rem !important;}}
.responsive-video{
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-bottom: 56.25%;}
.responsive-video iframe{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;}
ul.checklist{
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 0px;
  line-height: 1.5;}
ul.checklist li{
  margin-left: 0px !important;
  list-style-type: none !important;
  background-image: url('/wp-content/themes/bk-blocks/images/check.svg');
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 2.5rem;}
.wp-core-ui .attachment .landscape img,
.acf-gallery .acf-gallery-attachment .thumbnail img{
  max-width: none;}
.swiper-scrollbar{
  position: relative;
  left: 0px !important;
  height: 5px;
  width: 100% !important;
  border-radius: 0px;
  background-color: rgb(26 24 21 / 0.1);}
.swiper-scrollbar .swiper-scrollbar-drag{
  cursor: grab;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(26 24 21 / var(--tw-bg-opacity));}
.swiper-scrollbar .swiper-scrollbar-drag:active{
  cursor: grabbing;}
/* Buttons */
a.knop{
  margin-right: 0.25rem;
  margin-bottom: 0.75rem;
  display: inline-flex;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 11px !important;
  padding-bottom: 0.75rem !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;}
@media (min-width: 480px){

  a.knop{
    margin-bottom: 0px;}}
a.knop.bruin{
  --tw-bg-opacity: 1;
  background-color: rgb(183 89 53 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));}
a.knop.pijl{
  position: relative;
  display: flex;
  align-items: center;}
a.knop.pijl::after{
  margin-top: 0.25rem;
  margin-left: 0.625rem;
  margin-right: -0.5rem;
  height: 1rem;
  width: 1rem;
  background-image: url('/wp-content/themes/bk-blocks/images/button-arrow.svg');
  background-size: 12px 12px;
  background-repeat: no-repeat;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: '';
  content: var(--tw-content);}
a.knop.pijl:hover::after{
  content: var(--tw-content);
  --tw-rotate: 45deg;
  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));}
@media (min-width: 480px){

  a.knop.pijl{
    display: inline-flex;}

  a.knop.pijl:hover{
    margin-top: 0.25rem;
    margin-bottom: -0.25rem;}}
a.link.lijn{
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 11px !important;
  padding-bottom: 0.5rem !important;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 24 21 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;}
@media (min-width: 480px){

  a.link.lijn{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
    display: inline-flex;
    border-radius: 0px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(26 24 21 / var(--tw-border-opacity));
    background-color: transparent;}

  a.link.lijn:hover{
    padding-bottom: 0.75rem !important;}}
a.read-more{
  display: inline-flex;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(26 24 21 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 24 21 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;}
a.read-more::after{
  margin-left: 0.625rem;
  margin-right: -0.5rem;
  margin-top: 6px;
  height: 1rem;
  width: 1rem;
  background-image: url('/wp-content/themes/bk-blocks/images/angle-down.svg');
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);}
a.read-more.is-open::after{
  --tw-rotate: 180deg;
  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));}
/* Gravity Forms */
.gform_wrapper{
  width: 100%;}
.gform_wrapper .gform_validation_errors{
  display: none !important;}
.gform_wrapper .gform_fields{
  row-gap: 1.75rem !important;}
.gform_wrapper label.gfield_label,
    .gform_wrapper legend.gfield_label{
  margin-bottom: 0.375rem;
  font-size: 15px;
  font-weight: 400 !important;
  --tw-text-opacity: 1;
  color: rgb(26 24 21 / var(--tw-text-opacity));
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;}
.gform_wrapper .gfield input[type="text"],
    .gform_wrapper .gfield input[type="email"],
    .gform_wrapper .gfield input[type="tel"],
    .gform_wrapper .gfield input[type="number"],
    .gform_wrapper .gfield input[type="password"],
    .gform_wrapper .gfield input[type="submit"]{
  border-radius: 0px !important;
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 15px !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;}
.gform_wrapper .gfield textarea{
  border-radius: 0px !important;
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 15px !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;}
.gform_wrapper .gfield select{
  border-radius: 0px !important;
  border-style: none !important;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 15px !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;}
.gform_wrapper .gfield_required_asterisk{
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(183 89 53 / var(--tw-text-opacity));}
.gform_wrapper .gfield_description{
  max-width: 768px;
  --tw-text-opacity: 1 !important;
  color: rgb(26 24 21 / var(--tw-text-opacity)) !important;
  opacity: 0.6;}
.gform_wrapper .gform_button{
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(183 89 53 / var(--tw-bg-opacity)) !important;
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-bottom: 15px !important;
  font-size: 16px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;}
.gform_wrapper .gform_button:hover{
  margin-left: 0.5rem !important;}
.gform_wrapper .gform_required_legend{
  display: none !important;}
/* Mobile titels */
@media (max-width: 800px) {
    .text-xl    { font-size: calc(var(--wp--preset--font-size--xl) * 0.85); }
    .text-lg    { font-size: calc(var(--wp--preset--font-size--lg) * 0.85); }
}
@media (max-width: 600px) {
    .text-xl    { font-size: calc(var(--wp--preset--font-size--xl) * 0.725); }
    .text-lg    { font-size: calc(var(--wp--preset--font-size--lg) * 0.725); }
}
/* Mobile padding */
@media (max-width: 800px) {
    .pt-md      { padding-top: calc(var(--wp--preset--spacing--md) * 0.75); }
    .pt-60      { padding-top: calc(var(--wp--preset--spacing--60) * 0.75); }
    .pt-100     { padding-top: calc(var(--wp--preset--spacing--100) * 0.75); }
    .pt-120     { padding-top: calc(var(--wp--preset--spacing--120) * 0.75); }
    .pb-md      { padding-bottom: calc(var(--wp--preset--spacing--md) * 0.75); }
    .pb-60      { padding-bottom: calc(var(--wp--preset--spacing--60) * 0.75); }
    .pb-100     { padding-bottom: calc(var(--wp--preset--spacing--100) * 0.75); }
    .pb-120     { padding-bottom: calc(var(--wp--preset--spacing--120) * 0.75); }
    .py-md      { padding-top: calc(var(--wp--preset--spacing--md) * 0.75); padding-bottom: calc(var(--wp--preset--spacing--md) * 0.75); }
    .py-60      { padding-top: calc(var(--wp--preset--spacing--60) * 0.75); padding-bottom: calc(var(--wp--preset--spacing--60) * 0.75); }
    .py-100     { padding-top: calc(var(--wp--preset--spacing--100) * 0.75); padding-bottom: calc(var(--wp--preset--spacing--100) * 0.75); }
    .py-120     { padding-top: calc(var(--wp--preset--spacing--120) * 0.75); padding-bottom: calc(var(--wp--preset--spacing--120) * 0.75); }
}
@media (max-width: 600px) {
    .pt-md      { padding-top: calc(var(--wp--preset--spacing--md) * 0.5); }
    .pt-60      { padding-top: calc(var(--wp--preset--spacing--60) * 0.5); }
    .pt-100     { padding-top: calc(var(--wp--preset--spacing--100) * 0.5); }
    .pt-120     { padding-top: calc(var(--wp--preset--spacing--120) * 0.5); }
    .pb-md      { padding-bottom: calc(var(--wp--preset--spacing--md) * 0.5); }
    .pb-60      { padding-bottom: calc(var(--wp--preset--spacing--60) * 0.5); }
    .pb-100     { padding-bottom: calc(var(--wp--preset--spacing--100) * 0.5); }
    .pb-120     { padding-bottom: calc(var(--wp--preset--spacing--120) * 0.5); }
    .py-md      { padding-top: calc(var(--wp--preset--spacing--md) * 0.5); padding-bottom: calc(var(--wp--preset--spacing--md) * 0.5); }
    .py-60      { padding-top: calc(var(--wp--preset--spacing--60) * 0.5); padding-bottom: calc(var(--wp--preset--spacing--60) * 0.5); }
    .py-100     { padding-top: calc(var(--wp--preset--spacing--100) * 0.5); padding-bottom: calc(var(--wp--preset--spacing--100) * 0.5); }
    .py-120     { padding-top: calc(var(--wp--preset--spacing--120) * 0.5); padding-bottom: calc(var(--wp--preset--spacing--120) * 0.5); }
}
.after\:ml-2\.5::after{
  content: var(--tw-content);
  margin-left: 0.625rem;}
.after\:mt-1::after{
  content: var(--tw-content);
  margin-top: 0.25rem;}
.after\:h-4::after{
  content: var(--tw-content);
  height: 1rem;}
.after\:w-4::after{
  content: var(--tw-content);
  width: 1rem;}
.after\:bg-button-arrow::after{
  content: var(--tw-content);
  background-image: url('/wp-content/themes/bk-blocks/images/button-arrow.svg');}
.after\:bg-\[length\:12px_12px\]::after{
  content: var(--tw-content);
  background-size: 12px 12px;}
.after\:bg-no-repeat::after{
  content: var(--tw-content);
  background-repeat: no-repeat;}
.after\:transition-all::after{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);}
.hover\:bg-gray-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));}
.hover\:after\:rotate-45:hover::after{
  content: var(--tw-content);
  --tw-rotate: 45deg;
  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));}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);}
.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));}
@media (min-width: 480px){

  .sm\:\!mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;}

  .sm\:\!mb-20{
    margin-bottom: 5rem !important;}

  .sm\:mb-0{
    margin-bottom: 0px;}

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

  .sm\:inline-flex{
    display: inline-flex;}

  .sm\:h-10{
    height: 2.5rem;}

  .sm\:w-1\/3{
    width: 33.333333%;}

  .sm\:w-2\/3{
    width: 66.666667%;}

  .sm\:w-3\/6{
    width: 50%;}

  .sm\:w-4\/6{
    width: 66.666667%;}

  .sm\:rounded-none{
    border-radius: 0px;}

  .sm\:border-b{
    border-bottom-width: 1px;}

  .sm\:border-black{
    --tw-border-opacity: 1;
    border-color: rgb(26 24 21 / var(--tw-border-opacity));}

  .sm\:bg-transparent{
    background-color: transparent;}

  .sm\:p-5{
    padding: 1.25rem;}

  .sm\:hover\:-mb-1:hover{
    margin-bottom: -0.25rem;}

  .sm\:hover\:mt-1:hover{
    margin-top: 0.25rem;}

  .sm\:hover\:\!pb-3:hover{
    padding-bottom: 0.75rem !important;}}
@media (min-width: 640px){

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));}

  .md\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;}

  .md\:p-10{
    padding: 2.5rem;}

  .md\:pb-8{
    padding-bottom: 2rem;}

  .md\:pr-12{
    padding-right: 3rem;}

  .md\:text-sm{
    font-size: 15px;}}
@media (max-width: 640px){

  .max-md\:mb-5{
    margin-bottom: 1.25rem;}}
@media (min-width: 768px){

  .tablet\:order-1{
    order: 1;}

  .tablet\:order-2{
    order: 2;}

  .tablet\:col-span-10{
    grid-column: span 10 / span 10;}

  .tablet\:col-span-5{
    grid-column: span 5 / span 5;}

  .tablet\:col-span-6{
    grid-column: span 6 / span 6;}

  .tablet\:col-span-8{
    grid-column: span 8 / span 8;}

  .tablet\:col-start-1{
    grid-column-start: 1;}

  .tablet\:col-start-2{
    grid-column-start: 2;}

  .tablet\:col-start-3{
    grid-column-start: 3;}

  .tablet\:col-start-4{
    grid-column-start: 4;}

  .tablet\:col-start-6{
    grid-column-start: 6;}

  .tablet\:col-start-7{
    grid-column-start: 7;}

  .tablet\:col-start-8{
    grid-column-start: 8;}

  .tablet\:grid{
    display: grid;}

  .tablet\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));}

  .tablet\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;}}
@media (min-width: 1024px){

  .desktop\:col-span-10{
    grid-column: span 10 / span 10;}

  .desktop\:col-span-4{
    grid-column: span 4 / span 4;}

  .desktop\:col-span-5{
    grid-column: span 5 / span 5;}

  .desktop\:col-start-1{
    grid-column-start: 1;}

  .desktop\:col-start-2{
    grid-column-start: 2;}

  .desktop\:col-start-7{
    grid-column-start: 7;}

  .desktop\:col-start-9{
    grid-column-start: 9;}

  .desktop\:inline{
    display: inline;}

  .desktop\:flex{
    display: flex;}

  .desktop\:hidden{
    display: none;}

  .desktop\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));}

  .desktop\:grid-cols-\[1\.8fr_1\.3fr_1\.5fr\]{
    grid-template-columns: 1.8fr 1.3fr 1.5fr;}

  .desktop\:flex-row{
    flex-direction: row;}

  .desktop\:flex-row-reverse{
    flex-direction: row-reverse;}}
@media (min-width: 1280px){

  .lg\:col-span-10{
    grid-column: span 10 / span 10;}

  .lg\:col-span-3{
    grid-column: span 3 / span 3;}

  .lg\:col-span-8{
    grid-column: span 8 / span 8;}

  .lg\:col-start-2{
    grid-column-start: 2;}

  .lg\:col-start-3{
    grid-column-start: 3;}

  .lg\:col-start-6{
    grid-column-start: 6;}

  .lg\:col-start-7{
    grid-column-start: 7;}

  .lg\:col-start-8{
    grid-column-start: 8;}

  .lg\:flex{
    display: flex;}

  .lg\:flex-row{
    flex-direction: row;}

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;}

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

  .lg\:justify-between{
    justify-content: space-between;}

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;}

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;}

  .lg\:pb-\[240px\]{
    padding-bottom: 240px;}}
@media (min-width: 1920px){

  .\32xl\:px-\[10\%\]{
    padding-left: 10%;
    padding-right: 10%;}}
.\[\&_h2\]\:\!text-\[40px\] h2{
  font-size: 40px !important;}
@media (min-width: 1024px){

  .desktop\:\[\&_h2\]\:\!text-lg h2{
    font-size: 58px !important;}}
.\[\&_h3\]\:\!mb-4 h3{
  margin-bottom: 1rem !important;}
.\[\&_img\]\:hover\:scale-105:hover img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));}

