/** Shopify CDN: Minification failed

Line 216:1 Unexpected "{"
Line 216:2 Expected identifier but found "%"
Line 218:0 Unexpected "{"
Line 218:1 Expected identifier but found "%"

**/

/*div:empty {
  display: none ;
}*/

 body main {
    visibility: visible !important
  }
  
  .dm-cart-count-bubble > div {
    position: absolute;
    background-color: var(--primary-50);
    color: var(--btn-primary-classic-text);
    height: 17px;
    width: 17px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    bottom: 8px;
    left: 22.2px;
    line-height: 9.9px;
  }


/* IF #header-group exists AND it contains the dm-section */
#header-group:has(.shopify-section-group-header-group.dm-section) {
  position: sticky;
  top: 0;
  z-index: 100;
}

/* ELSE: apply sticky directly on the header section (exclude dropmagic-style) */
.shopify-section-group-header-group.dm-section:not(.dropmagic-style):not(
  #header-group .shopify-section-group-header-group.dm-section
) {
  position: sticky;
  top: 0;
  z-index: 100;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
  
:root{
  /* Colors - Primary */
    --primary-0: #F6F6FE;
  --primary-0-rgb: 246, 246, 254;
    --primary-10: #E7E9FD;
  --primary-10-rgb: 231, 233, 253;
    --primary-20: #B6BBFC;
  --primary-20-rgb: 182, 187, 252;
    --primary-30: #838BFB;
  --primary-30-rgb: 131, 139, 251;
    --primary-40: #4F5BFC;
  --primary-40-rgb: 79, 91, 252;
    --primary-50: #1A29FF;
  --primary-50-rgb: 26, 41, 255;
    --primary-60: #0312E2;
  --primary-60-rgb: 3, 18, 226;
    --primary-70: #0511AD;
  --primary-70-rgb: 5, 17, 173;
    --primary-80: #060D7A;
  --primary-80-rgb: 6, 13, 122;
    --primary-90: #050948;
  --primary-90-rgb: 5, 9, 72;
    --primary-100: #030526;
  --primary-100-rgb: 3, 5, 38;

  /* Colors - Secondary */
    --secondary-0: #FAFAFA;
  --secondary-0-rgb: 250, 250, 250;
    --secondary-10: #F2F2F2;
  --secondary-10-rgb: 242, 242, 242;
    --secondary-20: #D9D9D9;
  --secondary-20-rgb: 217, 217, 217;
    --secondary-30: #BFBFBF;
  --secondary-30-rgb: 191, 191, 191;
    --secondary-40: #A6A6A6;
  --secondary-40-rgb: 166, 166, 166;
    --secondary-50: #8C8C8C;
  --secondary-50-rgb: 140, 140, 140;
    --secondary-60: #737373;
  --secondary-60-rgb: 115, 115, 115;
    --secondary-70: #595959;
  --secondary-70-rgb: 89, 89, 89;
    --secondary-80: #404040;
  --secondary-80-rgb: 64, 64, 64;
    --secondary-90: #262626;
  --secondary-90-rgb: 38, 38, 38;
    --secondary-100: #141414;
  --secondary-100-rgb: 20, 20, 20;

  /* Colors - Accent */
    --accent-0: #FAFAFA;
  --accent-0-rgb: 250, 250, 250;
    --accent-10: #F2F2F2;
  --accent-10-rgb: 242, 242, 242;
    --accent-20: #D9D9D9;
  --accent-20-rgb: 217, 217, 217;
    --accent-30: #BFBFBF;
  --accent-30-rgb: 191, 191, 191;
    --accent-40: #A6A6A6;
  --accent-40-rgb: 166, 166, 166;
    --accent-50: #8C8C8C;
  --accent-50-rgb: 140, 140, 140;
    --accent-60: #737373;
  --accent-60-rgb: 115, 115, 115;
    --accent-70: #595959;
  --accent-70-rgb: 89, 89, 89;
    --accent-80: #404040;
  --accent-80-rgb: 64, 64, 64;
    --accent-90: #262626;
  --accent-90-rgb: 38, 38, 38;
    --accent-100: #141414;
  --accent-100-rgb: 20, 20, 20;

  /* Colors - Neutral */
    --neutral-0: #FAFAFA;
  --neutral-0-rgb: 250, 250, 250;
    --neutral-10: #F2F2F2;
  --neutral-10-rgb: 242, 242, 242;
    --neutral-20: #D9D9D9;
  --neutral-20-rgb: 217, 217, 217;
    --neutral-30: #BFBFBF;
  --neutral-30-rgb: 191, 191, 191;
    --neutral-40: #A6A6A6;
  --neutral-40-rgb: 166, 166, 166;
    --neutral-50: #8C8C8C;
  --neutral-50-rgb: 140, 140, 140;
    --neutral-60: #737373;
  --neutral-60-rgb: 115, 115, 115;
    --neutral-70: #595959;
  --neutral-70-rgb: 89, 89, 89;
    --neutral-80: #404040;
  --neutral-80-rgb: 64, 64, 64;
    --neutral-90: #262626;
  --neutral-90-rgb: 38, 38, 38;
    --neutral-100: #141414;
  --neutral-100-rgb: 20, 20, 20;

  /* Button text contrast */
  --btn-primary-classic-text: var(--neutral-0);
--btn-primary-brick-text: var(--neutral-0);
--btn-primary-bubble-text: var(--neutral-100);
--btn-primary-gradient-text: var(--neutral-0);
--btn-primary-soft-text: var(--neutral-100);
--btn-primary-ghost-text: var(--neutral-100);
--btn-primary-solid-text: var(--neutral-0);
--btn-secondary-classic-text: var(--neutral-0);
--btn-secondary-brick-text: var(--neutral-0);
--btn-secondary-bubble-text: var(--neutral-100);
--btn-secondary-gradient-text: var(--neutral-0);
--btn-secondary-soft-text: var(--neutral-100);
--btn-secondary-ghost-text: var(--neutral-100);
--btn-secondary-solid-text: var(--neutral-0);
--btn-accent-classic-text: var(--neutral-0);
--btn-accent-brick-text: var(--neutral-0);
--btn-accent-bubble-text: var(--neutral-100);
--btn-accent-gradient-text: var(--neutral-0);
--btn-accent-soft-text: var(--neutral-100);
--btn-accent-ghost-text: var(--neutral-100);
--btn-accent-solid-text: var(--neutral-0);

  /* Radius */
  --radius: 8px;

  /* Family */
  --title-family: Inter;
  --content-family: Roboto;

  /* Text transform */
  --title-transform: uppercase;

  /* Font size */
  --title-size: 40px;
  --content-size: 16px;


  /*  Line height */
  --title-line-height: 105%;
  --content-line-height: 150%;
 
  /* Letter spacing */
  --title-letter-spacing: -1px;
  --content-letter-spacing: 0px;
  
  /* Base spacing */
  --spacing: 4px;

  /* Shadow properties */
  --shadow-color: 0 0% 0%;
  --shadow-opacity: 0.1;
  --shadow-blur: 6px;
  --shadow-spread: 0px;
  --shadow-offset-x: 0px;
  --shadow-offset-y: 4px;

}

/*.dm-section h1, .dm-section h2 {
  text-transform: var(--title-transform);
}*/

 {% endstyle %}

{% style %}

/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 1400px) {
  .\!container {
    max-width: 1400px !important;
  }

  .container {
    max-width: 1400px;
  }
}

.dm-section .pointer-events-none {
  pointer-events: none;
}

.dm-section .pointer-events-auto {
  pointer-events: auto;
}

.dm-section .visible {
  visibility: visible;
}

.dm-section .collapse {
  visibility: collapse;
}

.dm-section .static {
  position: static;
}

.dm-section .fixed {
  position: fixed;
}

.dm-section .absolute {
  position: absolute;
}

.dm-section .relative {
  position: relative;
}

.dm-section .sticky {
  position: sticky;
}

.dm-section .inset-0 {
  inset: 0;
}

.dm-section .inset-x-0 {
  left: 0;
  right: 0;
}

.dm-section .inset-y-0 {
  top: 0;
  bottom: 0;
}

.dm-section .-left-3 {
  left: calc(calc(var(--spacing) * 3) * -1);
}

.dm-section .-right-3 {
  right: calc(calc(var(--spacing) * 3) * -1);
}

.dm-section .-right-\[8px\] {
  right: -8px;
}

.dm-section .-right-\[9px\] {
  right: -9px;
}

.dm-section .-top-\[1px\] {
  top: -1px;
}

.dm-section .bottom-0 {
  bottom: 0;
}

.dm-section .bottom-1 {
  bottom: calc(var(--spacing) * 1);
}

.dm-section .bottom-10 {
  bottom: calc(var(--spacing) * 10);
}

.dm-section .bottom-11 {
  bottom: calc(var(--spacing) * 11);
}

.dm-section .bottom-12 {
  bottom: calc(var(--spacing) * 12);
}

.dm-section .bottom-14 {
  bottom: calc(var(--spacing) * 14);
}

.dm-section .bottom-16 {
  bottom: calc(var(--spacing) * 16);
}

.dm-section .bottom-2 {
  bottom: calc(var(--spacing) * 2);
}

.dm-section .bottom-20 {
  bottom: calc(var(--spacing) * 20);
}

.dm-section .bottom-24 {
  bottom: calc(var(--spacing) * 24);
}

.dm-section .bottom-28 {
  bottom: calc(var(--spacing) * 28);
}

.dm-section .bottom-3 {
  bottom: calc(var(--spacing) * 3);
}

.dm-section .bottom-32 {
  bottom: calc(var(--spacing) * 32);
}

.dm-section .bottom-36 {
  bottom: calc(var(--spacing) * 36);
}

.dm-section .bottom-4 {
  bottom: calc(var(--spacing) * 4);
}

.dm-section .bottom-40 {
  bottom: calc(var(--spacing) * 40);
}

.dm-section .bottom-44 {
  bottom: calc(var(--spacing) * 44);
}

.dm-section .bottom-48 {
  bottom: calc(var(--spacing) * 48);
}

.dm-section .bottom-5 {
  bottom: calc(var(--spacing) * 5);
}

.dm-section .bottom-52 {
  bottom: calc(var(--spacing) * 52);
}

.dm-section .bottom-56 {
  bottom: calc(var(--spacing) * 56);
}

.dm-section .bottom-6 {
  bottom: calc(var(--spacing) * 6);
}

.dm-section .bottom-60 {
  bottom: calc(var(--spacing) * 60);
}

.dm-section .bottom-64 {
  bottom: calc(var(--spacing) * 64);
}

.dm-section .bottom-7 {
  bottom: calc(var(--spacing) * 7);
}

.dm-section .bottom-72 {
  bottom: calc(var(--spacing) * 72);
}

.dm-section .bottom-8 {
  bottom: calc(var(--spacing) * 8);
}

.dm-section .bottom-80 {
  bottom: calc(var(--spacing) * 80);
}

.dm-section .bottom-9 {
  bottom: calc(var(--spacing) * 9);
}

.dm-section .bottom-96 {
  bottom: calc(var(--spacing) * 96);
}

.dm-section .bottom-\[10\%\] {
  bottom: 10%;
}

.dm-section .bottom-auto {
  bottom: auto;
}

.dm-section .left-0 {
  left: 0;
}

.dm-section .left-1 {
  left: calc(var(--spacing) * 1);
}

.dm-section .left-1\/2 {
  left: 50%;
}

.dm-section .left-10 {
  left: calc(var(--spacing) * 10);
}

.dm-section .left-11 {
  left: calc(var(--spacing) * 11);
}

.dm-section .left-12 {
  left: calc(var(--spacing) * 12);
}

.dm-section .left-14 {
  left: calc(var(--spacing) * 14);
}

.dm-section .left-16 {
  left: calc(var(--spacing) * 16);
}

.dm-section .left-2 {
  left: calc(var(--spacing) * 2);
}

.dm-section .left-20 {
  left: calc(var(--spacing) * 20);
}

.dm-section .left-24 {
  left: calc(var(--spacing) * 24);
}

.dm-section .left-28 {
  left: calc(var(--spacing) * 28);
}

.dm-section .left-3 {
  left: calc(var(--spacing) * 3);
}

.dm-section .left-32 {
  left: calc(var(--spacing) * 32);
}

.dm-section .left-36 {
  left: calc(var(--spacing) * 36);
}

.dm-section .left-4 {
  left: calc(var(--spacing) * 4);
}

.dm-section .left-40 {
  left: calc(var(--spacing) * 40);
}

.dm-section .left-44 {
  left: calc(var(--spacing) * 44);
}

.dm-section .left-48 {
  left: calc(var(--spacing) * 48);
}

.dm-section .left-5 {
  left: calc(var(--spacing) * 5);
}

.dm-section .left-52 {
  left: calc(var(--spacing) * 52);
}

.dm-section .left-56 {
  left: calc(var(--spacing) * 56);
}

.dm-section .left-6 {
  left: calc(var(--spacing) * 6);
}

.dm-section .left-60 {
  left: calc(var(--spacing) * 60);
}

.dm-section .left-64 {
  left: calc(var(--spacing) * 64);
}

.dm-section .left-7 {
  left: calc(var(--spacing) * 7);
}

.dm-section .left-72 {
  left: calc(var(--spacing) * 72);
}

.dm-section .left-8 {
  left: calc(var(--spacing) * 8);
}

.dm-section .left-80 {
  left: calc(var(--spacing) * 80);
}

.dm-section .left-9 {
  left: calc(var(--spacing) * 9);
}

.dm-section .left-96 {
  left: calc(var(--spacing) * 96);
}

.dm-section .left-auto {
  left: auto;
}

.dm-section .right-0 {
  right: 0;
}

.dm-section .right-1 {
  right: calc(var(--spacing) * 1);
}

.dm-section .right-1\/2 {
  right: 50%;
}

.dm-section .right-10 {
  right: calc(var(--spacing) * 10);
}

.dm-section .right-11 {
  right: calc(var(--spacing) * 11);
}

.dm-section .right-12 {
  right: calc(var(--spacing) * 12);
}

.dm-section .right-14 {
  right: calc(var(--spacing) * 14);
}

.dm-section .right-16 {
  right: calc(var(--spacing) * 16);
}

.dm-section .right-2 {
  right: calc(var(--spacing) * 2);
}

.dm-section .right-20 {
  right: calc(var(--spacing) * 20);
}

.dm-section .right-24 {
  right: calc(var(--spacing) * 24);
}

.dm-section .right-28 {
  right: calc(var(--spacing) * 28);
}

.dm-section .right-3 {
  right: calc(var(--spacing) * 3);
}

.dm-section .right-32 {
  right: calc(var(--spacing) * 32);
}

.dm-section .right-36 {
  right: calc(var(--spacing) * 36);
}

.dm-section .right-4 {
  right: calc(var(--spacing) * 4);
}

.dm-section .right-40 {
  right: calc(var(--spacing) * 40);
}

.dm-section .right-44 {
  right: calc(var(--spacing) * 44);
}

.dm-section .right-48 {
  right: calc(var(--spacing) * 48);
}

.dm-section .right-5 {
  right: calc(var(--spacing) * 5);
}

.dm-section .right-52 {
  right: calc(var(--spacing) * 52);
}

.dm-section .right-56 {
  right: calc(var(--spacing) * 56);
}

.dm-section .right-6 {
  right: calc(var(--spacing) * 6);
}

.dm-section .right-60 {
  right: calc(var(--spacing) * 60);
}

.dm-section .right-64 {
  right: calc(var(--spacing) * 64);
}

.dm-section .right-7 {
  right: calc(var(--spacing) * 7);
}

.dm-section .right-72 {
  right: calc(var(--spacing) * 72);
}

.dm-section .right-8 {
  right: calc(var(--spacing) * 8);
}

.dm-section .right-80 {
  right: calc(var(--spacing) * 80);
}

.dm-section .right-9 {
  right: calc(var(--spacing) * 9);
}

.dm-section .right-96 {
  right: calc(var(--spacing) * 96);
}

.dm-section .right-auto {
  right: auto;
}

.dm-section .top-0 {
  top: 0;
}

.dm-section .top-1 {
  top: calc(var(--spacing) * 1);
}

.dm-section .top-1\.5 {
  top: calc(var(--spacing) * 1.5);
}

.dm-section .top-1\/2 {
  top: 50%;
}

.dm-section .top-10 {
  top: calc(var(--spacing) * 10);
}

.dm-section .top-11 {
  top: calc(var(--spacing) * 11);
}

.dm-section .top-12 {
  top: calc(var(--spacing) * 12);
}

.dm-section .top-14 {
  top: calc(var(--spacing) * 14);
}

.dm-section .top-16 {
  top: calc(var(--spacing) * 16);
}

.dm-section .top-2 {
  top: calc(var(--spacing) * 2);
}

.dm-section .top-20 {
  top: calc(var(--spacing) * 20);
}

.dm-section .top-24 {
  top: calc(var(--spacing) * 24);
}

.dm-section .top-28 {
  top: calc(var(--spacing) * 28);
}

.dm-section .top-3 {
  top: calc(var(--spacing) * 3);
}

.dm-section .top-32 {
  top: calc(var(--spacing) * 32);
}

.dm-section .top-36 {
  top: calc(var(--spacing) * 36);
}

.dm-section .top-4 {
  top: calc(var(--spacing) * 4);
}

.dm-section .top-40 {
  top: calc(var(--spacing) * 40);
}

.dm-section .top-44 {
  top: calc(var(--spacing) * 44);
}

.dm-section .top-48 {
  top: calc(var(--spacing) * 48);
}

.dm-section .top-5 {
  top: calc(var(--spacing) * 5);
}

.dm-section .top-52 {
  top: calc(var(--spacing) * 52);
}

.dm-section .top-56 {
  top: calc(var(--spacing) * 56);
}

.dm-section .top-6 {
  top: calc(var(--spacing) * 6);
}

.dm-section .top-60 {
  top: calc(var(--spacing) * 60);
}

.dm-section .top-64 {
  top: calc(var(--spacing) * 64);
}

.dm-section .top-7 {
  top: calc(var(--spacing) * 7);
}

.dm-section .top-72 {
  top: calc(var(--spacing) * 72);
}

.dm-section .top-8 {
  top: calc(var(--spacing) * 8);
}

.dm-section .top-80 {
  top: calc(var(--spacing) * 80);
}

.dm-section .top-9 {
  top: calc(var(--spacing) * 9);
}

.dm-section .top-96 {
  top: calc(var(--spacing) * 96);
}

.dm-section .top-\[10\%\] {
  top: 10%;
}

.dm-section .top-\[100px\] {
  top: 100px;
}

.dm-section .top-\[102px\] {
  top: 102px;
}

.dm-section .top-\[104px\] {
  top: 104px;
}

.dm-section .top-\[36px\] {
  top: 36px;
}

.dm-section .top-auto {
  top: auto;
}

.dm-section .z-0 {
  z-index: 0;
}

.dm-section .z-10 {
  z-index: 10;
}

.dm-section .z-20 {
  z-index: 20;
}

.dm-section .z-30 {
  z-index: 30;
}

.dm-section .z-40 {
  z-index: 40;
}

.dm-section .z-50 {
  z-index: 50;
}

.dm-section .z-\[1000000\] {
  z-index: 1000000;
}

.dm-section .z-\[1000001\] {
  z-index: 1000001;
}

.dm-section .z-\[1000\] {
  z-index: 1000;
}

.dm-section .order-1 {
  order: 1;
}

.dm-section .order-2 {
  order: 2;
}

.dm-section .order-last {
  order: 9999;
}

.dm-section .col-span-2 {
  grid-column: span 2 / span 2;
}

.dm-section .col-span-4 {
  grid-column: span 4 / span 4;
}

.dm-section .col-span-8 {
  grid-column: span 8 / span 8;
}

.dm-section .col-span-full {
  grid-column: 1 / -1;
}

.dm-section .\!m-0 {
  margin: 0 !important;
}

.dm-section .-m-1 {
  margin: calc(calc(var(--spacing) * 1) * -1);
}

.dm-section .m-0 {
  margin: 0;
}

.dm-section .m-1 {
  margin: calc(var(--spacing) * 1);
}

.dm-section .m-10 {
  margin: calc(var(--spacing) * 10);
}

.dm-section .m-11 {
  margin: calc(var(--spacing) * 11);
}

.dm-section .m-12 {
  margin: calc(var(--spacing) * 12);
}

.dm-section .m-14 {
  margin: calc(var(--spacing) * 14);
}

.dm-section .m-16 {
  margin: calc(var(--spacing) * 16);
}

.dm-section .m-2 {
  margin: calc(var(--spacing) * 2);
}

.dm-section .m-20 {
  margin: calc(var(--spacing) * 20);
}

.dm-section .m-24 {
  margin: calc(var(--spacing) * 24);
}

.dm-section .m-28 {
  margin: calc(var(--spacing) * 28);
}

.dm-section .m-3 {
  margin: calc(var(--spacing) * 3);
}

.dm-section .m-32 {
  margin: calc(var(--spacing) * 32);
}

.dm-section .m-36 {
  margin: calc(var(--spacing) * 36);
}

.dm-section .m-4 {
  margin: calc(var(--spacing) * 4);
}

.dm-section .m-40 {
  margin: calc(var(--spacing) * 40);
}

.dm-section .m-44 {
  margin: calc(var(--spacing) * 44);
}

.dm-section .m-48 {
  margin: calc(var(--spacing) * 48);
}

.dm-section .m-5 {
  margin: calc(var(--spacing) * 5);
}

.dm-section .m-52 {
  margin: calc(var(--spacing) * 52);
}

.dm-section .m-56 {
  margin: calc(var(--spacing) * 56);
}

.dm-section .m-6 {
  margin: calc(var(--spacing) * 6);
}

.dm-section .m-60 {
  margin: calc(var(--spacing) * 60);
}

.dm-section .m-64 {
  margin: calc(var(--spacing) * 64);
}

.dm-section .m-7 {
  margin: calc(var(--spacing) * 7);
}

.dm-section .m-72 {
  margin: calc(var(--spacing) * 72);
}

.dm-section .m-8 {
  margin: calc(var(--spacing) * 8);
}

.dm-section .m-80 {
  margin: calc(var(--spacing) * 80);
}

.dm-section .m-9 {
  margin: calc(var(--spacing) * 9);
}

.dm-section .m-96 {
  margin: calc(var(--spacing) * 96);
}

.dm-section .m-auto {
  margin: auto;
}

.dm-section .-mx-4 {
  margin-left: calc(calc(var(--spacing) * 4) * -1);
  margin-right: calc(calc(var(--spacing) * 4) * -1);
}

.dm-section .mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.dm-section .mx-1 {
  margin-left: calc(var(--spacing) * 1);
  margin-right: calc(var(--spacing) * 1);
}

.dm-section .mx-1\.5 {
  margin-left: calc(var(--spacing) * 1.5);
  margin-right: calc(var(--spacing) * 1.5);
}

.dm-section .mx-10 {
  margin-left: calc(var(--spacing) * 10);
  margin-right: calc(var(--spacing) * 10);
}

.dm-section .mx-11 {
  margin-left: calc(var(--spacing) * 11);
  margin-right: calc(var(--spacing) * 11);
}

.dm-section .mx-12 {
  margin-left: calc(var(--spacing) * 12);
  margin-right: calc(var(--spacing) * 12);
}

.dm-section .mx-14 {
  margin-left: calc(var(--spacing) * 14);
  margin-right: calc(var(--spacing) * 14);
}

.dm-section .mx-16 {
  margin-left: calc(var(--spacing) * 16);
  margin-right: calc(var(--spacing) * 16);
}

.dm-section .mx-2 {
  margin-left: calc(var(--spacing) * 2);
  margin-right: calc(var(--spacing) * 2);
}

.dm-section .mx-20 {
  margin-left: calc(var(--spacing) * 20);
  margin-right: calc(var(--spacing) * 20);
}

.dm-section .mx-24 {
  margin-left: calc(var(--spacing) * 24);
  margin-right: calc(var(--spacing) * 24);
}

.dm-section .mx-28 {
  margin-left: calc(var(--spacing) * 28);
  margin-right: calc(var(--spacing) * 28);
}

.dm-section .mx-3 {
  margin-left: calc(var(--spacing) * 3);
  margin-right: calc(var(--spacing) * 3);
}

.dm-section .mx-32 {
  margin-left: calc(var(--spacing) * 32);
  margin-right: calc(var(--spacing) * 32);
}

.dm-section .mx-36 {
  margin-left: calc(var(--spacing) * 36);
  margin-right: calc(var(--spacing) * 36);
}

.dm-section .mx-4 {
  margin-left: calc(var(--spacing) * 4);
  margin-right: calc(var(--spacing) * 4);
}

.dm-section .mx-40 {
  margin-left: calc(var(--spacing) * 40);
  margin-right: calc(var(--spacing) * 40);
}

.dm-section .mx-44 {
  margin-left: calc(var(--spacing) * 44);
  margin-right: calc(var(--spacing) * 44);
}

.dm-section .mx-48 {
  margin-left: calc(var(--spacing) * 48);
  margin-right: calc(var(--spacing) * 48);
}

.dm-section .mx-5 {
  margin-left: calc(var(--spacing) * 5);
  margin-right: calc(var(--spacing) * 5);
}

.dm-section .mx-52 {
  margin-left: calc(var(--spacing) * 52);
  margin-right: calc(var(--spacing) * 52);
}

.dm-section .mx-56 {
  margin-left: calc(var(--spacing) * 56);
  margin-right: calc(var(--spacing) * 56);
}

.dm-section .mx-6 {
  margin-left: calc(var(--spacing) * 6);
  margin-right: calc(var(--spacing) * 6);
}

.dm-section .mx-60 {
  margin-left: calc(var(--spacing) * 60);
  margin-right: calc(var(--spacing) * 60);
}

.dm-section .mx-64 {
  margin-left: calc(var(--spacing) * 64);
  margin-right: calc(var(--spacing) * 64);
}

.dm-section .mx-7 {
  margin-left: calc(var(--spacing) * 7);
  margin-right: calc(var(--spacing) * 7);
}

.dm-section .mx-72 {
  margin-left: calc(var(--spacing) * 72);
  margin-right: calc(var(--spacing) * 72);
}

.dm-section .mx-8 {
  margin-left: calc(var(--spacing) * 8);
  margin-right: calc(var(--spacing) * 8);
}

.dm-section .mx-80 {
  margin-left: calc(var(--spacing) * 80);
  margin-right: calc(var(--spacing) * 80);
}

.dm-section .mx-9 {
  margin-left: calc(var(--spacing) * 9);
  margin-right: calc(var(--spacing) * 9);
}

.dm-section .mx-96 {
  margin-left: calc(var(--spacing) * 96);
  margin-right: calc(var(--spacing) * 96);
}

.dm-section .mx-\[15\%\] {
  margin-left: 15%;
  margin-right: 15%;
}

.dm-section .mx-\[5\%\] {
  margin-left: 5%;
  margin-right: 5%;
}

.dm-section .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.dm-section .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.dm-section .my-1 {
  margin-top: calc(var(--spacing) * 1);
  margin-bottom: calc(var(--spacing) * 1);
}

.dm-section .my-1\.5 {
  margin-top: calc(var(--spacing) * 1.5);
  margin-bottom: calc(var(--spacing) * 1.5);
}

.dm-section .my-10 {
  margin-top: calc(var(--spacing) * 10);
  margin-bottom: calc(var(--spacing) * 10);
}

.dm-section .my-11 {
  margin-top: calc(var(--spacing) * 11);
  margin-bottom: calc(var(--spacing) * 11);
}

.dm-section .my-12 {
  margin-top: calc(var(--spacing) * 12);
  margin-bottom: calc(var(--spacing) * 12);
}

.dm-section .my-14 {
  margin-top: calc(var(--spacing) * 14);
  margin-bottom: calc(var(--spacing) * 14);
}

.dm-section .my-16 {
  margin-top: calc(var(--spacing) * 16);
  margin-bottom: calc(var(--spacing) * 16);
}

.dm-section .my-2 {
  margin-top: calc(var(--spacing) * 2);
  margin-bottom: calc(var(--spacing) * 2);
}

.dm-section .my-20 {
  margin-top: calc(var(--spacing) * 20);
  margin-bottom: calc(var(--spacing) * 20);
}

.dm-section .my-24 {
  margin-top: calc(var(--spacing) * 24);
  margin-bottom: calc(var(--spacing) * 24);
}

.dm-section .my-28 {
  margin-top: calc(var(--spacing) * 28);
  margin-bottom: calc(var(--spacing) * 28);
}

.dm-section .my-3 {
  margin-top: calc(var(--spacing) * 3);
  margin-bottom: calc(var(--spacing) * 3);
}

.dm-section .my-32 {
  margin-top: calc(var(--spacing) * 32);
  margin-bottom: calc(var(--spacing) * 32);
}

.dm-section .my-36 {
  margin-top: calc(var(--spacing) * 36);
  margin-bottom: calc(var(--spacing) * 36);
}

.dm-section .my-4 {
  margin-top: calc(var(--spacing) * 4);
  margin-bottom: calc(var(--spacing) * 4);
}

.dm-section .my-40 {
  margin-top: calc(var(--spacing) * 40);
  margin-bottom: calc(var(--spacing) * 40);
}

.dm-section .my-44 {
  margin-top: calc(var(--spacing) * 44);
  margin-bottom: calc(var(--spacing) * 44);
}

.dm-section .my-48 {
  margin-top: calc(var(--spacing) * 48);
  margin-bottom: calc(var(--spacing) * 48);
}

.dm-section .my-5 {
  margin-top: calc(var(--spacing) * 5);
  margin-bottom: calc(var(--spacing) * 5);
}

.dm-section .my-52 {
  margin-top: calc(var(--spacing) * 52);
  margin-bottom: calc(var(--spacing) * 52);
}

.dm-section .my-56 {
  margin-top: calc(var(--spacing) * 56);
  margin-bottom: calc(var(--spacing) * 56);
}

.dm-section .my-6 {
  margin-top: calc(var(--spacing) * 6);
  margin-bottom: calc(var(--spacing) * 6);
}

.dm-section .my-60 {
  margin-top: calc(var(--spacing) * 60);
  margin-bottom: calc(var(--spacing) * 60);
}

.dm-section .my-64 {
  margin-top: calc(var(--spacing) * 64);
  margin-bottom: calc(var(--spacing) * 64);
}

.dm-section .my-7 {
  margin-top: calc(var(--spacing) * 7);
  margin-bottom: calc(var(--spacing) * 7);
}

.dm-section .my-72 {
  margin-top: calc(var(--spacing) * 72);
  margin-bottom: calc(var(--spacing) * 72);
}

.dm-section .my-8 {
  margin-top: calc(var(--spacing) * 8);
  margin-bottom: calc(var(--spacing) * 8);
}

.dm-section .my-80 {
  margin-top: calc(var(--spacing) * 80);
  margin-bottom: calc(var(--spacing) * 80);
}

.dm-section .my-9 {
  margin-top: calc(var(--spacing) * 9);
  margin-bottom: calc(var(--spacing) * 9);
}

.dm-section .my-96 {
  margin-top: calc(var(--spacing) * 96);
  margin-bottom: calc(var(--spacing) * 96);
}

.dm-section .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.dm-section .-mb-4 {
  margin-bottom: calc(calc(var(--spacing) * 4) * -1);
}

.dm-section .mb-0 {
  margin-bottom: 0;
}

.dm-section .mb-1 {
  margin-bottom: calc(var(--spacing) * 1);
}

.dm-section .mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}

.dm-section .mb-11 {
  margin-bottom: calc(var(--spacing) * 11);
}

.dm-section .mb-12 {
  margin-bottom: calc(var(--spacing) * 12);
}

.dm-section .mb-14 {
  margin-bottom: calc(var(--spacing) * 14);
}

.dm-section .mb-16 {
  margin-bottom: calc(var(--spacing) * 16);
}

.dm-section .mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
}

.dm-section .mb-2\.5 {
  margin-bottom: calc(var(--spacing) * 2.5);
}

.dm-section .mb-20 {
  margin-bottom: calc(var(--spacing) * 20);
}

.dm-section .mb-24 {
  margin-bottom: calc(var(--spacing) * 24);
}

.dm-section .mb-28 {
  margin-bottom: calc(var(--spacing) * 28);
}

.dm-section .mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}

.dm-section .mb-32 {
  margin-bottom: calc(var(--spacing) * 32);
}

.dm-section .mb-36 {
  margin-bottom: calc(var(--spacing) * 36);
}

.dm-section .mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}

.dm-section .mb-40 {
  margin-bottom: calc(var(--spacing) * 40);
}

.dm-section .mb-44 {
  margin-bottom: calc(var(--spacing) * 44);
}

.dm-section .mb-48 {
  margin-bottom: calc(var(--spacing) * 48);
}

.dm-section .mb-5 {
  margin-bottom: calc(var(--spacing) * 5);
}

.dm-section .mb-52 {
  margin-bottom: calc(var(--spacing) * 52);
}

.dm-section .mb-56 {
  margin-bottom: calc(var(--spacing) * 56);
}

.dm-section .mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}

.dm-section .mb-60 {
  margin-bottom: calc(var(--spacing) * 60);
}

.dm-section .mb-64 {
  margin-bottom: calc(var(--spacing) * 64);
}

.dm-section .mb-7 {
  margin-bottom: calc(var(--spacing) * 7);
}

.dm-section .mb-72 {
  margin-bottom: calc(var(--spacing) * 72);
}

.dm-section .mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}

.dm-section .mb-80 {
  margin-bottom: calc(var(--spacing) * 80);
}

.dm-section .mb-9 {
  margin-bottom: calc(var(--spacing) * 9);
}

.dm-section .mb-96 {
  margin-bottom: calc(var(--spacing) * 96);
}

.dm-section .mb-auto {
  margin-bottom: auto;
}

.dm-section .ml-0 {
  margin-left: 0;
}

.dm-section .ml-1 {
  margin-left: calc(var(--spacing) * 1);
}

.dm-section .ml-10 {
  margin-left: calc(var(--spacing) * 10);
}

.dm-section .ml-11 {
  margin-left: calc(var(--spacing) * 11);
}

.dm-section .ml-12 {
  margin-left: calc(var(--spacing) * 12);
}

.dm-section .ml-14 {
  margin-left: calc(var(--spacing) * 14);
}

.dm-section .ml-16 {
  margin-left: calc(var(--spacing) * 16);
}

.dm-section .ml-2 {
  margin-left: calc(var(--spacing) * 2);
}

.dm-section .ml-20 {
  margin-left: calc(var(--spacing) * 20);
}

.dm-section .ml-24 {
  margin-left: calc(var(--spacing) * 24);
}

.dm-section .ml-28 {
  margin-left: calc(var(--spacing) * 28);
}

.dm-section .ml-3 {
  margin-left: calc(var(--spacing) * 3);
}

.dm-section .ml-32 {
  margin-left: calc(var(--spacing) * 32);
}

.dm-section .ml-36 {
  margin-left: calc(var(--spacing) * 36);
}

.dm-section .ml-4 {
  margin-left: calc(var(--spacing) * 4);
}

.dm-section .ml-40 {
  margin-left: calc(var(--spacing) * 40);
}

.dm-section .ml-44 {
  margin-left: calc(var(--spacing) * 44);
}

.dm-section .ml-48 {
  margin-left: calc(var(--spacing) * 48);
}

.dm-section .ml-5 {
  margin-left: calc(var(--spacing) * 5);
}

.dm-section .ml-52 {
  margin-left: calc(var(--spacing) * 52);
}

.dm-section .ml-56 {
  margin-left: calc(var(--spacing) * 56);
}

.dm-section .ml-6 {
  margin-left: calc(var(--spacing) * 6);
}

.dm-section .ml-60 {
  margin-left: calc(var(--spacing) * 60);
}

.dm-section .ml-64 {
  margin-left: calc(var(--spacing) * 64);
}

.dm-section .ml-7 {
  margin-left: calc(var(--spacing) * 7);
}

.dm-section .ml-72 {
  margin-left: calc(var(--spacing) * 72);
}

.dm-section .ml-8 {
  margin-left: calc(var(--spacing) * 8);
}

.dm-section .ml-80 {
  margin-left: calc(var(--spacing) * 80);
}

.dm-section .ml-9 {
  margin-left: calc(var(--spacing) * 9);
}

.dm-section .ml-96 {
  margin-left: calc(var(--spacing) * 96);
}

.dm-section .ml-auto {
  margin-left: auto;
}

.dm-section .ml-px {
  margin-left: 1px;
}

.dm-section .mr-0 {
  margin-right: 0;
}

.dm-section .mr-1 {
  margin-right: calc(var(--spacing) * 1);
}

.dm-section .mr-1\.5 {
  margin-right: calc(var(--spacing) * 1.5);
}

.dm-section .mr-10 {
  margin-right: calc(var(--spacing) * 10);
}

.dm-section .mr-11 {
  margin-right: calc(var(--spacing) * 11);
}

.dm-section .mr-12 {
  margin-right: calc(var(--spacing) * 12);
}

.dm-section .mr-14 {
  margin-right: calc(var(--spacing) * 14);
}

.dm-section .mr-16 {
  margin-right: calc(var(--spacing) * 16);
}

.dm-section .mr-2 {
  margin-right: calc(var(--spacing) * 2);
}

.dm-section .mr-20 {
  margin-right: calc(var(--spacing) * 20);
}

.dm-section .mr-24 {
  margin-right: calc(var(--spacing) * 24);
}

.dm-section .mr-28 {
  margin-right: calc(var(--spacing) * 28);
}

.dm-section .mr-3 {
  margin-right: calc(var(--spacing) * 3);
}

.dm-section .mr-32 {
  margin-right: calc(var(--spacing) * 32);
}

.dm-section .mr-36 {
  margin-right: calc(var(--spacing) * 36);
}

.dm-section .mr-4 {
  margin-right: calc(var(--spacing) * 4);
}

.dm-section .mr-40 {
  margin-right: calc(var(--spacing) * 40);
}

.dm-section .mr-44 {
  margin-right: calc(var(--spacing) * 44);
}

.dm-section .mr-48 {
  margin-right: calc(var(--spacing) * 48);
}

.dm-section .mr-5 {
  margin-right: calc(var(--spacing) * 5);
}

.dm-section .mr-52 {
  margin-right: calc(var(--spacing) * 52);
}

.dm-section .mr-56 {
  margin-right: calc(var(--spacing) * 56);
}

.dm-section .mr-6 {
  margin-right: calc(var(--spacing) * 6);
}

.dm-section .mr-60 {
  margin-right: calc(var(--spacing) * 60);
}

.dm-section .mr-64 {
  margin-right: calc(var(--spacing) * 64);
}

.dm-section .mr-7 {
  margin-right: calc(var(--spacing) * 7);
}

.dm-section .mr-72 {
  margin-right: calc(var(--spacing) * 72);
}

.dm-section .mr-8 {
  margin-right: calc(var(--spacing) * 8);
}

.dm-section .mr-80 {
  margin-right: calc(var(--spacing) * 80);
}

.dm-section .mr-9 {
  margin-right: calc(var(--spacing) * 9);
}

.dm-section .mr-96 {
  margin-right: calc(var(--spacing) * 96);
}

.dm-section .mr-auto {
  margin-right: auto;
}

.dm-section .mt-0 {
  margin-top: 0;
}

.dm-section .mt-1 {
  margin-top: calc(var(--spacing) * 1);
}

.dm-section .mt-1\.5 {
  margin-top: calc(var(--spacing) * 1.5);
}

.dm-section .mt-10 {
  margin-top: calc(var(--spacing) * 10);
}

.dm-section .mt-11 {
  margin-top: calc(var(--spacing) * 11);
}

.dm-section .mt-12 {
  margin-top: calc(var(--spacing) * 12);
}

.dm-section .mt-14 {
  margin-top: calc(var(--spacing) * 14);
}

.dm-section .mt-16 {
  margin-top: calc(var(--spacing) * 16);
}

.dm-section .mt-2 {
  margin-top: calc(var(--spacing) * 2);
}

.dm-section .mt-20 {
  margin-top: calc(var(--spacing) * 20);
}

.dm-section .mt-24 {
  margin-top: calc(var(--spacing) * 24);
}

.dm-section .mt-28 {
  margin-top: calc(var(--spacing) * 28);
}

.dm-section .mt-3 {
  margin-top: calc(var(--spacing) * 3);
}

.dm-section .mt-32 {
  margin-top: calc(var(--spacing) * 32);
}

.dm-section .mt-36 {
  margin-top: calc(var(--spacing) * 36);
}

.dm-section .mt-4 {
  margin-top: calc(var(--spacing) * 4);
}

.dm-section .mt-40 {
  margin-top: calc(var(--spacing) * 40);
}

.dm-section .mt-44 {
  margin-top: calc(var(--spacing) * 44);
}

.dm-section .mt-48 {
  margin-top: calc(var(--spacing) * 48);
}

.dm-section .mt-5 {
  margin-top: calc(var(--spacing) * 5);
}

.dm-section .mt-52 {
  margin-top: calc(var(--spacing) * 52);
}

.dm-section .mt-56 {
  margin-top: calc(var(--spacing) * 56);
}

.dm-section .mt-6 {
  margin-top: calc(var(--spacing) * 6);
}

.dm-section .mt-60 {
  margin-top: calc(var(--spacing) * 60);
}

.dm-section .mt-64 {
  margin-top: calc(var(--spacing) * 64);
}

.dm-section .mt-7 {
  margin-top: calc(var(--spacing) * 7);
}

.dm-section .mt-72 {
  margin-top: calc(var(--spacing) * 72);
}

.dm-section .mt-8 {
  margin-top: calc(var(--spacing) * 8);
}

.dm-section .mt-80 {
  margin-top: calc(var(--spacing) * 80);
}

.dm-section .mt-9 {
  margin-top: calc(var(--spacing) * 9);
}

.dm-section .mt-96 {
  margin-top: calc(var(--spacing) * 96);
}

.dm-section .mt-auto {
  margin-top: auto;
}

.dm-section .line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dm-section .line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.dm-section .block {
  display: block;
}

.dm-section .inline-block {
  display: inline-block;
}

.dm-section .inline {
  display: inline;
}

.dm-section .flex {
  display: flex;
}

.dm-section .inline-flex {
  display: inline-flex;
}

.dm-section .table {
  display: table;
}

.dm-section .grid {
  display: grid;
}

.dm-section .contents {
  display: contents;
}

.dm-section .hidden {
  display: none;
}

.dm-section .aspect-square {
  aspect-ratio: 1 / 1;
}

.dm-section .aspect-video {
  aspect-ratio: 16 / 9;
}

.dm-section .size-10 {
  width: calc(var(--spacing) * 10);
  height: calc(var(--spacing) * 10);
}

.dm-section .size-12 {
  width: calc(var(--spacing) * 12);
  height: calc(var(--spacing) * 12);
}

.dm-section .size-4 {
  width: calc(var(--spacing) * 4);
  height: calc(var(--spacing) * 4);
}

.dm-section .size-5 {
  width: calc(var(--spacing) * 5);
  height: calc(var(--spacing) * 5);
}

.dm-section .size-6 {
  width: calc(var(--spacing) * 6);
  height: calc(var(--spacing) * 6);
}

.dm-section .size-9 {
  width: calc(var(--spacing) * 9);
  height: calc(var(--spacing) * 9);
}

.dm-section .\!h-6 {
  height: calc(var(--spacing) * 6) !important;
}

.dm-section .\!h-full {
  height: 100% !important;
}

.dm-section .h-0 {
  height: 0;
}

.dm-section .h-1 {
  height: calc(var(--spacing) * 1);
}

.dm-section .h-10 {
  height: calc(var(--spacing) * 10);
}

.dm-section .h-11 {
  height: calc(var(--spacing) * 11);
}

.dm-section .h-12 {
  height: calc(var(--spacing) * 12);
}

.dm-section .h-14 {
  height: calc(var(--spacing) * 14);
}

.dm-section .h-16 {
  height: calc(var(--spacing) * 16);
}

.dm-section .h-2 {
  height: calc(var(--spacing) * 2);
}

.dm-section .h-2\.5 {
  height: calc(var(--spacing) * 2.5);
}

.dm-section .h-20 {
  height: calc(var(--spacing) * 20);
}

.dm-section .h-24 {
  height: calc(var(--spacing) * 24);
}

.dm-section .h-28 {
  height: calc(var(--spacing) * 28);
}

.dm-section .h-3 {
  height: calc(var(--spacing) * 3);
}

.dm-section .h-32 {
  height: calc(var(--spacing) * 32);
}

.dm-section .h-36 {
  height: calc(var(--spacing) * 36);
}

.dm-section .h-4 {
  height: calc(var(--spacing) * 4);
}

.dm-section .h-40 {
  height: calc(var(--spacing) * 40);
}

.dm-section .h-44 {
  height: calc(var(--spacing) * 44);
}

.dm-section .h-48 {
  height: calc(var(--spacing) * 48);
}

.dm-section .h-5 {
  height: calc(var(--spacing) * 5);
}

.dm-section .h-52 {
  height: calc(var(--spacing) * 52);
}

.dm-section .h-56 {
  height: calc(var(--spacing) * 56);
}

.dm-section .h-6 {
  height: calc(var(--spacing) * 6);
}

.dm-section .h-60 {
  height: calc(var(--spacing) * 60);
}

.dm-section .h-64 {
  height: calc(var(--spacing) * 64);
}

.dm-section .h-7 {
  height: calc(var(--spacing) * 7);
}

.dm-section .h-72 {
  height: calc(var(--spacing) * 72);
}

.dm-section .h-8 {
  height: calc(var(--spacing) * 8);
}

.dm-section .h-80 {
  height: calc(var(--spacing) * 80);
}

.dm-section .h-9 {
  height: calc(var(--spacing) * 9);
}

.dm-section .h-96 {
  height: calc(var(--spacing) * 96);
}

.dm-section .h-\[150px\] {
  height: 150px;
}

.dm-section .h-\[160px\] {
  height: 160px;
}

.dm-section .h-\[18px\] {
  height: 18px;
}

.dm-section .h-\[1px\] {
  height: 1px;
}

.dm-section .h-\[200px\] {
  height: 200px;
}

.dm-section .h-\[30px\] {
  height: 30px;
}

.dm-section .h-\[320px\] {
  height: 320px;
}

.dm-section .h-\[36px\] {
  height: 36px;
}

.dm-section .h-\[40\%\] {
  height: 40%;
}

.dm-section .h-\[44px\] {
  height: 44px;
}

.dm-section .h-\[85dvh\] {
  height: 85dvh;
}

.dm-section .h-\[90dvh\] {
  height: 90dvh;
}

.dm-section .h-auto {
  height: auto;
}

.dm-section .h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.dm-section .h-full {
  height: 100%;
}

.dm-section .h-max {
  height: -moz-max-content;
  height: max-content;
}

.dm-section .h-min {
  height: -moz-min-content;
  height: min-content;
}

.dm-section .h-screen {
  height: 100vh;
}

.dm-section .max-h-12 {
  max-height: calc(var(--spacing) * 12);
}

.dm-section .max-h-\[360px\] {
  max-height: 360px;
}

.dm-section .max-h-screen {
  max-height: 100vh;
}

.dm-section .min-h-0 {
  min-height: 0;
}

.dm-section .min-h-12 {
  min-height: calc(var(--spacing) * 12);
}

.dm-section .min-h-5 {
  min-height: calc(var(--spacing) * 5);
}

.dm-section .min-h-56 {
  min-height: calc(var(--spacing) * 56);
}

.dm-section .min-h-9 {
  min-height: calc(var(--spacing) * 9);
}

.dm-section .min-h-\[235px\] {
  min-height: 235px;
}

.dm-section .min-h-\[24px\] {
  min-height: 24px;
}

.dm-section .min-h-\[32px\] {
  min-height: 32px;
}

.dm-section .min-h-\[500px\] {
  min-height: 500px;
}

.dm-section .\!w-6 {
  width: calc(var(--spacing) * 6) !important;
}

.dm-section .w-0 {
  width: 0;
}

.dm-section .w-1 {
  width: calc(var(--spacing) * 1);
}

.dm-section .w-10 {
  width: calc(var(--spacing) * 10);
}

.dm-section .w-11 {
  width: calc(var(--spacing) * 11);
}

.dm-section .w-12 {
  width: calc(var(--spacing) * 12);
}

.dm-section .w-14 {
  width: calc(var(--spacing) * 14);
}

.dm-section .w-16 {
  width: calc(var(--spacing) * 16);
}

.dm-section .w-2 {
  width: calc(var(--spacing) * 2);
}

.dm-section .w-2\.5 {
  width: calc(var(--spacing) * 2.5);
}

.dm-section .w-2\/5 {
  width: 40%;
}

.dm-section .w-20 {
  width: calc(var(--spacing) * 20);
}

.dm-section .w-24 {
  width: calc(var(--spacing) * 24);
}

.dm-section .w-28 {
  width: calc(var(--spacing) * 28);
}

.dm-section .w-3 {
  width: calc(var(--spacing) * 3);
}

.dm-section .w-3\/4 {
  width: 75%;
}

.dm-section .w-32 {
  width: calc(var(--spacing) * 32);
}

.dm-section .w-36 {
  width: calc(var(--spacing) * 36);
}

.dm-section .w-4 {
  width: calc(var(--spacing) * 4);
}

.dm-section .w-40 {
  width: calc(var(--spacing) * 40);
}

.dm-section .w-44 {
  width: calc(var(--spacing) * 44);
}

.dm-section .w-48 {
  width: calc(var(--spacing) * 48);
}

.dm-section .w-5 {
  width: calc(var(--spacing) * 5);
}

.dm-section .w-52 {
  width: calc(var(--spacing) * 52);
}

.dm-section .w-56 {
  width: calc(var(--spacing) * 56);
}

.dm-section .w-6 {
  width: calc(var(--spacing) * 6);
}

.dm-section .w-60 {
  width: calc(var(--spacing) * 60);
}

.dm-section .w-64 {
  width: calc(var(--spacing) * 64);
}

.dm-section .w-7 {
  width: calc(var(--spacing) * 7);
}

.dm-section .w-72 {
  width: calc(var(--spacing) * 72);
}

.dm-section .w-8 {
  width: calc(var(--spacing) * 8);
}

.dm-section .w-80 {
  width: calc(var(--spacing) * 80);
}

.dm-section .w-9 {
  width: calc(var(--spacing) * 9);
}

.dm-section .w-96 {
  width: calc(var(--spacing) * 96);
}

.dm-section .w-\[150px\] {
  width: 150px;
}

.dm-section .w-\[18px\] {
  width: 18px;
}

.dm-section .w-\[200px\] {
  width: 200px;
}

.dm-section .w-\[255px\] {
  width: 255px;
}

.dm-section .w-\[280px\] {
  width: 280px;
}

.dm-section .w-\[300px\] {
  width: 300px;
}

.dm-section .w-\[30px\] {
  width: 30px;
}

.dm-section .w-\[350px\] {
  width: 350px;
}

.dm-section .w-\[40\%\] {
  width: 40%;
}

.dm-section .w-\[400px\] {
  width: 400px;
}

.dm-section .w-\[45\%\] {
  width: 45%;
}

.dm-section .w-\[80px\] {
  width: 80px;
}

.dm-section .w-\[85vw\] {
  width: 85vw;
}

.dm-section .w-auto {
  width: auto;
}

.dm-section .w-dvw {
  width: 100dvw;
}

.dm-section .w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.dm-section .w-full {
  width: 100%;
}

.dm-section .w-max {
  width: -moz-max-content;
  width: max-content;
}

.dm-section .w-min {
  width: -moz-min-content;
  width: min-content;
}

.dm-section .w-screen {
  width: 100vw;
}

.dm-section .min-w-0 {
  min-width: 0;
}

.dm-section .min-w-1 {
  min-width: calc(var(--spacing) * 1);
}

.dm-section .min-w-10 {
  min-width: calc(var(--spacing) * 10);
}

.dm-section .min-w-11 {
  min-width: calc(var(--spacing) * 11);
}

.dm-section .min-w-12 {
  min-width: calc(var(--spacing) * 12);
}

.dm-section .min-w-14 {
  min-width: calc(var(--spacing) * 14);
}

.dm-section .min-w-16 {
  min-width: calc(var(--spacing) * 16);
}

.dm-section .min-w-2 {
  min-width: calc(var(--spacing) * 2);
}

.dm-section .min-w-20 {
  min-width: calc(var(--spacing) * 20);
}

.dm-section .min-w-24 {
  min-width: calc(var(--spacing) * 24);
}

.dm-section .min-w-28 {
  min-width: calc(var(--spacing) * 28);
}

.dm-section .min-w-3 {
  min-width: calc(var(--spacing) * 3);
}

.dm-section .min-w-32 {
  min-width: calc(var(--spacing) * 32);
}

.dm-section .min-w-36 {
  min-width: calc(var(--spacing) * 36);
}

.dm-section .min-w-4 {
  min-width: calc(var(--spacing) * 4);
}

.dm-section .min-w-40 {
  min-width: calc(var(--spacing) * 40);
}

.dm-section .min-w-44 {
  min-width: calc(var(--spacing) * 44);
}

.dm-section .min-w-48 {
  min-width: calc(var(--spacing) * 48);
}

.dm-section .min-w-5 {
  min-width: calc(var(--spacing) * 5);
}

.dm-section .min-w-52 {
  min-width: calc(var(--spacing) * 52);
}

.dm-section .min-w-56 {
  min-width: calc(var(--spacing) * 56);
}

.dm-section .min-w-6 {
  min-width: calc(var(--spacing) * 6);
}

.dm-section .min-w-60 {
  min-width: calc(var(--spacing) * 60);
}

.dm-section .min-w-64 {
  min-width: calc(var(--spacing) * 64);
}

.dm-section .min-w-7 {
  min-width: calc(var(--spacing) * 7);
}

.dm-section .min-w-72 {
  min-width: calc(var(--spacing) * 72);
}

.dm-section .min-w-8 {
  min-width: calc(var(--spacing) * 8);
}

.dm-section .min-w-80 {
  min-width: calc(var(--spacing) * 80);
}

.dm-section .min-w-9 {
  min-width: calc(var(--spacing) * 9);
}

.dm-section .min-w-96 {
  min-width: calc(var(--spacing) * 96);
}

.dm-section .min-w-\[164px\] {
  min-width: 164px;
}

.dm-section .min-w-\[24px\] {
  min-width: 24px;
}

.dm-section .min-w-\[350px\] {
  min-width: 350px;
}

.dm-section .min-w-\[85vw\] {
  min-width: 85vw;
}

.dm-section .min-w-full {
  min-width: 100%;
}

.dm-section .max-w-0 {
  max-width: 0px;
}

.dm-section .max-w-2xl {
  max-width: 672px;
}

.dm-section .max-w-3xl {
  max-width: 768px;
}

.dm-section .max-w-4xl {
  max-width: 896px;
}

.dm-section .max-w-5xl {
  max-width: 1024px;
}

.dm-section .max-w-\[200px\] {
  max-width: 200px;
}

.dm-section .max-w-\[300px\] {
  max-width: 300px;
}

.dm-section .max-w-\[60\%\] {
  max-width: 60%;
}

.dm-section .max-w-\[85\%\] {
  max-width: 85%;
}

.dm-section .max-w-\[calc\(100vw-30px\)\] {
  max-width: calc(100vw - 30px);
}

.dm-section .max-w-full {
  max-width: 100%;
}

.dm-section .max-w-lg {
  max-width: 512px;
}

.dm-section .max-w-md {
  max-width: 448px;
}

.dm-section .max-w-none {
  max-width: none;
}

.dm-section .max-w-screen-lg {
  max-width: 1024px;
}

.dm-section .max-w-screen-md {
  max-width: 768px;
}

.dm-section .max-w-screen-sm {
  max-width: 640px;
}

.dm-section .max-w-screen-xl {
  max-width: 1280px;
}

.dm-section .max-w-sm {
  max-width: 384px;
}

.dm-section .max-w-xl {
  max-width: 576px;
}

.dm-section .max-w-xs {
  max-width: 320px;
}

.dm-section .flex-1 {
  flex: 1 1 0%;
}

.dm-section .flex-auto {
  flex: 1 1 auto;
}

.dm-section .flex-initial {
  flex: 0 1 auto;
}

.dm-section .flex-none {
  flex: none;
}

.dm-section .flex-shrink {
  flex-shrink: 1;
}

.dm-section .flex-shrink-0 {
  flex-shrink: 0;
}

.dm-section .shrink-0 {
  flex-shrink: 0;
}

.dm-section .flex-grow {
  flex-grow: 1;
}

.dm-section .basis-0 {
  flex-basis: 0;
}

.dm-section .-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));
}

.dm-section .-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));
}

.dm-section .-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));
}

.dm-section .translate-x-0 {
  --tw-translate-x: 0;
  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));
}

.dm-section .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));
}

.dm-section .translate-x-\[-100\%\] {
  --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));
}

.dm-section .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));
}

.dm-section .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));
}

.dm-section .rotate-\[4deg\] {
  --tw-rotate: 4deg;
  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));
}

.dm-section .scale-95 {
  --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));
}

.dm-section .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 spin {
  to {
    transform: rotate(360deg);
  }
}

.dm-section .animate-spin {
  animation: spin 1s linear infinite;
}

@keyframes wiggleCta {
  0%, 60% {
    transform: rotate(0deg);
  }

  70% {
    transform: rotate(-1deg);
  }

  90% {
    transform: rotate(1deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.dm-section .animate-wiggleCta {
  animation: wiggleCta 3s infinite;
}

.dm-section .\!cursor-pointer {
  cursor: pointer !important;
}

.dm-section .cursor-grab {
  cursor: grab;
}

.dm-section .cursor-pointer {
  cursor: pointer;
}

.dm-section .select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.dm-section .resize-y {
  resize: vertical;
}

.dm-section .snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.dm-section .snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.dm-section .snap-center {
  scroll-snap-align: center;
}

.dm-section .list-none {
  list-style-type: none;
}

.dm-section .appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.dm-section .break-inside-avoid-column {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.dm-section .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.dm-section .grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.dm-section .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dm-section .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dm-section .grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dm-section .grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.dm-section .grid-cols-\[1\.5fr_0\.8fr_0\.8fr\] {
  grid-template-columns: 1.5fr 0.8fr 0.8fr;
}

.dm-section .grid-cols-\[1fr_auto_1fr\] {
  grid-template-columns: 1fr auto 1fr;
}

.dm-section .flex-row {
  flex-direction: row;
}

.dm-section .flex-row-reverse {
  flex-direction: row-reverse;
}

.dm-section .flex-col {
  flex-direction: column;
}

.dm-section .flex-wrap {
  flex-wrap: wrap;
}

.dm-section .flex-nowrap {
  flex-wrap: nowrap;
}

.dm-section .place-items-center {
  place-items: center;
}

.dm-section .items-start {
  align-items: flex-start;
}

.dm-section .items-end {
  align-items: flex-end;
}

.dm-section .items-center {
  align-items: center;
}

.dm-section .items-stretch {
  align-items: stretch;
}

.dm-section .justify-start {
  justify-content: flex-start;
}

.dm-section .justify-end {
  justify-content: flex-end;
}

.dm-section .justify-center {
  justify-content: center;
}

.dm-section .justify-between {
  justify-content: space-between;
}

.dm-section .justify-around {
  justify-content: space-around;
}

.dm-section .justify-evenly {
  justify-content: space-evenly;
}

.dm-section .justify-stretch {
  justify-content: stretch;
}

.dm-section .gap-0 {
  gap: 0;
}

.dm-section .gap-0\.5 {
  gap: calc(var(--spacing) * 0.5);
}

.dm-section .gap-1 {
  gap: calc(var(--spacing) * 1);
}

.dm-section .gap-1\.5 {
  gap: calc(var(--spacing) * 1.5);
}

.dm-section .gap-10 {
  gap: calc(var(--spacing) * 10);
}

.dm-section .gap-11 {
  gap: calc(var(--spacing) * 11);
}

.dm-section .gap-12 {
  gap: calc(var(--spacing) * 12);
}

.dm-section .gap-14 {
  gap: calc(var(--spacing) * 14);
}

.dm-section .gap-16 {
  gap: calc(var(--spacing) * 16);
}

.dm-section .gap-2 {
  gap: calc(var(--spacing) * 2);
}

.dm-section .gap-2\.5 {
  gap: calc(var(--spacing) * 2.5);
}

.dm-section .gap-20 {
  gap: calc(var(--spacing) * 20);
}

.dm-section .gap-24 {
  gap: calc(var(--spacing) * 24);
}

.dm-section .gap-28 {
  gap: calc(var(--spacing) * 28);
}

.dm-section .gap-3 {
  gap: calc(var(--spacing) * 3);
}

.dm-section .gap-32 {
  gap: calc(var(--spacing) * 32);
}

.dm-section .gap-36 {
  gap: calc(var(--spacing) * 36);
}

.dm-section .gap-4 {
  gap: calc(var(--spacing) * 4);
}

.dm-section .gap-40 {
  gap: calc(var(--spacing) * 40);
}

.dm-section .gap-44 {
  gap: calc(var(--spacing) * 44);
}

.dm-section .gap-48 {
  gap: calc(var(--spacing) * 48);
}

.dm-section .gap-5 {
  gap: calc(var(--spacing) * 5);
}

.dm-section .gap-52 {
  gap: calc(var(--spacing) * 52);
}

.dm-section .gap-56 {
  gap: calc(var(--spacing) * 56);
}

.dm-section .gap-6 {
  gap: calc(var(--spacing) * 6);
}

.dm-section .gap-60 {
  gap: calc(var(--spacing) * 60);
}

.dm-section .gap-64 {
  gap: calc(var(--spacing) * 64);
}

.dm-section .gap-7 {
  gap: calc(var(--spacing) * 7);
}

.dm-section .gap-72 {
  gap: calc(var(--spacing) * 72);
}

.dm-section .gap-8 {
  gap: calc(var(--spacing) * 8);
}

.dm-section .gap-80 {
  gap: calc(var(--spacing) * 80);
}

.dm-section .gap-9 {
  gap: calc(var(--spacing) * 9);
}

.dm-section .gap-96 {
  gap: calc(var(--spacing) * 96);
}

.dm-section .gap-\[1px\] {
  gap: 1px;
}

.dm-section .gap-px {
  gap: 1px;
}

.dm-section .gap-x-1 {
  -moz-column-gap: calc(var(--spacing) * 1);
       column-gap: calc(var(--spacing) * 1);
}

.dm-section .gap-x-1\.5 {
  -moz-column-gap: calc(var(--spacing) * 1.5);
       column-gap: calc(var(--spacing) * 1.5);
}

.dm-section .gap-x-16 {
  -moz-column-gap: calc(var(--spacing) * 16);
       column-gap: calc(var(--spacing) * 16);
}

.dm-section .gap-x-2 {
  -moz-column-gap: calc(var(--spacing) * 2);
       column-gap: calc(var(--spacing) * 2);
}

.dm-section .gap-x-20 {
  -moz-column-gap: calc(var(--spacing) * 20);
       column-gap: calc(var(--spacing) * 20);
}

.dm-section .gap-x-3 {
  -moz-column-gap: calc(var(--spacing) * 3);
       column-gap: calc(var(--spacing) * 3);
}

.dm-section .gap-x-4 {
  -moz-column-gap: calc(var(--spacing) * 4);
       column-gap: calc(var(--spacing) * 4);
}

.dm-section .gap-x-6 {
  -moz-column-gap: calc(var(--spacing) * 6);
       column-gap: calc(var(--spacing) * 6);
}

.dm-section .gap-x-8 {
  -moz-column-gap: calc(var(--spacing) * 8);
       column-gap: calc(var(--spacing) * 8);
}

.dm-section .gap-x-\[1px\] {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.dm-section .gap-x-\[2px\] {
  -moz-column-gap: 2px;
       column-gap: 2px;
}

.dm-section .gap-y-1 {
  row-gap: calc(var(--spacing) * 1);
}

.dm-section .gap-y-1\.5 {
  row-gap: calc(var(--spacing) * 1.5);
}

.dm-section .gap-y-10 {
  row-gap: calc(var(--spacing) * 10);
}

.dm-section .gap-y-12 {
  row-gap: calc(var(--spacing) * 12);
}

.dm-section .gap-y-16 {
  row-gap: calc(var(--spacing) * 16);
}

.dm-section .gap-y-2 {
  row-gap: calc(var(--spacing) * 2);
}

.dm-section .gap-y-3 {
  row-gap: calc(var(--spacing) * 3);
}

.dm-section .gap-y-4 {
  row-gap: calc(var(--spacing) * 4);
}

.dm-section .gap-y-6 {
  row-gap: calc(var(--spacing) * 6);
}

.dm-section .gap-y-8 {
  row-gap: calc(var(--spacing) * 8);
}

.dm-section .gap-y-\[10px\] {
  row-gap: 10px;
}

.dm-section .gap-y-\[1px\] {
  row-gap: 1px;
}

.dm-section .gap-y-\[2px\] {
  row-gap: 2px;
}

.dm-section :is(.\!space-y-0 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}

.dm-section :is(.-space-x-4 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(calc(var(--spacing) * 4) * -1) * var(--tw-space-x-reverse));
  margin-left: calc(calc(calc(var(--spacing) * 4) * -1) * calc(1 - var(--tw-space-x-reverse)));
}

.dm-section .overflow-auto {
  overflow: auto;
}

.dm-section .overflow-hidden {
  overflow: hidden;
}

.dm-section .overflow-visible {
  overflow: visible;
}

.dm-section .overflow-scroll {
  overflow: scroll;
}

.dm-section .overflow-x-auto {
  overflow-x: auto;
}

.dm-section .overflow-y-auto {
  overflow-y: auto;
}

.dm-section .overflow-y-scroll {
  overflow-y: scroll;
}

.dm-section .text-ellipsis {
  text-overflow: ellipsis;
}

.dm-section .whitespace-nowrap {
  white-space: nowrap;
}

.dm-section .rounded {
  border-radius: var(--radius-base);
}

.dm-section .rounded-\[8px\] {
  border-radius: 8px;
}

.dm-section .rounded-\[inherit\] {
  border-radius: inherit;
}

.dm-section .rounded-full {
  border-radius: 9999px;
}

.dm-section .rounded-lg {
  border-radius: var(--radius-lg);
}

.dm-section .rounded-md {
  border-radius: var(--radius-md);
}

.dm-section .rounded-sm {
  border-radius: var(--radius-sm);
}

.dm-section .rounded-xl {
  border-radius: var(--radius-xl);
}

.dm-section .rounded-xs {
  border-radius: var(--radius-xs);
}

.dm-section .rounded-b-xl {
  border-bottom-right-radius: var(--radius-xl);
  border-bottom-left-radius: var(--radius-xl);
}

.dm-section .rounded-t {
  border-top-left-radius: var(--radius-base);
  border-top-right-radius: var(--radius-base);
}

.dm-section .rounded-t-xl {
  border-top-left-radius: var(--radius-xl);
  border-top-right-radius: var(--radius-xl);
}

.dm-section .border {
  border-width: 1px;
}

.dm-section .border-0 {
  border-width: 0px;
}

.dm-section .border-2 {
  border-width: 2px;
}

.dm-section .border-\[12px\] {
  border-width: 12px;
}

.dm-section .border-\[1px\] {
  border-width: 1px;
}

.dm-section .border-\[3px\] {
  border-width: 3px;
}

.dm-section .\!border-b-\[1\.5rem\] {
  border-bottom-width: 1.5rem !important;
}

.dm-section .border-b {
  border-bottom-width: 1px;
}

.dm-section .border-l {
  border-left-width: 1px;
}

.dm-section .border-l-2 {
  border-left-width: 2px;
}

.dm-section .border-r {
  border-right-width: 1px;
}

.dm-section .border-r-\[1px\] {
  border-right-width: 1px;
}

.dm-section .border-t {
  border-top-width: 1px;
}

.dm-section .border-solid {
  border-style: solid;
}

.dm-section .border-none {
  border-style: none;
}

.dm-section .\!border-\[\#40D600\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(64 214 0 / var(--tw-border-opacity, 1)) !important;
}

.dm-section .\!border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}

.dm-section .border-accent {
  border-color: var(--accent);
}

.dm-section .border-accent-500 {
  border-color: var(--accent-50);
}

.dm-section .border-accent-700 {
  border-color: var(--accent-70);
}

.dm-section .border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.dm-section .border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.dm-section .border-border {
  border-color: var(--border);
}

.dm-section .border-destructive {
  border-color: var(--destructive);
}

.dm-section .border-foreground {
  border-color: var(--foreground);
}

.dm-section .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.dm-section .border-grey_900 {
  --tw-border-opacity: 1;
  border-color: rgb(37 37 37 / var(--tw-border-opacity, 1));
}

.dm-section .border-input {
  border-color: var(--input);
}

.dm-section .border-muted {
  border-color: var(--muted);
}

.dm-section .border-neutral-1000 {
  border-color: var(--neutral-100);
}

.dm-section .border-neutral-500 {
  border-color: var(--neutral-50);
}

.dm-section .border-neutral-900 {
  border-color: var(--neutral-90);
}

.dm-section .border-primary {
  border-color: var(--primary);
}

.dm-section .border-primary-500 {
  border-color: var(--primary-50);
}

.dm-section .border-primary-700 {
  border-color: var(--primary-70);
}

.dm-section .border-secondary {
  border-color: var(--secondary);
}

.dm-section .border-secondary-500 {
  border-color: var(--secondary-50);
}

.dm-section .border-secondary-700 {
  border-color: var(--secondary-70);
}

.dm-section .border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.dm-section .border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.dm-section .border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}

.dm-section .border-white\/\[0\.06\] {
  border-color: rgb(255 255 255 / 0.06);
}

.dm-section .border-t-primary-500 {
  border-top-color: var(--primary-50);
}

.dm-section .\!bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}

.dm-section .bg-\[\#00B67A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 182 122 / var(--tw-bg-opacity, 1));
}

.dm-section .bg-\[\#40D600\]\/20 {
  background-color: rgb(64 214 0 / 0.2);
}

.dm-section .bg-\[\#40d600\] {
  --tw-bg-opacity: 1;
  background-color: rgb(64 214 0 / var(--tw-bg-opacity, 1));
}

.dm-section .bg-accent {
  background-color: var(--accent);
}

.dm-section .bg-accent-100 {
  background-color: var(--accent-10);
}

.dm-section .bg-accent-200 {
  background-color: var(--accent-20);
}

.dm-section .bg-accent-500 {
  background-color: var(--accent-50);
}

.dm-section .bg-accent-foreground {
  background-color: var(--accent-foreground);
}

.dm-section .bg-background {
  background-color: var(--background);
}

.dm-section .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.dm-section .bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.dm-section .bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.dm-section .bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.dm-section .bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.dm-section .bg-border {
  background-color: var(--border);
}

.dm-section .bg-card {
  background-color: var(--card);
}

.dm-section .bg-card-foreground {
  background-color: var(--card-foreground);
}

.dm-section .bg-destructive {
  background-color: var(--destructive);
}

.dm-section .bg-destructive-foreground {
  background-color: var(--destructive-foreground);
}

.dm-section .bg-foreground {
  background-color: var(--foreground);
}

.dm-section .bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.dm-section .bg-grey_1100 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity, 1));
}

.dm-section .bg-grey_1200 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity, 1));
}

.dm-section .bg-grey_200 {
  --tw-bg-opacity: 1;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity, 1));
}

.dm-section .bg-grey_400 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 54 54 / var(--tw-bg-opacity, 1));
}

.dm-section .bg-grey_900 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity, 1));
}

.dm-section .bg-input {
  background-color: var(--input);
}

.dm-section .bg-muted {
  background-color: var(--muted);
}

.dm-section .bg-muted-foreground {
  background-color: var(--muted-foreground);
}

.dm-section .bg-neutral-0 {
  background-color: var(--neutral-0);
}

.dm-section .bg-neutral-100 {
  background-color: var(--neutral-10);
}

.dm-section .bg-neutral-300 {
  background-color: var(--neutral-30);
}

.dm-section .bg-popover {
  background-color: var(--popover);
}

.dm-section .bg-popover-foreground {
  background-color: var(--popover-foreground);
}

.dm-section .bg-primary {
  background-color: var(--primary);
}

.dm-section .bg-primary-100 {
  background-color: var(--primary-10);
}

.dm-section .bg-primary-200 {
  background-color: var(--primary-20);
}

.dm-section .bg-primary-500 {
  background-color: var(--primary-50);
}

.dm-section .bg-primary-foreground {
  background-color: var(--primary-foreground);
}

.dm-section .bg-ring {
  background-color: var(--ring);
}

.dm-section .bg-secondary {
  background-color: var(--secondary);
}

.dm-section .bg-secondary-100 {
  background-color: var(--secondary-10);
}

.dm-section .bg-secondary-200 {
  background-color: var(--secondary-20);
}

.dm-section .bg-secondary-500 {
  background-color: var(--secondary-50);
}

.dm-section .bg-secondary-foreground {
  background-color: var(--secondary-foreground);
}

.dm-section .bg-selection {
  background-color: var(--selection);
}

.dm-section .bg-selection-foreground {
  background-color: var(--selection-foreground);
}

.dm-section .bg-sidebar {
  background-color: var(--sidebar);
}

.dm-section .bg-sidebar-foreground {
  background-color: var(--sidebar-foreground);
}

.dm-section .bg-surface {
  background-color: var(--surface);
}

.dm-section .bg-surface-foreground {
  background-color: var(--surface-foreground);
}

.dm-section .bg-transparent {
  background-color: transparent;
}

.dm-section .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.dm-section .bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.dm-section .bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.dm-section .bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.dm-section .bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.dm-section .bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.dm-section .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.dm-section .from-accent-200 {
  --tw-gradient-from: var(--accent-20) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dm-section .from-primary-200 {
  --tw-gradient-from: var(--primary-20) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dm-section .from-primary-500 {
  --tw-gradient-from: var(--primary-50) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dm-section .from-purple-100 {
  --tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dm-section .from-secondary-200 {
  --tw-gradient-from: var(--secondary-20) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dm-section .to-accent-500 {
  --tw-gradient-to: var(--accent-50) var(--tw-gradient-to-position);
}

.dm-section .to-pink-100 {
  --tw-gradient-to: #fce7f3 var(--tw-gradient-to-position);
}

.dm-section .to-primary-500 {
  --tw-gradient-to: var(--primary-50) var(--tw-gradient-to-position);
}

.dm-section .to-secondary-500 {
  --tw-gradient-to: var(--secondary-50) var(--tw-gradient-to-position);
}

.dm-section .bg-\[length\:15px_15px\] {
  background-size: 15px 15px;
}

.dm-section .bg-repeat {
  background-repeat: repeat;
}

.dm-section .stroke-accent {
  stroke: var(--accent);
}

.dm-section .stroke-muted {
  stroke: var(--muted);
}

.dm-section .object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.dm-section .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.dm-section .\!p-0 {
  padding: 0 !important;
}

.dm-section .p-0 {
  padding: 0;
}

.dm-section .p-0\.5 {
  padding: calc(var(--spacing) * 0.5);
}

.dm-section .p-1 {
  padding: calc(var(--spacing) * 1);
}

.dm-section .p-1\.5 {
  padding: calc(var(--spacing) * 1.5);
}

.dm-section .p-10 {
  padding: calc(var(--spacing) * 10);
}

.dm-section .p-11 {
  padding: calc(var(--spacing) * 11);
}

.dm-section .p-12 {
  padding: calc(var(--spacing) * 12);
}

.dm-section .p-14 {
  padding: calc(var(--spacing) * 14);
}

.dm-section .p-16 {
  padding: calc(var(--spacing) * 16);
}

.dm-section .p-2 {
  padding: calc(var(--spacing) * 2);
}

.dm-section .p-20 {
  padding: calc(var(--spacing) * 20);
}

.dm-section .p-24 {
  padding: calc(var(--spacing) * 24);
}

.dm-section .p-28 {
  padding: calc(var(--spacing) * 28);
}

.dm-section .p-3 {
  padding: calc(var(--spacing) * 3);
}

.dm-section .p-32 {
  padding: calc(var(--spacing) * 32);
}

.dm-section .p-36 {
  padding: calc(var(--spacing) * 36);
}

.dm-section .p-4 {
  padding: calc(var(--spacing) * 4);
}

.dm-section .p-40 {
  padding: calc(var(--spacing) * 40);
}

.dm-section .p-44 {
  padding: calc(var(--spacing) * 44);
}

.dm-section .p-48 {
  padding: calc(var(--spacing) * 48);
}

.dm-section .p-5 {
  padding: calc(var(--spacing) * 5);
}

.dm-section .p-52 {
  padding: calc(var(--spacing) * 52);
}

.dm-section .p-56 {
  padding: calc(var(--spacing) * 56);
}

.dm-section .p-6 {
  padding: calc(var(--spacing) * 6);
}

.dm-section .p-60 {
  padding: calc(var(--spacing) * 60);
}

.dm-section .p-64 {
  padding: calc(var(--spacing) * 64);
}

.dm-section .p-7 {
  padding: calc(var(--spacing) * 7);
}

.dm-section .p-72 {
  padding: calc(var(--spacing) * 72);
}

.dm-section .p-8 {
  padding: calc(var(--spacing) * 8);
}

.dm-section .p-80 {
  padding: calc(var(--spacing) * 80);
}

.dm-section .p-9 {
  padding: calc(var(--spacing) * 9);
}

.dm-section .p-96 {
  padding: calc(var(--spacing) * 96);
}

.dm-section .p-\[30px\] {
  padding: 30px;
}

.dm-section .px-0 {
  padding-left: 0;
  padding-right: 0;
}

.dm-section .px-1 {
  padding-left: calc(var(--spacing) * 1);
  padding-right: calc(var(--spacing) * 1);
}

.dm-section .px-1\.5 {
  padding-left: calc(var(--spacing) * 1.5);
  padding-right: calc(var(--spacing) * 1.5);
}

.dm-section .px-10 {
  padding-left: calc(var(--spacing) * 10);
  padding-right: calc(var(--spacing) * 10);
}

.dm-section .px-11 {
  padding-left: calc(var(--spacing) * 11);
  padding-right: calc(var(--spacing) * 11);
}

.dm-section .px-12 {
  padding-left: calc(var(--spacing) * 12);
  padding-right: calc(var(--spacing) * 12);
}

.dm-section .px-14 {
  padding-left: calc(var(--spacing) * 14);
  padding-right: calc(var(--spacing) * 14);
}

.dm-section .px-16 {
  padding-left: calc(var(--spacing) * 16);
  padding-right: calc(var(--spacing) * 16);
}

.dm-section .px-2 {
  padding-left: calc(var(--spacing) * 2);
  padding-right: calc(var(--spacing) * 2);
}

.dm-section .px-20 {
  padding-left: calc(var(--spacing) * 20);
  padding-right: calc(var(--spacing) * 20);
}

.dm-section .px-24 {
  padding-left: calc(var(--spacing) * 24);
  padding-right: calc(var(--spacing) * 24);
}

.dm-section .px-28 {
  padding-left: calc(var(--spacing) * 28);
  padding-right: calc(var(--spacing) * 28);
}

.dm-section .px-3 {
  padding-left: calc(var(--spacing) * 3);
  padding-right: calc(var(--spacing) * 3);
}

.dm-section .px-32 {
  padding-left: calc(var(--spacing) * 32);
  padding-right: calc(var(--spacing) * 32);
}

.dm-section .px-36 {
  padding-left: calc(var(--spacing) * 36);
  padding-right: calc(var(--spacing) * 36);
}

.dm-section .px-4 {
  padding-left: calc(var(--spacing) * 4);
  padding-right: calc(var(--spacing) * 4);
}

.dm-section .px-40 {
  padding-left: calc(var(--spacing) * 40);
  padding-right: calc(var(--spacing) * 40);
}

.dm-section .px-44 {
  padding-left: calc(var(--spacing) * 44);
  padding-right: calc(var(--spacing) * 44);
}

.dm-section .px-48 {
  padding-left: calc(var(--spacing) * 48);
  padding-right: calc(var(--spacing) * 48);
}

.dm-section .px-5 {
  padding-left: calc(var(--spacing) * 5);
  padding-right: calc(var(--spacing) * 5);
}

.dm-section .px-52 {
  padding-left: calc(var(--spacing) * 52);
  padding-right: calc(var(--spacing) * 52);
}

.dm-section .px-56 {
  padding-left: calc(var(--spacing) * 56);
  padding-right: calc(var(--spacing) * 56);
}

.dm-section .px-6 {
  padding-left: calc(var(--spacing) * 6);
  padding-right: calc(var(--spacing) * 6);
}

.dm-section .px-60 {
  padding-left: calc(var(--spacing) * 60);
  padding-right: calc(var(--spacing) * 60);
}

.dm-section .px-64 {
  padding-left: calc(var(--spacing) * 64);
  padding-right: calc(var(--spacing) * 64);
}

.dm-section .px-7 {
  padding-left: calc(var(--spacing) * 7);
  padding-right: calc(var(--spacing) * 7);
}

.dm-section .px-72 {
  padding-left: calc(var(--spacing) * 72);
  padding-right: calc(var(--spacing) * 72);
}

.dm-section .px-8 {
  padding-left: calc(var(--spacing) * 8);
  padding-right: calc(var(--spacing) * 8);
}

.dm-section .px-80 {
  padding-left: calc(var(--spacing) * 80);
  padding-right: calc(var(--spacing) * 80);
}

.dm-section .px-9 {
  padding-left: calc(var(--spacing) * 9);
  padding-right: calc(var(--spacing) * 9);
}

.dm-section .px-96 {
  padding-left: calc(var(--spacing) * 96);
  padding-right: calc(var(--spacing) * 96);
}

.dm-section .py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.dm-section .py-1 {
  padding-top: calc(var(--spacing) * 1);
  padding-bottom: calc(var(--spacing) * 1);
}

.dm-section .py-10 {
  padding-top: calc(var(--spacing) * 10);
  padding-bottom: calc(var(--spacing) * 10);
}

.dm-section .py-11 {
  padding-top: calc(var(--spacing) * 11);
  padding-bottom: calc(var(--spacing) * 11);
}

.dm-section .py-12 {
  padding-top: calc(var(--spacing) * 12);
  padding-bottom: calc(var(--spacing) * 12);
}

.dm-section .py-14 {
  padding-top: calc(var(--spacing) * 14);
  padding-bottom: calc(var(--spacing) * 14);
}

.dm-section .py-16 {
  padding-top: calc(var(--spacing) * 16);
  padding-bottom: calc(var(--spacing) * 16);
}

.dm-section .py-2 {
  padding-top: calc(var(--spacing) * 2);
  padding-bottom: calc(var(--spacing) * 2);
}

.dm-section .py-2\.5 {
  padding-top: calc(var(--spacing) * 2.5);
  padding-bottom: calc(var(--spacing) * 2.5);
}

.dm-section .py-20 {
  padding-top: calc(var(--spacing) * 20);
  padding-bottom: calc(var(--spacing) * 20);
}

.dm-section .py-24 {
  padding-top: calc(var(--spacing) * 24);
  padding-bottom: calc(var(--spacing) * 24);
}

.dm-section .py-28 {
  padding-top: calc(var(--spacing) * 28);
  padding-bottom: calc(var(--spacing) * 28);
}

.dm-section .py-3 {
  padding-top: calc(var(--spacing) * 3);
  padding-bottom: calc(var(--spacing) * 3);
}

.dm-section .py-32 {
  padding-top: calc(var(--spacing) * 32);
  padding-bottom: calc(var(--spacing) * 32);
}

.dm-section .py-36 {
  padding-top: calc(var(--spacing) * 36);
  padding-bottom: calc(var(--spacing) * 36);
}

.dm-section .py-4 {
  padding-top: calc(var(--spacing) * 4);
  padding-bottom: calc(var(--spacing) * 4);
}

.dm-section .py-40 {
  padding-top: calc(var(--spacing) * 40);
  padding-bottom: calc(var(--spacing) * 40);
}

.dm-section .py-44 {
  padding-top: calc(var(--spacing) * 44);
  padding-bottom: calc(var(--spacing) * 44);
}

.dm-section .py-48 {
  padding-top: calc(var(--spacing) * 48);
  padding-bottom: calc(var(--spacing) * 48);
}

.dm-section .py-5 {
  padding-top: calc(var(--spacing) * 5);
  padding-bottom: calc(var(--spacing) * 5);
}

.dm-section .py-52 {
  padding-top: calc(var(--spacing) * 52);
  padding-bottom: calc(var(--spacing) * 52);
}

.dm-section .py-56 {
  padding-top: calc(var(--spacing) * 56);
  padding-bottom: calc(var(--spacing) * 56);
}

.dm-section .py-6 {
  padding-top: calc(var(--spacing) * 6);
  padding-bottom: calc(var(--spacing) * 6);
}

.dm-section .py-60 {
  padding-top: calc(var(--spacing) * 60);
  padding-bottom: calc(var(--spacing) * 60);
}

.dm-section .py-64 {
  padding-top: calc(var(--spacing) * 64);
  padding-bottom: calc(var(--spacing) * 64);
}

.dm-section .py-7 {
  padding-top: calc(var(--spacing) * 7);
  padding-bottom: calc(var(--spacing) * 7);
}

.dm-section .py-72 {
  padding-top: calc(var(--spacing) * 72);
  padding-bottom: calc(var(--spacing) * 72);
}

.dm-section .py-8 {
  padding-top: calc(var(--spacing) * 8);
  padding-bottom: calc(var(--spacing) * 8);
}

.dm-section .py-80 {
  padding-top: calc(var(--spacing) * 80);
  padding-bottom: calc(var(--spacing) * 80);
}

.dm-section .py-9 {
  padding-top: calc(var(--spacing) * 9);
  padding-bottom: calc(var(--spacing) * 9);
}

.dm-section .py-96 {
  padding-top: calc(var(--spacing) * 96);
  padding-bottom: calc(var(--spacing) * 96);
}

.dm-section .py-\[1\.5px\] {
  padding-top: 1.5px;
  padding-bottom: 1.5px;
}

.dm-section .py-\[8\.5px\] {
  padding-top: 8.5px;
  padding-bottom: 8.5px;
}

.dm-section .\!pb-2 {
  padding-bottom: calc(var(--spacing) * 2) !important;
}

.dm-section .\!pt-3 {
  padding-top: calc(var(--spacing) * 3) !important;
}

.dm-section .pb-0 {
  padding-bottom: 0;
}

.dm-section .pb-1 {
  padding-bottom: calc(var(--spacing) * 1);
}

.dm-section .pb-10 {
  padding-bottom: calc(var(--spacing) * 10);
}

.dm-section .pb-11 {
  padding-bottom: calc(var(--spacing) * 11);
}

.dm-section .pb-12 {
  padding-bottom: calc(var(--spacing) * 12);
}

.dm-section .pb-14 {
  padding-bottom: calc(var(--spacing) * 14);
}

.dm-section .pb-16 {
  padding-bottom: calc(var(--spacing) * 16);
}

.dm-section .pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}

.dm-section .pb-20 {
  padding-bottom: calc(var(--spacing) * 20);
}

.dm-section .pb-24 {
  padding-bottom: calc(var(--spacing) * 24);
}

.dm-section .pb-28 {
  padding-bottom: calc(var(--spacing) * 28);
}

.dm-section .pb-3 {
  padding-bottom: calc(var(--spacing) * 3);
}

.dm-section .pb-32 {
  padding-bottom: calc(var(--spacing) * 32);
}

.dm-section .pb-36 {
  padding-bottom: calc(var(--spacing) * 36);
}

.dm-section .pb-4 {
  padding-bottom: calc(var(--spacing) * 4);
}

.dm-section .pb-40 {
  padding-bottom: calc(var(--spacing) * 40);
}

.dm-section .pb-44 {
  padding-bottom: calc(var(--spacing) * 44);
}

.dm-section .pb-48 {
  padding-bottom: calc(var(--spacing) * 48);
}

.dm-section .pb-5 {
  padding-bottom: calc(var(--spacing) * 5);
}

.dm-section .pb-52 {
  padding-bottom: calc(var(--spacing) * 52);
}

.dm-section .pb-56 {
  padding-bottom: calc(var(--spacing) * 56);
}

.dm-section .pb-6 {
  padding-bottom: calc(var(--spacing) * 6);
}

.dm-section .pb-60 {
  padding-bottom: calc(var(--spacing) * 60);
}

.dm-section .pb-64 {
  padding-bottom: calc(var(--spacing) * 64);
}

.dm-section .pb-7 {
  padding-bottom: calc(var(--spacing) * 7);
}

.dm-section .pb-72 {
  padding-bottom: calc(var(--spacing) * 72);
}

.dm-section .pb-8 {
  padding-bottom: calc(var(--spacing) * 8);
}

.dm-section .pb-80 {
  padding-bottom: calc(var(--spacing) * 80);
}

.dm-section .pb-9 {
  padding-bottom: calc(var(--spacing) * 9);
}

.dm-section .pb-96 {
  padding-bottom: calc(var(--spacing) * 96);
}

.dm-section .pl-0 {
  padding-left: 0;
}

.dm-section .pl-1 {
  padding-left: calc(var(--spacing) * 1);
}

.dm-section .pl-1\.5 {
  padding-left: calc(var(--spacing) * 1.5);
}

.dm-section .pl-10 {
  padding-left: calc(var(--spacing) * 10);
}

.dm-section .pl-11 {
  padding-left: calc(var(--spacing) * 11);
}

.dm-section .pl-12 {
  padding-left: calc(var(--spacing) * 12);
}

.dm-section .pl-14 {
  padding-left: calc(var(--spacing) * 14);
}

.dm-section .pl-16 {
  padding-left: calc(var(--spacing) * 16);
}

.dm-section .pl-2 {
  padding-left: calc(var(--spacing) * 2);
}

.dm-section .pl-20 {
  padding-left: calc(var(--spacing) * 20);
}

.dm-section .pl-24 {
  padding-left: calc(var(--spacing) * 24);
}

.dm-section .pl-28 {
  padding-left: calc(var(--spacing) * 28);
}

.dm-section .pl-3 {
  padding-left: calc(var(--spacing) * 3);
}

.dm-section .pl-32 {
  padding-left: calc(var(--spacing) * 32);
}

.dm-section .pl-36 {
  padding-left: calc(var(--spacing) * 36);
}

.dm-section .pl-4 {
  padding-left: calc(var(--spacing) * 4);
}

.dm-section .pl-40 {
  padding-left: calc(var(--spacing) * 40);
}

.dm-section .pl-44 {
  padding-left: calc(var(--spacing) * 44);
}

.dm-section .pl-48 {
  padding-left: calc(var(--spacing) * 48);
}

.dm-section .pl-5 {
  padding-left: calc(var(--spacing) * 5);
}

.dm-section .pl-52 {
  padding-left: calc(var(--spacing) * 52);
}

.dm-section .pl-56 {
  padding-left: calc(var(--spacing) * 56);
}

.dm-section .pl-6 {
  padding-left: calc(var(--spacing) * 6);
}

.dm-section .pl-60 {
  padding-left: calc(var(--spacing) * 60);
}

.dm-section .pl-64 {
  padding-left: calc(var(--spacing) * 64);
}

.dm-section .pl-7 {
  padding-left: calc(var(--spacing) * 7);
}

.dm-section .pl-72 {
  padding-left: calc(var(--spacing) * 72);
}

.dm-section .pl-8 {
  padding-left: calc(var(--spacing) * 8);
}

.dm-section .pl-80 {
  padding-left: calc(var(--spacing) * 80);
}

.dm-section .pl-9 {
  padding-left: calc(var(--spacing) * 9);
}

.dm-section .pl-96 {
  padding-left: calc(var(--spacing) * 96);
}

.dm-section .pr-0 {
  padding-right: 0;
}

.dm-section .pr-1 {
  padding-right: calc(var(--spacing) * 1);
}

.dm-section .pr-10 {
  padding-right: calc(var(--spacing) * 10);
}

.dm-section .pr-11 {
  padding-right: calc(var(--spacing) * 11);
}

.dm-section .pr-12 {
  padding-right: calc(var(--spacing) * 12);
}

.dm-section .pr-14 {
  padding-right: calc(var(--spacing) * 14);
}

.dm-section .pr-16 {
  padding-right: calc(var(--spacing) * 16);
}

.dm-section .pr-2 {
  padding-right: calc(var(--spacing) * 2);
}

.dm-section .pr-20 {
  padding-right: calc(var(--spacing) * 20);
}

.dm-section .pr-24 {
  padding-right: calc(var(--spacing) * 24);
}

.dm-section .pr-28 {
  padding-right: calc(var(--spacing) * 28);
}

.dm-section .pr-3 {
  padding-right: calc(var(--spacing) * 3);
}

.dm-section .pr-32 {
  padding-right: calc(var(--spacing) * 32);
}

.dm-section .pr-36 {
  padding-right: calc(var(--spacing) * 36);
}

.dm-section .pr-4 {
  padding-right: calc(var(--spacing) * 4);
}

.dm-section .pr-40 {
  padding-right: calc(var(--spacing) * 40);
}

.dm-section .pr-44 {
  padding-right: calc(var(--spacing) * 44);
}

.dm-section .pr-48 {
  padding-right: calc(var(--spacing) * 48);
}

.dm-section .pr-5 {
  padding-right: calc(var(--spacing) * 5);
}

.dm-section .pr-52 {
  padding-right: calc(var(--spacing) * 52);
}

.dm-section .pr-56 {
  padding-right: calc(var(--spacing) * 56);
}

.dm-section .pr-6 {
  padding-right: calc(var(--spacing) * 6);
}

.dm-section .pr-60 {
  padding-right: calc(var(--spacing) * 60);
}

.dm-section .pr-64 {
  padding-right: calc(var(--spacing) * 64);
}

.dm-section .pr-7 {
  padding-right: calc(var(--spacing) * 7);
}

.dm-section .pr-72 {
  padding-right: calc(var(--spacing) * 72);
}

.dm-section .pr-8 {
  padding-right: calc(var(--spacing) * 8);
}

.dm-section .pr-80 {
  padding-right: calc(var(--spacing) * 80);
}

.dm-section .pr-9 {
  padding-right: calc(var(--spacing) * 9);
}

.dm-section .pr-96 {
  padding-right: calc(var(--spacing) * 96);
}

.dm-section .pt-0 {
  padding-top: 0;
}

.dm-section .pt-1 {
  padding-top: calc(var(--spacing) * 1);
}

.dm-section .pt-1\.5 {
  padding-top: calc(var(--spacing) * 1.5);
}

.dm-section .pt-10 {
  padding-top: calc(var(--spacing) * 10);
}

.dm-section .pt-11 {
  padding-top: calc(var(--spacing) * 11);
}

.dm-section .pt-12 {
  padding-top: calc(var(--spacing) * 12);
}

.dm-section .pt-14 {
  padding-top: calc(var(--spacing) * 14);
}

.dm-section .pt-16 {
  padding-top: calc(var(--spacing) * 16);
}

.dm-section .pt-2 {
  padding-top: calc(var(--spacing) * 2);
}

.dm-section .pt-20 {
  padding-top: calc(var(--spacing) * 20);
}

.dm-section .pt-24 {
  padding-top: calc(var(--spacing) * 24);
}

.dm-section .pt-28 {
  padding-top: calc(var(--spacing) * 28);
}

.dm-section .pt-3 {
  padding-top: calc(var(--spacing) * 3);
}

.dm-section .pt-32 {
  padding-top: calc(var(--spacing) * 32);
}

.dm-section .pt-36 {
  padding-top: calc(var(--spacing) * 36);
}

.dm-section .pt-4 {
  padding-top: calc(var(--spacing) * 4);
}

.dm-section .pt-40 {
  padding-top: calc(var(--spacing) * 40);
}

.dm-section .pt-44 {
  padding-top: calc(var(--spacing) * 44);
}

.dm-section .pt-48 {
  padding-top: calc(var(--spacing) * 48);
}

.dm-section .pt-5 {
  padding-top: calc(var(--spacing) * 5);
}

.dm-section .pt-52 {
  padding-top: calc(var(--spacing) * 52);
}

.dm-section .pt-56 {
  padding-top: calc(var(--spacing) * 56);
}

.dm-section .pt-6 {
  padding-top: calc(var(--spacing) * 6);
}

.dm-section .pt-60 {
  padding-top: calc(var(--spacing) * 60);
}

.dm-section .pt-64 {
  padding-top: calc(var(--spacing) * 64);
}

.dm-section .pt-7 {
  padding-top: calc(var(--spacing) * 7);
}

.dm-section .pt-72 {
  padding-top: calc(var(--spacing) * 72);
}

.dm-section .pt-8 {
  padding-top: calc(var(--spacing) * 8);
}

.dm-section .pt-80 {
  padding-top: calc(var(--spacing) * 80);
}

.dm-section .pt-9 {
  padding-top: calc(var(--spacing) * 9);
}

.dm-section .pt-96 {
  padding-top: calc(var(--spacing) * 96);
}

.dm-section .text-left {
  text-align: left;
}

.dm-section .text-center {
  text-align: center;
}

.dm-section .font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.dm-section .font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.dm-section .text-2xl {
  font-size: 24px;
  line-height: 32px;
}

.dm-section .text-3xl {
  font-size: 30px;
  line-height: 36px;
}

.dm-section .text-4xl {
  font-size: 36px;
  line-height: 36px;
}

.dm-section .text-5xl {
  font-size: 48px;
  line-height: 1;
}

.dm-section .text-6xl {
  font-size: 60px;
  line-height: 1;
}

.dm-section .text-7xl {
  font-size: 72px;
  line-height: 1;
}

.dm-section .text-\[13px\] {
  font-size: 13px;
}

.dm-section .text-\[60px\] {
  font-size: 60px;
}

.dm-section .text-base {
  font-size: 16px;
  line-height: 24px;
}

.dm-section .text-lg {
  font-size: 18px;
  line-height: 28px;
}

.dm-section .text-sm {
  font-size: 14px;
  line-height: 20px;
}

.dm-section .text-xl {
  font-size: 20px;
  line-height: 28px;
}

.dm-section .text-xs {
  font-size: 12px;
  line-height: 16px;
}

.dm-section .font-bold {
  font-weight: 700;
}

.dm-section .font-extrabold {
  font-weight: 800;
}

.dm-section .font-medium {
  font-weight: 500;
}

.dm-section .font-semibold {
  font-weight: 600;
}

.dm-section .uppercase {
  text-transform: uppercase;
}

.dm-section .italic {
  font-style: italic;
}

.dm-section .\!leading-none {
  line-height: 1 !important;
}

.dm-section .leading-none {
  line-height: 1;
}

.dm-section .leading-snug {
  line-height: 1.375;
}

.dm-section .tracking-wider {
  letter-spacing: 0.05em;
}

.dm-section .text-\[\#40D600\] {
  --tw-text-opacity: 1;
  color: rgb(64 214 0 / var(--tw-text-opacity, 1));
}

.dm-section .text-\[var\(--secondary\)\] {
  color: var(--secondary);
}

.dm-section .text-accent {
  color: var(--accent);
}

.dm-section .text-accent-foreground {
  color: var(--accent-foreground);
}

.dm-section .text-background {
  color: var(--background);
}

.dm-section .text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.dm-section .text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.dm-section .text-border {
  color: var(--border);
}

.dm-section .text-card {
  color: var(--card);
}

.dm-section .text-card-foreground {
  color: var(--card-foreground);
}

.dm-section .text-destructive {
  color: var(--destructive);
}

.dm-section .text-destructive-foreground {
  color: var(--destructive-foreground);
}

.dm-section .text-foreground {
  color: var(--foreground);
}

.dm-section .text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.dm-section .text-grey_50 {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.dm-section .text-grey_50\/60 {
  color: rgb(153 153 153 / 0.6);
}

.dm-section .text-inherit {
  color: inherit;
}

.dm-section .text-input {
  color: var(--input);
}

.dm-section .text-muted {
  color: var(--muted);
}

.dm-section .text-muted-foreground {
  color: var(--muted-foreground);
}

.dm-section .text-neutral-700 {
  color: var(--neutral-70);
}

.dm-section .text-neutral-900 {
  color: var(--neutral-90);
}

.dm-section .text-popover {
  color: var(--popover);
}

.dm-section .text-popover-foreground {
  color: var(--popover-foreground);
}

.dm-section .text-primary {
  color: var(--primary);
}

.dm-section .text-primary-foreground {
  color: var(--primary-foreground);
}

.dm-section .text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.dm-section .text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.dm-section .text-ring {
  color: var(--ring);
}

.dm-section .text-secondary {
  color: var(--secondary);
}

.dm-section .text-secondary-foreground {
  color: var(--secondary-foreground);
}

.dm-section .text-selection {
  color: var(--selection);
}

.dm-section .text-selection-foreground {
  color: var(--selection-foreground);
}

.dm-section .text-sidebar {
  color: var(--sidebar);
}

.dm-section .text-sidebar-foreground {
  color: var(--sidebar-foreground);
}

.dm-section .text-surface {
  color: var(--surface);
}

.dm-section .text-surface-foreground {
  color: var(--surface-foreground);
}

.dm-section .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dm-section .text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.dm-section .text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.dm-section .text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.dm-section .underline {
  text-decoration-line: underline;
}

.dm-section .line-through {
  text-decoration-line: line-through;
}

.dm-section .no-underline {
  text-decoration-line: none;
}

.dm-section .decoration-inherit {
  text-decoration-color: inherit;
}

.dm-section .opacity-0 {
  opacity: 0;
}

.dm-section .opacity-25 {
  opacity: 0.25;
}

.dm-section .opacity-50 {
  opacity: 0.5;
}

.dm-section .opacity-60 {
  opacity: 0.6;
}

.dm-section .opacity-75 {
  opacity: 0.75;
}

.dm-section .opacity-85 {
  opacity: 0.85;
}

.dm-section .shadow {
  --tw-shadow: var(--shadow);
  --tw-shadow-colored: var(--shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .shadow-\[2px_2px_0px_0px_theme\(colors\.accent\.500\)\] {
  --tw-shadow: 2px 2px 0px 0px var(--accent-50);
  --tw-shadow-colored: 2px 2px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .shadow-\[2px_2px_0px_0px_theme\(colors\.accent\.700\)\] {
  --tw-shadow: 2px 2px 0px 0px var(--accent-70);
  --tw-shadow-colored: 2px 2px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .shadow-\[2px_2px_0px_0px_theme\(colors\.neutral\.500\)\] {
  --tw-shadow: 2px 2px 0px 0px var(--neutral-50);
  --tw-shadow-colored: 2px 2px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .shadow-\[2px_2px_0px_0px_theme\(colors\.neutral\.700\)\] {
  --tw-shadow: 2px 2px 0px 0px var(--neutral-70);
  --tw-shadow-colored: 2px 2px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .shadow-\[2px_2px_0px_0px_theme\(colors\.primary\.500\)\] {
  --tw-shadow: 2px 2px 0px 0px var(--primary-50);
  --tw-shadow-colored: 2px 2px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .shadow-\[2px_2px_0px_0px_theme\(colors\.primary\.700\)\] {
  --tw-shadow: 2px 2px 0px 0px var(--primary-70);
  --tw-shadow-colored: 2px 2px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .shadow-\[2px_2px_0px_0px_theme\(colors\.secondary\.500\)\] {
  --tw-shadow: 2px 2px 0px 0px var(--secondary-50);
  --tw-shadow-colored: 2px 2px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .shadow-\[2px_2px_0px_0px_theme\(colors\.secondary\.700\)\] {
  --tw-shadow: 2px 2px 0px 0px var(--secondary-70);
  --tw-shadow-colored: 2px 2px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .shadow-\[4px_4px_0px_0px_rgba\(0\2c 0\2c 0\2c 0\.8\)\] {
  --tw-shadow: 4px 4px 0px 0px rgba(0,0,0,0.8);
  --tw-shadow-colored: 4px 4px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .shadow-\[4px_4px_0px_0px_theme\(colors\.accent\.500\)\] {
  --tw-shadow: 4px 4px 0px 0px var(--accent-50);
  --tw-shadow-colored: 4px 4px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .shadow-\[4px_4px_0px_0px_theme\(colors\.accent\.700\)\] {
  --tw-shadow: 4px 4px 0px 0px var(--accent-70);
  --tw-shadow-colored: 4px 4px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .shadow-\[4px_4px_0px_0px_theme\(colors\.primary\.700\)\] {
  --tw-shadow: 4px 4px 0px 0px var(--primary-70);
  --tw-shadow-colored: 4px 4px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .shadow-\[4px_4px_0px_0px_theme\(colors\.secondary\.500\)\] {
  --tw-shadow: 4px 4px 0px 0px var(--secondary-50);
  --tw-shadow-colored: 4px 4px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .shadow-\[4px_4px_0px_0px_theme\(colors\.secondary\.700\)\] {
  --tw-shadow: 4px 4px 0px 0px var(--secondary-70);
  --tw-shadow-colored: 4px 4px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .shadow-\[inset_0_0\.5px_2px_rgba\(255\2c 255\2c 255\2c 0\.20\)\] {
  --tw-shadow: inset 0 0.5px 2px rgba(255,255,255,0.20);
  --tw-shadow-colored: inset 0 0.5px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .shadow-\[inset_0px_-3px_0px_0px_theme\(colors\.accent\.700\)\] {
  --tw-shadow: inset 0px -3px 0px 0px var(--accent-70);
  --tw-shadow-colored: inset 0px -3px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .shadow-\[inset_0px_-3px_0px_0px_theme\(colors\.neutral\.700\)\] {
  --tw-shadow: inset 0px -3px 0px 0px var(--neutral-70);
  --tw-shadow-colored: inset 0px -3px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .shadow-\[inset_0px_-3px_0px_0px_theme\(colors\.secondary\.700\)\] {
  --tw-shadow: inset 0px -3px 0px 0px var(--secondary-70);
  --tw-shadow-colored: inset 0px -3px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .shadow-\[inset_0px_-4px_0px_0px_theme\(colors\.primary\.500\)\] {
  --tw-shadow: inset 0px -4px 0px 0px var(--primary-50);
  --tw-shadow-colored: inset 0px -4px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .shadow-lg {
  --tw-shadow: var(--shadow-lg);
  --tw-shadow-colored: var(--shadow-lg);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .shadow-md {
  --tw-shadow: var(--shadow-md);
  --tw-shadow-colored: var(--shadow-md);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .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);
}

.dm-section .shadow-sm {
  --tw-shadow: var(--shadow-sm);
  --tw-shadow-colored: var(--shadow-sm);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .shadow-xs {
  --tw-shadow: var(--shadow-xs);
  --tw-shadow-colored: var(--shadow-xs);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.dm-section .outline {
  outline-style: solid;
}

.dm-section .ring-0 {
  --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(0px + 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);
}

.dm-section .ring-1 {
  --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(1px + 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);
}

.dm-section .ring-2 {
  --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);
}

.dm-section .ring-\[1px\] {
  --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(1px + 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);
}

.dm-section .ring-inset {
  --tw-ring-inset: inset;
}

.dm-section .ring-\[\#7fe454\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(127 228 84 / var(--tw-ring-opacity, 1));
}

.dm-section .ring-black\/20 {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}

.dm-section .ring-green_500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(64 214 0 / var(--tw-ring-opacity, 1));
}

.dm-section .ring-grey_200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(85 85 85 / var(--tw-ring-opacity, 1));
}

.dm-section .ring-grey_300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 56 56 / var(--tw-ring-opacity, 1));
}

.dm-section .ring-offset-0 {
  --tw-ring-offset-width: 0px;
}

.dm-section .ring-offset-white {
  --tw-ring-offset-color: #fff;
}

.dm-section .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);
}

.dm-section .blur-\[6px\] {
  --tw-blur: blur(6px);
  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);
}

.dm-section .blur-xl {
  --tw-blur: blur(24px);
  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);
}

.dm-section .drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

.dm-section .drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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);
}

.dm-section .drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

.dm-section .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);
}

.dm-section .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);
}

.dm-section .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;
}

.dm-section .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.dm-section .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;
}

.dm-section .transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.dm-section .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.dm-section .duration-150 {
  transition-duration: 150ms;
}

.dm-section .duration-200 {
  transition-duration: 200ms;
}

.dm-section .duration-300 {
  transition-duration: 300ms;
}

.dm-section .duration-500 {
  transition-duration: 500ms;
}

.dm-section .\!ease-linear {
  transition-timing-function: linear !important;
}

.dm-section .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.dm-section .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.dm-section .dm-hidden {
  display: none;
}

.dm-section .bg-background {
  background: var(--background);
}

.dm-section .title-5xs-light {
  font-size: var(--title-size-5xs);
  line-height: var(--title-line-height-5xs);
  letter-spacing: var(--title-letter-spacing-5xs);
  font-weight: 300;
  font-family: var(--title-family);
}

.dm-section .title-5xs-regular {
  font-size: var(--title-size-5xs);
  line-height: var(--title-line-height-5xs);
  letter-spacing: var(--title-letter-spacing-5xs);
  font-weight: 400;
  font-family: var(--title-family);
}

.dm-section .title-5xs-medium {
  font-size: var(--title-size-5xs);
  line-height: var(--title-line-height-5xs);
  letter-spacing: var(--title-letter-spacing-5xs);
  font-weight: 500;
  font-family: var(--title-family);
}

.dm-section .title-5xs-semibold {
  font-size: var(--title-size-5xs);
  line-height: var(--title-line-height-5xs);
  letter-spacing: var(--title-letter-spacing-5xs);
  font-weight: 600;
  font-family: var(--title-family);
}

.dm-section .title-5xs-bold {
  font-size: var(--title-size-5xs);
  line-height: var(--title-line-height-5xs);
  letter-spacing: var(--title-letter-spacing-5xs);
  font-weight: 700;
  font-family: var(--title-family);
}

.dm-section .title-5xs-extrabold {
  font-size: var(--title-size-5xs);
  line-height: var(--title-line-height-5xs);
  letter-spacing: var(--title-letter-spacing-5xs);
  font-weight: 800;
  font-family: var(--title-family);
}

.dm-section .title-5xs-black {
  font-size: var(--title-size-5xs);
  line-height: var(--title-line-height-5xs);
  letter-spacing: var(--title-letter-spacing-5xs);
  font-weight: 900;
  font-family: var(--title-family);
}

.dm-section .title-4xs-light {
  font-size: var(--title-size-4xs);
  line-height: var(--title-line-height-4xs);
  letter-spacing: var(--title-letter-spacing-4xs);
  font-weight: 300;
  font-family: var(--title-family);
}

.dm-section .title-4xs-regular {
  font-size: var(--title-size-4xs);
  line-height: var(--title-line-height-4xs);
  letter-spacing: var(--title-letter-spacing-4xs);
  font-weight: 400;
  font-family: var(--title-family);
}

.dm-section .title-4xs-medium {
  font-size: var(--title-size-4xs);
  line-height: var(--title-line-height-4xs);
  letter-spacing: var(--title-letter-spacing-4xs);
  font-weight: 500;
  font-family: var(--title-family);
}

.dm-section .title-4xs-semibold {
  font-size: var(--title-size-4xs);
  line-height: var(--title-line-height-4xs);
  letter-spacing: var(--title-letter-spacing-4xs);
  font-weight: 600;
  font-family: var(--title-family);
}

.dm-section .title-4xs-bold {
  font-size: var(--title-size-4xs);
  line-height: var(--title-line-height-4xs);
  letter-spacing: var(--title-letter-spacing-4xs);
  font-weight: 700;
  font-family: var(--title-family);
}

.dm-section .title-4xs-extrabold {
  font-size: var(--title-size-4xs);
  line-height: var(--title-line-height-4xs);
  letter-spacing: var(--title-letter-spacing-4xs);
  font-weight: 800;
  font-family: var(--title-family);
}

.dm-section .title-4xs-black {
  font-size: var(--title-size-4xs);
  line-height: var(--title-line-height-4xs);
  letter-spacing: var(--title-letter-spacing-4xs);
  font-weight: 900;
  font-family: var(--title-family);
}

.dm-section .title-3xs-light {
  font-size: var(--title-size-3xs);
  line-height: var(--title-line-height-3xs);
  letter-spacing: var(--title-letter-spacing-3xs);
  font-weight: 300;
  font-family: var(--title-family);
}

.dm-section .title-3xs-regular {
  font-size: var(--title-size-3xs);
  line-height: var(--title-line-height-3xs);
  letter-spacing: var(--title-letter-spacing-3xs);
  font-weight: 400;
  font-family: var(--title-family);
}

.dm-section .title-3xs-medium {
  font-size: var(--title-size-3xs);
  line-height: var(--title-line-height-3xs);
  letter-spacing: var(--title-letter-spacing-3xs);
  font-weight: 500;
  font-family: var(--title-family);
}

.dm-section .title-3xs-semibold {
  font-size: var(--title-size-3xs);
  line-height: var(--title-line-height-3xs);
  letter-spacing: var(--title-letter-spacing-3xs);
  font-weight: 600;
  font-family: var(--title-family);
}

.dm-section .title-3xs-bold {
  font-size: var(--title-size-3xs);
  line-height: var(--title-line-height-3xs);
  letter-spacing: var(--title-letter-spacing-3xs);
  font-weight: 700;
  font-family: var(--title-family);
}

.dm-section .title-3xs-extrabold {
  font-size: var(--title-size-3xs);
  line-height: var(--title-line-height-3xs);
  letter-spacing: var(--title-letter-spacing-3xs);
  font-weight: 800;
  font-family: var(--title-family);
}

.dm-section .title-3xs-black {
  font-size: var(--title-size-3xs);
  line-height: var(--title-line-height-3xs);
  letter-spacing: var(--title-letter-spacing-3xs);
  font-weight: 900;
  font-family: var(--title-family);
}

.dm-section .title-2xs-light {
  font-size: var(--title-size-2xs);
  line-height: var(--title-line-height-2xs);
  letter-spacing: var(--title-letter-spacing-2xs);
  font-weight: 300;
  font-family: var(--title-family);
}

.dm-section .title-2xs-regular {
  font-size: var(--title-size-2xs);
  line-height: var(--title-line-height-2xs);
  letter-spacing: var(--title-letter-spacing-2xs);
  font-weight: 400;
  font-family: var(--title-family);
}

.dm-section .title-2xs-medium {
  font-size: var(--title-size-2xs);
  line-height: var(--title-line-height-2xs);
  letter-spacing: var(--title-letter-spacing-2xs);
  font-weight: 500;
  font-family: var(--title-family);
}

.dm-section .title-2xs-semibold {
  font-size: var(--title-size-2xs);
  line-height: var(--title-line-height-2xs);
  letter-spacing: var(--title-letter-spacing-2xs);
  font-weight: 600;
  font-family: var(--title-family);
}

.dm-section .title-2xs-bold {
  font-size: var(--title-size-2xs);
  line-height: var(--title-line-height-2xs);
  letter-spacing: var(--title-letter-spacing-2xs);
  font-weight: 700;
  font-family: var(--title-family);
}

.dm-section .title-2xs-extrabold {
  font-size: var(--title-size-2xs);
  line-height: var(--title-line-height-2xs);
  letter-spacing: var(--title-letter-spacing-2xs);
  font-weight: 800;
  font-family: var(--title-family);
}

.dm-section .title-2xs-black {
  font-size: var(--title-size-2xs);
  line-height: var(--title-line-height-2xs);
  letter-spacing: var(--title-letter-spacing-2xs);
  font-weight: 900;
  font-family: var(--title-family);
}

.dm-section .title-xs-light {
  font-size: var(--title-size-xs);
  line-height: var(--title-line-height-xs);
  letter-spacing: var(--title-letter-spacing-xs);
  font-weight: 300;
  font-family: var(--title-family);
}

.dm-section .title-xs-regular {
  font-size: var(--title-size-xs);
  line-height: var(--title-line-height-xs);
  letter-spacing: var(--title-letter-spacing-xs);
  font-weight: 400;
  font-family: var(--title-family);
}

.dm-section .title-xs-medium {
  font-size: var(--title-size-xs);
  line-height: var(--title-line-height-xs);
  letter-spacing: var(--title-letter-spacing-xs);
  font-weight: 500;
  font-family: var(--title-family);
}

.dm-section .title-xs-semibold {
  font-size: var(--title-size-xs);
  line-height: var(--title-line-height-xs);
  letter-spacing: var(--title-letter-spacing-xs);
  font-weight: 600;
  font-family: var(--title-family);
}

.dm-section .title-xs-bold {
  font-size: var(--title-size-xs);
  line-height: var(--title-line-height-xs);
  letter-spacing: var(--title-letter-spacing-xs);
  font-weight: 700;
  font-family: var(--title-family);
}

.dm-section .title-xs-extrabold {
  font-size: var(--title-size-xs);
  line-height: var(--title-line-height-xs);
  letter-spacing: var(--title-letter-spacing-xs);
  font-weight: 800;
  font-family: var(--title-family);
}

.dm-section .title-xs-black {
  font-size: var(--title-size-xs);
  line-height: var(--title-line-height-xs);
  letter-spacing: var(--title-letter-spacing-xs);
  font-weight: 900;
  font-family: var(--title-family);
}

.dm-section .title-sm-light {
  font-size: var(--title-size-sm);
  line-height: var(--title-line-height-sm);
  letter-spacing: var(--title-letter-spacing-sm);
  font-weight: 300;
  font-family: var(--title-family);
}

.dm-section .title-sm-regular {
  font-size: var(--title-size-sm);
  line-height: var(--title-line-height-sm);
  letter-spacing: var(--title-letter-spacing-sm);
  font-weight: 400;
  font-family: var(--title-family);
}

.dm-section .title-sm-medium {
  font-size: var(--title-size-sm);
  line-height: var(--title-line-height-sm);
  letter-spacing: var(--title-letter-spacing-sm);
  font-weight: 500;
  font-family: var(--title-family);
}

.dm-section .title-sm-semibold {
  font-size: var(--title-size-sm);
  line-height: var(--title-line-height-sm);
  letter-spacing: var(--title-letter-spacing-sm);
  font-weight: 600;
  font-family: var(--title-family);
}

.dm-section .title-sm-bold {
  font-size: var(--title-size-sm);
  line-height: var(--title-line-height-sm);
  letter-spacing: var(--title-letter-spacing-sm);
  font-weight: 700;
  font-family: var(--title-family);
}

.dm-section .title-sm-extrabold {
  font-size: var(--title-size-sm);
  line-height: var(--title-line-height-sm);
  letter-spacing: var(--title-letter-spacing-sm);
  font-weight: 800;
  font-family: var(--title-family);
}

.dm-section .title-sm-black {
  font-size: var(--title-size-sm);
  line-height: var(--title-line-height-sm);
  letter-spacing: var(--title-letter-spacing-sm);
  font-weight: 900;
  font-family: var(--title-family);
}

.dm-section .title-md-light {
  font-size: var(--title-size-md);
  line-height: var(--title-line-height-md);
  letter-spacing: var(--title-letter-spacing-md);
  font-weight: 300;
  font-family: var(--title-family);
}

.dm-section .title-md-regular {
  font-size: var(--title-size-md);
  line-height: var(--title-line-height-md);
  letter-spacing: var(--title-letter-spacing-md);
  font-weight: 400;
  font-family: var(--title-family);
}

.dm-section .title-md-medium {
  font-size: var(--title-size-md);
  line-height: var(--title-line-height-md);
  letter-spacing: var(--title-letter-spacing-md);
  font-weight: 500;
  font-family: var(--title-family);
}

.dm-section .title-md-semibold {
  font-size: var(--title-size-md);
  line-height: var(--title-line-height-md);
  letter-spacing: var(--title-letter-spacing-md);
  font-weight: 600;
  font-family: var(--title-family);
}

.dm-section .title-md-bold {
  font-size: var(--title-size-md);
  line-height: var(--title-line-height-md);
  letter-spacing: var(--title-letter-spacing-md);
  font-weight: 700;
  font-family: var(--title-family);
}

.dm-section .title-md-extrabold {
  font-size: var(--title-size-md);
  line-height: var(--title-line-height-md);
  letter-spacing: var(--title-letter-spacing-md);
  font-weight: 800;
  font-family: var(--title-family);
}

.dm-section .title-md-black {
  font-size: var(--title-size-md);
  line-height: var(--title-line-height-md);
  letter-spacing: var(--title-letter-spacing-md);
  font-weight: 900;
  font-family: var(--title-family);
}

.dm-section .title-lg-light {
  font-size: var(--title-size-lg);
  line-height: var(--title-line-height-lg);
  letter-spacing: var(--title-letter-spacing-lg);
  font-weight: 300;
  font-family: var(--title-family);
}

.dm-section .title-lg-regular {
  font-size: var(--title-size-lg);
  line-height: var(--title-line-height-lg);
  letter-spacing: var(--title-letter-spacing-lg);
  font-weight: 400;
  font-family: var(--title-family);
}

.dm-section .title-lg-medium {
  font-size: var(--title-size-lg);
  line-height: var(--title-line-height-lg);
  letter-spacing: var(--title-letter-spacing-lg);
  font-weight: 500;
  font-family: var(--title-family);
}

.dm-section .title-lg-semibold {
  font-size: var(--title-size-lg);
  line-height: var(--title-line-height-lg);
  letter-spacing: var(--title-letter-spacing-lg);
  font-weight: 600;
  font-family: var(--title-family);
}

.dm-section .title-lg-bold {
  font-size: var(--title-size-lg);
  line-height: var(--title-line-height-lg);
  letter-spacing: var(--title-letter-spacing-lg);
  font-weight: 700;
  font-family: var(--title-family);
}

.dm-section .title-lg-extrabold {
  font-size: var(--title-size-lg);
  line-height: var(--title-line-height-lg);
  letter-spacing: var(--title-letter-spacing-lg);
  font-weight: 800;
  font-family: var(--title-family);
}

.dm-section .title-lg-black {
  font-size: var(--title-size-lg);
  line-height: var(--title-line-height-lg);
  letter-spacing: var(--title-letter-spacing-lg);
  font-weight: 900;
  font-family: var(--title-family);
}

.dm-section .title-xl-light {
  font-size: var(--title-size-xl);
  line-height: var(--title-line-height-xl);
  letter-spacing: var(--title-letter-spacing-xl);
  font-weight: 300;
  font-family: var(--title-family);
}

.dm-section .title-xl-regular {
  font-size: var(--title-size-xl);
  line-height: var(--title-line-height-xl);
  letter-spacing: var(--title-letter-spacing-xl);
  font-weight: 400;
  font-family: var(--title-family);
}

.dm-section .title-xl-medium {
  font-size: var(--title-size-xl);
  line-height: var(--title-line-height-xl);
  letter-spacing: var(--title-letter-spacing-xl);
  font-weight: 500;
  font-family: var(--title-family);
}

.dm-section .title-xl-semibold {
  font-size: var(--title-size-xl);
  line-height: var(--title-line-height-xl);
  letter-spacing: var(--title-letter-spacing-xl);
  font-weight: 600;
  font-family: var(--title-family);
}

.dm-section .title-xl-bold {
  font-size: var(--title-size-xl);
  line-height: var(--title-line-height-xl);
  letter-spacing: var(--title-letter-spacing-xl);
  font-weight: 700;
  font-family: var(--title-family);
}

.dm-section .title-xl-extrabold {
  font-size: var(--title-size-xl);
  line-height: var(--title-line-height-xl);
  letter-spacing: var(--title-letter-spacing-xl);
  font-weight: 800;
  font-family: var(--title-family);
}

.dm-section .title-xl-black {
  font-size: var(--title-size-xl);
  line-height: var(--title-line-height-xl);
  letter-spacing: var(--title-letter-spacing-xl);
  font-weight: 900;
  font-family: var(--title-family);
}

.dm-section .title-2xl-light {
  font-size: var(--title-size-2xl);
  line-height: var(--title-line-height-2xl);
  letter-spacing: var(--title-letter-spacing-2xl);
  font-weight: 300;
  font-family: var(--title-family);
}

.dm-section .title-2xl-regular {
  font-size: var(--title-size-2xl);
  line-height: var(--title-line-height-2xl);
  letter-spacing: var(--title-letter-spacing-2xl);
  font-weight: 400;
  font-family: var(--title-family);
}

.dm-section .title-2xl-medium {
  font-size: var(--title-size-2xl);
  line-height: var(--title-line-height-2xl);
  letter-spacing: var(--title-letter-spacing-2xl);
  font-weight: 500;
  font-family: var(--title-family);
}

.dm-section .title-2xl-semibold {
  font-size: var(--title-size-2xl);
  line-height: var(--title-line-height-2xl);
  letter-spacing: var(--title-letter-spacing-2xl);
  font-weight: 600;
  font-family: var(--title-family);
}

.dm-section .title-2xl-bold {
  font-size: var(--title-size-2xl);
  line-height: var(--title-line-height-2xl);
  letter-spacing: var(--title-letter-spacing-2xl);
  font-weight: 700;
  font-family: var(--title-family);
}

.dm-section .title-2xl-extrabold {
  font-size: var(--title-size-2xl);
  line-height: var(--title-line-height-2xl);
  letter-spacing: var(--title-letter-spacing-2xl);
  font-weight: 800;
  font-family: var(--title-family);
}

.dm-section .title-2xl-black {
  font-size: var(--title-size-2xl);
  line-height: var(--title-line-height-2xl);
  letter-spacing: var(--title-letter-spacing-2xl);
  font-weight: 900;
  font-family: var(--title-family);
}

.dm-section .title-3xl-light {
  font-size: var(--title-size-3xl);
  line-height: var(--title-line-height-3xl);
  letter-spacing: var(--title-letter-spacing-3xl);
  font-weight: 300;
  font-family: var(--title-family);
}

.dm-section .title-3xl-regular {
  font-size: var(--title-size-3xl);
  line-height: var(--title-line-height-3xl);
  letter-spacing: var(--title-letter-spacing-3xl);
  font-weight: 400;
  font-family: var(--title-family);
}

.dm-section .title-3xl-medium {
  font-size: var(--title-size-3xl);
  line-height: var(--title-line-height-3xl);
  letter-spacing: var(--title-letter-spacing-3xl);
  font-weight: 500;
  font-family: var(--title-family);
}

.dm-section .title-3xl-semibold {
  font-size: var(--title-size-3xl);
  line-height: var(--title-line-height-3xl);
  letter-spacing: var(--title-letter-spacing-3xl);
  font-weight: 600;
  font-family: var(--title-family);
}

.dm-section .title-3xl-bold {
  font-size: var(--title-size-3xl);
  line-height: var(--title-line-height-3xl);
  letter-spacing: var(--title-letter-spacing-3xl);
  font-weight: 700;
  font-family: var(--title-family);
}

.dm-section .title-3xl-extrabold {
  font-size: var(--title-size-3xl);
  line-height: var(--title-line-height-3xl);
  letter-spacing: var(--title-letter-spacing-3xl);
  font-weight: 800;
  font-family: var(--title-family);
}

.dm-section .title-3xl-black {
  font-size: var(--title-size-3xl);
  line-height: var(--title-line-height-3xl);
  letter-spacing: var(--title-letter-spacing-3xl);
  font-weight: 900;
  font-family: var(--title-family);
}

.dm-section .title-4xl-light {
  font-size: var(--title-size-4xl);
  line-height: var(--title-line-height-4xl);
  letter-spacing: var(--title-letter-spacing-4xl);
  font-weight: 300;
  font-family: var(--title-family);
}

.dm-section .title-4xl-regular {
  font-size: var(--title-size-4xl);
  line-height: var(--title-line-height-4xl);
  letter-spacing: var(--title-letter-spacing-4xl);
  font-weight: 400;
  font-family: var(--title-family);
}

.dm-section .title-4xl-medium {
  font-size: var(--title-size-4xl);
  line-height: var(--title-line-height-4xl);
  letter-spacing: var(--title-letter-spacing-4xl);
  font-weight: 500;
  font-family: var(--title-family);
}

.dm-section .title-4xl-semibold {
  font-size: var(--title-size-4xl);
  line-height: var(--title-line-height-4xl);
  letter-spacing: var(--title-letter-spacing-4xl);
  font-weight: 600;
  font-family: var(--title-family);
}

.dm-section .title-4xl-bold {
  font-size: var(--title-size-4xl);
  line-height: var(--title-line-height-4xl);
  letter-spacing: var(--title-letter-spacing-4xl);
  font-weight: 700;
  font-family: var(--title-family);
}

.dm-section .title-4xl-extrabold {
  font-size: var(--title-size-4xl);
  line-height: var(--title-line-height-4xl);
  letter-spacing: var(--title-letter-spacing-4xl);
  font-weight: 800;
  font-family: var(--title-family);
}

.dm-section .title-4xl-black {
  font-size: var(--title-size-4xl);
  line-height: var(--title-line-height-4xl);
  letter-spacing: var(--title-letter-spacing-4xl);
  font-weight: 900;
  font-family: var(--title-family);
}

.dm-section .content-2xs-light {
  font-size: var(--content-size-2xs);
  line-height: var(--content-line-height-2xs);
  letter-spacing: var(--content-letter-spacing-2xs);
  font-weight: 300;
  font-family: var(--content-family);
}

.dm-section .content-2xs-regular {
  font-size: var(--content-size-2xs);
  line-height: var(--content-line-height-2xs);
  letter-spacing: var(--content-letter-spacing-2xs);
  font-weight: 400;
  font-family: var(--content-family);
}

.dm-section .content-2xs-medium {
  font-size: var(--content-size-2xs);
  line-height: var(--content-line-height-2xs);
  letter-spacing: var(--content-letter-spacing-2xs);
  font-weight: 500;
  font-family: var(--content-family);
}

.dm-section .content-2xs-semibold {
  font-size: var(--content-size-2xs);
  line-height: var(--content-line-height-2xs);
  letter-spacing: var(--content-letter-spacing-2xs);
  font-weight: 600;
  font-family: var(--content-family);
}

.dm-section .content-2xs-bold {
  font-size: var(--content-size-2xs);
  line-height: var(--content-line-height-2xs);
  letter-spacing: var(--content-letter-spacing-2xs);
  font-weight: 700;
  font-family: var(--content-family);
}

.dm-section .content-2xs-extrabold {
  font-size: var(--content-size-2xs);
  line-height: var(--content-line-height-2xs);
  letter-spacing: var(--content-letter-spacing-2xs);
  font-weight: 800;
  font-family: var(--content-family);
}

.dm-section .content-2xs-black {
  font-size: var(--content-size-2xs);
  line-height: var(--content-line-height-2xs);
  letter-spacing: var(--content-letter-spacing-2xs);
  font-weight: 900;
  font-family: var(--content-family);
}

.dm-section .content-xs-light {
  font-size: var(--content-size-xs);
  line-height: var(--content-line-height-xs);
  letter-spacing: var(--content-letter-spacing-xs);
  font-weight: 300;
  font-family: var(--content-family);
}

.dm-section .content-xs-regular {
  font-size: var(--content-size-xs);
  line-height: var(--content-line-height-xs);
  letter-spacing: var(--content-letter-spacing-xs);
  font-weight: 400;
  font-family: var(--content-family);
}

.dm-section .content-xs-medium {
  font-size: var(--content-size-xs);
  line-height: var(--content-line-height-xs);
  letter-spacing: var(--content-letter-spacing-xs);
  font-weight: 500;
  font-family: var(--content-family);
}

.dm-section .content-xs-semibold {
  font-size: var(--content-size-xs);
  line-height: var(--content-line-height-xs);
  letter-spacing: var(--content-letter-spacing-xs);
  font-weight: 600;
  font-family: var(--content-family);
}

.dm-section .content-xs-bold {
  font-size: var(--content-size-xs);
  line-height: var(--content-line-height-xs);
  letter-spacing: var(--content-letter-spacing-xs);
  font-weight: 700;
  font-family: var(--content-family);
}

.dm-section .content-xs-extrabold {
  font-size: var(--content-size-xs);
  line-height: var(--content-line-height-xs);
  letter-spacing: var(--content-letter-spacing-xs);
  font-weight: 800;
  font-family: var(--content-family);
}

.dm-section .content-xs-black {
  font-size: var(--content-size-xs);
  line-height: var(--content-line-height-xs);
  letter-spacing: var(--content-letter-spacing-xs);
  font-weight: 900;
  font-family: var(--content-family);
}

.dm-section .content-sm-light {
  font-size: var(--content-size-sm);
  line-height: var(--content-line-height-sm);
  letter-spacing: var(--content-letter-spacing-sm);
  font-weight: 300;
  font-family: var(--content-family);
}

.dm-section .content-sm-regular {
  font-size: var(--content-size-sm);
  line-height: var(--content-line-height-sm);
  letter-spacing: var(--content-letter-spacing-sm);
  font-weight: 400;
  font-family: var(--content-family);
}

.dm-section .content-sm-medium {
  font-size: var(--content-size-sm);
  line-height: var(--content-line-height-sm);
  letter-spacing: var(--content-letter-spacing-sm);
  font-weight: 500;
  font-family: var(--content-family);
}

.dm-section .content-sm-semibold {
  font-size: var(--content-size-sm);
  line-height: var(--content-line-height-sm);
  letter-spacing: var(--content-letter-spacing-sm);
  font-weight: 600;
  font-family: var(--content-family);
}

.dm-section .content-sm-bold {
  font-size: var(--content-size-sm);
  line-height: var(--content-line-height-sm);
  letter-spacing: var(--content-letter-spacing-sm);
  font-weight: 700;
  font-family: var(--content-family);
}

.dm-section .content-sm-extrabold {
  font-size: var(--content-size-sm);
  line-height: var(--content-line-height-sm);
  letter-spacing: var(--content-letter-spacing-sm);
  font-weight: 800;
  font-family: var(--content-family);
}

.dm-section .content-sm-black {
  font-size: var(--content-size-sm);
  line-height: var(--content-line-height-sm);
  letter-spacing: var(--content-letter-spacing-sm);
  font-weight: 900;
  font-family: var(--content-family);
}

.dm-section .content-md-light {
  font-size: var(--content-size-md);
  line-height: var(--content-line-height-md);
  letter-spacing: var(--content-letter-spacing-md);
  font-weight: 300;
  font-family: var(--content-family);
}

.dm-section .content-md-regular {
  font-size: var(--content-size-md);
  line-height: var(--content-line-height-md);
  letter-spacing: var(--content-letter-spacing-md);
  font-weight: 400;
  font-family: var(--content-family);
}

.dm-section .content-md-medium {
  font-size: var(--content-size-md);
  line-height: var(--content-line-height-md);
  letter-spacing: var(--content-letter-spacing-md);
  font-weight: 500;
  font-family: var(--content-family);
}

.dm-section .content-md-semibold {
  font-size: var(--content-size-md);
  line-height: var(--content-line-height-md);
  letter-spacing: var(--content-letter-spacing-md);
  font-weight: 600;
  font-family: var(--content-family);
}

.dm-section .content-md-bold {
  font-size: var(--content-size-md);
  line-height: var(--content-line-height-md);
  letter-spacing: var(--content-letter-spacing-md);
  font-weight: 700;
  font-family: var(--content-family);
}

.dm-section .content-md-extrabold {
  font-size: var(--content-size-md);
  line-height: var(--content-line-height-md);
  letter-spacing: var(--content-letter-spacing-md);
  font-weight: 800;
  font-family: var(--content-family);
}

.dm-section .content-md-black {
  font-size: var(--content-size-md);
  line-height: var(--content-line-height-md);
  letter-spacing: var(--content-letter-spacing-md);
  font-weight: 900;
  font-family: var(--content-family);
}

.dm-section .content-lg-light {
  font-size: var(--content-size-lg);
  line-height: var(--content-line-height-lg);
  letter-spacing: var(--content-letter-spacing-lg);
  font-weight: 300;
  font-family: var(--content-family);
}

.dm-section .content-lg-regular {
  font-size: var(--content-size-lg);
  line-height: var(--content-line-height-lg);
  letter-spacing: var(--content-letter-spacing-lg);
  font-weight: 400;
  font-family: var(--content-family);
}

.dm-section .content-lg-medium {
  font-size: var(--content-size-lg);
  line-height: var(--content-line-height-lg);
  letter-spacing: var(--content-letter-spacing-lg);
  font-weight: 500;
  font-family: var(--content-family);
}

.dm-section .content-lg-semibold {
  font-size: var(--content-size-lg);
  line-height: var(--content-line-height-lg);
  letter-spacing: var(--content-letter-spacing-lg);
  font-weight: 600;
  font-family: var(--content-family);
}

.dm-section .content-lg-bold {
  font-size: var(--content-size-lg);
  line-height: var(--content-line-height-lg);
  letter-spacing: var(--content-letter-spacing-lg);
  font-weight: 700;
  font-family: var(--content-family);
}

.dm-section .content-lg-extrabold {
  font-size: var(--content-size-lg);
  line-height: var(--content-line-height-lg);
  letter-spacing: var(--content-letter-spacing-lg);
  font-weight: 800;
  font-family: var(--content-family);
}

.dm-section .content-lg-black {
  font-size: var(--content-size-lg);
  line-height: var(--content-line-height-lg);
  letter-spacing: var(--content-letter-spacing-lg);
  font-weight: 900;
  font-family: var(--content-family);
}

.dm-section .content-xl-light {
  font-size: var(--content-size-xl);
  line-height: var(--content-line-height-xl);
  letter-spacing: var(--content-letter-spacing-xl);
  font-weight: 300;
  font-family: var(--content-family);
}

.dm-section .content-xl-regular {
  font-size: var(--content-size-xl);
  line-height: var(--content-line-height-xl);
  letter-spacing: var(--content-letter-spacing-xl);
  font-weight: 400;
  font-family: var(--content-family);
}

.dm-section .content-xl-medium {
  font-size: var(--content-size-xl);
  line-height: var(--content-line-height-xl);
  letter-spacing: var(--content-letter-spacing-xl);
  font-weight: 500;
  font-family: var(--content-family);
}

.dm-section .content-xl-semibold {
  font-size: var(--content-size-xl);
  line-height: var(--content-line-height-xl);
  letter-spacing: var(--content-letter-spacing-xl);
  font-weight: 600;
  font-family: var(--content-family);
}

.dm-section .content-xl-bold {
  font-size: var(--content-size-xl);
  line-height: var(--content-line-height-xl);
  letter-spacing: var(--content-letter-spacing-xl);
  font-weight: 700;
  font-family: var(--content-family);
}

.dm-section .content-xl-extrabold {
  font-size: var(--content-size-xl);
  line-height: var(--content-line-height-xl);
  letter-spacing: var(--content-letter-spacing-xl);
  font-weight: 800;
  font-family: var(--content-family);
}

.dm-section .content-xl-black {
  font-size: var(--content-size-xl);
  line-height: var(--content-line-height-xl);
  letter-spacing: var(--content-letter-spacing-xl);
  font-weight: 900;
  font-family: var(--content-family);
}

.dm-section .content-2xl-light {
  font-size: var(--content-size-2xl);
  line-height: var(--content-line-height-2xl);
  letter-spacing: var(--content-letter-spacing-2xl);
  font-weight: 300;
  font-family: var(--content-family);
}

.dm-section .content-2xl-regular {
  font-size: var(--content-size-2xl);
  line-height: var(--content-line-height-2xl);
  letter-spacing: var(--content-letter-spacing-2xl);
  font-weight: 400;
  font-family: var(--content-family);
}

.dm-section .content-2xl-medium {
  font-size: var(--content-size-2xl);
  line-height: var(--content-line-height-2xl);
  letter-spacing: var(--content-letter-spacing-2xl);
  font-weight: 500;
  font-family: var(--content-family);
}

.dm-section .content-2xl-semibold {
  font-size: var(--content-size-2xl);
  line-height: var(--content-line-height-2xl);
  letter-spacing: var(--content-letter-spacing-2xl);
  font-weight: 600;
  font-family: var(--content-family);
}

.dm-section .content-2xl-bold {
  font-size: var(--content-size-2xl);
  line-height: var(--content-line-height-2xl);
  letter-spacing: var(--content-letter-spacing-2xl);
  font-weight: 700;
  font-family: var(--content-family);
}

.dm-section .content-2xl-extrabold {
  font-size: var(--content-size-2xl);
  line-height: var(--content-line-height-2xl);
  letter-spacing: var(--content-letter-spacing-2xl);
  font-weight: 800;
  font-family: var(--content-family);
}

.dm-section .content-2xl-black {
  font-size: var(--content-size-2xl);
  line-height: var(--content-line-height-2xl);
  letter-spacing: var(--content-letter-spacing-2xl);
  font-weight: 900;
  font-family: var(--content-family);
}

.dm-section .content-3xl-light {
  font-size: var(--content-size-3xl);
  line-height: var(--content-line-height-3xl);
  letter-spacing: var(--content-letter-spacing-3xl);
  font-weight: 300;
  font-family: var(--content-family);
}

.dm-section .content-3xl-regular {
  font-size: var(--content-size-3xl);
  line-height: var(--content-line-height-3xl);
  letter-spacing: var(--content-letter-spacing-3xl);
  font-weight: 400;
  font-family: var(--content-family);
}

.dm-section .content-3xl-medium {
  font-size: var(--content-size-3xl);
  line-height: var(--content-line-height-3xl);
  letter-spacing: var(--content-letter-spacing-3xl);
  font-weight: 500;
  font-family: var(--content-family);
}

.dm-section .content-3xl-semibold {
  font-size: var(--content-size-3xl);
  line-height: var(--content-line-height-3xl);
  letter-spacing: var(--content-letter-spacing-3xl);
  font-weight: 600;
  font-family: var(--content-family);
}

.dm-section .content-3xl-bold {
  font-size: var(--content-size-3xl);
  line-height: var(--content-line-height-3xl);
  letter-spacing: var(--content-letter-spacing-3xl);
  font-weight: 700;
  font-family: var(--content-family);
}

.dm-section .content-3xl-extrabold {
  font-size: var(--content-size-3xl);
  line-height: var(--content-line-height-3xl);
  letter-spacing: var(--content-letter-spacing-3xl);
  font-weight: 800;
  font-family: var(--content-family);
}

.dm-section .content-3xl-black {
  font-size: var(--content-size-3xl);
  line-height: var(--content-line-height-3xl);
  letter-spacing: var(--content-letter-spacing-3xl);
  font-weight: 900;
  font-family: var(--content-family);
}

.dm-section .content-4xl-light {
  font-size: var(--content-size-4xl);
  line-height: var(--content-line-height-4xl);
  letter-spacing: var(--content-letter-spacing-4xl);
  font-weight: 300;
  font-family: var(--content-family);
}

.dm-section .content-4xl-regular {
  font-size: var(--content-size-4xl);
  line-height: var(--content-line-height-4xl);
  letter-spacing: var(--content-letter-spacing-4xl);
  font-weight: 400;
  font-family: var(--content-family);
}

.dm-section .content-4xl-medium {
  font-size: var(--content-size-4xl);
  line-height: var(--content-line-height-4xl);
  letter-spacing: var(--content-letter-spacing-4xl);
  font-weight: 500;
  font-family: var(--content-family);
}

.dm-section .content-4xl-semibold {
  font-size: var(--content-size-4xl);
  line-height: var(--content-line-height-4xl);
  letter-spacing: var(--content-letter-spacing-4xl);
  font-weight: 600;
  font-family: var(--content-family);
}

.dm-section .content-4xl-bold {
  font-size: var(--content-size-4xl);
  line-height: var(--content-line-height-4xl);
  letter-spacing: var(--content-letter-spacing-4xl);
  font-weight: 700;
  font-family: var(--content-family);
}

.dm-section .content-4xl-extrabold {
  font-size: var(--content-size-4xl);
  line-height: var(--content-line-height-4xl);
  letter-spacing: var(--content-letter-spacing-4xl);
  font-weight: 800;
  font-family: var(--content-family);
}

.dm-section .content-4xl-black {
  font-size: var(--content-size-4xl);
  line-height: var(--content-line-height-4xl);
  letter-spacing: var(--content-letter-spacing-4xl);
  font-weight: 900;
  font-family: var(--content-family);
}

.dm-section .\[--d\:16px\] {
  --d: 16px;
}

.dm-section .\[--gradient-shadow\:conic-gradient\(from_var\(--angle\)_at_center\2c \#8c1a74\2c \#732695\2c \#563eb3\2c \#4259d2\2c \#3a75f2\2c \#563eb3\2c \#732695\)\] {
  --gradient-shadow: conic-gradient(from var(--angle) at center,#8c1a74,#732695,#563eb3,#4259d2,#3a75f2,#563eb3,#732695);
}

.dm-section .\[color\:var\(--btn-accent-brick-text\)\] {
  color: var(--btn-accent-brick-text);
}

.dm-section .\[color\:var\(--btn-accent-bubble-text\)\] {
  color: var(--btn-accent-bubble-text);
}

.dm-section .\[color\:var\(--btn-accent-classic-text\)\] {
  color: var(--btn-accent-classic-text);
}

.dm-section .\[color\:var\(--btn-accent-ghost-text\)\] {
  color: var(--btn-accent-ghost-text);
}

.dm-section .\[color\:var\(--btn-accent-gradient-text\)\] {
  color: var(--btn-accent-gradient-text);
}

.dm-section .\[color\:var\(--btn-accent-soft-text\)\] {
  color: var(--btn-accent-soft-text);
}

.dm-section .\[color\:var\(--btn-accent-solid-text\)\] {
  color: var(--btn-accent-solid-text);
}

.dm-section .\[color\:var\(--btn-primary-brick-text\)\] {
  color: var(--btn-primary-brick-text);
}

.dm-section .\[color\:var\(--btn-primary-bubble-text\)\] {
  color: var(--btn-primary-bubble-text);
}

.dm-section .\[color\:var\(--btn-primary-classic-text\)\] {
  color: var(--btn-primary-classic-text);
}

.dm-section .\[color\:var\(--btn-primary-ghost-text\)\] {
  color: var(--btn-primary-ghost-text);
}

.dm-section .\[color\:var\(--btn-primary-gradient-text\)\] {
  color: var(--btn-primary-gradient-text);
}

.dm-section .\[color\:var\(--btn-primary-soft-text\)\] {
  color: var(--btn-primary-soft-text);
}

.dm-section .\[color\:var\(--btn-primary-solid-text\)\] {
  color: var(--btn-primary-solid-text);
}

.dm-section .\[color\:var\(--btn-secondary-brick-text\)\] {
  color: var(--btn-secondary-brick-text);
}

.dm-section .\[color\:var\(--btn-secondary-bubble-text\)\] {
  color: var(--btn-secondary-bubble-text);
}

.dm-section .\[color\:var\(--btn-secondary-classic-text\)\] {
  color: var(--btn-secondary-classic-text);
}

.dm-section .\[color\:var\(--btn-secondary-ghost-text\)\] {
  color: var(--btn-secondary-ghost-text);
}

.dm-section .\[color\:var\(--btn-secondary-gradient-text\)\] {
  color: var(--btn-secondary-gradient-text);
}

.dm-section .\[color\:var\(--btn-secondary-soft-text\)\] {
  color: var(--btn-secondary-soft-text);
}

.dm-section .\[color\:var\(--btn-secondary-solid-text\)\] {
  color: var(--btn-secondary-solid-text);
}

/* Tailwind file to use as default to generate /public/tailwind.css using pnpm run tailwind
public/tailwind.css will be imported to the builder's iframe and final shopify storefront
*/

:root {
  /* Hybrid radius system that works well for both small and large values */
  --radius-xs: max(1px, calc(var(--radius) * 0.5));
  /* Minimum 1px */
  --radius-sm: max(2px, calc(var(--radius) * 0.75 + 1px));
  /* Small reduction */
  --radius-base: var(--radius);
  /* Base value */
  --radius-md: calc(var(--radius) * 1.25 + 2px);
  /* Moderate increase */
  --radius-lg: calc(var(--radius) * 1.5 + 4px);
  /* Larger increase */
  --radius-xl: calc(var(--radius) * 1.75 + 8px);
  /* Extra large */
  --radius-2xl: calc(var(--radius) * 2 + 16px);
  /* Double plus fixed increment */
  --title-size-5xs: calc(var(--title-size) - 24px);
  --title-size-4xs: calc(var(--title-size) - 20px);
  --title-size-3xs: calc(var(--title-size) - 16px);
  --title-size-2xs: calc(var(--title-size) - 14px);
  --title-size-xs: calc(var(--title-size) - 12px);
  --title-size-sm: calc(var(--title-size) - 8px);
  --title-size-md: var(--title-size);
  --title-size-lg: calc(var(--title-size) + 8px);
  --title-size-xl: calc(var(--title-size) + 16px);
  --title-size-2xl: calc(var(--title-size) + 24px);
  --title-size-3xl: calc(var(--title-size) + 32px);
  --title-size-4xl: calc(var(--title-size) + 40px);
  --content-size-2xs: calc(var(--content-size) - 6px);
  --content-size-xs: calc(var(--content-size) - 4px);
  --content-size-sm: calc(var(--content-size) - 2px);
  --content-size-md: var(--content-size);
  --content-size-lg: calc(var(--content-size) + 2px);
  --content-size-xl: calc(var(--content-size) + 4px);
  --content-size-2xl: calc(var(--content-size) + 6px);
  --content-size-3xl: calc(var(--content-size) + 8px);
  --content-size-4xl: calc(var(--content-size) + 10px);
  --title-line-height-5xs: calc(var(--title-line-height) + 5%);
  --title-line-height-4xs: calc(var(--title-line-height) + 5%);
  --title-line-height-3xs: calc(var(--title-line-height) + 5%);
  --title-line-height-2xs: calc(var(--title-line-height) + 5%);
  --title-line-height-xs: calc(var(--title-line-height) + 5%);
  --title-line-height-sm: calc(var(--title-line-height) + 5%);
  --title-line-height-md: var(--title-line-height);
  --title-line-height-lg: var(--title-line-height);
  --title-line-height-xl: var(--title-line-height);
  --title-line-height-2xl: var(--title-line-height);
  --title-line-height-3xl: var(--title-line-height);
  --title-line-height-4xl: var(--title-line-height);
  --content-line-height-2xs: var(--content-line-height);
  --content-line-height-xs: var(--content-line-height);
  --content-line-height-sm: var(--content-line-height);
  --content-line-height-md: calc(var(--content-line-height) - 10%);
  --content-line-height-lg: calc(var(--content-line-height) - 10%);
  --content-line-height-xl: var(--content-line-height);
  --content-line-height-2xl: var(--content-line-height);
  --content-line-height-3xl: var(--content-line-height);
  --content-line-height-4xl: var(--content-line-height);
  --title-letter-spacing-5xs: calc(var(--title-letter-spacing) + 0.5px);
  --title-letter-spacing-4xs: calc(var(--title-letter-spacing) + 0.5px);
  --title-letter-spacing-3xs: calc(var(--title-letter-spacing) + 0.5px);
  --title-letter-spacing-2xs: calc(var(--title-letter-spacing) + 0.5px);
  --title-letter-spacing-xs: var(--title-letter-spacing);
  --title-letter-spacing-sm: var(--title-letter-spacing);
  --title-letter-spacing-md: var(--title-letter-spacing);
  --title-letter-spacing-lg: var(--title-letter-spacing);
  --title-letter-spacing-xl: var(--title-letter-spacing);
  --title-letter-spacing-2xl: var(--title-letter-spacing);
  --title-letter-spacing-3xl: var(--title-letter-spacing);
  --title-letter-spacing-4xl: var(--title-letter-spacing);
  --content-letter-spacing-2xs: var(--content-letter-spacing);
  --content-letter-spacing-xs: var(--content-letter-spacing);
  --content-letter-spacing-sm: var(--content-letter-spacing);
  --content-letter-spacing-md: var(--content-letter-spacing);
  --content-letter-spacing-lg: var(--content-letter-spacing);
  --content-letter-spacing-xl: var(--content-letter-spacing);
  --content-letter-spacing-2xl: var(--content-letter-spacing);
  --content-letter-spacing-3xl: var(--content-letter-spacing);
  --content-letter-spacing-4xl: var(--content-letter-spacing);
  --shadow-2xs: var(--shadow-offset-x) calc(var(--shadow-offset-y) * 0.25)
    calc(var(--shadow-blur) * 0.33) var(--shadow-spread)
    hsl(var(--shadow-color) / calc(var(--shadow-opacity) * 0.5));
  --shadow-xs: var(--shadow-offset-x) calc(var(--shadow-offset-y) * 0.25)
    calc(var(--shadow-blur) * 0.5) var(--shadow-spread)
    hsl(var(--shadow-color) / calc(var(--shadow-opacity) * 0.6));
  --shadow-sm: var(--shadow-offset-x) calc(var(--shadow-offset-y) * 0.5)
    calc(var(--shadow-blur) * 0.67) var(--shadow-spread)
    hsl(var(--shadow-color) / calc(var(--shadow-opacity) * 0.6));
  --shadow: var(--shadow-offset-x) var(--shadow-offset-y) var(--shadow-blur) var(--shadow-spread)
    hsl(var(--shadow-color) / calc(var(--shadow-opacity) * 0.8));
  --shadow-md: var(--shadow-offset-x) calc(var(--shadow-offset-y) * 1.5)
    calc(var(--shadow-blur) * 1.67) var(--shadow-spread)
    hsl(var(--shadow-color) / var(--shadow-opacity));
  --shadow-lg: var(--shadow-offset-x) calc(var(--shadow-offset-y) * 2.5)
    calc(var(--shadow-blur) * 2.5) var(--shadow-spread)
    hsl(var(--shadow-color) / var(--shadow-opacity));
  --shadow-xl: var(--shadow-offset-x) calc(var(--shadow-offset-y) * 5) calc(var(--shadow-blur) * 4.17)
    var(--shadow-spread) hsl(var(--shadow-color) / var(--shadow-opacity));
  --shadow-2xl: var(--shadow-offset-x) calc(var(--shadow-offset-y) * 6.25)
    calc(var(--shadow-blur) * 8.33) var(--shadow-spread)
    hsl(var(--shadow-color) / calc(var(--shadow-opacity) * 2.5));
  /* Colors - Danger */
  --danger-0: #fef6f6;
  --danger-10: #fde7e7;
  --danger-20: #fcb6b6;
  --danger-30: #fb8383;
  --danger-40: #fc4f4f;
  --danger-50: #ff1a1a;
  --danger-60: #e20303;
  --danger-70: #ad0505;
  --danger-80: #7a0606;
  --danger-90: #480505;
  --danger-100: #260303;
}

/* Custom Style for DropMagic */

.dm-section .dropmagic-text span {
  display: block;
}

.dm-section h1,
.dm-section h2 {
  text-transform: var(--title-transform);
}

/* Block shopify grid */

.dm-section .grid {
  padding: initial;
  margin-bottom: initial;
  --grid-mobile-horizontal-spacing: 0px;
  --grid-desktop-vertical-spacing: 0px;
  grid-template-areas: inherit;
  /* grid-template-columns: auto; Breaks compare table...*/
  --centered-column-number: 0;
}

.dm-section .flex {
  --gap-md: undefined;
}

/* ============================================
   BUTTON DATA ATTRIBUTE STYLING SYSTEM
   ============================================ */

/* Button Size Styles */

[data-button-size='xs'] {
  height: 36px;
  padding: 6px 12px;
}

[data-button-size='sm'] {
  height: 40px;
  padding: 8px 16px;
}

[data-button-size='md'] {
  height: 48px;
  padding: 12px 24px;
}

[data-button-size='lg'] {
  height: 56px;
  padding: 14px 32px;
}

[data-button-size='xl'] {
  height: 64px;
  padding: 16px 40px;
}

/* Button Width Styles */

[data-button-width='fit'] {
  width: -moz-fit-content;
  width: fit-content;
}

[data-button-width='full'] {
  width: 100%;
}

/* Button text color inheritance - makes child elements inherit button text color */

[data-button-variant] *,
[data-variant_button-variant] * {
  color: inherit;
}

/* ============================================
   VARIANT + STYLE COMBINATIONS
   ============================================ */

/* --- CLASSIC STYLE --- */

/* Primary + Classic */

[data-button-variant='primary'][data-button-style='classic'] {
  background-color: var(--primary-50);
  color: var(--btn-primary-classic-text);
}

[data-button-variant='primary'][data-button-style='classic']:hover {
  background-color: var(--primary-40);
}

/* Secondary + Classic */

[data-button-variant='secondary'][data-button-style='classic'] {
  background-color: var(--secondary-50);
  color: var(--btn-secondary-classic-text);
}

[data-button-variant='secondary'][data-button-style='classic']:hover {
  background-color: var(--secondary-40);
}

/* Accent + Classic */

[data-button-variant='accent'][data-button-style='classic'] {
  background-color: var(--accent-50);
  color: var(--btn-accent-classic-text);
}

[data-button-variant='accent'][data-button-style='classic']:hover {
  background-color: var(--accent-40);
}

/* Outline + Classic */

[data-button-variant='outline'][data-button-style='classic'] {
  background-color: transparent;
  color: var(--neutral-90);
  border: 2px solid var(--neutral-90);
}

[data-button-variant='outline'][data-button-style='classic']:hover {
  border-color: var(--neutral-70);
}

/* --- BRICK STYLE --- */

/* Primary + Brick */

[data-button-variant='primary'][data-button-style='brick'] {
  background-color: var(--primary-50);
  color: var(--btn-primary-brick-text);
  border: 3px solid var(--primary-70);
  box-shadow: 4px 4px 0px 0px var(--primary-70);
}

[data-button-variant='primary'][data-button-style='brick']:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0px 0px var(--primary-70);
}

[data-button-variant='primary'][data-button-style='brick']:active {
  transform: translate(4px, 4px);
  box-shadow: none;
}

/* Secondary + Brick */

[data-button-variant='secondary'][data-button-style='brick'] {
  background-color: var(--secondary-50);
  color: var(--btn-secondary-brick-text);
  border: 3px solid var(--secondary-70);
  box-shadow: 2px 2px 0px 0px var(--secondary-70);
}

[data-button-variant='secondary'][data-button-style='brick']:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0px 0px var(--secondary-70);
}

[data-button-variant='secondary'][data-button-style='brick']:active {
  transform: translate(4px, 4px);
  box-shadow: none;
}

/* Accent + Brick */

[data-button-variant='accent'][data-button-style='brick'] {
  background-color: var(--accent-50);
  color: var(--btn-accent-brick-text);
  border: 3px solid var(--accent-70);
  box-shadow: 2px 2px 0px 0px var(--accent-70);
}

[data-button-variant='accent'][data-button-style='brick']:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0px 0px var(--accent-70);
}

[data-button-variant='accent'][data-button-style='brick']:active {
  transform: translate(4px, 4px);
  box-shadow: none;
}

/* Outline + Brick */

[data-button-variant='outline'][data-button-style='brick'] {
  background-color: transparent;
  color: var(--neutral-70);
  border: 3px solid var(--neutral-50);
  box-shadow: 2px 2px 0px 0px var(--neutral-70);
}

[data-button-variant='outline'][data-button-style='brick']:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0px 0px var(--neutral-70);
  border-color: var(--neutral-70);
  color: var(--neutral-90);
}

[data-button-variant='outline'][data-button-style='brick']:active {
  transform: translate(4px, 4px);
  box-shadow: none;
}

/* --- BUBBLE STYLE --- */

/* Primary + Bubble */

[data-button-variant='primary'][data-button-style='bubble'] {
  background-color: var(--primary-20);
  color: var(--btn-primary-bubble-text);
  border: 2px solid var(--neutral-100);
  box-shadow: inset 0px -4px 0px 0px var(--primary-50);
}

[data-button-variant='primary'][data-button-style='bubble']:hover {
  background-color: var(--primary-30);
}

/* Secondary + Bubble */

[data-button-variant='secondary'][data-button-style='bubble'] {
  background-color: var(--secondary-20);
  color: var(--btn-secondary-bubble-text);
  border: 2px solid var(--neutral-100);
  box-shadow: inset 0px -3px 0px 0px var(--secondary-70);
}

[data-button-variant='secondary'][data-button-style='bubble']:hover {
  background-color: var(--secondary-30);
}

/* Accent + Bubble */

[data-button-variant='accent'][data-button-style='bubble'] {
  background-color: var(--accent-20);
  color: var(--btn-accent-bubble-text);
  border: 2px solid var(--neutral-100);
  box-shadow: inset 0px -3px 0px 0px var(--accent-70);
}

[data-button-variant='accent'][data-button-style='bubble']:hover {
  background-color: var(--accent-30);
}

/* Outline + Bubble */

[data-button-variant='outline'][data-button-style='bubble'] {
  background-color: transparent;
  color: var(--neutral-70);
  border: 2px solid var(--neutral-50);
  box-shadow: inset 0px -3px 0px 0px var(--neutral-70);
}

[data-button-variant='outline'][data-button-style='bubble']:hover {
  border-color: var(--neutral-70);
  color: var(--neutral-90);
}

/* --- GRADIENT STYLE --- */

/* Primary + Gradient */

[data-button-variant='primary'][data-button-style='gradient'] {
  background: linear-gradient(to left, var(--primary-20), var(--primary-50));
  color: var(--btn-primary-gradient-text);
}

[data-button-variant='primary'][data-button-style='gradient']:hover {
  opacity: 0.9;
}

/* Secondary + Gradient */

[data-button-variant='secondary'][data-button-style='gradient'] {
  background: linear-gradient(to left, var(--secondary-20), var(--secondary-50));
  color: var(--btn-secondary-gradient-text);
}

[data-button-variant='secondary'][data-button-style='gradient']:hover {
  opacity: 0.9;
}

/* Accent + Gradient */

[data-button-variant='accent'][data-button-style='gradient'] {
  background: linear-gradient(to left, var(--accent-20), var(--accent-50));
  color: var(--btn-accent-gradient-text);
}

[data-button-variant='accent'][data-button-style='gradient']:hover {
  opacity: 0.9;
}

/* Outline + Gradient */

[data-button-variant='outline'][data-button-style='gradient'] {
  background-color: transparent;
  color: var(--neutral-70);
  border: 2px solid var(--neutral-50);
}

[data-button-variant='outline'][data-button-style='gradient']:hover {
  border-color: var(--neutral-70);
  color: var(--neutral-90);
}

/* --- SOFT STYLE --- */

/* Primary + Soft */

[data-button-variant='primary'][data-button-style='soft'] {
  background-color: var(--neutral-0);
  color: var(--btn-primary-soft-text);
  border: 3px solid var(--primary-50);
  box-shadow: 2px 2px 0px 0px var(--primary-50);
}

[data-button-variant='primary'][data-button-style='soft']:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0px 0px var(--primary-50);
}

[data-button-variant='primary'][data-button-style='soft']:active {
  transform: translate(4px, 4px);
  box-shadow: none;
}

/* Secondary + Soft */

[data-button-variant='secondary'][data-button-style='soft'] {
  background-color: var(--neutral-0);
  color: var(--btn-secondary-soft-text);
  border: 3px solid var(--secondary-50);
  box-shadow: 2px 2px 0px 0px var(--secondary-50);
}

[data-button-variant='secondary'][data-button-style='soft']:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0px 0px var(--secondary-50);
}

[data-button-variant='secondary'][data-button-style='soft']:active {
  transform: translate(4px, 4px);
  box-shadow: none;
}

/* Accent + Soft */

[data-button-variant='accent'][data-button-style='soft'] {
  background-color: var(--neutral-0);
  color: var(--btn-accent-soft-text);
  border: 3px solid var(--accent-50);
  box-shadow: 2px 2px 0px 0px var(--accent-50);
}

[data-button-variant='accent'][data-button-style='soft']:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0px 0px var(--accent-50);
}

[data-button-variant='accent'][data-button-style='soft']:active {
  transform: translate(4px, 4px);
  box-shadow: none;
}

/* Outline + Soft */

[data-button-variant='outline'][data-button-style='soft'] {
  background-color: var(--neutral-0);
  color: var(--neutral-70);
  border: 3px solid var(--neutral-50);
  box-shadow: 2px 2px 0px 0px var(--neutral-50);
}

[data-button-variant='outline'][data-button-style='soft']:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0px 0px var(--neutral-50);
  border-color: var(--neutral-70);
  color: var(--neutral-90);
}

[data-button-variant='outline'][data-button-style='soft']:active {
  transform: translate(4px, 4px);
  box-shadow: none;
}

/* --- GHOST STYLE --- */

/* Primary + Ghost */

[data-button-variant='primary'][data-button-style='ghost'] {
  background-color: var(--primary-10);
  color: var(--btn-primary-ghost-text);
  border: 2px solid var(--primary-50);
}

[data-button-variant='primary'][data-button-style='ghost']:hover {
  background-color: var(--primary-10);
}

/* Secondary + Ghost */

[data-button-variant='secondary'][data-button-style='ghost'] {
  background-color: var(--secondary-10);
  color: var(--btn-secondary-ghost-text);
  border: 2px solid var(--secondary-50);
}

[data-button-variant='secondary'][data-button-style='ghost']:hover {
  background-color: var(--secondary-10);
}

/* Accent + Ghost */

[data-button-variant='accent'][data-button-style='ghost'] {
  background-color: var(--accent-10);
  color: var(--btn-accent-ghost-text);
  border: 2px solid var(--accent-50);
}

[data-button-variant='accent'][data-button-style='ghost']:hover {
  background-color: var(--accent-10);
}

/* Outline + Ghost */

[data-button-variant='outline'][data-button-style='ghost'] {
  background-color: transparent;
  color: var(--neutral-70);
  border: 2px solid var(--neutral-50);
}

[data-button-variant='outline'][data-button-style='ghost']:hover {
  border-color: var(--neutral-70);
  color: var(--neutral-90);
}

/* --- SOLID STYLE --- */

/* Primary + Solid */

[data-button-variant='primary'][data-button-style='solid'] {
  background-color: var(--primary-50);
  color: var(--btn-primary-solid-text);
  border: 2px solid black;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

[data-button-variant='primary'][data-button-style='solid']:hover {
  background-color: var(--primary-40);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

/* Secondary + Solid */

[data-button-variant='secondary'][data-button-style='solid'] {
  background-color: var(--secondary-50);
  color: var(--btn-secondary-solid-text);
  border: 2px solid black;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

[data-button-variant='secondary'][data-button-style='solid']:hover {
  background-color: var(--secondary-40);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

/* Accent + Solid */

[data-button-variant='accent'][data-button-style='solid'] {
  background-color: var(--accent-50);
  color: var(--btn-accent-solid-text);
  border: 2px solid black;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

[data-button-variant='accent'][data-button-style='solid']:hover {
  background-color: var(--accent-40);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

/* Outline + Solid */

[data-button-variant='outline'][data-button-style='solid'] {
  background-color: transparent;
  color: var(--neutral-70);
  border: 2px solid var(--neutral-50);
}

[data-button-variant='outline'][data-button-style='solid']:hover {
  border-color: var(--neutral-70);
  color: var(--neutral-90);
}

/* --- BLACK VARIANT (special override) --- */

[data-button-variant='black'] {
  background-color: black !important;
  color: white !important;
}

/* ============================================
   VARIANT BUTTON DATA ATTRIBUTE STYLING SYSTEM
   (Used for product variant selection buttons)
   ============================================ */

/* Variant Button Size Styles */

[data-variant_button-size='xs'] {
  height: 36px;
  padding: 6px 12px;
}

[data-variant_button-size='sm'] {
  height: 40px;
  padding: 8px 16px;
}

[data-variant_button-size='md'] {
  height: 48px;
  padding: 10px 24px;
}

[data-variant_button-size='lg'] {
  height: 56px;
  padding: 14px 32px;
}

[data-variant_button-size='xl'] {
  height: 64px;
  padding: 16px 40px;
}

/* ============================================
   VARIANT BUTTON - VARIANT + STYLE COMBINATIONS
   ============================================ */

/* --- CLASSIC STYLE --- */

/* Primary + Classic */

[data-variant_button-variant='primary'][data-variant_button-style='classic'] {
  background-color: var(--primary-50);
  color: var(--btn-primary-classic-text);
}

[data-variant_button-variant='primary'][data-variant_button-style='classic']:hover {
  background-color: var(--primary-40);
}

/* Secondary + Classic */

[data-variant_button-variant='secondary'][data-variant_button-style='classic'] {
  background-color: var(--secondary-50);
  color: var(--btn-secondary-classic-text);
}

[data-variant_button-variant='secondary'][data-variant_button-style='classic']:hover {
  background-color: var(--secondary-40);
}

/* Accent + Classic */

[data-variant_button-variant='accent'][data-variant_button-style='classic'] {
  background-color: var(--accent-50);
  color: var(--btn-accent-classic-text);
}

[data-variant_button-variant='accent'][data-variant_button-style='classic']:hover {
  background-color: var(--accent-40);
}

/* Outline + Classic */

[data-variant_button-variant='outline'][data-variant_button-style='classic'] {
  background-color: var(--neutral-0);
  color: var(--neutral-90);
  border: 1px solid var(--neutral-50);
}

[data-variant_button-variant='outline'][data-variant_button-style='classic']:hover {
  border-color: var(--neutral-70);
}

/* --- BRICK STYLE --- */

/* Primary + Brick */

[data-variant_button-variant='primary'][data-variant_button-style='brick'] {
  background-color: var(--primary-50);
  color: var(--btn-primary-brick-text);
  border: 2px solid var(--primary-70);
  box-shadow: 2px 2px 0px 0px var(--primary-70);
}

[data-variant_button-variant='primary'][data-variant_button-style='brick']:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0px 0px var(--primary-70);
}

[data-variant_button-variant='primary'][data-variant_button-style='brick']:active {
  transform: translate(4px, 4px);
  box-shadow: none;
}

/* Secondary + Brick */

[data-variant_button-variant='secondary'][data-variant_button-style='brick'] {
  background-color: var(--secondary-50);
  color: var(--btn-secondary-brick-text);
  border: 2px solid var(--secondary-70);
  box-shadow: 4px 4px 0px 0px var(--secondary-70);
}

[data-variant_button-variant='secondary'][data-variant_button-style='brick']:hover {
  transform: translate(4px, 4px);
  box-shadow: 2px 2px 0px 0px var(--secondary-70);
}

[data-variant_button-variant='secondary'][data-variant_button-style='brick']:active {
  transform: translate(8px, 8px);
  box-shadow: none;
}

/* Accent + Brick */

[data-variant_button-variant='accent'][data-variant_button-style='brick'] {
  background-color: var(--accent-50);
  color: var(--btn-accent-brick-text);
  border: 2px solid var(--accent-70);
  box-shadow: 4px 4px 0px 0px var(--accent-70);
}

[data-variant_button-variant='accent'][data-variant_button-style='brick']:hover {
  transform: translate(4px, 4px);
  box-shadow: 2px 2px 0px 0px var(--accent-70);
}

[data-variant_button-variant='accent'][data-variant_button-style='brick']:active {
  transform: translate(8px, 8px);
  box-shadow: none;
}

/* Outline + Brick */

[data-variant_button-variant='outline'][data-variant_button-style='brick'] {
  background-color: var(--neutral-0);
  color: var(--neutral-70);
  border: 2px solid var(--neutral-50);
}

[data-variant_button-variant='outline'][data-variant_button-style='brick']:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0px 0px var(--neutral-70);
  border-color: var(--neutral-70);
  color: var(--neutral-90);
}

[data-variant_button-variant='outline'][data-variant_button-style='brick']:active {
  transform: translate(4px, 4px);
  box-shadow: none;
}

/* --- BUBBLE STYLE --- */

/* Primary + Bubble */

[data-variant_button-variant='primary'][data-variant_button-style='bubble'] {
  background-color: var(--primary-20);
  color: var(--btn-primary-bubble-text);
  border: 2px solid var(--neutral-100);
  box-shadow: inset 0px -4px 0px 0px var(--primary-50);
}

[data-variant_button-variant='primary'][data-variant_button-style='bubble']:hover {
  background-color: var(--primary-30);
}

/* Secondary + Bubble */

[data-variant_button-variant='secondary'][data-variant_button-style='bubble'] {
  background-color: var(--secondary-20);
  color: var(--btn-secondary-bubble-text);
  border: 2px solid var(--neutral-100);
  box-shadow: inset 0px -3px 0px 0px var(--secondary-70);
}

[data-variant_button-variant='secondary'][data-variant_button-style='bubble']:hover {
  background-color: var(--secondary-30);
}

/* Accent + Bubble */

[data-variant_button-variant='accent'][data-variant_button-style='bubble'] {
  background-color: var(--accent-20);
  color: var(--btn-accent-bubble-text);
  border: 2px solid var(--neutral-100);
  box-shadow: inset 0px -3px 0px 0px var(--accent-70);
}

[data-variant_button-variant='accent'][data-variant_button-style='bubble']:hover {
  background-color: var(--accent-30);
}

/* Outline + Bubble */

[data-variant_button-variant='outline'][data-variant_button-style='bubble'] {
  background-color: var(--neutral-0);
  color: var(--neutral-70);
  border: 2px solid var(--neutral-50);
}

[data-variant_button-variant='outline'][data-variant_button-style='bubble']:hover {
  border-color: var(--neutral-70);
  color: var(--neutral-90);
}

/* --- GRADIENT STYLE --- */

/* Primary + Gradient */

[data-variant_button-variant='primary'][data-variant_button-style='gradient'] {
  background: linear-gradient(to left, var(--primary-20), var(--primary-50));
  color: var(--btn-primary-gradient-text);
}

[data-variant_button-variant='primary'][data-variant_button-style='gradient']:hover {
  opacity: 0.9;
}

/* Secondary + Gradient */

[data-variant_button-variant='secondary'][data-variant_button-style='gradient'] {
  background: linear-gradient(to left, var(--secondary-20), var(--secondary-50));
  color: var(--btn-secondary-gradient-text);
}

[data-variant_button-variant='secondary'][data-variant_button-style='gradient']:hover {
  opacity: 0.9;
}

/* Accent + Gradient */

[data-variant_button-variant='accent'][data-variant_button-style='gradient'] {
  background: linear-gradient(to left, var(--accent-20), var(--accent-50));
  color: var(--btn-accent-gradient-text);
}

[data-variant_button-variant='accent'][data-variant_button-style='gradient']:hover {
  opacity: 0.9;
}

/* Outline + Gradient */

[data-variant_button-variant='outline'][data-variant_button-style='gradient'] {
  background-color: var(--neutral-0);
  color: var(--neutral-70);
  border: 2px solid var(--neutral-50);
}

[data-variant_button-variant='outline'][data-variant_button-style='gradient']:hover {
  border-color: var(--neutral-70);
  color: var(--neutral-90);
}

/* --- SOFT STYLE --- */

/* Primary + Soft */

[data-variant_button-variant='primary'][data-variant_button-style='soft'] {
  background-color: var(--neutral-0);
  color: var(--btn-primary-soft-text);
  border: 2px solid var(--primary-50);
  box-shadow: 2px 2px 0px 0px var(--primary-50);
}

[data-variant_button-variant='primary'][data-variant_button-style='soft']:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0px 0px var(--primary-50);
}

[data-variant_button-variant='primary'][data-variant_button-style='soft']:active {
  transform: translate(4px, 4px);
  box-shadow: none;
}

/* Secondary + Soft */

[data-variant_button-variant='secondary'][data-variant_button-style='soft'] {
  background-color: var(--neutral-0);
  color: var(--btn-secondary-soft-text);
  border: 2px solid var(--secondary-50);
  box-shadow: 4px 4px 0px 0px var(--secondary-50);
}

[data-variant_button-variant='secondary'][data-variant_button-style='soft']:hover {
  transform: translate(4px, 4px);
  box-shadow: 2px 2px 0px 0px var(--secondary-50);
}

[data-variant_button-variant='secondary'][data-variant_button-style='soft']:active {
  transform: translate(8px, 8px);
  box-shadow: none;
}

/* Accent + Soft */

[data-variant_button-variant='accent'][data-variant_button-style='soft'] {
  background-color: var(--neutral-0);
  color: var(--btn-accent-soft-text);
  border: 2px solid var(--accent-50);
  box-shadow: 4px 4px 0px 0px var(--accent-50);
}

[data-variant_button-variant='accent'][data-variant_button-style='soft']:hover {
  transform: translate(4px, 4px);
  box-shadow: 2px 2px 0px 0px var(--accent-50);
}

[data-variant_button-variant='accent'][data-variant_button-style='soft']:active {
  transform: translate(8px, 8px);
  box-shadow: none;
}

/* Outline + Soft */

[data-variant_button-variant='outline'][data-variant_button-style='soft'] {
  background-color: var(--neutral-0);
  color: var(--neutral-70);
  border: 2px solid var(--neutral-50);
}

[data-variant_button-variant='outline'][data-variant_button-style='soft']:hover {
  border-color: var(--neutral-70);
  color: var(--neutral-90);
}

/* --- GHOST STYLE --- */

/* Primary + Ghost */

[data-variant_button-variant='primary'][data-variant_button-style='ghost'] {
  background-color: var(--primary-10);
  color: var(--btn-primary-ghost-text);
  border: 2px solid var(--primary-50);
}

[data-variant_button-variant='primary'][data-variant_button-style='ghost']:hover {
  background-color: var(--primary-10);
}

/* Secondary + Ghost */

[data-variant_button-variant='secondary'][data-variant_button-style='ghost'] {
  background-color: var(--secondary-10);
  color: var(--btn-secondary-ghost-text);
  border: 2px solid var(--secondary-50);
}

[data-variant_button-variant='secondary'][data-variant_button-style='ghost']:hover {
  background-color: var(--secondary-10);
}

/* Accent + Ghost */

[data-variant_button-variant='accent'][data-variant_button-style='ghost'] {
  background-color: var(--accent-10);
  color: var(--btn-accent-ghost-text);
  border: 2px solid var(--accent-50);
}

[data-variant_button-variant='accent'][data-variant_button-style='ghost']:hover {
  background-color: var(--accent-10);
}

/* Outline + Ghost */

[data-variant_button-variant='outline'][data-variant_button-style='ghost'] {
  background-color: var(--neutral-0);
  color: var(--neutral-70);
  border: 2px solid var(--neutral-50);
}

[data-variant_button-variant='outline'][data-variant_button-style='ghost']:hover {
  border-color: var(--neutral-70);
  color: var(--neutral-90);
}

/* --- SOLID STYLE --- */

/* Primary + Solid */

[data-variant_button-variant='primary'][data-variant_button-style='solid'] {
  background-color: var(--primary-50);
  color: var(--btn-primary-solid-text);
  border: 2px solid black;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

[data-variant_button-variant='primary'][data-variant_button-style='solid']:hover {
  background-color: var(--primary-40);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

/* Secondary + Solid */

[data-variant_button-variant='secondary'][data-variant_button-style='solid'] {
  background-color: var(--secondary-50);
  color: var(--btn-secondary-solid-text);
  border: 2px solid black;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

[data-variant_button-variant='secondary'][data-variant_button-style='solid']:hover {
  background-color: var(--secondary-40);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

/* Accent + Solid */

[data-variant_button-variant='accent'][data-variant_button-style='solid'] {
  background-color: var(--accent-50);
  color: var(--btn-accent-solid-text);
  border: 2px solid black;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

[data-variant_button-variant='accent'][data-variant_button-style='solid']:hover {
  background-color: var(--accent-40);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

/* Outline + Solid */

[data-variant_button-variant='outline'][data-variant_button-style='solid'] {
  background-color: var(--neutral-0);
  color: var(--neutral-70);
  border: 2px solid var(--neutral-50);
}

[data-variant_button-variant='outline'][data-variant_button-style='solid']:hover {
  border-color: var(--neutral-70);
  color: var(--neutral-90);
}

/* --- BLACK VARIANT (special override) --- */

[data-variant_button-variant='black'] {
  background-color: black !important;
  color: white !important;
}

/* Color combination data attributes */

[data-section-combination='white'] {
  --background: #ffffff;
  --foreground: var(--neutral-90);
  --card: var(--neutral-0);
  --card-foreground: var(--neutral-100);
  --popover: var(--neutral-0);
  --popover-foreground: var(--neutral-100);
  --primary: var(--primary-50);
  --primary-foreground: var(--neutral-0);
  --secondary: var(--secondary-50);
  --secondary-foreground: var(--neutral-0);
  --muted: var(--neutral-10);
  --muted-foreground: var(--neutral-60);
  --accent: var(--accent-50);
  --accent-foreground: var(--neutral-100);
  --destructive: var(--danger-50);
  --destructive-foreground: var(--neutral-0);
  --border: var(--neutral-20);
  --input: var(--neutral-30);
  --ring: var(--primary-40);
  --sidebar: var(--neutral-0);
  --sidebar-foreground: var(--neutral-100);
  --surface: var(--neutral-0);
  --surface-foreground: var(--neutral-100);
  --selection: var(--primary-50);
  --selection-foreground: var(--neutral-0);
}

[data-section-combination='light'] {
  --background: var(--neutral-0);
  --foreground: var(--neutral-90);
  --card: var(--neutral-0);
  --card-foreground: var(--neutral-100);
  --popover: var(--neutral-0);
  --popover-foreground: var(--neutral-100);
  --primary: var(--primary-50);
  --primary-foreground: var(--neutral-0);
  --secondary: var(--secondary-50);
  --secondary-foreground: var(--neutral-0);
  --muted: var(--neutral-10);
  --muted-foreground: var(--neutral-60);
  --accent: var(--accent-50);
  --accent-foreground: var(--neutral-100);
  --destructive: var(--danger-50);
  --destructive-foreground: var(--neutral-0);
  --border: var(--neutral-20);
  --input: var(--neutral-30);
  --ring: var(--primary-40);
  --sidebar: var(--neutral-10);
  --sidebar-foreground: var(--neutral-100);
  --surface: var(--neutral-0);
  --surface-foreground: var(--neutral-100);
  --selection: var(--primary-50);
  --selection-foreground: var(--neutral-0);
}

[data-section-combination='neutral'] {
  --background: var(--neutral-20);
  --foreground: var(--neutral-90);
  --card: var(--neutral-0);
  --card-foreground: var(--neutral-100);
  --popover: var(--neutral-0);
  --popover-foreground: var(--neutral-100);
  --primary: var(--primary-50);
  --primary-foreground: var(--neutral-0);
  --secondary: var(--secondary-50);
  --secondary-foreground: var(--neutral-0);
  --muted: var(--neutral-10);
  --muted-foreground: var(--neutral-60);
  --accent: var(--accent-50);
  --accent-foreground: var(--neutral-100);
  --destructive: var(--danger-50);
  --destructive-foreground: var(--neutral-0);
  --border: var(--neutral-20);
  --input: var(--neutral-30);
  --ring: var(--primary-40);
  --sidebar: var(--neutral-20);
  --sidebar-foreground: var(--neutral-100);
  --surface: var(--neutral-0);
  --surface-foreground: var(--neutral-100);
  --selection: var(--primary-50);
  --selection-foreground: var(--neutral-0);
}

[data-section-combination='tinted'] {
  --background: var(--primary-10);
  --foreground: var(--primary-100);
  --card: var(--primary-0);
  --card-foreground: var(--primary-90);
  --popover: var(--primary-0);
  --popover-foreground: var(--primary-90);
  --primary: var(--primary-50);
  --primary-foreground: var(--neutral-0);
  --secondary: var(--secondary-50);
  --secondary-foreground: var(--neutral-0);
  --muted: var(--neutral-20);
  --muted-foreground: var(--neutral-60);
  --accent: var(--accent-50);
  --accent-foreground: var(--neutral-100);
  --destructive: var(--danger-50);
  --destructive-foreground: var(--neutral-0);
  --border: var(--primary-60);
  --input: var(--neutral-30);
  --ring: var(--primary-40);
  --sidebar: var(--primary-0);
  --sidebar-foreground: var(--primary-90);
  --surface: var(--primary-0);
  --surface-foreground: var(--primary-90);
  --selection: var(--primary-50);
  --selection-foreground: var(--neutral-0);
}

[data-section-combination='tinted-secondary'] {
  --background: var(--secondary-10);
  --foreground: var(--secondary-100);
  --card: var(--secondary-0);
  --card-foreground: var(--secondary-90);
  --popover: var(--secondary-0);
  --popover-foreground: var(--secondary-90);
  --primary: var(--secondary-50);
  --primary-foreground: var(--neutral-0);
  --secondary: var(--primary-50);
  --secondary-foreground: var(--neutral-0);
  --muted: var(--neutral-20);
  --muted-foreground: var(--neutral-60);
  --accent: var(--accent-50);
  --accent-foreground: var(--neutral-100);
  --destructive: var(--danger-50);
  --destructive-foreground: var(--neutral-0);
  --border: var(--secondary-60);
  --input: var(--neutral-30);
  --ring: var(--secondary-40);
  --sidebar: var(--secondary-0);
  --sidebar-foreground: var(--secondary-90);
  --surface: var(--secondary-0);
  --surface-foreground: var(--secondary-90);
  --selection: var(--secondary-50);
  --selection-foreground: var(--neutral-0);
}

[data-section-combination='tinted-tertiary'] {
  --background: var(--accent-10);
  --foreground: var(--accent-100);
  --card: var(--accent-0);
  --card-foreground: var(--accent-90);
  --popover: var(--accent-0);
  --popover-foreground: var(--accent-90);
  --primary: var(--accent-50);
  --primary-foreground: var(--neutral-0);
  --secondary: var(--primary-50);
  --secondary-foreground: var(--neutral-0);
  --muted: var(--neutral-20);
  --muted-foreground: var(--neutral-60);
  --accent: var(--accent-50);
  --accent-foreground: var(--neutral-100);
  --destructive: var(--danger-50);
  --destructive-foreground: var(--neutral-0);
  --border: var(--accent-60);
  --input: var(--neutral-30);
  --ring: var(--accent-40);
  --sidebar: var(--accent-0);
  --sidebar-foreground: var(--accent-90);
  --surface: var(--accent-0);
  --surface-foreground: var(--accent-90);
  --selection: var(--accent-50);
  --selection-foreground: var(--neutral-0);
}

[data-section-combination='vibrant'] {
  --background: var(--primary-50);
  --foreground: var(--neutral-0);
  --card: var(--primary-20);
  --card-foreground: var(--neutral-90);
  --popover: var(--primary-20);
  --popover-foreground: var(--neutral-90);
  --primary: var(--neutral-0);
  --primary-foreground: var(--neutral-90);
  --secondary: var(--secondary-50);
  --secondary-foreground: var(--neutral-0);
  --muted: var(--primary-30);
  --muted-foreground: var(--neutral-20);
  --accent: var(--accent-10);
  --accent-foreground: var(--neutral-100);
  --destructive: var(--danger-50);
  --destructive-foreground: var(--neutral-0);
  --border: var(--neutral-90);
  --input: var(--primary-40);
  --ring: var(--accent-50);
  --sidebar: var(--primary-20);
  --sidebar-foreground: var(--neutral-90);
  --surface: var(--primary-20);
  --surface-foreground: var(--neutral-90);
  --selection: var(--neutral-0);
  --selection-foreground: var(--neutral-90);
}

[data-section-combination='gradient'] {
  --background: linear-gradient(180deg, var(--neutral-0) 0%, var(--primary-20) 100%);
  --foreground: var(--neutral-100);
  --card: var(--neutral-0);
  --card-foreground: var(--neutral-100);
  --popover: var(--neutral-0);
  --popover-foreground: var(--neutral-100);
  --primary: var(--primary-50);
  --primary-foreground: var(--neutral-0);
  --secondary: var(--secondary-50);
  --secondary-foreground: var(--neutral-0);
  --muted: var(--neutral-20);
  --muted-foreground: var(--neutral-60);
  --accent: var(--accent-30);
  --accent-foreground: var(--neutral-100);
  --destructive: var(--danger-50);
  --destructive-foreground: var(--neutral-0);
  --border: var(--neutral-30);
  --input: var(--neutral-30);
  --ring: var(--primary-40);
  --sidebar: var(--neutral-0);
  --sidebar-foreground: var(--neutral-100);
  --surface: var(--neutral-0);
  --surface-foreground: var(--neutral-100);
  --selection: var(--primary-50);
  --selection-foreground: var(--neutral-0);
}

[data-section-combination='dark'] {
  --background: var(--neutral-90);
  --foreground: var(--neutral-0);
  --card: var(--neutral-80);
  --card-foreground: var(--neutral-20);
  --popover: var(--neutral-80);
  --popover-foreground: var(--neutral-20);
  --primary: var(--primary-60);
  --primary-foreground: var(--neutral-0);
  --secondary: var(--secondary-60);
  --secondary-foreground: var(--neutral-0);
  --muted: var(--neutral-80);
  --muted-foreground: var(--neutral-10);
  --accent: var(--accent-50);
  --accent-foreground: var(--neutral-0);
  --destructive: var(--danger-50);
  --destructive-foreground: var(--neutral-0);
  --border: var(--neutral-60);
  --input: var(--neutral-30);
  --ring: var(--primary-50);
  --sidebar: var(--neutral-80);
  --sidebar-foreground: var(--neutral-20);
  --surface: var(--neutral-80);
  --surface-foreground: var(--neutral-20);
  --selection: var(--primary-60);
  --selection-foreground: var(--neutral-0);
}

.dm-section .file\:border-0::file-selector-button {
  border-width: 0px;
}

.dm-section .file\:bg-transparent::file-selector-button {
  background-color: transparent;
}

.dm-section .file\:text-sm::file-selector-button {
  font-size: 14px;
  line-height: 20px;
}

.dm-section .file\:font-medium::file-selector-button {
  font-weight: 500;
}

.dm-section .placeholder\:text-grey_50::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.dm-section .placeholder\:text-grey_50::placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.dm-section .hover\:top-0:hover {
  top: 0;
}

.dm-section .hover\:translate-x-0\.5:hover {
  --tw-translate-x: calc(var(--spacing) * 0.5);
  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));
}

.dm-section .hover\:translate-x-1:hover {
  --tw-translate-x: calc(var(--spacing) * 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));
}

.dm-section .hover\:translate-y-0\.5:hover {
  --tw-translate-y: calc(var(--spacing) * 0.5);
  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));
}

.dm-section .hover\:translate-y-1:hover {
  --tw-translate-y: calc(var(--spacing) * 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));
}

.dm-section .hover\:scale-90:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

.dm-section .hover\:cursor-pointer:hover {
  cursor: pointer;
}

.dm-section .hover\:cursor-text:hover {
  cursor: text;
}

.dm-section .hover\:border-neutral-700:hover {
  border-color: var(--neutral-70);
}

.dm-section .hover\:bg-\[\#3ac300\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(58 195 0 / var(--tw-bg-opacity, 1));
}

.dm-section .hover\:bg-\[\#40D600\]\/30:hover {
  background-color: rgb(64 214 0 / 0.3);
}

.dm-section .hover\:bg-accent-100:hover {
  background-color: var(--accent-10);
}

.dm-section .hover\:bg-accent-300:hover {
  background-color: var(--accent-30);
}

.dm-section .hover\:bg-accent-400:hover {
  background-color: var(--accent-40);
}

.dm-section .hover\:bg-green_500\/5:hover {
  background-color: rgb(64 214 0 / 0.05);
}

.dm-section .hover\:bg-grey_200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity, 1));
}

.dm-section .hover\:bg-grey_400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(54 54 54 / var(--tw-bg-opacity, 1));
}

.dm-section .hover\:bg-primary-100:hover {
  background-color: var(--primary-10);
}

.dm-section .hover\:bg-primary-300:hover {
  background-color: var(--primary-30);
}

.dm-section .hover\:bg-primary-400:hover {
  background-color: var(--primary-40);
}

.dm-section .hover\:bg-secondary-100:hover {
  background-color: var(--secondary-10);
}

.dm-section .hover\:bg-secondary-300:hover {
  background-color: var(--secondary-30);
}

.dm-section .hover\:bg-secondary-400:hover {
  background-color: var(--secondary-40);
}

.dm-section .hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.dm-section .hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.dm-section .hover\:text-accent:hover {
  color: var(--accent);
}

.dm-section .hover\:text-neutral-900:hover {
  color: var(--neutral-90);
}

.dm-section .hover\:underline:hover {
  text-decoration-line: underline;
}

.dm-section .hover\:opacity-90:hover {
  opacity: 0.9;
}

.dm-section .hover\:shadow-\[1px_1px_0px_0px_theme\(colors\.accent\.500\)\]:hover {
  --tw-shadow: 1px 1px 0px 0px var(--accent-50);
  --tw-shadow-colored: 1px 1px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .hover\:shadow-\[1px_1px_0px_0px_theme\(colors\.accent\.700\)\]:hover {
  --tw-shadow: 1px 1px 0px 0px var(--accent-70);
  --tw-shadow-colored: 1px 1px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .hover\:shadow-\[1px_1px_0px_0px_theme\(colors\.neutral\.500\)\]:hover {
  --tw-shadow: 1px 1px 0px 0px var(--neutral-50);
  --tw-shadow-colored: 1px 1px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .hover\:shadow-\[1px_1px_0px_0px_theme\(colors\.neutral\.700\)\]:hover {
  --tw-shadow: 1px 1px 0px 0px var(--neutral-70);
  --tw-shadow-colored: 1px 1px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .hover\:shadow-\[1px_1px_0px_0px_theme\(colors\.primary\.500\)\]:hover {
  --tw-shadow: 1px 1px 0px 0px var(--primary-50);
  --tw-shadow-colored: 1px 1px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .hover\:shadow-\[1px_1px_0px_0px_theme\(colors\.primary\.700\)\]:hover {
  --tw-shadow: 1px 1px 0px 0px var(--primary-70);
  --tw-shadow-colored: 1px 1px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .hover\:shadow-\[1px_1px_0px_0px_theme\(colors\.secondary\.500\)\]:hover {
  --tw-shadow: 1px 1px 0px 0px var(--secondary-50);
  --tw-shadow-colored: 1px 1px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .hover\:shadow-\[1px_1px_0px_0px_theme\(colors\.secondary\.700\)\]:hover {
  --tw-shadow: 1px 1px 0px 0px var(--secondary-70);
  --tw-shadow-colored: 1px 1px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .hover\:shadow-\[2px_2px_0px_0px_theme\(colors\.accent\.500\)\]:hover {
  --tw-shadow: 2px 2px 0px 0px var(--accent-50);
  --tw-shadow-colored: 2px 2px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .hover\:shadow-\[2px_2px_0px_0px_theme\(colors\.accent\.700\)\]:hover {
  --tw-shadow: 2px 2px 0px 0px var(--accent-70);
  --tw-shadow-colored: 2px 2px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .hover\:shadow-\[2px_2px_0px_0px_theme\(colors\.neutral\.700\)\]:hover {
  --tw-shadow: 2px 2px 0px 0px var(--neutral-70);
  --tw-shadow-colored: 2px 2px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .hover\:shadow-\[2px_2px_0px_0px_theme\(colors\.primary\.700\)\]:hover {
  --tw-shadow: 2px 2px 0px 0px var(--primary-70);
  --tw-shadow-colored: 2px 2px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .hover\:shadow-\[2px_2px_0px_0px_theme\(colors\.secondary\.500\)\]:hover {
  --tw-shadow: 2px 2px 0px 0px var(--secondary-50);
  --tw-shadow-colored: 2px 2px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .hover\:shadow-\[2px_2px_0px_0px_theme\(colors\.secondary\.700\)\]:hover {
  --tw-shadow: 2px 2px 0px 0px var(--secondary-70);
  --tw-shadow-colored: 2px 2px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .hover\:shadow-md:hover {
  --tw-shadow: var(--shadow-md);
  --tw-shadow-colored: var(--shadow-md);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .hover\:ring-2:hover {
  --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);
}

.dm-section .hover\:ring-green_500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(64 214 0 / var(--tw-ring-opacity, 1));
}

.dm-section .focus\:border-transparent:focus {
  border-color: transparent;
}

.dm-section .focus\:shadow-\[0_0_0_1px_\#1d9bd1\2c 0_0_0_6px_rgba\(29\2c 155\2c 209\2c 0\.3\)\]:focus {
  --tw-shadow: 0 0 0 1px #1d9bd1,0 0 0 6px rgba(29,155,209,0.3);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color), 0 0 0 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.dm-section .focus\:ring-0: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(0px + 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);
}

.dm-section .focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.dm-section .focus-visible\:ring-0:focus-visible {
  --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(0px + 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);
}

.dm-section .focus-visible\:ring-2:focus-visible {
  --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);
}

.dm-section .focus-visible\:ring-zinc-950:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(9 9 11 / var(--tw-ring-opacity, 1));
}

.dm-section .focus-visible\:ring-offset-0:focus-visible {
  --tw-ring-offset-width: 0px;
}

.dm-section .focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.dm-section .active\:translate-x-1:active {
  --tw-translate-x: calc(var(--spacing) * 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));
}

.dm-section .active\:translate-x-2:active {
  --tw-translate-x: calc(var(--spacing) * 2);
  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));
}

.dm-section .active\:translate-y-1:active {
  --tw-translate-y: calc(var(--spacing) * 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));
}

.dm-section .active\:translate-y-2:active {
  --tw-translate-y: calc(var(--spacing) * 2);
  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));
}

.dm-section .active\:scale-\[\.98\]:active {
  --tw-scale-x: .98;
  --tw-scale-y: .98;
  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));
}

.dm-section .active\:cursor-grabbing:active {
  cursor: grabbing;
}

.dm-section .active\:shadow-none:active {
  --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);
}

.dm-section .disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.dm-section .disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.dm-section .disabled\:border-opacity-50:disabled {
  --tw-border-opacity: 0.5;
}

.dm-section .disabled\:bg-opacity-50:disabled {
  --tw-bg-opacity: 0.5;
}

.dm-section .disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.dm-section .disabled\:ring-opacity-50:disabled {
  --tw-ring-opacity: 0.5;
}

.dm-section :is(.group[open] .group-open\: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));
}

.dm-section :is(.group:hover .group-hover\:block) {
  display: block;
}

.dm-section :is(.group:hover .group-hover\:translate-x-1) {
  --tw-translate-x: calc(var(--spacing) * 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));
}

.dm-section :is(.group:hover .group-hover\:translate-x-2) {
  --tw-translate-x: calc(var(--spacing) * 2);
  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));
}

.dm-section :is(.group:hover .group-hover\:scale-105) {
  --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));
}

.dm-section :is(.group:hover .group-hover\:scale-90) {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

.dm-section :is(.group\/select:hover .group-hover\/select\:text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dm-section :is(.group:hover .group-hover\:text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dm-section :is(.group:hover .group-hover\:text-white\/70) {
  color: rgb(255 255 255 / 0.7);
}

@keyframes accordion-up {
  from {
    height: var(--radix-accordion-content-height);
  }

  to {
    height: 0;
  }
}

.dm-section .data-\[state\=closed\]\:animate-accordion-up[data-state="closed"] {
  animation: accordion-up 0.2s ease-out;
}

@keyframes accordion-down {
  from {
    height: 0;
  }

  to {
    height: var(--radix-accordion-content-height);
  }
}

.dm-section .data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
  animation: accordion-down 0.2s ease-out;
}

@media not all and (min-width: 768px) {
  .dm-section .max-md\:order-1 {
    order: 1;
  }

  .dm-section .max-md\:order-2 {
    order: 2;
  }

  .dm-section .max-md\:items-center {
    align-items: center;
  }

  .dm-section .max-md\:gap-5 {
    gap: calc(var(--spacing) * 5);
  }
}

@media not all and (min-width: 640px) {
  .dm-section .max-sm\:items-center {
    align-items: center;
  }

  .dm-section .max-sm\:gap-3 {
    gap: calc(var(--spacing) * 3);
  }
}

@media (min-width: 640px) {
  .dm-section .sm\:-left-14 {
    left: calc(calc(var(--spacing) * 14) * -1);
  }

  .dm-section .sm\:-left-7 {
    left: calc(calc(var(--spacing) * 7) * -1);
  }

  .dm-section .sm\:-left-8 {
    left: calc(calc(var(--spacing) * 8) * -1);
  }

  .dm-section .sm\:-right-14 {
    right: calc(calc(var(--spacing) * 14) * -1);
  }

  .dm-section .sm\:-right-7 {
    right: calc(calc(var(--spacing) * 7) * -1);
  }

  .dm-section .sm\:-right-8 {
    right: calc(calc(var(--spacing) * 8) * -1);
  }

  .dm-section .sm\:bottom-auto {
    bottom: auto;
  }

  .dm-section .sm\:left-4 {
    left: calc(var(--spacing) * 4);
  }

  .dm-section .sm\:right-auto {
    right: auto;
  }

  .dm-section .sm\:top-4 {
    top: calc(var(--spacing) * 4);
  }

  .dm-section .sm\:order-1 {
    order: 1;
  }

  .dm-section .sm\:order-2 {
    order: 2;
  }

  .dm-section .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .dm-section .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .dm-section .sm\:block {
    display: block;
  }

  .dm-section .sm\:flex {
    display: flex;
  }

  .dm-section .sm\:hidden {
    display: none;
  }

  .dm-section .sm\:h-7 {
    height: calc(var(--spacing) * 7);
  }

  .dm-section .sm\:w-7 {
    width: calc(var(--spacing) * 7);
  }

  .dm-section .sm\:w-\[500px\] {
    width: 500px;
  }

  .dm-section .sm\:w-auto {
    width: auto;
  }

  .dm-section .sm\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .dm-section .sm\:w-full {
    width: 100%;
  }

  .dm-section .sm\:max-w-\[85\%\] {
    max-width: 85%;
  }

  .dm-section .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .dm-section .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .dm-section .sm\:flex-none {
    flex: none;
  }

  .dm-section .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .dm-section .sm\:flex-grow {
    flex-grow: 1;
  }

  .dm-section .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dm-section .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .dm-section .sm\:grid-cols-\[0\.7fr_1fr_0\.7fr\] {
    grid-template-columns: 0.7fr 1fr 0.7fr;
  }

  .dm-section .sm\:grid-cols-\[3fr_2fr\] {
    grid-template-columns: 3fr 2fr;
  }

  .dm-section .sm\:flex-row {
    flex-direction: row;
  }

  .dm-section .sm\:flex-col {
    flex-direction: column;
  }

  .dm-section .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .dm-section .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .dm-section .sm\:items-start {
    align-items: flex-start;
  }

  .dm-section .sm\:gap-12 {
    gap: calc(var(--spacing) * 12);
  }

  .dm-section .sm\:gap-9 {
    gap: calc(var(--spacing) * 9);
  }

  .dm-section .sm\:gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }

  .dm-section .sm\:\!px-10 {
    padding-left: calc(var(--spacing) * 10) !important;
    padding-right: calc(var(--spacing) * 10) !important;
  }

  .dm-section .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .dm-section .sm\:px-4 {
    padding-left: calc(var(--spacing) * 4);
    padding-right: calc(var(--spacing) * 4);
  }

  .dm-section .sm\:py-6 {
    padding-top: calc(var(--spacing) * 6);
    padding-bottom: calc(var(--spacing) * 6);
  }

  .dm-section .sm\:pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .dm-section .sm\:pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }

  .dm-section .sm\:pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }

  .dm-section .sm\:dm-hidden {
    display: none;
  }

  .dm-section .sm\:title-5xs-light {
    font-size: var(--title-size-5xs);
    line-height: var(--title-line-height-5xs);
    letter-spacing: var(--title-letter-spacing-5xs);
    font-weight: 300;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-5xs-regular {
    font-size: var(--title-size-5xs);
    line-height: var(--title-line-height-5xs);
    letter-spacing: var(--title-letter-spacing-5xs);
    font-weight: 400;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-5xs-medium {
    font-size: var(--title-size-5xs);
    line-height: var(--title-line-height-5xs);
    letter-spacing: var(--title-letter-spacing-5xs);
    font-weight: 500;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-5xs-semibold {
    font-size: var(--title-size-5xs);
    line-height: var(--title-line-height-5xs);
    letter-spacing: var(--title-letter-spacing-5xs);
    font-weight: 600;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-5xs-bold {
    font-size: var(--title-size-5xs);
    line-height: var(--title-line-height-5xs);
    letter-spacing: var(--title-letter-spacing-5xs);
    font-weight: 700;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-5xs-extrabold {
    font-size: var(--title-size-5xs);
    line-height: var(--title-line-height-5xs);
    letter-spacing: var(--title-letter-spacing-5xs);
    font-weight: 800;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-5xs-black {
    font-size: var(--title-size-5xs);
    line-height: var(--title-line-height-5xs);
    letter-spacing: var(--title-letter-spacing-5xs);
    font-weight: 900;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-4xs-light {
    font-size: var(--title-size-4xs);
    line-height: var(--title-line-height-4xs);
    letter-spacing: var(--title-letter-spacing-4xs);
    font-weight: 300;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-4xs-regular {
    font-size: var(--title-size-4xs);
    line-height: var(--title-line-height-4xs);
    letter-spacing: var(--title-letter-spacing-4xs);
    font-weight: 400;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-4xs-medium {
    font-size: var(--title-size-4xs);
    line-height: var(--title-line-height-4xs);
    letter-spacing: var(--title-letter-spacing-4xs);
    font-weight: 500;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-4xs-semibold {
    font-size: var(--title-size-4xs);
    line-height: var(--title-line-height-4xs);
    letter-spacing: var(--title-letter-spacing-4xs);
    font-weight: 600;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-4xs-bold {
    font-size: var(--title-size-4xs);
    line-height: var(--title-line-height-4xs);
    letter-spacing: var(--title-letter-spacing-4xs);
    font-weight: 700;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-4xs-extrabold {
    font-size: var(--title-size-4xs);
    line-height: var(--title-line-height-4xs);
    letter-spacing: var(--title-letter-spacing-4xs);
    font-weight: 800;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-4xs-black {
    font-size: var(--title-size-4xs);
    line-height: var(--title-line-height-4xs);
    letter-spacing: var(--title-letter-spacing-4xs);
    font-weight: 900;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-3xs-light {
    font-size: var(--title-size-3xs);
    line-height: var(--title-line-height-3xs);
    letter-spacing: var(--title-letter-spacing-3xs);
    font-weight: 300;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-3xs-regular {
    font-size: var(--title-size-3xs);
    line-height: var(--title-line-height-3xs);
    letter-spacing: var(--title-letter-spacing-3xs);
    font-weight: 400;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-3xs-medium {
    font-size: var(--title-size-3xs);
    line-height: var(--title-line-height-3xs);
    letter-spacing: var(--title-letter-spacing-3xs);
    font-weight: 500;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-3xs-semibold {
    font-size: var(--title-size-3xs);
    line-height: var(--title-line-height-3xs);
    letter-spacing: var(--title-letter-spacing-3xs);
    font-weight: 600;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-3xs-bold {
    font-size: var(--title-size-3xs);
    line-height: var(--title-line-height-3xs);
    letter-spacing: var(--title-letter-spacing-3xs);
    font-weight: 700;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-3xs-extrabold {
    font-size: var(--title-size-3xs);
    line-height: var(--title-line-height-3xs);
    letter-spacing: var(--title-letter-spacing-3xs);
    font-weight: 800;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-3xs-black {
    font-size: var(--title-size-3xs);
    line-height: var(--title-line-height-3xs);
    letter-spacing: var(--title-letter-spacing-3xs);
    font-weight: 900;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-2xs-light {
    font-size: var(--title-size-2xs);
    line-height: var(--title-line-height-2xs);
    letter-spacing: var(--title-letter-spacing-2xs);
    font-weight: 300;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-2xs-regular {
    font-size: var(--title-size-2xs);
    line-height: var(--title-line-height-2xs);
    letter-spacing: var(--title-letter-spacing-2xs);
    font-weight: 400;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-2xs-medium {
    font-size: var(--title-size-2xs);
    line-height: var(--title-line-height-2xs);
    letter-spacing: var(--title-letter-spacing-2xs);
    font-weight: 500;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-2xs-semibold {
    font-size: var(--title-size-2xs);
    line-height: var(--title-line-height-2xs);
    letter-spacing: var(--title-letter-spacing-2xs);
    font-weight: 600;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-2xs-bold {
    font-size: var(--title-size-2xs);
    line-height: var(--title-line-height-2xs);
    letter-spacing: var(--title-letter-spacing-2xs);
    font-weight: 700;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-2xs-extrabold {
    font-size: var(--title-size-2xs);
    line-height: var(--title-line-height-2xs);
    letter-spacing: var(--title-letter-spacing-2xs);
    font-weight: 800;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-2xs-black {
    font-size: var(--title-size-2xs);
    line-height: var(--title-line-height-2xs);
    letter-spacing: var(--title-letter-spacing-2xs);
    font-weight: 900;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-xs-light {
    font-size: var(--title-size-xs);
    line-height: var(--title-line-height-xs);
    letter-spacing: var(--title-letter-spacing-xs);
    font-weight: 300;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-xs-regular {
    font-size: var(--title-size-xs);
    line-height: var(--title-line-height-xs);
    letter-spacing: var(--title-letter-spacing-xs);
    font-weight: 400;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-xs-medium {
    font-size: var(--title-size-xs);
    line-height: var(--title-line-height-xs);
    letter-spacing: var(--title-letter-spacing-xs);
    font-weight: 500;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-xs-semibold {
    font-size: var(--title-size-xs);
    line-height: var(--title-line-height-xs);
    letter-spacing: var(--title-letter-spacing-xs);
    font-weight: 600;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-xs-bold {
    font-size: var(--title-size-xs);
    line-height: var(--title-line-height-xs);
    letter-spacing: var(--title-letter-spacing-xs);
    font-weight: 700;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-xs-extrabold {
    font-size: var(--title-size-xs);
    line-height: var(--title-line-height-xs);
    letter-spacing: var(--title-letter-spacing-xs);
    font-weight: 800;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-xs-black {
    font-size: var(--title-size-xs);
    line-height: var(--title-line-height-xs);
    letter-spacing: var(--title-letter-spacing-xs);
    font-weight: 900;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-sm-light {
    font-size: var(--title-size-sm);
    line-height: var(--title-line-height-sm);
    letter-spacing: var(--title-letter-spacing-sm);
    font-weight: 300;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-sm-regular {
    font-size: var(--title-size-sm);
    line-height: var(--title-line-height-sm);
    letter-spacing: var(--title-letter-spacing-sm);
    font-weight: 400;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-sm-medium {
    font-size: var(--title-size-sm);
    line-height: var(--title-line-height-sm);
    letter-spacing: var(--title-letter-spacing-sm);
    font-weight: 500;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-sm-semibold {
    font-size: var(--title-size-sm);
    line-height: var(--title-line-height-sm);
    letter-spacing: var(--title-letter-spacing-sm);
    font-weight: 600;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-sm-bold {
    font-size: var(--title-size-sm);
    line-height: var(--title-line-height-sm);
    letter-spacing: var(--title-letter-spacing-sm);
    font-weight: 700;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-sm-extrabold {
    font-size: var(--title-size-sm);
    line-height: var(--title-line-height-sm);
    letter-spacing: var(--title-letter-spacing-sm);
    font-weight: 800;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-sm-black {
    font-size: var(--title-size-sm);
    line-height: var(--title-line-height-sm);
    letter-spacing: var(--title-letter-spacing-sm);
    font-weight: 900;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-md-light {
    font-size: var(--title-size-md);
    line-height: var(--title-line-height-md);
    letter-spacing: var(--title-letter-spacing-md);
    font-weight: 300;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-md-regular {
    font-size: var(--title-size-md);
    line-height: var(--title-line-height-md);
    letter-spacing: var(--title-letter-spacing-md);
    font-weight: 400;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-md-medium {
    font-size: var(--title-size-md);
    line-height: var(--title-line-height-md);
    letter-spacing: var(--title-letter-spacing-md);
    font-weight: 500;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-md-semibold {
    font-size: var(--title-size-md);
    line-height: var(--title-line-height-md);
    letter-spacing: var(--title-letter-spacing-md);
    font-weight: 600;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-md-bold {
    font-size: var(--title-size-md);
    line-height: var(--title-line-height-md);
    letter-spacing: var(--title-letter-spacing-md);
    font-weight: 700;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-md-extrabold {
    font-size: var(--title-size-md);
    line-height: var(--title-line-height-md);
    letter-spacing: var(--title-letter-spacing-md);
    font-weight: 800;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-md-black {
    font-size: var(--title-size-md);
    line-height: var(--title-line-height-md);
    letter-spacing: var(--title-letter-spacing-md);
    font-weight: 900;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-lg-light {
    font-size: var(--title-size-lg);
    line-height: var(--title-line-height-lg);
    letter-spacing: var(--title-letter-spacing-lg);
    font-weight: 300;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-lg-regular {
    font-size: var(--title-size-lg);
    line-height: var(--title-line-height-lg);
    letter-spacing: var(--title-letter-spacing-lg);
    font-weight: 400;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-lg-medium {
    font-size: var(--title-size-lg);
    line-height: var(--title-line-height-lg);
    letter-spacing: var(--title-letter-spacing-lg);
    font-weight: 500;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-lg-semibold {
    font-size: var(--title-size-lg);
    line-height: var(--title-line-height-lg);
    letter-spacing: var(--title-letter-spacing-lg);
    font-weight: 600;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-lg-bold {
    font-size: var(--title-size-lg);
    line-height: var(--title-line-height-lg);
    letter-spacing: var(--title-letter-spacing-lg);
    font-weight: 700;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-lg-extrabold {
    font-size: var(--title-size-lg);
    line-height: var(--title-line-height-lg);
    letter-spacing: var(--title-letter-spacing-lg);
    font-weight: 800;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-lg-black {
    font-size: var(--title-size-lg);
    line-height: var(--title-line-height-lg);
    letter-spacing: var(--title-letter-spacing-lg);
    font-weight: 900;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-xl-light {
    font-size: var(--title-size-xl);
    line-height: var(--title-line-height-xl);
    letter-spacing: var(--title-letter-spacing-xl);
    font-weight: 300;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-xl-regular {
    font-size: var(--title-size-xl);
    line-height: var(--title-line-height-xl);
    letter-spacing: var(--title-letter-spacing-xl);
    font-weight: 400;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-xl-medium {
    font-size: var(--title-size-xl);
    line-height: var(--title-line-height-xl);
    letter-spacing: var(--title-letter-spacing-xl);
    font-weight: 500;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-xl-semibold {
    font-size: var(--title-size-xl);
    line-height: var(--title-line-height-xl);
    letter-spacing: var(--title-letter-spacing-xl);
    font-weight: 600;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-xl-bold {
    font-size: var(--title-size-xl);
    line-height: var(--title-line-height-xl);
    letter-spacing: var(--title-letter-spacing-xl);
    font-weight: 700;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-xl-extrabold {
    font-size: var(--title-size-xl);
    line-height: var(--title-line-height-xl);
    letter-spacing: var(--title-letter-spacing-xl);
    font-weight: 800;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-xl-black {
    font-size: var(--title-size-xl);
    line-height: var(--title-line-height-xl);
    letter-spacing: var(--title-letter-spacing-xl);
    font-weight: 900;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-2xl-light {
    font-size: var(--title-size-2xl);
    line-height: var(--title-line-height-2xl);
    letter-spacing: var(--title-letter-spacing-2xl);
    font-weight: 300;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-2xl-regular {
    font-size: var(--title-size-2xl);
    line-height: var(--title-line-height-2xl);
    letter-spacing: var(--title-letter-spacing-2xl);
    font-weight: 400;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-2xl-medium {
    font-size: var(--title-size-2xl);
    line-height: var(--title-line-height-2xl);
    letter-spacing: var(--title-letter-spacing-2xl);
    font-weight: 500;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-2xl-semibold {
    font-size: var(--title-size-2xl);
    line-height: var(--title-line-height-2xl);
    letter-spacing: var(--title-letter-spacing-2xl);
    font-weight: 600;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-2xl-bold {
    font-size: var(--title-size-2xl);
    line-height: var(--title-line-height-2xl);
    letter-spacing: var(--title-letter-spacing-2xl);
    font-weight: 700;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-2xl-extrabold {
    font-size: var(--title-size-2xl);
    line-height: var(--title-line-height-2xl);
    letter-spacing: var(--title-letter-spacing-2xl);
    font-weight: 800;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-2xl-black {
    font-size: var(--title-size-2xl);
    line-height: var(--title-line-height-2xl);
    letter-spacing: var(--title-letter-spacing-2xl);
    font-weight: 900;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-3xl-light {
    font-size: var(--title-size-3xl);
    line-height: var(--title-line-height-3xl);
    letter-spacing: var(--title-letter-spacing-3xl);
    font-weight: 300;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-3xl-regular {
    font-size: var(--title-size-3xl);
    line-height: var(--title-line-height-3xl);
    letter-spacing: var(--title-letter-spacing-3xl);
    font-weight: 400;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-3xl-medium {
    font-size: var(--title-size-3xl);
    line-height: var(--title-line-height-3xl);
    letter-spacing: var(--title-letter-spacing-3xl);
    font-weight: 500;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-3xl-semibold {
    font-size: var(--title-size-3xl);
    line-height: var(--title-line-height-3xl);
    letter-spacing: var(--title-letter-spacing-3xl);
    font-weight: 600;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-3xl-bold {
    font-size: var(--title-size-3xl);
    line-height: var(--title-line-height-3xl);
    letter-spacing: var(--title-letter-spacing-3xl);
    font-weight: 700;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-3xl-extrabold {
    font-size: var(--title-size-3xl);
    line-height: var(--title-line-height-3xl);
    letter-spacing: var(--title-letter-spacing-3xl);
    font-weight: 800;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-3xl-black {
    font-size: var(--title-size-3xl);
    line-height: var(--title-line-height-3xl);
    letter-spacing: var(--title-letter-spacing-3xl);
    font-weight: 900;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-4xl-light {
    font-size: var(--title-size-4xl);
    line-height: var(--title-line-height-4xl);
    letter-spacing: var(--title-letter-spacing-4xl);
    font-weight: 300;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-4xl-regular {
    font-size: var(--title-size-4xl);
    line-height: var(--title-line-height-4xl);
    letter-spacing: var(--title-letter-spacing-4xl);
    font-weight: 400;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-4xl-medium {
    font-size: var(--title-size-4xl);
    line-height: var(--title-line-height-4xl);
    letter-spacing: var(--title-letter-spacing-4xl);
    font-weight: 500;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-4xl-semibold {
    font-size: var(--title-size-4xl);
    line-height: var(--title-line-height-4xl);
    letter-spacing: var(--title-letter-spacing-4xl);
    font-weight: 600;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-4xl-bold {
    font-size: var(--title-size-4xl);
    line-height: var(--title-line-height-4xl);
    letter-spacing: var(--title-letter-spacing-4xl);
    font-weight: 700;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-4xl-extrabold {
    font-size: var(--title-size-4xl);
    line-height: var(--title-line-height-4xl);
    letter-spacing: var(--title-letter-spacing-4xl);
    font-weight: 800;
    font-family: var(--title-family);
  }

  .dm-section .sm\:title-4xl-black {
    font-size: var(--title-size-4xl);
    line-height: var(--title-line-height-4xl);
    letter-spacing: var(--title-letter-spacing-4xl);
    font-weight: 900;
    font-family: var(--title-family);
  }

  .dm-section .sm\:content-2xs-light {
    font-size: var(--content-size-2xs);
    line-height: var(--content-line-height-2xs);
    letter-spacing: var(--content-letter-spacing-2xs);
    font-weight: 300;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-2xs-regular {
    font-size: var(--content-size-2xs);
    line-height: var(--content-line-height-2xs);
    letter-spacing: var(--content-letter-spacing-2xs);
    font-weight: 400;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-2xs-medium {
    font-size: var(--content-size-2xs);
    line-height: var(--content-line-height-2xs);
    letter-spacing: var(--content-letter-spacing-2xs);
    font-weight: 500;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-2xs-semibold {
    font-size: var(--content-size-2xs);
    line-height: var(--content-line-height-2xs);
    letter-spacing: var(--content-letter-spacing-2xs);
    font-weight: 600;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-2xs-bold {
    font-size: var(--content-size-2xs);
    line-height: var(--content-line-height-2xs);
    letter-spacing: var(--content-letter-spacing-2xs);
    font-weight: 700;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-2xs-extrabold {
    font-size: var(--content-size-2xs);
    line-height: var(--content-line-height-2xs);
    letter-spacing: var(--content-letter-spacing-2xs);
    font-weight: 800;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-2xs-black {
    font-size: var(--content-size-2xs);
    line-height: var(--content-line-height-2xs);
    letter-spacing: var(--content-letter-spacing-2xs);
    font-weight: 900;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-xs-light {
    font-size: var(--content-size-xs);
    line-height: var(--content-line-height-xs);
    letter-spacing: var(--content-letter-spacing-xs);
    font-weight: 300;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-xs-regular {
    font-size: var(--content-size-xs);
    line-height: var(--content-line-height-xs);
    letter-spacing: var(--content-letter-spacing-xs);
    font-weight: 400;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-xs-medium {
    font-size: var(--content-size-xs);
    line-height: var(--content-line-height-xs);
    letter-spacing: var(--content-letter-spacing-xs);
    font-weight: 500;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-xs-semibold {
    font-size: var(--content-size-xs);
    line-height: var(--content-line-height-xs);
    letter-spacing: var(--content-letter-spacing-xs);
    font-weight: 600;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-xs-bold {
    font-size: var(--content-size-xs);
    line-height: var(--content-line-height-xs);
    letter-spacing: var(--content-letter-spacing-xs);
    font-weight: 700;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-xs-extrabold {
    font-size: var(--content-size-xs);
    line-height: var(--content-line-height-xs);
    letter-spacing: var(--content-letter-spacing-xs);
    font-weight: 800;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-xs-black {
    font-size: var(--content-size-xs);
    line-height: var(--content-line-height-xs);
    letter-spacing: var(--content-letter-spacing-xs);
    font-weight: 900;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-sm-light {
    font-size: var(--content-size-sm);
    line-height: var(--content-line-height-sm);
    letter-spacing: var(--content-letter-spacing-sm);
    font-weight: 300;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-sm-regular {
    font-size: var(--content-size-sm);
    line-height: var(--content-line-height-sm);
    letter-spacing: var(--content-letter-spacing-sm);
    font-weight: 400;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-sm-medium {
    font-size: var(--content-size-sm);
    line-height: var(--content-line-height-sm);
    letter-spacing: var(--content-letter-spacing-sm);
    font-weight: 500;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-sm-semibold {
    font-size: var(--content-size-sm);
    line-height: var(--content-line-height-sm);
    letter-spacing: var(--content-letter-spacing-sm);
    font-weight: 600;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-sm-bold {
    font-size: var(--content-size-sm);
    line-height: var(--content-line-height-sm);
    letter-spacing: var(--content-letter-spacing-sm);
    font-weight: 700;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-sm-extrabold {
    font-size: var(--content-size-sm);
    line-height: var(--content-line-height-sm);
    letter-spacing: var(--content-letter-spacing-sm);
    font-weight: 800;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-sm-black {
    font-size: var(--content-size-sm);
    line-height: var(--content-line-height-sm);
    letter-spacing: var(--content-letter-spacing-sm);
    font-weight: 900;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-md-light {
    font-size: var(--content-size-md);
    line-height: var(--content-line-height-md);
    letter-spacing: var(--content-letter-spacing-md);
    font-weight: 300;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-md-regular {
    font-size: var(--content-size-md);
    line-height: var(--content-line-height-md);
    letter-spacing: var(--content-letter-spacing-md);
    font-weight: 400;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-md-medium {
    font-size: var(--content-size-md);
    line-height: var(--content-line-height-md);
    letter-spacing: var(--content-letter-spacing-md);
    font-weight: 500;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-md-semibold {
    font-size: var(--content-size-md);
    line-height: var(--content-line-height-md);
    letter-spacing: var(--content-letter-spacing-md);
    font-weight: 600;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-md-bold {
    font-size: var(--content-size-md);
    line-height: var(--content-line-height-md);
    letter-spacing: var(--content-letter-spacing-md);
    font-weight: 700;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-md-extrabold {
    font-size: var(--content-size-md);
    line-height: var(--content-line-height-md);
    letter-spacing: var(--content-letter-spacing-md);
    font-weight: 800;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-md-black {
    font-size: var(--content-size-md);
    line-height: var(--content-line-height-md);
    letter-spacing: var(--content-letter-spacing-md);
    font-weight: 900;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-lg-light {
    font-size: var(--content-size-lg);
    line-height: var(--content-line-height-lg);
    letter-spacing: var(--content-letter-spacing-lg);
    font-weight: 300;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-lg-regular {
    font-size: var(--content-size-lg);
    line-height: var(--content-line-height-lg);
    letter-spacing: var(--content-letter-spacing-lg);
    font-weight: 400;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-lg-medium {
    font-size: var(--content-size-lg);
    line-height: var(--content-line-height-lg);
    letter-spacing: var(--content-letter-spacing-lg);
    font-weight: 500;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-lg-semibold {
    font-size: var(--content-size-lg);
    line-height: var(--content-line-height-lg);
    letter-spacing: var(--content-letter-spacing-lg);
    font-weight: 600;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-lg-bold {
    font-size: var(--content-size-lg);
    line-height: var(--content-line-height-lg);
    letter-spacing: var(--content-letter-spacing-lg);
    font-weight: 700;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-lg-extrabold {
    font-size: var(--content-size-lg);
    line-height: var(--content-line-height-lg);
    letter-spacing: var(--content-letter-spacing-lg);
    font-weight: 800;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-lg-black {
    font-size: var(--content-size-lg);
    line-height: var(--content-line-height-lg);
    letter-spacing: var(--content-letter-spacing-lg);
    font-weight: 900;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-xl-light {
    font-size: var(--content-size-xl);
    line-height: var(--content-line-height-xl);
    letter-spacing: var(--content-letter-spacing-xl);
    font-weight: 300;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-xl-regular {
    font-size: var(--content-size-xl);
    line-height: var(--content-line-height-xl);
    letter-spacing: var(--content-letter-spacing-xl);
    font-weight: 400;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-xl-medium {
    font-size: var(--content-size-xl);
    line-height: var(--content-line-height-xl);
    letter-spacing: var(--content-letter-spacing-xl);
    font-weight: 500;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-xl-semibold {
    font-size: var(--content-size-xl);
    line-height: var(--content-line-height-xl);
    letter-spacing: var(--content-letter-spacing-xl);
    font-weight: 600;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-xl-bold {
    font-size: var(--content-size-xl);
    line-height: var(--content-line-height-xl);
    letter-spacing: var(--content-letter-spacing-xl);
    font-weight: 700;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-xl-extrabold {
    font-size: var(--content-size-xl);
    line-height: var(--content-line-height-xl);
    letter-spacing: var(--content-letter-spacing-xl);
    font-weight: 800;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-xl-black {
    font-size: var(--content-size-xl);
    line-height: var(--content-line-height-xl);
    letter-spacing: var(--content-letter-spacing-xl);
    font-weight: 900;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-2xl-light {
    font-size: var(--content-size-2xl);
    line-height: var(--content-line-height-2xl);
    letter-spacing: var(--content-letter-spacing-2xl);
    font-weight: 300;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-2xl-regular {
    font-size: var(--content-size-2xl);
    line-height: var(--content-line-height-2xl);
    letter-spacing: var(--content-letter-spacing-2xl);
    font-weight: 400;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-2xl-medium {
    font-size: var(--content-size-2xl);
    line-height: var(--content-line-height-2xl);
    letter-spacing: var(--content-letter-spacing-2xl);
    font-weight: 500;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-2xl-semibold {
    font-size: var(--content-size-2xl);
    line-height: var(--content-line-height-2xl);
    letter-spacing: var(--content-letter-spacing-2xl);
    font-weight: 600;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-2xl-bold {
    font-size: var(--content-size-2xl);
    line-height: var(--content-line-height-2xl);
    letter-spacing: var(--content-letter-spacing-2xl);
    font-weight: 700;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-2xl-extrabold {
    font-size: var(--content-size-2xl);
    line-height: var(--content-line-height-2xl);
    letter-spacing: var(--content-letter-spacing-2xl);
    font-weight: 800;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-2xl-black {
    font-size: var(--content-size-2xl);
    line-height: var(--content-line-height-2xl);
    letter-spacing: var(--content-letter-spacing-2xl);
    font-weight: 900;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-3xl-light {
    font-size: var(--content-size-3xl);
    line-height: var(--content-line-height-3xl);
    letter-spacing: var(--content-letter-spacing-3xl);
    font-weight: 300;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-3xl-regular {
    font-size: var(--content-size-3xl);
    line-height: var(--content-line-height-3xl);
    letter-spacing: var(--content-letter-spacing-3xl);
    font-weight: 400;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-3xl-medium {
    font-size: var(--content-size-3xl);
    line-height: var(--content-line-height-3xl);
    letter-spacing: var(--content-letter-spacing-3xl);
    font-weight: 500;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-3xl-semibold {
    font-size: var(--content-size-3xl);
    line-height: var(--content-line-height-3xl);
    letter-spacing: var(--content-letter-spacing-3xl);
    font-weight: 600;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-3xl-bold {
    font-size: var(--content-size-3xl);
    line-height: var(--content-line-height-3xl);
    letter-spacing: var(--content-letter-spacing-3xl);
    font-weight: 700;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-3xl-extrabold {
    font-size: var(--content-size-3xl);
    line-height: var(--content-line-height-3xl);
    letter-spacing: var(--content-letter-spacing-3xl);
    font-weight: 800;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-3xl-black {
    font-size: var(--content-size-3xl);
    line-height: var(--content-line-height-3xl);
    letter-spacing: var(--content-letter-spacing-3xl);
    font-weight: 900;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-4xl-light {
    font-size: var(--content-size-4xl);
    line-height: var(--content-line-height-4xl);
    letter-spacing: var(--content-letter-spacing-4xl);
    font-weight: 300;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-4xl-regular {
    font-size: var(--content-size-4xl);
    line-height: var(--content-line-height-4xl);
    letter-spacing: var(--content-letter-spacing-4xl);
    font-weight: 400;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-4xl-medium {
    font-size: var(--content-size-4xl);
    line-height: var(--content-line-height-4xl);
    letter-spacing: var(--content-letter-spacing-4xl);
    font-weight: 500;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-4xl-semibold {
    font-size: var(--content-size-4xl);
    line-height: var(--content-line-height-4xl);
    letter-spacing: var(--content-letter-spacing-4xl);
    font-weight: 600;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-4xl-bold {
    font-size: var(--content-size-4xl);
    line-height: var(--content-line-height-4xl);
    letter-spacing: var(--content-letter-spacing-4xl);
    font-weight: 700;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-4xl-extrabold {
    font-size: var(--content-size-4xl);
    line-height: var(--content-line-height-4xl);
    letter-spacing: var(--content-letter-spacing-4xl);
    font-weight: 800;
    font-family: var(--content-family);
  }

  .dm-section .sm\:content-4xl-black {
    font-size: var(--content-size-4xl);
    line-height: var(--content-line-height-4xl);
    letter-spacing: var(--content-letter-spacing-4xl);
    font-weight: 900;
    font-family: var(--content-family);
  }
}

@media (min-width: 768px) {
  .dm-section .md\:sticky {
    position: sticky;
  }

  .dm-section .md\:top-\[30\%\] {
    top: 30%;
  }

  .dm-section .md\:order-1 {
    order: 1;
  }

  .dm-section .md\:order-2 {
    order: 2;
  }

  .dm-section .md\:order-first {
    order: -9999;
  }

  .dm-section .md\:\!mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .dm-section .md\:mx-4 {
    margin-left: calc(var(--spacing) * 4);
    margin-right: calc(var(--spacing) * 4);
  }

  .dm-section .md\:my-4 {
    margin-top: calc(var(--spacing) * 4);
    margin-bottom: calc(var(--spacing) * 4);
  }

  .dm-section .md\:mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .dm-section .md\:mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }

  .dm-section .md\:mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .dm-section .md\:mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .dm-section .md\:mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .dm-section .md\:mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .dm-section .md\:mr-6 {
    margin-right: calc(var(--spacing) * 6);
  }

  .dm-section .md\:mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .dm-section .md\:mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .dm-section .md\:mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .dm-section .md\:block {
    display: block;
  }

  .dm-section .md\:flex {
    display: flex;
  }

  .dm-section .md\:grid {
    display: grid;
  }

  .dm-section .md\:size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }

  .dm-section .md\:h-16 {
    height: calc(var(--spacing) * 16);
  }

  .dm-section .md\:w-1\/4 {
    width: 25%;
  }

  .dm-section .md\:w-16 {
    width: calc(var(--spacing) * 16);
  }

  .dm-section .md\:w-3\/4 {
    width: 75%;
  }

  .dm-section .md\:w-3\/5 {
    width: 60%;
  }

  .dm-section .md\:w-32 {
    width: calc(var(--spacing) * 32);
  }

  .dm-section .md\:w-4\/5 {
    width: 80%;
  }

  .dm-section .md\:w-full {
    width: 100%;
  }

  .dm-section .md\:min-w-\[initial\] {
    min-width: initial;
  }

  .dm-section .md\:max-w-\[75\%\] {
    max-width: 75%;
  }

  .dm-section .md\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .dm-section .md\:max-w-sm {
    max-width: 384px;
  }

  .dm-section .md\:max-w-xs {
    max-width: 320px;
  }

  .dm-section .md\:flex-auto {
    flex: 1 1 auto;
  }

  .dm-section .md\:flex-initial {
    flex: 0 1 auto;
  }

  .dm-section .md\:flex-none {
    flex: none;
  }

  .dm-section .md\:flex-shrink {
    flex-shrink: 1;
  }

  .dm-section .md\:flex-grow {
    flex-grow: 1;
  }

  .dm-section .md\:snap-none {
    scroll-snap-type: none;
  }

  .dm-section .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .dm-section .md\:break-inside-avoid-column {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }

  .dm-section .md\:grid-flow-row {
    grid-auto-flow: row;
  }

  .dm-section .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .dm-section .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dm-section .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dm-section .md\:grid-cols-\[0\.45fr_0\.55fr\] {
    grid-template-columns: 0.45fr 0.55fr;
  }

  .dm-section .md\:grid-cols-\[130px_1fr\] {
    grid-template-columns: 130px 1fr;
  }

  .dm-section .md\:flex-row {
    flex-direction: row;
  }

  .dm-section .md\:flex-col {
    flex-direction: column;
  }

  .dm-section .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .dm-section .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .dm-section .md\:items-center {
    align-items: center;
  }

  .dm-section .md\:justify-end {
    justify-content: flex-end;
  }

  .dm-section .md\:gap-10 {
    gap: calc(var(--spacing) * 10);
  }

  .dm-section .md\:gap-12 {
    gap: calc(var(--spacing) * 12);
  }

  .dm-section .md\:gap-14 {
    gap: calc(var(--spacing) * 14);
  }

  .dm-section .md\:gap-16 {
    gap: calc(var(--spacing) * 16);
  }

  .dm-section .md\:gap-20 {
    gap: calc(var(--spacing) * 20);
  }

  .dm-section .md\:gap-24 {
    gap: calc(var(--spacing) * 24);
  }

  .dm-section .md\:gap-36 {
    gap: calc(var(--spacing) * 36);
  }

  .dm-section .md\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .dm-section .md\:gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  .dm-section .md\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .dm-section .md\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .dm-section .md\:gap-x-10 {
    -moz-column-gap: calc(var(--spacing) * 10);
         column-gap: calc(var(--spacing) * 10);
  }

  .dm-section .md\:gap-x-12 {
    -moz-column-gap: calc(var(--spacing) * 12);
         column-gap: calc(var(--spacing) * 12);
  }

  .dm-section .md\:gap-x-20 {
    -moz-column-gap: calc(var(--spacing) * 20);
         column-gap: calc(var(--spacing) * 20);
  }

  .dm-section .md\:gap-x-3 {
    -moz-column-gap: calc(var(--spacing) * 3);
         column-gap: calc(var(--spacing) * 3);
  }

  .dm-section .md\:gap-x-4 {
    -moz-column-gap: calc(var(--spacing) * 4);
         column-gap: calc(var(--spacing) * 4);
  }

  .dm-section .md\:gap-x-8 {
    -moz-column-gap: calc(var(--spacing) * 8);
         column-gap: calc(var(--spacing) * 8);
  }

  .dm-section .md\:gap-y-1\.5 {
    row-gap: calc(var(--spacing) * 1.5);
  }

  .dm-section .md\:gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }

  .dm-section .md\:gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }

  .dm-section .md\:gap-y-16 {
    row-gap: calc(var(--spacing) * 16);
  }

  .dm-section .md\:gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }

  .dm-section .md\:gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }

  .dm-section .md\:gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }

  .dm-section .md\:gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }

  .dm-section .md\:overflow-visible {
    overflow: visible;
  }

  .dm-section .md\:border-none {
    border-style: none;
  }

  .dm-section .md\:p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .dm-section .md\:p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .dm-section .md\:\!px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .dm-section .md\:\!px-10 {
    padding-left: calc(var(--spacing) * 10) !important;
    padding-right: calc(var(--spacing) * 10) !important;
  }

  .dm-section .md\:px-6 {
    padding-left: calc(var(--spacing) * 6);
    padding-right: calc(var(--spacing) * 6);
  }

  .dm-section .md\:py-4 {
    padding-top: calc(var(--spacing) * 4);
    padding-bottom: calc(var(--spacing) * 4);
  }

  .dm-section .md\:dm-hidden {
    display: none;
  }
}

@media (min-width: 1024px) {
  .dm-section .lg\:order-1 {
    order: 1;
  }

  .dm-section .lg\:order-2 {
    order: 2;
  }

  .dm-section .lg\:order-none {
    order: 0;
  }

  .dm-section .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .dm-section .lg\:ml-\[5vw\] {
    margin-left: 5vw;
  }

  .dm-section .lg\:mr-16 {
    margin-right: calc(var(--spacing) * 16);
  }

  .dm-section .lg\:h-\[560px\] {
    height: 560px;
  }

  .dm-section .lg\:w-\[30\%\] {
    width: 30%;
  }

  .dm-section .lg\:w-\[70\%\] {
    width: 70%;
  }

  .dm-section .lg\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .dm-section .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dm-section .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dm-section .lg\:grid-cols-\[1\.25fr_1fr\] {
    grid-template-columns: 1.25fr 1fr;
  }

  .dm-section .lg\:grid-cols-\[1fr\2c 1fr\] {
    grid-template-columns: 1fr 1fr;
  }

  .dm-section .lg\:grid-cols-\[1fr_1\.5fr_1fr\] {
    grid-template-columns: 1fr 1.5fr 1fr;
  }

  .dm-section .lg\:flex-row {
    flex-direction: row;
  }

  .dm-section .lg\:items-center {
    align-items: center;
  }

  .dm-section .lg\:gap-x-10 {
    -moz-column-gap: calc(var(--spacing) * 10);
         column-gap: calc(var(--spacing) * 10);
  }

  .dm-section .lg\:gap-x-12 {
    -moz-column-gap: calc(var(--spacing) * 12);
         column-gap: calc(var(--spacing) * 12);
  }

  .dm-section .lg\:gap-x-14 {
    -moz-column-gap: calc(var(--spacing) * 14);
         column-gap: calc(var(--spacing) * 14);
  }

  .dm-section .lg\:gap-x-20 {
    -moz-column-gap: calc(var(--spacing) * 20);
         column-gap: calc(var(--spacing) * 20);
  }

  .dm-section .lg\:gap-y-0 {
    row-gap: 0;
  }

  .dm-section .lg\:gap-y-16 {
    row-gap: calc(var(--spacing) * 16);
  }

  .dm-section .lg\:p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .dm-section .lg\:px-4 {
    padding-left: calc(var(--spacing) * 4);
    padding-right: calc(var(--spacing) * 4);
  }

  .dm-section .lg\:py-6 {
    padding-top: calc(var(--spacing) * 6);
    padding-bottom: calc(var(--spacing) * 6);
  }

  .dm-section .lg\:pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
}

@media (prefers-color-scheme: dark) {
  .dm-section .dark\:from-purple-900\/20 {
    --tw-gradient-from: rgb(88 28 135 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .dm-section .dark\:to-pink-900\/20 {
    --tw-gradient-to: rgb(131 24 67 / 0.2) var(--tw-gradient-to-position);
  }
}

.dm-section :is(.\[\&\>\#accordion-content\]\:pt-2>#accordion-content) {
  padding-top: calc(var(--spacing) * 2);
}

.dm-section :is(.\[\&\>\*\:last-child\]\:\!border-b-0>*:last-child) {
  border-bottom-width: 0px !important;
}

.dm-section :is(.\[\&\>\*\]\:flex-1>*) {
  flex: 1 1 0%;
}

.dm-section :is(.\[\&\>div\]\:shrink-0>div) {
  flex-shrink: 0;
}

.dm-section :is(.\[\&\>div\]\:basis-1\/3>div) {
  flex-basis: 33.333333%;
}

@media (min-width: 768px) {
  .dm-section :is(.md\:\[\&\>div\]\:basis-auto>div) {
    flex-basis: auto;
  }
}

.dm-section :is(.\[\&\>img\]\:\!rounded-b-none>img) {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.dm-section :is(.\[\&\>img\]\:rounded-b-none>img) {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.dm-section :is(.\[\&\>img\]\:border-border>img) {
  border-color: var(--border);
}

.dm-section :is(.\[\&\>img\]\:object-cover>img) {
  -o-object-fit: cover;
     object-fit: cover;
}

.dm-section :is(.\[\&\>p\]\:text-destructive-foreground>p) {
  color: var(--destructive-foreground);
}

.dm-section :is(.\[\&\>p\]\:text-muted-foreground>p) {
  color: var(--muted-foreground);
}

.dm-section :is(.\[\&\>svg\]\:h-5>svg) {
  height: calc(var(--spacing) * 5);
}

.dm-section :is(.\[\&\>svg\]\:w-5>svg) {
  width: calc(var(--spacing) * 5);
}

.dm-section :is(.\[\&\>svg\]\:fill-current>svg) {
  fill: currentColor;
}

.dm-section :is(.\[\&\>video\]\:\!rounded-b-none>video) {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.dm-section :is(.\[\&\>video\]\:rounded-b-none>video) {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.dm-section :is(.\[\&\>video\]\:border-border>video) {
  border-color: var(--border);
}

.dm-section :is(.\[\&\>video\]\:object-cover>video) {
  -o-object-fit: cover;
     object-fit: cover;
}

.dm-section :is(.\[\&\[data-state\=open\]_\[data-dm-element\=icon\]\]\:\!rotate-180[data-state=open] [data-dm-element=icon]) {
  --tw-rotate: 180deg !important;
  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)) !important;
}

.dm-section :is(.\[\&_\.horizontal-marquee-inner\>div\]\:ml-24 .horizontal-marquee-inner>div) {
  margin-left: calc(var(--spacing) * 24);
}

.dm-section :is(.\[\&_\.rfm-child\>div\]\:ml-24 .rfm-child>div) {
  margin-left: calc(var(--spacing) * 24);
}

.dm-section :is(.\[\&_\.swiper-button-disabled\]\:\!opacity-50 .swiper-button-disabled) {
  opacity: 0.5 !important;
}

.dm-section :is(.\[\&_\.swiper-pagination-bullet-active\]\:\!bg-primary-500 .swiper-pagination-bullet-active) {
  background-color: var(--primary-50) !important;
}

.dm-section :is(.\[\&_\.swiper-pagination-bullet-active\]\:outline .swiper-pagination-bullet-active) {
  outline-style: solid;
}

.dm-section :is(.\[\&_\.swiper-pagination-bullet-active\]\:outline-\[1px\] .swiper-pagination-bullet-active) {
  outline-width: 1px;
}

.dm-section :is(.\[\&_\.swiper-pagination-bullet-active\]\:outline-white .swiper-pagination-bullet-active) {
  outline-color: #fff;
}

.dm-section :is(.\[\&_\.swiper-pagination-bullet\]\:aspect-square .swiper-pagination-bullet) {
  aspect-ratio: 1 / 1;
}

.dm-section :is(.\[\&_\.swiper-pagination-bullet\]\:\!h-3 .swiper-pagination-bullet) {
  height: calc(var(--spacing) * 3) !important;
}

.dm-section :is(.\[\&_\.swiper-pagination-bullet\]\:\!w-3 .swiper-pagination-bullet) {
  width: calc(var(--spacing) * 3) !important;
}

.dm-section :is(.\[\&_\.swiper-slide-shadow\]\:\!hidden .swiper-slide-shadow) {
  display: none !important;
}

.dm-section :is(.\[\&_\.swiper-slide\:not\(\.swiper-slide-visible\)_img\]\:shadow-md .swiper-slide:not(.swiper-slide-visible) img) {
  --tw-shadow: var(--shadow-md);
  --tw-shadow-colored: var(--shadow-md);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section :is(.\[\&_\[data-dm-counter-cards\]\]\:\!h-\[40px\] [data-dm-counter-cards]) {
  height: 40px !important;
}

.dm-section :is(.\[\&_\[data-dm-counter-cards\]\]\:gap-0\.5 [data-dm-counter-cards]) {
  gap: calc(var(--spacing) * 0.5);
}

.dm-section :is(.\[\&_\[data-dm-counter-cards\]\]\:rounded-none [data-dm-counter-cards]) {
  border-radius: 0px;
}

.dm-section :is(.\[\&_\[data-dm-counter-cards\]\]\:px-2 [data-dm-counter-cards]) {
  padding-left: calc(var(--spacing) * 2);
  padding-right: calc(var(--spacing) * 2);
}

@media (min-width: 768px) {
  .dm-section :is(.\[\&_\[data-dm-counter-cards\]\]\:md\:w-\[80px\] [data-dm-counter-cards]) {
    width: 80px;
  }
}

.dm-section :is(.\[\&_\[data-dm-counter\]\]\:gap-x-1 [data-dm-counter]) {
  -moz-column-gap: calc(var(--spacing) * 1);
       column-gap: calc(var(--spacing) * 1);
}

.dm-section :is(.\[\&_\[data-dm-element\=\'product-compare-at-price\'\]\]\:text-foreground [data-dm-element='product-compare-at-price']) {
  color: var(--foreground);
}

.dm-section :is(.\[\&_\[data-dm-element\=\'product-price\'\]\]\:text-destructive [data-dm-element='product-price']) {
  color: var(--destructive);
}

.dm-section :is(.\[\&_\[data-slot\=\'tabs-list\'\]\]\:hidden [data-slot='tabs-list']) {
  display: none;
}

.dm-section :is(.\[\&_\[data-type\=\'header\'\]\]\:bg-grey_1200 [data-type='header']) {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity, 1));
}

.dm-section :is(.\[\&_\[data-type\=\'header\'\]_\.relative\]\:bg-grey_1200 [data-type='header'] .relative) {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity, 1));
}

.dm-section :is(.\[\&_\[data-type\=\'header\'\]_\.text-zinc-500\]\:text-grey_50 [data-type='header'] .text-zinc-500) {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.dm-section :is(.\[\&_circle\:first-child\]\:stroke-muted circle:first-child) {
  stroke: var(--muted);
}

.dm-section :is(.\[\&_circle\:last-child\]\:stroke-accent circle:last-child) {
  stroke: var(--accent);
}

.dm-section :is(.\[\&_img\]\:shadow-xl img) {
  --tw-shadow: var(--shadow-xl);
  --tw-shadow-colored: var(--shadow-xl);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dm-section :is(.\[\&_span\[style\*\=\"font-style\"\]\]\:\!inline span[style*="font-style"]) {
  display: inline !important;
}

.dm-section :is(.\[\&_span\[style\*\=\"font-weight\"\]\]\:\!inline span[style*="font-weight"]) {
  display: inline !important;
}

.dm-section :is(.\[\&_span\[style\*\=\"text-decoration\"\]\]\:\!inline span[style*="text-decoration"]) {
  display: inline !important;
}

.dm-section :is(.\[\&_svg\]\:h-\[150px\] svg) {
  height: 150px;
}

.dm-section :is(.\[\&_svg\]\:w-\[150px\] svg) {
  width: 150px;
}

@media (min-width: 640px) {
  .dm-section :is(.sm\:\[\&_svg\]\:h-\[180px\] svg) {
    height: 180px;
  }

  .dm-section :is(.sm\:\[\&_svg\]\:w-\[180px\] svg) {
    width: 180px;
  }
}

