/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--color-absolutezero:var(--color-blue-600);--color-white:#fff;--color-text:var(--color-gray);--color-text-light:var(--color-gray-500);--color-gray-050-o-40:rgb(243,244,249,0.4);--color-gray-200-o-80:rgb(212,212,218,0.8);--color-maximumred:var(--color-red-500);--color-sunglow:#ffd23f;--color-sunglow-shaded:#977405;--color-lightninggreen:#26a769;--color-focus:var(--color-lightninggreen);--color-absolutezero-hover:var(--color-blue-650);--color-absolutezero-active:var(--color-blue-700);--color-maximumred-hover:var(--color-red-550);--color-maximumred-active:var(--color-red-600);--color-bgblue-hover:var(--color-blue-020);--color-bgblue-active:var(--color-blue-050);--color-bgred-hover:var(--color-red-020);--color-bgred-active:var(--color-red-050);--color-gray:#232429;--color-gray-900:#393a3f;--color-gray-800:#55565b;--color-gray-700:#75767b;--color-gray-600:#828388;--color-gray-500:#919297;--color-gray-400:#adaeb3;--color-gray-300:#c1c2c7;--color-gray-200:#d3d4d9;--color-gray-100:#dedfe4;--color-gray-050:#f3f4f9;--color-gray-025:#f9faff;--color-blue:var(--color-blue-600);--color-blue-900:#000f33;--color-blue-800:#001f66;--color-blue-700:#002e9a;--color-blue-650:#0036b1;--color-blue-600:#003ecc;--color-blue-500:#004eff;--color-blue-400:#3371ff;--color-blue-300:#6694ff;--color-blue-200:#99b8ff;--color-blue-100:#ccdbff;--color-blue-070:#dbe6ff;--color-blue-050:#e5edff;--color-blue-020:#f5f8ff;--color-red:var(--color-red-500);--color-red-900:#2c0707;--color-red-800:#580e0e;--color-red-700:#841515;--color-red-600:#b01c1c;--color-red-550:#c61f1f;--color-red-500:#dc2323;--color-red-400:#e34f4f;--color-red-300:#ea7b7b;--color-red-200:#f1a7a7;--color-red-100:#f8d3d3;--color-red-070:#fae0e0;--color-red-050:#fce9e9;--color-red-020:#fdf5f5;--color-fg:var(--color-text);--color-bg:var(--color-white);--color-link:var(--color-absolutezero);--color-link-hover:var(--color-absolutezero-hover);--color-link-active:var(--color-absolutezero-active);--color-divider:rgb(142,146,156,0.5);--font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--font-family-serif:"Times New Roman",times,serif;--line-height:1.5;--line-height-heading:1.3;--line-height-form-label:calc(18rem / 16);--font-size-base:1rem;--font-size-xl:2.25rem;--font-size-h1:2.027rem;--font-size-h2:1.802rem;--font-size-h3:1.602rem;--font-size-h4:1.424rem;--font-size-h5:1.266rem;--font-size-h6:1.125rem;--font-size-s:0.889rem;--font-size-xs:0.79rem;--font-size-xxs:0.702rem;--font-size-label:var(--font-size-s);--font-size-description:var(--font-size-xs);--space-xl:3rem;--space-l:1.5rem;--space-m:1rem;--space-s:0.75rem;--space-xs:0.5rem;--speed-transition:0.2s;--transition:all var(--speed-transition) ease-out;--base-border-radius:2px;--focus-border-size:0.1875rem;--focus-border-offset-size:2px;--outline-size:2px;--focus-outline:var(--outline-size) dotted transparent;--focus-box-shadow:0 0 0 var(--focus-border-offset-size) var(--color-white),0 0 0 calc(var(--focus-border-size) + var(--focus-border-offset-size)) var(--color-focus);--shadow-z3:0 0.875rem 1.875rem rgb(0,0,0,0.1);--input-fg-color:var(--color-fg);--input-bg-color:var(--color-bg);--input-fg-color--description:var(--color-gray-800);--input-fg-color--placeholder:var(--color-gray-700);--input-border-color:var(--color-gray-500);--input--hover-border-color:var(--color-text);--input--focus-border-color:var(--color-absolutezero);--input--error-color:var(--color-maximumred);--input--error-border-color:var(--color-maximumred);--input--disabled-color:rgb(84,85,96,0.6);--input--disabled-fg-color:var(--color-gray-800);--input--disabled-bg-color:#f2f2f3;--input--disabled-border-color:#bababf;--input--disabled-border-opacity:0.5;--input-border-radius-size:0.125rem;--input-border-size:1px;--input--error-border-size:2px;--input-padding-vertical:calc(var(--space-s) - var(--input-border-size));--input-padding-horizontal:calc(var(--space-m) - var(--input-border-size));--input-font-size:var(--font-size-base);--input-line-height:var(--space-l);--input-padding-vertical--small:calc(var(--space-xs) - (var(--input-border-size) * 2));--input-padding-horizontal--small:calc(var(--space-m) - var(--input-border-size));--input-font-size--small:var(--font-size-xs);--input-line-height--small:1.3125rem;--input--extrasmall-padding-vertical:calc(0.15rem - var(--input-border-size));--input--extrasmall-padding-horizontal:calc(var(--space-xs) - var(--input-border-size));--input--extrasmall-font-size:var(--font-size-s);--input--extrasmall-line-height:calc(var(--space-m) + 0.2rem);--input--required-mark-size:0.4375rem;--input--label-spacing:1.6875rem;--details-border-color:var(--color-gray-100);--details-summary-shadow-color:var(--color-focus);--details-summary-focus-border-size:var(--focus-border-size);--details-desktop-wrapper-padding-start:calc(var(--space-m) + var(--space-s) + var(--space-xs));--details-box-shadow:0 2px 0.25rem rgb(0,0,0,0.1);--details-border-size:1px;--details-border-size-radius:2px;--details-accordion-border-size-radius:var(--base-border-radius);--details-spread-box-shadow-radius:2px;--details-bg-color-transition-duration:0.12s;--details-box-shadow-transition-duration:0.2s;--details-transform-transition-duration:0.12s;--details-line-height:1.295rem;--button--focus-border-color:var(--color-blue-300);--button-border-radius-size:var(--base-border-radius);--button-fg-color:var(--color-text);--button-bg-color:var(--color-gray-200);--button--hover-bg-color:var(--color-gray-300);--button--active-bg-color:var(--color-gray-400);--button--disabled-bg-color:#ebebed;--button--disabled-fg-color:var(--color-gray-500);--button-fg-color--primary:var(--color-white);--button-bg-color--primary:var(--color-absolutezero);--button--hover-bg-color--primary:var(--color-absolutezero-hover);--button--active-bg-color--primary:var(--color-absolutezero-active);--button--focus-bg-color--primary:var(--button-bg-color--primary);--button--disabled-bg-color--primary:var(--color-gray-200);--button--disabled-fg-color--primary:var(--color-gray-600);--button-fg-color--danger:var(--color-white);--button-bg-color--danger:var(--color-maximumred);--button--hover-bg-color--danger:var(--color-maximumred-hover);--button--active-bg-color--danger:var(--color-maximumred-active);--dropbutton-widget-z-index:100;--jui-dropdown-fg-color:var(--color-gray-800);--jui-dropdown-bg-color:var(--color-white);--jui-dropdown--active-fg-color:var(--color-white);--jui-dropdown--active-bg-color:var(--color-absolutezero);--jui-dropdown-border-color:rgb(216,217,224,0.8);--jui-dropdown-shadow-color:rgb(34,35,48,0.1);--jui-dialog-title-color:var(--color-white);--jui-dialog-title-bg-color:var(--color-text);--jui-dialog-title-font-size:var(--font-size-h4);--jui-dialog-close-button-size:calc(var(--space-m) * 2);--jui-dialog-close-button-border-radius:50%;--jui-dialog-close-button-reserved-space:calc(var(--space-m) * 4);--jui-dialog-off-canvas-close-button-reserved-space:calc(var(--space-m) * 3);--jui-dialog-border-radius:0.25rem;--jui-dialog-box-shadow:0 0 var(--space-m) calc(var(--space-m) / -4) var(--color-text);--jui-dialog--focus-outline:2px dotted transparent;--jui-dialog--focus-box-shadow:0 0 0 0.1875rem var(--color-focus);--jui-dialog-z-index:1260;--jui-dialog-off-canvas-z-index:501;--progress-bar-border-size:1px;--progress-bar-small-size:calc(var(--space-xs) - (2 * var(--progress-bar-border-size)));--progress-bar-small-size-radius:var(--space-xs);--progress-bar-spacing-size:var(--space-xs);--progress-bar-transition:width 0.5s ease-out;--progress-bar-label-color:var(--color-text);--progress-bar-description-color:var(--color-gray-800);--progress-bar-description-font-size:var(--font-size-xs);--progress-track-border-color:var(--color-gray-500);--progress-track-bg-color:var(--color-gray-200);--ajax-progress-margin-horizontal:var(--space-s);--breadcrumb-height:1.25rem;--layout-region-edit-width:min(60rem,100%);--layout-region-edit-extended-width:min(68rem,100%);--vertical-tabs-margin-vertical:var(--space-s);--vertical-tabs-border-radius:var(--details-accordion-border-size-radius);--vertical-tabs-shadow:var(--details-box-shadow);--vertical-tabs-border-color:var(--details-border-color);--vertical-tabs-border-size:1px;--vertical-tabs-border:var(--vertical-tabs-border-size) solid var(--vertical-tabs-border-color);--vertical-tabs-menu-item-shadow-extraspace:0.5rem;--vertical-tabs-menu-item--top-margin:calc(var(--vertical-tabs-menu-item-shadow-extraspace) * -2);--vertical-tabs-menu-item--right-margin:calc(var(--vertical-tabs-border-size) * -1);--vertical-tabs-menu-item--bottom-margin:calc(var(--vertical-tabs-menu-item-shadow-extraspace) * -1);--vertical-tabs-menu-item--left-margin:calc(var(--vertical-tabs-menu-item-shadow-extraspace) * -1);--vertical-tabs-menu-separator-color:var(--color-gray-200);--vertical-tabs-menu-separator-size:1px;--vertical-tabs-menu-width:20em;--vertical-tabs-pane-width:calc(100% - var(--vertical-tabs-menu-width));--vertical-tabs-menu-link-focus-border-size:var(--details-summary-focus-border-size);--vertical-tabs-menu-link--active-border-size:0.25rem;--vertical-tabs-menu-link--active-border-color:var(--color-absolutezero);--vertical-tabs-menu--z-index:0;}
*,::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:;}*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb;}::before,::after{--tw-content:'';}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;}body{margin:0;line-height:inherit;}hr{height:0;color:inherit;border-top-width:1px;}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration:inherit;}b,strong{font-weight:bolder;}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0;border-color:inherit;border-collapse:collapse;}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0;}button,select{text-transform:none;}button,input:where([type='button']),input:where([type='reset']),input:where([type='submit']){-webkit-appearance:button;background-color:transparent;background-image:none;}:-moz-focusring{outline:auto;}:-moz-ui-invalid{box-shadow:none;}progress{vertical-align:baseline;}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto;}[type='search']{-webkit-appearance:textfield;outline-offset:-2px;}::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}summary{display:list-item;}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;}dialog{padding:0;}textarea{resize:vertical;}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af;}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af;}button,[role="button"]{cursor:pointer;}:disabled{cursor:default;}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle;}img,video{max-width:100%;height:auto;}[hidden]:where(:not([hidden="until-found"])){display:none;}:root{--body-body-desktop-font-family:"brandon-grotesque",Helvetica;--body-body-desktop-font-size:20px;--body-body-desktop-font-style:normal;--body-body-desktop-font-weight:400;--body-body-desktop-letter-spacing:0px;--body-body-desktop-line-height:138.99999856948853%;--body-body-mobile-font-family:"brandon-grotesque",Helvetica;--body-body-mobile-font-size:18px;--body-body-mobile-font-style:normal;--body-body-mobile-font-weight:400;--body-body-mobile-letter-spacing:0px;--body-body-mobile-line-height:138.99999856948853%;--body-body-tablet-font-family:"brandon-grotesque",Helvetica;--body-body-tablet-font-size:18px;--body-body-tablet-font-style:normal;--body-body-tablet-font-weight:400;--body-body-tablet-letter-spacing:0px;--body-body-tablet-line-height:138.99999856948853%;--h1-h1-desktop-font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;--h1-h1-desktop-font-size:125px;--h1-h1-desktop-font-weight:900;--h1-h1-desktop-line-height:85.00000238418579%;--h1-h1-desktop-letter-spacing:0px;--h1-h1-mobile-font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;--h1-h1-mobile-font-size:36px;--h1-h1-mobile-font-weight:900;--h1-h1-mobile-line-height:85.00000238418579%;--h1-h1-mobile-letter-spacing:0px;--h1-h1-tablet-font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;--h1-h1-tablet-font-size:50px;--h1-h1-tablet-font-weight:900;--h1-h1-tablet-line-height:85.00000238418579%;--h1-h1-tablet-letter-spacing:0px;--h1-h1-SM-desktop-font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;--h1-h1-SM-desktop-font-size:94px;--h1-h1-SM-desktop-font-weight:900;--h1-h1-SM-desktop-line-height:100%;--h1-h1-SM-desktop-letter-spacing:-0.5px;--h1-h1-SM-mobile-font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;--h1-h1-SM-mobile-font-size:34px;--h1-h1-SM-mobile-font-weight:900;--h1-h1-SM-mobile-line-height:100%;--h1-h1-SM-mobile-letter-spacing:-0.3px;--h1-h1-SM-tablet-font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;--h1-h1-SM-tablet-font-size:37px;--h1-h1-SM-tablet-font-weight:900;--h1-h1-SM-tablet-line-height:100%;--h1-h1-SM-tablet-letter-spacing:-0.4px;--h2-h2-desktop-font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;--h2-h2-desktop-font-size:52px;--h2-h2-desktop-font-weight:900;--h2-h2-desktop-line-height:104.99999523162842%;--h2-h2-desktop-letter-spacing:0px;--h2-h2-mobile-font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;--h2-h2-mobile-font-size:26px;--h2-h2-mobile-font-weight:900;--h2-h2-mobile-line-height:104.99999523162842%;--h2-h2-mobile-letter-spacing:0px;--h2-h2-tablet-font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;--h2-h2-tablet-font-size:26px;--h2-h2-tablet-font-weight:900;--h2-h2-tablet-line-height:104.99999523162842%;--h2-h2-tablet-letter-spacing:0px;--h2-h2-LG-desktop-font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;--h2-h2-LG-desktop-font-size:68px;--h2-h2-LG-desktop-font-weight:900;--h2-h2-LG-desktop-line-height:104.99999523162842%;--h2-h2-LG-desktop-letter-spacing:0px;--h2-h2-LG-mobile-font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;--h2-h2-LG-mobile-font-size:30px;--h2-h2-LG-mobile-font-weight:900;--h2-h2-LG-mobile-line-height:104.99999523162842%;--h2-h2-LG-mobile-letter-spacing:0px;--h3-h3-desktop-font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;--h3-h3-desktop-font-size:34px;--h3-h3-desktop-font-weight:900;--h3-h3-desktop-line-height:110.00000238418579%;--h3-h3-desktop-letter-spacing:0px;--h3-h3-mobile-font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;--h3-h3-mobile-font-size:21px;--h3-h3-mobile-font-weight:900;--h3-h3-mobile-line-height:110.00000238418579%;--h3-h3-mobile-letter-spacing:0px;--h3-h3-tablet-font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;--h3-h3-tablet-font-size:21px;--h3-h3-tablet-font-weight:900;--h3-h3-tablet-line-height:110.00000238418579%;--h3-h3-tablet-letter-spacing:0px;--h3-h3-AC-desktop-font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;--h3-h3-AC-desktop-font-size:29px;--h3-h3-AC-desktop-font-weight:300;--h3-h3-AC-desktop-line-height:94.9999988079071%;--h3-h3-AC-desktop-letter-spacing:0px;--h4-h4-desktop-font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;--h4-h4-desktop-font-size:26px;--h4-h4-desktop-font-weight:700;--h4-h4-desktop-line-height:120.00000476837158%;--h4-h4-desktop-letter-spacing:0px;--h4-h4-mobile-font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;--h4-h4-mobile-font-size:20px;--h4-h4-mobile-font-weight:700;--h4-h4-mobile-line-height:120.00000476837158%;--h4-h4-mobile-letter-spacing:0px;--h5-h5-desktop-font-family:"brandon-grotesque",Helvetica;--h5-h5-desktop-font-size:20px;--h5-h5-desktop-font-weight:700;--h5-h5-desktop-line-height:125%;--h5-h5-desktop-letter-spacing:0px;--h5-h5-mobile-font-family:"brandon-grotesque",Helvetica;--h5-h5-mobile-font-size:18px;--h5-h5-mobile-font-weight:700;--h5-h5-mobile-line-height:125%;--h5-h5-mobile-letter-spacing:0px;--h5-h5-tablet-font-family:"brandon-grotesque",Helvetica;--h5-h5-tablet-font-size:18px;--h5-h5-tablet-font-weight:700;--h5-h5-tablet-line-height:125%;--h5-h5-tablet-letter-spacing:0px;--intro-intro-mobile-font-family:"brandon-grotesque",Helvetica;--intro-intro-mobile-font-size:18px;--intro-intro-mobile-font-weight:400;--intro-intro-mobile-line-height:138.99999856948853%;--intro-intro-mobile-letter-spacing:0px;--intro-intro-mobile-font-style:normal;--intro-intro-copy-desktop-font-family:"brandon-grotesque",Helvetica;--intro-intro-copy-desktop-font-size:24px;--intro-intro-copy-desktop-font-weight:400;--intro-intro-copy-desktop-line-height:138.99999856948853%;--intro-intro-copy-desktop-letter-spacing:0px;--intro-intro-copy-desktop-font-style:normal;--newcanvas-cream:#fdf8f5;--newbasalt-md:#2a3637;--newbreezy-blue:#a1dce6;--newbreezy-blue-dk:#075570;--newdark-forest:#23573f;--newdeep-bricks:#a03c2c;--newdeep-burgundy:#571f2f;--newfireweed:#ff5f04;--newfireweed-lt:#ff9d94;--newice:#c9f0ef;--newmoss-green:#90a265;--newoldbasalt:#464d4d;--newoldbasalt-dk:#192b2d;--newoldfireweed-dk:#ff5c4d;--newwhite:#fff;--white:#fff;--primary:50 113 124;--primary-foreground:250 248 245;--success:34 197 94;--success-foreground:255 255 255;--warning:245 158 11;--warning-foreground:255 255 255;--destructive:239 68 68;--destructive-foreground:255 255 255;--info:59 130 246;--info-foreground:255 255 255;--secondary:185 202 146;--secondary-foreground:41 53 55;--accent:255 111 97;--accent-foreground:255 255 255;--background:250 248 245;--foreground:41 53 55;--border:229 231 235;--input:229 231 235;--ring:50 113 124;}.paragraph[data-contextual-id]{width:100% !important;}.paragraph > .contextual{position:absolute !important;z-index:999 !important;}.\!container{width:100% !important;}.container{width:100%;}@media (min-width:640px){.\!container{max-width:640px !important;}.container{max-width:640px;}}@media (min-width:768px){.\!container{max-width:768px !important;}.container{max-width:768px;}}@media (min-width:1024px){.\!container{max-width:1024px !important;}.container{max-width:1024px;}}@media (min-width:1280px){.\!container{max-width:1280px !important;}.container{max-width:1280px;}}@media (min-width:1536px){.\!container{max-width:1536px !important;}.container{max-width:1536px;}}@media (min-width:1600px){.\!container{max-width:1600px !important;}.container{max-width:1600px;}}.prose{color:var(--tw-prose-body);max-width:65ch;}.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em;margin-bottom:1.25em;}.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em;}.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500;}.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-bold);font-weight:600;}.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit;}.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit;}.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit;}.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;}.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:upper-alpha;}.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:lower-alpha;}.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:upper-alpha;}.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:lower-alpha;}.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:upper-roman;}.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:lower-roman;}.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:upper-roman;}.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:lower-roman;}.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:decimal;}.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;}.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{font-weight:400;color:var(--tw-prose-counters);}.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{color:var(--tw-prose-bullets);}.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em;}.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em;}.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:0.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;}.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{content:open-quote;}.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{content:close-quote;}.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:0.8888889em;line-height:1.1111111;}.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:900;color:inherit;}.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333;}.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:800;color:inherit;}.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:0.6em;line-height:1.6;}.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:700;color:inherit;}.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:0.5em;line-height:1.5;}.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:700;color:inherit;}.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em;}.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){display:block;margin-top:2em;margin-bottom:2em;}.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em;}.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:0.875em;border-radius:0.3125rem;padding-top:0.1875em;padding-inline-end:0.375em;padding-bottom:0.1875em;padding-inline-start:0.375em;}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-code);font-weight:600;font-size:0.875em;}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{content:"`";}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{content:"`";}.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit;}.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit;}.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit;font-size:0.875em;}.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit;font-size:0.9em;}.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit;}.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit;}.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit;}.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:0.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:0.375rem;padding-top:0.8571429em;padding-inline-end:1.1428571em;padding-bottom:0.8571429em;padding-inline-start:1.1428571em;}.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;}.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{content:none;}.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{content:none;}.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:0.875em;line-height:1.7142857;}.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders);}.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:0.5714286em;padding-bottom:0.5714286em;padding-inline-start:0.5714286em;}.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders);}.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-bottom-width:0;}.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){vertical-align:baseline;}.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders);}.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){vertical-align:top;}.prose :where(th,td):not(:where([class~="not-prose"],[class~="not-prose"] *)){text-align:start;}.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0;}.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-captions);font-size:0.875em;line-height:1.4285714;margin-top:0.8571429em;}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:rgb(17,24,39 / 10%);--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:rgb(255,255,255 / 10%);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75;}.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0;}.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.5em;margin-bottom:0.5em;}.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0.375em;}.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0.375em;}.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.75em;margin-bottom:0.75em;}.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em;}.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.25em;}.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em;}.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.25em;}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.75em;margin-bottom:0.75em;}.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em;margin-bottom:1.25em;}.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.5em;padding-inline-start:1.625em;}.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;}.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;}.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;}.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;}.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0;}.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0;}.prose :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-top:0.5714286em;padding-inline-end:0.5714286em;padding-bottom:0.5714286em;padding-inline-start:0.5714286em;}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0;}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0;}.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em;}.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;}.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:0;}.prose-sm{font-size:0.875rem;line-height:1.7142857;}.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;}.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:0.8888889em;margin-bottom:0.8888889em;}.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em;}.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:2.1428571em;margin-top:0;margin-bottom:0.8em;line-height:1.2;}.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:0.8em;line-height:1.4;}.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:0.4444444em;line-height:1.5555556;}.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.4285714em;margin-bottom:0.5714286em;line-height:1.4285714;}.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7142857em;margin-bottom:1.7142857em;}.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7142857em;margin-bottom:1.7142857em;}.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0;}.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7142857em;margin-bottom:1.7142857em;}.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8571429em;border-radius:0.3125rem;padding-top:0.1428571em;padding-inline-end:0.3571429em;padding-bottom:0.1428571em;padding-inline-start:0.3571429em;}.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8571429em;}.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.9em;}.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8888889em;}.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:0.25rem;padding-top:0.6666667em;padding-inline-end:1em;padding-bottom:0.6666667em;padding-inline-start:1em;}.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em;}.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em;}.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.2857143em;margin-bottom:0.2857143em;}.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0.4285714em;}.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0.4285714em;}.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.5714286em;margin-bottom:0.5714286em;}.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em;}.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.1428571em;}.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em;}.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.1428571em;}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.5714286em;margin-bottom:0.5714286em;}.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;}.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em;}.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.2857143em;padding-inline-start:1.5714286em;}.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2.8571429em;margin-bottom:2.8571429em;}.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;}.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;}.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;}.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;}.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8571429em;line-height:1.5;}.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:1em;padding-bottom:0.6666667em;padding-inline-start:1em;}.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0;}.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0;}.prose-sm :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-top:0.6666667em;padding-inline-end:1em;padding-bottom:0.6666667em;padding-inline-start:1em;}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0;}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0;}.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7142857em;margin-bottom:1.7142857em;}.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0;}.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8571429em;line-height:1.3333333;margin-top:0.6666667em;}.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;}.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:0;}.prose-lg{font-size:1.125rem;line-height:1.7777778;}.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;}.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em;}.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-inline-start:1em;}.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:2.6666667em;margin-top:0;margin-bottom:0.8333333em;line-height:1;}.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333;}.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:0.6666667em;line-height:1.5;}.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7777778em;margin-bottom:0.4444444em;line-height:1.5555556;}.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7777778em;margin-bottom:1.7777778em;}.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7777778em;margin-bottom:1.7777778em;}.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0;}.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7777778em;margin-bottom:1.7777778em;}.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8888889em;border-radius:0.3125rem;padding-top:0.2222222em;padding-inline-end:0.4444444em;padding-bottom:0.2222222em;padding-inline-start:0.4444444em;}.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8888889em;}.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8666667em;}.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.875em;}.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:0.375rem;padding-top:1em;padding-inline-end:1.5em;padding-bottom:1em;padding-inline-start:1.5em;}.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em;}.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em;}.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.6666667em;margin-bottom:0.6666667em;}.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0.4444444em;}.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0.4444444em;}.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.8888889em;margin-bottom:0.8888889em;}.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;}.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.3333333em;}.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;}.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.3333333em;}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.8888889em;margin-bottom:0.8888889em;}.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;}.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;}.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.6666667em;padding-inline-start:1.5555556em;}.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:3.1111111em;margin-bottom:3.1111111em;}.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;}.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;}.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;}.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;}.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8888889em;line-height:1.5;}.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0.75em;padding-bottom:0.75em;padding-inline-start:0.75em;}.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0;}.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0;}.prose-lg :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-top:0.75em;padding-inline-end:0.75em;padding-bottom:0.75em;padding-inline-start:0.75em;}.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0;}.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0;}.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7777778em;margin-bottom:1.7777778em;}.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0;}.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:0.8888889em;line-height:1.5;margin-top:1em;}.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;}.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:0;}.prose-fernie{color:var(--newbasalt-md);max-width:none;font-size:18px;line-height:138.99999856948853%;font-family:"brandon-grotesque",Helvetica;font-weight:400;}.prose-fernie :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:26px;font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;font-weight:900;line-height:104.99999523162842%;color:var(--newbasalt-md);margin-top:0;margin-bottom:30px;}.prose-fernie :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:21px;font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;font-weight:900;line-height:110.00000238418579%;color:var(--newbasalt-md);margin-top:0;margin-bottom:25px;}.prose-fernie :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:20px;font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;font-weight:700;line-height:120.00000476837158%;color:var(--newbasalt-md);margin-top:0;margin-bottom:25px;}.prose-fernie :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:18px;font-family:"brandon-grotesque",Helvetica;font-weight:700;line-height:125%;color:var(--newbasalt-md);margin-top:0;margin-bottom:25px;}.prose-fernie :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:15px;}.prose-fernie :where(p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:0;}.prose-fernie :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--newdeep-burgundy);text-decoration:underline;font-weight:500;}.prose-fernie :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover{color:#A64F3C;}.prose-fernie :where(ul,ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0;padding-left:30px;}.prose-fernie :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:15px;padding-left:0;}.prose-fernie :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-child{margin-bottom:0;}.prose-fernie :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style:disc;list-style-position:outside;}.prose-fernie :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{color:var(--newbasalt-md);font-size:18px;}.prose-fernie :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style:none;position:relative;counter-increment:list-counter;}.prose-fernie :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{content:counter(list-counter) ".";color:var(--newbasalt-md);font-size:18px;font-family:"brandon-grotesque",Helvetica;font-weight:400;line-height:138.99999856948853%;min-width:18px;margin-top:-1px;}.prose-fernie :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){counter-reset:list-counter;margin-bottom:50px;}.prose-fernie :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:50px;}.prose-fernie-md{font-size:18px;line-height:138.99999856948853%;font-family:"brandon-grotesque",Helvetica;}.prose-fernie-md :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:26px;margin-top:0;margin-bottom:60px;}.prose-fernie-md :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:21px;margin-top:0;margin-bottom:25px;}.prose-fernie-md :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:20px;margin-top:0;margin-bottom:25px;}.prose-fernie-md :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:16px;margin-top:0;margin-bottom:25px;}.prose-fernie-md :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:15px;}.prose-fernie-md :where(p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:0;}.prose-fernie-md :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--newdeep-burgundy);text-decoration:underline;font-weight:500;}.prose-fernie-md :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover{color:#A64F3C;}.prose-fernie-md :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:10px;padding-left:0;}.prose-fernie-md :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-child{margin-bottom:0;}.prose-fernie-md :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style:disc;list-style-position:outside;}.prose-fernie-md :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{color:var(--newbasalt-md);font-size:18px;}.prose-fernie-md :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style:none;position:relative;counter-increment:list-counter;}.prose-fernie-md :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{content:counter(list-counter) ".";color:var(--newbasalt-md);font-size:18px;font-family:"brandon-grotesque",Helvetica;font-weight:400;line-height:138.99999856948853%;min-width:18px;margin-top:-1px;}.prose-fernie-md :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){counter-reset:list-counter;margin-bottom:50px;}.prose-fernie-md :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:50px;}.prose-fernie-lg{font-size:24px;line-height:138.99999856948853%;font-family:"brandon-grotesque",Helvetica;}.prose-fernie-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:52px;font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;margin-top:0;margin-bottom:100px;}.prose-fernie-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:34px;font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;margin-top:0;margin-bottom:35px;}.prose-fernie-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:26px;font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;margin-top:0;margin-bottom:35px;}.prose-fernie-lg :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:20px;margin-top:0;margin-bottom:35px;}.prose-fernie-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:50px;}.prose-fernie-lg :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--newdeep-burgundy);text-decoration:underline;font-weight:500;}.prose-fernie-lg :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover{color:#A64F3C;}.prose-fernie-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:15px;padding-left:0;}.prose-fernie-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-child{margin-bottom:0;}.prose-fernie-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style:disc;list-style-position:outside;}.prose-fernie-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{color:var(--newbasalt-md);font-size:20px;}.prose-fernie-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style:none;position:relative;counter-increment:list-counter;}.prose-fernie-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{content:counter(list-counter) ".";color:var(--newbasalt-md);font-size:20px;font-family:"brandon-grotesque",Helvetica;font-weight:400;line-height:138.99999856948853%;min-width:20px;margin-top:-1px;}.prose-fernie-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){counter-reset:list-counter;margin-bottom:50px;}.prose-fernie-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:50px;}.prose-fernie ul,.prose-fernie-md ul,.prose-fernie-lg ul,.field--name-field-intro-body ul,.field--type-text-long ul,.field--type-string-long ul,[class*="content"] ul{margin-bottom:1rem;list-style-type:disc;padding-left:1.5rem;}.prose-fernie ol,.prose-fernie-md ol,.prose-fernie-lg ol,.field--name-field-intro-body ol,.field--type-text-long ol,.field--type-string-long ol,[class*="content"] ol{margin-bottom:1rem;list-style-type:decimal;padding-left:1.5rem;}.prose-fernie li,.prose-fernie-md li,.prose-fernie-lg li,.field--name-field-intro-body li,.field--type-text-long li,.field--type-string-long li,[class*="content"] li{margin-bottom:0.5rem;}.prose-fernie h2,.prose-fernie-md h2,.prose-fernie-lg h2{margin-top:2rem;margin-bottom:1rem;font-size:22px;line-height:135%;}@media (min-width:768px){.prose-fernie h2,.prose-fernie-md h2,.prose-fernie-lg h2{font-size:24px;}}@media (min-width:1280px){.prose-fernie h2,.prose-fernie-md h2,.prose-fernie-lg h2{font-size:32px;}}.prose-fernie h2,.prose-fernie-md h2,.prose-fernie-lg h2{font-family:'roca',Georgia,serif;}.prose-fernie h3,.prose-fernie-md h3,.prose-fernie-lg h3{margin-top:1.5rem;margin-bottom:0.75rem;font-size:20px;line-height:135%;}@media (min-width:768px){.prose-fernie h3,.prose-fernie-md h3,.prose-fernie-lg h3{font-size:22px;}}@media (min-width:1280px){.prose-fernie h3,.prose-fernie-md h3,.prose-fernie-lg h3{font-size:28px;}}.prose-fernie h3,.prose-fernie-md h3,.prose-fernie-lg h3{font-family:'roca',Georgia,serif;}.prose-fernie h4,.prose-fernie-md h4,.prose-fernie-lg h4{margin-top:1.5rem;margin-bottom:0.75rem;font-size:18px;font-weight:700;line-height:135%;}@media (min-width:768px){.prose-fernie h4,.prose-fernie-md h4,.prose-fernie-lg h4{font-size:20px;}}@media (min-width:1280px){.prose-fernie h4,.prose-fernie-md h4,.prose-fernie-lg h4{font-size:24px;}}.prose-fernie h5,.prose-fernie-md h5,.prose-fernie-lg h5{margin-top:1rem;margin-bottom:0.5rem;font-size:16px;font-weight:700;line-height:135%;}@media (min-width:768px){.prose-fernie h5,.prose-fernie-md h5,.prose-fernie-lg h5{font-size:18px;}}@media (min-width:1280px){.prose-fernie h5,.prose-fernie-md h5,.prose-fernie-lg h5{font-size:20px;}}.prose-fernie h6,.prose-fernie-md h6,.prose-fernie-lg h6{margin-top:1rem;margin-bottom:0.5rem;font-size:15px;font-weight:700;line-height:135%;}@media (min-width:768px){.prose-fernie h6,.prose-fernie-md h6,.prose-fernie-lg h6{font-size:16px;}}@media (min-width:1280px){.prose-fernie h6,.prose-fernie-md h6,.prose-fernie-lg h6{font-size:18px;}}.prose-fernie p,.prose-fernie-md p,.prose-fernie-lg p{color:inherit;}.prose-fernie hr,.prose-fernie-md hr,.prose-fernie-lg hr{margin-top:2rem;margin-bottom:2rem;height:1px;border-width:0px;}@media (min-width:768px){.prose-fernie hr,.prose-fernie-md hr,.prose-fernie-lg hr{margin-top:3rem;margin-bottom:3rem;}}.prose-fernie hr,.prose-fernie-md hr,.prose-fernie-lg hr{background-color:rgba(42,54,55,0.2);}.prose-fernie img,.prose-fernie-md img,.prose-fernie-lg img{border-top-left-radius:10px;border-top-right-radius:40px;border-bottom-right-radius:10px;border-bottom-left-radius:40px;}@media (min-width:768px){.prose-fernie img,.prose-fernie-md img,.prose-fernie-lg img{border-top-left-radius:60px;border-top-right-radius:20px;border-bottom-right-radius:60px;border-bottom-left-radius:20px;}}.prose-fernie img:nth-of-type(even),.prose-fernie-md img:nth-of-type(even),.prose-fernie-lg img:nth-of-type(even){border-top-left-radius:40px;border-top-right-radius:10px;border-bottom-right-radius:40px;border-bottom-left-radius:10px;}@media (min-width:768px){.prose-fernie img:nth-of-type(even),.prose-fernie-md img:nth-of-type(even),.prose-fernie-lg img:nth-of-type(even){border-top-left-radius:20px;border-top-right-radius:60px;border-bottom-right-radius:20px;border-bottom-left-radius:60px;}}.prose-fernie p:has(iframe),.prose-fernie-md p:has(iframe),.prose-fernie-lg p:has(iframe){width:100%;max-width:100%;}.prose-fernie iframe,.prose-fernie-md iframe,.prose-fernie-lg iframe{width:100% !important;height:auto !important;aspect-ratio:16 / 9;}.prose-fernie [style*="padding:56.25%"],.prose-fernie-md [style*="padding:56.25%"],.prose-fernie-lg [style*="padding:56.25%"]{width:100%;}[data-component="webform-section"] input[type="checkbox"],[data-component="webform-section"] input[type="radio"]{position:absolute;opacity:0;pointer-events:none;}[data-component="webform-section"][data-variant="dark"]{--label-color:#c9f0ef;--border-color:#c9f0ef;--input-text-color:#2A3637;--placeholder-color:rgba(42,54,55,0.6);--input-wrapper-border:#fff;--checkbox-checkmark-color:#c9f0ef;--radio-dot-color:#6FB3E0;}[data-component="webform-section"][data-variant="light"]{--label-color:#2A3637;--border-color:#2A3637;--input-text-color:#2A3637;--placeholder-color:rgba(42,54,55,0.6);--input-wrapper-border:#2A3637;--checkbox-checkmark-color:#2A3637;--radio-dot-color:#2A3637;}[data-component="webform-section"] label,[data-component="webform-section"] legend{color:var(--label-color);}[data-component="webform-section"] [data-checkbox-visual],[data-component="webform-section"] [data-radio-visual]{border-color:var(--border-color);}[data-component="webform-section"] input[type="text"],[data-component="webform-section"] input[type="email"],[data-component="webform-section"] textarea{color:var(--input-text-color);}[data-component="webform-section"] input::-moz-placeholder,[data-component="webform-section"] textarea::-moz-placeholder{color:var(--placeholder-color);}[data-component="webform-section"] input::placeholder,[data-component="webform-section"] textarea::placeholder{color:var(--placeholder-color);}[data-component="webform-section"] .form-text,[data-component="webform-section"] .form-email,[data-component="webform-section"] .form-textarea{border-color:var(--input-wrapper-border) !important;}[data-component="webform-section"] .\!bg-white{border-color:var(--input-wrapper-border) !important;}[data-component="webform-section"] .bg-white{border-color:var(--input-wrapper-border);}[data-component="webform-section"],[data-component="webform-section"] .form-item,[data-component="webform-section"] .webform-element,[data-component="webform-section"] fieldset,[data-component="webform-section"] .fieldset-wrapper{min-width:0;max-width:100%;box-sizing:border-box;}[data-component="webform-section"] .form-item,[data-component="webform-section"] .webform-element,[data-component="webform-section"] fieldset,[data-component="webform-section"] .webform-message,[data-component="webform-section"] .js-webform-message,[data-component="webform-section"] .js-webform-states-hidden,[data-component="webform-section"] [data-drupal-states]{width:100%;}body [data-component="webform-section"] .fernie-disclaimer-banner [aria-label="Warning message"]{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;left:0 !important;right:0 !important;text-align:center;}[data-component="webform-section"] input[type="text"],[data-component="webform-section"] input[type="email"],[data-component="webform-section"] input[type="tel"],[data-component="webform-section"] input[type="url"],[data-component="webform-section"] input[type="number"],[data-component="webform-section"] input[type="date"],[data-component="webform-section"] select,[data-component="webform-section"] textarea{max-width:100%;box-sizing:border-box;}[data-component="webform-section"] label,[data-component="webform-section"] legend,[data-component="webform-section"] .description,[data-component="webform-section"] .form-item__description{white-space:normal;overflow-wrap:break-word;word-break:break-word;}[data-component="webform-section"] .form-checkboxes .form-item,[data-component="webform-section"] .form-radios .form-item{display:flex;align-items:flex-start;gap:0.5rem;flex-wrap:wrap;}[data-component="webform-section"] input[type="file"]{max-width:100%;box-sizing:border-box;}[data-component="webform-section"] .js-form-managed-file,[data-component="webform-section"] .form-managed-file,[data-component="webform-section"] .webform-document-file,[data-component="webform-section"] .webform-image-file,[data-component="webform-section"] .webform-video-file,[data-component="webform-section"] .webform-audio-file,[data-component="webform-section"] .webform-managed-file-preview-wrapper{max-width:100%;flex-wrap:wrap;min-width:0;box-sizing:border-box;}[data-component="webform-section"] *{max-width:100%;box-sizing:border-box;}[data-component="webform-section"]{overflow-x:hidden;}.custom-map-marker{filter:none !important;}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;}.pointer-events-none{pointer-events:none;}.visible{visibility:visible;}.invisible{visibility:hidden;}.static{position:static;}.fixed{position:fixed;}.absolute{position:absolute;}.relative{position:relative;}.sticky{position:sticky;}.inset-0{inset:0px;}.-left-25{left:-100px;}.-left-\[120px\]{left:-120px;}.-left-\[128px\]{left:-128px;}.-left-\[200px\]{left:-200px;}.bottom-0{bottom:0px;}.bottom-\[-140px\]{bottom:-140px;}.bottom-\[-80px\]{bottom:-80px;}.bottom-\[19px\]{bottom:19px;}.bottom-\[5px\]{bottom:5px;}.bottom-full{bottom:100%;}.left-0{left:0px;}.left-1{left:0.25rem;}.left-1\/2{left:50%;}.left-4{left:1rem;}.left-7{left:1.75rem;}.left-\[-110px\]{left:-110px;}.left-\[-150px\]{left:-150px;}.left-\[-30px\]{left:-30px;}.left-\[-80px\]{left:-80px;}.left-\[10px\]{left:10px;}.left-\[179px\]{left:179px;}.left-\[21px\]{left:21px;}.left-\[28px\]{left:28px;}.left-\[330px\]{left:330px;}.left-\[34px\]{left:34px;}.left-\[391px\]{left:391px;}.left-\[49px\]{left:49px;}.left-\[5px\]{left:5px;}.left-px{left:1px;}.right-0{right:0px;}.right-1\/2{right:50%;}.right-16{right:4rem;}.right-20{right:80px;}.right-5{right:1.25rem;}.right-\[-20px\]{right:-20px;}.right-\[15px\]{right:15px;}.right-\[19px\]{right:19px;}.right-\[21px\]{right:21px;}.right-\[25px\]{right:25px;}.right-\[53px\]{right:53px;}.right-\[5px\]{right:5px;}.top-0{top:0px;}.top-1\/2{top:50%;}.top-20{top:80px;}.top-3{top:0.75rem;}.top-4{top:1rem;}.top-5{top:1.25rem;}.top-\[-30px\]{top:-30px;}.top-\[-40px\]{top:-40px;}.top-\[-603px\]{top:-603px;}.top-\[-70px\]{top:-70px;}.top-\[1000px\]{top:1000px;}.top-\[100px\]{top:100px;}.top-\[103px\]{top:103px;}.top-\[105px\]{top:105px;}.top-\[1060px\]{top:1060px;}.top-\[108px\]{top:108px;}.top-\[10px\]{top:10px;}.top-\[126px\]{top:126px;}.top-\[18px\]{top:18px;}.top-\[20px\]{top:20px;}.top-\[26px\]{top:26px;}.top-\[293px\]{top:293px;}.top-\[300px\]{top:300px;}.top-\[30px\]{top:30px;}.top-\[326px\]{top:326px;}.top-\[50px\]{top:50px;}.top-\[54px\]{top:54px;}.top-\[5px\]{top:5px;}.top-\[603px\]{top:603px;}.top-\[78px\]{top:78px;}.top-\[80px\]{top:80px;}.top-\[82px\]{top:82px;}.top-\[858px\]{top:858px;}.top-\[93px\]{top:93px;}.top-px{top:1px;}.top-\[400px\]{top:400px;}.-left-\[100px\]{left:-100px;}.top-\[500px\]{top:500px;}.top-\[140px\]{top:140px;}.z-0{z-index:0;}.z-10{z-index:10;}.z-20{z-index:20;}.z-30{z-index:30;}.z-50{z-index:50;}.z-\[-1\]{z-index:-1;}.z-\[0\]{z-index:0;}.z-\[100\]{z-index:100;}.z-\[101\]{z-index:101;}.z-\[102\]{z-index:102;}.z-\[11\]{z-index:11;}.z-\[12\]{z-index:12;}.z-\[13\]{z-index:13;}.z-\[14\]{z-index:14;}.z-\[15\]{z-index:15;}.z-\[16\]{z-index:16;}.z-\[17\]{z-index:17;}.z-\[18\]{z-index:18;}.z-\[1\]{z-index:1;}.z-\[21\]{z-index:21;}.z-\[22\]{z-index:22;}.z-\[2\]{z-index:2;}.z-\[3\]{z-index:3;}.z-\[4\]{z-index:4;}.z-\[60\]{z-index:60;}.z-\[6\]{z-index:6;}.z-\[70\]{z-index:70;}.z-\[7\]{z-index:7;}.z-\[8\]{z-index:8;}.z-\[9000\]{z-index:9000;}.z-\[99999\]{z-index:99999;}.z-\[9999\]{z-index:9999;}.z-\[9\]{z-index:9;}.order-1{order:1;}.order-2{order:2;}.col-span-1{grid-column:span 1 / span 1;}.col-span-full{grid-column:1 / -1;}.m-0{margin:0px;}.m-\[10px\]{margin:10px;}.m-auto{margin:auto;}.-mx-4{margin-left:-1rem;margin-right:-1rem;}.-mx-\[10px\]{margin-left:-10px;margin-right:-10px;}.mx-4{margin-left:1rem;margin-right:1rem;}.mx-\[10px\]{margin-left:10px;margin-right:10px;}.mx-auto{margin-left:auto;margin-right:auto;}.my-1{margin-top:0.25rem;margin-bottom:0.25rem;}.my-6{margin-top:1.5rem;margin-bottom:1.5rem;}.my-\[15px\]{margin-top:15px;margin-bottom:15px;}.my-\[30px\]{margin-top:30px;margin-bottom:30px;}.mx-6{margin-left:1.5rem;margin-right:1.5rem;}.\!mb-0{margin-bottom:0px !important;}.-ml-\[50vw\]{margin-left:-50vw;}.-mr-\[50vw\]{margin-right:-50vw;}.mb-0{margin-bottom:0px;}.mb-12{margin-bottom:3rem;}.mb-2{margin-bottom:0.5rem;}.mb-3{margin-bottom:0.75rem;}.mb-4{margin-bottom:1rem;}.mb-5{margin-bottom:1.25rem;}.mb-8{margin-bottom:2rem;}.mb-\[-0\.37px\]{margin-bottom:-0.37px;}.mb-\[-0\.39px\]{margin-bottom:-0.39px;}.mb-\[-0\.43px\]{margin-bottom:-0.43px;}.mb-\[-0\.49px\]{margin-bottom:-0.49px;}.mb-\[-1\.77px\]{margin-bottom:-1.77px;}.mb-\[-10\.50px\]{margin-bottom:-10.50px;}.mb-\[-11px\]{margin-bottom:-11px;}.mb-\[-1px\]{margin-bottom:-1px;}.mb-\[-3px\]{margin-bottom:-3px;}.mb-\[-4px\]{margin-bottom:-4px;}.mb-\[10px\]{margin-bottom:10px;}.mb-\[15px\]{margin-bottom:15px;}.mb-\[20px\]{margin-bottom:20px;}.mb-\[24px\]{margin-bottom:24px;}.mb-\[30px\]{margin-bottom:30px;}.mb-\[40px\]{margin-bottom:40px;}.mb-\[50px\]{margin-bottom:50px;}.mb-\[5px\]{margin-bottom:5px;}.ml-0{margin-left:0px;}.ml-1{margin-left:0.25rem;}.ml-3{margin-left:0.75rem;}.ml-\[-0\.15px\]{margin-left:-0.15px;}.ml-\[-0\.37px\]{margin-left:-0.37px;}.ml-\[-0\.39px\]{margin-left:-0.39px;}.ml-\[-0\.43px\]{margin-left:-0.43px;}.ml-\[-0\.49px\]{margin-left:-0.49px;}.ml-\[-16\.73px\]{margin-left:-16.73px;}.ml-\[-1px\]{margin-left:-1px;}.ml-\[-34px\]{margin-left:-34px;}.ml-\[-68px\]{margin-left:-68px;}.ml-\[0px\]{margin-left:0px;}.ml-\[27px\]{margin-left:27px;}.ml-\[55px\]{margin-left:55px;}.mr-0{margin-right:0px;}.mr-2{margin-right:0.5rem;}.mr-\[-0\.37px\]{margin-right:-0.37px;}.mr-\[-0\.39px\]{margin-right:-0.39px;}.mr-\[-0\.43px\]{margin-right:-0.43px;}.mr-\[-0\.49px\]{margin-right:-0.49px;}.mr-\[-16\.73px\]{margin-right:-16.73px;}.mr-\[-34px\]{margin-right:-34px;}.mr-\[-42px\]{margin-right:-42px;}.mr-\[-68px\]{margin-right:-68px;}.mt-0{margin-top:0px;}.mt-1{margin-top:0.25rem;}.mt-10{margin-top:2.5rem;}.mt-12{margin-top:3rem;}.mt-2{margin-top:0.5rem;}.mt-4{margin-top:1rem;}.mt-8{margin-top:2rem;}.mt-\[-0\.37px\]{margin-top:-0.37px;}.mt-\[-0\.39px\]{margin-top:-0.39px;}.mt-\[-0\.43px\]{margin-top:-0.43px;}.mt-\[-0\.49px\]{margin-top:-0.49px;}.mt-\[-1\.00px\]{margin-top:-1.00px;}.mt-\[-1\.20px\]{margin-top:-1.20px;}.mt-\[-10\.50px\]{margin-top:-10.50px;}.mt-\[-11px\]{margin-top:-11px;}.mt-\[-1px\]{margin-top:-1px;}.mt-\[-3\.77px\]{margin-top:-3.77px;}.mt-\[-3px\]{margin-top:-3px;}.mt-\[-4px\]{margin-top:-4px;}.mt-\[-50px\]{margin-top:-50px;}.mt-\[12px\]{margin-top:12px;}.mt-\[15px\]{margin-top:15px;}.mt-\[20px\]{margin-top:20px;}.mt-\[25px\]{margin-top:25px;}.mt-\[2px\]{margin-top:2px;}.mt-\[3\.5px\]{margin-top:3.5px;}.mt-\[30px\]{margin-top:30px;}.mt-\[87px\]{margin-top:87px;}.mt-auto{margin-top:auto;}.box-border{box-sizing:border-box;}.block{display:block;}.inline-block{display:inline-block;}.inline{display:inline;}.flex{display:flex;}.inline-flex{display:inline-flex;}.\!table{display:table !important;}.table{display:table;}.grid{display:grid;}.contents{display:contents;}.hidden{display:none;}.aspect-\[0\.90\]{aspect-ratio:0.90;}.aspect-\[1\.35\]{aspect-ratio:1.35;}.aspect-\[1\.63\]{aspect-ratio:1.63;}.aspect-\[1\.65\]{aspect-ratio:1.65;}.aspect-\[1\.74\]{aspect-ratio:1.74;}.aspect-\[16\/10\]{aspect-ratio:16/10;}.aspect-\[173\/123\]{aspect-ratio:173/123;}.aspect-\[270\/188\]{aspect-ratio:270/188;}.aspect-\[310\/187\]{aspect-ratio:310/187;}.aspect-\[310\/210\]{aspect-ratio:310/210;}.aspect-\[310\/247\]{aspect-ratio:310/247;}.aspect-\[340\/300\]{aspect-ratio:340/300;}.aspect-\[4\/3\]{aspect-ratio:4/3;}.aspect-video{aspect-ratio:16 / 9;}.h-1{height:0.25rem;}.h-10{height:2.5rem;}.h-11{height:2.75rem;}.h-12{height:3rem;}.h-16{height:4rem;}.h-20{height:80px;}.h-3{height:0.75rem;}.h-4{height:1rem;}.h-5{height:1.25rem;}.h-6{height:1.5rem;}.h-64{height:16rem;}.h-8{height:2rem;}.h-9{height:2.25rem;}.h-\[100\%\]{height:100%;}.h-\[1005px\]{height:1005px;}.h-\[11px\]{height:11px;}.h-\[1283px\]{height:1283px;}.h-\[14\.66px\]{height:14.66px;}.h-\[14\.7px\]{height:14.7px;}.h-\[142px\]{height:142px;}.h-\[14px\]{height:14px;}.h-\[150px\]{height:150px;}.h-\[17px\]{height:17px;}.h-\[180px\]{height:180px;}.h-\[19\.55px\]{height:19.55px;}.h-\[1963px\]{height:1963px;}.h-\[1999px\]{height:1999px;}.h-\[1px\]{height:1px;}.h-\[20\.25px\]{height:20.25px;}.h-\[200px\]{height:200px;}.h-\[20px\]{height:20px;}.h-\[240px\]{height:240px;}.h-\[242px\]{height:242px;}.h-\[24px\]{height:24px;}.h-\[255px\]{height:255px;}.h-\[25px\]{height:25px;}.h-\[26px\]{height:26px;}.h-\[27px\]{height:27px;}.h-\[280px\]{height:280px;}.h-\[300px\]{height:300px;}.h-\[30px\]{height:30px;}.h-\[322px\]{height:322px;}.h-\[335px\]{height:335px;}.h-\[34\.48px\]{height:34.48px;}.h-\[340px\]{height:340px;}.h-\[342px\]{height:342px;}.h-\[345px\]{height:345px;}.h-\[346px\]{height:346px;}.h-\[34px\]{height:34px;}.h-\[35px\]{height:35px;}.h-\[360px\]{height:360px;}.h-\[367px\]{height:367px;}.h-\[36px\]{height:36px;}.h-\[376px\]{height:376px;}.h-\[37px\]{height:37px;}.h-\[38px\]{height:38px;}.h-\[40\.87px\]{height:40.87px;}.h-\[400px\]{height:400px;}.h-\[40px\]{height:40px;}.h-\[418px\]{height:418px;}.h-\[42px\]{height:42px;}.h-\[440px\]{height:440px;}.h-\[443px\]{height:443px;}.h-\[45\.33px\]{height:45.33px;}.h-\[45\.98px\]{height:45.98px;}.h-\[45px\]{height:45px;}.h-\[46px\]{height:46px;}.h-\[50px\]{height:50px;}.h-\[51px\]{height:51px;}.h-\[52px\]{height:52px;}.h-\[543px\]{height:543px;}.h-\[56\.1px\]{height:56.1px;}.h-\[568px\]{height:568px;}.h-\[56px\]{height:56px;}.h-\[582px\]{height:582px;}.h-\[60\%\]{height:60%;}.h-\[600px\]{height:600px;}.h-\[60px\]{height:60px;}.h-\[630px\]{height:630px;}.h-\[670px\]{height:670px;}.h-\[68vw\]{height:68vw;}.h-\[720px\]{height:720px;}.h-\[758px\]{height:758px;}.h-\[800px\]{height:800px;}.h-\[82px\]{height:82px;}.h-\[8px\]{height:8px;}.h-\[925px\]{height:925px;}.h-\[98px\]{height:98px;}.h-\[calc\(100\%-20px\)\]{height:calc(100% - 20px);}.h-\[calc\(100\%-26px\)\]{height:calc(100% - 26px);}.h-\[calc\(100\%-40px\)\]{height:calc(100% - 40px);}.h-auto{height:auto;}.h-full{height:100%;}.h-px{height:1px;}.h-screen{height:100vh;}.max-h-\[320px\]{max-height:320px;}.min-h-\[180px\]{min-height:180px;}.min-h-\[200px\]{min-height:200px;}.min-h-\[250px\]{min-height:250px;}.min-h-\[34px\]{min-height:34px;}.min-h-\[46px\]{min-height:46px;}.min-h-\[68px\]{min-height:68px;}.min-h-\[88px\]{min-height:88px;}.min-h-screen{min-height:100vh;}.w-1\/2{width:50%;}.w-10{width:2.5rem;}.w-11{width:2.75rem;}.w-12{width:3rem;}.w-16{width:4rem;}.w-20{width:80px;}.w-25{width:100px;}.w-3{width:0.75rem;}.w-4{width:1rem;}.w-5{width:1.25rem;}.w-6{width:1.5rem;}.w-8{width:2rem;}.w-80{width:20rem;}.w-9{width:2.25rem;}.w-\[100\%\]{width:100%;}.w-\[125px\]{width:125px;}.w-\[150px\]{width:150px;}.w-\[157px\]{width:157px;}.w-\[184px\]{width:184px;}.w-\[20\.25px\]{width:20.25px;}.w-\[200px\]{width:200px;}.w-\[212px\]{width:212px;}.w-\[220px\]{width:220px;}.w-\[224px\]{width:224px;}.w-\[23\.59px\]{width:23.59px;}.w-\[23\.6px\]{width:23.6px;}.w-\[230px\]{width:230px;}.w-\[23px\]{width:23px;}.w-\[240px\]{width:240px;}.w-\[244px\]{width:244px;}.w-\[247px\]{width:247px;}.w-\[254px\]{width:254px;}.w-\[257px\]{width:257px;}.w-\[258px\]{width:258px;}.w-\[260px\]{width:260px;}.w-\[264px\]{width:264px;}.w-\[270px\]{width:270px;}.w-\[275px\]{width:275px;}.w-\[27px\]{width:27px;}.w-\[282px\]{width:282px;}.w-\[28px\]{width:28px;}.w-\[303px\]{width:303px;}.w-\[30px\]{width:30px;}.w-\[31\.4518px\]{width:31.4518px;}.w-\[31\.45px\]{width:31.45px;}.w-\[310px\]{width:310px;}.w-\[312px\]{width:312px;}.w-\[320px\]{width:320px;}.w-\[321px\]{width:321px;}.w-\[324px\]{width:324px;}.w-\[325px\]{width:325px;}.w-\[332px\]{width:332px;}.w-\[338px\]{width:338px;}.w-\[34\.48px\]{width:34.48px;}.w-\[340px\]{width:340px;}.w-\[34px\]{width:34px;}.w-\[35\%\]{width:35%;}.w-\[366px\]{width:366px;}.w-\[36px\]{width:36px;}.w-\[370px\]{width:370px;}.w-\[37px\]{width:37px;}.w-\[40\.87px\]{width:40.87px;}.w-\[405px\]{width:405px;}.w-\[40px\]{width:40px;}.w-\[417px\]{width:417px;}.w-\[42px\]{width:42px;}.w-\[440px\]{width:440px;}.w-\[44px\]{width:44px;}.w-\[45\.98px\]{width:45.98px;}.w-\[458px\]{width:458px;}.w-\[459px\]{width:459px;}.w-\[45px\]{width:45px;}.w-\[460px\]{width:460px;}.w-\[482px\]{width:482px;}.w-\[49px\]{width:49px;}.w-\[50\.01px\]{width:50.01px;}.w-\[500px\]{width:500px;}.w-\[51\.36px\]{width:51.36px;}.w-\[516px\]{width:516px;}.w-\[51px\]{width:51px;}.w-\[546px\]{width:546px;}.w-\[555px\]{width:555px;}.w-\[577px\]{width:577px;}.w-\[62px\]{width:62px;}.w-\[660px\]{width:660px;}.w-\[700px\]{width:700px;}.w-\[75\.075px\]{width:75.075px;}.w-\[75px\]{width:75px;}.w-\[825px\]{width:825px;}.w-\[827px\]{width:827px;}.w-\[90vw\]{width:90vw;}.w-\[950px\]{width:950px;}.w-\[calc\(100\%\+20px\)\]{width:calc(100% + 20px);}.w-\[calc\(100\%-20px\)\]{width:calc(100% - 20px);}.w-\[calc\(100\%-26px\)\]{width:calc(100% - 26px);}.w-\[calc\(100\%-40px\)\]{width:calc(100% - 40px);}.w-fit{width:-moz-fit-content;width:fit-content;}.w-full{width:100%;}.w-screen{width:100vw;}.min-w-0{min-width:0px;}.min-w-\[200px\]{min-width:200px;}.min-w-\[210px\]{min-width:210px;}.min-w-full{min-width:100%;}.max-w-3xl{max-width:48rem;}.max-w-4xl{max-width:56rem;}.max-w-5xl{max-width:64rem;}.max-w-7xl{max-width:80rem;}.max-w-\[1100px\]{max-width:1100px;}.max-w-\[1152px\]{max-width:1152px;}.max-w-\[1200px\]{max-width:1200px;}.max-w-\[1440px\]{max-width:1440px;}.max-w-\[1550px\]{max-width:1550px;}.max-w-\[1600px\]{max-width:1600px;}.max-w-\[200px\]{max-width:200px;}.max-w-\[270px\]{max-width:270px;}.max-w-\[310px\]{max-width:310px;}.max-w-\[320px\]{max-width:320px;}.max-w-\[340px\]{max-width:340px;}.max-w-\[400px\]{max-width:400px;}.max-w-\[440px\]{max-width:440px;}.max-w-\[456px\]{max-width:456px;}.max-w-\[458px\]{max-width:458px;}.max-w-\[464px\]{max-width:464px;}.max-w-\[480px\]{max-width:480px;}.max-w-\[500px\]{max-width:500px;}.max-w-\[562px\]{max-width:562px;}.max-w-\[580px\]{max-width:580px;}.max-w-\[60\%\]{max-width:60%;}.max-w-\[600px\]{max-width:600px;}.max-w-\[660px\]{max-width:660px;}.max-w-\[662px\]{max-width:662px;}.max-w-\[668px\]{max-width:668px;}.max-w-\[700px\]{max-width:700px;}.max-w-\[768px\]{max-width:768px;}.max-w-\[800px\]{max-width:800px;}.max-w-\[825px\]{max-width:825px;}.max-w-\[828px\]{max-width:828px;}.max-w-\[863px\]{max-width:863px;}.max-w-\[900px\]{max-width:900px;}.max-w-\[950px\]{max-width:950px;}.max-w-full{max-width:100%;}.max-w-md{max-width:768px;}.max-w-none{max-width:none;}.max-w-xl{max-width:1280px;}.max-w-xxl{max-width:1600px;}.flex-1{flex:1 1 0%;}.flex-\[0_0_auto\]{flex:0 0 auto;}.flex-shrink-0{flex-shrink:0;}.shrink{flex-shrink:1;}.shrink-0{flex-shrink:0;}.grow{flex-grow:1;}.table-fixed{table-layout:fixed;}.border-collapse{border-collapse:collapse;}.-translate-x-1\/2{--tw-translate-x:-50%;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-1\/2{--tw-translate-y:-50%;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-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));}.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-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));}.translate-y-\[10px\]{--tw-translate-y:10px;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));}.rotate-0{--tw-rotate:0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));}.rotate-180{--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));}.scale-x-\[-1\]{--tw-scale-x:-1;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));}@keyframes fade-in{0%{opacity:0;transform:translateY(-10px);}100%{opacity:1;transform:none;}}.animate-fade-in{animation:fade-in 0.5s ease-out;}.cursor-not-allowed{cursor:not-allowed;}.cursor-pointer{cursor:pointer;}.resize-none{resize:none;}.resize{resize:both;}.list-inside{list-style-position:inside;}.list-disc{list-style-type:disc;}.list-none{list-style-type:none;}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none;}.auto-rows-fr{grid-auto-rows:minmax(0,1fr);}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr));}.flex-row{flex-direction:row;}.flex-col{flex-direction:column;}.flex-wrap{flex-wrap:wrap;}.content-start{align-content:flex-start;}.items-start{align-items:flex-start;}.items-end{align-items:flex-end;}.items-center{align-items:center;}.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;}.gap-0{gap:0px;}.gap-1{gap:0.25rem;}.gap-10{gap:2.5rem;}.gap-15{gap:60px;}.gap-2{gap:0.5rem;}.gap-20{gap:80px;}.gap-25{gap:100px;}.gap-3{gap:0.75rem;}.gap-4{gap:1rem;}.gap-5{gap:1.25rem;}.gap-6{gap:1.5rem;}.gap-7{gap:1.75rem;}.gap-8{gap:2rem;}.gap-9{gap:2.25rem;}.gap-\[10px\]{gap:10px;}.gap-\[13px\]{gap:13px;}.gap-\[14px\]{gap:14px;}.gap-\[15px\]{gap:15px;}.gap-\[17px\]{gap:17px;}.gap-\[18px\]{gap:18px;}.gap-\[1px\]{gap:1px;}.gap-\[20px\]{gap:20px;}.gap-\[20px_20px\]{gap:20px 20px;}.gap-\[25px\]{gap:25px;}.gap-\[26px\]{gap:26px;}.gap-\[2px\]{gap:2px;}.gap-\[30px\]{gap:30px;}.gap-\[31px\]{gap:31px;}.gap-\[33px\]{gap:33px;}.gap-\[35px\]{gap:35px;}.gap-\[36px\]{gap:36px;}.gap-\[39px\]{gap:39px;}.gap-\[45px\]{gap:45px;}.gap-\[48px\]{gap:48px;}.gap-\[50px\]{gap:50px;}.gap-\[5px\]{gap:5px;}.gap-\[60px\]{gap:60px;}.gap-\[6px\]{gap:6px;}.gap-\[7\.5px\]{gap:7.5px;}.gap-\[70px\]{gap:70px;}.gap-\[7px\]{gap:7px;}.gap-\[8px\]{gap:8px;}.gap-\[90px\]{gap:90px;}.gap-x-0{-moz-column-gap:0px;column-gap:0px;}.gap-x-\[15px\]{-moz-column-gap:15px;column-gap:15px;}.gap-x-\[20px\]{-moz-column-gap:20px;column-gap:20px;}.gap-y-\[10px\]{row-gap:10px;}.gap-y-\[30px\]{row-gap:30px;}.gap-y-\[5px\]{row-gap:5px;}.space-y-2 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * var(--tw-space-y-reverse));}.space-y-4 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse));}.space-y-8 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse));}.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));}.self-start{align-self:flex-start;}.self-end{align-self:flex-end;}.self-stretch{align-self:stretch;}.overflow-hidden{overflow:hidden;}.overflow-visible{overflow:visible;}.overflow-x-auto{overflow-x:auto;}.overflow-y-auto{overflow-y:auto;}.overflow-x-hidden{overflow-x:hidden;}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.whitespace-nowrap{white-space:nowrap;}.break-words{overflow-wrap:break-word;}.rounded{border-radius:0.25rem;}.rounded-2xl{border-radius:1rem;}.rounded-3xl{border-radius:1.5rem;}.rounded-\[10px\]{border-radius:10px;}.rounded-\[10px_100px_10px_100px\]{border-radius:10px 100px 10px 100px;}.rounded-\[10px_100px_10px_50px\]{border-radius:10px 100px 10px 50px;}.rounded-\[10px_30px_10px_30px\]{border-radius:10px 30px 10px 30px;}.rounded-\[10px_40px_10px_20px\]{border-radius:10px 40px 10px 20px;}.rounded-\[10px_40px_10px_40px\]{border-radius:10px 40px 10px 40px;}.rounded-\[10px_70px_10px_35px\]{border-radius:10px 70px 10px 35px;}.rounded-\[10px_80px_10px_30px\]{border-radius:10px 80px 10px 30px;}.rounded-\[10px_80px_10px_40px\]{border-radius:10px 80px 10px 40px;}.rounded-\[15px\]{border-radius:15px;}.rounded-\[15px_45px_15px_45px\]{border-radius:15px 45px 15px 45px;}.rounded-\[200px_20px_100px_20px\]{border-radius:200px 20px 100px 20px;}.rounded-\[20px\]{border-radius:20px;}.rounded-\[20px_200px_20px_100px\]{border-radius:20px 200px 20px 100px;}.rounded-\[20px_200px_20px_200px\]{border-radius:20px 200px 20px 200px;}.rounded-\[20px_40px_20px_40px\]{border-radius:20px 40px 20px 40px;}.rounded-\[20px_60px_20px_40px\]{border-radius:20px 60px 20px 40px;}.rounded-\[20px_60px_20px_60px\]{border-radius:20px 60px 20px 60px;}.rounded-\[23px\]{border-radius:23px;}.rounded-\[25px\]{border-radius:25px;}.rounded-\[30px_10px_30px_10px\]{border-radius:30px 10px 30px 10px;}.rounded-\[30px_5px_15px_5px\]{border-radius:30px 5px 15px 5px;}.rounded-\[35\.83px\]{border-radius:35.83px;}.rounded-\[35px\]{border-radius:35px;}.rounded-\[36px\]{border-radius:36px;}.rounded-\[40px_10px_40px_10px\]{border-radius:40px 10px 40px 10px;}.rounded-\[40px_20px_40px_20px\]{border-radius:40px 20px 40px 20px;}.rounded-\[40px_80px_40px_80px\]{border-radius:40px 80px 40px 80px;}.rounded-\[45px\]{border-radius:45px;}.rounded-\[48px_16px_32px_16px\]{border-radius:48px 16px 32px 16px;}.rounded-\[54px\]{border-radius:54px;}.rounded-\[5px\]{border-radius:5px;}.rounded-\[60px_20px_40px_20px\]{border-radius:60px 20px 40px 20px;}.rounded-\[60px_20px_60px_20px\]{border-radius:60px 20px 60px 20px;}.rounded-\[80px_10px_30px_10px\]{border-radius:80px 10px 30px 10px;}.rounded-\[80px_10px_40px_10px\]{border-radius:80px 10px 40px 10px;}.rounded-\[80px_40px_80px_40px\]{border-radius:80px 40px 80px 40px;}.rounded-full{border-radius:9999px;}.rounded-lg{border-radius:0.5rem;}.rounded-md{border-radius:0.375rem;}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;}.rounded-b-\[10px_40px_40px_10px\]{border-bottom-right-radius:10px 40px 40px 10px;border-bottom-left-radius:10px 40px 40px 10px;}.rounded-bl-\[100px\]{border-bottom-left-radius:100px;}.rounded-bl-\[10px\]{border-bottom-left-radius:10px;}.rounded-bl-\[200px\]{border-bottom-left-radius:200px;}.rounded-bl-\[40px\]{border-bottom-left-radius:40px;}.rounded-bl-\[60px\]{border-bottom-left-radius:60px;}.rounded-br-\[10px\]{border-bottom-right-radius:10px;}.rounded-br-\[20px\]{border-bottom-right-radius:20px;}.rounded-br-\[40px\]{border-bottom-right-radius:40px;}.rounded-tl-\[10px\]{border-top-left-radius:10px;}.rounded-tl-\[20px\]{border-top-left-radius:20px;}.rounded-tl-\[40px\]{border-top-left-radius:40px;}.rounded-tr-\[100px\]{border-top-right-radius:100px;}.rounded-tr-\[10px\]{border-top-right-radius:10px;}.rounded-tr-\[200px\]{border-top-right-radius:200px;}.rounded-tr-\[40px\]{border-top-right-radius:40px;}.rounded-tr-\[60px\]{border-top-right-radius:60px;}.border{border-width:1px;}.border-0{border-width:0px;}.border-2{border-width:2px;}.border-4{border-width:4px;}.border-b{border-bottom-width:1px;}.border-b-2{border-bottom-width:2px;}.border-l-4{border-left-width:4px;}.border-t{border-top-width:1px;}.border-t-2{border-top-width:2px;}.border-solid{border-style:solid;}.border-dashed{border-style:dashed;}.border-none{border-style:none;}.\!border-gray-300{--tw-border-opacity:1 !important;border-color:rgb(209 213 219 / var(--tw-border-opacity,1)) !important;}.border-brand-forest{--tw-border-opacity:1;border-color:rgb(47 61 47 / var(--tw-border-opacity,1));}.border-brand-form-cream{--tw-border-opacity:1;border-color:rgb(244 242 228 / var(--tw-border-opacity,1));}.border-brand-green\/20{border-color:rgb(185 202 146 / 0.2);}.border-brand-light-blue{--tw-border-opacity:1;border-color:rgb(201 240 239 / var(--tw-border-opacity,1));}.border-cyan-800{--tw-border-opacity:1;border-color:rgb(21 94 117 / var(--tw-border-opacity,1));}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246 / var(--tw-border-opacity,1));}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235 / var(--tw-border-opacity,1));}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219 / var(--tw-border-opacity,1));}.border-green-500{--tw-border-opacity:1;border-color:rgb(34 197 94 / var(--tw-border-opacity,1));}.border-newbasalt-md{border-color:var(--newbasalt-md);}.border-newcanvas-cream{border-color:var(--newcanvas-cream);}.border-newdeep-bricks{border-color:var(--newdeep-bricks);}.border-newdeep-burgundy{border-color:var(--newdeep-burgundy);}.border-newice{border-color:var(--newice);}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68 / var(--tw-border-opacity,1));}.border-white{border-color:var(--white);}.border-yellow-500{--tw-border-opacity:1;border-color:rgb(234 179 8 / var(--tw-border-opacity,1));}.\!bg-white{background-color:var(--white) !important;}.bg-\[\#A1DCE6\]{--tw-bg-opacity:1;background-color:rgb(161 220 230 / var(--tw-bg-opacity,1));}.bg-\[\#FF8C81\]{--tw-bg-opacity:1;background-color:rgb(255 140 129 / var(--tw-bg-opacity,1));}.bg-\[\#faf8f5\]{--tw-bg-opacity:1;background-color:rgb(250 248 245 / var(--tw-bg-opacity,1));}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity,1));}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235 / var(--tw-bg-opacity,1));}.bg-brand-blue-hover{--tw-bg-opacity:1;background-color:rgb(74 155 167 / var(--tw-bg-opacity,1));}.bg-brand-burgundy{--tw-bg-opacity:1;background-color:rgb(166 79 60 / var(--tw-bg-opacity,1));}.bg-brand-coral{--tw-bg-opacity:1;background-color:rgb(255 111 97 / var(--tw-bg-opacity,1));}.bg-brand-coral-hover{--tw-bg-opacity:1;background-color:rgb(230 139 125 / var(--tw-bg-opacity,1));}.bg-brand-cream{--tw-bg-opacity:1;background-color:rgb(250 248 245 / var(--tw-bg-opacity,1));}.bg-brand-green{--tw-bg-opacity:1;background-color:rgb(185 202 146 / var(--tw-bg-opacity,1));}.bg-brand-light-blue{--tw-bg-opacity:1;background-color:rgb(201 240 239 / var(--tw-bg-opacity,1));}.bg-brand-overlay{background-color:#2935374c;}.bg-brand-salmon{--tw-bg-opacity:1;background-color:rgb(255 140 129 / var(--tw-bg-opacity,1));}.bg-brand-teal{--tw-bg-opacity:1;background-color:rgb(50 113 124 / var(--tw-bg-opacity,1));}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246 / var(--tw-bg-opacity,1));}.bg-gray-50\/50{background-color:rgb(249 250 251 / 0.5);}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244 / var(--tw-bg-opacity,1));}.bg-newbasalt-md{background-color:var(--newbasalt-md);}.bg-newbreezy-blue{background-color:var(--newbreezy-blue);}.bg-newcanvas-cream{background-color:var(--newcanvas-cream);}.bg-newdeep-burgundy{background-color:var(--newdeep-burgundy);}.bg-newfireweed-lt{background-color:var(--newfireweed-lt);}.bg-newice{background-color:var(--newice);}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242 / var(--tw-bg-opacity,1));}.bg-stone-50{--tw-bg-opacity:1;background-color:rgb(250 250 249 / var(--tw-bg-opacity,1));}.bg-transparent{background-color:transparent;}.bg-white{background-color:var(--white);}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232 / var(--tw-bg-opacity,1));}.bg-opacity-20{--tw-bg-opacity:0.2;}.bg-opacity-90{--tw-bg-opacity:0.9;}.bg-\[linear-gradient\(180deg\2c rgba\(42\2c 53\2c 89\2c 0\)_0\%\2c rgba\(42\2c 53\2c 89\2c 0\.39\)_38\%\2c rgba\(42\2c 53\2c 89\2c 0\.7\)_100\%\)\2c linear-gradient\(180deg\2c rgba\(89\2c 89\2c 89\2c 0\)_0\%\2c rgba\(68\2c 68\2c 68\2c 1\)_100\%\)\]{background-image:linear-gradient(180deg,rgba(42,53,89,0) 0%,rgba(42,53,89,0.39) 38%,rgba(42,53,89,0.7) 100%),linear-gradient(180deg,rgba(89,89,89,0) 0%,rgba(68,68,68,1) 100%);}.bg-\[url\(\'\/tablet-line-29\.svg\'\)\] {
  background-image: url('/tablet-line-29.svg');
}

.bg-\[url\(\/rounded-pattern-bg\.jpg\)\] {
  background-image: url(/rounded-pattern-bg.jpg);
}

.bg-\[url\(crowdriff-location-pin\.svg\)\] {
  background-image: url(/themes/fernie_theme/dist/css/crowdriff-location-pin.svg);
}

.bg-\[url\(masonry-location-pin\.svg\)\] {
  background-image: url(/themes/fernie_theme/dist/css/masonry-location-pin.svg);
}

.bg-\[length\:100\%\] {
  background-size: 100%;
}

.bg-\[length\:50\%_50\%\] {
  background-size: 50% 50%;
}

.bg-\[length\:90\%_90\%\] {
  background-size: 90% 90%;
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-pattern {
  background-size: 50% 50%;
}

.bg-\[100\%_100\%\] {
  background-position: 100% 100%;
}

.bg-\[50\%_50\%\] {
  background-position: 50% 50%;
}

.bg-\[center_top\] {
  background-position: center top;
}

.bg-\[position\:top_-30px_left_-50px\] {
  background-position: top -30px left -50px;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-\[50\%_75\%\] {
  -o-object-position: 50% 75%;
     object-position: 50% 75%;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.p-0 {
  padding: 0px;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[10px\] {
  padding: 10px;
}

.p-\[10px_10px_15px\] {
  padding: 10px 10px 15px;
}

.p-\[15px\] {
  padding: 15px;
}

.p-\[20px\] {
  padding: 20px;
}

.p-\[25px\] {
  padding: 25px;
}

.p-\[50px\] {
  padding: 50px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-20 {
  padding-left: 80px;
  padding-right: 80px;
}

.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-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[179px\] {
  padding-left: 179px;
  padding-right: 179px;
}

.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.px-\[200px\] {
  padding-left: 200px;
  padding-right: 200px;
}

.px-\[21px\] {
  padding-left: 21px;
  padding-right: 21px;
}

.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

.px-\[28px\] {
  padding-left: 28px;
  padding-right: 28px;
}

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.px-\[35px\] {
  padding-left: 35px;
  padding-right: 35px;
}

.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}

.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}

.px-\[77px\] {
  padding-left: 77px;
  padding-right: 77px;
}

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-25 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-35 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.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-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[253px\] {
  padding-top: 253px;
  padding-bottom: 253px;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[35px\] {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-\[70px\] {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-\[75px\] {
  padding-top: 75px;
  padding-bottom: 75px;
}

.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}

.\!pb-\[25px\] {
  padding-bottom: 25px !important;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

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

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pb-\[15px\] {
  padding-bottom: 15px;
}

.pb-\[17px\] {
  padding-bottom: 17px;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pb-\[35px\] {
  padding-bottom: 35px;
}

.pb-\[37px\] {
  padding-bottom: 37px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pb-\[50px\] {
  padding-bottom: 50px;
}

.pb-\[70px\] {
  padding-bottom: 70px;
}

.pb-\[75px\] {
  padding-bottom: 75px;
}

.pb-\[90px\] {
  padding-bottom: 90px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-20 {
  padding-left: 80px;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-\[122px\] {
  padding-left: 122px;
}

.pl-\[15px\] {
  padding-left: 15px;
}

.pl-\[20px\] {
  padding-left: 20px;
}

.pl-\[25px\] {
  padding-left: 25px;
}

.pl-\[27px\] {
  padding-left: 27px;
}

.pl-\[29px\] {
  padding-left: 29px;
}

.pl-\[30px\] {
  padding-left: 30px;
}

.pl-\[3px\] {
  padding-left: 3px;
}

.pl-\[55px\] {
  padding-left: 55px;
}

.pl-\[56px\] {
  padding-left: 56px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-20 {
  padding-right: 80px;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-\[100px\] {
  padding-right: 100px;
}

.pr-\[10px\] {
  padding-right: 10px;
}

.pr-\[15px\] {
  padding-right: 15px;
}

.pr-\[20px\] {
  padding-right: 20px;
}

.pr-\[25px\] {
  padding-right: 25px;
}

.pr-\[40px\] {
  padding-right: 40px;
}

.pr-\[450px\] {
  padding-right: 450px;
}

.pr-\[45px\] {
  padding-right: 45px;
}

.pr-\[50px\] {
  padding-right: 50px;
}

.pr-\[52px\] {
  padding-right: 52px;
}

.pr-\[55px\] {
  padding-right: 55px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[10px\] {
  padding-top: 10px;
}

.pt-\[12\.45px\] {
  padding-top: 12.45px;
}

.pt-\[12px\] {
  padding-top: 12px;
}

.pt-\[15px\] {
  padding-top: 15px;
}

.pt-\[25px\] {
  padding-top: 25px;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[35px\] {
  padding-top: 35px;
}

.pt-\[37\.5px\] {
  padding-top: 37.5px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.pt-\[48px\] {
  padding-top: 48px;
}

.pt-\[50px\] {
  padding-top: 50px;
}

.pt-\[60px\] {
  padding-top: 60px;
}

.pt-\[70px\] {
  padding-top: 70px;
}

.pt-\[75px\] {
  padding-top: 75px;
}

.pt-\[140px\] {
  padding-top: 140px;
}

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

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

.font-body-desktop {
  font-family: var(--body-body-desktop-font-family);
}

.font-body-mobile {
  font-family: var(--body-body-mobile-font-family);
}

.font-brandon {
  font-family: brandon-grotesque, sans-serif;
}

.font-button-desktop {
  font-family: var(--button-button-desktop-font-family);
}

.font-button-mobile {
  font-family: var(--button-button-mobile-font-family);
}

.font-h1-SM-desktop {
  font-family: var(--h1-h1-SM-desktop-font-family);
}

.font-h1-SM-mobile {
  font-family: var(--h1-h1-SM-mobile-font-family);
}

.font-h1-SM-tablet {
  font-family: var(--h1-h1-SM-tablet-font-family);
}

.font-h1-desktop {
  font-family: var(--h1-h1-desktop-font-family);
}

.font-h1-mobile {
  font-family: var(--h1-h1-mobile-font-family);
}

.font-h2-LG-desktop {
  font-family: var(--h2-h2-LG-desktop-font-family);
}

.font-h2-LG-mobile {
  font-family: var(--h2-h2-LG-mobile-font-family);
}

.font-h2-desktop {
  font-family: var(--h2-h2-desktop-font-family);
}

.font-h2-mobile {
  font-family: var(--h2-h2-mobile-font-family);
}

.font-h3-desktop {
  font-family: var(--h3-h3-desktop-font-family);
}

.font-h3-mobile {
  font-family: var(--h3-h3-mobile-font-family);
}

.font-h4-desktop {
  font-family: var(--h4-h4-desktop-font-family);
}

.font-h4-mobile {
  font-family: var(--h4-h4-mobile-font-family);
}

.font-h5-desktop {
  font-family: var(--h5-h5-desktop-font-family);
}

.font-h5-mobile {
  font-family: var(--h5-h5-mobile-font-family);
}

.font-input-ALL {
  font-family: var(--input-input-ALL-font-family);
}

.font-intro-copy-desktop {
  font-family: var(--intro-intro-copy-desktop-font-family);
}

.font-intro-mobile {
  font-family: var(--intro-intro-mobile-font-family);
}

.font-label-SM-desktop {
  font-family: var(--label-label-SM-desktop-font-family);
}

.font-label-desktop {
  font-family: var(--label-label-desktop-font-family);
}

.font-label-mobile {
  font-family: var(--label-label-mobile-font-family);
}

.font-nav-desktop {
  font-family: var(--nav-top-nav-desktop-font-family);
}

.font-nav-mobile {
  font-family: var(--nav-top-nav-mobile-font-family);
}

.font-roca {
  font-family: Roca, Georgia, Droid Serif, Times New Roman, serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[19px\] {
  font-size: 19px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[21px\] {
  font-size: 21px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[34px\] {
  font-size: 34px;
}

.text-\[36px\] {
  font-size: 36px;
}

.text-\[37px\] {
  font-size: 37px;
}

.text-\[43px\] {
  font-size: 43px;
}

.text-\[72px\] {
  font-size: 72px;
}

.text-\[94px\] {
  font-size: 94px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-\[390\] {
  font-weight: 390;
}

.font-\[420\] {
  font-weight: 420;
}

.font-\[450\] {
  font-weight: 450;
}

.font-\[500\] {
  font-weight: 500;
}

.font-\[900\] {
  font-weight: 900;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.leading-3 {
  line-height: .75rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.39\] {
  line-height: 1.39;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[100\%\] {
  line-height: 100%;
}

.leading-\[105\%\] {
  line-height: 105%;
}

.leading-\[110\%\] {
  line-height: 110%;
}

.leading-\[120\%\] {
  line-height: 120%;
}

.leading-\[125\%\] {
  line-height: 125%;
}

.leading-\[130\%\] {
  line-height: 130%;
}

.leading-\[135\%\] {
  line-height: 135%;
}

.leading-\[136\%\] {
  line-height: 136%;
}

.leading-\[139\%\] {
  line-height: 139%;
}

.leading-\[140\%\] {
  line-height: 140%;
}

.leading-\[15\.40px\] {
  line-height: 15.40px;
}

.leading-\[150\%\] {
  line-height: 150%;
}

.leading-\[160\%\] {
  line-height: 160%;
}

.leading-\[21px\] {
  line-height: 21px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[23\.12px\] {
  line-height: 23.12px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[25\.02px\] {
  line-height: 25.02px;
}

.leading-\[31\.50px\] {
  line-height: 31.50px;
}

.leading-\[34px\] {
  line-height: 34px;
}

.leading-\[38px\] {
  line-height: 38px;
}

.leading-\[43px\] {
  line-height: 43px;
}

.leading-\[85\%\] {
  line-height: 85%;
}

.leading-\[95\%\] {
  line-height: 95%;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\%\] {
  letter-spacing: 0%;
}

.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}

.tracking-\[0\.36px\] {
  letter-spacing: 0.36px;
}

.tracking-\[0\.63px\] {
  letter-spacing: 0.63px;
}

.tracking-\[0\.68px\] {
  letter-spacing: 0.68px;
}

.tracking-\[0\.86px\] {
  letter-spacing: 0.86px;
}

.tracking-\[0\] {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.\!text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}

.\!text-white {
  color: var(--white) !important;
}

.text-\[\#1a2a33\] {
  --tw-text-opacity: 1;
  color: rgb(26 42 51 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-brand-burgundy-dark {
  --tw-text-opacity: 1;
  color: rgb(87 31 47 / var(--tw-text-opacity, 1));
}

.text-brand-charcoal {
  --tw-text-opacity: 1;
  color: rgb(41 53 55 / var(--tw-text-opacity, 1));
}

.text-brand-form-blue {
  --tw-text-opacity: 1;
  color: rgb(10 101 138 / var(--tw-text-opacity, 1));
}

.text-brand-form-cream {
  --tw-text-opacity: 1;
  color: rgb(244 242 228 / var(--tw-text-opacity, 1));
}

.text-brand-form-cream\/80 {
  color: rgb(244 242 228 / 0.8);
}

.text-brand-teal {
  --tw-text-opacity: 1;
  color: rgb(50 113 124 / var(--tw-text-opacity, 1));
}

.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}

.text-cyan-800\/70 {
  color: rgb(21 94 117 / 0.7);
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-lime-50 {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity, 1));
}

.text-newbasalt-md {
  color: var(--newbasalt-md);
}

.text-newbreezy-blue {
  color: var(--newbreezy-blue);
}

.text-newcanvas-cream {
  color: var(--newcanvas-cream);
}

.text-newdeep-burgundy {
  color: var(--newdeep-burgundy);
}

.text-newice {
  color: var(--newice);
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-spring-blue-dk {
  color: var(--spring-blue-dk);
}

.text-stone-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}

.text-white {
  color: var(--white);
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.accent-brand-teal {
  accent-color: #32717C;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

.\!shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

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

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_4px_18px_\#231f2033\] {
  --tw-shadow: 0px 4px 18px #231f2033;
  --tw-shadow-colored: 0px 4px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_4px_18px_rgba\(35\2c 31\2c 32\2c 0\.2\)\] {
  --tw-shadow: 0px 4px 18px rgba(35,31,32,0.2);
  --tw-shadow-colored: 0px 4px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.outline-2 {
  outline-width: 2px;
}

.outline-brand-burgundy {
  outline-color: #A64F3C;
}

.ring {
  --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(3px + 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);
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.brightness-0 {
  --tw-brightness: brightness(0);
  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);
}

.brightness-\[0\.2\] {
  --tw-brightness: brightness(0.2);
  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);
}

.contrast-\[1\.2\] {
  --tw-contrast: contrast(1.2);
  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);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}

.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg);
  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);
}

.hue-rotate-\[320deg\] {
  --tw-hue-rotate: hue-rotate(320deg);
  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);
}

.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);
}

.saturate-\[0\.3\] {
  --tw-saturate: saturate(0.3);
  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);
}

.saturate-\[1\.5\] {
  --tw-saturate: saturate(1.5);
  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);
}

.sepia {
  --tw-sepia: sepia(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-sm {
  --tw-backdrop-blur: blur(4px);
  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, 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;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  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-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.glass-standard {
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
}

.glass-light {
  backdrop-filter: blur(8px) brightness(100%);
  -webkit-backdrop-filter: blur(8px) brightness(100%);
}

.filter-icon-teal {
  filter: brightness(0.2) sepia(1) saturate(0.3) hue-rotate(180deg);
}

.filter-icon-basalt {
  filter: brightness(0) saturate(100%) invert(18%) sepia(8%) saturate(1042%) hue-rotate(146deg) brightness(95%) contrast(92%);
}

.\!bg-primary {
  background-color: rgb(var(--primary)) !important;
}

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

.text-primary {
  color: rgb(var(--primary));
}

.\!border-primary {
  border-color: rgb(var(--primary)) !important;
}

.border-primary {
  border-color: rgb(var(--primary));
}

/* Heading styles */

.type-h1-mobile {
  font-size: var(--h1-h1-mobile-font-size);
  font-weight: var(--h1-h1-mobile-font-weight);
  line-height: var(--h1-h1-mobile-line-height);
  letter-spacing: var(--h1-h1-mobile-letter-spacing);
  font-style: var(--h1-h1-mobile-font-style);
}

.type-h1-SM-mobile {
  font-size: var(--h1-h1-SM-mobile-font-size);
  font-weight: var(--h1-h1-SM-mobile-font-weight);
  line-height: var(--h1-h1-SM-mobile-line-height);
  letter-spacing: var(--h1-h1-SM-mobile-letter-spacing);
  font-style: var(--h1-h1-SM-mobile-font-style);
}

.type-h1-SM-tablet {
  font-size: var(--h1-h1-SM-tablet-font-size);
  font-weight: var(--h1-h1-SM-tablet-font-weight);
  line-height: var(--h1-h1-SM-tablet-line-height);
  letter-spacing: var(--h1-h1-SM-tablet-letter-spacing);
  font-style: var(--h1-h1-SM-tablet-font-style);
}

.type-h1-SM-desktop {
  font-size: var(--h1-h1-SM-desktop-font-size);
  font-weight: var(--h1-h1-SM-desktop-font-weight);
  line-height: var(--h1-h1-SM-desktop-line-height);
  letter-spacing: var(--h1-h1-SM-desktop-letter-spacing);
  font-style: var(--h1-h1-SM-desktop-font-style);
}

.type-h2-mobile {
  font-size: var(--h2-h2-mobile-font-size);
  font-weight: var(--h2-h2-mobile-font-weight);
  line-height: var(--h2-h2-mobile-line-height);
  letter-spacing: var(--h2-h2-mobile-letter-spacing);
  font-style: var(--h2-h2-mobile-font-style);
}

.type-h2-desktop {
  font-size: var(--h2-h2-desktop-font-size);
  font-weight: var(--h2-h2-desktop-font-weight);
  line-height: var(--h2-h2-desktop-line-height);
  letter-spacing: var(--h2-h2-desktop-letter-spacing);
  font-style: var(--h2-h2-desktop-font-style);
}

.type-h2-LG-mobile {
  font-size: var(--h2-h2-LG-mobile-font-size);
  font-weight: var(--h2-h2-LG-mobile-font-weight);
  line-height: var(--h2-h2-LG-mobile-line-height);
  letter-spacing: var(--h2-h2-LG-mobile-letter-spacing);
  font-style: var(--h2-h2-LG-mobile-font-style);
}

.type-h2-LG-desktop {
  font-size: var(--h2-h2-LG-desktop-font-size);
  font-weight: var(--h2-h2-LG-desktop-font-weight);
  line-height: var(--h2-h2-LG-desktop-line-height);
  letter-spacing: var(--h2-h2-LG-desktop-letter-spacing);
  font-style: var(--h2-h2-LG-desktop-font-style);
}

.type-h3-mobile {
  font-size: var(--h3-h3-mobile-font-size);
  font-weight: var(--h3-h3-mobile-font-weight);
  line-height: var(--h3-h3-mobile-line-height);
  letter-spacing: var(--h3-h3-mobile-letter-spacing);
  font-style: var(--h3-h3-mobile-font-style);
}

.type-h3-desktop {
  font-size: var(--h3-h3-desktop-font-size);
  font-weight: var(--h3-h3-desktop-font-weight);
  line-height: var(--h3-h3-desktop-line-height);
  letter-spacing: var(--h3-h3-desktop-letter-spacing);
  font-style: var(--h3-h3-desktop-font-style);
}

.type-h4-mobile {
  font-size: var(--h4-h4-mobile-font-size);
  font-weight: var(--h4-h4-mobile-font-weight);
  line-height: var(--h4-h4-mobile-line-height);
  letter-spacing: var(--h4-h4-mobile-letter-spacing);
  font-style: var(--h4-h4-mobile-font-style);
}

.type-h4-desktop {
  font-size: var(--h4-h4-desktop-font-size);
  font-weight: var(--h4-h4-desktop-font-weight);
  line-height: var(--h4-h4-desktop-line-height);
  letter-spacing: var(--h4-h4-desktop-letter-spacing);
  font-style: var(--h4-h4-desktop-font-style);
}

.type-h5-mobile {
  font-size: var(--h5-h5-mobile-font-size);
  font-weight: var(--h5-h5-mobile-font-weight);
  line-height: var(--h5-h5-mobile-line-height);
  letter-spacing: var(--h5-h5-mobile-letter-spacing);
  font-style: var(--h5-h5-mobile-font-style);
}

.type-h5-desktop {
  font-size: var(--h5-h5-desktop-font-size);
  font-weight: var(--h5-h5-desktop-font-weight);
  line-height: var(--h5-h5-desktop-line-height);
  letter-spacing: var(--h5-h5-desktop-letter-spacing);
  font-style: var(--h5-h5-desktop-font-style);
}

/* Body and text styles */

.type-body-mobile {
  font-size: 18px;
  font-weight: var(--body-body-mobile-font-weight);
  line-height: var(--body-body-mobile-line-height);
  letter-spacing: var(--body-body-mobile-letter-spacing);
  font-style: var(--body-body-mobile-font-style);
}

.type-body-desktop {
  font-size: var(--body-body-desktop-font-size);
  font-weight: var(--body-body-desktop-font-weight);
  line-height: var(--body-body-desktop-line-height);
  letter-spacing: var(--body-body-desktop-letter-spacing);
  font-style: var(--body-body-desktop-font-style);
}

/* Button styles */

.type-button-mobile {
  font-size: var(--button-button-mobile-font-size);
  font-weight: var(--button-button-mobile-font-weight);
  line-height: var(--button-button-mobile-line-height);
  letter-spacing: var(--button-button-mobile-letter-spacing);
  font-style: var(--button-button-mobile-font-style);
}

.type-button-desktop {
  font-size: var(--button-button-desktop-font-size);
  font-weight: var(--button-button-desktop-font-weight);
  line-height: var(--button-button-desktop-line-height);
  letter-spacing: var(--button-button-desktop-letter-spacing);
  font-style: var(--button-button-desktop-font-style);
}

/* Input styles */

.type-input-ALL {
  font-size: var(--input-input-ALL-font-size);
  font-weight: var(--input-input-ALL-font-weight);
  line-height: var(--input-input-ALL-line-height);
  letter-spacing: var(--input-input-ALL-letter-spacing);
  font-style: var(--input-input-ALL-font-style);
}

/* Intro styles */

.type-intro-mobile {
  font-size: var(--intro-intro-mobile-font-size);
  font-weight: var(--intro-intro-mobile-font-weight);
  line-height: var(--intro-intro-mobile-line-height);
  letter-spacing: var(--intro-intro-mobile-letter-spacing);
  font-style: var(--intro-intro-mobile-font-style);
}

.type-intro-copy-desktop {
  font-size: var(--intro-intro-copy-desktop-font-size);
  font-weight: var(--intro-intro-copy-desktop-font-weight);
  line-height: var(--intro-intro-copy-desktop-line-height);
  letter-spacing: var(--intro-intro-copy-desktop-letter-spacing);
  font-style: var(--intro-intro-copy-desktop-font-style);
}

/* Label styles */

.type-label-mobile {
  font-size: var(--label-label-mobile-font-size);
  font-weight: var(--label-label-mobile-font-weight);
  line-height: var(--label-label-mobile-line-height);
  letter-spacing: var(--label-label-mobile-letter-spacing);
  font-style: var(--label-label-mobile-font-style);
}

.type-label-desktop {
  font-size: var(--label-label-desktop-font-size);
  font-weight: var(--label-label-desktop-font-weight);
  line-height: var(--label-label-desktop-line-height);
  letter-spacing: var(--label-label-desktop-letter-spacing);
  font-style: var(--label-label-desktop-font-style);
}

/* Add border radius to focus rings with offset */

.\[background-blend-mode\:luminosity\] {
  background-blend-mode: luminosity;
}

.\[border-radius\:80px_10px_40px_10px\] {
  border-radius: 80px 10px 40px 10px;
}

/* Custom keyframe animations */

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes image-glow {
  0% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.74, 0.25, 0.76, 1);
  }

  10% {
    opacity: 0.7;
    animation-timing-function: cubic-bezier(0.12, 0.01, 0.08, 0.99);
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes shimmer {
  0%, 90%, 100% {
    background-position: calc(-100% - var(--shimmer-width)) 0;
  }

  30%, 60% {
    background-position: calc(100% + var(--shimmer-width)) 0;
  }
}

@keyframes marquee {
  0% {
    transform: translate(0);
  }

  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes marquee-vertical {
  0% {
    transform: translateY(0);
  }

  to {
    transform: translateY(calc(-100% - var(--gap)));
  }
}

/* Design System CSS Variables (typography and colors) */

/* Custom utility classes for Drupal admin styling */

/* Design system typography utilities */

/* Drupal admin UI fixes */

/* Gin admin toolbar fixes - outside @layer to override Tailwind reset */

/* Fix Gin toolbar z-index to appear above theme content */

#gin_sidebar,
#gin-toolbar-bar,
.gin-secondary-toolbar,
.gin--horizontal-toolbar {
  z-index: 10000 !important;
}

/* Restore list styles for Gin toolbar menus that Tailwind resets */

.toolbar-menu,
.toolbar-menu ul,
.toolbar-menu ol {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Fix Gin toolbar menu items */

.toolbar-menu > .menu-item,
.toolbar-menu li {
  position: relative !important;
  display: block !important;
}

/* Fix Gin toolbar links */

.toolbar-menu a,
.toolbar-menu .toolbar-button {
  display: block !important;
  text-decoration: none !important;
}

/* Ensure dropdown submenus appear correctly */

.toolbar-menu .toolbar-menu,
.toolbar-menu .menu,
#gin-toolbar-bar .toolbar-menu .toolbar-menu,
.toolbar .toolbar-menu .menu-item--expanded .toolbar-menu {
  position: absolute !important;
  display: none !important;
  z-index: 10001 !important;
}

/* Show submenus on hover/focus */

.toolbar-menu .menu-item:hover > .toolbar-menu,
.toolbar-menu .menu-item:focus-within > .toolbar-menu,
.toolbar-menu .menu-item.hover-intent > .toolbar-menu,
.toolbar .toolbar-menu .menu-item--expanded:hover > .toolbar-menu,
.toolbar .toolbar-menu .menu-item--expanded.hover-intent > .toolbar-menu {
  display: block !important;
}

/* Preserve Gin's hover states */

.toolbar-menu a:hover,.toolbar-menu .toolbar-button:hover{cursor:pointer !important;}@media (min-width:768px){.md\:prose-fernie-md{font-size:18px;line-height:138.99999856948853%;font-family:"brandon-grotesque",Helvetica;}.md\:prose-fernie-md :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:26px;margin-top:0;margin-bottom:60px;}.md\:prose-fernie-md :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:21px;margin-top:0;margin-bottom:25px;}.md\:prose-fernie-md :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:20px;margin-top:0;margin-bottom:25px;}.md\:prose-fernie-md :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:16px;margin-top:0;margin-bottom:25px;}.md\:prose-fernie-md :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:15px;}.md\:prose-fernie-md :where(p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:0;}.md\:prose-fernie-md :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--newdeep-burgundy);text-decoration:underline;font-weight:500;}.md\:prose-fernie-md :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover{color:#A64F3C;}.md\:prose-fernie-md :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:10px;padding-left:0;}.md\:prose-fernie-md :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-child{margin-bottom:0;}.md\:prose-fernie-md :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style:disc;list-style-position:outside;}.md\:prose-fernie-md :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{color:var(--newbasalt-md);font-size:18px;}.md\:prose-fernie-md :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style:none;position:relative;counter-increment:list-counter;}.md\:prose-fernie-md :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{content:counter(list-counter) ".";color:var(--newbasalt-md);font-size:18px;font-family:"brandon-grotesque",Helvetica;font-weight:400;line-height:138.99999856948853%;min-width:18px;margin-top:-1px;}.md\:prose-fernie-md :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){counter-reset:list-counter;margin-bottom:50px;}.md\:prose-fernie-md :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:50px;}.md\:prose-fernie-md ul{margin-bottom:1rem;list-style-type:disc;padding-left:1.5rem;}.md\:prose-fernie-md ol{margin-bottom:1rem;list-style-type:decimal;padding-left:1.5rem;}.md\:prose-fernie-md li{margin-bottom:0.5rem;}.md\:prose-fernie-md h2{margin-top:2rem;margin-bottom:1rem;font-size:22px;line-height:135%;}@media (min-width:768px){.md\:prose-fernie-md h2{font-size:24px;}}@media (min-width:1280px){.md\:prose-fernie-md h2{font-size:32px;}}.md\:prose-fernie-md h2{font-family:'roca',Georgia,serif;}.md\:prose-fernie-md h3{margin-top:1.5rem;margin-bottom:0.75rem;font-size:20px;line-height:135%;}@media (min-width:768px){.md\:prose-fernie-md h3{font-size:22px;}}@media (min-width:1280px){.md\:prose-fernie-md h3{font-size:28px;}}.md\:prose-fernie-md h3{font-family:'roca',Georgia,serif;}.md\:prose-fernie-md h4{margin-top:1.5rem;margin-bottom:0.75rem;font-size:18px;font-weight:700;line-height:135%;}@media (min-width:768px){.md\:prose-fernie-md h4{font-size:20px;}}@media (min-width:1280px){.md\:prose-fernie-md h4{font-size:24px;}}.md\:prose-fernie-md h5{margin-top:1rem;margin-bottom:0.5rem;font-size:16px;font-weight:700;line-height:135%;}@media (min-width:768px){.md\:prose-fernie-md h5{font-size:18px;}}@media (min-width:1280px){.md\:prose-fernie-md h5{font-size:20px;}}.md\:prose-fernie-md h6{margin-top:1rem;margin-bottom:0.5rem;font-size:15px;font-weight:700;line-height:135%;}@media (min-width:768px){.md\:prose-fernie-md h6{font-size:16px;}}@media (min-width:1280px){.md\:prose-fernie-md h6{font-size:18px;}}.md\:prose-fernie-md p{color:inherit;}.md\:prose-fernie-md hr{margin-top:2rem;margin-bottom:2rem;height:1px;border-width:0px;}@media (min-width:768px){.md\:prose-fernie-md hr{margin-top:3rem;margin-bottom:3rem;}}.md\:prose-fernie-md hr{background-color:rgba(42,54,55,0.2);}.md\:prose-fernie-md img{border-top-left-radius:10px;border-top-right-radius:40px;border-bottom-right-radius:10px;border-bottom-left-radius:40px;}@media (min-width:768px){.md\:prose-fernie-md img{border-top-left-radius:60px;border-top-right-radius:20px;border-bottom-right-radius:60px;border-bottom-left-radius:20px;}}.md\:prose-fernie-md img:nth-of-type(even){border-top-left-radius:40px;border-top-right-radius:10px;border-bottom-right-radius:40px;border-bottom-left-radius:10px;}@media (min-width:768px){.md\:prose-fernie-md img:nth-of-type(even){border-top-left-radius:20px;border-top-right-radius:60px;border-bottom-right-radius:20px;border-bottom-left-radius:60px;}}.md\:prose-fernie-md p:has(iframe){width:100%;max-width:100%;}.md\:prose-fernie-md iframe{width:100% !important;height:auto !important;aspect-ratio:16 / 9;}.md\:prose-fernie-md [style*="padding:56.25%"]{width:100%;}}@media (min-width:1024px){.lg\:container{width:100%;}@media (min-width:640px){.lg\:container{max-width:640px;}}@media (min-width:768px){.lg\:container{max-width:768px;}}@media (min-width:1024px){.lg\:container{max-width:1024px;}}@media (min-width:1280px){.lg\:container{max-width:1280px;}}@media (min-width:1536px){.lg\:container{max-width:1536px;}}@media (min-width:1600px){.lg\:container{max-width:1600px;}}}@media (min-width:1280px){.xl\:prose-fernie-lg{font-size:24px;line-height:138.99999856948853%;font-family:"brandon-grotesque",Helvetica;}.xl\:prose-fernie-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:52px;font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;margin-top:0;margin-bottom:100px;}.xl\:prose-fernie-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:34px;font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;margin-top:0;margin-bottom:35px;}.xl\:prose-fernie-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:26px;font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;margin-top:0;margin-bottom:35px;}.xl\:prose-fernie-lg :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:20px;margin-top:0;margin-bottom:35px;}.xl\:prose-fernie-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:50px;}.xl\:prose-fernie-lg :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--newdeep-burgundy);text-decoration:underline;font-weight:500;}.xl\:prose-fernie-lg :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover{color:#A64F3C;}.xl\:prose-fernie-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:15px;padding-left:0;}.xl\:prose-fernie-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-child{margin-bottom:0;}.xl\:prose-fernie-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style:disc;list-style-position:outside;}.xl\:prose-fernie-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{color:var(--newbasalt-md);font-size:20px;}.xl\:prose-fernie-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style:none;position:relative;counter-increment:list-counter;}.xl\:prose-fernie-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{content:counter(list-counter) ".";color:var(--newbasalt-md);font-size:20px;font-family:"brandon-grotesque",Helvetica;font-weight:400;line-height:138.99999856948853%;min-width:20px;margin-top:-1px;}.xl\:prose-fernie-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){counter-reset:list-counter;margin-bottom:50px;}.xl\:prose-fernie-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:50px;}.xl\:prose-fernie-lg ul{margin-bottom:1rem;list-style-type:disc;padding-left:1.5rem;}.xl\:prose-fernie-lg ol{margin-bottom:1rem;list-style-type:decimal;padding-left:1.5rem;}.xl\:prose-fernie-lg li{margin-bottom:0.5rem;}.xl\:prose-fernie-lg h2{margin-top:2rem;margin-bottom:1rem;font-size:22px;line-height:135%;}@media (min-width:768px){.xl\:prose-fernie-lg h2{font-size:24px;}}@media (min-width:1280px){.xl\:prose-fernie-lg h2{font-size:32px;}}.xl\:prose-fernie-lg h2{font-family:'roca',Georgia,serif;}.xl\:prose-fernie-lg h3{margin-top:1.5rem;margin-bottom:0.75rem;font-size:20px;line-height:135%;}@media (min-width:768px){.xl\:prose-fernie-lg h3{font-size:22px;}}@media (min-width:1280px){.xl\:prose-fernie-lg h3{font-size:28px;}}.xl\:prose-fernie-lg h3{font-family:'roca',Georgia,serif;}.xl\:prose-fernie-lg h4{margin-top:1.5rem;margin-bottom:0.75rem;font-size:18px;font-weight:700;line-height:135%;}@media (min-width:768px){.xl\:prose-fernie-lg h4{font-size:20px;}}@media (min-width:1280px){.xl\:prose-fernie-lg h4{font-size:24px;}}.xl\:prose-fernie-lg h5{margin-top:1rem;margin-bottom:0.5rem;font-size:16px;font-weight:700;line-height:135%;}@media (min-width:768px){.xl\:prose-fernie-lg h5{font-size:18px;}}@media (min-width:1280px){.xl\:prose-fernie-lg h5{font-size:20px;}}.xl\:prose-fernie-lg h6{margin-top:1rem;margin-bottom:0.5rem;font-size:15px;font-weight:700;line-height:135%;}@media (min-width:768px){.xl\:prose-fernie-lg h6{font-size:16px;}}@media (min-width:1280px){.xl\:prose-fernie-lg h6{font-size:18px;}}.xl\:prose-fernie-lg p{color:inherit;}.xl\:prose-fernie-lg hr{margin-top:2rem;margin-bottom:2rem;height:1px;border-width:0px;}@media (min-width:768px){.xl\:prose-fernie-lg hr{margin-top:3rem;margin-bottom:3rem;}}.xl\:prose-fernie-lg hr{background-color:rgba(42,54,55,0.2);}.xl\:prose-fernie-lg img{border-top-left-radius:10px;border-top-right-radius:40px;border-bottom-right-radius:10px;border-bottom-left-radius:40px;}@media (min-width:768px){.xl\:prose-fernie-lg img{border-top-left-radius:60px;border-top-right-radius:20px;border-bottom-right-radius:60px;border-bottom-left-radius:20px;}}.xl\:prose-fernie-lg img:nth-of-type(even){border-top-left-radius:40px;border-top-right-radius:10px;border-bottom-right-radius:40px;border-bottom-left-radius:10px;}@media (min-width:768px){.xl\:prose-fernie-lg img:nth-of-type(even){border-top-left-radius:20px;border-top-right-radius:60px;border-bottom-right-radius:20px;border-bottom-left-radius:60px;}}.xl\:prose-fernie-lg p:has(iframe){width:100%;max-width:100%;}.xl\:prose-fernie-lg iframe{width:100% !important;height:auto !important;aspect-ratio:16 / 9;}.xl\:prose-fernie-lg [style*="padding:56.25%"]{width:100%;}}@media (min-width:1600px){.xxl\:prose-fernie-lg{font-size:24px;line-height:138.99999856948853%;font-family:"brandon-grotesque",Helvetica;}.xxl\:prose-fernie-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:52px;font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;margin-top:0;margin-bottom:100px;}.xxl\:prose-fernie-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:34px;font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;margin-top:0;margin-bottom:35px;}.xxl\:prose-fernie-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:26px;font-family:"Roca",Georgia,"Droid Serif","Times New Roman",serif;margin-top:0;margin-bottom:35px;}.xxl\:prose-fernie-lg :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:20px;margin-top:0;margin-bottom:35px;}.xxl\:prose-fernie-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:50px;}.xxl\:prose-fernie-lg :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--newdeep-burgundy);text-decoration:underline;font-weight:500;}.xxl\:prose-fernie-lg :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover{color:#A64F3C;}.xxl\:prose-fernie-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:15px;padding-left:0;}.xxl\:prose-fernie-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-child{margin-bottom:0;}.xxl\:prose-fernie-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style:disc;list-style-position:outside;}.xxl\:prose-fernie-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{color:var(--newbasalt-md);font-size:20px;}.xxl\:prose-fernie-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style:none;position:relative;counter-increment:list-counter;}.xxl\:prose-fernie-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{content:counter(list-counter) ".";color:var(--newbasalt-md);font-size:20px;font-family:"brandon-grotesque",Helvetica;font-weight:400;line-height:138.99999856948853%;min-width:20px;margin-top:-1px;}.xxl\:prose-fernie-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){counter-reset:list-counter;margin-bottom:50px;}.xxl\:prose-fernie-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:50px;}.xxl\:prose-fernie-lg ul{margin-bottom:1rem;list-style-type:disc;padding-left:1.5rem;}.xxl\:prose-fernie-lg ol{margin-bottom:1rem;list-style-type:decimal;padding-left:1.5rem;}.xxl\:prose-fernie-lg li{margin-bottom:0.5rem;}.xxl\:prose-fernie-lg h2{margin-top:2rem;margin-bottom:1rem;font-size:22px;line-height:135%;}@media (min-width:768px){.xxl\:prose-fernie-lg h2{font-size:24px;}}@media (min-width:1280px){.xxl\:prose-fernie-lg h2{font-size:32px;}}.xxl\:prose-fernie-lg h2{font-family:'roca',Georgia,serif;}.xxl\:prose-fernie-lg h3{margin-top:1.5rem;margin-bottom:0.75rem;font-size:20px;line-height:135%;}@media (min-width:768px){.xxl\:prose-fernie-lg h3{font-size:22px;}}@media (min-width:1280px){.xxl\:prose-fernie-lg h3{font-size:28px;}}.xxl\:prose-fernie-lg h3{font-family:'roca',Georgia,serif;}.xxl\:prose-fernie-lg h4{margin-top:1.5rem;margin-bottom:0.75rem;font-size:18px;font-weight:700;line-height:135%;}@media (min-width:768px){.xxl\:prose-fernie-lg h4{font-size:20px;}}@media (min-width:1280px){.xxl\:prose-fernie-lg h4{font-size:24px;}}.xxl\:prose-fernie-lg h5{margin-top:1rem;margin-bottom:0.5rem;font-size:16px;font-weight:700;line-height:135%;}@media (min-width:768px){.xxl\:prose-fernie-lg h5{font-size:18px;}}@media (min-width:1280px){.xxl\:prose-fernie-lg h5{font-size:20px;}}.xxl\:prose-fernie-lg h6{margin-top:1rem;margin-bottom:0.5rem;font-size:15px;font-weight:700;line-height:135%;}@media (min-width:768px){.xxl\:prose-fernie-lg h6{font-size:16px;}}@media (min-width:1280px){.xxl\:prose-fernie-lg h6{font-size:18px;}}.xxl\:prose-fernie-lg p{color:inherit;}.xxl\:prose-fernie-lg hr{margin-top:2rem;margin-bottom:2rem;height:1px;border-width:0px;}@media (min-width:768px){.xxl\:prose-fernie-lg hr{margin-top:3rem;margin-bottom:3rem;}}.xxl\:prose-fernie-lg hr{background-color:rgba(42,54,55,0.2);}.xxl\:prose-fernie-lg img{border-top-left-radius:10px;border-top-right-radius:40px;border-bottom-right-radius:10px;border-bottom-left-radius:40px;}@media (min-width:768px){.xxl\:prose-fernie-lg img{border-top-left-radius:60px;border-top-right-radius:20px;border-bottom-right-radius:60px;border-bottom-left-radius:20px;}}.xxl\:prose-fernie-lg img:nth-of-type(even){border-top-left-radius:40px;border-top-right-radius:10px;border-bottom-right-radius:40px;border-bottom-left-radius:10px;}@media (min-width:768px){.xxl\:prose-fernie-lg img:nth-of-type(even){border-top-left-radius:20px;border-top-right-radius:60px;border-bottom-right-radius:20px;border-bottom-left-radius:60px;}}.xxl\:prose-fernie-lg p:has(iframe){width:100%;max-width:100%;}.xxl\:prose-fernie-lg iframe{width:100% !important;height:auto !important;aspect-ratio:16 / 9;}.xxl\:prose-fernie-lg [style*="padding:56.25%"]{width:100%;}}.placeholder\:text-brand-form-blue\/60::-moz-placeholder{color:rgb(10 101 138 / 0.6);}.placeholder\:text-brand-form-blue\/60::placeholder{color:rgb(10 101 138 / 0.6);}.placeholder\:text-newbasalt-md::-moz-placeholder{color:var(--newbasalt-md);}.placeholder\:text-newbasalt-md::placeholder{color:var(--newbasalt-md);}.after\:absolute::after{content:var(--tw-content);position:absolute;}.after\:bottom-0::after{content:var(--tw-content);bottom:0px;}.after\:left-0::after{content:var(--tw-content);left:0px;}.after\:right-0::after{content:var(--tw-content);right:0px;}.after\:h-px::after{content:var(--tw-content);height:1px;}.after\:bg-brand-green::after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(185 202 146 / var(--tw-bg-opacity,1));}.after\:content-\[\'\'\]::after {
  --tw-content: '';content:var(--tw-content);}.focus-within\:ring-2:focus-within{--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-within\:ring-brand-form-cream:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(244 242 228 / var(--tw-ring-opacity,1));}.focus-within\:ring-brand-teal:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(50 113 124 / var(--tw-ring-opacity,1));}.focus-within\:ring-offset-2:focus-within{--tw-ring-offset-width:2px;}.focus-within\:ring-offset-brand-teal:focus-within{--tw-ring-offset-color:#32717C;}.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\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1;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\:scale-\[1\.02\]:hover{--tw-scale-x:1.02;--tw-scale-y:1.02;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\:border-2:hover{border-width:2px;}.hover\:border-brand-forest:hover{--tw-border-opacity:1;border-color:rgb(47 61 47 / var(--tw-border-opacity,1));}.hover\:border-brand-green:hover{--tw-border-opacity:1;border-color:rgb(185 202 146 / var(--tw-border-opacity,1));}.hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgb(156 163 175 / var(--tw-border-opacity,1));}.hover\:border-newice:hover{border-color:var(--newice);}.hover\:bg-brand-burgundy:hover{--tw-bg-opacity:1;background-color:rgb(166 79 60 / var(--tw-bg-opacity,1));}.hover\:bg-brand-forest:hover{--tw-bg-opacity:1;background-color:rgb(47 61 47 / var(--tw-bg-opacity,1));}.hover\:bg-brand-green:hover{--tw-bg-opacity:1;background-color:rgb(185 202 146 / var(--tw-bg-opacity,1));}.hover\:bg-brand-light-blue:hover{--tw-bg-opacity:1;background-color:rgb(201 240 239 / var(--tw-bg-opacity,1));}.hover\:bg-brand-light-blue\/5:hover{background-color:rgb(201 240 239 / 0.05);}.hover\:bg-brand-light-blue\/90:hover{background-color:rgb(201 240 239 / 0.9);}.hover\:bg-newdeep-bricks:hover{background-color:var(--newdeep-bricks);}.hover\:bg-newdeep-burgundy:hover{background-color:var(--newdeep-burgundy);}.hover\:bg-newice:hover{background-color:var(--newice);}.hover\:bg-opacity-10:hover{--tw-bg-opacity:0.1;}.hover\:bg-opacity-80:hover{--tw-bg-opacity:0.8;}.hover\:text-brand-teal:hover{--tw-text-opacity:1;color:rgb(50 113 124 / var(--tw-text-opacity,1));}.hover\:text-white:hover{color:var(--white);}.hover\:underline:hover{text-decoration-line:underline;}.hover\:no-underline:hover{text-decoration-line:none;}.hover\:opacity-100:hover{opacity:1;}.hover\:opacity-70:hover{opacity:0.7;}.hover\:opacity-80:hover{opacity:0.8;}.hover\:opacity-90:hover{opacity:0.9;}.hover\:opacity-95:hover{opacity:0.95;}.hover\:\!shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1) !important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow) !important;}.hover\:\!shadow-md:hover{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1) !important;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow) !important;}.hover\:brightness-\[0\.2\]:hover{--tw-brightness:brightness(0.2);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);}.hover\:hue-rotate-\[180deg\]:hover{--tw-hue-rotate:hue-rotate(180deg);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);}.hover\:saturate-\[0\.3\]:hover{--tw-saturate:saturate(0.3);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);}.hover\:sepia-\[1\]:hover{--tw-sepia:sepia(1);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);}.hover\:\!text-primary:hover{color:rgb(var(--primary)) !important;}.focus\:border-brand-teal:focus{--tw-border-opacity:1;border-color:rgb(50 113 124 / var(--tw-border-opacity,1));}.focus\:border-newbreezy-blue:focus{border-color:var(--newbreezy-blue);}.focus\:underline:focus{text-decoration-line:underline;}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}.focus\:outline-2:focus{outline-width:2px;}.focus\:outline-offset-2:focus{outline-offset:2px;}.focus\:outline-brand-teal:focus{outline-color:#32717C;}.focus\:outline-newdeep-burgundy:focus{outline-color:var(--newdeep-burgundy);}.focus\:outline-white:focus{outline-color:var(--white);}.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-4: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(4px + 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-brand-form-cream:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(244 242 228 / var(--tw-ring-opacity,1));}.focus\:ring-brand-teal:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(50 113 124 / var(--tw-ring-opacity,1));}.focus\:ring-newbasalt-md:focus{--tw-ring-color:var(--newbasalt-md);}.focus\:ring-newcanvas-cream:focus{--tw-ring-color:var(--newcanvas-cream);}.focus\:ring-newdeep-bricks:focus{--tw-ring-color:var(--newdeep-bricks);}.focus\:ring-newdeep-burgundy:focus{--tw-ring-color:var(--newdeep-burgundy);}.focus\:ring-newice:focus{--tw-ring-color:var(--newice);}.focus\:ring-white:focus{--tw-ring-color:var(--white);}.focus\:ring-opacity-50:focus{--tw-ring-opacity:0.5;}.focus\:ring-opacity-60:focus{--tw-ring-opacity:0.6;}.focus\:ring-offset-1:focus{--tw-ring-offset-width:1px;}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;}.active\:scale-95:active{--tw-scale-x:.95;--tw-scale-y:.95;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-x-1{--tw-translate-x:0.25rem;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\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1;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-lime-50{--tw-text-opacity:1;color:rgb(247 254 231 / var(--tw-text-opacity,1));}.group:hover .group-hover\:text-newbasalt-md{color:var(--newbasalt-md);}.group:hover .group-hover\:text-newcanvas-cream{color:var(--newcanvas-cream);}.group:hover .group-hover\:text-newdeep-burgundy{color:var(--newdeep-burgundy);}.group:hover .group-hover\:underline{text-decoration-line:underline;}.group:hover .group-hover\:opacity-100{opacity:1;}.group:hover .group-hover\:opacity-90{opacity:0.9;}.group:hover .group-hover\:\!brightness-\[0\.16\]{--tw-brightness:brightness(0.16) !important;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) !important;}.group:hover .group-hover\:brightness-0{--tw-brightness:brightness(0);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);}.group:hover .group-hover\:brightness-\[0\.2\]{--tw-brightness:brightness(0.2);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);}.group:hover .group-hover\:contrast-\[1\.2\]{--tw-contrast:contrast(1.2);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);}.group:hover .group-hover\:\!hue-rotate-\[180deg\]{--tw-hue-rotate:hue-rotate(180deg) !important;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) !important;}.group:hover .group-hover\:hue-rotate-\[320deg\]{--tw-hue-rotate:hue-rotate(320deg);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);}.group:hover .group-hover\:\!invert-0{--tw-invert:invert(0) !important;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) !important;}.group:hover .group-hover\: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);}.group:hover .group-hover\:invert-0{--tw-invert:invert(0);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);}.group:hover .group-hover\:\!saturate-\[0\.3\]{--tw-saturate:saturate(0.3) !important;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) !important;}.group:hover .group-hover\:saturate-\[1\.5\]{--tw-saturate:saturate(1.5);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);}.group:hover .group-hover\:\!sepia-\[1\]{--tw-sepia:sepia(1) !important;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) !important;}.peer:checked ~ .peer-checked\:block{display:block;}.peer:checked ~ .peer-checked\:flex{display:flex;}.peer:checked ~ .peer-checked\:border-2{border-width:2px;}@media (min-width:640px){.sm\:left-\[-110px\]{left:-110px;}.sm\:left-\[-140px\]{left:-140px;}.sm\:mx-0{margin-left:0px;margin-right:0px;}.sm\:mx-8{margin-left:2rem;margin-right:2rem;}.sm\:mt-\[30px\]{margin-top:30px;}.sm\:block{display:block;}.sm\:flex{display:flex;}.sm\:hidden{display:none;}.sm\:h-\[19\.55px\]{height:19.55px;}.sm\:h-\[400px\]{height:400px;}.sm\:h-\[500px\]{height:500px;}.sm\:h-\[554px\]{height:554px;}.sm\:h-\[60vw\]{height:60vw;}.sm\:h-\[80px\]{height:80px;}.sm\:h-\[calc\(100\%-40px\)\]{height:calc(100% - 40px);}.sm\:min-h-\[300px\]{min-height:300px;}.sm\:w-\[31\.4518px\]{width:31.4518px;}.sm\:w-\[325px\]{width:325px;}.sm\:w-\[600px\]{width:600px;}.sm\:w-\[80vw\]{width:80vw;}.sm\:w-\[calc\(100\%-40px\)\]{width:calc(100% - 40px);}.sm\:w-full{width:100%;}.sm\:flex-1{flex:1 1 0%;}.sm\:flex-wrap{flex-wrap:wrap;}.sm\:gap-10{gap:2.5rem;}.sm\:gap-15{gap:60px;}.sm\:gap-2{gap:0.5rem;}.sm\:gap-20{gap:80px;}.sm\:gap-4{gap:1rem;}.sm\:gap-5{gap:1.25rem;}.sm\:gap-\[10px\]{gap:10px;}.sm\:gap-\[13px\]{gap:13px;}.sm\:gap-\[18px\]{gap:18px;}.sm\:gap-\[25px\]{gap:25px;}.sm\:gap-\[50px\]{gap:50px;}.sm\:gap-\[70px\]{gap:70px;}.sm\:rounded-\[17px_50px_17px_50px\]{border-radius:17px 50px 17px 50px;}.sm\:p-8{padding:2rem;}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem;}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem;}.sm\:px-8{padding-left:2rem;padding-right:2rem;}.sm\:px-\[10px\]{padding-left:10px;padding-right:10px;}.sm\:px-\[21px\]{padding-left:21px;padding-right:21px;}.sm\:px-\[25px\]{padding-left:25px;padding-right:25px;}.sm\:py-25{padding-top:100px;padding-bottom:100px;}.sm\:py-\[110px\]{padding-top:110px;padding-bottom:110px;}.sm\:pb-\[20px\]{padding-bottom:20px;}.sm\:pb-\[40px\]{padding-bottom:40px;}.sm\:pb-\[70px\]{padding-bottom:70px;}.sm\:pl-5{padding-left:1.25rem;}.sm\:pr-\[15px\]{padding-right:15px;}.sm\:pt-\[40px\]{padding-top:40px;}.sm\:pt-\[70px\]{padding-top:70px;}.sm\:font-h2-LG-mobile{font-family:var(--h2-h2-LG-mobile-font-family);}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem;}.sm\:text-\[26px\]{font-size:26px;}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem;}.sm\:text-sm{font-size:0.875rem;line-height:1.25rem;}.sm\:leading-\[120\%\]{line-height:120%;}.sm\:leading-loose{line-height:2;}.sm\:leading-relaxed{line-height:1.625;}.sm\:type-h2-LG-mobile{font-size:var(--h2-h2-LG-mobile-font-size);font-weight:var(--h2-h2-LG-mobile-font-weight);line-height:var(--h2-h2-LG-mobile-line-height);letter-spacing:var(--h2-h2-LG-mobile-letter-spacing);font-style:var(--h2-h2-LG-mobile-font-style);}.sm\:type-h3-AC-desktop{font-size:var(--h3-h3-AC-desktop-font-size);font-weight:var(--h3-h3-AC-desktop-font-weight);line-height:var(--h3-h3-AC-desktop-line-height);letter-spacing:var(--h3-h3-AC-desktop-letter-spacing);font-style:var(--h3-h3-AC-desktop-font-style);}}@media (min-width:768px){.md\:relative{position:relative;}.md\:-left-\[120px\]{left:-120px;}.md\:-left-\[125px\]{left:-125px;}.md\:-left-\[145px\]{left:-145px;}.md\:-left-\[200px\]{left:-200px;}.md\:bottom-\[-70px\]{bottom:-70px;}.md\:left-0{left:0px;}.md\:left-1\/2{left:50%;}.md\:left-\[-100px\]{left:-100px;}.md\:left-\[-150px\]{left:-150px;}.md\:left-\[-200px\]{left:-200px;}.md\:left-\[40px\]{left:40px;}.md\:right-\[25px\]{right:25px;}.md\:right-\[30px\]{right:30px;}.md\:right-auto{right:auto;}.md\:top-0{top:0px;}.md\:top-\[-60px\]{top:-60px;}.md\:top-\[-90px\]{top:-90px;}.md\:top-\[350px\]{top:350px;}.md\:top-\[400px\]{top:400px;}.md\:top-\[50px\]{top:50px;}.md\:top-\[450px\]{top:450px;}.md\:-left-\[100px\]{left:-100px;}.md\:z-10{z-index:10;}.md\:order-1{order:1;}.md\:order-2{order:2;}.md\:order-first{order:-9999;}.md\:order-last{order:9999;}.md\:order-none{order:0;}.md\:col-span-2{grid-column:span 2 / span 2;}.md\:mx-0{margin-left:0px;margin-right:0px;}.md\:mx-12{margin-left:3rem;margin-right:3rem;}.md\:mx-auto{margin-left:auto;margin-right:auto;}.md\:-mt-\[1px\]{margin-top:-1px;}.md\:mb-0{margin-bottom:0px;}.md\:mb-12{margin-bottom:3rem;}.md\:mb-5{margin-bottom:1.25rem;}.md\:mb-\[-3px\]{margin-bottom:-3px;}.md\:mb-\[-8px\]{margin-bottom:-8px;}.md\:mb-\[20px\]{margin-bottom:20px;}.md\:mb-\[50px\]{margin-bottom:50px;}.md\:mb-\[60px\]{margin-bottom:60px;}.md\:ml-0{margin-left:0px;}.md\:mr-\[-18\.00px\]{margin-right:-18.00px;}.md\:mr-\[15px\]{margin-right:15px;}.md\:mt-0{margin-top:0px;}.md\:mt-\[-1\.00px\]{margin-top:-1.00px;}.md\:mt-\[-3px\]{margin-top:-3px;}.md\:mt-\[10px\]{margin-top:10px;}.md\:mt-\[20px\]{margin-top:20px;}.md\:mt-\[30px\]{margin-top:30px;}.md\:mt-\[8px\]{margin-top:8px;}.md\:block{display:block;}.md\:flex{display:flex;}.md\:inline-flex{display:inline-flex;}.md\:grid{display:grid;}.md\:hidden{display:none;}.md\:aspect-\[0\.74\]{aspect-ratio:0.74;}.md\:aspect-\[1\.01\]{aspect-ratio:1.01;}.md\:aspect-\[1\.10\]{aspect-ratio:1.10;}.md\:aspect-\[748\/491\]{aspect-ratio:748/491;}.md\:aspect-auto{aspect-ratio:auto;}.md\:h-10{height:2.5rem;}.md\:h-11{height:2.75rem;}.md\:h-12{height:3rem;}.md\:h-24{height:6rem;}.md\:h-25{height:100px;}.md\:h-6{height:1.5rem;}.md\:h-60{height:15rem;}.md\:h-64{height:16rem;}.md\:h-9{height:2.25rem;}.md\:h-\[100px\]{height:100px;}.md\:h-\[123px\]{height:123px;}.md\:h-\[1384px\]{height:1384px;}.md\:h-\[14px\]{height:14px;}.md\:h-\[188px\]{height:188px;}.md\:h-\[210px\]{height:210px;}.md\:h-\[290px\]{height:290px;}.md\:h-\[300px\]{height:300px;}.md\:h-\[340px\]{height:340px;}.md\:h-\[350px\]{height:350px;}.md\:h-\[36px\]{height:36px;}.md\:h-\[400px\]{height:400px;}.md\:h-\[42px\]{height:42px;}.md\:h-\[45px\]{height:45px;}.md\:h-\[46px\]{height:46px;}.md\:h-\[485px\]{height:485px;}.md\:h-\[491px\]{height:491px;}.md\:h-\[50px\]{height:50px;}.md\:h-\[542px\]{height:542px;}.md\:h-\[543px\]{height:543px;}.md\:h-\[548px\]{height:548px;}.md\:h-\[578px\]{height:578px;}.md\:h-\[580px\]{height:580px;}.md\:h-\[776px\]{height:776px;}.md\:h-\[82px\]{height:82px;}.md\:h-\[98px\]{height:98px;}.md\:h-\[calc\(100\%-50px\)\]{height:calc(100% - 50px);}.md\:min-h-\[200px\]{min-height:200px;}.md\:w-1\/2{width:50%;}.md\:w-10{width:2.5rem;}.md\:w-12{width:3rem;}.md\:w-24{width:6rem;}.md\:w-6{width:1.5rem;}.md\:w-80{width:20rem;}.md\:w-9{width:2.25rem;}.md\:w-\[134px\]{width:134px;}.md\:w-\[173px\]{width:173px;}.md\:w-\[180px\]{width:180px;}.md\:w-\[200px\]{width:200px;}.md\:w-\[212px\]{width:212px;}.md\:w-\[219px\]{width:219px;}.md\:w-\[247px\]{width:247px;}.md\:w-\[257px\]{width:257px;}.md\:w-\[270px\]{width:270px;}.md\:w-\[271px\]{width:271px;}.md\:w-\[280px\]{width:280px;}.md\:w-\[300px\]{width:300px;}.md\:w-\[314px\]{width:314px;}.md\:w-\[320px\]{width:320px;}.md\:w-\[325px\]{width:325px;}.md\:w-\[326px\]{width:326px;}.md\:w-\[329px\]{width:329px;}.md\:w-\[36px\]{width:36px;}.md\:w-\[425px\]{width:425px;}.md\:w-\[440px\]{width:440px;}.md\:w-\[441px\]{width:441px;}.md\:w-\[456px\]{width:456px;}.md\:w-\[458px\]{width:458px;}.md\:w-\[50px\]{width:50px;}.md\:w-\[555px\]{width:555px;}.md\:w-\[662px\]{width:662px;}.md\:w-\[668px\]{width:668px;}.md\:w-\[700px\]{width:700px;}.md\:w-\[704px\]{width:704px;}.md\:w-\[748px\]{width:748px;}.md\:w-\[75px\]{width:75px;}.md\:w-\[768px\]{width:768px;}.md\:w-\[calc\(100\%-36px\)\]{width:calc(100% - 36px);}.md\:w-\[calc\(100\%-50px\)\]{width:calc(100% - 50px);}.md\:w-\[calc\(50\%-22\.5px\)\]{width:calc(50% - 22.5px);}.md\:w-auto{width:auto;}.md\:w-full{width:100%;}.md\:min-w-\[200px\]{min-width:200px;}.md\:max-w-3xl{max-width:48rem;}.md\:max-w-\[213px\]{max-width:213px;}.md\:max-w-\[283\.55px\]{max-width:283.55px;}.md\:max-w-\[310px\]{max-width:310px;}.md\:max-w-\[326px\]{max-width:326px;}.md\:max-w-\[400px\]{max-width:400px;}.md\:max-w-\[440px\]{max-width:440px;}.md\:max-w-\[456px\]{max-width:456px;}.md\:max-w-\[458px\]{max-width:458px;}.md\:max-w-\[505px\]{max-width:505px;}.md\:max-w-\[635px\]{max-width:635px;}.md\:max-w-\[668px\]{max-width:668px;}.md\:max-w-\[800px\]{max-width:800px;}.md\:max-w-md{max-width:768px;}.md\:max-w-none{max-width:none;}.md\:flex-1{flex:1 1 0%;}.md\:flex-\[0_0_auto\]{flex:0 0 auto;}.md\:flex-none{flex:none;}.md\:flex-shrink-0{flex-shrink:0;}.md\:grow{flex-grow:1;}.md\:-translate-x-1\/2{--tw-translate-x:-50%;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));}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr));}.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\:flex-row{flex-direction:row;}.md\:flex-col{flex-direction:column;}.md\:flex-wrap{flex-wrap:wrap;}.md\:items-start{align-items:flex-start;}.md\:items-end{align-items:flex-end;}.md\:items-center{align-items:center;}.md\:justify-end{justify-content:flex-end;}.md\:justify-center{justify-content:center;}.md\:gap-0{gap:0px;}.md\:gap-10{gap:2.5rem;}.md\:gap-12{gap:3rem;}.md\:gap-15{gap:60px;}.md\:gap-2{gap:0.5rem;}.md\:gap-25{gap:100px;}.md\:gap-3{gap:0.75rem;}.md\:gap-4{gap:1rem;}.md\:gap-5{gap:1.25rem;}.md\:gap-6{gap:1.5rem;}.md\:gap-\[10px\]{gap:10px;}.md\:gap-\[14px\]{gap:14px;}.md\:gap-\[15px\]{gap:15px;}.md\:gap-\[20px\]{gap:20px;}.md\:gap-\[22px_45px\]{gap:22px 45px;}.md\:gap-\[23px\]{gap:23px;}.md\:gap-\[25px\]{gap:25px;}.md\:gap-\[26px\]{gap:26px;}.md\:gap-\[2px\]{gap:2px;}.md\:gap-\[30px\]{gap:30px;}.md\:gap-\[31px\]{gap:31px;}.md\:gap-\[35px\]{gap:35px;}.md\:gap-\[45px\]{gap:45px;}.md\:gap-\[48px\]{gap:48px;}.md\:gap-\[50px\]{gap:50px;}.md\:gap-\[5px\]{gap:5px;}.md\:gap-\[70px\]{gap:70px;}.md\:gap-x-\[15px\]{-moz-column-gap:15px;column-gap:15px;}.md\:gap-x-\[26px\]{-moz-column-gap:26px;column-gap:26px;}.md\:gap-x-\[30px\]{-moz-column-gap:30px;column-gap:30px;}.md\:gap-x-\[36px\]{-moz-column-gap:36px;column-gap:36px;}.md\:gap-y-0{row-gap:0px;}.md\:gap-y-\[15px\]{row-gap:15px;}.md\:gap-y-\[30px\]{row-gap:30px;}.md\:gap-y-\[8px\]{row-gap:8px;}.md\:self-auto{align-self:auto;}.md\:self-stretch{align-self:stretch;}.md\:rounded-3xl{border-radius:1.5rem;}.md\:rounded-\[10px_40px_10px_40px\]{border-radius:10px 40px 10px 40px;}.md\:rounded-\[10px_70px_10px_35px\]{border-radius:10px 70px 10px 35px;}.md\:rounded-\[10px_70px_35px_10px\]{border-radius:10px 70px 35px 10px;}.md\:rounded-\[10px_80px_10px_30px\]{border-radius:10px 80px 10px 30px;}.md\:rounded-\[15px_50px_15px_50px\]{border-radius:15px 50px 15px 50px;}.md\:rounded-\[15px_60px_15px_60px\]{border-radius:15px 60px 15px 60px;}.md\:rounded-\[20px_60px_20px_60px\]{border-radius:20px 60px 20px 60px;}.md\:rounded-\[23px\]{border-radius:23px;}.md\:rounded-\[40px_10px_40px_10px\]{border-radius:40px 10px 40px 10px;}.md\:rounded-\[54px\]{border-radius:54px;}.md\:rounded-\[5px_15px_5px_15px\]{border-radius:5px 15px 5px 15px;}.md\:rounded-\[80px_10px_30px_10px\]{border-radius:80px 10px 30px 10px;}.md\:rounded-\[80px_10px_40px_10px\]{border-radius:80px 10px 40px 10px;}.md\:rounded-bl-\[20px\]{border-bottom-left-radius:20px;}.md\:rounded-bl-\[40px\]{border-bottom-left-radius:40px;}.md\:rounded-bl-\[60px\]{border-bottom-left-radius:60px;}.md\:rounded-br-\[10px\]{border-bottom-right-radius:10px;}.md\:rounded-br-\[20px\]{border-bottom-right-radius:20px;}.md\:rounded-br-\[60px\]{border-bottom-right-radius:60px;}.md\:rounded-tl-\[10px\]{border-top-left-radius:10px;}.md\:rounded-tl-\[20px\]{border-top-left-radius:20px;}.md\:rounded-tl-\[60px\]{border-top-left-radius:60px;}.md\:rounded-tr-\[20px\]{border-top-right-radius:20px;}.md\:rounded-tr-\[40px\]{border-top-right-radius:40px;}.md\:rounded-tr-\[60px\]{border-top-right-radius:60px;}.md\:bg-\[length\:110\%_110\%\]{background-size:110% 110%;}.md\:bg-\[position\:top_-30px_left_-75px\]{background-position:top -30px left -75px;}.md\:p-0{padding:0px;}.md\:p-\[20px\]{padding:20px;}.md\:p-\[35px\]{padding:35px;}.md\:px-0{padding-left:0px;padding-right:0px;}.md\:px-25{padding-left:100px;padding-right:100px;}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem;}.md\:px-\[10px\]{padding-left:10px;padding-right:10px;}.md\:px-\[156px\]{padding-left:156px;padding-right:156px;}.md\:px-\[164px\]{padding-left:164px;padding-right:164px;}.md\:px-\[20px\]{padding-left:20px;padding-right:20px;}.md\:px-\[21px\]{padding-left:21px;padding-right:21px;}.md\:px-\[25px\]{padding-left:25px;padding-right:25px;}.md\:px-\[30px\]{padding-left:30px;padding-right:30px;}.md\:px-\[32px\]{padding-left:32px;padding-right:32px;}.md\:px-\[40px\]{padding-left:40px;padding-right:40px;}.md\:px-\[50px\]{padding-left:50px;padding-right:50px;}.md\:px-\[87px\]{padding-left:87px;padding-right:87px;}.md\:py-12{padding-top:3rem;padding-bottom:3rem;}.md\:py-16{padding-top:4rem;padding-bottom:4rem;}.md\:py-25{padding-top:100px;padding-bottom:100px;}.md\:py-4{padding-top:1rem;padding-bottom:1rem;}.md\:py-5{padding-top:1.25rem;padding-bottom:1.25rem;}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem;}.md\:py-\[14px\]{padding-top:14px;padding-bottom:14px;}.md\:py-\[15px\]{padding-top:15px;padding-bottom:15px;}.md\:py-\[28px\]{padding-top:28px;padding-bottom:28px;}.md\:py-\[35px\]{padding-top:35px;padding-bottom:35px;}.md\:py-\[40px\]{padding-top:40px;padding-bottom:40px;}.md\:py-\[70px\]{padding-top:70px;padding-bottom:70px;}.md\:py-\[75px\]{padding-top:75px;padding-bottom:75px;}.md\:py-\[20px\]{padding-top:20px;padding-bottom:20px;}.md\:pb-0{padding-bottom:0px;}.md\:pb-10{padding-bottom:2.5rem;}.md\:pb-20{padding-bottom:80px;}.md\:pb-5{padding-bottom:1.25rem;}.md\:pb-\[100px\]{padding-bottom:100px;}.md\:pb-\[12px\]{padding-bottom:12px;}.md\:pb-\[140px\]{padding-bottom:140px;}.md\:pb-\[15px\]{padding-bottom:15px;}.md\:pb-\[25px\]{padding-bottom:25px;}.md\:pb-\[30px\]{padding-bottom:30px;}.md\:pb-\[35px\]{padding-bottom:35px;}.md\:pb-\[60px\]{padding-bottom:60px;}.md\:pb-\[70px\]{padding-bottom:70px;}.md\:pb-\[75px\]{padding-bottom:75px;}.md\:pb-\[90px\]{padding-bottom:90px;}.md\:pl-0{padding-left:0px;}.md\:pl-14{padding-left:3.5rem;}.md\:pl-6{padding-left:1.5rem;}.md\:pl-\[27px\]{padding-left:27px;}.md\:pl-\[30px\]{padding-left:30px;}.md\:pl-\[35px\]{padding-left:35px;}.md\:pl-\[57px\]{padding-left:57px;}.md\:pl-\[77px\]{padding-left:77px;}.md\:pr-0{padding-right:0px;}.md\:pr-5{padding-right:1.25rem;}.md\:pr-\[20px\]{padding-right:20px;}.md\:pr-\[50px\]{padding-right:50px;}.md\:pr-\[60px\]{padding-right:60px;}.md\:pr-\[65px\]{padding-right:65px;}.md\:pt-10{padding-top:2.5rem;}.md\:pt-5{padding-top:1.25rem;}.md\:pt-\[10px\]{padding-top:10px;}.md\:pt-\[25px\]{padding-top:25px;}.md\:pt-\[30px\]{padding-top:30px;}.md\:pt-\[35px\]{padding-top:35px;}.md\:pt-\[40px\]{padding-top:40px;}.md\:pt-\[60px\]{padding-top:60px;}.md\:pt-\[70px\]{padding-top:70px;}.md\:pt-\[75px\]{padding-top:75px;}.md\:font-body-mobile{font-family:var(--body-body-mobile-font-family);}.md\:font-body-tablet{font-family:var(--body-body-mobile-font-family);}.md\:font-h1-SM-tablet{font-family:var(--h1-h1-SM-tablet-font-family);}.md\:font-h1-tablet{font-family:var(--h1-h1-tablet-font-family);}.md\:font-h2-LG-mobile{font-family:var(--h2-h2-LG-mobile-font-family);}.md\:font-h2-mobile{font-family:var(--h2-h2-mobile-font-family);}.md\:font-h2-tablet{font-family:var(--h2-h2-tablet-font-family);}.md\:font-h3-mobile{font-family:var(--h3-h3-mobile-font-family);}.md\:font-h4-mobile{font-family:var(--h4-h4-mobile-font-family);}.md\:font-h5-tablet{font-family:var(--h5-h5-mobile-font-family);}.md\:font-label-desktop{font-family:var(--label-label-desktop-font-family);}.md\:font-label-mobile{font-family:var(--label-label-mobile-font-family);}.md\:text-\[12px\]{font-size:12px;}.md\:text-\[13px\]{font-size:13px;}.md\:text-\[14px\]{font-size:14px;}.md\:text-\[15px\]{font-size:15px;}.md\:text-\[16px\]{font-size:16px;}.md\:text-\[17px\]{font-size:17px;}.md\:text-\[18px\]{font-size:18px;}.md\:text-\[19px\]{font-size:19px;}.md\:text-\[20px\]{font-size:20px;}.md\:text-\[21px\]{font-size:21px;}.md\:text-\[22px\]{font-size:22px;}.md\:text-\[24px\]{font-size:24px;}.md\:text-\[26px\]{font-size:26px;}.md\:text-\[27px\]{font-size:27px;}.md\:text-\[28px\]{font-size:28px;}.md\:text-\[30px\]{font-size:30px;}.md\:text-\[32px\]{font-size:32px;}.md\:text-\[34px\]{font-size:34px;}.md\:text-\[36px\]{font-size:36px;}.md\:text-\[40px\]{font-size:40px;}.md\:text-\[52px\]{font-size:52px;}.md\:text-lg{font-size:1.125rem;line-height:1.75rem;}.md\:text-sm{font-size:0.875rem;line-height:1.25rem;}.md\:text-xl{font-size:1.25rem;line-height:1.75rem;}.md\:font-bold{font-weight:700;}.md\:font-medium{font-weight:500;}.md\:leading-6{line-height:1.5rem;}.md\:leading-7{line-height:1.75rem;}.md\:leading-\[1\.05\]{line-height:1.05;}.md\:leading-\[1\.39\]{line-height:1.39;}.md\:leading-\[110\%\]{line-height:110%;}.md\:leading-\[120\%\]{line-height:120%;}.md\:leading-\[22px\]{line-height:22px;}.md\:leading-\[24px\]{line-height:24px;}.md\:leading-\[25\.02px\]{line-height:25.02px;}.md\:leading-\[26\.4px\]{line-height:26.4px;}.md\:leading-\[31\.50px\]{line-height:31.50px;}.md\:leading-\[44px\]{line-height:44px;}.md\:leading-normal{line-height:1.5;}.md\:leading-relaxed{line-height:1.625;}.md\:leading-snug{line-height:1.375;}.md\:backdrop-blur-sm{--tw-backdrop-blur:blur(4px);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);}.md\:type-h1-tablet{font-size:var(--h1-h1-tablet-font-size);font-weight:var(--h1-h1-tablet-font-weight);line-height:var(--h1-h1-tablet-line-height);letter-spacing:var(--h1-h1-tablet-letter-spacing);font-style:var(--h1-h1-tablet-font-style);}.md\:type-h1-SM-tablet{font-size:var(--h1-h1-SM-tablet-font-size);font-weight:var(--h1-h1-SM-tablet-font-weight);line-height:var(--h1-h1-SM-tablet-line-height);letter-spacing:var(--h1-h1-SM-tablet-letter-spacing);font-style:var(--h1-h1-SM-tablet-font-style);}.md\:type-h2-mobile{font-size:var(--h2-h2-mobile-font-size);font-weight:var(--h2-h2-mobile-font-weight);line-height:var(--h2-h2-mobile-line-height);letter-spacing:var(--h2-h2-mobile-letter-spacing);font-style:var(--h2-h2-mobile-font-style);}.md\:type-h2-tablet{font-size:var(--h2-h2-tablet-font-size);font-weight:var(--h2-h2-tablet-font-weight);line-height:var(--h2-h2-tablet-line-height);letter-spacing:var(--h2-h2-tablet-letter-spacing);font-style:var(--h2-h2-tablet-font-style);}.md\:type-h2-desktop{font-size:var(--h2-h2-desktop-font-size);font-weight:var(--h2-h2-desktop-font-weight);line-height:var(--h2-h2-desktop-line-height);letter-spacing:var(--h2-h2-desktop-letter-spacing);font-style:var(--h2-h2-desktop-font-style);}.md\:type-h2-LG-desktop{font-size:var(--h2-h2-LG-desktop-font-size);font-weight:var(--h2-h2-LG-desktop-font-weight);line-height:var(--h2-h2-LG-desktop-line-height);letter-spacing:var(--h2-h2-LG-desktop-letter-spacing);font-style:var(--h2-h2-LG-desktop-font-style);}.md\:type-h3-mobile{font-size:var(--h3-h3-mobile-font-size);font-weight:var(--h3-h3-mobile-font-weight);line-height:var(--h3-h3-mobile-line-height);letter-spacing:var(--h3-h3-mobile-letter-spacing);font-style:var(--h3-h3-mobile-font-style);}.md\:type-h3-tablet{font-size:var(--h3-h3-tablet-font-size);font-weight:var(--h3-h3-tablet-font-weight);line-height:var(--h3-h3-tablet-line-height);letter-spacing:var(--h3-h3-tablet-letter-spacing);font-style:var(--h3-h3-tablet-font-style);}.md\:type-h3-desktop{font-size:var(--h3-h3-desktop-font-size);font-weight:var(--h3-h3-desktop-font-weight);line-height:var(--h3-h3-desktop-line-height);letter-spacing:var(--h3-h3-desktop-letter-spacing);font-style:var(--h3-h3-desktop-font-style);}.md\:type-h4-mobile{font-size:var(--h4-h4-mobile-font-size);font-weight:var(--h4-h4-mobile-font-weight);line-height:var(--h4-h4-mobile-line-height);letter-spacing:var(--h4-h4-mobile-letter-spacing);font-style:var(--h4-h4-mobile-font-style);}.md\:type-h5-tablet{font-size:var(--h5-h5-tablet-font-size);font-weight:var(--h5-h5-tablet-font-weight);line-height:var(--h5-h5-tablet-line-height);letter-spacing:var(--h5-h5-tablet-letter-spacing);font-style:var(--h5-h5-tablet-font-style);}.md\:type-body-mobile{font-size:18px;font-weight:var(--body-body-mobile-font-weight);line-height:var(--body-body-mobile-line-height);letter-spacing:var(--body-body-mobile-letter-spacing);font-style:var(--body-body-mobile-font-style);}.md\:type-body-tablet{font-size:var(--body-body-tablet-font-size);font-weight:var(--body-body-tablet-font-weight);line-height:var(--body-body-tablet-line-height);letter-spacing:var(--body-body-tablet-letter-spacing);font-style:var(--body-body-tablet-font-style);}.md\:type-body-desktop{font-size:var(--body-body-desktop-font-size);font-weight:var(--body-body-desktop-font-weight);line-height:var(--body-body-desktop-line-height);letter-spacing:var(--body-body-desktop-letter-spacing);font-style:var(--body-body-desktop-font-style);}.md\:type-label-mobile{font-size:var(--label-label-mobile-font-size);font-weight:var(--label-label-mobile-font-weight);line-height:var(--label-label-mobile-line-height);letter-spacing:var(--label-label-mobile-letter-spacing);font-style:var(--label-label-mobile-font-style);}.md\:type-label-desktop{font-size:var(--label-label-desktop-font-size);font-weight:var(--label-label-desktop-font-weight);line-height:var(--label-label-desktop-line-height);letter-spacing:var(--label-label-desktop-letter-spacing);font-style:var(--label-label-desktop-font-style);}.md\:\[border-radius\:80px_10px_40px_10px\]{border-radius:80px 10px 40px 10px;}}@media (min-width:1024px){.lg\:my-25{margin-top:100px;margin-bottom:100px;}.lg\:mb-6{margin-bottom:1.5rem;}.lg\:ml-0{margin-left:0px;}.lg\:mr-0{margin-right:0px;}.lg\:h-\[19\.55px\]{height:19.55px;}.lg\:h-\[280px\]{height:280px;}.lg\:h-\[460px\]{height:460px;}.lg\:min-h-\[88px\]{min-height:88px;}.lg\:w-\[220px\]{width:220px;}.lg\:w-\[280px\]{width:280px;}.lg\:w-\[31\.4518px\]{width:31.4518px;}.lg\:w-\[320px\]{width:320px;}.lg\:max-w-\[980px\]{max-width:980px;}.lg\:gap-6{gap:1.5rem;}.lg\:rounded-\[16px_140px_16px_140px\]{border-radius:16px 140px 16px 140px;}.lg\:rounded-\[30px_60px_30px_60px\]{border-radius:30px 60px 30px 60px;}.lg\:rounded-\[60px_30px_60px_30px\]{border-radius:60px 30px 60px 30px;}.lg\:p-6{padding:1.5rem;}.lg\:p-\[30px\]{padding:30px;}.lg\:px-8{padding-left:2rem;padding-right:2rem;}.lg\:text-\[18px\]{font-size:18px;}}@media (min-width:1280px){.xl\:absolute{position:absolute;}.xl\:relative{position:relative;}.xl\:-left-\[120px\]{left:-120px;}.xl\:-left-\[280px\]{left:-280px;}.xl\:-left-\[75px\]{left:-75px;}.xl\:-top-\[130px\]{top:-130px;}.xl\:bottom-\[22px\]{bottom:22px;}.xl\:left-0{left:0px;}.xl\:left-1\/2{left:50%;}.xl\:left-25{left:100px;}.xl\:left-\[-112px\]{left:-112px;}.xl\:left-\[-120px\]{left:-120px;}.xl\:left-\[-72px\]{left:-72px;}.xl\:left-\[100px\]{left:100px;}.xl\:left-\[10px\]{left:10px;}.xl\:left-\[11\.2px\]{left:11.2px;}.xl\:left-\[19px\]{left:19px;}.xl\:left-\[30px\]{left:30px;}.xl\:left-\[98px\]{left:98px;}.xl\:right-0{right:0px;}.xl\:right-\[25px\]{right:25px;}.xl\:right-\[30px\]{right:30px;}.xl\:right-\[55px\]{right:55px;}.xl\:top-\[-160px\]{top:-160px;}.xl\:top-\[-80px\]{top:-80px;}.xl\:top-\[10px\]{top:10px;}.xl\:top-\[5\.5px\]{top:5.5px;}.xl\:top-\[5px\]{top:5px;}.xl\:top-\[680px\]{top:680px;}.xl\:top-\[73px\]{top:73px;}.xl\:top-\[850px\]{top:850px;}.xl\:top-\[98px\]{top:98px;}.xl\:-left-\[180px\]{left:-180px;}.xl\:top-\[750px\]{top:750px;}.xl\:top-\[700px\]{top:700px;}.xl\:-left-\[90px\]{left:-90px;}.xl\:z-10{z-index:10;}.xl\:z-\[10000\]{z-index:10000;}.xl\:z-\[500\]{z-index:500;}.xl\:col-span-2{grid-column:span 2 / span 2;}.xl\:mx-0{margin-left:0px;margin-right:0px;}.xl\:mx-auto{margin-left:auto;margin-right:auto;}.xl\:mb-0{margin-bottom:0px;}.xl\:mb-24{margin-bottom:6rem;}.xl\:mb-\[-0\.48px\]{margin-bottom:-0.48px;}.xl\:mb-\[-12px\]{margin-bottom:-12px;}.xl\:mb-\[16px\]{margin-bottom:16px;}.xl\:mb-\[24px\]{margin-bottom:24px;}.xl\:mb-\[25px\]{margin-bottom:25px;}.xl\:mb-\[50px\]{margin-bottom:50px;}.xl\:mb-\[80px\]{margin-bottom:80px;}.xl\:ml-0{margin-left:0px;}.xl\:ml-\[-0\.49px\]{margin-left:-0.49px;}.xl\:ml-\[151px\]{margin-left:151px;}.xl\:ml-\[25px\]{margin-left:25px;}.xl\:mr-0{margin-right:0px;}.xl\:mr-\[-0\.49px\]{margin-right:-0.49px;}.xl\:mr-\[-1\.00px\]{margin-right:-1.00px;}.xl\:mr-\[30px\]{margin-right:30px;}.xl\:mt-0{margin-top:0px;}.xl\:mt-\[-0\.48px\]{margin-top:-0.48px;}.xl\:mt-\[-1\.00px\]{margin-top:-1.00px;}.xl\:mt-\[10px\]{margin-top:10px;}.xl\:mt-\[21px\]{margin-top:21px;}.xl\:mt-\[25px\]{margin-top:25px;}.xl\:mt-\[28px\]{margin-top:28px;}.xl\:mt-\[32px\]{margin-top:32px;}.xl\:mt-\[40px\]{margin-top:40px;}.xl\:mt-\[48px\]{margin-top:48px;}.xl\:mt-\[50px\]{margin-top:50px;}.xl\:mt-\[60px\]{margin-top:60px;}.xl\:block{display:block;}.xl\:flex{display:flex;}.xl\:inline-flex{display:inline-flex;}.xl\:grid{display:grid;}.xl\:hidden{display:none;}.xl\:aspect-\[0\.72\]{aspect-ratio:0.72;}.xl\:aspect-\[1\.22\]{aspect-ratio:1.22;}.xl\:aspect-\[1\.35\]{aspect-ratio:1.35;}.xl\:aspect-\[1280\/706\]{aspect-ratio:1280/706;}.xl\:\!h-\[507px\]{height:507px !important;}.xl\:\!h-\[547px\]{height:547px !important;}.xl\:h-11{height:2.75rem;}.xl\:h-12{height:3rem;}.xl\:h-5{height:1.25rem;}.xl\:h-6{height:1.5rem;}.xl\:h-9{height:2.25rem;}.xl\:h-\[1005px\]{height:1005px;}.xl\:h-\[1080px\]{height:1080px;}.xl\:h-\[123px\]{height:123px;}.xl\:h-\[131px\]{height:131px;}.xl\:h-\[134px\]{height:134px;}.xl\:h-\[140px\]{height:140px;}.xl\:h-\[16px\]{height:16px;}.xl\:h-\[1723px\]{height:1723px;}.xl\:h-\[179px\]{height:179px;}.xl\:h-\[19\.55px\]{height:19.55px;}.xl\:h-\[21px\]{height:21px;}.xl\:h-\[224px\]{height:224px;}.xl\:h-\[250px\]{height:250px;}.xl\:h-\[280px\]{height:280px;}.xl\:h-\[330px\]{height:330px;}.xl\:h-\[337px\]{height:337px;}.xl\:h-\[352px\]{height:352px;}.xl\:h-\[388px\]{height:388px;}.xl\:h-\[41px\]{height:41px;}.xl\:h-\[45\.97px\]{height:45.97px;}.xl\:h-\[485px\]{height:485px;}.xl\:h-\[48px\]{height:48px;}.xl\:h-\[50px\]{height:50px;}.xl\:h-\[52px\]{height:52px;}.xl\:h-\[54px\]{height:54px;}.xl\:h-\[57px\]{height:57px;}.xl\:h-\[600px\]{height:600px;}.xl\:h-\[60px\]{height:60px;}.xl\:h-\[644px\]{height:644px;}.xl\:h-\[656px\]{height:656px;}.xl\:h-\[687px\]{height:687px;}.xl\:h-\[700px\]{height:700px;}.xl\:h-\[706px\]{height:706px;}.xl\:h-\[804px\]{height:804px;}.xl\:h-\[920px\]{height:920px;}.xl\:h-\[calc\(100\%-40px\)\]{height:calc(100% - 40px);}.xl\:h-\[calc\(100\%-50px\)\]{height:calc(100% - 50px);}.xl\:h-\[calc\(687px-53px\)\]{height:calc(687px - 53px);}.xl\:h-auto{height:auto;}.xl\:min-h-\[220px\]{min-height:220px;}.xl\:\!w-\[883px\]{width:883px !important;}.xl\:\!w-\[927px\]{width:927px !important;}.xl\:w-11{width:2.75rem;}.xl\:w-12{width:3rem;}.xl\:w-6{width:1.5rem;}.xl\:w-8{width:2rem;}.xl\:w-9{width:2.25rem;}.xl\:w-\[1000px\]{width:1000px;}.xl\:w-\[1100px\]{width:1100px;}.xl\:w-\[1152px\]{width:1152px;}.xl\:w-\[1153px\]{width:1153px;}.xl\:w-\[1205px\]{width:1205px;}.xl\:w-\[1280px\]{width:1280px;}.xl\:w-\[139px\]{width:139px;}.xl\:w-\[1601px\]{width:1601px;}.xl\:w-\[173px\]{width:173px;}.xl\:w-\[200px\]{width:200px;}.xl\:w-\[235px\]{width:235px;}.xl\:w-\[250px\]{width:250px;}.xl\:w-\[260px\]{width:260px;}.xl\:w-\[269px\]{width:269px;}.xl\:w-\[30vw\]{width:30vw;}.xl\:w-\[31\.4518px\]{width:31.4518px;}.xl\:w-\[310px\]{width:310px;}.xl\:w-\[336px\]{width:336px;}.xl\:w-\[338px\]{width:338px;}.xl\:w-\[350px\]{width:350px;}.xl\:w-\[366px\]{width:366px;}.xl\:w-\[367px\]{width:367px;}.xl\:w-\[368px\]{width:368px;}.xl\:w-\[400px\]{width:400px;}.xl\:w-\[405px\]{width:405px;}.xl\:w-\[417px\]{width:417px;}.xl\:w-\[437px\]{width:437px;}.xl\:w-\[45\.98px\]{width:45.98px;}.xl\:w-\[460px\]{width:460px;}.xl\:w-\[480px\]{width:480px;}.xl\:w-\[49px\]{width:49px;}.xl\:w-\[50px\]{width:50px;}.xl\:w-\[546px\]{width:546px;}.xl\:w-\[550px\]{width:550px;}.xl\:w-\[552px\]{width:552px;}.xl\:w-\[555px\]{width:555px;}.xl\:w-\[560px\]{width:560px;}.xl\:w-\[576px\]{width:576px;}.xl\:w-\[631px\]{width:631px;}.xl\:w-\[635px\]{width:635px;}.xl\:w-\[660px\]{width:660px;}.xl\:w-\[662px\]{width:662px;}.xl\:w-\[66px\]{width:66px;}.xl\:w-\[727px\]{width:727px;}.xl\:w-\[760px\]{width:760px;}.xl\:w-\[802px\]{width:802px;}.xl\:w-\[80px\]{width:80px;}.xl\:w-\[825px\]{width:825px;}.xl\:w-\[827px\]{width:827px;}.xl\:w-\[828px\]{width:828px;}.xl\:w-\[948px\]{width:948px;}.xl\:w-\[950px\]{width:950px;}.xl\:w-\[calc\(100\%-40px\)\]{width:calc(100% - 40px);}.xl\:w-\[calc\(100\%-50px\)\]{width:calc(100% - 50px);}.xl\:w-\[calc\(50\%-41\.5px\)\]{width:calc(50% - 41.5px);}.xl\:w-auto{width:auto;}.xl\:w-full{width:100%;}.xl\:min-w-\[200px\]{min-width:200px;}.xl\:max-w-\[1000px\]{max-width:1000px;}.xl\:max-w-\[1150px\]{max-width:1150px;}.xl\:max-w-\[1152px\]{max-width:1152px;}.xl\:max-w-\[1200px\]{max-width:1200px;}.xl\:max-w-\[1216px\]{max-width:1216px;}.xl\:max-w-\[1280px\]{max-width:1280px;}.xl\:max-w-\[1440px\]{max-width:1440px;}.xl\:max-w-\[400px\]{max-width:400px;}.xl\:max-w-\[460px\]{max-width:460px;}.xl\:max-w-\[480px\]{max-width:480px;}.xl\:max-w-\[576px\]{max-width:576px;}.xl\:max-w-\[601px\]{max-width:601px;}.xl\:max-w-\[662px\]{max-width:662px;}.xl\:max-w-\[825px\]{max-width:825px;}.xl\:max-w-\[827px\]{max-width:827px;}.xl\:max-w-\[950px\]{max-width:950px;}.xl\:max-w-full{max-width:100%;}.xl\:max-w-none{max-width:none;}.xl\:max-w-xl{max-width:1280px;}.xl\:max-w-xxl{max-width:1600px;}.xl\:flex-1{flex:1 1 0%;}.xl\:flex-none{flex:none;}.xl\:flex-shrink-0{flex-shrink:0;}.xl\:-translate-x-1\/2{--tw-translate-x:-50%;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));}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));}.xl\:flex-row{flex-direction:row;}.xl\:flex-row-reverse{flex-direction:row-reverse;}.xl\:flex-col{flex-direction:column;}.xl\:flex-wrap{flex-wrap:wrap;}.xl\:flex-nowrap{flex-wrap:nowrap;}.xl\:items-start{align-items:flex-start;}.xl\:items-end{align-items:flex-end;}.xl\:items-center{align-items:center;}.xl\:items-stretch{align-items:stretch;}.xl\:justify-start{justify-content:flex-start;}.xl\:justify-end{justify-content:flex-end;}.xl\:justify-center{justify-content:center;}.xl\:gap-0{gap:0px;}.xl\:gap-1{gap:0.25rem;}.xl\:gap-15{gap:60px;}.xl\:gap-2{gap:0.5rem;}.xl\:gap-20{gap:80px;}.xl\:gap-24{gap:6rem;}.xl\:gap-25{gap:100px;}.xl\:gap-28{gap:112px;}.xl\:gap-3{gap:0.75rem;}.xl\:gap-5{gap:1.25rem;}.xl\:gap-6{gap:1.5rem;}.xl\:gap-7{gap:1.75rem;}.xl\:gap-8{gap:2rem;}.xl\:gap-\[100px\]{gap:100px;}.xl\:gap-\[10px\]{gap:10px;}.xl\:gap-\[111px\]{gap:111px;}.xl\:gap-\[15px\]{gap:15px;}.xl\:gap-\[16px\]{gap:16px;}.xl\:gap-\[18px\]{gap:18px;}.xl\:gap-\[19px\]{gap:19px;}.xl\:gap-\[20px\]{gap:20px;}.xl\:gap-\[21px\]{gap:21px;}.xl\:gap-\[24px\]{gap:24px;}.xl\:gap-\[25px\]{gap:25px;}.xl\:gap-\[25px_83px\]{gap:25px 83px;}.xl\:gap-\[26px\]{gap:26px;}.xl\:gap-\[29px\]{gap:29px;}.xl\:gap-\[30px\]{gap:30px;}.xl\:gap-\[31px\]{gap:31px;}.xl\:gap-\[35px\]{gap:35px;}.xl\:gap-\[44px\]{gap:44px;}.xl\:gap-\[45px\]{gap:45px;}.xl\:gap-\[4px\]{gap:4px;}.xl\:gap-\[50px\]{gap:50px;}.xl\:gap-\[5px\]{gap:5px;}.xl\:gap-\[68px\]{gap:68px;}.xl\:gap-\[77px\]{gap:77px;}.xl\:gap-x-\[15px\]{-moz-column-gap:15px;column-gap:15px;}.xl\:gap-x-\[25px\]{-moz-column-gap:25px;column-gap:25px;}.xl\:gap-x-\[26px\]{-moz-column-gap:26px;column-gap:26px;}.xl\:gap-x-\[30px\]{-moz-column-gap:30px;column-gap:30px;}.xl\:gap-x-\[40px\]{-moz-column-gap:40px;column-gap:40px;}.xl\:gap-y-0{row-gap:0px;}.xl\:gap-y-12\.5{row-gap:50px;}.xl\:gap-y-\[25px\]{row-gap:25px;}.xl\:gap-y-\[8px\]{row-gap:8px;}.xl\:self-stretch{align-self:stretch;}.xl\:overflow-visible{overflow:visible;}.xl\:rounded-\[10px_40px_10px_40px\]{border-radius:10px 40px 10px 40px;}.xl\:rounded-\[16px_168px_16px_56px\]{border-radius:16px 168px 16px 56px;}.xl\:rounded-\[16px_280px_16px_112px\]{border-radius:16px 280px 16px 112px;}.xl\:rounded-\[16px_48px_16px_48px\]{border-radius:16px 48px 16px 48px;}.xl\:rounded-\[200px_20px_100px_20px\]{border-radius:200px 20px 100px 20px;}.xl\:rounded-\[20px_350px_20px_140px\]{border-radius:20px 350px 20px 140px;}.xl\:rounded-\[20px_60px_20px_40px\]{border-radius:20px 60px 20px 40px;}.xl\:rounded-\[20px_60px_20px_60px\]{border-radius:20px 60px 20px 60px;}.xl\:rounded-\[20px_80px_20px_80px\]{border-radius:20px 80px 20px 80px;}.xl\:rounded-\[23px\]{border-radius:23px;}.xl\:rounded-\[40px_10px_40px_10px\]{border-radius:40px 10px 40px 10px;}.xl\:rounded-\[45px\]{border-radius:45px;}.xl\:rounded-\[8px_24px_8px_24px\]{border-radius:8px 24px 8px 24px;}.xl\:rounded-none{border-radius:0px;}.xl\:rounded-br-\[15px\]{border-bottom-right-radius:15px;}.xl\:rounded-tl-\[15px\]{border-top-left-radius:15px;}.xl\:bg-\[length\:100\%_100\%\]{background-size:100% 100%;}.xl\:bg-\[position\:top_left_-150px\]{background-position:top left -150px;}.xl\:p-0{padding:0px;}.xl\:p-8{padding:2rem;}.xl\:p-\[36px\]{padding:36px;}.xl\:p-\[40px\]{padding:40px;}.xl\:p-\[50px\]{padding:50px;}.xl\:px-0{padding-left:0px;padding-right:0px;}.xl\:px-16{padding-left:4rem;padding-right:4rem;}.xl\:px-20{padding-left:80px;padding-right:80px;}.xl\:px-3{padding-left:0.75rem;padding-right:0.75rem;}.xl\:px-4{padding-left:1rem;padding-right:1rem;}.xl\:px-\[192px\]{padding-left:192px;padding-right:192px;}.xl\:px-\[245px\]{padding-left:245px;padding-right:245px;}.xl\:px-\[25px\]{padding-left:25px;padding-right:25px;}.xl\:px-\[260px\]{padding-left:260px;padding-right:260px;}.xl\:px-\[30px\]{padding-left:30px;padding-right:30px;}.xl\:px-\[55px\]{padding-left:55px;padding-right:55px;}.xl\:px-\[60px\]{padding-left:60px;padding-right:60px;}.xl\:py-0{padding-top:0px;padding-bottom:0px;}.xl\:py-15{padding-top:60px;padding-bottom:60px;}.xl\:py-20{padding-top:80px;padding-bottom:80px;}.xl\:py-28{padding-top:112px;padding-bottom:112px;}.xl\:py-3{padding-top:0.75rem;padding-bottom:0.75rem;}.xl\:py-30{padding-top:120px;padding-bottom:120px;}.xl\:py-35{padding-top:140px;padding-bottom:140px;}.xl\:py-\[100px\]{padding-top:100px;padding-bottom:100px;}.xl\:py-\[110px\]{padding-top:110px;padding-bottom:110px;}.xl\:py-\[115px\]{padding-top:115px;padding-bottom:115px;}.xl\:py-\[140px\]{padding-top:140px;padding-bottom:140px;}.xl\:py-\[150px\]{padding-top:150px;padding-bottom:150px;}.xl\:py-\[36px\]{padding-top:36px;padding-bottom:36px;}.xl\:py-\[50px\]{padding-top:50px;padding-bottom:50px;}.xl\:py-\[25px\]{padding-top:25px;padding-bottom:25px;}.xl\:pb-0{padding-bottom:0px;}.xl\:pb-12{padding-bottom:3rem;}.xl\:pb-25{padding-bottom:100px;}.xl\:pb-35{padding-bottom:140px;}.xl\:pb-36{padding-bottom:144px;}.xl\:pb-\[112px\]{padding-bottom:112px;}.xl\:pb-\[150px\]{padding-bottom:150px;}.xl\:pb-\[17\.5px\]{padding-bottom:17.5px;}.xl\:pb-\[17px\]{padding-bottom:17px;}.xl\:pb-\[180px\]{padding-bottom:180px;}.xl\:pb-\[185px\]{padding-bottom:185px;}.xl\:pb-\[24px\]{padding-bottom:24px;}.xl\:pb-\[30px\]{padding-bottom:30px;}.xl\:pb-\[35px\]{padding-bottom:35px;}.xl\:pb-\[40px\]{padding-bottom:40px;}.xl\:pb-\[70px\]{padding-bottom:70px;}.xl\:pb-\[75px\]{padding-bottom:75px;}.xl\:pb-\[92\.5px\]{padding-bottom:92.5px;}.xl\:pl-0{padding-left:0px;}.xl\:pl-16{padding-left:4rem;}.xl\:pl-\[122px\]{padding-left:122px;}.xl\:pl-\[194px\]{padding-left:194px;}.xl\:pl-\[204px\]{padding-left:204px;}.xl\:pl-\[243px\]{padding-left:243px;}.xl\:pl-\[38px\]{padding-left:38px;}.xl\:pl-\[45px\]{padding-left:45px;}.xl\:pl-\[47px\]{padding-left:47px;}.xl\:pl-\[72px\]{padding-left:72px;}.xl\:pl-\[77px\]{padding-left:77px;}.xl\:pr-0{padding-right:0px;}.xl\:pr-16{padding-right:4rem;}.xl\:pr-20{padding-right:80px;}.xl\:pr-6{padding-right:1.5rem;}.xl\:pr-\[122px\]{padding-right:122px;}.xl\:pr-\[24px\]{padding-right:24px;}.xl\:pr-\[30px\]{padding-right:30px;}.xl\:pr-\[60px\]{padding-right:60px;}.xl\:pt-0{padding-top:0px;}.xl\:pt-35{padding-top:140px;}.xl\:pt-\[106px\]{padding-top:106px;}.xl\:pt-\[10px\]{padding-top:10px;}.xl\:pt-\[133px\]{padding-top:133px;}.xl\:pt-\[150px\]{padding-top:150px;}.xl\:pt-\[16px\]{padding-top:16px;}.xl\:pt-\[185px\]{padding-top:185px;}.xl\:pt-\[30px\]{padding-top:30px;}.xl\:pt-\[35px\]{padding-top:35px;}.xl\:pt-\[50px\]{padding-top:50px;}.xl\:pt-\[70px\]{padding-top:70px;}.xl\:pt-\[75px\]{padding-top:75px;}.xl\:text-right{text-align:right;}.xl\:font-body-desktop{font-family:var(--body-body-desktop-font-family);}.xl\:font-h1-SM-desktop{font-family:var(--h1-h1-SM-desktop-font-family);}.xl\:font-h1-desktop{font-family:var(--h1-h1-desktop-font-family);}.xl\:font-h2-LG-desktop{font-family:var(--h2-h2-LG-desktop-font-family);}.xl\:font-h2-desktop{font-family:var(--h2-h2-desktop-font-family);}.xl\:font-h3-desktop{font-family:var(--h3-h3-desktop-font-family);}.xl\:font-h4-desktop{font-family:var(--h4-h4-desktop-font-family);}.xl\:font-intro-copy-desktop{font-family:var(--intro-intro-copy-desktop-font-family);}.xl\:font-label-desktop{font-family:var(--label-label-desktop-font-family);}.xl\:text-2xl{font-size:1.5rem;line-height:2rem;}.xl\:text-7xl{font-size:4.5rem;line-height:1;}.xl\:text-\[13px\]{font-size:13px;}.xl\:text-\[16px\]{font-size:16px;}.xl\:text-\[17px\]{font-size:17px;}.xl\:text-\[18px\]{font-size:18px;}.xl\:text-\[19px\]{font-size:19px;}.xl\:text-\[20px\]{font-size:20px;}.xl\:text-\[21px\]{font-size:21px;}.xl\:text-\[22px\]{font-size:22px;}.xl\:text-\[23px\]{font-size:23px;}.xl\:text-\[24px\]{font-size:24px;}.xl\:text-\[26px\]{font-size:26px;}.xl\:text-\[27px\]{font-size:27px;}.xl\:text-\[28px\]{font-size:28px;}.xl\:text-\[30px\]{font-size:30px;}.xl\:text-\[32px\]{font-size:32px;}.xl\:text-\[34px\]{font-size:34px;}.xl\:text-\[36px\]{font-size:36px;}.xl\:text-\[38px\]{font-size:38px;}.xl\:text-\[43px\]{font-size:43px;}.xl\:text-\[44px\]{font-size:44px;}.xl\:text-\[48px\]{font-size:48px;}.xl\:text-\[52px\]{font-size:52px;}.xl\:text-\[54px\]{font-size:54px;}.xl\:text-\[56px\]{font-size:56px;}.xl\:text-\[68px\]{font-size:68px;}.xl\:text-\[81px\]{font-size:81px;}.xl\:text-base{font-size:1rem;line-height:1.5rem;}.xl\:text-xl{font-size:1.25rem;line-height:1.75rem;}.xl\:leading-6{line-height:1.5rem;}.xl\:leading-7{line-height:1.75rem;}.xl\:leading-\[1\.1\]{line-height:1.1;}.xl\:leading-\[100\%\]{line-height:100%;}.xl\:leading-\[105\%\]{line-height:105%;}.xl\:leading-\[120\%\]{line-height:120%;}.xl\:leading-\[139\%\]{line-height:139%;}.xl\:leading-\[21px\]{line-height:21px;}.xl\:leading-\[22px\]{line-height:22px;}.xl\:leading-\[30px\]{line-height:30px;}.xl\:leading-\[33\.4px\]{line-height:33.4px;}.xl\:leading-\[43px\]{line-height:43px;}.xl\:leading-\[48px\]{line-height:48px;}.xl\:leading-\[71\.40px\]{line-height:71.40px;}.xl\:leading-normal{line-height:1.5;}.xl\:tracking-\[0\.63px\]{letter-spacing:0.63px;}.xl\:tracking-\[0\.86px\]{letter-spacing:0.86px;}.xl\:backdrop-blur-none{--tw-backdrop-blur:;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);}.xl\:type-h1-desktop{font-size:var(--h1-h1-desktop-font-size);font-weight:var(--h1-h1-desktop-font-weight);line-height:var(--h1-h1-desktop-line-height);letter-spacing:var(--h1-h1-desktop-letter-spacing);font-style:var(--h1-h1-desktop-font-style);}.xl\:type-h1-SM-desktop{font-size:var(--h1-h1-SM-desktop-font-size);font-weight:var(--h1-h1-SM-desktop-font-weight);line-height:var(--h1-h1-SM-desktop-line-height);letter-spacing:var(--h1-h1-SM-desktop-letter-spacing);font-style:var(--h1-h1-SM-desktop-font-style);}.xl\:type-h2-desktop{font-size:var(--h2-h2-desktop-font-size);font-weight:var(--h2-h2-desktop-font-weight);line-height:var(--h2-h2-desktop-line-height);letter-spacing:var(--h2-h2-desktop-letter-spacing);font-style:var(--h2-h2-desktop-font-style);}.xl\:type-h2-LG-desktop{font-size:var(--h2-h2-LG-desktop-font-size);font-weight:var(--h2-h2-LG-desktop-font-weight);line-height:var(--h2-h2-LG-desktop-line-height);letter-spacing:var(--h2-h2-LG-desktop-letter-spacing);font-style:var(--h2-h2-LG-desktop-font-style);}.xl\:type-h3-desktop{font-size:var(--h3-h3-desktop-font-size);font-weight:var(--h3-h3-desktop-font-weight);line-height:var(--h3-h3-desktop-line-height);letter-spacing:var(--h3-h3-desktop-letter-spacing);font-style:var(--h3-h3-desktop-font-style);}.xl\:type-h4-desktop{font-size:var(--h4-h4-desktop-font-size);font-weight:var(--h4-h4-desktop-font-weight);line-height:var(--h4-h4-desktop-line-height);letter-spacing:var(--h4-h4-desktop-letter-spacing);font-style:var(--h4-h4-desktop-font-style);}.xl\:type-body-desktop{font-size:var(--body-body-desktop-font-size);font-weight:var(--body-body-desktop-font-weight);line-height:var(--body-body-desktop-line-height);letter-spacing:var(--body-body-desktop-letter-spacing);font-style:var(--body-body-desktop-font-style);}.xl\:type-intro-copy-desktop{font-size:var(--intro-intro-copy-desktop-font-size);font-weight:var(--intro-intro-copy-desktop-font-weight);line-height:var(--intro-intro-copy-desktop-line-height);letter-spacing:var(--intro-intro-copy-desktop-letter-spacing);font-style:var(--intro-intro-copy-desktop-font-style);}.xl\:type-label-desktop{font-size:var(--label-label-desktop-font-size);font-weight:var(--label-label-desktop-font-weight);line-height:var(--label-label-desktop-line-height);letter-spacing:var(--label-label-desktop-letter-spacing);font-style:var(--label-label-desktop-font-style);}.xl\:\[border-radius\:210px_10px_120px_20px\]{border-radius:210px 10px 120px 20px;}.min-\[1280px\]\:\!pb-\[35px\]{padding-bottom:35px !important;}}@media (min-width:1600px){.xxl\:absolute{position:absolute;}.xxl\:relative{position:relative;}.xxl\:-left-\[150px\]{left:-150px;}.xxl\:-left-\[280px\]{left:-280px;}.xxl\:bottom-\[22px\]{bottom:22px;}.xxl\:left-1\/2{left:50%;}.xxl\:left-\[-140px\]{left:-140px;}.xxl\:left-\[-90px\]{left:-90px;}.xxl\:left-\[122px\]{left:122px;}.xxl\:left-\[14px\]{left:14px;}.xxl\:left-\[206px\]{left:206px;}.xxl\:left-\[23\.45px\]{left:23.45px;}.xxl\:left-\[37px\]{left:37px;}.xxl\:right-\[25px\]{right:25px;}.xxl\:right-\[55px\]{right:55px;}.xxl\:top-\[-200px\]{top:-200px;}.xxl\:top-\[123px\]{top:123px;}.xxl\:top-\[13px\]{top:13px;}.xxl\:top-\[7px\]{top:7px;}.xxl\:top-\[850px\]{top:850px;}.xxl\:top-\[91px\]{top:91px;}.xxl\:-left-\[90px\]{left:-90px;}.xxl\:col-span-2{grid-column:span 2 / span 2;}.xxl\:mx-0{margin-left:0px;margin-right:0px;}.xxl\:mx-auto{margin-left:auto;margin-right:auto;}.xxl\:mb-0{margin-bottom:0px;}.xxl\:mb-25{margin-bottom:100px;}.xxl\:mb-\[100px\]{margin-bottom:100px;}.xxl\:mb-\[10px\]{margin-bottom:10px;}.xxl\:mb-\[20px\]{margin-bottom:20px;}.xxl\:mb-\[29px\]{margin-bottom:29px;}.xxl\:mb-\[30px\]{margin-bottom:30px;}.xxl\:mb-\[50px\]{margin-bottom:50px;}.xxl\:ml-20{margin-left:80px;}.xxl\:ml-\[147px\]{margin-left:147px;}.xxl\:ml-\[173px\]{margin-left:173px;}.xxl\:ml-\[246px\]{margin-left:246px;}.xxl\:mr-0{margin-right:0px;}.xxl\:mr-20{margin-right:80px;}.xxl\:mt-0{margin-top:0px;}.xxl\:mt-\[-1\.00px\]{margin-top:-1.00px;}.xxl\:mt-\[-1px\]{margin-top:-1px;}.xxl\:mt-\[29px\]{margin-top:29px;}.xxl\:mt-\[30px\]{margin-top:30px;}.xxl\:mt-\[31px\]{margin-top:31px;}.xxl\:mt-\[35px\]{margin-top:35px;}.xxl\:mt-\[40px\]{margin-top:40px;}.xxl\:mt-\[50px\]{margin-top:50px;}.xxl\:mt-\[60px\]{margin-top:60px;}.xxl\:block{display:block;}.xxl\:flex{display:flex;}.xxl\:grid{display:grid;}.xxl\:hidden{display:none;}.xxl\:aspect-\[1\.35\]{aspect-ratio:1.35;}.xxl\:aspect-\[1600\/883\]{aspect-ratio:1600/883;}.xxl\:\!h-\[673px\]{height:673px !important;}.xxl\:\!h-\[739px\]{height:739px !important;}.xxl\:h-12{height:3rem;}.xxl\:h-56{height:14rem;}.xxl\:h-6{height:1.5rem;}.xxl\:h-9{height:2.25rem;}.xxl\:h-\[1005px\]{height:1005px;}.xxl\:h-\[1150px\]{height:1150px;}.xxl\:h-\[1350px\]{height:1350px;}.xxl\:h-\[155px\]{height:155px;}.xxl\:h-\[164px\]{height:164px;}.xxl\:h-\[20px\]{height:20px;}.xxl\:h-\[224px\]{height:224px;}.xxl\:h-\[370px\]{height:370px;}.xxl\:h-\[440px\]{height:440px;}.xxl\:h-\[45\.97px\]{height:45.97px;}.xxl\:h-\[48px\]{height:48px;}.xxl\:h-\[51px\]{height:51px;}.xxl\:h-\[52px\]{height:52px;}.xxl\:h-\[54px\]{height:54px;}.xxl\:h-\[630px\]{height:630px;}.xxl\:h-\[68px\]{height:68px;}.xxl\:h-\[75px\]{height:75px;}.xxl\:h-\[859px\]{height:859px;}.xxl\:h-\[883px\]{height:883px;}.xxl\:h-\[88px\]{height:88px;}.xxl\:h-\[calc\(100\%-50px\)\]{height:calc(100% - 50px);}.xxl\:h-\[calc\(859px-66px\)\]{height:calc(859px - 66px);}.xxl\:min-h-\[220px\]{min-height:220px;}.xxl\:\!w-\[1196px\]{width:1196px !important;}.xxl\:\!w-\[1255px\]{width:1255px !important;}.xxl\:w-12{width:3rem;}.xxl\:w-25{width:100px;}.xxl\:w-6{width:1.5rem;}.xxl\:w-9{width:2.25rem;}.xxl\:w-\[1134px\]{width:1134px;}.xxl\:w-\[1195px\]{width:1195px;}.xxl\:w-\[1200px\]{width:1200px;}.xxl\:w-\[1300px\]{width:1300px;}.xxl\:w-\[1317px\]{width:1317px;}.xxl\:w-\[1440px\]{width:1440px;}.xxl\:w-\[1506px\]{width:1506px;}.xxl\:w-\[1550px\]{width:1550px;}.xxl\:w-\[1600px\]{width:1600px;}.xxl\:w-\[174px\]{width:174px;}.xxl\:w-\[200px\]{width:200px;}.xxl\:w-\[216px\]{width:216px;}.xxl\:w-\[250px\]{width:250px;}.xxl\:w-\[276px\]{width:276px;}.xxl\:w-\[294px\]{width:294px;}.xxl\:w-\[300px\]{width:300px;}.xxl\:w-\[336px\]{width:336px;}.xxl\:w-\[337px\]{width:337px;}.xxl\:w-\[338px\]{width:338px;}.xxl\:w-\[339px\]{width:339px;}.xxl\:w-\[348px\]{width:348px;}.xxl\:w-\[397px\]{width:397px;}.xxl\:w-\[408px\]{width:408px;}.xxl\:w-\[45\.98px\]{width:45.98px;}.xxl\:w-\[458px\]{width:458px;}.xxl\:w-\[459px\]{width:459px;}.xxl\:w-\[460px\]{width:460px;}.xxl\:w-\[466px\]{width:466px;}.xxl\:w-\[546px\]{width:546px;}.xxl\:w-\[580px\]{width:580px;}.xxl\:w-\[61px\]{width:61px;}.xxl\:w-\[63px\]{width:63px;}.xxl\:w-\[700px\]{width:700px;}.xxl\:w-\[705px\]{width:705px;}.xxl\:w-\[825px\]{width:825px;}.xxl\:w-\[827px\]{width:827px;}.xxl\:w-\[828px\]{width:828px;}.xxl\:w-\[82px\]{width:82px;}.xxl\:w-\[830px\]{width:830px;}.xxl\:w-\[950px\]{width:950px;}.xxl\:w-\[calc\(100\%-50px\)\]{width:calc(100% - 50px);}.xxl\:w-auto{width:auto;}.xxl\:w-full{width:100%;}.xxl\:min-w-\[580px\]{min-width:580px;}.xxl\:max-w-\[1195px\]{max-width:1195px;}.xxl\:max-w-\[1440px\]{max-width:1440px;}.xxl\:max-w-\[1600px\]{max-width:1600px;}.xxl\:max-w-\[460px\]{max-width:460px;}.xxl\:max-w-\[580px\]{max-width:580px;}.xxl\:max-w-\[601px\]{max-width:601px;}.xxl\:max-w-\[825px\]{max-width:825px;}.xxl\:max-w-\[827px\]{max-width:827px;}.xxl\:max-w-\[828px\]{max-width:828px;}.xxl\:max-w-\[950px\]{max-width:950px;}.xxl\:max-w-full{max-width:100%;}.xxl\:max-w-none{max-width:none;}.xxl\:max-w-xxl{max-width:1600px;}.xxl\:flex-1{flex:1 1 0%;}.xxl\:flex-none{flex:none;}.xxl\:flex-shrink-0{flex-shrink:0;}.xxl\:-translate-x-1\/2{--tw-translate-x:-50%;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));}.xxl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}.xxl\:flex-row{flex-direction:row;}.xxl\:flex-col{flex-direction:column;}.xxl\:flex-wrap{flex-wrap:wrap;}.xxl\:items-start{align-items:flex-start;}.xxl\:items-end{align-items:flex-end;}.xxl\:items-center{align-items:center;}.xxl\:justify-start{justify-content:flex-start;}.xxl\:justify-center{justify-content:center;}.xxl\:justify-between{justify-content:space-between;}.xxl\:gap-0{gap:0px;}.xxl\:gap-1{gap:0.25rem;}.xxl\:gap-14{gap:3.5rem;}.xxl\:gap-15{gap:60px;}.xxl\:gap-2{gap:0.5rem;}.xxl\:gap-24{gap:6rem;}.xxl\:gap-25{gap:100px;}.xxl\:gap-3{gap:0.75rem;}.xxl\:gap-35{gap:140px;}.xxl\:gap-5{gap:1.25rem;}.xxl\:gap-6{gap:1.5rem;}.xxl\:gap-7{gap:1.75rem;}.xxl\:gap-9{gap:2.25rem;}.xxl\:gap-\[10px\]{gap:10px;}.xxl\:gap-\[14px\]{gap:14px;}.xxl\:gap-\[153px\]{gap:153px;}.xxl\:gap-\[15px\]{gap:15px;}.xxl\:gap-\[18px\]{gap:18px;}.xxl\:gap-\[25px\]{gap:25px;}.xxl\:gap-\[25px_83px\]{gap:25px 83px;}.xxl\:gap-\[26px\]{gap:26px;}.xxl\:gap-\[30px\]{gap:30px;}.xxl\:gap-\[31px\]{gap:31px;}.xxl\:gap-\[35px\]{gap:35px;}.xxl\:gap-\[37px\]{gap:37px;}.xxl\:gap-\[44px\]{gap:44px;}.xxl\:gap-\[50px\]{gap:50px;}.xxl\:gap-\[5px\]{gap:5px;}.xxl\:gap-\[68px\]{gap:68px;}.xxl\:gap-\[75px\]{gap:75px;}.xxl\:gap-\[91px\]{gap:91px;}.xxl\:gap-x-\[30px\]{-moz-column-gap:30px;column-gap:30px;}.xxl\:gap-y-25{row-gap:100px;}.xxl\:gap-y-\[30px\]{row-gap:30px;}.xxl\:self-stretch{align-self:stretch;}.xxl\:overflow-visible{overflow:visible;}.xxl\:rounded-\[10px_30px_10px_30px\]{border-radius:10px 30px 10px 30px;}.xxl\:rounded-\[200px_20px_100px_20px\]{border-radius:200px 20px 100px 20px;}.xxl\:rounded-\[20px_210px_20px_70px\]{border-radius:20px 210px 20px 70px;}.xxl\:rounded-\[20px_350px_20px_140px\]{border-radius:20px 350px 20px 140px;}.xxl\:rounded-\[20px_60px_20px_60px\]{border-radius:20px 60px 20px 60px;}.xxl\:rounded-\[23px\]{border-radius:23px;}.xxl\:rounded-\[60px_20px_40px_20px\]{border-radius:60px 20px 40px 20px;}.xxl\:rounded-\[60px_20px_60px_20px\]{border-radius:60px 20px 60px 20px;}.xxl\:rounded-bl-\[60px\]{border-bottom-left-radius:60px;}.xxl\:rounded-br-\[20px\]{border-bottom-right-radius:20px;}.xxl\:rounded-tl-\[20px\]{border-top-left-radius:20px;}.xxl\:rounded-tr-\[60px\]{border-top-right-radius:60px;}.xxl\:p-10{padding:2.5rem;}.xxl\:p-\[40px\]{padding:40px;}.xxl\:p-\[45px\]{padding:45px;}.xxl\:px-0{padding-left:0px;padding-right:0px;}.xxl\:px-20{padding-left:80px;padding-right:80px;}.xxl\:px-4{padding-left:1rem;padding-right:1rem;}.xxl\:px-60{padding-left:15rem;padding-right:15rem;}.xxl\:px-\[14px\]{padding-left:14px;padding-right:14px;}.xxl\:px-\[245px\]{padding-left:245px;padding-right:245px;}.xxl\:px-\[25px\]{padding-left:25px;padding-right:25px;}.xxl\:px-\[325px\]{padding-left:325px;padding-right:325px;}.xxl\:px-\[50px\]{padding-left:50px;padding-right:50px;}.xxl\:px-\[55px\]{padding-left:55px;padding-right:55px;}.xxl\:py-15{padding-top:60px;padding-bottom:60px;}.xxl\:py-3{padding-top:0.75rem;padding-bottom:0.75rem;}.xxl\:py-35{padding-top:140px;padding-bottom:140px;}.xxl\:py-36{padding-top:144px;padding-bottom:144px;}.xxl\:py-\[110px\]{padding-top:110px;padding-bottom:110px;}.xxl\:pb-0{padding-bottom:0px;}.xxl\:pb-10{padding-bottom:2.5rem;}.xxl\:pb-12{padding-bottom:3rem;}.xxl\:pb-25{padding-bottom:100px;}.xxl\:pb-35{padding-bottom:140px;}.xxl\:pb-\[140px\]{padding-bottom:140px;}.xxl\:pb-\[150px\]{padding-bottom:150px;}.xxl\:pb-\[180px\]{padding-bottom:180px;}.xxl\:pb-\[30px\]{padding-bottom:30px;}.xxl\:pb-\[40px\]{padding-bottom:40px;}.xxl\:pb-\[50px\]{padding-bottom:50px;}.xxl\:pb-\[70px\]{padding-bottom:70px;}.xxl\:pb-\[75px\]{padding-bottom:75px;}.xxl\:pl-10{padding-left:2.5rem;}.xxl\:pl-20{padding-left:80px;}.xxl\:pl-\[122px\]{padding-left:122px;}.xxl\:pl-\[204px\]{padding-left:204px;}.xxl\:pl-\[243px\]{padding-left:243px;}.xxl\:pl-\[325px\]{padding-left:325px;}.xxl\:pl-\[40px\]{padding-left:40px;}.xxl\:pl-\[47px\]{padding-left:47px;}.xxl\:pl-\[57px\]{padding-left:57px;}.xxl\:pr-20{padding-right:80px;}.xxl\:pr-7{padding-right:1.75rem;}.xxl\:pr-8{padding-right:2rem;}.xxl\:pr-\[30px\]{padding-right:30px;}.xxl\:pr-\[47px\]{padding-right:47px;}.xxl\:pr-\[50px\]{padding-right:50px;}.xxl\:pr-\[60px\]{padding-right:60px;}.xxl\:pt-0{padding-top:0px;}.xxl\:pt-25{padding-top:100px;}.xxl\:pt-35{padding-top:140px;}.xxl\:pt-5{padding-top:1.25rem;}.xxl\:pt-\[150px\]{padding-top:150px;}.xxl\:pt-\[166px\]{padding-top:166px;}.xxl\:pt-\[50px\]{padding-top:50px;}.xxl\:pt-\[60px\]{padding-top:60px;}.xxl\:pt-\[70px\]{padding-top:70px;}.xxl\:pt-\[75px\]{padding-top:75px;}.xxl\:font-body-desktop{font-family:var(--body-body-desktop-font-family);}.xxl\:font-h1-SM-desktop{font-family:var(--h1-h1-SM-desktop-font-family);}.xxl\:font-h2-desktop{font-family:var(--h2-h2-desktop-font-family);}.xxl\:font-h3-desktop{font-family:var(--h3-h3-desktop-font-family);}.xxl\:font-h4-desktop{font-family:var(--h4-h4-desktop-font-family);}.xxl\:font-intro-copy-desktop{font-family:var(--intro-intro-copy-desktop-font-family);}.xxl\:text-2xl{font-size:1.5rem;line-height:2rem;}.xxl\:text-4xl{font-size:2.25rem;line-height:2.5rem;}.xxl\:text-5xl{font-size:3rem;line-height:1;}.xxl\:text-\[125px\]{font-size:125px;}.xxl\:text-\[15px\]{font-size:15px;}.xxl\:text-\[16px\]{font-size:16px;}.xxl\:text-\[17px\]{font-size:17px;}.xxl\:text-\[18px\]{font-size:18px;}.xxl\:text-\[19px\]{font-size:19px;}.xxl\:text-\[20px\]{font-size:20px;}.xxl\:text-\[21px\]{font-size:21px;}.xxl\:text-\[24px\]{font-size:24px;}.xxl\:text-\[26px\]{font-size:26px;}.xxl\:text-\[28px\]{font-size:28px;}.xxl\:text-\[29px\]{font-size:29px;}.xxl\:text-\[30px\]{font-size:30px;}.xxl\:text-\[32px\]{font-size:32px;}.xxl\:text-\[34px\]{font-size:34px;}.xxl\:text-\[36px\]{font-size:36px;}.xxl\:text-\[43px\]{font-size:43px;}.xxl\:text-\[48px\]{font-size:48px;}.xxl\:text-\[56px\]{font-size:56px;}.xxl\:text-\[68px\]{font-size:68px;}.xxl\:text-base{font-size:1rem;line-height:1.5rem;}.xxl\:text-xl{font-size:1.25rem;line-height:1.75rem;}.xxl\:font-medium{font-weight:500;}.xxl\:leading-7{line-height:1.75rem;}.xxl\:leading-9{line-height:2.25rem;}.xxl\:leading-\[100\%\]{line-height:100%;}.xxl\:leading-\[105\%\]{line-height:105%;}.xxl\:leading-\[110\%\]{line-height:110%;}.xxl\:leading-\[120\%\]{line-height:120%;}.xxl\:leading-\[26px\]{line-height:26px;}.xxl\:leading-\[33\.4px\]{line-height:33.4px;}.xxl\:leading-\[40px\]{line-height:40px;}.xxl\:leading-\[54\.60px\]{line-height:54.60px;}.xxl\:leading-loose{line-height:2;}.xxl\:type-h1-SM-desktop{font-size:var(--h1-h1-SM-desktop-font-size);font-weight:var(--h1-h1-SM-desktop-font-weight);line-height:var(--h1-h1-SM-desktop-line-height);letter-spacing:var(--h1-h1-SM-desktop-letter-spacing);font-style:var(--h1-h1-SM-desktop-font-style);}.xxl\:type-h2-desktop{font-size:var(--h2-h2-desktop-font-size);font-weight:var(--h2-h2-desktop-font-weight);line-height:var(--h2-h2-desktop-line-height);letter-spacing:var(--h2-h2-desktop-letter-spacing);font-style:var(--h2-h2-desktop-font-style);}.xxl\:type-h3-desktop{font-size:var(--h3-h3-desktop-font-size);font-weight:var(--h3-h3-desktop-font-weight);line-height:var(--h3-h3-desktop-line-height);letter-spacing:var(--h3-h3-desktop-letter-spacing);font-style:var(--h3-h3-desktop-font-style);}.xxl\:type-h4-desktop{font-size:var(--h4-h4-desktop-font-size);font-weight:var(--h4-h4-desktop-font-weight);line-height:var(--h4-h4-desktop-line-height);letter-spacing:var(--h4-h4-desktop-letter-spacing);font-style:var(--h4-h4-desktop-font-style);}.xxl\:type-body-desktop{font-size:var(--body-body-desktop-font-size);font-weight:var(--body-body-desktop-font-weight);line-height:var(--body-body-desktop-line-height);letter-spacing:var(--body-body-desktop-letter-spacing);font-style:var(--body-body-desktop-font-style);}.xxl\:type-intro-copy-desktop{font-size:var(--intro-intro-copy-desktop-font-size);font-weight:var(--intro-intro-copy-desktop-font-weight);line-height:var(--intro-intro-copy-desktop-line-height);letter-spacing:var(--intro-intro-copy-desktop-letter-spacing);font-style:var(--intro-intro-copy-desktop-font-style);}.xxl\:\[border-radius\:210px_10px_120px_20px\]{border-radius:210px 10px 120px 20px;}.min-\[1600px\]\:-left-\[130px\]{left:-130px;}.min-\[1600px\]\:top-\[850px\]{top:850px;}.min-\[1600px\]\:gap-\[140px\]{gap:140px;}.min-\[1600px\]\:gap-\[5px\]{gap:5px;}.min-\[1600px\]\:px-0{padding-left:0px;padding-right:0px;}.min-\[1600px\]\:py-\[50px\]{padding-top:50px;padding-bottom:50px;}.min-\[1600px\]\:pb-35{padding-bottom:140px;}.min-\[1600px\]\:pb-\[140px\]{padding-bottom:140px;}.min-\[1600px\]\:pb-\[180px\]{padding-bottom:180px;}.min-\[1600px\]\:pb-\[75px\]{padding-bottom:75px;}.min-\[1600px\]\:pt-0{padding-top:0px;}.min-\[1600px\]\:pt-35{padding-top:140px;}.min-\[1600px\]\:pt-\[40px\]{padding-top:40px;}.min-\[1600px\]\:text-2xl{font-size:1.5rem;line-height:2rem;}.min-\[1600px\]\:text-xl{font-size:1.25rem;line-height:1.75rem;}.min-\[1600px\]\:leading-loose{line-height:2;}}.\[\&_a\]\:text-newbreezy-blue-dk a{color:var(--newbreezy-blue-dk);}.\[\&_a\]\:underline a{text-decoration-line:underline;}.\[\&_a\]\:hover\:opacity-80:hover a{opacity:0.8;}.\[\&_span\]\:font-brandon span{font-family:brandon-grotesque,sans-serif;}.\[\&_span\]\:text-\[12px\] span{font-size:12px;}.\[\&_span\]\:text-\[15px\] span{font-size:15px;}.\[\&_span\]\:font-\[500\] span{font-weight:500;}.\[\&_span\]\:font-black span{font-weight:900;}.\[\&_span\]\:uppercase span{text-transform:uppercase;}@media (min-width:768px){.md\:\[\&_span\]\:text-\[15px\] span{font-size:15px;}}@media (min-width:1280px){.xl\:\[\&_span\]\:text-\[15px\] span{font-size:15px;}.xl\:\[\&_span\]\:text-\[16px\] span{font-size:16px;}}@media (min-width:1600px){.xxl\:\[\&_span\]\:text-\[15px\] span{font-size:15px;}.xxl\:\[\&_span\]\:text-\[17px\] span{font-size:17px;}.xxl\:\[\&_span\]\:text-\[18px\] span{font-size:18px;}}
a.button,.ck-content a.button,.ck-editor__editable a.button{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:13px !important;padding:8px 15px 8px 20px !important;border-radius:25px !important;font-family:'brandon-grotesque',sans-serif !important;font-weight:500 !important;font-size:17px !important;line-height:1 !important;text-transform:uppercase !important;text-decoration:none !important;transition:all 0.2s !important;white-space:nowrap !important;cursor:pointer !important;box-sizing:border-box !important;max-width:100% !important;}@media (max-width:480px){a.button,.ck-content a.button,.ck-editor__editable a.button{white-space:normal !important;text-align:center !important;}}a.button::after,.ck-content a.button::after,.ck-editor__editable a.button::after{content:'' !important;display:inline-block !important;width:31.45px !important;height:19.55px !important;background-image:url('/themes/fernie_theme/images/arrow-right.png') !important;background-size:contain !important;background-repeat:no-repeat !important;background-position:center !important;flex-shrink:0 !important;}a.button.button-primary,.ck-content a.button.button-primary,.ck-editor__editable a.button.button-primary{background-color:#571F2F !important;color:#FAF8F5 !important;border:none !important;}a.button.button-primary::after,.ck-content a.button.button-primary::after,.ck-editor__editable a.button.button-primary::after{filter:brightness(0) invert(1) !important;}a.button.button-primary:hover,.ck-content a.button.button-primary:hover,.ck-editor__editable a.button.button-primary:hover{background-color:#732E46 !important;transform:scale(1.05) !important;text-decoration:underline !important;}a.button.button-secondary,.ck-content a.button.button-secondary,.ck-editor__editable a.button.button-secondary{background-color:#D6E5EF !important;color:#5D2E46 !important;border:none !important;}a.button.button-secondary::after,.ck-content a.button.button-secondary::after,.ck-editor__editable a.button.button-secondary::after{background-image:url('/themes/fernie_theme/images/arrow-colored.png') !important;}a.button.button-secondary:hover,.ck-content a.button.button-secondary:hover,.ck-editor__editable a.button.button-secondary:hover{background-color:#98C5D8 !important;transform:scale(1.05) !important;text-decoration:underline !important;}a.button.button-outlined-light,.ck-content a.button.button-outlined-light,.ck-editor__editable a.button.button-outlined-light{background-color:transparent !important;color:#5D2E46 !important;border:2px solid #C9F0EF !important;}a.button.button-outlined-light::after,.ck-content a.button.button-outlined-light::after,.ck-editor__editable a.button.button-outlined-light::after{background-image:url('/themes/fernie_theme/images/arrow-colored.png') !important;}a.button.button-outlined-light:hover,.ck-content a.button.button-outlined-light:hover,.ck-editor__editable a.button.button-outlined-light:hover{background-color:#98C5D8 !important;color:#2A3637 !important;transform:scale(1.05) !important;text-decoration:underline !important;}a.button.button-outlined-dark,.ck-content a.button.button-outlined-dark,.ck-editor__editable a.button.button-outlined-dark{background-color:transparent !important;color:#571F2F !important;border:2px solid #A64F3C !important;}a.button.button-outlined-dark::after,.ck-content a.button.button-outlined-dark::after,.ck-editor__editable a.button.button-outlined-dark::after{background-image:url('/themes/fernie_theme/images/arrow-colored.png') !important;}a.button.button-outlined-dark:hover,.ck-content a.button.button-outlined-dark:hover,.ck-editor__editable a.button.button-outlined-dark:hover{background-color:#A64F3C !important;color:#FAF8F5 !important;transform:scale(1.05) !important;text-decoration:underline !important;}a.button.button-outlined-dark:hover::after,.ck-content a.button.button-outlined-dark:hover::after,.ck-editor__editable a.button.button-outlined-dark:hover::after{filter:brightness(0) invert(1) !important;}
.ui-widget{background:none;}.ui-widget-content{border:none;}.ui-dialog{z-index:var(--jui-dialog-z-index);}.ui-state-default,.ui-state-hover,.ui-state-focus,.ui-state-active{outline:0;}.ui-state-highlight{font-weight:bold;}.ui-state-active,.ui-widget-content .ui-state-active{color:#840;}.ui-state-error,.ui-widget-content .ui-state-error{color:#fff;border-color:#d52;background:#e63;}.ui-state-disabled,.ui-widget-content .ui-state-disabled{opacity:0.35;}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary{opacity:0.7;}.ui-icon{display:block;overflow:hidden;width:1rem;height:1rem;text-indent:-6249.9375rem;background-image:url(/core/themes/claro/images/ui-icons-222222-256x240.png);background-repeat:no-repeat;}.ui-widget-content .ui-icon,.ui-widget-header .ui-icon{background-image:url(/core/themes/claro/images/ui-icons-222222-256x240.png);}.ui-state-default .ui-icon{background-image:url(/core/themes/claro/images/ui-icons-888888-256x240.png);}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-state-highlight .ui-icon{background-image:url(/core/themes/claro/images/ui-icons-454545-256x240.png);}.ui-state-active .ui-icon{background-image:url(/core/themes/claro/images/ui-icons-800000-256x240.png);}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/core/themes/claro/images/ui-icons-ffffff-256x240.png);}.ui-widget p .ui-icon{margin:2px 0.1875rem 0 0;}[dir="rtl"] .ui-widget p .ui-icon{margin:2px 0 0 0.1875rem;}.ui-icon-carat-1-ne{background-position:-16px 0;}.ui-icon-carat-1-e{background-position:-32px 0;}.ui-icon-carat-1-se{background-position:-48px 0;}.ui-icon-carat-1-s{background-position:-64px 0;}.ui-icon-carat-1-sw{background-position:-80px 0;}.ui-icon-carat-1-w{background-position:-96px 0;}.ui-icon-carat-1-nw{background-position:-112px 0;}.ui-icon-carat-2-n-s{background-position:-128px 0;}.ui-icon-carat-2-e-w{background-position:-144px 0;}.ui-icon-triangle-1-n{background-position:0 -16px;}.ui-icon-triangle-1-ne{background-position:-16px -16px;}.ui-icon-triangle-1-e{background-position:-32px -16px;}.ui-icon-triangle-1-se{background-position:-48px -16px;}.ui-icon-triangle-1-s{background-position:-64px -16px;}.ui-icon-triangle-1-sw{background-position:-80px -16px;}.ui-icon-triangle-1-w{background-position:-96px -16px;}.ui-icon-triangle-1-nw{background-position:-112px -16px;}.ui-icon-triangle-2-n-s{background-position:-128px -16px;}.ui-icon-triangle-2-e-w{background-position:-144px -16px;}.ui-icon-arrow-1-n{background-position:0 -32px;}.ui-icon-arrow-1-ne{background-position:-16px -32px;}.ui-icon-arrow-1-e{background-position:-32px -32px;}.ui-icon-arrow-1-se{background-position:-48px -32px;}.ui-icon-arrow-1-s{background-position:-64px -32px;}.ui-icon-arrow-1-sw{background-position:-80px -32px;}.ui-icon-arrow-1-w{background-position:-96px -32px;}.ui-icon-arrow-1-nw{background-position:-112px -32px;}.ui-icon-arrow-2-n-s{background-position:-128px -32px;}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px;}.ui-icon-arrow-2-e-w{background-position:-160px -32px;}.ui-icon-arrow-2-se-nw{background-position:-176px -32px;}.ui-icon-arrowstop-1-n{background-position:-192px -32px;}.ui-icon-arrowstop-1-e{background-position:-208px -32px;}.ui-icon-arrowstop-1-s{background-position:-224px -32px;}.ui-icon-arrowstop-1-w{background-position:-240px -32px;}.ui-icon-arrowthick-1-n{background-position:0 -48px;}.ui-icon-arrowthick-1-ne{background-position:-16px -48px;}.ui-icon-arrowthick-1-e{background-position:-32px -48px;}.ui-icon-arrowthick-1-se{background-position:-48px -48px;}.ui-icon-arrowthick-1-s{background-position:-64px -48px;}.ui-icon-arrowthick-1-sw{background-position:-80px -48px;}.ui-icon-arrowthick-1-w{background-position:-96px -48px;}.ui-icon-arrowthick-1-nw{background-position:-112px -48px;}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px;}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px;}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px;}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px;}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px;}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px;}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px;}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px;}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px;}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px;}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px;}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px;}.ui-icon-arrowreturn-1-w{background-position:-64px -64px;}.ui-icon-arrowreturn-1-n{background-position:-80px -64px;}.ui-icon-arrowreturn-1-e{background-position:-96px -64px;}.ui-icon-arrowreturn-1-s{background-position:-112px -64px;}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px;}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px;}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px;}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px;}.ui-icon-arrow-4{background-position:0 -80px;}.ui-icon-arrow-4-diag{background-position:-16px -80px;}.ui-icon-extlink{background-position:-32px -80px;}.ui-icon-newwin{background-position:-48px -80px;}.ui-icon-refresh{background-position:-64px -80px;}.ui-icon-shuffle{background-position:-80px -80px;}.ui-icon-transfer-e-w{background-position:-96px -80px;}.ui-icon-transferthick-e-w{background-position:-112px -80px;}.ui-icon-folder-collapsed{background-position:0 -96px;}.ui-icon-folder-open{background-position:-16px -96px;}.ui-icon-document{background-position:-32px -96px;}.ui-icon-document-b{background-position:-48px -96px;}.ui-icon-note{background-position:-64px -96px;}.ui-icon-mail-closed{background-position:-80px -96px;}.ui-icon-mail-open{background-position:-96px -96px;}.ui-icon-suitcase{background-position:-112px -96px;}.ui-icon-comment{background-position:-128px -96px;}.ui-icon-person{background-position:-144px -96px;}.ui-icon-print{background-position:-160px -96px;}.ui-icon-trash{background-position:-176px -96px;}.ui-icon-locked{background-position:-192px -96px;}.ui-icon-unlocked{background-position:-208px -96px;}.ui-icon-bookmark{background-position:-224px -96px;}.ui-icon-tag{background-position:-240px -96px;}.ui-icon-home{background-position:0 -112px;}.ui-icon-flag{background-position:-16px -112px;}.ui-icon-calendar{background-position:-32px -112px;}.ui-icon-cart{background-position:-48px -112px;}.ui-icon-pencil{background-position:-64px -112px;}.ui-icon-clock{background-position:-80px -112px;}.ui-icon-disk{background-position:-96px -112px;}.ui-icon-calculator{background-position:-112px -112px;}.ui-icon-zoomin{background-position:-128px -112px;}.ui-icon-zoomout{background-position:-144px -112px;}.ui-icon-search{background-position:-160px -112px;}.ui-icon-wrench{background-position:-176px -112px;}.ui-icon-gear{background-position:-192px -112px;}.ui-icon-heart{background-position:-208px -112px;}.ui-icon-star{background-position:-224px -112px;}.ui-icon-link{background-position:-240px -112px;}.ui-icon-cancel{background-position:0 -128px;}.ui-icon-plus{background-position:-16px -128px;}.ui-icon-plusthick{background-position:-32px -128px;}.ui-icon-minus{background-position:-48px -128px;}.ui-icon-minusthick{background-position:-64px -128px;}.ui-icon-close{background-position:-80px -128px;}.ui-icon-closethick{background-position:-96px -128px;}.ui-icon-key{background-position:-112px -128px;}.ui-icon-lightbulb{background-position:-128px -128px;}.ui-icon-scissors{background-position:-144px -128px;}.ui-icon-clipboard{background-position:-160px -128px;}.ui-icon-copy{background-position:-176px -128px;}.ui-icon-contact{background-position:-192px -128px;}.ui-icon-image{background-position:-208px -128px;}.ui-icon-video{background-position:-224px -128px;}.ui-icon-script{background-position:-240px -128px;}.ui-icon-alert{background-position:0 -144px;}.ui-icon-info{background-position:-16px -144px;}.ui-icon-notice{background-position:-32px -144px;}.ui-icon-help{background-position:-48px -144px;}.ui-icon-check{background-position:-64px -144px;}.ui-icon-bullet{background-position:-80px -144px;}.ui-icon-radio-off{background-position:-96px -144px;}.ui-icon-radio-on{background-position:-112px -144px;}.ui-icon-pin-w{background-position:-128px -144px;}.ui-icon-pin-s{background-position:-144px -144px;}.ui-icon-play{background-position:0 -160px;}.ui-icon-pause{background-position:-16px -160px;}.ui-icon-seek-next{background-position:-32px -160px;}.ui-icon-seek-prev{background-position:-48px -160px;}.ui-icon-seek-end{background-position:-64px -160px;}.ui-icon-seek-first{background-position:-80px -160px;}.ui-icon-stop{background-position:-96px -160px;}.ui-icon-eject{background-position:-112px -160px;}.ui-icon-volume-off{background-position:-128px -160px;}.ui-icon-volume-on{background-position:-144px -160px;}.ui-icon-power{background-position:0 -176px;}.ui-icon-signal-diag{background-position:-16px -176px;}.ui-icon-signal{background-position:-32px -176px;}.ui-icon-battery-0{background-position:-48px -176px;}.ui-icon-battery-1{background-position:-64px -176px;}.ui-icon-battery-2{background-position:-80px -176px;}.ui-icon-battery-3{background-position:-96px -176px;}.ui-icon-circle-plus{background-position:0 -192px;}.ui-icon-circle-minus{background-position:-16px -192px;}.ui-icon-circle-close{background-position:-32px -192px;}.ui-icon-circle-triangle-e{background-position:-48px -192px;}.ui-icon-circle-triangle-s{background-position:-64px -192px;}.ui-icon-circle-triangle-w{background-position:-80px -192px;}.ui-icon-circle-triangle-n{background-position:-96px -192px;}.ui-icon-circle-arrow-e{background-position:-112px -192px;}.ui-icon-circle-arrow-s{background-position:-128px -192px;}.ui-icon-circle-arrow-w{background-position:-144px -192px;}.ui-icon-circle-arrow-n{background-position:-160px -192px;}.ui-icon-circle-zoomin{background-position:-176px -192px;}.ui-icon-circle-zoomout{background-position:-192px -192px;}.ui-icon-circle-check{background-position:-208px -192px;}.ui-icon-circlesmall-plus{background-position:0 -208px;}.ui-icon-circlesmall-minus{background-position:-16px -208px;}.ui-icon-circlesmall-close{background-position:-32px -208px;}.ui-icon-squaresmall-plus{background-position:-48px -208px;}.ui-icon-squaresmall-minus{background-position:-64px -208px;}.ui-icon-squaresmall-close{background-position:-80px -208px;}.ui-icon-grip-dotted-vertical{background-position:0 -224px;}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px;}.ui-icon-grip-solid-vertical{background-position:-32px -224px;}.ui-icon-grip-solid-horizontal{background-position:-48px -224px;}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px;}.ui-icon-grip-diagonal-se{background-position:-80px -224px;}.ui-icon-carat-1-n{background-position:0 0;}.ui-accordion{border:none;}.ui-accordion .ui-accordion-header{text-transform:uppercase;border:solid 1px #ccc;}.ui-accordion h3.ui-accordion-header,#block-system-main h3.ui-accordion-header{margin:0.625rem 0;font-size:1.1em;}#block-system-main .ui-accordion h3.ui-state-active,.ui-accordion h3.ui-state-active{margin-bottom:0;}.ui-accordion .ui-accordion-header a{display:block;}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border:solid 1px #ccc;border-top:0;}.ui-tabs{padding:0;}.ui-tabs .ui-tabs-nav{margin:0;padding:0.3125rem 0.625rem 0.25rem;border-bottom:solid 1px #ccc;border-bottom-right-radius:0;border-bottom-left-radius:0;line-height:1.25rem;}.ui-tabs .ui-tabs-nav li{margin:0;padding:0 1em 0 0.625rem;list-style:none;}[dir="rtl"] .ui-tabs .ui-tabs-nav li{padding:0 0.625rem 0 1em;}.ui-tabs .ui-tabs-nav li a{float:none;padding:0 0.625rem;border-radius:0.625rem;}.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{color:#fff;background:#666;font-weight:normal;}.ui-widget-overlay{z-index:calc(var(--jui-dialog-z-index) - 1);opacity:0.7;background:var(--color-text);}.ui-slider{border:solid 1px #ccc;}.ui-slider .ui-slider-range{background:#e4e4e4;}.ui-slider .ui-slider-handle{border:1px solid #e4e4e4;border-right-color:#d2d2d2;border-bottom:1px solid #b4b4b4;border-left-color:#d2d2d2;border-radius:0.25rem;background-color:#e4e4e4;}.ui-slider a.ui-state-active,.ui-slider .ui-slider-handle:active{color:#fff;border:solid 1px #555;background:#666;}.ui-progressbar{height:1.4em;background:#e4e4e4;}.ui-progressbar .ui-progressbar-value{height:1.5em;background:var(--color-blue-600) url(/core/themes/misc/progress.gif);}.ui-autocomplete{color:var(--jui-dropdown-fg-color);border:var(--input-border-size) solid var(--jui-dropdown-border-color);border-top:0;border-radius:0 0 var(--input-border-radius-size) var(--input-border-radius-size);background:var(--jui-dropdown-bg-color);box-shadow:0 0.125rem 0.25rem var(--jui-dropdown-shadow-color);}.ui-autocomplete .ui-menu-item{list-style:none;}.ui-autocomplete .ui-menu-item-wrapper{display:block;padding:0.75rem 0.9375rem;color:inherit;background:inherit;}.ui-autocomplete .ui-menu-item-wrapper:focus,.ui-autocomplete .ui-menu-item-wrapper:hover{-webkit-text-decoration:none;text-decoration:none;}.ui-autocomplete .ui-menu-item-wrapper.ui-state-active{margin:0;color:var(--jui-dropdown--active-fg-color);background:var(--jui-dropdown--active-bg-color);}.ui-autocomplete .ui-menu-item.ui-state-focus,.autocomplete .ui-menu-item.ui-state-hover{margin:0;background:var(--color-blue-600);}.ui-autocomplete .ui-state-focus a,.autocomplete .ui-state-hover a{color:#fff;}
.ui-dialog{position:absolute;inset-block-start:0;left:0;padding:0;border:0;border-radius:var(--jui-dialog-border-radius);background:transparent;box-shadow:var(--jui-dialog-box-shadow);&:focus{outline:var(--jui-dialog--focus-outline);box-shadow:var(--jui-dialog--focus-box-shadow);}}@media (forced-colors:active){.ui-dialog{border:1px solid transparent;}}@media all and (max-width:48em){.ui-dialog:not(.ui-dialog-off-canvas){min-width:92%;max-width:92%;}}.ui-dialog{.ui-dialog-titlebar{position:relative;box-sizing:border-box;padding-block:var(--space-m);padding-inline:var(--space-l) var(--jui-dialog-close-button-reserved-space);color:var(--jui-dialog-title-color);border-start-end-radius:var(--jui-dialog-border-radius);border-start-start-radius:var(--jui-dialog-border-radius);background:var(--jui-dialog-title-bg-color);line-height:calc(var(--space-m) * 2);.ui-dialog-title{-webkit-font-smoothing:antialiased;margin:0;font-size:var(--jui-dialog-title-font-size);font-weight:bold;}.ui-dialog-titlebar-close{position:absolute;inset-block-start:50%;inset-inline-end:0;box-sizing:border-box;inline-size:var(--jui-dialog-close-button-size);block-size:var(--jui-dialog-close-button-size);margin-inline:var(--space-l);padding:0;transition:all 0.1s;transform:translateY(-50%);border:2px solid transparent;border-radius:var(--jui-dialog-close-button-border-radius);background:none;&:hover{border-color:var(--color-white);}&:focus{border-color:var(--color-focus);outline:var(--jui-dialog--focus-outline);box-shadow:none;}.ui-icon.ui-icon-closethick{width:100%;height:100%;margin:0;transform:translate(-50%,-50%);background:url("data:image/svg+xml,%3csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 1.318l-10 10M11 11.318l-10-10' stroke='%23D3D4D9' stroke-width='1.5'/%3e%3c/svg%3e") no-repeat 50%;@media (forced-colors:active){background:buttontext;mask:url("data:image/svg+xml,%3csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 1.318l-10 10M11 11.318l-10-10' stroke='%23D3D4D9' stroke-width='1.5'/%3e%3c/svg%3e") no-repeat 50%;}}}}> .ui-dialog-content{overflow:auto;padding:var(--space-m) var(--space-l);color:var(--color-text);background:var(--color-white);.form-actions,.field-actions{margin:0;padding:0;}}> .ui-dialog-buttonpane{color:var(--color-text);border-bottom-right-radius:var(--jui-dialog-border-radius);border-bottom-left-radius:var(--jui-dialog-border-radius);background:var(--color-gray-050);.ui-dialog-buttonset{display:flex;gap:var(--space-s);justify-content:flex-end;margin-block:var(--space-m);margin-inline-end:var(--space-l);& > *{margin:0;}}.ui-button-text-only .ui-button-text{padding:0;}}&.ui-dialog-off-canvas{.ui-widget-content.ui-dialog-content{background:none;}}}#drupal-off-canvas{.form-item .form-item__description{color:var(--color-gray-050);font-size:0.75rem;}}
.webform-html-editor-markup h3{@apply text-[18px] font-brandon font-medium text-newdeep-burgundy mb-3 mt-0;}.webform-html-editor-markup h4{@apply text-[16px] font-brandon font-medium text-newdeep-burgundy mb-2 mt-0;}.webform-html-editor-markup p{@apply text-[14px] font-body-desktop text-newbasalt-md mb-3 leading-relaxed;}.webform-html-editor-markup ul{@apply list-disc pl-5 mb-3 space-y-1;}.webform-html-editor-markup ol{@apply list-decimal pl-5 mb-3 space-y-1;}.webform-html-editor-markup li{@apply text-[14px] font-body-desktop text-newbasalt-md;}.webform-html-editor-markup strong{@apply font-semibold;}.webform-html-editor-markup em{@apply italic;}.webform-html-editor-markup a{@apply text-brand-teal hover:text-brand-green underline;}.webform-html-editor-markup.prose.prose-sm{@apply text-white/80;}.webform-html-editor-markup.prose.prose-sm p{@apply text-white/80;}.js-form-type-webform-multiple.form-type-webform-multiple{@apply flex flex-col gap-4;}.webform-multiple-add{@apply flex items-center gap-3 mt-2;}.webform-multiple-add .button{@apply inline-flex items-center gap-2 px-6 py-3 bg-brand-teal text-white font-brandon font-medium text-[16px] rounded-[23px] border-none cursor-pointer transition-all duration-300 hover:bg-brand-green;}.webform-multiple-add .button::after{content:'→';@apply text-[20px] font-bold;}.webform-multiple-add .webform-multiple-add__container-inline{@apply inline-flex items-center gap-2;}.tableresponsive-toggle-columns button,.tabledrag-toggle-weight-wrapper button{@apply px-4 py-2 bg-transparent border border-newbasalt-lt/30 text-newbasalt-md font-body-desktop text-[14px] rounded-[20px] cursor-pointer transition-all duration-300 hover:bg-newice hover:border-newbasalt-lt/50;}.tabledrag-toggle-weight-wrapper{@apply mb-3 text-right;}.webform-multiple-add .button,.tableresponsive-toggle-columns button,.tabledrag-toggle-weight-wrapper button{background-image:none;text-shadow:none;box-shadow:none;}.webform-multiple-table .webform-multiple-operations button{@apply w-8 h-8 flex items-center justify-center rounded-full border border-newbasalt-lt/30 bg-white text-newbasalt-md cursor-pointer transition-all duration-300 hover:bg-newice hover:border-newbasalt-md;}.webform-multiple-table .webform-multiple-operations button[name*="add"]{@apply border-brand-teal text-brand-teal hover:bg-brand-teal/10;}.webform-multiple-table .webform-multiple-operations button[name*="remove"]{@apply border-red-500 text-red-500 hover:bg-red-50;}.webform-checkboxes,.webform-radios{@apply flex flex-col gap-3;}.webform-checkboxes .fieldset-wrapper,.webform-radios .fieldset-wrapper,.js-form-type-checkboxes .fieldset-wrapper,.js-form-type-radios .fieldset-wrapper,[data-component="webform-section"] .webform-checkboxes .fieldset-wrapper,[data-component="webform-section"] .webform-radios .fieldset-wrapper,.checkboxes--wrapper,.flex.flex-wrap.items-start{display:flex !important;flex-direction:column !important;flex-wrap:nowrap !important;gap:0.75rem !important;width:100% !important;grid-template-columns:none !important;grid-template-rows:none !important;}.webform-checkboxes .form-item,.webform-radios .form-item,.js-form-type-checkboxes .form-item,.js-form-type-radios .form-item,[data-component="webform-section"] .webform-checkboxes .form-item,[data-component="webform-section"] .webform-radios .form-item,.webform-checkboxes .form-type-checkbox,.webform-radios .form-type-radio{display:flex !important;align-items:flex-start !important;gap:0.5rem !important;margin-bottom:0 !important;width:100% !important;max-width:100% !important;float:none !important;clear:both !important;}.webform-checkboxes input[type="checkbox"],.webform-radios input[type="radio"]{@apply mt-1 flex-shrink-0;}.webform-checkboxes label,.webform-radios label,.webform-checkboxes .inline-flex,.webform-radios .inline-flex{display:flex !important;flex:1 1 auto !important;width:100% !important;cursor:pointer !important;}@media (max-width:768px){.webform-checkboxes,.webform-radios{@apply gap-4;}.webform-checkboxes .form-item,.webform-radios .form-item{@apply py-2;}}
@keyframes gin-throbber{0%{transform:rotateZ(0);}100%{transform:rotateZ(360deg);}}.ajax-progress__throbber,.ajax-progress__throbber--fullscreen,.ui-dialog .ajax-progress__throbber,.media-library-item .ajax-progress__throbber{border:3px solid var(--gin-color-primary);border-inline-end:3px dotted transparent;}.ajax-progress .ajax-progress__message{color:var(--gin-color-text);}[dir].gin--dark-mode .ajax-progress--fullscreen{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber,[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber--fullscreen{border:3px solid var(--gin-bg-app);border-inline-end:3px dotted transparent;}.media-library-widget .ajax-progress__throbber,.media-library-widget .ajax-progress__throbber--fullscreen{border:2px solid var(--gin-color-primary);border-inline-end:2px dotted transparent;}.ui-dialog .ajax-progress-throbber{padding:var(--gin-spacing-xs);background:var(--gin-bg-app);border-radius:50%;box-shadow:0 2px 6px 0 rgba(34,35,48,.1);border:1px solid rgba(216,217,224,.8);}.gin--dark-mode .ui-dialog .ajax-progress-throbber{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}.ui-dialog .ajax-progress-throbber::before,.contextual-links .ajax-progress-throbber::before{content:"";display:block;position:absolute;inset-block-start:var(--gin-spacing-xs);inset-inline-start:var(--gin-spacing-xs);width:1.125rem;height:1.125rem;border:2px solid var(--gin-color-primary);border-inline-end:2px dotted transparent;border-radius:50%;animation:gin-throbber .75s linear infinite;}.gin--dark-mode .ui-dialog .ajax-progress,.gin--dark-mode .media-library-item .ajax-progress.ajax-progress.ajax-progress{background-color:var(--gin-bg-app);border-color:var(--gin-bg-app);}.contextual-links li{position:relative;}.contextual-links .ajax-progress-throbber{position:absolute;inset-block-start:0;inset-inline-end:var(--gin-spacing-xxs);width:24px;height:24px;}.contextual-links .ajax-progress-throbber::before{inset-block-start:0;inset-inline-start:.25em;}.claro-autocomplete__message{color:var(--gin-color-primary);}
.ui-dialog:not(.ui-dialog-off-canvas){max-width:1280px;border:0 none !important;border-radius:var(--gin-border-m);background:var(--gin-bg-layer);}@media (forced-colors:active){.ui-dialog:not(.ui-dialog-off-canvas){border:1px solid buttonBorder !important;}}.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-content:first-of-type{border-start-start-radius:var(--gin-border-m);border-start-end-radius:var(--gin-border-m);}.ui-dialog:not(.ui-dialog-off-canvas) .layout-region-node-actions{position:absolute;inset-block-end:0;inset-inline-start:var(--gin-spacing-m);inset-block-start:auto;inset-inline-end:auto;}.ui-dialog:not(.ui-dialog-off-canvas) .layout-region-node-secondary{width:100%;}.ui-dialog:not(.ui-dialog-off-canvas) .views-exposed-form.views-exposed-form,.ui-dialog:not(.ui-dialog-off-canvas) .views-displays{border:1px solid var(--gin-border-color-layer);}@media (max-width:47.99em){.ui-dialog:not(.ui-dialog-off-canvas){min-width:92%;max-width:92%;}}.ui-dialog{position:absolute;inset-block-start:0;font-family:var(--gin-font);outline:none;}[dir="ltr"] .ui-dialog{inset-inline-start:0;}[dir="rtl"] .ui-dialog{inset-inline-end:0;}.ui-dialog,.ui-dialog:focus,.ui-dialog:focus:active,.ui-dialog:focus:hover{box-shadow:var(--gin-shadow-l1);}.ui-dialog .ui-dialog-titlebar{line-height:1.2;padding:var(--gin-spacing-m) var(--gin-spacing-l);background:#1b1b1d;border:0 none;border-radius:var(--gin-border-m) var(--gin-border-m) 0 0;position:relative;}@media (forced-colors:active){.ui-dialog .ui-dialog-titlebar{border-block-end:1px solid buttonBorder;}}.ui-dialog .ui-dialog-title{font-size:var(--gin-font-size-l);font-weight:var(--gin-font-weight-normal);color:#fff;width:100%;padding-inline-end:var(--gin-spacing-xl);margin:0;box-sizing:border-box;}.ui-dialog .ui-dialog-content{color:var(--gin-color-text);}.ui-dialog .ui-dialog-content:not(:has(+ .ui-widget-content.ui-dialog-buttonpane)){border-end-start-radius:var(--gin-border-m);border-end-end-radius:var(--gin-border-m);}.ui-dialog .ui-widget-content.ui-dialog-buttonpane{padding:var(--gin-spacing-s) var(--gin-spacing-l);border-block-start:1px solid var(--gin-border-color-layer);border-end-start-radius:var(--gin-border-m);border-end-end-radius:var(--gin-border-m);background:var(--gin-bg-app);}.ui-dialog .ui-widget-content.ui-dialog-buttonpane .button{font-family:var(--gin-font);font-size:var(--gin-font-size-s);font-weight:var(--gin-font-weight-semibold);padding-block:calc(var(--gin-spacing-s) - 2px);padding-inline:var(--gin-spacing-m);margin-block:0;height:auto;}.ui-dialog .ui-widget-content.ui-dialog-buttonpane .button:last-of-type{margin-inline-end:0;}.ui-dialog .ui-widget-content.ui-dialog-buttonpane .button.button--danger,.ui-dialog [data-drupal-selector*=-remove-form] .button.button--danger{border-color:var(--gin-color-danger) !important;}.ui-dialog .ui-dialog-buttonset{margin-block-start:0;}.ui-dialog .ui-dialog-titlebar-close{position:absolute;inset-block-start:50%;inset-inline-start:auto;inset-inline-end:0;width:2rem;height:2rem;opacity:.8;margin:0 var(--gin-spacing-m);transform:translateY(-50%);background:none;border:none;}.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick{width:100%;height:100%;inset-block-start:0;inset-inline-start:0;margin:0;transform:none;background:#fff;-webkit-mask-image:url(/themes/contrib/gin/dist/media/sprite.svg#close-view);mask-image:url(/themes/contrib/gin/dist/media/sprite.svg#close-view);-webkit-mask-size:var(--gin-icon-size-close) var(--gin-icon-size-close);mask-size:var(--gin-icon-size-close) var(--gin-icon-size-close);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;}@media (forced-colors:active){.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick{background:linktext;}}.ui-dialog .ui-dialog-titlebar-close:hover{opacity:1;}.ui-dialog .ui-widget-content.ui-dialog-content{padding-inline:var(--gin-spacing-l);background:var(--gin-bg-layer);}.ui-dialog .gin-layer-wrapper{margin-block-end:var(--gin-spacing-l);}.ui-dialog .gin-confirm-form{margin-block-start:var(--gin-spacing-m);margin-block-end:var(--gin-spacing-s);}.ui-dialog.token-tree-dialog{max-width:none;z-index:505;}.erl-overlay,.layout-paragraphs-dialog{position:fixed !important;inset-block-start:50% !important;inset-inline-start:50% !important;width:calc(100% - var(--gin-spacing-xl)) !important;}[dir="ltr"] .erl-overlay,[dir="ltr"] .layout-paragraphs-dialog{transform:translate(-50%,-50%);}[dir="rtl"] .erl-overlay,[dir="rtl"] .layout-paragraphs-dialog{transform:translate(50%,-50%);}@media (min-width:64em){.erl-overlay,.layout-paragraphs-dialog{width:calc(100% - var(--gin-spacing-xxxl)) !important;}}ul.paragraphs-add-dialog-list{margin:var(--gin-spacing-l) 0;}.ui-widget-overlay{opacity:.9;background:var(--gin-bg-layer2);}.views-ui-dialog .views-offset-bottom{border-block-start:1px solid var(--gin-border-color);}@media (forced-colors:active){.views-ui-dialog .views-offset-bottom{border-block-start:none;}}.ui-widget-content a{color:var(--gin-color-primary);}.ui-widget.ui-dialog.ui-dialog-off-canvas{--gin-offcanvas-active:var(--gin-color-primary);background:#444;border:0 none;box-shadow:0 0 48px rgba(0,0,0,.075);}.ui-widget.ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar{background:#1b1b1d;border-radius:0;}.ui-widget.ui-dialog.ui-dialog-off-canvas .ui-resizable-w{border:0 none;background-color:transparent;}.ui-widget.ui-dialog.ui-dialog-off-canvas .fieldset{color:var(--gin-color-text);}.ui-widget.ui-dialog.ui-dialog-off-canvas #drupal-off-canvas .button--primary[type=submit]{background:var(--gin-offcanvas-active);}.ui-dialog .ui-widget-content.ui-dialog-content{overflow:auto;}.ui-dialog.webform-off-canvas .ui-widget-content.ui-dialog-content{background:var(--gin-bg-layer);}table.treetable tr.branch{background-color:transparent;}.ui-dialog .gin-layer-wrapper{margin-block:var(--gin-spacing-l);}.views-ui-dialog.views-ui-dialog > .ui-dialog-content{padding:0;}#drupal-modal .gin-sticky-form-actions.form-actions{display:none;}
