/*
 Theme Name:   Grilla
 Theme URI:    https://www.twilo.net
 Description:  Twilo Creative Grilla Theme
 Author:       Twilo Creative Limited
 Author URI:   https://www.twilo.net
 Version:      5.1
 Text Domain:  grilla
*/
.c-body {
  color: #162133 !important;
}

.c-brand {
  color: #1461af !important;
}

.c-contrast {
  color: #15eeff !important;
}

.svg-body {
  fill: #162133 !important;
}

.svg-brand {
  fill: #1461af !important;
}

.svg-contrast {
  fill: #15eeff !important;
}

.bg-brand {
  background-color: #1461af !important;
  color: #ffffff !important;
}

.bg-brand-lighter {
  background-color: rgb(63.8461538462, 147.9538461538, 233.1538461538) !important;
  color: #ffffff !important;
}

.bg-brand-darker {
  background-color: rgb(9.5384615385, 46.2615384615, 83.4615384615) !important;
  color: #ffffff !important;
}

.bg-contrast {
  background-color: #15eeff !important;
  color: #0f1a2d !important;
}

.bg-contrast-lighter {
  background-color: rgb(123, 245.4102564103, 255) !important;
  color: #0f1a2d !important;
}

.bg-contrast-darker {
  background-color: rgb(0, 161.358974359, 174) !important;
  color: #0f1a2d !important;
}

.bg-light {
  background-color: #eff6ff !important;
  color: #162133 !important;
}

.bg-dark {
  background-color: #162133 !important;
  color: #eff6ff !important;
}

.bg-grey-lightest {
  background-color: #eff6ff !important;
}

.bg-grey-light {
  background-color: #e3eefe !important;
}

.bg-grey {
  background-color: #d2e4ff !important;
  color: #ffffff !important;
}

.bg-grey-dark {
  background-color: #8e8e8e !important;
  color: #ffffff !important;
}

.bg-grey-darkest {
  background-color: #162133 !important;
  color: #ffffff !important;
}

.bg-black {
  background-color: #162133 !important;
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
  color: #162133 !important;
}

.c-grey-lightest {
  color: #eff6ff !important;
}

.c-grey-light {
  color: #e3eefe !important;
}

.c-grey {
  color: #d2e4ff !important;
}

.c-grey-dark {
  color: #8e8e8e !important;
}

.c-grey-darkest {
  color: #162133 !important;
}

.c-black {
  color: #162133 !important;
}

.c-white {
  color: #ffffff !important;
}

.bg-success {
  background-color: #2b9f73 !important;
}

.bg-warning {
  background-color: #ed952b !important;
}

.bg-danger {
  background-color: #d83a3a !important;
}

.c-success {
  color: #2b9f73 !important;
}

.c-warning {
  color: #ed952b !important;
}

.c-danger {
  color: #d83a3a !important;
}

b,
strong {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
}

.font-body {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/*! 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 {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%; /* 2 */
  height: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
}
html *,
html *::before,
html *::after {
  box-sizing: border-box;
}

/* Sections
	==========================================================================
* Remove the margin in all browsers.
*/
body {
  margin: 0;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #162133;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

/**
* Render the `main` element consistently in IE.
*/
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* Grouping content
	==========================================================================
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  height: 0; /* 1 */
  box-sizing: content-box; /* 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 */
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

xmp {
  white-space: inherit;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 0;
}

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

/**
* 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 */
  white-space: pre-wrap;
}

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

/* Forms
	==========================================================================
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  overflow: visible;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}

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

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0.35em 0.75em 0.625em;
  border: 0;
}

legend {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  white-space: normal;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

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

/* Misc
	==========================================================================
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/* Twilo Custom Resets
	==========================================================================
*/
[tabindex="-1"]:focus {
  outline: 0 !important;
}

a {
  color: #1461af;
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  caption-side: bottom;
  color: rgb(45.0547945205, 67.5821917808, 104.4452054795);
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.btn:focus-visible,
.menu-toggle:focus-visible,
.dropdown-toggle:focus-visible,
.accordion-heading:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

input,
button,
select,
optgroup,
textarea {
  font-size: inherit;
  line-height: inherit;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

/* Text meant only for screen readers */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.btn,
.dropdown-toggle,
.menu-toggle,
.accordion-heading {
  user-select: none;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1201px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1441px) {
  .container {
    max-width: 1440px;
  }
}
@media screen and (min-width: 1921px) {
  .container {
    max-width: 1920px;
  }
}

.container-full {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.row-gutter {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
@media screen and (min-width: 1201px) {
  .row-gutter {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.row-gutter > [class^=col] {
  padding: 0 0.5rem;
}
@media screen and (min-width: 1201px) {
  .row-gutter > [class^=col] {
    padding: 0 1rem;
  }
}

.row-gutter-sm {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.row-gutter-sm > [class^=col] {
  padding: 0 0.5rem;
}

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

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

.col {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  width: 100%;
}

.col-offset-1 {
  margin-left: 8.3333333333%;
}

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

.col-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-offset-3 {
  margin-left: 25%;
}

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

.col-offset-4 {
  margin-left: 33.3333333333%;
}

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

.col-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-offset-6 {
  margin-left: 50%;
}

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

.col-offset-7 {
  margin-left: 58.3333333333%;
}

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

.col-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-offset-9 {
  margin-left: 75%;
}

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

.col-offset-10 {
  margin-left: 83.3333333333%;
}

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

.col-offset-11 {
  margin-left: 91.6666666667%;
}

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

.col-offset-12 {
  margin-left: 100%;
}

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

.center {
  justify-content: center;
}

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

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

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

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

.middle {
  align-items: center;
}

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

.first {
  order: -1;
}

.last {
  order: 1;
}

@media screen and (min-width: 481px) {
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .start-sm {
    justify-content: flex-start;
  }
  .center-sm {
    justify-content: center;
  }
  .end-sm {
    justify-content: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media screen and (min-width: 961px) {
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .start-md {
    justify-content: flex-start;
  }
  .center-md {
    justify-content: center;
  }
  .end-md {
    justify-content: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media screen and (min-width: 1201px) {
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .start-lg {
    justify-content: flex-start;
  }
  .center-lg {
    justify-content: center;
  }
  .end-lg {
    justify-content: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media screen and (min-width: 1441px) {
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .start-xl {
    justify-content: flex-start;
  }
  .center-xl {
    justify-content: center;
  }
  .end-xl {
    justify-content: flex-end;
  }
  .around-xl {
    justify-content: space-around;
  }
  .between-xl {
    justify-content: space-between;
  }
  .top-xl {
    align-items: flex-start;
  }
  .middle-xl {
    align-items: center;
  }
  .bottom-xl {
    align-items: flex-end;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
@media screen and (min-width: 1921px) {
  .col-xxl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }
  .col-xxl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xxl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xxl-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xxl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xxl-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xxl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xxl-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xxl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xxl-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
  .start-xxl {
    justify-content: flex-start;
  }
  .center-xxl {
    justify-content: center;
  }
  .end-xxl {
    justify-content: flex-end;
  }
  .around-xxl {
    justify-content: space-around;
  }
  .between-xxl {
    justify-content: space-between;
  }
  .top-xxl {
    align-items: flex-start;
  }
  .middle-xxl {
    align-items: center;
  }
  .bottom-xxl {
    align-items: flex-end;
  }
  .first-xxl {
    order: -1;
  }
  .last-xxl {
    order: 1;
  }
}
.flex-col {
  flex-direction: column;
}

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

.d-block {
  display: block !important;
}

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

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-none {
  display: none !important;
}

@media screen and (max-width: 480px) {
  .d-xs-only-block {
    display: block !important;
  }
  .d-xs-only-flex {
    display: flex !important;
  }
  .d-xs-only-inline {
    display: inline !important;
  }
  .d-xs-only-inline-block {
    display: inline-block !important;
  }
  .d-xs-only-none {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-none {
    display: none !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 960px) {
  .d-sm-only-block {
    display: block !important;
  }
  .d-sm-only-flex {
    display: flex !important;
  }
  .d-sm-only-inline {
    display: inline !important;
  }
  .d-sm-only-inline-block {
    display: inline-block !important;
  }
  .d-sm-only-none {
    display: none !important;
  }
}
@media screen and (min-width: 961px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .d-md-only-block {
    display: block !important;
  }
  .d-md-only-flex {
    display: flex !important;
  }
  .d-md-only-inline {
    display: inline !important;
  }
  .d-md-only-inline-block {
    display: inline-block !important;
  }
  .d-md-only-none {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .d-lg-only-block {
    display: block !important;
  }
  .d-lg-only-flex {
    display: flex !important;
  }
  .d-lg-only-inline {
    display: inline !important;
  }
  .d-lg-only-inline-block {
    display: inline-block !important;
  }
  .d-lg-only-none {
    display: none !important;
  }
}
@media screen and (min-width: 1441px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .d-xl-only-block {
    display: block !important;
  }
  .d-xl-only-flex {
    display: flex !important;
  }
  .d-xl-only-inline {
    display: inline !important;
  }
  .d-xl-only-inline-block {
    display: inline-block !important;
  }
  .d-xl-only-none {
    display: none !important;
  }
}
@media screen and (min-width: 1921px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.p-abs {
  position: absolute;
}

.p-fix {
  position: fixed;
}

.p-rel {
  position: relative;
}

.p-sticky {
  position: sticky;
}

blockquote {
  padding: 1rem 1.125rem;
  font-size: 1.125em;
  background: #eff6ff;
  border-radius: 0.25rem;
  border-left: 0.25rem solid #1461af;
}
@media screen and (min-width: 961px) {
  blockquote {
    padding: 1.25rem 1.5rem;
    font-size: 1.25em;
  }
}
blockquote > *:last-child {
  margin-bottom: 0;
}

[class^=fa-] {
  display: inline-block;
  min-width: 1rem;
}

img {
  max-width: 100%;
  height: auto;
}

.img-ls,
.img-pt,
.img-sq {
  display: block;
  position: relative;
}
.img-ls:after,
.img-pt:after,
.img-sq:after {
  content: "";
  display: block;
}
.img-ls > img,
.img-pt > img,
.img-sq > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-ls:after {
  padding-bottom: 66.666%;
}

.img-pt:after {
  padding-bottom: 150%;
}

.img-sq:after {
  padding-bottom: 100%;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.circle-clip {
  overflow: hidden;
  border-radius: 50%;
}

.border-radius {
  border-radius: 0.25rem;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

small,
.text-sm {
  font-size: 0.875em;
}

big,
.text-lg {
  font-size: 1.25em;
}

.nowrap {
  white-space: nowrap;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.td-none {
  text-decoration: none;
}

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

.text-center {
  text-align: center !important;
}

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

@media screen and (max-width: 480px) {
  .text-xs-only-left {
    text-align: left !important;
  }
  .text-xs-only-center {
    text-align: center !important;
  }
  .text-xs-only-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 481px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 960px) {
  .text-sm-only-left {
    text-align: left !important;
  }
  .text-sm-only-center {
    text-align: center !important;
  }
  .text-sm-only-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 961px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .text-md-only-left {
    text-align: left !important;
  }
  .text-md-only-center {
    text-align: center !important;
  }
  .text-md-only-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 1201px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .text-lg-only-left {
    text-align: left !important;
  }
  .text-lg-only-center {
    text-align: center !important;
  }
  .text-lg-only-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 1441px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .text-xl-only-left {
    text-align: left !important;
  }
  .text-xl-only-center {
    text-align: center !important;
  }
  .text-xl-only-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 1921px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
}
.accordion {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
}
.accordion .accordion-heading {
  position: relative;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1rem;
  font-weight: normal;
  font-size: 1.25rem;
  border-left: 0.25rem solid #8e8e8e;
  border-radius: 0.25rem;
  background: #1461af;
  color: #ffffff;
  cursor: pointer;
  transition: background ease 0.5s;
}
.accordion .accordion-heading:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.3125em);
  right: 1rem;
  width: 0.625em;
  height: 0.625em;
  font-size: 1rem;
  border-right: 0.2em solid #ffffff;
  border-bottom: 0.2em solid #ffffff;
  transform: rotate(-45deg);
  transition: transform 0.5s;
}
.accordion .accordion-heading.active:after {
  transform: rotate(45deg);
}
.accordion .accordion-heading.active, .accordion .accordion-heading:hover {
  background: #0f1a2d;
}
.accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  background: #ffffff;
  transition: max-height 0.3s ease;
}
.accordion .accordion-content.open {
  max-height: fit-content;
  padding: 1rem;
  margin-top: -0.5rem;
}
.accordion .accordion-content > * {
  margin-bottom: 0;
}
@media print {
  .accordion .accordion-content {
    display: block !important;
  }
}

.animate-container {
  overflow: hidden;
}

.a-fade {
  opacity: 0;
  transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
}

.a-nofade {
  opacity: 1;
}

.a-rtl {
  opacity: 0;
  transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
  transform: translateX(25%);
  -webkit-transform: translateX(25%);
}

.a-ltr {
  opacity: 0;
  transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
  transform: translateX(-25%);
  -webkit-transform: translateX(-25%);
}

.a-btt {
  opacity: 0;
  transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
  transform: translateY(10%);
  -webkit-transform: translateY(10%);
}

.a-scale {
  opacity: 0;
  transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
}

.reveal .a-fade,
.reveal .a-rtl,
.reveal .a-ltr {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.reveal .a-btt {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.reveal .a-scale {
  opacity: 1;
  transform: scale(1);
}

@media screen and (min-width: 961px) {
  .delay-1 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 0.1s !important;
  }
  .delay-2 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 0.2s !important;
  }
  .delay-3 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 0.3s !important;
  }
  .delay-4 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 0.4s !important;
  }
  .delay-5 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 0.5s !important;
  }
  .delay-6 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 0.6s !important;
  }
  .delay-7 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 0.7s !important;
  }
  .delay-8 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 0.8s !important;
  }
  .delay-9 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 0.9s !important;
  }
  .delay-10 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 1s !important;
  }
  .delay-11 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 1.1s !important;
  }
  .delay-12 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 1.2s !important;
  }
}
[class^=btn-],
[class*=" btn-"] {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0.75em 1em;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background ease 0.5s !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[class^=btn-]:focus,
[class*=" btn-"]:focus {
  outline: none;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-sm {
  font-size: 0.75rem;
}

.btn-lg {
  font-size: 1.25rem;
}

.btn-brand {
  background: #1461af;
  color: #ffffff !important;
}
.btn-brand:hover {
  background: #0f1a2d;
}

.btn-contrast {
  background: #15eeff;
  color: #0f1a2d !important;
}
.btn-contrast:hover {
  background: rgb(0, 208.6538461538, 225);
}

.btn-outline {
  color: #1461af;
  background: transparent;
  border-color: #1461af;
}
.btn-outline:hover {
  border-color: #0f1a2d;
}

.btn-success {
  background: #2b9f73;
  color: #ffffff !important;
}
.btn-success:hover {
  background: rgb(9.5384615385, 46.2615384615, 83.4615384615);
}

.btn-warning {
  background: #ed952b;
  color: #ffffff !important;
}
.btn-warning:hover {
  background: rgb(9.5384615385, 46.2615384615, 83.4615384615);
}

.btn-danger {
  background: #d83a3a;
  color: #ffffff !important;
}
.btn-danger:hover {
  background: rgb(9.5384615385, 46.2615384615, 83.4615384615);
}

.btn-light {
  background: #eff6ff;
  color: #162133 !important;
}
.btn-light:hover {
  background: rgb(137, 188.625, 255);
}

.btn-dark {
  background: #162133;
  color: #eff6ff !important;
}
.btn-dark:hover {
  background: hsl(217.2413793103, 39.7260273973%, -5.6862745098%);
}

.btn-grey {
  background: #d2e4ff;
  color: #ffffff;
}
.btn-grey:hover {
  background: #8e8e8e;
}

.btn-white {
  background: #ffffff;
  color: #162133;
}
.btn-white:hover {
  background: rgb(229.5, 229.5, 229.5);
}

.btn-disabled {
  opacity: 0.7;
  cursor: not-allowed;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.btn-blank {
  background: transparent;
  border: 0;
  color: inherit;
}

.btn-link {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border: 0;
}
.btn-link:hover {
  color: #15eeff;
}

.button-group > * {
  display: inline-block;
  margin: 0 0.25em 0.5em 0;
}

.blog-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 1rem;
  text-decoration: none;
}
@media screen and (min-width: 1201px) {
  .blog-card {
    padding: 2rem;
  }
}
.blog-card .blog-card-img {
  overflow: hidden;
  width: calc(100% + 2rem);
  margin-top: -1rem;
  margin-bottom: 1rem;
  margin-left: -1rem;
}
@media screen and (min-width: 1201px) {
  .blog-card .blog-card-img {
    width: calc(100% + 4rem);
    margin-top: -2rem;
    margin-bottom: 2rem;
    margin-left: -2rem;
  }
}
.blog-card .blog-card-img > img {
  transform: scale(1);
  transition: all ease 0.5s;
}
.blog-card:hover .blog-card-img > img {
  transform: scale(1.1);
}
.blog-card .blog-card-meta {
  margin-top: auto;
  margin-bottom: 0;
}

@media screen and (min-width: 1201px) {
  .blog-container {
    background: #ffffff; /* Old browsers */
    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #eff6ff 50.1%, #eff6ff 100%);
  }
}
.single-archive-meta {
  display: flex;
  align-items: center;
}
.single-archive-meta p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  background: yellow;
}
.single-archive-meta p + p {
  margin-left: 1rem;
}

.blog-content {
  min-height: 100%;
  background: #ffffff;
}
@media screen and (min-width: 1201px) {
  .blog-content {
    padding-right: 2rem;
  }
}
.blog-content footer {
  border-top: 1px solid #e3eefe;
}

.post-thumbnail {
  width: calc(100% + 2rem);
  margin-left: -1rem;
  background: red;
}
@media screen and (min-width: 1201px) {
  .post-thumbnail {
    width: calc(100% + 4rem);
  }
}
@media screen and (min-width: 1441px) {
  .post-thumbnail {
    width: calc(115.2% + 2rem);
    margin-left: -15.2%;
  }
}
.post-thumbnail > * {
  min-width: 100%;
}

.article-content p {
  line-height: 2;
}

.blog-anchors {
  margin-bottom: 1rem;
}
.blog-anchors ul {
  margin: 0;
  padding: 0;
}
.blog-anchors ul li {
  display: none;
  position: relative;
  list-style: none;
  cursor: pointer;
}
.blog-anchors ul li:hover {
  text-decoration: underline;
}
.blog-anchors ul li a {
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: none;
}
.blog-anchors ul li.read:before {
  background-position: 0;
}
.blog-anchors ul li.read a {
  color: rgb(45.0547945205, 67.5821917808, 104.4452054795);
}
.blog-anchors ul.show-all li {
  display: block;
}

#blog-sidebar {
  height: 100%;
  margin: 0 -1rem;
  padding: 0 1rem;
  background: #eff6ff;
}
@media screen and (min-width: 1201px) {
  #blog-sidebar {
    margin: 0;
    padding-left: 2rem;
  }
}
#blog-sidebar .widget {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 961px) {
  #blog-sidebar .widget {
    margin-bottom: 2.5rem;
  }
}
#blog-sidebar .widget .recent-post {
  margin: 0 0 1rem 0;
}
#blog-sidebar .widget .recent-post .recent-meta {
  font-size: 0.75rem;
}
@media screen and (min-width: 961px) {
  #blog-sidebar .widget .recent-post .recent-meta {
    font-size: 0.875rem;
  }
}
#blog-sidebar .widget.widget-categories ul {
  padding: 0;
  list-style: none;
}
#blog-sidebar .widget.widget-categories ul a {
  display: block;
  position: relative;
  margin-bottom: 0.125rem;
  padding: 1em 1.5em;
  text-decoration: none;
  border-radius: 0.25rem;
  background: white;
  color: #1461af;
  transition: all ease 0.5s;
}
#blog-sidebar .widget.widget-categories ul a:hover {
  color: white;
  background: #1461af;
}
#blog-sidebar .post-meta-data > * {
  display: inline;
}

.faq-title {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
}
.faq-title span {
  display: inline-block;
  position: relative;
  margin-bottom: 2rem;
  padding: 0.5rem 1.5rem 0.25rem;
  border-radius: 2rem;
  background: rgb(25.2307692308, 122.3692307692, 220.7692307692);
}
.faq-title span:after {
  content: "";
  position: absolute;
  left: 3rem;
  bottom: -28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 18px 0 18px;
  border-color: rgb(25.2307692308, 122.3692307692, 220.7692307692) transparent transparent transparent;
}

.faq-contact {
  text-decoration: underline;
}

.faq-search input {
  height: 3.125rem;
  color: #162133;
}

body {
  padding-top: 5.625rem;
}
@media screen and (min-width: 961px) {
  body {
    padding-top: 5.625rem;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  background-color: #15eeff;
  transform: translateY(0);
  will-change: transform;
  backface-visibility: hidden;
  transition: background-color 0.3s ease;
}
.site-header.header-scroll-show, .site-header.header-scroll-hide {
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.3s ease;
}
.site-header.header-scroll-show {
  transform: translateY(0);
  background-color: #162133;
}
.site-header.header-scroll-hide {
  transform: translateY(-100%);
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .site-header {
    transition: none !important;
  }
}
label {
  display: block;
  margin-bottom: 0.75rem;
}
label.required:after {
  content: "*";
  color: #1461af;
}

input[type=date],
input[type=email],
input[type=number],
input[type=file],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
optgroup,
select,
textarea,
div.input {
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  font-family: inherit;
  font-size: inherit;
  border: 1px solid #e3eefe;
  border-radius: 0.25rem;
  color: inherit;
  cursor: pointer;
  outline: none;
  background: #ffffff;
  -webkit-appearance: none;
  transition: border-color ease 0.5s;
}
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
optgroup:focus,
select:focus,
textarea:focus,
div.input:focus {
  border-color: #1461af;
}

input[type=file] {
  margin-bottom: 1.5rem;
}

select {
  display: block;
  width: 100%;
  font-weight: normal;
  background: #ffffff url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat right 0.5rem center !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select:-moz-focusing {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

::-webkit-input-placeholder {
  color: #162133;
  opacity: 0.75;
}

::-moz-placeholder {
  color: #162133;
  opacity: 0.75;
}

:-ms-input-placeholder {
  color: #162133;
  opacity: 0.75;
}

:-moz-placeholder {
  color: #162133;
  opacity: 0.75;
}

textarea {
  max-width: 100%;
  height: 4rem;
}

.wpcf7-not-valid-tip {
  position: relative;
  top: -1rem;
}

.wpcf7-response-output {
  display: block;
  font-size: 0.825rem;
  color: #ed952b;
}

.ajax-loader {
  position: absolute;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: 60px;
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent !important;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.4rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.4rem) translateX(0.15rem);
}

.form-floating.is-centered > .form-control,
.form-floating.is-centered > .form-select,
.form-floating.is-centered > .wpcf7-form-control-wrap > .form-control,
.form-floating.is-centered > .wpcf7-form-control-wrap > .form-select {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
.form-floating.is-centered > textarea.form-control,
.form-floating.is-centered > .wpcf7-form-control-wrap > textarea.form-control {
  padding-top: 2rem;
}
.form-floating.is-centered > label {
  top: 50%;
  left: 0;
  width: auto;
  height: auto;
  padding: 0 0.75rem;
  transform: translateY(-50%);
  font-size: 1rem;
  line-height: 1.3;
  max-width: calc(100% - 2.5rem);
  transition: top 0.15s ease, transform 0.15s ease, font-size 0.15s ease;
}
.form-floating.is-centered.is-active > label,
.form-floating.is-centered > .form-control:focus ~ label,
.form-floating.is-centered > .form-control:not(:placeholder-shown) ~ label,
.form-floating.is-centered > .form-control:-webkit-autofill ~ label,
.form-floating.is-centered > .form-select:focus ~ label,
.form-floating.is-centered > .form-select ~ label {
  top: 0.5rem;
  transform: translateY(0);
  font-size: 0.75rem;
  opacity: 1;
}

.no-margin {
  margin: 0 !important;
}

.m0-children > * {
  margin: 0;
}

.mb {
  margin-bottom: 2rem;
}

.mb-small {
  margin-bottom: 0.6666666667rem;
}

.m-auto {
  margin: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.gap-0 {
  gap: 0rem !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-7 {
  gap: 1.75rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-9 {
  gap: 2.25rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.gap-16 {
  gap: 4rem !important;
}

.gap-20 {
  gap: 5rem !important;
}

@media (min-width: 768px) {
  .gap-md-0 {
    gap: 0rem !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 0.75rem !important;
  }
  .gap-md-4 {
    gap: 1rem !important;
  }
  .gap-md-5 {
    gap: 1.25rem !important;
  }
  .gap-md-6 {
    gap: 1.5rem !important;
  }
  .gap-md-7 {
    gap: 1.75rem !important;
  }
  .gap-md-8 {
    gap: 2rem !important;
  }
  .gap-md-9 {
    gap: 2.25rem !important;
  }
  .gap-md-10 {
    gap: 2.5rem !important;
  }
  .gap-md-12 {
    gap: 3rem !important;
  }
  .gap-md-16 {
    gap: 4rem !important;
  }
  .gap-md-20 {
    gap: 5rem !important;
  }
}
@media (min-width: 1024px) {
  .gap-lg-0 {
    gap: 0rem !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 0.75rem !important;
  }
  .gap-lg-4 {
    gap: 1rem !important;
  }
  .gap-lg-5 {
    gap: 1.25rem !important;
  }
  .gap-lg-6 {
    gap: 1.5rem !important;
  }
  .gap-lg-7 {
    gap: 1.75rem !important;
  }
  .gap-lg-8 {
    gap: 2rem !important;
  }
  .gap-lg-9 {
    gap: 2.25rem !important;
  }
  .gap-lg-10 {
    gap: 2.5rem !important;
  }
  .gap-lg-12 {
    gap: 3rem !important;
  }
  .gap-lg-16 {
    gap: 4rem !important;
  }
  .gap-lg-20 {
    gap: 5rem !important;
  }
}
.m-0 {
  margin: 0rem !important;
}

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

.mr-0 {
  margin-right: 0rem !important;
}

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

.ml-0 {
  margin-left: 0rem !important;
}

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.m-7 {
  margin: 1.75rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.mr-7 {
  margin-right: 1.75rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.ml-7 {
  margin-left: 1.75rem !important;
}

.mx-7 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.pr-7 {
  padding-right: 1.75rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.pl-7 {
  padding-left: 1.75rem !important;
}

.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.m-9 {
  margin: 2.25rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.mr-9 {
  margin-right: 2.25rem !important;
}

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.ml-9 {
  margin-left: 2.25rem !important;
}

.mx-9 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.pr-9 {
  padding-right: 2.25rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pl-9 {
  padding-left: 2.25rem !important;
}

.px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10 {
  margin-left: 2.5rem !important;
}

.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mr-16 {
  margin-right: 4rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.ml-16 {
  margin-left: 4rem !important;
}

.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.mr-20 {
  margin-right: 5rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.ml-20 {
  margin-left: 5rem !important;
}

.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pr-20 {
  padding-right: 5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pl-20 {
  padding-left: 5rem !important;
}

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

@media screen and (max-width: 480px) {
  .m-xs-only-0 {
    margin: 0rem !important;
  }
  .mt-xs-only-0 {
    margin-top: 0rem !important;
  }
  .mr-xs-only-0 {
    margin-right: 0rem !important;
  }
  .mb-xs-only-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xs-only-0 {
    margin-left: 0rem !important;
  }
  .mx-xs-only-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-xs-only-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-xs-only-0 {
    padding: 0rem !important;
  }
  .pt-xs-only-0 {
    padding-top: 0rem !important;
  }
  .pr-xs-only-0 {
    padding-right: 0rem !important;
  }
  .pb-xs-only-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xs-only-0 {
    padding-left: 0rem !important;
  }
  .px-xs-only-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-xs-only-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-xs-only-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-only-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-only-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-only-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-only-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xs-only-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xs-only-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-xs-only-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-only-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-only-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-only-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-only-1 {
    padding-left: 0.25rem !important;
  }
  .px-xs-only-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xs-only-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-xs-only-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-only-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-only-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-only-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-only-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xs-only-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xs-only-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-xs-only-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-only-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-only-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-only-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-only-2 {
    padding-left: 0.5rem !important;
  }
  .px-xs-only-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xs-only-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-xs-only-3 {
    margin: 0.75rem !important;
  }
  .mt-xs-only-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xs-only-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xs-only-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xs-only-3 {
    margin-left: 0.75rem !important;
  }
  .mx-xs-only-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-xs-only-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-xs-only-3 {
    padding: 0.75rem !important;
  }
  .pt-xs-only-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xs-only-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xs-only-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xs-only-3 {
    padding-left: 0.75rem !important;
  }
  .px-xs-only-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-xs-only-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-xs-only-4 {
    margin: 1rem !important;
  }
  .mt-xs-only-4 {
    margin-top: 1rem !important;
  }
  .mr-xs-only-4 {
    margin-right: 1rem !important;
  }
  .mb-xs-only-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-only-4 {
    margin-left: 1rem !important;
  }
  .mx-xs-only-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xs-only-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-xs-only-4 {
    padding: 1rem !important;
  }
  .pt-xs-only-4 {
    padding-top: 1rem !important;
  }
  .pr-xs-only-4 {
    padding-right: 1rem !important;
  }
  .pb-xs-only-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-only-4 {
    padding-left: 1rem !important;
  }
  .px-xs-only-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xs-only-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-xs-only-5 {
    margin: 1.25rem !important;
  }
  .mt-xs-only-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xs-only-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xs-only-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xs-only-5 {
    margin-left: 1.25rem !important;
  }
  .mx-xs-only-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-xs-only-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-xs-only-5 {
    padding: 1.25rem !important;
  }
  .pt-xs-only-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xs-only-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xs-only-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xs-only-5 {
    padding-left: 1.25rem !important;
  }
  .px-xs-only-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-xs-only-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-xs-only-6 {
    margin: 1.5rem !important;
  }
  .mt-xs-only-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-only-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-only-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-only-6 {
    margin-left: 1.5rem !important;
  }
  .mx-xs-only-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xs-only-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-xs-only-6 {
    padding: 1.5rem !important;
  }
  .pt-xs-only-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-only-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-only-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-only-6 {
    padding-left: 1.5rem !important;
  }
  .px-xs-only-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xs-only-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-xs-only-7 {
    margin: 1.75rem !important;
  }
  .mt-xs-only-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xs-only-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xs-only-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xs-only-7 {
    margin-left: 1.75rem !important;
  }
  .mx-xs-only-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-xs-only-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-xs-only-7 {
    padding: 1.75rem !important;
  }
  .pt-xs-only-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xs-only-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xs-only-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xs-only-7 {
    padding-left: 1.75rem !important;
  }
  .px-xs-only-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-xs-only-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .m-xs-only-8 {
    margin: 2rem !important;
  }
  .mt-xs-only-8 {
    margin-top: 2rem !important;
  }
  .mr-xs-only-8 {
    margin-right: 2rem !important;
  }
  .mb-xs-only-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xs-only-8 {
    margin-left: 2rem !important;
  }
  .mx-xs-only-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-xs-only-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-xs-only-8 {
    padding: 2rem !important;
  }
  .pt-xs-only-8 {
    padding-top: 2rem !important;
  }
  .pr-xs-only-8 {
    padding-right: 2rem !important;
  }
  .pb-xs-only-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xs-only-8 {
    padding-left: 2rem !important;
  }
  .px-xs-only-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-xs-only-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-xs-only-9 {
    margin: 2.25rem !important;
  }
  .mt-xs-only-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xs-only-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xs-only-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xs-only-9 {
    margin-left: 2.25rem !important;
  }
  .mx-xs-only-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-xs-only-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-xs-only-9 {
    padding: 2.25rem !important;
  }
  .pt-xs-only-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xs-only-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xs-only-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xs-only-9 {
    padding-left: 2.25rem !important;
  }
  .px-xs-only-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-xs-only-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .m-xs-only-10 {
    margin: 2.5rem !important;
  }
  .mt-xs-only-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xs-only-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xs-only-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xs-only-10 {
    margin-left: 2.5rem !important;
  }
  .mx-xs-only-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-xs-only-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-xs-only-10 {
    padding: 2.5rem !important;
  }
  .pt-xs-only-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xs-only-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xs-only-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xs-only-10 {
    padding-left: 2.5rem !important;
  }
  .px-xs-only-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-xs-only-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .m-xs-only-12 {
    margin: 3rem !important;
  }
  .mt-xs-only-12 {
    margin-top: 3rem !important;
  }
  .mr-xs-only-12 {
    margin-right: 3rem !important;
  }
  .mb-xs-only-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-only-12 {
    margin-left: 3rem !important;
  }
  .mx-xs-only-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xs-only-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xs-only-12 {
    padding: 3rem !important;
  }
  .pt-xs-only-12 {
    padding-top: 3rem !important;
  }
  .pr-xs-only-12 {
    padding-right: 3rem !important;
  }
  .pb-xs-only-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-only-12 {
    padding-left: 3rem !important;
  }
  .px-xs-only-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xs-only-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xs-only-16 {
    margin: 4rem !important;
  }
  .mt-xs-only-16 {
    margin-top: 4rem !important;
  }
  .mr-xs-only-16 {
    margin-right: 4rem !important;
  }
  .mb-xs-only-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xs-only-16 {
    margin-left: 4rem !important;
  }
  .mx-xs-only-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-xs-only-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-xs-only-16 {
    padding: 4rem !important;
  }
  .pt-xs-only-16 {
    padding-top: 4rem !important;
  }
  .pr-xs-only-16 {
    padding-right: 4rem !important;
  }
  .pb-xs-only-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xs-only-16 {
    padding-left: 4rem !important;
  }
  .px-xs-only-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-xs-only-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-xs-only-20 {
    margin: 5rem !important;
  }
  .mt-xs-only-20 {
    margin-top: 5rem !important;
  }
  .mr-xs-only-20 {
    margin-right: 5rem !important;
  }
  .mb-xs-only-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xs-only-20 {
    margin-left: 5rem !important;
  }
  .mx-xs-only-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-xs-only-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-xs-only-20 {
    padding: 5rem !important;
  }
  .pt-xs-only-20 {
    padding-top: 5rem !important;
  }
  .pr-xs-only-20 {
    padding-right: 5rem !important;
  }
  .pb-xs-only-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xs-only-20 {
    padding-left: 5rem !important;
  }
  .px-xs-only-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-xs-only-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .m-sm-0 {
    margin: 0rem !important;
  }
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .mr-sm-0 {
    margin-right: 0rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .ml-sm-0 {
    margin-left: 0rem !important;
  }
  .mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-sm-0 {
    padding: 0rem !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .pr-sm-0 {
    padding-right: 0rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .pl-sm-0 {
    padding-left: 0rem !important;
  }
  .px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-3 {
    margin-left: 0.75rem !important;
  }
  .mx-sm-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .pt-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-3 {
    padding-left: 0.75rem !important;
  }
  .px-sm-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-sm-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-4 {
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1rem !important;
  }
  .pr-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-4 {
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-5 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-5 {
    margin-left: 1.25rem !important;
  }
  .mx-sm-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .pt-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-5 {
    padding-left: 1.25rem !important;
  }
  .px-sm-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-6 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-6 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-6 {
    padding-left: 1.5rem !important;
  }
  .px-sm-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-sm-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  .mt-sm-7 {
    margin-top: 1.75rem !important;
  }
  .mr-sm-7 {
    margin-right: 1.75rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-sm-7 {
    margin-left: 1.75rem !important;
  }
  .mx-sm-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-sm-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-sm-7 {
    padding: 1.75rem !important;
  }
  .pt-sm-7 {
    padding-top: 1.75rem !important;
  }
  .pr-sm-7 {
    padding-right: 1.75rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-sm-7 {
    padding-left: 1.75rem !important;
  }
  .px-sm-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-sm-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .mt-sm-8 {
    margin-top: 2rem !important;
  }
  .mr-sm-8 {
    margin-right: 2rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-8 {
    margin-left: 2rem !important;
  }
  .mx-sm-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-sm-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-sm-8 {
    padding: 2rem !important;
  }
  .pt-sm-8 {
    padding-top: 2rem !important;
  }
  .pr-sm-8 {
    padding-right: 2rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-8 {
    padding-left: 2rem !important;
  }
  .px-sm-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-sm-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-sm-9 {
    margin: 2.25rem !important;
  }
  .mt-sm-9 {
    margin-top: 2.25rem !important;
  }
  .mr-sm-9 {
    margin-right: 2.25rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-sm-9 {
    margin-left: 2.25rem !important;
  }
  .mx-sm-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-sm-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-sm-9 {
    padding: 2.25rem !important;
  }
  .pt-sm-9 {
    padding-top: 2.25rem !important;
  }
  .pr-sm-9 {
    padding-right: 2.25rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-sm-9 {
    padding-left: 2.25rem !important;
  }
  .px-sm-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-sm-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .m-sm-10 {
    margin: 2.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-10 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-10 {
    margin-left: 2.5rem !important;
  }
  .mx-sm-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-sm-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-sm-10 {
    padding: 2.5rem !important;
  }
  .pt-sm-10 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-10 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-10 {
    padding-left: 2.5rem !important;
  }
  .px-sm-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-sm-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .m-sm-12 {
    margin: 3rem !important;
  }
  .mt-sm-12 {
    margin-top: 3rem !important;
  }
  .mr-sm-12 {
    margin-right: 3rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-12 {
    margin-left: 3rem !important;
  }
  .mx-sm-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-sm-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-12 {
    padding: 3rem !important;
  }
  .pt-sm-12 {
    padding-top: 3rem !important;
  }
  .pr-sm-12 {
    padding-right: 3rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-12 {
    padding-left: 3rem !important;
  }
  .px-sm-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-16 {
    margin: 4rem !important;
  }
  .mt-sm-16 {
    margin-top: 4rem !important;
  }
  .mr-sm-16 {
    margin-right: 4rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-16 {
    margin-left: 4rem !important;
  }
  .mx-sm-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-sm-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-sm-16 {
    padding: 4rem !important;
  }
  .pt-sm-16 {
    padding-top: 4rem !important;
  }
  .pr-sm-16 {
    padding-right: 4rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-16 {
    padding-left: 4rem !important;
  }
  .px-sm-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-sm-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-sm-20 {
    margin: 5rem !important;
  }
  .mt-sm-20 {
    margin-top: 5rem !important;
  }
  .mr-sm-20 {
    margin-right: 5rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-20 {
    margin-left: 5rem !important;
  }
  .mx-sm-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-sm-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-sm-20 {
    padding: 5rem !important;
  }
  .pt-sm-20 {
    padding-top: 5rem !important;
  }
  .pr-sm-20 {
    padding-right: 5rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-20 {
    padding-left: 5rem !important;
  }
  .px-sm-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-sm-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 960px) {
  .m-sm-only-0 {
    margin: 0rem !important;
  }
  .mt-sm-only-0 {
    margin-top: 0rem !important;
  }
  .mr-sm-only-0 {
    margin-right: 0rem !important;
  }
  .mb-sm-only-0 {
    margin-bottom: 0rem !important;
  }
  .ml-sm-only-0 {
    margin-left: 0rem !important;
  }
  .mx-sm-only-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-sm-only-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-sm-only-0 {
    padding: 0rem !important;
  }
  .pt-sm-only-0 {
    padding-top: 0rem !important;
  }
  .pr-sm-only-0 {
    padding-right: 0rem !important;
  }
  .pb-sm-only-0 {
    padding-bottom: 0rem !important;
  }
  .pl-sm-only-0 {
    padding-left: 0rem !important;
  }
  .px-sm-only-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-sm-only-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-sm-only-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-only-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-only-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-only-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-only-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-only-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-sm-only-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-sm-only-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-only-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-only-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-only-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-only-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-only-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-sm-only-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-sm-only-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-only-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-only-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-only-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-only-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-only-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-sm-only-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-sm-only-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-only-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-only-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-only-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-only-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-only-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-sm-only-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-sm-only-3 {
    margin: 0.75rem !important;
  }
  .mt-sm-only-3 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-only-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-only-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-only-3 {
    margin-left: 0.75rem !important;
  }
  .mx-sm-only-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-sm-only-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-sm-only-3 {
    padding: 0.75rem !important;
  }
  .pt-sm-only-3 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-only-3 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-only-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-only-3 {
    padding-left: 0.75rem !important;
  }
  .px-sm-only-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-sm-only-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-sm-only-4 {
    margin: 1rem !important;
  }
  .mt-sm-only-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-only-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-only-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-only-4 {
    margin-left: 1rem !important;
  }
  .mx-sm-only-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-sm-only-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-sm-only-4 {
    padding: 1rem !important;
  }
  .pt-sm-only-4 {
    padding-top: 1rem !important;
  }
  .pr-sm-only-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-only-4 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-only-4 {
    padding-left: 1rem !important;
  }
  .px-sm-only-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-sm-only-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-sm-only-5 {
    margin: 1.25rem !important;
  }
  .mt-sm-only-5 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-only-5 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-only-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-only-5 {
    margin-left: 1.25rem !important;
  }
  .mx-sm-only-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-sm-only-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-sm-only-5 {
    padding: 1.25rem !important;
  }
  .pt-sm-only-5 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-only-5 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-only-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-only-5 {
    padding-left: 1.25rem !important;
  }
  .px-sm-only-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-sm-only-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-sm-only-6 {
    margin: 1.5rem !important;
  }
  .mt-sm-only-6 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-only-6 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-only-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-only-6 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-only-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-sm-only-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-sm-only-6 {
    padding: 1.5rem !important;
  }
  .pt-sm-only-6 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-only-6 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-only-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-only-6 {
    padding-left: 1.5rem !important;
  }
  .px-sm-only-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-sm-only-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-sm-only-7 {
    margin: 1.75rem !important;
  }
  .mt-sm-only-7 {
    margin-top: 1.75rem !important;
  }
  .mr-sm-only-7 {
    margin-right: 1.75rem !important;
  }
  .mb-sm-only-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-sm-only-7 {
    margin-left: 1.75rem !important;
  }
  .mx-sm-only-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-sm-only-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-sm-only-7 {
    padding: 1.75rem !important;
  }
  .pt-sm-only-7 {
    padding-top: 1.75rem !important;
  }
  .pr-sm-only-7 {
    padding-right: 1.75rem !important;
  }
  .pb-sm-only-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-sm-only-7 {
    padding-left: 1.75rem !important;
  }
  .px-sm-only-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-sm-only-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .m-sm-only-8 {
    margin: 2rem !important;
  }
  .mt-sm-only-8 {
    margin-top: 2rem !important;
  }
  .mr-sm-only-8 {
    margin-right: 2rem !important;
  }
  .mb-sm-only-8 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-only-8 {
    margin-left: 2rem !important;
  }
  .mx-sm-only-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-sm-only-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-sm-only-8 {
    padding: 2rem !important;
  }
  .pt-sm-only-8 {
    padding-top: 2rem !important;
  }
  .pr-sm-only-8 {
    padding-right: 2rem !important;
  }
  .pb-sm-only-8 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-only-8 {
    padding-left: 2rem !important;
  }
  .px-sm-only-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-sm-only-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-sm-only-9 {
    margin: 2.25rem !important;
  }
  .mt-sm-only-9 {
    margin-top: 2.25rem !important;
  }
  .mr-sm-only-9 {
    margin-right: 2.25rem !important;
  }
  .mb-sm-only-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-sm-only-9 {
    margin-left: 2.25rem !important;
  }
  .mx-sm-only-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-sm-only-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-sm-only-9 {
    padding: 2.25rem !important;
  }
  .pt-sm-only-9 {
    padding-top: 2.25rem !important;
  }
  .pr-sm-only-9 {
    padding-right: 2.25rem !important;
  }
  .pb-sm-only-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-sm-only-9 {
    padding-left: 2.25rem !important;
  }
  .px-sm-only-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-sm-only-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .m-sm-only-10 {
    margin: 2.5rem !important;
  }
  .mt-sm-only-10 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-only-10 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-only-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-only-10 {
    margin-left: 2.5rem !important;
  }
  .mx-sm-only-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-sm-only-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-sm-only-10 {
    padding: 2.5rem !important;
  }
  .pt-sm-only-10 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-only-10 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-only-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-only-10 {
    padding-left: 2.5rem !important;
  }
  .px-sm-only-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-sm-only-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .m-sm-only-12 {
    margin: 3rem !important;
  }
  .mt-sm-only-12 {
    margin-top: 3rem !important;
  }
  .mr-sm-only-12 {
    margin-right: 3rem !important;
  }
  .mb-sm-only-12 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-only-12 {
    margin-left: 3rem !important;
  }
  .mx-sm-only-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-sm-only-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-only-12 {
    padding: 3rem !important;
  }
  .pt-sm-only-12 {
    padding-top: 3rem !important;
  }
  .pr-sm-only-12 {
    padding-right: 3rem !important;
  }
  .pb-sm-only-12 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-only-12 {
    padding-left: 3rem !important;
  }
  .px-sm-only-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-only-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-only-16 {
    margin: 4rem !important;
  }
  .mt-sm-only-16 {
    margin-top: 4rem !important;
  }
  .mr-sm-only-16 {
    margin-right: 4rem !important;
  }
  .mb-sm-only-16 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-only-16 {
    margin-left: 4rem !important;
  }
  .mx-sm-only-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-sm-only-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-sm-only-16 {
    padding: 4rem !important;
  }
  .pt-sm-only-16 {
    padding-top: 4rem !important;
  }
  .pr-sm-only-16 {
    padding-right: 4rem !important;
  }
  .pb-sm-only-16 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-only-16 {
    padding-left: 4rem !important;
  }
  .px-sm-only-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-sm-only-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-sm-only-20 {
    margin: 5rem !important;
  }
  .mt-sm-only-20 {
    margin-top: 5rem !important;
  }
  .mr-sm-only-20 {
    margin-right: 5rem !important;
  }
  .mb-sm-only-20 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-only-20 {
    margin-left: 5rem !important;
  }
  .mx-sm-only-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-sm-only-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-sm-only-20 {
    padding: 5rem !important;
  }
  .pt-sm-only-20 {
    padding-top: 5rem !important;
  }
  .pr-sm-only-20 {
    padding-right: 5rem !important;
  }
  .pb-sm-only-20 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-only-20 {
    padding-left: 5rem !important;
  }
  .px-sm-only-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-sm-only-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 961px) {
  .m-md-0 {
    margin: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .mt-md-3 {
    margin-top: 0.75rem !important;
  }
  .mr-md-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-3 {
    margin-left: 0.75rem !important;
  }
  .mx-md-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-md-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-md-3 {
    padding: 0.75rem !important;
  }
  .pt-md-3 {
    padding-top: 0.75rem !important;
  }
  .pr-md-3 {
    padding-right: 0.75rem !important;
  }
  .pb-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-3 {
    padding-left: 0.75rem !important;
  }
  .px-md-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-md-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1rem !important;
  }
  .mr-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-4 {
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1rem !important;
  }
  .pr-md-4 {
    padding-right: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1rem !important;
  }
  .pl-md-4 {
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .mt-md-5 {
    margin-top: 1.25rem !important;
  }
  .mr-md-5 {
    margin-right: 1.25rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-5 {
    margin-left: 1.25rem !important;
  }
  .mx-md-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .pt-md-5 {
    padding-top: 1.25rem !important;
  }
  .pr-md-5 {
    padding-right: 1.25rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-5 {
    padding-left: 1.25rem !important;
  }
  .px-md-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .mt-md-6 {
    margin-top: 1.5rem !important;
  }
  .mr-md-6 {
    margin-right: 1.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-6 {
    margin-left: 1.5rem !important;
  }
  .mx-md-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-md-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .pt-md-6 {
    padding-top: 1.5rem !important;
  }
  .pr-md-6 {
    padding-right: 1.5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-6 {
    padding-left: 1.5rem !important;
  }
  .px-md-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-md-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-md-7 {
    margin: 1.75rem !important;
  }
  .mt-md-7 {
    margin-top: 1.75rem !important;
  }
  .mr-md-7 {
    margin-right: 1.75rem !important;
  }
  .mb-md-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-md-7 {
    margin-left: 1.75rem !important;
  }
  .mx-md-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-md-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-md-7 {
    padding: 1.75rem !important;
  }
  .pt-md-7 {
    padding-top: 1.75rem !important;
  }
  .pr-md-7 {
    padding-right: 1.75rem !important;
  }
  .pb-md-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-md-7 {
    padding-left: 1.75rem !important;
  }
  .px-md-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-md-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .mt-md-8 {
    margin-top: 2rem !important;
  }
  .mr-md-8 {
    margin-right: 2rem !important;
  }
  .mb-md-8 {
    margin-bottom: 2rem !important;
  }
  .ml-md-8 {
    margin-left: 2rem !important;
  }
  .mx-md-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-md-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .pt-md-8 {
    padding-top: 2rem !important;
  }
  .pr-md-8 {
    padding-right: 2rem !important;
  }
  .pb-md-8 {
    padding-bottom: 2rem !important;
  }
  .pl-md-8 {
    padding-left: 2rem !important;
  }
  .px-md-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-md-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-md-9 {
    margin: 2.25rem !important;
  }
  .mt-md-9 {
    margin-top: 2.25rem !important;
  }
  .mr-md-9 {
    margin-right: 2.25rem !important;
  }
  .mb-md-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-md-9 {
    margin-left: 2.25rem !important;
  }
  .mx-md-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-md-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-md-9 {
    padding: 2.25rem !important;
  }
  .pt-md-9 {
    padding-top: 2.25rem !important;
  }
  .pr-md-9 {
    padding-right: 2.25rem !important;
  }
  .pb-md-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-md-9 {
    padding-left: 2.25rem !important;
  }
  .px-md-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-md-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .m-md-10 {
    margin: 2.5rem !important;
  }
  .mt-md-10 {
    margin-top: 2.5rem !important;
  }
  .mr-md-10 {
    margin-right: 2.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-10 {
    margin-left: 2.5rem !important;
  }
  .mx-md-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-md-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-md-10 {
    padding: 2.5rem !important;
  }
  .pt-md-10 {
    padding-top: 2.5rem !important;
  }
  .pr-md-10 {
    padding-right: 2.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-10 {
    padding-left: 2.5rem !important;
  }
  .px-md-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-md-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .m-md-12 {
    margin: 3rem !important;
  }
  .mt-md-12 {
    margin-top: 3rem !important;
  }
  .mr-md-12 {
    margin-right: 3rem !important;
  }
  .mb-md-12 {
    margin-bottom: 3rem !important;
  }
  .ml-md-12 {
    margin-left: 3rem !important;
  }
  .mx-md-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-md-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-12 {
    padding: 3rem !important;
  }
  .pt-md-12 {
    padding-top: 3rem !important;
  }
  .pr-md-12 {
    padding-right: 3rem !important;
  }
  .pb-md-12 {
    padding-bottom: 3rem !important;
  }
  .pl-md-12 {
    padding-left: 3rem !important;
  }
  .px-md-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-16 {
    margin: 4rem !important;
  }
  .mt-md-16 {
    margin-top: 4rem !important;
  }
  .mr-md-16 {
    margin-right: 4rem !important;
  }
  .mb-md-16 {
    margin-bottom: 4rem !important;
  }
  .ml-md-16 {
    margin-left: 4rem !important;
  }
  .mx-md-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-md-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-md-16 {
    padding: 4rem !important;
  }
  .pt-md-16 {
    padding-top: 4rem !important;
  }
  .pr-md-16 {
    padding-right: 4rem !important;
  }
  .pb-md-16 {
    padding-bottom: 4rem !important;
  }
  .pl-md-16 {
    padding-left: 4rem !important;
  }
  .px-md-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-md-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-md-20 {
    margin: 5rem !important;
  }
  .mt-md-20 {
    margin-top: 5rem !important;
  }
  .mr-md-20 {
    margin-right: 5rem !important;
  }
  .mb-md-20 {
    margin-bottom: 5rem !important;
  }
  .ml-md-20 {
    margin-left: 5rem !important;
  }
  .mx-md-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-md-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-md-20 {
    padding: 5rem !important;
  }
  .pt-md-20 {
    padding-top: 5rem !important;
  }
  .pr-md-20 {
    padding-right: 5rem !important;
  }
  .pb-md-20 {
    padding-bottom: 5rem !important;
  }
  .pl-md-20 {
    padding-left: 5rem !important;
  }
  .px-md-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-md-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .m-md-only-0 {
    margin: 0rem !important;
  }
  .mt-md-only-0 {
    margin-top: 0rem !important;
  }
  .mr-md-only-0 {
    margin-right: 0rem !important;
  }
  .mb-md-only-0 {
    margin-bottom: 0rem !important;
  }
  .ml-md-only-0 {
    margin-left: 0rem !important;
  }
  .mx-md-only-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-md-only-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-md-only-0 {
    padding: 0rem !important;
  }
  .pt-md-only-0 {
    padding-top: 0rem !important;
  }
  .pr-md-only-0 {
    padding-right: 0rem !important;
  }
  .pb-md-only-0 {
    padding-bottom: 0rem !important;
  }
  .pl-md-only-0 {
    padding-left: 0rem !important;
  }
  .px-md-only-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-md-only-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-md-only-1 {
    margin: 0.25rem !important;
  }
  .mt-md-only-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-only-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-only-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-only-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-only-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-md-only-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-md-only-1 {
    padding: 0.25rem !important;
  }
  .pt-md-only-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-only-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-only-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-only-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-only-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-md-only-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-md-only-2 {
    margin: 0.5rem !important;
  }
  .mt-md-only-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-only-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-only-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-only-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-only-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-md-only-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-md-only-2 {
    padding: 0.5rem !important;
  }
  .pt-md-only-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-only-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-only-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-only-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-only-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-md-only-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-md-only-3 {
    margin: 0.75rem !important;
  }
  .mt-md-only-3 {
    margin-top: 0.75rem !important;
  }
  .mr-md-only-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-only-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-only-3 {
    margin-left: 0.75rem !important;
  }
  .mx-md-only-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-md-only-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-md-only-3 {
    padding: 0.75rem !important;
  }
  .pt-md-only-3 {
    padding-top: 0.75rem !important;
  }
  .pr-md-only-3 {
    padding-right: 0.75rem !important;
  }
  .pb-md-only-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-only-3 {
    padding-left: 0.75rem !important;
  }
  .px-md-only-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-md-only-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-md-only-4 {
    margin: 1rem !important;
  }
  .mt-md-only-4 {
    margin-top: 1rem !important;
  }
  .mr-md-only-4 {
    margin-right: 1rem !important;
  }
  .mb-md-only-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-only-4 {
    margin-left: 1rem !important;
  }
  .mx-md-only-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-md-only-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-md-only-4 {
    padding: 1rem !important;
  }
  .pt-md-only-4 {
    padding-top: 1rem !important;
  }
  .pr-md-only-4 {
    padding-right: 1rem !important;
  }
  .pb-md-only-4 {
    padding-bottom: 1rem !important;
  }
  .pl-md-only-4 {
    padding-left: 1rem !important;
  }
  .px-md-only-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-md-only-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-md-only-5 {
    margin: 1.25rem !important;
  }
  .mt-md-only-5 {
    margin-top: 1.25rem !important;
  }
  .mr-md-only-5 {
    margin-right: 1.25rem !important;
  }
  .mb-md-only-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-only-5 {
    margin-left: 1.25rem !important;
  }
  .mx-md-only-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-md-only-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-md-only-5 {
    padding: 1.25rem !important;
  }
  .pt-md-only-5 {
    padding-top: 1.25rem !important;
  }
  .pr-md-only-5 {
    padding-right: 1.25rem !important;
  }
  .pb-md-only-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-only-5 {
    padding-left: 1.25rem !important;
  }
  .px-md-only-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-md-only-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-md-only-6 {
    margin: 1.5rem !important;
  }
  .mt-md-only-6 {
    margin-top: 1.5rem !important;
  }
  .mr-md-only-6 {
    margin-right: 1.5rem !important;
  }
  .mb-md-only-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-only-6 {
    margin-left: 1.5rem !important;
  }
  .mx-md-only-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-md-only-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-md-only-6 {
    padding: 1.5rem !important;
  }
  .pt-md-only-6 {
    padding-top: 1.5rem !important;
  }
  .pr-md-only-6 {
    padding-right: 1.5rem !important;
  }
  .pb-md-only-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-only-6 {
    padding-left: 1.5rem !important;
  }
  .px-md-only-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-md-only-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-md-only-7 {
    margin: 1.75rem !important;
  }
  .mt-md-only-7 {
    margin-top: 1.75rem !important;
  }
  .mr-md-only-7 {
    margin-right: 1.75rem !important;
  }
  .mb-md-only-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-md-only-7 {
    margin-left: 1.75rem !important;
  }
  .mx-md-only-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-md-only-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-md-only-7 {
    padding: 1.75rem !important;
  }
  .pt-md-only-7 {
    padding-top: 1.75rem !important;
  }
  .pr-md-only-7 {
    padding-right: 1.75rem !important;
  }
  .pb-md-only-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-md-only-7 {
    padding-left: 1.75rem !important;
  }
  .px-md-only-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-md-only-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .m-md-only-8 {
    margin: 2rem !important;
  }
  .mt-md-only-8 {
    margin-top: 2rem !important;
  }
  .mr-md-only-8 {
    margin-right: 2rem !important;
  }
  .mb-md-only-8 {
    margin-bottom: 2rem !important;
  }
  .ml-md-only-8 {
    margin-left: 2rem !important;
  }
  .mx-md-only-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-md-only-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-md-only-8 {
    padding: 2rem !important;
  }
  .pt-md-only-8 {
    padding-top: 2rem !important;
  }
  .pr-md-only-8 {
    padding-right: 2rem !important;
  }
  .pb-md-only-8 {
    padding-bottom: 2rem !important;
  }
  .pl-md-only-8 {
    padding-left: 2rem !important;
  }
  .px-md-only-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-md-only-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-md-only-9 {
    margin: 2.25rem !important;
  }
  .mt-md-only-9 {
    margin-top: 2.25rem !important;
  }
  .mr-md-only-9 {
    margin-right: 2.25rem !important;
  }
  .mb-md-only-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-md-only-9 {
    margin-left: 2.25rem !important;
  }
  .mx-md-only-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-md-only-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-md-only-9 {
    padding: 2.25rem !important;
  }
  .pt-md-only-9 {
    padding-top: 2.25rem !important;
  }
  .pr-md-only-9 {
    padding-right: 2.25rem !important;
  }
  .pb-md-only-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-md-only-9 {
    padding-left: 2.25rem !important;
  }
  .px-md-only-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-md-only-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .m-md-only-10 {
    margin: 2.5rem !important;
  }
  .mt-md-only-10 {
    margin-top: 2.5rem !important;
  }
  .mr-md-only-10 {
    margin-right: 2.5rem !important;
  }
  .mb-md-only-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-only-10 {
    margin-left: 2.5rem !important;
  }
  .mx-md-only-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-md-only-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-md-only-10 {
    padding: 2.5rem !important;
  }
  .pt-md-only-10 {
    padding-top: 2.5rem !important;
  }
  .pr-md-only-10 {
    padding-right: 2.5rem !important;
  }
  .pb-md-only-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-only-10 {
    padding-left: 2.5rem !important;
  }
  .px-md-only-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-md-only-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .m-md-only-12 {
    margin: 3rem !important;
  }
  .mt-md-only-12 {
    margin-top: 3rem !important;
  }
  .mr-md-only-12 {
    margin-right: 3rem !important;
  }
  .mb-md-only-12 {
    margin-bottom: 3rem !important;
  }
  .ml-md-only-12 {
    margin-left: 3rem !important;
  }
  .mx-md-only-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-md-only-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-only-12 {
    padding: 3rem !important;
  }
  .pt-md-only-12 {
    padding-top: 3rem !important;
  }
  .pr-md-only-12 {
    padding-right: 3rem !important;
  }
  .pb-md-only-12 {
    padding-bottom: 3rem !important;
  }
  .pl-md-only-12 {
    padding-left: 3rem !important;
  }
  .px-md-only-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-only-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-only-16 {
    margin: 4rem !important;
  }
  .mt-md-only-16 {
    margin-top: 4rem !important;
  }
  .mr-md-only-16 {
    margin-right: 4rem !important;
  }
  .mb-md-only-16 {
    margin-bottom: 4rem !important;
  }
  .ml-md-only-16 {
    margin-left: 4rem !important;
  }
  .mx-md-only-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-md-only-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-md-only-16 {
    padding: 4rem !important;
  }
  .pt-md-only-16 {
    padding-top: 4rem !important;
  }
  .pr-md-only-16 {
    padding-right: 4rem !important;
  }
  .pb-md-only-16 {
    padding-bottom: 4rem !important;
  }
  .pl-md-only-16 {
    padding-left: 4rem !important;
  }
  .px-md-only-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-md-only-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-md-only-20 {
    margin: 5rem !important;
  }
  .mt-md-only-20 {
    margin-top: 5rem !important;
  }
  .mr-md-only-20 {
    margin-right: 5rem !important;
  }
  .mb-md-only-20 {
    margin-bottom: 5rem !important;
  }
  .ml-md-only-20 {
    margin-left: 5rem !important;
  }
  .mx-md-only-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-md-only-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-md-only-20 {
    padding: 5rem !important;
  }
  .pt-md-only-20 {
    padding-top: 5rem !important;
  }
  .pr-md-only-20 {
    padding-right: 5rem !important;
  }
  .pb-md-only-20 {
    padding-bottom: 5rem !important;
  }
  .pl-md-only-20 {
    padding-left: 5rem !important;
  }
  .px-md-only-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-md-only-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1201px) {
  .m-lg-0 {
    margin: 0rem !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mr-lg-0 {
    margin-right: 0rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
  .mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-lg-0 {
    padding: 0rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-3 {
    margin-left: 0.75rem !important;
  }
  .mx-lg-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .pt-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-3 {
    padding-left: 0.75rem !important;
  }
  .px-lg-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-lg-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1rem !important;
  }
  .mr-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-4 {
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1rem !important;
  }
  .pr-lg-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-4 {
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-5 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-5 {
    margin-left: 1.25rem !important;
  }
  .mx-lg-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .pt-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-5 {
    padding-left: 1.25rem !important;
  }
  .px-lg-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-6 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-6 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .pt-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-6 {
    padding-left: 1.5rem !important;
  }
  .px-lg-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-lg-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  .mt-lg-7 {
    margin-top: 1.75rem !important;
  }
  .mr-lg-7 {
    margin-right: 1.75rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-lg-7 {
    margin-left: 1.75rem !important;
  }
  .mx-lg-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-lg-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-lg-7 {
    padding: 1.75rem !important;
  }
  .pt-lg-7 {
    padding-top: 1.75rem !important;
  }
  .pr-lg-7 {
    padding-right: 1.75rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-lg-7 {
    padding-left: 1.75rem !important;
  }
  .px-lg-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-lg-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .mt-lg-8 {
    margin-top: 2rem !important;
  }
  .mr-lg-8 {
    margin-right: 2rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-8 {
    margin-left: 2rem !important;
  }
  .mx-lg-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-lg-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-lg-8 {
    padding: 2rem !important;
  }
  .pt-lg-8 {
    padding-top: 2rem !important;
  }
  .pr-lg-8 {
    padding-right: 2rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-8 {
    padding-left: 2rem !important;
  }
  .px-lg-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-lg-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-lg-9 {
    margin: 2.25rem !important;
  }
  .mt-lg-9 {
    margin-top: 2.25rem !important;
  }
  .mr-lg-9 {
    margin-right: 2.25rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-lg-9 {
    margin-left: 2.25rem !important;
  }
  .mx-lg-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-lg-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-lg-9 {
    padding: 2.25rem !important;
  }
  .pt-lg-9 {
    padding-top: 2.25rem !important;
  }
  .pr-lg-9 {
    padding-right: 2.25rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-lg-9 {
    padding-left: 2.25rem !important;
  }
  .px-lg-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-lg-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .m-lg-10 {
    margin: 2.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-10 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-10 {
    margin-left: 2.5rem !important;
  }
  .mx-lg-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-lg-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-lg-10 {
    padding: 2.5rem !important;
  }
  .pt-lg-10 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-10 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-10 {
    padding-left: 2.5rem !important;
  }
  .px-lg-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-lg-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .m-lg-12 {
    margin: 3rem !important;
  }
  .mt-lg-12 {
    margin-top: 3rem !important;
  }
  .mr-lg-12 {
    margin-right: 3rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-12 {
    margin-left: 3rem !important;
  }
  .mx-lg-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-lg-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-12 {
    padding: 3rem !important;
  }
  .pt-lg-12 {
    padding-top: 3rem !important;
  }
  .pr-lg-12 {
    padding-right: 3rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-12 {
    padding-left: 3rem !important;
  }
  .px-lg-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-16 {
    margin: 4rem !important;
  }
  .mt-lg-16 {
    margin-top: 4rem !important;
  }
  .mr-lg-16 {
    margin-right: 4rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-16 {
    margin-left: 4rem !important;
  }
  .mx-lg-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-lg-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-lg-16 {
    padding: 4rem !important;
  }
  .pt-lg-16 {
    padding-top: 4rem !important;
  }
  .pr-lg-16 {
    padding-right: 4rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-16 {
    padding-left: 4rem !important;
  }
  .px-lg-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-lg-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-lg-20 {
    margin: 5rem !important;
  }
  .mt-lg-20 {
    margin-top: 5rem !important;
  }
  .mr-lg-20 {
    margin-right: 5rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-20 {
    margin-left: 5rem !important;
  }
  .mx-lg-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-lg-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-lg-20 {
    padding: 5rem !important;
  }
  .pt-lg-20 {
    padding-top: 5rem !important;
  }
  .pr-lg-20 {
    padding-right: 5rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-20 {
    padding-left: 5rem !important;
  }
  .px-lg-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-lg-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .m-lg-only-0 {
    margin: 0rem !important;
  }
  .mt-lg-only-0 {
    margin-top: 0rem !important;
  }
  .mr-lg-only-0 {
    margin-right: 0rem !important;
  }
  .mb-lg-only-0 {
    margin-bottom: 0rem !important;
  }
  .ml-lg-only-0 {
    margin-left: 0rem !important;
  }
  .mx-lg-only-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-lg-only-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-lg-only-0 {
    padding: 0rem !important;
  }
  .pt-lg-only-0 {
    padding-top: 0rem !important;
  }
  .pr-lg-only-0 {
    padding-right: 0rem !important;
  }
  .pb-lg-only-0 {
    padding-bottom: 0rem !important;
  }
  .pl-lg-only-0 {
    padding-left: 0rem !important;
  }
  .px-lg-only-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-lg-only-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-lg-only-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-only-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-only-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-only-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-only-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-only-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-lg-only-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-lg-only-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-only-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-only-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-only-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-only-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-only-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-lg-only-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-lg-only-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-only-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-only-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-only-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-only-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-only-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-lg-only-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-lg-only-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-only-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-only-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-only-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-only-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-only-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-lg-only-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-lg-only-3 {
    margin: 0.75rem !important;
  }
  .mt-lg-only-3 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-only-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-only-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-only-3 {
    margin-left: 0.75rem !important;
  }
  .mx-lg-only-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-lg-only-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-lg-only-3 {
    padding: 0.75rem !important;
  }
  .pt-lg-only-3 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-only-3 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-only-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-only-3 {
    padding-left: 0.75rem !important;
  }
  .px-lg-only-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-lg-only-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-lg-only-4 {
    margin: 1rem !important;
  }
  .mt-lg-only-4 {
    margin-top: 1rem !important;
  }
  .mr-lg-only-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-only-4 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-only-4 {
    margin-left: 1rem !important;
  }
  .mx-lg-only-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-lg-only-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-lg-only-4 {
    padding: 1rem !important;
  }
  .pt-lg-only-4 {
    padding-top: 1rem !important;
  }
  .pr-lg-only-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-only-4 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-only-4 {
    padding-left: 1rem !important;
  }
  .px-lg-only-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-lg-only-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-lg-only-5 {
    margin: 1.25rem !important;
  }
  .mt-lg-only-5 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-only-5 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-only-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-only-5 {
    margin-left: 1.25rem !important;
  }
  .mx-lg-only-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-lg-only-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-lg-only-5 {
    padding: 1.25rem !important;
  }
  .pt-lg-only-5 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-only-5 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-only-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-only-5 {
    padding-left: 1.25rem !important;
  }
  .px-lg-only-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-lg-only-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-lg-only-6 {
    margin: 1.5rem !important;
  }
  .mt-lg-only-6 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-only-6 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-only-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-only-6 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-only-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-lg-only-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-lg-only-6 {
    padding: 1.5rem !important;
  }
  .pt-lg-only-6 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-only-6 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-only-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-only-6 {
    padding-left: 1.5rem !important;
  }
  .px-lg-only-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-lg-only-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-lg-only-7 {
    margin: 1.75rem !important;
  }
  .mt-lg-only-7 {
    margin-top: 1.75rem !important;
  }
  .mr-lg-only-7 {
    margin-right: 1.75rem !important;
  }
  .mb-lg-only-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-lg-only-7 {
    margin-left: 1.75rem !important;
  }
  .mx-lg-only-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-lg-only-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-lg-only-7 {
    padding: 1.75rem !important;
  }
  .pt-lg-only-7 {
    padding-top: 1.75rem !important;
  }
  .pr-lg-only-7 {
    padding-right: 1.75rem !important;
  }
  .pb-lg-only-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-lg-only-7 {
    padding-left: 1.75rem !important;
  }
  .px-lg-only-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-lg-only-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .m-lg-only-8 {
    margin: 2rem !important;
  }
  .mt-lg-only-8 {
    margin-top: 2rem !important;
  }
  .mr-lg-only-8 {
    margin-right: 2rem !important;
  }
  .mb-lg-only-8 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-only-8 {
    margin-left: 2rem !important;
  }
  .mx-lg-only-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-lg-only-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-lg-only-8 {
    padding: 2rem !important;
  }
  .pt-lg-only-8 {
    padding-top: 2rem !important;
  }
  .pr-lg-only-8 {
    padding-right: 2rem !important;
  }
  .pb-lg-only-8 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-only-8 {
    padding-left: 2rem !important;
  }
  .px-lg-only-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-lg-only-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-lg-only-9 {
    margin: 2.25rem !important;
  }
  .mt-lg-only-9 {
    margin-top: 2.25rem !important;
  }
  .mr-lg-only-9 {
    margin-right: 2.25rem !important;
  }
  .mb-lg-only-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-lg-only-9 {
    margin-left: 2.25rem !important;
  }
  .mx-lg-only-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-lg-only-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-lg-only-9 {
    padding: 2.25rem !important;
  }
  .pt-lg-only-9 {
    padding-top: 2.25rem !important;
  }
  .pr-lg-only-9 {
    padding-right: 2.25rem !important;
  }
  .pb-lg-only-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-lg-only-9 {
    padding-left: 2.25rem !important;
  }
  .px-lg-only-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-lg-only-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .m-lg-only-10 {
    margin: 2.5rem !important;
  }
  .mt-lg-only-10 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-only-10 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-only-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-only-10 {
    margin-left: 2.5rem !important;
  }
  .mx-lg-only-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-lg-only-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-lg-only-10 {
    padding: 2.5rem !important;
  }
  .pt-lg-only-10 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-only-10 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-only-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-only-10 {
    padding-left: 2.5rem !important;
  }
  .px-lg-only-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-lg-only-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .m-lg-only-12 {
    margin: 3rem !important;
  }
  .mt-lg-only-12 {
    margin-top: 3rem !important;
  }
  .mr-lg-only-12 {
    margin-right: 3rem !important;
  }
  .mb-lg-only-12 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-only-12 {
    margin-left: 3rem !important;
  }
  .mx-lg-only-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-lg-only-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-only-12 {
    padding: 3rem !important;
  }
  .pt-lg-only-12 {
    padding-top: 3rem !important;
  }
  .pr-lg-only-12 {
    padding-right: 3rem !important;
  }
  .pb-lg-only-12 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-only-12 {
    padding-left: 3rem !important;
  }
  .px-lg-only-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-only-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-only-16 {
    margin: 4rem !important;
  }
  .mt-lg-only-16 {
    margin-top: 4rem !important;
  }
  .mr-lg-only-16 {
    margin-right: 4rem !important;
  }
  .mb-lg-only-16 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-only-16 {
    margin-left: 4rem !important;
  }
  .mx-lg-only-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-lg-only-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-lg-only-16 {
    padding: 4rem !important;
  }
  .pt-lg-only-16 {
    padding-top: 4rem !important;
  }
  .pr-lg-only-16 {
    padding-right: 4rem !important;
  }
  .pb-lg-only-16 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-only-16 {
    padding-left: 4rem !important;
  }
  .px-lg-only-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-lg-only-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-lg-only-20 {
    margin: 5rem !important;
  }
  .mt-lg-only-20 {
    margin-top: 5rem !important;
  }
  .mr-lg-only-20 {
    margin-right: 5rem !important;
  }
  .mb-lg-only-20 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-only-20 {
    margin-left: 5rem !important;
  }
  .mx-lg-only-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-lg-only-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-lg-only-20 {
    padding: 5rem !important;
  }
  .pt-lg-only-20 {
    padding-top: 5rem !important;
  }
  .pr-lg-only-20 {
    padding-right: 5rem !important;
  }
  .pb-lg-only-20 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-only-20 {
    padding-left: 5rem !important;
  }
  .px-lg-only-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-lg-only-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1441px) {
  .m-xl-0 {
    margin: 0rem !important;
  }
  .mt-xl-0 {
    margin-top: 0rem !important;
  }
  .mr-xl-0 {
    margin-right: 0rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xl-0 {
    margin-left: 0rem !important;
  }
  .mx-xl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-xl-0 {
    padding: 0rem !important;
  }
  .pt-xl-0 {
    padding-top: 0rem !important;
  }
  .pr-xl-0 {
    padding-right: 0rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xl-0 {
    padding-left: 0rem !important;
  }
  .px-xl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .mt-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-3 {
    margin-left: 0.75rem !important;
  }
  .mx-xl-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .pt-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-3 {
    padding-left: 0.75rem !important;
  }
  .px-xl-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1rem !important;
  }
  .mr-xl-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-4 {
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1rem !important;
  }
  .pr-xl-4 {
    padding-right: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-4 {
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-5 {
    margin-left: 1.25rem !important;
  }
  .mx-xl-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-5 {
    padding-left: 1.25rem !important;
  }
  .px-xl-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-6 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .pt-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-6 {
    padding-left: 1.5rem !important;
  }
  .px-xl-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  .mt-xl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xl-7 {
    margin-left: 1.75rem !important;
  }
  .mx-xl-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-xl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-xl-7 {
    padding: 1.75rem !important;
  }
  .pt-xl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xl-7 {
    padding-left: 1.75rem !important;
  }
  .px-xl-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-xl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .mt-xl-8 {
    margin-top: 2rem !important;
  }
  .mr-xl-8 {
    margin-right: 2rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-8 {
    margin-left: 2rem !important;
  }
  .mx-xl-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-xl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-xl-8 {
    padding: 2rem !important;
  }
  .pt-xl-8 {
    padding-top: 2rem !important;
  }
  .pr-xl-8 {
    padding-right: 2rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-8 {
    padding-left: 2rem !important;
  }
  .px-xl-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-xl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-xl-9 {
    margin: 2.25rem !important;
  }
  .mt-xl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xl-9 {
    margin-left: 2.25rem !important;
  }
  .mx-xl-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-xl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-xl-9 {
    padding: 2.25rem !important;
  }
  .pt-xl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xl-9 {
    padding-left: 2.25rem !important;
  }
  .px-xl-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-xl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .m-xl-10 {
    margin: 2.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-10 {
    margin-left: 2.5rem !important;
  }
  .mx-xl-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-xl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-xl-10 {
    padding: 2.5rem !important;
  }
  .pt-xl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-10 {
    padding-left: 2.5rem !important;
  }
  .px-xl-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-xl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .m-xl-12 {
    margin: 3rem !important;
  }
  .mt-xl-12 {
    margin-top: 3rem !important;
  }
  .mr-xl-12 {
    margin-right: 3rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-12 {
    margin-left: 3rem !important;
  }
  .mx-xl-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-12 {
    padding: 3rem !important;
  }
  .pt-xl-12 {
    padding-top: 3rem !important;
  }
  .pr-xl-12 {
    padding-right: 3rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-12 {
    padding-left: 3rem !important;
  }
  .px-xl-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-16 {
    margin: 4rem !important;
  }
  .mt-xl-16 {
    margin-top: 4rem !important;
  }
  .mr-xl-16 {
    margin-right: 4rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-16 {
    margin-left: 4rem !important;
  }
  .mx-xl-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-xl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-xl-16 {
    padding: 4rem !important;
  }
  .pt-xl-16 {
    padding-top: 4rem !important;
  }
  .pr-xl-16 {
    padding-right: 4rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-16 {
    padding-left: 4rem !important;
  }
  .px-xl-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-xl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-xl-20 {
    margin: 5rem !important;
  }
  .mt-xl-20 {
    margin-top: 5rem !important;
  }
  .mr-xl-20 {
    margin-right: 5rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-20 {
    margin-left: 5rem !important;
  }
  .mx-xl-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-xl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-xl-20 {
    padding: 5rem !important;
  }
  .pt-xl-20 {
    padding-top: 5rem !important;
  }
  .pr-xl-20 {
    padding-right: 5rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-20 {
    padding-left: 5rem !important;
  }
  .px-xl-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-xl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .m-xl-only-0 {
    margin: 0rem !important;
  }
  .mt-xl-only-0 {
    margin-top: 0rem !important;
  }
  .mr-xl-only-0 {
    margin-right: 0rem !important;
  }
  .mb-xl-only-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xl-only-0 {
    margin-left: 0rem !important;
  }
  .mx-xl-only-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-xl-only-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-xl-only-0 {
    padding: 0rem !important;
  }
  .pt-xl-only-0 {
    padding-top: 0rem !important;
  }
  .pr-xl-only-0 {
    padding-right: 0rem !important;
  }
  .pb-xl-only-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xl-only-0 {
    padding-left: 0rem !important;
  }
  .px-xl-only-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-xl-only-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-xl-only-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-only-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-only-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-only-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-only-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-only-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xl-only-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-xl-only-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-only-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-only-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-only-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-only-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-only-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xl-only-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-xl-only-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-only-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-only-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-only-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-only-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-only-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xl-only-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-xl-only-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-only-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-only-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-only-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-only-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-only-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xl-only-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-xl-only-3 {
    margin: 0.75rem !important;
  }
  .mt-xl-only-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-only-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-only-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-only-3 {
    margin-left: 0.75rem !important;
  }
  .mx-xl-only-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-xl-only-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-xl-only-3 {
    padding: 0.75rem !important;
  }
  .pt-xl-only-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-only-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-only-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-only-3 {
    padding-left: 0.75rem !important;
  }
  .px-xl-only-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-xl-only-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-xl-only-4 {
    margin: 1rem !important;
  }
  .mt-xl-only-4 {
    margin-top: 1rem !important;
  }
  .mr-xl-only-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-only-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-only-4 {
    margin-left: 1rem !important;
  }
  .mx-xl-only-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xl-only-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-xl-only-4 {
    padding: 1rem !important;
  }
  .pt-xl-only-4 {
    padding-top: 1rem !important;
  }
  .pr-xl-only-4 {
    padding-right: 1rem !important;
  }
  .pb-xl-only-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-only-4 {
    padding-left: 1rem !important;
  }
  .px-xl-only-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xl-only-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-xl-only-5 {
    margin: 1.25rem !important;
  }
  .mt-xl-only-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-only-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-only-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-only-5 {
    margin-left: 1.25rem !important;
  }
  .mx-xl-only-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-xl-only-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-xl-only-5 {
    padding: 1.25rem !important;
  }
  .pt-xl-only-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-only-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-only-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-only-5 {
    padding-left: 1.25rem !important;
  }
  .px-xl-only-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-xl-only-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-xl-only-6 {
    margin: 1.5rem !important;
  }
  .mt-xl-only-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-only-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-only-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-only-6 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-only-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xl-only-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-xl-only-6 {
    padding: 1.5rem !important;
  }
  .pt-xl-only-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-only-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-only-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-only-6 {
    padding-left: 1.5rem !important;
  }
  .px-xl-only-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xl-only-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-xl-only-7 {
    margin: 1.75rem !important;
  }
  .mt-xl-only-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xl-only-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xl-only-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xl-only-7 {
    margin-left: 1.75rem !important;
  }
  .mx-xl-only-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-xl-only-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-xl-only-7 {
    padding: 1.75rem !important;
  }
  .pt-xl-only-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xl-only-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xl-only-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xl-only-7 {
    padding-left: 1.75rem !important;
  }
  .px-xl-only-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-xl-only-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .m-xl-only-8 {
    margin: 2rem !important;
  }
  .mt-xl-only-8 {
    margin-top: 2rem !important;
  }
  .mr-xl-only-8 {
    margin-right: 2rem !important;
  }
  .mb-xl-only-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-only-8 {
    margin-left: 2rem !important;
  }
  .mx-xl-only-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-xl-only-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-xl-only-8 {
    padding: 2rem !important;
  }
  .pt-xl-only-8 {
    padding-top: 2rem !important;
  }
  .pr-xl-only-8 {
    padding-right: 2rem !important;
  }
  .pb-xl-only-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-only-8 {
    padding-left: 2rem !important;
  }
  .px-xl-only-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-xl-only-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-xl-only-9 {
    margin: 2.25rem !important;
  }
  .mt-xl-only-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xl-only-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xl-only-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xl-only-9 {
    margin-left: 2.25rem !important;
  }
  .mx-xl-only-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-xl-only-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-xl-only-9 {
    padding: 2.25rem !important;
  }
  .pt-xl-only-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xl-only-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xl-only-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xl-only-9 {
    padding-left: 2.25rem !important;
  }
  .px-xl-only-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-xl-only-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .m-xl-only-10 {
    margin: 2.5rem !important;
  }
  .mt-xl-only-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-only-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-only-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-only-10 {
    margin-left: 2.5rem !important;
  }
  .mx-xl-only-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-xl-only-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-xl-only-10 {
    padding: 2.5rem !important;
  }
  .pt-xl-only-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-only-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-only-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-only-10 {
    padding-left: 2.5rem !important;
  }
  .px-xl-only-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-xl-only-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .m-xl-only-12 {
    margin: 3rem !important;
  }
  .mt-xl-only-12 {
    margin-top: 3rem !important;
  }
  .mr-xl-only-12 {
    margin-right: 3rem !important;
  }
  .mb-xl-only-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-only-12 {
    margin-left: 3rem !important;
  }
  .mx-xl-only-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xl-only-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-only-12 {
    padding: 3rem !important;
  }
  .pt-xl-only-12 {
    padding-top: 3rem !important;
  }
  .pr-xl-only-12 {
    padding-right: 3rem !important;
  }
  .pb-xl-only-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-only-12 {
    padding-left: 3rem !important;
  }
  .px-xl-only-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-only-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-only-16 {
    margin: 4rem !important;
  }
  .mt-xl-only-16 {
    margin-top: 4rem !important;
  }
  .mr-xl-only-16 {
    margin-right: 4rem !important;
  }
  .mb-xl-only-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-only-16 {
    margin-left: 4rem !important;
  }
  .mx-xl-only-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-xl-only-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-xl-only-16 {
    padding: 4rem !important;
  }
  .pt-xl-only-16 {
    padding-top: 4rem !important;
  }
  .pr-xl-only-16 {
    padding-right: 4rem !important;
  }
  .pb-xl-only-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-only-16 {
    padding-left: 4rem !important;
  }
  .px-xl-only-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-xl-only-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-xl-only-20 {
    margin: 5rem !important;
  }
  .mt-xl-only-20 {
    margin-top: 5rem !important;
  }
  .mr-xl-only-20 {
    margin-right: 5rem !important;
  }
  .mb-xl-only-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-only-20 {
    margin-left: 5rem !important;
  }
  .mx-xl-only-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-xl-only-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-xl-only-20 {
    padding: 5rem !important;
  }
  .pt-xl-only-20 {
    padding-top: 5rem !important;
  }
  .pr-xl-only-20 {
    padding-right: 5rem !important;
  }
  .pb-xl-only-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-only-20 {
    padding-left: 5rem !important;
  }
  .px-xl-only-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-xl-only-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1921px) {
  .m-xxl-0 {
    margin: 0rem !important;
  }
  .mt-xxl-0 {
    margin-top: 0rem !important;
  }
  .mr-xxl-0 {
    margin-right: 0rem !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xxl-0 {
    margin-left: 0rem !important;
  }
  .mx-xxl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-xxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-xxl-0 {
    padding: 0rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0rem !important;
  }
  .pr-xxl-0 {
    padding-right: 0rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xxl-0 {
    padding-left: 0rem !important;
  }
  .px-xxl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-xxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 0.75rem !important;
  }
  .mt-xxl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xxl-3 {
    margin-left: 0.75rem !important;
  }
  .mx-xxl-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-xxl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-xxl-3 {
    padding: 0.75rem !important;
  }
  .pt-xxl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xxl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xxl-3 {
    padding-left: 0.75rem !important;
  }
  .px-xxl-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-xxl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-xxl-4 {
    margin: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1rem !important;
  }
  .mr-xxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-4 {
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1rem !important;
  }
  .pr-xxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-4 {
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-xxl-5 {
    margin: 1.25rem !important;
  }
  .mt-xxl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xxl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxl-5 {
    margin-left: 1.25rem !important;
  }
  .mx-xxl-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-xxl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-xxl-5 {
    padding: 1.25rem !important;
  }
  .pt-xxl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xxl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxl-5 {
    padding-left: 1.25rem !important;
  }
  .px-xxl-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-xxl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-xxl-6 {
    margin: 1.5rem !important;
  }
  .mt-xxl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-6 {
    margin-left: 1.5rem !important;
  }
  .mx-xxl-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xxl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-xxl-6 {
    padding: 1.5rem !important;
  }
  .pt-xxl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-6 {
    padding-left: 1.5rem !important;
  }
  .px-xxl-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xxl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-xxl-7 {
    margin: 1.75rem !important;
  }
  .mt-xxl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xxl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xxl-7 {
    margin-left: 1.75rem !important;
  }
  .mx-xxl-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-xxl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-xxl-7 {
    padding: 1.75rem !important;
  }
  .pt-xxl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xxl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xxl-7 {
    padding-left: 1.75rem !important;
  }
  .px-xxl-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-xxl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .m-xxl-8 {
    margin: 2rem !important;
  }
  .mt-xxl-8 {
    margin-top: 2rem !important;
  }
  .mr-xxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-8 {
    margin-left: 2rem !important;
  }
  .mx-xxl-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-xxl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-xxl-8 {
    padding: 2rem !important;
  }
  .pt-xxl-8 {
    padding-top: 2rem !important;
  }
  .pr-xxl-8 {
    padding-right: 2rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-8 {
    padding-left: 2rem !important;
  }
  .px-xxl-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-xxl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-xxl-9 {
    margin: 2.25rem !important;
  }
  .mt-xxl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xxl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xxl-9 {
    margin-left: 2.25rem !important;
  }
  .mx-xxl-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-xxl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-xxl-9 {
    padding: 2.25rem !important;
  }
  .pt-xxl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xxl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xxl-9 {
    padding-left: 2.25rem !important;
  }
  .px-xxl-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-xxl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .m-xxl-10 {
    margin: 2.5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xxl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxl-10 {
    margin-left: 2.5rem !important;
  }
  .mx-xxl-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-xxl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-xxl-10 {
    padding: 2.5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xxl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxl-10 {
    padding-left: 2.5rem !important;
  }
  .px-xxl-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-xxl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .m-xxl-12 {
    margin: 3rem !important;
  }
  .mt-xxl-12 {
    margin-top: 3rem !important;
  }
  .mr-xxl-12 {
    margin-right: 3rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-12 {
    margin-left: 3rem !important;
  }
  .mx-xxl-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xxl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xxl-12 {
    padding: 3rem !important;
  }
  .pt-xxl-12 {
    padding-top: 3rem !important;
  }
  .pr-xxl-12 {
    padding-right: 3rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-12 {
    padding-left: 3rem !important;
  }
  .px-xxl-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xxl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xxl-16 {
    margin: 4rem !important;
  }
  .mt-xxl-16 {
    margin-top: 4rem !important;
  }
  .mr-xxl-16 {
    margin-right: 4rem !important;
  }
  .mb-xxl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-16 {
    margin-left: 4rem !important;
  }
  .mx-xxl-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-xxl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-xxl-16 {
    padding: 4rem !important;
  }
  .pt-xxl-16 {
    padding-top: 4rem !important;
  }
  .pr-xxl-16 {
    padding-right: 4rem !important;
  }
  .pb-xxl-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-16 {
    padding-left: 4rem !important;
  }
  .px-xxl-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-xxl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-xxl-20 {
    margin: 5rem !important;
  }
  .mt-xxl-20 {
    margin-top: 5rem !important;
  }
  .mr-xxl-20 {
    margin-right: 5rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xxl-20 {
    margin-left: 5rem !important;
  }
  .mx-xxl-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-xxl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-xxl-20 {
    padding: 5rem !important;
  }
  .pt-xxl-20 {
    padding-top: 5rem !important;
  }
  .pr-xxl-20 {
    padding-right: 5rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xxl-20 {
    padding-left: 5rem !important;
  }
  .px-xxl-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-xxl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
.mt-gutter {
  margin-top: 1rem !important;
}
@media screen and (min-width: 1201px) {
  .mt-gutter {
    margin-top: 2rem !important;
  }
}

.mb-gutter {
  margin-bottom: 1rem !important;
}
@media screen and (min-width: 1201px) {
  .mb-gutter {
    margin-bottom: 2rem !important;
  }
}

body.menu-open {
  overflow: hidden;
  position: relative;
}

.primary-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #0f1a2d;
  overflow-y: scroll;
  transition: all ease 0.5s;
  transform: translateX(100%);
}
.primary-nav[aria-expanded=true] {
  opacity: 1;
  transform: translateX(0);
}
.primary-nav ul.primary-menu {
  z-index: 998;
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-nav ul.primary-menu li {
  position: relative;
}
.primary-nav ul.primary-menu li.menu-item-has-children > a {
  margin-right: 0;
}
.primary-nav ul.primary-menu li.menu-item-has-children > a:after {
  border-color: inherit;
}
.primary-nav ul.primary-menu li.current-menu-item > a, .primary-nav ul.primary-menu li.current-menu-parent > a, .primary-nav ul.primary-menu li.current-menu-ancestor > a {
  color: #15eeff;
}
.primary-nav ul.primary-menu li a {
  display: block;
  padding: 0.25em 0;
  font-size: 1.25rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  transition: all ease 0.5s;
}
.primary-nav ul.primary-menu ul {
  display: none;
  padding: 0.25rem;
  border-radius: 0.25rem;
}
.primary-nav ul.primary-menu ul.toggled-on {
  display: block;
}
.primary-nav ul.primary-menu ul a {
  padding: 0.5em 0;
  font-size: 1rem;
  border-radius: 0.25rem;
}
.primary-nav ul.primary-menu ul ul {
  padding: 0.25em 0;
}
.primary-nav ul {
  list-style: none;
}

.menu-toggle-header {
  padding: 2rem 0.5rem;
  text-align: right;
}

.menu-toggle {
  z-index: 998;
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 1.5rem;
  padding: 0 2rem 0 0;
  font-size: inherit;
  color: inherit;
  border: 0;
  background: transparent;
}
.menu-toggle:active, .menu-toggle:focus {
  outline: none;
  color: inherit;
  border: none;
}
.menu-toggle:before, .menu-toggle:after {
  content: "";
  position: absolute;
  right: 0;
  height: 0.1875rem;
  border-radius: 0.25rem;
  pointer-events: none;
  background: #162133;
  transition: all ease 0.5s;
  transform-origin: right center;
}
.menu-toggle:before {
  top: 0.125rem;
  width: 1.75rem;
}
.menu-toggle:after {
  top: 0.625rem;
  width: 1.75rem;
  box-shadow: 0 0.5rem 0 0 #162133;
}
.menu-toggle.menu-toggle-close {
  z-index: 999;
  text-align: right;
  color: #ffffff;
}
.menu-toggle.menu-toggle-close:before, .menu-toggle.menu-toggle-close:after {
  right: 0.5rem;
  width: 1.5rem;
  background: #ffffff;
}
.menu-toggle.menu-toggle-close:before {
  top: 1.25rem;
  transform: rotate(45deg);
}
.menu-toggle.menu-toggle-close:after {
  top: 0.175rem;
  box-shadow: 0 0.5rem 2rem 0 transparent;
  transform: rotate(-45deg);
}

.nav-container {
  display: flex;
  justify-content: end;
}

.dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 50px;
  height: 40px;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: all ease 0.5s;
}
.dropdown-toggle:after {
  content: "";
  display: inline-block;
  width: 0.625em;
  height: 0.625em;
  font-size: 1rem;
  border-right: 0.2em solid #ffffff;
  border-bottom: 0.2em solid #ffffff;
  transform: rotate(-45deg);
}
.dropdown-toggle[aria-expanded=true] {
  transform: rotate(90deg);
}

@media screen and (min-width: 961px) {
  .primary-nav {
    display: block;
    overflow: visible;
    position: unset;
    width: auto;
    height: auto;
    background: transparent;
    transform: translateX(0);
  }
  .primary-nav ul.primary-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
    gap: 2rem;
  }
  .primary-nav ul.primary-menu > li {
    flex: 0 1 auto;
  }
  .primary-nav ul.primary-menu > li.current-menu-item > a, .primary-nav ul.primary-menu > li.current-menu-parent > a, .primary-nav ul.primary-menu > li.current-menu-ancestor > a {
    color: #15eeff;
  }
  .primary-nav ul.primary-menu > li a {
    display: block;
    padding: 0;
    color: #ffffff;
    white-space: nowrap;
    transition: color ease 0.5s;
  }
  .primary-nav ul.primary-menu > li:hover > a, .primary-nav ul.primary-menu > li:focus > a {
    color: #15eeff;
  }
  .primary-nav ul.primary-menu > li ul {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 100vw;
    z-index: 99999;
    min-width: 240px;
    margin: 0.75rem 0 0 0;
    padding: 0.5rem 0;
    text-align: left;
    background: #eff6ff;
    border-radius: 0.25rem;
    transform: scale(0.85);
    transition: transform ease 0.3s;
  }
  .primary-nav ul.primary-menu > li ul:before {
    content: "";
    position: absolute;
    top: -0.75rem;
    left: 0;
    width: 100%;
    height: 0.75rem;
    background: transparent;
  }
  .primary-nav ul.primary-menu > li ul:after {
    content: "";
    position: absolute;
    top: -0.325rem;
    left: calc(50% - 0.325rem);
    width: 0.75rem;
    height: 0.75rem;
    background: #eff6ff;
    transform: rotate(45deg);
  }
  .primary-nav ul.primary-menu > li ul li {
    width: 100%;
    text-align: left;
    border-bottom-width: 0;
  }
  .primary-nav ul.primary-menu > li ul li.menu-item-has-children:hover > ul, .primary-nav ul.primary-menu > li ul li.menu-item-has-children:focus > ul {
    right: 0;
  }
  .primary-nav ul.primary-menu > li ul li.menu-item-has-children > a:after {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%) rotate(-45deg);
  }
  .primary-nav ul.primary-menu > li ul li a {
    padding: 0.5rem 1rem;
    font-size: 100%;
    text-align: left;
    color: #162133;
    white-space: pre-wrap;
  }
  .primary-nav ul.primary-menu > li ul li:hover > a {
    color: #1461af;
  }
  .primary-nav ul.primary-menu > li ul li ul {
    top: -1.25rem;
  }
  .primary-nav ul.primary-menu > li ul li ul:after {
    display: none;
  }
  .primary-nav ul.primary-menu > li ul li ul a {
    font-size: 100%;
  }
  .primary-nav ul.primary-menu > li ul li.menu-item-has-children:hover ul {
    left: 100%;
  }
  .primary-nav .menu-item-has-children:hover > ul, .primary-nav .menu-item-has-children:focus > ul {
    right: unset;
    left: calc(50% - 120px);
    overflow: visible;
    transform: scale(1);
  }
  .primary-nav .menu-item-has-children > a:after {
    content: "";
    font-size: 0.75rem;
    display: inline-block;
    margin-left: 0.5rem;
    width: 0.625em;
    height: 0.625em;
    border-right: 0.2em solid;
    border-bottom: 0.2em solid;
    border-color: #ffffff;
    transform: translateY(-0.25em) rotate(45deg);
  }
  .dropdown-toggle,
  .main-navigation ul .dropdown-toggle.toggled-on,
  .menu-toggle,
  .menu-toggle-header,
  .site-header .social-navigation,
  .site-footer .main-navigation {
    display: none;
  }
}
.modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: auto;
  z-index: 999999;
}

.modal-content {
  position: relative;
  padding: 1.25rem;
  border: 1px solid #888;
  background-color: #fefefe;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0;
  font-size: 1.5rem;
  color: #aaa;
}

.close-modal:hover,
.close-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

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

.responsive-object, .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  height: auto;
  padding-bottom: 56.25%;
}
.responsive-object iframe,
.responsive-object object,
.responsive-object embed, .wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  position: relative;
  max-width: 100%;
}
iframe:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}

.nav-links {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-links .page-numbers {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-right: 1px;
  text-align: center;
  text-decoration: none;
  background: #e3eefe;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .nav-links .page-numbers {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}
.nav-links .page-numbers > * {
  line-height: 1.5 !important;
}
.nav-links .page-numbers:first-child {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.nav-links .page-numbers:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.nav-links .page-numbers:hover {
  text-decoration: none;
  background-color: #e3eefe;
}
.nav-links .page-numbers.current {
  color: #ffffff;
  background-color: #1461af;
  z-index: 1;
}
.nav-links.active button {
  color: #ffffff;
  background-color: #1461af;
  z-index: 1;
}
.nav-links.disabled button {
  color: #d2e4ff;
  background-color: #eff6ff;
  cursor: not-allowed;
  pointer-events: none;
}

.pagination-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 1em;
  transform: translate(-50%, -50%);
}

table {
  margin-bottom: 2rem;
  border-collapse: collapse;
}
table th {
  text-align: inherit;
}

.table {
  width: 100%;
  max-width: 100%;
}
.table th,
.table td {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #eff6ff;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eff6ff;
}
.table tbody + tbody {
  border-top: 2px solid #eff6ff;
}
.table .table {
  background-color: #eff6ff;
}

.table-sm th,
.table-sm td {
  padding: 0.25rem;
}

.table-bordered {
  border: 1px solid #eff6ff;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #eff6ff;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #eff6ff;
}

.table-highlight-head thead {
  background: #1461af;
  color: #ffffff;
}

.table-highlight-left tbody tr td:first-child {
  background: #1461af;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.tab-link-container {
  display: flex;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  overflow-x: scroll;
}

.tab-link {
  padding: 0.25rem 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  border: 1px solid #d2e4ff;
  border-radius: 0.25rem;
  background: transparent;
  cursor: pointer;
  transition: background ease 0.5s;
}
@media screen and (min-width: 961px) {
  .tab-link {
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
  }
}
.tab-link:hover {
  color: #1461af;
}
.tab-link:focus {
  outline: none;
}
.tab-link.active {
  color: #ffffff;
  border-color: #1461af;
  background: #1461af;
}
.tab-link + .tab-link {
  margin-left: 0.25rem;
}

.tab-content-container {
  margin-bottom: 3rem;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: inherit;
}

body {
  background-color: #eff6ff;
}

a:not([class*=btn]):not(.category-card):not(.product-card):not(.product-thumb):hover {
  color: #15eeff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1,
.h1 {
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1;
}

h2,
.h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.15;
}

h3,
.h3 {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.1;
}

h4,
.h4 {
  font-size: clamp(1.375rem, 2vw, 2.25rem);
  line-height: 1;
}

h5,
.h5 {
  font-size: clamp(1.25rem, 1.5vw, 1.75rem);
  line-height: 1;
}

h6,
.h6 {
  font-family: canada-type-gibson, sans-serif;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 1.15;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.2;
}

p + h1, p + .h1, p + h2, p + .h2, p + h3, p + .h3, p + h4, p + .h4, p + h5, p + .h5, p + h6, p + .h6,
ul + h1,
ul + .h1,
ul + h2,
ul + .h2,
ul + h3,
ul + .h3,
ul + h4,
ul + .h4,
ul + h5,
ul + .h5,
ul + h6,
ul + .h6,
ol + h1,
ol + .h1,
ol + h2,
ol + .h2,
ol + h3,
ol + .h3,
ol + h4,
ol + .h4,
ol + h5,
ol + .h5,
ol + h6,
ol + .h6,
blockquote + h1,
blockquote + .h1,
blockquote + h2,
blockquote + .h2,
blockquote + h3,
blockquote + .h3,
blockquote + h4,
blockquote + .h4,
blockquote + h5,
blockquote + .h5,
blockquote + h6,
blockquote + .h6,
figure + h1,
figure + .h1,
figure + h2,
figure + .h2,
figure + h3,
figure + .h3,
figure + h4,
figure + .h4,
figure + h5,
figure + .h5,
figure + h6,
figure + .h6,
object + h1,
object + .h1,
object + h2,
object + .h2,
object + h3,
object + .h3,
object + h4,
object + .h4,
object + h5,
object + .h5,
object + h6,
object + .h6 {
  margin-top: 2rem;
}

h1 > a,
.h1 > a,
h2 > a,
.h2 > a,
h3 > a,
.h3 > a,
h4 > a,
.h4 > a,
h5 > a,
.h5 > a,
h6 > a,
.h6 > a {
  text-decoration: none;
}

code {
  white-space: pre-wrap;
}

.section-padding {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 1201px) {
  .section-padding {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.section-padding-top {
  padding-top: 3.75rem;
}
@media screen and (min-width: 1201px) {
  .section-padding-top {
    padding-top: 3.75rem;
  }
}

.section-padding-bottom {
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 1201px) {
  .section-padding-bottom {
    padding-bottom: 3.75rem;
  }
}

.section-row-spacing .row + .row {
  margin-top: calc(3.75rem / 2);
}
@media screen and (min-width: 1201px) {
  .section-row-spacing .row + .row {
    margin-top: calc(3.75rem / 2);
  }
}

.inner {
  padding: calc(3.75rem / 2);
}
@media screen and (min-width: 1201px) {
  .inner {
    padding: calc(3.75rem / 2);
  }
}
.inner > *:last-child {
  margin-bottom: 0;
}

.site-header {
  background-color: #0f1a2d;
  transition: background-color 0.5s ease;
}
.site-header.header-scroll-show {
  background-color: #162133;
}
.site-header.header-scroll-show, .site-header.header-scroll-hide {
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.3s ease;
}
.site-header .menu-toggle-header {
  padding: 1.5rem 0.5rem;
}
.site-header .menu-toggle {
  padding: 0;
}
@media screen and (max-width: 960px) {
  .site-header .menu-toggle svg {
    width: 22px;
    height: auto;
  }
}
.site-header .menu-toggle-open::before, .site-header .menu-toggle-open::after,
.site-header .menu-toggle-close::before,
.site-header .menu-toggle-close::after {
  display: none;
}

.header-top {
  padding: 0.75rem 0;
  position: relative;
}
@media screen and (min-width: 961px) {
  .header-top {
    z-index: 1000;
  }
  .header-top .container-full {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.site-logo {
  flex-shrink: 0;
}
.site-logo img {
  display: block;
  height: 2rem;
  width: auto;
}
@media screen and (max-width: 960px) {
  .site-logo img {
    height: 1.25rem;
  }
}
@media (max-width: 320px) {
  .site-logo img {
    height: 1rem;
  }
}

.header-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 1 42.4375rem;
  background-color: #ffffff;
  border-radius: 2.375rem;
  position: relative;
}
.header-search input[type=search] {
  flex: 1;
  margin: 0;
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  background: none;
  border: none;
  outline: none;
  color: #162133;
}
.header-search input[type=search]::placeholder {
  color: #8e8e8e;
}
.header-search button[type=submit] {
  display: flex;
  padding: 0;
  margin-right: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #162133;
}
.header-search button[type=submit]:hover {
  color: #1461af;
}
@media screen and (min-width: 961px) {
  .header-search {
    padding: 1rem 1.25rem;
    margin: 0 1rem;
  }
}
@media screen and (max-width: 960px) {
  .header-search {
    padding: 0;
    margin-top: 1rem;
  }
  .header-search input[type=search] {
    padding: 0.625rem 1rem;
    font-size: 1rem;
  }
}

.header-search-results {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  z-index: 100;
  max-height: 24rem;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.15);
  padding: 0.5rem;
}
.header-search-results[hidden] {
  display: none;
}

.header-search-result {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  color: #162133;
  text-decoration: none;
}
.header-search-result:hover, .header-search-result:focus-visible {
  background: #e3eefe;
}

.header-search-result-img {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.header-search-result-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.header-search-result-title {
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #162133;
}

.header-search-result-code {
  font-size: 0.8125rem;
  color: #8e8e8e;
}

.header-search-empty {
  margin: 0;
  padding: 0.75rem;
  font-size: 0.9375rem;
  color: #8e8e8e;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .header-actions {
    gap: 1rem;
  }
}

.header-info {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}
@media screen and (max-width: 960px) {
  .header-info {
    gap: 1rem;
  }
}

.header-contact {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}
@media screen and (min-width: 961px) {
  .header-contact {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.header-contact a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1;
  transition: color 0.5s ease;
}
.header-contact a svg {
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .header-contact a svg {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.header-contact a svg,
.header-contact a svg path,
.header-contact a svg polygon {
  transition: fill 0.5s ease;
}
.header-contact a:hover {
  color: #15eeff;
}
.header-contact a:hover svg,
.header-contact a:hover svg path,
.header-contact a:hover svg polygon {
  fill: #15eeff;
}

.header-contact-label {
  display: none;
}
@media screen and (min-width: 961px) {
  .header-contact-label {
    display: inline;
  }
}

.header-contact-mobile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.5rem 0;
}
.header-contact-mobile a {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}
.header-contact-mobile a svg {
  flex-shrink: 0;
  width: 12px;
  height: auto;
}
.header-contact-mobile a:hover {
  color: #15eeff;
}

@media screen and (max-width: 960px) {
  .header-top-row {
    flex-wrap: wrap;
  }
  .header-top-row .header-actions {
    order: 2;
  }
  .header-contact-mobile {
    order: 1;
    flex: 1 1 auto;
  }
  .header-top-row .header-search-row {
    order: 3;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 550px) {
  .header-contact-mobile {
    order: 4;
    flex-basis: 100%;
  }
}
.header-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.5s ease;
}
.header-icon svg {
  width: auto;
  height: 24px;
}
.header-icon svg,
.header-icon svg path,
.header-icon svg polygon {
  fill: #ffffff;
  transition: fill 0.5s ease;
}
.header-icon:hover, .header-icon:focus {
  color: #15eeff;
}
.header-icon:hover svg,
.header-icon:hover svg path,
.header-icon:hover svg polygon, .header-icon:focus svg,
.header-icon:focus svg path,
.header-icon:focus svg polygon {
  fill: #15eeff;
}
@media screen and (max-width: 960px) {
  .header-icon svg {
    height: 22px;
  }
}

.header-icon-label {
  font-size: 0.75rem;
  line-height: 1;
}

.menu-toggle.menu-toggle-open {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  height: auto;
  color: #ffffff;
}
.menu-toggle.menu-toggle-open svg {
  width: auto;
  height: 24px;
}

.header-basket-icon {
  position: relative;
}

.header-basket-count {
  position: absolute;
  top: -0.25rem;
  right: -0.5rem;
  min-width: 1.125rem;
  height: 1.125rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: #15eeff;
  color: #162133;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.125rem;
  text-align: center;
}

.btn-request-account {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  background: linear-gradient(#0f1a2d, #0f1a2d) padding-box, linear-gradient(90deg, #1461af, #15eeff, #1461af, #15eeff) border-box;
  background-size: 100% 100%, 300% 100%;
  background-position: 0 0, 0% 0%;
  border: 3px solid transparent;
  border-radius: 0.5rem;
  color: #ffffff;
  transition: background-position 0.6s ease;
}
.btn-request-account svg {
  flex-shrink: 0;
}
.btn-request-account:hover, .btn-request-account:focus {
  color: #ffffff;
  background-position: 0 0, 100% 0%;
}
.btn-request-account span {
  color: inherit;
}

.primary-nav {
  padding: 0.5rem;
  padding-bottom: 1rem;
  background-color: #162133;
}
@media screen and (min-width: 961px) {
  .primary-nav {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .primary-nav .primary-nav-scroll > .container {
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .primary-nav .primary-menu {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 0;
    padding: 0;
  }
  .primary-nav .primary-menu > li > a {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    white-space: nowrap;
  }
  .primary-nav .primary-menu > li > a:hover {
    color: #15eeff;
  }
}
.primary-nav .primary-menu > li.current-menu-item > a, .primary-nav .primary-menu > li.current-menu-parent > a, .primary-nav .primary-menu > li.current-menu-ancestor > a, .primary-nav .primary-menu > li.current-page-ancestor > a {
  color: #15eeff;
}
.primary-nav .primary-menu > li > a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .primary-nav .primary-menu > li a {
    text-align: left !important;
  }
}

@media screen and (min-width: 961px) {
  .primary-menu > li {
    padding-bottom: 1rem;
  }
  .primary-menu > li > a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .primary-nav ul.primary-menu li a {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .primary-nav ul.primary-menu li a {
    font-size: 0.875rem;
  }
}
.mobile-menu-divider {
  margin: 3rem 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.header-search-row {
  padding: 0 0 0.5rem;
}
@media screen and (min-width: 961px) {
  .header-search-row {
    padding-bottom: 1rem;
  }
}

.mobile-menu-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.mobile-menu-action {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1;
}
.mobile-menu-action svg {
  flex-shrink: 0;
}
.mobile-menu-action:hover {
  color: #15eeff;
}
.mobile-menu-action.mobile-menu-action--cta {
  color: #15eeff;
}

.header-usp {
  position: relative;
  z-index: 200;
  background: linear-gradient(to right, #1461af, #15eeff);
  transition: transform 0.15s ease;
}
.header-usp .header-usp-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0.625rem 0;
}
.header-usp li,
.header-usp .splide__slide {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1;
}
.header-usp li svg,
.header-usp .splide__slide svg {
  flex-shrink: 0;
}
.header-usp li img,
.header-usp .splide__slide img {
  flex-shrink: 0;
  width: auto;
  height: 1rem;
  filter: brightness(0) invert(1);
}
.header-usp .splide__slide {
  justify-content: center;
  padding: 0.375rem 1rem;
}

.mega-menu-toggle {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
}
.mega-menu-toggle img {
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  height: 1rem;
}
@media screen and (min-width: 961px) {
  .mega-menu-toggle {
    display: none;
  }
}

.mega-dropdown {
  display: none;
}
@media screen and (min-width: 961px) {
  .mega-dropdown {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background-color: #0f1a2d;
    z-index: 100;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-0.5rem);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
  }
}

@media screen and (min-width: 961px) {
  #site-navigation {
    position: relative;
  }
  .primary-menu > .menu-item-has-children {
    position: static;
  }
  .primary-menu > .menu-item-has-children > a::after {
    display: none;
  }
  .primary-menu > .menu-item-has-children.is-open > .mega-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0s;
  }
  .mega-dropdown-inner {
    display: flex;
    gap: 5rem;
    padding: 2rem 0;
  }
  .mega-dropdown-feature {
    position: relative;
    flex-shrink: 0;
    width: 28rem;
    height: 14rem;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .mega-dropdown-feature img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mega-dropdown-feature .mega-dropdown-feature-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    inset: 0;
    padding: 1.25rem;
    background: linear-gradient(180deg, rgba(22, 33, 51, 0.65) 0%, transparent 45%, rgba(22, 33, 51, 0.65) 100%);
  }
  .mega-dropdown-feature .mega-dropdown-feature-title {
    margin: 0 0 0.5rem;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
  }
  .mega-dropdown-feature .mega-dropdown-feature-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 0.75rem;
    margin-top: auto;
    padding: 0.75rem 1.25rem !important;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
    border-radius: 0.5rem;
    color: #ffffff;
    transition: background-color 0.5s ease;
  }
  .mega-dropdown-feature .mega-dropdown-feature-cta:hover {
    background: rgba(255, 255, 255, 0.7);
    color: #ffffff;
  }
  .mega-dropdown .mega-dropdown-inner .mega-dropdown-links {
    flex: 1;
    padding: 0.5rem 0;
  }
  .mega-dropdown .mega-dropdown-inner .mega-dropdown-links .mega-dropdown-links-heading {
    margin: 0 0 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.075em;
  }
  .mega-dropdown .mega-dropdown-inner .mega-dropdown-links ul {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    column-gap: 4rem;
    position: static;
    right: auto;
    overflow: visible;
    min-width: 0;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    list-style: none;
    transform: none;
    transition: none;
  }
  .mega-dropdown .mega-dropdown-inner .mega-dropdown-links li {
    width: auto;
    text-align: left;
  }
  .mega-dropdown .mega-dropdown-inner .mega-dropdown-links a {
    display: block;
    padding: 0.25rem 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.25rem;
    line-height: 1.5;
    text-decoration: none;
  }
  .mega-dropdown .mega-dropdown-inner .mega-dropdown-links a:hover {
    background: linear-gradient(to right, #1461af, #15eeff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .mega-dropdown .mega-dropdown-inner .mega-dropdown-links ::after {
    display: none;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .mega-dropdown .mega-dropdown-inner .mega-dropdown-links a {
    font-size: 0.875rem;
  }
  .mega-dropdown-inner {
    gap: 2.5rem;
  }
  .mega-dropdown-feature {
    width: 22rem;
  }
  .mega-dropdown .mega-dropdown-inner .mega-dropdown-links ul {
    column-gap: 2.5rem;
  }
}
@media screen and (max-width: 960px) {
  .primary-nav {
    overflow: hidden;
  }
  .primary-nav-scroll {
    height: 100%;
    overflow-y: auto;
  }
}
.mobile-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  overflow-y: auto;
  padding: 2rem 1.5rem;
  background-color: #0f1a2d;
  transform: translateX(100%);
  transition: transform 0.5s ease;
}
.mobile-panel.is-active {
  transform: translateX(0);
}
.mobile-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-panel a {
  display: block;
  padding: 0.75rem 0;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  transition: color 0.5s ease;
}
.mobile-panel a:hover {
  color: #15eeff;
}
@media screen and (min-width: 961px) {
  .mobile-panel {
    display: none;
  }
}

.mobile-panel-back {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0 0 1rem;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #ffffff;
  font-size: 1.25rem;
  text-align: left;
  cursor: pointer;
  margin-bottom: 1rem;
}
.mobile-panel-back img {
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
.mobile-panel-back:hover {
  color: #15eeff;
}

.mobile-panel-title {
  margin: 0 0 1.5rem;
  color: #ffffff;
  font-size: 1.25rem;
  text-align: left;
}

#stcm-icon {
  display: none !important;
}

.credits-links #open_preferences_center {
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 1.4;
  color: inherit;
  transition: color 0.5s ease;
}
.credits-links #open_preferences_center:hover, .credits-links #open_preferences_center:focus {
  color: #15eeff;
}

.site-footer {
  padding-top: 4.5rem;
  padding-bottom: 3.25rem;
  background: #0f1a2d;
  color: #ffffff;
}
.site-footer a:not([class*=btn]) {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.5s ease;
}
.site-footer a:not([class*=btn]):hover, .site-footer a:not([class*=btn]):focus {
  color: #15eeff;
}
@media screen and (max-width: 1200px) {
  .site-footer {
    padding-top: 3.5rem;
    padding-bottom: 2.75rem;
  }
}
@media screen and (max-width: 960px) {
  .site-footer {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
}

.site-footer-top {
  row-gap: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .site-footer-top {
    row-gap: 2rem;
  }
}

.footer-block {
  height: 100%;
}

.footer-title {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .footer-title {
    margin-bottom: 1.125rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .footer-title {
    font-size: 1.25rem;
  }
}

.footer-links,
.footer-account-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-links li,
.footer-account-links li {
  margin-bottom: 1rem;
}
.footer-links li:last-child,
.footer-account-links li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .footer-links li,
  .footer-account-links li {
    margin-bottom: 0.75rem;
  }
}
.footer-links a,
.footer-account-links a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.35;
}
.footer-links a:hover, .footer-links a:focus,
.footer-account-links a:hover,
.footer-account-links a:focus {
  background: linear-gradient(to right, #1461af, #15eeff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.footer-contact p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.3;
  color: #ffffff;
}
.footer-contact p:last-of-type {
  margin-bottom: 1.25rem;
}
.footer-contact a {
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: none;
}
.footer-contact a:hover, .footer-contact a:focus {
  background: linear-gradient(to right, #1461af, #15eeff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
}
.footer-social svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #ffffff;
  transition: fill 0.5s ease;
}
.footer-social:hover svg, .footer-social:focus svg {
  fill: #15eeff;
}
.footer-social:focus:not(:focus-visible) {
  outline: none;
}

@media screen and (min-width: 1201px) {
  .footer-account-block {
    padding-left: 1rem;
  }
}

.footer-account-links {
  margin-bottom: 1.75rem;
}
.footer-account-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
}
.footer-account-links span {
  display: inline-flex;
  align-items: center;
}

.footer-account-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.footer-account-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #ffffff;
}
.footer-account-icon svg,
.footer-account-icon svg path,
.footer-account-icon svg polygon {
  transition: fill 0.5s ease;
}

.footer-account-links a:hover .footer-account-icon svg,
.footer-account-links a:hover .footer-account-icon svg path,
.footer-account-links a:hover .footer-account-icon svg polygon {
  fill: #15eeff;
}

.footer-account-button-icon {
  flex-shrink: 0;
}
.footer-account-button-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #00d2ff;
}

.credits {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #0f1a2d;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .credits {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.credits-row {
  row-gap: 1.5rem;
}

.credits-logo a,
.credits-logo img {
  display: block;
}
.credits-logo img {
  width: 100%;
  max-width: 13.75rem;
  height: auto;
}

.credits-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
}
@media screen and (min-width: 1201px) {
  .credits-links {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1200px) {
  .credits-links {
    gap: 0.75rem 1rem;
  }
}
.credits-links a {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.5s ease;
}
.credits-links a:hover, .credits-links a:focus {
  color: #15eeff;
}

[class^=btn-],
[class*=" btn-"] {
  padding: 0.625rem 1rem;
}

.btn-light {
  background-color: #e3eefe;
  border-radius: 0.5rem;
}
.btn-light:hover {
  background-color: #d2e4ff;
}

.hero-section {
  padding: 2rem 0 0;
  background-color: #eff6ff;
}
@media screen and (max-width: 960px) {
  .hero-section {
    padding-top: 1rem;
  }
}

.hero-section-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 100vw;
  padding: 0 2rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .hero-section-inner {
    padding: 0 1rem;
  }
}

.hero-section ~ .section-padding {
  padding-top: 7.5rem;
}

.hero-section ~ .section-padding ~ .section-padding {
  padding-top: 3.75rem;
}

.hero-slider {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background-color: #0f1a2d;
}
@media screen and (max-width: 960px) {
  .hero-slider {
    border-radius: 0.75rem;
  }
}

.hero-card {
  display: flex;
  width: 100%;
  min-height: 36rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .hero-card {
    flex-direction: column;
    min-height: 0;
  }
}

.hero-card-content {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  flex: 1 1 60%;
  min-width: 0;
  padding: 3rem;
  color: #ffffff;
}
@media screen and (min-width: 1201px) {
  .hero-card-content {
    padding: 3.5rem 3rem 5.5rem 5rem;
  }
}
@media screen and (max-width: 1200px) {
  .hero-card-content {
    flex: 1 1 auto;
    padding: 2.5rem 2rem 6rem;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .hero-card-content {
    padding: 1.75rem 1.25rem 5rem;
  }
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 36rem;
}
.hero-content h1,
.hero-content h2,
.hero-content h3,
.hero-content h4,
.hero-content h5,
.hero-content h6 {
  margin: 0;
  font-size: clamp(1.75rem, 3.5vw, 3.75rem);
  line-height: 1.05;
  font-weight: 500;
  color: #ffffff;
}
.hero-content p {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.375rem);
  line-height: 1.45;
  color: #ffffff;
}
.hero-content a {
  color: #15eeff;
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 1201px) {
  .hero-ctas {
    gap: 2rem;
  }
}

.hero-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  color: #162133 !important;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background-color 0.5s ease;
}
.hero-cta-primary svg {
  flex-shrink: 0;
}
.hero-cta-primary:hover {
  background-color: #e3eefe;
}

.hero-cta-primary[href*=request-account] {
  background: linear-gradient(#0f1a2d, #0f1a2d) padding-box, linear-gradient(90deg, #1461af, #15eeff, #1461af, #15eeff) border-box;
  background-size: 100% 100%, 300% 100%;
  background-position: 0 0, 0% 0%;
  border: 3px solid transparent;
  color: #ffffff !important;
  transition: background-position 0.6s ease;
}
.hero-cta-primary[href*=request-account]:hover {
  background: linear-gradient(#0f1a2d, #0f1a2d) padding-box, linear-gradient(90deg, #1461af, #15eeff, #1461af, #15eeff) border-box;
  background-size: 100% 100%, 300% 100%;
  background-position: 0 0, 100% 0%;
  color: #ffffff !important;
}

.hero-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff !important;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}
.hero-cta-secondary svg {
  flex-shrink: 0;
  transition: transform 0.5s ease;
}
.hero-cta-secondary:hover svg {
  transform: translateX(0.25rem);
}

.hero-card-media {
  flex: 1 1 40%;
  min-width: 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .hero-card-media {
    flex: 0 0 22rem;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .hero-card-media {
    flex: 0 0 17rem;
  }
}

.hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}
@media screen and (max-width: 1200px) {
  .hero-image {
    object-fit: contain;
    object-position: right bottom;
  }
}

@media screen and (max-width: 960px) {
  .hero-slide:has(.hero-cta-primary[href*=request-account]) .hero-card {
    height: 100%;
  }
  .hero-slide:has(.hero-cta-primary[href*=request-account]) .hero-card-content {
    padding-bottom: 1.5rem;
  }
  .hero-slide:has(.hero-cta-primary[href*=request-account]) .hero-card-media {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: auto;
  }
  .hero-slide:has(.hero-cta-primary[href*=request-account]) .hero-image {
    width: 80%;
    height: auto;
  }
}
.btn-dark:hover {
  background: #1461af;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  font-weight: 500;
}
.btn-icon svg {
  flex-shrink: 0;
}

.btn-ghost-white {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #ffffff !important;
}
.btn-ghost-white:hover {
  background: rgba(255, 255, 255, 0.35);
}

.hero-slider-controls {
  position: absolute;
  bottom: 2rem;
  left: 5rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .hero-slider-controls {
    left: 2rem;
    bottom: 23rem;
  }
}
@media screen and (max-width: 960px) {
  .hero-slider-controls {
    left: 1.25rem;
    bottom: 18rem;
  }
}
.is-single .hero-slider-controls {
  display: none;
}

.hero-slider-dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-slider-dot {
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  padding: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: width 0.5s ease;
}
.hero-slider-dot.is-active {
  width: 4rem;
  height: 0.1875rem;
}

.hero-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.375rem;
  height: 2.375rem;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.5s ease, border-color 0.5s ease;
}
.hero-arrow img {
  filter: brightness(0) invert(1);
}
.hero-arrow:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
}

.info-cards-section {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .info-cards-section .row-gutter {
    row-gap: 2.5rem;
  }
}
.info-cards-section .btn-request-account,
.info-cards-section .btn-light {
  min-height: 3.5rem;
  background-color: #d2e4ff;
  border-radius: 0.5rem;
}
.info-cards-section .btn-request-account:hover,
.info-cards-section .btn-light:hover {
  background-color: #b9d0f0;
}

.info-card {
  background-color: #e3eefe;
  border-radius: 1rem;
}

.info-card-eyebrow {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  color: #162133;
}

.info-card-title {
  font-size: clamp(1.75rem, 2vw, 2.75rem);
  line-height: 1.09;
  color: #162133;
}

.info-card-description {
  font-size: 1.25rem;
  color: #162133;
}

.text-only-section {
  background-color: #eff6ff;
}

.text-only-content {
  color: #162133;
}
.text-only-content h1,
.text-only-content h2,
.text-only-content h3,
.text-only-content h4,
.text-only-content h5,
.text-only-content h6,
.text-only-content p,
.text-only-content ul,
.text-only-content ol {
  text-align: center;
}
.text-only-content h2 {
  margin-bottom: 1.5rem;
}
.text-only-content p {
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.6;
}

.trade-account-section {
  background-color: #eff6ff;
}

.trade-account-banner {
  padding: 3rem 2rem;
  background-color: #162133;
  border-radius: 1.5rem;
}
@media screen and (min-width: 1201px) {
  .trade-account-banner {
    padding: 4rem;
  }
}

.trade-account-header {
  align-items: center;
  margin-bottom: 3rem;
  text-align: center;
}

.trade-account-title {
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.1;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .trade-account-title {
    max-width: 80%;
  }
}

.trade-account-benefits {
  margin-top: 3rem;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .trade-account-benefits {
    row-gap: 1rem;
  }
}

.trade-account-benefit {
  padding: 1.5rem 1rem;
  background-color: #0f1a2d;
  border-radius: 0.75rem;
}

.trade-account-benefit-icon {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
}

.trade-account-benefit-label {
  color: #ffffff;
}

.categories-carousel-section {
  overflow-x: clip;
  background-color: #eff6ff;
}
.categories-carousel-section:not(.has-overflow) .categories-carousel-controls {
  display: none;
}
.categories-carousel-section:not(.has-overflow) .splide__track {
  touch-action: pan-y !important;
}
.categories-carousel-section:not(.has-overflow) .splide__list {
  transform: none !important;
  cursor: default !important;
}

.categories-carousel-title-link {
  text-decoration: none;
}

.categories-carousel-title {
  color: #162133;
}

.categories-carousel-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.categories-carousel-controls .splide__pagination {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  position: static;
  bottom: auto;
  left: auto;
  transform: none;
}
.categories-carousel-controls .splide__pagination li {
  line-height: 0;
}
.categories-carousel-controls .splide__pagination .splide__pagination__page {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  width: 0.175rem;
  height: 0.175rem;
  border-radius: 1rem;
  background-color: #162133;
  transition: width 0.5s ease, opacity 0.5s ease;
  transform: none;
}
.categories-carousel-controls .splide__pagination .splide__pagination__page.is-active {
  width: 4rem;
  opacity: 1;
  transform: none;
}

.categories-carousel-wrap {
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .categories-carousel-wrap {
    padding-left: calc((100vw - 1200px) / 2 + 1rem);
    padding-right: calc((100vw - 1200px) / 2 + 1rem);
  }
}
@media screen and (min-width: 1441px) {
  .categories-carousel-wrap {
    padding-left: calc((100vw - 1440px) / 2 + 1rem);
    padding-right: calc((100vw - 1440px) / 2 + 1rem);
  }
}
@media screen and (min-width: 1921px) {
  .categories-carousel-wrap {
    padding-left: calc((100vw - 1920px) / 2 + 1rem);
    padding-right: calc((100vw - 1920px) / 2 + 1rem);
  }
}

.categories-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.375rem;
  height: 2.375rem;
  padding: 0;
  background-color: #eff6ff;
  border: 1px solid rgba(22, 33, 51, 0.2);
  border-radius: 50%;
  cursor: pointer;
  color: #162133;
}
.categories-arrow:hover {
  background-color: #e3eefe;
}
.categories-arrow.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.categories-slider .splide__track,
.related-products-slider .splide__track {
  overflow: visible;
}

.category-card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  text-decoration: none;
  aspect-ratio: 3/4;
  background: linear-gradient(to bottom, #1461af, #15eeff);
}
.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(15, 26, 45, 0.55);
  pointer-events: none;
}

.category-card-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.4s ease;
}
.category-card:hover .category-card-image {
  transform: scale(1.05);
}

.category-card-overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 1.5rem;
}

.category-card-title {
  margin: 0;
  color: #ffffff;
}

.category-card-cta {
  padding: 0.875rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.latest-news-title {
  margin-bottom: 2rem;
  text-align: center;
}

.news-slider .splide__list {
  align-items: stretch;
}
.news-slider .splide__slide {
  height: auto;
}
.news-slider .splide__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  margin-top: 1.5rem;
  padding: 0;
  position: static;
  bottom: auto;
  left: auto;
  transform: none;
}
.news-slider .splide__pagination li {
  line-height: 0;
}
.news-slider .splide__pagination .splide__pagination__page {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.5s ease;
  transform: none;
}
.news-slider .splide__pagination .splide__pagination__page.is-active {
  background-color: #ffffff;
  transform: none;
}

.news-card-image-wrap {
  overflow: hidden;
  border-radius: 0.75rem 0.75rem 0 0;
  aspect-ratio: 4/3;
}

.news-card {
  position: relative;
  text-decoration: none;
  color: inherit;
}

.news-card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.news-card:hover .news-card-image {
  transform: scale(1.05);
}

.news-card-body {
  flex: 1;
  padding: 1.25rem 1.25rem 1.5rem;
  background-color: #e3eefe;
  border-radius: 0 0 0.75rem 0.75rem;
}

.news-card-date {
  align-self: flex-start;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border: 1px solid rgba(22, 33, 51, 0.25);
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  color: #162133;
}

.news-card-title {
  margin: 0;
  color: #162133;
}

.news-card-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #162133;
}

.news-card-link-wrap {
  display: block;
  text-decoration: none;
  color: inherit;
}
.news-card-link-wrap:hover, .news-card-link-wrap:focus {
  color: inherit !important;
}

.news-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: #162133;
  transition: color 0.5s ease;
}
.news-card-link-wrap:hover .news-card-link {
  color: #1461af;
}

.category-archive-section {
  background-color: #eff6ff;
}

.breadcrumb {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: rgba(22, 33, 51, 0.4);
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color 0.5s ease;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #162133;
}
.breadcrumb .breadcrumb_last {
  color: #162133;
  pointer-events: none;
}

.category-archive-title {
  margin-bottom: 2rem;
}

.category-archive-grid {
  row-gap: 1rem;
}
@media screen and (min-width: 1201px) {
  .category-archive-grid {
    row-gap: 2rem;
  }
}

.subcategory-archive-section {
  background-color: #eff6ff;
}

.subcategory-archive-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.subcategory-archive-title {
  margin-bottom: 0;
}

.subcategory-archive-header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.per-page-control {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  white-space: nowrap;
}
.per-page-control label {
  margin: 0;
}
.per-page-control select {
  height: 2.5rem;
  margin: 0;
  padding: 0 2rem 0 0.75rem;
  border: 1px solid #e3eefe;
  border-radius: 0.375rem;
  background-color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
}

.filter-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  padding: 0.625rem 1.25rem;
  background-color: #162133;
  color: #ffffff;
  border: none;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}
.filter-toggle-btn:hover {
  background-color: #1461af;
}

@media screen and (max-width: 1200px) {
  .subcategory-archive-header {
    flex-direction: column;
    align-items: stretch;
  }
  .subcategory-archive-header-actions {
    flex-direction: column;
    align-items: stretch;
  }
  #product-pagination-top {
    overflow-x: auto;
  }
  .filter-toggle-btn {
    width: 100%;
    justify-content: center;
  }
}
.subcategory-archive-layout {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
@media screen and (min-width: 1201px) {
  .subcategory-archive-layout {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: start;
  }
}

.filter-sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: #162133;
  z-index: 1000;
}
.filter-sidebar-overlay.is-visible {
  display: block;
}

.filter-sidebar {
  flex-shrink: 0;
  width: 16rem;
}
@media screen and (min-width: 1201px) {
  .filter-sidebar {
    width: auto;
    grid-column: span 1;
  }
}
@media screen and (max-width: 960px) {
  .filter-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 18rem;
    max-width: 85vw;
    background-color: #ffffff;
    overflow-y: auto;
    z-index: 1001;
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    padding: 0 0 2rem;
  }
  .filter-sidebar.is-open {
    transform: translateX(0);
  }
}

.filter-sidebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.25rem 1rem;
  border-bottom: 1px solid #e3eefe;
  font-size: 1.125rem;
  font-weight: 600;
  color: #162133;
}

.filter-sidebar-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #162133;
}
.filter-sidebar-close:hover {
  color: #1461af;
}

.filter-group {
  border-bottom: 1px solid #e3eefe;
}
@media screen and (max-width: 960px) {
  .filter-group {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

.filter-group-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.875rem 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-weight: 600;
  color: #162133;
  text-align: left;
}
.filter-group-toggle:focus:not(:focus-visible) {
  outline: none;
}
.filter-group-toggle svg {
  flex-shrink: 0;
  transform: rotate(180deg);
  transition: transform 0.5s ease;
}
.filter-group.is-open .filter-group-toggle svg {
  transform: rotate(0);
}

.filter-group-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.filter-group.is-open .filter-group-body {
  max-height: 999px;
}

.filter-group-body--scrollable {
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #8e8e8e #e3eefe;
}
.filter-group-body--scrollable::-webkit-scrollbar {
  width: 0.375rem;
}
.filter-group-body--scrollable::-webkit-scrollbar-track {
  background: #e3eefe;
  border-radius: 0.25rem;
}
.filter-group-body--scrollable::-webkit-scrollbar-thumb {
  background-color: #8e8e8e;
  border-radius: 0.25rem;
}
.filter-group.is-open .filter-group-body--scrollable {
  max-height: 12rem;
}

.filter-options {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-bottom: 0.875rem;
}

.filter-option {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
  font-size: 0.9375rem;
  color: #162133;
}

.filter-option.is-unavailable,
.filter-swatch.is-unavailable {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.filter-checkbox {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  accent-color: #1461af;
  cursor: pointer;
}
.filter-checkbox:focus:not(:focus-visible) {
  outline: none;
}

.filter-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-bottom: 0.875rem;
}

.filter-swatch {
  --swatch-color: #d2e4ff;
  display: inline-flex;
  align-items: center;
  flex: 0 0 calc(50% - 0.25rem);
  gap: 0.5rem;
  padding: 0.375rem 0.75rem 0.375rem 0.5rem;
  margin-bottom: 0;
  background-color: #ffffff;
  border: 1.5px solid #e3eefe;
  border-radius: 0.375rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: #162133;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.filter-swatch input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.filter-swatch input[type=checkbox]:focus:not(:focus-visible) {
  outline: none;
}
.filter-swatch:has(input:checked) {
  background-color: #0f1a2d;
  border-color: #0f1a2d;
  color: #ffffff;
}

.filter-swatch-dot {
  display: block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: var(--swatch-color);
  border: 1px solid rgba(22, 33, 51, 0.15);
}

.filter-swatch-label {
  line-height: 1;
}

.filter-clear {
  margin-top: 1.5rem;
}
@media screen and (max-width: 960px) {
  .filter-clear {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    width: calc(100% - 2.5rem);
  }
}

.active-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.active-filter-chips:empty {
  display: none;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 1rem;
  border: 0;
  border-radius: 0.5rem;
  background: #ffffff;
  color: #162133;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease;
}
.filter-chip:hover, .filter-chip:focus-visible {
  background: #eff6ff;
}

.filter-chip-x {
  font-size: 1.25rem;
  line-height: 0.8;
}

.subcategory-archive-content {
  flex: 1;
  min-width: 0;
}
@media screen and (min-width: 1201px) {
  .subcategory-archive-content {
    grid-column: span 4;
  }
}
@media screen and (min-width: 1201px) {
  .subcategory-archive-content:only-child {
    grid-column: 1/-1;
  }
}

.subcategory-archive-content .product-grid,
.subcategory-archive-content .search-product-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
}
@media screen and (min-width: 481px) {
  .subcategory-archive-content .product-grid,
  .subcategory-archive-content .search-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 961px) {
  .subcategory-archive-content .product-grid,
  .subcategory-archive-content .search-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1201px) {
  .subcategory-archive-content .product-grid,
  .subcategory-archive-content .search-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.subcategory-archive-content .product-grid > [class*=col-],
.subcategory-archive-content .search-product-grid > [class*=col-] {
  max-width: none;
  width: auto;
  min-width: 0;
  flex: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
}
.subcategory-archive-content .product-grid > [class*=col-] > .product-card,
.subcategory-archive-content .search-product-grid > [class*=col-] > .product-card {
  flex: 1;
}

@media screen and (min-width: 1201px) {
  .subcategory-archive-content:only-child .product-grid,
  .subcategory-archive-content:only-child .search-product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.product-grid {
  row-gap: 2rem;
}

.search-product-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 481px) {
  .search-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 961px) {
  .search-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1201px) {
  .search-product-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.search-results-showing {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: rgba(22, 33, 51, 0.4);
}

.basket-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 1rem 0;
  background-color: #1461af;
  color: #ffffff;
  transform: translateY(-120%);
  transition: transform 0.5s ease;
  box-shadow: 0 6px 16px rgba(22, 33, 51, 0.15);
}
.basket-banner.is-visible {
  transform: translateY(0);
}
.basket-banner.is-error {
  background-color: #d83a3a;
}

.basket-banner-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.basket-banner-message {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  font-size: 1.125rem;
  color: #ffffff;
}
.basket-banner-message svg {
  flex-shrink: 0;
  color: #ffffff;
}

.basket-banner-link {
  flex-shrink: 0;
}

.product-card {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  padding: 3px;
  background: linear-gradient(90deg, #1461af, #15eeff) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.product-card:hover, .product-card:focus, .product-card:active, .product-card:visited {
  background-color: #ffffff;
  color: inherit;
  text-decoration: none;
}
.product-card:hover::after, .product-card:focus::after {
  opacity: 1;
}
.product-card:hover .product-card-cta, .product-card:focus .product-card-cta {
  background-color: #0f1a2d;
  color: #ffffff !important;
}
.product-card:hover .product-card-cta img, .product-card:focus .product-card-cta img {
  filter: brightness(0) invert(1);
}

.product-card-media {
  display: block;
}

.product-card-title-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.product-card-title-link:hover .product-card-title, .product-card-title-link:focus .product-card-title {
  color: #1461af;
}

.product-card-actions {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 0.5rem;
}

.product-card-add {
  width: 100%;
  justify-content: center;
  border-radius: 0.5rem;
}
.product-card-add svg {
  flex-shrink: 0;
}

.product-card-image-wrap {
  overflow: hidden;
  aspect-ratio: 3/2;
  background-color: #ffffff;
}

.product-card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.25rem;
  gap: 0.625rem;
  background-color: #ffffff;
}

.product-card-title {
  margin: 0;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  font-weight: 600;
  color: #162133;
  overflow-wrap: break-word;
}

.product-card-code {
  margin: 0;
  font-size: 1rem;
  color: #162133;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.product-card-price {
  margin: 0.5rem 0 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #162133;
}

.product-card-dispatch {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.875rem;
  color: #162133;
  line-height: 1.4;
}
.product-card-dispatch svg {
  flex-shrink: 0;
  color: #15eeff;
}

.product-card-cta {
  margin-top: auto;
  background-color: #e3eefe;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.product-card-cta img {
  transition: filter 0.5s ease;
}

.archive-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 3rem;
}

#product-pagination-top .archive-pagination,
#pagination-top .archive-pagination {
  margin: 0;
}

.pagination-pages {
  display: flex;
  align-items: center;
}

.pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #162133;
  border: 1px solid #e3eefe;
  border-right: none;
  background-color: #ffffff;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.pagination-item:first-child {
  border-radius: 0.375rem 0 0 0.375rem;
}
.pagination-item:last-child {
  border-right: 1px solid #e3eefe;
  border-radius: 0 0.375rem 0.375rem 0;
}
.pagination-item:hover {
  border-color: #1461af;
  color: #1461af;
  z-index: 1;
  position: relative;
}
.pagination-item.is-active {
  background-color: #0f1a2d;
  border-color: #1461af;
  color: #ffffff;
  pointer-events: none;
}

.pagination-ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  color: #8e8e8e;
  border: 1px solid #e3eefe;
  border-right: none;
  background-color: #ffffff;
}

.arrow-pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.375rem;
  border: 1px solid #e3eefe;
  background-color: #ffffff;
  color: #162133;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.arrow-pagination svg {
  display: block;
  flex-shrink: 0;
}
.arrow-pagination:hover {
  border-color: #1461af;
  color: #1461af;
}
.arrow-pagination.is-disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: default;
}

.product-section {
  background-color: #eff6ff;
}

.product-row {
  gap: 2rem 1.5rem;
}
.product-row .product-left-col {
  order: -1;
}
@media screen and (min-width: 961px) {
  .product-row .product-left-col {
    order: 0;
  }
}

.product-gallery {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.product-gallery-main {
  background-color: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}

.product-gallery-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-gallery-thumbs {
  display: flex;
  gap: 0.75rem;
}

.product-thumb {
  flex: 0 0 auto;
  width: 5rem;
  height: 5rem;
  padding: 0;
  background-color: #ffffff;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.product-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-thumb:hover {
  border-color: #d2e4ff;
}
.product-thumb.is-active {
  border-color: #1461af;
}

.product-row .product-left-col {
  margin-top: 1.5rem;
}
@media screen and (min-width: 961px) {
  .product-row .product-left-col {
    margin-top: 0;
  }
}
@media screen and (min-width: 961px) {
  .product-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .product-row > * {
    max-width: none;
  }
  .product-row .product-left-col {
    grid-column: 1;
    grid-row: 1;
  }
  .product-row .product-info-col {
    grid-column: 2;
    grid-row: 1/3;
  }
  .product-row .product-accordions-col {
    grid-column: 1;
    grid-row: 2;
  }
}

.product-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 961px) {
  .product-info {
    position: sticky;
    top: calc(var(--header-height, 5.625rem) + 1.5rem);
  }
}
@media screen and (min-width: 1201px) {
  .product-info {
    padding-left: 2rem;
  }
}

.product-title {
  margin: 0;
  line-height: 1.3;
}

.product-code {
  margin: 0;
  color: #162133;
}

.product-price {
  margin: 0;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  color: #162133;
  line-height: 1;
}

.product-details-wrap {
  padding: 0.75rem 0;
  border-top: 1px solid #e3eefe;
  border-bottom: 1px solid #e3eefe;
}

.product-details-heading {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-weight: 600;
  color: #162133;
}

.product-details-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 4rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .product-details-list {
    grid-template-columns: 1fr;
  }
}

.product-detail {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 1rem;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d2e4ff;
}
.product-detail:nth-last-child(-n+2) {
  border-bottom: none;
}
@media screen and (max-width: 960px) {
  .product-detail:last-child {
    border-bottom: none;
  }
  .product-detail:nth-last-child(2) {
    border-bottom: 1px solid #d2e4ff;
  }
}
.product-detail dt {
  color: rgba(22, 33, 51, 0.5);
  white-space: nowrap;
}
.product-detail dt::after {
  content: ":";
}
.product-detail dd {
  margin: 0;
  font-weight: 600;
  color: #162133;
  text-align: right;
}

.product-actions {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0.875rem;
}
.product-actions .product-qty {
  align-self: stretch;
  align-items: stretch;
}
.product-actions .qty-btn,
.product-actions input[type=number].qty-input {
  height: auto;
}

.product-qty {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  padding: 0;
  background-color: #ffffff;
  border: 2px solid #eff6ff;
  cursor: pointer;
  color: #162133;
  flex-shrink: 0;
}
.qty-btn:hover {
  background-color: #e3eefe;
}

.qty-btn--minus {
  border-radius: 0.5rem 0 0 0.5rem;
}

.qty-btn--plus {
  border-radius: 0 0.5rem 0.5rem 0;
}

input[type=number].qty-input {
  display: inline-block;
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 -2px;
  padding: 0;
  border: 2px solid #eff6ff;
  border-radius: 0;
  background-color: #ffffff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: #162133;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type=number].qty-input::-webkit-inner-spin-button, input[type=number].qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number].qty-input:focus {
  outline: none;
}

.product-add-to-quote {
  justify-content: space-between;
}
.product-add-to-quote svg {
  flex-shrink: 0;
}

.product-dispatch {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #162133;
}
.product-dispatch svg {
  flex-shrink: 0;
  color: #15eeff;
}

.product-accordions {
  margin-top: 3rem;
  border-top: 1px solid #e3eefe;
}

.product-accordion {
  border-bottom: 1px solid #e3eefe;
}

.product-accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.25rem 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  font-weight: 600;
  color: #162133;
  text-align: left;
}
.product-accordion-toggle:focus:not(:focus-visible) {
  outline: none;
}
.product-accordion-toggle svg {
  flex-shrink: 0;
  transform: rotate(180deg);
  transition: transform 0.5s ease;
}
.product-accordion.is-open .product-accordion-toggle svg {
  transform: rotate(0);
}

.product-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.product-accordion.is-open .product-accordion-body {
  max-height: 999px;
}

.product-accordion-content {
  padding-bottom: 1.5rem;
}
.product-accordion-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #162133;
}
.product-accordion-content p:last-child {
  margin-bottom: 0;
}

.product-download-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background: #e3eefe;
  border: 1px solid #e3eefe;
  border-radius: 0.5rem;
  color: #162133;
  text-decoration: none;
  font-size: 0.9375rem;
}
.product-download-link:hover {
  background: #eff6ff;
  color: #162133;
}
.product-download-link svg {
  flex-shrink: 0;
  color: #1461af;
  width: 1.125rem;
  height: 1.125rem;
}

.product-buy-online {
  display: inline-flex;
  margin-bottom: 1.5rem;
}

.related-products-section {
  background-color: #eff6ff;
}

.splide__pagination {
  display: none;
}

.related-products-title {
  margin: 0;
  color: #162133;
}

.related-products-carousel-wrap {
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .related-products-carousel-wrap {
    padding-left: calc((100vw - 1200px) / 2 + 1rem);
    padding-right: calc((100vw - 1200px) / 2 + 1rem);
  }
}
@media screen and (min-width: 1441px) {
  .related-products-carousel-wrap {
    padding-left: calc((100vw - 1440px) / 2 + 1rem);
    padding-right: calc((100vw - 1440px) / 2 + 1rem);
  }
}
@media screen and (min-width: 1921px) {
  .related-products-carousel-wrap {
    padding-left: calc((100vw - 1920px) / 2 + 1rem);
    padding-right: calc((100vw - 1920px) / 2 + 1rem);
  }
}

.related-products-progress-wrap {
  display: flex;
  justify-content: center;
  padding: 1.5rem 1rem 0;
}

#related-products-section:not(.has-overflow) .related-products-controls,
#related-products-section:not(.has-overflow) .related-products-progress-wrap {
  display: none;
}

.related-products-progress {
  width: 100%;
  max-width: 40rem;
  height: 0.175rem;
  background-color: rgba(22, 33, 51, 0.15);
  border-radius: 1rem;
  overflow: hidden;
}

.related-products-progress-bar {
  height: 100%;
  width: 0;
  background-color: #162133;
  border-radius: 1rem;
  transition: width 0.5s ease;
}

.related-products-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.375rem;
  height: 2.375rem;
  padding: 0;
  background-color: #eff6ff;
  border: 1px solid rgba(22, 33, 51, 0.2);
  border-radius: 50%;
  cursor: pointer;
  color: #162133;
}
.related-products-arrow:hover {
  background-color: #e3eefe;
}
.related-products-arrow.is-disabled {
  background-color: #eff6ff;
  border-color: rgba(22, 33, 51, 0.1);
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.request-account-intro,
.request-account-form {
  background-color: #162133;
  color: #ffffff;
}
.request-account-intro h1,
.request-account-intro h2,
.request-account-intro h3,
.request-account-form h1,
.request-account-form h2,
.request-account-form h3 {
  color: #ffffff;
}
.request-account-intro p,
.request-account-form p {
  max-width: 49.5rem;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.8);
}

.request-account-intro {
  text-align: center;
}
.request-account-intro .row + .row {
  margin-top: 3rem;
}
.request-account-intro .row {
  row-gap: 1rem;
}
@media screen and (min-width: 1201px) {
  .request-account-intro .row {
    row-gap: 0;
  }
}
.request-account-intro .btn-request-account,
.request-account-intro .btn-dark {
  margin-inline: auto;
}

.request-account-form {
  text-align: center;
}

.register-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  padding: 3rem 1.5rem;
}

.register-success-tick {
  color: #1461af;
}

.thank-you-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - var(--header-height, 0px));
  background-color: #e3eefe;
}
.thank-you-section--dark {
  background-color: #0f1a2d;
}
.thank-you-section--dark .thank-you-title,
.thank-you-section--dark .thank-you-text {
  color: #ffffff;
}

.thank-you-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  max-width: 49.5rem;
  margin: 0 auto;
  text-align: center;
}

.thank-you-badge {
  display: block;
  width: 4.75rem;
  height: 4.75rem;
}
.thank-you-badge svg,
.thank-you-badge img {
  display: block;
  width: 100%;
  height: 100%;
}

.thank-you-title {
  margin: 0;
  font-family: canada-type-gibson, sans-serif;
  font-size: clamp(2rem, 3vw + 0.75rem, 2.75rem);
  font-weight: 500;
  line-height: 1.1;
  color: #162133;
}

.thank-you-text {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #162133;
}
.thank-you-text p {
  margin: 0;
}

.benefit-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  height: 100%;
  padding: 1.5rem 1rem;
  margin-bottom: 1.25rem;
  text-align: left;
  background-color: #0f1a2d;
  border-radius: 0.75rem;
}
@media screen and (max-width: 1200px) {
  .benefit-card {
    align-items: center;
    text-align: center;
  }
}
@media screen and (min-width: 1201px) {
  .benefit-card {
    margin-bottom: 0;
  }
}

.benefit-card-icon {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  color: #15eeff;
}
.benefit-card-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.benefit-card-label {
  margin: 0;
  color: #ffffff;
}

.request-form-card {
  padding: 2rem 1.5rem;
  margin-top: 3rem;
  background-color: #0f1a2d;
  border-radius: 1.5rem;
}
@media screen and (min-width: 1201px) {
  .request-form-card {
    padding: 3rem;
  }
}
.request-form-card fieldset {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  min-inline-size: 0;
}
.request-form-card fieldset + fieldset {
  margin-top: 2rem;
}

.form-group-title {
  display: block;
  margin: 0 0 1.25rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

.request-form-card input,
.request-form-card select,
.request-form-card textarea {
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.375rem;
  color: #ffffff;
}
.request-form-card input::placeholder,
.request-form-card select::placeholder,
.request-form-card textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.request-form-card input:focus,
.request-form-card select:focus,
.request-form-card textarea:focus {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}

.request-form-card select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5rem;
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.06) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
}

.request-form-card input:-webkit-autofill,
.request-form-card input:-webkit-autofill:hover,
.request-form-card input:-webkit-autofill:focus,
.request-form-card input:-webkit-autofill:active {
  -webkit-text-fill-color: #ffffff;
  caret-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1000px rgb(29.4, 39.74, 57.6) inset !important;
  box-shadow: 0 0 0 1000px rgb(29.4, 39.74, 57.6) inset !important;
}

.request-form-card .row-gutter > [class*=col] {
  margin-bottom: 1.5rem;
}

.input-error {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #d83a3a;
}
.input-error:empty {
  display: none;
}

.form-checkbox {
  gap: 0.75rem;
  margin: 1.5rem 0;
}
.form-checkbox input[type=checkbox] {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.25rem;
  accent-color: #15eeff;
}
.form-checkbox label {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.customer-details-section input[type=text],
.customer-details-section input[type=email],
.customer-details-section input[type=tel],
.customer-details-section input[type=password] {
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
}
.customer-details-section .tab-link-container-wrapper {
  border: none;
  padding-top: 0;
}
.customer-details-section .tab-link-container {
  display: flex;
  margin-bottom: 0;
  padding-bottom: 0;
}
.customer-details-section .tab-link {
  background: transparent;
  border: 1px solid transparent;
  border-bottom: none;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.customer-details-section .tab-link:hover {
  color: #1461af;
}
.customer-details-section .tab-link.active {
  background: #f5f7f9;
  color: #1461af;
  border-color: #162133;
  border-bottom-color: #162133;
  border-radius: 4px 4px 0 0;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 1200px) {
  .customer-details-section .tab-link {
    font-size: 1rem;
    padding: 1rem;
  }
}
.customer-details-section .tab-content-wrapper {
  background: #f5f7f9;
  padding: 2rem;
  border: 1px solid #162133;
  border-radius: 0 4px 4px 4px;
  margin-top: -1px;
}
.customer-details-section .tab-content-wrapper .tab-content {
  display: none;
}
.customer-details-section .tab-content-wrapper .tab-content.active {
  display: block;
}

.details-icons {
  gap: 1.75rem;
}
.details-icons a {
  text-decoration: none;
}
.details-icons svg {
  width: 1rem;
  color: #1461af;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}

th {
  width: 20%;
}

.actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}

.image-col {
  position: relative;
}
.image-col .image-wrapper {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-index {
  background-color: #eff6ff;
}

.blog-title {
  margin: 1rem 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  color: #162133;
}

.blog-grid {
  row-gap: 2rem;
  margin-top: 3rem;
}

.login-section {
  background-color: #eff6ff;
}

.login-session-error {
  max-width: 50rem;
  margin: 0 auto 2rem;
  padding: 0.75rem 1rem;
  text-align: center;
  color: #d83a3a;
  background-color: rgba(216, 58, 58, 0.05);
  border-radius: 0.5rem;
}

.login-layout {
  align-items: stretch;
  justify-content: center;
  row-gap: 2rem;
}
@media screen and (min-width: 1201px) {
  .login-layout {
    row-gap: 0;
  }
}

.login-existing,
.login-new {
  height: 100%;
}

.login-existing {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 28rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media screen and (min-width: 1201px) {
  .login-existing {
    padding: 3.5rem 2rem;
  }
}

.login-existing-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}

.login-existing-title {
  margin: 0;
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 600;
  line-height: 1.1;
  color: #162133;
}

.login-existing-subtitle {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #162133;
}

.login-form {
  display: flex;
  flex-direction: column;
}
.login-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0 0 1.5rem;
}
.login-form input.form-control {
  width: 100%;
  margin-bottom: 0;
  padding: 1.5rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #162133;
  background-color: #ffffff;
  border: 1px solid #d2e4ff;
  border-radius: 0.25rem;
}
.login-form input.form-control::placeholder {
  color: #162133;
  opacity: 1;
}
.login-form input.form-control:focus {
  outline: none;
  border-color: #1461af;
}
.login-form .input-error {
  margin-top: 0;
  color: #d83a3a;
  font-size: 0.875rem;
}
.login-form .form-submit {
  display: flex;
  justify-content: center;
}
.login-form .text-success {
  margin: 0;
  text-align: center;
  color: #2b9f73;
}

.login-form-forgot {
  margin: 0.5rem 0 1.5rem;
  text-align: center;
}
.login-form-forgot a {
  color: #162133;
  text-decoration: underline;
  font-size: 1.125rem;
}
.login-form-forgot a:hover {
  color: #1461af;
}

.login-form-submit {
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
}

.login-new {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2.5rem 1.75rem;
  background-color: #162133;
  border-radius: 1.5rem;
  color: #ffffff;
}
@media screen and (min-width: 1201px) {
  .login-new {
    padding: 3.5rem 3rem;
    gap: 3rem;
  }
}

.login-new-header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-align: center;
}

.login-new-title {
  margin: 0;
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 600;
  line-height: 1.1;
  color: #ffffff;
}

.login-new-subtitle {
  margin: 0;
  max-width: 26rem;
  margin-inline: auto;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #ffffff;
}

.login-new-benefits {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.login-new-benefits li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
}

.login-new-benefit-icon {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
}

.login-new .btn-request-account {
  align-self: center;
}

.login-help {
  margin: 3rem 0 0;
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: center;
  color: #162133;
}
.login-help a {
  color: #162133;
  text-decoration: underline;
}
.login-help a:hover {
  color: #1461af;
}

.login-container .login-title {
  font-size: 3rem;
  margin-bottom: 3rem;
  color: #162133;
  text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
  .login-container .login-title {
    font-size: 2rem;
  }
}
.login-container #login_form .form-group,
.login-container #register_form .form-group,
.login-container #forgot_password_form .form-group,
.login-container #reset_password_form .form-group {
  margin-bottom: 2rem;
  gap: 0.5rem;
}
.login-container #login_form .form-group input.form-control,
.login-container #register_form .form-group input.form-control,
.login-container #forgot_password_form .form-group input.form-control,
.login-container #reset_password_form .form-group input.form-control {
  width: 100%;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.login-container #login_form .checkbox,
.login-container #register_form .checkbox,
.login-container #forgot_password_form .checkbox,
.login-container #reset_password_form .checkbox {
  margin-right: 1rem;
}
.login-container #login_form .form-links,
.login-container #register_form .form-links,
.login-container #forgot_password_form .form-links,
.login-container #reset_password_form .form-links {
  text-align: center;
  margin-top: 2rem;
}
.login-container #login_form .form-links p,
.login-container #register_form .form-links p,
.login-container #forgot_password_form .form-links p,
.login-container #reset_password_form .form-links p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.login-container #login_form .form-links p a,
.login-container #register_form .form-links p a,
.login-container #forgot_password_form .form-links p a,
.login-container #reset_password_form .form-links p a {
  color: #1461af;
  text-decoration: underline;
}
.login-container #login_form .form-links p a:hover,
.login-container #register_form .form-links p a:hover,
.login-container #forgot_password_form .form-links p a:hover,
.login-container #reset_password_form .form-links p a:hover {
  color: #0055aa;
}

.faq-section {
  background-color: #eff6ff;
}
.faq-section h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  line-height: 1.15;
}
.single-faqs .faq-section {
  min-height: 60vh;
}
.faq-section .faq-subtitle {
  margin-bottom: 2.5rem;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.2;
}
.faq-section #faq-input {
  width: 100%;
  margin-bottom: 4rem;
  padding: 1.5rem 1.25rem;
  font-size: 1.25rem;
  color: #162133;
  background-color: #ffffff;
  border: 1px solid #d2e4ff;
  border-radius: 0.25rem;
}
.faq-section .category-title {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 500;
}
.faq-section .accordion .accordion-heading {
  padding: 2rem 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  background: transparent;
  border-left: 0;
  border-radius: 0;
  border-bottom: 1px solid #d2e4ff;
  color: #162133;
  cursor: pointer;
}
.faq-section .accordion .accordion-heading:after {
  right: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0;
  background: url("img/filter-arrow.svg") center/contain no-repeat;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.faq-section .accordion .accordion-heading.active {
  border-bottom: 0;
}
.faq-section .accordion .accordion-heading.active:after {
  transform: rotate(0deg);
}
.faq-section .accordion .accordion-heading:hover, .faq-section .accordion .accordion-heading.active {
  background: transparent;
}
.faq-section .accordion .accordion-heading.active + .accordion-content {
  border-bottom: 1px solid #d2e4ff;
}
.faq-section .accordion .accordion-content {
  padding: 0;
  font-size: 1.25rem;
  background: transparent;
  border-radius: 0;
}
.faq-section .accordion .accordion-content.open {
  padding: 0 0 2rem;
  margin-top: 0;
}
.faq-section .accordion .accordion-content .btn-link {
  padding: 0;
  text-align: left;
}

.account {
  background-color: #eff6ff;
}
@media screen and (min-width: 1201px) {
  .account {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}

.account-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1201px) {
  .account-layout {
    flex-direction: row;
    align-items: stretch;
    gap: 3rem;
  }
}

.account-sidebar {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 2rem;
  overflow: visible;
  border-bottom: 1px solid #e3eefe;
}
@media screen and (min-width: 1201px) {
  .account-sidebar {
    width: 20rem;
    flex-shrink: 0;
    padding-bottom: 0;
    padding-right: 2rem;
    border-bottom: none;
    border-right: 1px solid #e3eefe;
  }
}

.account-name {
  margin: 0;
  color: #162133;
}

.account-nav {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.account-sidebar .account-nav-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: left;
  color: #162133;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: color 0.5s ease;
}
.account-sidebar .account-nav-link svg {
  flex-shrink: 0;
}
.account-sidebar .account-nav-link:hover {
  color: #1461af;
}
.account-sidebar .account-nav-link.active {
  color: #1461af;
  background: transparent;
}

.account-content {
  flex: 1;
  min-width: 0;
}

.account-heading {
  margin: 0 0 2.5rem;
  color: #162133;
}

.account-subheading {
  margin: 3rem 0 1.5rem;
  color: #162133;
}

.account-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #162133;
}

.account-form .form-control {
  width: 100%;
  margin-bottom: 0;
  padding: 1.5rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #162133;
  background-color: #ffffff;
  border: 1px solid #d2e4ff;
  border-radius: 0.25rem;
}
.account-form .form-control:focus {
  outline: none;
  border-color: #1461af;
}

.account-form .input-error {
  margin: 0;
  color: #d83a3a;
}

.account-form .input-success {
  margin-top: 1rem;
  color: #2b9f73;
}

.account-form button[type=submit] {
  margin-top: 0.5rem;
  border-radius: 0.5rem;
}

.account-empty-text {
  font-size: 1.25rem;
  color: rgba(22, 33, 51, 0.6);
}

.order-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.order-table {
  width: 100%;
  border-collapse: collapse;
}
.order-table th,
.order-table td {
  padding: 0.75rem 0;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #e3eefe;
}
.order-table thead th {
  font-size: 1rem;
  font-weight: 400;
  color: #162133;
}
.order-table tbody td {
  font-size: 1.25rem;
  color: #162133;
}
.order-table .text-right {
  text-align: right;
}

.order-view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  color: #162133;
  background: #ffffff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: color 0.5s ease, background-color 0.5s ease;
}
.order-view-btn.modal-open {
  display: inline-flex !important;
}
.order-view-btn:hover {
  color: #ffffff;
  background: #1461af;
}

.order-modal .order-modal-content {
  width: 90%;
  max-width: 52rem;
  padding: 2.5rem;
  border: 0;
  border-radius: 1rem;
  background-color: #ffffff;
}

.order-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.order-modal-close {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #162133;
  background: none;
  border: 0;
  cursor: pointer;
}

.order-modal-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.order-modal-item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem 0;
}
.order-modal-item:not(:last-child) {
  border-bottom: 1px solid #d2e4ff;
}

.order-modal-item-image {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  background-color: #eff6ff;
}
.order-modal-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.order-modal-item-name {
  flex: 1;
  margin: 0;
  color: #162133;
}

.order-modal-item-qty {
  flex-shrink: 0;
  font-weight: 700;
  color: #162133;
}

.account-back-link {
  display: inline-block;
  margin-bottom: 1rem;
  color: rgba(22, 33, 51, 0.6);
  text-decoration: none;
  transition: color 0.5s ease;
}
.account-back-link:hover {
  color: #162133;
}

.order-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}
.order-detail-meta p {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
}
.order-detail-meta span {
  font-size: 1rem;
  color: rgba(22, 33, 51, 0.6);
}
.order-detail-meta strong {
  font-size: 1.25rem;
  color: #162133;
}

.order-product-title {
  display: block;
  color: #162133;
}

.order-product-code {
  display: block;
  font-size: 1rem;
  color: rgba(22, 33, 51, 0.6);
}

.order-detail-totals {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
}
.order-detail-totals p {
  display: flex;
  gap: 1rem;
  margin: 0;
  font-size: 1.25rem;
  color: #162133;
}

.contact-section {
  background-color: #eff6ff;
}

@media screen and (min-width: 1201px) {
  .contact-info {
    padding-right: 3rem;
  }
}

.contact-heading {
  margin-bottom: 2rem;
  color: #162133;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-detail-label {
  display: block;
  margin-bottom: 0.25rem;
  color: #162133;
}

.contact-detail-value {
  display: inline;
  font-size: 1.25rem;
  line-height: 1.6;
  font-style: normal;
  text-decoration: none;
  color: #162133;
  transition: color 0.5s ease;
}
.contact-detail-value:hover {
  color: #1461af;
}
.contact-detail-value a {
  color: inherit;
  text-decoration: none;
  transition: color 0.5s ease;
}
.contact-detail-value a:hover {
  color: #1461af;
}

.contact-form {
  margin-top: 2rem;
}
@media screen and (min-width: 1201px) {
  .contact-form {
    margin-top: 0;
  }
}
.contact-form .form-floating {
  margin-bottom: 1rem;
}
.contact-form .wpcf7-form > p {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #162133;
}
.contact-form .form-control {
  width: 100%;
  margin: 0;
  background: #ffffff;
  border: 1px solid #e3eefe;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #162133;
  box-sizing: border-box;
}
.contact-form .form-control:focus {
  outline: none;
  border-color: #1461af;
}
.contact-form textarea.form-control {
  min-height: 10rem;
  resize: vertical;
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #d83a3a;
}
.contact-form .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 0.875rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
}

.contact-form-submit {
  margin-top: 1.5rem;
  text-align: left;
}
.contact-form-submit input[type=submit] {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  background-color: #162133;
  border: none;
  border-radius: 0.5rem;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.5s ease;
}
.contact-form-submit input[type=submit]:hover {
  background-color: #1461af;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-text-fill-color: #162133;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
  box-shadow: 0 0 0 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.form-floating.is-centered > label {
  color: rgba(22, 33, 51, 0.5);
}
.form-floating.is-centered .wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form .form-floating > label {
  z-index: 1;
}

.request-form-card .form-floating label {
  left: 0;
  color: rgba(255, 255, 255, 0.5);
}
.request-form-card .form-floating.is-active label {
  color: rgba(255, 255, 255, 0.65);
}

.form-floating .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
}

.contact-form .form-floating .wpcf7-not-valid-tip {
  position: static;
  margin-top: 0.375rem;
}

input.form-control:user-invalid,
input.form-control.wpcf7-not-valid,
.form-control:has(+ .input-error:not(:empty)),
.form-floating:has(+ .input-error:not(:empty)) .form-control {
  border-color: #d83a3a;
}

.basket-section {
  background-color: #eff6ff;
}
@media screen and (min-width: 1201px) {
  .basket-section {
    min-height: calc(100vh - var(--header-height, 0px));
  }
}
.basket-section .breadcrumb {
  margin-bottom: 1.5rem;
}

.basket-card {
  border-radius: 1rem;
  overflow: hidden;
}

.basket-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e3eefe;
}
@media screen and (max-width: 1200px) {
  .basket-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}

.basket-title {
  margin: 0;
}

.basket-count {
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 1.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  color: #162133;
  white-space: nowrap;
}

.basket-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.basket-empty {
  padding: 2.5rem 0;
  margin: 0;
  text-align: center;
}

.basket-totals {
  padding: 1.25rem 0;
  border-top: 1px solid #e3eefe;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
}

.basket-total-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.basket-total-row #basket-subtotal,
.basket-total-row #basket-total {
  font-weight: 600;
}

.basket-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 0;
}
@media screen and (max-width: 1200px) {
  .basket-item {
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 1rem;
  }
}

.basket-item-qty-error {
  position: absolute;
  left: 0;
  bottom: 0.25rem;
  color: #d83a3a;
  font-size: 0.875rem;
}

.basket-item-image-wrap {
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  background-color: #eff6ff;
}
.basket-item-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.basket-item-name {
  flex: 1;
  min-width: 0;
  margin: 0;
  color: #162133;
}

.basket-item-price {
  margin: 0;
  font-weight: 600;
  color: #162133;
  white-space: nowrap;
}

.basket-item-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .basket-item-actions {
    flex-basis: 100%;
    margin-left: 0;
  }
}

.basket-item-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  background: none;
  border: 1px solid #e3eefe;
  border-radius: 50%;
  color: #8e8e8e;
  cursor: pointer;
  flex-shrink: 0;
  transition: color 0.5s ease, border-color 0.5s ease;
}
.basket-item-remove:hover {
  color: #d83a3a;
  border-color: #d83a3a;
}

.basket-form-card {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 1201px) {
  .basket-form-card {
    position: sticky;
    top: 2rem;
    margin-top: 0;
  }
}

.basket-form-title {
  margin: 0 0 1.75rem;
  color: #162133;
  text-transform: capitalize;
}

.basket-form fieldset {
  margin: 0;
  padding: 0;
  border: none;
  min-inline-size: 0;
}

.basket-form-section-title {
  display: block;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #162133;
}

.basket-form-fields {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.basket-form-field input {
  width: 100%;
  margin-bottom: 0;
  padding: 1.5rem 1.25rem;
  border: 1px solid var(--Grey, #D2E4FF);
}
.basket-form-field::placeholder {
  font-size: 1.25rem;
  color: black;
}

.basket-form-submit {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.basket-form-btn {
  width: 100%;
  justify-content: center;
  border-radius: 0.5rem;
}

.basket-success-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  padding: 3rem 1.5rem;
}

.basket-success-tick {
  color: #1461af;
}

.basket-success-home {
  margin-top: 0.5rem;
}

.basket-continue {
  display: block;
  padding: 1rem 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: #162133;
  text-decoration: none;
  border: 1px solid #e3eefe;
  border-radius: 0.5rem;
  transition: color 0.5s ease;
}
.basket-continue:hover {
  color: #1461af;
}

.about-intro-title {
  margin-bottom: 1.75rem;
}

.about-intro-content p:last-child {
  margin-bottom: 0;
}

.about-peter-images {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
.about-peter-images img {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .about-peter-images {
    flex-direction: column;
    align-items: center;
  }
  .about-peter-images img {
    width: 100%;
  }
}

.why-choose-banner {
  padding: 3rem 2rem;
  background-color: #162133;
  border-radius: 1.5rem;
}
@media screen and (min-width: 1201px) {
  .why-choose-banner {
    padding: 3.5rem 3rem;
  }
}

.why-choose-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .why-choose-header {
    margin-bottom: 3rem;
  }
}

.why-choose-title {
  margin: 0;
  max-width: 50rem;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.1;
  color: #ffffff;
}

.why-choose-grid {
  row-gap: 1rem;
}

.why-choose-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  height: 100%;
  padding: 1.5rem;
  background-color: #0f1a2d;
  border-radius: 1rem;
}

.why-choose-card-icon {
  display: block;
  width: 4.625rem;
  height: 4.625rem;
  object-fit: contain;
}

.why-choose-card-title {
  margin: 0;
  font-size: clamp(1.5rem, 2vw, 2.25rem);
  line-height: 1.1;
  font-weight: 600;
  color: #ffffff;
}

.why-choose-card-text {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.4;
  color: #ffffff;
}

.services-intro-section {
  background-color: #eff6ff;
}

.services-intro-title {
  margin: 0 0 2rem;
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  line-height: 1.1;
  color: #162133;
}

.services-intro-subtitle {
  margin: 0 0 1.5rem;
  font-size: clamp(1.5rem, 2.5vw, 2.75rem);
  line-height: 1.1;
  color: #162133;
}

.services-intro-content {
  color: #162133;
}
.services-intro-content p {
  margin: 0 0 1rem;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  line-height: 1.4;
}
.services-intro-content p:last-child {
  margin-bottom: 0;
}

.delivery-options-section {
  background-color: #eff6ff;
}

.services-intro-section + .delivery-options-section {
  padding-top: 0;
}

.delivery-options-title {
  margin: 0 0 1.5rem;
  font-size: clamp(1.5rem, 2.5vw, 2.75rem);
  line-height: 1.1;
  color: #162133;
}

.delivery-options-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.delivery-options-item {
  font-size: clamp(1.125rem, 1.5vw, 1.75rem);
  font-weight: 500;
  line-height: 1.3;
  color: #162133;
}
.delivery-options-item + .delivery-options-item {
  margin-top: 0.75rem;
}

.bespoke-section {
  background-color: #eff6ff;
}

.bespoke-title {
  margin: 0 0 1.5rem;
  font-size: clamp(1.5rem, 2.5vw, 2.75rem);
  line-height: 1.1;
  color: #162133;
}

.bespoke-intro {
  max-width: 60rem;
  margin: 0 auto 2.5rem;
  color: #162133;
}
.bespoke-intro p {
  margin: 0 0 1rem;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  line-height: 1.4;
}
.bespoke-intro p:last-child {
  margin-bottom: 0;
}

.bespoke-columns {
  row-gap: 2rem;
}
@media screen and (min-width: 1201px) {
  .bespoke-columns {
    row-gap: 0;
  }
}

.bespoke-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.bespoke-column-title {
  margin: 0;
  font-size: clamp(1.375rem, 1.75vw, 2.25rem);
  line-height: 1.15;
  font-weight: 600;
  color: #162133;
}

.bespoke-column-list {
  color: #162133;
}
.bespoke-column-list ul {
  margin: 0;
  padding-left: 1.25rem;
  list-style: disc;
}
.bespoke-column-list li {
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  line-height: 1.4;
}
.bespoke-column-list li + li {
  margin-top: 0.5rem;
}
.bespoke-column-list p:last-child {
  margin-bottom: 0;
}

.product-range-title {
  margin-bottom: 2.5rem;
  text-align: center;
}

.product-range-grid {
  row-gap: 2.5rem;
  justify-content: center;
}

.product-range-card {
  align-items: center;
  text-align: center;
}

.product-range-card-title {
  margin: 0 0 0.75rem;
}

.product-range-card-text {
  margin: 0 0 1.5rem;
  flex: 1;
}

.product-range-card-cta {
  align-self: center;
}

.page-content hr {
  margin: 2.5rem 0;
  border: none;
  border-top: 1px solid #d2e4ff;
}
.page-content h2,
.page-content h3,
.page-content h4 {
  margin-top: 2.5rem;
}
.page-content > .row > [class^=col] > :first-child {
  margin-top: 0;
}

.blog-content-header {
  padding: 2rem 0 1.5rem;
}
@media screen and (min-width: 1201px) {
  .blog-content-header {
    padding-top: 3rem;
  }
}

.blog-post-title {
  margin-bottom: 1rem;
  font-size: clamp(1.5rem, 2vw + 0.75rem, 2.5rem);
}

.blog-post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
  margin-bottom: 0;
}
.blog-post-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  color: rgba(22, 33, 51, 0.55);
}

.post-thumbnail {
  overflow: hidden;
  width: 100%;
  margin: 1.5rem 0 2rem;
  background: none;
  border-radius: 0.75rem;
}
.post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-content-footer {
  padding: 1.5rem 0 2.5rem;
  border-top: 1px solid #e3eefe;
}

.blog-post-nav {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.info-page-section {
  background-color: #ffffff;
}

.info-page-title {
  margin-bottom: 2rem;
}

.info-content ul,
.info-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.info-content li {
  margin-bottom: 0.5rem;
}
.info-content p:last-child,
.info-content ul:last-child,
.info-content ol:last-child {
  margin-bottom: 0;
}

.single-section {
  background-color: #eff6ff;
}

article.single-post {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.single-post-hero {
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .single-post-hero {
    border-radius: 0.75rem;
  }
}

.single-post-hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.single-post-meta {
  display: flex;
  align-items: center;
}

.single-post-date {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border: 1px solid rgba(22, 33, 51, 0.25);
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  color: #162133;
}

.single-post-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  color: #162133;
}

.single-post-content {
  color: #162133;
}
.single-post-content h2 {
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
.single-post-content h3 {
  font-size: clamp(1.375rem, 2vw, 1.875rem);
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.single-post-content p {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.single-post-content ul,
.single-post-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.6;
}
.single-post-content li {
  margin-bottom: 0.5rem;
}
.single-post-content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 2rem 0;
  border-radius: 0.75rem;
}
.single-post-content a {
  color: #1461af;
}
.single-post-content a:hover {
  color: #15eeff;
}
.single-post-content > *:last-child {
  margin-bottom: 0;
}

.about-intro-section {
  text-align: center;
}

.services-intro-section,
.delivery-options-section,
.bespoke-section {
  text-align: center;
}

.grecaptcha-badge {
  z-index: -1 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/*# sourceMappingURL=style.css.map */
