/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

@charset "UTF-8";
.col-1-12 {
  width: 8.3333333333%;
  flex-basis: 8.3333333333%;
}

.col-2-12 {
  width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}

.col-3-12 {
  width: 25%;
  flex-basis: 25%;
}

.col-4-12 {
  width: 33.3333333333%;
  flex-basis: 33.3333333333%;
}

.col-5-12 {
  width: 41.6666666667%;
  flex-basis: 41.6666666667%;
}

.col-6-12 {
  width: 50%;
  flex-basis: 50%;
}

.col-7-12 {
  width: 58.3333333333%;
  flex-basis: 58.3333333333%;
}

.col-8-12 {
  width: 66.6666666667%;
  flex-basis: 66.6666666667%;
}

.col-9-12 {
  width: 75%;
  flex-basis: 75%;
}

.col-10-12 {
  width: 83.3333333333%;
  flex-basis: 83.3333333333%;
}

.col-11-12 {
  width: 91.6666666667%;
  flex-basis: 91.6666666667%;
}

.col-12-12 {
  width: 100%;
  flex-basis: 100%;
}

.col-1\.5-12 {
  width: 12.5%;
  flex-basis: 12.5%;
}

.col-2\.5-12 {
  width: 20%;
  flex-basis: 20%;
}

.col-5\.5-12 {
  width: 45.8333333333%;
  flex-basis: 45.8333333333%;
}

.flex-basis-40 {
  width: 40.8333333333%;
  flex-basis: 40.8333333333%;
}

.flex-basis-42 {
  width: 42%;
  flex-basis: 42%;
}

@media screen and (min-width: 35em) {
  .col-xs-1-12 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .col-xs-2-12 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .col-xs-3-12 {
    width: 25%;
    flex-basis: 25%;
  }
  .col-xs-4-12 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .col-xs-5-12 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .col-xs-6-12 {
    width: 50%;
    flex-basis: 50%;
  }
  .col-xs-7-12 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .col-xs-8-12 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .col-xs-9-12 {
    width: 75%;
    flex-basis: 75%;
  }
  .col-xs-10-12 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .col-xs-11-12 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .col-xs-12-12 {
    width: 100%;
    flex-basis: 100%;
  }
}
@media screen and (min-width: 48em) {
  .col-sm-1-12 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .col-sm-2-12 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .col-sm-3-12 {
    width: 25%;
    flex-basis: 25%;
  }
  .col-sm-4-12 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .col-sm-5-12 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .col-sm-6-12 {
    width: 50%;
    flex-basis: 50%;
  }
  .col-sm-7-12 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .col-sm-8-12 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .col-sm-9-12 {
    width: 75%;
    flex-basis: 75%;
  }
  .col-sm-10-12 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .col-sm-11-12 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .col-sm-12-12 {
    width: 100%;
    flex-basis: 100%;
  }
}
@media screen and (min-width: 64em) {
  .col-md-1-12 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .col-md-2-12 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .col-md-3-12 {
    width: 25%;
    flex-basis: 25%;
  }
  .col-md-4-12 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .col-md-5-12 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .col-md-6-12 {
    width: 50%;
    flex-basis: 50%;
  }
  .col-md-7-12 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .col-md-8-12 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .col-md-9-12 {
    width: 75%;
    flex-basis: 75%;
  }
  .col-md-10-12 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .col-md-11-12 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .col-md-12-12 {
    width: 100%;
    flex-basis: 100%;
  }
  .col-md-1\.5-12 {
    width: 10%;
    flex-basis: 10%;
  }
  .col-md-2-5 {
    width: 20%;
    flex-basis: 20%;
  }
  .flex-basis-9 {
    width: 9%;
    flex-basis: 9%;
  }
  .flex-basis-md-2 {
    width: 3.3333333333%;
    flex-basis: 3.3333333333%;
  }
  .flex-basis-md-3 {
    width: 4.1666666667%;
    flex-basis: 4.1666666667%;
  }
  .flex-basis-md-10 {
    width: 9.1666666667%;
    flex-basis: 9.1666666667%;
  }
}
@media screen and (min-width: 80em) {
  .col-lg-1-12 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .col-lg-2-12 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .col-lg-3-12 {
    width: 25%;
    flex-basis: 25%;
  }
  .col-lg-4-12 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .col-lg-5-12 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .col-lg-6-12 {
    width: 50%;
    flex-basis: 50%;
  }
  .col-lg-7-12 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .col-lg-8-12 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .col-lg-9-12 {
    width: 75%;
    flex-basis: 75%;
  }
  .col-lg-10-12 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .col-lg-11-12 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .col-lg-12-12 {
    width: 100%;
    flex-basis: 100%;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
}

.flex-0 {
  flex: 0;
}

.flex-important {
  display: flex !important;
}

.list-style-none {
  list-style: none;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.no-wrap {
  flex-wrap: nowrap;
}

.inline-flex {
  display: inline-flex;
}

.contents {
  display: contents;
}

.grid {
  display: grid;
}

.main-center {
  justify-content: center;
}

.cross-center {
  align-items: center;
}

.justify-evenly {
  justify-content: space-evenly;
}

.align-baseline {
  align-items: baseline;
}

.flex-end {
  align-items: flex-end;
}

.align-end {
  align-content: flex-end;
}

.align-content-around {
  align-content: space-around;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-start {
  align-self: flex-start;
}

.align-start {
  align-items: flex-start;
}

.self-end {
  align-self: flex-end;
}

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

.vertical-sub {
  vertical-align: sub;
}

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

.hr {
  margin: 0;
  display: block;
  height: 0.1rem;
  border: none;
  background-color: #EBECEE;
}

.hr-light {
  height: 0.1rem;
  border: none;
  background-color: #707070;
  margin: 0;
  opacity: 10%;
}

.hr-dark {
  height: 0.15rem;
  border: none;
  background-color: #707070;
  color: #000000;
  margin: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.centered {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.centered div, .centered a {
  text-align: -webkit-center;
}

.bottom_left {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
  text-align: start;
}

.bottom_right {
  position: absolute;
  text-align: end;
  bottom: 5rem;
  right: 5rem;
}
.bottom_right div, .bottom_right a {
  text-align: right;
  text-align: -webkit-right;
  margin-left: auto;
}

.bottom_center {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -30%);
}

.top_left {
  position: absolute;
  top: 2.5rem;
  left: 5rem;
  text-align: start;
}

.top_right {
  position: absolute;
  text-align: end;
  top: 2.5rem;
  right: 5rem;
}
.top_right div, .top_right a {
  margin-left: auto;
  text-align: right;
  text-align: -webkit-right;
}

.top_center {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 10%);
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.pointer {
  cursor: pointer;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0;
}

.visible-xs {
  display: none !important;
}

.visible-xs-flex {
  display: none !important;
}

.flex-xs {
  display: none;
}

.h-100 {
  height: 100%;
}

.h-50 {
  height: 50%;
}

.height-max-40 {
  max-height: 40rem;
}

.height-max-20 {
  max-height: 20rem;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-70 {
  width: 70%;
}

.pd-b-100 {
  padding-bottom: 100%;
}

.whitespace-wrap {
  white-space: normal !important;
}

.whitespace-pre {
  white-space: pre-wrap !important;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: #EBECEE;
  font-size: 14px;
}

.separator::before,
.separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #C4C3C3;
}

.separator:not(:empty)::before {
  margin-right: 0.25em;
}

.separator:not(:empty)::after {
  margin-left: 0.25em;
}

.w-10-rem {
  width: 10rem;
}

.w-13-rem {
  width: 13rem;
}

.pd-v-2 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.mt-2 {
  margin-top: 0.2rem;
}

.white-space-pre-wrap {
  white-space: pre-wrap;
}

.mt-0 {
  margin-top: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.pd-0 {
  padding: 0rem;
}

.pd-r-0 {
  padding-right: 0rem;
}

.pd-l-0 {
  padding-left: 0rem;
}

.pd-t-0 {
  padding-top: 0rem;
}

.pd-b-0 {
  padding-bottom: 0rem;
}

.grid-gap-0 {
  grid-gap: 0px;
}

.mt-5 {
  margin-top: 0.5rem;
}

.mb-5 {
  margin-bottom: 0.5rem;
}

.pd-5 {
  padding: 0.5rem;
}

.pd-r-5 {
  padding-right: 0.5rem;
}

.pd-l-5 {
  padding-left: 0.5rem;
}

.pd-t-5 {
  padding-top: 0.5rem;
}

.pd-b-5 {
  padding-bottom: 0.5rem;
}

.grid-gap-5 {
  grid-gap: 5px;
}

.mt-10 {
  margin-top: 1rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.pd-10 {
  padding: 1rem;
}

.pd-r-10 {
  padding-right: 1rem;
}

.pd-l-10 {
  padding-left: 1rem;
}

.pd-t-10 {
  padding-top: 1rem;
}

.pd-b-10 {
  padding-bottom: 1rem;
}

.grid-gap-10 {
  grid-gap: 10px;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.pd-15 {
  padding: 1.5rem;
}

.pd-r-15 {
  padding-right: 1.5rem;
}

.pd-l-15 {
  padding-left: 1.5rem;
}

.pd-t-15 {
  padding-top: 1.5rem;
}

.pd-b-15 {
  padding-bottom: 1.5rem;
}

.grid-gap-15 {
  grid-gap: 15px;
}

.mt-20 {
  margin-top: 2rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.pd-20 {
  padding: 2rem;
}

.pd-r-20 {
  padding-right: 2rem;
}

.pd-l-20 {
  padding-left: 2rem;
}

.pd-t-20 {
  padding-top: 2rem;
}

.pd-b-20 {
  padding-bottom: 2rem;
}

.grid-gap-20 {
  grid-gap: 20px;
}

.mt-25 {
  margin-top: 2.5rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.pd-25 {
  padding: 2.5rem;
}

.pd-r-25 {
  padding-right: 2.5rem;
}

.pd-l-25 {
  padding-left: 2.5rem;
}

.pd-t-25 {
  padding-top: 2.5rem;
}

.pd-b-25 {
  padding-bottom: 2.5rem;
}

.grid-gap-25 {
  grid-gap: 25px;
}

.mt-30 {
  margin-top: 3rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.pd-30 {
  padding: 3rem;
}

.pd-r-30 {
  padding-right: 3rem;
}

.pd-l-30 {
  padding-left: 3rem;
}

.pd-t-30 {
  padding-top: 3rem;
}

.pd-b-30 {
  padding-bottom: 3rem;
}

.grid-gap-30 {
  grid-gap: 30px;
}

.mt-35 {
  margin-top: 3.5rem;
}

.mb-35 {
  margin-bottom: 3.5rem;
}

.pd-35 {
  padding: 3.5rem;
}

.pd-r-35 {
  padding-right: 3.5rem;
}

.pd-l-35 {
  padding-left: 3.5rem;
}

.pd-t-35 {
  padding-top: 3.5rem;
}

.pd-b-35 {
  padding-bottom: 3.5rem;
}

.grid-gap-35 {
  grid-gap: 35px;
}

.mt-40 {
  margin-top: 4rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.pd-40 {
  padding: 4rem;
}

.pd-r-40 {
  padding-right: 4rem;
}

.pd-l-40 {
  padding-left: 4rem;
}

.pd-t-40 {
  padding-top: 4rem;
}

.pd-b-40 {
  padding-bottom: 4rem;
}

.grid-gap-40 {
  grid-gap: 40px;
}

.mt-45 {
  margin-top: 4.5rem;
}

.mb-45 {
  margin-bottom: 4.5rem;
}

.pd-45 {
  padding: 4.5rem;
}

.pd-r-45 {
  padding-right: 4.5rem;
}

.pd-l-45 {
  padding-left: 4.5rem;
}

.pd-t-45 {
  padding-top: 4.5rem;
}

.pd-b-45 {
  padding-bottom: 4.5rem;
}

.grid-gap-45 {
  grid-gap: 45px;
}

.mt-50 {
  margin-top: 5rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.pd-50 {
  padding: 5rem;
}

.pd-r-50 {
  padding-right: 5rem;
}

.pd-l-50 {
  padding-left: 5rem;
}

.pd-t-50 {
  padding-top: 5rem;
}

.pd-b-50 {
  padding-bottom: 5rem;
}

.grid-gap-50 {
  grid-gap: 50px;
}

.mr-5 {
  margin-right: 0.5rem;
}

.ml-5 {
  margin-left: 0.5rem;
}

.pd-v-5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pd-h-5 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.pd-5 {
  padding: 0.5rem;
}

.w-5 {
  width: 0.5rem;
}

.h-5 {
  height: 0.5rem;
}

.mr-10 {
  margin-right: 1rem;
}

.ml-10 {
  margin-left: 1rem;
}

.pd-v-10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pd-h-10 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.pd-10 {
  padding: 1rem;
}

.w-10 {
  width: 1rem;
}

.h-10 {
  height: 1rem;
}

.mr-15 {
  margin-right: 1.5rem;
}

.ml-15 {
  margin-left: 1.5rem;
}

.pd-v-15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pd-h-15 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.pd-15 {
  padding: 1.5rem;
}

.w-15 {
  width: 1.5rem;
}

.h-15 {
  height: 1.5rem;
}

.mr-20 {
  margin-right: 2rem;
}

.ml-20 {
  margin-left: 2rem;
}

.pd-v-20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pd-h-20 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.pd-20 {
  padding: 2rem;
}

.w-20 {
  width: 2rem;
}

.h-20 {
  height: 2rem;
}

.mr-25 {
  margin-right: 2.5rem;
}

.ml-25 {
  margin-left: 2.5rem;
}

.pd-v-25 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pd-h-25 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.pd-25 {
  padding: 2.5rem;
}

.w-25 {
  width: 2.5rem;
}

.h-25 {
  height: 2.5rem;
}

.mr-30 {
  margin-right: 3rem;
}

.ml-30 {
  margin-left: 3rem;
}

.pd-v-30 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pd-h-30 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.pd-30 {
  padding: 3rem;
}

.w-30 {
  width: 3rem;
}

.h-30 {
  height: 3rem;
}

.mr-35 {
  margin-right: 3.5rem;
}

.ml-35 {
  margin-left: 3.5rem;
}

.pd-v-35 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.pd-h-35 {
  padding-right: 3.5rem;
  padding-left: 3.5rem;
}

.pd-35 {
  padding: 3.5rem;
}

.w-35 {
  width: 3.5rem;
}

.h-35 {
  height: 3.5rem;
}

.mr-40 {
  margin-right: 4rem;
}

.ml-40 {
  margin-left: 4rem;
}

.pd-v-40 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pd-h-40 {
  padding-right: 4rem;
  padding-left: 4rem;
}

.pd-40 {
  padding: 4rem;
}

.w-40 {
  width: 4rem;
}

.h-40 {
  height: 4rem;
}

.mr-45 {
  margin-right: 4.5rem;
}

.ml-45 {
  margin-left: 4.5rem;
}

.pd-v-45 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.pd-h-45 {
  padding-right: 4.5rem;
  padding-left: 4.5rem;
}

.pd-45 {
  padding: 4.5rem;
}

.w-45 {
  width: 4.5rem;
}

.h-45 {
  height: 4.5rem;
}

.mr-50 {
  margin-right: 5rem;
}

.ml-50 {
  margin-left: 5rem;
}

.pd-v-50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pd-h-50 {
  padding-right: 5rem;
  padding-left: 5rem;
}

.pd-50 {
  padding: 5rem;
}

.w-50 {
  width: 5rem;
}

.h-50 {
  height: 5rem;
}

.gutter {
  margin: -20px;
}

.gutter > * {
  padding: 20px;
}

.gutter-sm {
  margin: -10px;
}

.gutter-sm > * {
  padding: 10px;
}

.gutter-xsm {
  margin: -5px;
}

.gutter-xsm > * {
  padding: 5px;
}

.gutter-between {
  justify-content: space-between;
  align-content: space-between;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: start;
}

.flex.direction-column-reverse {
  flex-direction: column-reverse;
}

.flex.direction-column {
  flex-direction: column;
}

.lg-line-height {
  line-height: 1.3;
}

.line-height-0 {
  line-height: 0;
}

.align-baseline {
  align-self: baseline;
}

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

@media screen and (max-width: 48em) {
  .w-100-xs {
    width: 100%;
  }
  .w-85-xs {
    width: 85%;
  }
  .hidden-xs {
    display: none;
  }
  .hidden-xs-important {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .visible-xs-flex {
    display: flex !important;
  }
  .flex-xs {
    display: flex;
  }
  .gutter {
    margin: -10px;
  }
  .gutter > * {
    padding: 10px;
  }
  .gutter-sm {
    margin: -5px;
  }
  .gutter-sm > * {
    padding: 5px;
  }
  .justify-end-xs {
    justify-content: flex-end;
  }
  .justify-between-xs {
    justify-content: space-between;
  }
  .justify-center-xs {
    justify-content: center;
  }
  .justify-start-xs {
    justify-content: start;
  }
  .cross-center-xs {
    align-items: center;
  }
  .self-end-xs {
    align-self: flex-end;
  }
  .flex.direction-column-xs {
    flex-direction: column;
  }
  .flex.direction-row-xs {
    flex-direction: row;
  }
  .flex.direction-column-reverse-xs {
    flex-direction: column-reverse;
  }
  .flex.direction-row-reverse-xs {
    flex-direction: row-reverse;
  }
  .main-center-xs {
    justify-content: center;
  }
  .sm-line-height {
    line-height: 1;
  }
  .mt-xs-0 {
    margin-top: 0rem;
  }
  .mb-xs-0 {
    margin-bottom: 0rem;
  }
  .mr-xs-0 {
    margin-right: 0px;
  }
  .ml-xs-0 {
    margin-left: 0px;
  }
  .pd-v-xs-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pd-h-xs-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pd-xs-0 {
    padding: 0px;
  }
  .pd-b-xs-0 {
    padding-bottom: 0px;
  }
  .pd-t-xs-0 {
    padding-top: 0px;
  }
  .pd-r-xs-0 {
    padding-right: 0rem;
  }
  .pd-l-xs-0 {
    padding-left: 0rem;
  }
  .mt-xs-5 {
    margin-top: 0.5rem;
  }
  .mb-xs-5 {
    margin-bottom: 0.5rem;
  }
  .mr-xs-5 {
    margin-right: 5px;
  }
  .ml-xs-5 {
    margin-left: 5px;
  }
  .pd-v-xs-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pd-h-xs-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .pd-xs-5 {
    padding: 5px;
  }
  .pd-b-xs-5 {
    padding-bottom: 5px;
  }
  .pd-t-xs-5 {
    padding-top: 5px;
  }
  .pd-r-xs-5 {
    padding-right: 0.5rem;
  }
  .pd-l-xs-5 {
    padding-left: 0.5rem;
  }
  .mt-xs-10 {
    margin-top: 1rem;
  }
  .mb-xs-10 {
    margin-bottom: 1rem;
  }
  .mr-xs-10 {
    margin-right: 10px;
  }
  .ml-xs-10 {
    margin-left: 10px;
  }
  .pd-v-xs-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pd-h-xs-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pd-xs-10 {
    padding: 10px;
  }
  .pd-b-xs-10 {
    padding-bottom: 10px;
  }
  .pd-t-xs-10 {
    padding-top: 10px;
  }
  .pd-r-xs-10 {
    padding-right: 1rem;
  }
  .pd-l-xs-10 {
    padding-left: 1rem;
  }
  .mt-xs-15 {
    margin-top: 1.5rem;
  }
  .mb-xs-15 {
    margin-bottom: 1.5rem;
  }
  .mr-xs-15 {
    margin-right: 15px;
  }
  .ml-xs-15 {
    margin-left: 15px;
  }
  .pd-v-xs-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pd-h-xs-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pd-xs-15 {
    padding: 15px;
  }
  .pd-b-xs-15 {
    padding-bottom: 15px;
  }
  .pd-t-xs-15 {
    padding-top: 15px;
  }
  .pd-r-xs-15 {
    padding-right: 1.5rem;
  }
  .pd-l-xs-15 {
    padding-left: 1.5rem;
  }
  .mt-xs-20 {
    margin-top: 2rem;
  }
  .mb-xs-20 {
    margin-bottom: 2rem;
  }
  .mr-xs-20 {
    margin-right: 20px;
  }
  .ml-xs-20 {
    margin-left: 20px;
  }
  .pd-v-xs-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pd-h-xs-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pd-xs-20 {
    padding: 20px;
  }
  .pd-b-xs-20 {
    padding-bottom: 20px;
  }
  .pd-t-xs-20 {
    padding-top: 20px;
  }
  .pd-r-xs-20 {
    padding-right: 2rem;
  }
  .pd-l-xs-20 {
    padding-left: 2rem;
  }
  .mt-xs-25 {
    margin-top: 2.5rem;
  }
  .mb-xs-25 {
    margin-bottom: 2.5rem;
  }
  .mr-xs-25 {
    margin-right: 25px;
  }
  .ml-xs-25 {
    margin-left: 25px;
  }
  .pd-v-xs-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pd-h-xs-25 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .pd-xs-25 {
    padding: 25px;
  }
  .pd-b-xs-25 {
    padding-bottom: 25px;
  }
  .pd-t-xs-25 {
    padding-top: 25px;
  }
  .pd-r-xs-25 {
    padding-right: 2.5rem;
  }
  .pd-l-xs-25 {
    padding-left: 2.5rem;
  }
  .mt-xs-30 {
    margin-top: 3rem;
  }
  .mb-xs-30 {
    margin-bottom: 3rem;
  }
  .mr-xs-30 {
    margin-right: 30px;
  }
  .ml-xs-30 {
    margin-left: 30px;
  }
  .pd-v-xs-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pd-h-xs-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .pd-xs-30 {
    padding: 30px;
  }
  .pd-b-xs-30 {
    padding-bottom: 30px;
  }
  .pd-t-xs-30 {
    padding-top: 30px;
  }
  .pd-r-xs-30 {
    padding-right: 3rem;
  }
  .pd-l-xs-30 {
    padding-left: 3rem;
  }
  .mt-xs-35 {
    margin-top: 3.5rem;
  }
  .mb-xs-35 {
    margin-bottom: 3.5rem;
  }
  .mr-xs-35 {
    margin-right: 35px;
  }
  .ml-xs-35 {
    margin-left: 35px;
  }
  .pd-v-xs-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pd-h-xs-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .pd-xs-35 {
    padding: 35px;
  }
  .pd-b-xs-35 {
    padding-bottom: 35px;
  }
  .pd-t-xs-35 {
    padding-top: 35px;
  }
  .pd-r-xs-35 {
    padding-right: 3.5rem;
  }
  .pd-l-xs-35 {
    padding-left: 3.5rem;
  }
  .mt-xs-40 {
    margin-top: 4rem;
  }
  .mb-xs-40 {
    margin-bottom: 4rem;
  }
  .mr-xs-40 {
    margin-right: 40px;
  }
  .ml-xs-40 {
    margin-left: 40px;
  }
  .pd-v-xs-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pd-h-xs-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pd-xs-40 {
    padding: 40px;
  }
  .pd-b-xs-40 {
    padding-bottom: 40px;
  }
  .pd-t-xs-40 {
    padding-top: 40px;
  }
  .pd-r-xs-40 {
    padding-right: 4rem;
  }
  .pd-l-xs-40 {
    padding-left: 4rem;
  }
  .mt-xs-45 {
    margin-top: 4.5rem;
  }
  .mb-xs-45 {
    margin-bottom: 4.5rem;
  }
  .mr-xs-45 {
    margin-right: 45px;
  }
  .ml-xs-45 {
    margin-left: 45px;
  }
  .pd-v-xs-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pd-h-xs-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .pd-xs-45 {
    padding: 45px;
  }
  .pd-b-xs-45 {
    padding-bottom: 45px;
  }
  .pd-t-xs-45 {
    padding-top: 45px;
  }
  .pd-r-xs-45 {
    padding-right: 4.5rem;
  }
  .pd-l-xs-45 {
    padding-left: 4.5rem;
  }
  .mt-xs-50 {
    margin-top: 5rem;
  }
  .mb-xs-50 {
    margin-bottom: 5rem;
  }
  .mr-xs-50 {
    margin-right: 50px;
  }
  .ml-xs-50 {
    margin-left: 50px;
  }
  .pd-v-xs-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pd-h-xs-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .pd-xs-50 {
    padding: 50px;
  }
  .pd-b-xs-50 {
    padding-bottom: 50px;
  }
  .pd-t-xs-50 {
    padding-top: 50px;
  }
  .pd-r-xs-50 {
    padding-right: 5rem;
  }
  .pd-l-xs-50 {
    padding-left: 5rem;
  }
  .text-end-xs {
    text-align: end;
  }
  .bottom_left {
    bottom: 2.5rem;
    left: 2rem;
  }
  .bottom_right {
    bottom: 2.5rem;
    right: 2rem;
  }
  .top_left {
    top: 1.5rem;
    left: 2rem;
  }
  .top_right {
    top: 1.5rem;
    right: 2rem;
  }
  .top_center {
    transform: translate(-50%, 20%);
  }
  .sticky-xs {
    position: sticky;
  }
}
@media screen and (min-width: 48em) {
  .pd-l-md-5 {
    padding-left: 0.5rem;
  }
  .pd-l-md-10 {
    padding-left: 1rem;
  }
  .pd-l-md-15 {
    padding-left: 1.5rem;
  }
  .pd-l-md-20 {
    padding-left: 2rem;
  }
  .pd-l-md-25 {
    padding-left: 2.5rem;
  }
  .pd-l-md-30 {
    padding-left: 3rem;
  }
  .pd-l-md-35 {
    padding-left: 3.5rem;
  }
  .pd-l-md-40 {
    padding-left: 4rem;
  }
  .pd-l-md-45 {
    padding-left: 4.5rem;
  }
  .pd-l-md-50 {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 64em) {
  .flex-md {
    display: flex !important;
  }
}
@font-face {
  font-family: "Action,light";
  font-display: swap;
  src: url("/assets/fonts/Action/Action-NBA-Condensed-Light.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Action,medium";
  font-display: swap;
  src: url("/assets/fonts/Action/Action-NBA-Condensed-Medium.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Action,medium";
  font-display: swap;
  src: url("/assets/fonts/Action/Action NBA Condensed-Medium.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Action,bold";
  font-display: swap;
  src: url("/assets/fonts/Action/Action-NBA-Condensed-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Action,italic";
  font-display: swap;
  src: url("/assets/fonts/Action/Action-NBA-Condensed-Light-Italic.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto,regular";
  font-display: swap;
  src: url("/assets/fonts/Roboto/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto,bold";
  font-display: swap;
  src: url("/assets/fonts/Roboto/Roboto-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto,italic";
  font-display: swap;
  src: url("/assets/fonts/Roboto/Roboto-Italic.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeue,Regular";
  font-display: swap;
  src: url("/assets/fonts/Bebas_Neue/BebasNeue-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("/assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf");
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
  margin: auto;
  font-size: 10px;
}

body {
  color: #000;
  background-color: #FFFFFF;
  min-height: 100%;
  font-size: inherit;
  word-wrap: break-word;
  font-family: "Roboto,regular";
  height: 100%;
}

body *,
body *::before,
body *::after {
  min-width: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
}

table {
  border-collapse: collapse;
}

img,
canvas {
  max-width: 100%;
}

@media screen and (min-width: 64em) {
  html {
    font-size: 0.694vw;
  }
}
.bg-white {
  background-color: #FFFFFF;
}

.bg-black {
  background-color: #000000;
}

.bg-grey {
  background-color: #EBECEE;
}

.bg-dark-grey {
  background-color: #707070;
}

.bg-light-grey {
  background-color: #EBECEE;
}

.bg-light-blue {
  background-color: #F2F4F8;
}

.bg-red {
  background-color: #de0202;
}

.bg-primary-blue {
  background-color: #1D428A;
}

.bg-secondary-grey {
  background-color: #EBEBEB;
}

.bg-ternary-grey {
  background-color: #f4f5f7;
}

.white {
  color: #FFFFFF;
}

.black {
  color: #000000;
}

.grey {
  color: #EBECEE;
}

.smoke-grey {
  color: #363636;
}

.light-grey {
  color: #EBECEE;
}

.green {
  color: #0DA318;
}

.red {
  color: #de0202;
}

.dark-grey {
  color: #707070;
}

.primary-blue {
  color: #1D428A;
}

.secondary-blue {
  color: #1C3A8F;
}

.form {
  display: block;
}
.form .loading {
  background: url("/assets/images/loader.svg") no-repeat 50% 50%;
  background-size: contain;
}
.form .container-border-bottom {
  border-bottom: 1px solid black;
}

span.error {
  color: #de0202;
  margin-top: 0.1rem;
  display: none;
  text-align: start;
}
span.error.active-errors {
  display: block;
}

.btn {
  cursor: pointer;
  padding: 6px 10px;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #000;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.btn:focus {
  outline: none;
}
.btn:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}
.btn.btn-primary {
  color: #FFFFFF;
  background-color: #1D428A;
  border-radius: 0.4rem;
  height: 4rem;
  border: none !important;
  font-weight: 1000;
}
.btn.btn-secondary {
  border: 1px solid #B0BBC2 !important;
  color: #1D428A;
  border-radius: 0.4rem;
  height: 4rem;
  font-weight: 1000;
}
.btn.btn-grey {
  border: none;
  background-color: #EBECEE;
  border-radius: 0.4rem;
  height: 4rem;
  font-weight: 1000;
}
.btn.btn-lg {
  min-width: 20rem;
}
.btn.btn-google {
  background-color: #DB4437;
  color: #FFFFFF;
  border: none;
  border-radius: 0.4rem;
  height: 4rem;
  width: 11.7rem;
}
.btn.btn-facebook {
  background-color: #4267B2;
  color: #FFFFFF;
  border: none;
  border-radius: 0.4rem;
  height: 4rem;
  width: 11.7rem;
}
.btn.btn-success {
  color: #FFFFFF;
  background-color: #0DA318;
  border-radius: 0.4rem;
  height: 4rem;
  border: none !important;
}
.btn.btn-overlay {
  padding: 1.25rem;
  font-family: "BebasNeue,Regular";
  font-weight: 400;
}

.input {
  width: 100%;
  color: #000000;
  height: 3.1rem;
  box-sizing: border-box;
  display: block;
  border: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0;
  border-bottom: 1px solid #000;
}
.input.grey {
  background-color: #f5f5f7 !important;
}
.input.grey-bottom-border {
  border-bottom: 1px solid #EBECEE;
}
.input:focus {
  outline: none;
}
.input::-moz-placeholder {
  color: #BBB;
}
.input::placeholder {
  color: #BBB;
}
.input.italic-placeholder::-moz-placeholder {
  font-style: italic;
  color: #000000;
}
.input.italic-placeholder::placeholder {
  font-style: italic;
  color: #000000;
}
.input.italic-placeholder-grey::-moz-placeholder {
  font-style: italic;
  color: #EBECEE;
}
.input.italic-placeholder-grey::placeholder {
  font-style: italic;
  color: #EBECEE;
}
.input ::-webkit-input-placeholder {
  color: #BBB;
}
.input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #BBB;
  opacity: 1;
}
.input :-ms-input-placeholder {
  color: #BBB;
}

.select-box {
  display: inline-block;
  width: 100%;
}
.select-box .select {
  width: 100%;
  max-width: 100%;
  height: 31px;
  border-radius: 0;
  border: none;
  background: #fff;
  font-size: 1.4rem;
  color: #000;
  outline: 0;
  border-bottom: 1px solid #000000;
}
.select-box .select.grey {
  background: #f5f5f7;
}
.select-box .select.white {
  background: #fff;
}
.select-box .select:disabled {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/** custom radio - usage example
   <label class="radio">
        <input name="size" autocomplete="off" type="radio">
        <span>3 UK</span>
    </label>
**/
.radio input {
  display: none;
}
.radio input:checked + span::after {
  display: block;
  background-color: #de0202;
}
.radio .selected-payment-label::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: 0.3rem;
  bottom: 0.4rem;
  border: 0.1rem solid #000;
  border-radius: 50%;
  background-color: #de0202;
}
.radio span {
  position: relative;
  padding-left: 25px;
  display: inline-block;
  cursor: pointer;
  height: 16px;
}
.radio span:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: 4px;
  border: 1px solid #000;
  border-radius: 50%;
}
.radio span:after {
  width: 6px;
  height: 6px;
  content: "";
  display: none;
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 3px;
  left: 3px;
}

input[type=checkbox]:checked {
  background: #DA3332;
  color: #fff;
  border: none;
}

input[type=radio]:checked {
  accent-color: #DA3332;
  color: #fff;
  border: none;
}

input[type=checkbox]:checked:after {
  font-family: system-ui;
  content: "✓";
  color: white;
  position: absolute;
  line-height: 1;
  font-size: 12px;
  padding-top: 1px;
  padding-left: 2.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  font-weight: 600;
}

input[type=checkbox] {
  width: 1.4rem !important;
  height: 1.4rem !important;
  -moz-appearance: none;
       appearance: none;
  border: 0.05rem solid #707070;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type=checkbox]:disabled {
  border: 0.05rem solid #EBECEE !important;
}

/*custom select*/
div.dropdown {
  width: 100%;
  display: inline-block;
  background-color: #EBECEE;
  border-radius: 0.4rem;
  transition: all 0.5s ease;
  position: relative;
  padding-top: 5px;
  color: #000;
  height: 4rem;
  text-align: left;
  text-transform: uppercase;
  outline: 0;
}
div.dropdown .select {
  cursor: pointer;
  display: block;
  padding: 0.6rem 1rem;
}
div.dropdown .select i {
  font-size: 12px;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  float: right;
  line-height: 20px;
}
div.dropdown .select i.arrow-down {
  background: url("/assets/images/arrow-down.svg");
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  margin-top: 7px;
}
div.dropdown.active {
  border-radius: 0;
}
div.dropdown.active .select i {
  transform: rotate(-180deg);
  margin-top: 0;
}
div.dropdown .dropdown-menu {
  position: absolute;
  background-color: #EBECEE;
  width: 100%;
  left: 0;
  margin-top: 0;
  border-radius: 0;
  overflow: hidden;
  display: none;
  padding: 0;
  list-style: none;
  outline: 0;
  z-index: 100;
}
div.dropdown .dropdown-menu li {
  padding: 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 48em) {
  .select-box .select {
    font-size: 1.2rem;
  }
  .btn-overlay {
    padding: 0.75rem 1rem !important;
  }
}
.h1 {
  font-size: 1.5rem;
}

.h2 {
  font-size: 1.2rem;
}

.regular {
  font-size: 1.2rem;
}

.font-family-regular {
  font-family: "Roboto,Regular" !important;
}

.font-12 {
  font-size: 1.2rem;
}

.font1\.3rem {
  font-size: 1.3rem;
}

.font-14 {
  font-size: 1.4rem;
}

.font-16 {
  font-size: 1.6rem;
}

.font-18 {
  font-size: 1.8rem;
}

.font-13 {
  font-size: 1.3rem;
}

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

.font-25 {
  font-size: 2.5rem;
}

.font-30 {
  font-size: 3rem;
}

.font-42 {
  font-size: 4.2rem;
}

.font-45 {
  font-size: 4.5rem;
}

.font-60 {
  font-size: 6rem;
}

.small {
  font-size: 1.1rem;
}

.bold {
  font-weight: bold;
}

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

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

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

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

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.text-transform-none {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.border-bottom-white {
  border-bottom: 2px solid white;
}

.border-red {
  border: 0.1rem solid #de0202;
}

.border-green {
  border: 0.1rem solid #0DA318;
}

.border-primary-blue {
  border: 0.1rem solid #1D428A;
}

.border-radius-4 {
  border-radius: 0.4rem;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border-bottom-light-grey {
  border-bottom: 1px solid #EBECEE;
}

.border-bottom-secondary-grey {
  border-bottom: 0.1rem solid #B2B2B2;
}

.italic {
  font-style: italic;
}

@media screen and (max-width: 48em) {
  .text-right-xs {
    text-align: right;
  }
  .font-xs-10 {
    font-size: 1rem;
  }
  .font-xs-12 {
    font-size: 1.2rem;
  }
  .font-xs-14 {
    font-size: 1.4rem;
  }
  .font-xs-16 {
    font-size: 1.6rem;
  }
  .font-xs-18 {
    font-size: 1.8rem;
  }
  .font-xs-20 {
    font-size: 2rem;
  }
  .font-xs-25 {
    font-size: 2.5rem;
  }
  .font-xs-30 {
    font-size: 3rem;
  }
}
.modal {
  position: fixed;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  width: 350px;
  box-sizing: border-box;
  z-index: 2000;
  display: none;
  box-shadow: 0 0 3px #ccc;
}
.modal#quick-view-modal {
  width: 75rem !important;
}
.modal > .modal-content {
  background: #FFFFFF;
  width: 100%;
  padding: 20px;
  min-height: 150px;
  border-radius: 0;
  border: 1px solid transparent;
  position: relative;
}
.modal > .modal-content .title {
  text-transform: uppercase;
  font-weight: bold;
}
.modal .close {
  top: 5px;
  right: 5px;
  cursor: pointer;
  position: absolute;
  font-weight: normal;
}
.modal .error-popup {
  border: none;
  background-color: #ffffff;
}
.modal .close.error-popup {
  border-radius: 1rem;
}
.modal .tnc-detail {
  white-space: pre-wrap;
}

.modal-backdrop {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  height: 0;
  position: fixed;
  background-color: #000000;
  opacity: 60%;
  transition: all 0.5s ease-in-out 0s;
}
.modal-backdrop.active {
  height: 100%;
}

.modal-mobile {
  width: 100% !important;
  bottom: 0 !important;
  top: 85% !important;
}
.modal-mobile > .modal-content .title {
  text-transform: capitalize !important;
}

@media screen and (max-width: 48em) {
  .modal {
    width: 323px;
  }
  .modal#quick-view-modal {
    width: 35rem !important;
  }
}
header {
  top: 0;
  position: sticky;
  z-index: 1000;
  width: 100%;
  background: #1D428A;
}
header .searchbar-container {
  height: 4.5rem;
}
header .border-bottom-red-hover:hover {
  border-bottom: 0.3rem solid #de0202;
  margin: -0.3rem 0;
  z-index: 1;
}
header .top-slider {
  background-color: #000000;
  color: #FFFFFF;
  position: sticky;
  font-size: 1.3rem;
}
header .top-slider a {
  padding: 1rem;
  display: block;
}
header #red-slider {
  height: 3.6rem;
}
header #red-slider img {
  width: 6rem;
  height: 2.5rem;
}
header .menu {
  background: #000000;
  color: #FFFFFF;
  width: 100%;
  font-size: 1.6rem;
}
header .menu .link {
  display: inline-block;
}
header .menu .link:hover .dropdown-content:before {
  border-width: 0 10px 10px 10px;
}
header .menu ul li {
  list-style: none;
}
header .menu ul li:hover {
  font-weight: bold;
}
header .menu .menu-item {
  min-width: 16.2rem;
}
header .logo {
  width: 15rem;
  height: 4.5rem;
}
header .dropdown-content {
  color: #000000;
  font-family: "Roboto,regular";
  display: none;
  width: -moz-max-content;
  width: max-content;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.53);
  position: absolute;
  z-index: -1;
  margin-top: 1rem;
  border-radius: 0.5rem;
  padding-bottom: 2rem;
  margin-left: -5px;
}
header .children {
  color: #de0202;
}
header .dropdown-list:hover .dropdown-content {
  display: block;
}
header .dropdown-list:hover .dropbtn {
  color: #de0202;
}
header .tooltip {
  position: absolute;
  background-color: #de0202;
  margin-top: 60px;
  color: #FFFFFF;
  margin-left: 310px;
  border-radius: 5px;
}
header .item-added {
  display: flex;
  align-self: center;
  font-style: "Roboto,Italic";
  font-size: 14px;
  padding: 15px;
}

.search-result {
  max-height: 47rem;
  width: 100%;
  font-size: 1.4rem;
  background-color: #FFFFFF;
  padding: 1.4rem 0;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1607843137);
  border-radius: 0.6rem;
  position: absolute;
  right: 0%;
  border-style: solid;
  top: 4rem;
  border-width: 0;
  z-index: 9999;
}

.search-heading {
  background-color: #f0f1f3;
  color: #BDBEBF;
  height: 3rem;
  padding-left: 2rem;
}

.product-image img {
  width: 7.5rem;
}

#sidebar {
  position: fixed;
  z-index: 1100;
  height: 0;
  transition: height 0.5s ease-in-out;
  display: block;
  background: #FFFFFF;
  text-align: left;
  font-size: 1.2rem;
}
#sidebar.open {
  height: 100%;
}
#sidebar.open .header {
  z-index: 1100;
  width: 100%;
  background: #1D428A;
}
#sidebar .content {
  width: 29.5rem;
  text-indent: 2.5rem;
  background: #fff;
  height: 0;
  transition: inherit;
  overflow-y: scroll;
}
#sidebar .content.show {
  height: 100%;
}

.search-box-desktop {
  position: relative;
}
.search-box-desktop .ico-search {
  top: 0.8rem;
  right: 2rem;
}
.search-box-desktop .input {
  background-color: #6F86B4;
  padding: 1rem;
  width: 42rem;
  height: 3.8rem;
  border-radius: 0.4rem;
  color: #FFFFFF;
  border-bottom: none;
}
.search-box-desktop .input::-webkit-input-placeholder {
  font-style: italic;
  color: #FFFFFF;
  font-size: 1.6rem;
}

#mobile-search {
  display: none;
}

.login-modal-content {
  padding: 40px;
  background: #FFFFFF;
  width: 100%;
}

.ico-nba-league-pass {
  width: 9rem !important;
  height: 3rem !important;
}

.modal-subscription {
  background-color: #fff;
}
.modal-subscription .input {
  padding: 1rem;
  font-size: 1.2rem;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #000;
  display: block;
  height: 3.1rem;
  width: 60%;
}
.modal-subscription .modal-subscription-content {
  padding: 20px;
}
.modal-subscription .button-sub {
  width: 50%;
  height: 35px;
}
.modal-subscription .w-100 {
  width: 100%;
}
.modal-subscription .modal-header-background {
  background-image: url("/assets/images/action-nba.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.modal-subscription .modal-header-background .ico {
  height: 7rem;
  width: 14rem;
}

@media screen and (max-width: 48em) {
  header .logo {
    width: 10rem;
    height: 3rem;
  }
  header .top-slider {
    font-family: "Roboto";
    font-size: 1.2rem !important;
  }
  .overflow-y-scroll-xs {
    overflow-y: scroll;
  }
  .search-box {
    position: relative;
  }
  .search-box .ico-search {
    top: 0;
    right: 0;
  }
  .search-box .search-form {
    z-index: 400;
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    height: 0;
    padding: 0;
  }
  .search-box .search-form.show {
    top: 34px;
    height: 40px;
  }
  .search-box .search-form input {
    transition: all ease-in-out 0.3s;
    border-radius: 0;
    width: 100%;
    background-color: transparent;
    color: #707070;
  }
  .search-box .search-form input.hide {
    height: 0;
    width: 100%;
    display: none;
  }
  .search-box .search-form input.show {
    display: inherit;
    height: 100%;
    width: 100%;
  }
  .search-box .search-form .input:-moz-placeholder-shown {
    font-style: italic;
  }
  .search-box .search-form .input:placeholder-shown {
    font-style: italic;
  }
  .search-result {
    width: 100%;
    font-size: 1.2rem;
    position: inherit;
  }
  .marquee-container {
    width: 100%;
    overflow: hidden;
  }
  .marquee {
    white-space: nowrap;
    animation: marquee 15s linear infinite;
  }
  @keyframes marquee {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
}
.ico {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ico.ico-sm {
  width: 1rem;
  height: 1rem;
}
.ico.ico-md {
  width: 2rem;
  height: 2rem;
}
.ico.ico-lg {
  width: 3rem;
  height: 3rem;
}
.ico.ico-xxl {
  height: 8rem;
  width: 8rem;
}
.ico.ico-nba-logo {
  width: 10rem;
}
.ico.ico-cross-unfilled-white {
  background-image: url("/assets/images/cross-icon-unfilled-white.svg");
}
.ico.ico-logo {
  background-image: url("/assets/images/NBA-logo-white.svg");
}
.ico.ico-user {
  background-image: url("/assets/images/user.svg");
}
.ico.ico-user-filled {
  background-image: url("/assets/images/user-filled.svg");
}
.ico.ico-cart {
  background-image: url("/assets/images/cart.svg");
}
.ico.ico-cart-filled {
  background-image: url("/assets/images/cart-filled.svg");
}
.ico.ico-wishlist {
  background-image: url("/assets/images/wishlist.svg");
}
.ico.ico-wishlist-filled {
  background-image: url("/assets/images/wishlist-filled.svg");
}
.ico.ico-facebook-blue {
  background-image: url("/assets/images/facebook-blue.svg");
}
.ico.ico-instagram-blue {
  background-image: url("/assets/images/instagram-blue.svg");
}
.ico.ico-filter {
  background-image: url("/assets/images/filter.svg");
}
.ico.ico-delete {
  background-image: url("/assets/images/delete.svg");
}
.ico.ico-cancel {
  background-image: url("/assets/images/cancel.svg");
}
.ico.ico-orders {
  background-image: url("/assets/images/orders.svg");
}
.ico.ico-blue-tick {
  background-image: url("/assets/images/blue-tick.svg");
}
.ico.ico-down-arrow {
  background-image: url("/assets/images/down-arrow.svg");
}
.ico.ico-up-arrow {
  background-image: url("/assets/images/up-arrow.svg");
}
.ico.ico-left-arrow {
  background-image: url("/assets/images/left-arrow.svg");
}
.ico.ico-right-arrow {
  background-image: url("/assets/images/right-arrow.svg");
}
.ico.ico-play-button {
  background-image: url("/assets/images/play-button.svg");
}
.ico.ico-profile-cover {
  background-image: url("/assets/images/profile-cover.svg");
}
.ico.ico-404 {
  background-image: url("/assets/images/404.svg");
}
.ico.ico-410 {
  background-image: url("/assets/images/410.svg");
}
.ico.ico-500 {
  background-image: url("/assets/images/500.svg");
}
.ico.ico-cross-white {
  background-image: url("/assets/images/cross-icon-white.svg");
}
.ico.ico-message {
  background-image: url("/assets/images/msg-icon.svg");
}
.ico.ico-whatsapp {
  background-image: url("/assets/images/whatsapp-icon.svg");
}
.ico.ico-message-blue {
  background-image: url("/assets/images/msg-blue-icon.svg");
}
.ico.ico-whatsapp-black {
  background-image: url("/assets/images/whatsapp-black-icon.svg");
}
.ico.ico-message-black {
  background-image: url("/assets/images/msg-black-icon.svg");
}
.ico.ico-whatsapp-blue {
  background-image: url("/assets/images/whatsapp-blue-icon.svg");
}
.ico.ico-slick-slider-dot-active {
  background-image: url("/assets/images/slick-slider-dash-active.svg");
}
.ico.ico-slick-slider-dot-in-active {
  background-image: url("/assets/images/slick-slider-dash-in-active.svg");
}
.ico.ico-cross {
  background-image: url("/assets/images/cross.svg");
}
.ico.ico-nba-logo {
  background-image: url("/assets/images/NBA-logo-blue.svg");
}
.ico.ico-nba-man-logo {
  background-image: url("/assets/images/NBA.jpg");
}
.ico.ico-correct-sign {
  background-image: url("/assets/images/correct-sign.svg");
}
.ico.ico-arrow-left-banner-widget-in-active {
  background-image: url("/assets/images/arrow-left-banner-widget-in-active.svg");
}
.ico.ico-arrow-left-banner-widget-active {
  background-image: url("/assets/images/arrow-left-banner-widget-active.svg");
}
.ico.ico-arrow-right-banner-widget-in-active {
  background-image: url("/assets/images/arrow-right-banner-widget-in-active.svg");
}
.ico.ico-arrow-right-banner-widget-active {
  background-image: url("/assets/images/arrow-right-banner-widget-active.svg");
}
.ico.ico-payment-pending {
  background-image: url("/assets/images/payment-pending-icon.svg");
}
.ico.ico-basket-ball {
  background-image: url("/assets/images/basket_ball.svg");
}
.ico.ico-phone {
  background-image: url("/assets/images/phone-icon.svg");
}
.ico.ico-nba-league-pass {
  background-image: url("/assets/images/nba_league_pass.png");
}
.ico.ico-gears {
  background-image: url("/assets/images/gears.svg");
}
.ico.ico-map-marker {
  background-image: url("/assets/images/map-marker.svg");
}
.ico.ico-map-marker-black {
  background-image: url("/assets/images/map-marker-black.svg");
}
.ico.ico-rto {
  background-image: url("/assets/images/rto.svg");
}
.ico.ico-truck {
  background-image: url("/assets/images/truck-container.svg");
}
.ico.ico-edit {
  background-image: url("/assets/images/edit.png");
}
.ico.ico-delete-black-icon {
  background-image: url("/assets/images/delete-black-icon.png");
}
.ico.ico-user-black-icon {
  background-image: url("/assets/images/user-black-icon.png");
}
.ico.ico-wallet-black-icon {
  background-image: url("/assets/images/wallet-black-icon.png");
}
.ico.ico-shopping-bag-black-icon {
  background-image: url("/assets/images/shopping-bag-black-icon.png");
}
.ico.ico-location-black-icon {
  background-image: url("/assets/images/location-black-icon.png");
}
.ico.ico-gift-black-icon {
  background-image: url("/assets/images/gift-black-icon.svg");
}
.ico.ico-left-black-arrow-icon {
  background-image: url("/assets/images/left-black-arrow.svg");
}
.ico.ico-plus {
  background-image: url("/assets/images/plus.svg");
}
.ico.ico-minus {
  background-image: url("/assets/images/minus.svg");
}
.ico.ico-right-blue-arrow-icon {
  background-image: url("/assets/images/right-blue-arrow.svg");
}
.ico.ico-white-background-cross-icon {
  background-image: url("/assets/images/white-background-cross-icon.svg");
}
.ico.ico-free-delivery-icon {
  background-image: url("/assets/images/free-delivery.svg");
}
.ico.ico-cod-icon {
  background-image: url("/assets/images/cod.svg");
}
.ico.ico-return-exchange-icon {
  background-image: url("/assets/images/return_exchange_icon.svg");
}
.ico.ico-no-return-exchange {
  background-image: url("/assets/images/no_return_exchange_icon.svg");
}
.ico.ico-location-blue-icon {
  background-image: url("/assets/images/map-marker-blue.svg");
}
.ico.ico-date-icon {
  background-image: url("/assets/images/date.svg");
}

.acc-icon {
  position: absolute;
  margin-top: 5px;
}
.acc-icon.transform {
  transform: rotate(-180deg);
  margin-top: 0;
}

.ico-sm {
  width: 1rem;
  height: 1rem;
}

.ico-md {
  width: 2rem;
  height: 2rem;
}

@media screen and (max-width: 48em) {
  .ico.ico-xs {
    width: 20px;
    height: 20px;
  }
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  margin-top: 20px;
  transition: 0.4s;
}
.accordion.active {
  color: #de0202;
  font-family: "Roboto,bold";
}
.accordion.has-children:after {
  content: url("/assets/images/up-arrow.svg");
  font-size: 14px;
  float: right;
  color: #000000;
  margin-right: 20px;
}

.panel {
  margin-left: 2rem;
  display: none;
  overflow: hidden;
}
.panel ul li {
  list-style-type: none;
  margin-left: 2rem;
  margin-top: 2rem;
}

footer {
  background-color: #1D428A;
  color: #FFFFFF;
}
footer .footer-heading {
  font-size: 1.6rem;
  text-transform: capitalize;
  font-family: "Roboto,bold";
}
footer .content {
  font-size: 1.2rem;
}
footer .disclaimer {
  font-size: 1.2rem;
}
footer .sub-disclaimer {
  font-size: 1.2rem;
  padding-right: 4rem;
  margin-top: 2.5rem;
}
footer .input {
  background-color: #6F86B4;
  padding: 1rem;
  font-size: 1.2rem;
  height: 3.8rem;
  border-radius: 0.4rem;
  border-style: none;
}
footer .input::-webkit-input-placeholder {
  font-style: italic;
  color: #FFFFFF;
  font-size: 1.2rem;
}
footer .button {
  background-color: #FFFFFF;
  color: #707070;
  padding: 1rem;
  width: 100%;
  height: 3.8rem;
  border-radius: 0.4rem;
  font-family: "Roboto,bold";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  border-style: none;
}

.tnc {
  font-size: 1.4rem;
}
.tnc .img-heading {
  position: absolute;
  top: 50%;
  left: 40%;
  color: white;
  font-size: 70px;
  font-family: "Action,bold";
  text-align: center;
}

@media screen and (max-width: 48em) {
  footer {
    padding: 10px;
  }
  footer .disclaimer-container {
    max-width: 100%;
    height: 100%;
    margin-top: 3rem;
  }
  footer .footer-accordion {
    align-items: center;
  }
  footer .footer-accordion .footer-heading {
    font-size: 1.4rem !important;
    padding-top: 1.5rem !important;
    text-transform: none;
    font-family: inherit;
  }
  footer .connect-with-us {
    align-items: center;
  }
  footer .connect-with-us .footer-accordion .footer-heading {
    align-items: center;
    padding-top: 0 !important;
  }
  footer .connect-with-us .social-connect {
    justify-content: space-between;
  }
  footer .content {
    width: 100%;
  }
  footer .disclaimer {
    line-height: 1.5rem;
    font-size: 1.2rem;
  }
  footer .sub-disclaimer {
    font-size: 1.2rem;
    margin-bottom: 5rem;
    margin-top: 2.5rem;
    padding-right: 0;
  }
  footer .input {
    width: 100%;
  }
  footer .button {
    font-size: 1.4rem;
  }
  footer .footer-accordion {
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.4s;
  }
  footer .footer-accordion.active:after {
    content: url("/assets/images/up-arrow.svg");
  }
  footer .footer-panel {
    padding: 5px 0 0 10px;
    margin-top: 0px !important;
    display: none;
    overflow: hidden;
  }
  .tnc {
    font-size: 12px;
  }
  .tnc .img-heading {
    position: absolute;
    top: 30%;
    left: 30%;
    color: white;
    font-size: 30px;
    font-family: "Action,bold";
    text-align: center;
  }
}
.sign-in-with-password {
  border-radius: 0.4rem !important;
}

.register-form input {
  font-size: 1.2rem;
}

.otp-login .otp-input, .otp-login .otp-verification-input, .otp-verification .otp-input, .otp-verification .otp-verification-input {
  width: 2.5rem;
  height: 3rem;
  text-align: center;
  margin: 0 0.75rem;
  border: none;
  border-bottom: 2px solid black;
  outline: none;
  font-size: 14px;
  border-radius: 0 !important;
}
.otp-login .otp-input::-webkit-inner-spin-button, .otp-login .otp-input::-webkit-outer-spin-button, .otp-login .otp-verification-input::-webkit-inner-spin-button, .otp-login .otp-verification-input::-webkit-outer-spin-button, .otp-verification .otp-input::-webkit-inner-spin-button, .otp-verification .otp-input::-webkit-outer-spin-button, .otp-verification .otp-verification-input::-webkit-inner-spin-button, .otp-verification .otp-verification-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.favorite-team {
  border: none;
  border-bottom: 1px solid black;
  height: 3.1rem;
  border-radius: 0;
  background-color: white;
}

.date-of-birth {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.mini-cart {
  background: #fff;
  right: 0;
  top: 13.5rem;
  width: 25rem;
  position: absolute;
  display: none;
}
.mini-cart .mini-cart-close-button {
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
}
.mini-cart .items {
  max-height: 32rem;
  overflow-x: auto;
}
.mini-cart .items {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mini-cart .items::-webkit-scrollbar {
  display: none;
}
.mini-cart .items .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.2rem !important;
}
.mini-cart .total-mini-cart-cost {
  border-top: 0.025rem solid grey;
}
.mini-cart .btn-primary {
  border-radius: 0 !important;
}

@media screen and (max-width: 48em) {
  .mini-cart {
    width: 18rem;
  }
  .mini-cart .items {
    max-height: 27rem;
  }
}
.container {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-left: 10rem;
  padding-right: 10rem;
}

.container-md {
  max-width: 120rem;
  padding: 0 1.5rem;
}

.card-custom {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 1rem;
}
.card-custom:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.container-sm {
  max-width: 750px;
  padding: 75px 0;
  margin: 0 auto;
}

.thankyou-container {
  padding: 3rem 10rem;
}
.thankyou-container .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  max-height: 40px;
}
.thankyou-container .payment-box {
  height: 200px;
  width: 320px;
  background-color: #F2F4F8;
}

.overflow-hidden {
  overflow: hidden;
}

.n-success {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.n-msg {
  display: none;
}

.page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.heading {
  text-transform: capitalize;
}

.f-bold-action {
  font-family: "Action,bold";
}

.f-bold {
  font-family: "Roboto,bold";
}

/* the slides */
.slick-slide {
  margin: 0 0 !important;
}

/* the parent */
.slick-list {
  margin: 0 0 !important;
}

.order-panel {
  background-color: #F2F4F8;
}
.order-panel .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  height: 40px;
}

.tablinks.active {
  color: #1D428A;
  font-weight: 600;
}

.profile-cover > .icons {
  height: 100px;
}
.profile-cover > .icons > i {
  width: 100%;
  height: 100%;
}

.order-history {
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.4s;
}

.error-404 {
  position: relative;
}
.error-404 i {
  width: 455px;
  height: 455px;
}
.error-404 button {
  position: absolute;
  right: 39%;
  top: 70%;
  width: 150px;
}

.error-500 {
  position: relative;
}
.error-500 i {
  width: 600px;
  height: 600px;
}

.error-410 {
  position: relative;
}
.error-410 i {
  width: 455px;
  height: 455px;
}
.error-410 button {
  position: absolute;
  right: 37%;
  top: 70%;
  width: 150px;
}

/* Quantity Picker */
.qty-picker {
  min-width: 12rem;
  height: 4rem;
  border-radius: 0.4rem;
  background-color: #EBECEE;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.qty-picker input {
  padding: 0;
  width: 25px;
  border: none;
  background: transparent;
}

.qty-picker .trigger {
  cursor: pointer;
}

.slick-dots li {
  width: 0.6rem !important;
}
.slick-dots li button::before {
  font-size: 0.8rem !important;
}

/*Animations*/
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 100px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeInUp {
  animation-name: fadeInUp;
}

.intl-tel-input {
  display: block !important;
}
.intl-tel-input.iti-container {
  z-index: 2000 !important;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: #fff !important;
}

.list-none {
  list-style-type: none;
}

.img-box > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}

input[type=text], input[type=password] {
  font-size: 1.4rem;
}

.logout {
  background-color: #FF0000;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border-radius: 0.4rem;
}

.breadcrumb-item {
  font-size: 1.4rem;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  cursor: default;
}
.breadcrumb-item:last-child {
  font-weight: bold;
  color: #1D428A;
}

nav ul.pagination {
  display: flex;
  list-style-type: none;
  font-size: 1.4rem;
}

nav ul.pagination > li {
  padding: 10px;
}

nav ul.pagination > li.active {
  font-weight: bold;
}

nav ul.pagination > li.disabled {
  color: #b6b6b6;
}

.overflow-auto {
  overflow: auto;
}

@media screen and (max-width: 48em) {
  .error-404-button-container {
    right: 6rem !important;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  input[type=text], input[type=password] {
    font-size: 1.2rem;
  }
  .thankyou-container {
    padding: 1rem;
  }
  .text-center-xs {
    text-align: center;
  }
  .margin-hack {
    margin-top: 20px !important;
  }
  .text-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
  }
  .pinch-zoom-container {
    margin-right: -30px;
  }
  .error-404 i {
    width: 300px;
    height: 300px;
  }
  .error-404 button {
    width: 90px;
    font-size: 12px;
    height: 30px !important;
    right: 24%;
  }
  .error-500 i {
    width: 400px;
    height: 400px;
  }
  .error-410 i {
    width: 300px;
    height: 300px;
  }
  .error-410 button {
    width: 90px;
    font-size: 12px;
    height: 30px !important;
    right: 18%;
  }
  .overflow-x-scroll-xs {
    overflow-x: scroll;
  }
  .hide-scrollbar-xs::-webkit-scrollbar {
    display: none;
  }
  .hide-scrollbar-xs {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .qty-picker {
    min-width: 120px;
    height: 30px;
    border-radius: 4px;
    background-color: #EBECEE;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .breadcrumb-item {
    font-size: 1.2rem;
    max-width: 16.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
  }
  nav ul.pagination {
    font-size: 1.2rem;
  }
}
.muted {
  color: #B2B2B2;
}

.no-border {
  border: none;
  outline: none;
}

.no-background {
  background: transparent;
}

.inline-block {
  display: inline-block;
}

.active-tab {
  color: #1C3A8F !important;
}

.border-light-grey {
  border: 1px solid rgb(241, 235, 235);
}

.border-bottom-black {
  border-bottom: 1px solid #000000;
}

.border-grey {
  border: 1px solid #EBEBEB;
}

.light-border-bottom-grey {
  border-bottom: 1px solid #EBECEE;
}

.border-dashed-grey {
  border: 1px dashed #EBECEE;
}

.m-auto {
  margin: auto;
}

.margin-left-auto {
  margin-left: auto;
}

.error-404-button-container {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  position: absolute;
  bottom: 3rem;
  right: 48rem;
  width: 10rem;
}
.error-404-button-container a {
  width: 10rem;
}

.scrollbar {
  overflow: auto;
}
.scrollbar::-webkit-scrollbar-button {
  display: none;
}
.scrollbar::-webkit-scrollbar {
  width: 0.4rem;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0.4rem;
}

.webkit-1-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 1040px) {
  .product .product-name-container {
    display: inline-block !important;
  }
  .product .quick-view-button-container {
    display: none !important;
  }
  .product:hover .product-name-container {
    display: none !important;
  }
  .product:hover .quick-view-button-container {
    display: inline-block !important;
    margin: auto !important;
  }
}
