
@layer base {
  
  body, :host {
    /* Color */
      --grey-50: #F8F8F8;
--grey-100: #F5F5F5;
--grey-200: #eaeaea;
--grey-300: #e2e2e2;
--grey-400: #dbdbdb;
--grey-500: #d3d3d3;
--grey-600: #c8c8c8;
--grey-700: #b5b5b5;
--grey-800: #878787;
--grey-900: #5f5f5f;
--white: #ffffff;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #eff1ff;
--blue-100: #dbeafe;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #f4ffef;
--green-100: #e0ffef;
--green-200: #e2f2e4;
--green-300: #d4ecd5;
--green-400: #cde4c4;
--green-500: #abdfa1;
--green-600: #88c292;
--green-700: #50d56a;
--green-800: #348853;
--green-900: #037232;
--green-950: #013028;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #fefde8;
--yellow-100: #fef9c3;
--yellow-200: #fef08a;
--yellow-300: #fde047;
--yellow-400: #fac315;
--yellow-500: #eab308;
--yellow-600: #ca8a04;
--yellow-700: #a16207;
--yellow-800: #854d0e;
--yellow-900: #713712;
--Shadows-100: #ffffff;
--Shadows-200: #ffffff;
--Shadows-300: #ffffff;
--Shadows-400: #ffffff;
--Shadows-500: #ffffff;
--Shadows-600: #ffffff;
--Primary-50: #FAFBFB;
--Primary-100: #E6ECEC;
--Primary-200: #B3C9CB;
--Primary-300: #669194;
--Primary-400: #33676B;
--Primary-500: #033A3F;
--Primary-600: #04363A;
--Primary-700: #022D31;
--Primary-800: #031F22;
--Primary-900: #010D0F;
--Secondary-50: #FFF4F1;
--Secondary-100: #FFECE5;
--Secondary-200: #ffd2c1;
--Secondary-300: #ffb89e;
--Secondary-400: #ff936b;
--Secondary-500: #ff5d22;
--Secondary-600: #f54200;
--Secondary-700: #db3a00;
--Secondary-800: #b33000;
--Secondary-900: #5C1800;
  /* Fonts */
    --font-geist: 'Geist',sans-serif;

    /* Font size */
    --font-size-xsm: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.25rem;
    /* Font weight */
    --font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-semi-bold: 600;
--font-weight-bold: 700;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .FYEaF {
    width:100%;
  height:100%;
  position:relative;
  overflow-x:hidden;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:center;
  background-color:var(--grey-100, #F5F5F5);
  }
      

      
        
        
      
      
  .cmLZjX {
    width:100%;
  display:flex;
  background:#EDF4FF;
  align-items:center;
  padding-top:1rem;
  border-color:var(--blue-200);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
        
        
      
      
  .dxXhYy {
    color:var(--blue-900);
  display:block;
  font-size:var(--font-size-base);
  text-align:left;
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
        
      
      
  .evdoLP {
    color:inherit;
  }
      

      
        
        
      
      
  .dPJpVt {
    align-items:start;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dBRmIv {
    width:var(--width);
  height:var(--height);
  }
      

      
        
        
      
      
  .garden-suite-confirmation\:-Csy-aiP3Ll-ywGXReTyJ {
    color:var(--green-950);
  width:auto;
  height:auto;
  }
      

      
        
        
      
      
  .QZRFl {
    width:4rem;
  height:4rem;
  display:flex;
  background:#c2f5cc;
  align-items:center;
  font-family:Geist;
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .cdxbTk {
    width:auto;
  height:auto;
  display:flex;
  background:var(--blue-100);
  align-items:center;
  font-family:Geist;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:99rem;
  border-top-right-radius:99rem;
  border-bottom-left-radius:99rem;
  border-bottom-right-radius:99rem;
  }
      

      
        
        
      
      
  .chOzUe {
    height:auto;
  display:flex;
  row-gap:.5rem;
  column-gap:.5rem;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .bifvth {
    color:var(--Primary-800);
  display:block;
  font-size:var(--font-size-lg);
  font-family:Geist;
  font-weight:var(--font-weight-bold);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .eHIktm {
    width:3rem;
  height:1px;
  background:var(--grey-700);
  }
      

      
        
        
      
      
  .chNJhi {
    width:100%;
  display:flex;
  background:var(--grey-50);
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
        
        
      
      
  .cWOrzf {
    flex:1;
  width:100%;
  height:100%;
  }
      

      
        
        
      
      
  .garden-suite-confirmation\:LCFkhNMmmcssSpX6l-nJz {
    color:blue;
  width:auto;
  height:auto;
  }
      

      
        
        
      
      
  .dgxWwM {
    gap:1.5rem;
  flex:1;
  display:flex;
  max-width:28rem;
  text-align:center;
  align-items:center;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  }
      

      
        
        
      
      
  .KhqpS {
    width:3rem;
  height:1px;
  background:black;
  }
      

      
        
        
      
      
  .eOlTyo {
    color:var(--Primary-800);
  font-size:var(--font-size-lg);
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .dwkFGr {
    color:var(--grey-900);
  display:block;
  font-size:var(--font-size-base);
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .dWmbrI {
    flex:1;
  display:flex;
  row-gap:.5rem;
  column-gap:.5rem;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .cpBzkE {
    gap:0.5rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .garden-suite-confirmation\:_05rpSRRIB0SIy4Y2MUsd {
    color:var(--grey-900);
  width:auto;
  height:auto;
  }
      

      
        
        
      
      
  .xFvqx {
    color:var(--grey-800);
  font-size:var(--font-size-lg);
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .dNxQRQ {
    width:2.5rem;
  height:2.5rem;
  display:flex;
  background:var(--Secondary-100);
  align-items:center;
  font-family:Geist;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:99rem;
  border-top-right-radius:99rem;
  border-bottom-left-radius:99rem;
  border-bottom-right-radius:99rem;
  }
      

      
        
        
      
      
  .eHbDom {
    font-size:var(--font-size-lg);
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .bwQjrg {
    width:2.5rem;
  height:2.5rem;
  display:flex;
  background:var(--grey-200);
  align-items:center;
  font-family:Geist;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:99rem;
  border-top-right-radius:99rem;
  border-bottom-left-radius:99rem;
  border-bottom-right-radius:99rem;
  }
      

      
        
        
      
      
  .cuUJMm {
    color:var(--Primary-900);
  display:block;
  font-size:var(--font-size-lg);
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
        
      
      
  .tqpol {
    width:20px;
  height:20px;
  display:flex;
  row-gap:.5rem;
  column-gap:.5rem;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .fusPgL {
    width:100%;
  height:5rem;
  align-items:start;
  padding-left:1.5rem;
  padding-right:1.5rem;
  justify-content:start;
  }
      

      
          @media (max-width: 600px) {
            
  .fusPgL {
    display:none;
  margin-top:10px;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .bcnKgQ {
    width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
  background-color:#f8f8f8;
  }
      

      
        
        
      
      
  .fqiSyI {
    gap:0.5rem;
  flex:1;
  width:100%;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .OIeZx {
    gap:2rem;
  width:100%;
  display:flex;
  max-width:40rem;
  box-shadow:0px 1px 2px -1px var(--grey-500,#d3d3d3), 0px 1px 3px 0px var(--grey-500, #d3d3d3);
  align-items:center;
  padding-top:2rem;
  padding-left:1rem;
  border-radius:8px;
  padding-right:1rem;
  padding-bottom:2rem;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
        
        
      
      
  .fvhAyd {
    color:var(--blue-700);
  display:block;
  font-size:var(--font-size-sm);
  text-align:left;
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .cqKZty {
    flex:1;
  width:100%;
  height:50rem;
  }
      

      
        
        
      
      
  .garden-suite-confirmation\:urKO5LbHtV5lq9UON4beO {
    color:var(--white);
  width:auto;
  height:auto;
  }
      

      
        
        
      
      
  .XlrlM {
    width:2.5rem;
  height:2.5rem;
  display:flex;
  background:var(--green-800);
  align-items:center;
  font-family:Geist;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:99rem;
  border-top-right-radius:99rem;
  border-bottom-left-radius:99rem;
  border-bottom-right-radius:99rem;
  }
      

      
        
        
      