@charset 'UTF-8';/*
! tailwindcss v3.4.3 | 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: Roboto, system-ui; /* 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;
}*, ::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:  ;
}.container{
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
}@media (min-width: 100%){.container{
        max-width: 100%;
        padding-right: 5vw;
        padding-left: 5vw;
    }
}@media (min-width: 1440px){.container{
        max-width: 1440px;
        padding-right: 2vw;
        padding-left: 2vw;
    }
}@media (min-width: 1640px){.container{
        max-width: 1640px;
        padding-right: 2vw;
        padding-left: 2vw;
    }
}.visible{
    visibility: visible;
}.static{
    position: static;
}.fixed{
    position: fixed;
}.absolute{
    position: absolute;
}.relative{
    position: relative;
}.sticky{
    position: sticky;
}.-inset-4{
    inset: -1rem;
}.inset-0{
    inset: 0px;
}.-bottom-1{
    bottom: -0.25rem;
}.-bottom-\[1px\]{
    bottom: -1px;
}.-top-3{
    top: -0.75rem;
}.-top-4{
    top: -1rem;
}.-top-8{
    top: -2rem;
}.bottom-8{
    bottom: 2rem;
}.left-12{
    left: 3rem;
}.left-8{
    left: 2rem;
}.right-8{
    right: 2rem;
}.top-0{
    top: 0px;
}.top-1\/4{
    top: 25%;
}.top-\[1px\]{
    top: 1px;
}.top-auto{
    top: auto;
}.z-10{
    z-index: 10;
}.z-20{
    z-index: 20;
}.z-40{
    z-index: 40;
}.z-50{
    z-index: 50;
}.float-right{
    float: right;
}.m-0{
    margin: 0px;
}.m-8{
    margin: 2rem;
}.mx-auto{
    margin-left: auto;
    margin-right: auto;
}.my-0{
    margin-top: 0px;
    margin-bottom: 0px;
}.my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}.-mt-12{
    margin-top: -3rem;
}.-mt-20{
    margin-top: -5rem;
}.mb-0{
    margin-bottom: 0px;
}.mb-1{
    margin-bottom: 0.25rem;
}.mb-2{
    margin-bottom: 0.5rem;
}.mb-4{
    margin-bottom: 1rem;
}.mb-6{
    margin-bottom: 1.5rem;
}.mb-8{
    margin-bottom: 2rem;
}.mb-\[2px\]{
    margin-bottom: 2px;
}.ml-6{
    margin-left: 1.5rem;
}.mr-0{
    margin-right: 0px;
}.mr-12{
    margin-right: 3rem;
}.mr-2{
    margin-right: 0.5rem;
}.mr-3{
    margin-right: 0.75rem;
}.mt-0{
    margin-top: 0px;
}.mt-12{
    margin-top: 3rem;
}.mt-2{
    margin-top: 0.5rem;
}.mt-3{
    margin-top: 0.75rem;
}.mt-4{
    margin-top: 1rem;
}.mt-6{
    margin-top: 1.5rem;
}.mt-8{
    margin-top: 2rem;
}.block{
    display: block;
}.inline-block{
    display: inline-block;
}.flex{
    display: flex;
}.grid{
    display: grid;
}.hidden{
    display: none;
}.size-full{
    width: 100%;
    height: 100%;
}.h-1{
    height: 0.25rem;
}.h-10{
    height: 2.5rem;
}.h-16{
    height: 4rem;
}.h-20{
    height: 5rem;
}.h-52{
    height: 13rem;
}.h-64{
    height: 16rem;
}.h-8{
    height: 2rem;
}.h-\[60vh\]{
    height: 60vh;
}.h-full{
    height: 100%;
}.h-screen{
    height: 100vh;
}.max-h-\[60vh\]{
    max-height: 60vh;
}.max-h-\[65vh\]{
    max-height: 65vh;
}.max-h-full{
    max-height: 100%;
}.min-h-screen{
    min-height: 100vh;
}.w-1\/3{
    width: 33.333333%;
}.w-10{
    width: 2.5rem;
}.w-16{
    width: 4rem;
}.w-2\/3{
    width: 66.666667%;
}.w-20{
    width: 5rem;
}.w-28{
    width: 7rem;
}.w-36{
    width: 9rem;
}.w-60{
    width: 15rem;
}.w-8{
    width: 2rem;
}.w-full{
    width: 100%;
}.max-w-\[300px\]{
    max-width: 300px;
}.max-w-\[85ch\]{
    max-width: 85ch;
}.max-w-none{
    max-width: none;
}.max-w-sm{
    max-width: 24rem;
}.flex-grow{
    flex-grow: 1;
}.-translate-x-4{
    --tw-translate-x: -1rem;
    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));
}.-translate-x-\[1px\]{
    --tw-translate-x: -1px;
    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));
}.-translate-x-full{
    --tw-translate-x: -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));
}.-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));
}.translate-x-2{
    --tw-translate-x: 0.5rem;
    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));
}.translate-y-2{
    --tw-translate-y: 0.5rem;
    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));
}.transform{
    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-pointer{
    cursor: pointer;
}.resize{
    resize: both;
}.list-decimal{
    list-style-type: decimal;
}.list-disc{
    list-style-type: disc;
}.list-none{
    list-style-type: none;
}.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2{
    grid-template-columns: repeat(2, 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;
}.items-start{
    align-items: flex-start;
}.items-end{
    align-items: flex-end;
}.items-center{
    align-items: center;
}.justify-start{
    justify-content: flex-start;
}.justify-end{
    justify-content: flex-end;
}.justify-center{
    justify-content: center;
}.justify-between{
    justify-content: space-between;
}.justify-around{
    justify-content: space-around;
}.justify-items-end{
    justify-items: end;
}.justify-items-center{
    justify-items: center;
}.gap-12{
    gap: 3rem;
}.gap-2{
    gap: 0.5rem;
}.gap-20{
    gap: 5rem;
}.gap-4{
    gap: 1rem;
}.gap-6{
    gap: 1.5rem;
}.gap-8{
    gap: 2rem;
}.gap-y-6{
    row-gap: 1.5rem;
}.space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.overflow-hidden{
    overflow: hidden;
}.overflow-x-hidden{
    overflow-x: hidden;
}.overflow-x-clip{
    overflow-x: clip;
}.overflow-y-scroll{
    overflow-y: scroll;
}.truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}.whitespace-nowrap{
    white-space: nowrap;
}.rounded{
    border-radius: 0.25rem;
}.rounded-full{
    border-radius: 9999px;
}.rounded-lg{
    border-radius: 0.5rem;
}.rounded-sm{
    border-radius: 0.125rem;
}.rounded-xl{
    border-radius: 0.75rem;
}.rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}.border{
    border-width: 1px;
}.border-0{
    border-width: 0px;
}.border-b{
    border-bottom-width: 1px;
}.border-r{
    border-right-width: 1px;
}.border-t{
    border-top-width: 1px;
}.border-black\/5{
    border-color: rgb(0 0 0 / 0.05);
}.border-dark{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity));
}.border-light{
    --tw-border-opacity: 1;
    border-color: rgb(246 246 246 / var(--tw-border-opacity));
}.border-navy{
    --tw-border-opacity: 1;
    border-color: rgb(0 54 83 / var(--tw-border-opacity));
}.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(0 125 194 / var(--tw-border-opacity));
}.border-secondary{
    --tw-border-opacity: 1;
    border-color: rgb(229 209 21 / var(--tw-border-opacity));
}.border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.border-white\/30{
    border-color: rgb(255 255 255 / 0.3);
}.bg-dark{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-dark\/20{
    background-color: rgb(0 0 0 / 0.2);
}.bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.bg-gray-100\/30{
    background-color: rgb(243 244 246 / 0.3);
}.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.bg-grey{
    --tw-bg-opacity: 1;
    background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}.bg-light{
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}.bg-navy{
    --tw-bg-opacity: 1;
    background-color: rgb(0 54 83 / var(--tw-bg-opacity));
}.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(0 125 194 / var(--tw-bg-opacity));
}.bg-primary\/50{
    background-color: rgb(0 125 194 / 0.5);
}.bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgb(229 209 21 / var(--tw-bg-opacity));
}.bg-transparent{
    background-color: transparent;
}.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}.bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.from-primary{
    --tw-gradient-from: #007DC2 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 125 194 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.to-navy{
    --tw-gradient-to: #003653 var(--tw-gradient-to-position);
}.fill-current{
    fill: currentColor;
}.stroke-current{
    stroke: currentColor;
}.object-contain{
    -o-object-fit: contain;
       object-fit: contain;
}.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}.object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
}.object-center{
    -o-object-position: center;
       object-position: center;
}.p-0{
    padding: 0px;
}.p-12{
    padding: 3rem;
}.p-2{
    padding: 0.5rem;
}.p-3{
    padding: 0.75rem;
}.p-4{
    padding: 1rem;
}.p-6{
    padding: 1.5rem;
}.p-7{
    padding: 1.75rem;
}.p-8{
    padding: 2rem;
}.px-0{
    padding-left: 0px;
    padding-right: 0px;
}.px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}.px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}.px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}.px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}.px-8{
    padding-left: 2rem;
    padding-right: 2rem;
}.py-0{
    padding-top: 0px;
    padding-bottom: 0px;
}.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}.py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
}.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}.py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
}.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-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
}.py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}.pb-0{
    padding-bottom: 0px;
}.pb-1{
    padding-bottom: 0.25rem;
}.pb-10{
    padding-bottom: 2.5rem;
}.pb-16{
    padding-bottom: 4rem;
}.pb-2{
    padding-bottom: 0.5rem;
}.pb-28{
    padding-bottom: 7rem;
}.pb-3{
    padding-bottom: 0.75rem;
}.pb-4{
    padding-bottom: 1rem;
}.pb-40{
    padding-bottom: 10rem;
}.pb-5{
    padding-bottom: 1.25rem;
}.pb-8{
    padding-bottom: 2rem;
}.pl-4{
    padding-left: 1rem;
}.pl-\[10vw\]{
    padding-left: 10vw;
}.pr-4{
    padding-right: 1rem;
}.pr-8{
    padding-right: 2rem;
}.pt-0{
    padding-top: 0px;
}.pt-10{
    padding-top: 2.5rem;
}.pt-12{
    padding-top: 3rem;
}.pt-4{
    padding-top: 1rem;
}.pt-6{
    padding-top: 1.5rem;
}.pt-72{
    padding-top: 18rem;
}.pt-8{
    padding-top: 2rem;
}.pt-96{
    padding-top: 24rem;
}.text-center{
    text-align: center;
}.font-body{
    font-family: Montserrat, sans-serif;
}.font-heading{
    font-family: Tauri, Helvetica, system-ui;
}.font-sans{
    font-family: Roboto, system-ui;
}.text-2xl{
    font-size: calc(22px + (22 - 20) * ((100vw - 375px) / (1740 - 375)));
    line-height: 1;
}.text-3xl{
    font-size: calc(26px + (34 - 26) * ((100vw - 375px) / (1740 - 375)));
    line-height: 1;
}.text-5xl{
    font-size: calc(32px + (52 - 32) * ((100vw - 375px) / (1740 - 375)));
    line-height: 1.1;
}.text-6xl{
    font-size: calc(40px + (60 - 40) * ((100vw - 375px) / (1740 - 375)));
    line-height: 1;
}.text-base{
    font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1740 - 375)));
    line-height: 1.6;
}.text-btn{
    font-size: calc(11px + (13 - 11) * ((100vw - 375px) / (1740 - 375)));
}.text-lg{
    font-size: 18px;
}.text-nav{
    font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1740 - 375)));
}.text-quote{
    font-size: calc(150px + (250 - 150) * ((100vw - 375px) / (1740 - 375)));
}.text-sm{
    font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (1740 - 375)));
}.text-xl{
    font-size: 20px;
}.text-xs{
    font-size: calc(10px + (12 - 10) * ((100vw - 375px) / (1740 - 375)));
}.font-bold{
    font-weight: 700;
}.font-extrabold{
    font-weight: 800;
}.font-light{
    font-weight: 300;
}.font-medium{
    font-weight: 500;
}.font-normal{
    font-weight: 400;
}.font-semibold{
    font-weight: 600;
}.uppercase{
    text-transform: uppercase;
}.normal-case{
    text-transform: none;
}.leading-none{
    line-height: 1;
}.leading-relaxed{
    line-height: 1.625;
}.leading-tight{
    line-height: 1.25;
}.tracking-normal{
    letter-spacing: 0em;
}.tracking-tight{
    letter-spacing: -0.025em;
}.tracking-widest{
    letter-spacing: 0.1em;
}.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
}.text-dark{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}.text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}.text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}.text-inherit{
    color: inherit;
}.text-light{
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / var(--tw-text-opacity));
}.text-navy{
    --tw-text-opacity: 1;
    color: rgb(0 54 83 / var(--tw-text-opacity));
}.text-primary{
    --tw-text-opacity: 1;
    color: rgb(0 125 194 / var(--tw-text-opacity));
}.text-secondary{
    --tw-text-opacity: 1;
    color: rgb(229 209 21 / 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;
}.opacity-20{
    opacity: 0.2;
}.opacity-50{
    opacity: 0.5;
}.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-all{
    transition-property: all;
    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-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw;
}.alignwide{
    margin: 2rem 0;
    max-width: 1280px !important;
}.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%;
}.aligncenter{
    margin: 0.5rem auto;
    display: block;
}@media (min-width: 600px){.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: calc(12px + (14 - 12) * ((100vw - 375px) / (1740 - 375)));
    color: #4b5563;
}/* Slider */.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}.slick-list:focus
{
    outline: none;
}.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}.slick-track:after
{
    clear: both;
}.slick-loading .slick-track
{
    visibility: hidden;
}.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}[dir='rtl'] .slick-slide
{
    float: right;
}.slick-slide img
{
    display: block;
}.slick-slide.slick-loading img
{
    display: none;
}.slick-slide.dragging img
{
    pointer-events: none;
}.slick-initialized .slick-slide
{
    display: block;
}.slick-loading .slick-slide
{
    visibility: hidden;
}.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}.slick-arrow.slick-hidden {
    display: none;
}/* Slider */.slick-loading .slick-list
{
   
}/* Icons *//* Arrows */.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}.slick-prev
{
    left: -25px;
}[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}.slick-prev:before
{
    content: '←';
}[dir='rtl'] .slick-prev:before
{
    content: '→';
}.slick-next
{
    right: -25px;
}[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}.slick-next:before
{
    content: '→';
}[dir='rtl'] .slick-next:before
{
    content: '←';
}/* Dots */.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}body, html{
    overflow-x: hidden;
}.alignfull{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}.entry-content .alignfull, .block-editor-block-list__layout .alignfull, main .alignfull, body .alignfull{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}.entry-content .block-padding-bottom, .block-editor-block-list__layout .block-padding-bottom, main .block-padding-bottom, body .block-padding-bottom{
    padding-bottom: 2rem;
}@media (min-width: 960px){.entry-content .block-padding-bottom, .block-editor-block-list__layout .block-padding-bottom, main .block-padding-bottom, body .block-padding-bottom{
        padding-bottom: 3rem;
    }
}@media (min-width: 1280px){.entry-content .block-padding-bottom, .block-editor-block-list__layout .block-padding-bottom, main .block-padding-bottom, body .block-padding-bottom{
        padding-bottom: 7rem;
    }
}.entry-content .block-margin-bottom, .block-editor-block-list__layout .block-margin-bottom, main .block-margin-bottom, body .block-margin-bottom{
    margin-bottom: 2rem;
}@media (min-width: 960px){.entry-content .block-margin-bottom, .block-editor-block-list__layout .block-margin-bottom, main .block-margin-bottom, body .block-margin-bottom{
        margin-bottom: 3rem;
    }
}@media (min-width: 1280px){.entry-content .block-margin-bottom, .block-editor-block-list__layout .block-margin-bottom, main .block-margin-bottom, body .block-margin-bottom{
        margin-bottom: 5rem;
    }
}.entry-content .block-padding-bottom-extra, .block-editor-block-list__layout .block-padding-bottom-extra, main .block-padding-bottom-extra, body .block-padding-bottom-extra{
    padding-bottom: 2rem;
}@media (min-width: 960px){.entry-content .block-padding-bottom-extra, .block-editor-block-list__layout .block-padding-bottom-extra, main .block-padding-bottom-extra, body .block-padding-bottom-extra{
        padding-bottom: 5rem;
    }
}@media (min-width: 1280px){.entry-content .block-padding-bottom-extra, .block-editor-block-list__layout .block-padding-bottom-extra, main .block-padding-bottom-extra, body .block-padding-bottom-extra{
        padding-bottom: 10rem;
    }
}.entry-content .block-padding-bottom-half, .block-editor-block-list__layout .block-padding-bottom-half, main .block-padding-bottom-half, body .block-padding-bottom-half{
    padding-bottom: 2rem;
}@media (min-width: 1280px){.entry-content .block-padding-bottom-half, .block-editor-block-list__layout .block-padding-bottom-half, main .block-padding-bottom-half, body .block-padding-bottom-half{
        padding-bottom: 4rem;
    }
}.entry-content .block-padding-top, .block-editor-block-list__layout .block-padding-top, main .block-padding-top, body .block-padding-top{
    padding-top: 2rem;
}@media (min-width: 960px){.entry-content .block-padding-top, .block-editor-block-list__layout .block-padding-top, main .block-padding-top, body .block-padding-top{
        padding-top: 3rem;
    }
}@media (min-width: 1280px){.entry-content .block-padding-top, .block-editor-block-list__layout .block-padding-top, main .block-padding-top, body .block-padding-top{
        padding-top: 7rem;
    }
}.entry-content .block-padding-top-extra, .block-editor-block-list__layout .block-padding-top-extra, main .block-padding-top-extra, body .block-padding-top-extra{
    padding-top: 2rem;
}@media (min-width: 960px){.entry-content .block-padding-top-extra, .block-editor-block-list__layout .block-padding-top-extra, main .block-padding-top-extra, body .block-padding-top-extra{
        padding-top: 5rem;
    }
}@media (min-width: 1280px){.entry-content .block-padding-top-extra, .block-editor-block-list__layout .block-padding-top-extra, main .block-padding-top-extra, body .block-padding-top-extra{
        padding-top: 10rem;
    }
}.entry-content .block-padding-top-extra2, .block-editor-block-list__layout .block-padding-top-extra2, main .block-padding-top-extra2, body .block-padding-top-extra2{
    padding-top: 2rem;
}@media (min-width: 960px){.entry-content .block-padding-top-extra2, .block-editor-block-list__layout .block-padding-top-extra2, main .block-padding-top-extra2, body .block-padding-top-extra2{
        padding-top: 10rem;
    }
}@media (min-width: 1280px){.entry-content .block-padding-top-extra2, .block-editor-block-list__layout .block-padding-top-extra2, main .block-padding-top-extra2, body .block-padding-top-extra2{
        padding-top: 15rem;
    }
}.entry-content .block-padding-top-half, .block-editor-block-list__layout .block-padding-top-half, main .block-padding-top-half, body .block-padding-top-half{
    padding-top: 2rem;
}@media (min-width: 1280px){.entry-content .block-padding-top-half, .block-editor-block-list__layout .block-padding-top-half, main .block-padding-top-half, body .block-padding-top-half{
        padding-top: 4rem;
    }
}@media(min-width: 961px) {.container.bleed-right {
			margin-right: 0px;
			padding-right: 0;
			max-width: calc(100vw - (100vw - 1640px) / 2) !important;
			margin-left: 0px
	}
		}@media(min-width: 1600px) {.container.bleed-right {
			margin-left: calc((100vw - 1640px) / 2)
	}
		}@media(min-width: 961px) {.container.bleed-left {
			margin-left: 0px;
			padding-left: 0;
			max-width: calc(100vw - (100vw - 1640px) / 2) !important;
			margin-right: calc((100vw - 1640px) / 2)
	} 
		}@media(max-width: 991px) {
	.md-full-bleed {
		width: 100vw !important;
		max-width: 100vw !important;
		margin-left: -5vw;
		margin-bottom: -2rem !important;
	}
}header .logo-holder{
    width: 7rem;
}@media (min-width: 782px){header .logo-holder{
        width: 9rem;
    }
}header .logo-holder svg, header .logo-holder img{
    height: auto;
    width: 100%;
}.started-scrolling header{
    position: fixed;
    inset: 0px;
    bottom: auto;
    z-index: 50;
}@media screen and (max-width: 992px){.started-scrolling header .logo-holder {
				position:relative
		}
			}.started-scrolling header .primary-menu {
		}.started-scrolling header .items-start-center{
    align-items: flex-start;
}.started-scrolling #primary-menu .menu-item-has-children > a:after {
				content: "";
				background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23aa7d51' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
				
			}.started-scrolling #primary-menu .menu-item-has-children > a:hover:after {
				content: "";
				background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23aa7d51' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
			
			}.custom-logo{
    top: -0.75rem;
    max-width: 300px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}@media (min-width: 960px){.custom-logo{
        max-width: 150px;
    }
}@media (min-width: 1280px){.custom-logo{
        max-width: 240px;
    }
}ul.menu {
	list-style: none !important;
	margin-left: 0 !important;
}#primary-menu ul > li a{
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}#primary-menu ul > li:last-child a{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}#primary-menu ul > li:last-child a:hover{
    gap: 1rem;
}#primary-menu ul > li:last-child a:after {
					background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' viewBox='0 0 8 7' fill='none' %3E%3Cpath d='M1 0.5H7.21429V6.5' stroke='%23003653' /%3E%3Cpath d='M7.21423 0.5L1.21423 6.5' stroke='%23003653'/%3E%3C/svg%3E");
					content: '';
					height: 9px;
					width: 10px;
					display: block;
					background-size: contain;
					background-repeat: no-repeat;
				}#primary-menu .menu-item-has-children > a:after {
			content: "";
			background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='white' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
			height: 7px;
			width: 10px;
			display: inline-block;
			margin-left: 8px;
			vertical-align: middle;
			background-repeat: no-repeat;
			transition: all 0.5s;
		}#primary-menu .menu-item-has-children > a:hover:after {
			content: "";
			background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='white' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
			height: 7px;
			width: 10px;
			display: inline-block;
			margin-left: 8px;
			vertical-align: middle;
			background-repeat: no-repeat;
			transition-property: all;
			transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
			transition-duration: 150ms;
		}#primary-menu .sub-menu{
    z-index: 50;
    margin-top: 0.5rem;
    --tw-translate-x: -1rem;
    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));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
		position: absolute;
		border-radius: 0.125rem;
		--tw-bg-opacity: 1;
		background-color: rgb(0 125 194 / var(--tw-bg-opacity));
		min-width: 150px;
}#primary-menu .sub-menu li{
    background-color: transparent !important;
    font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (1740 - 375))) !important;
    letter-spacing: 0em !important;
}#primary-menu .sub-menu li:hover{
    background-color: transparent !important;
}#primary-menu .sub-menu li{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
    border-bottom-width: 1px;
    border-color: rgb(255 255 255 / 0.3);
}#primary-menu .sub-menu li:last-child{
    margin-left: 0px;
    border-style: none;
    padding: 0px;
    font-family: Montserrat, sans-serif;
}#primary-menu .sub-menu li a{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}#primary-menu .sub-menu .menu-item-has-children > a{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}#primary-menu .sub-menu .menu-item-has-children > a:after {
				content: "";
				background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.3471 1.09028C15.8495 1.6555 15.7986 2.521 15.2334 3.02343L9.07152 8.50065C8.5527 8.96181 7.77089 8.96181 7.25208 8.50065L1.09021 3.02343C0.524982 2.521 0.474071 1.6555 0.976494 1.09028C1.47892 0.525053 2.34442 0.474141 2.90964 0.976564L8.1618 5.64515L13.414 0.976565C13.9792 0.474142 14.8447 0.525054 15.3471 1.09028Z' fill='white'/%3E%3C/svg%3E%0A");
				height: 10px;
				width: 16px;
				display: inline-block;
				margin-left: 8px;
				vertical-align: middle;
				background-repeat: no-repeat;
				margin-bottom: 5px;
				transition: all 0.5s;
			}#primary-menu .sub-menu .current_page_item a{
    font-weight: 700;
}/*** Full Screen Menu ***/#full-screen-menu .menu li.menu-item a{
    font-family: Tauri, Helvetica, system-ui;
    font-size: calc(26px + (34 - 26) * ((100vw - 375px) / (1740 - 375)));
 			width: 100%;
 			--tw-text-opacity: 1;
 			color: rgb(255 255 255 / var(--tw-text-opacity));
			font-weight: 700;
			line-height: 2;
			display: block;
			transition: all 0.2s ease-in-out;
}#full-screen-menu .menu li.menu-item a:hover,
			#full-screen-menu .menu li.menu-item a:active{
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / var(--tw-text-opacity));
    --tw-border-opacity: 1;
    border-color: rgb(0 125 194 / var(--tw-border-opacity));
}#full-screen-menu .menu li.current-menu-item > a{
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1rem;
    --tw-text-opacity: 1;
    color: rgb(0 125 194 / var(--tw-text-opacity));
}.menu-toggle .bars {
		width: 30px;
		height: 17px;
		position: relative;
		margin-top: 10px;
		transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
	}.menu-toggle .bars span {
			display: block;
			width: 100%;
			height: 2px;
			--tw-bg-opacity: 1;
			background-color: rgb(255 255 255 / var(--tw-bg-opacity));
			margin-top: 5px;
		}.menu-toggle .bars span:first-child {
				margin-top: 0;
				transform: scaleX(1);
				transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
				transition-delay: 0.4s;
			}.menu-toggle .bars span:nth-child(3) {
				width: 65%;
				transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
				transition-delay: 0.4s;
			}.menu-toggle .bars .other-bar {
			width: 2px;
			height: 0;
			--tw-bg-opacity: 1;
			background-color: rgb(255 255 255 / var(--tw-bg-opacity));
			position: absolute;
			top: -7px;
			left: 50%;
			margin-left: -2px;
			transition: height 0.4s cubic-bezier(0.694, 0.048, 0.335, 1);
			z-index: 10;
		}.menu-toggle.is-menu-open .bars {
			transform: rotate(45deg);
			transition-delay: 0.4s;
		}.menu-toggle.is-menu-open .bars span:first-child {
					transform: scaleX(0);
					transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
				}.menu-toggle.is-menu-open .bars span:nth-child(3) {
					width: 0;
					transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
				}.menu-toggle.is-menu-open .bars .other-bar {
				height: 30px;
				transition: height 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
				transition-delay: 0.3s;
			}h1,
h2,
h3,
h4,
h5,
h6{
    margin-bottom: 1.5rem;
    font-family: Tauri, Helvetica, system-ui;
    line-height: 1.25;
	letter-spacing: -.05em;
}h1.no-letter-space, h2.no-letter-space, h3.no-letter-space, h4.no-letter-space, h5.no-letter-space, h6.no-letter-space { 
		letter-spacing: 0 !important;
	}.font-bold {
    font-weight: 700 !important;
}.subtitle{
    font-family: Tauri, Helvetica, system-ui;
    font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (1740 - 375)));
    font-weight: 300;
    text-transform: uppercase;
}.leading-negative {
	line-height: .9; 
}strong{
    font-weight: 700 !important;
}p,
li,
dd,
dt{
    font-family: Montserrat, sans-serif;
    font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1740 - 375)));
    font-weight: 400;
    line-height: 1.625;
}p{
    margin-bottom: 1.5rem;
}hr{
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-top-width: 1px;
    border-color: rgb(0 0 0 / 0.1);
}.site-content p, .site-content ol, .site-content ul{
    margin-bottom: 1.5rem;
}.site-content p a:hover, .site-content ol a:hover, .site-content ul a:hover{
    text-decoration-line: underline !important;
}.site-content p a, .site-content ol a, .site-content ul a {
			text-decoration-thickness: 1px;
		}.site-content p.no-margin, .site-content ol.no-margin, .site-content ul.no-margin{
    margin-bottom: 0px !important;
}.single .entry-content h2{
    font-size: calc(32px + (52 - 32) * ((100vw - 375px) / (1740 - 375)));
    line-height: 1.1;
}.single .entry-content h3{
    font-size: calc(28px + (40 - 28) * ((100vw - 375px) / (1740 - 375)));
    line-height: 1.1;
}.single .entry-content h4{
    font-size: calc(26px + (34 - 26) * ((100vw - 375px) / (1740 - 375)));
    line-height: 1;
}.single .entry-content h5{
    font-size: calc(22px + (22 - 20) * ((100vw - 375px) / (1740 - 375)));
    line-height: 1;
}.single .entry-content h6{
    font-size: 20px;
}.single .entry-content p span{
    display: block;
}.single .entry-content ol {
		list-style: number;
		margin-left: 2rem;
	}.single .entry-content ul {
		list-style: disc;
		margin-left: 2rem;
	}.content p, .content li {
		font-size: inherit;		
	}.content p a, .content li a{
    text-decoration-line: underline !important;
}.content p a:hover, .content li a:hover{
    text-decoration-line: none !important;
}@media(min-width: 767px) {.content ol.two-col, .content ul.two-col {
				-moz-column-count: 2;
				     column-count: 2
		}
			}.content ol li, .content ul li{
    margin-bottom: 0.5rem;
}.content ol {
		list-style: number;
		margin-left: 2rem;
	}.content ul {
		list-style: disc;
		margin-left: 2rem;
	}.wp-block-buttons{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}@media (max-width: 781px){
		.wp-block-buttons.hidden {
			display: none;
		}
	}.text-center .wp-block-buttons{
    justify-content: center;
}.wp-block-button__link{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-family: Tauri, Helvetica, system-ui;
    font-size: calc(11px + (13 - 11) * ((100vw - 375px) / (1740 - 375)));
    font-weight: 400;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}.wp-block-button__link:hover{
    gap: 1rem;
}@media (min-width: 782px){.wp-block-button__link{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}.wp-block-button__link.btn-outline{
    border-width: 1px;
    background-color: transparent;
}.wp-block-button__link.btn-text{
    background-color: transparent !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}.wp-block-button__link.btn-primary.btn-filled{
    --tw-bg-opacity: 1;
    background-color: rgb(0 125 194 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / var(--tw-text-opacity));
}.wp-block-button__link.btn-primary.btn-filled:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 125 194 / var(--tw-bg-opacity));
}.wp-block-button__link.btn-primary.btn-outline{
    --tw-border-opacity: 1;
    border-color: rgb(0 125 194 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / var(--tw-text-opacity));
}.wp-block-button__link.btn-primary.btn-outline:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 125 194 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / var(--tw-text-opacity));
}.wp-block-button__link.btn-primary.btn-text{
    --tw-text-opacity: 1;
    color: rgb(0 125 194 / var(--tw-text-opacity));
}.wp-block-button__link.btn-secondary.btn-filled{
    --tw-bg-opacity: 1;
    background-color: rgb(229 209 21 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 54 83 / var(--tw-text-opacity));
}.wp-block-button__link.btn-secondary.btn-filled:hover{
    background-color: rgb(229 209 21 / 0.9);
}.wp-block-button__link.btn-secondary.btn-outline{
    --tw-border-opacity: 1;
    border-color: rgb(229 209 21 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / var(--tw-text-opacity));
}.wp-block-button__link.btn-secondary.btn-outline:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(229 209 21 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / var(--tw-text-opacity));
}.wp-block-button__link.btn-secondary.btn-text{
    --tw-text-opacity: 1;
    color: rgb(229 209 21 / var(--tw-text-opacity));
}.wp-block-button__link.btn-navy.btn-filled{
    --tw-bg-opacity: 1;
    background-color: rgb(0 54 83 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / var(--tw-text-opacity));
}.wp-block-button__link.btn-navy.btn-filled:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 54 83 / var(--tw-bg-opacity));
}.wp-block-button__link.btn-navy.btn-outline{
    --tw-border-opacity: 1;
    border-color: rgb(0 54 83 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 54 83 / var(--tw-text-opacity));
}.wp-block-button__link.btn-navy.btn-outline:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 54 83 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / var(--tw-text-opacity));
}.wp-block-button__link.btn-navy.btn-text{
    --tw-text-opacity: 1;
    color: rgb(0 54 83 / var(--tw-text-opacity));
}.wp-block-button__link.btn-light.btn-filled{
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 246 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}.wp-block-button__link.btn-light.btn-filled:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}.wp-block-button__link.btn-light.btn-outline{
    --tw-border-opacity: 1;
    border-color: rgb(246 246 246 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / var(--tw-text-opacity));
}.wp-block-button__link.btn-light.btn-outline:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 246 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}.wp-block-button__link.btn-light.btn-text{
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / var(--tw-text-opacity));
}.wp-block-button__link.btn-dark.btn-filled{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / var(--tw-text-opacity));
}.wp-block-button__link.btn-dark.btn-filled:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.wp-block-button__link.btn-dark.btn-outline{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}.wp-block-button__link.btn-dark.btn-outline:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / var(--tw-text-opacity));
}.wp-block-button__link.btn-dark.btn-text{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}#full-screen-menu .menu-item-has-children a{
    width: 100%;
    position: relative;
    display: block;
}#full-screen-menu .menu-item-has-children>a:after {
			position:absolute;
			right:0;
			top:9px;
			width:21px;
			height:21px;
			transition:all .2s ease-in-out;
			content:url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 21.2' style='enable-background:new 0 0 21 21.2;' xml:space='preserve'><path d='M1.3,10.6h18.3' stroke='%23E2BC2B' stroke-width='2' stroke-linecap='round'/><path d='M10.5,19.8V1.4' stroke='%23E2BC2B' stroke-width='2' stroke-linecap='round'/></svg>");
			pointer-events: none;
		}#full-screen-menu .menu-item-has-children.opened a:after{
			transform: rotate(45deg) translateY(-0%);
		}#full-screen-menu .sub-menu a{
    font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1740 - 375))) !important;
    line-height: 1.6 !important;
    padding-left: 1rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}#full-screen-menu .sub-menu a:hover{
    --tw-text-opacity: 1;
    color: rgb(0 125 194 / var(--tw-text-opacity));
}.fab{
	display:flex!important;
}footer a{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    font-weight: 700;
}footer a:hover{
    --tw-text-opacity: 1;
    color: rgb(229 209 21 / var(--tw-text-opacity));
}footer .logo-holder svg, footer .logo-holder img{
    height: auto;
    width: 9rem;
}@media (min-width: 960px){footer .logo-holder svg, footer .logo-holder img{
        width: 14rem;
    }
}footer .contacts a, footer .contacts li{
    font-size: calc(10px + (12 - 10) * ((100vw - 375px) / (1740 - 375)));
    font-weight: 400;
}footer .footer-menu li{
    font-family: Tauri, Helvetica, system-ui;
    font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (1740 - 375)));
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(229 209 21 / var(--tw-text-opacity));
}footer .footer-menu li a{
    font-weight: 300;
}footer .footer-menu li .sub-menu{
    padding-top: 0.5rem;
}footer .footer-menu li .sub-menu li a{
    font-family: Montserrat, sans-serif;
    font-size: calc(10px + (12 - 10) * ((100vw - 375px) / (1740 - 375)));
    font-weight: 300;
    text-transform: none;
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / var(--tw-text-opacity));
}footer .footer-menu li .sub-menu li a:hover{
    text-decoration-line: underline;
}.block-testimonials .content p:first-child{
    font-size: calc(22px + (22 - 20) * ((100vw - 375px) / (1740 - 375)));
    font-weight: 700;
    line-height: 1.375;
}.text-block-with-form .contacts ul{
    margin: 0px !important;
    list-style-type: none !important;
    padding: 0px !important;
    font-weight: 700 !important;
}.text-block-with-form .contacts ul li{
    margin: 0px;
    list-style-type: none;
    padding: 0px;
    font-weight: 700;
}/*
	Class for custom iamge type "thin-bar

*/.is-style-thin-bar{
	 margin-bottom:0px!important;
	 margin-top:0px!important;
 }.is-style-thin-bar img{
		 height: 50vh;
		 -o-object-fit: cover;
		    object-fit: cover;
		
	 }@media only screen and (max-width: 1024px) {
			.peek-a-boo .slick-list{
				padding:0 20% 0 0 !important;
			}
		}.posts-list {
  margin-right: calc(-62.5vw + 50%);
}@media only screen and (max-width: 1024px) {
			.posts-list .slick-list{
				padding:0 20% 0 0 !important;
			}
		}.post-preview {
	height:65vh;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}.post-preview p{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}.slick-dots {
	bottom:-60px;
	text-align:left;
	display: flex;
}.slick-dots li {
	margin-left:0;
	margin-right: 10px;
}.slick-dots li button:before {
	width:24.5px;
	content:"";
}.slick-dots li button {
		width: 24.5px;
		margin-right: 0.5rem;
		background-color: rgb(0 125 194 / 0.5);
		padding: 0px;
		transition-property: all;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;

}.slick-dots li button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 125 194 / var(--tw-bg-opacity));
}.slick-dots li button {
		height:3px;

}.slick-active button{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 125 194 / var(--tw-bg-opacity)) !important;
}.slick-dots li{
    margin-right: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0px;
}.slick-list:hover {
		cursor: grab;
	}.slick-list:active {
		cursor:grabbing;
	}.slick-next, .slick-prev{
	z-index:10;
}.slick-next:before,.slick-prev:before{
		height:22px;
		width:13px;
		content:'';
		display:block;
	}.slick-next {
	bottom:-25px;

    top: auto;
}.slick-next:before {
		background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41412 22L0 18.7805L9.03053 11.0894L0 3.21951L1.41412 0L13 10.374V12.1626L1.41412 22Z' fill='%23AA7D51'/%3E%3C/svg%3E%0A");
	 }.slick-prev{
	bottom:-25px;
 right: 50px;
 left:auto;
 top: auto;
}.slick-prev:before {
		background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.6' d='M11.5859 -1.23626e-07L13 3.21951L3.96947 10.9106L13 18.7805L11.5859 22L9.06922e-07 11.626L1.06329e-06 9.8374L11.5859 -1.23626e-07Z' fill='%23AA7D51'/%3E%3C/svg%3E%0A");
	}body .gform_wrapper.gravity-theme .gfield_label,
		body .gform_wrapper.gravity-theme .gform-field-label--type-sub,
		body .gform_wrapper.gravity-theme .ginput_complex label{
    display: none;
}@media (max-width: 781px){
		body.wp-block-buttons .gform_wrapper.gravity-theme .gfield_label,
		body.wp-block-buttons .gform_wrapper.gravity-theme .gform-field-label--type-sub,
		body.wp-block-buttons .gform_wrapper.gravity-theme .ginput_complex label {
			display: none;
		}
	}body .gform_wrapper.gravity-theme input, body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme select{
    background-color: transparent !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-family: Montserrat, sans-serif !important;
    font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1740 - 375))) !important;
    line-height: 1.6 !important;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(246 246 246 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / var(--tw-text-opacity));
}body .gform_wrapper.gravity-theme ::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / var(--tw-text-opacity));
}body .gform_wrapper.gravity-theme label,
		body .gform_wrapper.gravity-theme ::placeholder{
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / var(--tw-text-opacity));
}body .gform_wrapper.gravity-theme input, body .gform_wrapper.gravity-theme select {
			height: 50px;
		}body .gform_wrapper.gravity-theme input option, body .gform_wrapper.gravity-theme select option{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}body .gform_wrapper.gravity-theme textarea{
    padding-top: 1rem;
    padding-bottom: 1rem;
}body .gform_wrapper.gravity-theme .gfield_checkbox{
    display: grid;
}@media (min-width: 600px){body .gform_wrapper.gravity-theme .gfield_checkbox{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}@media (min-width: 782px){body .gform_wrapper.gravity-theme .gfield_checkbox{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}body .gform_wrapper.gravity-theme .gfield_checkbox input{
    border-width: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}body .gform_wrapper.gravity-theme .gfield_checkbox label{
    padding-left: 0.5rem;
    font-family: Montserrat, sans-serif;
    font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1740 - 375)));
    line-height: 1.25;
}body .gform_wrapper.gravity-theme .gform_button.button{
    align-items: center;
    white-space: nowrap;
    border-radius: 0.25rem;
    border-width: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: calc(11px + (13 - 11) * ((100vw - 375px) / (1740 - 375)));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}body .gform_wrapper.gravity-theme .gform_button.button:hover{
    cursor: pointer;
    gap: 1rem;
}body .gform_wrapper.gravity-theme .gform_button.button{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(229 209 21 / var(--tw-bg-opacity)) !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    font-family: Tauri, Helvetica, system-ui !important;
    font-weight: 400 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}body .gform_wrapper.gravity-theme .gform_button.button:hover{
    background-color: rgb(229 209 21 / 0.8) !important;
}@media (min-width: 782px){body .gform_wrapper.gravity-theme .gform_button.button{
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}body .gform_wrapper.gravity-theme .gform_button.button {
			letter-spacing: -.05em;
		}/*************************
Blog Specific Stylings
************************ */@media (min-width: 782px){.blog-header-block-no-image .blog-header-block__content{
        margin-left: -2.5rem;
        margin-top: 3.5rem;
        margin-bottom: 3rem;
    }
}.blog-header-block-no-image hr{
    width: 3.5rem;
    padding-bottom: 2rem;
    margin-left: 0px;
    margin-right: 0px;
    border-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    margin-bottom: 0px;
		border-top:3px solid;
}@media (min-width: 782px){.blog-header-block .blog-header-block__content{
        margin-left: -15rem;
        margin-top: 3.5rem;
        margin-bottom: 3rem;
    }.blog-header-block .flex-row-reverse .blog-header-block__content{
        margin-left: -3rem;
        margin-right: -15rem;
    }
}@media only screen and (max-width: 1024px) {.blog-header-block .has-media{
			height:50vh;
	    margin: 0px calc(50% - 50vw);
	    max-width: 100vw;
	    width: 100vw

	}
 		}.blog-header-block hr{
    width: 3.5rem;
    padding-bottom: 2rem;
    margin-left: 0px;
    margin-right: 0px;
    border-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    margin-bottom: 0px;
		border-top:3px solid;
}.meta-deets{
    font-weight: 700;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    text-transform: uppercase;
    font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1740 - 375)));
    line-height: 1.6;
}.meta-deets span{
    margin-left: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}.post-sidebar hr{
    width: 6rem;
    padding-bottom: 2rem;
    margin-left: 0px;
    margin-right: 0px;
    border-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    margin-bottom: 0px;
		border-top:3px solid;
}.post-body .alignwide {
		margin-left:0;
		margin-right:0;
	}/*************************
blot post archives
************************ */.blog-posts article{
    margin-bottom: 1.5rem;
}@media (min-width: 600px){.blog-posts article{
        margin-bottom: 0px;
    }
}.blog-posts .article--details{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    padding: 2rem;
}.blog-posts .article--details a{
    text-decoration-line: none;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}.blog-posts--categories{
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom:0px!important;
}.blog-posts--categories li{
       list-style-type: none!important;
       margin-left: 1.5rem !important;
       margin-right: 0px !important;
 	}.blog-posts--categories li:before{
    display: none;
}@media (max-width: 781px){
		.wp-block-buttons.blog-posts--categories li:before {
			display: none;
		}
	}.blog-posts--categories li{
    margin-bottom: 2rem;
}@media (min-width: 960px){.blog-posts--categories li{
        margin-bottom: 0px;
    }
}.blog-posts--categories li a{
    margin-right: 0px;
    padding: 0.75rem;
    border-radius: 0px;
    font-family: Tauri, Helvetica, system-ui;
    font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1740 - 375)));
    line-height: 1.6;
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(229 209 21 / var(--tw-border-opacity));
    text-transform: uppercase;
    font-weight: 700;
}.blog-posts--categories li a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(229 209 21 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}.blog-posts--categories li a{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    text-decoration-line: none;
}.blog-posts--categories li.current-cat {
				position:relative;
			}.blog-posts--categories li.current-cat:after {
					 content: "";
					 position:absolute;
					 left:40%;
 					 margin:0 auto;
					 top:55px;
					 display:block;
					 width:16px;
					 height:9px;
					 transform:rotate(180deg);
					 background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 2L7.83813 7.47722L1.67625 2' stroke='%23FBBB6E' stroke-width='2.73861' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
 				}.first\:pl-0:first-child{
    padding-left: 0px;
}.first\:text-2xl:first-child{
    font-size: calc(22px + (22 - 20) * ((100vw - 375px) / (1740 - 375)));
    line-height: 1;
}.first\:font-bold:first-child{
    font-weight: 700;
}.last\:ml-0:last-child{
    margin-left: 0px;
}.last\:ml-4:last-child{
    margin-left: 1rem;
}.last\:mr-0:last-child{
    margin-right: 0px;
}.last\:border-r-0:last-child{
    border-right-width: 0px;
}.last\:border-none:last-child{
    border-style: none;
}.last\:bg-primary:last-child{
    --tw-bg-opacity: 1;
    background-color: rgb(0 125 194 / var(--tw-bg-opacity));
}.last\:font-body:last-child{
    font-family: Montserrat, sans-serif;
}.last\:font-heading:last-child{
    font-family: Tauri, Helvetica, system-ui;
}.hover\:scale-105:hover{
    --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));
}.hover\:cursor-pointer:hover{
    cursor: pointer;
}.hover\:gap-4:hover{
    gap: 1rem;
}.hover\:bg-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}.hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 125 194 / var(--tw-bg-opacity));
}.hover\:bg-secondary\/80:hover{
    background-color: rgb(229 209 21 / 0.8);
}.hover\:bg-secondary\/90:hover{
    background-color: rgb(229 209 21 / 0.9);
}.hover\:bg-transparent:hover{
    background-color: transparent;
}.hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
}.hover\:text-dark:hover{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}.hover\:text-light:hover{
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / var(--tw-text-opacity));
}.hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgb(0 125 194 / var(--tw-text-opacity));
}.hover\:text-secondary:hover{
    --tw-text-opacity: 1;
    color: rgb(229 209 21 / var(--tw-text-opacity));
}.hover\:underline:hover{
    text-decoration-line: underline;
}.hover\:no-underline:hover{
    text-decoration-line: none;
}.group:hover .group-hover\:translate-x-0{
    --tw-translate-x: 0px;
    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));
}.group:hover .group-hover\:translate-y-0{
    --tw-translate-y: 0px;
    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));
}.group:hover .group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-dark{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-light{
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-primary{
    --tw-text-opacity: 1;
    color: rgb(0 125 194 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-secondary{
    --tw-text-opacity: 1;
    color: rgb(229 209 21 / var(--tw-text-opacity));
}@media (min-width: 600px){.sm\:grid{
        display: grid;
    }.sm\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.sm\:gap-2{
        gap: 0.5rem;
    }.sm\:pl-10{
        padding-left: 2.5rem;
    }.sm\:text-left{
        text-align: left;
    }
}@media (min-width: 782px){.md\:left-2\/3{
        left: 66.666667%;
    }.md\:left-8{
        left: 2rem;
    }.md\:my-6{
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }.md\:-ml-10{
        margin-left: -2.5rem;
    }.md\:-ml-12{
        margin-left: -3rem;
    }.md\:-ml-60{
        margin-left: -15rem;
    }.md\:mt-14{
        margin-top: 3.5rem;
    }.md\:mt-5{
        margin-top: 1.25rem;
    }.md\:block{
        display: block;
    }.md\:flex{
        display: flex;
    }.md\:hidden{
        display: none;
    }.md\:h-40{
        height: 10rem;
    }.md\:h-80{
        height: 20rem;
    }.md\:w-1\/2{
        width: 50%;
    }.md\:w-1\/4{
        width: 25%;
    }.md\:w-2\/5{
        width: 40%;
    }.md\:w-3\/4{
        width: 75%;
    }.md\:w-3\/5{
        width: 60%;
    }.md\:w-4\/5{
        width: 80%;
    }.md\:w-40{
        width: 10rem;
    }.md\:w-full{
        width: 100%;
    }.md\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.md\:grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }.md\:grid-cols-4{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }.md\:flex-row{
        flex-direction: row;
    }.md\:gap-20{
        gap: 5rem;
    }.md\:p-12{
        padding: 3rem;
    }.md\:px-6{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }.md\:py-0{
        padding-top: 0px;
        padding-bottom: 0px;
    }.md\:py-8{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }.md\:text-3xl{
        font-size: calc(26px + (34 - 26) * ((100vw - 375px) / (1740 - 375)));
        line-height: 1;
    }.md\:opacity-100{
        opacity: 1;
    }
}@media (min-width: 960px){.lg\:absolute{
        position: absolute;
    }.lg\:-inset-8{
        inset: -2rem;
    }.lg\:inset-0{
        inset: 0px;
    }.lg\:-left-8{
        left: -2rem;
    }.lg\:left-12{
        left: 3rem;
    }.lg\:right-12{
        right: 3rem;
    }.lg\:top-0{
        top: 0px;
    }.lg\:-mx-4{
        margin-left: -1rem;
        margin-right: -1rem;
    }.lg\:mx-0{
        margin-left: 0px;
        margin-right: 0px;
    }.lg\:-mt-20{
        margin-top: -5rem;
    }.lg\:mb-0{
        margin-bottom: 0px;
    }.lg\:mb-12{
        margin-bottom: 3rem;
    }.lg\:mb-4{
        margin-bottom: 1rem;
    }.lg\:mt-0{
        margin-top: 0px;
    }.lg\:block{
        display: block;
    }.lg\:flex{
        display: flex;
    }.lg\:hidden{
        display: none;
    }.lg\:h-full{
        height: 100%;
    }.lg\:w-1\/2{
        width: 50%;
    }.lg\:w-1\/5{
        width: 20%;
    }.lg\:w-3\/4{
        width: 75%;
    }.lg\:w-3\/5{
        width: 60%;
    }.lg\:w-4\/5{
        width: 80%;
    }.lg\:w-56{
        width: 14rem;
    }.lg\:w-auto{
        width: auto;
    }.lg\:max-w-\[150px\]{
        max-width: 150px;
    }.lg\:flex-grow{
        flex-grow: 1;
    }.lg\:grid-cols-1{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }.lg\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.lg\:grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }.lg\:grid-cols-4{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }.lg\:grid-cols-5{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }.lg\:flex-row{
        flex-direction: row;
    }.lg\:flex-row-reverse{
        flex-direction: row-reverse;
    }.lg\:content-end{
        align-content: flex-end;
    }.lg\:items-center{
        align-items: center;
    }.lg\:gap-12{
        gap: 3rem;
    }.lg\:gap-20{
        gap: 5rem;
    }.lg\:gap-40{
        gap: 10rem;
    }.lg\:gap-8{
        gap: 2rem;
    }.lg\:bg-transparent{
        background-color: transparent;
    }.lg\:p-0{
        padding: 0px;
    }.lg\:p-4{
        padding: 1rem;
    }.lg\:px-0{
        padding-left: 0px;
        padding-right: 0px;
    }.lg\:px-10{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }.lg\:pb-0{
        padding-bottom: 0px;
    }.lg\:pb-12{
        padding-bottom: 3rem;
    }.lg\:pb-20{
        padding-bottom: 5rem;
    }.lg\:pr-8{
        padding-right: 2rem;
    }.lg\:pt-12{
        padding-top: 3rem;
    }.lg\:pt-20{
        padding-top: 5rem;
    }.lg\:pt-40{
        padding-top: 10rem;
    }.lg\:text-right{
        text-align: right;
    }.lg\:text-6xl{
        font-size: calc(40px + (60 - 40) * ((100vw - 375px) / (1740 - 375)));
        line-height: 1;
    }.lg\:text-7xl{
        font-size: calc(50px + (78 - 50) * ((100vw - 375px) / (1740 - 375)));
        line-height: 1;
    }.lg\:alignnone{
        margin-left: 0px;
        margin-right: 0px;
        height: auto;
        max-width: 100%;
    }.lg\:last\:pr-0:last-child{
        padding-right: 0px;
    }
}@media (min-width: 1280px){.xl\:-inset-8{
        inset: -2rem;
    }.xl\:left-1\/2{
        left: 50%;
    }.xl\:left-12{
        left: 3rem;
    }.xl\:right-12{
        right: 3rem;
    }.xl\:w-1\/2{
        width: 50%;
    }.xl\:w-2\/5{
        width: 40%;
    }.xl\:max-w-\[240px\]{
        max-width: 240px;
    }.xl\:gap-20{
        gap: 5rem;
    }.xl\:gap-40{
        gap: 10rem;
    }.xl\:gap-52{
        gap: 13rem;
    }.xl\:py-0{
        padding-top: 0px;
        padding-bottom: 0px;
    }.xl\:py-20{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }.xl\:pb-0{
        padding-bottom: 0px;
    }.xl\:pt-0{
        padding-top: 0px;
    }
}@media (min-width: 1440px){.\32xl\:grid-cols-4{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

