/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

body {
  font-family: 'Roboto', sans-serif;
}

/* css for injected */

.kg-card .kg-bookmark-card {
  margin: 0.8em 0 2.3em;
  width: 100%;
}

.kg-bookmark-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 148px;
  color: #15171a;
  text-decoration: none;
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.09);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  border-radius: 3px;
}

.kg-bookmark-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  width: 50%;
}

.kg-bookmark-title {
  color: #313b3f;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 600;
  transition: color 0.2s ease-in-out;
}

.kg-bookmark-description {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 12px;
  max-height: 70px;
  color: #5d7179;
  font-size: 1.2rem;
  line-height: 1.2em;
  font-weight: 400;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.kg-bookmark-metadata {
  align-items: center;
  color: #5d7179;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.12rem;
  font-weight: 400;
  margin-top: 14px;
}

.kg-bookmark-icon {
  display: initial !important;
  height: 22px !important;
  margin-right: 8px !important;
  max-width: initial !important;
  width: 22px !important;
}

.kg-bookmark-author {
  line-height: initial;
}

.kg-bookmark-publisher {
  line-height: initial;
  max-width: 240px;
  opacity: .7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kg-bookmark-publisher::before {
  content: "•";
  margin: 0 6px;
}

.kg-bookmark-thumbnail {
  position: relative;
  flex: 1;
  max-height: 100%;
  max-width:510px;
}

.kg-bookmark-thumbnail img {
  position: relative;
  top: 4px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 3px 3px 0;
}

@media (max-width: 767px) {
  .kg-bookmark-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    max-height: 400px;
  }

  .kg-bookmark-content {
    width: unset
  }

  .kg-bookmark-thumbnail {
    display: block;
    height: auto;
    overflow: hidden;
    width: 100%;
  }

  .kg-bookmark-thumbnail img {
    display: block;
    position: relative;
    bottom: 300px;
    height: 100%;
  }
}

/* css for injected */

div.grecaptcha-badge {
    z-index: 999;
    box-shadow: none !important;
}

@media screen and (min-width:768px) and (max-width:1023px) {
    #onetrust-banner-sdk div.onetrust-banner-options {
        max-width: unset;
    }
}

.a{align-items:stretch;background-color:var(--black-default);color:color-mix(var(--white-default) 80%, transparent);display:flex;flex-direction:column;font-family:Montserrat,sans-serif;font-size:16px;grid-area:footer}.a a{color:inherit;outline:none;text-decoration:none;transition:color .1s ease-in-out}@media(hover: hover)and (pointer: fine){.a a:hover,.a a:active,.a a:focus{color:var(--white-default);text-decoration:none}}
.b{align-items:center;display:flex;flex-direction:column;padding:50px 0;text-align:center;width:100%}.c{box-sizing:border-box;max-width:960px;padding:0 5%;width:100%}.d{color:color-mix(var(--white-default) 60%, transparent);font-size:14px;margin-bottom:45px}.e{display:flex;flex-direction:column;list-style-type:none;margin:0;max-width:960px;padding:0;row-gap:48px;width:100%}.e .f{align-items:center;display:flex;justify-content:center;width:100%}.e .f a{align-items:center;display:flex;justify-content:center}.e .f object{max-height:100%;max-width:100%;pointer-events:none;transition:filter linear .1s}.e .f.g object{width:172px}.e .f.h object{width:93px}.e .f.i object{width:85px}.e .f.j object{width:175px}@media(max-width: 399px){.c{padding:0 2%}}@media(max-width: 767px){.e .f object{height:auto}}@media(min-width: 768px){.e{flex-direction:row;justify-content:space-around;margin:0 auto}}@media(min-width: 1024px){.c{padding:0}.e{flex-wrap:nowrap}.e .f{width:auto}.e .f object{filter:grayscale(1);opacity:.6}.e .f:hover object{filter:none;opacity:1}}
.k{background-color:color-mix(var(--white-default) 5%, transparent);display:flex;justify-content:center;opacity:.8;padding:32px 0;width:100%}.l{box-sizing:border-box;display:flex;justify-content:center;max-width:1608px;padding:0 5%;width:100%}.l .m{background:transparent;box-shadow:none;display:flex;justify-content:center;left:0;max-height:initial !important;padding-left:0;padding-right:0;position:relative;top:0;width:100%;z-index:0}@media(max-width: 399px){.l{padding:0 2%}}@media(min-width: 1200px){.l{padding:0 40px}}
@media(max-width: 767px){.n{overflow:hidden;position:relative}.n>:first-child{padding-top:20px}}@media(min-width: 768px){.n{background:linear-gradient(transparent, var(--eerie-black) 10px);border-radius:0 0 16px 16px;box-shadow:0 10px 10px 1px color-mix(var(--black-default) 15%, transparent);left:-20px;max-height:calc(100vh - 100px);overflow-y:auto;padding:10px 40px 20px;position:absolute;top:40px;transform-origin:top center;z-index:100}.n .o{align-items:start;display:grid;grid-template-columns:repeat(2, max-content);justify-content:space-between;width:100%}}@media(max-width: 1023px){.n .o>div{padding:0}}@media(min-width: 1024px){.n .o{grid-template-columns:repeat(3, max-content)}}@media(min-width: 1366px){.n .o{grid-template-columns:repeat(4, max-content)}}@media(min-width: 1200px)and (max-width: 1365px){.n{padding-left:29px;padding-right:29px}}.n .p{align-items:start;display:grid;grid-template-columns:subgrid}@media(min-width: 768px){.n .p{gap:10px;padding:20px 20px 20px 0}.n .p>div{padding:0}.n .p>div:first-child,.n .p>div:last-child{padding-top:0}.n .p .q{padding:10px 0}}@media(max-width: 1023px){.n .p>div{padding:0}}@media(min-width: 768px)and (max-width: 1023px){.n .p{padding-top:0}}@media(min-width: 1024px)and (max-width: 1365px){.n .p:last-child{gap:initial;grid-column:span 2}}
.r{align-items:flex-start;display:flex;flex-direction:column;padding:0 0 20px 30px}.r .s{--opacity: .4;color:rgba(255, 255, 255, var(--opacity));font-size:14px;font-style:normal;font-weight:400;line-height:normal;padding:10px;text-transform:uppercase;white-space:nowrap}.r .t{list-style:none;margin:0;padding:0}.r .t li{align-items:center;display:flex;height:50px;list-style-type:none;padding:0}.r .t li .u{padding:5px}.r.v .s{align-items:center;background-color:transparent;border:none;cursor:pointer;display:flex;justify-content:space-between;text-align:left;width:100%}@media(hover: hover)and (pointer: fine){.r.v .s:hover,.r.v .s:focus,.r.v .s:active{--opacity: .6}}.r.v .t{display:none}.r.v svg{transition:transform .2s ease-in-out;margin-right:5px}.r.v.w .s{--opacity: .6}.r.v.w .s svg{transform:rotate(90deg)}.r.v.w .t{display:grid}@media(min-width: 1024px){.r{padding:20px 20px 20px 0}.r:last-child{padding:20px 0}.r .s{padding:10px 0}}.u{--opacity: .7;align-items:center;align-self:stretch;color:rgba(255, 255, 255, var(--opacity));cursor:pointer;display:flex;gap:6px;--svg-primary-color: var(--white-default);--svg-primary-opacity: var(--opacity)}.u.x{cursor:default}.u .y{flex-shrink:0;height:40px;width:40px}.u .z{display:grid;gap:2px}.u .z .aa{font-size:14px;font-style:normal;font-weight:400;line-height:normal;padding:0;white-space:nowrap}.u .z .ab{font-size:11px;font-style:normal;font-weight:300;line-height:normal;opacity:.8;white-space:nowrap}.u:hover,.u:focus,.u:active{--opacity: 1;text-decoration:none}.u:hover .s,.u:focus .s,.u:active .s{color:var(--white-default)}
.ac{display:flex;justify-content:center;padding:52px 0 32px;width:100%}.ad{box-sizing:border-box;column-gap:120px;display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1608px;padding:0 5%;row-gap:40px;width:100%}.ad ul{font-size:14px;font-weight:400;line-height:32px;list-style-type:none;margin:0;opacity:.8;padding:0}@media(max-width: 399px){.ad{padding:0 2%}}@media(min-width: 1200px){.ad{padding:0 40px}}
.ae{column-gap:120px;display:flex;flex-wrap:wrap;row-gap:40px}.ae .af{display:block}.ag{color:color-mix(var(--white-default) 40%, transparent);font-size:14px;font-style:normal;font-weight:400;height:24px;line-height:24px;margin-bottom:8px;text-transform:uppercase}.ah{align-items:center;display:flex;justify-content:stretch}.ah a{display:block}.ah svg{display:block;height:24px;max-width:100%}@media(min-width: 1200px){.ag{height:32px;line-height:32px}.ah svg{height:32px}}
.ai{display:none}.ai a{display:flex;outline:none}@media screen and (min-width: 1024px){.ai{display:block;height:32px;width:132px}}
.aj{column-gap:32px;display:flex;list-style-type:none;margin:0;padding:0}.aj .ak{height:15px;position:relative;transition:all .1s ease-in-out;width:15px}.aj .ak:hover{color:#f1f7fb;top:-1px}.aj .ak a,.aj .ak svg{display:block}
.al{color:color-mix(var(--thea) 50%, transparent);display:flex;font-size:14px;justify-content:center;opacity:.8;padding:32px 0 120px;text-align:center;transition:color .1s ease-in-out;width:100%}.am{box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:center;max-width:960px;padding:0 5%;text-align:center;width:100%}.am>*{flex-basis:100%}.an{color:color-mix(var(--white-default) 80%, transparent);column-gap:16px;display:flex;justify-content:center;list-style-type:none;margin:0 0 18px;padding:0}.an a:hover{color:color-mix(var(--white-default) 100%, transparent)}.an li:nth-child(2n){cursor:default}@media(max-width: 399px){.am{padding:0 2%}}@media(min-width: 768px){.am{flex-wrap:nowrap}.am>*{flex-basis:auto}.an{margin:0 32px 0 0}}@media(min-width: 1200px){.am{padding:0}}
.ao{align-items:center;display:inline-flex;gap:8px;height:18px;text-decoration:none;vertical-align:text-top}.ap{align-items:center;background:#ff5d4b;border-radius:50%;box-sizing:border-box;color:#fff;display:inline-flex;flex-direction:column;height:28px;justify-content:center;padding-left:1px;width:28px}.aq{font-size:12px;line-height:1em;font-weight:700;margin-top:1px}.ar{font-size:9px}.as{text-transform:uppercase;font-size:7px;line-height:1em;font-weight:700}.at .ap{background:linear-gradient(137.6deg, #FC2C3B 17.3%, #EF2073 80.08%)}.au .ap{background:#f606f0}
.av,.aw{display:none}@media screen and (min-width: 1024px){.av{margin:0 0 0 27px}.aw{font-size:14px;font-weight:400;gap:4px;list-style-type:none;margin:0}.av,.aw{align-items:center;display:inline-flex;padding:0;width:100%}.av .ax,.aw .ax{margin-right:auto}.av>.ay>.az,.aw>.ay>.az{--opacity: 0.8;color:rgba(255, 255, 255, var(--opacity));display:block;font-size:14px;font-weight:400;line-height:20px;padding:10px 20px;text-decoration:none;white-space:nowrap}}@media screen and (min-width: 1024px)and (hover: hover)and (pointer: fine){.av>.ay>.az:hover,.av>.ay>.az:focus,.av>.ay>.az:active,.aw>.ay>.az:hover,.aw>.ay>.az:focus,.aw>.ay>.az:active{--opacity: 1}}@media screen and (min-width: 1024px){.av>.ay>.az.ba,.aw>.ay>.az.ba{background:var(--white-default);border-radius:8px;color:var(--rich-black);font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:10px 20px}}
.bb{align-items:center;background-color:transparent !important;border:none;border-radius:8px;color:color-mix(var(--white-default) 80%, transparent);cursor:pointer;display:flex;font-size:14px;font-style:normal;font-weight:400;gap:10px;justify-content:space-between;line-height:20px;padding:10px 10px 10px 20px;width:100%}.bb:hover{text-decoration:none}@media(min-width: 1024px){.bb{width:fit-content}}.bb .bc{align-items:center;display:flex;justify-content:center;padding:0 4px;transition:transform .2s ease-in-out}.bb.bd{color:var(--white-default)}.bb.bd .bc{transform:rotate(90deg)}@media(hover: hover)and (pointer: fine){.bb:hover,.bb:active,.bb:focus{color:var(--white-default)}.bb:hover .bc,.bb:active .bc,.bb:focus .bc{transform:translateY(2px)}}a.bb{box-sizing:border-box;padding-right:10px !important}@media(min-width: 1024px){.be{position:relative}}@media(max-width: 1023.99px){.bf{max-height:0;opacity:0;overflow:hidden;position:relative;transition:max-height .5s cubic-bezier(0, 1, 0, 1),opacity .3s linear}.bf>:first-child{padding-top:20px}}@media(max-width: 1023.99px){.bf.bd{max-height:1500px;opacity:1;transition:max-height .5s ease-in-out,opacity .3s linear}}@media(min-width: 1024px){.bf{background:linear-gradient(transparent, var(--eerie-black) 10px);border-radius:0 0 16px 16px;box-shadow:0 10px 10px 1px color-mix(var(--black-default) 15%, transparent);left:-20px;max-height:calc(100vh - 100px);overflow-y:auto;padding:10px 40px 20px;pointer-events:none;position:absolute;top:40px;transform-origin:top center;visibility:hidden;z-index:100}.bf .bg{align-items:start;display:grid;grid-template-columns:repeat(2, max-content);justify-content:space-between;width:100%}.bf.bd{pointer-events:auto;visibility:visible}}@media(min-width: 1200px){.bf .bg{grid-template-columns:repeat(3, max-content)}}@media(min-width: 1200px)and (max-width: 1365px){.bf{padding-left:29px;padding-right:29px}}.bf .bh{align-items:start;display:grid;grid-template-columns:subgrid}@media(min-width: 1024px){.bf .bh{gap:10px;padding:20px 20px 20px 0}.bf .bh>div{padding:0}.bf .bh>div:first-child,.bf .bh>div:last-child{padding-top:0}.bf .bh .bi{padding:10px 0}}@media(max-width: 1199px){.bf .bh:last-child{grid-column:span 2}}
.bj{background:unset;border:unset;outline:none}.bk li,.bk ul{list-style-type:none}.bk .bl{background:var(--eerie-black);height:100%;left:-100%;overflow-x:hidden;overflow-y:scroll;padding:0;position:fixed;right:0;top:0;transform:translate(100%, 0);transition:all .5s ease-in-out;width:100%;z-index:999}.bk .bl .bm{background-color:var(--white-default);border-radius:8px;color:var(--rich-black);display:inline-block}.bk .bl .bn{background:var(--eerie-black);height:56px;position:sticky;top:0;z-index:1}.bk .bl.bo{transform:translate(0);transition:all .5s ease-in-out}.bk .bl a{--opacity: 0.8;color:rgba(255, 255, 255, var(--opacity));display:flex;font-size:14px;font-weight:500;padding:10px 20px;text-decoration:none}@media(hover: hover)and (pointer: fine){.bk .bl a:hover,.bk .bl a:focus,.bk .bl a:active{--opacity: 1}}.bk .bl nav>ul{display:grid;gap:20px;margin:0;padding:10px 20px}.bk .bl nav>ul li{padding:0}.bk .bl nav>ul li ul{gap:4px;padding:0}.bp .bq{display:block;left:15px;position:absolute;top:15px;width:37px;z-index:1500}.br{display:block;height:27px;left:45px;opacity:1;position:absolute;top:21px;transition:all .25s ease-in-out;width:auto;z-index:1000}.br.bo{opacity:0;transform:translateX(-25%)}.bs .bt{background:unset;border:unset;cursor:pointer;font-size:.875em;outline:none;padding:10px;position:absolute;right:10px;top:13.86px;z-index:1000}.bs .bu{height:16px;position:relative;width:21px}.bs .bu .bv{background-color:#aaaecf;border-radius:4px;height:2px;left:50%;position:absolute;transform-origin:center;transition:all .3s ease;width:100%}.bs .bu .bw{top:0;transform:translateX(-50%)}.bs .bu .bx{top:50%;transform:translate(-50%, -50%)}.bs .bu .by{bottom:0;transform:translateX(-50%)}.bs .bt.bo .bu{height:16px;width:16px}.bs .bt.bo .bu .bw{top:50%;transform:translate(-50%, -50%) rotate(45deg)}.bs .bt.bo .bu .bx{opacity:0}.bs .bt.bo .bu .by{bottom:auto;top:50%;transform:translate(-50%, -50%) rotate(-45deg)}@media screen and (min-width: 1024px){.bk{display:none}.bp{display:none}}
.bz{align-items:center;display:flex;font-family:Montserrat,sans-serif;font-size:18px;font-weight:400;min-height:64px;padding:0 30px;position:sticky;top:0;z-index:1000;background:var(--eerie-black)}.bz.ca{background-color:var(--eerie-black)}.bz .cb{align-items:center;display:flex;justify-content:space-between;width:100%}.bz .cc{height:auto;width:160px}@media(min-width: 1024px){.bz{min-height:64px}div.cd.ce{height:64px}}:root{--headerHeight: 0}.cf{display:block;margin:0 auto;text-decoration:none}.cd{background:var(--eerie-black);height:var(--headerHeight);position:fixed;transition:all .25s ease-in-out;width:100%;z-index:1000}.cd.ce{height:64px}
:root{--white-default: #FFF;--neutral-off-white: #E7E7E7;--cultured-white: #F8F8F8;--alice-blue: #F4F7FB;--anti-flash-white: #F0F0F0;--bright-grey: #F0ECE5;--chinese-white: #DFE0E1;--x11-grey: #BDBDBD;--grey-default: #7D7D7D;--davys-grey: #4D515A;--eerie-black: #1A1A1A;--black-default: #000;--rich-black: #030916;--yankees-blue: #232F44;--ryb-blue: #0057EF;--crayola-blue: #166BFF;--azure: #007AFF;--capri: #00B6FF;--fluorescent-blue: #3CFFFC;--thea: #DAEDF9;--robin-egg-blue: #04CBBA;--caribbean-green: #00C395;--persian-green: #00B493;--iguana-green: #76C274;--wild-strawberry-pink: #FF4AAD;--primary-text-on-dark-color: #FFF;--secondary-text-on-dark-color: #DFE0E1;--primary-text-on-light-color: #030916;--secondary-text-on-light-color: #4D515A;--link-text-color: #166BFF;--primary-button-color: #007AFF;--primary-button-hover-color: #0057EF;--primary-button-text-color: #FFF;--secondary-on-light-button-color: #4D515A;--secondary-on-light-button-hover-color: #030916;--secondary-on-light-button-text-color: #FFF;--secondary-on-dark-button-color: #F8F8F8;--secondary-on-dark-button-hover-color: #DFE0E1;--secondary-on-dark-button-text-color: #030916}body{overflow-x:hidden;max-width:100%}.cg{display:grid;grid-template-areas:"notification" "header" "main" "footer";grid-template-rows:auto 0 auto auto}.cg .ch{grid-area:notification}.cg>.ci{grid-area:header}.cg>.cj{color:var(--white-default);grid-area:main}.cg>.cj.ck{padding-top:64px}.cg>.cl{grid-area:main}.cg>.cm{grid-area:footer}.cn{--headerHeight: 0px;--notificationHeight: 61px}.cn .ch{position:sticky;top:0;z-index:1000}.cn .ch+div{top:var(--notificationHeight)}.cn .ci{top:var(--notificationHeight)}.cn .ci .co>div{top:var(--notificationHeight)}@media screen and (min-width: 1024px){.cn{--notificationHeight: 56px}}
.cp{z-index:500;position:fixed;bottom:20px;right:40px;transition:transform .1s ease-in}.cp:hover{transform:translate(0, -2px)}@media(max-width: 1024px){.cq{bottom:75px;right:10px}}
body footer{padding-bottom:70px !important}div.cr{align-items:center;bottom:0;background-color:#000;display:flex;font-family:Montserrat,sans-serif;height:100px;justify-content:center;left:0;position:fixed;text-align:center;width:100%;z-index:20}.cs{display:block;margin-right:10px;padding-right:15px;position:relative}svg.ct{max-height:100%}div.cu{color:#fff;display:none;font-size:14px;font-weight:300;line-height:18px;margin-right:30px;text-align:left;max-width:500px}div.cu span{color:#67ffc8}span.cv{align-items:center;background-image:linear-gradient(132deg, #fe2d2f 11%, #f22263 90%);border-radius:22px;color:#fff;display:flex;font-size:20px;font-weight:bold;height:41px;justify-content:center;margin-top:-20px;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center center;right:0;width:41px;z-index:2}.cw{align-items:center;background-color:#fff;border-radius:4px;color:#000;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;text-decoration:none;width:121px}.cw:hover{text-decoration:none}@media(min-width: 768px){div.cu{display:block}}