@charset "UTF-8";
/* ---------- BASE ---------- */
/*
 * Normalize - CSS resets
 */
*,
*:after,
*:before {
  box-sizing: border-box;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "pitchsemibold";
  src: url("../../assets/fonts/pitch-semibold-webfont.woff2") format("woff2"), url("../../assets/fonts/pitch-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "graphik_xxcondsemibold";
  src: url("../../assets/fonts/graphikxxcondensed-semibold-webfont.woff2") format("woff2"), url("../../assets/fonts/graphikxxcondensed-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
   COLORS
   ========================================================================== */
.white {
  color: #fff;
}

.smoke {
  color: #f0edec;
}

.grey {
  color: #74858c;
}

.charcoal {
  color: #003542;
}

.black {
  color: #000;
}

.primary {
  color: #f15a33;
}

.secondary {
  color: #455e45;
}

.tertiary {
  color: #20c997;
}

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

.bg-smoke {
  background-color: #f0edec !important;
}

.bg-grey {
  background-color: #74858c !important;
}

.bg-charcoal {
  background-color: #003542 !important;
}

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

.bg-primary {
  background-color: #f15a33 !important;
}

.bg-secondary {
  background-color: #455e45 !important;
}

.bg-tertiary {
  background-color: #20c997 !important;
}

/* ==========================================================================
   MIX-INS
   ========================================================================== */
.center-middle-child {
  display: flex;
}
.center-middle-child * {
  flex: 1;
  display: flex;
  justify-content: center;
}
.center-middle-child *:first-child {
  justify-content: flex-start;
}
.center-middle-child *:last-child {
  justify-content: flex-end;
}

/* ==========================================================================
   GLOBAL
   ========================================================================== */
:root {
  --base: 26;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

html,
body {
  font-size: 26px;
  scroll-behavior: smooth !important;
}

body {
  margin: 0;
  padding: 0;
}
body li {
  background: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.nav-open {
  overflow: hidden !important;
}

::selection {
  background: rgba(241, 90, 51, 0.65);
}

::-moz-selection {
  background: rgba(241, 90, 51, 0.65);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover select:-webkit-autofill,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: green;
  transition: background-color 5000s ease-in-out 0s;
}

@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.grecaptcha-badge {
  display: none !important;
}

/* ---------- UTILITIES ---------- */
/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   CONTAINERS
   ========================================================================== */
.container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5384615385rem;
  width: 100%;
  padding-left: 3.0769230769rem;
  padding-right: 3.0769230769rem;
  max-width: 69.2307692308rem;
  margin: 0 auto;
}
.container.container-fluid {
  max-width: 69.2307692308rem;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .container {
    gap: 0.6153846154rem;
    padding-left: calc(3.0769230769rem / 2);
    padding-right: calc(3.0769230769rem / 2);
  }
}

#columns-overlay {
  pointer-events: none;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5384615385rem;
  padding-left: 3.0769230769rem;
  padding-right: 3.0769230769rem;
  max-width: 69.2307692308rem;
  margin: 0 auto;
}
@media (max-width: 660px) {
  #columns-overlay {
    gap: 0.6153846154rem;
    padding-left: calc(3.0769230769rem / 2);
    padding-right: calc(3.0769230769rem / 2);
  }
}
#columns-overlay .col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100vh;
  padding-top: 1rem;
  background: rgba(220, 53, 69, 0.15);
}
#columns-overlay .col span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.9230769231rem;
  width: 0.9230769231rem;
  border-radius: 0.1538461538rem;
  background: #fff;
}
#columns-overlay.active {
  display: grid;
}

/* ==========================================================================
   COLUMNS
   ========================================================================== */
.col-1 {
  grid-column-end: span 1;
}

.col-2 {
  grid-column-end: span 2;
}

.col-3 {
  grid-column-end: span 3;
}

.col-4 {
  grid-column-end: span 4;
}

.col-5 {
  grid-column-end: span 5;
}

.col-6 {
  grid-column-end: span 6;
}

.col-7 {
  grid-column-end: span 7;
}

.col-8 {
  grid-column-end: span 8;
}

.col-9 {
  grid-column-end: span 9;
}

.col-10 {
  grid-column-end: span 10;
}

.col-11 {
  grid-column-end: span 11;
}

.col-12 {
  grid-column-end: span 12;
  grid-column-start: 1;
}

.offset-1 {
  grid-column-start: 2;
}

.offset-2 {
  grid-column-start: 3;
}

.offset-3 {
  grid-column-start: 4;
}

.offset-4 {
  grid-column-start: 5;
}

.offset-5 {
  grid-column-start: 6;
}

.offset-6 {
  grid-column-start: 7;
}

.offset-7 {
  grid-column-start: 8;
}

.offset-8 {
  grid-column-start: 9;
}

.offset-9 {
  grid-column-start: 10;
}

.offset-10 {
  grid-column-start: 11;
}

.offset-11 {
  grid-column-start: 12;
}

.offset-12 {
  grid-column-start: 13;
}

@media (max-width: 1700px) {
  .col-xxl-1 {
    grid-column-end: span 1;
  }
}

@media (max-width: 1700px) {
  .col-xxl-2 {
    grid-column-end: span 2;
  }
}

@media (max-width: 1700px) {
  .col-xxl-3 {
    grid-column-end: span 3;
  }
}

@media (max-width: 1700px) {
  .col-xxl-4 {
    grid-column-end: span 4;
  }
}

@media (max-width: 1700px) {
  .col-xxl-5 {
    grid-column-end: span 5;
  }
}

@media (max-width: 1700px) {
  .col-xxl-6 {
    grid-column-end: span 6;
  }
}

@media (max-width: 1700px) {
  .col-xxl-7 {
    grid-column-end: span 7;
  }
}

@media (max-width: 1700px) {
  .col-xxl-8 {
    grid-column-end: span 8;
  }
}

@media (max-width: 1700px) {
  .col-xxl-9 {
    grid-column-end: span 9;
  }
}

@media (max-width: 1700px) {
  .col-xxl-10 {
    grid-column-end: span 10;
  }
}

@media (max-width: 1700px) {
  .col-xxl-11 {
    grid-column-end: span 11;
  }
}

@media (max-width: 1700px) {
  .col-xxl-12 {
    grid-column-end: span 12;
    grid-column-start: 1;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-0 {
    grid-column-start: 1;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-1 {
    grid-column-start: 2;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-2 {
    grid-column-start: 3;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-3 {
    grid-column-start: 4;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-4 {
    grid-column-start: 5;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-5 {
    grid-column-start: 6;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-6 {
    grid-column-start: 7;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-7 {
    grid-column-start: 8;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-8 {
    grid-column-start: 9;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-9 {
    grid-column-start: 10;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-10 {
    grid-column-start: 11;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-11 {
    grid-column-start: 12;
  }
}

@media (max-width: 1700px) {
  .offset-xxl-12 {
    grid-column-start: 13;
  }
}

@media (max-width: 1480px) {
  .col-xl-1 {
    grid-column-end: span 1;
  }
}

@media (max-width: 1480px) {
  .col-xl-2 {
    grid-column-end: span 2;
  }
}

@media (max-width: 1480px) {
  .col-xl-3 {
    grid-column-end: span 3;
  }
}

@media (max-width: 1480px) {
  .col-xl-4 {
    grid-column-end: span 4;
  }
}

@media (max-width: 1480px) {
  .col-xl-5 {
    grid-column-end: span 5;
  }
}

@media (max-width: 1480px) {
  .col-xl-6 {
    grid-column-end: span 6;
  }
}

@media (max-width: 1480px) {
  .col-xl-7 {
    grid-column-end: span 7;
  }
}

@media (max-width: 1480px) {
  .col-xl-8 {
    grid-column-end: span 8;
  }
}

@media (max-width: 1480px) {
  .col-xl-9 {
    grid-column-end: span 9;
  }
}

@media (max-width: 1480px) {
  .col-xl-10 {
    grid-column-end: span 10;
  }
}

@media (max-width: 1480px) {
  .col-xl-11 {
    grid-column-end: span 11;
  }
}

@media (max-width: 1480px) {
  .col-xl-12 {
    grid-column-end: span 12;
    grid-column-start: 1;
  }
}

@media (max-width: 1480px) {
  .offset-xl-0 {
    grid-column-start: 1;
  }
}

@media (max-width: 1480px) {
  .offset-xl-1 {
    grid-column-start: 2;
  }
}

@media (max-width: 1480px) {
  .offset-xl-2 {
    grid-column-start: 3;
  }
}

@media (max-width: 1480px) {
  .offset-xl-3 {
    grid-column-start: 4;
  }
}

@media (max-width: 1480px) {
  .offset-xl-4 {
    grid-column-start: 5;
  }
}

@media (max-width: 1480px) {
  .offset-xl-5 {
    grid-column-start: 6;
  }
}

@media (max-width: 1480px) {
  .offset-xl-6 {
    grid-column-start: 7;
  }
}

@media (max-width: 1480px) {
  .offset-xl-7 {
    grid-column-start: 8;
  }
}

@media (max-width: 1480px) {
  .offset-xl-8 {
    grid-column-start: 9;
  }
}

@media (max-width: 1480px) {
  .offset-xl-9 {
    grid-column-start: 10;
  }
}

@media (max-width: 1480px) {
  .offset-xl-10 {
    grid-column-start: 11;
  }
}

@media (max-width: 1480px) {
  .offset-xl-11 {
    grid-column-start: 12;
  }
}

@media (max-width: 1480px) {
  .offset-xl-12 {
    grid-column-start: 13;
  }
}

@media (max-width: 1240px) {
  .col-lg-1 {
    grid-column-end: span 1;
  }
}

@media (max-width: 1240px) {
  .col-lg-2 {
    grid-column-end: span 2;
  }
}

@media (max-width: 1240px) {
  .col-lg-3 {
    grid-column-end: span 3;
  }
}

@media (max-width: 1240px) {
  .col-lg-4 {
    grid-column-end: span 4;
  }
}

@media (max-width: 1240px) {
  .col-lg-5 {
    grid-column-end: span 5;
  }
}

@media (max-width: 1240px) {
  .col-lg-6 {
    grid-column-end: span 6;
  }
}

@media (max-width: 1240px) {
  .col-lg-7 {
    grid-column-end: span 7;
  }
}

@media (max-width: 1240px) {
  .col-lg-8 {
    grid-column-end: span 8;
  }
}

@media (max-width: 1240px) {
  .col-lg-9 {
    grid-column-end: span 9;
  }
}

@media (max-width: 1240px) {
  .col-lg-10 {
    grid-column-end: span 10;
  }
}

@media (max-width: 1240px) {
  .col-lg-11 {
    grid-column-end: span 11;
  }
}

@media (max-width: 1240px) {
  .col-lg-12 {
    grid-column-end: span 12;
    grid-column-start: 1;
  }
}

@media (max-width: 1240px) {
  .offset-lg-0 {
    grid-column-start: 1;
  }
}

@media (max-width: 1240px) {
  .offset-lg-1 {
    grid-column-start: 2;
  }
}

@media (max-width: 1240px) {
  .offset-lg-2 {
    grid-column-start: 3;
  }
}

@media (max-width: 1240px) {
  .offset-lg-3 {
    grid-column-start: 4;
  }
}

@media (max-width: 1240px) {
  .offset-lg-4 {
    grid-column-start: 5;
  }
}

@media (max-width: 1240px) {
  .offset-lg-5 {
    grid-column-start: 6;
  }
}

@media (max-width: 1240px) {
  .offset-lg-6 {
    grid-column-start: 7;
  }
}

@media (max-width: 1240px) {
  .offset-lg-7 {
    grid-column-start: 8;
  }
}

@media (max-width: 1240px) {
  .offset-lg-8 {
    grid-column-start: 9;
  }
}

@media (max-width: 1240px) {
  .offset-lg-9 {
    grid-column-start: 10;
  }
}

@media (max-width: 1240px) {
  .offset-lg-10 {
    grid-column-start: 11;
  }
}

@media (max-width: 1240px) {
  .offset-lg-11 {
    grid-column-start: 12;
  }
}

@media (max-width: 1240px) {
  .offset-lg-12 {
    grid-column-start: 13;
  }
}

@media (max-width: 980px) {
  .col-md-1 {
    grid-column-end: span 1;
  }
}

@media (max-width: 980px) {
  .col-md-2 {
    grid-column-end: span 2;
  }
}

@media (max-width: 980px) {
  .col-md-3 {
    grid-column-end: span 3;
  }
}

@media (max-width: 980px) {
  .col-md-4 {
    grid-column-end: span 4;
  }
}

@media (max-width: 980px) {
  .col-md-5 {
    grid-column-end: span 5;
  }
}

@media (max-width: 980px) {
  .col-md-6 {
    grid-column-end: span 6;
  }
}

@media (max-width: 980px) {
  .col-md-7 {
    grid-column-end: span 7;
  }
}

@media (max-width: 980px) {
  .col-md-8 {
    grid-column-end: span 8;
  }
}

@media (max-width: 980px) {
  .col-md-9 {
    grid-column-end: span 9;
  }
}

@media (max-width: 980px) {
  .col-md-10 {
    grid-column-end: span 10;
  }
}

@media (max-width: 980px) {
  .col-md-11 {
    grid-column-end: span 11;
  }
}

@media (max-width: 980px) {
  .col-md-12 {
    grid-column-end: span 12;
    grid-column-start: 1;
  }
}

@media (max-width: 980px) {
  .offset-md-0 {
    grid-column-start: 1;
  }
}

@media (max-width: 980px) {
  .offset-md-1 {
    grid-column-start: 2;
  }
}

@media (max-width: 980px) {
  .offset-md-2 {
    grid-column-start: 3;
  }
}

@media (max-width: 980px) {
  .offset-md-3 {
    grid-column-start: 4;
  }
}

@media (max-width: 980px) {
  .offset-md-4 {
    grid-column-start: 5;
  }
}

@media (max-width: 980px) {
  .offset-md-5 {
    grid-column-start: 6;
  }
}

@media (max-width: 980px) {
  .offset-md-6 {
    grid-column-start: 7;
  }
}

@media (max-width: 980px) {
  .offset-md-7 {
    grid-column-start: 8;
  }
}

@media (max-width: 980px) {
  .offset-md-8 {
    grid-column-start: 9;
  }
}

@media (max-width: 980px) {
  .offset-md-9 {
    grid-column-start: 10;
  }
}

@media (max-width: 980px) {
  .offset-md-10 {
    grid-column-start: 11;
  }
}

@media (max-width: 980px) {
  .offset-md-11 {
    grid-column-start: 12;
  }
}

@media (max-width: 980px) {
  .offset-md-12 {
    grid-column-start: 13;
  }
}

@media (max-width: 660px) {
  .col-sm-1 {
    grid-column-end: span 1;
  }
}

@media (max-width: 660px) {
  .col-sm-2 {
    grid-column-end: span 2;
  }
}

@media (max-width: 660px) {
  .col-sm-3 {
    grid-column-end: span 3;
  }
}

@media (max-width: 660px) {
  .col-sm-4 {
    grid-column-end: span 4;
  }
}

@media (max-width: 660px) {
  .col-sm-5 {
    grid-column-end: span 5;
  }
}

@media (max-width: 660px) {
  .col-sm-6 {
    grid-column-end: span 6;
  }
}

@media (max-width: 660px) {
  .col-sm-7 {
    grid-column-end: span 7;
  }
}

@media (max-width: 660px) {
  .col-sm-8 {
    grid-column-end: span 8;
  }
}

@media (max-width: 660px) {
  .col-sm-9 {
    grid-column-end: span 9;
  }
}

@media (max-width: 660px) {
  .col-sm-10 {
    grid-column-end: span 10;
  }
}

@media (max-width: 660px) {
  .col-sm-11 {
    grid-column-end: span 11;
  }
}

@media (max-width: 660px) {
  .col-sm-12 {
    grid-column-end: span 12;
    grid-column-start: 1;
  }
}

@media (max-width: 660px) {
  .offset-sm-0 {
    grid-column-start: 1;
  }
}

@media (max-width: 660px) {
  .offset-sm-1 {
    grid-column-start: 2;
  }
}

@media (max-width: 660px) {
  .offset-sm-2 {
    grid-column-start: 3;
  }
}

@media (max-width: 660px) {
  .offset-sm-3 {
    grid-column-start: 4;
  }
}

@media (max-width: 660px) {
  .offset-sm-4 {
    grid-column-start: 5;
  }
}

@media (max-width: 660px) {
  .offset-sm-5 {
    grid-column-start: 6;
  }
}

@media (max-width: 660px) {
  .offset-sm-6 {
    grid-column-start: 7;
  }
}

@media (max-width: 660px) {
  .offset-sm-7 {
    grid-column-start: 8;
  }
}

@media (max-width: 660px) {
  .offset-sm-8 {
    grid-column-start: 9;
  }
}

@media (max-width: 660px) {
  .offset-sm-9 {
    grid-column-start: 10;
  }
}

@media (max-width: 660px) {
  .offset-sm-10 {
    grid-column-start: 11;
  }
}

@media (max-width: 660px) {
  .offset-sm-11 {
    grid-column-start: 12;
  }
}

@media (max-width: 660px) {
  .offset-sm-12 {
    grid-column-start: 13;
  }
}

@media (max-width: 380px) {
  .col-xs-1 {
    grid-column-end: span 1;
  }
}

@media (max-width: 380px) {
  .col-xs-2 {
    grid-column-end: span 2;
  }
}

@media (max-width: 380px) {
  .col-xs-3 {
    grid-column-end: span 3;
  }
}

@media (max-width: 380px) {
  .col-xs-4 {
    grid-column-end: span 4;
  }
}

@media (max-width: 380px) {
  .col-xs-5 {
    grid-column-end: span 5;
  }
}

@media (max-width: 380px) {
  .col-xs-6 {
    grid-column-end: span 6;
  }
}

@media (max-width: 380px) {
  .col-xs-7 {
    grid-column-end: span 7;
  }
}

@media (max-width: 380px) {
  .col-xs-8 {
    grid-column-end: span 8;
  }
}

@media (max-width: 380px) {
  .col-xs-9 {
    grid-column-end: span 9;
  }
}

@media (max-width: 380px) {
  .col-xs-10 {
    grid-column-end: span 10;
  }
}

@media (max-width: 380px) {
  .col-xs-11 {
    grid-column-end: span 11;
  }
}

@media (max-width: 380px) {
  .col-xs-12 {
    grid-column-end: span 12;
    grid-column-start: 1;
  }
}

@media (max-width: 380px) {
  .offset-xs-0 {
    grid-column-start: 1;
  }
}

@media (max-width: 380px) {
  .offset-xs-1 {
    grid-column-start: 2;
  }
}

@media (max-width: 380px) {
  .offset-xs-2 {
    grid-column-start: 3;
  }
}

@media (max-width: 380px) {
  .offset-xs-3 {
    grid-column-start: 4;
  }
}

@media (max-width: 380px) {
  .offset-xs-4 {
    grid-column-start: 5;
  }
}

@media (max-width: 380px) {
  .offset-xs-5 {
    grid-column-start: 6;
  }
}

@media (max-width: 380px) {
  .offset-xs-6 {
    grid-column-start: 7;
  }
}

@media (max-width: 380px) {
  .offset-xs-7 {
    grid-column-start: 8;
  }
}

@media (max-width: 380px) {
  .offset-xs-8 {
    grid-column-start: 9;
  }
}

@media (max-width: 380px) {
  .offset-xs-9 {
    grid-column-start: 10;
  }
}

@media (max-width: 380px) {
  .offset-xs-10 {
    grid-column-start: 11;
  }
}

@media (max-width: 380px) {
  .offset-xs-11 {
    grid-column-start: 12;
  }
}

@media (max-width: 380px) {
  .offset-xs-12 {
    grid-column-start: 13;
  }
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (max-width: 1700px) {
  .order-xxl-1 {
    order: 1;
  }
}

@media (max-width: 1700px) {
  .order-xxl-2 {
    order: 2;
  }
}

@media (max-width: 1700px) {
  .order-xxl-3 {
    order: 3;
  }
}

@media (max-width: 1700px) {
  .order-xxl-4 {
    order: 4;
  }
}

@media (max-width: 1700px) {
  .order-xxl-5 {
    order: 5;
  }
}

@media (max-width: 1700px) {
  .order-xxl-6 {
    order: 6;
  }
}

@media (max-width: 1700px) {
  .order-xxl-7 {
    order: 7;
  }
}

@media (max-width: 1700px) {
  .order-xxl-8 {
    order: 8;
  }
}

@media (max-width: 1700px) {
  .order-xxl-9 {
    order: 9;
  }
}

@media (max-width: 1700px) {
  .order-xxl-10 {
    order: 10;
  }
}

@media (max-width: 1700px) {
  .order-xxl-11 {
    order: 11;
  }
}

@media (max-width: 1700px) {
  .order-xxl-12 {
    order: 12;
  }
}

@media (max-width: 1480px) {
  .order-xl-1 {
    order: 1;
  }
}

@media (max-width: 1480px) {
  .order-xl-2 {
    order: 2;
  }
}

@media (max-width: 1480px) {
  .order-xl-3 {
    order: 3;
  }
}

@media (max-width: 1480px) {
  .order-xl-4 {
    order: 4;
  }
}

@media (max-width: 1480px) {
  .order-xl-5 {
    order: 5;
  }
}

@media (max-width: 1480px) {
  .order-xl-6 {
    order: 6;
  }
}

@media (max-width: 1480px) {
  .order-xl-7 {
    order: 7;
  }
}

@media (max-width: 1480px) {
  .order-xl-8 {
    order: 8;
  }
}

@media (max-width: 1480px) {
  .order-xl-9 {
    order: 9;
  }
}

@media (max-width: 1480px) {
  .order-xl-10 {
    order: 10;
  }
}

@media (max-width: 1480px) {
  .order-xl-11 {
    order: 11;
  }
}

@media (max-width: 1480px) {
  .order-xl-12 {
    order: 12;
  }
}

@media (max-width: 1240px) {
  .order-lg-1 {
    order: 1;
  }
}

@media (max-width: 1240px) {
  .order-lg-2 {
    order: 2;
  }
}

@media (max-width: 1240px) {
  .order-lg-3 {
    order: 3;
  }
}

@media (max-width: 1240px) {
  .order-lg-4 {
    order: 4;
  }
}

@media (max-width: 1240px) {
  .order-lg-5 {
    order: 5;
  }
}

@media (max-width: 1240px) {
  .order-lg-6 {
    order: 6;
  }
}

@media (max-width: 1240px) {
  .order-lg-7 {
    order: 7;
  }
}

@media (max-width: 1240px) {
  .order-lg-8 {
    order: 8;
  }
}

@media (max-width: 1240px) {
  .order-lg-9 {
    order: 9;
  }
}

@media (max-width: 1240px) {
  .order-lg-10 {
    order: 10;
  }
}

@media (max-width: 1240px) {
  .order-lg-11 {
    order: 11;
  }
}

@media (max-width: 1240px) {
  .order-lg-12 {
    order: 12;
  }
}

@media (max-width: 980px) {
  .order-md-1 {
    order: 1;
  }
}

@media (max-width: 980px) {
  .order-md-2 {
    order: 2;
  }
}

@media (max-width: 980px) {
  .order-md-3 {
    order: 3;
  }
}

@media (max-width: 980px) {
  .order-md-4 {
    order: 4;
  }
}

@media (max-width: 980px) {
  .order-md-5 {
    order: 5;
  }
}

@media (max-width: 980px) {
  .order-md-6 {
    order: 6;
  }
}

@media (max-width: 980px) {
  .order-md-7 {
    order: 7;
  }
}

@media (max-width: 980px) {
  .order-md-8 {
    order: 8;
  }
}

@media (max-width: 980px) {
  .order-md-9 {
    order: 9;
  }
}

@media (max-width: 980px) {
  .order-md-10 {
    order: 10;
  }
}

@media (max-width: 980px) {
  .order-md-11 {
    order: 11;
  }
}

@media (max-width: 980px) {
  .order-md-12 {
    order: 12;
  }
}

@media (max-width: 660px) {
  .order-sm-1 {
    order: 1;
  }
}

@media (max-width: 660px) {
  .order-sm-2 {
    order: 2;
  }
}

@media (max-width: 660px) {
  .order-sm-3 {
    order: 3;
  }
}

@media (max-width: 660px) {
  .order-sm-4 {
    order: 4;
  }
}

@media (max-width: 660px) {
  .order-sm-5 {
    order: 5;
  }
}

@media (max-width: 660px) {
  .order-sm-6 {
    order: 6;
  }
}

@media (max-width: 660px) {
  .order-sm-7 {
    order: 7;
  }
}

@media (max-width: 660px) {
  .order-sm-8 {
    order: 8;
  }
}

@media (max-width: 660px) {
  .order-sm-9 {
    order: 9;
  }
}

@media (max-width: 660px) {
  .order-sm-10 {
    order: 10;
  }
}

@media (max-width: 660px) {
  .order-sm-11 {
    order: 11;
  }
}

@media (max-width: 660px) {
  .order-sm-12 {
    order: 12;
  }
}

@media (max-width: 380px) {
  .order-xs-1 {
    order: 1;
  }
}

@media (max-width: 380px) {
  .order-xs-2 {
    order: 2;
  }
}

@media (max-width: 380px) {
  .order-xs-3 {
    order: 3;
  }
}

@media (max-width: 380px) {
  .order-xs-4 {
    order: 4;
  }
}

@media (max-width: 380px) {
  .order-xs-5 {
    order: 5;
  }
}

@media (max-width: 380px) {
  .order-xs-6 {
    order: 6;
  }
}

@media (max-width: 380px) {
  .order-xs-7 {
    order: 7;
  }
}

@media (max-width: 380px) {
  .order-xs-8 {
    order: 8;
  }
}

@media (max-width: 380px) {
  .order-xs-9 {
    order: 9;
  }
}

@media (max-width: 380px) {
  .order-xs-10 {
    order: 10;
  }
}

@media (max-width: 380px) {
  .order-xs-11 {
    order: 11;
  }
}

@media (max-width: 380px) {
  .order-xs-12 {
    order: 12;
  }
}

/* ==========================================================================
   DISPLAY
   ========================================================================== */
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

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

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

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

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

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

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

@media (max-width: 1700px) {
  .d-xxl-inline {
    display: inline !important;
  }
}
@media (max-width: 1480px) {
  .d-xl-inline {
    display: inline !important;
  }
}
@media (max-width: 1240px) {
  .d-lg-inline {
    display: inline !important;
  }
}
@media (max-width: 980px) {
  .d-md-inline {
    display: inline !important;
  }
}
@media (max-width: 660px) {
  .d-sm-inline {
    display: inline !important;
  }
}
@media (max-width: 380px) {
  .d-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 1700px) {
  .d-xxl-block {
    display: block !important;
  }
}
@media (max-width: 1480px) {
  .d-xl-block {
    display: block !important;
  }
}
@media (max-width: 1240px) {
  .d-lg-block {
    display: block !important;
  }
}
@media (max-width: 980px) {
  .d-md-block {
    display: block !important;
  }
}
@media (max-width: 660px) {
  .d-sm-block {
    display: block !important;
  }
}
@media (max-width: 380px) {
  .d-xs-block {
    display: block !important;
  }
}
@media (max-width: 1700px) {
  .d-xxl-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 1480px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 1240px) {
  .d-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 980px) {
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 660px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 380px) {
  .d-xs-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 1700px) {
  .d-xxl-flex {
    display: flex !important;
  }
}
@media (max-width: 1480px) {
  .d-xl-flex {
    display: flex !important;
  }
}
@media (max-width: 1240px) {
  .d-lg-flex {
    display: flex !important;
  }
}
@media (max-width: 980px) {
  .d-md-flex {
    display: flex !important;
  }
}
@media (max-width: 660px) {
  .d-sm-flex {
    display: flex !important;
  }
}
@media (max-width: 380px) {
  .d-xs-flex {
    display: flex !important;
  }
}
@media (max-width: 1700px) {
  .d-xxl-grid {
    display: grid !important;
  }
}
@media (max-width: 1480px) {
  .d-xl-grid {
    display: grid !important;
  }
}
@media (max-width: 1240px) {
  .d-lg-grid {
    display: grid !important;
  }
}
@media (max-width: 980px) {
  .d-md-grid {
    display: grid !important;
  }
}
@media (max-width: 660px) {
  .d-sm-grid {
    display: grid !important;
  }
}
@media (max-width: 380px) {
  .d-xs-grid {
    display: grid !important;
  }
}
@media (max-width: 1700px) {
  .d-xxl-none {
    display: none !important;
  }
}
@media (max-width: 1480px) {
  .d-xl-none {
    display: none !important;
  }
}
@media (max-width: 1240px) {
  .d-lg-none {
    display: none !important;
  }
}
@media (max-width: 980px) {
  .d-md-none {
    display: none !important;
  }
}
@media (max-width: 660px) {
  .d-sm-none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .d-xs-none {
    display: none !important;
  }
}
/* ==========================================================================
   ALIGNMENT
   ========================================================================== */
.flex-equal > * {
  flex: 1 0 0;
}

.grid-equal {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(1px, 1fr));
}

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

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

.justify-items-end {
  justify-items: end;
}

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

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

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

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

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

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

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

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

.align-items-between {
  align-items: space-between;
}

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

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

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

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

@media (max-width: 1700px) {
  .justify-items-xxl-start {
    justify-items: start;
  }
}
@media (max-width: 1480px) {
  .justify-items-xl-start {
    justify-items: start;
  }
}
@media (max-width: 1240px) {
  .justify-items-lg-start {
    justify-items: start;
  }
}
@media (max-width: 980px) {
  .justify-items-md-start {
    justify-items: start;
  }
}
@media (max-width: 660px) {
  .justify-items-sm-start {
    justify-items: start;
  }
}
@media (max-width: 380px) {
  .justify-items-xs-start {
    justify-items: start;
  }
}
@media (max-width: 1700px) {
  .justify-items-xxl-center {
    justify-items: center;
  }
}
@media (max-width: 1480px) {
  .justify-items-xl-center {
    justify-items: center;
  }
}
@media (max-width: 1240px) {
  .justify-items-lg-center {
    justify-items: center;
  }
}
@media (max-width: 980px) {
  .justify-items-md-center {
    justify-items: center;
  }
}
@media (max-width: 660px) {
  .justify-items-sm-center {
    justify-items: center;
  }
}
@media (max-width: 380px) {
  .justify-items-xs-center {
    justify-items: center;
  }
}
@media (max-width: 1700px) {
  .justify-items-xxl-end {
    justify-items: end;
  }
}
@media (max-width: 1480px) {
  .justify-items-xl-end {
    justify-items: end;
  }
}
@media (max-width: 1240px) {
  .justify-items-lg-end {
    justify-items: end;
  }
}
@media (max-width: 980px) {
  .justify-items-md-end {
    justify-items: end;
  }
}
@media (max-width: 660px) {
  .justify-items-sm-end {
    justify-items: end;
  }
}
@media (max-width: 380px) {
  .justify-items-xs-end {
    justify-items: end;
  }
}
@media (max-width: 1700px) {
  .justify-items-xxl-space-between {
    justify-items: space-between;
  }
}
@media (max-width: 1480px) {
  .justify-items-xl-space-between {
    justify-items: space-between;
  }
}
@media (max-width: 1240px) {
  .justify-items-lg-space-between {
    justify-items: space-between;
  }
}
@media (max-width: 980px) {
  .justify-items-md-space-between {
    justify-items: space-between;
  }
}
@media (max-width: 660px) {
  .justify-items-sm-space-between {
    justify-items: space-between;
  }
}
@media (max-width: 380px) {
  .justify-items-xs-space-between {
    justify-items: space-between;
  }
}
@media (max-width: 1700px) {
  .justify-content-xxl-start {
    justify-content: start;
  }
}
@media (max-width: 1480px) {
  .justify-content-xl-start {
    justify-content: start;
  }
}
@media (max-width: 1240px) {
  .justify-content-lg-start {
    justify-content: start;
  }
}
@media (max-width: 980px) {
  .justify-content-md-start {
    justify-content: start;
  }
}
@media (max-width: 660px) {
  .justify-content-sm-start {
    justify-content: start;
  }
}
@media (max-width: 380px) {
  .justify-content-xs-start {
    justify-content: start;
  }
}
@media (max-width: 1700px) {
  .justify-content-xxl-center {
    justify-content: center;
  }
}
@media (max-width: 1480px) {
  .justify-content-xl-center {
    justify-content: center;
  }
}
@media (max-width: 1240px) {
  .justify-content-lg-center {
    justify-content: center;
  }
}
@media (max-width: 980px) {
  .justify-content-md-center {
    justify-content: center;
  }
}
@media (max-width: 660px) {
  .justify-content-sm-center {
    justify-content: center;
  }
}
@media (max-width: 380px) {
  .justify-content-xs-center {
    justify-content: center;
  }
}
@media (max-width: 1700px) {
  .justify-content-xxl-end {
    justify-content: end;
  }
}
@media (max-width: 1480px) {
  .justify-content-xl-end {
    justify-content: end;
  }
}
@media (max-width: 1240px) {
  .justify-content-lg-end {
    justify-content: end;
  }
}
@media (max-width: 980px) {
  .justify-content-md-end {
    justify-content: end;
  }
}
@media (max-width: 660px) {
  .justify-content-sm-end {
    justify-content: end;
  }
}
@media (max-width: 380px) {
  .justify-content-xs-end {
    justify-content: end;
  }
}
@media (max-width: 1700px) {
  .justify-content-xxl-space-between {
    justify-content: space-between;
  }
}
@media (max-width: 1480px) {
  .justify-content-xl-space-between {
    justify-content: space-between;
  }
}
@media (max-width: 1240px) {
  .justify-content-lg-space-between {
    justify-content: space-between;
  }
}
@media (max-width: 980px) {
  .justify-content-md-space-between {
    justify-content: space-between;
  }
}
@media (max-width: 660px) {
  .justify-content-sm-space-between {
    justify-content: space-between;
  }
}
@media (max-width: 380px) {
  .justify-content-xs-space-between {
    justify-content: space-between;
  }
}
@media (max-width: 1700px) {
  .align-items-xxl-start {
    align-items: start;
  }
}
@media (max-width: 1480px) {
  .align-items-xl-start {
    align-items: start;
  }
}
@media (max-width: 1240px) {
  .align-items-lg-start {
    align-items: start;
  }
}
@media (max-width: 980px) {
  .align-items-md-start {
    align-items: start;
  }
}
@media (max-width: 660px) {
  .align-items-sm-start {
    align-items: start;
  }
}
@media (max-width: 380px) {
  .align-items-xs-start {
    align-items: start;
  }
}
@media (max-width: 1700px) {
  .align-items-xxl-center {
    align-items: center;
  }
}
@media (max-width: 1480px) {
  .align-items-xl-center {
    align-items: center;
  }
}
@media (max-width: 1240px) {
  .align-items-lg-center {
    align-items: center;
  }
}
@media (max-width: 980px) {
  .align-items-md-center {
    align-items: center;
  }
}
@media (max-width: 660px) {
  .align-items-sm-center {
    align-items: center;
  }
}
@media (max-width: 380px) {
  .align-items-xs-center {
    align-items: center;
  }
}
@media (max-width: 1700px) {
  .align-items-xxl-end {
    align-items: end;
  }
}
@media (max-width: 1480px) {
  .align-items-xl-end {
    align-items: end;
  }
}
@media (max-width: 1240px) {
  .align-items-lg-end {
    align-items: end;
  }
}
@media (max-width: 980px) {
  .align-items-md-end {
    align-items: end;
  }
}
@media (max-width: 660px) {
  .align-items-sm-end {
    align-items: end;
  }
}
@media (max-width: 380px) {
  .align-items-xs-end {
    align-items: end;
  }
}
@media (max-width: 1700px) {
  .align-items-xxl-space-between {
    align-items: space-between;
  }
}
@media (max-width: 1480px) {
  .align-items-xl-space-between {
    align-items: space-between;
  }
}
@media (max-width: 1240px) {
  .align-items-lg-space-between {
    align-items: space-between;
  }
}
@media (max-width: 980px) {
  .align-items-md-space-between {
    align-items: space-between;
  }
}
@media (max-width: 660px) {
  .align-items-sm-space-between {
    align-items: space-between;
  }
}
@media (max-width: 380px) {
  .align-items-xs-space-between {
    align-items: space-between;
  }
}
@media (max-width: 1700px) {
  .align-content-xxl-start {
    align-content: start;
  }
}
@media (max-width: 1480px) {
  .align-content-xl-start {
    align-content: start;
  }
}
@media (max-width: 1240px) {
  .align-content-lg-start {
    align-content: start;
  }
}
@media (max-width: 980px) {
  .align-content-md-start {
    align-content: start;
  }
}
@media (max-width: 660px) {
  .align-content-sm-start {
    align-content: start;
  }
}
@media (max-width: 380px) {
  .align-content-xs-start {
    align-content: start;
  }
}
@media (max-width: 1700px) {
  .align-content-xxl-center {
    align-content: center;
  }
}
@media (max-width: 1480px) {
  .align-content-xl-center {
    align-content: center;
  }
}
@media (max-width: 1240px) {
  .align-content-lg-center {
    align-content: center;
  }
}
@media (max-width: 980px) {
  .align-content-md-center {
    align-content: center;
  }
}
@media (max-width: 660px) {
  .align-content-sm-center {
    align-content: center;
  }
}
@media (max-width: 380px) {
  .align-content-xs-center {
    align-content: center;
  }
}
@media (max-width: 1700px) {
  .align-content-xxl-end {
    align-content: end;
  }
}
@media (max-width: 1480px) {
  .align-content-xl-end {
    align-content: end;
  }
}
@media (max-width: 1240px) {
  .align-content-lg-end {
    align-content: end;
  }
}
@media (max-width: 980px) {
  .align-content-md-end {
    align-content: end;
  }
}
@media (max-width: 660px) {
  .align-content-sm-end {
    align-content: end;
  }
}
@media (max-width: 380px) {
  .align-content-xs-end {
    align-content: end;
  }
}
@media (max-width: 1700px) {
  .align-content-xxl-space-between {
    align-content: space-between;
  }
}
@media (max-width: 1480px) {
  .align-content-xl-space-between {
    align-content: space-between;
  }
}
@media (max-width: 1240px) {
  .align-content-lg-space-between {
    align-content: space-between;
  }
}
@media (max-width: 980px) {
  .align-content-md-space-between {
    align-content: space-between;
  }
}
@media (max-width: 660px) {
  .align-content-sm-space-between {
    align-content: space-between;
  }
}
@media (max-width: 380px) {
  .align-content-xs-space-between {
    align-content: space-between;
  }
}
.flex-column {
  flex-direction: column;
}

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

@media (max-width: 1700px) {
  .flex-xxl-column {
    flex-direction: column;
  }
}
@media (max-width: 1480px) {
  .flex-xl-column {
    flex-direction: column;
  }
}
@media (max-width: 1240px) {
  .flex-lg-column {
    flex-direction: column;
  }
}
@media (max-width: 980px) {
  .flex-md-column {
    flex-direction: column;
  }
}
@media (max-width: 660px) {
  .flex-sm-column {
    flex-direction: column;
  }
}
@media (max-width: 380px) {
  .flex-xs-column {
    flex-direction: column;
  }
}
@media (max-width: 1700px) {
  .flex-xxl-row {
    flex-direction: row;
  }
}
@media (max-width: 1480px) {
  .flex-xl-row {
    flex-direction: row;
  }
}
@media (max-width: 1240px) {
  .flex-lg-row {
    flex-direction: row;
  }
}
@media (max-width: 980px) {
  .flex-md-row {
    flex-direction: row;
  }
}
@media (max-width: 660px) {
  .flex-sm-row {
    flex-direction: row;
  }
}
@media (max-width: 380px) {
  .flex-xs-row {
    flex-direction: row;
  }
}
/* ==========================================================================
   SPACING
   ========================================================================== */
.m-auto {
  margin: auto !important;
}

.m-0 {
  margin: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1700px) {
  .m-xxl-auto {
    margin: auto !important;
  }
}
@media (max-width: 1700px) {
  .m-xxl-0 {
    margin: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .m-xxl-1 {
    margin: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .m-xxl-2 {
    margin: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .m-xxl-3 {
    margin: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .m-xxl-4 {
    margin: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .m-xxl-5 {
    margin: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .m-xxl-6 {
    margin: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .m-xxl-7 {
    margin: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .m-xxl-8 {
    margin: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .m-xxl-9 {
    margin: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .m-xxl-10 {
    margin: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-auto {
    margin: auto !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-0 {
    margin: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-1 {
    margin: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-2 {
    margin: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-3 {
    margin: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-4 {
    margin: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-5 {
    margin: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-6 {
    margin: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-7 {
    margin: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-8 {
    margin: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-9 {
    margin: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .m-xl-10 {
    margin: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-auto {
    margin: auto !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-0 {
    margin: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-1 {
    margin: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-2 {
    margin: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-3 {
    margin: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-4 {
    margin: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-5 {
    margin: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-6 {
    margin: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-7 {
    margin: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-8 {
    margin: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-9 {
    margin: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .m-lg-10 {
    margin: 10rem !important;
  }
}
@media (max-width: 980px) {
  .m-md-auto {
    margin: auto !important;
  }
}
@media (max-width: 980px) {
  .m-md-0 {
    margin: 0rem !important;
  }
}
@media (max-width: 980px) {
  .m-md-1 {
    margin: 1rem !important;
  }
}
@media (max-width: 980px) {
  .m-md-2 {
    margin: 2rem !important;
  }
}
@media (max-width: 980px) {
  .m-md-3 {
    margin: 3rem !important;
  }
}
@media (max-width: 980px) {
  .m-md-4 {
    margin: 4rem !important;
  }
}
@media (max-width: 980px) {
  .m-md-5 {
    margin: 5rem !important;
  }
}
@media (max-width: 980px) {
  .m-md-6 {
    margin: 6rem !important;
  }
}
@media (max-width: 980px) {
  .m-md-7 {
    margin: 7rem !important;
  }
}
@media (max-width: 980px) {
  .m-md-8 {
    margin: 8rem !important;
  }
}
@media (max-width: 980px) {
  .m-md-9 {
    margin: 9rem !important;
  }
}
@media (max-width: 980px) {
  .m-md-10 {
    margin: 10rem !important;
  }
}
@media (max-width: 660px) {
  .m-sm-auto {
    margin: auto !important;
  }
}
@media (max-width: 660px) {
  .m-sm-0 {
    margin: 0rem !important;
  }
}
@media (max-width: 660px) {
  .m-sm-1 {
    margin: 1rem !important;
  }
}
@media (max-width: 660px) {
  .m-sm-2 {
    margin: 2rem !important;
  }
}
@media (max-width: 660px) {
  .m-sm-3 {
    margin: 3rem !important;
  }
}
@media (max-width: 660px) {
  .m-sm-4 {
    margin: 4rem !important;
  }
}
@media (max-width: 660px) {
  .m-sm-5 {
    margin: 5rem !important;
  }
}
@media (max-width: 660px) {
  .m-sm-6 {
    margin: 6rem !important;
  }
}
@media (max-width: 660px) {
  .m-sm-7 {
    margin: 7rem !important;
  }
}
@media (max-width: 660px) {
  .m-sm-8 {
    margin: 8rem !important;
  }
}
@media (max-width: 660px) {
  .m-sm-9 {
    margin: 9rem !important;
  }
}
@media (max-width: 660px) {
  .m-sm-10 {
    margin: 10rem !important;
  }
}
@media (max-width: 380px) {
  .m-xs-auto {
    margin: auto !important;
  }
}
@media (max-width: 380px) {
  .m-xs-0 {
    margin: 0rem !important;
  }
}
@media (max-width: 380px) {
  .m-xs-1 {
    margin: 1rem !important;
  }
}
@media (max-width: 380px) {
  .m-xs-2 {
    margin: 2rem !important;
  }
}
@media (max-width: 380px) {
  .m-xs-3 {
    margin: 3rem !important;
  }
}
@media (max-width: 380px) {
  .m-xs-4 {
    margin: 4rem !important;
  }
}
@media (max-width: 380px) {
  .m-xs-5 {
    margin: 5rem !important;
  }
}
@media (max-width: 380px) {
  .m-xs-6 {
    margin: 6rem !important;
  }
}
@media (max-width: 380px) {
  .m-xs-7 {
    margin: 7rem !important;
  }
}
@media (max-width: 380px) {
  .m-xs-8 {
    margin: 8rem !important;
  }
}
@media (max-width: 380px) {
  .m-xs-9 {
    margin: 9rem !important;
  }
}
@media (max-width: 380px) {
  .m-xs-10 {
    margin: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .p-xxl-0 {
    padding: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .p-xxl-1 {
    padding: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .p-xxl-2 {
    padding: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .p-xxl-3 {
    padding: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .p-xxl-4 {
    padding: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .p-xxl-5 {
    padding: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .p-xxl-6 {
    padding: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .p-xxl-7 {
    padding: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .p-xxl-8 {
    padding: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .p-xxl-9 {
    padding: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .p-xxl-10 {
    padding: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .p-xl-0 {
    padding: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .p-xl-1 {
    padding: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .p-xl-2 {
    padding: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .p-xl-3 {
    padding: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .p-xl-4 {
    padding: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .p-xl-5 {
    padding: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .p-xl-6 {
    padding: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .p-xl-7 {
    padding: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .p-xl-8 {
    padding: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .p-xl-9 {
    padding: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .p-xl-10 {
    padding: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .p-lg-0 {
    padding: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .p-lg-1 {
    padding: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .p-lg-2 {
    padding: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .p-lg-3 {
    padding: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .p-lg-4 {
    padding: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .p-lg-5 {
    padding: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .p-lg-6 {
    padding: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .p-lg-7 {
    padding: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .p-lg-8 {
    padding: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .p-lg-9 {
    padding: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .p-lg-10 {
    padding: 10rem !important;
  }
}
@media (max-width: 980px) {
  .p-md-0 {
    padding: 0rem !important;
  }
}
@media (max-width: 980px) {
  .p-md-1 {
    padding: 1rem !important;
  }
}
@media (max-width: 980px) {
  .p-md-2 {
    padding: 2rem !important;
  }
}
@media (max-width: 980px) {
  .p-md-3 {
    padding: 3rem !important;
  }
}
@media (max-width: 980px) {
  .p-md-4 {
    padding: 4rem !important;
  }
}
@media (max-width: 980px) {
  .p-md-5 {
    padding: 5rem !important;
  }
}
@media (max-width: 980px) {
  .p-md-6 {
    padding: 6rem !important;
  }
}
@media (max-width: 980px) {
  .p-md-7 {
    padding: 7rem !important;
  }
}
@media (max-width: 980px) {
  .p-md-8 {
    padding: 8rem !important;
  }
}
@media (max-width: 980px) {
  .p-md-9 {
    padding: 9rem !important;
  }
}
@media (max-width: 980px) {
  .p-md-10 {
    padding: 10rem !important;
  }
}
@media (max-width: 660px) {
  .p-sm-0 {
    padding: 0rem !important;
  }
}
@media (max-width: 660px) {
  .p-sm-1 {
    padding: 1rem !important;
  }
}
@media (max-width: 660px) {
  .p-sm-2 {
    padding: 2rem !important;
  }
}
@media (max-width: 660px) {
  .p-sm-3 {
    padding: 3rem !important;
  }
}
@media (max-width: 660px) {
  .p-sm-4 {
    padding: 4rem !important;
  }
}
@media (max-width: 660px) {
  .p-sm-5 {
    padding: 5rem !important;
  }
}
@media (max-width: 660px) {
  .p-sm-6 {
    padding: 6rem !important;
  }
}
@media (max-width: 660px) {
  .p-sm-7 {
    padding: 7rem !important;
  }
}
@media (max-width: 660px) {
  .p-sm-8 {
    padding: 8rem !important;
  }
}
@media (max-width: 660px) {
  .p-sm-9 {
    padding: 9rem !important;
  }
}
@media (max-width: 660px) {
  .p-sm-10 {
    padding: 10rem !important;
  }
}
@media (max-width: 380px) {
  .p-xs-0 {
    padding: 0rem !important;
  }
}
@media (max-width: 380px) {
  .p-xs-1 {
    padding: 1rem !important;
  }
}
@media (max-width: 380px) {
  .p-xs-2 {
    padding: 2rem !important;
  }
}
@media (max-width: 380px) {
  .p-xs-3 {
    padding: 3rem !important;
  }
}
@media (max-width: 380px) {
  .p-xs-4 {
    padding: 4rem !important;
  }
}
@media (max-width: 380px) {
  .p-xs-5 {
    padding: 5rem !important;
  }
}
@media (max-width: 380px) {
  .p-xs-6 {
    padding: 6rem !important;
  }
}
@media (max-width: 380px) {
  .p-xs-7 {
    padding: 7rem !important;
  }
}
@media (max-width: 380px) {
  .p-xs-8 {
    padding: 8rem !important;
  }
}
@media (max-width: 380px) {
  .p-xs-9 {
    padding: 9rem !important;
  }
}
@media (max-width: 380px) {
  .p-xs-10 {
    padding: 10rem !important;
  }
}
.mt-auto {
  margin-top: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1700px) {
  .mt-xxl-auto {
    margin-top: auto !important;
  }
}
@media (max-width: 1700px) {
  .mt-xxl-0 {
    margin-top: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .mt-xxl-1 {
    margin-top: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .mt-xxl-2 {
    margin-top: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .mt-xxl-3 {
    margin-top: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .mt-xxl-4 {
    margin-top: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .mt-xxl-5 {
    margin-top: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .mt-xxl-6 {
    margin-top: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .mt-xxl-7 {
    margin-top: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .mt-xxl-8 {
    margin-top: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .mt-xxl-9 {
    margin-top: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .mt-xxl-10 {
    margin-top: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-auto {
    margin-top: auto !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-0 {
    margin-top: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-2 {
    margin-top: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-4 {
    margin-top: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-5 {
    margin-top: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-7 {
    margin-top: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-8 {
    margin-top: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-9 {
    margin-top: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .mt-xl-10 {
    margin-top: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-auto {
    margin-top: auto !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
}
@media (max-width: 980px) {
  .mt-md-auto {
    margin-top: auto !important;
  }
}
@media (max-width: 980px) {
  .mt-md-0 {
    margin-top: 0rem !important;
  }
}
@media (max-width: 980px) {
  .mt-md-1 {
    margin-top: 1rem !important;
  }
}
@media (max-width: 980px) {
  .mt-md-2 {
    margin-top: 2rem !important;
  }
}
@media (max-width: 980px) {
  .mt-md-3 {
    margin-top: 3rem !important;
  }
}
@media (max-width: 980px) {
  .mt-md-4 {
    margin-top: 4rem !important;
  }
}
@media (max-width: 980px) {
  .mt-md-5 {
    margin-top: 5rem !important;
  }
}
@media (max-width: 980px) {
  .mt-md-6 {
    margin-top: 6rem !important;
  }
}
@media (max-width: 980px) {
  .mt-md-7 {
    margin-top: 7rem !important;
  }
}
@media (max-width: 980px) {
  .mt-md-8 {
    margin-top: 8rem !important;
  }
}
@media (max-width: 980px) {
  .mt-md-9 {
    margin-top: 9rem !important;
  }
}
@media (max-width: 980px) {
  .mt-md-10 {
    margin-top: 10rem !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-auto {
    margin-top: auto !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
}
@media (max-width: 660px) {
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-auto {
    margin-top: auto !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-0 {
    margin-top: 0rem !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-1 {
    margin-top: 1rem !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-2 {
    margin-top: 2rem !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-3 {
    margin-top: 3rem !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-4 {
    margin-top: 4rem !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-5 {
    margin-top: 5rem !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-6 {
    margin-top: 6rem !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-7 {
    margin-top: 7rem !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-8 {
    margin-top: 8rem !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-9 {
    margin-top: 9rem !important;
  }
}
@media (max-width: 380px) {
  .mt-xs-10 {
    margin-top: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-auto {
    margin-right: auto !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-0 {
    margin-right: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-1 {
    margin-right: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-2 {
    margin-right: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-3 {
    margin-right: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-4 {
    margin-right: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-5 {
    margin-right: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-6 {
    margin-right: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-7 {
    margin-right: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-8 {
    margin-right: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-9 {
    margin-right: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .me-xxl-10 {
    margin-right: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-auto {
    margin-right: auto !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-0 {
    margin-right: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-1 {
    margin-right: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-2 {
    margin-right: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-3 {
    margin-right: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-4 {
    margin-right: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-5 {
    margin-right: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-6 {
    margin-right: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-7 {
    margin-right: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-8 {
    margin-right: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-9 {
    margin-right: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .me-xl-10 {
    margin-right: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-auto {
    margin-right: auto !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-0 {
    margin-right: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-1 {
    margin-right: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-2 {
    margin-right: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-3 {
    margin-right: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-4 {
    margin-right: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-5 {
    margin-right: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-6 {
    margin-right: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-7 {
    margin-right: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-8 {
    margin-right: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-9 {
    margin-right: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .me-lg-10 {
    margin-right: 10rem !important;
  }
}
@media (max-width: 980px) {
  .me-md-auto {
    margin-right: auto !important;
  }
}
@media (max-width: 980px) {
  .me-md-0 {
    margin-right: 0rem !important;
  }
}
@media (max-width: 980px) {
  .me-md-1 {
    margin-right: 1rem !important;
  }
}
@media (max-width: 980px) {
  .me-md-2 {
    margin-right: 2rem !important;
  }
}
@media (max-width: 980px) {
  .me-md-3 {
    margin-right: 3rem !important;
  }
}
@media (max-width: 980px) {
  .me-md-4 {
    margin-right: 4rem !important;
  }
}
@media (max-width: 980px) {
  .me-md-5 {
    margin-right: 5rem !important;
  }
}
@media (max-width: 980px) {
  .me-md-6 {
    margin-right: 6rem !important;
  }
}
@media (max-width: 980px) {
  .me-md-7 {
    margin-right: 7rem !important;
  }
}
@media (max-width: 980px) {
  .me-md-8 {
    margin-right: 8rem !important;
  }
}
@media (max-width: 980px) {
  .me-md-9 {
    margin-right: 9rem !important;
  }
}
@media (max-width: 980px) {
  .me-md-10 {
    margin-right: 10rem !important;
  }
}
@media (max-width: 660px) {
  .me-sm-auto {
    margin-right: auto !important;
  }
}
@media (max-width: 660px) {
  .me-sm-0 {
    margin-right: 0rem !important;
  }
}
@media (max-width: 660px) {
  .me-sm-1 {
    margin-right: 1rem !important;
  }
}
@media (max-width: 660px) {
  .me-sm-2 {
    margin-right: 2rem !important;
  }
}
@media (max-width: 660px) {
  .me-sm-3 {
    margin-right: 3rem !important;
  }
}
@media (max-width: 660px) {
  .me-sm-4 {
    margin-right: 4rem !important;
  }
}
@media (max-width: 660px) {
  .me-sm-5 {
    margin-right: 5rem !important;
  }
}
@media (max-width: 660px) {
  .me-sm-6 {
    margin-right: 6rem !important;
  }
}
@media (max-width: 660px) {
  .me-sm-7 {
    margin-right: 7rem !important;
  }
}
@media (max-width: 660px) {
  .me-sm-8 {
    margin-right: 8rem !important;
  }
}
@media (max-width: 660px) {
  .me-sm-9 {
    margin-right: 9rem !important;
  }
}
@media (max-width: 660px) {
  .me-sm-10 {
    margin-right: 10rem !important;
  }
}
@media (max-width: 380px) {
  .me-xs-auto {
    margin-right: auto !important;
  }
}
@media (max-width: 380px) {
  .me-xs-0 {
    margin-right: 0rem !important;
  }
}
@media (max-width: 380px) {
  .me-xs-1 {
    margin-right: 1rem !important;
  }
}
@media (max-width: 380px) {
  .me-xs-2 {
    margin-right: 2rem !important;
  }
}
@media (max-width: 380px) {
  .me-xs-3 {
    margin-right: 3rem !important;
  }
}
@media (max-width: 380px) {
  .me-xs-4 {
    margin-right: 4rem !important;
  }
}
@media (max-width: 380px) {
  .me-xs-5 {
    margin-right: 5rem !important;
  }
}
@media (max-width: 380px) {
  .me-xs-6 {
    margin-right: 6rem !important;
  }
}
@media (max-width: 380px) {
  .me-xs-7 {
    margin-right: 7rem !important;
  }
}
@media (max-width: 380px) {
  .me-xs-8 {
    margin-right: 8rem !important;
  }
}
@media (max-width: 380px) {
  .me-xs-9 {
    margin-right: 9rem !important;
  }
}
@media (max-width: 380px) {
  .me-xs-10 {
    margin-right: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-0 {
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-2 {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-4 {
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-5 {
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 980px) {
  .mb-md-auto {
    margin-bottom: auto !important;
  }
}
@media (max-width: 980px) {
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 980px) {
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 980px) {
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 980px) {
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 980px) {
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 980px) {
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 980px) {
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 980px) {
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 980px) {
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 980px) {
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 980px) {
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 660px) {
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-0 {
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-1 {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-2 {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-3 {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-4 {
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-5 {
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-6 {
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-7 {
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-8 {
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-9 {
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 380px) {
  .mb-xs-10 {
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-auto {
    margin-left: auto !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-0 {
    margin-left: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-1 {
    margin-left: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-2 {
    margin-left: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-3 {
    margin-left: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-4 {
    margin-left: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-5 {
    margin-left: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-6 {
    margin-left: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-7 {
    margin-left: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-8 {
    margin-left: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-9 {
    margin-left: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .ms-xxl-10 {
    margin-left: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-auto {
    margin-left: auto !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-0 {
    margin-left: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-1 {
    margin-left: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-2 {
    margin-left: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-3 {
    margin-left: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-4 {
    margin-left: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-5 {
    margin-left: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-6 {
    margin-left: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-7 {
    margin-left: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-8 {
    margin-left: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-9 {
    margin-left: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .ms-xl-10 {
    margin-left: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-auto {
    margin-left: auto !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-0 {
    margin-left: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-1 {
    margin-left: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-2 {
    margin-left: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-3 {
    margin-left: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-4 {
    margin-left: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-5 {
    margin-left: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-6 {
    margin-left: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-7 {
    margin-left: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-8 {
    margin-left: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-9 {
    margin-left: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .ms-lg-10 {
    margin-left: 10rem !important;
  }
}
@media (max-width: 980px) {
  .ms-md-auto {
    margin-left: auto !important;
  }
}
@media (max-width: 980px) {
  .ms-md-0 {
    margin-left: 0rem !important;
  }
}
@media (max-width: 980px) {
  .ms-md-1 {
    margin-left: 1rem !important;
  }
}
@media (max-width: 980px) {
  .ms-md-2 {
    margin-left: 2rem !important;
  }
}
@media (max-width: 980px) {
  .ms-md-3 {
    margin-left: 3rem !important;
  }
}
@media (max-width: 980px) {
  .ms-md-4 {
    margin-left: 4rem !important;
  }
}
@media (max-width: 980px) {
  .ms-md-5 {
    margin-left: 5rem !important;
  }
}
@media (max-width: 980px) {
  .ms-md-6 {
    margin-left: 6rem !important;
  }
}
@media (max-width: 980px) {
  .ms-md-7 {
    margin-left: 7rem !important;
  }
}
@media (max-width: 980px) {
  .ms-md-8 {
    margin-left: 8rem !important;
  }
}
@media (max-width: 980px) {
  .ms-md-9 {
    margin-left: 9rem !important;
  }
}
@media (max-width: 980px) {
  .ms-md-10 {
    margin-left: 10rem !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-auto {
    margin-left: auto !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-0 {
    margin-left: 0rem !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-1 {
    margin-left: 1rem !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-2 {
    margin-left: 2rem !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-3 {
    margin-left: 3rem !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-4 {
    margin-left: 4rem !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-5 {
    margin-left: 5rem !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-6 {
    margin-left: 6rem !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-7 {
    margin-left: 7rem !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-8 {
    margin-left: 8rem !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-9 {
    margin-left: 9rem !important;
  }
}
@media (max-width: 660px) {
  .ms-sm-10 {
    margin-left: 10rem !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-auto {
    margin-left: auto !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-0 {
    margin-left: 0rem !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-1 {
    margin-left: 1rem !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-2 {
    margin-left: 2rem !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-3 {
    margin-left: 3rem !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-4 {
    margin-left: 4rem !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-5 {
    margin-left: 5rem !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-6 {
    margin-left: 6rem !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-7 {
    margin-left: 7rem !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-8 {
    margin-left: 8rem !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-9 {
    margin-left: 9rem !important;
  }
}
@media (max-width: 380px) {
  .ms-xs-10 {
    margin-left: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 980px) {
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (max-width: 980px) {
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 980px) {
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 980px) {
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 980px) {
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 980px) {
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 980px) {
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 980px) {
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 980px) {
  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 980px) {
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 980px) {
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 980px) {
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 660px) {
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (max-width: 660px) {
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 660px) {
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 660px) {
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 660px) {
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 660px) {
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 660px) {
  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 660px) {
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 660px) {
  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 660px) {
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 660px) {
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 660px) {
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 380px) {
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (max-width: 380px) {
  .my-xs-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 380px) {
  .my-xs-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 380px) {
  .my-xs-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 380px) {
  .my-xs-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 380px) {
  .my-xs-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 380px) {
  .my-xs-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 380px) {
  .my-xs-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 380px) {
  .my-xs-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 380px) {
  .my-xs-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 380px) {
  .my-xs-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
}
@media (max-width: 380px) {
  .my-xs-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .mx-xxl-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .mx-xl-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .mx-lg-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}
@media (max-width: 980px) {
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 980px) {
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
@media (max-width: 980px) {
  .mx-md-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 980px) {
  .mx-md-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media (max-width: 980px) {
  .mx-md-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media (max-width: 980px) {
  .mx-md-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media (max-width: 980px) {
  .mx-md-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media (max-width: 980px) {
  .mx-md-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media (max-width: 980px) {
  .mx-md-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}
@media (max-width: 980px) {
  .mx-md-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}
@media (max-width: 980px) {
  .mx-md-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
}
@media (max-width: 980px) {
  .mx-md-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
}
@media (max-width: 660px) {
  .mx-sm-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
}
@media (max-width: 380px) {
  .mx-xs-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .pt-xxl-0 {
    padding-top: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .pt-xxl-1 {
    padding-top: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .pt-xxl-2 {
    padding-top: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .pt-xxl-3 {
    padding-top: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .pt-xxl-4 {
    padding-top: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .pt-xxl-5 {
    padding-top: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .pt-xxl-6 {
    padding-top: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .pt-xxl-7 {
    padding-top: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .pt-xxl-8 {
    padding-top: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .pt-xxl-9 {
    padding-top: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .pt-xxl-10 {
    padding-top: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .pt-xl-0 {
    padding-top: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .pt-xl-1 {
    padding-top: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .pt-xl-2 {
    padding-top: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .pt-xl-3 {
    padding-top: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .pt-xl-4 {
    padding-top: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .pt-xl-5 {
    padding-top: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .pt-xl-7 {
    padding-top: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .pt-xl-8 {
    padding-top: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .pt-xl-9 {
    padding-top: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .pt-xl-10 {
    padding-top: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
}
@media (max-width: 980px) {
  .pt-md-0 {
    padding-top: 0rem !important;
  }
}
@media (max-width: 980px) {
  .pt-md-1 {
    padding-top: 1rem !important;
  }
}
@media (max-width: 980px) {
  .pt-md-2 {
    padding-top: 2rem !important;
  }
}
@media (max-width: 980px) {
  .pt-md-3 {
    padding-top: 3rem !important;
  }
}
@media (max-width: 980px) {
  .pt-md-4 {
    padding-top: 4rem !important;
  }
}
@media (max-width: 980px) {
  .pt-md-5 {
    padding-top: 5rem !important;
  }
}
@media (max-width: 980px) {
  .pt-md-6 {
    padding-top: 6rem !important;
  }
}
@media (max-width: 980px) {
  .pt-md-7 {
    padding-top: 7rem !important;
  }
}
@media (max-width: 980px) {
  .pt-md-8 {
    padding-top: 8rem !important;
  }
}
@media (max-width: 980px) {
  .pt-md-9 {
    padding-top: 9rem !important;
  }
}
@media (max-width: 980px) {
  .pt-md-10 {
    padding-top: 10rem !important;
  }
}
@media (max-width: 660px) {
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
}
@media (max-width: 660px) {
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
}
@media (max-width: 660px) {
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
}
@media (max-width: 660px) {
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
}
@media (max-width: 660px) {
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
}
@media (max-width: 660px) {
  .pt-sm-5 {
    padding-top: 5rem !important;
  }
}
@media (max-width: 660px) {
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
}
@media (max-width: 660px) {
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
}
@media (max-width: 660px) {
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
}
@media (max-width: 660px) {
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
}
@media (max-width: 660px) {
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
}
@media (max-width: 380px) {
  .pt-xs-0 {
    padding-top: 0rem !important;
  }
}
@media (max-width: 380px) {
  .pt-xs-1 {
    padding-top: 1rem !important;
  }
}
@media (max-width: 380px) {
  .pt-xs-2 {
    padding-top: 2rem !important;
  }
}
@media (max-width: 380px) {
  .pt-xs-3 {
    padding-top: 3rem !important;
  }
}
@media (max-width: 380px) {
  .pt-xs-4 {
    padding-top: 4rem !important;
  }
}
@media (max-width: 380px) {
  .pt-xs-5 {
    padding-top: 5rem !important;
  }
}
@media (max-width: 380px) {
  .pt-xs-6 {
    padding-top: 6rem !important;
  }
}
@media (max-width: 380px) {
  .pt-xs-7 {
    padding-top: 7rem !important;
  }
}
@media (max-width: 380px) {
  .pt-xs-8 {
    padding-top: 8rem !important;
  }
}
@media (max-width: 380px) {
  .pt-xs-9 {
    padding-top: 9rem !important;
  }
}
@media (max-width: 380px) {
  .pt-xs-10 {
    padding-top: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .pe-xxl-0 {
    padding-right: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .pe-xxl-1 {
    padding-right: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .pe-xxl-2 {
    padding-right: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .pe-xxl-3 {
    padding-right: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .pe-xxl-4 {
    padding-right: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .pe-xxl-5 {
    padding-right: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .pe-xxl-6 {
    padding-right: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .pe-xxl-7 {
    padding-right: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .pe-xxl-8 {
    padding-right: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .pe-xxl-9 {
    padding-right: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .pe-xxl-10 {
    padding-right: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .pe-xl-0 {
    padding-right: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .pe-xl-1 {
    padding-right: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .pe-xl-2 {
    padding-right: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .pe-xl-3 {
    padding-right: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .pe-xl-4 {
    padding-right: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .pe-xl-5 {
    padding-right: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .pe-xl-6 {
    padding-right: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .pe-xl-7 {
    padding-right: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .pe-xl-8 {
    padding-right: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .pe-xl-9 {
    padding-right: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .pe-xl-10 {
    padding-right: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .pe-lg-0 {
    padding-right: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .pe-lg-1 {
    padding-right: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .pe-lg-2 {
    padding-right: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .pe-lg-3 {
    padding-right: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .pe-lg-4 {
    padding-right: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .pe-lg-5 {
    padding-right: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .pe-lg-6 {
    padding-right: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .pe-lg-7 {
    padding-right: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .pe-lg-8 {
    padding-right: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .pe-lg-9 {
    padding-right: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .pe-lg-10 {
    padding-right: 10rem !important;
  }
}
@media (max-width: 980px) {
  .pe-md-0 {
    padding-right: 0rem !important;
  }
}
@media (max-width: 980px) {
  .pe-md-1 {
    padding-right: 1rem !important;
  }
}
@media (max-width: 980px) {
  .pe-md-2 {
    padding-right: 2rem !important;
  }
}
@media (max-width: 980px) {
  .pe-md-3 {
    padding-right: 3rem !important;
  }
}
@media (max-width: 980px) {
  .pe-md-4 {
    padding-right: 4rem !important;
  }
}
@media (max-width: 980px) {
  .pe-md-5 {
    padding-right: 5rem !important;
  }
}
@media (max-width: 980px) {
  .pe-md-6 {
    padding-right: 6rem !important;
  }
}
@media (max-width: 980px) {
  .pe-md-7 {
    padding-right: 7rem !important;
  }
}
@media (max-width: 980px) {
  .pe-md-8 {
    padding-right: 8rem !important;
  }
}
@media (max-width: 980px) {
  .pe-md-9 {
    padding-right: 9rem !important;
  }
}
@media (max-width: 980px) {
  .pe-md-10 {
    padding-right: 10rem !important;
  }
}
@media (max-width: 660px) {
  .pe-sm-0 {
    padding-right: 0rem !important;
  }
}
@media (max-width: 660px) {
  .pe-sm-1 {
    padding-right: 1rem !important;
  }
}
@media (max-width: 660px) {
  .pe-sm-2 {
    padding-right: 2rem !important;
  }
}
@media (max-width: 660px) {
  .pe-sm-3 {
    padding-right: 3rem !important;
  }
}
@media (max-width: 660px) {
  .pe-sm-4 {
    padding-right: 4rem !important;
  }
}
@media (max-width: 660px) {
  .pe-sm-5 {
    padding-right: 5rem !important;
  }
}
@media (max-width: 660px) {
  .pe-sm-6 {
    padding-right: 6rem !important;
  }
}
@media (max-width: 660px) {
  .pe-sm-7 {
    padding-right: 7rem !important;
  }
}
@media (max-width: 660px) {
  .pe-sm-8 {
    padding-right: 8rem !important;
  }
}
@media (max-width: 660px) {
  .pe-sm-9 {
    padding-right: 9rem !important;
  }
}
@media (max-width: 660px) {
  .pe-sm-10 {
    padding-right: 10rem !important;
  }
}
@media (max-width: 380px) {
  .pe-xs-0 {
    padding-right: 0rem !important;
  }
}
@media (max-width: 380px) {
  .pe-xs-1 {
    padding-right: 1rem !important;
  }
}
@media (max-width: 380px) {
  .pe-xs-2 {
    padding-right: 2rem !important;
  }
}
@media (max-width: 380px) {
  .pe-xs-3 {
    padding-right: 3rem !important;
  }
}
@media (max-width: 380px) {
  .pe-xs-4 {
    padding-right: 4rem !important;
  }
}
@media (max-width: 380px) {
  .pe-xs-5 {
    padding-right: 5rem !important;
  }
}
@media (max-width: 380px) {
  .pe-xs-6 {
    padding-right: 6rem !important;
  }
}
@media (max-width: 380px) {
  .pe-xs-7 {
    padding-right: 7rem !important;
  }
}
@media (max-width: 380px) {
  .pe-xs-8 {
    padding-right: 8rem !important;
  }
}
@media (max-width: 380px) {
  .pe-xs-9 {
    padding-right: 9rem !important;
  }
}
@media (max-width: 380px) {
  .pe-xs-10 {
    padding-right: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .pb-xxl-0 {
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .pb-xxl-1 {
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .pb-xxl-2 {
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .pb-xxl-3 {
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .pb-xxl-4 {
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .pb-xxl-5 {
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .pb-xxl-7 {
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 980px) {
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 980px) {
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 980px) {
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 980px) {
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 980px) {
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 980px) {
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 980px) {
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 980px) {
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 980px) {
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 980px) {
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 980px) {
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 660px) {
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 660px) {
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 660px) {
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 660px) {
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 660px) {
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 660px) {
  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 660px) {
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 660px) {
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 660px) {
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 660px) {
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 660px) {
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 380px) {
  .pb-xs-0 {
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 380px) {
  .pb-xs-1 {
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 380px) {
  .pb-xs-2 {
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 380px) {
  .pb-xs-3 {
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 380px) {
  .pb-xs-4 {
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 380px) {
  .pb-xs-5 {
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 380px) {
  .pb-xs-6 {
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 380px) {
  .pb-xs-7 {
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 380px) {
  .pb-xs-8 {
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 380px) {
  .pb-xs-9 {
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 380px) {
  .pb-xs-10 {
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .ps-xxl-0 {
    padding-left: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .ps-xxl-1 {
    padding-left: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .ps-xxl-2 {
    padding-left: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .ps-xxl-3 {
    padding-left: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .ps-xxl-4 {
    padding-left: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .ps-xxl-5 {
    padding-left: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .ps-xxl-6 {
    padding-left: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .ps-xxl-7 {
    padding-left: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .ps-xxl-8 {
    padding-left: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .ps-xxl-9 {
    padding-left: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .ps-xxl-10 {
    padding-left: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .ps-xl-0 {
    padding-left: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .ps-xl-1 {
    padding-left: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .ps-xl-2 {
    padding-left: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .ps-xl-3 {
    padding-left: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .ps-xl-4 {
    padding-left: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .ps-xl-5 {
    padding-left: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .ps-xl-6 {
    padding-left: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .ps-xl-7 {
    padding-left: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .ps-xl-8 {
    padding-left: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .ps-xl-9 {
    padding-left: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .ps-xl-10 {
    padding-left: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .ps-lg-0 {
    padding-left: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .ps-lg-1 {
    padding-left: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .ps-lg-2 {
    padding-left: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .ps-lg-3 {
    padding-left: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .ps-lg-4 {
    padding-left: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .ps-lg-5 {
    padding-left: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .ps-lg-6 {
    padding-left: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .ps-lg-7 {
    padding-left: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .ps-lg-8 {
    padding-left: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .ps-lg-9 {
    padding-left: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .ps-lg-10 {
    padding-left: 10rem !important;
  }
}
@media (max-width: 980px) {
  .ps-md-0 {
    padding-left: 0rem !important;
  }
}
@media (max-width: 980px) {
  .ps-md-1 {
    padding-left: 1rem !important;
  }
}
@media (max-width: 980px) {
  .ps-md-2 {
    padding-left: 2rem !important;
  }
}
@media (max-width: 980px) {
  .ps-md-3 {
    padding-left: 3rem !important;
  }
}
@media (max-width: 980px) {
  .ps-md-4 {
    padding-left: 4rem !important;
  }
}
@media (max-width: 980px) {
  .ps-md-5 {
    padding-left: 5rem !important;
  }
}
@media (max-width: 980px) {
  .ps-md-6 {
    padding-left: 6rem !important;
  }
}
@media (max-width: 980px) {
  .ps-md-7 {
    padding-left: 7rem !important;
  }
}
@media (max-width: 980px) {
  .ps-md-8 {
    padding-left: 8rem !important;
  }
}
@media (max-width: 980px) {
  .ps-md-9 {
    padding-left: 9rem !important;
  }
}
@media (max-width: 980px) {
  .ps-md-10 {
    padding-left: 10rem !important;
  }
}
@media (max-width: 660px) {
  .ps-sm-0 {
    padding-left: 0rem !important;
  }
}
@media (max-width: 660px) {
  .ps-sm-1 {
    padding-left: 1rem !important;
  }
}
@media (max-width: 660px) {
  .ps-sm-2 {
    padding-left: 2rem !important;
  }
}
@media (max-width: 660px) {
  .ps-sm-3 {
    padding-left: 3rem !important;
  }
}
@media (max-width: 660px) {
  .ps-sm-4 {
    padding-left: 4rem !important;
  }
}
@media (max-width: 660px) {
  .ps-sm-5 {
    padding-left: 5rem !important;
  }
}
@media (max-width: 660px) {
  .ps-sm-6 {
    padding-left: 6rem !important;
  }
}
@media (max-width: 660px) {
  .ps-sm-7 {
    padding-left: 7rem !important;
  }
}
@media (max-width: 660px) {
  .ps-sm-8 {
    padding-left: 8rem !important;
  }
}
@media (max-width: 660px) {
  .ps-sm-9 {
    padding-left: 9rem !important;
  }
}
@media (max-width: 660px) {
  .ps-sm-10 {
    padding-left: 10rem !important;
  }
}
@media (max-width: 380px) {
  .ps-xs-0 {
    padding-left: 0rem !important;
  }
}
@media (max-width: 380px) {
  .ps-xs-1 {
    padding-left: 1rem !important;
  }
}
@media (max-width: 380px) {
  .ps-xs-2 {
    padding-left: 2rem !important;
  }
}
@media (max-width: 380px) {
  .ps-xs-3 {
    padding-left: 3rem !important;
  }
}
@media (max-width: 380px) {
  .ps-xs-4 {
    padding-left: 4rem !important;
  }
}
@media (max-width: 380px) {
  .ps-xs-5 {
    padding-left: 5rem !important;
  }
}
@media (max-width: 380px) {
  .ps-xs-6 {
    padding-left: 6rem !important;
  }
}
@media (max-width: 380px) {
  .ps-xs-7 {
    padding-left: 7rem !important;
  }
}
@media (max-width: 380px) {
  .ps-xs-8 {
    padding-left: 8rem !important;
  }
}
@media (max-width: 380px) {
  .ps-xs-9 {
    padding-left: 9rem !important;
  }
}
@media (max-width: 380px) {
  .ps-xs-10 {
    padding-left: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .py-xxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .py-xxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .py-xxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .py-xxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .py-xxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .py-xxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 980px) {
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 980px) {
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 980px) {
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 980px) {
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 980px) {
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 980px) {
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 980px) {
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 980px) {
  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 980px) {
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 980px) {
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 980px) {
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 660px) {
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 660px) {
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 660px) {
  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 660px) {
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 660px) {
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 660px) {
  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 660px) {
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 660px) {
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 660px) {
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 660px) {
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 660px) {
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 380px) {
  .py-xs-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 380px) {
  .py-xs-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 380px) {
  .py-xs-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 380px) {
  .py-xs-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 380px) {
  .py-xs-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 380px) {
  .py-xs-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 380px) {
  .py-xs-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (max-width: 380px) {
  .py-xs-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
@media (max-width: 380px) {
  .py-xs-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 380px) {
  .py-xs-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media (max-width: 380px) {
  .py-xs-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
@media (max-width: 1700px) {
  .px-xxl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
@media (max-width: 1700px) {
  .px-xxl-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 1700px) {
  .px-xxl-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 1700px) {
  .px-xxl-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media (max-width: 1700px) {
  .px-xxl-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media (max-width: 1700px) {
  .px-xxl-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media (max-width: 1700px) {
  .px-xxl-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media (max-width: 1700px) {
  .px-xxl-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}
@media (max-width: 1700px) {
  .px-xxl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}
@media (max-width: 1700px) {
  .px-xxl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
@media (max-width: 1700px) {
  .px-xxl-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}
@media (max-width: 1480px) {
  .px-xl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
@media (max-width: 1480px) {
  .px-xl-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 1480px) {
  .px-xl-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 1480px) {
  .px-xl-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media (max-width: 1480px) {
  .px-xl-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media (max-width: 1480px) {
  .px-xl-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media (max-width: 1480px) {
  .px-xl-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media (max-width: 1480px) {
  .px-xl-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}
@media (max-width: 1480px) {
  .px-xl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}
@media (max-width: 1480px) {
  .px-xl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
@media (max-width: 1480px) {
  .px-xl-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}
@media (max-width: 1240px) {
  .px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
@media (max-width: 1240px) {
  .px-lg-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 1240px) {
  .px-lg-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .px-lg-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media (max-width: 1240px) {
  .px-lg-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media (max-width: 1240px) {
  .px-lg-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media (max-width: 1240px) {
  .px-lg-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media (max-width: 1240px) {
  .px-lg-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}
@media (max-width: 1240px) {
  .px-lg-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}
@media (max-width: 1240px) {
  .px-lg-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
@media (max-width: 1240px) {
  .px-lg-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}
@media (max-width: 980px) {
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
@media (max-width: 980px) {
  .px-md-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 980px) {
  .px-md-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 980px) {
  .px-md-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media (max-width: 980px) {
  .px-md-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media (max-width: 980px) {
  .px-md-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media (max-width: 980px) {
  .px-md-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media (max-width: 980px) {
  .px-md-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}
@media (max-width: 980px) {
  .px-md-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}
@media (max-width: 980px) {
  .px-md-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
@media (max-width: 980px) {
  .px-md-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}
@media (max-width: 660px) {
  .px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
@media (max-width: 660px) {
  .px-sm-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 660px) {
  .px-sm-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 660px) {
  .px-sm-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media (max-width: 660px) {
  .px-sm-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media (max-width: 660px) {
  .px-sm-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media (max-width: 660px) {
  .px-sm-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media (max-width: 660px) {
  .px-sm-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}
@media (max-width: 660px) {
  .px-sm-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}
@media (max-width: 660px) {
  .px-sm-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
@media (max-width: 660px) {
  .px-sm-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}
@media (max-width: 380px) {
  .px-xs-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
@media (max-width: 380px) {
  .px-xs-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 380px) {
  .px-xs-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 380px) {
  .px-xs-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media (max-width: 380px) {
  .px-xs-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media (max-width: 380px) {
  .px-xs-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media (max-width: 380px) {
  .px-xs-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media (max-width: 380px) {
  .px-xs-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}
@media (max-width: 380px) {
  .px-xs-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}
@media (max-width: 380px) {
  .px-xs-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
@media (max-width: 380px) {
  .px-xs-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}
/* ==========================================================================
   SIZING
   ========================================================================== */
.h-vh {
  height: 100vh;
}

.h-100 {
  height: 100%;
}

/* ==========================================================================
   TEXT
   ========================================================================== */
.text-uppercase {
  text-transform: uppercase;
}

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

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

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

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */
.d-1 {
  transition-delay: 0.26s !important;
}
@media (max-width: 660px) {
  .d-1 {
    transition-delay: 0.169s !important;
  }
}

.d-2 {
  transition-delay: 0.52s !important;
}
@media (max-width: 660px) {
  .d-2 {
    transition-delay: 0.338s !important;
  }
}

.d-3 {
  transition-delay: 0.78s !important;
}
@media (max-width: 660px) {
  .d-3 {
    transition-delay: 0.507s !important;
  }
}

.d-4 {
  transition-delay: 1.04s !important;
}
@media (max-width: 660px) {
  .d-4 {
    transition-delay: 0.676s !important;
  }
}

.d-5 {
  transition-delay: 1.3s !important;
}
@media (max-width: 660px) {
  .d-5 {
    transition-delay: 0.845s !important;
  }
}

.d-6 {
  transition-delay: 1.56s !important;
}
@media (max-width: 660px) {
  .d-6 {
    transition-delay: 1.014s !important;
  }
}

.d-7 {
  transition-delay: 1.82s !important;
}
@media (max-width: 660px) {
  .d-7 {
    transition-delay: 1.183s !important;
  }
}

.d-8 {
  transition-delay: 2.08s !important;
}
@media (max-width: 660px) {
  .d-8 {
    transition-delay: 1.352s !important;
  }
}

.d-9 {
  transition-delay: 2.34s !important;
}
@media (max-width: 660px) {
  .d-9 {
    transition-delay: 1.521s !important;
  }
}

.d-10 {
  transition-delay: 2.6s !important;
}
@media (max-width: 660px) {
  .d-10 {
    transition-delay: 1.69s !important;
  }
}

.d-11 {
  transition-delay: 2.86s !important;
}
@media (max-width: 660px) {
  .d-11 {
    transition-delay: 1.859s !important;
  }
}

.d-12 {
  transition-delay: 3.12s !important;
}
@media (max-width: 660px) {
  .d-12 {
    transition-delay: 2.028s !important;
  }
}

.in-view {
  opacity: 0;
}

/* ==========================================================================
   ICONS
   ========================================================================== */
/* ==========================================================================
   SPACING
   ========================================================================== */
.text-start {
  text-align: left;
}

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

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

a, input, button, select, textarea, .btn {
  transition: all 0.26s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
}
@media (max-width: 660px) {
  a, input, button, select, textarea, .btn {
    transition-duration: 0.169s !important;
  }
}
a:hover, a:focus, a:active, input:hover, input:focus, input:active, button:hover, button:focus, button:active, select:hover, select:focus, select:active, textarea:hover, textarea:focus, textarea:active, .btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
  outline: 0 !important;
}

h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child, p:first-child, .p:first-child, a:first-child, .a:first-child, span:first-child, li:first-child {
  margin-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child, p:last-child, .p:last-child, a:last-child, .a:last-child, span:last-child, li:last-child {
  margin-bottom: 0;
}

div {
  margin-trim: block;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .p {
  margin: 1em 0;
}
.block h1:not(:last-child), .block .h1:not(:last-child), .block h2:not(:last-child), .block .h2:not(:last-child), .block h3:not(:last-child), .block .h3:not(:last-child), .block h4:not(:last-child), .block .h4:not(:last-child), .block h5:not(:last-child), .block .h5:not(:last-child), .block h6:not(:last-child), .block .h6:not(:last-child), .block p:not(:last-child), .block .p:not(:last-child) {
  margin-bottom: 1em;
}

/* ==========================================================================
   FORMATS
   ========================================================================== */
body {
  font-family: "pitchsemibold", serif;
  color: #003542;
}
@media (max-width: 1480px) {
  body {
    font-size: 24px;
  }
}
@media (max-width: 980px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 660px) {
  body {
    font-size: 16px;
  }
}

p, .p {
  font-family: "pitchsemibold", serif;
  line-height: 1;
  letter-spacing: 0em;
}
p strong, p b, .p strong, .p b {
  font-family: "test-pitch-semibold", sans-serif;
  font-weight: normal;
}
p em, .p em {
  font-style: normal;
  color: #f15a33;
}

.text-body-sm {
  font-size: 0.6153846154rem;
  margin: 1em 0;
}
.block .text-body-sm:not(:last-child) {
  margin-bottom: 1em;
}

.text-body-lg {
  font-size: 1.1538461538rem;
}
@media (max-width: 980px) {
  .text-body-lg {
    font-size: 1rem;
  }
}

.text-heading-xs {
  font-family: "graphik_xxcondsemibold", "Oswald", sans-serif;
  transform: translateY(-0.05em);
  font-size: 3.0769230769rem;
  line-height: 0.875;
  letter-spacing: 0em;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1480px) {
  .text-heading-xs {
    font-size: 1.5384615385rem;
  }
}
@media (max-width: 980px) {
  .text-heading-xs {
    font-size: 1.1538461538rem;
  }
}
.text-heading-xs strong, .text-heading-xs b {
  font-family: "graphik_xxcondsemibold", "Oswald", sans-serif;
  font-weight: 500;
}

.text-heading-sm {
  font-family: "graphik_xxcondsemibold", "Oswald", sans-serif;
  transform: translateY(-0.05em);
  font-size: 4.6153846154rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1480px) {
  .text-heading-sm {
    font-size: 3.0769230769rem;
  }
}
@media (max-width: 980px) {
  .text-heading-sm {
    font-size: 2.3076923077rem;
  }
}
.text-heading-sm strong, .text-heading-sm b {
  font-family: "graphik_xxcondsemibold", "Oswald", sans-serif;
  font-weight: 500;
}

.text-heading-base {
  font-family: "graphik_xxcondsemibold", "Oswald", sans-serif;
  transform: translateY(-0.05em);
  font-size: 5.7692307692rem;
  line-height: 0.82;
  letter-spacing: 0em;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1480px) {
  .text-heading-base {
    font-size: 4.6153846154rem;
  }
}
@media (max-width: 980px) {
  .text-heading-base {
    font-size: 3.0769230769rem;
  }
}
.text-heading-base strong, .text-heading-base b {
  font-family: "graphik_xxcondsemibold", "Oswald", sans-serif;
  font-weight: 500;
}

.text-heading-lg {
  font-family: "graphik_xxcondsemibold", "Oswald", sans-serif;
  transform: translateY(-0.05em);
  font-size: 6.5384615385rem;
  line-height: 0.82;
  letter-spacing: 0em;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1480px) {
  .text-heading-lg {
    font-size: 4.6153846154rem;
  }
}
@media (max-width: 980px) {
  .text-heading-lg {
    font-size: 3.0769230769rem;
  }
}
@media (max-width: 660px) {
  .text-heading-lg {
    font-size: 2.3076923077rem;
  }
}
.text-heading-lg strong, .text-heading-lg b {
  font-family: "graphik_xxcondsemibold", "Oswald", sans-serif;
  font-weight: 500;
}

.text-heading-xl {
  font-family: "graphik_xxcondsemibold", "Oswald", sans-serif;
  transform: translateY(-0.05em);
  font-size: 12.0769230769rem;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1480px) {
  .text-heading-xl {
    font-size: 7.6923076923rem;
  }
}
@media (max-width: 980px) {
  .text-heading-xl {
    font-size: 4.6153846154rem;
  }
}
@media (max-width: 660px) {
  .text-heading-xl {
    font-size: 3.0769230769rem;
  }
}
.text-heading-xl strong, .text-heading-xl b {
  font-family: "graphik_xxcondsemibold", "Oswald", sans-serif;
  font-weight: 500;
}
.text-heading-xl em {
  font-style: normal;
  color: #f15a33;
}

/* ==========================================================================
	ELEMENTS
	========================================================================== */
a, .a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  text-decoration: none !important;
}
.content a, .content .a {
  text-decoration: underline !important;
}
a:hover, .a:hover {
  color: #f15a33;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  position: relative;
  list-style: none;
}
.block ul {
  padding-left: 0.9615384615rem;
  margin: 0;
}
.block ul li {
  position: relative;
  margin: 0.5769230769rem 0;
  list-style: none;
}
.block ul li::before {
  content: "—";
  position: absolute;
  top: 0;
  left: -0.3846153846rem;
  transform: translateX(-100%);
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 26rem;
}

.btn {
  position: relative;
  display: block;
  padding: 0.3846153846rem 0.4615384615rem;
  border: none;
  line-height: 1;
  font-size: 0.7692307692rem;
}
.btn.btn-submit {
  padding: 0.3846153846rem 0.6923076923rem;
  border: 2px solid #f15a33;
  border-radius: 0.2307692308rem;
  font-family: "pitchsemibold", serif;
  font-size: 0.6923076923rem;
  background-color: #f15a33;
  color: #fff;
}
.btn.btn-submit:hover {
  cursor: pointer;
  background-color: rgb(177.7981651376, 46.1926605505, 12.2018348624);
}

.btn-close {
  position: absolute;
  top: 1.3846153846rem;
  right: 1.3846153846rem;
  height: 1.3846153846rem;
  width: 1.3846153846rem;
}
@media (max-width: 660px) {
  .btn-close {
    top: 0.9230769231rem;
    right: 0.9230769231rem;
    height: 0.9230769231rem;
    width: 0.9230769231rem;
  }
}
.btn-close::before, .btn-close::after {
  transition: all 0.26s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0px);
  height: 2px;
  width: 100%;
  background-color: #f15a33;
  transform: rotate(0deg);
}
@media (max-width: 660px) {
  .btn-close::before, .btn-close::after {
    transition-duration: 0.169s !important;
  }
}
.btn-close::before {
  transform: rotate(45deg);
}
.btn-close::after {
  transform: rotate(-45deg);
}
.btn-close:hover {
  cursor: pointer;
}
.btn-close:hover::before, .btn-close:hover::after {
  background-color: #455e45;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 3.0769230769rem;
  z-index: 9;
}
#header .logo-link {
  display: inline-block;
  font-size: 0px;
}
#header .logo {
  height: 1.8076923077rem;
  width: 6.8461538462rem;
}
#header .logo * {
  fill: #000;
}

.nav-toggle {
  position: relative;
  height: 20px;
  width: 20px;
}
.nav-toggle::before, .nav-toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  height: 2px;
  width: 100%;
  background-color: #000;
  transform: rotate(0deg);
}
.nav-toggle::after {
  top: calc(50% + 3px);
}
.nav-open .nav-toggle::before, .nav-open .nav-toggle::after {
  top: calc(50% - 0px);
}
.nav-open .nav-toggle::before {
  transform: rotate(45deg);
}
.nav-open .nav-toggle::after {
  transform: rotate(-45deg);
}

nav.nav-mobile li {
  transform: translateX(20px);
  opacity: 0;
}
.nav-open nav.nav-mobile li {
  transform: translateX(0px);
  opacity: 1;
}
nav.nav-mobile li:hover, nav.nav-mobile li.active {
  color: #000;
}
nav.nav-mobile a {
  display: block;
  line-height: 1;
  text-decoration: none !important;
}

/* ==========================================================================
   POPOUTS
   ========================================================================== */
.popout {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background-color: #74858c;
}
.popup-underlay {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  z-index: -1;
  transition: z-index 0.1s linear 0.5s, opacity 0.5s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
}
.popup-underlay:hover {
  cursor: pointer;
}
.popup-active .popup-underlay {
  opacity: 1;
  z-index: 199;
  transition: z-index 0.1s linear 0s, opacity 0.5s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
}

.popout-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  padding: 5.7692307692rem 0;
  background-color: #f0edec;
  opacity: 1;
  transform: translateX(100%);
  z-index: 8;
}
.nav-open .popout-nav {
  transform: translateX(0%);
}

.popup {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  opacity: 0;
  z-index: -1;
  transition: z-index 0.1s linear 0.5s, opacity 0.5s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
}
.popup .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -100%);
}
@media (max-width: 660px) {
  .popup .btn-close {
    transform: translate(0%, -150%);
  }
}
.popup img {
  max-width: 80vw;
  max-height: 80vh;
}
.popup.active {
  opacity: 1;
  z-index: 199;
  transition: z-index 0.1s linear 0s, opacity 0.5s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
}

/* ==========================================================================
   PAGE FX
   ========================================================================== */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.26s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  background: rgba(0, 53, 66, 0.25);
  mix-blend-mode: multiply;
  opacity: 0;
}
@media (max-width: 660px) {
  .overlay {
    transition-duration: 0.169s !important;
  }
}

.page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #000;
  opacity: 1;
  z-index: 199;
  transition: z-index 0.1s linear 0s, opacity 0.5s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
}
.loaded .page-overlay {
  opacity: 0;
  z-index: -1;
  transition: z-index 0.1s linear 0.5s, opacity 0.5s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
}

.divider {
  transition: all 0.26s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  width: 100%;
  height: 1px;
  background: #003542;
  transform: scaleX(0);
}
@media (max-width: 660px) {
  .divider {
    transition-duration: 0.169s !important;
  }
}
.divider.fade-active {
  transform: scaleX(1);
}

/* ==========================================================================
   CSS ANIMATION
   ========================================================================== */
@keyframes scroll-arrow {
  0% {
    transform: translateY(-1.3461538462rem);
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    transform: translateY(0rem);
    opacity: 0;
  }
}
.scroll-arrow {
  animation-name: scroll-arrow;
  animation-duration: 3000ms;
  animation-timing-function: cubic-bezier(0.4, 0, 0.55, 1);
  animation-iteration-count: infinite;
}

/* ==========================================================================
   SWIPER
   ========================================================================== */
.swiper-free-mode, .swiper-free-mode .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}
.swiper-container.swiper-free-mode .logo {
  max-height: 3.8461538462rem;
  width: 6.7307692308rem;
  filter: brightness(0.5) saturate(0) invert(0);
}
.swiper-container.swiper-free-mode::before, .swiper-container.swiper-free-mode::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 7.6923076923rem;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 9;
}
.swiper-container.swiper-free-mode::before {
  left: 0;
}
.swiper-container.swiper-free-mode::after {
  right: 0;
  transform: rotate(180deg);
}

/* ==========================================================================
   IMAGES
   ========================================================================== */
img {
  height: auto;
  max-width: 100%;
  border-radius: 0.7692307692rem;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0.7692307692rem;
}

/* ==========================================================================
   IFRAMES
   ========================================================================== */
.bg-iframe iframe {
  transition: all 1.04s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  aspect-ratio: 16/9;
  position: absolute;
  height: 100%;
  min-height: 56.25vw;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 660px) {
  .bg-iframe iframe {
    transition-duration: 0.676s !important;
  }
}
.bg-iframe iframe.active {
  opacity: 1;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
#footer {
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
#footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 25vh;
  width: 100%;
  background-color: #003542;
  transform: translateY(calc(-100% + 5px));
}
#footer.active {
  pointer-events: all;
  opacity: 1;
}
#footer .graphic-wrap {
  width: 100%;
}
@media (max-width: 660px) {
  #footer .graphic-wrap {
    max-width: 60vh;
  }
}
#footer .graphic-wrap svg {
  width: 100%;
  transform: translateY(1px);
}

/* ==========================================================================
   POSTS
   ========================================================================== */
/* ==========================================================================
   BLOCKS
   ========================================================================== */
.block {
  position: relative;
  width: 100vw;
  z-index: 2;
}
.block:not(.block-hero) {
  border-bottom: 1px solid #003542;
  background-color: #fff;
}
.block:has(+ .footer-spacer) {
  box-shadow: 0px 0.3076923077rem 0.7692307692rem 0px rgba(0, 0, 0, 0.35);
}

.block-hero {
  position: fixed;
  top: 0;
  left: 0;
  height: 88vh;
  z-index: 1;
}
.block-hero .bg-img {
  transition: all 0.52s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
@media (max-width: 660px) {
  .block-hero .bg-img {
    transition-duration: 0.338s !important;
  }
}
.block-hero .content-wrap {
  transition: all 1.04s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  width: 100%;
  opacity: 0;
}
@media (max-width: 660px) {
  .block-hero .content-wrap {
    transition-duration: 0.676s !important;
  }
}
.loaded .block-hero .content-wrap {
  opacity: 1;
}
.block-hero .hero-icons {
  transition: all 1.04s cubic-bezier(0.35, 0.35, 0.1, 1) 0.35s;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #74858c;
  transform: translateX(100%);
}
@media (max-width: 660px) {
  .block-hero .hero-icons {
    transition-duration: 0.676s !important;
  }
}
@media (max-width: 660px) {
  .block-hero .hero-icons {
    flex-direction: row;
    left: 0;
    right: unset;
    height: unset;
    width: 100vw;
    transform: translateY(-100%);
  }
}
.loaded .block-hero .hero-icons {
  transform: translateX(0%);
  transform: translateY(0%);
}
.block-hero .hero-icons .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 22vh;
  width: 22vh;
  padding: 2.3076923077rem;
}
@media (max-width: 660px) {
  .block-hero .hero-icons .icon-wrap {
    height: 25vw;
    width: 25vw;
    padding: 0.7692307692rem;
  }
}
.block-hero .hero-icons .icon-wrap.icon-logo {
  padding: 1.5384615385rem;
  background-color: #003542;
}
@media (max-width: 660px) {
  .block-hero .hero-icons .icon-wrap.icon-logo {
    padding: 0.3846153846rem;
  }
}
.block-hero .hero-icons .icon-wrap:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #f0edec;
}
@media (max-width: 660px) {
  .block-hero .hero-icons .icon-wrap:not(:last-child)::after {
    top: 0;
    right: 0;
    left: unset;
    bottom: unset;
    width: 1px;
    height: 100%;
  }
}
.block-hero .hero-icons .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.block-hero .hero-icons .icon svg {
  max-height: 100%;
  max-width: 100%;
}
.block-hero .content {
  transform-origin: center left;
}
.block-hero .content * {
  margin: 0 !important;
}

.hero-spacer {
  height: 88vh;
}

.block-content .form-wrap {
  padding: 0.6153846154rem;
  border-radius: 0.3846153846rem;
  background-color: #d9d2ce;
}
.block-content .img {
  height: 100%;
  width: 100%;
}
@media (max-width: 980px) {
  .block-content .img {
    padding-top: 56.25%;
  }
}

.block-swiper {
  overflow: hidden;
}
.block-swiper .swiper-container {
  overflow: visible;
}
.block-swiper .swiper-container .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  aspect-ratio: 4/3;
  border-radius: 0.7692307692rem;
}
.block-swiper .swiper-container .swiper-pagination {
  display: flex;
  gap: 0.3076923077rem;
  position: relative;
  bottom: unset;
  margin-top: 0.7692307692rem;
  text-align: left;
  line-height: 1;
}
.block-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: block;
  height: 0.7692307692rem;
  width: 0.7692307692rem;
  margin: 0;
  background-color: #fff;
  opacity: 1;
}
.block-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f15a33;
}

.block-cta {
  padding: 0.7692307692rem;
}
.block-cta .cta-wrap {
  display: flex;
  border-radius: 0.7692307692rem;
  overflow: hidden;
}
@media (max-width: 980px) {
  .block-cta .cta-wrap {
    flex-direction: column;
  }
}
.block-cta .cta-wrap .cta-content,
.block-cta .cta-wrap .panel {
  padding: 2.3076923077rem;
}
@media (max-width: 980px) {
  .block-cta .cta-wrap .cta-content,
  .block-cta .cta-wrap .panel {
    padding: 1.9230769231rem;
  }
}
@media (max-width: 980px) {
  .block-cta .cta-wrap .cta-content,
  .block-cta .cta-wrap .panel {
    padding: 1.5384615385rem;
  }
}
@media (max-width: 660px) {
  .block-cta .cta-wrap .cta-content,
  .block-cta .cta-wrap .panel {
    padding: 0.7692307692rem;
  }
}
.block-cta .cta-wrap .cta-content {
  position: relative;
  flex: 1 1 60%;
}
.block-cta .cta-wrap .cta-content .content-wrap {
  position: relative;
  z-index: 1;
}
.block-cta .cta-wrap .cta-content .graphic {
  position: absolute;
  top: 50%;
  right: 0.7692307692rem;
  height: 75%;
  transform: translateY(-50%) rotate(0deg);
  z-index: 0;
}
.block-cta .cta-wrap .cta-content .socials {
  gap: 0.3076923077rem;
}
.block-cta .cta-wrap .cta-content .socials .social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5384615385rem;
  width: 1.5384615385rem;
  border: 2px solid #fff;
  border-radius: 999px;
  background-color: #fff;
  color: #003542;
}
.block-cta .cta-wrap .cta-content .socials .social-link:hover {
  background-color: rgba(255, 255, 255, 0.65);
}
.block-cta .cta-wrap .cta-panels {
  flex: 1 1 40%;
}
.block-cta .cta-wrap .cta-panels .panel {
  flex: 1 1 50%;
}
.block-cta .cta-wrap .cta-panels .panel.single-panel, .block-cta .cta-wrap .cta-panels .panel.single-panel .content {
  height: 100%;
  gap: 1rem;
}
.block-cta .cta-wrap .cta-panels .panel.single-panel .content > * {
  margin: 0;
}
.block-cta .cta-wrap .cta-panels .panel.single-panel .content > *:not(:first-child):last-child {
  margin-top: auto;
}
.block-cta .cta-wrap.bg-charcoal .cta-content {
  color: #fff;
}
.block-cta .cta-wrap.bg-charcoal .graphic * {
  fill: #74858c !important;
}
.block-cta .cta-wrap.bg-charcoal .cta-panels {
  background-color: #b9bdc3;
}
.block-cta .cta-wrap.bg-secondary {
  color: #d9d2ce;
}
.block-cta .cta-wrap.bg-secondary .cta-content .social-link {
  border: 2px solid #d9d2ce;
  background-color: #d9d2ce;
  color: #455e45;
}
.block-cta .cta-wrap.bg-secondary .cta-content .social-link:hover {
  background-color: rgba(217, 210, 206, 0.65);
}
.block-cta .cta-wrap.bg-secondary .graphic * {
  fill: #3a5034 !important;
}
.block-cta .cta-wrap.bg-secondary .cta-panels {
  position: relative;
}
.block-cta .cta-wrap.bg-secondary .cta-panels::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #d9d2ce;
}
@media (max-width: 980px) {
  .block-cta .cta-wrap.bg-secondary .cta-panels::before {
    width: 100%;
    height: 1px;
  }
}
.block-cta .cta-wrap.bg-secondary .cta-panels .panel {
  position: relative;
}
.block-cta .cta-wrap.bg-secondary .cta-panels .panel:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d9d2ce;
}

.block-img img {
  width: 100%;
  max-width: 61.5384615385rem;
  padding-left: 3.0769230769rem;
}
@media (max-width: 980px) {
  .block-img img {
    padding-left: calc(3.0769230769rem / 2);
  }
}

/* ==========================================================================
  Custom checkboxes using css
  ========================================================================== */
.wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 99;
}
[type=checkbox]:not(:checked):hover,
[type=checkbox]:checked:hover {
  cursor: pointer;
}

[type=checkbox]:not(:checked) + :is(label, span),
[type=checkbox]:checked + :is(label, span) {
  transition: all 0.26s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  position: relative;
  padding-left: 1.2307692308rem;
  cursor: pointer;
}
@media (max-width: 660px) {
  [type=checkbox]:not(:checked) + :is(label, span),
  [type=checkbox]:checked + :is(label, span) {
    transition-duration: 0.169s !important;
  }
}

[type=checkbox]:not(:checked) + :is(label, span):before,
[type=checkbox]:checked + :is(label, span):before {
  transition: all 0.26s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.7692307692rem;
  height: 0.7692307692rem;
  border: 1px solid #17a2b8;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 660px) {
  [type=checkbox]:not(:checked) + :is(label, span):before,
  [type=checkbox]:checked + :is(label, span):before {
    transition-duration: 0.169s !important;
  }
}

[type=checkbox]:not(:checked) + :is(label, span):after,
[type=checkbox]:checked + :is(label, span):after {
  content: "";
  display: block;
  width: 0.3846153846rem;
  height: 0.3846153846rem;
  position: absolute;
  top: 50%;
  left: 0.1923076923rem;
  background: #17a2b8;
  transition: all 0.2s;
  transform-origin: top;
}

[type=checkbox]:not(:checked) + :is(label, span):after {
  opacity: 0;
  transform: scale(0, 0) translateY(-50%);
}

[type=checkbox]:checked + :is(label, span):after {
  opacity: 1;
  transform: scale(1, 1) translateY(-50%);
}

[type=checkbox]:disabled:not(:checked) + :is(label, span):before,
[type=checkbox]:disabled:checked + :is(label, span):before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type=checkbox]:disabled:checked + :is(label, span):after {
  color: #74858c;
}

[type=checkbox]:disabled + :is(label, span) {
  color: #74858c;
}

input[type=checkbox]:hover + :is(label, span):before {
  border: 2px solid #17a2b8 !important;
}

/* ==========================================================================
   CONTACT FORM 7
   ========================================================================== */
form {
  display: flex;
  flex-direction: column;
  gap: 0.1538461538rem;
}
form ::-webkit-input-placeholder {
  color: #003542;
}
form :-moz-placeholder {
  color: #003542;
}
form ::-moz-placeholder {
  color: #003542;
}
form :-ms-input-placeholder {
  color: #003542;
}
form .placeholder {
  color: #003542;
}
form .form-group {
  position: relative;
}
form .form-group label, form .form-group br {
  display: none;
}
form .form-group .form-control {
  appearance: none;
  width: 100%;
  padding: 0.3076923077rem 0.4615384615rem;
  border: 1px solid #fff;
  border-radius: 0.2307692308rem;
  font-family: "pitchsemibold", serif;
  font-size: 0.6923076923rem;
  background-color: #fff;
  color: #003542;
}
form .form-group .select-element-parent::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300 !important;
  font-style: normal !important;
  position: absolute;
  top: 50%;
  right: 0.3076923077rem;
  transform: translateY(-50%);
}
form .form-group.focused * {
  border-color: #000 !important;
}
form .wpcf7-form-control-wrap {
  display: block;
}
form .wpcf7-not-valid-tip {
  font-family: "pitchsemibold", serif;
  position: absolute;
  top: 50%;
  right: 0.4615384615rem;
  font-size: 0.4615384615rem;
  color: #000;
  transform: translateY(-50%);
}
form .wpcf7-response-output {
  transition: all 0.26s cubic-bezier(0.35, 0.35, 0.1, 1) 0s;
  font-family: "pitchsemibold", serif;
  font-size: 0.6923076923rem;
  padding: 0 !important;
  margin: 1rem 0 !important;
  border: 0 !important;
}
@media (max-width: 660px) {
  form .wpcf7-response-output {
    transition-duration: 0.169s !important;
  }
}

.wpcf7-spinner {
  position: absolute;
}

form.subscribe-form input[type=text] {
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  background-color: transparent;
}

/*# sourceMappingURL=style.css.map */
