@charset "UTF-8";
/*! 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 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

html, button, datalist, input, select, textarea, .base, .text-base, .link-text-base:focus, .link-text-base:hover, .link-text-base:active {
    color: #173142;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; /* font-smoothing: antialiased; text-rendering: optimizeLegibility;*/
}

* {
    box-sizing: border-box;
}

html, .text {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.3;
}

html {
    background-color: #ffffff;
    font-size: 1rem;
}

body {
    color: #173142;
    height: auto;
    min-height: 100%;
    padding-bottom: 0;
    padding-top: 0;
}

body,
button,
input,
optgroup,
select,
textarea {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .title, .title--sub, .title--subsub {
    color: var(--textcolor);
    font-weight: 600;
    position: relative;
    z-index: 1;
}

h1, .title {
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 0 1.5rem;
    font-weight: 600;
}

@media only screen and (min-width: 600px) {
    h1, .title {
        font-size: 1.75rem;
    }
}

h2, .title--sub {
    font-size: 1.5rem;
    line-height: 1.1;
    margin: 1.3125rem 0 0.6875em;
    font-weight: bold;
}

@media only screen and (min-width: 600px) {
    h2, .title--sub {
        font-size: 1.5rem;
    }
}

h3, h4, .title--subsub {
    font-weight: bold;
    margin-top: 1.3125rem;
    font-size: 1.875rem;
    line-height: inherit;
}

p, ul, label {
    font-size: 0.875rem;
}

ul {
    list-style: disc;
}

p, ol, ul, blockquote, img, table, form, fieldset, pre, iframe, object, embed, video, audio, figure, figcaption, canvas, .par, .paragraph, h4, .ui-dialog-buttonset {
    margin-top: 0.875rem;
}

p, ol, ul, blockquote, img, table, form, fieldset, pre, iframe, object, embed, video, audio, figure, figcaption, canvas, .par, .paragraph {
    margin-bottom: 0.875rem;
}

li {
    margin-bottom: 0.4375rem;
    margin-top: 0.4375rem;
}

a, a:before a:after, button, button:before, button:after, datalist, input, select, textarea, label, .trans {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: 0.1s;
}

a, .underline, .link-underline:focus, .link-underline:hover {
    text-decoration: underline;
}

a, :link {
    color: var(--bg-color-fill);
    font-weight: 600;
}

    a:visited {
        color: var(--bg-color);
    }

    a:hover, a:active {
        background-color: var(--bg-color-fill);
        text-decoration: none;
        text-shadow: none;
    }

    a:active, button:active, input[type=button]:active, input[type=submit]:active, input[type=reset]:active, input:active + label, input + label:active { /*box-shadow: inset 0 0 1em rgba(0, 0, 0, .2);*/
    }

button, datalist, input, select, textarea, legend, label, .label {
    line-height: normal;
}

button, datalist, input, select, textarea, .input, .js .js-placeholder .form-label, .cke_contents .cke_wysiwyg_div {
    border-radius: 0;
    padding: 0.75em 1em;
    text-transform: none;
}

button {
    background-color: #e3136b;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

    button:hover, button:active {
        background-color: #b40f55;
    }

datalist, input, select, textarea, .input, .sp-replacer {
    background-color: #fff;
    border: 1px solid #dadada;
    box-shadow: none;
    color: #173142;
    line-height: normal;
}

textarea {
    min-height: 8em;
}

:first-child, .section:first-child {
    margin-top: 0;
}

:last-child, .section:last-child {
    margin-bottom: 0;
}

input:focus {
    background-color: #fffefe;
    outline: none;
}

input[type=file] {
    border-width: 0;
}

select {
    height: 37px;
}

.o-page {
    padding: 0 24px;
}

@media only screen and (min-width: 900px) {
    .o-page--desktop {
        padding: 0 24px;
    }
}

.o-content {
    max-width: 767px;
    margin: 0 auto;
    position: relative;
}

.o-content--large {
    max-width: 1280px;
}

.o-segment-main {
    padding-bottom: calc(7.5rem/1.175);
    padding-top: calc(7.5rem/1.175);
}

@media only screen and (min-width: 900px) {
    .o-segment-main {
        padding-bottom: 7.5rem;
        padding-top: 7.5rem;
    }
}

.o-section-main {
    margin-bottom: calc(7.5rem/1.175);
    margin-top: calc(7.5rem/1.175);
}

@media only screen and (min-width: 900px) {
    .o-section-main {
        margin-bottom: 7.5rem;
        margin-top: 7.5rem;
    }
}

.o-section-sub {
    margin-bottom: calc(7.5rem/2);
    margin-top: calc(7.5rem/2);
}

.o-section-subsub {
    margin-bottom: calc(7.5rem/4);
    margin-top: calc(7.5rem/4);
}

.o-section-start {
    margin-top: 0 !important;
}

.o-section-end {
    margin-bottom: 0 !important;
}

.o-segment-start {
    padding-top: 0 !important;
}

.o-segment-end {
    padding-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .mt-0-mobile {
        margin-top: 0 !important;
    }

    .mx-0-mobile {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .my-0-mobile {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 769px) {
    .mt-0-tablet {
        margin-top: 0 !important;
    }

    .mx-0-tablet {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .my-0-tablet {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1024px) {
    .mt-0-desktop {
        margin-top: 0 !important;
    }

    .mx-0-desktop {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .my-0-desktop {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1216px) {
    .mt-0-widescreen {
        margin-top: 0 !important;
    }

    .mx-0-widescreen {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .my-0-widescreen {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

@media (max-width: 768px) {
    .mt-1-mobile {
        margin-top: 0.25rem !important;
    }

    .mx-1-mobile {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .my-1-mobile {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
}

@media (min-width: 769px) {
    .mt-1-tablet {
        margin-top: 0.25rem !important;
    }

    .mx-1-tablet {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .my-1-tablet {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
}

@media (min-width: 1024px) {
    .mt-1-desktop {
        margin-top: 0.25rem !important;
    }

    .mx-1-desktop {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .my-1-desktop {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
}

@media (min-width: 1216px) {
    .mt-1-widescreen {
        margin-top: 0.25rem !important;
    }

    .mx-1-widescreen {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .my-1-widescreen {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

@media (max-width: 768px) {
    .mt-2-mobile {
        margin-top: 0.5rem !important;
    }

    .mx-2-mobile {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .my-2-mobile {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
}

@media (min-width: 769px) {
    .mt-2-tablet {
        margin-top: 0.5rem !important;
    }

    .mx-2-tablet {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .my-2-tablet {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
}

@media (min-width: 1024px) {
    .mt-2-desktop {
        margin-top: 0.5rem !important;
    }

    .mx-2-desktop {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .my-2-desktop {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
}

@media (min-width: 1216px) {
    .mt-2-widescreen {
        margin-top: 0.5rem !important;
    }

    .mx-2-widescreen {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .my-2-widescreen {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
}

.mt-3 {
    margin-top: 0.75rem !important;
}

.mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
}

.my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

@media (max-width: 768px) {
    .mt-3-mobile {
        margin-top: 0.75rem !important;
    }

    .mx-3-mobile {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .my-3-mobile {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
}

@media (min-width: 769px) {
    .mt-3-tablet {
        margin-top: 0.75rem !important;
    }

    .mx-3-tablet {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .my-3-tablet {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
}

@media (min-width: 1024px) {
    .mt-3-desktop {
        margin-top: 0.75rem !important;
    }

    .mx-3-desktop {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .my-3-desktop {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
}

@media (min-width: 1216px) {
    .mt-3-widescreen {
        margin-top: 0.75rem !important;
    }

    .mx-3-widescreen {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .my-3-widescreen {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
}

.mt-4 {
    margin-top: 1rem !important;
}

.mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

@media (max-width: 768px) {
    .mt-4-mobile {
        margin-top: 1rem !important;
    }

    .mx-4-mobile {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .my-4-mobile {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

@media (min-width: 769px) {
    .mt-4-tablet {
        margin-top: 1rem !important;
    }

    .mx-4-tablet {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .my-4-tablet {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

@media (min-width: 1024px) {
    .mt-4-desktop {
        margin-top: 1rem !important;
    }

    .mx-4-desktop {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .my-4-desktop {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

@media (min-width: 1216px) {
    .mt-4-widescreen {
        margin-top: 1rem !important;
    }

    .mx-4-widescreen {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .my-4-widescreen {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

.mt-5 {
    margin-top: 1.5rem !important;
}

.mx-5 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

@media (max-width: 768px) {
    .mt-5-mobile {
        margin-top: 1.5rem !important;
    }

    .mx-5-mobile {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .my-5-mobile {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
}

@media (min-width: 769px) {
    .mt-5-tablet {
        margin-top: 1.5rem !important;
    }

    .mx-5-tablet {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .my-5-tablet {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
}

@media (min-width: 1024px) {
    .mt-5-desktop {
        margin-top: 1.5rem !important;
    }

    .mx-5-desktop {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .my-5-desktop {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
}

@media (min-width: 1216px) {
    .mt-5-widescreen {
        margin-top: 1.5rem !important;
    }

    .mx-5-widescreen {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .my-5-widescreen {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
}

.mt-6 {
    margin-top: 3rem !important;
}

.mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

@media (max-width: 768px) {
    .mt-6-mobile {
        margin-top: 3rem !important;
    }

    .mx-6-mobile {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .my-6-mobile {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

@media (min-width: 769px) {
    .mt-6-tablet {
        margin-top: 3rem !important;
    }

    .mx-6-tablet {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .my-6-tablet {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

@media (min-width: 1024px) {
    .mt-6-desktop {
        margin-top: 3rem !important;
    }

    .mx-6-desktop {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .my-6-desktop {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

@media (min-width: 1216px) {
    .mt-6-widescreen {
        margin-top: 3rem !important;
    }

    .mx-6-widescreen {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .my-6-widescreen {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

.mr-0 {
    margin-right: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .mr-0-mobile {
        margin-right: 0 !important;
    }

    .mx-0-mobile {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .my-0-mobile {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 769px) {
    .mr-0-tablet {
        margin-right: 0 !important;
    }

    .mx-0-tablet {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .my-0-tablet {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1024px) {
    .mr-0-desktop {
        margin-right: 0 !important;
    }

    .mx-0-desktop {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .my-0-desktop {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1216px) {
    .mr-0-widescreen {
        margin-right: 0 !important;
    }

    .mx-0-widescreen {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .my-0-widescreen {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

@media (max-width: 768px) {
    .mr-1-mobile {
        margin-right: 0.25rem !important;
    }

    .mx-1-mobile {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .my-1-mobile {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
}

@media (min-width: 769px) {
    .mr-1-tablet {
        margin-right: 0.25rem !important;
    }

    .mx-1-tablet {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .my-1-tablet {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
}

@media (min-width: 1024px) {
    .mr-1-desktop {
        margin-right: 0.25rem !important;
    }

    .mx-1-desktop {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .my-1-desktop {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
}

@media (min-width: 1216px) {
    .mr-1-widescreen {
        margin-right: 0.25rem !important;
    }

    .mx-1-widescreen {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .my-1-widescreen {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

@media (max-width: 768px) {
    .mr-2-mobile {
        margin-right: 0.5rem !important;
    }

    .mx-2-mobile {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .my-2-mobile {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
}

@media (min-width: 769px) {
    .mr-2-tablet {
        margin-right: 0.5rem !important;
    }

    .mx-2-tablet {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .my-2-tablet {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
}

@media (min-width: 1024px) {
    .mr-2-desktop {
        margin-right: 0.5rem !important;
    }

    .mx-2-desktop {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .my-2-desktop {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
}

@media (min-width: 1216px) {
    .mr-2-widescreen {
        margin-right: 0.5rem !important;
    }

    .mx-2-widescreen {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .my-2-widescreen {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
}

.mr-3 {
    margin-right: 0.75rem !important;
}

.mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
}

.my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

@media (max-width: 768px) {
    .mr-3-mobile {
        margin-right: 0.75rem !important;
    }

    .mx-3-mobile {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .my-3-mobile {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
}

@media (min-width: 769px) {
    .mr-3-tablet {
        margin-right: 0.75rem !important;
    }

    .mx-3-tablet {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .my-3-tablet {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
}

@media (min-width: 1024px) {
    .mr-3-desktop {
        margin-right: 0.75rem !important;
    }

    .mx-3-desktop {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .my-3-desktop {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
}

@media (min-width: 1216px) {
    .mr-3-widescreen {
        margin-right: 0.75rem !important;
    }

    .mx-3-widescreen {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .my-3-widescreen {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
}

.mr-4 {
    margin-right: 1rem !important;
}

.mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

@media (max-width: 768px) {
    .mr-4-mobile {
        margin-right: 1rem !important;
    }

    .mx-4-mobile {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .my-4-mobile {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

@media (min-width: 769px) {
    .mr-4-tablet {
        margin-right: 1rem !important;
    }

    .mx-4-tablet {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .my-4-tablet {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

@media (min-width: 1024px) {
    .mr-4-desktop {
        margin-right: 1rem !important;
    }

    .mx-4-desktop {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .my-4-desktop {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

@media (min-width: 1216px) {
    .mr-4-widescreen {
        margin-right: 1rem !important;
    }

    .mx-4-widescreen {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .my-4-widescreen {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

.mr-5 {
    margin-right: 1.5rem !important;
}

.mx-5 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

@media (max-width: 768px) {
    .mr-5-mobile {
        margin-right: 1.5rem !important;
    }

    .mx-5-mobile {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .my-5-mobile {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
}

@media (min-width: 769px) {
    .mr-5-tablet {
        margin-right: 1.5rem !important;
    }

    .mx-5-tablet {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .my-5-tablet {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
}

@media (min-width: 1024px) {
    .mr-5-desktop {
        margin-right: 1.5rem !important;
    }

    .mx-5-desktop {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .my-5-desktop {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
}

@media (min-width: 1216px) {
    .mr-5-widescreen {
        margin-right: 1.5rem !important;
    }

    .mx-5-widescreen {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .my-5-widescreen {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
}

.mr-6 {
    margin-right: 3rem !important;
}

.mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

@media (max-width: 768px) {
    .mr-6-mobile {
        margin-right: 3rem !important;
    }

    .mx-6-mobile {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .my-6-mobile {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

@media (min-width: 769px) {
    .mr-6-tablet {
        margin-right: 3rem !important;
    }

    .mx-6-tablet {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .my-6-tablet {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

@media (min-width: 1024px) {
    .mr-6-desktop {
        margin-right: 3rem !important;
    }

    .mx-6-desktop {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .my-6-desktop {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

@media (min-width: 1216px) {
    .mr-6-widescreen {
        margin-right: 3rem !important;
    }

    .mx-6-widescreen {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .my-6-widescreen {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .mb-0-mobile {
        margin-bottom: 0 !important;
    }

    .mx-0-mobile {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .my-0-mobile {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 769px) {
    .mb-0-tablet {
        margin-bottom: 0 !important;
    }

    .mx-0-tablet {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .my-0-tablet {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1024px) {
    .mb-0-desktop {
        margin-bottom: 0 !important;
    }

    .mx-0-desktop {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .my-0-desktop {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1216px) {
    .mb-0-widescreen {
        margin-bottom: 0 !important;
    }

    .mx-0-widescreen {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .my-0-widescreen {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

@media (max-width: 768px) {
    .mb-1-mobile {
        margin-bottom: 0.25rem !important;
    }

    .mx-1-mobile {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .my-1-mobile {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
}

@media (min-width: 769px) {
    .mb-1-tablet {
        margin-bottom: 0.25rem !important;
    }

    .mx-1-tablet {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .my-1-tablet {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
}

@media (min-width: 1024px) {
    .mb-1-desktop {
        margin-bottom: 0.25rem !important;
    }

    .mx-1-desktop {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .my-1-desktop {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
}

@media (min-width: 1216px) {
    .mb-1-widescreen {
        margin-bottom: 0.25rem !important;
    }

    .mx-1-widescreen {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .my-1-widescreen {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

@media (max-width: 768px) {
    .mb-2-mobile {
        margin-bottom: 0.5rem !important;
    }

    .mx-2-mobile {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .my-2-mobile {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
}

@media (min-width: 769px) {
    .mb-2-tablet {
        margin-bottom: 0.5rem !important;
    }

    .mx-2-tablet {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .my-2-tablet {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
}

@media (min-width: 1024px) {
    .mb-2-desktop {
        margin-bottom: 0.5rem !important;
    }

    .mx-2-desktop {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .my-2-desktop {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
}

@media (min-width: 1216px) {
    .mb-2-widescreen {
        margin-bottom: 0.5rem !important;
    }

    .mx-2-widescreen {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .my-2-widescreen {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
}

.mb-3 {
    margin-bottom: 0.75rem !important;
}

.mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
}

.my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

@media (max-width: 768px) {
    .mb-3-mobile {
        margin-bottom: 0.75rem !important;
    }

    .mx-3-mobile {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .my-3-mobile {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
}

@media (min-width: 769px) {
    .mb-3-tablet {
        margin-bottom: 0.75rem !important;
    }

    .mx-3-tablet {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .my-3-tablet {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
}

@media (min-width: 1024px) {
    .mb-3-desktop {
        margin-bottom: 0.75rem !important;
    }

    .mx-3-desktop {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .my-3-desktop {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
}

@media (min-width: 1216px) {
    .mb-3-widescreen {
        margin-bottom: 0.75rem !important;
    }

    .mx-3-widescreen {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .my-3-widescreen {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
}

.mb-4 {
    margin-bottom: 1rem !important;
}

.mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

@media (max-width: 768px) {
    .mb-4-mobile {
        margin-bottom: 1rem !important;
    }

    .mx-4-mobile {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .my-4-mobile {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

@media (min-width: 769px) {
    .mb-4-tablet {
        margin-bottom: 1rem !important;
    }

    .mx-4-tablet {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .my-4-tablet {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

@media (min-width: 1024px) {
    .mb-4-desktop {
        margin-bottom: 1rem !important;
    }

    .mx-4-desktop {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .my-4-desktop {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

@media (min-width: 1216px) {
    .mb-4-widescreen {
        margin-bottom: 1rem !important;
    }

    .mx-4-widescreen {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .my-4-widescreen {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

.mb-5 {
    margin-bottom: 1.5rem !important;
}

.mx-5 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

@media (max-width: 768px) {
    .mb-5-mobile {
        margin-bottom: 1.5rem !important;
    }

    .mx-5-mobile {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .my-5-mobile {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
}

@media (min-width: 769px) {
    .mb-5-tablet {
        margin-bottom: 1.5rem !important;
    }

    .mx-5-tablet {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .my-5-tablet {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
}

@media (min-width: 1024px) {
    .mb-5-desktop {
        margin-bottom: 1.5rem !important;
    }

    .mx-5-desktop {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .my-5-desktop {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
}

@media (min-width: 1216px) {
    .mb-5-widescreen {
        margin-bottom: 1.5rem !important;
    }

    .mx-5-widescreen {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .my-5-widescreen {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
}

.mb-6 {
    margin-bottom: 3rem !important;
}

.mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

@media (max-width: 768px) {
    .mb-6-mobile {
        margin-bottom: 3rem !important;
    }

    .mx-6-mobile {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .my-6-mobile {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

@media (min-width: 769px) {
    .mb-6-tablet {
        margin-bottom: 3rem !important;
    }

    .mx-6-tablet {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .my-6-tablet {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

@media (min-width: 1024px) {
    .mb-6-desktop {
        margin-bottom: 3rem !important;
    }

    .mx-6-desktop {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .my-6-desktop {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

@media (min-width: 1216px) {
    .mb-6-widescreen {
        margin-bottom: 3rem !important;
    }

    .mx-6-widescreen {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .my-6-widescreen {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .ml-0-mobile {
        margin-left: 0 !important;
    }

    .mx-0-mobile {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .my-0-mobile {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 769px) {
    .ml-0-tablet {
        margin-left: 0 !important;
    }

    .mx-0-tablet {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .my-0-tablet {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1024px) {
    .ml-0-desktop {
        margin-left: 0 !important;
    }

    .mx-0-desktop {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .my-0-desktop {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1216px) {
    .ml-0-widescreen {
        margin-left: 0 !important;
    }

    .mx-0-widescreen {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .my-0-widescreen {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

@media (max-width: 768px) {
    .ml-1-mobile {
        margin-left: 0.25rem !important;
    }

    .mx-1-mobile {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .my-1-mobile {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
}

@media (min-width: 769px) {
    .ml-1-tablet {
        margin-left: 0.25rem !important;
    }

    .mx-1-tablet {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .my-1-tablet {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
}

@media (min-width: 1024px) {
    .ml-1-desktop {
        margin-left: 0.25rem !important;
    }

    .mx-1-desktop {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .my-1-desktop {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
}

@media (min-width: 1216px) {
    .ml-1-widescreen {
        margin-left: 0.25rem !important;
    }

    .mx-1-widescreen {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .my-1-widescreen {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

@media (max-width: 768px) {
    .ml-2-mobile {
        margin-left: 0.5rem !important;
    }

    .mx-2-mobile {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .my-2-mobile {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
}

@media (min-width: 769px) {
    .ml-2-tablet {
        margin-left: 0.5rem !important;
    }

    .mx-2-tablet {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .my-2-tablet {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
}

@media (min-width: 1024px) {
    .ml-2-desktop {
        margin-left: 0.5rem !important;
    }

    .mx-2-desktop {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .my-2-desktop {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
}

@media (min-width: 1216px) {
    .ml-2-widescreen {
        margin-left: 0.5rem !important;
    }

    .mx-2-widescreen {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .my-2-widescreen {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
}

.ml-3 {
    margin-left: 0.75rem !important;
}

.mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
}

.my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

@media (max-width: 768px) {
    .ml-3-mobile {
        margin-left: 0.75rem !important;
    }

    .mx-3-mobile {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .my-3-mobile {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
}

@media (min-width: 769px) {
    .ml-3-tablet {
        margin-left: 0.75rem !important;
    }

    .mx-3-tablet {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .my-3-tablet {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
}

@media (min-width: 1024px) {
    .ml-3-desktop {
        margin-left: 0.75rem !important;
    }

    .mx-3-desktop {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .my-3-desktop {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
}

@media (min-width: 1216px) {
    .ml-3-widescreen {
        margin-left: 0.75rem !important;
    }

    .mx-3-widescreen {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .my-3-widescreen {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
}

.ml-4 {
    margin-left: 1rem !important;
}

.mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

@media (max-width: 768px) {
    .ml-4-mobile {
        margin-left: 1rem !important;
    }

    .mx-4-mobile {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .my-4-mobile {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

@media (min-width: 769px) {
    .ml-4-tablet {
        margin-left: 1rem !important;
    }

    .mx-4-tablet {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .my-4-tablet {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

@media (min-width: 1024px) {
    .ml-4-desktop {
        margin-left: 1rem !important;
    }

    .mx-4-desktop {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .my-4-desktop {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

@media (min-width: 1216px) {
    .ml-4-widescreen {
        margin-left: 1rem !important;
    }

    .mx-4-widescreen {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .my-4-widescreen {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

.ml-5 {
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

@media (max-width: 768px) {
    .ml-5-mobile {
        margin-left: 1.5rem !important;
    }

    .mx-5-mobile {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .my-5-mobile {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
}

@media (min-width: 769px) {
    .ml-5-tablet {
        margin-left: 1.5rem !important;
    }

    .mx-5-tablet {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .my-5-tablet {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
}

@media (min-width: 1024px) {
    .ml-5-desktop {
        margin-left: 1.5rem !important;
    }

    .mx-5-desktop {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .my-5-desktop {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
}

@media (min-width: 1216px) {
    .ml-5-widescreen {
        margin-left: 1.5rem !important;
    }

    .mx-5-widescreen {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .my-5-widescreen {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
}

.ml-6 {
    margin-left: 3rem !important;
}

.mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

@media (max-width: 768px) {
    .ml-6-mobile {
        margin-left: 3rem !important;
    }

    .mx-6-mobile {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .my-6-mobile {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

@media (min-width: 769px) {
    .ml-6-tablet {
        margin-left: 3rem !important;
    }

    .mx-6-tablet {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .my-6-tablet {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

@media (min-width: 1024px) {
    .ml-6-desktop {
        margin-left: 3rem !important;
    }

    .mx-6-desktop {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .my-6-desktop {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

@media (min-width: 1216px) {
    .ml-6-widescreen {
        margin-left: 3rem !important;
    }

    .mx-6-widescreen {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .my-6-widescreen {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

.pt-0 {
    padding-top: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media (max-width: 768px) {
    .pt-0-mobile {
        padding-top: 0 !important;
    }

    .px-0-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .py-0-mobile {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 769px) {
    .pt-0-tablet {
        padding-top: 0 !important;
    }

    .px-0-tablet {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .py-0-tablet {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 1024px) {
    .pt-0-desktop {
        padding-top: 0 !important;
    }

    .px-0-desktop {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .py-0-desktop {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 1216px) {
    .pt-0-widescreen {
        padding-top: 0 !important;
    }

    .px-0-widescreen {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .py-0-widescreen {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

@media (max-width: 768px) {
    .pt-1-mobile {
        padding-top: 0.25rem !important;
    }

    .px-1-mobile {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .py-1-mobile {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
}

@media (min-width: 769px) {
    .pt-1-tablet {
        padding-top: 0.25rem !important;
    }

    .px-1-tablet {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .py-1-tablet {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
}

@media (min-width: 1024px) {
    .pt-1-desktop {
        padding-top: 0.25rem !important;
    }

    .px-1-desktop {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .py-1-desktop {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
}

@media (min-width: 1216px) {
    .pt-1-widescreen {
        padding-top: 0.25rem !important;
    }

    .px-1-widescreen {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .py-1-widescreen {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

@media (max-width: 768px) {
    .pt-2-mobile {
        padding-top: 0.5rem !important;
    }

    .px-2-mobile {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .py-2-mobile {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}

@media (min-width: 769px) {
    .pt-2-tablet {
        padding-top: 0.5rem !important;
    }

    .px-2-tablet {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .py-2-tablet {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}

@media (min-width: 1024px) {
    .pt-2-desktop {
        padding-top: 0.5rem !important;
    }

    .px-2-desktop {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .py-2-desktop {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}

@media (min-width: 1216px) {
    .pt-2-widescreen {
        padding-top: 0.5rem !important;
    }

    .px-2-widescreen {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .py-2-widescreen {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}

.pt-3 {
    padding-top: 0.75rem !important;
}

.px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

@media (max-width: 768px) {
    .pt-3-mobile {
        padding-top: 0.75rem !important;
    }

    .px-3-mobile {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .py-3-mobile {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
}

@media (min-width: 769px) {
    .pt-3-tablet {
        padding-top: 0.75rem !important;
    }

    .px-3-tablet {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .py-3-tablet {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
}

@media (min-width: 1024px) {
    .pt-3-desktop {
        padding-top: 0.75rem !important;
    }

    .px-3-desktop {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .py-3-desktop {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
}

@media (min-width: 1216px) {
    .pt-3-widescreen {
        padding-top: 0.75rem !important;
    }

    .px-3-widescreen {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .py-3-widescreen {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
}

.pt-4 {
    padding-top: 1rem !important;
}

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

@media (max-width: 768px) {
    .pt-4-mobile {
        padding-top: 1rem !important;
    }

    .px-4-mobile {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .py-4-mobile {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

@media (min-width: 769px) {
    .pt-4-tablet {
        padding-top: 1rem !important;
    }

    .px-4-tablet {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .py-4-tablet {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

@media (min-width: 1024px) {
    .pt-4-desktop {
        padding-top: 1rem !important;
    }

    .px-4-desktop {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .py-4-desktop {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

@media (min-width: 1216px) {
    .pt-4-widescreen {
        padding-top: 1rem !important;
    }

    .px-4-widescreen {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .py-4-widescreen {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

.pt-5 {
    padding-top: 1.5rem !important;
}

.px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

@media (max-width: 768px) {
    .pt-5-mobile {
        padding-top: 1.5rem !important;
    }

    .px-5-mobile {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .py-5-mobile {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

@media (min-width: 769px) {
    .pt-5-tablet {
        padding-top: 1.5rem !important;
    }

    .px-5-tablet {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .py-5-tablet {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

@media (min-width: 1024px) {
    .pt-5-desktop {
        padding-top: 1.5rem !important;
    }

    .px-5-desktop {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .py-5-desktop {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

@media (min-width: 1216px) {
    .pt-5-widescreen {
        padding-top: 1.5rem !important;
    }

    .px-5-widescreen {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .py-5-widescreen {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

.pt-6 {
    padding-top: 3rem !important;
}

.px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

@media (max-width: 768px) {
    .pt-6-mobile {
        padding-top: 3rem !important;
    }

    .px-6-mobile {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-6-mobile {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 769px) {
    .pt-6-tablet {
        padding-top: 3rem !important;
    }

    .px-6-tablet {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-6-tablet {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 1024px) {
    .pt-6-desktop {
        padding-top: 3rem !important;
    }

    .px-6-desktop {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-6-desktop {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 1216px) {
    .pt-6-widescreen {
        padding-top: 3rem !important;
    }

    .px-6-widescreen {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-6-widescreen {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

.pr-0 {
    padding-right: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media (max-width: 768px) {
    .pr-0-mobile {
        padding-right: 0 !important;
    }

    .px-0-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .py-0-mobile {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 769px) {
    .pr-0-tablet {
        padding-right: 0 !important;
    }

    .px-0-tablet {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .py-0-tablet {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 1024px) {
    .pr-0-desktop {
        padding-right: 0 !important;
    }

    .px-0-desktop {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .py-0-desktop {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 1216px) {
    .pr-0-widescreen {
        padding-right: 0 !important;
    }

    .px-0-widescreen {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .py-0-widescreen {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

@media (max-width: 768px) {
    .pr-1-mobile {
        padding-right: 0.25rem !important;
    }

    .px-1-mobile {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .py-1-mobile {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
}

@media (min-width: 769px) {
    .pr-1-tablet {
        padding-right: 0.25rem !important;
    }

    .px-1-tablet {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .py-1-tablet {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
}

@media (min-width: 1024px) {
    .pr-1-desktop {
        padding-right: 0.25rem !important;
    }

    .px-1-desktop {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .py-1-desktop {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
}

@media (min-width: 1216px) {
    .pr-1-widescreen {
        padding-right: 0.25rem !important;
    }

    .px-1-widescreen {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .py-1-widescreen {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

@media (max-width: 768px) {
    .pr-2-mobile {
        padding-right: 0.5rem !important;
    }

    .px-2-mobile {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .py-2-mobile {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}

@media (min-width: 769px) {
    .pr-2-tablet {
        padding-right: 0.5rem !important;
    }

    .px-2-tablet {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .py-2-tablet {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}

@media (min-width: 1024px) {
    .pr-2-desktop {
        padding-right: 0.5rem !important;
    }

    .px-2-desktop {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .py-2-desktop {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}

@media (min-width: 1216px) {
    .pr-2-widescreen {
        padding-right: 0.5rem !important;
    }

    .px-2-widescreen {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .py-2-widescreen {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}

.pr-3 {
    padding-right: 0.75rem !important;
}

.px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

@media (max-width: 768px) {
    .pr-3-mobile {
        padding-right: 0.75rem !important;
    }

    .px-3-mobile {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .py-3-mobile {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
}

@media (min-width: 769px) {
    .pr-3-tablet {
        padding-right: 0.75rem !important;
    }

    .px-3-tablet {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .py-3-tablet {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
}

@media (min-width: 1024px) {
    .pr-3-desktop {
        padding-right: 0.75rem !important;
    }

    .px-3-desktop {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .py-3-desktop {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
}

@media (min-width: 1216px) {
    .pr-3-widescreen {
        padding-right: 0.75rem !important;
    }

    .px-3-widescreen {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .py-3-widescreen {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
}

.pr-4 {
    padding-right: 1rem !important;
}

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

@media (max-width: 768px) {
    .pr-4-mobile {
        padding-right: 1rem !important;
    }

    .px-4-mobile {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .py-4-mobile {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

@media (min-width: 769px) {
    .pr-4-tablet {
        padding-right: 1rem !important;
    }

    .px-4-tablet {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .py-4-tablet {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

@media (min-width: 1024px) {
    .pr-4-desktop {
        padding-right: 1rem !important;
    }

    .px-4-desktop {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .py-4-desktop {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

@media (min-width: 1216px) {
    .pr-4-widescreen {
        padding-right: 1rem !important;
    }

    .px-4-widescreen {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .py-4-widescreen {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

.pr-5 {
    padding-right: 1.5rem !important;
}

.px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

@media (max-width: 768px) {
    .pr-5-mobile {
        padding-right: 1.5rem !important;
    }

    .px-5-mobile {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .py-5-mobile {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

@media (min-width: 769px) {
    .pr-5-tablet {
        padding-right: 1.5rem !important;
    }

    .px-5-tablet {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .py-5-tablet {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

@media (min-width: 1024px) {
    .pr-5-desktop {
        padding-right: 1.5rem !important;
    }

    .px-5-desktop {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .py-5-desktop {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

@media (min-width: 1216px) {
    .pr-5-widescreen {
        padding-right: 1.5rem !important;
    }

    .px-5-widescreen {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .py-5-widescreen {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

.pr-6 {
    padding-right: 3rem !important;
}

.px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

@media (max-width: 768px) {
    .pr-6-mobile {
        padding-right: 3rem !important;
    }

    .px-6-mobile {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-6-mobile {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 769px) {
    .pr-6-tablet {
        padding-right: 3rem !important;
    }

    .px-6-tablet {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-6-tablet {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 1024px) {
    .pr-6-desktop {
        padding-right: 3rem !important;
    }

    .px-6-desktop {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-6-desktop {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 1216px) {
    .pr-6-widescreen {
        padding-right: 3rem !important;
    }

    .px-6-widescreen {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-6-widescreen {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

.pb-0 {
    padding-bottom: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media (max-width: 768px) {
    .pb-0-mobile {
        padding-bottom: 0 !important;
    }

    .px-0-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .py-0-mobile {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 769px) {
    .pb-0-tablet {
        padding-bottom: 0 !important;
    }

    .px-0-tablet {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .py-0-tablet {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 1024px) {
    .pb-0-desktop {
        padding-bottom: 0 !important;
    }

    .px-0-desktop {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .py-0-desktop {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 1216px) {
    .pb-0-widescreen {
        padding-bottom: 0 !important;
    }

    .px-0-widescreen {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .py-0-widescreen {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

@media (max-width: 768px) {
    .pb-1-mobile {
        padding-bottom: 0.25rem !important;
    }

    .px-1-mobile {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .py-1-mobile {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
}

@media (min-width: 769px) {
    .pb-1-tablet {
        padding-bottom: 0.25rem !important;
    }

    .px-1-tablet {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .py-1-tablet {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
}

@media (min-width: 1024px) {
    .pb-1-desktop {
        padding-bottom: 0.25rem !important;
    }

    .px-1-desktop {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .py-1-desktop {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
}

@media (min-width: 1216px) {
    .pb-1-widescreen {
        padding-bottom: 0.25rem !important;
    }

    .px-1-widescreen {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .py-1-widescreen {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

@media (max-width: 768px) {
    .pb-2-mobile {
        padding-bottom: 0.5rem !important;
    }

    .px-2-mobile {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .py-2-mobile {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}

@media (min-width: 769px) {
    .pb-2-tablet {
        padding-bottom: 0.5rem !important;
    }

    .px-2-tablet {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .py-2-tablet {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}

@media (min-width: 1024px) {
    .pb-2-desktop {
        padding-bottom: 0.5rem !important;
    }

    .px-2-desktop {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .py-2-desktop {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}

@media (min-width: 1216px) {
    .pb-2-widescreen {
        padding-bottom: 0.5rem !important;
    }

    .px-2-widescreen {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .py-2-widescreen {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}

.pb-3 {
    padding-bottom: 0.75rem !important;
}

.px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

@media (max-width: 768px) {
    .pb-3-mobile {
        padding-bottom: 0.75rem !important;
    }

    .px-3-mobile {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .py-3-mobile {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
}

@media (min-width: 769px) {
    .pb-3-tablet {
        padding-bottom: 0.75rem !important;
    }

    .px-3-tablet {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .py-3-tablet {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
}

@media (min-width: 1024px) {
    .pb-3-desktop {
        padding-bottom: 0.75rem !important;
    }

    .px-3-desktop {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .py-3-desktop {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
}

@media (min-width: 1216px) {
    .pb-3-widescreen {
        padding-bottom: 0.75rem !important;
    }

    .px-3-widescreen {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .py-3-widescreen {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
}

.pb-4 {
    padding-bottom: 1rem !important;
}

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

@media (max-width: 768px) {
    .pb-4-mobile {
        padding-bottom: 1rem !important;
    }

    .px-4-mobile {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .py-4-mobile {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

@media (min-width: 769px) {
    .pb-4-tablet {
        padding-bottom: 1rem !important;
    }

    .px-4-tablet {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .py-4-tablet {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

@media (min-width: 1024px) {
    .pb-4-desktop {
        padding-bottom: 1rem !important;
    }

    .px-4-desktop {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .py-4-desktop {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

@media (min-width: 1216px) {
    .pb-4-widescreen {
        padding-bottom: 1rem !important;
    }

    .px-4-widescreen {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .py-4-widescreen {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

.pb-5 {
    padding-bottom: 1.5rem !important;
}

.px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

@media (max-width: 768px) {
    .pb-5-mobile {
        padding-bottom: 1.5rem !important;
    }

    .px-5-mobile {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .py-5-mobile {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

@media (min-width: 769px) {
    .pb-5-tablet {
        padding-bottom: 1.5rem !important;
    }

    .px-5-tablet {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .py-5-tablet {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

@media (min-width: 1024px) {
    .pb-5-desktop {
        padding-bottom: 1.5rem !important;
    }

    .px-5-desktop {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .py-5-desktop {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

@media (min-width: 1216px) {
    .pb-5-widescreen {
        padding-bottom: 1.5rem !important;
    }

    .px-5-widescreen {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .py-5-widescreen {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

.pb-6 {
    padding-bottom: 3rem !important;
}

.px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

@media (max-width: 768px) {
    .pb-6-mobile {
        padding-bottom: 3rem !important;
    }

    .px-6-mobile {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-6-mobile {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 769px) {
    .pb-6-tablet {
        padding-bottom: 3rem !important;
    }

    .px-6-tablet {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-6-tablet {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 1024px) {
    .pb-6-desktop {
        padding-bottom: 3rem !important;
    }

    .px-6-desktop {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-6-desktop {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 1216px) {
    .pb-6-widescreen {
        padding-bottom: 3rem !important;
    }

    .px-6-widescreen {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-6-widescreen {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media (max-width: 768px) {
    .pl-0-mobile {
        padding-left: 0 !important;
    }

    .px-0-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .py-0-mobile {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 769px) {
    .pl-0-tablet {
        padding-left: 0 !important;
    }

    .px-0-tablet {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .py-0-tablet {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 1024px) {
    .pl-0-desktop {
        padding-left: 0 !important;
    }

    .px-0-desktop {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .py-0-desktop {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 1216px) {
    .pl-0-widescreen {
        padding-left: 0 !important;
    }

    .px-0-widescreen {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .py-0-widescreen {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

@media (max-width: 768px) {
    .pl-1-mobile {
        padding-left: 0.25rem !important;
    }

    .px-1-mobile {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .py-1-mobile {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
}

@media (min-width: 769px) {
    .pl-1-tablet {
        padding-left: 0.25rem !important;
    }

    .px-1-tablet {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .py-1-tablet {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
}

@media (min-width: 1024px) {
    .pl-1-desktop {
        padding-left: 0.25rem !important;
    }

    .px-1-desktop {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .py-1-desktop {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
}

@media (min-width: 1216px) {
    .pl-1-widescreen {
        padding-left: 0.25rem !important;
    }

    .px-1-widescreen {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .py-1-widescreen {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

@media (max-width: 768px) {
    .pl-2-mobile {
        padding-left: 0.5rem !important;
    }

    .px-2-mobile {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .py-2-mobile {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}

@media (min-width: 769px) {
    .pl-2-tablet {
        padding-left: 0.5rem !important;
    }

    .px-2-tablet {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .py-2-tablet {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}

@media (min-width: 1024px) {
    .pl-2-desktop {
        padding-left: 0.5rem !important;
    }

    .px-2-desktop {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .py-2-desktop {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}

@media (min-width: 1216px) {
    .pl-2-widescreen {
        padding-left: 0.5rem !important;
    }

    .px-2-widescreen {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .py-2-widescreen {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}

.pl-3 {
    padding-left: 0.75rem !important;
}

.px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

@media (max-width: 768px) {
    .pl-3-mobile {
        padding-left: 0.75rem !important;
    }

    .px-3-mobile {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .py-3-mobile {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
}

@media (min-width: 769px) {
    .pl-3-tablet {
        padding-left: 0.75rem !important;
    }

    .px-3-tablet {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .py-3-tablet {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
}

@media (min-width: 1024px) {
    .pl-3-desktop {
        padding-left: 0.75rem !important;
    }

    .px-3-desktop {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .py-3-desktop {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
}

@media (min-width: 1216px) {
    .pl-3-widescreen {
        padding-left: 0.75rem !important;
    }

    .px-3-widescreen {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .py-3-widescreen {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
}

.pl-4 {
    padding-left: 1rem !important;
}

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

@media (max-width: 768px) {
    .pl-4-mobile {
        padding-left: 1rem !important;
    }

    .px-4-mobile {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .py-4-mobile {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

@media (min-width: 769px) {
    .pl-4-tablet {
        padding-left: 1rem !important;
    }

    .px-4-tablet {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .py-4-tablet {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

@media (min-width: 1024px) {
    .pl-4-desktop {
        padding-left: 1rem !important;
    }

    .px-4-desktop {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .py-4-desktop {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

@media (min-width: 1216px) {
    .pl-4-widescreen {
        padding-left: 1rem !important;
    }

    .px-4-widescreen {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .py-4-widescreen {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

.pl-5 {
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

@media (max-width: 768px) {
    .pl-5-mobile {
        padding-left: 1.5rem !important;
    }

    .px-5-mobile {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .py-5-mobile {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

@media (min-width: 769px) {
    .pl-5-tablet {
        padding-left: 1.5rem !important;
    }

    .px-5-tablet {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .py-5-tablet {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

@media (min-width: 1024px) {
    .pl-5-desktop {
        padding-left: 1.5rem !important;
    }

    .px-5-desktop {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .py-5-desktop {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

@media (min-width: 1216px) {
    .pl-5-widescreen {
        padding-left: 1.5rem !important;
    }

    .px-5-widescreen {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .py-5-widescreen {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

.pl-6 {
    padding-left: 3rem !important;
}

.px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

@media (max-width: 768px) {
    .pl-6-mobile {
        padding-left: 3rem !important;
    }

    .px-6-mobile {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-6-mobile {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 769px) {
    .pl-6-tablet {
        padding-left: 3rem !important;
    }

    .px-6-tablet {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-6-tablet {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 1024px) {
    .pl-6-desktop {
        padding-left: 3rem !important;
    }

    .px-6-desktop {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-6-desktop {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 1216px) {
    .pl-6-widescreen {
        padding-left: 3rem !important;
    }

    .px-6-widescreen {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-6-widescreen {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

.o-columns {
    margin-left: calc(-1.875rem/2);
    margin-right: calc(-1.875rem/2);
    margin-top: calc(-1.875rem/2);
    margin-bottom: calc(-1.875rem/2);
    font-family: monospace;
    letter-spacing: -0.65em;
    text-align: left;
}

.o-columns--equal {
    overflow: hidden;
    margin-bottom: 0;
    margin-top: -1.875rem;
}

    .o-columns--equal .o-column {
        margin-top: 0;
        margin-bottom: 2.5rem;
        padding: 0;
    }

        .o-columns--equal .o-column .o-column__inner {
            padding: 2.5rem;
            margin-bottom: -9999px;
            padding-bottom: 9999px;
            border: calc(1.875rem/2) solid #ffffff;
            border-bottom: none;
            border-top: 1.875rem solid #ffffff;
        }

.o-column {
    margin-bottom: calc(1.875rem/2);
    margin-top: calc(1.875rem/2);
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    padding: 0 calc(1.875rem/2);
    width: 100%;
}

    .o-column .o-column__inner {
        padding: 1.25rem;
    }

.o-column--1 {
    width: calc(100% / (12 / 1));
}

.o-column--2 {
    width: calc(100% / (12 / 2));
}

.o-column--3 {
    width: calc(100% / (12 / 3));
}

.o-column--4 {
    width: calc(100% / (12 / 4));
}

.o-column--5 {
    width: calc(100% / (12 / 5));
}

.o-column--6 {
    width: calc(100% / (12 / 6));
}

.o-column--7 {
    width: calc(100% / (12 / 7));
}

.o-column--8 {
    width: calc(100% / (12 / 8));
}

.o-column--9 {
    width: calc(100% / (12 / 9));
}

.o-column--10 {
    width: calc(100% / (12 / 10));
}

.o-column--11 {
    width: calc(100% / (12 / 11));
}

.o-column--12 {
    width: calc(100% / (12 / 12));
}

@media only screen and (min-width: 600px) {
    .o-column--M-1 {
        width: calc(100% / (12 / 1));
    }

    .o-column--M-2 {
        width: calc(100% / (12 / 2));
    }

    .o-column--M-3 {
        width: calc(100% / (12 / 3));
    }

    .o-column--M-4 {
        width: calc(100% / (12 / 4));
    }

    .o-column--M-5 {
        width: calc(100% / (12 / 5));
    }

    .o-column--M-6 {
        width: calc(100% / (12 / 6));
    }

    .o-column--M-7 {
        width: calc(100% / (12 / 7));
    }

    .o-column--M-8 {
        width: calc(100% / (12 / 8));
    }

    .o-column--M-9 {
        width: calc(100% / (12 / 9));
    }

    .o-column--M-10 {
        width: calc(100% / (12 / 10));
    }

    .o-column--M-11 {
        width: calc(100% / (12 / 11));
    }

    .o-column--M-12 {
        width: calc(100% / (12 / 12));
    }
}

@media only screen and (min-width: 900px) {
    .o-column--L-1 {
        width: calc(100% / (12 / 1));
    }

    .o-column--L-2 {
        width: calc(100% / (12 / 2));
    }

    .o-column--L-3 {
        width: calc(100% / (12 / 3));
    }

    .o-column--L-4 {
        width: calc(100% / (12 / 4));
    }

    .o-column--L-5 {
        width: calc(100% / (12 / 5));
    }

    .o-column--L-6 {
        width: calc(100% / (12 / 6));
    }

    .o-column--L-7 {
        width: calc(100% / (12 / 7));
    }

    .o-column--L-8 {
        width: calc(100% / (12 / 8));
    }

    .o-column--L-9 {
        width: calc(100% / (12 / 9));
    }

    .o-column--L-10 {
        width: calc(100% / (12 / 10));
    }

    .o-column--L-11 {
        width: calc(100% / (12 / 11));
    }

    .o-column--L-12 {
        width: calc(100% / (12 / 12));
    }
}

@media only screen and (min-width: 600px) {
    body {
        padding-top: 63px;
    }
}

@media only screen and (min-width: 900px) {
    body {
        padding-top: 63px;
    }
}

main:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: background 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), z-index 0s 0.3s;
}

.is-activeNav main:before {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.75);
    transition: background 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.is-activeNav .c-nav {
    transform: translateX(0);
}

.is-activeNav .c-nav-toggle, .is-activeNav .c-nav-toggle:visited {
    border-radius: 100%;
    padding: calc(1.25rem/2);
}

    .is-activeNav .c-nav-toggle:after, .is-activeNav .c-nav-toggle:visited:after {
        display: none;
    }

    .is-activeNav .c-nav-toggle:before, .is-activeNav .c-nav-toggle:visited:before {
        display: block;
        background-image: url("../icons/ic_close.svg");
        height: 1.25em;
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

.c-nav-toggle, .c-nav-toggle:visited {
    background-color: #FAF3F9;
    position: fixed;
    top: calc(1.25rem/2);
    right: calc(1.25rem/2);
    z-index: 1000;
    font-weight: 100;
    text-decoration: none;
    color: #173142;
    padding: 0.5rem calc(1.25rem/2);
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1), 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    line-height: 1;
}

    .c-nav-toggle:hover, .c-nav-toggle:visited:hover {
        background-color: #FAF3F9;
        color: #173142;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }

    .c-nav-toggle:before, .c-nav-toggle:visited:before {
        margin: 0 auto;
        content: "";
        display: inline-block;
        background-image: url("../icons/ic_menu.svg");
        width: 1.25em;
        height: 1em;
        background-size: cover;
        vertical-align: middle;
        background-position: center center;
    }

    .c-nav-toggle:after, .c-nav-toggle:visited:after {
        content: "menu";
        display: inline-block;
        font-size: 10px;
        vertical-align: middle;
    }

@media only screen and (min-width: 600px) {
    .c-nav-toggle, .c-nav-toggle:visited {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .c-nav-bg {
        overflow: scroll;
        height: 100vh;
    }
}

.c-nav-logo {
    margin-left: -1.175rem;
    display: inline-block;
    padding: 1.175rem;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-decoration: none;
}

    .c-nav-logo:hover {
        background-color: #e6e6e6;
    }

.c-nav {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 999;
    transform: translateX(100%);
    max-width: 320px;
    width: 100%;
}

@media only screen and (min-width: 600px) {
    .c-nav {
        position: absolute;
        background-color: transparent;
        max-width: none;
        transform: translateX(0);
        bottom: auto;
    }
}

.c-nav__list {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

@media only screen and (min-width: 600px) {
    .c-nav__list {
        display: inline-block;
    }

        .c-nav__list.c-nav__list--alt {
            float: right;
        }
}

.c-nav__item {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 600px) {
    .c-nav__item {
        display: inline-block;
        vertical-align: middle;
    }
}

.c-nav__logo {
    display: inline-block;
    padding: 1em;
}

.c-nav__link--active {
    color: #ffffff !important;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    background-color: var(--primary-color) !important;
}

.c-subNav {
    background-color: var(--primary-color);
    min-width: 200%;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .c-subNav .c-nav__link {
        padding: 0.75em 0.8333333333rem;
        padding-left: calc(1.25rem * 1.5);
    }

@media only screen and (min-width: 600px) {
    .c-subNav {
        position: absolute;
        margin-left: 0;
        height: 0;
        overflow: hidden;
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

        .c-subNav .c-nav__link {
            padding-left: 1.25rem;
        }
}

.has-subNav:hover .c-nav__link {
    background-color: transparent;
}

    .has-subNav:hover .c-nav__link, .has-subNav:hover .c-nav__link:visited {
        color: #ffffff;
    }

@media only screen and (min-width: 600px) {
    .has-subNav:hover .c-subNav {
        height: auto;
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        border: 1px solid white;
    }

    .has-subNav:hover .c-nav__link--main:after {
        transform: rotateX(180deg);
    }
}

.has-subNav {
    position: relative;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media only screen and (min-width: 600px) {
    .has-subNav .c-nav__link--main, .has-subNav .c-nav__link--main:visited {
        border-bottom: none !important;
    }

        .has-subNav .c-nav__link--main:after, .has-subNav .c-nav__link--main:visited:after {
            content: "";
            display: inline-block;
            width: 1em;
            height: 1em;
            background-image: url("../icons/ic_keyboard_arrow_down.svg");
            background-size: contain;
            vertical-align: middle;
            transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        }
}

.has-subNav .c-nav__link--main, .has-subNav .c-nav__link--main:visited {
    border-bottom: none;
    color: #ffffff;
}

.has-subNav .c-nav__item {
    display: block;
}

.has-subNav:hover .c-nav__link, .has-subNav:hover .c-nav__link:visited {
    color: #ffffff;
}

    .has-subNav:hover .c-nav__link:hover, .has-subNav:hover .c-nav__link:visited:hover {
        text-shadow: 1px 1px 0px white;
    }

.c-nav__link, .c-nav__link:visited {
    font-size: 14px;
    display: block;
    padding: 1.25rem 1.25rem;
    border-bottom: 1px solid #e6e6e6;
    text-decoration: none;
    color: white;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-transform: unset;
    font-weight: normal;
}

    .c-nav__link:hover, .c-nav__link:visited:hover {
        color: #ffffff;
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

@media only screen and (min-width: 600px) {
    .c-nav__link, .c-nav__link:visited {
        font-size: 18px;
        border-bottom: none;
    }
}

.c-nav__meta .c-nav__item {
    display: inline-block;
    align-items: center;
}

@media only screen and (min-width: 600px) {
    .c-nav__meta {
        position: absolute;
        top: 0.25rem;
        right: 0;
        margin-right: 0;
    }

        .c-nav__meta .c-nav__link {
            padding: 0 !important;
            line-height: 0;
        }

            .c-nav__meta .c-nav__link img {
                margin: 0;
            }
}

footer {
    font-size: 14px;
}

.grid-item .overlay span {
    font-weight: bold;
    position: absolute;
    top: 50%;
    padding: 2rem;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #d4d1cc;
    font-size: 1.5rem;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.grid-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0) !important;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .grid-item .overlay:hover span {
        opacity: 1;
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .grid-item .overlay:hover {
        background-color: rgba(0, 0, 0, 0.75) !important;
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

.is-grid {
    display: grid;
    grid-auto-flow: dense;
    gap: 18px;
}

    .is-grid .grid-item {
        padding-bottom: 100%;
        overflow: hidden;
    }

.is-grid {
    display: grid;
    grid-auto-flow: dense;
    gap: 18px;
}

    .is-grid .grid-item {
        padding-bottom: 100%;
        overflow: hidden;
    }

@media screen and (min-width: 1000px) {
    .is-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-flow: dense;
        gap: 48px;
    }

        .is-grid .grid-item:nth-child(2) {
            grid-column: span 2;
            padding-bottom: 50%;
        }
}

input:not([type=checkbox], [type=submit]), textarea, select {
    width: 100%;
    display: block;
    background-color: transparent;
    border: 2px solid #951B80;
    border-radius: 20px;
}

    input:not([type=checkbox], [type=submit])::placeholder, textarea::placeholder, select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #951B80;
        opacity: 1; /* Firefox */
        padding: 0;
    }

    input:not([type=checkbox], [type=submit]):-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #951B80;
    }

    input:not([type=checkbox], [type=submit])::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder { /* Microsoft Edge */
        color: #951B80;
    }

fieldset {
    padding: 0;
}

textarea {
    width: 100%;
}

input[type=submit] {
    width: auto;
}

input[type=checkbox], input[type=radio] {
    vertical-align: top;
    line-height: 1.3;
    margin-top: 0.25rem;
    margin-right: 0.25rem;
    text-align: left !important;
}

.is-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .is-tooltip:after {
        font-family: "Material Symbols Outlined";
        content: "\e887";
        color: #e3136b;
        display: inline-block;
        margin-left: 0.5rem;
        vertical-align: middle;
    }

    .is-tooltip .tooltip {
        display: none;
        position: absolute;
        left: calc(100% + 1rem);
        background: #fafafa;
        padding: 1rem;
        border-radius: 10px;
        border-top-left-radius: 0;
        font-size: 14px;
        top: 0.5rem;
        border: 1px solid #e3136b;
        width: calc(100% + 10rem);
        z-index: 3;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
        min-width: 100%;
        opacity: 0;
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

        .is-tooltip .tooltip:before {
            content: "";
            position: absolute;
            right: calc(100% - 0px);
            height: calc(1rem + 2px);
            width: calc(1rem + 0px);
            top: -1px;
            z-index: -1;
            clip-path: polygon(0 0, 100% 100%, 100% 0);
            background-color: #e3136b;
        }

        .is-tooltip .tooltip::after {
            content: "";
            position: absolute;
            right: calc(100% - 2px);
            background-color: inherit;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            height: 1rem;
            width: 1rem;
            top: 0px;
            clip-path: polygon(0 0, 100% 100%, 100% 0);
        }

    .is-tooltip.is-showing .tooltip {
        display: block;
        opacity: 1;
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

select {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    height: auto;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-position: 100%;
    background-repeat: no-repeat;
}

.js-closebtn {
    position: absolute !important;
    top: 1rem;
    right: 1rem;
    z-index: 10;
}

.c-faq li {
    margin: 0 !important;
}

.c-faq a, .c-faq a:visited {
    color: #e3136b;
    text-decoration: none;
    font-weight: normal;
    text-transform: lowercase;
}

    .c-faq a:hover, .c-faq a:visited:hover {
        text-decoration: underline;
    }

button, .c-btn, .c-btn:visited, .btn {
    --bg-size: 0% 100%;
    cursor: pointer;
    display: block;
    text-align: center;
    border: none;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 0px 0px 0px, rgba(0, 0, 0, 0.2) 0px 0px 0px 0px;
    line-height: 20px !important;
    padding: calc(1.75rem/2.75) 1.75rem;
    color: #151515;
    font-weight: 600;
    text-decoration: none;
    background-color: var(--btn-color) !important;
    background-image: linear-gradient(90deg, var(--btn-color--dark), var(--btn-color--dark));
    background-size: var(--bg-size);
    background-repeat: no-repeat;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: auto;
    white-space: nowrap;
    position: relative;
    border-radius: 25px;
}

    button span, .c-btn span, .c-btn:visited span, .btn span {
        vertical-align: middle;
    }

    button.c-btn--mail::before, .c-btn.c-btn--mail::before, .c-btn:visited.c-btn--mail::before, .btn.c-btn--mail::before {
        font-family: "Material Symbols Outlined";
        margin-right: 0.375em;
        font-size: 30;
        display: inline-block;
        font-weight: 300;
        position: relative;
        z-index: 1;
        line-height: 1.75rem;
        text-align: right;
        vertical-align: middle;
        content: "\e158";
    }

    button.c-btn--mail::after, .c-btn.c-btn--mail::after, .c-btn:visited.c-btn--mail::after, .btn.c-btn--mail::after {
        display: none;
    }

    button.c-btn--back::before, .c-btn.c-btn--back::before, .c-btn:visited.c-btn--back::before, .btn.c-btn--back::before {
        font-family: "Material Symbols Outlined";
        margin-right: 0.375em;
        font-size: 30;
        display: inline-block;
        font-weight: bold;
        position: relative;
        z-index: 1;
        text-align: right;
        vertical-align: middle;
        content: "\e2ea";
    }

    button.c-btn--phone::before, .c-btn.c-btn--phone::before, .c-btn:visited.c-btn--phone::before, .btn.c-btn--phone::before {
        font-family: "Material Symbols Outlined";
        margin-right: 0.375em;
        font-size: 30;
        display: inline-block;
        font-weight: 300;
        position: relative;
        z-index: 1;
        line-height: 1.75rem;
        text-align: right;
        vertical-align: middle;
        content: "\e0b0";
    }

    button.c-btn--phone::after, .c-btn.c-btn--phone::after, .c-btn:visited.c-btn--phone::after, .btn.c-btn--phone::after {
        display: none;
    }

    button.c-btn--no-icon, .c-btn.c-btn--no-icon, .c-btn:visited.c-btn--no-icon, .btn.c-btn--no-icon {
        padding-right: calc(1.75rem) !important;
    }

        button.c-btn--no-icon::after, .c-btn.c-btn--no-icon::after, .c-btn:visited.c-btn--no-icon::after, .btn.c-btn--no-icon::after {
            display: none;
        }

    button.c-btn--square, .c-btn.c-btn--square, .c-btn:visited.c-btn--square, .btn.c-btn--square {
        line-height: 0;
        padding: calc(0.75em - 3px) !important;
    }

        button.c-btn--square::after, .c-btn.c-btn--square::after, .c-btn:visited.c-btn--square::after, .btn.c-btn--square::after {
            display: none;
        }

    button:hover, .c-btn:hover, .c-btn:visited:hover, .btn:hover {
        box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1), 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        color: #ffffff;
        background-color: var(--btn-color);
        --bg-size: 100% 100%;
        background-size: var(--bg-size);
        background-image: linear-gradient(90deg, var(--btn-color--dark), var(--btn-color--dark));
    }

    button.c-btn--primary, .c-btn.c-btn--primary, .c-btn:visited.c-btn--primary, .btn.c-btn--primary {
        --btn-color: #e3136b;
        --btn-color--dark: #9a024c;
        color: #FAF3F9;
    }

        button.c-btn--primary:disabled, .c-btn.c-btn--primary:disabled, .c-btn:visited.c-btn--primary:disabled, .btn.c-btn--primary:disabled {
            opacity: 0.5;
        }

    button.c-btn--danger, .c-btn.c-btn--danger, .c-btn:visited.c-btn--danger, .btn.c-btn--danger {
        --btn-color: #7A0012;
        --btn-color--dark: #5C0512;
        color: #FAF3F9;
    }
    button.c-btn--success, .c-btn.c-btn--success, .c-btn:visited.c-btn--success, .btn.c-btn--success {
        --btn-color: #95c23d;
        --btn-color--dark: #68882b;
        color: #FAF3F9;
    }

        button.c-btn--danger:disabled, .c-btn.c-btn--danger:disabled, .c-btn:visited.c-btn--danger:disabled, .btn.c-btn--danger:disabled {
            opacity: 0.5;
        }

    button.c-btn--secondary, button.primary, .c-btn.c-btn--secondary, .c-btn.primary, .c-btn:visited.c-btn--secondary, .c-btn:visited.primary, .btn.c-btn--secondary, .btn.primary {
        --btn-color: #951B80;
        --btn-color--dark: #540f48;
        color: #FAF3F9;
    }

    button.c-btn--warning, .c-btn.c-btn--warning, .c-btn:visited.c-btn--warning, .btn.c-btn--warning {
        --btn-color: #c69035;
        --btn-color--dark: #9E732A;
        color: #FAF3F9;
    }

        button.c-btn--warning:disabled, .c-btn.c-btn--warning:disabled, .c-btn:visited.c-btn--warning:disabled, .btn.c-btn--warning:disabled {
            opacity: 0.5;
        }

    button.c-btn--blue, .c-btn.c-btn--blue, .c-btn:visited.c-btn--blue, .btn.c-btn--blue {
        --btn-color--dark: #00697b;
        --btn-color: #00AFCD;
        color: #FAF3F9;
    }

    button.c-btn--outline, .c-btn.c-btn--outline, .c-btn:visited.c-btn--outline, .btn.c-btn--outline {
        background-color: transparent !important;
        border: 2px solid var(--btn-color) !important;
        color: var(--btn-color);
        padding: calc((1.75rem/2.75) - 2px) calc(1.75rem - 2px);
        background-image: linear-gradient(90deg, var(--btn-color), var(--btn-color));
    }

        button.c-btn--outline:hover, .c-btn.c-btn--outline:hover, .c-btn:visited.c-btn--outline:hover, .btn.c-btn--outline:hover {
            color: #FAF3F9;
        }

span.c-btn {
    padding: 0 !important;
}

    span.c-btn::after {
        left: calc(-1.75rem*1.5);
    }

    span.c-btn a, span.c-btn a:visited {
        font-size: 0.75rem;
        line-height: 20px !important;
        padding: calc(1.75rem/2.75) 1.75rem;
        color: #151515;
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        vertical-align: middle;
        display: inline-block;
        color: inherit;
    }

        span.c-btn a:hover, span.c-btn a:visited:hover {
            background-color: transparent !important;
        }

    span.c-btn.c-btn--mail a, span.c-btn.c-btn--phone a {
        padding: calc(1.75rem/1.325) 1.75rem !important;
        padding-left: 6.5625rem !important;
    }

    span.c-btn.c-btn--mail::before, span.c-btn.c-btn--phone::before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 1rem;
    }

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfont/fa-brands-400.woff2") format("woff2"), url("../webfont/fa-brands-400.ttf") format("truetype");
}

.fab,
.fa-brands {
    font-weight: 400;
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-shopware:before {
    content: "\f5b5";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-aws:before {
    content: "\f375";
}

.fa-redhat:before {
    content: "\f7bc";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-cloudflare:before {
    content: "\e07d";
}

.fa-ups:before {
    content: "\f7e0";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-stackpath:before {
    content: "\f842";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-modx:before {
    content: "\f285";
}

.fa-guilded:before {
    content: "\e07e";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-square-js:before {
    content: "\f3b9";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-microsoft:before {
    content: "\f3ca";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-orcid:before {
    content: "\f8d2";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-invision:before {
    content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-unity:before {
    content: "\e049";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-vk:before {
    content: "\f189";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-mailchimp:before {
    content: "\f59e";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-square-reddit:before {
    content: "\f1a2";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-square-font-awesome:before {
    content: "\e5ad";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-square-instagram:before {
    content: "\e055";
}

.fa-instagram-square:before {
    content: "\e055";
}

.fa-battle-net:before {
    content: "\f835";
}

.fa-the-red-yeti:before {
    content: "\f69d";
}

.fa-square-hacker-news:before {
    content: "\f3af";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-edge:before {
    content: "\f282";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-square-snapchat:before {
    content: "\f2ad";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-artstation:before {
    content: "\f77a";
}

.fa-markdown:before {
    content: "\f60f";
}

.fa-sourcetree:before {
    content: "\f7d3";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-diaspora:before {
    content: "\f791";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-safari:before {
    content: "\f267";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
    content: "\f35c";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-atlassian:before {
    content: "\f77b";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-nimblr:before {
    content: "\f5a8";
}

.fa-chromecast:before {
    content: "\f838";
}

.fa-evernote:before {
    content: "\f839";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-watchman-monitoring:before {
    content: "\e087";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-git-alt:before {
    content: "\f841";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-rev:before {
    content: "\f5b2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-wizards-of-the-coast:before {
    content: "\f730";
}

.fa-square-viadeo:before {
    content: "\f2aa";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-centos:before {
    content: "\f789";
}

.fa-adn:before {
    content: "\f170";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-square-dribbble:before {
    content: "\f397";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-node:before {
    content: "\f419";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-instalod:before {
    content: "\e081";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-square-twitter:before {
    content: "\f081";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-golang:before {
    content: "\e40f";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-uncharted:before {
    content: "\e084";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-square-youtube:before {
    content: "\f431";
}

.fa-youtube-square:before {
    content: "\f431";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-wpressr:before {
    content: "\f3e4";
}

.fa-rendact:before {
    content: "\f3e4";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-nfc-directional:before {
    content: "\e530";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-fedora:before {
    content: "\f798";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-meta:before {
    content: "\e49b";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-creative-commons-zero:before {
    content: "\f4f3";
}

.fa-hips:before {
    content: "\f452";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-discord:before {
    content: "\f392";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-confluence:before {
    content: "\f78d";
}

.fa-mdb:before {
    content: "\f8ca";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-unsplash:before {
    content: "\e07c";
}

.fa-yarn:before {
    content: "\f7e3";
}

.fa-square-steam:before {
    content: "\f1b7";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-square-vimeo:before {
    content: "\f194";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-flag:before {
    content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
    content: "\f2b4";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-apple:before {
    content: "\f179";
}

.fa-hive:before {
    content: "\e07f";
}

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-padlet:before {
    content: "\e4a0";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-square-github:before {
    content: "\f092";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-fedex:before {
    content: "\f797";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-shopify:before {
    content: "\e057";
}

.fa-neos:before {
    content: "\f612";
}

.fa-hackerrank:before {
    content: "\f5f7";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-swift:before {
    content: "\f8e1";
}

.fa-angular:before {
    content: "\f420";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-envira:before {
    content: "\f299";
}

.fa-square-gitlab:before {
    content: "\e5ae";
}

.fa-gitlab-square:before {
    content: "\e5ae";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-square-odnoklassniki:before {
    content: "\f264";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-sith:before {
    content: "\f512";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-hashnode:before {
    content: "\e499";
}

.fa-react:before {
    content: "\f41b";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-squarespace:before {
    content: "\f5be";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-itch-io:before {
    content: "\f83a";
}

.fa-umbraco:before {
    content: "\f8e8";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-ubuntu:before {
    content: "\f7df";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-gg:before {
    content: "\f260";
}

.fa-dhl:before {
    content: "\f790";
}

.fa-square-pinterest:before {
    content: "\f0d3";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-xing:before {
    content: "\f168";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-less:before {
    content: "\f41d";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-dailymotion:before {
    content: "\e052";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-bootstrap:before {
    content: "\f836";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-nfc-symbol:before {
    content: "\e531";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-speaker-deck:before {
    content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-ello:before {
    content: "\f5f1";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-square-google-plus:before {
    content: "\f0d4";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-d-and-d-beyond:before {
    content: "\f6ca";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-square-xing:before {
    content: "\f169";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-usps:before {
    content: "\f7e1";
}

.fa-megaport:before {
    content: "\f5a3";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-fly:before {
    content: "\f417";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-viber:before {
    content: "\f409";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-symfony:before {
    content: "\f83d";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-audible:before {
    content: "\f373";
}

.fa-think-peaks:before {
    content: "\f731";
}

.fa-bilibili:before {
    content: "\e3d9";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-cotton-bureau:before {
    content: "\f89e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-42-group:before {
    content: "\e080";
}

.fa-innosoft:before {
    content: "\e080";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-elementor:before {
    content: "\f430";
}

.fa-square-pied-piper:before {
    content: "\e01e";
}

.fa-pied-piper-square:before {
    content: "\e01e";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-tiktok:before {
    content: "\e07b";
}

.fa-square-facebook:before {
    content: "\f082";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-mixer:before {
    content: "\e056";
}

.fa-square-lastfm:before {
    content: "\f203";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-mendeley:before {
    content: "\f7b3";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-figma:before {
    content: "\f799";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-cmplid:before {
    content: "\e360";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-deezer:before {
    content: "\e077";
}

.fa-raspberry-pi:before {
    content: "\f7bb";
}

.fa-jira:before {
    content: "\f7b1";
}

.fa-docker:before {
    content: "\f395";
}

.fa-screenpal:before {
    content: "\e570";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-microblog:before {
    content: "\e01a";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-wirsindhandwerk:before {
    content: "\e2d0";
}

.fa-wsh:before {
    content: "\e2d0";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-salesforce:before {
    content: "\f83b";
}

.fa-octopus-deploy:before {
    content: "\e082";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-apper:before {
    content: "\f371";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-waze:before {
    content: "\f83f";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ab";
}

.fa-fantasy-flight-games:before {
    content: "\f6dc";
}

.fa-rust:before {
    content: "\e07a";
}

.fa-wix:before {
    content: "\f5cf";
}

.fa-square-behance:before {
    content: "\f1b5";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-kaggle:before {
    content: "\f5fa";
}

.fa-space-awesome:before {
    content: "\e5ac";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-square-git:before {
    content: "\f1d2";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-square-tumblr:before {
    content: "\f174";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-trello:before {
    content: "\f181";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-perbyte:before {
    content: "\e083";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-weebly:before {
    content: "\f5cc";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-themeco:before {
    content: "\f5c6";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-android:before {
    content: "\f17b";
}

.fa-bots:before {
    content: "\e340";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-hornbill:before {
    content: "\f592";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-ideal:before {
    content: "\e013";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-dev:before {
    content: "\f6cc";
}

.fa-sketch:before {
    content: "\f7c6";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-uber:before {
    content: "\f402";
}

.fa-github:before {
    content: "\f09b";
}

.fa-php:before {
    content: "\f457";
}

.fa-alipay:before {
    content: "\f642";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-firefox-browser:before {
    content: "\e007";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-suse:before {
    content: "\f7d6";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-buffer:before {
    content: "\f837";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-yammer:before {
    content: "\f840";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-stubber:before {
    content: "\e5c7";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f2c6";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-odysee:before {
    content: "\e5c6";
}

.fa-square-whatsapp:before {
    content: "\f40c";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-edge-legacy:before {
    content: "\e078";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f198";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-usb:before {
    content: "\f287";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-reacteurope:before {
    content: "\f75d";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f23a";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-critical-role:before {
    content: "\f6c9";
}

.fa-sitrox:before {
    content: "\e44a";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-airbnb:before {
    content: "\f834";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-buy-n-large:before {
    content: "\f8a6";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-strava:before {
    content: "\f428";
}

.fa-ember:before {
    content: "\f423";
}

.fa-canadian-maple-leaf:before {
    content: "\f785";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-wodu:before {
    content: "\e088";
}

.fa-google-pay:before {
    content: "\e079";
}

.fa-intercom:before {
    content: "\f7af";
}

.fa-zhihu:before {
    content: "\f63f";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-pix:before {
    content: "\e43a";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.c-image-card {
    margin-left: calc( -2.5rem / 2 );
    margin-top: calc( -2.5rem / 2 );
    margin-right: calc( -2.5rem / 2 );
}

    .c-image-card .c-image-card__wrapper {
        padding-bottom: 45%;
    }

.c-card-title {
    margin-top: 0.875rem;
}

.c-card {
    background-color: #ffffff;
    text-transform: none;
    text-decoration: none;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    height: 100%;
    color: #838383 !important;
    font-size: 1rem;
}

    .c-card.c-card--not100 {
        height: auto !important;
    }

        .c-card.c-card--not100:last-of-type {
            margin-bottom: 0 !important;
        }

    .c-card .c-card__date, .c-card .c-card__location {
        font-weight: normal;
        letter-spacing: normal;
        font-size: 0.75rem;
    }

    .c-card h3 {
        font-size: 1.1875rem;
        letter-spacing: normal;
    }

    .c-card p {
        font-weight: normal;
        letter-spacing: normal;
    }

    .c-card img {
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .c-card .u-image {
        overflow: hidden;
    }

    .c-card:hover {
        background-color: #4BAFF8;
        color: #173142;
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

        .c-card:hover img {
            transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        }

.c-card--event .c-event__title {
    font-size: 1.5rem;
    line-height: 1.1 !important;
}

    .c-card--event .c-event__title.c-event__title--alt {
        font-size: 1.125rem;
    }

.c-event__info .c-card__date, .c-event__info .c-card__location {
    margin-top: 0.5rem;
}

    .c-event__info .c-card__date span, .c-event__info .c-card__location span {
        display: inline-block;
        max-width: 90%;
    }

    .c-event__info .c-card__date:before, .c-event__info .c-card__location:before {
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        display: block;
        content: "";
        width: 1rem;
        height: 1rem;
        display: inline-block;
        vertical-align: top;
        margin-right: 0.5rem;
    }

    .c-event__info .c-card__date:before {
        background-image: url("../icons/Icon-agenda.svg");
    }

    .c-event__info .c-card__location:before {
        background-image: url("../icons/Icon-locatie.svg");
    }

.c-card--external figure:after {
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    display: block;
    content: "";
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 1.875rem;
    height: 1.875rem;
    padding: 1.5rem;
    border: 1px solid #bfbfbf;
    border-radius: 100%;
    background-position: center center;
    background-size: 40%;
    background-color: #FAF3F9;
    background-image: url("../icons/Icon-extern.svg");
}

.c-card.u-shadow {
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.c-card:hover {
    background-color: white;
}

    .c-card:hover.u-shadow {
        box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1), 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

.u-card__content {
    padding: 1.875rem;
    padding-bottom: 1.5rem;
}

.c-cards {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 648px;
    height: 815px;
}

.c-cards-end {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 1218px;
    height: 495px;
}

.c-socials {
    font-family: "Font Awesome 6 Brands";
    margin-left: -0.25em;
    margin-right: -0.25em;
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-top: 0;
}

.c-socials__item, .c-socials__item:visited {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 0.25em;
}

.c-socials__link {
    text-decoration: none !important;
    font-style: normal;
}

    .c-socials__link i {
        font-style: normal;
    }

    .c-socials__link:hover {
        background-color: transparent;
    }

        .c-socials__link:hover i {
            color: var(--btn-color);
        }

.c-faq__question {
    background-color: #ffffff;
    border-radius: 20px;
    cursor: pointer;
}

    .c-faq__question dt {
        line-height: 1;
        font-weight: bold;
    }

        .c-faq__question dt span {
            display: inline-block;
            max-width: calc(100% - 30px - 0.5rem);
        }

        .c-faq__question dt:before {
            color: #e3136b;
            font-family: "Material Symbols Outlined";
            font-size: 1.875rem;
            display: inline-block;
            font-weight: 300;
            position: relative;
            z-index: 1;
            line-height: 1rem;
            text-align: right;
            vertical-align: top;
            content: "\e145";
            margin-right: 0.5rem;
        }

    .c-faq__question dd {
        display: none;
        margin-top: 1rem;
    }

    .c-faq__question.active dd {
        display: block;
    }

    .c-faq__question.active dt:before {
        color: #951B80;
        content: "\e15b";
    }

.c-faq__questionsList {
    margin-top: 0;
}

.c-faq__question:last-child {
    margin-bottom: 0.5rem;
}

.js-faq--topic {
    display: inline-block;
    text-decoration: none;
    padding: 0.5rem;
}

@media screen and (min-width: 769px) {
    .js-faq--topic {
        display: block;
    }
}

.js-faq--topic {
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-weight: normal;
}

    .js-faq--topic.active, .js-faq--topic:hover {
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        font-weight: bold;
    }

.js-lightbox .js-lightbox__inner:hover {
    cursor: pointer;
}

.c-lightbox {
    z-index: -1;
    opacity: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    top: 0;
}

    .c-lightbox .c-lightbox__inner {
        position: relative;
        display: inline-block;
        left: 50%;
        height: 100vh;
        transform: translateX(-50%);
    }

    .c-lightbox .c-lightbox__close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.5em;
    }

@media only screen and (min-width: 900px) {
    .c-lightbox .c-lightbox__close {
        left: 100%;
        top: 0;
        right: unset;
    }
}

.c-lightbox .c-lightbox__close:after {
    content: "";
    display: block;
    background-image: url(../icons/ic_close.svg);
    height: 1.25em;
    width: 1.25em;
    background-size: cover;
}

.c-lightbox .c-lightbox__image {
    margin: 0;
    width: 100%;
    max-width: 72.5rem;
    max-height: calc(100vh - 2.5rem);
}

.c-lightbox .c-lightbox__video {
    width: 100vw;
    max-width: 72.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.c-lightbox .c-lightbox__imgwrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.u-is-visible {
    opacity: 1;
    z-index: 999999;
}

.u-accessibility, .js .js-accessibility, .umbraco-forms-label {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.umbraco-forms-field-wrapper label {
    display: inline-block;
    max-width: 90%;
    vertical-align: top;
}

.u-accessibility:focus, .u-accessibility:active, .umbraco-forms-label:focus, .umbraco-forms-label:active {
    clip: auto;
    height: auto;
    overflow: visible;
    position: fixed;
    width: auto;
}

.u-light {
    color: #ffffff;
}

.u-primary {
    color: #e3136b;
}

.u-secondary {
    color: var(--secondary-color);
}

.u-quiet-bg {
    color: #000000;
    background-color: #FAF3F9;
}

    .u-quiet-bg h2, .u-quiet-bg h3, .u-quiet-bg h4, .u-quiet-bg h5, .u-quiet-bg h6 {
        color: #000000;
    }

.u-primary-bg {
    color: var(--textcolor);
    background-color: #e3136b;
}

.u-white-bg {
    background-color: #ffffff;
}

.u-secondary-bg {
    color: var(--textcolor);
    background-color: var(--secondary-color);
}

.u-line--30 {
    line-height: 1.875rem;
}

.u-emph {
    font-size: 1.125rem;
}

strong {
    color: inherit;
}

.u-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.u-radius {
    border-radius: 20px;
    overflow: hidden;
}

.u-radius--10 {
    border-radius: 10px;
    overflow: hidden;
}

.u-radius--25 {
    border-radius: 25px;
    overflow: hidden;
}

@media screen and (min-width: 769px) {
    .u-radius--25-desktop {
        border-radius: 25px;
        overflow: hidden;
    }
}

.u-radius--10-25 {
    border-radius: 10px 10px 25px 25px;
    overflow: hidden;
}

.u-circle {
    overflow: hidden;
    border-radius: 100%;
}

.u-block {
    display: block;
}

.u-border--fat {
    border: 25px solid var(--primary-color);
}

.u-border--primary {
    border: 2px solid #e3136b;
}

.u-image__wrapper {
    max-width: 50%;
    margin: 0 auto;
}

.u-image--blank {
    background-color: transparent !important;
}

.u-accent {
    font-size: 1.25rem;
}

.u-rel {
    position: relative;
}

.u-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main {
    margin-top: -1.5rem;
}

.u-video {
    background-color: #000;
    display: block;
    padding-bottom: 56.25%;
    position: relative;
}

.u-image {
    margin: 0;
    background-color: var(--primary-color);
    display: block;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.u-image--58 {
    padding-bottom: 58.8888%;
}

.u-image--50 {
    padding-bottom: 50%;
}

.u-image--full {
    padding-bottom: 138%;
}

@media screen and (min-width: 769px) {
    .u-image--full {
        padding-bottom: 138%;
        height: 100%;
    }
}

.u-image--66 {
    padding-bottom: 66.79%;
}

.u-image--72 {
    padding-bottom: 72.019%;
}

.u-image--78 {
    padding-bottom: 78.78%;
}

.u-image--83 {
    padding-bottom: 83%;
}

.u-image--122 {
    padding-bottom: 122%;
}

.u-image--150 {
    padding-bottom: 150%;
}

.u-video iframe, .u-maps iframe, .u-video object, .u-video embed, .u-image img {
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.u-readable {
    max-width: 50em;
}

.u-relative {
    position: relative;
}

.u-mod--mobile {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

@media screen and (min-width: 769px) {
    .u-bg--full {
        background-size: cover;
        background-position: center;
        min-height: 100vh;
    }

    .u-mod--mobile {
        margin: 0 !important;
    }

    .u-absolute--desktop {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .u-mod {
        margin-left: calc(-1.25rem * 2);
        margin-right: calc(-1.25rem * 2);
    }

    .u-mod--large {
        margin-left: calc(-1.25rem * 4);
        margin-right: calc(-1.25rem * 4);
    }
}

.u-left {
    text-align: left;
}

.u-center {
    text-align: center;
}

.u-right {
    text-align: right;
}

*:focus-visible {
    outline: none;
}

.u-accessable-mode *:focus-visible {
    outline: 2px solid blue !important;
}

.u-rich {
    font-size: 1.125rem;
}

    .u-rich sub {
        font-size: 1.375rem;
    }

    .u-rich ul {
        padding-left: 1.5rem;
        list-style: none;
    }

        .u-rich ul li::before {
            content: "•";
            color: var(--primary-color);
            font-weight: bold;
            display: inline-block;
            vertical-align: top;
            width: 1em;
            margin-left: -1em;
        }

        .u-rich ul li:not(:last-child) {
            margin-bottom: 0.5rem;
        }

.u-height--100 {
    min-height: 100dvh;
}

.u-maps {
    background-color: #000;
    display: block;
    padding-bottom: 83%;
    position: relative;
}

.u-bold {
    font-weight: bold;
}

.is-offset-right-1 {
    margin-right: 8.88%;
}

.u-10 {
    font-size: 10px;
    display: block;
    line-height: 1.2 !important;
}

    .u-10 * {
        display: block;
        line-height: 1.2;
    }

.c-header {
    overflow: hidden;
    position: absolute;
    top: -420px;
    right: 0;
    display: block;
    z-index: -1;
    max-width: 65%;
}

.c-cta {
    position: relative;
}

    .c-cta:before {
        background-image: url("/img/beeld-4.svg");
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }

.u-rel {
    position: relative;
}

.u-border--bottom {
    border-bottom: 1px solid black;
}

.u-fixed {
    position: fixed;
    z-index: 100;
    width: 100%;
    left: 0;
    right: 0;
}

.u-bottom {
    bottom: 0;
}

.u-clean {
    text-decoration: none !important;
    font-weight: normal;
}

.u-reg {
    font-weight: 300;
}

.is-melding:nth-of-type(even) {
    background-color: rgba(227, 19, 107, 0.1);
}

.is-melding a {
    text-decoration: none;
    font-weight: normal;
}

    .is-melding a:hover {
        background-color: rgba(149, 27, 128, 0.3);
    }

.is-melding .js-accordion__item__trigger a {
    font-weight: bold;
}

/* Include animations */
.js .js-fadein, .js .js-fadein-up, .js .js-fadein-down, .js .js-fadein-left, .js .js-fadein-right {
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .js .js-fadein.js-fadein-delay, .js .js-fadein-up.js-fadein-delay, .js .js-fadein-down.js-fadein-delay, .js .js-fadein-left.js-fadein-delay, .js .js-fadein-right.js-fadein-delay {
        transition-delay: 0.8s;
    }

    .js .js-fadein:not(.show), .js .js-fadein-up:not(.show), .js .js-fadein-down:not(.show), .js .js-fadein-left:not(.show), .js .js-fadein-right:not(.show) {
        cursor: default;
    }

    .js .js-fadein.show, .js .js-fadein-up.show, .js .js-fadein-down.show, .js .js-fadein-left.show, .js .js-fadein-right.show {
        opacity: 1;
    }

    .js .js-fadein.fadeout, .js .js-fadein-up.fadeout, .js .js-fadein-down.fadeout, .js .js-fadein-left.fadeout, .js .js-fadein-right.fadeout {
        opacity: 0;
    }

.js .js-fadein-up, .js .js-fadein-left, .js .js-fadein-right {
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

.js .js-fadein-down {
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
}

    .js .js-fadein-up.show, .js .js-fadein-down.show, .js .js-fadein-left.show, .js .js-fadein-right.show {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

@media only screen and (min-width: 600px) {
    .js .js-fadein-left {
        -ms-transform: translateX(320px);
        transform: translateX(320px);
    }

    .js .js-fadein-right {
        -ms-transform: translateX(-320px);
        transform: translateX(-320px);
    }

        .js .js-fadein-left.show, .js .js-fadein-right.show {
            -ms-transform: translateX(0);
            transform: translateX(0);
        }
}
