@font-face {
    font-family: "DomaineDisplay";
    src: url(/wp-content/themes/tikehau/assets/fonts/DomaineDisplay-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url(/wp-content/themes/tikehau/assets/fonts/Roboto-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url(/wp-content/themes/tikehau/assets/fonts/Roboto-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto Condensed";
    src: url(/wp-content/themes/tikehau/assets/fonts/Roboto-Condensed-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
:root {
    --screen-size: 1920;
    --transition-ease: cubic-bezier(.2, .6, .4, 1);
    --transition-ease-2: cubic-bezier(.5, 0, 0, 1);
    --transition-duration: .3s;
    --transition-duration-2: .4s;
    --transition-duration-3: .7s;
    --transition: var(--transition-duration) var(--transition-ease);
    --transition-2: var(--transition-duration-2) var(--transition-ease-2);
    --font-1: "Roboto", sans-serif;
    --font-2: "Roboto Condensed", sans-serif;
    --font-3: "DomaineDisplay", serif;
    --grid-gap: 3rem;
    --grid-row-gap: clamp(4rem, calc(50 * 100vw / var(--screen-size)), 5rem);
    --grid-ext: clamp(1.5rem, calc(50 * 100vw / var(--screen-size)), 5rem);
    --grid-max: 161.2rem;
    --fluid: 62.5%;
    --height-header: 11rem;
    --height-header-main: 6rem;
    --height-header-secondary: 5rem;
}

@media (min-width: 768px) {
    :root {
        --height-header: 14rem;
        --height-header-main: 8rem;
        --height-header-secondary: 6rem;
    }
}
@media (min-width: 1920px) {
    :root {
        --fluid: 0.5vw;
    }
}
:root {
    --color-0: #FFFFFF;
    --color-1: #353535;
    --color-2: #EFE5DE;
    --color-3: #191A51;
    --color-4: #EC824D;
    --color-5: #334E4E;
    --color-6: #D3C1B6;
    --color-7: #000000;
    --color-8: #757697;
    --color-error: #EC4D4D;
    --color-background: var(--color-0);
    --color-text: var(--color-1);
    --color-highlight-1: var(--color-3);
    --color-highlight-2: var(--color-4);
    --color-highlight-3: var(--color-4);
    --color-border: var(--color-6);
}

.background-0 {
    --color-background: var(--color-0);
    --color-text: var(--color-1);
    --color-text-bold: var(--color-7);
    --color-highlight-1: var(--color-3);
    --color-highlight-2: var(--color-4);
    --color-highlight-3: var(--color-4);
    --button-background-color: var(--color-4);
    --button-text-color: var(--color-3);
    --button-background-color-hover: var(--color-3);
    --button-text-color-hover: var(--color-4);
    --button-secondary-border-color: var(--color-4);
    --button-secondary-text-color: var(--color-3);
    --button-secondary-background-color-hover: var(--color-4);
    --button-secondary-text-color-hover: var(--color-3);
    --accordion-border-color: var(--color-border);
    --accordion-background-color: var(--color-2);
    --accordion-title-color: var(--color-3);
    --accordion-text-color: var(--color-1);
    --color-border: var(--color-6);
    color: var(--color-text);
    background-color: var(--color-0);
}

.color-0 {
    color: var(--color-0) !important;
}

.background-1 {
    --color-background: var(--color-1);
    --color-text: var(--color-0);
    --color-text-bold: var(--color-0);
    --color-highlight-1: var(--color-0);
    --color-highlight-2: var(--color-4);
    --color-highlight-3: var(--color-0);
    --button-background-color: var(--color-4);
    --button-text-color: var(--color-3);
    --button-background-color-hover: var(--color-0);
    --button-text-color-hover: var(--color-3);
    --button-secondary-border-color: var(--color-0);
    --button-secondary-text-color: var(--color-0);
    --button-secondary-background-color-hover: var(--color-0);
    --button-secondary-text-color-hover: var(--color-3);
    --accordion-border-color: var(--color-border);
    --accordion-background-color: var(--color-0);
    --accordion-title-color: var(--color-3);
    --accordion-text-color: var(--color-1);
    --color-border: var(--color-6);
    color: var(--color-text);
    background-color: var(--color-1);
}

.color-1 {
    color: var(--color-1) !important;
}

.background-2 {
    --color-background: var(--color-2);
    --color-text: var(--color-1);
    --color-text-bold: var(--color-7);
    --color-highlight-1: var(--color-3);
    --color-highlight-2: var(--color-4);
    --color-highlight-3: var(--color-4);
    --button-background-color: var(--color-4);
    --button-text-color: var(--color-3);
    --button-background-color-hover: var(--color-3);
    --button-text-color-hover: var(--color-4);
    --button-secondary-border-color: var(--color-4);
    --button-secondary-text-color: var(--color-3);
    --button-secondary-background-color-hover: var(--color-4);
    --button-secondary-text-color-hover: var(--color-3);
    --accordion-border-color: var(--color-border);
    --accordion-background-color: var(--color-0);
    --accordion-title-color: var(--color-3);
    --accordion-text-color: var(--color-1);
    --color-border: var(--color-6);
    color: var(--color-text);
    background-color: var(--color-2);
}

.color-2 {
    color: var(--color-2) !important;
}

.background-3 {
    --color-background: var(--color-3);
    --color-text: var(--color-0);
    --color-text-bold: var(--color-0);
    --color-highlight-1: var(--color-0);
    --color-highlight-2: var(--color-4);
    --color-highlight-3: var(--color-4);
    --button-background-color: var(--color-4);
    --button-text-color: var(--color-3);
    --button-background-color-hover: var(--color-0);
    --button-text-color-hover: var(--color-3);
    --button-secondary-border-color: var(--color-8);
    --button-secondary-text-color: var(--color-0);
    --button-secondary-background-color-hover: var(--color-0);
    --button-secondary-text-color-hover: var(--color-3);
    --accordion-border-color: var(--color-8);
    --accordion-background-color: var(--color-0);
    --accordion-title-color: var(--color-3);
    --accordion-text-color: var(--color-1);
    --color-border: var(--color-8);
    color: var(--color-text);
    background-color: var(--color-3);
}

.color-3 {
    color: var(--color-3) !important;
}

.background-4 {
    --color-background: var(--color-4);
    --color-text: var(--color-0);
    --color-text-bold: var(--color-0);
    --color-highlight-1: var(--color-0);
    --color-highlight-2: var(--color-0);
    --color-highlight-3: var(--color-3);
    --button-background-color: var(--color-3);
    --button-text-color: var(--color-0);
    --button-background-color-hover: var(--color-0);
    --button-text-color-hover: var(--color-3);
    --button-secondary-border-color: var(--color-0);
    --button-secondary-text-color: var(--color-0);
    --button-secondary-background-color-hover: var(--color-0);
    --button-secondary-text-color-hover: var(--color-3);
    --accordion-border-color: var(--color-border);
    --accordion-background-color: var(--color-0);
    --accordion-title-color: var(--color-3);
    --accordion-text-color: var(--color-1);
    --color-border: var(--color-6);
    color: var(--color-text);
    background-color: var(--color-4);
}

.color-4 {
    color: var(--color-4) !important;
}

.background-5 {
    --color-background: var(--color-5);
    --color-text: var(--color-0);
    --color-text-bold: var(--color-0);
    --color-highlight-1: var(--color-0);
    --color-highlight-2: var(--color-0);
    --color-highlight-3: var(--color-2);
    --button-background-color: var(--color-4);
    --button-text-color: var(--color-3);
    --button-background-color-hover: var(--color-3);
    --button-text-color-hover: var(--color-4);
    --button-secondary-border-color: var(--color-4);
    --button-secondary-text-color: var(--color-3);
    --button-secondary-background-color-hover: var(--color-4);
    --button-secondary-text-color-hover: var(--color-3);
    --accordion-border-color: var(--color-border);
    --accordion-background-color: var(--color-0);
    --accordion-title-color: var(--color-3);
    --accordion-text-color: var(--color-1);
    --color-border: var(--color-6);
    color: var(--color-text);
    background-color: var(--color-5);
}

.color-5 {
    color: var(--color-5) !important;
}

.background-6 {
    --color-background: var(--color-6);
    color: var(--color-text);
    background-color: var(--color-6);
}

.color-6 {
    color: var(--color-6) !important;
}

.background-highlight {
    background-color: var(--color-highlight);
}

.color-highlight {
    color: var(--color-highlight);
}

.color-highlight-2 {
    color: var(--color-highlight-2);
}

:root {
    --strate-y-0: 0rem;
    --strate-y-xs: clamp(3rem, calc(40 * 100vw / var(--screen-size)), 4rem);
    --strate-y-sm: clamp(4rem, calc(60 * 100vw / var(--screen-size)), 6rem);
    --strate-y-md: clamp(5rem, calc(80 * 100vw / var(--screen-size)), 8rem);
    --strate-y-lg: clamp(6rem, calc(120 * 100vw / var(--screen-size)), 12rem);
    --strate-y-xl: clamp(9rem, calc(150 * 100vw / var(--screen-size)), 15rem);
    --strate-y-wd: clamp(12rem, calc(200 * 100vw / var(--screen-size)), 20rem);
    --strate-y: var(--strate-y-default);
    --strate-y-default: var(--strate-y-lg);
}

.strate {
    position: relative;
    padding: var(--strate-y) 0 var(--strate-y-default);
    z-index: 1;
}
.strate--0 {
    --strate-y: var(--strate-y-0);
}
.strate--xs {
    --strate-y: var(--strate-y-xs);
}
.strate--sm {
    --strate-y: var(--strate-y-sm);
}
.strate--md {
    --strate-y: var(--strate-y-md);
}
.strate--lg {
    --strate-y: var(--strate-y-lg);
}
.strate--xl {
    --strate-y: var(--strate-y-xl);
}
.strate--wd {
    --strate-y: var(--strate-y-wd);
}
.strate:not([class*=background-]):has(+ *:not([class*=background-])) {
    padding-bottom: 0;
}
.strate.background-0:has(+ [class*=background-0]:not(.line)) {
    padding-bottom: 0;
}
.strate.background-1:has(+ [class*=background-1]:not(.line)) {
    padding-bottom: 0;
}
.strate.background-2:has(+ [class*=background-2]:not(.line)) {
    padding-bottom: 0;
}
.strate.background-3:has(+ [class*=background-3]:not(.line)) {
    padding-bottom: 0;
}
.strate.background-4:has(+ [class*=background-4]:not(.line)) {
    padding-bottom: 0;
}
.strate.background-5:has(+ [class*=background-5]:not(.line)) {
    padding-bottom: 0;
}
.strate.background-6:has(+ [class*=background-6]:not(.line)) {
    padding-bottom: 0;
}
.strate.line {
    border-top: 0.1rem solid var(--color-border);
    padding-top: calc(var(--strate-y) + 0.1rem);
}

main .strate:first-of-type {
    padding-top: calc(var(--strate-y-default) + var(--height-header));
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; /* added line */
    border: 0;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    } /* Black prints faster: h5bp.com/s */
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    } /* Don't show links for images,
or javascript/internal links */
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    } /* h5bp.com/t */
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}

*,
::before,
::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    display: inherit;
    font-size: inherit;
    font-weight: inherit;
}

a {
    cursor: pointer;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    outline: none;
}

bbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cbc1b3;
    margin: 1.5em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
}

small {
    font-size: 85%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

dd {
    margin: 0 0 0 40px;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    display: block;
    width: 100%;
    height: auto;
}

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

figure {
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

/* form reset */
form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    outline: none;
}

button,
input {
    line-height: normal;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}

p {
    padding: 0;
    margin: 0;
}

picture {
    display: block;
    width: 100%;
    height: auto;
}

video {
    display: block;
    width: 100%;
    height: auto;
}

svg {
    display: block;
}

button {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    cursor: pointer;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.grid {
    position: relative;
    grid-gap: var(--grid-gap);
    grid-row-gap: var(--grid-row-gap);
    padding: 0 var(--grid-ext);
    max-width: var(--grid-max);
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    align-items: flex-start;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: stretch;
}
.grid + .grid {
    margin-top: var(--grid-row-gap);
}
.grid .grid {
    padding-left: 0;
    padding-right: 0;
}
.grid.start {
    align-items: flex-start;
}
.grid.center {
    align-items: center;
}
.grid.end {
    align-items: flex-end;
}
.grid > * {
    grid-column: 1/-1;
    grid-row: auto;
}

.col-1 {
    grid-column: span 1;
}

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

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

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

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

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

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

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

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

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

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

.col-12 {
    grid-column: span 12;
}

.col-1-2 {
    grid-column: 1/2;
}

.col-1-3 {
    grid-column: 1/3;
}

.col-1-4 {
    grid-column: 1/4;
}

.col-1-5 {
    grid-column: 1/5;
}

.col-1-6 {
    grid-column: 1/6;
}

.col-1-7 {
    grid-column: 1/7;
}

.col-1-8 {
    grid-column: 1/8;
}

.col-1-9 {
    grid-column: 1/9;
}

.col-1-10 {
    grid-column: 1/10;
}

.col-1-11 {
    grid-column: 1/11;
}

.col-1-12 {
    grid-column: 1/12;
}

.col-1-13 {
    grid-column: 1/13;
}

.col-1--1 {
    grid-column: 1/-1;
}

.col-1--2 {
    grid-column: 1/-2;
}

.col-1--3 {
    grid-column: 1/-3;
}

.col-1--4 {
    grid-column: 1/-4;
}

.col-1--5 {
    grid-column: 1/-5;
}

.col-1--6 {
    grid-column: 1/-6;
}

.col-1--7 {
    grid-column: 1/-7;
}

.col-1--8 {
    grid-column: 1/-8;
}

.col-1--9 {
    grid-column: 1/-9;
}

.col-1--10 {
    grid-column: 1/-10;
}

.col-1--11 {
    grid-column: 1/-11;
}

.col-1--12 {
    grid-column: 1/-12;
}

.col-1-auto {
    grid-column: 1/auto;
}

.col-2-3 {
    grid-column: 2/3;
}

.col-2-4 {
    grid-column: 2/4;
}

.col-2-5 {
    grid-column: 2/5;
}

.col-2-6 {
    grid-column: 2/6;
}

.col-2-7 {
    grid-column: 2/7;
}

.col-2-8 {
    grid-column: 2/8;
}

.col-2-9 {
    grid-column: 2/9;
}

.col-2-10 {
    grid-column: 2/10;
}

.col-2-11 {
    grid-column: 2/11;
}

.col-2-12 {
    grid-column: 2/12;
}

.col-2-13 {
    grid-column: 2/13;
}

.col-2--1 {
    grid-column: 2/-1;
}

.col-2--2 {
    grid-column: 2/-2;
}

.col-2--3 {
    grid-column: 2/-3;
}

.col-2--4 {
    grid-column: 2/-4;
}

.col-2--5 {
    grid-column: 2/-5;
}

.col-2--6 {
    grid-column: 2/-6;
}

.col-2--7 {
    grid-column: 2/-7;
}

.col-2--8 {
    grid-column: 2/-8;
}

.col-2--9 {
    grid-column: 2/-9;
}

.col-2--10 {
    grid-column: 2/-10;
}

.col-2--11 {
    grid-column: 2/-11;
}

.col-2--12 {
    grid-column: 2/-12;
}

.col-2-auto {
    grid-column: 2/auto;
}

.col-3-4 {
    grid-column: 3/4;
}

.col-3-5 {
    grid-column: 3/5;
}

.col-3-6 {
    grid-column: 3/6;
}

.col-3-7 {
    grid-column: 3/7;
}

.col-3-8 {
    grid-column: 3/8;
}

.col-3-9 {
    grid-column: 3/9;
}

.col-3-10 {
    grid-column: 3/10;
}

.col-3-11 {
    grid-column: 3/11;
}

.col-3-12 {
    grid-column: 3/12;
}

.col-3-13 {
    grid-column: 3/13;
}

.col-3--1 {
    grid-column: 3/-1;
}

.col-3--2 {
    grid-column: 3/-2;
}

.col-3--3 {
    grid-column: 3/-3;
}

.col-3--4 {
    grid-column: 3/-4;
}

.col-3--5 {
    grid-column: 3/-5;
}

.col-3--6 {
    grid-column: 3/-6;
}

.col-3--7 {
    grid-column: 3/-7;
}

.col-3--8 {
    grid-column: 3/-8;
}

.col-3--9 {
    grid-column: 3/-9;
}

.col-3--10 {
    grid-column: 3/-10;
}

.col-3--11 {
    grid-column: 3/-11;
}

.col-3--12 {
    grid-column: 3/-12;
}

.col-3-auto {
    grid-column: 3/auto;
}

.col-4-5 {
    grid-column: 4/5;
}

.col-4-6 {
    grid-column: 4/6;
}

.col-4-7 {
    grid-column: 4/7;
}

.col-4-8 {
    grid-column: 4/8;
}

.col-4-9 {
    grid-column: 4/9;
}

.col-4-10 {
    grid-column: 4/10;
}

.col-4-11 {
    grid-column: 4/11;
}

.col-4-12 {
    grid-column: 4/12;
}

.col-4-13 {
    grid-column: 4/13;
}

.col-4--1 {
    grid-column: 4/-1;
}

.col-4--2 {
    grid-column: 4/-2;
}

.col-4--3 {
    grid-column: 4/-3;
}

.col-4--4 {
    grid-column: 4/-4;
}

.col-4--5 {
    grid-column: 4/-5;
}

.col-4--6 {
    grid-column: 4/-6;
}

.col-4--7 {
    grid-column: 4/-7;
}

.col-4--8 {
    grid-column: 4/-8;
}

.col-4--9 {
    grid-column: 4/-9;
}

.col-4--10 {
    grid-column: 4/-10;
}

.col-4--11 {
    grid-column: 4/-11;
}

.col-4--12 {
    grid-column: 4/-12;
}

.col-4-auto {
    grid-column: 4/auto;
}

.col-5-6 {
    grid-column: 5/6;
}

.col-5-7 {
    grid-column: 5/7;
}

.col-5-8 {
    grid-column: 5/8;
}

.col-5-9 {
    grid-column: 5/9;
}

.col-5-10 {
    grid-column: 5/10;
}

.col-5-11 {
    grid-column: 5/11;
}

.col-5-12 {
    grid-column: 5/12;
}

.col-5-13 {
    grid-column: 5/13;
}

.col-5--1 {
    grid-column: 5/-1;
}

.col-5--2 {
    grid-column: 5/-2;
}

.col-5--3 {
    grid-column: 5/-3;
}

.col-5--4 {
    grid-column: 5/-4;
}

.col-5--5 {
    grid-column: 5/-5;
}

.col-5--6 {
    grid-column: 5/-6;
}

.col-5--7 {
    grid-column: 5/-7;
}

.col-5--8 {
    grid-column: 5/-8;
}

.col-5--9 {
    grid-column: 5/-9;
}

.col-5--10 {
    grid-column: 5/-10;
}

.col-5--11 {
    grid-column: 5/-11;
}

.col-5--12 {
    grid-column: 5/-12;
}

.col-5-auto {
    grid-column: 5/auto;
}

.col-6-7 {
    grid-column: 6/7;
}

.col-6-8 {
    grid-column: 6/8;
}

.col-6-9 {
    grid-column: 6/9;
}

.col-6-10 {
    grid-column: 6/10;
}

.col-6-11 {
    grid-column: 6/11;
}

.col-6-12 {
    grid-column: 6/12;
}

.col-6-13 {
    grid-column: 6/13;
}

.col-6--1 {
    grid-column: 6/-1;
}

.col-6--2 {
    grid-column: 6/-2;
}

.col-6--3 {
    grid-column: 6/-3;
}

.col-6--4 {
    grid-column: 6/-4;
}

.col-6--5 {
    grid-column: 6/-5;
}

.col-6--6 {
    grid-column: 6/-6;
}

.col-6--7 {
    grid-column: 6/-7;
}

.col-6--8 {
    grid-column: 6/-8;
}

.col-6--9 {
    grid-column: 6/-9;
}

.col-6--10 {
    grid-column: 6/-10;
}

.col-6--11 {
    grid-column: 6/-11;
}

.col-6--12 {
    grid-column: 6/-12;
}

.col-6-auto {
    grid-column: 6/auto;
}

.col-7-8 {
    grid-column: 7/8;
}

.col-7-9 {
    grid-column: 7/9;
}

.col-7-10 {
    grid-column: 7/10;
}

.col-7-11 {
    grid-column: 7/11;
}

.col-7-12 {
    grid-column: 7/12;
}

.col-7-13 {
    grid-column: 7/13;
}

.col-7--1 {
    grid-column: 7/-1;
}

.col-7--2 {
    grid-column: 7/-2;
}

.col-7--3 {
    grid-column: 7/-3;
}

.col-7--4 {
    grid-column: 7/-4;
}

.col-7--5 {
    grid-column: 7/-5;
}

.col-7--6 {
    grid-column: 7/-6;
}

.col-7--7 {
    grid-column: 7/-7;
}

.col-7--8 {
    grid-column: 7/-8;
}

.col-7--9 {
    grid-column: 7/-9;
}

.col-7--10 {
    grid-column: 7/-10;
}

.col-7--11 {
    grid-column: 7/-11;
}

.col-7--12 {
    grid-column: 7/-12;
}

.col-7-auto {
    grid-column: 7/auto;
}

.col-8-9 {
    grid-column: 8/9;
}

.col-8-10 {
    grid-column: 8/10;
}

.col-8-11 {
    grid-column: 8/11;
}

.col-8-12 {
    grid-column: 8/12;
}

.col-8-13 {
    grid-column: 8/13;
}

.col-8--1 {
    grid-column: 8/-1;
}

.col-8--2 {
    grid-column: 8/-2;
}

.col-8--3 {
    grid-column: 8/-3;
}

.col-8--4 {
    grid-column: 8/-4;
}

.col-8--5 {
    grid-column: 8/-5;
}

.col-8--6 {
    grid-column: 8/-6;
}

.col-8--7 {
    grid-column: 8/-7;
}

.col-8--8 {
    grid-column: 8/-8;
}

.col-8--9 {
    grid-column: 8/-9;
}

.col-8--10 {
    grid-column: 8/-10;
}

.col-8--11 {
    grid-column: 8/-11;
}

.col-8--12 {
    grid-column: 8/-12;
}

.col-8-auto {
    grid-column: 8/auto;
}

.col-9-10 {
    grid-column: 9/10;
}

.col-9-11 {
    grid-column: 9/11;
}

.col-9-12 {
    grid-column: 9/12;
}

.col-9-13 {
    grid-column: 9/13;
}

.col-9--1 {
    grid-column: 9/-1;
}

.col-9--2 {
    grid-column: 9/-2;
}

.col-9--3 {
    grid-column: 9/-3;
}

.col-9--4 {
    grid-column: 9/-4;
}

.col-9--5 {
    grid-column: 9/-5;
}

.col-9--6 {
    grid-column: 9/-6;
}

.col-9--7 {
    grid-column: 9/-7;
}

.col-9--8 {
    grid-column: 9/-8;
}

.col-9--9 {
    grid-column: 9/-9;
}

.col-9--10 {
    grid-column: 9/-10;
}

.col-9--11 {
    grid-column: 9/-11;
}

.col-9--12 {
    grid-column: 9/-12;
}

.col-9-auto {
    grid-column: 9/auto;
}

.col-10-11 {
    grid-column: 10/11;
}

.col-10-12 {
    grid-column: 10/12;
}

.col-10-13 {
    grid-column: 10/13;
}

.col-10--1 {
    grid-column: 10/-1;
}

.col-10--2 {
    grid-column: 10/-2;
}

.col-10--3 {
    grid-column: 10/-3;
}

.col-10--4 {
    grid-column: 10/-4;
}

.col-10--5 {
    grid-column: 10/-5;
}

.col-10--6 {
    grid-column: 10/-6;
}

.col-10--7 {
    grid-column: 10/-7;
}

.col-10--8 {
    grid-column: 10/-8;
}

.col-10--9 {
    grid-column: 10/-9;
}

.col-10--10 {
    grid-column: 10/-10;
}

.col-10--11 {
    grid-column: 10/-11;
}

.col-10--12 {
    grid-column: 10/-12;
}

.col-10-auto {
    grid-column: 10/auto;
}

.col-11-12 {
    grid-column: 11/12;
}

.col-11-13 {
    grid-column: 11/13;
}

.col-11--1 {
    grid-column: 11/-1;
}

.col-11--2 {
    grid-column: 11/-2;
}

.col-11--3 {
    grid-column: 11/-3;
}

.col-11--4 {
    grid-column: 11/-4;
}

.col-11--5 {
    grid-column: 11/-5;
}

.col-11--6 {
    grid-column: 11/-6;
}

.col-11--7 {
    grid-column: 11/-7;
}

.col-11--8 {
    grid-column: 11/-8;
}

.col-11--9 {
    grid-column: 11/-9;
}

.col-11--10 {
    grid-column: 11/-10;
}

.col-11--11 {
    grid-column: 11/-11;
}

.col-11--12 {
    grid-column: 11/-12;
}

.col-11-auto {
    grid-column: 11/auto;
}

.col-12-13 {
    grid-column: 12/13;
}

.col-12--1 {
    grid-column: 12/-1;
}

.col-12--2 {
    grid-column: 12/-2;
}

.col-12--3 {
    grid-column: 12/-3;
}

.col-12--4 {
    grid-column: 12/-4;
}

.col-12--5 {
    grid-column: 12/-5;
}

.col-12--6 {
    grid-column: 12/-6;
}

.col-12--7 {
    grid-column: 12/-7;
}

.col-12--8 {
    grid-column: 12/-8;
}

.col-12--9 {
    grid-column: 12/-9;
}

.col-12--10 {
    grid-column: 12/-10;
}

.col-12--11 {
    grid-column: 12/-11;
}

.col-12--12 {
    grid-column: 12/-12;
}

.col-12-auto {
    grid-column: 12/auto;
}

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

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

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

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

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

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

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

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

@media (min-width: 576px) {
    .col-sm-1 {
        grid-column: span 1;
    }
    .col-sm-2 {
        grid-column: span 2;
    }
    .col-sm-3 {
        grid-column: span 3;
    }
    .col-sm-4 {
        grid-column: span 4;
    }
    .col-sm-5 {
        grid-column: span 5;
    }
    .col-sm-6 {
        grid-column: span 6;
    }
    .col-sm-7 {
        grid-column: span 7;
    }
    .col-sm-8 {
        grid-column: span 8;
    }
    .col-sm-9 {
        grid-column: span 9;
    }
    .col-sm-10 {
        grid-column: span 10;
    }
    .col-sm-11 {
        grid-column: span 11;
    }
    .col-sm-12 {
        grid-column: span 12;
    }
    .col-sm-1-2 {
        grid-column: 1/2;
    }
    .col-sm-1-3 {
        grid-column: 1/3;
    }
    .col-sm-1-4 {
        grid-column: 1/4;
    }
    .col-sm-1-5 {
        grid-column: 1/5;
    }
    .col-sm-1-6 {
        grid-column: 1/6;
    }
    .col-sm-1-7 {
        grid-column: 1/7;
    }
    .col-sm-1-8 {
        grid-column: 1/8;
    }
    .col-sm-1-9 {
        grid-column: 1/9;
    }
    .col-sm-1-10 {
        grid-column: 1/10;
    }
    .col-sm-1-11 {
        grid-column: 1/11;
    }
    .col-sm-1-12 {
        grid-column: 1/12;
    }
    .col-sm-1-13 {
        grid-column: 1/13;
    }
    .col-sm-1--1 {
        grid-column: 1/-1;
    }
    .col-sm-1--2 {
        grid-column: 1/-2;
    }
    .col-sm-1--3 {
        grid-column: 1/-3;
    }
    .col-sm-1--4 {
        grid-column: 1/-4;
    }
    .col-sm-1--5 {
        grid-column: 1/-5;
    }
    .col-sm-1--6 {
        grid-column: 1/-6;
    }
    .col-sm-1--7 {
        grid-column: 1/-7;
    }
    .col-sm-1--8 {
        grid-column: 1/-8;
    }
    .col-sm-1--9 {
        grid-column: 1/-9;
    }
    .col-sm-1--10 {
        grid-column: 1/-10;
    }
    .col-sm-1--11 {
        grid-column: 1/-11;
    }
    .col-sm-1--12 {
        grid-column: 1/-12;
    }
    .col-sm-1-auto {
        grid-column: 1/auto;
    }
    .col-sm-2-3 {
        grid-column: 2/3;
    }
    .col-sm-2-4 {
        grid-column: 2/4;
    }
    .col-sm-2-5 {
        grid-column: 2/5;
    }
    .col-sm-2-6 {
        grid-column: 2/6;
    }
    .col-sm-2-7 {
        grid-column: 2/7;
    }
    .col-sm-2-8 {
        grid-column: 2/8;
    }
    .col-sm-2-9 {
        grid-column: 2/9;
    }
    .col-sm-2-10 {
        grid-column: 2/10;
    }
    .col-sm-2-11 {
        grid-column: 2/11;
    }
    .col-sm-2-12 {
        grid-column: 2/12;
    }
    .col-sm-2-13 {
        grid-column: 2/13;
    }
    .col-sm-2--1 {
        grid-column: 2/-1;
    }
    .col-sm-2--2 {
        grid-column: 2/-2;
    }
    .col-sm-2--3 {
        grid-column: 2/-3;
    }
    .col-sm-2--4 {
        grid-column: 2/-4;
    }
    .col-sm-2--5 {
        grid-column: 2/-5;
    }
    .col-sm-2--6 {
        grid-column: 2/-6;
    }
    .col-sm-2--7 {
        grid-column: 2/-7;
    }
    .col-sm-2--8 {
        grid-column: 2/-8;
    }
    .col-sm-2--9 {
        grid-column: 2/-9;
    }
    .col-sm-2--10 {
        grid-column: 2/-10;
    }
    .col-sm-2--11 {
        grid-column: 2/-11;
    }
    .col-sm-2--12 {
        grid-column: 2/-12;
    }
    .col-sm-2-auto {
        grid-column: 2/auto;
    }
    .col-sm-3-4 {
        grid-column: 3/4;
    }
    .col-sm-3-5 {
        grid-column: 3/5;
    }
    .col-sm-3-6 {
        grid-column: 3/6;
    }
    .col-sm-3-7 {
        grid-column: 3/7;
    }
    .col-sm-3-8 {
        grid-column: 3/8;
    }
    .col-sm-3-9 {
        grid-column: 3/9;
    }
    .col-sm-3-10 {
        grid-column: 3/10;
    }
    .col-sm-3-11 {
        grid-column: 3/11;
    }
    .col-sm-3-12 {
        grid-column: 3/12;
    }
    .col-sm-3-13 {
        grid-column: 3/13;
    }
    .col-sm-3--1 {
        grid-column: 3/-1;
    }
    .col-sm-3--2 {
        grid-column: 3/-2;
    }
    .col-sm-3--3 {
        grid-column: 3/-3;
    }
    .col-sm-3--4 {
        grid-column: 3/-4;
    }
    .col-sm-3--5 {
        grid-column: 3/-5;
    }
    .col-sm-3--6 {
        grid-column: 3/-6;
    }
    .col-sm-3--7 {
        grid-column: 3/-7;
    }
    .col-sm-3--8 {
        grid-column: 3/-8;
    }
    .col-sm-3--9 {
        grid-column: 3/-9;
    }
    .col-sm-3--10 {
        grid-column: 3/-10;
    }
    .col-sm-3--11 {
        grid-column: 3/-11;
    }
    .col-sm-3--12 {
        grid-column: 3/-12;
    }
    .col-sm-3-auto {
        grid-column: 3/auto;
    }
    .col-sm-4-5 {
        grid-column: 4/5;
    }
    .col-sm-4-6 {
        grid-column: 4/6;
    }
    .col-sm-4-7 {
        grid-column: 4/7;
    }
    .col-sm-4-8 {
        grid-column: 4/8;
    }
    .col-sm-4-9 {
        grid-column: 4/9;
    }
    .col-sm-4-10 {
        grid-column: 4/10;
    }
    .col-sm-4-11 {
        grid-column: 4/11;
    }
    .col-sm-4-12 {
        grid-column: 4/12;
    }
    .col-sm-4-13 {
        grid-column: 4/13;
    }
    .col-sm-4--1 {
        grid-column: 4/-1;
    }
    .col-sm-4--2 {
        grid-column: 4/-2;
    }
    .col-sm-4--3 {
        grid-column: 4/-3;
    }
    .col-sm-4--4 {
        grid-column: 4/-4;
    }
    .col-sm-4--5 {
        grid-column: 4/-5;
    }
    .col-sm-4--6 {
        grid-column: 4/-6;
    }
    .col-sm-4--7 {
        grid-column: 4/-7;
    }
    .col-sm-4--8 {
        grid-column: 4/-8;
    }
    .col-sm-4--9 {
        grid-column: 4/-9;
    }
    .col-sm-4--10 {
        grid-column: 4/-10;
    }
    .col-sm-4--11 {
        grid-column: 4/-11;
    }
    .col-sm-4--12 {
        grid-column: 4/-12;
    }
    .col-sm-4-auto {
        grid-column: 4/auto;
    }
    .col-sm-5-6 {
        grid-column: 5/6;
    }
    .col-sm-5-7 {
        grid-column: 5/7;
    }
    .col-sm-5-8 {
        grid-column: 5/8;
    }
    .col-sm-5-9 {
        grid-column: 5/9;
    }
    .col-sm-5-10 {
        grid-column: 5/10;
    }
    .col-sm-5-11 {
        grid-column: 5/11;
    }
    .col-sm-5-12 {
        grid-column: 5/12;
    }
    .col-sm-5-13 {
        grid-column: 5/13;
    }
    .col-sm-5--1 {
        grid-column: 5/-1;
    }
    .col-sm-5--2 {
        grid-column: 5/-2;
    }
    .col-sm-5--3 {
        grid-column: 5/-3;
    }
    .col-sm-5--4 {
        grid-column: 5/-4;
    }
    .col-sm-5--5 {
        grid-column: 5/-5;
    }
    .col-sm-5--6 {
        grid-column: 5/-6;
    }
    .col-sm-5--7 {
        grid-column: 5/-7;
    }
    .col-sm-5--8 {
        grid-column: 5/-8;
    }
    .col-sm-5--9 {
        grid-column: 5/-9;
    }
    .col-sm-5--10 {
        grid-column: 5/-10;
    }
    .col-sm-5--11 {
        grid-column: 5/-11;
    }
    .col-sm-5--12 {
        grid-column: 5/-12;
    }
    .col-sm-5-auto {
        grid-column: 5/auto;
    }
    .col-sm-6-7 {
        grid-column: 6/7;
    }
    .col-sm-6-8 {
        grid-column: 6/8;
    }
    .col-sm-6-9 {
        grid-column: 6/9;
    }
    .col-sm-6-10 {
        grid-column: 6/10;
    }
    .col-sm-6-11 {
        grid-column: 6/11;
    }
    .col-sm-6-12 {
        grid-column: 6/12;
    }
    .col-sm-6-13 {
        grid-column: 6/13;
    }
    .col-sm-6--1 {
        grid-column: 6/-1;
    }
    .col-sm-6--2 {
        grid-column: 6/-2;
    }
    .col-sm-6--3 {
        grid-column: 6/-3;
    }
    .col-sm-6--4 {
        grid-column: 6/-4;
    }
    .col-sm-6--5 {
        grid-column: 6/-5;
    }
    .col-sm-6--6 {
        grid-column: 6/-6;
    }
    .col-sm-6--7 {
        grid-column: 6/-7;
    }
    .col-sm-6--8 {
        grid-column: 6/-8;
    }
    .col-sm-6--9 {
        grid-column: 6/-9;
    }
    .col-sm-6--10 {
        grid-column: 6/-10;
    }
    .col-sm-6--11 {
        grid-column: 6/-11;
    }
    .col-sm-6--12 {
        grid-column: 6/-12;
    }
    .col-sm-6-auto {
        grid-column: 6/auto;
    }
    .col-sm-7-8 {
        grid-column: 7/8;
    }
    .col-sm-7-9 {
        grid-column: 7/9;
    }
    .col-sm-7-10 {
        grid-column: 7/10;
    }
    .col-sm-7-11 {
        grid-column: 7/11;
    }
    .col-sm-7-12 {
        grid-column: 7/12;
    }
    .col-sm-7-13 {
        grid-column: 7/13;
    }
    .col-sm-7--1 {
        grid-column: 7/-1;
    }
    .col-sm-7--2 {
        grid-column: 7/-2;
    }
    .col-sm-7--3 {
        grid-column: 7/-3;
    }
    .col-sm-7--4 {
        grid-column: 7/-4;
    }
    .col-sm-7--5 {
        grid-column: 7/-5;
    }
    .col-sm-7--6 {
        grid-column: 7/-6;
    }
    .col-sm-7--7 {
        grid-column: 7/-7;
    }
    .col-sm-7--8 {
        grid-column: 7/-8;
    }
    .col-sm-7--9 {
        grid-column: 7/-9;
    }
    .col-sm-7--10 {
        grid-column: 7/-10;
    }
    .col-sm-7--11 {
        grid-column: 7/-11;
    }
    .col-sm-7--12 {
        grid-column: 7/-12;
    }
    .col-sm-7-auto {
        grid-column: 7/auto;
    }
    .col-sm-8-9 {
        grid-column: 8/9;
    }
    .col-sm-8-10 {
        grid-column: 8/10;
    }
    .col-sm-8-11 {
        grid-column: 8/11;
    }
    .col-sm-8-12 {
        grid-column: 8/12;
    }
    .col-sm-8-13 {
        grid-column: 8/13;
    }
    .col-sm-8--1 {
        grid-column: 8/-1;
    }
    .col-sm-8--2 {
        grid-column: 8/-2;
    }
    .col-sm-8--3 {
        grid-column: 8/-3;
    }
    .col-sm-8--4 {
        grid-column: 8/-4;
    }
    .col-sm-8--5 {
        grid-column: 8/-5;
    }
    .col-sm-8--6 {
        grid-column: 8/-6;
    }
    .col-sm-8--7 {
        grid-column: 8/-7;
    }
    .col-sm-8--8 {
        grid-column: 8/-8;
    }
    .col-sm-8--9 {
        grid-column: 8/-9;
    }
    .col-sm-8--10 {
        grid-column: 8/-10;
    }
    .col-sm-8--11 {
        grid-column: 8/-11;
    }
    .col-sm-8--12 {
        grid-column: 8/-12;
    }
    .col-sm-8-auto {
        grid-column: 8/auto;
    }
    .col-sm-9-10 {
        grid-column: 9/10;
    }
    .col-sm-9-11 {
        grid-column: 9/11;
    }
    .col-sm-9-12 {
        grid-column: 9/12;
    }
    .col-sm-9-13 {
        grid-column: 9/13;
    }
    .col-sm-9--1 {
        grid-column: 9/-1;
    }
    .col-sm-9--2 {
        grid-column: 9/-2;
    }
    .col-sm-9--3 {
        grid-column: 9/-3;
    }
    .col-sm-9--4 {
        grid-column: 9/-4;
    }
    .col-sm-9--5 {
        grid-column: 9/-5;
    }
    .col-sm-9--6 {
        grid-column: 9/-6;
    }
    .col-sm-9--7 {
        grid-column: 9/-7;
    }
    .col-sm-9--8 {
        grid-column: 9/-8;
    }
    .col-sm-9--9 {
        grid-column: 9/-9;
    }
    .col-sm-9--10 {
        grid-column: 9/-10;
    }
    .col-sm-9--11 {
        grid-column: 9/-11;
    }
    .col-sm-9--12 {
        grid-column: 9/-12;
    }
    .col-sm-9-auto {
        grid-column: 9/auto;
    }
    .col-sm-10-11 {
        grid-column: 10/11;
    }
    .col-sm-10-12 {
        grid-column: 10/12;
    }
    .col-sm-10-13 {
        grid-column: 10/13;
    }
    .col-sm-10--1 {
        grid-column: 10/-1;
    }
    .col-sm-10--2 {
        grid-column: 10/-2;
    }
    .col-sm-10--3 {
        grid-column: 10/-3;
    }
    .col-sm-10--4 {
        grid-column: 10/-4;
    }
    .col-sm-10--5 {
        grid-column: 10/-5;
    }
    .col-sm-10--6 {
        grid-column: 10/-6;
    }
    .col-sm-10--7 {
        grid-column: 10/-7;
    }
    .col-sm-10--8 {
        grid-column: 10/-8;
    }
    .col-sm-10--9 {
        grid-column: 10/-9;
    }
    .col-sm-10--10 {
        grid-column: 10/-10;
    }
    .col-sm-10--11 {
        grid-column: 10/-11;
    }
    .col-sm-10--12 {
        grid-column: 10/-12;
    }
    .col-sm-10-auto {
        grid-column: 10/auto;
    }
    .col-sm-11-12 {
        grid-column: 11/12;
    }
    .col-sm-11-13 {
        grid-column: 11/13;
    }
    .col-sm-11--1 {
        grid-column: 11/-1;
    }
    .col-sm-11--2 {
        grid-column: 11/-2;
    }
    .col-sm-11--3 {
        grid-column: 11/-3;
    }
    .col-sm-11--4 {
        grid-column: 11/-4;
    }
    .col-sm-11--5 {
        grid-column: 11/-5;
    }
    .col-sm-11--6 {
        grid-column: 11/-6;
    }
    .col-sm-11--7 {
        grid-column: 11/-7;
    }
    .col-sm-11--8 {
        grid-column: 11/-8;
    }
    .col-sm-11--9 {
        grid-column: 11/-9;
    }
    .col-sm-11--10 {
        grid-column: 11/-10;
    }
    .col-sm-11--11 {
        grid-column: 11/-11;
    }
    .col-sm-11--12 {
        grid-column: 11/-12;
    }
    .col-sm-11-auto {
        grid-column: 11/auto;
    }
    .col-sm-12-13 {
        grid-column: 12/13;
    }
    .col-sm-12--1 {
        grid-column: 12/-1;
    }
    .col-sm-12--2 {
        grid-column: 12/-2;
    }
    .col-sm-12--3 {
        grid-column: 12/-3;
    }
    .col-sm-12--4 {
        grid-column: 12/-4;
    }
    .col-sm-12--5 {
        grid-column: 12/-5;
    }
    .col-sm-12--6 {
        grid-column: 12/-6;
    }
    .col-sm-12--7 {
        grid-column: 12/-7;
    }
    .col-sm-12--8 {
        grid-column: 12/-8;
    }
    .col-sm-12--9 {
        grid-column: 12/-9;
    }
    .col-sm-12--10 {
        grid-column: 12/-10;
    }
    .col-sm-12--11 {
        grid-column: 12/-11;
    }
    .col-sm-12--12 {
        grid-column: 12/-12;
    }
    .col-sm-12-auto {
        grid-column: 12/auto;
    }
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .col-md-1 {
        grid-column: span 1;
    }
    .col-md-2 {
        grid-column: span 2;
    }
    .col-md-3 {
        grid-column: span 3;
    }
    .col-md-4 {
        grid-column: span 4;
    }
    .col-md-5 {
        grid-column: span 5;
    }
    .col-md-6 {
        grid-column: span 6;
    }
    .col-md-7 {
        grid-column: span 7;
    }
    .col-md-8 {
        grid-column: span 8;
    }
    .col-md-9 {
        grid-column: span 9;
    }
    .col-md-10 {
        grid-column: span 10;
    }
    .col-md-11 {
        grid-column: span 11;
    }
    .col-md-12 {
        grid-column: span 12;
    }
    .col-md-1-2 {
        grid-column: 1/2;
    }
    .col-md-1-3 {
        grid-column: 1/3;
    }
    .col-md-1-4 {
        grid-column: 1/4;
    }
    .col-md-1-5 {
        grid-column: 1/5;
    }
    .col-md-1-6 {
        grid-column: 1/6;
    }
    .col-md-1-7 {
        grid-column: 1/7;
    }
    .col-md-1-8 {
        grid-column: 1/8;
    }
    .col-md-1-9 {
        grid-column: 1/9;
    }
    .col-md-1-10 {
        grid-column: 1/10;
    }
    .col-md-1-11 {
        grid-column: 1/11;
    }
    .col-md-1-12 {
        grid-column: 1/12;
    }
    .col-md-1-13 {
        grid-column: 1/13;
    }
    .col-md-1--1 {
        grid-column: 1/-1;
    }
    .col-md-1--2 {
        grid-column: 1/-2;
    }
    .col-md-1--3 {
        grid-column: 1/-3;
    }
    .col-md-1--4 {
        grid-column: 1/-4;
    }
    .col-md-1--5 {
        grid-column: 1/-5;
    }
    .col-md-1--6 {
        grid-column: 1/-6;
    }
    .col-md-1--7 {
        grid-column: 1/-7;
    }
    .col-md-1--8 {
        grid-column: 1/-8;
    }
    .col-md-1--9 {
        grid-column: 1/-9;
    }
    .col-md-1--10 {
        grid-column: 1/-10;
    }
    .col-md-1--11 {
        grid-column: 1/-11;
    }
    .col-md-1--12 {
        grid-column: 1/-12;
    }
    .col-md-1-auto {
        grid-column: 1/auto;
    }
    .col-md-2-3 {
        grid-column: 2/3;
    }
    .col-md-2-4 {
        grid-column: 2/4;
    }
    .col-md-2-5 {
        grid-column: 2/5;
    }
    .col-md-2-6 {
        grid-column: 2/6;
    }
    .col-md-2-7 {
        grid-column: 2/7;
    }
    .col-md-2-8 {
        grid-column: 2/8;
    }
    .col-md-2-9 {
        grid-column: 2/9;
    }
    .col-md-2-10 {
        grid-column: 2/10;
    }
    .col-md-2-11 {
        grid-column: 2/11;
    }
    .col-md-2-12 {
        grid-column: 2/12;
    }
    .col-md-2-13 {
        grid-column: 2/13;
    }
    .col-md-2--1 {
        grid-column: 2/-1;
    }
    .col-md-2--2 {
        grid-column: 2/-2;
    }
    .col-md-2--3 {
        grid-column: 2/-3;
    }
    .col-md-2--4 {
        grid-column: 2/-4;
    }
    .col-md-2--5 {
        grid-column: 2/-5;
    }
    .col-md-2--6 {
        grid-column: 2/-6;
    }
    .col-md-2--7 {
        grid-column: 2/-7;
    }
    .col-md-2--8 {
        grid-column: 2/-8;
    }
    .col-md-2--9 {
        grid-column: 2/-9;
    }
    .col-md-2--10 {
        grid-column: 2/-10;
    }
    .col-md-2--11 {
        grid-column: 2/-11;
    }
    .col-md-2--12 {
        grid-column: 2/-12;
    }
    .col-md-2-auto {
        grid-column: 2/auto;
    }
    .col-md-3-4 {
        grid-column: 3/4;
    }
    .col-md-3-5 {
        grid-column: 3/5;
    }
    .col-md-3-6 {
        grid-column: 3/6;
    }
    .col-md-3-7 {
        grid-column: 3/7;
    }
    .col-md-3-8 {
        grid-column: 3/8;
    }
    .col-md-3-9 {
        grid-column: 3/9;
    }
    .col-md-3-10 {
        grid-column: 3/10;
    }
    .col-md-3-11 {
        grid-column: 3/11;
    }
    .col-md-3-12 {
        grid-column: 3/12;
    }
    .col-md-3-13 {
        grid-column: 3/13;
    }
    .col-md-3--1 {
        grid-column: 3/-1;
    }
    .col-md-3--2 {
        grid-column: 3/-2;
    }
    .col-md-3--3 {
        grid-column: 3/-3;
    }
    .col-md-3--4 {
        grid-column: 3/-4;
    }
    .col-md-3--5 {
        grid-column: 3/-5;
    }
    .col-md-3--6 {
        grid-column: 3/-6;
    }
    .col-md-3--7 {
        grid-column: 3/-7;
    }
    .col-md-3--8 {
        grid-column: 3/-8;
    }
    .col-md-3--9 {
        grid-column: 3/-9;
    }
    .col-md-3--10 {
        grid-column: 3/-10;
    }
    .col-md-3--11 {
        grid-column: 3/-11;
    }
    .col-md-3--12 {
        grid-column: 3/-12;
    }
    .col-md-3-auto {
        grid-column: 3/auto;
    }
    .col-md-4-5 {
        grid-column: 4/5;
    }
    .col-md-4-6 {
        grid-column: 4/6;
    }
    .col-md-4-7 {
        grid-column: 4/7;
    }
    .col-md-4-8 {
        grid-column: 4/8;
    }
    .col-md-4-9 {
        grid-column: 4/9;
    }
    .col-md-4-10 {
        grid-column: 4/10;
    }
    .col-md-4-11 {
        grid-column: 4/11;
    }
    .col-md-4-12 {
        grid-column: 4/12;
    }
    .col-md-4-13 {
        grid-column: 4/13;
    }
    .col-md-4--1 {
        grid-column: 4/-1;
    }
    .col-md-4--2 {
        grid-column: 4/-2;
    }
    .col-md-4--3 {
        grid-column: 4/-3;
    }
    .col-md-4--4 {
        grid-column: 4/-4;
    }
    .col-md-4--5 {
        grid-column: 4/-5;
    }
    .col-md-4--6 {
        grid-column: 4/-6;
    }
    .col-md-4--7 {
        grid-column: 4/-7;
    }
    .col-md-4--8 {
        grid-column: 4/-8;
    }
    .col-md-4--9 {
        grid-column: 4/-9;
    }
    .col-md-4--10 {
        grid-column: 4/-10;
    }
    .col-md-4--11 {
        grid-column: 4/-11;
    }
    .col-md-4--12 {
        grid-column: 4/-12;
    }
    .col-md-4-auto {
        grid-column: 4/auto;
    }
    .col-md-5-6 {
        grid-column: 5/6;
    }
    .col-md-5-7 {
        grid-column: 5/7;
    }
    .col-md-5-8 {
        grid-column: 5/8;
    }
    .col-md-5-9 {
        grid-column: 5/9;
    }
    .col-md-5-10 {
        grid-column: 5/10;
    }
    .col-md-5-11 {
        grid-column: 5/11;
    }
    .col-md-5-12 {
        grid-column: 5/12;
    }
    .col-md-5-13 {
        grid-column: 5/13;
    }
    .col-md-5--1 {
        grid-column: 5/-1;
    }
    .col-md-5--2 {
        grid-column: 5/-2;
    }
    .col-md-5--3 {
        grid-column: 5/-3;
    }
    .col-md-5--4 {
        grid-column: 5/-4;
    }
    .col-md-5--5 {
        grid-column: 5/-5;
    }
    .col-md-5--6 {
        grid-column: 5/-6;
    }
    .col-md-5--7 {
        grid-column: 5/-7;
    }
    .col-md-5--8 {
        grid-column: 5/-8;
    }
    .col-md-5--9 {
        grid-column: 5/-9;
    }
    .col-md-5--10 {
        grid-column: 5/-10;
    }
    .col-md-5--11 {
        grid-column: 5/-11;
    }
    .col-md-5--12 {
        grid-column: 5/-12;
    }
    .col-md-5-auto {
        grid-column: 5/auto;
    }
    .col-md-6-7 {
        grid-column: 6/7;
    }
    .col-md-6-8 {
        grid-column: 6/8;
    }
    .col-md-6-9 {
        grid-column: 6/9;
    }
    .col-md-6-10 {
        grid-column: 6/10;
    }
    .col-md-6-11 {
        grid-column: 6/11;
    }
    .col-md-6-12 {
        grid-column: 6/12;
    }
    .col-md-6-13 {
        grid-column: 6/13;
    }
    .col-md-6--1 {
        grid-column: 6/-1;
    }
    .col-md-6--2 {
        grid-column: 6/-2;
    }
    .col-md-6--3 {
        grid-column: 6/-3;
    }
    .col-md-6--4 {
        grid-column: 6/-4;
    }
    .col-md-6--5 {
        grid-column: 6/-5;
    }
    .col-md-6--6 {
        grid-column: 6/-6;
    }
    .col-md-6--7 {
        grid-column: 6/-7;
    }
    .col-md-6--8 {
        grid-column: 6/-8;
    }
    .col-md-6--9 {
        grid-column: 6/-9;
    }
    .col-md-6--10 {
        grid-column: 6/-10;
    }
    .col-md-6--11 {
        grid-column: 6/-11;
    }
    .col-md-6--12 {
        grid-column: 6/-12;
    }
    .col-md-6-auto {
        grid-column: 6/auto;
    }
    .col-md-7-8 {
        grid-column: 7/8;
    }
    .col-md-7-9 {
        grid-column: 7/9;
    }
    .col-md-7-10 {
        grid-column: 7/10;
    }
    .col-md-7-11 {
        grid-column: 7/11;
    }
    .col-md-7-12 {
        grid-column: 7/12;
    }
    .col-md-7-13 {
        grid-column: 7/13;
    }
    .col-md-7--1 {
        grid-column: 7/-1;
    }
    .col-md-7--2 {
        grid-column: 7/-2;
    }
    .col-md-7--3 {
        grid-column: 7/-3;
    }
    .col-md-7--4 {
        grid-column: 7/-4;
    }
    .col-md-7--5 {
        grid-column: 7/-5;
    }
    .col-md-7--6 {
        grid-column: 7/-6;
    }
    .col-md-7--7 {
        grid-column: 7/-7;
    }
    .col-md-7--8 {
        grid-column: 7/-8;
    }
    .col-md-7--9 {
        grid-column: 7/-9;
    }
    .col-md-7--10 {
        grid-column: 7/-10;
    }
    .col-md-7--11 {
        grid-column: 7/-11;
    }
    .col-md-7--12 {
        grid-column: 7/-12;
    }
    .col-md-7-auto {
        grid-column: 7/auto;
    }
    .col-md-8-9 {
        grid-column: 8/9;
    }
    .col-md-8-10 {
        grid-column: 8/10;
    }
    .col-md-8-11 {
        grid-column: 8/11;
    }
    .col-md-8-12 {
        grid-column: 8/12;
    }
    .col-md-8-13 {
        grid-column: 8/13;
    }
    .col-md-8--1 {
        grid-column: 8/-1;
    }
    .col-md-8--2 {
        grid-column: 8/-2;
    }
    .col-md-8--3 {
        grid-column: 8/-3;
    }
    .col-md-8--4 {
        grid-column: 8/-4;
    }
    .col-md-8--5 {
        grid-column: 8/-5;
    }
    .col-md-8--6 {
        grid-column: 8/-6;
    }
    .col-md-8--7 {
        grid-column: 8/-7;
    }
    .col-md-8--8 {
        grid-column: 8/-8;
    }
    .col-md-8--9 {
        grid-column: 8/-9;
    }
    .col-md-8--10 {
        grid-column: 8/-10;
    }
    .col-md-8--11 {
        grid-column: 8/-11;
    }
    .col-md-8--12 {
        grid-column: 8/-12;
    }
    .col-md-8-auto {
        grid-column: 8/auto;
    }
    .col-md-9-10 {
        grid-column: 9/10;
    }
    .col-md-9-11 {
        grid-column: 9/11;
    }
    .col-md-9-12 {
        grid-column: 9/12;
    }
    .col-md-9-13 {
        grid-column: 9/13;
    }
    .col-md-9--1 {
        grid-column: 9/-1;
    }
    .col-md-9--2 {
        grid-column: 9/-2;
    }
    .col-md-9--3 {
        grid-column: 9/-3;
    }
    .col-md-9--4 {
        grid-column: 9/-4;
    }
    .col-md-9--5 {
        grid-column: 9/-5;
    }
    .col-md-9--6 {
        grid-column: 9/-6;
    }
    .col-md-9--7 {
        grid-column: 9/-7;
    }
    .col-md-9--8 {
        grid-column: 9/-8;
    }
    .col-md-9--9 {
        grid-column: 9/-9;
    }
    .col-md-9--10 {
        grid-column: 9/-10;
    }
    .col-md-9--11 {
        grid-column: 9/-11;
    }
    .col-md-9--12 {
        grid-column: 9/-12;
    }
    .col-md-9-auto {
        grid-column: 9/auto;
    }
    .col-md-10-11 {
        grid-column: 10/11;
    }
    .col-md-10-12 {
        grid-column: 10/12;
    }
    .col-md-10-13 {
        grid-column: 10/13;
    }
    .col-md-10--1 {
        grid-column: 10/-1;
    }
    .col-md-10--2 {
        grid-column: 10/-2;
    }
    .col-md-10--3 {
        grid-column: 10/-3;
    }
    .col-md-10--4 {
        grid-column: 10/-4;
    }
    .col-md-10--5 {
        grid-column: 10/-5;
    }
    .col-md-10--6 {
        grid-column: 10/-6;
    }
    .col-md-10--7 {
        grid-column: 10/-7;
    }
    .col-md-10--8 {
        grid-column: 10/-8;
    }
    .col-md-10--9 {
        grid-column: 10/-9;
    }
    .col-md-10--10 {
        grid-column: 10/-10;
    }
    .col-md-10--11 {
        grid-column: 10/-11;
    }
    .col-md-10--12 {
        grid-column: 10/-12;
    }
    .col-md-10-auto {
        grid-column: 10/auto;
    }
    .col-md-11-12 {
        grid-column: 11/12;
    }
    .col-md-11-13 {
        grid-column: 11/13;
    }
    .col-md-11--1 {
        grid-column: 11/-1;
    }
    .col-md-11--2 {
        grid-column: 11/-2;
    }
    .col-md-11--3 {
        grid-column: 11/-3;
    }
    .col-md-11--4 {
        grid-column: 11/-4;
    }
    .col-md-11--5 {
        grid-column: 11/-5;
    }
    .col-md-11--6 {
        grid-column: 11/-6;
    }
    .col-md-11--7 {
        grid-column: 11/-7;
    }
    .col-md-11--8 {
        grid-column: 11/-8;
    }
    .col-md-11--9 {
        grid-column: 11/-9;
    }
    .col-md-11--10 {
        grid-column: 11/-10;
    }
    .col-md-11--11 {
        grid-column: 11/-11;
    }
    .col-md-11--12 {
        grid-column: 11/-12;
    }
    .col-md-11-auto {
        grid-column: 11/auto;
    }
    .col-md-12-13 {
        grid-column: 12/13;
    }
    .col-md-12--1 {
        grid-column: 12/-1;
    }
    .col-md-12--2 {
        grid-column: 12/-2;
    }
    .col-md-12--3 {
        grid-column: 12/-3;
    }
    .col-md-12--4 {
        grid-column: 12/-4;
    }
    .col-md-12--5 {
        grid-column: 12/-5;
    }
    .col-md-12--6 {
        grid-column: 12/-6;
    }
    .col-md-12--7 {
        grid-column: 12/-7;
    }
    .col-md-12--8 {
        grid-column: 12/-8;
    }
    .col-md-12--9 {
        grid-column: 12/-9;
    }
    .col-md-12--10 {
        grid-column: 12/-10;
    }
    .col-md-12--11 {
        grid-column: 12/-11;
    }
    .col-md-12--12 {
        grid-column: 12/-12;
    }
    .col-md-12-auto {
        grid-column: 12/auto;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1025px) {
    .col-lg-1 {
        grid-column: span 1;
    }
    .col-lg-2 {
        grid-column: span 2;
    }
    .col-lg-3 {
        grid-column: span 3;
    }
    .col-lg-4 {
        grid-column: span 4;
    }
    .col-lg-5 {
        grid-column: span 5;
    }
    .col-lg-6 {
        grid-column: span 6;
    }
    .col-lg-7 {
        grid-column: span 7;
    }
    .col-lg-8 {
        grid-column: span 8;
    }
    .col-lg-9 {
        grid-column: span 9;
    }
    .col-lg-10 {
        grid-column: span 10;
    }
    .col-lg-11 {
        grid-column: span 11;
    }
    .col-lg-12 {
        grid-column: span 12;
    }
    .col-lg-1-2 {
        grid-column: 1/2;
    }
    .col-lg-1-3 {
        grid-column: 1/3;
    }
    .col-lg-1-4 {
        grid-column: 1/4;
    }
    .col-lg-1-5 {
        grid-column: 1/5;
    }
    .col-lg-1-6 {
        grid-column: 1/6;
    }
    .col-lg-1-7 {
        grid-column: 1/7;
    }
    .col-lg-1-8 {
        grid-column: 1/8;
    }
    .col-lg-1-9 {
        grid-column: 1/9;
    }
    .col-lg-1-10 {
        grid-column: 1/10;
    }
    .col-lg-1-11 {
        grid-column: 1/11;
    }
    .col-lg-1-12 {
        grid-column: 1/12;
    }
    .col-lg-1-13 {
        grid-column: 1/13;
    }
    .col-lg-1--1 {
        grid-column: 1/-1;
    }
    .col-lg-1--2 {
        grid-column: 1/-2;
    }
    .col-lg-1--3 {
        grid-column: 1/-3;
    }
    .col-lg-1--4 {
        grid-column: 1/-4;
    }
    .col-lg-1--5 {
        grid-column: 1/-5;
    }
    .col-lg-1--6 {
        grid-column: 1/-6;
    }
    .col-lg-1--7 {
        grid-column: 1/-7;
    }
    .col-lg-1--8 {
        grid-column: 1/-8;
    }
    .col-lg-1--9 {
        grid-column: 1/-9;
    }
    .col-lg-1--10 {
        grid-column: 1/-10;
    }
    .col-lg-1--11 {
        grid-column: 1/-11;
    }
    .col-lg-1--12 {
        grid-column: 1/-12;
    }
    .col-lg-1-auto {
        grid-column: 1/auto;
    }
    .col-lg-2-3 {
        grid-column: 2/3;
    }
    .col-lg-2-4 {
        grid-column: 2/4;
    }
    .col-lg-2-5 {
        grid-column: 2/5;
    }
    .col-lg-2-6 {
        grid-column: 2/6;
    }
    .col-lg-2-7 {
        grid-column: 2/7;
    }
    .col-lg-2-8 {
        grid-column: 2/8;
    }
    .col-lg-2-9 {
        grid-column: 2/9;
    }
    .col-lg-2-10 {
        grid-column: 2/10;
    }
    .col-lg-2-11 {
        grid-column: 2/11;
    }
    .col-lg-2-12 {
        grid-column: 2/12;
    }
    .col-lg-2-13 {
        grid-column: 2/13;
    }
    .col-lg-2--1 {
        grid-column: 2/-1;
    }
    .col-lg-2--2 {
        grid-column: 2/-2;
    }
    .col-lg-2--3 {
        grid-column: 2/-3;
    }
    .col-lg-2--4 {
        grid-column: 2/-4;
    }
    .col-lg-2--5 {
        grid-column: 2/-5;
    }
    .col-lg-2--6 {
        grid-column: 2/-6;
    }
    .col-lg-2--7 {
        grid-column: 2/-7;
    }
    .col-lg-2--8 {
        grid-column: 2/-8;
    }
    .col-lg-2--9 {
        grid-column: 2/-9;
    }
    .col-lg-2--10 {
        grid-column: 2/-10;
    }
    .col-lg-2--11 {
        grid-column: 2/-11;
    }
    .col-lg-2--12 {
        grid-column: 2/-12;
    }
    .col-lg-2-auto {
        grid-column: 2/auto;
    }
    .col-lg-3-4 {
        grid-column: 3/4;
    }
    .col-lg-3-5 {
        grid-column: 3/5;
    }
    .col-lg-3-6 {
        grid-column: 3/6;
    }
    .col-lg-3-7 {
        grid-column: 3/7;
    }
    .col-lg-3-8 {
        grid-column: 3/8;
    }
    .col-lg-3-9 {
        grid-column: 3/9;
    }
    .col-lg-3-10 {
        grid-column: 3/10;
    }
    .col-lg-3-11 {
        grid-column: 3/11;
    }
    .col-lg-3-12 {
        grid-column: 3/12;
    }
    .col-lg-3-13 {
        grid-column: 3/13;
    }
    .col-lg-3--1 {
        grid-column: 3/-1;
    }
    .col-lg-3--2 {
        grid-column: 3/-2;
    }
    .col-lg-3--3 {
        grid-column: 3/-3;
    }
    .col-lg-3--4 {
        grid-column: 3/-4;
    }
    .col-lg-3--5 {
        grid-column: 3/-5;
    }
    .col-lg-3--6 {
        grid-column: 3/-6;
    }
    .col-lg-3--7 {
        grid-column: 3/-7;
    }
    .col-lg-3--8 {
        grid-column: 3/-8;
    }
    .col-lg-3--9 {
        grid-column: 3/-9;
    }
    .col-lg-3--10 {
        grid-column: 3/-10;
    }
    .col-lg-3--11 {
        grid-column: 3/-11;
    }
    .col-lg-3--12 {
        grid-column: 3/-12;
    }
    .col-lg-3-auto {
        grid-column: 3/auto;
    }
    .col-lg-4-5 {
        grid-column: 4/5;
    }
    .col-lg-4-6 {
        grid-column: 4/6;
    }
    .col-lg-4-7 {
        grid-column: 4/7;
    }
    .col-lg-4-8 {
        grid-column: 4/8;
    }
    .col-lg-4-9 {
        grid-column: 4/9;
    }
    .col-lg-4-10 {
        grid-column: 4/10;
    }
    .col-lg-4-11 {
        grid-column: 4/11;
    }
    .col-lg-4-12 {
        grid-column: 4/12;
    }
    .col-lg-4-13 {
        grid-column: 4/13;
    }
    .col-lg-4--1 {
        grid-column: 4/-1;
    }
    .col-lg-4--2 {
        grid-column: 4/-2;
    }
    .col-lg-4--3 {
        grid-column: 4/-3;
    }
    .col-lg-4--4 {
        grid-column: 4/-4;
    }
    .col-lg-4--5 {
        grid-column: 4/-5;
    }
    .col-lg-4--6 {
        grid-column: 4/-6;
    }
    .col-lg-4--7 {
        grid-column: 4/-7;
    }
    .col-lg-4--8 {
        grid-column: 4/-8;
    }
    .col-lg-4--9 {
        grid-column: 4/-9;
    }
    .col-lg-4--10 {
        grid-column: 4/-10;
    }
    .col-lg-4--11 {
        grid-column: 4/-11;
    }
    .col-lg-4--12 {
        grid-column: 4/-12;
    }
    .col-lg-4-auto {
        grid-column: 4/auto;
    }
    .col-lg-5-6 {
        grid-column: 5/6;
    }
    .col-lg-5-7 {
        grid-column: 5/7;
    }
    .col-lg-5-8 {
        grid-column: 5/8;
    }
    .col-lg-5-9 {
        grid-column: 5/9;
    }
    .col-lg-5-10 {
        grid-column: 5/10;
    }
    .col-lg-5-11 {
        grid-column: 5/11;
    }
    .col-lg-5-12 {
        grid-column: 5/12;
    }
    .col-lg-5-13 {
        grid-column: 5/13;
    }
    .col-lg-5--1 {
        grid-column: 5/-1;
    }
    .col-lg-5--2 {
        grid-column: 5/-2;
    }
    .col-lg-5--3 {
        grid-column: 5/-3;
    }
    .col-lg-5--4 {
        grid-column: 5/-4;
    }
    .col-lg-5--5 {
        grid-column: 5/-5;
    }
    .col-lg-5--6 {
        grid-column: 5/-6;
    }
    .col-lg-5--7 {
        grid-column: 5/-7;
    }
    .col-lg-5--8 {
        grid-column: 5/-8;
    }
    .col-lg-5--9 {
        grid-column: 5/-9;
    }
    .col-lg-5--10 {
        grid-column: 5/-10;
    }
    .col-lg-5--11 {
        grid-column: 5/-11;
    }
    .col-lg-5--12 {
        grid-column: 5/-12;
    }
    .col-lg-5-auto {
        grid-column: 5/auto;
    }
    .col-lg-6-7 {
        grid-column: 6/7;
    }
    .col-lg-6-8 {
        grid-column: 6/8;
    }
    .col-lg-6-9 {
        grid-column: 6/9;
    }
    .col-lg-6-10 {
        grid-column: 6/10;
    }
    .col-lg-6-11 {
        grid-column: 6/11;
    }
    .col-lg-6-12 {
        grid-column: 6/12;
    }
    .col-lg-6-13 {
        grid-column: 6/13;
    }
    .col-lg-6--1 {
        grid-column: 6/-1;
    }
    .col-lg-6--2 {
        grid-column: 6/-2;
    }
    .col-lg-6--3 {
        grid-column: 6/-3;
    }
    .col-lg-6--4 {
        grid-column: 6/-4;
    }
    .col-lg-6--5 {
        grid-column: 6/-5;
    }
    .col-lg-6--6 {
        grid-column: 6/-6;
    }
    .col-lg-6--7 {
        grid-column: 6/-7;
    }
    .col-lg-6--8 {
        grid-column: 6/-8;
    }
    .col-lg-6--9 {
        grid-column: 6/-9;
    }
    .col-lg-6--10 {
        grid-column: 6/-10;
    }
    .col-lg-6--11 {
        grid-column: 6/-11;
    }
    .col-lg-6--12 {
        grid-column: 6/-12;
    }
    .col-lg-6-auto {
        grid-column: 6/auto;
    }
    .col-lg-7-8 {
        grid-column: 7/8;
    }
    .col-lg-7-9 {
        grid-column: 7/9;
    }
    .col-lg-7-10 {
        grid-column: 7/10;
    }
    .col-lg-7-11 {
        grid-column: 7/11;
    }
    .col-lg-7-12 {
        grid-column: 7/12;
    }
    .col-lg-7-13 {
        grid-column: 7/13;
    }
    .col-lg-7--1 {
        grid-column: 7/-1;
    }
    .col-lg-7--2 {
        grid-column: 7/-2;
    }
    .col-lg-7--3 {
        grid-column: 7/-3;
    }
    .col-lg-7--4 {
        grid-column: 7/-4;
    }
    .col-lg-7--5 {
        grid-column: 7/-5;
    }
    .col-lg-7--6 {
        grid-column: 7/-6;
    }
    .col-lg-7--7 {
        grid-column: 7/-7;
    }
    .col-lg-7--8 {
        grid-column: 7/-8;
    }
    .col-lg-7--9 {
        grid-column: 7/-9;
    }
    .col-lg-7--10 {
        grid-column: 7/-10;
    }
    .col-lg-7--11 {
        grid-column: 7/-11;
    }
    .col-lg-7--12 {
        grid-column: 7/-12;
    }
    .col-lg-7-auto {
        grid-column: 7/auto;
    }
    .col-lg-8-9 {
        grid-column: 8/9;
    }
    .col-lg-8-10 {
        grid-column: 8/10;
    }
    .col-lg-8-11 {
        grid-column: 8/11;
    }
    .col-lg-8-12 {
        grid-column: 8/12;
    }
    .col-lg-8-13 {
        grid-column: 8/13;
    }
    .col-lg-8--1 {
        grid-column: 8/-1;
    }
    .col-lg-8--2 {
        grid-column: 8/-2;
    }
    .col-lg-8--3 {
        grid-column: 8/-3;
    }
    .col-lg-8--4 {
        grid-column: 8/-4;
    }
    .col-lg-8--5 {
        grid-column: 8/-5;
    }
    .col-lg-8--6 {
        grid-column: 8/-6;
    }
    .col-lg-8--7 {
        grid-column: 8/-7;
    }
    .col-lg-8--8 {
        grid-column: 8/-8;
    }
    .col-lg-8--9 {
        grid-column: 8/-9;
    }
    .col-lg-8--10 {
        grid-column: 8/-10;
    }
    .col-lg-8--11 {
        grid-column: 8/-11;
    }
    .col-lg-8--12 {
        grid-column: 8/-12;
    }
    .col-lg-8-auto {
        grid-column: 8/auto;
    }
    .col-lg-9-10 {
        grid-column: 9/10;
    }
    .col-lg-9-11 {
        grid-column: 9/11;
    }
    .col-lg-9-12 {
        grid-column: 9/12;
    }
    .col-lg-9-13 {
        grid-column: 9/13;
    }
    .col-lg-9--1 {
        grid-column: 9/-1;
    }
    .col-lg-9--2 {
        grid-column: 9/-2;
    }
    .col-lg-9--3 {
        grid-column: 9/-3;
    }
    .col-lg-9--4 {
        grid-column: 9/-4;
    }
    .col-lg-9--5 {
        grid-column: 9/-5;
    }
    .col-lg-9--6 {
        grid-column: 9/-6;
    }
    .col-lg-9--7 {
        grid-column: 9/-7;
    }
    .col-lg-9--8 {
        grid-column: 9/-8;
    }
    .col-lg-9--9 {
        grid-column: 9/-9;
    }
    .col-lg-9--10 {
        grid-column: 9/-10;
    }
    .col-lg-9--11 {
        grid-column: 9/-11;
    }
    .col-lg-9--12 {
        grid-column: 9/-12;
    }
    .col-lg-9-auto {
        grid-column: 9/auto;
    }
    .col-lg-10-11 {
        grid-column: 10/11;
    }
    .col-lg-10-12 {
        grid-column: 10/12;
    }
    .col-lg-10-13 {
        grid-column: 10/13;
    }
    .col-lg-10--1 {
        grid-column: 10/-1;
    }
    .col-lg-10--2 {
        grid-column: 10/-2;
    }
    .col-lg-10--3 {
        grid-column: 10/-3;
    }
    .col-lg-10--4 {
        grid-column: 10/-4;
    }
    .col-lg-10--5 {
        grid-column: 10/-5;
    }
    .col-lg-10--6 {
        grid-column: 10/-6;
    }
    .col-lg-10--7 {
        grid-column: 10/-7;
    }
    .col-lg-10--8 {
        grid-column: 10/-8;
    }
    .col-lg-10--9 {
        grid-column: 10/-9;
    }
    .col-lg-10--10 {
        grid-column: 10/-10;
    }
    .col-lg-10--11 {
        grid-column: 10/-11;
    }
    .col-lg-10--12 {
        grid-column: 10/-12;
    }
    .col-lg-10-auto {
        grid-column: 10/auto;
    }
    .col-lg-11-12 {
        grid-column: 11/12;
    }
    .col-lg-11-13 {
        grid-column: 11/13;
    }
    .col-lg-11--1 {
        grid-column: 11/-1;
    }
    .col-lg-11--2 {
        grid-column: 11/-2;
    }
    .col-lg-11--3 {
        grid-column: 11/-3;
    }
    .col-lg-11--4 {
        grid-column: 11/-4;
    }
    .col-lg-11--5 {
        grid-column: 11/-5;
    }
    .col-lg-11--6 {
        grid-column: 11/-6;
    }
    .col-lg-11--7 {
        grid-column: 11/-7;
    }
    .col-lg-11--8 {
        grid-column: 11/-8;
    }
    .col-lg-11--9 {
        grid-column: 11/-9;
    }
    .col-lg-11--10 {
        grid-column: 11/-10;
    }
    .col-lg-11--11 {
        grid-column: 11/-11;
    }
    .col-lg-11--12 {
        grid-column: 11/-12;
    }
    .col-lg-11-auto {
        grid-column: 11/auto;
    }
    .col-lg-12-13 {
        grid-column: 12/13;
    }
    .col-lg-12--1 {
        grid-column: 12/-1;
    }
    .col-lg-12--2 {
        grid-column: 12/-2;
    }
    .col-lg-12--3 {
        grid-column: 12/-3;
    }
    .col-lg-12--4 {
        grid-column: 12/-4;
    }
    .col-lg-12--5 {
        grid-column: 12/-5;
    }
    .col-lg-12--6 {
        grid-column: 12/-6;
    }
    .col-lg-12--7 {
        grid-column: 12/-7;
    }
    .col-lg-12--8 {
        grid-column: 12/-8;
    }
    .col-lg-12--9 {
        grid-column: 12/-9;
    }
    .col-lg-12--10 {
        grid-column: 12/-10;
    }
    .col-lg-12--11 {
        grid-column: 12/-11;
    }
    .col-lg-12--12 {
        grid-column: 12/-12;
    }
    .col-lg-12-auto {
        grid-column: 12/auto;
    }
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .col-xlg-1 {
        grid-column: span 1;
    }
    .col-xlg-2 {
        grid-column: span 2;
    }
    .col-xlg-3 {
        grid-column: span 3;
    }
    .col-xlg-4 {
        grid-column: span 4;
    }
    .col-xlg-5 {
        grid-column: span 5;
    }
    .col-xlg-6 {
        grid-column: span 6;
    }
    .col-xlg-7 {
        grid-column: span 7;
    }
    .col-xlg-8 {
        grid-column: span 8;
    }
    .col-xlg-9 {
        grid-column: span 9;
    }
    .col-xlg-10 {
        grid-column: span 10;
    }
    .col-xlg-11 {
        grid-column: span 11;
    }
    .col-xlg-12 {
        grid-column: span 12;
    }
    .col-xlg-1-2 {
        grid-column: 1/2;
    }
    .col-xlg-1-3 {
        grid-column: 1/3;
    }
    .col-xlg-1-4 {
        grid-column: 1/4;
    }
    .col-xlg-1-5 {
        grid-column: 1/5;
    }
    .col-xlg-1-6 {
        grid-column: 1/6;
    }
    .col-xlg-1-7 {
        grid-column: 1/7;
    }
    .col-xlg-1-8 {
        grid-column: 1/8;
    }
    .col-xlg-1-9 {
        grid-column: 1/9;
    }
    .col-xlg-1-10 {
        grid-column: 1/10;
    }
    .col-xlg-1-11 {
        grid-column: 1/11;
    }
    .col-xlg-1-12 {
        grid-column: 1/12;
    }
    .col-xlg-1-13 {
        grid-column: 1/13;
    }
    .col-xlg-1--1 {
        grid-column: 1/-1;
    }
    .col-xlg-1--2 {
        grid-column: 1/-2;
    }
    .col-xlg-1--3 {
        grid-column: 1/-3;
    }
    .col-xlg-1--4 {
        grid-column: 1/-4;
    }
    .col-xlg-1--5 {
        grid-column: 1/-5;
    }
    .col-xlg-1--6 {
        grid-column: 1/-6;
    }
    .col-xlg-1--7 {
        grid-column: 1/-7;
    }
    .col-xlg-1--8 {
        grid-column: 1/-8;
    }
    .col-xlg-1--9 {
        grid-column: 1/-9;
    }
    .col-xlg-1--10 {
        grid-column: 1/-10;
    }
    .col-xlg-1--11 {
        grid-column: 1/-11;
    }
    .col-xlg-1--12 {
        grid-column: 1/-12;
    }
    .col-xlg-1-auto {
        grid-column: 1/auto;
    }
    .col-xlg-2-3 {
        grid-column: 2/3;
    }
    .col-xlg-2-4 {
        grid-column: 2/4;
    }
    .col-xlg-2-5 {
        grid-column: 2/5;
    }
    .col-xlg-2-6 {
        grid-column: 2/6;
    }
    .col-xlg-2-7 {
        grid-column: 2/7;
    }
    .col-xlg-2-8 {
        grid-column: 2/8;
    }
    .col-xlg-2-9 {
        grid-column: 2/9;
    }
    .col-xlg-2-10 {
        grid-column: 2/10;
    }
    .col-xlg-2-11 {
        grid-column: 2/11;
    }
    .col-xlg-2-12 {
        grid-column: 2/12;
    }
    .col-xlg-2-13 {
        grid-column: 2/13;
    }
    .col-xlg-2--1 {
        grid-column: 2/-1;
    }
    .col-xlg-2--2 {
        grid-column: 2/-2;
    }
    .col-xlg-2--3 {
        grid-column: 2/-3;
    }
    .col-xlg-2--4 {
        grid-column: 2/-4;
    }
    .col-xlg-2--5 {
        grid-column: 2/-5;
    }
    .col-xlg-2--6 {
        grid-column: 2/-6;
    }
    .col-xlg-2--7 {
        grid-column: 2/-7;
    }
    .col-xlg-2--8 {
        grid-column: 2/-8;
    }
    .col-xlg-2--9 {
        grid-column: 2/-9;
    }
    .col-xlg-2--10 {
        grid-column: 2/-10;
    }
    .col-xlg-2--11 {
        grid-column: 2/-11;
    }
    .col-xlg-2--12 {
        grid-column: 2/-12;
    }
    .col-xlg-2-auto {
        grid-column: 2/auto;
    }
    .col-xlg-3-4 {
        grid-column: 3/4;
    }
    .col-xlg-3-5 {
        grid-column: 3/5;
    }
    .col-xlg-3-6 {
        grid-column: 3/6;
    }
    .col-xlg-3-7 {
        grid-column: 3/7;
    }
    .col-xlg-3-8 {
        grid-column: 3/8;
    }
    .col-xlg-3-9 {
        grid-column: 3/9;
    }
    .col-xlg-3-10 {
        grid-column: 3/10;
    }
    .col-xlg-3-11 {
        grid-column: 3/11;
    }
    .col-xlg-3-12 {
        grid-column: 3/12;
    }
    .col-xlg-3-13 {
        grid-column: 3/13;
    }
    .col-xlg-3--1 {
        grid-column: 3/-1;
    }
    .col-xlg-3--2 {
        grid-column: 3/-2;
    }
    .col-xlg-3--3 {
        grid-column: 3/-3;
    }
    .col-xlg-3--4 {
        grid-column: 3/-4;
    }
    .col-xlg-3--5 {
        grid-column: 3/-5;
    }
    .col-xlg-3--6 {
        grid-column: 3/-6;
    }
    .col-xlg-3--7 {
        grid-column: 3/-7;
    }
    .col-xlg-3--8 {
        grid-column: 3/-8;
    }
    .col-xlg-3--9 {
        grid-column: 3/-9;
    }
    .col-xlg-3--10 {
        grid-column: 3/-10;
    }
    .col-xlg-3--11 {
        grid-column: 3/-11;
    }
    .col-xlg-3--12 {
        grid-column: 3/-12;
    }
    .col-xlg-3-auto {
        grid-column: 3/auto;
    }
    .col-xlg-4-5 {
        grid-column: 4/5;
    }
    .col-xlg-4-6 {
        grid-column: 4/6;
    }
    .col-xlg-4-7 {
        grid-column: 4/7;
    }
    .col-xlg-4-8 {
        grid-column: 4/8;
    }
    .col-xlg-4-9 {
        grid-column: 4/9;
    }
    .col-xlg-4-10 {
        grid-column: 4/10;
    }
    .col-xlg-4-11 {
        grid-column: 4/11;
    }
    .col-xlg-4-12 {
        grid-column: 4/12;
    }
    .col-xlg-4-13 {
        grid-column: 4/13;
    }
    .col-xlg-4--1 {
        grid-column: 4/-1;
    }
    .col-xlg-4--2 {
        grid-column: 4/-2;
    }
    .col-xlg-4--3 {
        grid-column: 4/-3;
    }
    .col-xlg-4--4 {
        grid-column: 4/-4;
    }
    .col-xlg-4--5 {
        grid-column: 4/-5;
    }
    .col-xlg-4--6 {
        grid-column: 4/-6;
    }
    .col-xlg-4--7 {
        grid-column: 4/-7;
    }
    .col-xlg-4--8 {
        grid-column: 4/-8;
    }
    .col-xlg-4--9 {
        grid-column: 4/-9;
    }
    .col-xlg-4--10 {
        grid-column: 4/-10;
    }
    .col-xlg-4--11 {
        grid-column: 4/-11;
    }
    .col-xlg-4--12 {
        grid-column: 4/-12;
    }
    .col-xlg-4-auto {
        grid-column: 4/auto;
    }
    .col-xlg-5-6 {
        grid-column: 5/6;
    }
    .col-xlg-5-7 {
        grid-column: 5/7;
    }
    .col-xlg-5-8 {
        grid-column: 5/8;
    }
    .col-xlg-5-9 {
        grid-column: 5/9;
    }
    .col-xlg-5-10 {
        grid-column: 5/10;
    }
    .col-xlg-5-11 {
        grid-column: 5/11;
    }
    .col-xlg-5-12 {
        grid-column: 5/12;
    }
    .col-xlg-5-13 {
        grid-column: 5/13;
    }
    .col-xlg-5--1 {
        grid-column: 5/-1;
    }
    .col-xlg-5--2 {
        grid-column: 5/-2;
    }
    .col-xlg-5--3 {
        grid-column: 5/-3;
    }
    .col-xlg-5--4 {
        grid-column: 5/-4;
    }
    .col-xlg-5--5 {
        grid-column: 5/-5;
    }
    .col-xlg-5--6 {
        grid-column: 5/-6;
    }
    .col-xlg-5--7 {
        grid-column: 5/-7;
    }
    .col-xlg-5--8 {
        grid-column: 5/-8;
    }
    .col-xlg-5--9 {
        grid-column: 5/-9;
    }
    .col-xlg-5--10 {
        grid-column: 5/-10;
    }
    .col-xlg-5--11 {
        grid-column: 5/-11;
    }
    .col-xlg-5--12 {
        grid-column: 5/-12;
    }
    .col-xlg-5-auto {
        grid-column: 5/auto;
    }
    .col-xlg-6-7 {
        grid-column: 6/7;
    }
    .col-xlg-6-8 {
        grid-column: 6/8;
    }
    .col-xlg-6-9 {
        grid-column: 6/9;
    }
    .col-xlg-6-10 {
        grid-column: 6/10;
    }
    .col-xlg-6-11 {
        grid-column: 6/11;
    }
    .col-xlg-6-12 {
        grid-column: 6/12;
    }
    .col-xlg-6-13 {
        grid-column: 6/13;
    }
    .col-xlg-6--1 {
        grid-column: 6/-1;
    }
    .col-xlg-6--2 {
        grid-column: 6/-2;
    }
    .col-xlg-6--3 {
        grid-column: 6/-3;
    }
    .col-xlg-6--4 {
        grid-column: 6/-4;
    }
    .col-xlg-6--5 {
        grid-column: 6/-5;
    }
    .col-xlg-6--6 {
        grid-column: 6/-6;
    }
    .col-xlg-6--7 {
        grid-column: 6/-7;
    }
    .col-xlg-6--8 {
        grid-column: 6/-8;
    }
    .col-xlg-6--9 {
        grid-column: 6/-9;
    }
    .col-xlg-6--10 {
        grid-column: 6/-10;
    }
    .col-xlg-6--11 {
        grid-column: 6/-11;
    }
    .col-xlg-6--12 {
        grid-column: 6/-12;
    }
    .col-xlg-6-auto {
        grid-column: 6/auto;
    }
    .col-xlg-7-8 {
        grid-column: 7/8;
    }
    .col-xlg-7-9 {
        grid-column: 7/9;
    }
    .col-xlg-7-10 {
        grid-column: 7/10;
    }
    .col-xlg-7-11 {
        grid-column: 7/11;
    }
    .col-xlg-7-12 {
        grid-column: 7/12;
    }
    .col-xlg-7-13 {
        grid-column: 7/13;
    }
    .col-xlg-7--1 {
        grid-column: 7/-1;
    }
    .col-xlg-7--2 {
        grid-column: 7/-2;
    }
    .col-xlg-7--3 {
        grid-column: 7/-3;
    }
    .col-xlg-7--4 {
        grid-column: 7/-4;
    }
    .col-xlg-7--5 {
        grid-column: 7/-5;
    }
    .col-xlg-7--6 {
        grid-column: 7/-6;
    }
    .col-xlg-7--7 {
        grid-column: 7/-7;
    }
    .col-xlg-7--8 {
        grid-column: 7/-8;
    }
    .col-xlg-7--9 {
        grid-column: 7/-9;
    }
    .col-xlg-7--10 {
        grid-column: 7/-10;
    }
    .col-xlg-7--11 {
        grid-column: 7/-11;
    }
    .col-xlg-7--12 {
        grid-column: 7/-12;
    }
    .col-xlg-7-auto {
        grid-column: 7/auto;
    }
    .col-xlg-8-9 {
        grid-column: 8/9;
    }
    .col-xlg-8-10 {
        grid-column: 8/10;
    }
    .col-xlg-8-11 {
        grid-column: 8/11;
    }
    .col-xlg-8-12 {
        grid-column: 8/12;
    }
    .col-xlg-8-13 {
        grid-column: 8/13;
    }
    .col-xlg-8--1 {
        grid-column: 8/-1;
    }
    .col-xlg-8--2 {
        grid-column: 8/-2;
    }
    .col-xlg-8--3 {
        grid-column: 8/-3;
    }
    .col-xlg-8--4 {
        grid-column: 8/-4;
    }
    .col-xlg-8--5 {
        grid-column: 8/-5;
    }
    .col-xlg-8--6 {
        grid-column: 8/-6;
    }
    .col-xlg-8--7 {
        grid-column: 8/-7;
    }
    .col-xlg-8--8 {
        grid-column: 8/-8;
    }
    .col-xlg-8--9 {
        grid-column: 8/-9;
    }
    .col-xlg-8--10 {
        grid-column: 8/-10;
    }
    .col-xlg-8--11 {
        grid-column: 8/-11;
    }
    .col-xlg-8--12 {
        grid-column: 8/-12;
    }
    .col-xlg-8-auto {
        grid-column: 8/auto;
    }
    .col-xlg-9-10 {
        grid-column: 9/10;
    }
    .col-xlg-9-11 {
        grid-column: 9/11;
    }
    .col-xlg-9-12 {
        grid-column: 9/12;
    }
    .col-xlg-9-13 {
        grid-column: 9/13;
    }
    .col-xlg-9--1 {
        grid-column: 9/-1;
    }
    .col-xlg-9--2 {
        grid-column: 9/-2;
    }
    .col-xlg-9--3 {
        grid-column: 9/-3;
    }
    .col-xlg-9--4 {
        grid-column: 9/-4;
    }
    .col-xlg-9--5 {
        grid-column: 9/-5;
    }
    .col-xlg-9--6 {
        grid-column: 9/-6;
    }
    .col-xlg-9--7 {
        grid-column: 9/-7;
    }
    .col-xlg-9--8 {
        grid-column: 9/-8;
    }
    .col-xlg-9--9 {
        grid-column: 9/-9;
    }
    .col-xlg-9--10 {
        grid-column: 9/-10;
    }
    .col-xlg-9--11 {
        grid-column: 9/-11;
    }
    .col-xlg-9--12 {
        grid-column: 9/-12;
    }
    .col-xlg-9-auto {
        grid-column: 9/auto;
    }
    .col-xlg-10-11 {
        grid-column: 10/11;
    }
    .col-xlg-10-12 {
        grid-column: 10/12;
    }
    .col-xlg-10-13 {
        grid-column: 10/13;
    }
    .col-xlg-10--1 {
        grid-column: 10/-1;
    }
    .col-xlg-10--2 {
        grid-column: 10/-2;
    }
    .col-xlg-10--3 {
        grid-column: 10/-3;
    }
    .col-xlg-10--4 {
        grid-column: 10/-4;
    }
    .col-xlg-10--5 {
        grid-column: 10/-5;
    }
    .col-xlg-10--6 {
        grid-column: 10/-6;
    }
    .col-xlg-10--7 {
        grid-column: 10/-7;
    }
    .col-xlg-10--8 {
        grid-column: 10/-8;
    }
    .col-xlg-10--9 {
        grid-column: 10/-9;
    }
    .col-xlg-10--10 {
        grid-column: 10/-10;
    }
    .col-xlg-10--11 {
        grid-column: 10/-11;
    }
    .col-xlg-10--12 {
        grid-column: 10/-12;
    }
    .col-xlg-10-auto {
        grid-column: 10/auto;
    }
    .col-xlg-11-12 {
        grid-column: 11/12;
    }
    .col-xlg-11-13 {
        grid-column: 11/13;
    }
    .col-xlg-11--1 {
        grid-column: 11/-1;
    }
    .col-xlg-11--2 {
        grid-column: 11/-2;
    }
    .col-xlg-11--3 {
        grid-column: 11/-3;
    }
    .col-xlg-11--4 {
        grid-column: 11/-4;
    }
    .col-xlg-11--5 {
        grid-column: 11/-5;
    }
    .col-xlg-11--6 {
        grid-column: 11/-6;
    }
    .col-xlg-11--7 {
        grid-column: 11/-7;
    }
    .col-xlg-11--8 {
        grid-column: 11/-8;
    }
    .col-xlg-11--9 {
        grid-column: 11/-9;
    }
    .col-xlg-11--10 {
        grid-column: 11/-10;
    }
    .col-xlg-11--11 {
        grid-column: 11/-11;
    }
    .col-xlg-11--12 {
        grid-column: 11/-12;
    }
    .col-xlg-11-auto {
        grid-column: 11/auto;
    }
    .col-xlg-12-13 {
        grid-column: 12/13;
    }
    .col-xlg-12--1 {
        grid-column: 12/-1;
    }
    .col-xlg-12--2 {
        grid-column: 12/-2;
    }
    .col-xlg-12--3 {
        grid-column: 12/-3;
    }
    .col-xlg-12--4 {
        grid-column: 12/-4;
    }
    .col-xlg-12--5 {
        grid-column: 12/-5;
    }
    .col-xlg-12--6 {
        grid-column: 12/-6;
    }
    .col-xlg-12--7 {
        grid-column: 12/-7;
    }
    .col-xlg-12--8 {
        grid-column: 12/-8;
    }
    .col-xlg-12--9 {
        grid-column: 12/-9;
    }
    .col-xlg-12--10 {
        grid-column: 12/-10;
    }
    .col-xlg-12--11 {
        grid-column: 12/-11;
    }
    .col-xlg-12--12 {
        grid-column: 12/-12;
    }
    .col-xlg-12-auto {
        grid-column: 12/auto;
    }
    .d-xlg-none {
        display: none !important;
    }
    .d-xlg-inline {
        display: inline !important;
    }
    .d-xlg-inline-block {
        display: inline-block !important;
    }
    .d-xlg-block {
        display: block !important;
    }
    .d-xlg-table {
        display: table !important;
    }
    .d-xlg-table-row {
        display: table-row !important;
    }
    .d-xlg-table-cell {
        display: table-cell !important;
    }
    .d-xlg-flex {
        display: flex !important;
    }
    .d-xlg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1440px) {
    .col-wd-1 {
        grid-column: span 1;
    }
    .col-wd-2 {
        grid-column: span 2;
    }
    .col-wd-3 {
        grid-column: span 3;
    }
    .col-wd-4 {
        grid-column: span 4;
    }
    .col-wd-5 {
        grid-column: span 5;
    }
    .col-wd-6 {
        grid-column: span 6;
    }
    .col-wd-7 {
        grid-column: span 7;
    }
    .col-wd-8 {
        grid-column: span 8;
    }
    .col-wd-9 {
        grid-column: span 9;
    }
    .col-wd-10 {
        grid-column: span 10;
    }
    .col-wd-11 {
        grid-column: span 11;
    }
    .col-wd-12 {
        grid-column: span 12;
    }
    .col-wd-1-2 {
        grid-column: 1/2;
    }
    .col-wd-1-3 {
        grid-column: 1/3;
    }
    .col-wd-1-4 {
        grid-column: 1/4;
    }
    .col-wd-1-5 {
        grid-column: 1/5;
    }
    .col-wd-1-6 {
        grid-column: 1/6;
    }
    .col-wd-1-7 {
        grid-column: 1/7;
    }
    .col-wd-1-8 {
        grid-column: 1/8;
    }
    .col-wd-1-9 {
        grid-column: 1/9;
    }
    .col-wd-1-10 {
        grid-column: 1/10;
    }
    .col-wd-1-11 {
        grid-column: 1/11;
    }
    .col-wd-1-12 {
        grid-column: 1/12;
    }
    .col-wd-1-13 {
        grid-column: 1/13;
    }
    .col-wd-1--1 {
        grid-column: 1/-1;
    }
    .col-wd-1--2 {
        grid-column: 1/-2;
    }
    .col-wd-1--3 {
        grid-column: 1/-3;
    }
    .col-wd-1--4 {
        grid-column: 1/-4;
    }
    .col-wd-1--5 {
        grid-column: 1/-5;
    }
    .col-wd-1--6 {
        grid-column: 1/-6;
    }
    .col-wd-1--7 {
        grid-column: 1/-7;
    }
    .col-wd-1--8 {
        grid-column: 1/-8;
    }
    .col-wd-1--9 {
        grid-column: 1/-9;
    }
    .col-wd-1--10 {
        grid-column: 1/-10;
    }
    .col-wd-1--11 {
        grid-column: 1/-11;
    }
    .col-wd-1--12 {
        grid-column: 1/-12;
    }
    .col-wd-1-auto {
        grid-column: 1/auto;
    }
    .col-wd-2-3 {
        grid-column: 2/3;
    }
    .col-wd-2-4 {
        grid-column: 2/4;
    }
    .col-wd-2-5 {
        grid-column: 2/5;
    }
    .col-wd-2-6 {
        grid-column: 2/6;
    }
    .col-wd-2-7 {
        grid-column: 2/7;
    }
    .col-wd-2-8 {
        grid-column: 2/8;
    }
    .col-wd-2-9 {
        grid-column: 2/9;
    }
    .col-wd-2-10 {
        grid-column: 2/10;
    }
    .col-wd-2-11 {
        grid-column: 2/11;
    }
    .col-wd-2-12 {
        grid-column: 2/12;
    }
    .col-wd-2-13 {
        grid-column: 2/13;
    }
    .col-wd-2--1 {
        grid-column: 2/-1;
    }
    .col-wd-2--2 {
        grid-column: 2/-2;
    }
    .col-wd-2--3 {
        grid-column: 2/-3;
    }
    .col-wd-2--4 {
        grid-column: 2/-4;
    }
    .col-wd-2--5 {
        grid-column: 2/-5;
    }
    .col-wd-2--6 {
        grid-column: 2/-6;
    }
    .col-wd-2--7 {
        grid-column: 2/-7;
    }
    .col-wd-2--8 {
        grid-column: 2/-8;
    }
    .col-wd-2--9 {
        grid-column: 2/-9;
    }
    .col-wd-2--10 {
        grid-column: 2/-10;
    }
    .col-wd-2--11 {
        grid-column: 2/-11;
    }
    .col-wd-2--12 {
        grid-column: 2/-12;
    }
    .col-wd-2-auto {
        grid-column: 2/auto;
    }
    .col-wd-3-4 {
        grid-column: 3/4;
    }
    .col-wd-3-5 {
        grid-column: 3/5;
    }
    .col-wd-3-6 {
        grid-column: 3/6;
    }
    .col-wd-3-7 {
        grid-column: 3/7;
    }
    .col-wd-3-8 {
        grid-column: 3/8;
    }
    .col-wd-3-9 {
        grid-column: 3/9;
    }
    .col-wd-3-10 {
        grid-column: 3/10;
    }
    .col-wd-3-11 {
        grid-column: 3/11;
    }
    .col-wd-3-12 {
        grid-column: 3/12;
    }
    .col-wd-3-13 {
        grid-column: 3/13;
    }
    .col-wd-3--1 {
        grid-column: 3/-1;
    }
    .col-wd-3--2 {
        grid-column: 3/-2;
    }
    .col-wd-3--3 {
        grid-column: 3/-3;
    }
    .col-wd-3--4 {
        grid-column: 3/-4;
    }
    .col-wd-3--5 {
        grid-column: 3/-5;
    }
    .col-wd-3--6 {
        grid-column: 3/-6;
    }
    .col-wd-3--7 {
        grid-column: 3/-7;
    }
    .col-wd-3--8 {
        grid-column: 3/-8;
    }
    .col-wd-3--9 {
        grid-column: 3/-9;
    }
    .col-wd-3--10 {
        grid-column: 3/-10;
    }
    .col-wd-3--11 {
        grid-column: 3/-11;
    }
    .col-wd-3--12 {
        grid-column: 3/-12;
    }
    .col-wd-3-auto {
        grid-column: 3/auto;
    }
    .col-wd-4-5 {
        grid-column: 4/5;
    }
    .col-wd-4-6 {
        grid-column: 4/6;
    }
    .col-wd-4-7 {
        grid-column: 4/7;
    }
    .col-wd-4-8 {
        grid-column: 4/8;
    }
    .col-wd-4-9 {
        grid-column: 4/9;
    }
    .col-wd-4-10 {
        grid-column: 4/10;
    }
    .col-wd-4-11 {
        grid-column: 4/11;
    }
    .col-wd-4-12 {
        grid-column: 4/12;
    }
    .col-wd-4-13 {
        grid-column: 4/13;
    }
    .col-wd-4--1 {
        grid-column: 4/-1;
    }
    .col-wd-4--2 {
        grid-column: 4/-2;
    }
    .col-wd-4--3 {
        grid-column: 4/-3;
    }
    .col-wd-4--4 {
        grid-column: 4/-4;
    }
    .col-wd-4--5 {
        grid-column: 4/-5;
    }
    .col-wd-4--6 {
        grid-column: 4/-6;
    }
    .col-wd-4--7 {
        grid-column: 4/-7;
    }
    .col-wd-4--8 {
        grid-column: 4/-8;
    }
    .col-wd-4--9 {
        grid-column: 4/-9;
    }
    .col-wd-4--10 {
        grid-column: 4/-10;
    }
    .col-wd-4--11 {
        grid-column: 4/-11;
    }
    .col-wd-4--12 {
        grid-column: 4/-12;
    }
    .col-wd-4-auto {
        grid-column: 4/auto;
    }
    .col-wd-5-6 {
        grid-column: 5/6;
    }
    .col-wd-5-7 {
        grid-column: 5/7;
    }
    .col-wd-5-8 {
        grid-column: 5/8;
    }
    .col-wd-5-9 {
        grid-column: 5/9;
    }
    .col-wd-5-10 {
        grid-column: 5/10;
    }
    .col-wd-5-11 {
        grid-column: 5/11;
    }
    .col-wd-5-12 {
        grid-column: 5/12;
    }
    .col-wd-5-13 {
        grid-column: 5/13;
    }
    .col-wd-5--1 {
        grid-column: 5/-1;
    }
    .col-wd-5--2 {
        grid-column: 5/-2;
    }
    .col-wd-5--3 {
        grid-column: 5/-3;
    }
    .col-wd-5--4 {
        grid-column: 5/-4;
    }
    .col-wd-5--5 {
        grid-column: 5/-5;
    }
    .col-wd-5--6 {
        grid-column: 5/-6;
    }
    .col-wd-5--7 {
        grid-column: 5/-7;
    }
    .col-wd-5--8 {
        grid-column: 5/-8;
    }
    .col-wd-5--9 {
        grid-column: 5/-9;
    }
    .col-wd-5--10 {
        grid-column: 5/-10;
    }
    .col-wd-5--11 {
        grid-column: 5/-11;
    }
    .col-wd-5--12 {
        grid-column: 5/-12;
    }
    .col-wd-5-auto {
        grid-column: 5/auto;
    }
    .col-wd-6-7 {
        grid-column: 6/7;
    }
    .col-wd-6-8 {
        grid-column: 6/8;
    }
    .col-wd-6-9 {
        grid-column: 6/9;
    }
    .col-wd-6-10 {
        grid-column: 6/10;
    }
    .col-wd-6-11 {
        grid-column: 6/11;
    }
    .col-wd-6-12 {
        grid-column: 6/12;
    }
    .col-wd-6-13 {
        grid-column: 6/13;
    }
    .col-wd-6--1 {
        grid-column: 6/-1;
    }
    .col-wd-6--2 {
        grid-column: 6/-2;
    }
    .col-wd-6--3 {
        grid-column: 6/-3;
    }
    .col-wd-6--4 {
        grid-column: 6/-4;
    }
    .col-wd-6--5 {
        grid-column: 6/-5;
    }
    .col-wd-6--6 {
        grid-column: 6/-6;
    }
    .col-wd-6--7 {
        grid-column: 6/-7;
    }
    .col-wd-6--8 {
        grid-column: 6/-8;
    }
    .col-wd-6--9 {
        grid-column: 6/-9;
    }
    .col-wd-6--10 {
        grid-column: 6/-10;
    }
    .col-wd-6--11 {
        grid-column: 6/-11;
    }
    .col-wd-6--12 {
        grid-column: 6/-12;
    }
    .col-wd-6-auto {
        grid-column: 6/auto;
    }
    .col-wd-7-8 {
        grid-column: 7/8;
    }
    .col-wd-7-9 {
        grid-column: 7/9;
    }
    .col-wd-7-10 {
        grid-column: 7/10;
    }
    .col-wd-7-11 {
        grid-column: 7/11;
    }
    .col-wd-7-12 {
        grid-column: 7/12;
    }
    .col-wd-7-13 {
        grid-column: 7/13;
    }
    .col-wd-7--1 {
        grid-column: 7/-1;
    }
    .col-wd-7--2 {
        grid-column: 7/-2;
    }
    .col-wd-7--3 {
        grid-column: 7/-3;
    }
    .col-wd-7--4 {
        grid-column: 7/-4;
    }
    .col-wd-7--5 {
        grid-column: 7/-5;
    }
    .col-wd-7--6 {
        grid-column: 7/-6;
    }
    .col-wd-7--7 {
        grid-column: 7/-7;
    }
    .col-wd-7--8 {
        grid-column: 7/-8;
    }
    .col-wd-7--9 {
        grid-column: 7/-9;
    }
    .col-wd-7--10 {
        grid-column: 7/-10;
    }
    .col-wd-7--11 {
        grid-column: 7/-11;
    }
    .col-wd-7--12 {
        grid-column: 7/-12;
    }
    .col-wd-7-auto {
        grid-column: 7/auto;
    }
    .col-wd-8-9 {
        grid-column: 8/9;
    }
    .col-wd-8-10 {
        grid-column: 8/10;
    }
    .col-wd-8-11 {
        grid-column: 8/11;
    }
    .col-wd-8-12 {
        grid-column: 8/12;
    }
    .col-wd-8-13 {
        grid-column: 8/13;
    }
    .col-wd-8--1 {
        grid-column: 8/-1;
    }
    .col-wd-8--2 {
        grid-column: 8/-2;
    }
    .col-wd-8--3 {
        grid-column: 8/-3;
    }
    .col-wd-8--4 {
        grid-column: 8/-4;
    }
    .col-wd-8--5 {
        grid-column: 8/-5;
    }
    .col-wd-8--6 {
        grid-column: 8/-6;
    }
    .col-wd-8--7 {
        grid-column: 8/-7;
    }
    .col-wd-8--8 {
        grid-column: 8/-8;
    }
    .col-wd-8--9 {
        grid-column: 8/-9;
    }
    .col-wd-8--10 {
        grid-column: 8/-10;
    }
    .col-wd-8--11 {
        grid-column: 8/-11;
    }
    .col-wd-8--12 {
        grid-column: 8/-12;
    }
    .col-wd-8-auto {
        grid-column: 8/auto;
    }
    .col-wd-9-10 {
        grid-column: 9/10;
    }
    .col-wd-9-11 {
        grid-column: 9/11;
    }
    .col-wd-9-12 {
        grid-column: 9/12;
    }
    .col-wd-9-13 {
        grid-column: 9/13;
    }
    .col-wd-9--1 {
        grid-column: 9/-1;
    }
    .col-wd-9--2 {
        grid-column: 9/-2;
    }
    .col-wd-9--3 {
        grid-column: 9/-3;
    }
    .col-wd-9--4 {
        grid-column: 9/-4;
    }
    .col-wd-9--5 {
        grid-column: 9/-5;
    }
    .col-wd-9--6 {
        grid-column: 9/-6;
    }
    .col-wd-9--7 {
        grid-column: 9/-7;
    }
    .col-wd-9--8 {
        grid-column: 9/-8;
    }
    .col-wd-9--9 {
        grid-column: 9/-9;
    }
    .col-wd-9--10 {
        grid-column: 9/-10;
    }
    .col-wd-9--11 {
        grid-column: 9/-11;
    }
    .col-wd-9--12 {
        grid-column: 9/-12;
    }
    .col-wd-9-auto {
        grid-column: 9/auto;
    }
    .col-wd-10-11 {
        grid-column: 10/11;
    }
    .col-wd-10-12 {
        grid-column: 10/12;
    }
    .col-wd-10-13 {
        grid-column: 10/13;
    }
    .col-wd-10--1 {
        grid-column: 10/-1;
    }
    .col-wd-10--2 {
        grid-column: 10/-2;
    }
    .col-wd-10--3 {
        grid-column: 10/-3;
    }
    .col-wd-10--4 {
        grid-column: 10/-4;
    }
    .col-wd-10--5 {
        grid-column: 10/-5;
    }
    .col-wd-10--6 {
        grid-column: 10/-6;
    }
    .col-wd-10--7 {
        grid-column: 10/-7;
    }
    .col-wd-10--8 {
        grid-column: 10/-8;
    }
    .col-wd-10--9 {
        grid-column: 10/-9;
    }
    .col-wd-10--10 {
        grid-column: 10/-10;
    }
    .col-wd-10--11 {
        grid-column: 10/-11;
    }
    .col-wd-10--12 {
        grid-column: 10/-12;
    }
    .col-wd-10-auto {
        grid-column: 10/auto;
    }
    .col-wd-11-12 {
        grid-column: 11/12;
    }
    .col-wd-11-13 {
        grid-column: 11/13;
    }
    .col-wd-11--1 {
        grid-column: 11/-1;
    }
    .col-wd-11--2 {
        grid-column: 11/-2;
    }
    .col-wd-11--3 {
        grid-column: 11/-3;
    }
    .col-wd-11--4 {
        grid-column: 11/-4;
    }
    .col-wd-11--5 {
        grid-column: 11/-5;
    }
    .col-wd-11--6 {
        grid-column: 11/-6;
    }
    .col-wd-11--7 {
        grid-column: 11/-7;
    }
    .col-wd-11--8 {
        grid-column: 11/-8;
    }
    .col-wd-11--9 {
        grid-column: 11/-9;
    }
    .col-wd-11--10 {
        grid-column: 11/-10;
    }
    .col-wd-11--11 {
        grid-column: 11/-11;
    }
    .col-wd-11--12 {
        grid-column: 11/-12;
    }
    .col-wd-11-auto {
        grid-column: 11/auto;
    }
    .col-wd-12-13 {
        grid-column: 12/13;
    }
    .col-wd-12--1 {
        grid-column: 12/-1;
    }
    .col-wd-12--2 {
        grid-column: 12/-2;
    }
    .col-wd-12--3 {
        grid-column: 12/-3;
    }
    .col-wd-12--4 {
        grid-column: 12/-4;
    }
    .col-wd-12--5 {
        grid-column: 12/-5;
    }
    .col-wd-12--6 {
        grid-column: 12/-6;
    }
    .col-wd-12--7 {
        grid-column: 12/-7;
    }
    .col-wd-12--8 {
        grid-column: 12/-8;
    }
    .col-wd-12--9 {
        grid-column: 12/-9;
    }
    .col-wd-12--10 {
        grid-column: 12/-10;
    }
    .col-wd-12--11 {
        grid-column: 12/-11;
    }
    .col-wd-12--12 {
        grid-column: 12/-12;
    }
    .col-wd-12-auto {
        grid-column: 12/auto;
    }
    .d-wd-none {
        display: none !important;
    }
    .d-wd-inline {
        display: inline !important;
    }
    .d-wd-inline-block {
        display: inline-block !important;
    }
    .d-wd-block {
        display: block !important;
    }
    .d-wd-table {
        display: table !important;
    }
    .d-wd-table-row {
        display: table-row !important;
    }
    .d-wd-table-cell {
        display: table-cell !important;
    }
    .d-wd-flex {
        display: flex !important;
    }
    .d-wd-inline-flex {
        display: inline-flex !important;
    }
}
:root {
    font-size: var(--fluid);
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--height-header) - 0.2rem);
}

body {
    max-width: 100%;
    width: 100vw;
    font-family: var(--font-1);
    font-size: 1.6rem;
    line-height: 150%;
    font-weight: 400;
    color: var(--color-text);
    -webkit-font-smoothing: antialiased;
    overscroll-behavior: none;
    background-color: var(--color-0);
}

a {
    color: var(--color-text);
}

.enlarge {
    position: relative;
}
.enlarge a:before,
.enlarge button:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

.swiper-slide {
    height: auto !important;
}

[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

.h1, .rte h1, .mce-content-body h1 {
    line-height: 110%;
    font-weight: 700;
    font-family: var(--font-3);
    color: var(--color-highlight-1);
    font-size: clamp(4.2rem, 78 * 100vw / var(--screen-size), 7.8rem);
}

.h2, .rte h2, .mce-content-body h2 {
    line-height: 110%;
    font-weight: 700;
    font-family: var(--font-3);
    color: var(--color-highlight-1);
    font-size: clamp(3.6rem, 48 * 100vw / var(--screen-size), 4.8rem);
}

.h2 small, .rte h2 small, .mce-content-body h2 small {
    font-size: clamp(2.6rem, 28 * 100vw / var(--screen-size), 2.8rem);
}

.h3, .rte h3, .mce-content-body h3 {
    line-height: 110%;
    font-weight: 700;
    font-family: var(--font-3);
    color: var(--color-highlight-1);
    font-size: clamp(3rem, 36 * 100vw / var(--screen-size), 3.6rem);
}

.h4, .rte h4, .mce-content-body h4 {
    line-height: 110%;
    font-weight: 400;
    font-family: var(--font-1);
    color: var(--color-highlight-1);
    font-size: clamp(2.6rem, 28 * 100vw / var(--screen-size), 2.8rem);
}

.h5, .rte h5, .mce-content-body h5 {
    line-height: 110%;
    font-weight: 400;
    font-family: var(--font-1);
    color: var(--color-highlight-1);
    font-size: clamp(2rem, 24 * 100vw / var(--screen-size), 2.4rem);
}

.text--sm, .rte .text--sm, .mce-content-body .text--sm {
    line-height: 130%;
    font-size: 1.4rem;
}

.text--md, .rte .text--md, .mce-content-body .text--md {
    line-height: 130%;
    font-size: 1.53rem;
}

.text--lg, .rte .text--lg, .mce-content-body .text--lg {
    line-height: 140%;
    font-size: 1.8rem;
}

.suptitle, .rte .suptitle, .mce-content-body .suptitle {
    line-height: 140%;
    font-weight: 400;
    font-family: var(--font-2);
    text-transform: uppercase;
    color: var(--color-highlight-1);
    font-size: 1.6rem;
}

.rte,
.mce-content-body {
    --rte-space-default: 1.5rem;
}
.rte + .rte,
.mce-content-body + .rte {
    margin-top: clamp(1.5rem, 4000vw / var(--screen-size), 4rem);
}
.rte > * + *,
.mce-content-body > * + * {
    margin-top: var(--rte-space-default);
}
.rte a:not([class]),
.mce-content-body a:not([class]) {
    text-decoration: underline;
}
.rte b,
.rte strong,
.mce-content-body b,
.mce-content-body strong {
    font-weight: 700;
    color: var(--color-text-bold);
}
.rte span[style*=background-color],
.mce-content-body span[style*=background-color] {
    padding: 0.4rem 0.8rem;
    line-height: 210%;
}
.rte > ul,
.mce-content-body > ul {
    list-style: none;
}
.rte > ul > li,
.mce-content-body > ul > li {
    padding-left: 2rem;
    position: relative;
}
.rte > ul > li:before,
.mce-content-body > ul > li:before {
    content: "";
    background-color: var(--color-highlight-2);
    position: absolute;
    top: 0.55em;
    left: 0.3rem;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 10rem;
}
.rte > ul > li + li,
.mce-content-body > ul > li + li {
    margin-top: 2.4rem;
}
.rte p,
.mce-content-body p {
    line-height: 140%;
}
.rte ul,
.mce-content-body ul {
    list-style: none;
}
.rte > * + ul,
.mce-content-body > * + ul {
    margin-top: 2.4rem;
}
.rte > ul + *,
.mce-content-body > ul + * {
    margin-top: 2.4rem;
}
.rte > * + ol,
.mce-content-body > * + ol {
    margin-top: 2.4rem;
}
.rte > ol + *,
.mce-content-body > ol + * {
    margin-top: 2.4rem;
}
.rte * + h1, .rte * + .h1,
.mce-content-body * + h1,
.mce-content-body * + .h1 {
    margin-top: clamp(4.8rem, 72 * 100vw / var(--screen-size), 7.2rem);
}
.rte h1 + *, .rte .h1 + *,
.mce-content-body h1 + *,
.mce-content-body .h1 + * {
    margin-top: clamp(4.8rem, 72 * 100vw / var(--screen-size), 7.2rem);
}
.rte * + h2, .rte * + .h2,
.mce-content-body * + h2,
.mce-content-body * + .h2 {
    margin-top: clamp(4.8rem, 64 * 100vw / var(--screen-size), 6.4rem);
}
.rte h2 + *, .rte .h2 + *,
.mce-content-body h2 + *,
.mce-content-body .h2 + * {
    margin-top: clamp(4.8rem, 64 * 100vw / var(--screen-size), 6.4rem);
}
.rte * + h3, .rte * + .h3,
.mce-content-body * + h3,
.mce-content-body * + .h3 {
    margin-top: clamp(2.4rem, 48 * 100vw / var(--screen-size), 4.8rem);
}
.rte h3 + *, .rte .h3 + *,
.mce-content-body h3 + *,
.mce-content-body .h3 + * {
    margin-top: clamp(2.4rem, 48 * 100vw / var(--screen-size), 4.8rem);
}
.rte * + .suptitle,
.mce-content-body * + .suptitle {
    margin-top: clamp(4.8rem, 64 * 100vw / var(--screen-size), 6.4rem);
}
.rte .suptitle + *,
.mce-content-body .suptitle + * {
    margin-top: clamp(1.5rem, 20 * 100vw / var(--screen-size), 2rem);
}
.rte > * + .button,
.mce-content-body > * + .button {
    margin-top: 5rem;
}
.rte .margin-default,
.mce-content-body .margin-default {
    margin-top: var(--rte-space-default);
}

.buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.button {
    --button-size: 6rem;
    display: inline-block;
}
.button__inner {
    min-width: var(--button-size);
    min-height: var(--button-size);
    width: 100%;
    padding: 1rem 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--button-background-color);
    color: var(--button-text-color);
    font-weight: 700;
    text-transform: uppercase;
    transition: var(--transition);
    font-size: 1.6rem;
    position: relative;
    overflow: hidden;
    text-align: left;
    line-height: 130%;
}
.button__inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, calc(-100% - 0.1rem), 0);
    background-color: var(--button-background-color-hover);
    transition: var(--transition);
    z-index: 2;
}
.button__inner > * {
    z-index: 3;
}
.button:not(.button--secondary):hover .button__inner {
    color: var(--button-text-color-hover);
}
.button:not(.button--secondary):hover .button__inner:after {
    transform: translate3d(0, 0, 0);
}
.button:not(.button--icon) .button__inner {
    display: flex;
    align-items: center;
    gap: 4rem;
}
.button:not(.button--icon) .button__inner svg {
    height: calc(var(--button-size) * 0.4);
    width: auto;
}
.button--icon {
    --button-icon-size: 50%;
}
.button--icon .button__inner {
    width: var(--button-size);
    height: var(--button-size);
    justify-content: center;
    padding: 0;
}
.button--icon .button__inner svg {
    width: var(--button-icon-size);
}
.button--icon.button--linkedin {
    --button-icon-size: 30%;
}
.button--icon.button--youtube {
    --button-icon-size: 45%;
}
.button--icon.button--arrow-left svg {
    transform: rotate(90deg);
}
.button--icon.button--arrow-right svg {
    transform: rotate(-90deg);
}
.button--secondary .button__inner {
    background-color: transparent;
    color: var(--button-secondary-text-color);
}
.button--secondary .button__inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.1rem solid var(--button-secondary-border-color);
    z-index: 1;
}
.button--secondary .button__inner:after {
    background-color: var(--button-secondary-background-color-hover);
}
.button--secondary:hover .button__inner {
    border-color: var(--button-secondary-background-color-hover);
    color: var(--button-secondary-text-color-hover);
}
.button--secondary:hover .button__inner:after {
    transform: translate3d(0, 0, 0);
}
.button--sm {
    --button-size: 4rem;
}
.button--xs {
    --button-size: 3.2rem;
}
.button__plus {
    display: block;
    width: 60%;
    aspect-ratio: 1/1;
    position: relative;
}
.button__plus:before, .button__plus:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 0.14rem;
    height: 100%;
    background-color: currentColor;
    transition: var(--transition);
}
.button__plus:after {
    transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.button.active .button__plus:before {
    transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.button.active .button__plus:after {
    transform: translate3d(-50%, -50%, 0) rotate(-90deg);
}

.badges {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.badge {
    font-family: var(--font-2);
    display: inline-flex;
    font-size: 1.6rem;
    line-height: 140%;
    padding: 0.2rem 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.7rem;
    text-transform: uppercase;
    gap: 0.6rem;
    color: var(--color-highlight-1);
}
.badge:not([class*=background-]) {
    background-color: rgba(255, 255, 255, 0.3);
}
.badge svg,
.badge picture {
    height: 1.2rem;
    width: auto;
}
.badge svg img,
.badge picture img {
    height: 100%;
    width: auto;
}
.badge--sm {
    font-size: 1.4rem;
}
.badge--icon {
    min-height: 3rem;
    padding: 0.2rem 1.2rem;
}

.field {
    width: 100%;
}
.field__error {
    font-size: 1.2rem;
    margin-top: 0.5rem;
    color: var(--color-error);
    display: none;
}
.field.error > .field__error {
    display: block;
}
.field__inner {
    position: relative;
}
.field--radios > .field__inner {
    display: flex;
    gap: 2rem;
}
.field--radios > .field__inner > label {
    font-family: var(--font-1);
    font-size: 1.4rem;
    color: var(--color-text);
}
.field--radios > .field__inner > ul {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    margin-top: -0.2rem;
}
.field--radios[required] > .field__inner > label:after, .field--radios:has(input:required, textarea:required) > .field__inner > label:after {
    content: "*";
    margin-left: 0.2em;
    color: var(--color-highlight-2);
}
.field--tags .field__inner > label {
    font-family: var(--font-1);
    font-size: 1.4rem;
    color: var(--color-text);
    margin-bottom: 1rem;
    display: block;
}
.field--tags .field__inner > ul {
    display: flex;
    gap: 0.7rem;
    row-gap: 0.7rem;
    flex-wrap: wrap;
}
.field--tag {
    position: relative;
}
.field--tag input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}
.field--tag label {
    position: relative;
    padding: 0.5rem 1.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 3rem;
    font-size: 1.4rem;
    line-height: 120%;
    transition: var(--transition);
    gap: 1rem;
}
.field--tag label:before {
    content: "";
    position: absolute;
    border: 0.1rem solid var(--color-text);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
    z-index: -1;
}
.field--tag label > span {
    display: block;
    width: 1rem;
    height: 1rem;
    position: relative;
}
.field--tag label > span:before, .field--tag label > span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.2rem;
    z-index: 1;
    opacity: 1;
    transition: var(--transition);
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-color: currentColor;
}
.field--tag label > span:after {
    transform: translate3d(-50%, -50%, 0) rotate(-90deg);
}
.field--tag:hover label:before, .field--tag:focus-within label:before {
    opacity: 1;
    border-color: var(--color-4);
    transition: var(--transition);
}
.field--tag:has(input:checked) label {
    color: var(--color-3);
}
.field--tag:has(input:checked) label > span:after {
    transform: translate3d(-50%, -50%, 0);
}
.field--tag:has(input:checked) label:before {
    border-color: var(--color-4);
    background-color: var(--color-4);
    opacity: 1;
}
.field--text .field__inner:before, .field--email .field__inner:before, .field--tel .field__inner:before, .field--textarea .field__inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.1rem solid var(--color-text);
    opacity: 0.2;
    z-index: 1;
    pointer-events: none;
    transition: var(--transition);
}
.field--text .field__inner label, .field--email .field__inner label, .field--tel .field__inner label, .field--textarea .field__inner label {
    position: absolute;
    top: 50%;
    left: 0.5rem;
    z-index: 1;
    pointer-events: none;
    transition: var(--transition);
    transform: translate3d(0, -50%, 0);
    transform-origin: left center;
    font-family: var(--font-1);
    font-size: 1.4rem;
    color: var(--color-text);
    padding: 0.5rem 1rem;
    background-color: var(--color-background);
    line-height: 1;
    margin-bottom: 0.1rem;
}
.field--text:has(input:required, textarea:required) .field__inner label:after, .field--email:has(input:required, textarea:required) .field__inner label:after, .field--tel:has(input:required, textarea:required) .field__inner label:after, .field--textarea:has(input:required, textarea:required) .field__inner label:after {
    content: "*";
    margin-left: 0.2em;
    color: var(--color-highlight-2);
}
.field--text:has(input:focus, input:focus-visible, input:active, input:focus-within, input:hover, textarea:focus, textarea:focus-visible, textarea:active, textarea:focus-within, textarea:hover) .field__inner:before, .field--email:has(input:focus, input:focus-visible, input:active, input:focus-within, input:hover, textarea:focus, textarea:focus-visible, textarea:active, textarea:focus-within, textarea:hover) .field__inner:before, .field--tel:has(input:focus, input:focus-visible, input:active, input:focus-within, input:hover, textarea:focus, textarea:focus-visible, textarea:active, textarea:focus-within, textarea:hover) .field__inner:before, .field--textarea:has(input:focus, input:focus-visible, input:active, input:focus-within, input:hover, textarea:focus, textarea:focus-visible, textarea:active, textarea:focus-within, textarea:hover) .field__inner:before {
    opacity: 1;
    border-color: var(--color-highlight-2);
}
.field--text:has(input:focus, input:focus-visible, input:active, input:focus-within, textarea:focus, textarea:focus-visible, textarea:active, textarea:focus-within, input:not(:placeholder-shown), textarea:not(:placeholder-shown)) .field__inner label, .field--email:has(input:focus, input:focus-visible, input:active, input:focus-within, textarea:focus, textarea:focus-visible, textarea:active, textarea:focus-within, input:not(:placeholder-shown), textarea:not(:placeholder-shown)) .field__inner label, .field--tel:has(input:focus, input:focus-visible, input:active, input:focus-within, textarea:focus, textarea:focus-visible, textarea:active, textarea:focus-within, input:not(:placeholder-shown), textarea:not(:placeholder-shown)) .field__inner label, .field--textarea:has(input:focus, input:focus-visible, input:active, input:focus-within, textarea:focus, textarea:focus-visible, textarea:active, textarea:focus-within, input:not(:placeholder-shown), textarea:not(:placeholder-shown)) .field__inner label {
    transform: translate3d(0, -50%, 0) scale(0.75);
    top: 0;
}
.field--text input,
.field--text textarea, .field--email input,
.field--email textarea, .field--tel input,
.field--tel textarea, .field--textarea input,
.field--textarea textarea {
    width: 100%;
    padding: 1.5rem;
    height: 5rem;
    font-family: var(--font-1);
    font-size: 1.4rem;
    color: var(--color-text);
    border: 0;
    z-index: 2;
    resize: none;
}
.field--text input:invalid,
.field--text textarea:invalid, .field--email input:invalid,
.field--email textarea:invalid, .field--tel input:invalid,
.field--tel textarea:invalid, .field--textarea input:invalid,
.field--textarea textarea:invalid {
    background-color: transparent;
}
.field--text input:valid,
.field--text textarea:valid, .field--email input:valid,
.field--email textarea:valid, .field--tel input:valid,
.field--tel textarea:valid, .field--textarea input:valid,
.field--textarea textarea:valid {
    background-color: transparent;
}
.field--text textarea, .field--email textarea, .field--tel textarea, .field--textarea textarea {
    height: 14rem;
}
.field--text ::placeholder, .field--email ::placeholder, .field--tel ::placeholder, .field--textarea ::placeholder {
    color: var(--color-text);
    opacity: 1;
}
.field--textarea .field__inner label {
    top: 2.5rem;
}
.field--radio {
    --radius: 10rem;
}
.field--checkbox, .field--radio {
    position: relative;
}
.field--checkbox input, .field--radio input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}
.field--checkbox input:checked + label:before, .field--radio input:checked + label:before {
    opacity: 1;
    border-color: var(--color-highlight-2);
}
.field--checkbox input:checked + label:after, .field--radio input:checked + label:after {
    transform: scale(0.5);
}
.field--checkbox input:focus + label:before, .field--checkbox input:focus-within + label:before, .field--radio input:focus + label:before, .field--radio input:focus-within + label:before {
    opacity: 1;
    border-color: var(--color-highlight-2);
}
.field--checkbox label, .field--radio label {
    width: 100%;
    font-family: var(--font-1);
    font-size: 1.4rem;
    color: var(--color-text);
    line-height: 130%;
    padding-left: 3.2rem;
    min-height: 2.2rem;
    display: inline-flex;
    align-items: center;
}
.field--checkbox label:before, .field--checkbox label:after, .field--radio label:before, .field--radio label:after {
    position: absolute;
    top: 0.15rem;
    left: 0;
    content: "";
    width: 2.2rem;
    height: 2.2rem;
    z-index: 1;
    transition: var(--transition);
    border-radius: var(--radius);
    overflow: hidden;
}
.field--checkbox label:before, .field--radio label:before {
    opacity: 0.2;
    border: 0.1rem solid var(--color-text);
}
.field--checkbox label:after, .field--radio label:after {
    background-color: var(--color-highlight-2);
    transform: scale(0);
    opacity: 1;
}
.field--checkbox label:hover:before, .field--radio label:hover:before {
    opacity: 1;
    border-color: var(--color-highlight-2);
}
.field--checkbox:has(input:required) label span:after, .field--radio:has(input:required) label span:after {
    content: "*";
    margin-left: 0.2em;
    color: var(--color-highlight-2);
}

.select {
    width: 100%;
    position: relative;
}
.select > label {
    position: absolute;
    top: 50%;
    left: 0.5rem;
    z-index: 1;
    pointer-events: none;
    transition: var(--transition);
    transform: translate3d(0, -50%, 0);
    transform-origin: left center;
    font-family: var(--font-1);
    font-size: 1.4rem;
    color: var(--color-text);
    padding: 0.5rem 1rem;
    background-color: var(--color-background);
    line-height: 1;
    margin-bottom: 0.1rem;
}
.select--required > label:after {
    content: "*";
    margin-left: 0.2em;
    color: var(--color-highlight-2);
}
.select:has(input:checked) > label {
    transform: translate3d(0, -50%, 0) scale(0.75);
    top: 0;
}
.select:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.1rem solid var(--color-text);
    opacity: 0.2;
    z-index: 1;
    pointer-events: none;
    transition: var(--transition);
}
.select > button {
    width: 100%;
    padding: 1.5rem;
    height: 5rem;
    font-family: var(--font-1);
    font-size: 1.4rem;
    color: var(--color-text);
    border: 0;
    z-index: 2;
    text-align: left;
    line-height: 1;
    position: relative;
}
.select > button span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
    padding-right: 2rem;
}
.select > button svg {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translate3d(0, -50%, 0);
    width: 1.4rem;
}
.select__expand {
    display: none;
    position: absolute;
    top: calc(100% - 0.1rem);
    z-index: 3;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    border: 0.1rem solid var(--color-highlight-2);
    background-color: var(--color-background);
    max-height: 30rem;
    overflow-y: auto;
}
.select__expand ul {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.select:hover:before, .select.active:before, .select:focus-within:before, .select:focus-visible:before {
    opacity: 1;
    border-color: var(--color-highlight-2);
}
.select.active > button svg {
    transform: translate3d(0, -50%, 0) rotate(180deg);
}
.select.active .select__expand {
    display: block;
}

.card-fund {
    position: relative;
}
.card-fund__expand {
    display: none;
}
.card-fund.expanded .card-fund__expand {
    display: block;
}
.card-fund__background {
    position: relative;
    display: block;
    aspect-ratio: 484/149;
    width: 100%;
    overflow: hidden;
}
.card-fund__background:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: var(--color-highlight-3);
    -webkit-mask-size: 17.4% auto !important;
    mask-size: 17.4% auto !important;
    -webkit-mask: url(/wp-content/themes/tikehau/assets/img/pattern2.svg) repeat 3rem 3rem;
    mask: url(/wp-content/themes/tikehau/assets/img/pattern2.svg) repeat 3rem 3rem;
}
.card-fund__background--bottom {
    margin-top: 3rem;
    aspect-ratio: initial;
    height: 3rem;
}
.card-fund__inner {
    background-color: inherit;
    padding: 3rem 1.5rem;
    width: calc(100% - 3rem);
    margin-left: 1.5rem;
    margin-top: -3rem;
    position: relative;
    z-index: 2;
}
@media (min-width: 768px) {
    .card-fund__inner {
        padding: 3rem 2rem;
        width: calc(100% - 4rem);
        margin-left: 2rem;
    }
}
@media (min-width: 1025px) {
    .card-fund__inner {
        width: calc(100% - 6rem);
        margin-left: 3rem;
    }
}
.card-fund__header {
    text-align: center;
}
.card-fund__header .rte ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.card-fund__header .badge {
    margin-bottom: 1.5rem;
}
.card-fund__header .h3 {
    margin-bottom: 2rem;
}
.card-fund__header > .button {
    margin-top: 1.5rem;
}
.card-fund__items {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.card-fund__items > li {
    border-top: 0.1rem solid var(--color-border);
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding-top: 1rem;
}
.card-fund__items > li span {
    font-size: 1.4rem;
    line-height: 110%;
    display: inline-block;
}
.card-fund__items > li p {
    font-size: 3rem;
    font-weight: 700;
    color: var(--color-3);
}
.card-fund__items > li img {
    height: 6rem;
    width: auto;
    align-self: flex-start;
    margin-top: -1.5rem;
    margin-bottom: -2.1rem;
    margin-left: -1.5rem;
}
.card-fund > .button {
    width: calc(100% - 6rem);
    margin-left: 3rem;
}

.risk-levels {
    display: flex;
    align-items: center;
}
.risk-levels > li {
    background-color: #EFE5DE;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.risk-levels > li.active {
    background-color: var(--color-3);
    color: var(--color-0);
    font-weight: 700;
    height: 3.5rem;
    width: 3.5rem;
}

.card-article {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    height: 100%;
}
.card-article:hover picture:before {
    opacity: 0.6;
}
.card-article:hover picture img {
    transform: scale(1.1);
}
.card-article:hover .card-article__cover svg {
    transform: translate3d(-50%, -50%, 0) scale(1);
}
.card-article:hover .card-article__cover:before {
    transform: translate3d(-50%, -50%, 0) scale(0.75);
}
.card-article picture {
    aspect-ratio: 740/436;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: var(--color-3);
}
.card-article picture:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-3);
    opacity: 0;
    transition: var(--transition);
    z-index: 1;
}
.card-article picture img {
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
    z-index: 0;
}
.card-article picture + .badges {
    margin-top: -1.4rem;
}
.card-article__cover {
    position: relative;
}
.card-article__cover picture:before {
    opacity: 0.3;
}
.card-article__cover:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(1);
    width: 9.8rem;
    height: 9.8rem;
    border: 0.1rem solid var(--color-0);
    border-radius: 100rem;
    transition: var(--transition);
    z-index: 2;
}
.card-article__cover svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0.4);
    width: 5.2rem;
    color: var(--color-0);
    transition: var(--transition);
    z-index: 2;
}
.card-article .h4 {
    margin-bottom: 2rem;
}
.card-article .badges {
    position: relative;
    z-index: 2;
    margin-bottom: 3.5rem;
}

.accordion {
    --accordion-height: 7rem;
    --accordion-offset: 2rem;
    --accordion-padding: 2rem;
}
@media (min-width: 1440px) {
    .accordion {
        --accordion-offset: 3rem;
    }
}
@media (min-width: 1920px) {
    .accordion {
        --accordion-offset: 4rem;
    }
}
.accordion {
    width: 100%;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}
.accordion + .accordion {
    margin-top: -0.1rem;
}
.accordion:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--accordion-background-color);
    z-index: 1;
    transition: var(--transition);
    transform: translate3d(0, -100%, 0);
    pointer-events: none;
}
.accordion:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.1rem solid var(--accordion-border-color);
    z-index: 3;
    pointer-events: none;
}
.accordion > button {
    padding: clamp(var(--accordion-padding), 3000vw / var(--screen-size), 3rem);
    text-align: left;
    transition: var(--transition);
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: var(--accordion-height);
}
.accordion > button .h5 {
    display: inline-block;
    padding-right: 5rem;
    transition: var(--transition);
    width: 100%;
}
@media (min-width: 768px) {
    .accordion > button .h5 {
        padding-right: 7rem;
    }
}
.accordion > button .button {
    position: absolute;
    top: 50%;
    right: clamp(var(--accordion-padding), 3000vw / var(--screen-size), 3rem);
    transform: translate3d(0, -50%, 0);
}
.accordion__expand {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: var(--transition);
    position: relative;
    z-index: 2;
    transition-delay: 0.2s;
}
.accordion__expand__inner {
    overflow: hidden;
    opacity: 0;
    transition: var(--transition);
    transform: translate3d(0, 2rem, 0);
}
@media (min-width: 768px) {
    .accordion__expand__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.accordion__expand__inner .rte {
    padding: 1rem clamp(var(--accordion-padding), 3000vw / var(--screen-size), 3rem) clamp(var(--accordion-padding), 3000vw / var(--screen-size), 3rem);
}
@media (min-width: 768px) {
    .accordion__expand__inner {
        padding-top: 0;
    }
}
@media (min-width: 768px) {
    .accordion:hover {
        width: calc(100% + var(--accordion-offset));
        --color-highlight-1: var(--accordion-title-color);
    }
    .accordion:hover:before {
        transform: translate3d(0, 0, 0);
    }
    .accordion:hover > button .h5 {
        width: calc(100% - var(--accordion-offset));
    }
}
@media (min-width: 768px) and (min-width: 768px) {
    .accordion:hover > button .h5 {
        padding-right: 5rem;
        padding-left: 2rem;
    }
}
.accordion.active {
    --color-highlight-1: var(--accordion-title-color);
}
.accordion.active:before {
    transform: translate3d(0, 0, 0);
}
.accordion.active .accordion__expand {
    grid-template-rows: 1fr;
    transition-delay: 0s;
}
.accordion.active .accordion__expand__inner {
    opacity: 1;
    transition-delay: 0.2s;
    transform: translate3d(0, 0, 0);
}
.accordion.active > button .button__plus:before {
    transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.accordion.active > button .button__plus:after {
    transform: translate3d(-50%, -50%, 0) rotate(-90deg);
}
@media (min-width: 768px) {
    .accordion.active {
        width: calc(100% + var(--accordion-offset));
    }
    .accordion.active > button .h5 {
        width: calc(100% - var(--accordion-offset));
    }
}
@media (min-width: 768px) and (min-width: 768px) {
    .accordion.active > button .h5 {
        padding-right: 5rem;
        padding-left: 2rem;
    }
}

.form {
    padding: 5rem clamp(1.5rem, 5000vw / var(--screen-size), 5rem);
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
}
.form--2 {
    gap: 2rem;
}
.form--2 .form__mention {
    margin-top: 2.5rem;
}
.form.validation {
    justify-content: center;
}
.form.validation > .h3, .form.validation > .form__mention {
    display: none;
}
.form__title {
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 1.8rem;
}
.form__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    grid-row-gap: 1.5rem;
}
.form__fields > .span-2 {
    grid-column: span 2;
}
.form .button {
    width: 100%;
}
.form__mention {
    --rte-space-default: 0.5rem;
    color: #A3A3B9;
}
.form__mention .rte {
    margin-top: 0.5rem;
}
.form__mention .rte p {
    color: #A3A3B9;
}

.card-content {
    padding: clamp(2.5rem, 5000vw / var(--screen-size), 5rem) clamp(2.5rem, 4000vw / var(--screen-size), 4rem);
    height: 100%;
}

.header {
    --border-color: var(--color-6);
    height: var(--height-header);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    border-bottom: 0.1rem solid var(--border-color);
}
.header__top {
    height: var(--height-header-main);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__top__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__top__content .button {
    --button-size: var(--height-header-main);
    border-left: 0.1rem solid var(--border-color);
}
@media (max-width: 1024px) {
    .header__top__content .button {
        display: none;
    }
}
.header__top__content .button__inner {
    padding-left: 5rem;
    padding-right: 5rem;
    gap: 8rem !important;
}
.header__top__content .button__inner:before {
    display: none;
}
.header__top__logo {
    display: flex;
    gap: 3rem;
    align-items: center;
}
.header__top__logo svg {
    width: auto;
    color: var(--color-highlight-1);
    height: 2.6rem;
}
@media (min-width: 768px) {
    .header__top__logo svg {
        height: 3rem;
    }
}
.header__top__logo p {
    line-height: 110%;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-highlight-1);
}
@media (min-width: 768px) {
    .header__top__logo p {
        font-size: 1.6rem;
    }
}
.header__bottom {
    border-top: 0.1rem solid var(--border-color);
    height: var(--height-header-secondary);
    display: flex;
    align-items: center;
}
.header__bottom ul li a,
.header__bottom ul li button {
    text-transform: uppercase;
    font-family: var(--font-2);
    transition: var(--transition);
    color: var(--color-highlight-1);
    padding: 0;
    height: var(--height-header-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header__bottom ul li a.active:before,
.header__bottom ul li button.active:before {
    content: "";
    width: 100%;
    height: 0.3rem;
    background-color: var(--color-highlight-2);
    position: absolute;
    bottom: 0;
    left: 0;
}
.header__bottom .swiper {
    overflow: visible;
}
.header__bottom .swiper .swiper-wrapper .swiper-slide {
    width: auto;
    display: flex;
    align-items: center;
}

.footer {
    --footer-y: clamp(6rem, calc(80 * 100vw / var(--screen-size)), 8rem);
    --footer-y-sm: clamp(4rem, calc(60 * 100vw / var(--screen-size)), 6rem);
    --footer-y-xs: 4rem;
}
.footer__content {
    width: 85%;
}
.footer__inner {
    display: grid;
    grid-template-columns: 46fr 54fr;
    grid-gap: 6rem;
}
.footer__main {
    padding: var(--footer-y) 0;
}
.footer__disclaimer {
    padding: var(--footer-y) 0;
    position: relative;
}
.footer__disclaimer:before {
    content: "";
    position: absolute;
    top: 0;
    left: -3rem;
    width: 0.1rem;
    height: 100%;
    background-color: var(--color-border);
}
.footer__disclaimer .rte {
    opacity: 0.6;
    margin-top: 2rem;
}
.footer__logo {
    margin-bottom: 3rem;
}
.footer__logo svg {
    width: 90%;
    max-width: 30.7rem;
}
.footer__figures {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    margin-top: var(--footer-y-sm);
}
.footer__figures li {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.footer__figures li .h2 {
    line-height: 1;
}
.footer__mention {
    opacity: 0.6;
    margin-top: 2rem;
}
.footer .buttons {
    margin-top: var(--footer-y-sm);
}
.footer__secondary {
    position: relative;
    padding: var(--footer-y-xs) 0;
}
.footer__secondary:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: var(--color-border);
}
.footer__secondary__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.footer__secondary__inner ul {
    display: flex;
    gap: 2rem;
    row-gap: 0.1rem;
    flex-wrap: wrap;
}
.footer__secondary__inner ul:has(a:hover, button:hover) a, .footer__secondary__inner ul:has(a:hover, button:hover) button {
    opacity: 0.6;
}
.footer__secondary__inner ul:has(a:hover, button:hover) a:hover, .footer__secondary__inner ul:has(a:hover, button:hover) button:hover {
    opacity: 1;
}
.footer__secondary__inner ul li a,
.footer__secondary__inner ul li button {
    text-transform: uppercase;
    font-family: var(--font-2);
    transition: var(--transition);
}
.footer__copyright {
    opacity: 0.8;
}
@media (max-width: 1024px) {
    .footer .footer__inner {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .footer .footer__disclaimer:before {
        width: calc(100% + var(--grid-ext) * 2);
        height: 0.1rem;
        left: calc(var(--grid-ext) * -1);
    }
    .footer .footer__secondary__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}
@media (max-width: 575px) {
    .footer .footer__content {
        width: 100%;
    }
    .footer .footer__figures {
        grid-template-columns: 1fr;
    }
    .footer .footer__secondary__inner ul {
        flex-direction: column;
    }
}

.slider__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 4rem;
}
.slider__actions:has(.slider__prev.swiper-button-disabled):has(.slider__next.swiper-button-disabled):has(.slider__paging.swiper-pagination-lock) {
    display: none;
}
.slider__prev svg {
    transform: rotate(90deg);
}
.slider__next svg {
    transform: rotate(-90deg);
}
.slider__paging {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
}
.slider__paging > * {
    width: 5rem !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    height: 0.1rem !important;
    position: relative !important;
    opacity: 1 !important;
}
.slider__paging > *:before, .slider__paging > *:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--color-highlight-1);
}
.slider__paging > *:before {
    width: 100%;
    height: 0.1rem;
    opacity: 0.4;
}
.slider__paging > *:after {
    width: 0;
    height: 0.3rem;
    top: -0.1rem;
    background-color: var(--color-highlight-1);
    transition: var(--transition);
}
.slider__paging > *.swiper-pagination-bullet-active:after {
    right: initial;
    left: 0;
    width: 100%;
}

.card-media--video {
    position: relative;
    background-color: #000000;
    display: grid;
    grid-template-columns: 1fr;
}
.card-media--video:before {
    content: "";
    aspect-ratio: 16/9;
    width: 100%;
    grid-area: 1/1;
    align-self: flex-start;
}
.card-media--video > * {
    grid-area: 1/1;
}
.card-media--video .card-media__consent {
    background-color: rgba(25, 26, 81, 0.8);
    z-index: 100;
    padding: clamp(2rem, 5000vw / var(--screen-size), 5rem) clamp(1.5rem, 5000vw / var(--screen-size), 5rem);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    pointer-events: none;
}
.card-media--video .card-media__consent .rte > * + * {
    margin-top: var(--rte-space-default);
}
.card-media--video .card-media__consent .rte .button {
    margin-top: 3rem;
}
.card-media--video.consent .card-media__consent {
    opacity: 1;
    pointer-events: auto;
}
.card-media--video video,
.card-media--video picture {
    height: 100%;
    object-fit: cover;
    width: 100%;
    opacity: 0.6;
}
.card-media--video video img,
.card-media--video picture img {
    height: 100%;
    object-fit: cover;
}
.card-media--video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 20;
}
.card-media--video .card-media__button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 10;
}
.card-media--video .card-media__button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(1);
    width: 9.8rem;
    height: 9.8rem;
    border: 0.1rem solid var(--color-0);
    border-radius: 100rem;
    transition: var(--transition);
}
.card-media--video .card-media__button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0.4);
    width: 5.2rem;
    color: var(--color-0);
    transition: var(--transition);
}
.card-media--video .card-media__button:hover svg {
    transform: translate3d(-50%, -50%, 0) scale(1);
}
.card-media--video .card-media__button:hover:before {
    transform: translate3d(-50%, -50%, 0) scale(0.75);
}

.strate-hero-home {
    --strate-hero-home-offset: 24rem;
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 0;
    display: grid;
    align-items: flex-end;
    z-index: 200;
}
.strate-hero-home > .header {
    z-index: 0;
}
.strate-hero-home .strate-hero-home__grid__content {
    grid-row: 1;
    grid-column: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    margin-bottom: var(--strate-hero-home-offset);
    position: sticky;
    top: 0;
}
.strate-hero-home .strate-hero-home__grid__content .header {
    --border-color: rgba(255, 255, 255, 0.4);
    background-color: transparent;
}
.strate-hero-home .strate-hero-home__grid__content .header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background: linear-gradient(0, transparent 0%, #000 100%);
    opacity: 0.6;
    z-index: -1;
}
@media (min-width: 768px) {
    .strate-hero-home .strate-hero-home__grid__content .header__top__logo p {
        display: none;
    }
}
@media (min-width: 1025px) {
    .strate-hero-home .strate-hero-home__grid__content .header .swiper {
        width: 50%;
        margin-left: 0;
    }
}
@media (min-width: 1440px) {
    .strate-hero-home .strate-hero-home__grid__content .header .swiper {
        width: 100%;
    }
}
.strate-hero-home .strate-hero-home__grid__content > picture {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 100vh;
    opacity: 1;
}
.strate-hero-home .strate-hero-home__grid__content > picture:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}
.strate-hero-home .strate-hero-home__grid__content > picture:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    content: "";
    background: linear-gradient(-90deg, transparent 0%, rgba(25, 26, 84, 0.8) 100%);
    z-index: 2;
}
.strate-hero-home .strate-hero-home__grid__content > picture img {
    height: 100%;
    object-fit: cover;
}
.strate-hero-home .strate-hero-home__grid__form {
    grid-row: 1/span 2;
    grid-column: 1;
}
.strate-hero-home__content {
    position: sticky;
    top: 0;
    display: flex;
    align-items: flex-end;
    min-height: 100vh;
    padding: calc(25vh + var(--height-header)) 0 10rem;
}
@media (min-width: 1025px) {
    .strate-hero-home__content {
        align-items: center;
        padding: calc(10rem + var(--height-header)) 0 10rem;
    }
}
.strate-hero-home__content h1 {
    margin-bottom: 0;
}
.strate-hero-home__content .badges {
    margin-top: clamp(2.5rem, 3000vw / var(--screen-size), 3.5rem);
    margin-bottom: clamp(4rem, 6400vw / var(--screen-size), 6.4rem);
}
.strate-hero-home .form {
    margin-top: calc(var(--strate-hero-home-offset) + var(--height-header));
    z-index: 100;
    position: relative;
}
@media (min-width: 1025px) {
    .strate-hero-home .form {
        min-height: calc(100vh - (var(--strate-hero-home-offset) + var(--height-header)) + (var(--strate-hero-home-offset)));
    }
}
@media (max-width: 1024px) {
    .strate-hero-home {
        --strate-hero-home-offset: 0;
    }
}

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

.strate-panels {
    scroll-margin-top: calc(var(--height-header) * -1 - 20vh);
    display: grid;
    grid-template-columns: 1fr;
}
@media (max-width: 1024px) {
    .strate-panels .strate-panels__img {
        margin-top: var(--grid-row-gap);
        margin-bottom: var(--strate-y);
    }
    .strate-panels .strate-panels__img picture {
        width: calc(100% - var(--grid-ext) * 2);
        margin-left: auto;
        margin-right: auto;
    }
    .strate-panels .strate-panels__img:last-of-type {
        margin-bottom: 0;
    }
}
@media (min-width: 1025px) {
    .strate-panels > * {
        grid-row: var(--row);
        grid-column: 1;
    }
    .strate-panels picture {
        width: 50vw;
        height: 100%;
        overflow: hidden;
    }
    .strate-panels picture img {
        width: calc(100% + 1rem);
        margin-left: -0.5rem;
        height: 100%;
        object-fit: cover;
    }
    .strate-panels .strate-panels__img {
        position: sticky;
        top: calc(var(--height-header) + 4rem);
        height: calc(100vh - var(--height-header) - 4rem);
        pointer-events: none;
    }
    .strate-panels .strate-panels__inner {
        padding-top: 30vh;
        padding-bottom: 30vh;
    }
    .strate-panels .strate-panels__content {
        align-self: center;
        padding: var(--strate-y) 0;
    }
}

.strate-push {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
}
.strate-push picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}
.strate-push picture:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
    transition: var(--transition);
    z-index: 1;
}
.strate-push picture img {
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
    z-index: 0;
}
.strate-push__content {
    position: relative;
    z-index: 2;
    align-self: center;
    text-align: center;
}
.strate-push__content .rte {
    max-width: 66.4rem;
    margin-left: auto;
    margin-right: auto;
}
.strate-push:has(.button:hover) picture:before {
    background-color: var(--color-3);
    opacity: 0.6;
}
.strate-push:has(.button:hover) picture img {
    transform: scale(1.1);
}

.strate-articles__items {
    grid-row-gap: clamp(5rem, 8000vw / var(--screen-size), 8rem);
    margin-top: var(--grid-row-gap);
}
.strate-articles__pagination {
    margin-top: 8rem;
}
.strate-articles__pagination__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
}
.strate-articles__pagination ul {
    display: flex;
    gap: 2rem;
    row-gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.strate-articles__pagination ul li button,
.strate-articles__pagination ul li a,
.strate-articles__pagination ul li span {
    height: 4rem;
    padding: 0 0.5rem;
    position: relative;
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.strate-articles__pagination ul li button:before,
.strate-articles__pagination ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.3rem;
    background-color: var(--color-highlight-2);
    display: none;
}
.strate-articles__pagination ul li button:hover,
.strate-articles__pagination ul li a:hover {
    opacity: 1;
    color: var(--color-highlight-1);
}
.strate-articles__pagination ul li button.active,
.strate-articles__pagination ul li a.active {
    opacity: 1;
    font-weight: 700;
    color: var(--color-highlight-1);
}
.strate-articles__pagination ul li button.active:before,
.strate-articles__pagination ul li a.active:before {
    display: block;
}

.strate-contents__header {
    grid-row-gap: 2rem;
    align-self: flex-start;
}
.strate-contents__header__text {
    align-self: flex-end;
}
.strate-contents__items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .strate-contents__items {
        grid-template-columns: repeat(7, 1fr);
    }
    .strate-contents__items > * {
        grid-column: span 3;
    }
    .strate-contents__items > *:nth-child(4n+2), .strate-contents__items > *:nth-child(4n+3) {
        grid-column: span 4;
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .strate-contents__items {
        grid-template-columns: repeat(7, 1fr);
    }
    .strate-contents__items > * {
        grid-column: span 3;
    }
    .strate-contents__items > *:nth-child(4n+2), .strate-contents__items > *:nth-child(4n+3) {
        grid-column: span 4;
    }
}
@media (min-width: 1200px) {
    .strate-contents__items {
        grid-template-columns: repeat(10, 1fr);
    }
    .strate-contents__items > * {
        grid-column: span 3;
    }
    .strate-contents__items > *:nth-child(6n+3), .strate-contents__items > *:nth-child(6n+4) {
        grid-column: span 4;
    }
}

.strate-logos {
    --strate-logos-gap: 16rem;
    --strate-logos-height: 7rem;
    --strate-logos-width: 26rem;
    overflow: hidden;
}
.strate-logos__marquee {
    padding: 0 calc(var(--strate-logos-gap) / 2);
    display: flex;
    gap: var(--strate-logos-gap);
    width: max-content;
    will-change: transform;
}
.strate-logos__marquee picture {
    height: var(--strate-logos-size);
    max-width: var(--strate-logos-width);
    width: auto;
    flex-shrink: 0;
}
.strate-logos__marquee picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (max-width: 1199px) {
    .strate-logos {
        --strate-logos-gap: 13rem;
        --strate-logos-height: 6rem;
        --strate-logos-width: 22rem;
    }
}
@media (max-width: 1024px) {
    .strate-logos {
        --strate-logos-gap: 10rem;
        --strate-logos-height: 5rem;
        --strate-logos-width: 18rem;
    }
}
@media (max-width: 575px) {
    .strate-logos {
        --strate-logos-gap: 8rem;
        --strate-logos-height: 4rem;
        --strate-logos-width: 16rem;
    }
}

.strate-funds {
    overflow: hidden;
}
.strate-funds__header {
    grid-row-gap: 2rem;
}
.strate-funds__header .rte + .rte {
    margin-top: 0;
}
.strate-funds .swiper {
    overflow: visible;
}

.form-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background-color: var(--color-4);
    color: var(--color-3);
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 2.7rem;
    line-height: 120%;
    transition: var(--transition);
    font-size: 1.6rem;
    height: 6rem;
}
.form-button svg {
    width: 1.8rem;
    min-width: 1.8rem;
    transform: rotate(180deg);
}
@media (min-width: 1025px) {
    .form-button {
        display: none;
    }
}

.form-button-close {
    position: fixed;
    top: 2rem;
    right: 1rem;
    z-index: 10000;
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1rem solid var(--color-0);
    border-radius: 10rem;
    color: var(--color-0);
    transform: translate3d(0, -100%, 0);
    transition: var(--transition);
    opacity: 0;
    pointer-events: none;
}
.form-button-close svg {
    width: 30%;
}

.home.validation-active {
    overflow: hidden;
}
.home.validation-active .strate-form-validation {
    opacity: 1;
    pointer-events: auto;
}
@media (max-width: 1024px) {
    .home main {
        padding-bottom: 6rem;
    }
    .home .strate-hero-home:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: 0;
        z-index: 1;
        pointer-events: none;
        transition: var(--transition);
    }
    .home.form-active {
        overflow: hidden;
    }
    .home.form-active .form-button-close {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        pointer-events: auto;
    }
    .home.form-active .strate-hero-home:before {
        opacity: 0.8;
        pointer-events: auto;
    }
    .home.form-active .form-button {
        transform: translate3d(0, 100%, 0);
    }
    .home.form-active .form {
        transform: translate3d(0, 0, 0);
    }
    .home .form {
        position: fixed !important;
        bottom: 0;
        left: 0;
        width: 100vw;
        max-height: calc(100svh - 6rem - 4rem);
        z-index: 1000;
        margin: 0 !important;
        overflow: auto;
        transform: translate3d(0, 100%, 0);
        transition: var(--transition);
    }
}

@keyframes loadingAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
.loading {
    pointer-events: none;
    animation: loadingAnimation 1.5s infinite;
}

.strate-form-validation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    border: 0;
    text-align: center;
    background-color: rgba(25, 26, 81, 0.9);
    transition: var(--transition);
    pointer-events: none;
    opacity: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.strate-form-validation .grid {
    padding-top: var(--strate-y);
    padding-bottom: var(--strate-y);
    max-height: 100vh;
    overflow: auto;
}

.tooltip {
    --offset: 0px;
    line-height: 1;
    position: relative;
    height: 0.65em;
    width: 1.6rem;
    cursor: pointer;
    display: inline !important;
    -moz-column-break-before: avoid;
         break-before: avoid;
}
.tooltip svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
    color: var(--color-highlight-2);
    width: 1.6rem;
}
.tooltip__expand {
    position: absolute;
    border-radius: 1rem;
    box-shadow: 0 1.5rem 4rem 0 rgba(0, 0, 0, 0.2);
    padding: clamp(1.5rem, 3000vw / var(--screen-size), 2.5rem) clamp(1.5rem, 3000vw / var(--screen-size), 2.5rem);
    position: absolute;
    width: 25rem;
    max-width: 80vw;
    z-index: 1;
    bottom: calc(100% + 1rem);
    left: 0;
    transform: translate3d(calc(-50% + var(--offset)), 0, 0);
    display: none !important;
    z-index: 10000;
}
.tooltip:hover .tooltip__expand, .tooltip.active .tooltip__expand {
    display: block !important;
}

.swiper-slide:has(.tooltip:hover), .swiper-slide:has(.tooltip.active) {
    z-index: 100;
}

body [data-hsfc-id=Renderer] .hsfc-PostSubmit .hsfc-Step .hsfc-RichText {
    margin-top: 0 !important;
}
body [data-hsfc-id=Renderer] .hsfc-PostSubmit .hsfc-Step .hsfc-RichText > p {
    line-height: 140% !important;
    font-family: var(--font-1) !important;
    font-size: 1.6rem !important;
}
body [data-hsfc-id=Renderer] .hsfc-PostSubmit .hsfc-Step .hsfc-RichText > p:first-of-type, body [data-hsfc-id=Renderer] .hsfc-PostSubmit .hsfc-Step .hsfc-RichText > p:first-of-type > * {
    font-size: clamp(3rem, 3600vw / var(--screen-size), 3.6rem) !important;
    line-height: 110% !important;
    font-weight: 700 !important;
    font-family: var(--font-3) !important;
    color: var(--color-2) !important;
    margin-bottom: clamp(2.4rem, 4800vw / var(--screen-size), 4.8rem) !important;
}
body [data-hsfc-id=Renderer] .hsfc-Step * {
    font-family: var(--font-1) !important;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
    padding: 0;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content > .hsfc-Row:nth-of-type(11) .hsfc-RichText {
    font-size: 1.4rem;
    line-height: 130%;
    color: #A3A3B9;
    margin-top: 0;
    margin-bottom: 0;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-RadioFieldGroup__Options > *:not(:last-child) {
    margin-bottom: 0;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-RadioFieldGroup {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    grid-row-gap: 0rem;
    margin-bottom: 0;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-RadioFieldGroup label {
    margin-bottom: 0;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-RadioFieldGroup .hsfc-ErrorAlert {
    width: 100%;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-RadioFieldGroup__Options {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-bottom: 0;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-RadioFieldGroup__Options label {
    padding-left: 3.2rem;
    position: relative;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-RadioFieldGroup__Options label:before, body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-RadioFieldGroup__Options label:after {
    position: absolute;
    top: -0.25rem;
    left: 0;
    content: "";
    width: 2.2rem;
    height: 2.2rem;
    z-index: 1;
    transition: var(--transition);
    border-radius: var(--radius);
    overflow: hidden;
    border-radius: 10rem;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-RadioFieldGroup__Options label:before {
    opacity: 0.2;
    border: 0.1rem solid var(--color-text);
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-RadioFieldGroup__Options label:after {
    background-color: var(--color-highlight-2);
    transform: scale(0);
    opacity: 1;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-RadioFieldGroup__Options label input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-RadioFieldGroup__Options label:hover:before {
    opacity: 1;
    border-color: var(--color-highlight-2);
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-RadioFieldGroup__Options label:has(input:checked):before {
    opacity: 1;
    border-color: var(--color-highlight-2);
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-RadioFieldGroup__Options label:has(input:checked):after {
    transform: scale(0.5);
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-RichText {
    color: var(--color-text);
    font-weight: 500;
    font-size: 1.8rem;
    margin-top: 2.5rem;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-FieldLabel {
    color: var(--color-text);
    font-size: 1.4rem;
    line-height: 130%;
    position: relative;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-FieldLabel:has(span:empty) {
    display: none;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-FieldLabel:has(input[type=checkbox]) {
    padding-left: 3.2rem;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-FieldLabel:has(input[type=checkbox]):before, body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-FieldLabel:has(input[type=checkbox]):after {
    position: absolute;
    top: -0.25rem;
    left: 0;
    content: "";
    width: 2.2rem;
    height: 2.2rem;
    z-index: 1;
    transition: var(--transition);
    border-radius: var(--radius);
    overflow: hidden;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-FieldLabel:has(input[type=checkbox]):before {
    opacity: 0.2;
    border: 0.1rem solid var(--color-text);
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-FieldLabel:has(input[type=checkbox]):after {
    background-color: var(--color-highlight-2);
    transform: scale(0);
    opacity: 1;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-FieldLabel:has(input[type=checkbox]) input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-FieldLabel:has(input[type=checkbox]):hover:before {
    opacity: 1;
    border-color: var(--color-highlight-2);
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-FieldLabel:has(input[type=checkbox]):has(input:checked):before {
    opacity: 1;
    border-color: var(--color-highlight-2);
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-FieldLabel:has(input[type=checkbox]):has(input:checked):after {
    transform: scale(0.5);
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-DropdownInput > input {
    background-color: transparent;
    border-radius: 0;
    border: 0.1rem solid #5E5F85;
    color: var(--color-text);
    padding-right: 4rem;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-DropdownInput:has(.hsfc-DropdownOptions .hsfc-TextInput:focus) > input, body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-DropdownInput:focus-within > input {
    border-color: var(--color-highlight-2);
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-DropdownInput__Caret {
    padding: 0;
    width: 1.4rem;
    right: 1.5rem;
    background-size: contain;
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
    background-color: var(--color-highlight-1);
    -webkit-mask: url(/wp-content/themes/tikehau/assets/img/arrow-bottom.svg) no-repeat 50% 50%;
    mask: url(/wp-content/themes/tikehau/assets/img/arrow-bottom.svg) no-repeat 50% 50%;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-DropdownInput__Caret > span {
    display: none;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-DropdownOptions {
    top: 4.9rem !important;
    border-radius: 0;
    border: 0.1rem solid var(--color-highlight-2);
    background-color: var(--color-3);
    color: var(--color-0);
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-DropdownOptions__List__ListItem {
    background-color: var(--color-3);
    color: var(--color-0);
    padding: 1.5rem;
    font-size: 1.4rem;
    line-height: 130%;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-DropdownOptions__Search {
    padding: 1.5rem 1.5rem 0.75rem;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-PhoneInput:has(.hsfc-PhoneInput__FlagAndCaret:focus) .hsfc-PhoneInput__FlagAndCaret, body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-PhoneInput:focus-within .hsfc-PhoneInput__FlagAndCaret, body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-PhoneInput:hover .hsfc-PhoneInput__FlagAndCaret {
    border-color: var(--color-highlight-2) !important;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-PhoneInput:has(.hsfc-PhoneInput__FlagAndCaret:focus) > .hsfc-TextInput, body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-PhoneInput:focus-within > .hsfc-TextInput, body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-PhoneInput:hover > .hsfc-TextInput {
    border-color: var(--color-highlight-2) !important;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-PhoneInput__FlagAndCaret {
    background-color: transparent;
    border-radius: 0;
    border: 0.1rem solid #5E5F85;
    border-right: 0.1rem solid #5E5F85 !important;
    color: var(--color-text);
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-PhoneInput__FlagAndCaret__Caret {
    padding: 0;
    border: 0;
    width: 1rem;
    height: 1rem;
    background-size: contain;
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
    background-color: var(--color-highlight-1);
    -webkit-mask: url(/wp-content/themes/tikehau/assets/img/arrow-bottom.svg) no-repeat 50% 50%;
    mask: url(/wp-content/themes/tikehau/assets/img/arrow-bottom.svg) no-repeat 50% 50%;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-TextInput {
    background-color: transparent;
    border-radius: 0;
    border: 0.1rem solid #5E5F85;
    color: var(--color-text);
    padding: 1.5rem;
    height: 5rem;
    font-size: 1.4rem;
    margin-bottom: 0;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-TextInput::placeholder {
    color: var(--color-text);
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-TextInput:hover, body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-TextInput:focus {
    box-shadow: none;
    border-color: var(--color-highlight-2);
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-TextareaField > label {
    color: var(--color-text);
    font-weight: 500;
    margin-top: 2.5rem;
    font-size: 1.8rem;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-TextareaInput {
    background-color: transparent;
    border: 0.1rem solid #5E5F85;
    border-radius: 0;
    padding: 1.5rem;
    height: 14rem;
    font-size: 1.4rem;
    color: var(--color-text);
    z-index: 2;
    resize: none;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-TextareaInput::placeholder {
    color: var(--color-text);
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-TextareaInput:hover, body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-TextareaInput:focus {
    box-shadow: none;
    border-color: var(--color-highlight-2);
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Row {
    margin-bottom: 2rem;
    grid-gap: 2rem;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-ErrorAlert {
    font-size: 1.2rem;
    margin-top: 1rem;
    color: var(--color-error);
    line-height: 130%;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-CheckboxFieldGroup {
    margin-top: 1rem;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-CheckboxFieldGroup__Options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    row-gap: 0.7rem;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-CheckboxFieldGroup__Options > * {
    margin: 0 !important;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-CheckboxFieldGroup__Options .hsfc-FieldLabel {
    position: relative;
    padding: 0.5rem 1.5rem 0.5rem 3.5rem !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 3rem;
    font-size: 1.4rem;
    line-height: 120%;
    transition: var(--transition);
    gap: 1rem;
    border: 0.1rem solid #5E5F85;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-CheckboxFieldGroup__Options .hsfc-FieldLabel:before, body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-CheckboxFieldGroup__Options .hsfc-FieldLabel:after {
    content: "" !important;
    position: absolute !important;
    left: 1.5rem !important;
    width: 1rem !important;
    height: 0.2rem !important;
    z-index: 1 !important;
    opacity: 1 !important;
    transition: var(--transition) !important;
    top: 50% !important;
    transform: translate3d(0, -50%, 0) !important;
    background-color: currentColor !important;
    border: 0 !important;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-CheckboxFieldGroup__Options .hsfc-FieldLabel:after {
    transform: translate3d(0, -50%, 0) rotate(-90deg) !important;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-CheckboxFieldGroup__Options .hsfc-FieldLabel:hover {
    border: 0.1rem solid var(--color-highlight-2) !important;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-CheckboxFieldGroup__Options .hsfc-FieldLabel:has(input:checked) {
    color: var(--color-3) !important;
    border-color: var(--color-4) !important;
    background-color: var(--color-4) !important;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-CheckboxFieldGroup__Options .hsfc-FieldLabel:has(input:checked):after {
    transform: translate3d(0, -50%, 0) !important;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-NavigationRow {
    margin-top: 2.5rem;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-FieldLabel__RequiredIndicator {
    color: var(--color-0);
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Button {
    min-height: 6rem;
    width: 100%;
    padding: 1rem 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color-4);
    color: var(--button-text-color);
    font-weight: 700;
    text-transform: uppercase;
    transition: var(--transition);
    font-size: 1.6rem;
    position: relative;
    overflow: hidden;
    text-align: left;
    line-height: 130%;
    border-radius: 0;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Button:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5rem;
    height: 2.4rem;
    width: 100%;
    background-color: var(--color-0);
    z-index: 2;
    background-size: contain;
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
    background-color: var(--color-3);
    -webkit-mask: url(/wp-content/themes/tikehau/assets/img/arrow.svg) no-repeat 50% 50%;
    mask: url(/wp-content/themes/tikehau/assets/img/arrow.svg) no-repeat 50% 50%;
    -webkit-mask-position: calc(100% - 1.5rem) 50%;
            mask-position: calc(100% - 1.5rem) 50%;
    transition: var(--transition);
    transform: translate3d(0, -50%, 0);
    pointer-events: none;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Button:hover {
    transform: none;
    background-color: var(--color-0);
    color: var(--color-3);
}
