
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-aguafinascript: 'Aguafina Script',handwriting;
--font-fleurdeleah: 'Fleur De Leah',handwriting;
--font-bebasneue: 'Bebas Neue',sans-serif;
--font-koulen: 'Koulen',display;
--font-Big Shoulders Stencil: 'Big Shoulders Stencil',display;

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


    .tZrgn {
      background-color:#000000;
    }

    .bbbNlL {
      color:#000000;
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .chJcPL {
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .chEiDD {
      width:100%;
      height:100%;
      position:relative;
      align-items:start;
      border-color:#f1f92f;
      border-style:solid;
      border-width:1px;
      border-radius:7px;
      flex-direction:column;
      justify-content:center;
      background-color:#ffffff;
    }

    .cPgVTj {
      gap:0.5rem;
      color:#f1f92f;
      width:100%;
      font-size:14.5px;
      align-items:center;
      padding-top:0.55rem;
      padding-left:0.55rem;
      padding-right:0.55rem;
      flex-direction:row;
      padding-bottom:0.55rem;
      justify-content:center;
      background-color:#2f330a;
      border-bottom-color:#f1f92f;
      border-bottom-style:solid;
      border-bottom-width:1.5px;
    }

    .bhpJgW {
      width:100%;
      display:block;
      padding-top:4rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      padding-bottom:4rem;
    }

    @media (min-width: 768px) {

    .bhpJgW {
      padding-top:6rem;
      padding-bottom:6rem;
    }
    }

    .cOueop {
      color:#cbd5e0;
      display:block;
      font-size:0.875rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .egzpug {
      width:100%;
      display:block;
      max-width:80rem;
      margin-left:auto;
      border-style:solid;
      border-width:0px;
      margin-right:auto;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
    }

    .WpCzz {
      gap:1rem;
      display:flex;
      margin-top:0.5rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .fnZdiW {
      display:flex;
      align-items:center;
      padding-top:10rem;
      border-style:solid;
      border-width:0px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:column;
      padding-bottom:10rem;
      justify-content:space-between;
    }

    .evlPZl {
      width:100%;
      height:100%;
      display:block;
      object-fit:cover;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      transition-duration:300ms;
      transition-property:transform;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .evlPZl {
      transform:scale(1.05);
    }

    .dqlBou {
      color:#e9ee6d;
      display:block;
      align-items:center;
      font-family:Bebas Neue;
      text-shadow:0px 2px 4px #000000;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      justify-content:center;
    }

    .bujNRF {
      display:block;
      padding:1rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .dNcJuv {
      display:block;
      overflow:hidden;
      position:relative;
      border-style:solid;
      border-width:0px;
      border-radius:0.5rem;
      flex-direction:row;
    }

    .dNcJuv:hover {
      bottom:20px;
      box-shadow:0px 30px 50px 8px #ffffff29;
      transition:box-shadow 800ms ease  ;
    }

    .YGfZX {
      height:40rem;
      display:flex;
      position:relative;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
      justify-content:center;
      background-color:#f7fafc00;
    }

    .ccqLQI {
      height:40rem;
      display:flex;
      position:absolute;
      max-width:100%;
      flex-direction:column;
    }

    .btAjNc {
      display:flex;
      margin-top:3rem;
      align-items:center;
      padding-top:2rem;
      border-color:#2d3748;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
      justify-content:space-between;
      border-top-width:1px;
    }

    @media (min-width: 768px) {

    .btAjNc {
      flex-direction:row;
    }
    }

    .gwSNC {
      color:#dee369;
      display:block;
      font-family:"Bebas Neue";
      font-weight:600;
      text-shadow:0px 2px 4px #000000;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .bYYafS {
      gap:1rem;
      display:flex;
      text-align:center;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
    }

    .fEkXFB {
      color:#f1f92f;
      display:block;
      font-size:1.875rem;
      font-family:'Bebas Neue';
      font-weight:500;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    @media (min-width: 768px) {

    .fEkXFB {
      font-size:2.25rem;
    }
    }

    .cuuAat {
      width:100%;
      display:block;
      max-width:56rem;
      margin-left:auto;
      border-style:solid;
      border-width:0px;
      margin-right:auto;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
    }

    .elmRxY {
      top:0rem;
      left:0rem;
      right:0rem;
      bottom:0rem;
      display:flex;
      position:absolute;
      box-shadow:1px 4px 8px 4px #e0d100;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      justify-content:center;
    }

    .copbqv {
      width:19rem;
      height:40rem;
      display:flex;
      overflow:hidden;
      box-shadow:0px 7px 12px 3px #f6e355;
      border-color:#edf2f7;
      border-style:solid;
      border-width:1px;
      border-radius:0.5rem;
      flex-direction:column;
      background-color:#ffffff00;
    }

    .dfPTCx {
      flex:1;
      width:100%;
      height:100%;
      z-index:9999;
      align-items:center;
      padding-top:0.55rem;
      border-color:#e4e4e7;
      border-style:solid;
      border-width:1px;
      padding-left:0.55rem;
      padding-right:0.55rem;
      flex-direction:row;
      padding-bottom:0.55rem;
      justify-content:space-between;
      background-color:#f1f92f;
    }

    .fdxjbt {
      color:#f1f92f;
      display:block;
      align-items:center;
      font-family:"Bebas Neue";
      text-shadow:2px 2px 1px #000000;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      justify-content:center;
    }

    .eEBpEj {
      top:0px;
      flex:1;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      position:absolute;
      overflow-x:visible;
      overflow-y:visible;
    }

    .hVozt {
      color:#000000;
      transition:rotate 300ms ease 0ms normal;
    }

    .hVozt.open {
      rotate:z 90deg;
    }

    .beiDav {
      width:100%;
      display:flex;
      align-items:center;
      padding-top:1rem;
      border-style:solid;
      border-width:0px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:center;
      background-color:#000000;
    }

    .biACHP {
      width:100%;
      display:block;
      margin-left:auto;
      border-style:solid;
      border-width:0px;
      margin-right:auto;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
    }

    .dlpgHQ {
      top:0rem;
      left:0rem;
      right:0rem;
      bottom:0rem;
      display:flex;
      opacity:0;
      position:absolute;
      align-items:end;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      --tw-gradient-to:transparent;
      background-image:linear-gradient(to top, var(--tw-gradient-stops));
      --tw-gradient-from:#7a8010;
      --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);
      transition-duration:300ms;
      transition-property:opacity;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .dlpgHQ {
      opacity:1;
    }

    .ejKdVw {
      width:100%;
      display:block;
      padding-top:3rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      padding-bottom:3rem;
      background-color:#000000;
    }

    .CbGwc {
      color:#dee369;
      display:block;
      font-family:"Bebas Neue";
      font-weight:600;
      text-shadow:2px 2px 4px #000000;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .ddHnUf {
      color:#f1f92f;
      display:block;
      font-size:1.25rem;
      font-family:"Bebas Neue";
      font-weight:500;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .cjzpCA {
      top:60px;
      left:0px;
      color:#e9ee6d;
      right:0px;
      width:100%;
      position:absolute;
      font-size:3rem;
      text-align:center;
      font-family:Koulen;
      font-weight:var(--font-weight-bold);
      text-shadow:1px 2px 45px #e9ee6d;
    }

    @media (max-width: 670px) {

    .cjzpCA {
      font-size:2rem;
    }
    }

    .biHXv {
      width:30px;
      height:30px;
    }

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

    .egefwT {
      gap:1rem;
      width:100%;
      display:flex;
      padding:1.5rem;
      background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/kingsman:DSC02485-Enhanced-NR.jpg/public") scroll border-box padding-box repeat repeat center top / cover;
      box-shadow:2px 2px 1000px 0px #000000 inset;
      align-items:center;
      border-color:#dee369;
      border-style:solid;
      border-width:1px;
      border-radius:0.5rem;
      flex-direction:column;
      justify-content:center;
    }

    .egefwT:hover {
      border-color:#4a5568;
    }

    .eKcvdl {
      top:6rem;
      color:#f7fafc;
      width:100%;
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .dacTSQ {
      display:flex;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
      justify-content:center;
    }

    @media (min-width: 640px) {

    .dacTSQ {
      flex-direction:row;
    }
    }

    .ctskUn {
      width:3rem;
      height:3rem;
      display:flex;
      align-items:center;
      border-style:solid;
      border-width:0px;
      border-radius:0.375rem;
      flex-direction:row;
      justify-content:center;
      background-color:#dee369;
    }

    .wLpHB {
      width:100%;
      display:block;
      flex-direction:row;
    }

    .vresP {
      gap:1rem;
      color:#e9ee6d;
      display:flex;
      text-shadow:1px 2px 45px #e9ee6d;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
    }

    .eJfQTS {
      gap:1.5rem;
      display:table;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      grid-template-columns:repeat(1, minmax(0, 1fr));
    }

    @media (min-width: 640px) {

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

    @media (min-width: 1024px) {

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

    .cAEMQk {
      width:100%;
      display:block;
      padding-top:2rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      padding-bottom:2rem;
      background-color:#000000;
    }

    .eIUhRy {
      color:#dee369;
      display:block;
      font-family:"Bebas Neue";
      font-weight:600;
      text-shadow:2px 2px 2px #000000;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .dmzWPz {
      color:#e2e8f0;
      display:block;
      font-size:0.875rem;
      font-family:"Bebas Neue";
      text-shadow:2px 2px 4px #000000;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .cGtuuG {
      display:flex;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      justify-content:center;
    }

    .cqgKRj {
      width:100%;
      display:block;
      margin-left:auto;
      padding-top:1.5rem;
      margin-right:auto;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:1.5rem;
    }

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

    @media (min-width: 768px) {

    .fFpSac {
      width:33.333333%;
    }
    }

    .bJtSPP {
      gap:1.5rem;
      display:flex;
      position:relative;
      align-items:center;
      border-style:solid;
      border-width:0px;
      padding-left:4rem;
      padding-right:4rem;
      flex-direction:row-reverse;
      justify-content:center;
      background-color:#000000;
      grid-template-columns:repeat(1, minmax(0, 1fr));
    }

    @media (min-width: 640px) {

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

    @media (min-width: 768px) {

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

    @media (max-width: 1130px) {

    .bJtSPP {
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }
    }

    .bQvfLL {
      display:flex;
      text-align:center;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
      padding-bottom:2ren;
      justify-content:center;
    }

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

    @media (min-width: 768px) {

    .ddeIoC {
      gap:3rem;
      flex-direction:row;
    }
    }

    .cpYtuG {
      width:100%;
      display:block;
      padding-top:3rem;
      flex-direction:row;
      padding-bottom:3rem;
      background-color:#000000;
      border-top-width:1px;
    }

    .evwEXS {
      gap:2rem;
      display:grid;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      grid-template-columns:repeat(2, minmax(0, 1fr));
    }

    @media (min-width: 768px) {

    .evwEXS {
      flex:1 1 0%;
      grid-template-columns:repeat(3, minmax(0, 1fr));
    }
    }

    .rZVZE {
      gap:1rem;
      width:100%;
      display:flex;
      padding:1.5rem;
      background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/kingsman:photoshoot1-1024x682.jpg/public") scroll padding-box border-box repeat repeat center center / cover;
      box-shadow:2px 2px 1000px  #000000 inset;
      margin-top:2rem;
      align-items:center;
      border-color:#dee369;
      border-style:solid;
      border-width:1px;
      border-radius:0.5rem;
      flex-direction:column;
      justify-content:center;
    }

    .rZVZE:hover {
      border-color:#4a5568;
    }

    .dRZlQh {
      overflow-x:visible;
      overflow-y:visible;
    }

    .wpZoI {
      gap:2rem;
      display:block;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      justify-content:center;
      grid-template-columns:repeat(1, minmax(0, 1fr));
    }

    @media (min-width: 768px) {

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

    .cCfeXQ {
      color:#000000;
      display:flex;
      font-size:1rem;
      align-items:center;
      font-family:Bebas Neue;
      font-weight:500;
      padding-top:0.75rem;
      border-style:solid;
      border-width:0px;
      padding-left:1.5rem;
      border-radius:0.375rem;
      padding-right:1.5rem;
      flex-direction:row;
      padding-bottom:0.75rem;
      justify-content:center;
      background-color:#f1f92f;
    }

    .cCfeXQ:hover {
      background:#ffffff;
    }

    .cCfeXQ:focus {
      outline:none;
      box-shadow:0 0 0 2px var(--tw-ring-color);
      --tw-ring-color:#4299e1;
      --tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      --tw-ring-offset-width:2px;
      --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }

    .KqdVb {
      width:25px;
      height:30px;
    }

    .GgJlr {
      color:#cbd5e0;
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .GgJlr:hover {
      color:#fff;
    }

    .cIqXWK {
      width:100%;
      display:flex;
      z-index:99;
      position:absolute;
      max-height:999px;
      overflow-x:clip;
      overflow-y:clip;
      transition:all 175ms ease 0ms normal;
      align-items:center;
      padding-top:1rem;
      flex-direction:column;
      justify-content:center;
    }

    .cIqXWK.hidden {
      opacity:0;
      margin-top:-1.5rem;
      max-height:0px;
      transition:all 100ms ease 0ms normal;
      padding-top:0px;
      padding-bottom:0px;
    }

    .eBKuoX {
      color:#f1f92f;
      display:block;
      font-size:1.25rem;
      font-family:"Bebas Neue";
      font-weight:500;
      text-shadow:2px 2px 1px #000000;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .gKhBm {
      gap:0.35rem;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .fwfKNn {
      width:100%;
      display:block;
      align-items:center;
      margin-left:auto;
      border-style:solid;
      border-width:0px;
      margin-right:auto;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      justify-content:space-between;
    }

    .ctWOdX {
      display:block;
      font-size:1.875rem;
      font-weight:700;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    @media (min-width: 768px) {

    .ctWOdX {
      font-size:2.25rem;
    }
    }

    .bmLelx {
      display:block;
      font-size:1.875rem;
      text-align:center;
      font-weight:700;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    @media (min-width: 768px) {

    .bmLelx {
      font-size:2.25rem;
    }
    }