@charset "utf-8";
/*
Theme Name: Jameson
Author: Jameson
Description: Thème Global CMS Starter Theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Global CMS Starter Theme
*/

/*************************************** RESET ****************************************************/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: inherit;
    text-decoration: none;
}

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type='number'] {
    -moz-appearance: textfield !important; /* Firefox */
}


/*************************************** STYLES POUR LANCER LE THEME ****************************************************/
:root {
    --mobile-inline:20;
    --portrait-inline:40;
    --landscape-inline:60;
    --desktop-inline:100;
    --mobile-block:20;
    --portrait-block:40;
    --landscape-block:60;
    --desktop-block:80;

    --paragraph-block-spacing-mobile:1em;
    --paragraph-block-spacing-portrait:1em;
    --paragraph-block-spacing-desktop:1em;
    --heading-block-spacing-mobile:1em;
    --heading-block-spacing-portrait:1em;
    --heading-block-spacing-desktop:1em;

    --global-font-multiplier-primary:1;
    --global-font-multiplier-secondary:1;
    --global-font-multiplier-tertiary:1;
    --global-font-multiplier-quaternary:1;

    --global-line-height-multiplier-tertiary:1;

    --list-item-line-height:100%;
    --list-item-letter-spacing:0.01em;
    --list-item-block-spacing-mobile:1em;
    --list-item-block-spacing-portrait:1em;
    --list-item-block-spacing-landscape:1em;
    --list-item-block-spacing-desktop:1em;

    --primary-font-family:JJ2;
    --secondary-font-family:JJ2;
    --tertiary-font-family:JJ2;
    --quaternary-font-family:JJ2;

    --h1-font-family:var(--primary-font-family);
    --h2-font-family:var(--primary-font-family);
    --h3-font-family:var(--primary-font-family);
    --h4-font-family:var(--primary-font-family);
    --h5-font-family:var(--primary-font-family);
    --h6-font-family:var(--primary-font-family);

    --sh1-font-family:var(--primary-font-family);
    --sh2-font-family:var(--primary-font-family);
    --sh3-font-family:var(--primary-font-family);
    --sh4-font-family:var(--primary-font-family);
    --sh5-font-family:var(--primary-font-family);
    --sh6-font-family:var(--primary-font-family);

    --h1-letter-spacing:0.01em;
    --h2-letter-spacing:0.01em;
    --h3-letter-spacing:0.01em;
    --h4-letter-spacing:0.01em;
    --h5-letter-spacing:0.01em;
    --h6-letter-spacing:0.01em;

    --sh1-letter-spacing:0.01em;
    --sh2-letter-spacing:0.01em;
    --sh3-letter-spacing:0.01em;
    --sh4-letter-spacing:0.01em;
    --sh5-letter-spacing:0.01em;
    --sh6-letter-spacing:0.01em;

    --h1-line-height:100%;
    --h2-line-height:100%;
    --h3-line-height:100%;
    --h4-line-height:100%;
    --h5-line-height:100%;
    --h6-line-height:100%;

    --sh1-line-height:100%;
    --sh2-line-height:100%;
    --sh3-line-height:100%;
    --sh4-line-height:100%;
    --sh5-line-height:100%;
    --sh6-line-height:100%;

    --sh1-default-font-weight:400;
    --sh2-default-font-weight:400;
    --sh3-default-font-weight:400;
    --sh4-default-font-weight:400;
    --sh5-default-font-weight:400;
    --sh6-default-font-weight:400;

    --sh1-bold-font-weight:600;
    --sh2-bold-font-weight:600;
    --sh3-bold-font-weight:600;
    --sh4-bold-font-weight:600;
    --sh5-bold-font-weight:600;
    --sh6-bold-font-weight:600;

    --h1-default-font-weight:400;
    --h2-default-font-weight:400;
    --h3-default-font-weight:400;
    --h4-default-font-weight:400;
    --h5-default-font-weight:400;
    --h6-default-font-weight:400;

    --h1-bold-font-weight:600;
    --h2-bold-font-weight:600;
    --h3-bold-font-weight:600;
    --h4-bold-font-weight:600;
    --h5-bold-font-weight:600;
    --h6-bold-font-weight:600;

    --paragraph-line-height:100%;
    --paragraph-default-font-weight:400;
    --paragraph-bold-font-weight:600;
    --paragraph-letter-spacing:0.01em;
    --paragraph-font-family:var(--primary-font-family);

    --h1-l-desktop:70;
    --h1-l-landscape:60;
    --h1-l-portrait:40;
    --h1-l-mobile:40;
    --h1-desktop:70;
    --h1-landscape:60;
    --h1-portrait:40;
    --h1-mobile:40;
    --h2-desktop:60;
    --h2-landscape:50;
    --h2-portrait:30;
    --h2-mobile:10;
    --h3-desktop:35;
    --h3-landscape:35;
    --h3-portrait:35;
    --h3-mobile:30;
    --h4-desktop:30;
    --h4-landscape:30;
    --h4-portrait:30;
    --h4-mobile:30;
    --h5-desktop:25;
    --h5-landscape:25;
    --h5-portrait:25;
    --h5-mobile:25;
    --h6-desktop:20;
    --h6-landscape:20;
    --h6-portrait:20;
    --h6-mobile:20;

    --sh1-desktop:70;
    --sh1-landscape:60;
    --sh1-portrait:40;
    --sh1-mobile:40;
    --sh2-desktop:60;
    --sh2-landscape:50;
    --sh2-portrait:30;
    --sh2-mobile:10;
    --sh3-desktop:35;
    --sh3-landscape:35;
    --sh3-portrait:35;
    --sh3-mobile:30;
    --sh4-desktop:30;
    --sh4-landscape:30;
    --sh4-portrait:30;
    --sh4-mobile:30;
    --sh5-desktop:25;
    --sh5-landscape:25;
    --sh5-portrait:25;
    --sh5-mobile:25;
    --sh6-desktop:20;
    --sh6-landscape:20;
    --sh6-portrait:20;
    --sh6-mobile:20;

    --p-l-desktop:10;
    --p-l-landscape:10;
    --p-l-portrait:10;
    --p-l-mobile:10;
    --p-desktop:16;
    --p-landscape:16;
    --p-portrait:14;
    --p-mobile:14;
    --p-s-desktop:10;
    --p-s-landscape:10;
    --p-s-portrait:10;
    --p-s-mobile:10;
    --p-xs-desktop:10;
    --p-xs-landscape:10;
    --p-xs-portrait:10;
    --p-xs-mobile:10;
    --p-xxs-desktop:10;
    --p-xxs-landscape:10;
    --p-xxs-portrait:10;
    --p-xxs-mobile:10;

    --link-decoration-style:none;
    --link-decoration-colour: ;
    --link-colour: ;
    --link-decoration-style-hover:none;
    --link-colour-hover: ;
    --link-decoration-colour-hover:;

    --screen-width-fullhd:1920px;
    --font-reference-fullhd:1920px;
    --screen-width-desktop:1200px;
    --font-reference-desktop:1200px;
    --screen-width-landscape:1024px;
    --font-reference-landscape:1024px;
    --screen-width-portrait:100vw;
    --font-reference-portrait:100vw;
    --font-reference-mobile:100vw;
    --screen-width-mobile:100vw;
    --screen-width-static:1200px;

    --fullhd-design-reference:1920;
    --desktop-design-reference:1200;
    --landscape-design-reference:1024;
    --portrait-design-reference:768;
    --mobile-design-reference:375;

    --global-content-max-width-setting:1920;
    --post-colour:;
    --post-text-colour-style:var(--theme-primary-text-colour);
    --cta-style-1-colour:blue;
    --cta-style-1-background-colour:;
    --cta-style-1-border-colour:;
    --cta-style-1-mobile-colour:;
    --cta-style-1-mobile-background-colour:;
    --cta-style-1-mobile-border-colour:;
    --cta-style-1-hover-colour:;
    --cta-style-1-hover-background-colour:;
    --cta-style-1-hover-border-colour:;
    --cta-style-1-mobile-hover-colour:;
    --cta-style-1-mobile-hover-background-colour:;
    --cta-style-1-mobile-hover-border-colour:;
    --cta-style-1-active-colour:;
    --cta-style-1-active-background-colour:;
    --cta-style-1-active-border-colour:;
    --cta-style-1-focus-colour:;
    --cta-style-1-focus-background-colour:;
    --cta-style-1-focus-border-colour:;
    --cta-style-1-inactive-colour:;
    --cta-style-1-inactive-background-colour:;
    --cta-style-1-inactive-border-colour:;
    --cta-style-1-selected-colour:;
    --cta-style-1-selected-background-colour:;
    --cta-style-1-selected-border-colour:;
    --cta-style-1-min-width-desktop:;
    --cta-style-1-min-width-landscape:;
    --cta-style-1-min-width-portrait:;
    --cta-style-1-min-width-mobile:;
    --cta-style-1-font-size-desktop:16;
    --cta-style-1-font-size-landscape:16;
    --cta-style-1-font-size-portrait:16;
    --cta-style-1-font-size-mobile:16;
    --cta-style-1-padding-inline-desktop:20;
    --cta-style-1-padding-inline-landscape:20;
    --cta-style-1-padding-inline-portrait:20;
    --cta-style-1-padding-inline-mobile:20;
    --cta-style-1-padding-block-desktop:10;
    --cta-style-1-padding-block-landscape:10;
    --cta-style-1-padding-block-portrait:10;
    --cta-style-1-padding-block-mobile:10;
    --cta-style-1-border-radius:0px;
    --cta-style-1-border-width:1px;
    --cta-style-1-font-weight:400;
    --cta-style-1-letter-spacing:0.01em;
    --cta-style-1-line-height:100%;
    --cta-style-1-font-family:var(--primary-font-family);
    --cta-style-1-text-transform:normal;
    --cta-style-1-text-align:center;
    --cta-style-1-content-vertical-alignment:center;
    --cta-style-1-decoration-style:none;
    --cta-style-1-decoration-colour:;
    --cta-style-1-decoration-style-hover:none;
    --cta-style-1-decoration-colour-hover:none;--cta-style-2-colour:rgb(213,143,30);
    --cta-style-2-background-colour:;
    --cta-style-2-border-colour:rgb(213,143,30);
    --cta-style-2-mobile-colour:rgb(213,143,30);
    --cta-style-2-mobile-background-colour:;
    --cta-style-2-mobile-border-colour:rgb(213,143,30);
    --cta-style-2-hover-colour:rgb(206,202,190);
    --cta-style-2-hover-background-colour:rgb(213,143,30);
    --cta-style-2-hover-border-colour:rgb(213,143,30);
    --cta-style-2-mobile-hover-colour:rgb(206,202,190);
    --cta-style-2-mobile-hover-background-colour:rgb(213,143,30);
    --cta-style-2-mobile-hover-border-colour:rgb(213,143,30);
    --cta-style-2-active-colour:;
    --cta-style-2-active-background-colour:;
    --cta-style-2-active-border-colour:;
    --cta-style-2-focus-colour:;
    --cta-style-2-focus-background-colour:;
    --cta-style-2-focus-border-colour:;
    --cta-style-2-inactive-colour:;
    --cta-style-2-inactive-background-colour:;
    --cta-style-2-inactive-border-colour:;
    --cta-style-2-selected-colour:;
    --cta-style-2-selected-background-colour:;
    --cta-style-2-selected-border-colour:;
    --cta-style-2-min-width-desktop:;
    --cta-style-2-min-width-landscape:;
    --cta-style-2-min-width-portrait:;
    --cta-style-2-min-width-mobile:;
    --cta-style-2-font-size-desktop:12;
    --cta-style-2-font-size-landscape:16;
    --cta-style-2-font-size-portrait:16;
    --cta-style-2-font-size-mobile:16;
    --cta-style-2-padding-inline-desktop:50;
    --cta-style-2-padding-inline-landscape:20;
    --cta-style-2-padding-inline-portrait:20;
    --cta-style-2-padding-inline-mobile:20;
    --cta-style-2-padding-block-desktop:20;
    --cta-style-2-padding-block-landscape:10;
    --cta-style-2-padding-block-portrait:10;
    --cta-style-2-padding-block-mobile:10;
    --cta-style-2-border-radius:0px;
    --cta-style-2-border-width:1px;
    --cta-style-2-font-weight:400;
    --cta-style-2-letter-spacing:0.01em;
    --cta-style-2-line-height:100%;
    --cta-style-2-font-family:var(--primary-font-family);
    --cta-style-2-text-transform:normal;
    --cta-style-2-text-align:center;
    --cta-style-2-content-vertical-alignment:center;
    --cta-style-2-decoration-style:none;
    --cta-style-2-decoration-colour:;
    --cta-style-2-decoration-style-hover:none;
    --cta-style-2-decoration-colour-hover:none;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

article {
    max-width: 1920px;
    margin: 0 auto;
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

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

a {
    color: inherit;
    text-decoration: none
}

html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield !important
}

:root {
    --weight-thin: 100;
    --weight-extra-light: 200;
    --weight-light: 300;
    --weight-medium: 400;
    --weight-demi-bold: 500;
    --weight-demi-bold-plus: 600;
    --weight-bold: 700;
    --weight-extra-bold: 800;
    --weight-extra-bold-plus: 900;
    --default-text-colour-mobile: var(--theme-primary-text-colour);
    --default-text-colour-desktop: var(--theme-primary-text-colour)
}

:root.wp-toolbar {
    --screen-width-mobile: 375px;
    --font-reference-mobile: 375px
}

@media screen and (min-width: 821px) {
    :root.wp-toolbar {
        --screen-width-portrait: 840px;
        --screen-width-landscape: 840px;
        --screen-width-desktop: 840px;
        --screen-width-static: 840px;
        --font-reference-portrait: 840px;
        --font-reference-landscape: 840px;
        --font-reference-desktop: 840px
    }
}

:root {
    --global-block-spacing: calc(var(--mobile-block) / var(--mobile-design-reference) * var(--screen-width-mobile));
    --global-inline-spacing: calc(var(--mobile-inline) / var(--mobile-design-reference) * var(--screen-width-mobile));
    --global-content-box-padding-inline: calc(var(--mobile-inline) / var(--mobile-design-reference) * var(--screen-width-mobile));
    --global-content-box-padding-block: calc(var(--mobile-inline) / var(--mobile-design-reference) * var(--screen-width-mobile));
    --heading-block-spacing: var(--heading-block-spacing-mobile);
    --paragraph-block-spacing: var(--paragraph-block-spacing-mobile);
    --list-item-block-spacing: var(--list-item-block-spacing-mobile);
    --global-content-max-width: calc(var(--global-content-max-width-setting) / var(--desktop-design-reference) * var(--screen-width-static))
}

@media screen and (min-width: 821px) {
    :root {
        --global-block-spacing: calc(var(--portrait-block) / var(--portrait-design-reference) * var(--screen-width-portrait))
    }
}

@media screen and (min-width: 1024px) {
    :root {
        --global-block-spacing: calc(var(--landscape-block) / var(--landscape-design-reference) * var(--screen-width-landscape))
    }
}

@media screen and (min-width: 1200px) {
    :root {
        --global-block-spacing: calc(var(--desktop-block) / var(--desktop-design-reference) * var(--screen-width-desktop))
    }
}

@media screen and (min-width: 821px) {
    :root {
        --global-inline-spacing: calc(var(--portrait-inline) / var(--portrait-design-reference) * var(--screen-width-portrait))
    }
}

@media screen and (min-width: 1024px) {
    :root {
        --global-inline-spacing: calc(var(--landscape-inline) / var(--landscape-design-reference) * var(--screen-width-landscape))
    }
}

@media screen and (min-width: 1200px) {
    :root {
        --global-inline-spacing: calc(var(--desktop-inline) / var(--desktop-design-reference) * var(--screen-width-desktop))
    }
}

@media screen and (min-width: 821px) {
    :root {
        --global-content-box-padding-inline: calc(var(--portrait-inline) / var(--portrait-design-reference) * var(--screen-width-portrait))
    }
}

@media screen and (min-width: 1024px) {
    :root {
        --global-content-box-padding-inline: calc(var(--landscape-inline) / var(--landscape-design-reference) * var(--screen-width-landscape))
    }
}

@media screen and (min-width: 1200px) {
    :root {
        --global-content-box-padding-inline: calc(var(--desktop-inline) / var(--desktop-design-reference) * var(--screen-width-desktop))
    }
}

@media screen and (min-width: 821px) {
    :root {
        --global-content-box-padding-block: calc(var(--portrait-inline) / var(--portrait-design-reference) * var(--screen-width-portrait))
    }
}

@media screen and (min-width: 1024px) {
    :root {
        --global-content-box-padding-block: calc(var(--landscape-inline) / var(--landscape-design-reference) * var(--screen-width-landscape))
    }
}

@media screen and (min-width: 1200px) {
    :root {
        --global-content-box-padding-block: calc(var(--desktop-inline) / var(--desktop-design-reference) * var(--screen-width-desktop))
    }
}

@media screen and (min-width: 821px) {
    :root {
        --heading-block-spacing: var(--heading-block-spacing-portrait)
    }
}

@media screen and (min-width: 1024px) {
    :root {
        --heading-block-spacing: var(--heading-block-spacing-desktop)
    }
}

@media screen and (min-width: 821px) {
    :root {
        --paragraph-block-spacing: var(--paragraph-block-spacing-portrait)
    }
}

@media screen and (min-width: 1024px) {
    :root {
        --paragraph-block-spacing: var(--paragraph-block-spacing-desktop)
    }
}

@media screen and (min-width: 821px) {
    :root {
        --list-item-block-spacing: var(--list-item-block-spacing-portrait)
    }
}

@media screen and (min-width: 1024px) {
    :root {
        --list-item-block-spacing: var(--list-item-block-spacing-desktop)
    }
}

*, *::before, *::after {
    box-sizing: border-box
}

body {
    font-family: var(--secondary-font-family), sans-serif;
    --font-size-multiplier: var(--global-font-multiplier-secondary)
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: unset;
    font-family: var(--primary-font-family), sans-serif;
    --font-size-multiplier: var(--global-font-multiplier-primary);
    margin-top: unset
}

.standard-content-box-wysiwyg-editor h1, .standard-content-box-wysiwyg-editor h2, .standard-content-box-wysiwyg-editor h3, .standard-content-box-wysiwyg-editor h4, .standard-content-box-wysiwyg-editor h5, .standard-content-box-wysiwyg-editor h6 {
    margin-bottom: var(--heading-block-spacing)
}

.standard-content-box-wysiwyg-editor h1:last-child, .standard-content-box-wysiwyg-editor h2:last-child, .standard-content-box-wysiwyg-editor h3:last-child, .standard-content-box-wysiwyg-editor h4:last-child, .standard-content-box-wysiwyg-editor h5:last-child, .standard-content-box-wysiwyg-editor h6:last-child {
    margin-bottom: 0
}

.standard-content-box-wysiwyg-editor p {
    margin-bottom: var(--paragraph-block-spacing)
}

.standard-content-box-wysiwyg-editor p:last-child {
    margin-bottom: 0
}

h1 {
    letter-spacing: var(--h1-letter-spacing);
    line-height: var(--h1-line-height);
    font-family: var(--h1-font-family);
    --default-font-weight: var(--h1-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--h1-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

h1 strong, h1 b {
    font-weight: var(--h1-bold-font-weight)
}

@media screen and (min-width: 821px) {
    h1 {
        font-size: calc(var(--h1-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    h1 {
        font-size: calc(var(--h1-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    h1 {
        font-size: calc(var(--h1-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

h1:has(.font-tertiary) {
    line-height: calc(var(--h1-line-height) * var(--global-line-height-multiplier-tertiary))
}

h2 {
    letter-spacing: var(--h2-letter-spacing);
    line-height: var(--h2-line-height);
    font-family: var(--h2-font-family);
    --default-font-weight: var(--h2-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--h2-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

h2 strong, h2 b {
    font-weight: var(--h2-bold-font-weight)
}

@media screen and (min-width: 821px) {
    h2 {
        font-size: calc(var(--h2-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    h2 {
        font-size: calc(var(--h2-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    h2 {
        font-size: calc(var(--h2-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

h2:has(.font-tertiary) {
    line-height: calc(var(--h2-line-height) * var(--global-line-height-multiplier-tertiary))
}

h3 {
    letter-spacing: var(--h3-letter-spacing);
    line-height: var(--h3-line-height);
    font-family: var(--h3-font-family);
    --default-font-weight: var(--h3-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--h3-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

h3 strong, h3 b {
    font-weight: var(--h3-bold-font-weight)
}

@media screen and (min-width: 821px) {
    h3 {
        font-size: calc(var(--h3-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    h3 {
        font-size: calc(var(--h3-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    h3 {
        font-size: calc(var(--h3-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

h3:has(.font-tertiary) {
    line-height: calc(var(--h3-line-height) * var(--global-line-height-multiplier-tertiary))
}

h4 {
    letter-spacing: var(--h4-letter-spacing);
    line-height: var(--h4-line-height);
    font-family: var(--h4-font-family);
    --default-font-weight: var(--h4-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--h4-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

h4 strong, h4 b {
    font-weight: var(--h4-bold-font-weight)
}

@media screen and (min-width: 821px) {
    h4 {
        font-size: calc(var(--h4-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    h4 {
        font-size: calc(var(--h4-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    h4 {
        font-size: calc(var(--h4-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

h4:has(.font-tertiary) {
    line-height: calc(var(--h4-line-height) * var(--global-line-height-multiplier-tertiary))
}

h5 {
    letter-spacing: var(--h5-letter-spacing);
    line-height: var(--h5-line-height);
    font-family: var(--h5-font-family);
    --default-font-weight: var(--h5-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--h5-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

h5 strong, h5 b {
    font-weight: var(--h5-bold-font-weight)
}

@media screen and (min-width: 821px) {
    h5 {
        font-size: calc(var(--h5-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    h5 {
        font-size: calc(var(--h5-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    h5 {
        font-size: calc(var(--h5-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

h5:has(.font-tertiary) {
    line-height: calc(var(--h5-line-height) * var(--global-line-height-multiplier-tertiary))
}

h6 {
    letter-spacing: var(--h6-letter-spacing);
    line-height: var(--h6-line-height);
    font-family: var(--h6-font-family);
    --default-font-weight: var(--h6-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--h6-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

h6 strong, h6 b {
    font-weight: var(--h6-bold-font-weight)
}

@media screen and (min-width: 821px) {
    h6 {
        font-size: calc(var(--h6-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    h6 {
        font-size: calc(var(--h6-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    h6 {
        font-size: calc(var(--h6-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

h6:has(.font-tertiary) {
    line-height: calc(var(--h6-line-height) * var(--global-line-height-multiplier-tertiary))
}

.sh1-sizing {
    letter-spacing: var(--sh1-letter-spacing);
    line-height: var(--sh1-line-height);
    font-family: var(--sh1-font-family);
    --default-font-weight: var(--sh1-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--sh1-mobile, "mobile") / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.sh1-sizing strong, .sh1-sizing b {
    font-weight: var(--sh1-bold-font-weight)
}

@media screen and (min-width: 821px) {
    .sh1-sizing {
        font-size: calc(var(--sh1-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .sh1-sizing {
        font-size: calc(var(--sh1-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .sh1-sizing {
        font-size: calc(var(--sh1-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.sh1-sizing:has(.font-tertiary) {
    line-height: calc(var(--sh1-line-height) * var(--global-line-height-multiplier-tertiary))
}

.sh2-sizing {
    letter-spacing: var(--sh2-letter-spacing);
    line-height: var(--sh2-line-height);
    font-family: var(--sh2-font-family);
    --default-font-weight: var(--sh2-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--sh2-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.sh2-sizing strong, .sh2-sizing b {
    font-weight: var(--sh2-bold-font-weight)
}

@media screen and (min-width: 821px) {
    .sh2-sizing {
        font-size: calc(var(--sh2-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .sh2-sizing {
        font-size: calc(var(--sh2-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .sh2-sizing {
        font-size: calc(var(--sh2-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.sh2-sizing:has(.font-tertiary) {
    line-height: calc(var(--h2-line-height) * var(--global-line-height-multiplier-tertiary))
}

.sh3-sizing {
    letter-spacing: var(--sh3-letter-spacing);
    line-height: var(--sh3-line-height);
    font-family: var(--sh3-font-family);
    --default-font-weight: var(--sh3-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--sh3-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.sh3-sizing strong, .sh3-sizing b {
    font-weight: var(--sh3-bold-font-weight)
}

@media screen and (min-width: 821px) {
    .sh3-sizing {
        font-size: calc(var(--sh3-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .sh3-sizing {
        font-size: calc(var(--sh3-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .sh3-sizing {
        font-size: calc(var(--sh3-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.sh3-sizing:has(.font-tertiary) {
    line-height: calc(var(--sh3-line-height) * var(--global-line-height-multiplier-tertiary))
}

.sh4-sizing {
    letter-spacing: var(--sh4-letter-spacing);
    line-height: var(--sh4-line-height);
    font-family: var(--sh4-font-family);
    --default-font-weight: var(--sh4-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--sh4-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.sh4-sizing strong, .sh4-sizing b {
    font-weight: var(--sh4-bold-font-weight)
}

@media screen and (min-width: 821px) {
    .sh4-sizing {
        font-size: calc(var(--sh4-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .sh4-sizing {
        font-size: calc(var(--sh4-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .sh4-sizing {
        font-size: calc(var(--sh4-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.sh4-sizing:has(.font-tertiary) {
    line-height: calc(var(--sh4-line-height) * var(--global-line-height-multiplier-tertiary))
}

.sh5-sizing {
    letter-spacing: var(--sh5-letter-spacing);
    line-height: var(--sh5-line-height);
    font-family: var(--sh5-font-family);
    --default-font-weight: var(--sh5-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--sh5-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.sh5-sizing strong, .sh5-sizing b {
    font-weight: var(--sh5-bold-font-weight)
}

@media screen and (min-width: 821px) {
    .sh5-sizing {
        font-size: calc(var(--sh5-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .sh5-sizing {
        font-size: calc(var(--sh5-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .sh5-sizing {
        font-size: calc(var(--sh5-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.sh5-sizing:has(.font-tertiary) {
    line-height: calc(var(--sh5-line-height) * var(--global-line-height-multiplier-tertiary))
}

.sh6-sizing {
    letter-spacing: var(--sh6-letter-spacing);
    line-height: var(--sh6-line-height);
    font-family: var(--sh6-font-family);
    --default-font-weight: var(--sh6-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--sh6-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.sh6-sizing strong, .sh6-sizing b {
    font-weight: var(--sh6-bold-font-weight)
}

@media screen and (min-width: 821px) {
    .sh6-sizing {
        font-size: calc(var(--sh6-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .sh6-sizing {
        font-size: calc(var(--sh6-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .sh6-sizing {
        font-size: calc(var(--sh6-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.sh6-sizing:has(.font-tertiary) {
    line-height: calc(var(--sh6-line-height) * var(--global-line-height-multiplier-tertiary))
}

p {
    margin: 0;
    line-height: var(--paragraph-line-height);
    letter-spacing: var(--paragraph-letter-spacing);
    font-family: var(--paragraph-font-family);
    --default-font-weight: var(--paragraph-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--p-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

p strong, p b {
    font-weight: var(--paragraph-bold-font-weight)
}

p:has(.font-tertiary) {
    line-height: calc(var(--paragraph-line-height) * var(--global-line-height-multiplier-tertiary))
}

p em {
    font-style: italic
}

@media screen and (min-width: 821px) {
    p {
        font-size: calc(var(--p-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    p {
        font-size: calc(var(--p-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    p {
        font-size: calc(var(--p-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

a {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    color: var(--link-colour);
    -webkit-text-decoration: var(--link-decoration-style);
    text-decoration: var(--link-decoration-style);
    text-decoration-color: var(--link-decoration-colour)
}

a strong, a b {
    font-weight: var(--weight-bold)
}

a:hover {
    cursor: pointer;
    color: var(--link-colour-hover);
    -webkit-text-decoration: var(--link-decoration-style-hover);
    text-decoration: var(--link-decoration-style-hover);
    text-decoration-color: var(--link-decoration-colour-hover)
}

blockquote {
    margin: 0;
    quotes: "“" "”" "‘" "’";
    font-weight: bold
}

blockquote::before {
    content: open-quote
}

blockquote::after {
    content: close-quote
}

figure, figcaption, dl, dd {
    margin: 0
}

q::before {
    content: open-quote
}

q::after {
    content: close-quote
}

ul, ol {
    padding: 0;
    margin: 0;
    font-family: var(--secondary-font-family);
    margin-bottom: var(--paragraph-block-spacing);
    list-style-type: disc;
    list-style-position: inside
}

ul:last-child, ol:last-child {
    margin-bottom: 0
}

ul li, ol li {
    line-height: var(--paragraph-line-height);
    letter-spacing: var(--paragraph-letter-spacing);
    font-family: var(--paragraph-font-family);
    --default-font-weight: var(--paragraph-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--p-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier));
    margin-bottom: var(--list-item-block-spacing);
    line-height: var(--list-item-line-height);
    letter-spacing: var(--list-item-letter-spacing)
}

ul li strong, ul li b, ol li strong, ol li b {
    font-weight: var(--paragraph-bold-font-weight)
}

ul li:has(.font-tertiary), ol li:has(.font-tertiary) {
    line-height: calc(var(--paragraph-line-height) * var(--global-line-height-multiplier-tertiary))
}

ul li em, ol li em {
    font-style: italic
}

@media screen and (min-width: 821px) {
    ul li, ol li {
        font-size: calc(var(--p-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    ul li, ol li {
        font-size: calc(var(--p-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    ul li, ol li {
        font-size: calc(var(--p-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

ul li:last-child, ol li:last-child {
    margin-bottom: 0
}

ol {
    list-style-type: decimal
}

.font-primary {
    font-family: var(--primary-font-family), sans-serif;
    --font-size-multiplier: var(--global-font-multiplier-primary)
}

.font-secondary {
    font-family: var(--secondary-font-family), sans-serif;
    --font-size-multiplier: var(--global-font-multiplier-secondary)
}

.font-tertiary {
    font-family: var(--tertiary-font-family), sans-serif;
    --font-size-multiplier: var(--global-font-multiplier-tertiary)
}

.font-quaternary {
    font-family: var(--quaternary-font-family), sans-serif;
    --font-size-multiplier: var(--global-font-multiplier-quaternary)
}

.h1-l-sizing {
    letter-spacing: var(--h1-l-letter-spacing);
    line-height: var(--h1-l-line-height);
    font-family: var(--h1-l-font-family);
    --default-font-weight: var(--h1-l-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--h1-l-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.h1-l-sizing strong, .h1-l-sizing b {
    font-weight: var(--h1-l-bold-font-weight)
}

@media screen and (min-width: 821px) {
    .h1-l-sizing {
        font-size: calc(var(--h1-l-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .h1-l-sizing {
        font-size: calc(var(--h1-l-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .h1-l-sizing {
        font-size: calc(var(--h1-l-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.h1-sizing {
    letter-spacing: var(--h1-letter-spacing);
    line-height: var(--h1-line-height);
    font-family: var(--h1-font-family);
    --default-font-weight: var(--h1-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--h1-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.h1-sizing strong, .h1-sizing b {
    font-weight: var(--h1-bold-font-weight)
}

@media screen and (min-width: 821px) {
    .h1-sizing {
        font-size: calc(var(--h1-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .h1-sizing {
        font-size: calc(var(--h1-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .h1-sizing {
        font-size: calc(var(--h1-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.h2-sizing {
    letter-spacing: var(--h2-letter-spacing);
    line-height: var(--h2-line-height);
    font-family: var(--h2-font-family);
    --default-font-weight: var(--h2-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--h2-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.h2-sizing strong, .h2-sizing b {
    font-weight: var(--h2-bold-font-weight)
}

@media screen and (min-width: 821px) {
    .h2-sizing {
        font-size: calc(var(--h2-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .h2-sizing {
        font-size: calc(var(--h2-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .h2-sizing {
        font-size: calc(var(--h2-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.h3-sizing {
    letter-spacing: var(--h3-letter-spacing);
    line-height: var(--h3-line-height);
    font-family: var(--h3-font-family);
    --default-font-weight: var(--h3-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--h3-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.h3-sizing strong, .h3-sizing b {
    font-weight: var(--h3-bold-font-weight)
}

@media screen and (min-width: 821px) {
    .h3-sizing {
        font-size: calc(var(--h3-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .h3-sizing {
        font-size: calc(var(--h3-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .h3-sizing {
        font-size: calc(var(--h3-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.h4-sizing {
    letter-spacing: var(--h4-letter-spacing);
    line-height: var(--h4-line-height);
    font-family: var(--h4-font-family);
    --default-font-weight: var(--h4-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--h4-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.h4-sizing strong, .h4-sizing b {
    font-weight: var(--h4-bold-font-weight)
}

@media screen and (min-width: 821px) {
    .h4-sizing {
        font-size: calc(var(--h4-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .h4-sizing {
        font-size: calc(var(--h4-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .h4-sizing {
        font-size: calc(var(--h4-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.h5-sizing {
    letter-spacing: var(--h5-letter-spacing);
    line-height: var(--h5-line-height);
    font-family: var(--h5-font-family);
    --default-font-weight: var(--h5-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--h5-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.h5-sizing strong, .h5-sizing b {
    font-weight: var(--h5-bold-font-weight)
}

@media screen and (min-width: 821px) {
    .h5-sizing {
        font-size: calc(var(--h5-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .h5-sizing {
        font-size: calc(var(--h5-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .h5-sizing {
        font-size: calc(var(--h5-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.h6-sizing {
    letter-spacing: var(--h6-letter-spacing);
    line-height: var(--h6-line-height);
    font-family: var(--h6-font-family);
    --default-font-weight: var(--h6-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--h6-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.h6-sizing strong, .h6-sizing b {
    font-weight: var(--h6-bold-font-weight)
}

@media screen and (min-width: 821px) {
    .h6-sizing {
        font-size: calc(var(--h6-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .h6-sizing {
        font-size: calc(var(--h6-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .h6-sizing {
        font-size: calc(var(--h6-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.sh1-sizing {
    letter-spacing: var(--sh1-letter-spacing);
    line-height: var(--sh1-line-height);
    font-family: var(--sh1-font-family);
    --default-font-weight: var(--sh1-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--sh1-mobile, "mobile") / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.sh1-sizing strong, .sh1-sizing b {
    font-weight: var(--sh1-bold-font-weight)
}

@media screen and (min-width: 821px) {
    .sh1-sizing {
        font-size: calc(var(--sh1-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .sh1-sizing {
        font-size: calc(var(--sh1-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .sh1-sizing {
        font-size: calc(var(--sh1-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.sh2-sizing {
    letter-spacing: var(--sh2-letter-spacing);
    line-height: var(--sh2-line-height);
    font-family: var(--sh2-font-family);
    --default-font-weight: var(--sh2-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--sh2-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.sh2-sizing strong, .sh2-sizing b {
    font-weight: var(--sh2-bold-font-weight)
}

@media screen and (min-width: 821px) {
    .sh2-sizing {
        font-size: calc(var(--sh2-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .sh2-sizing {
        font-size: calc(var(--sh2-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .sh2-sizing {
        font-size: calc(var(--sh2-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.sh3-sizing {
    letter-spacing: var(--sh3-letter-spacing);
    line-height: var(--sh3-line-height);
    font-family: var(--sh3-font-family);
    --default-font-weight: var(--sh3-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--sh3-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.sh3-sizing strong, .sh3-sizing b {
    font-weight: var(--sh3-bold-font-weight)
}

@media screen and (min-width: 821px) {
    .sh3-sizing {
        font-size: calc(var(--sh3-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .sh3-sizing {
        font-size: calc(var(--sh3-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .sh3-sizing {
        font-size: calc(var(--sh3-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.sh4-sizing {
    letter-spacing: var(--sh4-letter-spacing);
    line-height: var(--sh4-line-height);
    font-family: var(--sh4-font-family);
    --default-font-weight: var(--sh4-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--sh4-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.sh4-sizing strong, .sh4-sizing b {
    font-weight: var(--sh4-bold-font-weight)
}

@media screen and (min-width: 821px) {
    .sh4-sizing {
        font-size: calc(var(--sh4-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .sh4-sizing {
        font-size: calc(var(--sh4-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .sh4-sizing {
        font-size: calc(var(--sh4-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.sh5-sizing {
    letter-spacing: var(--sh5-letter-spacing);
    line-height: var(--sh5-line-height);
    font-family: var(--sh5-font-family);
    --default-font-weight: var(--sh5-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--sh5-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.sh5-sizing strong, .sh5-sizing b {
    font-weight: var(--sh5-bold-font-weight)
}

@media screen and (min-width: 821px) {
    .sh5-sizing {
        font-size: calc(var(--sh5-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .sh5-sizing {
        font-size: calc(var(--sh5-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .sh5-sizing {
        font-size: calc(var(--sh5-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.sh6-sizing {
    letter-spacing: var(--sh6-letter-spacing);
    line-height: var(--sh6-line-height);
    font-family: var(--sh6-font-family);
    --default-font-weight: var(--sh6-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--sh6-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.sh6-sizing strong, .sh6-sizing b {
    font-weight: var(--sh6-bold-font-weight)
}

@media screen and (min-width: 821px) {
    .sh6-sizing {
        font-size: calc(var(--sh6-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .sh6-sizing {
        font-size: calc(var(--sh6-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .sh6-sizing {
        font-size: calc(var(--sh6-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.p-sizing {
    line-height: var(--paragraph-line-height);
    letter-spacing: var(--paragraph-letter-spacing);
    font-family: var(--paragraph-font-family);
    --default-font-weight: var(--paragraph-default-font-weight);
    font-weight: var(--default-font-weight);
    font-size: calc(var(--p-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.p-sizing strong, .p-sizing b {
    font-weight: var(--paragraph-bold-font-weight)
}

.p-sizing:has(.font-tertiary) {
    line-height: calc(var(--paragraph-line-height) * var(--global-line-height-multiplier-tertiary))
}

.p-sizing em {
    font-style: italic
}

@media screen and (min-width: 821px) {
    .p-sizing {
        font-size: calc(var(--p-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .p-sizing {
        font-size: calc(var(--p-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .p-sizing {
        font-size: calc(var(--p-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.p-l-sizing {
    line-height: var(--paragraph-line-height);
    letter-spacing: var(--paragraph-letter-spacing);
    font-family: var(--paragraph-font-family);
    font-size: calc(var(--p-l-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.p-l-sizing strong, .p-l-sizing b {
    font-weight: var(--paragraph-bold-font-weight)
}

.p-l-sizing:has(.font-tertiary) {
    line-height: calc(var(--paragraph-line-height) * var(--global-line-height-multiplier-tertiary))
}

.p-l-sizing em {
    font-style: italic
}

@media screen and (min-width: 821px) {
    .p-l-sizing {
        font-size: calc(var(--p-l-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .p-l-sizing {
        font-size: calc(var(--p-l-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .p-l-sizing {
        font-size: calc(var(--p-l-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.p-s-sizing {
    line-height: var(--paragraph-line-height);
    letter-spacing: var(--paragraph-letter-spacing);
    font-size: calc(var(--p-s-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.p-s-sizing strong, .p-s-sizing b {
    font-weight: var(--paragraph-bold-font-weight)
}

.p-s-sizing:has(.font-tertiary) {
    line-height: calc(var(--paragraph-line-height) * var(--global-line-height-multiplier-tertiary))
}

.p-s-sizing em {
    font-style: italic
}

@media screen and (min-width: 821px) {
    .p-s-sizing {
        font-size: calc(var(--p-s-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .p-s-sizing {
        font-size: calc(var(--p-s-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .p-s-sizing {
        font-size: calc(var(--p-s-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.p-xs-sizing {
    line-height: var(--paragraph-line-height);
    letter-spacing: var(--paragraph-letter-spacing);
    font-family: var(--paragraph-font-family);
    font-size: calc(var(--p-xs-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.p-xs-sizing strong, .p-xs-sizing b {
    font-weight: var(--paragraph-bold-font-weight)
}

.p-xs-sizing:has(.font-tertiary) {
    line-height: calc(var(--paragraph-line-height) * var(--global-line-height-multiplier-tertiary))
}

.p-xs-sizing em {
    font-style: italic
}

@media screen and (min-width: 821px) {
    .p-xs-sizing {
        font-size: calc(var(--p-xs-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .p-xs-sizing {
        font-size: calc(var(--p-xs-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .p-xs-sizing {
        font-size: calc(var(--p-xs-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.p-xxs-sizing {
    line-height: var(--paragraph-line-height);
    letter-spacing: var(--paragraph-letter-spacing);
    font-family: var(--paragraph-font-family);
    font-size: calc(var(--p-xxs-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.p-xxs-sizing strong, .p-xxs-sizing b {
    font-weight: var(--paragraph-bold-font-weight)
}

.p-xxs-sizing:has(.font-tertiary) {
    line-height: calc(var(--paragraph-line-height) * var(--global-line-height-multiplier-tertiary))
}

.p-xxs-sizing em {
    font-style: italic
}

@media screen and (min-width: 821px) {
    .p-xxs-sizing {
        font-size: calc(var(--p-xxs-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .p-xxs-sizing {
        font-size: calc(var(--p-xxs-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .p-xxs-sizing {
        font-size: calc(var(--p-xxs-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.p-xxxs-sizing {
    line-height: var(--paragraph-line-height);
    letter-spacing: var(--paragraph-letter-spacing);
    font-family: var(--paragraph-font-family);
    font-size: calc(var(--p-xxxs-mobile) / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

.p-xxxs-sizing strong, .p-xxxs-sizing b {
    font-weight: var(--paragraph-bold-font-weight)
}

.p-xxxs-sizing:has(.font-tertiary) {
    line-height: calc(var(--paragraph-line-height) * var(--global-line-height-multiplier-tertiary))
}

.p-xxxs-sizing em {
    font-style: italic
}

@media screen and (min-width: 821px) {
    .p-xxxs-sizing {
        font-size: calc(var(--p-xxxs-portrait) / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .p-xxxs-sizing {
        font-size: calc(var(--p-xxxs-landscape) / var(--landscape-design-reference) * var(--font-reference-landscape) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1200px) {
    .p-xxxs-sizing {
        font-size: calc(var(--p-xxxs-desktop) / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

*, *::before, *::after {
    box-sizing: border-box
}

html {
    min-height: 100%
}

.lazy-fade {
    opacity: 0
}

body {
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    margin: 0;
    padding: 0;
    height: auto;
    min-height: 100vh;
    position: relative;
    font-family: var(--secondary-font-family), sans-serif;
    --font-size-multiplier: var(--global-font-multiplier-secondary);
    background-color: var(--body-background-colour);
    color: var(--default-text-colour-mobile)
}

@media screen and (min-width: 1024px) {
    body {
        color: var(--default-text-colour-desktop)
    }
}

body.lock-position {
    overflow: hidden;
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overscroll-behavior: none
}

body.hide-nav .site-header {
    display: none
}

.body-container-background-image__picture, .page-container-background-image__picture {
    height: 100%;
    position: fixed;
    inset: 0
}

.body-container-background-image__image, .page-container-background-image__image {
    height: 100%;
    -o-object-fit: var(--body-background-image-fit);
    object-fit: var(--body-background-image-fit);
    -o-object-position: var(--body-background-image-position);
    object-position: var(--body-background-image-position)
}

.body-container-background-video {
    position: fixed;
    -o-object-fit: cover;
    object-fit: cover;
    inset: 0;
    width: 100%
}

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

main {
    height: auto;
    width: 100%;
    max-width: var(--global-content-max-width-main);
    margin-inline: auto;
    background-image: var(--main-container-background-image);
    background-repeat: repeat
}

section {
    width: 100%;
    max-width: 100%
}

.grecaptcha-badge {
    z-index: 50;
    bottom: 0 !important
}

.evidon-consent-button, .evidon-prefdiag-overlay, .evidon-banner {
    color: var(--black)
}

.evidon-consent-button img, .evidon-prefdiag-overlay img, .evidon-banner img {
    width: auto
}

.evidon-consent-button a, .evidon-prefdiag-overlay a, .evidon-banner a {
    text-decoration: underline;
    font-size: unset
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

@font-face {
    font-family: "JJ2";
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.jamesonwhiskey.com/jj2/1.0.0/jj2_lt-webfont.woff2) format("woff2")
}

@font-face {
    font-family: "JJ2";
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.jamesonwhiskey.com/jj2/1.0.0/jj2_bk-webfont.woff2) format("woff2")
}

@font-face {
    font-family: "JJ2";
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.jamesonwhiskey.com/jj2/1.0.0/jj2_bd-webfont.woff2) format("woff2")
}

:root {
    --screen-width: 375px;
    --screen-width-static: 1200px;
    --font-reference: 375px;
    --font-offset-ratio: 0;
    --screen-height: 0;
    --mobile: 375;
    --portrait: 821;
    --landscape: 1024;
    --desktop: 1200;
    --desktop-reference: 1200;
    --desktop-xl: 1920;
    --font-primary: "JJ2", Arial, sans-serif;
    --font-secondary: "JJ2", Arial, sans-serif;
    --font-tertiary: "JJ2", Arial, sans-serif;
    --global-font-multiplier-primary: 1;
    --global-font-multiplier-secondary: 1;
    --global-font-multiplier-tertiary: 1;
    --weight-thin: 100;
    --weight-extra-light: 200;
    --weight-light: 300;
    --weight-medium: 400;
    --weight-demi-bold: 600;
    --weight-demi-bold-plus: 700;
    --weight-bold: 800;
    --primary-200: #007749;
    --primary-300: #94a596;
    --primary-400: #154734;
    --primary-400-rgb: 21, 71, 52;
    --primary-500: #1d3c34;
    --primary-500-rgb: 29, 60, 52;
    --primary-800: #212322;
    --primary-900: #004027;
    --secondary-100: #fef8e1;
    --secondary-200: #faf3d5;
    --secondary-400: #f1e6b2;
    --secondary-400-transparent: rgba(241, 230, 178, 0.3);
    --secondary-500: #dbce7c;
    --secondary-600: #bda078;
    --accent-200: #c70202;
    --accent-400: #880d27;
    --accent-600: #780e25;
    --neutral-100: white;
    --neutral-400: #ddd;
    --neutral-600: #aaa;
    --neutral-800: #32312d;
    --neutral-800-rgb: 50, 49, 45;
    --neutral-900: black;
    --neutral-900-rgb: 0, 0, 0;
    --crafted-stone: #B7B09C;
    --rust: #A25825;
    --stone-white: #D6D1C4;
    --white: white;
    --black: black;
    --text-color: var(--primary-400);
    --link-color: var(--accent-400);
    --section-padding-mobile: calc((40 / var(--mobile)) * var(--screen-width));
    --side-padding-mobile: calc((20 / var(--mobile)) * var(--screen-width));
    --section-padding-portrait: calc((40 / var(--portrait)) * var(--screen-width));
    --side-padding-portrait: calc((40 / var(--portrait)) * var(--screen-width));
    --section-padding-landscape: calc((40 / var(--landscape)) * var(--screen-width));
    --side-padding-landscape: calc(30 / var(--landscape-design-reference) * var(--screen-width-landscape));
    --section-padding-desktop: calc((40 / var(--desktop)) * var(--screen-width));
    --side-padding-desktop: calc(40 / var(--desktop-design-reference) * var(--screen-width-desktop));
    --container-margin-horizontal: 0;
    --container-padding-horizontal: 10px;
    --container-desktop-margin: 462px;
    --navigation-header-height: 5rem;
    --navigation-bottom: 2px;
    --hero-image-height: 375px;
    --main-container-padding-top: 0;
    --main-container-padding-top-with-breadcrumbs: 0;
    --block-space-bottom: 1.6rem;
    --content-width: 100%;
    --subheading-indent: 0;
    --block-box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
    --grid-width: 72px;
    --grid-spacing: 30px;
    --ico-arrow-down: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxMiA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPu+LuTwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cG9seWdvbiBpZD0i74u5IiBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHBvaW50cz0iNiA3Ljk4NDM3NSAxMiAxLjk4NDM3NSAxMC41OTM3NSAwLjU3ODEyNSA2IDUuMTcxODc1IDEuNDA2MjUgMC41NzgxMjUgMCAxLjk4NDM3NSI+PC9wb2x5Z29uPgogICAgPC9nPgo8L3N2Zz4=");
    --ico-envelope: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjZweCIgaGVpZ2h0PSIyMXB4IiB2aWV3Qm94PSIwIDAgMjYgMjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+RW52ZWxvcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Imljb25maW5kZXJfMTM0MTQ2X21haWxfZW1haWxfaWNvbi0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjAwMDAwMCwgMS4wMDAwMDApIiBzdHJva2U9IiNGMUU2QjIiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgICAgICAgIDxnIGlkPSJpY29uZmluZGVyXzEzNDE0Nl9tYWlsX2VtYWlsX2ljb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwxNSBMMjAsMiBDMjAsMC44OTU0MzA1IDE5LjEwNDU2OTUsLTIuMDI5MDYxMjVlLTE2IDE4LDAgTDAsMCBMMCwwIEwwLDEzIEMxLjM1MjcwNzVlLTE2LDE0LjEwNDU2OTUgMC44OTU0MzA1LDE1IDIsMTUgTDIwLDE1IEwyMCwxNSBaIiBpZD0icGF0aDI0NTEiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUGF0aC0yIiBwb2ludHM9IjQgMTkgMjQgMTkgMjQgNCI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0tNi4zOTQ4ODQ2MmUtMTQsMS4yODc4NTg3MWUtMTIgTDguNzY4NjA1NjksOC41MzA0NzY5MiBDOS40MTg1NDI3OCw5LjE1OTI3NjYgMTAuNjAxMjAwNSw5LjE1MTgyODQgMTEuMjM3NDExOCw4LjUzNjIwNjMgTDIwLDAuMDY4NjU3MDk0OCIgaWQ9InBhdGgyNDU1Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8bGluZSB4MT0iMC41MDkyMjQ5NyIgeTE9IjE0LjU2MTc3NDEiIHgyPSI3LjI2Mzk3NDU3IiB5Mj0iNy42NTY0NzQ1NCIgaWQ9InBhdGgyNDU3Ij48L2xpbmU+CiAgICAgICAgICAgICAgICA8bGluZSB4MT0iMTkuODgxODczOCIgeTE9IjE0LjQ4MjE3NDEiIHgyPSIxMy4zMDkyMjQyIiB5Mj0iNy43NTIyMjQ1NCIgaWQ9InBhdGgyNDU5Ij48L2xpbmU+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
    --ico-line: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSIycHgiIHZpZXdCb3g9IjAgMCA0MCAyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgo8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwLjAwMDAwMCwgLTkxNi4wMDAwMDApIiBmaWxsPSIjMDAwMDAwIj4KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjAuMDAwMDAwLCA5MDQuMDAwMDAwKSI+CjxnPgo8cmVjdCB4PSIwIiB5PSIxMiIgd2lkdGg9IjQwIiBoZWlnaHQ9IjIiPjwvcmVjdD4KPC9nPgo8L2c+CjwvZz4KPC9nPgo8L3N2Zz4=");
    --ico-location-arrow: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9InBhdGgtMS1pbnNpZGUtMV8zNzU5XzI0NTAwIiBmaWxsPSJ3aGl0ZSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTggMEM4LjA1ODg4IDAgMCA4LjA1ODg4IDAgMThDMCAyNy45NDExIDguMDU4ODggMzYgMTggMzZDMjcuOTQxMSAzNiAzNiAyNy45NDExIDM2IDE4QzM2IDguMDU4ODggMjcuOTQxMSAwIDE4IDBaTTEwIDE4LjUxNzJMMjMgMTNMMTcuNDY5NiAyNVYxOC41MTcySDEwWiIvPgo8L21hc2s+CjxwYXRoIGQ9Ik0yMyAxM0wyMy45MDgyIDEzLjQxODZDMjQuMDgxMSAxMy4wNDMzIDI0LjAwNTUgMTIuNjAwMyAyMy43MTc4IDEyLjMwMzhDMjMuNDMwMSAxMi4wMDcyIDIyLjk4OTcgMTEuOTE4MSAyMi42MDkzIDEyLjA3OTVMMjMgMTNaTTEwIDE4LjUxNzJMOS42MDkzMiAxNy41OTY3QzkuMTcxNjYgMTcuNzgyNSA4LjkyNTI5IDE4LjI1MDcgOS4wMjAwNyAxOC43MTY2QzkuMTE0ODQgMTkuMTgyNSA5LjUyNDU1IDE5LjUxNzIgMTAgMTkuNTE3MlYxOC41MTcyWk0xNy40Njk2IDI1SDE2LjQ2OTZDMTYuNDY5NiAyNS40Njk3IDE2Ljc5NjUgMjUuODc2MSAxNy4yNTU0IDI1Ljk3NjhDMTcuNzE0MiAyNi4wNzc0IDE4LjE4MTIgMjUuODQ1MiAxOC4zNzc4IDI1LjQxODZMMTcuNDY5NiAyNVpNMTcuNDY5NiAxOC41MTcySDE4LjQ2OTZDMTguNDY5NiAxNy45NjUgMTguMDIxOSAxNy41MTcyIDE3LjQ2OTYgMTcuNTE3MlYxOC41MTcyWk0xIDE4QzEgOC42MTExNiA4LjYxMTE2IDEgMTggMVYtMUM3LjUwNjU5IC0xIC0xIDcuNTA2NTkgLTEgMThIMVpNMTggMzVDOC42MTExNiAzNSAxIDI3LjM4ODggMSAxOEgtMUMtMSAyOC40OTM0IDcuNTA2NTkgMzcgMTggMzdWMzVaTTM1IDE4QzM1IDI3LjM4ODggMjcuMzg4OCAzNSAxOCAzNVYzN0MyOC40OTM0IDM3IDM3IDI4LjQ5MzQgMzcgMThIMzVaTTE4IDFDMjcuMzg4OCAxIDM1IDguNjExMTYgMzUgMThIMzdDMzcgNy41MDY1OSAyOC40OTM0IC0xIDE4IC0xVjFaTTIyLjYwOTMgMTIuMDc5NUw5LjYwOTMyIDE3LjU5NjdMMTAuMzkwNyAxOS40Mzc4TDIzLjM5MDcgMTMuOTIwNUwyMi42MDkzIDEyLjA3OTVaTTE4LjM3NzggMjUuNDE4NkwyMy45MDgyIDEzLjQxODZMMjIuMDkxOCAxMi41ODE0TDE2LjU2MTQgMjQuNTgxNEwxOC4zNzc4IDI1LjQxODZaTTE2LjQ2OTYgMTguNTE3MlYyNUgxOC40Njk2VjE4LjUxNzJIMTYuNDY5NlpNMTAgMTkuNTE3MkgxNy40Njk2VjE3LjUxNzJIMTBWMTkuNTE3MloiIGZpbGw9IiM4ODBEMjciIG1hc2s9InVybCgjcGF0aC0xLWluc2lkZS0xXzM3NTlfMjQ1MDApIi8+Cjwvc3ZnPgo=");
    --hero-left-indent: 0;
    --hero-content-max-width: 100%;
    --swiper-progress-bar-height: 2px;
    --swiper-progress-bar-default: var(--secondary-400);
    --swiper-progress-bar-fill: var(--accent-400)
}

:root.firefox, :root.win32.chrome, :root.android.chrome {
    --font-offset-ratio: 0.085
}

@media screen and (min-width: 821px) {
    :root {
        --screen-width: 821px;
        --font-reference: 821px
    }
}

@media screen and (min-width: 1024px) {
    :root {
        --screen-width: 100vw;
        --font-reference: 100vw
    }
}

@media screen and (min-width: 1200px) {
    :root {
        --screen-width: 1200px;
        --font-reference: 1200px
    }
}

@media screen and (min-width: 821px) {
    :root {
        --container-margin-horizontal: calc(var(--container-desktop-margin) / 2);
        --container-padding-horizontal: 32px
    }
}

@media screen and (min-width: 1200px) {
    :root {
        --container-margin-horizontal: var(--container-desktop-margin)
    }
}

@media screen and (min-width: 821px) {
    :root {
        --navigation-header-height: 100px
    }
}

@media screen and (min-width: 821px) {
    :root {
        --hero-image-height: 729px
    }
}

@media screen and (min-width: 821px) {
    :root {
        --main-container-padding-top: var(--navigation-header-height);
        --main-container-padding-top-with-breadcrumbs: calc(var(--main-container-padding-top) + 34px)
    }
}

@media screen and (min-width: 821px) {
    :root {
        --block-space-bottom: 2rem
    }
}

@media screen and (min-width: 1200px) {
    :root {
        --block-space-bottom: 3.5rem
    }
}

@media screen and (min-width: 1200px) {
    :root {
        --content-width: 1200px
    }
}

@media screen and (min-width: 1200px) {
    :root {
        --subheading-indent: 4.375rem
    }
}

@media screen and (min-width: 821px) {
    :root {
        --hero-left-indent: 4.375rem;
        --hero-content-max-width: 483px
    }
}

:root[lang=el-gr] {
    --font-primary: Arial, sans-serif;
    --font-secondary: Arial, sans-serif;
    --font-tertiary: Arial, sans-serif
}

@font-face {
    font-family: "JJ2";
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.jamesonwhiskey.com/jj2/1.0.0/jj2_lt-webfont.woff2) format("woff2")
}

@font-face {
    font-family: "JJ2";
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.jamesonwhiskey.com/jj2/1.0.0/jj2_bk-webfont.woff2) format("woff2")
}

@font-face {
    font-family: "JJ2";
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.jamesonwhiskey.com/jj2/1.0.0/jj2_bd-webfont.woff2) format("woff2")
}

#prc-tp-cat-all-toggle {
    visibility: visible
}

html {
    min-height: 100%;
    font-family: var(--primary-font-family);
    scroll-behavior: smooth;
    overflow-x: hidden
}

html.modal-video-playing {
    overflow-y: hidden
}

html .cblvc-modal-container {
    position: fixed;
    z-index: 10;
    inset: 0;
    display: grid;
    pointer-events: none;
    grid-template:"main"/1fr;
    place-items: center;
    background-color: rgba(0, 0, 0, .601);
    padding: var(--global-block-spacing) var(--global-inline-spacing)
}

@media screen and (min-width: 1200px) {
    html .cblvc-modal-container {
        padding: calc(100 / var(--desktop-design-reference) * var(--screen-width-desktop))
    }
}

html .cblvc-modal-container.video-playing {
    z-index: 999;
    pointer-events: all
}

html .cblvc-modal-container.video-playing .cblvc-modal-container__modal-close {
    opacity: 1;
    transition: opacity 1s 1s
}

html .cblvc-modal-container.video-playing .cblvc-modal-container__modal-inner {
    opacity: 1;
    transition: opacity 1s 1s
}

html .cblvc-modal-container__modal-inner {
    grid-area: main;
    display: grid;
    grid-template:"modal"/1fr;
    background: var(--black);
    opacity: 0;
    transition: opacity 1s;
    width: 100%;
    max-width: calc(1000 / var(--mobile-design-reference) * var(--screen-width-mobile))
}

@media screen and (min-width: 821px) {
    html .cblvc-modal-container__modal-inner {
        width: auto;
        max-width: calc(1000 / var(--portrait-design-reference) * var(--screen-width-portrait))
    }
}

@media screen and (min-width: 1024px) {
    html .cblvc-modal-container__modal-inner {
        max-width: calc(1000 / var(--desktop-design-reference) * var(--screen-width-desktop))
    }
}

html .cblvc-modal-container__video-player {
    grid-area: modal;
    height: auto;
    width: 100%;
    max-height: 90vh
}

@media screen and (min-width: 821px) {
    html .cblvc-modal-container__video-player {
        max-height: 80vh;
        min-height: 50vh
    }
}

html .cblvc-modal-container__modal-close {
    grid-area: modal;
    align-self: flex-start;
    justify-self: flex-end;
    z-index: 99;
    transform: translate(50%, -50%);
    transition: opacity 1s;
    display: grid;
    place-items: center;
    background-color: #fff;
    opacity: 1;
    border-radius: 50px;
    width: calc(35 / var(--desktop-design-reference) * var(--screen-width-static));
    height: calc(35 / var(--desktop-design-reference) * var(--screen-width-static));
    border: none;
    z-index: 100;
    padding: 0;
    position: relative
}

html .cblvc-modal-container__modal-close:hover {
    cursor: pointer
}

html .cblvc-modal-container__modal-close::before {
    position: absolute;
    content: "";
    height: calc(20 / var(--desktop-design-reference) * var(--screen-width-static));
    width: calc(20 / var(--desktop-design-reference) * var(--screen-width-static));
    -webkit-clip-path: polygon(15% 0, 0 15%, 35% 50%, 0 85%, 15% 100%, 50% 65%, 85% 100%, 100% 85%, 65% 50%, 100% 15%, 85% 0, 50% 35%);
    clip-path: polygon(15% 0, 0 15%, 35% 50%, 0 85%, 15% 100%, 50% 65%, 85% 100%, 100% 85%, 65% 50%, 100% 15%, 85% 0, 50% 35%);
    background-color: #000
}

@supports not (aspect-ratio: 1/1) {
    html .cblvc-modal-container__modal-close::before {
        top: 50%;
        left: 50%;
        transform: translate(-25%, -50%)
    }
}

html.modal-active {
    overflow: hidden;
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overscroll-behavior: none
}

header, footer {
    max-width: 1920px;
    margin: 0 auto
}

header pre.sf-dump *, footer pre.sf-dump * {
    font-size: 15px
}

body {
    background-color: var(--secondary-200);
    margin-inline: auto !important
}

.body-container-background-image__picture {
    height: 100%;
    position: fixed;
    inset: 0
}

.body-container-background-image__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.body-container-background-video {
    position: fixed;
    -o-object-fit: cover;
    object-fit: cover;
    inset: 0;
    width: 100%
}

.wp-block-pr-bazaarvoice-bazaarvoice {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.5rem;
    padding-bottom: 2rem
}

.wp-block-pr-bazaarvoice-bazaarvoice .bv-rnr__sc-10ra6n1-2 {
    display: none
}

.wp-block-pr-bazaarvoice-bazaarvoice .bv-rnr__sc-16dr7i1-0 {
    margin-bottom: 25px
}

@media screen and (min-width: 1024px) {
    .wp-block-pr-bazaarvoice-bazaarvoice .bv-rnr__sc-10ra6n1-0 {
        display: grid;
        grid-template-columns:1fr 1fr 1fr;
        -moz-column-gap: 25px;
        column-gap: 25px
    }
}

.wp-block-pr-bazaarvoice-bazaarvoice .ghmrMg {
    color: var(--neutral-100)
}

.wp-block-pr-bazaarvoice-bazaarvoice ul[role=presentation] {
    display: flex
}

.wp-block-pr-bazaarvoice-bazaarvoice ul[role=presentation] li {
    align-self: center;
    margin-top: 10px;
    margin-bottom: 10px
}

.wp-block-pr-bazaarvoice-bazaarvoice input {
    background: rgba(0, 0, 0, 0)
}

.wp-block-pr-bazaarvoice-bazaarvoice [aria-haspopup=listbox], .wp-block-pr-bazaarvoice-bazaarvoice .eGdSeJ {
    background-color: rgba(0, 0, 0, 0)
}

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

.grecaptcha-badge {
    z-index: 50;
    bottom: 0 !important
}

sup {
    vertical-align: super;
    font-size: smaller
}

.evidon-consent-button, .evidon-prefdiag-overlay, .evidon-banner {
    color: var(--black)
}

.evidon-consent-button img, .evidon-prefdiag-overlay img, .evidon-banner img {
    width: auto
}

.evidon-consent-button a, .evidon-prefdiag-overlay a, .evidon-banner a {
    color: var(--neutral-100);
    text-decoration: underline;
    font-size: unset
}

@media screen and (min-width: 821px) {
    .main-container__custom-breadcrumbs .hero {
        padding-top: var(--main-container-padding-top-with-breadcrumbs)
    }
}

@media screen and (max-width: 821px) {
    .main-container > section:not(.hero):not(.full-width):not(.split-promo-v2) {
        padding: 0 var(--container-padding-horizontal) 0
    }

    .main-container > section.hero {
        margin: 0;
        width: 100vw
    }

    .main-container > section.hero-no-image {
        margin: 0 var(--container-padding-horizontal) 0;
        width: calc(100vw - var(--container-padding-horizontal) * 2)
    }

    .main-container__no-hero {
        padding-top: 100px
    }

    .main-container > section.site-breadcrumbs:first-child {
        padding-top: calc(var(--navigation-header-height) + var(--navigation-breadcrumb-margin) + var(--navigation-bottom))
    }
}

.cst__legal-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    letter-spacing: .1em;
    color: var(--white);
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    padding: calc(16 / var(--mobile-design-reference) * var(--screen-width-mobile)) calc(15 / var(--mobile-design-reference) * var(--screen-width-mobile)) calc(20 / var(--mobile-design-reference) * var(--screen-width-mobile)) calc(15 / var(--mobile-design-reference) * var(--screen-width-mobile));
    font-size: calc(16 / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier));
    z-index: 9999
}

@media screen and (min-width: 821px) {
    .cst__legal-banner {
        letter-spacing: .3em;
        font-size: calc(18 / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier));
        padding: calc(16 / var(--portrait-design-reference) * var(--screen-width-portrait)) calc(100 / var(--portrait-design-reference) * var(--screen-width-portrait)) calc(20 / var(--portrait-design-reference) * var(--screen-width-portrait))
    }
}

@media screen and (min-width: 1024px) {
    .cst__legal-banner {
        padding: calc(20 / var(--desktop-design-reference) * var(--screen-width-desktop)) calc(130 / var(--desktop-design-reference) * var(--screen-width-desktop)) calc(20 / var(--desktop-design-reference) * var(--screen-width-desktop));
        font-size: calc(35 / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.cst__legal-banner img {
    display: inline-block;
    height: calc(18 / var(--mobile-design-reference) * var(--screen-width-mobile));
    padding: 0 calc(15 / var(--desktop-design-reference) * var(--screen-width-static)) 0 calc(5 / var(--desktop-design-reference) * var(--screen-width-static));
    width: auto
}

@media screen and (min-width: 821px) {
    .cst__legal-banner img {
        height: calc(30 / var(--portrait-design-reference) * var(--screen-width-portrait))
    }
}

@media screen and (min-width: 1024px) {
    .cst__legal-banner img {
        height: calc(50 / var(--desktop-design-reference) * var(--screen-width-desktop))
    }
}

.hide {
    display: none !important
}

@media screen and (max-width: 820px) {
    .hide-mobile {
        display: none !important
    }
}

@media screen and (min-width: 821px) {
    .hide-portrait {
        display: none !important
    }
}

.invisible {
    visibility: hidden;
    opacity: 0
}

.main-container > [class^=modal] {
    visibility: hidden;
    opacity: 0
}

#_evidon-barrier-wrapper {
    z-index: 9998 !important;
    filter: none !important
}

#_evidon-barrier-wrapper #_evidon-banner-content img#_evidon-banner-logo {
    width: auto !important;
    height: 100px !important
}

body {
    color: var(--primary-400);
    --font-size-multiplier: var(--global-font-multiplier-primary)
}

h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b, h4 strong, h4 b, h5 strong, h5 b, h6 strong, h6 b {
    font-weight: var(--weight-bold)
}

h1, .h1 {
    font-family: var(--secondary-font-family);
    font-weight: var(--weight-bold);
    --font-size-multiplier: var(--global-font-multiplier-secondary);
    font-size: calc(44.5 / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

@media screen and (min-width: 821px) {
    h1, .h1 {
        font-size: calc(42.6 / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    h1, .h1 {
        line-height: 110%;
        font-size: calc(60 / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

h2, .h2 {
    font-family: var(--secondary-font-family);
    font-weight: var(--weight-bold);
    --font-size-multiplier: var(--global-font-multiplier-secondary);
    font-size: calc(30 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    line-height: 120%
}

h3, .h3 {
    font-family: var(--tertiary-font-family);
    font-weight: var(--weight-demi-bold);
    --font-size-multiplier: var(--global-font-multiplier-tertiary);
    text-transform: uppercase;
    font-size: calc(20 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier))
}

h4, .h4 {
    font-family: var(--secondary-font-family);
    font-weight: var(--weight-bold);
    --font-size-multiplier: var(--global-font-multiplier-secondary);
    text-transform: uppercase;
    font-size: calc(14 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier))
}

h5, .h5 {
    font-family: var(--secondary-font-family);
    font-weight: var(--weight-bold);
    --font-size-multiplier: var(--global-font-multiplier-secondary);
    text-transform: uppercase;
    font-size: calc(12 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier))
}

h6, .h6 {
    font-family: var(--tertiary-font-family);
    font-weight: var(--weight-demi-bold);
    --font-size-multiplier: var(--global-font-multiplier-tertiary);
    text-transform: uppercase;
    font-size: calc(12 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    letter-spacing: 2px;
    line-height: 150%
}

p {
    line-height: 175%;
    font-size: calc(14 / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier));
    margin-bottom: calc(13 / var(--desktop-design-reference) * var(--screen-width-static))
}

@media screen and (min-width: 821px) {
    p {
        font-size: calc(14 / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    p {
        font-size: calc(16 / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

p strong, p b {
    font-weight: var(--weight-demi-bold)
}

p em {
    font-style: italic
}

li strong, li b {
    font-weight: var(--weight-demi-bold)
}

a {
    color: var(--link-color);
    text-decoration: underline;
    font-weight: 600
}

a:hover {
    text-decoration: none
}

small {
    line-height: 200%;
    font-size: calc(12 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier))
}

blockquote {
    quotes: "“" "”" "‘" "’";
    font-weight: bold
}

blockquote::before {
    content: open-quote
}

blockquote::after {
    content: close-quote
}

blockquote > p {
    display: inline
}

q::before {
    content: open-quote
}

q::after {
    content: close-quote
}

ol, ul {
    list-style-type: none
}

@keyframes example {
}

:root[lang=ja-jp] .reduce-font-size, :root[lang=ja-jp] .reduce-font-size-1 {
    font-size: .75em
}

:root[lang=ja-jp] .reduce-font-size-2 {
    font-size: .6em
}

:root[lang=ja-jp] .reduce-font-size-3 {
    font-size: .5em
}

:root {
    --ico-calendar: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0iTTE3Ljk3MSA4SDEuOTk3VjQuOTcxQS45Ny45NyAwIDAgMSAyLjk2NiA0aDEuMDI3djJINS45OVY0aDcuOTg3djJoMS45OTdWNGguOTk4YTEgMSAwIDAgMSAuOTk4IDF2M3ptMCA5YzAgLjU1LS40NDkgMS0uOTk4IDFIMi45OTVhMSAxIDAgMCAxLS45OTgtMXYtN2gxNS45NzR2N3ptLTE3LjkwNy43NjFjMCAxLjEwNC45NTcgMi4yMzkgMi4wNiAyLjIzOWgxNS45NzRDMTkuMjAxIDIwIDIwIDE4Ljk3OSAyMCAxNy43NjFsLS4wMzItMTMuMDUzYzAtMi4wODItLjI4MS0yLjcwOC0zLjk5NC0yLjcwOFYwaC0xLjk5N3YySDUuOTlWMEgzLjk5NHYySDEuOTk3Qy44OTkgMiAwIDIuOSAwIDRsLjA2NCAxMy43NjF6IiBmaWxsPSIjODgwZDI3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjwvcGF0aD48L3N2Zz4=");
    --ico-print: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjZweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjYgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+74awPC90aXRsZT4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik0xOS45ODA0Njg4LDUuOTQyMDA3MjEgTDE5Ljk4MDQ2ODgsMC45NjE1Mzg0NjIgTDQuOTgwNDY4NzUsMC45NjE1Mzg0NjIgTDQuOTgwNDY4NzUsNS45NDIwMDcyMSBMMTkuOTgwNDY4OCw1Ljk0MjAwNzIxIFogTTE5Ljk4MDQ2ODgsMjMuNDYxNTM4NSBMMTkuOTgwNDY4OCwxOC40ODEwNjk3IEwyNS4wMTk1MzEyLDE4LjQ4MTA2OTcgTDI1LjAxOTUzMTIsMTAuOTgxMDY5NyBDMjUuMDE5NTMxMiw5LjkyNjM4MjIxIDI0LjY0ODQzNzUsOS4wMzc3MTAzNCAyMy45MDYyNSw4LjMxNTA1NDA5IEMyMy4xNjQwNjI1LDcuNTkyMzk3ODQgMjIuMjg1MTU2Miw3LjIzMTA2OTcxIDIxLjI2OTUzMTIsNy4yMzEwNjk3MSBMMjEuMjY5NTMxMiw3LjIzMTA2OTcxIEwzLjc1LDcuMjMxMDY5NzEgQzIuNjk1MzEyNSw3LjIzMTA2OTcxIDEuODA2NjQwNjIsNy41OTIzOTc4NCAxLjA4Mzk4NDM4LDguMzE1MDU0MDkgQzAuMzYxMzI4MTI1LDkuMDM3NzEwMzQgMCw5LjkyNjM4MjIxIDAsMTAuOTgxMDY5NyBMMCwxMC45ODEwNjk3IEwwLDE4LjQ4MTA2OTcgTDQuOTgwNDY4NzUsMTguNDgxMDY5NyBMNC45ODA0Njg3NSwyMy40NjE1Mzg1IEwxOS45ODA0Njg4LDIzLjQ2MTUzODUgWiBNMjEuMjQwMjM0NCwxMi4yMTE1Mzg1IEMyMC45MDgyMDMxLDEyLjIxMTUzODUgMjAuNjA1NDY4OCwxMi4wOTQzNTEgMjAuMzMyMDMxMiwxMS44NTk5NzYgQzIwLjA5NzY1NjIsMTEuNTg2NTM4NSAxOS45ODA0Njg4LDExLjI4MzgwNDEgMTkuOTgwNDY4OCwxMC45NTE3NzI4IEMxOS45ODA0Njg4LDEwLjYxOTc0MTYgMjAuMTA3NDIxOSwxMC4zMjY3NzI4IDIwLjM2MTMyODEsMTAuMDcyODY2NiBDMjAuNjE1MjM0NCw5LjgxODk2MDM0IDIwLjkwODIwMzEsOS42OTIwMDcyMSAyMS4yNDAyMzQ0LDkuNjkyMDA3MjEgQzIxLjU3MjI2NTYsOS42OTIwMDcyMSAyMS44NjUyMzQ0LDkuODE4OTYwMzQgMjIuMTE5MTQwNiwxMC4wNzI4NjY2IEMyMi4zNzMwNDY5LDEwLjMyNjc3MjggMjIuNSwxMC42MTk3NDE2IDIyLjUsMTAuOTUxNzcyOCBDMjIuNSwxMS4yODM4MDQxIDIyLjM3MzA0NjksMTEuNTc2NzcyOCAyMi4xMTkxNDA2LDExLjgzMDY3OTEgQzIxLjg2NTIzNDQsMTIuMDg0NTg1MyAyMS41NzIyNjU2LDEyLjIxMTUzODUgMjEuMjQwMjM0NCwxMi4yMTE1Mzg1IFogTTE3LjUxOTUzMTIsMjAuOTQyMDA3MiBMNy41LDIwLjk0MjAwNzIgTDcuNSwxNC43MzEwNjk3IEwxNy41MTk1MzEyLDE0LjczMTA2OTcgTDE3LjUxOTUzMTIsMjAuOTQyMDA3MiBaIiBpZD0i74awIiBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+");
    --ico-arrow-big: url("data:image/svg+xml;base64,ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQwIiBoZWlnaHQ9IjEzLjY1NyIgdmlld0JveD0iMCAwIDQwIDEzLjY1NyI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggaWQ9IkNvbWJpbmVkX1NoYXBlX0NvcHkiIGRhdGEtbmFtZT0iQ29tYmluZWQgU2hhcGUgQ29weSIKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZD0iTTMyLjQ2NSwxMy4zNjRhMSwxLDAsMCwxLDAtMS40MTVsNC4xMjEtNC4xMjFIMWExLDEsMCwwLDEsMC0ySDM2LjU4NkwzMi40NjUsMS43MDdBMSwxLDAsMSwxLDMzLjg3OS4yOTNMMzkuNTM1LDUuOTVhMS4wMTIsMS4wMTIsMCwwLDEsLjA4LjA5LDEsMSwwLDAsMSwwLDEuNTc3LDEuMDA3LDEuMDA3LDAsMCwxLS4wOC4wOWwtNS42NTcsNS42NTdhMSwxLDAsMCwxLTEuNDE0LDBaIgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIi8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9zdmc+");
    --ico-sharing: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgogICAgICAgIHdpZHRoPSIyNXB4IiBoZWlnaHQ9IjI1cHgiIHZpZXdCb3g9IjAgMCA0ODMgNDgzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNSAyNTsiIGZpbGw9ImJsYWNrIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KICAgIDxnPgogICAgICAgIDxwYXRoIGQ9Ik0zOTUuNzIsMGMtNDguMjA0LDAtODcuMjgxLDM5LjA3OC04Ny4yODEsODcuMjgxYzAsMi4wMzYsMC4xNjQsNC4wMywwLjMwOSw2LjAyOWwtMTYxLjIzMyw3NS42NzQKICAgICAgICAgICAgYy0xNS42NjgtMTQuOTcxLTM2Ljg1Mi0yNC4yMTUtNjAuMjMxLTI0LjIxNWMtNDguMjA0LDAuMDAxLTg3LjI4MiwzOS4wNzktODcuMjgyLDg3LjI4MmMwLDQ4LjIwNCwzOS4wNzgsODcuMjgxLDg3LjI4MSw4Ny4yODEKICAgICAgICAgICAgYzE1LjIwNiwwLDI5LjUwMS0zLjkwNyw0MS45NDgtMTAuNzQxbDY5Ljc4OSw1OC44MDZjLTMuMDU2LDguODk2LTQuNzg5LDE4LjM5Ni00Ljc4OSwyOC4zMjJjMCw0OC4yMDQsMzkuMDc4LDg3LjI4MSw4Ny4yODEsODcuMjgxCiAgICAgICAgICAgIGM0OC4yMDUsMCw4Ny4yODEtMzkuMDc4LDg3LjI4MS04Ny4yODFzLTM5LjA3Ny04Ny4yODEtODcuMjgxLTg3LjI4MWMtMTUuMjA1LDAtMjkuNSwzLjkwOC00MS45NDksMTAuNzRsLTY5Ljc4OC01OC44MDUKICAgICAgICAgICAgYzMuMDU3LTguODkxLDQuNzg5LTE4LjM5Niw0Ljc4OS0yOC4zMjJjMC0yLjAzNS0wLjE2NC00LjAyNC0wLjMwOC02LjAyOWwxNjEuMjMyLTc1LjY3NGMxNS42NjgsMTQuOTcxLDM2Ljg1MiwyNC4yMTUsNjAuMjMsMjQuMjE1CiAgICAgICAgICAgIGM0OC4yMDMsMCw4Ny4yODEtMzkuMDc4LDg3LjI4MS04Ny4yODFDNDgyLjk5OSwzOS4wNzksNDQzLjkyMywwLDM5NS43MiwweiIvPgogICAgPC9nPgo8L3N2Zz4=");
    --ico-play-video: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzRweCIgaGVpZ2h0PSIzNHB4IiB2aWV3Qm94PSIwIDAgMzQgMzQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+746pPC90aXRsZT4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik0xNi42Nzk2ODc1LDMzLjY0MDYyNSBDMjEuMjg5MDYyNSwzMy42NDA2MjUgMjUuMjIxMzU0MiwzMi4wMTMwMjA4IDI4LjQ3NjU2MjUsMjguNzU3ODEyNSBDMzEuNzMxNzcwOCwyNS41MDI2MDQyIDMzLjM1OTM3NSwyMS41ODMzMzMzIDMzLjM1OTM3NSwxNyBDMzMuMzU5Mzc1LDEyLjQxNjY2NjcgMzEuNzMxNzcwOCw4LjQ5NzM5NTgzIDI4LjQ3NjU2MjUsNS4yNDIxODc1IEMyNS4yMjEzNTQyLDEuOTg2OTc5MTcgMjEuMjg5MDYyNSwwLjM1OTM3NSAxNi42Nzk2ODc1LDAuMzU5Mzc1IEMxMi4wNzAzMTI1LDAuMzU5Mzc1IDguMTI1LDIgNC44NDM3NSw1LjI4MTI1IEMxLjYxNDU4MzMzLDguNTEwNDE2NjcgMCwxMi40MTY2NjY3IDAsMTcgQzAsMjEuNTgzMzMzMyAxLjYyNzYwNDE3LDI1LjUwMjYwNDIgNC44ODI4MTI1LDI4Ljc1NzgxMjUgQzguMTM4MDIwODMsMzIuMDEzMDIwOCAxMi4wNzAzMTI1LDMzLjY0MDYyNSAxNi42Nzk2ODc1LDMzLjY0MDYyNSBaIE0xMy4zNTkzNzUsMjQuNSBMMTMuMzU5Mzc1LDkuNSBMMjMuMzU5Mzc1LDE3IEwxMy4zNTkzNzUsMjQuNSBaIiBpZD0iUGxheSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==");
    --ico-arrow-horizontal: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA0MCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMy44Nzg3IDAuMjkyODkzQzMzLjQ4ODIgLTAuMDk3NjMxMSAzMi44NTUgLTAuMDk3NjMxMSAzMi40NjQ1IDAuMjkyODkzQzMyLjA3MzkgMC42ODM0MTcgMzIuMDczOSAxLjMxNjU4IDMyLjQ2NDUgMS43MDcxMUwzNi41ODU4IDUuODI4NDNIMUMwLjQ0NzcxNSA1LjgyODQzIDAgNi4yNzYxNCAwIDYuODI4NDNDMCA3LjM4MDcxIDAuNDQ3NzE0IDcuODI4NDMgMC45OTk5OTkgNy44Mjg0M0gzNi41ODU4TDMyLjQ2NDUgMTEuOTQ5N0MzMi4wNzM5IDEyLjM0MDMgMzIuMDczOSAxMi45NzM0IDMyLjQ2NDUgMTMuMzY0QzMyLjg1NSAxMy43NTQ1IDMzLjQ4ODIgMTMuNzU0NSAzMy44Nzg3IDEzLjM2NEwzOS41MzU1IDcuNzA3MTFDMzkuNTY0NiA3LjY3ODAxIDM5LjU5MTYgNy42NDc1OCAzOS42MTYzIDcuNjE1OThDMzkuODQ5OSA3LjQzMjkzIDQwIDcuMTQ4MjEgNDAgNi44Mjg0M0M0MCA2LjUwODY1IDM5Ljg0OTkgNi4yMjM5NCAzOS42MTYzIDYuMDQwODlDMzkuNTkxNiA2LjAwOTI5IDM5LjU2NDYgNS45Nzg4NSAzOS41MzU1IDUuOTQ5NzVMMzMuODc4NyAwLjI5Mjg5M1oiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");
    --ico-dickies-dashed-shape: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQUAAAAnCAYAAAAGhV0YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMeSURBVHgB7d3xTdtAFMfxH1IHIBscG4QNvEHpBIQJYAPcBQoTNNmAToDVCVAXIJ2AbECbJ3JKivBzfM1DNvp+pPsL/CMJ50vO93KW4lXrNl+35br9cVrjZNx1HNvW5k5mU5h55WSuCjM/t+QdF+ZZm7ZkTgvznjeP5y0XhZmPalcXZt635B2pvB/dOJlNQZ69lldOZkk/ssy2fjTZ43h73ZKCVeoeCHKz35s6WalHVm6N/Cc5Lcw8djJnBZkL+Wr16ySrzTGe256P0TK9wXCyeR59Mp/W7awj86Fnpg0yXj86Uf//T9fJclqYeeh+NJevVnc/elSga/17wl/qHUYhAEVsYLNz9VlBdgeEWwEYMpuuLPRyvn5XgKTtgDATgKHb/ZSQFCDPg/iEAIxDPmdrBbjU9hpCEoChy1P9kAuMSdsR51wAhs6uJeRpw1QBFtpvWQTAMOR6iJCLi5X2qwsAMCxWJ5IEAAAAAADgqzYthK1vXgnAWNQKrknIqw0Ahs++HRpaytyImgRgLKweIbSUeSZKmYExqbWdNhzrwJIoZQbGxKYNVrVo04aQc3Yhpg3AWITvkzDTdp+EJABDl/fNtGlDUoDQCxUADirvRRk2bcjfuV4KwNDtThvuFSCJaQMwJnkr++KahE8dP88FSl/X7bcADJ29gf9ct18KOmcrBdZKAwAAAACADyPJv78fgGGxmgRbELDVhkoBFnqplT74FycAHFx4KfPuLcoBDF8uZbY7eCcFoJQZGI+JtqXMIbugUcoMjIdNG270DturWQu5fRSAg5opeHu1hdgnARiLWts38VpB+JQADFvSy13d83W/8Gt/u3/orWZLlNcdGfOOjNfN/ua5k2dLok1BpjewpcLM1JHZ9fq9bg/yl3ytTmTVM3PekXlZkPlNvuuemU/y+9GR+vcjm0+fO5l2Ma4pyPT60UlhZnIyT7V/P7KsSsGS9nuSbZ3uTPu/OLttpXazwszGybwtzPzhZDaFmbWTuSzMnLXkTQrzvGKY0//IbOtHXwozn9TuojCzbR8CG7hK+9Gdk9l0HLvcHF/pHfwFv3zmrympsFkAAAAASUVORK5CYII=");
    --ico-closing-quote-carribean-mix: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAgCAYAAACGhPFEAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGZSURBVHgB7ZjLUcMwFEXvE9mwowGCWDKwSAe4A0pIWnAFJAWE0AFOB6GDlMCCTLYaKjAFWELCfPKxLIE0gsz4bPLxG72bEyWWRKtpf4wYMCYuc1HYLq+mpyOAOCLQA8MtIkBQS/1QWK8zNlRQGSLAcIB0oVPRhU5FFzoVXehUdKFT0YVORbTQSqlXpKGMZ5rYAgkg0FO00HqgJRKgQPMeLAt3/YkyvWjn8KO4yIVoK5CSHokp0dCH+24OdK04RrkgW8HzXb8gwhAeMLBzV2gb79swRg8+tQrIr/KX+xjTo/ht4J9gLJvA5rk1NCM6gwfa8gQBKByd+NXR5LunBQk1gJtwyyQzZ4m2vLnTbwxt5pme7E4DoZbXM8717+bGVbdpue7bmIZ8jhWCLVdKjl01u5YNe6HrQxVwOIhk2fnvtGu57r33zv+2bNgKfQiW6/5br9yWJTD5S8uGr9DrWd8E5nAMpA//CgQQatnAPgfSBkdwUEHNE1letp3AmgWT+cqzj0WIsBXq+34Zank14wOCvG7rY6haLBveAIYjkthEUM54AAAAAElFTkSuQmCC");
    --ico-opening-quote-carribean-mix: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAgCAYAAACGhPFEAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGgSURBVHgB7ZfPTcMwFMY/W7nDAghzpAipI2SEbkA7QiagOQPKCLQbdAM6Qjm0PWLBAl0gNs/lX5UmtosjU6T8TpHfs9+XTy9PMYOF5cPZEJw9wgEHv7jMpMQvWRdCKKgXdyYfXWVywu057BZuJiGCDaVWY1cOA5NGsHluFL11GRBwQC7nCMC4zBhuXHkaLP+p2ajmOF021Io+Zpc/6taqcbusgPwvXDbsifZx2RyUgE8QgK/LZE9WXeHVg3xcLqGnkVye97K3WXW94rQyby5gZxPL5bLSy1/w3YOoT4dwMwt1WUEXrhzTgteZnNfFdpz2chlM4RkBrO9ESvNg4JEqmwJb0Z8uj+GBht4gAJ1on/lv6sim2Fa0z0fRBqt7MSAxKQJh/j8r3yyo32rc1ote9prZNq6K86cDREvT13WBRKkypTGHA+hT4b1FKmDdtCwE7VMp/BFUR9QFOOPcY8CHoxVStASn8dNHDNhBLlsxjXGKCHDGTtASHP+QTnQsOtGx6ETHohMdi050LDrRsUjoT3eEVrDfHemSkNMlYIoWeAdtCqCnPAKMJAAAAABJRU5ErkJggg==")
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: 1
}

.hamburger.is-active:hover {
    opacity: 1
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #f1e6b2
}

.hamburger-box {
    width: 22px;
    height: 18px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 22px;
    height: 2px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -8px
}

.hamburger-inner::after {
    bottom: -8px
}

.hamburger--vortex .hamburger-inner {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: .1s;
    transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform
}

.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg)
}

.nav ul > li {
    font-size: 14px !important;
    margin-bottom: 0 !important
}

.nav__menu {
    font-size: calc(12 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier))
}

.nav__bar {
    grid-area: logo;
    align-self: center
}

.nav__bar-logo-image {
    height: 70px
}




.nav__bar--fade-in::after, .nav__bar--fade-in-scroll::after {
    opacity: 1
}

.nav__cart-menu .liquid-cart-icon {
    padding-top: 0
}

.nav__cart-menu .liquid-cart-icon svg {
    color: var(--secondary-400);
    width: 24px;
    height: 24px
}

.nav__cart-menu .liquid-cart-icon span {
    color: var(--primary-400);
    background: var(--neutral-100);
    width: 16px;
    height: 16px;
    font-size: 10px;
    font-weight: 600;
    transform: translate(-8px, -18px)
}

.nav__l1 > li > a {
    display: none
}

.nav__l1 > li > span {
    font-size: calc(12 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    color: var(--secondary-400);
    font-weight: var(--weight-demi-bold);
    text-transform: uppercase;
    letter-spacing: 2px
}

[data-currentcolourpalette=theme-2] .nav__l1 > li > span {
    color: #857d66
}

[data-currentcolourpalette=theme-3] .nav__l1 > li > span {
    color: #d6d1c4
}

.nav__l2 {
    margin-bottom: 10px
}

.nav__l2 > li:last-child {
    margin-bottom: .8rem !important
}

.nav__l2 > li:before {
    font-size: 12px;
    content: "―";
    color: rgba(255, 255, 255, .2);
    margin-right: 7px;
    top: -1px
}

.nav__l2 > li > a {
    display: inline-block;
    font-size: calc(14 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    font-weight: var(--weight-demi-bold);
    color: var(--neutral-100);
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0)
}

[data-currentcolourpalette=theme-3] .nav__l2 > li > a {
    font-weight: var(--weight-medium);
    color: #e8e4d6
}

.nav__special {
    color: var(--neutral-100)
}

.nav__special-content {
    font-size: calc(14 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier))
}

[data-currentcolourpalette=theme-3] .nav__special-content {
    color: #e8e4d6
}

.nav__special-content > h2 {
    margin-bottom: 1rem;
    color: var(--secondary-400)
}

[data-currentcolourpalette=theme-3] .nav__special-content > h2 {
    color: #d6d1c4
}

.nav__special-content li:before {
    content: "―";
    color: rgba(255, 255, 255, .2);
    margin-right: 7px;
    top: -1px
}

.nav__special-content li > a {
    text-decoration: none
}

.nav__special-content li > a:hover {
    text-decoration: underline
}

.nav__special-content a {
    color: var(--neutral-100);
    display: inline-block !important
}

.nav__special-link {
    flex-grow: 1;
    height: 280px;
    max-width: 280px;
    overflow-y: hidden;
    width: 100%;
    position: relative;
    color: var(--neutral-100);
    text-decoration: none;
    margin-left: var(--grid-spacing);
    background-color: var(--primary-500);
    padding: 2rem 2rem 0
}

[data-currentcolourpalette=theme-2] .nav__special-link {
    background-color: unset
}

[data-currentcolourpalette=theme-3] .nav__special-link {
    background-color: unset;
    color: #e8e4d6;
    font-weight: var(--weight-medium)
}

.nav__special-link:hover .nav__special-button {
    background-color: var(--neutral-100)
}

.nav__special-link:hover .nav__special-button:before {
    filter: invert(29%) sepia(83%) saturate(1000%) hue-rotate(123deg) brightness(92%) contrast(101%)
}


.nav__special-subheading > div {
    width: 100%
}

.nav__special-picture {
    background: var(--primary-500)
}

.nav__special-picture img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 960;
    opacity: .2;
    filter: grayscale(100%)
}

.nav__special-picture:before {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 980;
    content: "";
    width: 100%;
    height: 100%
}

.nav__special-button {
    width: 80px;
    height: 60px;
    background-color: var(--primary-200);
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color .3s;
    z-index: 1000
}

[data-currentcolourpalette=theme-2] .nav__special-button {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #d58f1e
}

[data-currentcolourpalette=theme-3] .nav__special-button {
    background-color: #d6d1c4;
    border: 1px solid #d6d1c4
}

.nav__special-button:before {
    padding-top: 7px;
    content: var(--ico-arrow-big);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(236deg) brightness(107%) contrast(101%)
}

[data-currentcolourpalette=theme-2] .nav__special-button:before {
    filter: invert(58%) sepia(100%) saturate(366%) hue-rotate(358deg) brightness(85%) contrast(96%)
}

[data-currentcolourpalette=theme-3] .nav__special-button:before {
    filter: invert(3%) sepia(7%) saturate(559%) hue-rotate(22deg) brightness(94%) contrast(92%)
}

@media screen and (min-width: 821px) {
    .header {
        background-color: var(--primary-500);
        width: 100vw;
        z-index: 1000;
        border-bottom: 2px solid rgba(255, 255, 255, .2);
        place-self: center
    }

    .header > div {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
        display: grid;
        grid-template:"logo menu" var(--navigation-header-height)/5rem 1fr
    }

    .nav__bar {
        grid-area: logo;
        align-self: center
    }

    .nav__bar-sign-in {
        display: none
    }

    .nav__menu {
        grid-area: menu;
        align-self: center;
        justify-self: end
    }

    .nav__menu-wrapper {
        display: flex;
        align-items: center
    }

    .nav__back {
        display: none
    }

    .nav__top-menu > div > ul {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .nav__top-menu  > div > ul > li {
        margin-bottom: 0
    }

    .nav__top-menu   a {
        cursor: pointer;
        color: var(--neutral-100);
        text-decoration: none;
        padding: 3em 1.4em;
        font-size: calc(14 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
        font-weight: var(--weight-bold);
        letter-spacing: 1px;
        white-space: nowrap
    }

    [data-currentcolourpalette=theme-2] .nav__top-menu > ul > li > span, [data-currentcolourpalette=theme-2] .nav__top-menu > ul > li > a {
        color: #f4b844
    }

    [data-currentcolourpalette=theme-3] .nav__top-menu > ul > li > span, [data-currentcolourpalette=theme-3] .nav__top-menu > ul > li > a {
        color: #d6d1c4
    }

    .nav__top-menu > ul > li.nav--active > span, .nav__top-menu > ul > li.nav--active > a {
        color: var(--secondary-400);
        border-bottom: 2px solid var(--secondary-400)
    }

    [data-currentcolourpalette=theme-2] .nav__top-menu > ul > li.nav--active > span, [data-currentcolourpalette=theme-2] .nav__top-menu > ul > li.nav--active > a {
        color: #cecabe
    }

    .nav__top-menu > ul > li.nav--active > span:after {
        filter: invert(95%) sepia(11%) saturate(888%) hue-rotate(353deg) brightness(99%) contrast(90%)
    }

    .nav__top-menu > ul > li:hover > span, .nav__top-menu > ul > li:hover > a {
        position: relative;
        color: var(--secondary-400);
        z-index: 1070;
        border-bottom: 2px solid var(--secondary-400)
    }

    [data-currentcolourpalette=theme-2] .nav__top-menu > ul > li:hover > span, [data-currentcolourpalette=theme-2] .nav__top-menu > ul > li:hover > a {
        color: #cecabe;
        border-bottom: 2px solid #f4b844
    }

    .nav__extra-menu > ul {
        display: flex
    }

    .nav__extra-menu > ul > li {
        line-height: unset
    }

    .nav__extra-menu > ul > li > a {
        cursor: pointer;
        text-decoration: none;
        margin-left: 2em
    }

    .nav__ico-envelope {
        width: 30px;
        height: 30px;
        content: var(--ico-envelope)
    }

    .nav__dropdown > .nav__special, .nav__dropdown > ul {
        visibility: hidden;
        opacity: 0;
        transition: all .2s ease-out
    }

    .nav__dropdown > span:after {
        display: inline-block;
        margin-left: 7px;
        filter: invert(100%) sepia(0%) saturate(7478%) hue-rotate(24deg) brightness(110%) contrast(100%);
        content: var(--ico-arrow-down)
    }

    .nav__dropdown:hover > ul, .nav__dropdown:hover > .nav__special {
        visibility: visible;
        opacity: 1
    }

    .nav__dropdown:hover > ul li > a, .nav__dropdown:hover > .nav__special li > a {
        padding-block: .3rem
    }

    .nav__dropdown:hover > span:after {
        filter: invert(89%) sepia(35%) saturate(401%) hue-rotate(332deg) brightness(106%) contrast(89%);
        transform: rotate(180deg);
        transition: transform .2s ease-out
    }

    .nav__l1 {
        display: flex;
        gap: 2rem;
        justify-content: center;
        padding: 2rem 3rem 3rem;
        border-top: 2px solid rgba(255, 255, 255, .2);
        background-color: var(--primary-400);
        position: absolute;
        z-index: 1030;
        top: 100px;
        left: 0;
        max-width: 1920px;
        width: 100%
    }

    [data-currentcolourpalette=theme-2] .nav__l1 {
        background-color: #1c1c1a
    }

    [data-currentcolourpalette=theme-3] .nav__l1 {
        background-color: #141718
    }

    .nav__l1 > li {
        line-height: 1.5rem
    }

    .nav__l1 > li > span {
        display: inline-block;
        margin-bottom: 1rem
    }

    .nav__l2 > li {
        display: flex;
        margin-bottom: 0 !important
    }

    .nav__l2 > li > a {
        font-size: 13px;
        margin-bottom: 1rem;
        border-bottom: 0
    }

    .nav__l2 > li > a:hover {
        text-decoration: underline
    }

    .nav__full-width-button {
        position: absolute;
        bottom: -3.5rem;
        line-height: -3.5rem;
        width: 100%
    }

    [data-currentcolourpalette=theme-2] .nav__full-width-button {
        width: 99.2%
    }

    .nav__full-width-button > a {
        text-align: center;
        line-height: 3.5rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        background-color: var(--primary-200);
        color: var(--neutral-100);
        display: block !important;
        width: 100%;
        font-size: 13px
    }

    [data-currentcolourpalette=theme-2] .nav__full-width-button > a {
        background-color: #1c1c1a;
        color: #d58f1e
    }

    [data-currentcolourpalette=theme-3] .nav__full-width-button > a {
        background-color: #d6d1c4;
        color: #121211
    }

    [data-currentcolourpalette=theme-2] .nav__full-width-button > a {
        border: 2px solid #d58f1e
    }

    .nav__bar-hamburger, .nav__social-menu {
        display: none
    }

    .nav__cart-menu {
        display: block;
        margin-left: 5px
    }

    .nav__special-wrapper {
        display: flex;
        max-width: 1200px;
        margin-inline: auto
    }

    .nav__special-wrapper--inverted {
        flex-direction: row-reverse
    }

    .nav__special-wrapper--inverted .nav__special-content {
        margin-left: 45px
    }

    .nav__special-wrapper--inverted .nav__special-link:first-of-type {
        margin-left: 15px
    }

    .nav__special-content {
        flex-basis: 25%;
        margin-left: 15px
    }

    .nav__special-content > h2 {
        color: var(--secondary-400);
        margin-bottom: 1rem
    }

    [data-currentcolourpalette=theme-2] .nav__special-content > h2 {
        color: #d58f1e
    }

    [data-currentcolourpalette=theme-3] .nav__special-content > h2 {
        color: #d6d1c4
    }

    .nav__special-content a {
        color: var(--neutral-100)
    }

    .nav__special-links {
        flex-basis: 75%;
        display: flex
    }

    .modal-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(var(--neutral-900-rgb), 0.4);
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        transition: visibility .4s ease-out, opacity .2s ease-out;
        z-index: 970
    }

    .modal-menu--active {
        visibility: visible;
        opacity: .4
    }
}

@media (min-width: 821px)and (max-width: 1199px) {
    .nav__menu {
        padding-right: 3rem
    }

    .nav__top-menu > ul > li > span, .nav__top-menu > ul > li > a {
        padding: 1em;
        display: block
    }

    .nav__top-menu > ul > li.nav--active > span, .nav__top-menu > ul > li.nav--active > a, .nav__top-menu > ul > li:hover > span, .nav__top-menu > ul > li:hover > a {
        border-bottom: 0
    }

    .nav__l2 > li:before {
        display: none
    }

    .nav__special-link:nth-child(3) {
        display: none
    }
}

@media screen and (max-width: 821px) {
    .header {
        width: 100vw
    }

    .header > div {
        /*position: fixed;*/
        width: 100vw;
        z-index: 1000
    }

    .nav__icon {
        display: none
    }

    .nav__bar {
        z-index: 1000;
        display: grid;
        grid-template:"logo ... hamburger" 5rem/100px auto 100px;
        border-bottom: var(--navigation-bottom) solid rgba(255, 255, 255, .1)
    }

    .nav__bar-logo {
        grid-area: logo;
        justify-self: center;
        align-self: center
    }

    .nav__bar-logo > a {
        width: 30px;
        display: block
    }

    [data-currentcolourpalette=theme-2] .nav__bar-logo > a {
        width: unset
    }

    .nav__bar-sign-in {
        display: grid
    }

    .nav__bar-sign-in-wrapper {
        width: auto;
        height: auto;
        justify-self: right;
        align-self: center;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 6px 8px 8px 8px;
        border: 1px solid var(--neutral-100);
        margin-right: -20px
    }

    .nav__bar-sign-in-wrapper a {
        text-decoration: none;
        color: var(--neutral-100);
        font-weight: 400;
        font-size: 10px
    }

    .nav__bar-hamburger {
        grid-area: hamburger;
        justify-self: center;
        align-self: center
    }

    .nav__menu {
        background-color: var(--primary-400);
        font-weight: var(--weight-bold);
        color: rgba(var(--neutral-100), 0.2);
        min-height: calc(100vh - 5rem)
    }

    [data-currentcolourpalette=theme-2] .nav__menu {
        background-color: #1c1c1a;
        color: #d58f1e
    }

    .nav__menu-wrapper {
        position: relative;
        height: calc(var(--screen-height) - 5rem)
    }

    .nav__top-menu {
        margin-bottom: 1rem
    }

    .nav__top-menu li {
        line-height: 2rem;
        margin-bottom: 0
    }

    .nav__top-menu a, .nav__top-menu span {
        display: block
    }

    .nav__top-menu > ul {
        margin-left: 10px;
        margin-right: 10px
    }

    .nav__top-menu > ul > li > a, .nav__top-menu > ul > li > span {
        color: var(--neutral-100);
        text-decoration: none;
        font-weight: var(--weight-bold);
        letter-spacing: 1px;
        padding: 14px 20px;
        border-bottom: 2px solid rgba(255, 255, 255, .1);
        cursor: pointer;
        position: relative
    }

    .nav__top-menu > ul > li > span:after {
        filter: invert(87%) sepia(33%) saturate(282%) hue-rotate(3deg) brightness(102%) contrast(89%);
        transform: rotate(-90deg);
        content: var(--ico-arrow-down);
        position: absolute;
        right: 45px;
        top: 15px
    }

    .nav__l1 {
        display: none
    }

    .nav__l1 > li {
        border-bottom: 2px solid rgba(255, 255, 255, .1)
    }

    .nav__l1 > li:nth-last-child(2) {
        border-bottom: 0
    }

    .nav__l1 > li > span {
        padding: 16px 10px 6px 20px
    }

    [data-currentcolourpalette=theme-2] .nav__l1 > li > span {
        font-weight: bold
    }

    .nav__l1.nav__submenu--active {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1050;
        min-height: calc(100vh - 5rem);
        padding-left: 12px;
        padding-right: 12px;
        background-color: var(--primary-400);
        animation: slide-in .3s forwards
    }

    [data-currentcolourpalette=theme-2] .nav__l1.nav__submenu--active {
        background-color: #1c1c1a
    }

    [data-currentcolourpalette=theme-3] .nav__l1.nav__submenu--active {
        background-color: #141718
    }

    .nav__l1.nav__submenu--active > li:first-of-type {
        position: sticky;
        top: 0;
        margin-left: -12px;
        margin-right: -12px;
        background-color: var(--neutral-100);
        color: var(--primary-500);
        text-transform: uppercase;
        padding: 14px 20px 14px 80px;
        border-bottom: 0;
        letter-spacing: 1px;
        z-index: 1150
    }

    .nav__l1.nav__submenu--active > li:first-of-type:after {
        position: absolute;
        right: unset;
        left: 40px;
        top: 14px;
        transform: rotate(90deg);
        content: var(--ico-arrow-down);
        filter: invert(13%) sepia(59%) saturate(5044%) hue-rotate(336deg) brightness(76%) contrast(99%)
    }

    .nav__l1.nav__submenu--inactive {
        animation: slide-out .3s forwards
    }

    .nav__extra-menu {
        position: absolute;
        bottom: 0;
        width: 100%
    }

    .nav__extra-menu a {
        width: 100%;
        text-align: center;
        line-height: 3.5rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        background-color: var(--primary-200);
        color: var(--neutral-100);
        display: block !important;
        width: 100%
    }

    [data-currentcolourpalette=theme-2] .nav__extra-menu a {
        background-color: #1c1c1a;
        color: #d58f1e
    }

    [data-currentcolourpalette=theme-3] .nav__extra-menu a {
        background-color: #d6d1c4;
        color: #121211
    }

    .nav__l2 > li > a {
        padding-top: 0 !important
    }

    .nav__full-width-button {
        position: sticky;
        bottom: 0;
        margin-left: -12px;
        margin-right: -12px;
        border: 0 !important;
        z-index: 1100
    }

    .nav__full-width-button > a {
        text-align: center;
        line-height: 3.5rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        background-color: var(--primary-200);
        color: var(--neutral-100);
        display: block !important;
        width: 100%;
        font-size: 12px
    }

    [data-currentcolourpalette=theme-2] .nav__full-width-button > a {
        background-color: #1c1c1a;
        color: #d58f1e
    }

    [data-currentcolourpalette=theme-3] .nav__full-width-button > a {
        background-color: #d6d1c4;
        color: #121211
    }


    .nav__newsletter {
        text-align: center;
        line-height: 3.5rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        background-color: var(--primary-200);
        color: var(--neutral-100);
        display: block !important;
        width: 100%
    }

    [data-currentcolourpalette=theme-2] .nav__newsletter {
        background-color: #1c1c1a;
        color: #d58f1e
    }

    [data-currentcolourpalette=theme-3] .nav__newsletter {
        background-color: #d6d1c4;
        color: #121211
    }

    .nav__special-content {
        margin: 1rem;
        font-weight: var(--weight-medium)
    }

    .nav__special-content > h2 {
        font-family: var(--secondary-font-family);
        font-weight: var(--weight-bold);
        --font-size-multiplier: var(--global-font-multiplier-secondary);
        text-transform: uppercase;
        font-size: calc(14 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier))
    }

    [data-currentcolourpalette=theme-2] .nav__special-content > h2 {
        color: #d58f1e
    }

    .nav__special-wrapper {
        display: flex;
        max-width: 1200px;
        margin-inline: auto;
        flex-direction: column
    }

    .nav__special-wrapper--inverted {
        flex-direction: column-reverse
    }

    .nav__special-link {
        height: unset;
        overflow-y: hidden;
        max-width: unset;
        margin-inline: 0;
        padding: .2rem 6rem 1rem 1rem;
        margin-bottom: 1rem;
        margin-top: 1rem
    }

    [data-currentcolourpalette=theme-2] .nav__special-link div > span {
        color: #857d66
    }
}

@media screen and (max-width: 821px) {
    .main-container {
        left: 0;
        right: unset
    }

    .main-container--active {
        animation: slide-main-out 1s forwards
    }

    .nav__menu {
        position: absolute;
        overflow-y: auto;
        overflow-x: hidden;
        width: 100vw;
        height: 100%;
        right: 0px;
        transform: translateX(-100%)
    }

    [data-currentcolourpalette=theme-3] .nav__menu {
        background-color: #141718
    }

    .nav__menu--slide-in {
        animation: slide-in .5s forwards
    }

    .nav__menu--slide-out {
        animation: slide-out .5s forwards
    }

    .connects-sign-in-menu-button-uk a {
        border: none !important
    }

    .logged-in-connects .connects-sign-out-menu-button-uk a {
        border: none !important
    }
}

.connects-sign-out-menu-button-uk, .connects-sign-in-menu-button-uk {
    display: none
}

.connects-sign-in-menu-button-uk a {
    border: 1px solid var(--neutral-100);
    padding: 1em 1.4em !important
}

.connects-sign-in-menu-button-uk a:hover {
    border-bottom: 1px solid !important;
    border-color: var(--secondary-400)
}

.logged-in-connects .connects-sign-out-menu-button-uk a {
    border: 1px solid var(--neutral-100);
    padding: 1em 1.4em
}

.logged-in-connects .connects-sign-out-menu-button-uk a:hover {
    border-bottom: 1px solid !important;
    border-color: var(--secondary-400)
}

.logged-in-connects .nav__bar-sign-in {
    display: none
}

.display-list-item {
    display: list-item
}

.hide-sign-in-button .connects-sign-in-menu-button-uk {
    display: none
}

.hide-sign-in-button .nav__bar-sign-in {
    display: none
}

.nav-bar-sign-in-uk {
    display: grid !important
}

@media screen and (min-width: 821px) {
    .nav-bar-sign-in-uk {
        display: none !important
    }
}

@keyframes slide-main-out {
    0% {
        transform: translateX(0%)
    }
    100% {
        transform: translateX(-50%)
    }
}

@keyframes slide-in {
    0% {
        transform: translateX(100%)
    }
    100% {
        transform: translateX(0%)
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0%)
    }
    100% {
        transform: translateX(100%)
    }
}

.spacer {
    width: 100%;
    background-color: var(--spacer-bg-colour);
    height: calc(var(--global-block-spacing) * var(--spacer-size-mult));
    display: var(--display-mobile)
}

@media screen and (min-width: 821px) {
    .spacer {
        display: var(--display-portrait)
    }
}

@media screen and (min-width: 1024px) {
    .spacer {
        display: var(--display-desktop)
    }
}

.btn--primary {
    font-family: var(--secondary-font-family);
    font-weight: var(--weight-bold);
    --font-size-multiplier: var(--global-font-multiplier-secondary);
    font-weight: var(--weight-bold);
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: background-color .4s, color .3s, border-color .5s;
    border: 2px solid var(--white);
    border-radius: 0px;
    letter-spacing: 2px;
    min-width: 180px;
    max-width: 350px;
    font-size: calc(12 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    line-height: 1.5em;
    padding: calc(22 / var(--desktop-design-reference) * var(--screen-width-static)) calc(34 / var(--desktop-design-reference) * var(--screen-width-static));
    color: var(--white);
    background-color: transparent
}

.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
    color: var(--primary-400);
    background-color: var(--white);
    border-color: var(--white)
}

.btn--primary[disabled] {
    color: gray;
    background-color: #fff;
    border-color: gray;
    opacity: .4;
    cursor: default
}

.btn--secondary {
    font-family: var(--secondary-font-family);
    font-weight: var(--weight-bold);
    --font-size-multiplier: var(--global-font-multiplier-secondary);
    font-weight: var(--weight-bold);
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: background-color .4s, color .3s, border-color .5s;
    border: 2px solid var(--accent-400);
    border-radius: 0px;
    letter-spacing: 2px;
    min-width: 180px;
    max-width: 350px;
    font-size: calc(12 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    line-height: 1.5em;
    padding: calc(22 / var(--desktop-design-reference) * var(--screen-width-static)) calc(34 / var(--desktop-design-reference) * var(--screen-width-static));
    color: var(--accent-400);
    background-color: transparent
}

.btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
    color: var(--white);
    background-color: var(--accent-400);
    border-color: var(--accent-400)
}

.btn--secondary[disabled] {
    color: gray;
    background-color: #fff;
    border-color: gray;
    opacity: .4;
    cursor: default
}

.btn--tertiary {
    font-family: var(--secondary-font-family);
    font-weight: var(--weight-bold);
    --font-size-multiplier: var(--global-font-multiplier-secondary);
    font-weight: var(--weight-bold);
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: background-color .4s, color .3s, border-color .5s;
    border: 2px solid var(--primary-200);
    border-radius: 0px;
    letter-spacing: 2px;
    min-width: 180px;
    max-width: 350px;
    font-size: calc(12 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    line-height: 1.5em;
    padding: calc(22 / var(--desktop-design-reference) * var(--screen-width-static)) calc(34 / var(--desktop-design-reference) * var(--screen-width-static));
    color: var(--primary-200);
    background-color: var(--white)
}

.btn--tertiary:hover, .btn--tertiary:active, .btn--tertiary:focus {
    color: var(--white);
    background-color: var(--primary-200);
    border-color: var(--primary-200)
}

.btn--tertiary[disabled] {
    color: gray;
    background-color: #fff;
    border-color: gray;
    opacity: .4;
    cursor: default
}

.btn--quaternary {
    font-family: var(--secondary-font-family);
    font-weight: var(--weight-bold);
    --font-size-multiplier: var(--global-font-multiplier-secondary);
    font-weight: var(--weight-bold);
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: background-color .4s, color .3s, border-color .5s;
    border: 2px solid var(--primary-400);
    border-radius: 0px;
    letter-spacing: 2px;
    min-width: 180px;
    max-width: 350px;
    font-size: calc(12 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    line-height: 1.5em;
    padding: calc(22 / var(--desktop-design-reference) * var(--screen-width-static)) calc(34 / var(--desktop-design-reference) * var(--screen-width-static));
    color: var(--primary-400);
    background-color: transparent
}

.btn--quaternary:hover, .btn--quaternary:active, .btn--quaternary:focus {
    color: var(--white);
    background-color: var(--primary-400);
    border-color: var(--primary-400)
}

.btn--quaternary[disabled] {
    color: gray;
    background-color: #fff;
    border-color: gray;
    opacity: .4;
    cursor: default
}

.btn--quinary {
    font-family: var(--secondary-font-family);
    font-weight: var(--weight-bold);
    --font-size-multiplier: var(--global-font-multiplier-secondary);
    font-weight: var(--weight-bold);
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: background-color .4s, color .3s, border-color .5s;
    border: 2px solid var(--secondary-400);
    border-radius: 0px;
    letter-spacing: 2px;
    min-width: 180px;
    max-width: 350px;
    font-size: calc(12 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    line-height: 1.5em;
    padding: calc(22 / var(--desktop-design-reference) * var(--screen-width-static)) calc(34 / var(--desktop-design-reference) * var(--screen-width-static));
    color: var(--secondary-400);
    background-color: transparent
}

.btn--quinary:hover, .btn--quinary:active, .btn--quinary:focus {
    color: var(--primary-200);
    background-color: var(--secondary-400);
    border-color: var(--secondary-400)
}

.btn--quinary[disabled] {
    color: gray;
    background-color: #fff;
    border-color: gray;
    opacity: .4;
    cursor: default
}

.btn--small {
    padding: calc(13 / var(--desktop-design-reference) * var(--screen-width-static)) calc(15 / var(--desktop-design-reference) * var(--screen-width-static)) calc(12 / var(--desktop-design-reference) * var(--screen-width-static))
}

@media screen and (min-width: 821px) {
    .btn--large {
        padding: calc(22 / var(--desktop-design-reference) * var(--screen-width-static)) calc(92 / var(--desktop-design-reference) * var(--screen-width-static))
    }
}

@media screen and (max-width: 821px) {
    .btn--full-width {
        width: 100%;
        min-width: unset;
        max-width: unset
    }
}

.btn--back {
    position: relative;
    padding-left: calc(
            calc(22 / var(--desktop-design-reference) * var(--screen-width-static)) + 30px
    )
}

.btn--back:before {
    transition: filter .1s;
    position: absolute;
    left: 20px;
    display: block;
    content: var(--ico-arrow-down);
    transform: rotate(90deg)
}

.btn--back.btn--quaternary:before {
    filter: invert(22%) sepia(68%) saturate(375%) hue-rotate(106deg) brightness(91%) contrast(98%)
}

.btn--back.btn--quaternary:hover:before {
    filter: invert(99%) sepia(100%) saturate(0%) hue-rotate(247deg) brightness(103%) contrast(105%)
}

.btn--print {
    position: relative;
    padding-left: calc(
            calc(22 / var(--desktop-design-reference) * var(--screen-width-static)) + 45px
    )
}

.btn--print:before {
    transition: filter .1s;
    position: absolute;
    left: 20px;
    content: var(--ico-print)
}

.btn--print.btn--quaternary:before {
    filter: invert(33%) sepia(46%) saturate(921%) hue-rotate(110deg) brightness(95%) contrast(105%)
}

.btn--print.btn--quaternary:hover:before {
    filter: invert(99%) sepia(100%) saturate(0%) hue-rotate(247deg) brightness(103%) contrast(105%)
}

table {
    display: block;
    width: 100%;
    overflow-x: auto;
    height: 100% !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: calc(30 / var(--mobile-design-reference) * var(--screen-width-mobile)) 0
}

@media screen and (min-width: 821px) {
    table {
        margin: calc(45 / var(--portrait-design-reference) * var(--screen-width-portrait)) 0
    }
}

@media screen and (min-width: 1024px) {
    table {
        margin: calc(45 / var(--desktop-design-reference) * var(--screen-width-desktop)) 0
    }
}

table::-webkit-scrollbar {
    display: none
}

table tbody {
    display: table;
    width: -moz-max-content;
    width: max-content
}

@media screen and (min-width: 821px) {
    table tbody {
        width: 100%
    }
}

table tbody tr {
    border-bottom: 1px solid var(--primary-400);
    height: 100% !important
}

table tbody tr td {
    width: -moz-max-content !important;
    width: max-content !important;
    height: 100% !important;
    text-align: left;
    vertical-align: top;
    font-size: calc(14 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    line-height: 129%;
    padding: calc(12 / var(--desktop-design-reference) * var(--screen-width-static)) calc(35 / var(--desktop-design-reference) * var(--screen-width-static)) calc(12 / var(--desktop-design-reference) * var(--screen-width-static)) 0;
    max-width: 60vw
}

@media screen and (min-width: 821px) {
    table tbody tr td {
        min-width: calc(165 / var(--portrait-design-reference) * var(--screen-width-portrait));
        max-width: 20vw;
        font-size: calc(16 / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier));
        line-height: 135%;
        padding: calc(12 / var(--portrait-design-reference) * var(--screen-width-portrait)) calc(50 / var(--portrait-design-reference) * var(--screen-width-portrait)) calc(12 / var(--portrait-design-reference) * var(--screen-width-portrait)) 0
    }
}

@media screen and (min-width: 1024px) {
    table tbody tr td {
        min-width: calc(165 / var(--desktop-design-reference) * var(--screen-width-desktop));
        font-size: calc(16 / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier));
        padding: calc(12 / var(--desktop-design-reference) * var(--screen-width-desktop)) calc(70 / var(--desktop-design-reference) * var(--screen-width-desktop)) calc(12 / var(--desktop-design-reference) * var(--screen-width-desktop)) 0
    }
}

table tbody tr td:last-child {
    padding-right: 0
}

table tbody tr td p {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin-bottom: calc(10 / var(--desktop-design-reference) * var(--screen-width-static))
}

table tbody tr td a {
    text-decoration: underline;
    color: inherit
}

table tbody tr:first-child td {
    font-size: calc(14 / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier));
    line-height: 129%;
    font-weight: var(--weight-bold);
    padding-top: calc(8 / var(--desktop-design-reference) * var(--screen-width-static));
    padding-bottom: calc(8 / var(--desktop-design-reference) * var(--screen-width-static));
    overflow-wrap: anywhere
}

@media screen and (min-width: 821px) {
    table tbody tr:first-child td {
        font-size: calc(20 / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier));
        line-height: 135%;
        letter-spacing: -0.02em
    }
}

@media screen and (min-width: 1024px) {
    table tbody tr:first-child td {
        font-size: calc(20 / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

table > tbody > tr > td > table {
    padding: 0;
    margin: 0;
    height: -moz-min-content !important;
    height: min-content !important
}

table > tbody > tr > td > table tr {
    border-bottom: 0
}

table > tbody > tr > td > table tr:first-child td {
    font-size: calc(14 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    font-weight: var(--weight-medium);
    padding-right: calc(12 / var(--desktop-design-reference) * var(--screen-width-static));
    padding-top: 0;
    padding-bottom: 0;
    min-width: calc(42 / var(--desktop-design-reference) * var(--screen-width-static))
}

@media screen and (min-width: 821px) {
    table > tbody > tr > td > table tr:first-child td {
        font-size: calc(16 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
        line-height: 135%
    }
}

table > tbody > tr > td > table tr:first-child td:last-child {
    padding-right: 0
}

:root {
    --form-font-size: calc(14 / var(--desktop-design-reference) * var(--screen-width-static));
    --form-font-weight: var(--weight-medium);
    --form-color: var(--primary-500);
    --form-padding: calc(20 / var(--desktop-design-reference) * var(--screen-width-static)) calc(25 / var(--desktop-design-reference) * var(--screen-width-static));
    --form-padding-right: calc(25 / var(--desktop-design-reference) * var(--screen-width-static));
    --form-outline-color: var(--primary-300);
    --form-outline: var(--form-outline-color) solid 2px;
    --form-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 30px 0px;
    --form-box-shadow-check: rgb(100, 100, 111, 0.3) 0px 7px 15px 0px;
    --form-min-width: 22ch;
    --form-margin-bottom: 50px;
    --form-disabled-color: var(--neutral-400);
    --form-error-color: var(--accent-200)
}

::-moz-placeholder {
    font-size: var(--form-font-size);
    font-weight: var(--form-font-weight);
    text-transform: uppercase;
    letter-spacing: 1px
}

::placeholder {
    font-size: var(--form-font-size);
    font-weight: var(--form-font-weight);
    text-transform: uppercase;
    letter-spacing: 1px
}

fieldset {
    min-width: 0
}

.form__input {
    position: relative;
    margin-bottom: calc(20 / var(--desktop-design-reference) * var(--screen-width-static))
}

.form__input label {
    visibility: hidden;
    display: block
}

.form__input textarea, .form__input input {
    font-family: var(--tertiary-font-family);
    font-weight: var(--weight-demi-bold);
    --font-size-multiplier: var(--global-font-multiplier-tertiary);
    font-family: var(--primary-font-family);
    font-size: var(--form-font-size);
    font-weight: var(--form-font-weight);
    color: var(--form-color);
    outline: 0;
    border: 0;
    box-shadow: var(--form-box-shadow);
    min-width: var(--form-min-width);
    width: 100%;
    padding: var(--form-padding);
    background: linear-gradient(var(--form-outline-color) 0 0), var(--neutral-100);
    background-size: 0% 2px, 100% 2px;
    background-position: bottom left;
    background-repeat: no-repeat;
    transition: .3s
}

.form__input textarea:focus, .form__input input:focus {
    background-size: 100% 2px, 100% 100%
}

.form__input textarea[disabled], .form__input input[disabled] {
    background: var(--form-disabled-color);
    color: #000;
    opacity: 1
}

.form__input input[type=email] {
    text-transform: none
}

.form__input input[type=password] {
    text-transform: none
}

.form__input input[type=password]::-moz-placeholder {
    text-transform: uppercase
}

.form__input input[type=password]::placeholder {
    text-transform: uppercase
}

.form__input input[type=date] {
    width: 15ch;
    position: relative;
    height: 56px
}

.form__input input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: var(--form-padding-right);
    background-image: none;
    z-index: 10
}

.form__input input[type=date]:after {
    position: absolute;
    cursor: pointer;
    right: var(--form-padding-right);
    content: var(--ico-calendar)
}

.form__select {
    margin-bottom: calc(20 / var(--desktop-design-reference) * var(--screen-width-static));
    display: grid;
    grid-template:"label" auto "select" auto "error" auto/1fr;
    align-items: center
}

.form__select select, .form__select:after {
    grid-area: select
}

.form__select label {
    grid-area: label
}

.form__select select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: var(--neutral-100);
    width: 100%;
    font-size: var(--form-font-size);
    font-weight: var(--form-font-weight);
    cursor: inherit;
    color: var(--form-color);
    border-radius: 0;
    letter-spacing: 1px;
    z-index: 1;
    min-width: var(--form-min-width);
    padding: var(--form-padding);
    padding-right: 50px;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-size: var(--form-font-size);
    box-shadow: var(--form-box-shadow);
    text-transform: uppercase;
    grid-area: select
}

.form__select select::-ms-expand {
    display: none
}

.form__select select:focus {
    outline: var(--form-outline)
}

.form__select select[disabled] {
    color: var(--neutral-600);
    background: var(--form-disabled-color)
}

.form__select:after {
    grid-area: select;
    justify-self: end;
    margin-right: 16px;
    margin-bottom: 8px;
    width: .8em;
    height: .5em;
    filter: invert(14%) sepia(31%) saturate(5526%) hue-rotate(328deg) brightness(102%) contrast(108%);
    content: var(--ico-arrow-down);
    z-index: 1
}

.form__check {
    margin-top: calc(6.6666666667 / var(--desktop-design-reference) * var(--screen-width-static));
    margin-bottom: calc(10 / var(--desktop-design-reference) * var(--screen-width-static))
}

.form__check-checkbox {
    display: grid;
    grid-template-columns:min-content auto;
    grid-gap: 1.2rem;
    visibility: inherit;
    display: inline-flex
}

.form__check-checkbox--disabled {
    color: var(--form-disabled-color)
}

.form__check-control {
    display: inline-grid;
    width: 30px;
    height: 30px
}

.form__check-control svg {
    transition: transform .1s ease-in 25ms;
    transform: scale(0);
    transform-origin: bottom left
}

.form__check-input {
    display: grid;
    grid-template-areas:"checkbox";
    color: var(--primary-500)
}

.form__check-input > * {
    grid-area: checkbox;
    padding: 10px
}

.form__check-input input {
    opacity: 0;
    width: 30px;
    height: 30px;
    margin: 0
}

.form__check-input input + .form__check-control {
    background-color: var(--neutral-100);
    border: 1px solid var(--form-outline-color)
}

.form__check-input input:checked + .form__check-control svg {
    transform: scale(1)
}

.form__check-input input:checked + .form__check-control {
    border: 0;
    box-shadow: var(--form-box-shadow-check)
}

.form__check-input input:disabled + .form__check-control {
    background-color: var(--form-disabled-color)
}

.form__check-label {
    padding-top: 7px
}

.form__check.form--is-invalid {
    color: var(--form-error-color)
}

.form__check .form__error {
    margin-left: 50px
}

.form__radio {
    margin-top: calc(6.6666666667 / var(--desktop-design-reference) * var(--screen-width-static));
    margin-bottom: calc(10 / var(--desktop-design-reference) * var(--screen-width-static))
}

.form__radio-radio {
    display: grid;
    grid-template-columns:min-content auto;
    grid-gap: 1.2rem;
    visibility: inherit;
    display: inline-flex
}

.form__radio-input {
    display: flex;
    color: var(--form-color)
}

.form__radio-input input {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0
}

.form__radio .form__radio-control {
    display: grid;
    place-items: center
}

.form__radio input + .form__radio-control::before {
    content: "";
    width: 12px;
    height: 12px;
    box-shadow: inset 12px 12px currentColor;
    border-radius: 50%;
    transition: 180ms transform ease-in-out;
    transform: scale(0)
}

.form__radio input:checked + .form__radio-control {
    border: 0;
    box-shadow: var(--form-box-shadow-check)
}

.form__radio input:checked + .form__radio-control::before {
    transform: scale(1)
}

.form__radio input:disabled + .form__radio-control {
    background-color: var(--form-disabled-color)
}

.form__radio-control {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--neutral-100);
    border: 1px solid var(--form-outline-color);
    transform: translateY(-0.05em);
    box-shadow: none
}

.form__radio-label {
    padding-top: 7px
}

.form__radio.form--is-invalid {
    color: var(--form-error-color)
}

.form__radio .form__error {
    margin-left: 50px
}

.form__error {
    font-size: calc(14 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    margin-top: calc(8 / var(--desktop-design-reference) * var(--screen-width-static));
    margin-bottom: 1.5rem;
    color: var(--form-error-color)
}

.form--show-label label {
    visibility: visible !important;
    margin-bottom: .4rem;
    margin-left: 3px;
    font-weight: var(--weight-demi-bold)
}

.form--is-invalid > textarea, .form--is-invalid > input:not([type=checkbox]):not([type=radio]), .form--is-invalid > select {
    border: 1px solid var(--form-error-color)
}

.members_form_wrapper {
    max-width: 768px
}

.members_form_wrapper label {
    visibility: visible;
    margin-bottom: 5px
}

.members_form_wrapper .form__error {
    font-size: 18px;
    line-height: normal;
    margin-left: 0
}

.competition_form_field p, .competition_admin_menu {
    text-align: center
}

.competition_form {
    margin: 4rem var(--container-padding-horizontal);
    max-width: 1000px;
    background-color: var(--neutral-100);
    color: var(--primary-500);
    box-shadow: 2px 2px 20px rgba(100, 100, 111, .2)
}

.competition_form .competition_container {
    padding: 40px 40px 0 40px
}

.competition_form .competition_footer {
    padding: 0 40px 20px 40px
}

.competition_form > .competition_footer:first-child {
    padding-top: 20px
}

.competition_form .competition_form_field, .competition_form .competition_field, .competition_form ._competition_field {
    position: relative;
    margin: calc(30px / var(--desktop-design-reference) * var(--screen-width-static)) 0
}

.competition_form textarea, .competition_form input[type=text], .competition_form input[type=date], .competition_form input[type=email] {
    font-size: var(--form-font-size);
    font-weight: var(--form-font-weight);
    color: var(--primary-500);
    outline: 0;
    border: 0;
    box-shadow: var(--form-box-shadow);
    min-width: var(--form-min-width);
    width: 100%;
    padding: var(--form-padding);
    background: linear-gradient(var(--form-outline-color) 0 0), var(--neutral-100);
    background-size: 0% 2px, 100% 2px;
    background-position: bottom left;
    background-repeat: no-repeat;
    transition: .3s
}

.competition_form textarea:focus, .competition_form input[type=text]:focus, .competition_form input[type=date]:focus, .competition_form input[type=email]:focus {
    background-size: 100% 2px, 100% 100%
}

.competition_form textarea[disabled], .competition_form input[type=text][disabled], .competition_form input[type=date][disabled], .competition_form input[type=email][disabled] {
    background: var(--form-disabled-color)
}

.competition_form input[type=password] {
    text-transform: none
}

.competition_form input[type=password]::-moz-placeholder {
    text-transform: uppercase
}

.competition_form input[type=password]::placeholder {
    text-transform: uppercase
}

.competition_form input[type=date] {
    width: 15ch;
    position: relative
}

.competition_form input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: var(--form-padding-right);
    background-image: none;
    z-index: 10
}

.competition_form input[type=date]:after {
    position: absolute;
    cursor: pointer;
    right: var(--form-padding-right);
    content: var(--ico-calendar)
}

.competition_form ._field_country {
    display: grid;
    grid-template:"label" auto "select" auto/1fr;
    align-items: center
}

.competition_form ._field_country select, .competition_form ._field_country:after {
    grid-area: select
}

.competition_form ._field_country label {
    grid-area: label
}

.competition_form ._field_country select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: var(--neutral-100);
    width: 100%;
    font-family: inherit;
    font-weight: var(--form-font-weight);
    cursor: inherit;
    color: var(--primary-500);
    border-radius: 0;
    z-index: 1;
    min-width: var(--form-min-width);
    padding: var(--form-padding);
    padding-right: 50px;
    border: 0;
    font-size: var(--form-font-size);
    box-shadow: var(--form-box-shadow);
    text-transform: uppercase;
    grid-area: select
}

.competition_form ._field_country select::-ms-expand {
    display: none
}

.competition_form ._field_country select:focus {
    outline: var(--form-outline)
}

.competition_form ._field_country select[disabled] {
    color: var(--neutral-600);
    background: var(--form-disabled-color)
}

.competition_form ._field_country:after {
    grid-area: select;
    justify-self: end;
    margin-right: 16px;
    margin-bottom: 8px;
    width: .8em;
    height: .5em;
    filter: invert(14%) sepia(31%) saturate(5526%) hue-rotate(328deg) brightness(102%) contrast(108%);
    content: var(--ico-arrow-down);
    z-index: 1
}

.competition_form ._competition_field_long ._competition_field {
    display: flex;
    gap: 10px
}

.competition_form ._competition_field_long label {
    line-height: 1.1;
    display: grid;
    grid-template-columns:1em auto;
    gap: 1em;
    color: var(--primary-500);
    margin-right: 30px
}

.competition_form ._competition_field_long input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: var(--primary-500);
    width: 1.5em;
    height: 1.5em;
    border: 1px solid currentColor;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center
}

.competition_form ._competition_field_long input[type=radio]::before {
    content: "";
    width: .65em;
    height: .65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--primary-500)
}

.competition_form ._competition_field_long input[type=radio]:checked::before {
    transform: scale(1)
}

.competition_form ._multiple-choice-area {
    margin: calc(30px / var(--desktop-design-reference) * var(--screen-width-static)) 0
}

.competition_form ._multiple-choice-area ._title {
    font-family: var(--secondary-font-family);
    font-weight: var(--weight-bold);
    --font-size-multiplier: var(--global-font-multiplier-secondary);
    font-size: calc(30 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    line-height: 120%;
    margin-bottom: 20px
}

.competition_form ._multiple-choice-area ._question {
    display: flex;
    flex-direction: column
}

.competition_form ._multiple-choice-area ._option {
    margin: calc(10 / var(--desktop-design-reference) * var(--screen-width-static)) 0
}

.competition_form ._multiple-choice-area ._option ._option_checked {
    background-color: var(--primary-500);
    color: var(--neutral-100)
}

.competition_form ._multiple-choice-area ._option label {
    width: 100%;
    position: relative;
    font-size: var(--form-font-size);
    font-weight: var(--form-font-weight);
    color: var(--primary-500);
    outline: 0;
    border: 2px solid var(--primary-500);
    box-shadow: var(--form-box-shadow);
    min-width: var(--form-min-width);
    padding: calc(30 / var(--desktop-design-reference) * var(--screen-width-static)) calc(35px / var(--desktop-design-reference) * var(--screen-width-static));
    background: linear-gradient(var(--form-outline-color) 0 0), var(--neutral-100);
    background-size: 0% 2px, 100% 2px;
    background-position: bottom left;
    background-repeat: no-repeat;
    transition: .3s;
    cursor: pointer;
    display: flex
}

.competition_form ._multiple-choice-area ._option input[type=checkbox] {
    visibility: hidden
}

.competition_form .competition_video-entry, .competition_form .competition_photo-entry {
    margin: calc(30px / var(--desktop-design-reference) * var(--screen-width-static)) 0;
    text-align: center;
    width: 100%;
    padding: 2rem 0 4rem 0;
    background: #fff;
    border-radius: 7px;
    border: 3px dashed var(--neutral-600);
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: column
}

.competition_form .competition_video-entry:hover, .competition_form .competition_photo-entry:hover {
    border-color: var(--primary-500)
}

.competition_form .competition_video-entry:hover .empty-holder .dashicons, .competition_form .competition_video-entry:hover .empty-holder .dashicons-before::before, .competition_form .competition_photo-entry:hover .empty-holder .dashicons, .competition_form .competition_photo-entry:hover .empty-holder .dashicons-before::before {
    opacity: 1
}

.competition_form .competition_video-entry.hover, .competition_form .competition_photo-entry.hover {
    border: 3px dashed var(--primary-500);
    box-shadow: inset 0 0 0 6px #eee
}

.competition_form .competition_video-entry.hover #start i.fa, .competition_form .competition_photo-entry.hover #start i.fa {
    transform: scale(0.8);
    opacity: .3
}

.competition_form .competition_video-entry input[type=file], .competition_form .competition_photo-entry input[type=file] {
    display: none
}

.competition_form .competition_video-entry .empty-holder .dashicons, .competition_form .competition_video-entry .empty-holder .dashicons-before::before, .competition_form .competition_photo-entry .empty-holder .dashicons, .competition_form .competition_photo-entry .empty-holder .dashicons-before::before {
    font-size: 80px;
    width: 80px;
    height: 80px;
    opacity: .5;
    transition: all .2s ease
}

.competition_form .competition_video-entry label, .competition_form .competition_photo-entry label {
    margin: 2rem
}

.competition_form .competition_video-entry button, .competition_form .competition_photo-entry button {
    font-family: var(--secondary-font-family);
    font-weight: var(--weight-bold);
    --font-size-multiplier: var(--global-font-multiplier-secondary);
    font-weight: var(--weight-bold);
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: background-color .4s, color .3s, border-color .5s;
    border: 2px solid var(--white);
    border-radius: 0px;
    letter-spacing: 2px;
    min-width: 180px;
    max-width: 350px;
    font-size: calc(12 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    line-height: 1.5em;
    padding: calc(22 / var(--desktop-design-reference) * var(--screen-width-static)) calc(34 / var(--desktop-design-reference) * var(--screen-width-static));
    color: var(--white);
    background-color: var(--primary-200);
    margin: 1rem auto 0
}

.competition_form .competition_video-entry button:hover, .competition_form .competition_video-entry button:active, .competition_form .competition_video-entry button:focus, .competition_form .competition_photo-entry button:hover, .competition_form .competition_photo-entry button:active, .competition_form .competition_photo-entry button:focus {
    color: var(--primary-200);
    background-color: var(--white);
    border-color: var(--primary-200)
}

.competition_form .competition_video-entry button[disabled], .competition_form .competition_photo-entry button[disabled] {
    color: gray;
    background-color: #fff;
    border-color: gray;
    opacity: .4;
    cursor: default
}

.competition_form .competition_video-entry img, .competition_form .competition_photo-entry img {
    display: inline;
    margin: 0 auto .5rem auto;
    width: auto;
    height: auto;
    max-width: 50%
}

.competition_form .competition_video-entry img.hidden, .competition_form .competition_photo-entry img.hidden {
    display: none
}

.competition_form .competition_video-entry {
    padding: 1rem 0
}

.competition_form .competition_video-entry input[type=text] {
    width: 90%;
    margin: 2rem 0
}

.competition_form .competition_video-entry ._competition_field {
    margin: 0
}

.competition_form .competition_video-entry p {
    padding-top: 2rem
}

.competition_form .competition_terms, .competition_form .competition_optin {
    font-size: calc(16 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    line-height: 2;
    display: grid;
    grid-template-columns:1em auto;
    gap: 2.5em
}

.competition_form .competition_terms input[type=checkbox], .competition_form .competition_optin input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--neutral-100);
    margin: 0;
    color: var(--primary-500);
    width: 30px;
    height: 30px;
    transform: translateY(-0.075em);
    border: 1px solid var(--primary-300);
    display: grid;
    place-content: center
}

.competition_form .competition_terms input[type=checkbox]::before, .competition_form .competition_optin input[type=checkbox]::before {
    content: "";
    width: .7em;
    height: .7em;
    -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    background-color: CanvasText;
    box-shadow: inset 1em 1em var(--primary-500)
}

.competition_form .competition_terms input[type=checkbox]:checked, .competition_form .competition_optin input[type=checkbox]:checked {
    border: 0;
    box-shadow: var(--form-box-shadow-check)
}

.competition_form .competition_terms input[type=checkbox]:checked::before, .competition_form .competition_optin input[type=checkbox]:checked::before {
    transform: scale(1)
}

.competition_form .competition_terms input[type=checkbox]:disabled, .competition_form .competition_optin input[type=checkbox]:disabled {
    color: var(--neutral-600);
    cursor: not-allowed
}

.competition_form .competition_gdpr {
    font-size: calc(12 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    line-height: 1.8;
    padding-bottom: 1rem
}

.competition_form label {
    visibility: unset
}

.competition_form .competition_submit {
    text-align: center
}

.competition_form .competition_submit button, .competition_form .competition_submit input {
    margin: auto;
    font-family: var(--secondary-font-family);
    font-weight: var(--weight-bold);
    --font-size-multiplier: var(--global-font-multiplier-secondary);
    font-weight: var(--weight-bold);
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: background-color .4s, color .3s, border-color .5s;
    border: 2px solid var(--primary-200);
    border-radius: 0px;
    letter-spacing: 2px;
    min-width: 180px;
    max-width: 350px;
    font-size: calc(12 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    line-height: 1.5em;
    padding: calc(22 / var(--desktop-design-reference) * var(--screen-width-static)) calc(34 / var(--desktop-design-reference) * var(--screen-width-static));
    color: var(--primary-200);
    background-color: var(--white)
}

.competition_form .competition_submit button:hover, .competition_form .competition_submit button:active, .competition_form .competition_submit button:focus, .competition_form .competition_submit input:hover, .competition_form .competition_submit input:active, .competition_form .competition_submit input:focus {
    color: var(--white);
    background-color: var(--primary-200);
    border-color: var(--primary-200)
}

.competition_form .competition_submit button[disabled], .competition_form .competition_submit input[disabled] {
    color: gray;
    background-color: #fff;
    border-color: gray;
    opacity: .4;
    cursor: default
}

@media screen and (min-width: 821px) {
    .competition_form {
        margin: 4rem auto;
        padding: 0 var(--container-padding-horizontal) 0
    }

    .competition_form .competition_entry_area {
        display: grid;
        grid-template-columns:1fr 1fr;
        grid-gap: 2rem
    }

    .competition_form .competition_entry_area ._competition_field {
        margin: 0
    }

    .competition_form .competition_container {
        padding: 40px 90px 0 90px
    }

    .competition_form .competition_footer {
        padding: 0 90px 40px 90px
    }

    .competition_form > .competition_footer:first-child {
        padding-top: 40px
    }

    .competition_form .competition_video-entry {
        padding: 2rem 0
    }

    .competition_form .competition_video-entry input[type=text] {
        width: 80%
    }

    .competition_form ._multiple-choice-area ._option {
        margin: calc(30px / var(--desktop-design-reference) * var(--screen-width-static)) 0
    }

    .competition_form ._multiple-choice-area ._title {
        margin-bottom: unset
    }
}

.jquery-modal.blocker {
    z-index: 1000
}

#__lpform_youtube_link img {
    display: none
}

#api_response_preview {
    margin: 4rem auto;
    max-width: var(--content-width)
}

#api_response_preview span.progress {
    display: none
}

#api_response_preview.spinner img, .competition_container .spinner {
    display: block;
    width: 50px;
    margin: 0 auto
}

#api_response_preview.success {
    border: 1px solid var(--secondary-500);
    margin-bottom: 10px;
    padding: 15px;
    background-color: var(--secondary-400)
}

#api_response_preview.error {
    color: var(--form-error-color);
    margin-bottom: calc(0.0108333333 * var(--screen-width-static))
}

.cdb_form_container {
    margin: 0 auto;
    width: 100%;
    background-color: var(--secondary-200) !important
}

.cdb_form_container * {
    box-sizing: border-box;
    font-family: var(--primary-font-family)
}

.cdb_form_input_container {
    height: -moz-min-content;
    height: min-content;
    line-height: 1.4 !important;
    max-width: 100%;
    padding: 2.5rem 1rem;
    position: relative;
    width: 35.25rem;
    margin-right: auto;
    margin-left: auto
}

.cdb_form_container .cdb_form_input_container .confirmation_message {
    text-align: center
}

.cdb_form_container .cdb_form_input_container .cdb_form_spinner {
    display: inline-block;
    max-width: 100px
}

.cdb_form_container .cdb_form_input_container .error_message {
    margin: 40px auto 20px;
    text-align: center;
    padding: 40px;
    color: #fff;
    width: 100%;
    font-size: 16px;
    background-color: red
}

.cdb_form_container .cdb_form_input_container .success_message {
    margin: 40px auto 20px;
    text-align: center;
    padding: 40px;
    color: #fff;
    width: 100%;
    font-size: 16px;
    background-color: green
}

.cdb_form_container .cdb_form_input_container form {
    justify-content: space-between
}

.cdb_form_container .cdb_form_input_container form .cdb_form_field {
    position: relative;
    padding: 24px 0 0
}

.cdb_form_container .cdb_form_input_container form .cdb_form_field label:before {
    content: attr(title);
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    padding: 0
}

.cdb_form_container .cdb_form_input_container form .cdb_form_field {
    margin: 0 1% 20px
}

.cdb_form_container .cdb_form_input_container form .cdb_form_field.select label {
    display: grid;
    grid-template:"label" auto "select" auto "error" auto/1fr;
    align-items: center
}

.cdb_form_container .cdb_form_input_container form .cdb_form_field input[type=text], .cdb_form_container input[type=email], .cdb_form_container textarea {
    width: 100%;
    border: none;
    background: var(--neutral-100);
    padding: 10px 15px;
    font-size: var(--form-font-size);
    font-weight: var(--form-font-weight);
    color: #0d382d;
    outline: 0;
    border: 0;
    box-shadow: var(--form-box-shadow);
    width: 100%;
    padding: var(--form-padding);
    background-size: 0% 2px, 100% 2px;
    background-position: bottom left;
    background-repeat: no-repeat;
    transition: .3s
}

.cdb_form_container .cdb_form_input_container form .cdb_form_field select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: var(--neutral-100);
    width: 100%;
    font-size: var(--form-font-size);
    font-weight: var(--form-font-weight);
    cursor: inherit;
    color: var(--form-color);
    border-radius: 0;
    letter-spacing: 1px;
    z-index: 1;
    min-width: var(--form-min-width);
    padding: var(--form-padding);
    padding-right: 50px;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-size: var(--form-font-size);
    box-shadow: var(--form-box-shadow);
    text-transform: uppercase;
    grid-area: select
}

.cdb_form_field.select label:after {
    grid-area: select;
    justify-self: end;
    margin-right: 16px;
    margin-bottom: 8px;
    width: .8em;
    height: .5em;
    filter: invert(14%) sepia(31%) saturate(5526%) hue-rotate(328deg) brightness(102%) contrast(108%);
    content: var(--ico-arrow-down);
    z-index: 1
}

.cdb_form_container .cdb_form_input_container form .cdb_form_field input[type=checkbox]:before {
    content: "";
    width: .7em;
    height: .7em;
    -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    background-color: CanvasText;
    box-shadow: inset 1em 1em var(--primary-500)
}

.cdb_form_container .cdb_form_input_container form .cdb_form_field input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--neutral-100);
    margin: 0;
    color: var(--primary-500);
    width: 30px;
    height: 30px;
    transform: translateY(-0.075em);
    border: 1px solid var(--primary-300);
    display: grid;
    place-content: center
}

.cdb_form_container .cdb_form_input_container form .cdb_form_field input[type=checkbox]:checked {
    border: 0;
    box-shadow: var(--form-box-shadow-check)
}

.cdb_form_container .cdb_form_input_container form .cdb_form_field input[type=checkbox]:checked:before {
    transform: scale(1)
}

.cdb_form_container .cdb_form_input_container form .cdb_form_field textarea {
    resize: vertical
}

.cdb_form_container .cdb_form_input_container form .cdb_form_field [name=message] {
    height: 200px
}

.cdb_form_container .cdb_form_input_container form .cdb_form_field.gcms-full-width, .cdb_form_container .cdb_form_input_container form .cdb_form_field.optin {
    text-align: left;
    flex-basis: 100%
}

.cdb_form_container .cdb_form_input_container form .cdb_form_field.optin label {
    display: grid;
    grid-template-columns:1em auto;
    gap: 1.5em
}

.cdb_form_container .cdb_form_input_container form .cdb_form_field.optin label span {
    flex-basis: 90%
}

.cdb_form_container .cdb_form_input_container form .cdb_form_gdpr_information {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: .8em;
    text-align: left
}

.cdb_form_container .cdb_form_input_container form button.cdb-submit {
    font-weight: var(--weight-bold);
    --font-size-multiplier: var(--global-font-multiplier-secondary);
    font-weight: var(--weight-bold);
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: background-color .4s, color .3s, border-color .5s;
    border: 2px solid var(--primary-200);
    border-radius: 0px;
    letter-spacing: 2px;
    min-width: 180px;
    max-width: 350px;
    font-size: calc(.01 * var(--screen-width-static));
    line-height: 1.5em;
    padding: calc(0.0183333333 * var(--screen-width-static)) calc(0.0766666667 * var(--screen-width-static));
    color: var(--primary-200);
    background-color: var(--white)
}

.cdb_form_container .cdb_form_input_container form button.cdb-submit:hover {
    background: var(--primary-200);
    color: var(--white)
}

.cdb_form_container .cdb_form_options .cdb_form_option {
    margin-bottom: 10px;
    display: block
}

.cdb_form_container .cdb_form_options .cdb_form_option label {
    display: block
}

@media only screen and (min-width: 600px) {
    .cdb_form_container {
        margin: 0 auto
    }

    .cdb_form_input_container {
        padding-left: 2.6875rem;
        padding-right: 2.6875rem;
        background-color: var(--secondary-200) !important
    }
}

.subheading {
    margin-bottom: 1.3rem
}

[data-currentcolourpalette=theme-3] .subheading {
    margin-left: var(--hero-left-indent)
}

.subheading > div {
    align-self: center;
    text-align: left
}

[data-currentcolourpalette=theme-3] .subheading > div > svg {
    display: none
}

.subheading > span {
    margin-top: .7rem;
    display: block
}

.subheading__line {
    content: var(--ico-line);
    filter: invert(18%) sepia(57%) saturate(491%) hue-rotate(106deg) brightness(102%) contrast(93%);
    width: 40px
}

[data-currentcolourpalette=theme-3] .subheading__line {
    display: none
}

.subheading__wave {
    content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2ODUuNDYgNTQ1LjgyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMDA4NDdjOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMwMDcyYTA7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogI2JiMjA0MTsKICAgICAgfQoKICAgICAgLmNscy00IHsKICAgICAgICBmaWxsOiAjYzU1ZjAzOwogICAgICB9CgogICAgICAuY2xzLTUgewogICAgICAgIGZpbGw6ICNkNThmMWU7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTM0LjgsMjI4LjE2aDBjNi43OSwwLDEyLjMsNS41MSwxMi4zLDEyLjN2NjQuODljMCw2Ljc5LTUuNTEsMTIuMy0xMi4zLDEyLjNoMGMtNi43OSwwLTEyLjMtNS41MS0xMi4zLTEyLjN2LTY0Ljg5YzAtNi43OSw1LjUxLTEyLjMsMTIuMy0xMi4zWm0zNS4wNy0xNi45MXYxMjMuMzFjMCw2Ljc5LDUuNTEsMTIuMywxMi4zLDEyLjNoMGM2Ljc5LDAsMTIuMy01LjUxLDEyLjMtMTIuM3YtMTIzLjMxYzAtNi43OS01LjUxLTEyLjMtMTIuMy0xMi4zaDBjLTYuNzksMC0xMi4zLDUuNTEtMTIuMywxMi4zWm00Ny4zNy02My45MnYyNTEuMTZjMCw2Ljc5LDUuNTEsMTIuMywxMi4zLDEyLjNoMGM2Ljc5LDAsMTIuMy01LjUxLDEyLjMtMTIuM3YtMjUxLjE2YzAtNi43OS01LjUxLTEyLjMtMTIuMy0xMi4zaDBjLTYuNzksMC0xMi4zLDUuNTEtMTIuMywxMi4zWm00Ny4zNyw5Ni41NnY1OC4wM2MwLDYuNzksNS41MSwxMi4zLDEyLjMsMTIuM2gwYzYuNzksMCwxMi4zLTUuNTEsMTIuMy0xMi4zdi01OC4wM2MwLTYuNzktNS41MS0xMi4zLTEyLjMtMTIuM2gwYy02Ljc5LDAtMTIuMyw1LjUxLTEyLjMsMTIuM1ptNDcuMzctNzQuMTh2MjA2LjM4YzAsNi43OSw1LjUxLDEyLjMsMTIuMywxMi4zaDBjNi43OSwwLDEyLjMtNS41MSwxMi4zLTEyLjN2LTIwNi4zOGMwLTYuNzktNS41MS0xMi4zLTEyLjMtMTIuM2gwYy02Ljc5LDAtMTIuMyw1LjUxLTEyLjMsMTIuM1ptNDcuMzctOTMuNTV2MzkzLjQ5YzAsNi43OSw1LjUxLDEyLjMsMTIuMywxMi4zaDBjNi43OSwwLDEyLjMtNS41MSwxMi4zLTEyLjNWNzYuMTdjMC02Ljc5LTUuNTEtMTIuMy0xMi4zLTEyLjNoMGMtNi43OSwwLTEyLjMsNS41MS0xMi4zLDEyLjNabTQ3LjM3LTQ1Ljk1djQ4NS4zOWMwLDYuNzksNS41MSwxMi4zLDEyLjMsMTIuM2gwYzYuNzksMCwxMi4zLTUuNTEsMTIuMy0xMi4zVjMwLjIxYzAtNi43OS01LjUxLTEyLjMtMTIuMy0xMi4zaDBjLTYuNzksMC0xMi4zLDUuNTEtMTIuMywxMi4zWm00Ny4zNyw2MS40MXYzNjIuNThjMCw2Ljc5LDUuNTEsMTIuMywxMi4zLDEyLjNoMGM2Ljc5LDAsMTIuMy01LjUxLDEyLjMtMTIuM1Y5MS42MmMwLTYuNzktNS41MS0xMi4zLTEyLjMtMTIuM2gwYy02Ljc5LDAtMTIuMyw1LjUxLTEyLjMsMTIuM1oiLz4KICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjQwMS40OSIgeT0iMTQzLjI3IiB3aWR0aD0iMjQuNiIgaGVpZ2h0PSIyNTkuMjciIHJ4PSIxMi4zIiByeT0iMTIuMyIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iNTQzLjYyIiB5PSIxNTMuOSIgd2lkdGg9IjI0LjYiIGhlaWdodD0iMjM4LjAyIiByeD0iMTIuMyIgcnk9IjEyLjMiLz4KICA8cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Im01MDguNTQsOTYuMjVoMGM2Ljc5LDAsMTIuMyw1LjUxLDEyLjMsMTIuM3YzMjguNzJjMCw2Ljc5LTUuNTEsMTIuMy0xMi4zLDEyLjNoMGMtNi43OSwwLTEyLjMtNS41MS0xMi4zLTEyLjNWMTA4LjU1YzAtNi43OSw1LjUxLTEyLjMsMTIuMy0xMi4zWm04Mi40NSwxMjQuNzJ2MTAzLjg5YzAsNi43OSw1LjUxLDEyLjMsMTIuMywxMi4zaDBjNi43OSwwLDEyLjMtNS41MSwxMi4zLTEyLjN2LTEwMy44OWMwLTYuNzktNS41MS0xMi4zLTEyLjMtMTIuM2gwYy02Ljc5LDAtMTIuMyw1LjUxLTEyLjMsMTIuM1oiLz4KICA8cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Im00NjEuMTcsMTY0LjQ3aDBjNi43OSwwLDEyLjMsNS41MSwxMi4zLDEyLjN2MTkyLjI5YzAsNi43OS01LjUxLDEyLjMtMTIuMywxMi4zaDBjLTYuNzksMC0xMi4zLTUuNTEtMTIuMy0xMi4zdi0xOTIuMjljMC02Ljc5LDUuNTEtMTIuMywxMi4zLTEyLjNabTE3Ny4yLDc3LjQzdjYyLjA0YzAsNi43OSw1LjUxLDEyLjMsMTIuMywxMi4zaDBjNi43OSwwLDEyLjMtNS41MSwxMi4zLTEyLjN2LTYyLjA0YzAtNi43OS01LjUxLTEyLjMtMTIuMy0xMi4zaDBjLTYuNzksMC0xMi4zLDUuNTEtMTIuMywxMi4zWiIvPgo8L3N2Zz4=");
    width: 40px
}

@media screen and (min-width: 821px) {
    .subheading {
        display: flex;
        flex-wrap: wrap
    }

    .subheading > div {
        align-self: flex-end;
        flex-shrink: 0;
        margin-right: var(--grid-spacing)
    }

    [data-currentcolourpalette=theme-3] .subheading > div {
        display: none
    }

    .subheading > div > svg {
        margin-bottom: 5px
    }

    .subheading > span {
        margin: 0
    }

    .subheading__line {
        align-self: unset !important;
        flex-shrink: unset !important
    }

    .subheading--small {
        display: block
    }

    .subheading--small > div {
        margin-bottom: 5px
    }
}

.video__inner {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template:"video" auto "content" auto/1fr
}

.video__video {
    width: 100%;
    grid-area: video;
    height: auto;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s
}

.video__video.reveal {
    pointer-events: all;
    opacity: 1
}

.video__video.keep-visible {
    opacity: 1;
    pointer-events: all
}

.video__video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9
}

@supports not (aspect-ratio: 16/9) {
    .video__video {
        height: 100%;
        position: absolute
    }

    .video__video iframe {
        height: 100%
    }
}

.video__play-button {
    display: grid;
    place-items: center;
    background-color: var(--neutral-100);
    opacity: .7;
    border-radius: 50px;
    width: calc(50 / var(--desktop-design-reference) * var(--screen-width-static));
    height: calc(50 / var(--desktop-design-reference) * var(--screen-width-static));
    border: none;
    z-index: 100;
    padding: 0;
    position: relative;
    grid-area: video;
    pointer-events: all;
    transform: scale(1);
    transition: transform .5s .8s, opacity .8s;
    justify-self: center;
    align-self: center;
    opacity: 1
}

.video__play-button:hover {
    cursor: pointer
}

.video__play-button::before {
    position: absolute;
    content: "";
    height: calc(20 / var(--desktop-design-reference) * var(--screen-width-static));
    width: calc(15 / var(--desktop-design-reference) * var(--screen-width-static));
    transform: translateX(18%);
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background-color: var(--primary-500)
}

@supports not (aspect-ratio: 1/1) {
    .video__play-button::before {
        top: 50%;
        left: 50%;
        transform: translate(-25%, -50%)
    }
}

.video__play-button.hidden {
    transition: transform .5s;
    transform: scale(0);
    pointer-events: none
}

.video__poster {
    transition: opacity .5s;
    pointer-events: all;
    grid-area: video;
    opacity: 1
}

.video__poster.hidden {
    display: none
}

.mm-toggle {
    display: flex;
    align-self: center;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--white);
    border-radius: 27px;
    width: 100%;
    max-width: 92px;
    height: 35px;
    padding: 3px;
    overflow: hidden
}

.mm-toggle__container {
    position: relative;
    background-color: inherit;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    border-radius: 15px;
    overflow: hidden
}

.mm-toggle__container:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 14px;
    width: 100%;
    height: 27px;
    background-color: #fff;
    transition: transform .2s ease-out;
    z-index: -1;
    transform: translateX(43px)
}

.mm-toggle__container a {
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    width: 45px;
    text-align: center;
    margin-top: -1px
}

.mm-toggle__container a:first-child {
    color: var(--neutral-100)
}

.mm-toggle__container a:last-child {
    color: var(--primary-400)
}

.mm-toggle__container a:focus, .mm-toggle__container a:hover {
    outline: 0 !important;
    text-decoration: none
}

.mm-toggle__container a span {
    text-transform: uppercase;
    font-weight: var(--weight-demi-bold);
    font-size: calc(12 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    line-height: 100%;
    text-align: center;
    letter-spacing: .5px;
    padding: 6px 10px
}

@media screen and (min-width: 821px) {
    .mm-toggle__container a span {
        font-size: calc(14 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier))
    }
}

.mm-toggle__container[data-mm-enabled=active]:before {
    transform: translateX(-42px)
}

.mm-toggle__container[data-mm-enabled=active] a:first-child {
    color: var(--primary-400);
    pointer-events: none
}

.mm-toggle__container[data-mm-enabled=active] a:last-child {
    color: var(--neutral-100)
}

.mm-toggle__container[data-mm-enabled=active] span {
    color: inherit
}

.mm-toggle__container[data-mm-enabled=""] a:last-child {
    pointer-events: none
}

.mm-toggle__header {
    margin: calc(60 / var(--mobile-design-reference) * var(--screen-width-mobile)) auto calc(65 / var(--mobile-design-reference) * var(--screen-width-mobile))
}

@media screen and (min-width: 821px) {
    .mm-toggle__header {
        margin: initial
    }
}

.mm-toggle__footer {
    margin: calc(40 / var(--mobile-design-reference) * var(--screen-width-mobile)) auto 0
}

@media screen and (min-width: 821px) {
    .mm-toggle__footer {
        margin: initial
    }
}

.modal {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999
}

.modal__container {
    position: fixed;
    flex-direction: column;
    z-index: 1;
    width: calc(100% - 30px);
    max-width: calc(382 / var(--desktop-design-reference) * var(--screen-width-static));
    overflow: auto;
    transition: translate .5s;
    max-height: 80vh;
    background-color: var(--secondary-400);
    padding: calc(24 / var(--desktop-design-reference) * var(--screen-width-static))
}

.modal__container.display-modal {
    animation-name: slide-in-bottom;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-delay: 0s
}

.modal__container.hide-modal {
    animation-name: slide-out-bottom;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-delay: 0s
}

.modal--visible {
    display: flex
}

.modal--visible .modal__container {
    display: flex;
    margin-top: max(10%, 150px);
    top: 40%;
    left: 50%
}

.modal__close {
    border: none;
    background: rgba(0, 0, 0, 0);
    display: inline-block;
    top: 21px;
    right: 21px;
    position: absolute
}

.modal__close img {
    width: 26px;
    height: auto
}

.modal__close-button svg {
    transform: rotate(0deg) scale(1);
    transition: transform .5s
}

.modal__close-button svg:hover {
    cursor: pointer;
    transform: rotate(180deg) scale(1.2)
}

.modal__overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 0
}

.modal--sign-in .modal__close {
    display: none
}

.modal--sign-in .modal__content--sign-in {
    display: flex;
    flex-direction: column
}

.modal--sign-in .modal__content--subheading {
    font-weight: var(--weight-medium);
    font-size: calc(12 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    line-height: 183%;
    letter-spacing: 2px;
    text-transform: uppercase
}

.modal--sign-in .modal__content--heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: calc(12 / var(--desktop-design-reference) * var(--screen-width-static)) 0
}

.modal--sign-in .modal__content--heading-tag {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid var(--primary-400)
}

.modal--sign-in .modal__content--heading-tag span {
    font-weight: var(--weight-demi-bold-plus);
    font-size: calc(9 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    padding: calc(6 / var(--desktop-design-reference) * var(--screen-width-static)) calc(12 / var(--desktop-design-reference) * var(--screen-width-static));
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.modal--sign-in .modal__content--heading-icons {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 7px;
    column-gap: 7px;
    align-items: center;
    margin-left: auto;
    --ico-cup-straw: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMyAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwMjJfMjAxODIpIj4KPHBhdGggZD0iTTI4LjExNDEgMS40NDQ3M0MyOC4xNjI0IDEuNTY2MDEgMjguMTg2NCAxLjY5NTY0IDI4LjE4NDcgMS44MjYyMUMyOC4xODI5IDEuOTU2NzcgMjguMTU1NCAyLjA4NTcgMjguMTAzNyAyLjIwNTYzQzI4LjA1MjEgMi4zMjU1NSAyNy45NzczIDIuNDM0MTEgMjcuODgzNiAyLjUyNTA5QzI3Ljc4OTkgMi42MTYwOCAyNy42NzkzIDIuNjg3NyAyNy41NTc5IDIuNzM1ODZMMjMuMDgwNiA0LjUyNzU1TDIyLjI4NjEgOC4zNTUyNkMyMy4wMzMgOC41NDM5NyAyMy43MDYzIDguNzgyMzMgMjQuMjE2OCA5LjA4NDI1QzI0LjY2OTcgOS4zNTI0MSAyNS4zMjkyIDkuODcwODUgMjUuMzI5MiAxMC43MTMxQzI1LjMyOTIgMTAuODA0NCAyNS4zMjEyIDEwLjg5MTggMjUuMzA3MyAxMC45NzUzTDIzLjM5NjUgMjguOTg3NkMyMy4zNjYxIDI5LjM1MjIgMjMuMjU3NCAyOS43MDYxIDIzLjA3NzggMzAuMDI0OUMyMi44OTgyIDMwLjM0MzcgMjIuNjUxOCAzMC42MiAyMi4zNTU2IDMwLjgzNDlDMjEuMzg2MyAzMS41MTAyIDE5LjM4OCAzMi41NjMgMTYuMzc2NyAzMi41NjNDMTMuMzY1NCAzMi41NjMgMTEuMzY3MSAzMS41MTAyIDEwLjM5NzcgMzAuODM0OUMxMC4xMDE1IDMwLjYyIDkuODU1MTkgMzAuMzQzNyA5LjY3NTU1IDMwLjAyNDlDOS40OTU5MiAyOS43MDYxIDkuMzg3MjIgMjkuMzUyMiA5LjM1Njg5IDI4Ljk4NzZMNy40NzE4NCAxMC45NzUzQzcuNDU3OCAxMC44ODg2IDcuNDUxMTUgMTAuODAwOSA3LjQ1MTk3IDEwLjcxMzFDNy40NTE5NyA5Ljg3MDg1IDguMTExNDQgOS4zNTI0MSA4LjU2NDMzIDkuMDg0MjVDOS4wODQ3NiA4Ljc3ODM2IDkuNzcwMDUgOC41MzYwMiAxMC41MzA4IDguMzQ1MzNDMTIuMDY4MyA3Ljk1OTk4IDE0LjE0IDcuNzMzNTMgMTYuMzkwNiA3LjczMzUzQzE3LjgwNDkgNy43MzM1MyAxOS4xNDk2IDcuODIyOTIgMjAuMzMzNSA3Ljk4NThMMjEuMjU1MiAzLjU4NjAyQzIxLjI5MDMgMy40MjgwMyAyMS4zNjM1IDMuMjgxMDIgMjEuNDY4NCAzLjE1Nzc4QzIxLjU3MzMgMy4wMzQ1MyAyMS43MDY3IDIuOTM4NzkgMjEuODU3IDIuODc4ODhMMjYuODIyOSAwLjg5MjUxOUMyNy4wNjc0IDAuNzk0NTkxIDI3LjM0MDcgMC43OTc3NSAyNy41ODI4IDAuOTAxMzAyQzI3LjgyNDkgMS4wMDQ4NSAyOC4wMTYgMS4yMDAzMiAyOC4xMTQxIDEuNDQ0NzNWMS40NDQ3M1pNMTkuOTAyNSA5LjkzMjQzQzE4LjczNzUgOS43ODc0OCAxNy41NjQ1IDkuNzE2NDkgMTYuMzkwNiA5LjcxOTg5QzE0LjI1MzMgOS43MTk4OSAxMi4zNTIzIDkuOTM4MzkgMTEuMDEzNSAxMC4yNzIxQzEwLjU3MDMgMTAuMzczOCAxMC4xMzg5IDEwLjUyMTYgOS43MjYzNSAxMC43MTMxQzEwLjAxNjQgMTAuODU4MSAxMC40NDU0IDExLjAxMSAxMS4wMTM1IDExLjE1NEMxMi4zNTIzIDExLjQ4NzcgMTQuMjUzMyAxMS43MDYyIDE2LjM5MDYgMTEuNzA2MkMxNy41MjQ4IDExLjcwNjIgMTguNTkzNCAxMS42NDY3IDE5LjU0NDkgMTEuNTM3NEwxOS45MDI1IDkuOTMyNDNaTTIwLjQ4MjUgMTMuNDIwNUMxOS4yNjA5IDEzLjU5MzMgMTcuODY0NSAxMy42OTI2IDE2LjM5MDYgMTMuNjkyNkMxNC4xNCAxMy42OTI2IDEyLjA2ODMgMTMuNDY2MiAxMC41MzA4IDEzLjA4MDhDMTAuMjM5NSAxMy4wMDg2IDkuOTUxMiAxMi45MjQ0IDkuNjY2NzYgMTIuODI4NUwxMS4zMzEzIDI4Ljc3OUMxMS4zNTcyIDI5LjAxOTMgMTEuNDUwNSAyOS4xNDg0IDExLjUzMzkgMjkuMjA2MUMxMi4yNDMxIDI5LjcwMDcgMTMuODU0IDMwLjU3NjYgMTYuMzc2NyAzMC41NzY2QzE4Ljg5OTMgMzAuNTc2NiAyMC41MTAzIDI5LjcwMDcgMjEuMjE5NCAyOS4yMDYxQzIxLjMwMjggMjkuMTQ4NCAyMS4zOTgyIDI5LjAxOTMgMjEuNDIyIDI4Ljc3OUwyMy4xMTQ0IDEyLjgyODVDMjIuODMgMTIuOTI0NCAyMi41NDE3IDEzLjAwODYgMjIuMjUwMyAxMy4wODA4QzIxLjY2NzIgMTMuMjIzNCAyMS4wNzcxIDEzLjMzNjEgMjAuNDgyNSAxMy40MTg1VjEzLjQyMDVaTTkuMzcyNzggMTAuNDgyN0M5LjM3Mjc4IDEwLjQ4MjcgOS4zNzg3NCAxMC40ODY2IDkuMzgyNzEgMTAuNDk0Nkw5LjM3Mjc4IDEwLjQ4MjdaTTIzLjQwODQgMTAuNDgyN0wyMy4zOTg0IDEwLjQ5NDZDMjMuNDAyNCAxMC40ODY2IDIzLjQwODQgMTAuNDgyNyAyMy40MDg0IDEwLjQ4MjdaTTIzLjA1MjggMTAuNzEzMUMyMi42NjggMTAuNTM0IDIyLjI2NiAxMC4zOTQyIDIxLjg1MzEgMTAuMjk1OUwyMS42NTY0IDExLjE3OTlMMjEuNzY1NyAxMS4xNTRDMjIuMzMzOCAxMS4wMTEgMjIuNzYyOCAxMC44NTgxIDIzLjA1MjggMTAuNzEzMVoiIGZpbGw9IiMwMDQwMjciLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMDIyXzIwMTgyIj4KPHJlY3Qgd2lkdGg9IjMxLjc4MTciIGhlaWdodD0iMzEuNzgxNyIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNDk5NzU2IDAuNzgxMjUpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
    --ico-music-note-beamed: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMyAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjE5OTYgMjYuNjAzNkMxMi4xOTk2IDI4Ljc5ODYgOS45NzQ4OSAzMC41NzYzIDcuMjMzNzIgMzAuNTc2M0M0LjQ5MjU0IDMwLjU3NjMgMi4yNjc4MiAyOC43OTg2IDIuMjY3ODIgMjYuNjAzNkMyLjI2NzgyIDI0LjQxMDcgNC40OTI1NCAyMi42MzA5IDcuMjMzNzIgMjIuNjMwOUM5Ljk3NDg5IDIyLjYzMDkgMTIuMTk5NiAyNC40MTA3IDEyLjE5OTYgMjYuNjAzNlpNMzAuMDc2OCAyMi42MzA5QzMwLjA3NjggMjQuODI1OCAyNy44NTIxIDI2LjYwMzYgMjUuMTEwOSAyNi42MDM2QzIyLjM2OTggMjYuNjAzNiAyMC4xNDUgMjQuODI1OCAyMC4xNDUgMjIuNjMwOUMyMC4xNDUgMjAuNDM2IDIyLjM2OTggMTguNjU4MiAyNS4xMTA5IDE4LjY1ODJDMjcuODUyMSAxOC42NTgyIDMwLjA3NjggMjAuNDM2IDMwLjA3NjggMjIuNjMwOVoiIGZpbGw9IiMwMDQwMjciLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOC4wOTA2IDIyLjYzMTFWNC43NTM5MUgzMC4wNzdWMjIuNjMxMUgyOC4wOTA2Wk0xMi4xOTk3IDYuNzQwMjZWMjYuNjAzOEgxMC4yMTM0VjYuNzQwMjZIMTIuMTk5N1oiIGZpbGw9IiMwMDQwMjciLz4KPHBhdGggZD0iTTEwLjIxMzQgNi41NTIwM0MxMC4yMTM0IDYuMDU5NiAxMC4zOTYzIDUuNTg0NzIgMTAuNzI2NiA1LjIxOTUzQzExLjA1NjkgNC44NTQzMyAxMS41MTExIDQuNjI0ODUgMTIuMDAxMSA0LjU3NTYxTDI3Ljg5MiAyLjk4NjUyQzI4LjE2ODIgMi45NTg3NiAyOC40NDcxIDIuOTg5MiAyOC43MTA5IDMuMDc1ODlDMjguOTc0NiAzLjE2MjU4IDI5LjIxNzIgMy4zMDM1OCAyOS40MjMxIDMuNDg5ODFDMjkuNjI5IDMuNjc2MDMgMjkuNzkzNSAzLjkwMzM0IDI5LjkwNjEgNC4xNTcwOEMzMC4wMTg4IDQuNDEwODEgMzAuMDc3IDQuNjg1MzQgMzAuMDc3IDQuOTYyOTRWNi43NDA3M0wxMC4yMTM0IDguNzI3MDlWNi41NTIwM1oiIGZpbGw9IiMwMDQwMjciLz4KPC9zdmc+Cg==");
    --ico-games-controller: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMyAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIzLjY4OCAxMi43NTI5QzIzLjY4OCAxMy4wMTY0IDIzLjU4MzMgMTMuMjY5IDIzLjM5NzEgMTMuNDU1MkMyMy4yMTA4IDEzLjY0MTUgMjIuOTU4MiAxMy43NDYxIDIyLjY5NDggMTMuNzQ2MUMyMi40MzE0IDEzLjc0NjEgMjIuMTc4OCAxMy42NDE1IDIxLjk5MjUgMTMuNDU1MkMyMS44MDYzIDEzLjI2OSAyMS43MDE2IDEzLjAxNjQgMjEuNzAxNiAxMi43NTI5QzIxLjcwMTYgMTIuNDg5NSAyMS44MDYzIDEyLjIzNjkgMjEuOTkyNSAxMi4wNTA3QzIyLjE3ODggMTEuODY0NCAyMi40MzE0IDExLjc1OTggMjIuNjk0OCAxMS43NTk4QzIyLjk1ODIgMTEuNzU5OCAyMy4yMTA4IDExLjg2NDQgMjMuMzk3MSAxMi4wNTA3QzIzLjU4MzMgMTIuMjM2OSAyMy42ODggMTIuNDg5NSAyMy42ODggMTIuNzUyOVpNMjAuNzA4NCAxNS43MzI1QzIwLjk3MTggMTUuNzMyNSAyMS4yMjQ1IDE1LjYyNzggMjEuNDEwNyAxNS40NDE2QzIxLjU5NyAxNS4yNTUzIDIxLjcwMTYgMTUuMDAyNyAyMS43MDE2IDE0LjczOTNDMjEuNzAxNiAxNC40NzU5IDIxLjU5NyAxNC4yMjMzIDIxLjQxMDcgMTQuMDM3QzIxLjIyNDUgMTMuODUwOCAyMC45NzE4IDEzLjc0NjEgMjAuNzA4NCAxMy43NDYxQzIwLjQ0NSAxMy43NDYxIDIwLjE5MjQgMTMuODUwOCAyMC4wMDYyIDE0LjAzN0MxOS44MTk5IDE0LjIyMzMgMTkuNzE1MyAxNC40NzU5IDE5LjcxNTMgMTQuNzM5M0MxOS43MTUzIDE1LjAwMjcgMTkuODE5OSAxNS4yNTUzIDIwLjAwNjIgMTUuNDQxNkMyMC4xOTI0IDE1LjYyNzggMjAuNDQ1IDE1LjczMjUgMjAuNzA4NCAxNS43MzI1Wk0yNS42NzQzIDE0LjczOTNDMjUuNjc0MyAxNS4wMDI3IDI1LjU2OTcgMTUuMjU1MyAyNS4zODM0IDE1LjQ0MTZDMjUuMTk3MiAxNS42Mjc4IDI0Ljk0NDYgMTUuNzMyNSAyNC42ODEyIDE1LjczMjVDMjQuNDE3NyAxNS43MzI1IDI0LjE2NTEgMTUuNjI3OCAyMy45Nzg5IDE1LjQ0MTZDMjMuNzkyNiAxNS4yNTUzIDIzLjY4OCAxNS4wMDI3IDIzLjY4OCAxNC43MzkzQzIzLjY4OCAxNC40NzU5IDIzLjc5MjYgMTQuMjIzMyAyMy45Nzg5IDE0LjAzN0MyNC4xNjUxIDEzLjg1MDggMjQuNDE3NyAxMy43NDYxIDI0LjY4MTIgMTMuNzQ2MUMyNC45NDQ2IDEzLjc0NjEgMjUuMTk3MiAxMy44NTA4IDI1LjM4MzQgMTQuMDM3QzI1LjU2OTcgMTQuMjIzMyAyNS42NzQzIDE0LjQ3NTkgMjUuNjc0MyAxNC43MzkzWk0yMi42OTQ4IDE3LjcxODhDMjIuOTU4MiAxNy43MTg4IDIzLjIxMDggMTcuNjE0MiAyMy4zOTcxIDE3LjQyNzlDMjMuNTgzMyAxNy4yNDE3IDIzLjY4OCAxNi45ODkxIDIzLjY4OCAxNi43MjU3QzIzLjY4OCAxNi40NjIzIDIzLjU4MzMgMTYuMjA5NiAyMy4zOTcxIDE2LjAyMzRDMjMuMjEwOCAxNS44MzcxIDIyLjk1ODIgMTUuNzMyNSAyMi42OTQ4IDE1LjczMjVDMjIuNDMxNCAxNS43MzI1IDIyLjE3ODggMTUuODM3MSAyMS45OTI1IDE2LjAyMzRDMjEuODA2MyAxNi4yMDk2IDIxLjcwMTYgMTYuNDYyMyAyMS43MDE2IDE2LjcyNTdDMjEuNzAxNiAxNi45ODkxIDIxLjgwNjMgMTcuMjQxNyAyMS45OTI1IDE3LjQyNzlDMjIuMTc4OCAxNy42MTQyIDIyLjQzMTQgMTcuNzE4OCAyMi42OTQ4IDE3LjcxODhaTTkuNzgzNDggMTEuNzU5OEgxMS43Njk4VjEzLjc0NjFIMTMuNzU2MlYxNS43MzI1SDExLjc2OThWMTcuNzE4OEg5Ljc4MzQ4VjE1LjczMjVINy43OTcxMlYxMy43NDYxSDkuNzgzNDhWMTEuNzU5OFoiIGZpbGw9IiMwMDQwMjciLz4KPHBhdGggZD0iTTYuOTA1MzIgNy4yNTY4MkM2Ljg3MTQgNy4xMzA2OSA2Ljg2MjY4IDYuOTk5MTIgNi44Nzk2NyA2Ljg2OTYyQzYuODk2NjYgNi43NDAxMiA2LjkzOTAzIDYuNjE1MjUgNy4wMDQzNCA2LjUwMjE0QzcuMDY5NjYgNi4zODkwNCA3LjE1NjY0IDYuMjg5OTMgNy4yNjAzMSA2LjIxMDQ5QzcuMzYzOTggNi4xMzEwNSA3LjQ4MjMgNi4wNzI4MyA3LjYwODUgNi4wMzkxOEwxMS40NDYxIDUuMDEwMjVDMTEuNTc4MSA0Ljk3NTA5IDExLjcxNTggNC45Njc1MSAxMS44NTA4IDQuOTg3OTlDMTEuOTg1OCA1LjAwODQ2IDEyLjExNTEgNS4wNTY1NSAxMi4yMzA3IDUuMTI5MjVDMTIuMzQ2MyA1LjIwMTk0IDEyLjQ0NTYgNS4yOTc2OSAxMi41MjI1IDUuNDEwNTFDMTIuNTk5NCA1LjUyMzMyIDEyLjY1MjIgNS42NTA3OCAxMi42Nzc3IDUuNzg0OTNDMTMuOTc4NyA1LjYyOCAxNS4zNTkzIDUuNTUyNTIgMTYuNzM1OCA1LjU1MjUyQzE4LjE2NiA1LjU1MjUyIDE5LjYwMjEgNS42MzM5NiAyMC45NDY5IDUuODAyOEMyMC45NzAxIDUuNjY2NjMgMjEuMDIxNSA1LjUzNjc5IDIxLjA5NzcgNS40MjE1OUMyMS4xNzQgNS4zMDYzOSAyMS4yNzM0IDUuMjA4MzcgMjEuMzg5NyA1LjEzMzc4QzIxLjUwNiA1LjA1OTE5IDIxLjYzNjUgNS4wMDk2OCAyMS43NzMgNC45ODg0MUMyMS45MDk1IDQuOTY3MTQgMjIuMDQ4OSA0Ljk3NDU3IDIyLjE4MjQgNS4wMTAyNUwyNi4wMiA2LjAzOTE4QzI2LjE2NjUgNi4wNzgzOCAyNi4zMDIgNi4xNTA1OCAyNi40MTYyIDYuMjUwMjVDMjYuNTMwNCA2LjM0OTkxIDI2LjYyMDMgNi40NzQ0IDI2LjY3OSA2LjYxNDE4QzI2LjczNzcgNi43NTM5NSAyNi43NjM2IDYuOTA1MzEgMjYuNzU0NyA3LjA1NjY0QzI2Ljc0NTggNy4yMDc5NyAyNi43MDI0IDcuMzU1MjYgMjYuNjI3OSA3LjQ4NzIzQzI2LjkwNiA3LjY2NjAxIDI3LjE1NjIgNy44NjQ2NCAyNy4zNjg4IDguMDc3MThDMjguMTc5MiA4Ljg4NzYyIDI4LjkxODEgMTAuMTYyOSAyOS41NDM4IDExLjU5N0MzMC4xNzk1IDEzLjA1MyAzMC43MzM3IDE0Ljc1NzMgMzEuMTQyOSAxNi40OTU0QzMxLjU1MiAxOC4yMzM0IDMxLjgxODIgMjAuMDMxMSAzMS44NjU5IDIxLjY3MThDMzEuOTEzNiAyMy4yOTI3IDMxLjc0ODcgMjQuODU0IDMxLjIxNDQgMjYuMDYxN0MzMC45NzA3IDI2LjYwMzkgMzAuNTYyIDI3LjA1NTIgMzAuMDQ2NSAyNy4zNTEzQzI5LjUzMSAyNy42NDc0IDI4LjkzNTIgMjcuNzczIDI4LjM0NDEgMjcuNzEwM0MyNy4wODA4IDI3LjU3NzIgMjYuMTI5MyAyNi45Mjc3IDI1LjMzODcgMjYuMTc0OUMyNC44NTIxIDI1LjcxNCAyNC4zNTM1IDI1LjEzMDEgMjMuODcwOCAyNC41Njk5QzIzLjYyMDUgMjQuMjc1OSAyMy4zNzQyIDIzLjk4OTkgMjMuMTM5OCAyMy43Mjk3QzIxLjY5MzggMjIuMTMyNiAxOS45Njc2IDIwLjY5NjUgMTYuNzM1OCAyMC42OTY1QzEzLjUwNCAyMC42OTY1IDExLjc3NzkgMjIuMTMyNiAxMC4zMzE4IDIzLjcyOTdDMTAuMDk1NCAyMy45ODk5IDkuODUxMDkgMjQuMjc1OSA5LjYwMDgxIDI0LjU2OTlDOS4xMTgxMyAyNS4xMzAxIDguNjE5NTUgMjUuNzEyMSA4LjEzMjg5IDI2LjE3NDlDNy4zNDIzMiAyNi45Mjk3IDYuMzkwODYgMjcuNTc3MiA1LjEyNzU0IDI3LjcxMDNDNC41MzY0MSAyNy43NzMgMy45NDA1OCAyNy42NDc0IDMuNDI1MTIgMjcuMzUxM0MyLjkwOTY2IDI3LjA1NTIgMi41MDA5MiAyNi42MDM5IDIuMjU3MjUgMjYuMDYxN0MxLjcyMDkzIDI0Ljg1NCAxLjU1ODA1IDIzLjI5MDcgMS42MDM3NCAyMS42NzE4QzEuNjUxNDEgMjAuMDMxMSAxLjkyMTU1IDE4LjIzNTQgMi4zMjg3NiAxNi40OTU0QzIuNzM3OTUgMTQuNzU3MyAzLjI5NDEzIDEzLjA1MyAzLjkyNzc4IDExLjU5N0M0LjU1MzQ4IDEwLjE2MjkgNS4yOTI0IDguODg3NjIgNi4xMDA4NSA4LjA3NzE4QzYuMzYwNTIgNy44MjI0OCA2LjY0OTIgNy41OTkxNSA2Ljk2MDk0IDcuNDExNzVDNi45MzgwOCA3LjM2MTA4IDYuOTE5NDggNy4zMDg1OSA2LjkwNTMyIDcuMjU0ODNWNy4yNTY4MlpNMTAuOTQ5NSA4LjA3NTJDOS4yMDc1MSA4LjQ0MjY3IDguMDMxNTkgOC45NTUxNSA3LjUwNzE5IDkuNDgxNTRDNi45NTg5NiAxMC4wMjk4IDYuMzQxMiAxMS4wMzY5IDUuNzQ5MjcgMTIuMzkxNUM1LjEyMTMgMTMuODY0NiA0LjYyNDEyIDE1LjM5MDEgNC4yNjM0NyAxNi45NTAyQzMuODgyNDggMTguNTE3MyAzLjY1NjkzIDIwLjExODEgMy41OTAwOSAyMS43Mjk0QzMuNTQ2MzkgMjMuMjI5MSAzLjcxMzI1IDI0LjQ0NjcgNC4wNzI3OCAyNS4yNTcyQzQuMTQ2NDEgMjUuNDE1IDQuMjY3NiAyNS41NDU5IDQuNDE5MzUgMjUuNjMxNEM0LjU3MTEgMjUuNzE2OSA0Ljc0NTgxIDI1Ljc1MjcgNC45MTg5NyAyNS43MzM5QzUuNTY4NTEgMjUuNjY2NCA2LjEzMDY1IDI1LjMzODYgNi43NjQyOSAyNC43MzY4QzcuMTg1NCAyNC4zMzU1IDcuNTU4ODQgMjMuODk2NSA3Ljk4NTkgMjMuMzk4QzguMjUwMDkgMjMuMDg4MSA4LjUzNDE0IDIyLjc1NjQgOC44NTk5IDIyLjM5NjhDMTAuNTAwNiAyMC41ODMzIDEyLjcxOTQgMTguNzEyMSAxNi43MzU4IDE4LjcxMjFDMjAuNzUyMiAxOC43MTIxIDIyLjk3MSAyMC41ODMzIDI0LjYxMTcgMjIuMzk2OEMyNC45Mzc1IDIyLjc1NjQgMjUuMjIxNSAyMy4wODgxIDI1LjQ4NTcgMjMuMzk4QzI1LjkxMDggMjMuODk2NSAyNi4yODYyIDI0LjMzNTUgMjYuNzA3MyAyNC43MzY4QzI3LjMzOSAyNS4zMzg2IDI3LjkwMTEgMjUuNjY2NCAyOC41NTI2IDI1LjczNTlDMjguNzI2IDI1Ljc1NDUgMjguOTAwOSAyNS43MTg0IDI5LjA1MjcgMjUuNjMyNUMyOS4yMDQ1IDI1LjU0NjcgMjkuMzI1NSAyNS40MTU0IDI5LjM5ODggMjUuMjU3MkMyOS43NTY0IDI0LjQ0NjcgMjkuOTI1MiAyMy4yMzExIDI5Ljg4MTUgMjEuNzI5NEMyOS44MTQ2IDIwLjExODEgMjkuNTg5MSAxOC41MTczIDI5LjIwODEgMTYuOTUwMkMyOC44NDc0IDE1LjM5MDEgMjguMzUwMyAxMy44NjQ2IDI3LjcyMjMgMTIuMzkxNUMyNy4xMzA0IDExLjAzNjkgMjYuNTEwNyAxMC4wMjc4IDI1Ljk2NDQgOS40ODE1NEMyNS40NCA4Ljk1NTE1IDI0LjI2NDEgOC40NDI2NyAyMi41MjIxIDguMDc1MkMyMC44MzM3IDcuNzE5NjQgMTguNzkzNyA3LjUzODg4IDE2LjczNTggNy41Mzg4OEMxNC42Nzc5IDcuNTM4ODggMTIuNjM4IDcuNzE5NjQgMTAuOTQ5NSA4LjA3NTJaIiBmaWxsPSIjMDA0MDI3Ii8+Cjwvc3ZnPgo=");
    --ico-geo-alt: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMiAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwMjJfMjAxODQpIj4KPHBhdGggZD0iTTI0LjIyOTIgMTguNTM5M0MyMy4xODgzIDIwLjY0ODggMjEuNzc4IDIyLjc1MDQgMjAuMzM1OSAyNC42Mzc0QzE4Ljk2NzkgMjYuNDE2NCAxNy41MDUyIDI4LjEyMDUgMTUuOTU0IDI5Ljc0MjNDMTQuNDAyOSAyOC4xMjA2IDEyLjk0MDEgMjYuNDE2NCAxMS41NzIxIDI0LjYzNzRDMTAuMTMgMjIuNzUwNCA4LjcxOTcyIDIwLjY0ODggNy42Nzg4NyAxOC41MzkzQzYuNjI2MSAxNi40MDc5IDYuMDIyMjUgMTQuNDExNiA2LjAyMjI1IDEyLjY5OTRDNi4wMjIyNSAxMC4wNjUzIDcuMDY4NjMgNy41MzkxMyA4LjkzMTIgNS42NzY1NkMxMC43OTM4IDMuODEzOTkgMTMuMzIgMi43Njc2MSAxNS45NTQgMi43Njc2MUMxOC41ODgxIDIuNzY3NjEgMjEuMTE0MyAzLjgxMzk5IDIyLjk3NjkgNS42NzY1NkMyNC44Mzk0IDcuNTM5MTMgMjUuODg1OCAxMC4wNjUzIDI1Ljg4NTggMTIuNjk5NEMyNS44ODU4IDE0LjQxMTYgMjUuMjggMTYuNDA3OSAyNC4yMjkyIDE4LjUzOTNaTTE1Ljk1NCAzMi41NjNDMTUuOTU0IDMyLjU2MyAyNy44NzIyIDIxLjI2ODUgMjcuODcyMiAxMi42OTk0QzI3Ljg3MjIgOS41Mzg1IDI2LjYxNjUgNi41MDcwOCAyNC4zODE0IDQuMjcxOTlDMjIuMTQ2MyAyLjAzNjkxIDE5LjExNDkgMC43ODEyNSAxNS45NTQgMC43ODEyNUMxMi43OTMxIDAuNzgxMjUgOS43NjE3MiAyLjAzNjkxIDcuNTI2NjMgNC4yNzE5OUM1LjI5MTU1IDYuNTA3MDggNC4wMzU4OSA5LjUzODUgNC4wMzU4OSAxMi42OTk0QzQuMDM1ODkgMjEuMjY4NSAxNS45NTQgMzIuNTYzIDE1Ljk1NCAzMi41NjNaIiBmaWxsPSIjMDA0MDI3Ii8+CjxwYXRoIGQ9Ik0xNS45NTQyIDE2LjY3MkMxNC45MDA2IDE2LjY3MiAxMy44OTAxIDE2LjI1MzUgMTMuMTQ1MSAxNS41MDg0QzEyLjQgMTQuNzYzNCAxMS45ODE1IDEzLjc1MjkgMTEuOTgxNSAxMi42OTkzQzExLjk4MTUgMTEuNjQ1NyAxMi40IDEwLjYzNTIgMTMuMTQ1MSA5Ljg5MDE3QzEzLjg5MDEgOS4xNDUxNCAxNC45MDA2IDguNzI2NTkgMTUuOTU0MiA4LjcyNjU5QzE3LjAwNzggOC43MjY1OSAxOC4wMTgzIDkuMTQ1MTQgMTguNzYzMyA5Ljg5MDE3QzE5LjUwODMgMTAuNjM1MiAxOS45MjY5IDExLjY0NTcgMTkuOTI2OSAxMi42OTkzQzE5LjkyNjkgMTMuNzUyOSAxOS41MDgzIDE0Ljc2MzQgMTguNzYzMyAxNS41MDg0QzE4LjAxODMgMTYuMjUzNSAxNy4wMDc4IDE2LjY3MiAxNS45NTQyIDE2LjY3MlpNMTUuOTU0MiAxOC42NTg0QzE3LjUzNDYgMTguNjU4NCAxOS4wNTAzIDE4LjAzMDUgMjAuMTY3OSAxNi45MTNDMjEuMjg1NCAxNS43OTU1IDIxLjkxMzMgMTQuMjc5NyAyMS45MTMzIDEyLjY5OTNDMjEuOTEzMyAxMS4xMTg5IDIxLjI4NTQgOS42MDMxNSAyMC4xNjc5IDguNDg1NjFDMTkuMDUwMyA3LjM2ODA2IDE3LjUzNDYgNi43NDAyMyAxNS45NTQyIDYuNzQwMjNDMTQuMzczNyA2Ljc0MDIzIDEyLjg1OCA3LjM2ODA2IDExLjc0MDUgOC40ODU2MUMxMC42MjI5IDkuNjAzMTUgOS45OTUxMiAxMS4xMTg5IDkuOTk1MTIgMTIuNjk5M0M5Ljk5NTEyIDE0LjI3OTcgMTAuNjIyOSAxNS43OTU1IDExLjc0MDUgMTYuOTEzQzEyLjg1OCAxOC4wMzA1IDE0LjM3MzcgMTguNjU4NCAxNS45NTQyIDE4LjY1ODRaIiBmaWxsPSIjMDA0MDI3Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTAyMl8yMDE4NCI+CjxyZWN0IHdpZHRoPSIzMS43ODE3IiBoZWlnaHQ9IjMxLjc4MTciIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjA2MzIzMjQgMC43ODEyNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K")
}

.modal--sign-in .modal__content--heading-icons .icon {
    width: 24px;
    height: auto
}

.modal--sign-in .modal__content--heading-icons .icon-cup-straw {
    content: var(--ico-cup-straw)
}

.modal--sign-in .modal__content--heading-icons .icon-pin-map {
    content: var(--ico-geo-alt)
}

.modal--sign-in .modal__content--heading-icons .icon-games-controller {
    content: var(--ico-games-controller)
}

.modal--sign-in .modal__content--heading-icons .icon-music-note-beamed {
    content: var(--ico-music-note-beamed)
}

.modal--sign-in .modal__content--content p {
    margin: 0;
    font-weight: var(--weight-demi-bold-plus);
    font-size: calc(24 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    line-height: 113%
}

.modal--sign-in .modal__content--information {
    margin: calc(16 / var(--desktop-design-reference) * var(--screen-width-static)) 0 calc(10 / var(--desktop-design-reference) * var(--screen-width-static))
}

.modal--sign-in .modal__content--information p {
    margin: 0;
    font-weight: var(--weight-light);
    font-size: calc(14 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    line-height: 171%
}

.modal--sign-in .modal__content--information p strong {
    font-weight: var(--weight-demi-bold-plus)
}

.modal--sign-in .modal__content--btn-sign-in {
    width: 100%;
    max-width: 100%;
    padding: calc(13 / var(--desktop-design-reference) * var(--screen-width-static)) calc(30 / var(--desktop-design-reference) * var(--screen-width-static))
}

.modal--sign-in .modal__content--btn-skip {
    display: block;
    position: relative;
    cursor: pointer;
    text-decoration: underline;
    top: 0;
    right: 0;
    font-weight: var(--weight-light);
    font-size: calc(14 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    line-height: 171%;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    margin: calc(30 / var(--desktop-design-reference) * var(--screen-width-static)) auto calc(6 / var(--desktop-design-reference) * var(--screen-width-static));
    color: var(--primary-400)
}

@media screen and (min-width: 821px) {
    .modal__container {
        width: 100%;
        max-width: calc(515 / var(--desktop-design-reference) * var(--screen-width-static));
        padding: calc(32 / var(--desktop-design-reference) * var(--screen-width-static))
    }

    .modal__container.display-modal {
        animation-name: slide-in-right
    }

    .modal__container.hide-modal {
        animation-name: slide-out-right
    }

    .modal--sign-in .modal__content--subheading {
        font-size: calc(16 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
        line-height: 183%;
        letter-spacing: .166rem
    }

    .modal--sign-in .modal__content--heading {
        margin: calc(25 / var(--desktop-design-reference) * var(--screen-width-static)) 0
    }

    .modal--sign-in .modal__content--heading-tag span {
        font-weight: var(--weight-demi-bold-plus);
        font-size: calc(12 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
        padding: calc(8 / var(--desktop-design-reference) * var(--screen-width-static)) calc(16 / var(--desktop-design-reference) * var(--screen-width-static));
        line-height: calc(14 / var(--desktop-design-reference) * var(--screen-width-static));
        letter-spacing: 2px
    }

    .modal--sign-in .modal__content--heading-icons {
        -moz-column-gap: calc(10 / var(--desktop-design-reference) * var(--screen-width-static));
        column-gap: calc(10 / var(--desktop-design-reference) * var(--screen-width-static))
    }

    .modal--sign-in .modal__content--heading-icons .icon {
        width: calc(31 / var(--desktop-design-reference) * var(--screen-width-static));
        height: auto
    }

    .modal--sign-in .modal__content--content p {
        font-size: calc(32 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
        line-height: 112%
    }

    .modal--sign-in .modal__content--information {
        margin: calc(41 / var(--desktop-design-reference) * var(--screen-width-static)) 0 calc(14 / var(--desktop-design-reference) * var(--screen-width-static))
    }

    .modal--sign-in .modal__content--information p {
        margin: 0;
        font-weight: var(--weight-light);
        font-size: calc(18 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier))
    }

    .modal--sign-in .modal__content--btn-sign-in {
        padding: calc(21 / var(--desktop-design-reference) * var(--screen-width-static)) calc(40 / var(--desktop-design-reference) * var(--screen-width-static));
        font-size: calc(15 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier))
    }

    .modal--sign-in .modal__content--btn-skip {
        font-size: calc(18 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
        line-height: 171%;
        margin: calc(30 / var(--desktop-design-reference) * var(--screen-width-static)) auto calc(6 / var(--desktop-design-reference) * var(--screen-width-static))
    }
}

@keyframes slide-in-right {
    0% {
        opacity: 1;
        transform: translate(300%, -50%)
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%)
    }
}

@keyframes slide-out-right {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%)
    }
    100% {
        opacity: 1;
        transform: translate(300%, -50%)
    }
}

@keyframes slide-in-bottom {
    0% {
        opacity: 1;
        transform: translate(-50%, 500%)
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%)
    }
}

@keyframes slide-out-bottom {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%)
    }
    100% {
        opacity: 1;
        transform: translate(-50%, 500%)
    }
}

.liquid-cart {
    background-color: var(--secondary-200)
}

.liquid-cart .liquid-cart-close {
    color: var(--primary-400)
}

.liquid-cart .liquid-cart-content {
    color: var(--primary-400)
}

.liquid-cart .liquid-cart-content .liquid-cart-item-fulfillment-expectation {
    margin-bottom: .5rem
}

.liquid-cart .liquid-cart-content .liquid-cart-item-engraving {
    display: none
}

.liquid-cart .liquid-cart-content .liquid-cart-item-image {
    border: none;
    background: rgba(0, 0, 0, 0)
}

.liquid-cart .liquid-cart-content .liquid-cart-item-name {
    font-weight: 600
}

.liquid-cart .liquid-cart-content .liquid-cart-qty-selector {
    border-radius: 0;
    background-color: var(--neutral-100);
    border-color: var(--secondary-400)
}

.liquid-cart .liquid-cart-content .liquid-cart-item-fulfillment-expectation-supplier, .liquid-cart .liquid-cart-content .liquid-cart-bundle-fulfillment-expectation-supplier {
    color: var(--primary-400);
    font-size: .75rem
}

.liquid-cart .liquid-cart-content .liquid-cart-item-fulfillment-expectation-expectation, .liquid-cart .liquid-cart-content .liquid-cart-bundle-fulfillment-expectation-expectation {
    color: var(--primary-400);
    font-size: .75rem
}

.liquid-cart .liquid-cart-bottom-container {
    background-color: var(--primary-500);
    color: var(--neutral-100)
}

.liquid-cart .liquid-cart-bottom-container .liquid-checkout-button {
    font-family: var(--secondary-font-family);
    font-weight: var(--weight-bold);
    --font-size-multiplier: var(--global-font-multiplier-secondary);
    font-weight: var(--weight-bold);
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: background-color .4s, color .3s, border-color .5s;
    border: 2px solid var(--primary-200);
    border-radius: 0px;
    letter-spacing: 2px;
    min-width: 180px;
    max-width: 350px;
    font-size: calc(12 / var(--desktop-design-reference) * var(--screen-width-static) * var(--font-size-multiplier));
    line-height: 1.5em;
    padding: calc(22 / var(--desktop-design-reference) * var(--screen-width-static)) calc(34 / var(--desktop-design-reference) * var(--screen-width-static));
    color: var(--white);
    background-color: var(--primary-200);
    max-width: 100%
}

.liquid-cart .liquid-cart-bottom-container .liquid-checkout-button:hover, .liquid-cart .liquid-cart-bottom-container .liquid-checkout-button:active, .liquid-cart .liquid-cart-bottom-container .liquid-checkout-button:focus {
    color: var(--primary-400);
    background-color: var(--white);
    border-color: var(--white)
}

.liquid-cart .liquid-cart-bottom-container .liquid-checkout-button[disabled] {
    color: gray;
    background-color: #fff;
    border-color: gray;
    opacity: .4;
    cursor: default
}

.wysiwyg ol, .wysiwyg ul {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px
}

.wysiwyg ol {
    list-style-type: decimal
}

.wysiwyg ul {
    list-style-type: disc
}

.wysiwyg li {
    line-height: 175%;
    font-size: calc(14 / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier));
    display: list-item;
    text-align: -webkit-match-parent
}

@media screen and (min-width: 821px) {
    .wysiwyg li {
        font-size: calc(14 / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .wysiwyg li {
        font-size: calc(16 / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.wysiwyg img {
    margin-bottom: calc(13 / var(--desktop-design-reference) * var(--screen-width-static))
}

.sticky-nav {
    position: sticky;
    bottom: 0
}

.sticky-nav__content {
    text-align: center;
    background-color: var(--primary-500);
    color: var(--secondary-100);
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sticky-nav__content.sticky-banner-s h4 {
    font-size: calc(14 / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

@media screen and (min-width: 821px) {
    .sticky-nav__content.sticky-banner-s h4 {
        letter-spacing: .3em;
        font-size: calc(14 / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .sticky-nav__content.sticky-banner-s h4 {
        font-size: calc(16 / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.sticky-nav__content.sticky-banner-s .sticky-nav__image-and-text {
    max-width: -moz-max-content;
    max-width: max-content;
    padding: calc(10 / var(--mobile-design-reference) * var(--screen-width-mobile)) calc(15 / var(--mobile-design-reference) * var(--screen-width-mobile)) calc(10 / var(--mobile-design-reference) * var(--screen-width-mobile)) calc(15 / var(--mobile-design-reference) * var(--screen-width-mobile));
    font-size: calc(14 / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

@media screen and (min-width: 821px) {
    .sticky-nav__content.sticky-banner-s .sticky-nav__image-and-text {
        letter-spacing: .3em;
        font-size: calc(14 / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier));
        padding: calc(10 / var(--portrait-design-reference) * var(--screen-width-portrait)) calc(100 / var(--portrait-design-reference) * var(--screen-width-portrait)) calc(10 / var(--portrait-design-reference) * var(--screen-width-portrait))
    }
}

@media screen and (min-width: 1024px) {
    .sticky-nav__content.sticky-banner-s .sticky-nav__image-and-text {
        padding: calc(10 / var(--desktop-design-reference) * var(--screen-width-desktop)) calc(130 / var(--desktop-design-reference) * var(--screen-width-desktop)) calc(10 / var(--desktop-design-reference) * var(--screen-width-desktop));
        font-size: calc(16 / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.sticky-nav__content.sticky-banner-s .sticky-nav__image-and-text img {
    height: calc(18 / var(--mobile-design-reference) * var(--screen-width-mobile))
}

@media screen and (min-width: 821px) {
    .sticky-nav__content.sticky-banner-s .sticky-nav__image-and-text img {
        height: calc(26 / var(--portrait-design-reference) * var(--screen-width-portrait))
    }
}

@media screen and (min-width: 1024px) {
    .sticky-nav__content.sticky-banner-s .sticky-nav__image-and-text img {
        height: calc(32 / var(--desktop-design-reference) * var(--screen-width-desktop))
    }
}

.sticky-nav__content.sticky-banner-m h4 {
    font-size: calc(16 / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

@media screen and (min-width: 821px) {
    .sticky-nav__content.sticky-banner-m h4 {
        letter-spacing: .3em;
        font-size: calc(16 / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .sticky-nav__content.sticky-banner-m h4 {
        font-size: calc(18 / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.sticky-nav__content.sticky-banner-m .sticky-nav__image-and-text {
    padding: calc(10 / var(--mobile-design-reference) * var(--screen-width-mobile)) calc(15 / var(--mobile-design-reference) * var(--screen-width-mobile)) calc(10 / var(--mobile-design-reference) * var(--screen-width-mobile)) calc(15 / var(--mobile-design-reference) * var(--screen-width-mobile));
    font-size: calc(16 / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

@media screen and (min-width: 821px) {
    .sticky-nav__content.sticky-banner-m .sticky-nav__image-and-text {
        letter-spacing: .3em;
        font-size: calc(18 / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier));
        padding: calc(10 / var(--portrait-design-reference) * var(--screen-width-portrait)) calc(100 / var(--portrait-design-reference) * var(--screen-width-portrait)) calc(10 / var(--portrait-design-reference) * var(--screen-width-portrait))
    }
}

@media screen and (min-width: 1024px) {
    .sticky-nav__content.sticky-banner-m .sticky-nav__image-and-text {
        padding: calc(10 / var(--desktop-design-reference) * var(--screen-width-desktop)) calc(130 / var(--desktop-design-reference) * var(--screen-width-desktop)) calc(10 / var(--desktop-design-reference) * var(--screen-width-desktop));
        font-size: calc(20 / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.sticky-nav__content.sticky-banner-m .sticky-nav__image-and-text img {
    height: calc(22 / var(--mobile-design-reference) * var(--screen-width-mobile))
}

@media screen and (min-width: 821px) {
    .sticky-nav__content.sticky-banner-m .sticky-nav__image-and-text img {
        height: calc(30 / var(--portrait-design-reference) * var(--screen-width-portrait))
    }
}

@media screen and (min-width: 1024px) {
    .sticky-nav__content.sticky-banner-m .sticky-nav__image-and-text img {
        height: calc(40 / var(--desktop-design-reference) * var(--screen-width-desktop))
    }
}

.sticky-nav__content.sticky-banner-lg h4 {
    font-size: calc(20 / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

@media screen and (min-width: 821px) {
    .sticky-nav__content.sticky-banner-lg h4 {
        letter-spacing: .3em;
        font-size: calc(20 / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier))
    }
}

@media screen and (min-width: 1024px) {
    .sticky-nav__content.sticky-banner-lg h4 {
        font-size: calc(22 / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.sticky-nav__content.sticky-banner-lg .sticky-nav__image-and-text {
    padding: calc(16 / var(--mobile-design-reference) * var(--screen-width-mobile)) calc(15 / var(--mobile-design-reference) * var(--screen-width-mobile)) calc(20 / var(--mobile-design-reference) * var(--screen-width-mobile)) calc(15 / var(--mobile-design-reference) * var(--screen-width-mobile));
    font-size: calc(16 / var(--mobile-design-reference) * var(--font-reference-mobile) * var(--font-size-multiplier))
}

@media screen and (min-width: 821px) {
    .sticky-nav__content.sticky-banner-lg .sticky-nav__image-and-text {
        letter-spacing: .3em;
        font-size: calc(18 / var(--portrait-design-reference) * var(--font-reference-portrait) * var(--font-size-multiplier));
        padding: calc(16 / var(--portrait-design-reference) * var(--screen-width-portrait)) calc(100 / var(--portrait-design-reference) * var(--screen-width-portrait)) calc(20 / var(--portrait-design-reference) * var(--screen-width-portrait))
    }
}

@media screen and (min-width: 1024px) {
    .sticky-nav__content.sticky-banner-lg .sticky-nav__image-and-text {
        padding: calc(20 / var(--desktop-design-reference) * var(--screen-width-desktop)) calc(130 / var(--desktop-design-reference) * var(--screen-width-desktop)) calc(20 / var(--desktop-design-reference) * var(--screen-width-desktop));
        font-size: calc(35 / var(--desktop-design-reference) * var(--font-reference-desktop) * var(--font-size-multiplier))
    }
}

.sticky-nav__content.sticky-banner-lg .sticky-nav__image-and-text img {
    height: calc(18 / var(--mobile-design-reference) * var(--screen-width-mobile))
}

@media screen and (min-width: 821px) {
    .sticky-nav__content.sticky-banner-lg .sticky-nav__image-and-text img {
        height: calc(30 / var(--portrait-design-reference) * var(--screen-width-portrait))
    }
}

@media screen and (min-width: 1024px) {
    .sticky-nav__content.sticky-banner-lg .sticky-nav__image-and-text img {
        height: calc(50 / var(--desktop-design-reference) * var(--screen-width-desktop))
    }
}

.sticky-nav__image-and-text {
    width: 100%;
    letter-spacing: .1em;
    color: var(--white);
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1
}

.sticky-nav__image-and-text img {
    display: inline-block;
    padding: 0 calc(15 / var(--desktop-design-reference) * var(--screen-width-static)) 0 calc(10 / var(--desktop-design-reference) * var(--screen-width-static));
    width: auto
}

body {
    display: block;
}
