@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-VariableFont.woff2") format("woff2");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Regular.woff2") format("woff2"), url("../fonts/Geist-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Medium.woff2") format("woff2"), url("../fonts/Geist-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Bold.woff2") format("woff2"), url("../fonts/Geist-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --body-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --display-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  /* @link https://utopia.fyi/type/calculator?c=320,18,1.25,1240,20,1.2,8,2,&s=0.75,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
  --step--2: clamp(0.72rem, 0.6685rem + 0.2575vw, 0.8681rem);
  --step--1: clamp(0.9rem, 0.8507rem + 0.2464vw, 1.0417rem);
  --step-0: clamp(1.125rem, 1.0815rem + 0.2174vw, 1.25rem);
  --step-1: clamp(1.4063rem, 1.3736rem + 0.163vw, 1.5rem);
  --step-2: clamp(1.7578rem, 1.7431rem + 0.0734vw, 1.8rem);
  --step-3: clamp(2.16rem, 2.2102rem + -0.0648vw, 2.1973rem);
  --step-4: clamp(2.592rem, 2.8003rem + -0.2688vw, 2.7466rem);
  --step-5: clamp(3.1104rem, 3.5455rem + -0.5614vw, 3.4332rem);
  --step-6: clamp(3.7325rem, 4.486rem + -0.9723vw, 4.2915rem);
  --step-7: clamp(4.479rem, 5.6724rem + -1.5399vw, 5.3644rem);
  --step-8: clamp(5.3748rem, 7.1684rem + -2.3144vw, 6.7055rem);
  --font-size-l: var(--step-1);
  --font-size: var(--step-0);
  --font-size-sm: var(--step--1);
  --font-size-xs: var(--step--2);
  --font-size-2xs: var(--step--3);
  --font-size-h1: var(--step-5);
  --font-size-h2: var(--step-3);
  --font-size-h3: var(--step-3);
  --font-size-h4: var(--step-1);
  --font-size-h5: var(--step-1);
  --font-size-h6: var(--step--1);
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-heavy: 900;
  --line-height-l: 1.4;
  --line-height: 1.35;
  --line-height-sm: 1.35;
  --line-height-headings: 1.15;
  --line-height-headings-l: 1.25;
  --color-grey-dark: #454545;
  --color-grey: #D9D9D9;
  --color-grey-light: #F4F5F7;
  --color-primary: #E5BC09;
  --color-secondary: #51545B;
  --color-tertiary: #F5F4EE;
  --color-black: #1B1B1B;
  --color-text-base: #51555D;
  --color-text-dark: #202020;
  --color-text-reversed: #fff;
  --color-text-light: #3A3A35;
  --color-text-link: var(--color-black);
  --color-text-hover: var(--color-black);
  --color-facebook: #3B5998;
  --color-twitter: #1DA1F2;
  --color-instagram: #262626;
  --color-youtube: #cc181e;
  --color-linkedin: #0077B5;
  --color-error: #A63636;
  --heading-color: var(--color-text-dark);
  --body-background-color: #fff;
  --border-radius-sm: 6px;
  --border-radius: 8px;
  --border-radius-l: 12px;
  --border-radius-xl: 20px;
  --space-2xs: clamp(0.375rem,0.3414rem + 0.1678vi,0.5rem);
  --space-xs: clamp(0.5625rem,0.5122rem + 0.2517vi,0.75rem);
  --space-s: clamp(0.75rem,0.6829rem + 0.3356vi,1rem);
  --space-m: clamp(1.125rem,1.0243rem + 0.5034vi,1.5rem);
  --space-l: clamp(1.5rem,1.3658rem + 0.6711vi,2rem);
  --space-xl: clamp(1.875rem,1.7072rem + 0.8389vi,2.5rem);
  --space-2xl: clamp(3rem,2.7315rem + 1.3423vi,4rem);
  --space-3xl: clamp(3.75rem,3.4144rem + 1.6779vi,5rem);
  --space-4xl: clamp(5.625rem,5.1216rem + 2.5168vi,7.5rem);
  --flow-space: var(--space-m);
  --spacing-xl: var(--space-xl);
  --spacing-xxl: var(--space-2xl);
  --spacing-xxxl: var(--space-3xl);
  --block-spacing: 3.5em;
  --grid-gap-sm: 1.5rem;
  --grid-gap: 2rem;
  --grid-gap-l: 3rem;
  --grid-gap-xl: 5rem;
  --container-width-xs: 45rem;
  --container-width-s: 78rem;
  --container-width: 1440px;
  --container-width-l: 100rem;
  --content-width: 55rem;
}
@media (min-width: 50em) {
  :root {
    --line-height-l: 1.55;
    --line-height: 1.45;
    --line-height-sm: 1.4;
    --font-size-h1: var(--step-6);
    --font-size-h2: var(--step-4);
    --font-size-h3: var(--step-3);
    --block-spacing: 3.75em;
  }
}
@media (min-width: 70em) {
  :root {
    --font-size-h1: var(--step-7);
    --font-size-h2: var(--step-5);
    --font-size-h3: var(--step-3);
    --block-spacing: 4.5em;
  }
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body:not(.mce-content-body) {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  text-rendering: optimizeSpeed;
  font-family: var(--body-family);
  line-height: var(--line-height);
  text-rendering: optimizeSpeed;
  color: var(--color-text-base);
  background: var(--body-background-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--font-size);
}

main {
  background: var(--body-background-color);
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.skip-nav {
  background: #eee;
  color: var(--color-text-base);
  border-radius: 8px;
  display: block;
  position: absolute;
  left: -999px;
  top: -999px;
}

.skip-nav:focus {
  left: 0;
  top: 0;
  padding: 3px;
  background: #ffc;
  border: 1px solid #990000;
}

hr {
  border: 0 !important;
  background-color: var(--color-grey);
  width: 100%;
  height: 1px;
  margin: var(--space-2xl) auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -30px;
  transition: all 0.3s ease;
}

.flex > * {
  box-sizing: border-box;
  flex: 1 1 auto; /* Default for IE10 bug */
  padding-bottom: 0;
  padding-left: 30px;
}

.flex[class*=one] > *, .flex[class*=two] > *, .flex[class*=three] > *, .flex[class*=four] > *, .flex[class*=five] > *, .flex[class*=six] > *, .flex[class*=seven] > *, .flex[class*=eight] > *, .flex[class*=nine] > *, .flex[class*=ten] > *, .flex[class*=eleven] > *, .flex[class*=twelve] > * {
  flex-grow: 0;
}

.flex.grow > * {
  flex-grow: 1;
}

.flex.shrink > * {
  flex-shrink: 1;
  flex-grow: 0;
}

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

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

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

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

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

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

.one > * {
  width: 100%;
}

.two > * {
  width: 50%;
}

.three > * {
  width: 33.33333%;
}

.four > * {
  width: 25%;
}

.five > * {
  width: 20%;
}

.six > * {
  width: 16.66666%;
}

.seven > * {
  width: 14.28571%;
}

.eight > * {
  width: 12.5%;
}

.nine > * {
  width: 11.11111%;
}

.ten > * {
  width: 10%;
}

.eleven > * {
  width: 9.09091%;
}

.twelve > * {
  width: 8.33333%;
}

@media all and (min-width: 400px) {
  .one-400 > * {
    width: 100%;
  }
  .two-400 > * {
    width: 50%;
  }
  .three-400 > * {
    width: 33.33333%;
  }
  .four-400 > * {
    width: 25%;
  }
  .five-400 > * {
    width: 20%;
  }
  .six-400 > * {
    width: 16.66666%;
  }
  .seven-400 > * {
    width: 14.28571%;
  }
  .eight-400 > * {
    width: 12.5%;
  }
  .nine-400 > * {
    width: 11.11111%;
  }
  .ten-400 > * {
    width: 10%;
  }
  .eleven-400 > * {
    width: 9.09091%;
  }
  .twelve-400 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 500px) {
  .one-500 > * {
    width: 100%;
  }
  .two-500 > * {
    width: 50%;
  }
  .three-500 > * {
    width: 33.33333%;
  }
  .four-500 > * {
    width: 25%;
  }
  .five-500 > * {
    width: 20%;
  }
  .six-500 > * {
    width: 16.66666%;
  }
  .seven-500 > * {
    width: 14.28571%;
  }
  .eight-500 > * {
    width: 12.5%;
  }
  .nine-500 > * {
    width: 11.11111%;
  }
  .ten-500 > * {
    width: 10%;
  }
  .eleven-500 > * {
    width: 9.09091%;
  }
  .twelve-500 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 600px) {
  .one-600 > * {
    width: 100%;
  }
  .two-600 > * {
    width: 50%;
  }
  .three-600 > * {
    width: 33.33333%;
  }
  .four-600 > * {
    width: 25%;
  }
  .five-600 > * {
    width: 20%;
  }
  .six-600 > * {
    width: 16.66666%;
  }
  .seven-600 > * {
    width: 14.28571%;
  }
  .eight-600 > * {
    width: 12.5%;
  }
  .nine-600 > * {
    width: 11.11111%;
  }
  .ten-600 > * {
    width: 10%;
  }
  .eleven-600 > * {
    width: 9.09091%;
  }
  .twelve-600 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 700px) {
  .one-700 > * {
    width: 100%;
  }
  .two-700 > * {
    width: 50%;
  }
  .three-700 > * {
    width: 33.33333%;
  }
  .four-700 > * {
    width: 25%;
  }
  .five-700 > * {
    width: 20%;
  }
  .six-700 > * {
    width: 16.66666%;
  }
  .seven-700 > * {
    width: 14.28571%;
  }
  .eight-700 > * {
    width: 12.5%;
  }
  .nine-700 > * {
    width: 11.11111%;
  }
  .ten-700 > * {
    width: 10%;
  }
  .eleven-700 > * {
    width: 9.09091%;
  }
  .twelve-700 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 800px) {
  .one-800 > * {
    width: 100%;
  }
  .two-800 > * {
    width: 50%;
  }
  .three-800 > * {
    width: 33.33333%;
  }
  .four-800 > * {
    width: 25%;
  }
  .five-800 > * {
    width: 20%;
  }
  .six-800 > * {
    width: 16.66666%;
  }
  .seven-800 > * {
    width: 14.28571%;
  }
  .eight-800 > * {
    width: 12.5%;
  }
  .nine-800 > * {
    width: 11.11111%;
  }
  .ten-800 > * {
    width: 10%;
  }
  .eleven-800 > * {
    width: 9.09091%;
  }
  .twelve-800 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 900px) {
  .one-900 > * {
    width: 100%;
  }
  .two-900 > * {
    width: 50%;
  }
  .three-900 > * {
    width: 33.33333%;
  }
  .four-900 > * {
    width: 25%;
  }
  .five-900 > * {
    width: 20%;
  }
  .six-900 > * {
    width: 16.66666%;
  }
  .seven-900 > * {
    width: 14.28571%;
  }
  .eight-900 > * {
    width: 12.5%;
  }
  .nine-900 > * {
    width: 11.11111%;
  }
  .ten-900 > * {
    width: 10%;
  }
  .eleven-900 > * {
    width: 9.09091%;
  }
  .twelve-900 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 1000px) {
  .one-1000 > * {
    width: 100%;
  }
  .two-1000 > * {
    width: 50%;
  }
  .three-1000 > * {
    width: 33.33333%;
  }
  .four-1000 > * {
    width: 25%;
  }
  .five-1000 > * {
    width: 20%;
  }
  .six-1000 > * {
    width: 16.66666%;
  }
  .seven-1000 > * {
    width: 14.28571%;
  }
  .eight-1000 > * {
    width: 12.5%;
  }
  .nine-1000 > * {
    width: 11.11111%;
  }
  .ten-1000 > * {
    width: 10%;
  }
  .eleven-1000 > * {
    width: 9.09091%;
  }
  .twelve-1000 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 1100px) {
  .one-1100 > * {
    width: 100%;
  }
  .two-1100 > * {
    width: 50%;
  }
  .three-1100 > * {
    width: 33.33333%;
  }
  .four-1100 > * {
    width: 25%;
  }
  .five-1100 > * {
    width: 20%;
  }
  .six-1100 > * {
    width: 16.66666%;
  }
  .seven-1100 > * {
    width: 14.28571%;
  }
  .eight-1100 > * {
    width: 12.5%;
  }
  .nine-1100 > * {
    width: 11.11111%;
  }
  .ten-1100 > * {
    width: 10%;
  }
  .eleven-1100 > * {
    width: 9.09091%;
  }
  .twelve-1100 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 1200px) {
  .one-1200 > * {
    width: 100%;
  }
  .two-1200 > * {
    width: 50%;
  }
  .three-1200 > * {
    width: 33.33333%;
  }
  .four-1200 > * {
    width: 25%;
  }
  .five-1200 > * {
    width: 20%;
  }
  .six-1200 > * {
    width: 16.66666%;
  }
  .seven-1200 > * {
    width: 14.28571%;
  }
  .eight-1200 > * {
    width: 12.5%;
  }
  .nine-1200 > * {
    width: 11.11111%;
  }
  .ten-1200 > * {
    width: 10%;
  }
  .eleven-1200 > * {
    width: 9.09091%;
  }
  .twelve-1200 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 1300px) {
  .one-1300 > * {
    width: 100%;
  }
  .two-1300 > * {
    width: 50%;
  }
  .three-1300 > * {
    width: 33.33333%;
  }
  .four-1300 > * {
    width: 25%;
  }
  .five-1300 > * {
    width: 20%;
  }
  .six-1300 > * {
    width: 16.66666%;
  }
  .seven-1300 > * {
    width: 14.28571%;
  }
  .eight-1300 > * {
    width: 12.5%;
  }
  .nine-1300 > * {
    width: 11.11111%;
  }
  .ten-1300 > * {
    width: 10%;
  }
  .eleven-1300 > * {
    width: 9.09091%;
  }
  .twelve-1300 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 1400px) {
  .one-1400 > * {
    width: 100%;
  }
  .two-1400 > * {
    width: 50%;
  }
  .three-1400 > * {
    width: 33.33333%;
  }
  .four-1400 > * {
    width: 25%;
  }
  .five-1400 > * {
    width: 20%;
  }
  .six-1400 > * {
    width: 16.66666%;
  }
  .seven-1400 > * {
    width: 14.28571%;
  }
  .eight-1400 > * {
    width: 12.5%;
  }
  .nine-1400 > * {
    width: 11.11111%;
  }
  .ten-1400 > * {
    width: 10%;
  }
  .eleven-1400 > * {
    width: 9.09091%;
  }
  .twelve-1400 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 1500px) {
  .one-1500 > * {
    width: 100%;
  }
  .two-1500 > * {
    width: 50%;
  }
  .three-1500 > * {
    width: 33.33333%;
  }
  .four-1500 > * {
    width: 25%;
  }
  .five-1500 > * {
    width: 20%;
  }
  .six-1500 > * {
    width: 16.66666%;
  }
  .seven-1500 > * {
    width: 14.28571%;
  }
  .eight-1500 > * {
    width: 12.5%;
  }
  .nine-1500 > * {
    width: 11.11111%;
  }
  .ten-1500 > * {
    width: 10%;
  }
  .eleven-1500 > * {
    width: 9.09091%;
  }
  .twelve-1500 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 1600px) {
  .one-1600 > * {
    width: 100%;
  }
  .two-1600 > * {
    width: 50%;
  }
  .three-1600 > * {
    width: 33.33333%;
  }
  .four-1600 > * {
    width: 25%;
  }
  .five-1600 > * {
    width: 20%;
  }
  .six-1600 > * {
    width: 16.66666%;
  }
  .seven-1600 > * {
    width: 14.28571%;
  }
  .eight-1600 > * {
    width: 12.5%;
  }
  .nine-1600 > * {
    width: 11.11111%;
  }
  .ten-1600 > * {
    width: 10%;
  }
  .eleven-1600 > * {
    width: 9.09091%;
  }
  .twelve-1600 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 1700px) {
  .one-1700 > * {
    width: 100%;
  }
  .two-1700 > * {
    width: 50%;
  }
  .three-1700 > * {
    width: 33.33333%;
  }
  .four-1700 > * {
    width: 25%;
  }
  .five-1700 > * {
    width: 20%;
  }
  .six-1700 > * {
    width: 16.66666%;
  }
  .seven-1700 > * {
    width: 14.28571%;
  }
  .eight-1700 > * {
    width: 12.5%;
  }
  .nine-1700 > * {
    width: 11.11111%;
  }
  .ten-1700 > * {
    width: 10%;
  }
  .eleven-1700 > * {
    width: 9.09091%;
  }
  .twelve-1700 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 1800px) {
  .one-1800 > * {
    width: 100%;
  }
  .two-1800 > * {
    width: 50%;
  }
  .three-1800 > * {
    width: 33.33333%;
  }
  .four-1800 > * {
    width: 25%;
  }
  .five-1800 > * {
    width: 20%;
  }
  .six-1800 > * {
    width: 16.66666%;
  }
  .seven-1800 > * {
    width: 14.28571%;
  }
  .eight-1800 > * {
    width: 12.5%;
  }
  .nine-1800 > * {
    width: 11.11111%;
  }
  .ten-1800 > * {
    width: 10%;
  }
  .eleven-1800 > * {
    width: 9.09091%;
  }
  .twelve-1800 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 1900px) {
  .one-1900 > * {
    width: 100%;
  }
  .two-1900 > * {
    width: 50%;
  }
  .three-1900 > * {
    width: 33.33333%;
  }
  .four-1900 > * {
    width: 25%;
  }
  .five-1900 > * {
    width: 20%;
  }
  .six-1900 > * {
    width: 16.66666%;
  }
  .seven-1900 > * {
    width: 14.28571%;
  }
  .eight-1900 > * {
    width: 12.5%;
  }
  .nine-1900 > * {
    width: 11.11111%;
  }
  .ten-1900 > * {
    width: 10%;
  }
  .eleven-1900 > * {
    width: 9.09091%;
  }
  .twelve-1900 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 2000px) {
  .one-2000 > * {
    width: 100%;
  }
  .two-2000 > * {
    width: 50%;
  }
  .three-2000 > * {
    width: 33.33333%;
  }
  .four-2000 > * {
    width: 25%;
  }
  .five-2000 > * {
    width: 20%;
  }
  .six-2000 > * {
    width: 16.66666%;
  }
  .seven-2000 > * {
    width: 14.28571%;
  }
  .eight-2000 > * {
    width: 12.5%;
  }
  .nine-2000 > * {
    width: 11.11111%;
  }
  .ten-2000 > * {
    width: 10%;
  }
  .eleven-2000 > * {
    width: 9.09091%;
  }
  .twelve-2000 > * {
    width: 8.33333%;
  }
}
.full {
  width: 100%;
}

.half {
  width: 50%;
}

.third {
  width: 33.33333%;
}

.two-third {
  width: 66.66666%;
}

.fourth {
  width: 25%;
}

.three-fourth {
  width: 75%;
}

.fifth {
  width: 20%;
}

.two-fifth {
  width: 40%;
}

.three-fifth {
  width: 60%;
}

.four-fifth {
  width: 80%;
}

.sixth {
  width: 16.66666%;
}

.five-sixth {
  width: 83.33333334%;
}

.tenth {
  width: 10%;
}

.none {
  display: none;
}

@media all and (min-width: 400px) {
  .full-400 {
    display: block;
    width: 100%;
  }
  .half-400 {
    display: block;
    width: 50%;
  }
  .third-400 {
    display: block;
    width: 33.33333%;
  }
  .two-third-400 {
    display: block;
    width: 66.66666%;
  }
  .fourth-400 {
    display: block;
    width: 25%;
  }
  .three-fourth-400 {
    display: block;
    width: 75%;
  }
  .fifth-400 {
    display: block;
    width: 20%;
  }
  .two-fifth-400 {
    display: block;
    width: 40%;
  }
  .three-fifth-400 {
    display: block;
    width: 60%;
  }
  .four-fifth-400 {
    display: block;
    width: 80%;
  }
  .sixth-400 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-400 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-400 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 500px) {
  .full-500 {
    display: block;
    width: 100%;
  }
  .half-500 {
    display: block;
    width: 50%;
  }
  .third-500 {
    display: block;
    width: 33.33333%;
  }
  .two-third-500 {
    display: block;
    width: 66.66666%;
  }
  .fourth-500 {
    display: block;
    width: 25%;
  }
  .three-fourth-500 {
    display: block;
    width: 75%;
  }
  .fifth-500 {
    display: block;
    width: 20%;
  }
  .two-fifth-500 {
    display: block;
    width: 40%;
  }
  .three-fifth-500 {
    display: block;
    width: 60%;
  }
  .four-fifth-500 {
    display: block;
    width: 80%;
  }
  .sixth-500 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-500 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-500 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 600px) {
  .full-600 {
    display: block;
    width: 100%;
  }
  .half-600 {
    display: block;
    width: 50%;
  }
  .third-600 {
    display: block;
    width: 33.33333%;
  }
  .two-third-600 {
    display: block;
    width: 66.66666%;
  }
  .fourth-600 {
    display: block;
    width: 25%;
  }
  .three-fourth-600 {
    display: block;
    width: 75%;
  }
  .fifth-600 {
    display: block;
    width: 20%;
  }
  .two-fifth-600 {
    display: block;
    width: 40%;
  }
  .three-fifth-600 {
    display: block;
    width: 60%;
  }
  .four-fifth-600 {
    display: block;
    width: 80%;
  }
  .sixth-600 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-600 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-600 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 700px) {
  .full-700 {
    display: block;
    width: 100%;
  }
  .half-700 {
    display: block;
    width: 50%;
  }
  .third-700 {
    display: block;
    width: 33.33333%;
  }
  .two-third-700 {
    display: block;
    width: 66.66666%;
  }
  .fourth-700 {
    display: block;
    width: 25%;
  }
  .three-fourth-700 {
    display: block;
    width: 75%;
  }
  .fifth-700 {
    display: block;
    width: 20%;
  }
  .two-fifth-700 {
    display: block;
    width: 40%;
  }
  .three-fifth-700 {
    display: block;
    width: 60%;
  }
  .four-fifth-700 {
    display: block;
    width: 80%;
  }
  .sixth-700 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-700 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-700 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 800px) {
  .full-800 {
    display: block;
    width: 100%;
  }
  .half-800 {
    display: block;
    width: 50%;
  }
  .third-800 {
    display: block;
    width: 33.33333%;
  }
  .two-third-800 {
    display: block;
    width: 66.66666%;
  }
  .fourth-800 {
    display: block;
    width: 25%;
  }
  .three-fourth-800 {
    display: block;
    width: 75%;
  }
  .fifth-800 {
    display: block;
    width: 20%;
  }
  .two-fifth-800 {
    display: block;
    width: 40%;
  }
  .three-fifth-800 {
    display: block;
    width: 60%;
  }
  .four-fifth-800 {
    display: block;
    width: 80%;
  }
  .sixth-800 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-800 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-800 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 900px) {
  .full-900 {
    display: block;
    width: 100%;
  }
  .half-900 {
    display: block;
    width: 50%;
  }
  .third-900 {
    display: block;
    width: 33.33333%;
  }
  .two-third-900 {
    display: block;
    width: 66.66666%;
  }
  .fourth-900 {
    display: block;
    width: 25%;
  }
  .three-fourth-900 {
    display: block;
    width: 75%;
  }
  .fifth-900 {
    display: block;
    width: 20%;
  }
  .two-fifth-900 {
    display: block;
    width: 40%;
  }
  .three-fifth-900 {
    display: block;
    width: 60%;
  }
  .four-fifth-900 {
    display: block;
    width: 80%;
  }
  .sixth-900 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-900 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-900 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 1000px) {
  .full-1000 {
    display: block;
    width: 100%;
  }
  .half-1000 {
    display: block;
    width: 50%;
  }
  .third-1000 {
    display: block;
    width: 33.33333%;
  }
  .two-third-1000 {
    display: block;
    width: 66.66666%;
  }
  .fourth-1000 {
    display: block;
    width: 25%;
  }
  .three-fourth-1000 {
    display: block;
    width: 75%;
  }
  .fifth-1000 {
    display: block;
    width: 20%;
  }
  .two-fifth-1000 {
    display: block;
    width: 40%;
  }
  .three-fifth-1000 {
    display: block;
    width: 60%;
  }
  .four-fifth-1000 {
    display: block;
    width: 80%;
  }
  .sixth-1000 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-1000 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-1000 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 1100px) {
  .full-1100 {
    display: block;
    width: 100%;
  }
  .half-1100 {
    display: block;
    width: 50%;
  }
  .third-1100 {
    display: block;
    width: 33.33333%;
  }
  .two-third-1100 {
    display: block;
    width: 66.66666%;
  }
  .fourth-1100 {
    display: block;
    width: 25%;
  }
  .three-fourth-1100 {
    display: block;
    width: 75%;
  }
  .fifth-1100 {
    display: block;
    width: 20%;
  }
  .two-fifth-1100 {
    display: block;
    width: 40%;
  }
  .three-fifth-1100 {
    display: block;
    width: 60%;
  }
  .four-fifth-1100 {
    display: block;
    width: 80%;
  }
  .sixth-1100 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-1100 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-1100 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 1200px) {
  .full-1200 {
    display: block;
    width: 100%;
  }
  .half-1200 {
    display: block;
    width: 50%;
  }
  .third-1200 {
    display: block;
    width: 33.33333%;
  }
  .two-third-1200 {
    display: block;
    width: 66.66666%;
  }
  .fourth-1200 {
    display: block;
    width: 25%;
  }
  .three-fourth-1200 {
    display: block;
    width: 75%;
  }
  .fifth-1200 {
    display: block;
    width: 20%;
  }
  .two-fifth-1200 {
    display: block;
    width: 40%;
  }
  .three-fifth-1200 {
    display: block;
    width: 60%;
  }
  .four-fifth-1200 {
    display: block;
    width: 80%;
  }
  .sixth-1200 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-1200 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-1200 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 1300px) {
  .full-1300 {
    display: block;
    width: 100%;
  }
  .half-1300 {
    display: block;
    width: 50%;
  }
  .third-1300 {
    display: block;
    width: 33.33333%;
  }
  .two-third-1300 {
    display: block;
    width: 66.66666%;
  }
  .fourth-1300 {
    display: block;
    width: 25%;
  }
  .three-fourth-1300 {
    display: block;
    width: 75%;
  }
  .fifth-1300 {
    display: block;
    width: 20%;
  }
  .two-fifth-1300 {
    display: block;
    width: 40%;
  }
  .three-fifth-1300 {
    display: block;
    width: 60%;
  }
  .four-fifth-1300 {
    display: block;
    width: 80%;
  }
  .sixth-1300 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-1300 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-1300 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 1400px) {
  .full-1400 {
    display: block;
    width: 100%;
  }
  .half-1400 {
    display: block;
    width: 50%;
  }
  .third-1400 {
    display: block;
    width: 33.33333%;
  }
  .two-third-1400 {
    display: block;
    width: 66.66666%;
  }
  .fourth-1400 {
    display: block;
    width: 25%;
  }
  .three-fourth-1400 {
    display: block;
    width: 75%;
  }
  .fifth-1400 {
    display: block;
    width: 20%;
  }
  .two-fifth-1400 {
    display: block;
    width: 40%;
  }
  .three-fifth-1400 {
    display: block;
    width: 60%;
  }
  .four-fifth-1400 {
    display: block;
    width: 80%;
  }
  .sixth-1400 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-1400 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-1400 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 1500px) {
  .full-1500 {
    display: block;
    width: 100%;
  }
  .half-1500 {
    display: block;
    width: 50%;
  }
  .third-1500 {
    display: block;
    width: 33.33333%;
  }
  .two-third-1500 {
    display: block;
    width: 66.66666%;
  }
  .fourth-1500 {
    display: block;
    width: 25%;
  }
  .three-fourth-1500 {
    display: block;
    width: 75%;
  }
  .fifth-1500 {
    display: block;
    width: 20%;
  }
  .two-fifth-1500 {
    display: block;
    width: 40%;
  }
  .three-fifth-1500 {
    display: block;
    width: 60%;
  }
  .four-fifth-1500 {
    display: block;
    width: 80%;
  }
  .sixth-1500 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-1500 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-1500 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 1600px) {
  .full-1600 {
    display: block;
    width: 100%;
  }
  .half-1600 {
    display: block;
    width: 50%;
  }
  .third-1600 {
    display: block;
    width: 33.33333%;
  }
  .two-third-1600 {
    display: block;
    width: 66.66666%;
  }
  .fourth-1600 {
    display: block;
    width: 25%;
  }
  .three-fourth-1600 {
    display: block;
    width: 75%;
  }
  .fifth-1600 {
    display: block;
    width: 20%;
  }
  .two-fifth-1600 {
    display: block;
    width: 40%;
  }
  .three-fifth-1600 {
    display: block;
    width: 60%;
  }
  .four-fifth-1600 {
    display: block;
    width: 80%;
  }
  .sixth-1600 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-1600 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-1600 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 1700px) {
  .full-1700 {
    display: block;
    width: 100%;
  }
  .half-1700 {
    display: block;
    width: 50%;
  }
  .third-1700 {
    display: block;
    width: 33.33333%;
  }
  .two-third-1700 {
    display: block;
    width: 66.66666%;
  }
  .fourth-1700 {
    display: block;
    width: 25%;
  }
  .three-fourth-1700 {
    display: block;
    width: 75%;
  }
  .fifth-1700 {
    display: block;
    width: 20%;
  }
  .two-fifth-1700 {
    display: block;
    width: 40%;
  }
  .three-fifth-1700 {
    display: block;
    width: 60%;
  }
  .four-fifth-1700 {
    display: block;
    width: 80%;
  }
  .sixth-1700 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-1700 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-1700 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 1800px) {
  .full-1800 {
    display: block;
    width: 100%;
  }
  .half-1800 {
    display: block;
    width: 50%;
  }
  .third-1800 {
    display: block;
    width: 33.33333%;
  }
  .two-third-1800 {
    display: block;
    width: 66.66666%;
  }
  .fourth-1800 {
    display: block;
    width: 25%;
  }
  .three-fourth-1800 {
    display: block;
    width: 75%;
  }
  .fifth-1800 {
    display: block;
    width: 20%;
  }
  .two-fifth-1800 {
    display: block;
    width: 40%;
  }
  .three-fifth-1800 {
    display: block;
    width: 60%;
  }
  .four-fifth-1800 {
    display: block;
    width: 80%;
  }
  .sixth-1800 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-1800 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-1800 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 1900px) {
  .full-1900 {
    display: block;
    width: 100%;
  }
  .half-1900 {
    display: block;
    width: 50%;
  }
  .third-1900 {
    display: block;
    width: 33.33333%;
  }
  .two-third-1900 {
    display: block;
    width: 66.66666%;
  }
  .fourth-1900 {
    display: block;
    width: 25%;
  }
  .three-fourth-1900 {
    display: block;
    width: 75%;
  }
  .fifth-1900 {
    display: block;
    width: 20%;
  }
  .two-fifth-1900 {
    display: block;
    width: 40%;
  }
  .three-fifth-1900 {
    display: block;
    width: 60%;
  }
  .four-fifth-1900 {
    display: block;
    width: 80%;
  }
  .sixth-1900 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-1900 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-1900 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 2000px) {
  .full-2000 {
    display: block;
    width: 100%;
  }
  .half-2000 {
    display: block;
    width: 50%;
  }
  .third-2000 {
    display: block;
    width: 33.33333%;
  }
  .two-third-2000 {
    display: block;
    width: 66.66666%;
  }
  .fourth-2000 {
    display: block;
    width: 25%;
  }
  .three-fourth-2000 {
    display: block;
    width: 75%;
  }
  .fifth-2000 {
    display: block;
    width: 20%;
  }
  .two-fifth-2000 {
    display: block;
    width: 40%;
  }
  .three-fifth-2000 {
    display: block;
    width: 60%;
  }
  .four-fifth-2000 {
    display: block;
    width: 80%;
  }
  .sixth-2000 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-2000 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-2000 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 400px) {
  .none-400 {
    display: none;
  }
}
@media all and (min-width: 500px) {
  .none-500 {
    display: none;
  }
}
@media all and (min-width: 600px) {
  .none-600 {
    display: none;
  }
}
@media all and (min-width: 700px) {
  .none-700 {
    display: none;
  }
}
@media all and (min-width: 800px) {
  .none-800 {
    display: none;
  }
}
@media all and (min-width: 900px) {
  .none-900 {
    display: none;
  }
}
@media all and (min-width: 1000px) {
  .none-1000 {
    display: none;
  }
}
@media all and (min-width: 1100px) {
  .none-1100 {
    display: none;
  }
}
@media all and (min-width: 1200px) {
  .none-1200 {
    display: none;
  }
}
@media all and (min-width: 1300px) {
  .none-1300 {
    display: none;
  }
}
@media all and (min-width: 1400px) {
  .none-1400 {
    display: none;
  }
}
@media all and (min-width: 1500px) {
  .none-1500 {
    display: none;
  }
}
@media all and (min-width: 1600px) {
  .none-1600 {
    display: none;
  }
}
@media all and (min-width: 1700px) {
  .none-1700 {
    display: none;
  }
}
@media all and (min-width: 1800px) {
  .none-1800 {
    display: none;
  }
}
@media all and (min-width: 1900px) {
  .none-1900 {
    display: none;
  }
}
@media all and (min-width: 2000px) {
  .none-2000 {
    display: none;
  }
}
.off-none {
  margin-left: 0;
}

.off-half {
  margin-left: 50%;
}

.off-third {
  margin-left: 33.33333%;
}

.off-two-third {
  margin-left: 66.66666%;
}

.off-fourth {
  margin-left: 25%;
}

.off-three-fourth {
  margin-left: 75%;
}

.off-fifth {
  margin-left: 20%;
}

.off-two-fifth {
  margin-left: 40%;
}

.off-three-fifth {
  margin-left: 60%;
}

.off-four-fifth {
  margin-left: 80%;
}

.off-sixth {
  margin-left: 16.66666%;
}

.off-tenth {
  margin-left: 10%;
}

.off-twelth {
  margin-left: 8.3333333333%;
}

@media all and (min-width: 400px) {
  .off-none-400 {
    margin-left: 0;
  }
  .off-half-400 {
    margin-left: 50%;
  }
  .off-third-400 {
    margin-left: 33.33333%;
  }
  .off-two-third-400 {
    margin-left: 66.66666%;
  }
  .off-fourth-400 {
    margin-left: 25%;
  }
  .off-three-fourth-400 {
    margin-left: 75%;
  }
  .off-fifth-400 {
    margin-left: 20%;
  }
  .off-two-fifth-400 {
    margin-left: 40%;
  }
  .off-three-fifth-400 {
    margin-left: 60%;
  }
  .off-four-fifth-400 {
    margin-left: 80%;
  }
  .off-sixth-400 {
    margin-left: 16.66666%;
  }
  .off-tenth-400 {
    margin-left: 10%;
  }
  .off-twelth-400 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 500px) {
  .off-none-500 {
    margin-left: 0;
  }
  .off-half-500 {
    margin-left: 50%;
  }
  .off-third-500 {
    margin-left: 33.33333%;
  }
  .off-two-third-500 {
    margin-left: 66.66666%;
  }
  .off-fourth-500 {
    margin-left: 25%;
  }
  .off-three-fourth-500 {
    margin-left: 75%;
  }
  .off-fifth-500 {
    margin-left: 20%;
  }
  .off-two-fifth-500 {
    margin-left: 40%;
  }
  .off-three-fifth-500 {
    margin-left: 60%;
  }
  .off-four-fifth-500 {
    margin-left: 80%;
  }
  .off-sixth-500 {
    margin-left: 16.66666%;
  }
  .off-tenth-500 {
    margin-left: 10%;
  }
  .off-twelth-500 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 600px) {
  .off-none-600 {
    margin-left: 0;
  }
  .off-half-600 {
    margin-left: 50%;
  }
  .off-third-600 {
    margin-left: 33.33333%;
  }
  .off-two-third-600 {
    margin-left: 66.66666%;
  }
  .off-fourth-600 {
    margin-left: 25%;
  }
  .off-three-fourth-600 {
    margin-left: 75%;
  }
  .off-fifth-600 {
    margin-left: 20%;
  }
  .off-two-fifth-600 {
    margin-left: 40%;
  }
  .off-three-fifth-600 {
    margin-left: 60%;
  }
  .off-four-fifth-600 {
    margin-left: 80%;
  }
  .off-sixth-600 {
    margin-left: 16.66666%;
  }
  .off-tenth-600 {
    margin-left: 10%;
  }
  .off-twelth-600 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 700px) {
  .off-none-700 {
    margin-left: 0;
  }
  .off-half-700 {
    margin-left: 50%;
  }
  .off-third-700 {
    margin-left: 33.33333%;
  }
  .off-two-third-700 {
    margin-left: 66.66666%;
  }
  .off-fourth-700 {
    margin-left: 25%;
  }
  .off-three-fourth-700 {
    margin-left: 75%;
  }
  .off-fifth-700 {
    margin-left: 20%;
  }
  .off-two-fifth-700 {
    margin-left: 40%;
  }
  .off-three-fifth-700 {
    margin-left: 60%;
  }
  .off-four-fifth-700 {
    margin-left: 80%;
  }
  .off-sixth-700 {
    margin-left: 16.66666%;
  }
  .off-tenth-700 {
    margin-left: 10%;
  }
  .off-twelth-700 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 800px) {
  .off-none-800 {
    margin-left: 0;
  }
  .off-half-800 {
    margin-left: 50%;
  }
  .off-third-800 {
    margin-left: 33.33333%;
  }
  .off-two-third-800 {
    margin-left: 66.66666%;
  }
  .off-fourth-800 {
    margin-left: 25%;
  }
  .off-three-fourth-800 {
    margin-left: 75%;
  }
  .off-fifth-800 {
    margin-left: 20%;
  }
  .off-two-fifth-800 {
    margin-left: 40%;
  }
  .off-three-fifth-800 {
    margin-left: 60%;
  }
  .off-four-fifth-800 {
    margin-left: 80%;
  }
  .off-sixth-800 {
    margin-left: 16.66666%;
  }
  .off-tenth-800 {
    margin-left: 10%;
  }
  .off-twelth-800 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 900px) {
  .off-none-900 {
    margin-left: 0;
  }
  .off-half-900 {
    margin-left: 50%;
  }
  .off-third-900 {
    margin-left: 33.33333%;
  }
  .off-two-third-900 {
    margin-left: 66.66666%;
  }
  .off-fourth-900 {
    margin-left: 25%;
  }
  .off-three-fourth-900 {
    margin-left: 75%;
  }
  .off-fifth-900 {
    margin-left: 20%;
  }
  .off-two-fifth-900 {
    margin-left: 40%;
  }
  .off-three-fifth-900 {
    margin-left: 60%;
  }
  .off-four-fifth-900 {
    margin-left: 80%;
  }
  .off-sixth-900 {
    margin-left: 16.66666%;
  }
  .off-tenth-900 {
    margin-left: 10%;
  }
  .off-twelth-900 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 1000px) {
  .off-none-1000 {
    margin-left: 0;
  }
  .off-half-1000 {
    margin-left: 50%;
  }
  .off-third-1000 {
    margin-left: 33.33333%;
  }
  .off-two-third-1000 {
    margin-left: 66.66666%;
  }
  .off-fourth-1000 {
    margin-left: 25%;
  }
  .off-three-fourth-1000 {
    margin-left: 75%;
  }
  .off-fifth-1000 {
    margin-left: 20%;
  }
  .off-two-fifth-1000 {
    margin-left: 40%;
  }
  .off-three-fifth-1000 {
    margin-left: 60%;
  }
  .off-four-fifth-1000 {
    margin-left: 80%;
  }
  .off-sixth-1000 {
    margin-left: 16.66666%;
  }
  .off-tenth-1000 {
    margin-left: 10%;
  }
  .off-twelth-1000 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 1100px) {
  .off-none-1100 {
    margin-left: 0;
  }
  .off-half-1100 {
    margin-left: 50%;
  }
  .off-third-1100 {
    margin-left: 33.33333%;
  }
  .off-two-third-1100 {
    margin-left: 66.66666%;
  }
  .off-fourth-1100 {
    margin-left: 25%;
  }
  .off-three-fourth-1100 {
    margin-left: 75%;
  }
  .off-fifth-1100 {
    margin-left: 20%;
  }
  .off-two-fifth-1100 {
    margin-left: 40%;
  }
  .off-three-fifth-1100 {
    margin-left: 60%;
  }
  .off-four-fifth-1100 {
    margin-left: 80%;
  }
  .off-sixth-1100 {
    margin-left: 16.66666%;
  }
  .off-tenth-1100 {
    margin-left: 10%;
  }
  .off-twelth-1100 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 1200px) {
  .off-none-1200 {
    margin-left: 0;
  }
  .off-half-1200 {
    margin-left: 50%;
  }
  .off-third-1200 {
    margin-left: 33.33333%;
  }
  .off-two-third-1200 {
    margin-left: 66.66666%;
  }
  .off-fourth-1200 {
    margin-left: 25%;
  }
  .off-three-fourth-1200 {
    margin-left: 75%;
  }
  .off-fifth-1200 {
    margin-left: 20%;
  }
  .off-two-fifth-1200 {
    margin-left: 40%;
  }
  .off-three-fifth-1200 {
    margin-left: 60%;
  }
  .off-four-fifth-1200 {
    margin-left: 80%;
  }
  .off-sixth-1200 {
    margin-left: 16.66666%;
  }
  .off-tenth-1200 {
    margin-left: 10%;
  }
  .off-twelth-1200 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 1300px) {
  .off-none-1300 {
    margin-left: 0;
  }
  .off-half-1300 {
    margin-left: 50%;
  }
  .off-third-1300 {
    margin-left: 33.33333%;
  }
  .off-two-third-1300 {
    margin-left: 66.66666%;
  }
  .off-fourth-1300 {
    margin-left: 25%;
  }
  .off-three-fourth-1300 {
    margin-left: 75%;
  }
  .off-fifth-1300 {
    margin-left: 20%;
  }
  .off-two-fifth-1300 {
    margin-left: 40%;
  }
  .off-three-fifth-1300 {
    margin-left: 60%;
  }
  .off-four-fifth-1300 {
    margin-left: 80%;
  }
  .off-sixth-1300 {
    margin-left: 16.66666%;
  }
  .off-tenth-1300 {
    margin-left: 10%;
  }
  .off-twelth-1300 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 1400px) {
  .off-none-1400 {
    margin-left: 0;
  }
  .off-half-1400 {
    margin-left: 50%;
  }
  .off-third-1400 {
    margin-left: 33.33333%;
  }
  .off-two-third-1400 {
    margin-left: 66.66666%;
  }
  .off-fourth-1400 {
    margin-left: 25%;
  }
  .off-three-fourth-1400 {
    margin-left: 75%;
  }
  .off-fifth-1400 {
    margin-left: 20%;
  }
  .off-two-fifth-1400 {
    margin-left: 40%;
  }
  .off-three-fifth-1400 {
    margin-left: 60%;
  }
  .off-four-fifth-1400 {
    margin-left: 80%;
  }
  .off-sixth-1400 {
    margin-left: 16.66666%;
  }
  .off-tenth-1400 {
    margin-left: 10%;
  }
  .off-twelth-1400 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 1500px) {
  .off-none-1500 {
    margin-left: 0;
  }
  .off-half-1500 {
    margin-left: 50%;
  }
  .off-third-1500 {
    margin-left: 33.33333%;
  }
  .off-two-third-1500 {
    margin-left: 66.66666%;
  }
  .off-fourth-1500 {
    margin-left: 25%;
  }
  .off-three-fourth-1500 {
    margin-left: 75%;
  }
  .off-fifth-1500 {
    margin-left: 20%;
  }
  .off-two-fifth-1500 {
    margin-left: 40%;
  }
  .off-three-fifth-1500 {
    margin-left: 60%;
  }
  .off-four-fifth-1500 {
    margin-left: 80%;
  }
  .off-sixth-1500 {
    margin-left: 16.66666%;
  }
  .off-tenth-1500 {
    margin-left: 10%;
  }
  .off-twelth-1500 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 1600px) {
  .off-none-1600 {
    margin-left: 0;
  }
  .off-half-1600 {
    margin-left: 50%;
  }
  .off-third-1600 {
    margin-left: 33.33333%;
  }
  .off-two-third-1600 {
    margin-left: 66.66666%;
  }
  .off-fourth-1600 {
    margin-left: 25%;
  }
  .off-three-fourth-1600 {
    margin-left: 75%;
  }
  .off-fifth-1600 {
    margin-left: 20%;
  }
  .off-two-fifth-1600 {
    margin-left: 40%;
  }
  .off-three-fifth-1600 {
    margin-left: 60%;
  }
  .off-four-fifth-1600 {
    margin-left: 80%;
  }
  .off-sixth-1600 {
    margin-left: 16.66666%;
  }
  .off-tenth-1600 {
    margin-left: 10%;
  }
  .off-twelth-1600 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 1700px) {
  .off-none-1700 {
    margin-left: 0;
  }
  .off-half-1700 {
    margin-left: 50%;
  }
  .off-third-1700 {
    margin-left: 33.33333%;
  }
  .off-two-third-1700 {
    margin-left: 66.66666%;
  }
  .off-fourth-1700 {
    margin-left: 25%;
  }
  .off-three-fourth-1700 {
    margin-left: 75%;
  }
  .off-fifth-1700 {
    margin-left: 20%;
  }
  .off-two-fifth-1700 {
    margin-left: 40%;
  }
  .off-three-fifth-1700 {
    margin-left: 60%;
  }
  .off-four-fifth-1700 {
    margin-left: 80%;
  }
  .off-sixth-1700 {
    margin-left: 16.66666%;
  }
  .off-tenth-1700 {
    margin-left: 10%;
  }
  .off-twelth-1700 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 1800px) {
  .off-none-1800 {
    margin-left: 0;
  }
  .off-half-1800 {
    margin-left: 50%;
  }
  .off-third-1800 {
    margin-left: 33.33333%;
  }
  .off-two-third-1800 {
    margin-left: 66.66666%;
  }
  .off-fourth-1800 {
    margin-left: 25%;
  }
  .off-three-fourth-1800 {
    margin-left: 75%;
  }
  .off-fifth-1800 {
    margin-left: 20%;
  }
  .off-two-fifth-1800 {
    margin-left: 40%;
  }
  .off-three-fifth-1800 {
    margin-left: 60%;
  }
  .off-four-fifth-1800 {
    margin-left: 80%;
  }
  .off-sixth-1800 {
    margin-left: 16.66666%;
  }
  .off-tenth-1800 {
    margin-left: 10%;
  }
  .off-twelth-1800 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 1900px) {
  .off-none-1900 {
    margin-left: 0;
  }
  .off-half-1900 {
    margin-left: 50%;
  }
  .off-third-1900 {
    margin-left: 33.33333%;
  }
  .off-two-third-1900 {
    margin-left: 66.66666%;
  }
  .off-fourth-1900 {
    margin-left: 25%;
  }
  .off-three-fourth-1900 {
    margin-left: 75%;
  }
  .off-fifth-1900 {
    margin-left: 20%;
  }
  .off-two-fifth-1900 {
    margin-left: 40%;
  }
  .off-three-fifth-1900 {
    margin-left: 60%;
  }
  .off-four-fifth-1900 {
    margin-left: 80%;
  }
  .off-sixth-1900 {
    margin-left: 16.66666%;
  }
  .off-tenth-1900 {
    margin-left: 10%;
  }
  .off-twelth-1900 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 2000px) {
  .off-none-2000 {
    margin-left: 0;
  }
  .off-half-2000 {
    margin-left: 50%;
  }
  .off-third-2000 {
    margin-left: 33.33333%;
  }
  .off-two-third-2000 {
    margin-left: 66.66666%;
  }
  .off-fourth-2000 {
    margin-left: 25%;
  }
  .off-three-fourth-2000 {
    margin-left: 75%;
  }
  .off-fifth-2000 {
    margin-left: 20%;
  }
  .off-two-fifth-2000 {
    margin-left: 40%;
  }
  .off-three-fifth-2000 {
    margin-left: 60%;
  }
  .off-four-fifth-2000 {
    margin-left: 80%;
  }
  .off-sixth-2000 {
    margin-left: 16.66666%;
  }
  .off-tenth-2000 {
    margin-left: 10%;
  }
  .off-twelth-2000 {
    margin-left: 8.3333333333%;
  }
}
.gutters-xlarge .flex {
  margin-left: calc(var(--gutter-xl) * -1);
  width: calc(100% + var(--gutter-xl));
  row-gap: var(--gutter);
}

.gutters-xlarge .flex > * {
  padding-left: var(--gutter-xl);
}

.stack-16 > * {
  --stack-space: 4rem;
}

.stack-16 > *:not(.no-space-y, .no-space-b) + *:not(.no-space-y, .no-space-t) {
  margin-block-start: var(--stack-space, 4rem);
}

.stack-space-8 {
  --stack-space: 2rem;
}

.fluid-grid {
  --col-gap: clamp(1rem, 3vw, 4rem);
  --content-max-width: 1340px;
  --padding-left: clamp(calc(env(safe-area-inset-left, 0rem) + 0.5rem), 2vw, calc(env(safe-area-inset-left, 0rem) + 0.5rem));
  --padding-right: clamp(calc(env(safe-area-inset-right, 0rem) + 0.5rem), 2vw, calc(env(safe-area-inset-right, 0rem) + 0.5rem));
  --col-width: calc((min(calc(100% - var(--padding-left) - var(--padding-right) - 2 * var(--col-gap)), var(--content-max-width)) - 11 * var(--col-gap)) / 12);
  --side-width: minmax(0, 1fr);
  display: grid;
  -moz-column-gap: var(--col-gap);
       column-gap: var(--col-gap);
  grid-template-columns: [full-start] var(--side-width) [content-start col-1] var(--col-width) [col-2] var(--col-width) [col-3] var(--col-width) [col-4] var(--col-width) [col-5] var(--col-width) [col-6] var(--col-width) [col-7] var(--col-width) [col-8] var(--col-width) [col-9] var(--col-width) [col-10] var(--col-width) [col-11] var(--col-width) [col-12] var(--col-width) [content-end] var(--side-width) [full-end];
}

@media (min-width: 90em) {
  .inset-grid {
    margin-right: var(--space-2xl);
    margin-left: var(--space-2xl);
  }
}

.grid {
  display: grid;
  gap: var(--grid-gap-sm);
}
@media (min-width: 50em) {
  .grid {
    gap: var(--grid-gap);
  }
}

.grid-cols-2 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.span-content,
.span-md,
.span-lg,
.span-xl,
.col-start-6,
.col-start-7,
.col-end-6,
.col-end-7 {
  grid-column: full;
  margin: 0 var(--space-m);
}
@media (min-width: 70em) {
  .span-content,
  .span-md,
  .span-lg,
  .span-xl,
  .col-start-6,
  .col-start-7,
  .col-end-6,
  .col-end-7 {
    margin: 0;
    grid-column: content;
  }
}

.span-content-xl {
  grid-column: content;
}

.span-full {
  grid-column: full;
}

.col-start-content-start {
  grid-column-start: full-start;
}
@media (min-width: 50em) {
  .col-start-content-start {
    grid-column-start: content-start;
  }
}

.col-end-content-end {
  grid-column-end: full-end;
}
@media (min-width: 50em) {
  .col-end-content-end {
    grid-column-end: content-end;
  }
}

@media (min-width: 50em) {
  .span-md {
    grid-column: col-3/span 8;
  }
  .span-lg {
    grid-column: col-2/span 10;
  }
  .span-xl {
    grid-column: col-1/span 12;
  }
  .col-start-6 {
    grid-column-start: col-6;
  }
  .col-start-7 {
    grid-column-start: col-7;
  }
  .col-end-6 {
    grid-column-end: col-6;
  }
  .col-end-7 {
    grid-column-end: col-7;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 70em) {
  .span-md {
    grid-column: col-4/span 6;
  }
  .span-lg {
    grid-column: col-3/span 8;
  }
  .span-xl {
    grid-column: col-1/span 11;
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
p {
  margin-bottom: 0;
}
p a {
  text-decoration: none;
  position: relative;
}
p a:after {
  content: "";
  border-bottom: 1px solid;
  border-bottom-color: inherit;
  display: block;
  height: 1px;
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}
p a:hover, p a:focus {
  text-decoration: none;
}
p a:hover:after, p a:focus:after {
  transform: scaleX(0);
  transform-origin: right;
}

p.lead {
  font-size: var(--font-size-l) !important;
}

p.small {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}

ul,
ol {
  list-style: none;
  margin-top: var(--space-m);
  margin-bottom: var(--space-m);
  padding-left: 1em;
}

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

li p {
  margin: 0;
}

ul.list, .wp-block-list {
  list-style: disc;
  padding-inline-start: var(--global-ul-padding, 1.75ch);
}
ul.list li, .wp-block-list li {
  margin-bottom: 0.25em;
}

blockquote {
  padding-left: 1em;
  border-left: 4px solid var(--color-text-dark);
}

a {
  color: var(--color-text-link);
  text-decoration: none;
}

a:hover {
  color: var(--color-text-hover);
  text-decoration: underline;
  text-underline-offset: 4px;
}

h1, .heading-1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0;
  margin-block: 0;
  font-family: var(--display-family);
  line-height: var(--line-height-headings);
  font-weight: var(--font-weight-semibold);
  color: var(--heading-color);
}

h1, .heading-1 {
  font-size: var(--font-size-h1);
  line-height: 1.1;
  text-wrap: balance;
}
@media (min-width: 50em) {
  h1, .heading-1 {
    letter-spacing: 1px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  h1, .heading-1 {
    font-size: var(--font-size-h2);
  }
}

h2, .heading-2 {
  font-size: var(--font-size-h2);
  line-height: var(--line-height-headings);
  text-wrap: balance;
}

h3, .heading-3 {
  font-size: var(--step-3);
  line-height: var(--line-height-headings);
}
@media (min-width: 50em) {
  h3, .heading-3 {
    font-size: var(--font-size-h3);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  h3, .heading-3 {
    font-size: var(--step-3);
  }
}

h4, .heading-4 {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-headings);
  letter-spacing: -0.25px;
}

h5, .heading-5 {
  font-size: var(--font-size-h5);
  line-height: var(--line-height-headings);
}

h5 + h1:before, h5 + h2:before, h5 + h3:before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: var(--color-primary);
  display: block;
  margin-bottom: var(--flow-space, 1em);
}

h5.has-text-align-center + h1:before, h5.has-text-align-center + h2:before, h5.has-text-align-center + h3:before,
.u-center h5 + h1:before, .u-center h5 + h2:before, .u-center h5 + h3:before {
  margin: 0 auto var(--flow-space, 1em) auto;
}

.has-x-large-font-size {
  letter-spacing: -1px;
  line-height: 0.95;
}

code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.75em;
  font-style: normal;
  background-color: #f4f4f4;
  border-radius: 0.2rem;
  padding: 0.2rem;
}

pre {
  background-color: #f4f4f4;
  border-radius: 0.2rem;
  padding: 0.5rem;
  overflow: auto;
  width: calc(96vw - 2em);
  line-height: 1.3;
}

time {
  color: var(--color-primary);
}

figure {
  margin: 0;
  margin-top: 0;
}

figcaption {
  margin-top: 0;
}

figcaption p {
  font-size: var(--font-size-sm);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
}
table th {
  color: var(--color-secondary);
  font-family: var(--display-family);
  text-transform: uppercase;
  font-size: var(--font-size-xs);
  letter-spacing: 2.5px;
  font-weight: var(--font-weight-normal);
  padding: 0 15px 15px 0;
}
table td {
  padding: 15px 15px 15px 0;
  min-width: 100px;
  font-weight: var(--font-weight-normal);
}
table td {
  font-size: var(--font-size-sm);
}
table tr {
  border-bottom: 1px solid #4b5559;
}
table td:first-child {
  font-weight: var(--font-weight-bold);
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
input[type=date],
.gform-theme--foundation .gfield input.large,
.gform-theme--foundation .gfield select.large,
.gform-theme--foundation .gfield textarea,
textarea,
select {
  padding: 6px 15px !important;
  background-color: #fff;
  border: 1px solid var(--color-grey);
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-size: var(--font-size-sm) !important;
  width: 100%;
  height: 40px;
}
@media (min-width: 50em) {
  input[type=email],
  input[type=number],
  input[type=search],
  input[type=text],
  input[type=tel],
  input[type=url],
  input[type=password],
  input[type=date],
  .gform-theme--foundation .gfield input.large,
  .gform-theme--foundation .gfield select.large,
  .gform-theme--foundation .gfield textarea,
  textarea,
  select {
    height: 45px;
  }
}
input[type=email]:invalid:not(:focus):not(:-moz-placeholder-shown), input[type=number]:invalid:not(:focus):not(:-moz-placeholder-shown), input[type=search]:invalid:not(:focus):not(:-moz-placeholder-shown), input[type=text]:invalid:not(:focus):not(:-moz-placeholder-shown), input[type=tel]:invalid:not(:focus):not(:-moz-placeholder-shown), input[type=url]:invalid:not(:focus):not(:-moz-placeholder-shown), input[type=password]:invalid:not(:focus):not(:-moz-placeholder-shown), input[type=date]:invalid:not(:focus):not(:-moz-placeholder-shown), .gform-theme--foundation .gfield input.large:invalid:not(:focus):not(:-moz-placeholder-shown), .gform-theme--foundation .gfield select.large:invalid:not(:focus):not(:-moz-placeholder-shown), .gform-theme--foundation .gfield textarea:invalid:not(:focus):not(:-moz-placeholder-shown), textarea:invalid:not(:focus):not(:-moz-placeholder-shown), select:invalid:not(:focus):not(:-moz-placeholder-shown) {
  border-color: var(--color-error);
}
input[type=email]:invalid:not(:focus):not(:placeholder-shown),
input[type=number]:invalid:not(:focus):not(:placeholder-shown),
input[type=search]:invalid:not(:focus):not(:placeholder-shown),
input[type=text]:invalid:not(:focus):not(:placeholder-shown),
input[type=tel]:invalid:not(:focus):not(:placeholder-shown),
input[type=url]:invalid:not(:focus):not(:placeholder-shown),
input[type=password]:invalid:not(:focus):not(:placeholder-shown),
input[type=date]:invalid:not(:focus):not(:placeholder-shown),
.gform-theme--foundation .gfield input.large:invalid:not(:focus):not(:placeholder-shown),
.gform-theme--foundation .gfield select.large:invalid:not(:focus):not(:placeholder-shown),
.gform-theme--foundation .gfield textarea:invalid:not(:focus):not(:placeholder-shown),
textarea:invalid:not(:focus):not(:placeholder-shown),
select:invalid:not(:focus):not(:placeholder-shown) {
  border-color: var(--color-error);
}
input[type=email]:disabled,
input[type=number]:disabled,
input[type=search]:disabled,
input[type=text]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=date]:disabled,
.gform-theme--foundation .gfield input.large:disabled,
.gform-theme--foundation .gfield select.large:disabled,
.gform-theme--foundation .gfield textarea:disabled,
textarea:disabled,
select:disabled {
  background-color: var(--color-grey-light);
  cursor: not-allowed;
}

.gform-theme--foundation .gfield select.large {
  line-height: 28px;
}
@media (min-width: 50em) {
  .gform-theme--foundation .gfield select.large {
    line-height: 33px;
  }
}

input[type=email]:-moz-read-only, input[type=number]:-moz-read-only, input[type=search]:-moz-read-only, input[type=text]:-moz-read-only, input[type=tel]:-moz-read-only, input[type=url]:-moz-read-only, input[type=password]:-moz-read-only, input[type=date]:-moz-read-only, textarea:-moz-read-only {
  cursor: not-allowed;
  background-color: var(--color-grey-light);
}

input[type=email]:read-only,
input[type=number]:read-only,
input[type=search]:read-only,
input[type=text]:read-only,
input[type=tel]:read-only,
input[type=url]:read-only,
input[type=password]:read-only,
input[type=date]:read-only,
textarea:read-only {
  cursor: not-allowed;
  background-color: var(--color-grey-light);
}

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

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea, .gform-theme--foundation .gfield textarea {
  padding-top: 15px !important;
  padding-bottom: 15px;
  border-radius: 0;
  display: block;
  width: 100%;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
.gform-theme--foundation .gfield input.large:focus,
textarea:focus,
select:focus {
  border: 1px solid var(--color-grey-dark);
  outline: 0;
}

label, .gform_wrapper.gravity-theme .gfield_label.gform-field-label, #gform_wrapper_1.gform-theme--framework .gform-field-label, #gform_wrapper_2.gform-theme--framework .gform-field-label {
  display: block;
  margin: 0.35em 0;
  color: var(--color-black);
  font-weight: 400 !important;
  font-size: var(--step--1);
}

#gform_wrapper_1 .gfield_required {
  font-size: var(--step--1);
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  box-shadow: none !important;
  border-radius: 0 !important;
}

input[type=submit].center,
input[type=reset].center,
input[type=button].center {
  margin: 0 auto;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  background: var(--color-grey);
  text-decoration: none;
  color: #fff;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='13' fill='none' viewBox='0 0 45 13'%3E%3Cpath stroke='%23212121' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1.25 1.875 9.25 9.25 9.25-9.25'/%3E%3C/svg%3E") no-repeat 100% center;
}

fieldset {
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius-sm);
  border-width: 1px;
}
fieldset legend {
  font-size: var(--step--1);
  color: var(--color-text-dark);
}

.gform_wrapper.gravity-theme small, .small-text {
  font-size: var(--font-size-xs);
  line-height: 1.45;
}

.gform_validation_errors {
  font-size: 16px;
}

.gform-theme--framework .gform_validation_errors {
  background-color: transparent;
  padding: var(--space-xs);
  font-size: 16px;
  border: 0;
  color: #c02b0a;
  box-shadow: none;
}

#gform_wrapper_1.gform-theme--foundation .gform_fields, #gform_wrapper_2.gform-theme--foundation .gform_fields {
  row-gap: 20px;
}

.custom-checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
}
.custom-checkbox label {
  cursor: pointer;
  margin: 0;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.custom-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #CCCCCC;
  width: 18px;
  height: 18px;
  border: 1.5px solid #CCCCCC;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  flex-shrink: 0;
  cursor: pointer;
  margin-top: 4px;
}
.custom-checkbox input[type=checkbox]::before {
  content: "";
  width: 0.45em;
  height: 0.45em;
  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;
  box-shadow: inset 1em 1em var(--color-secondary);
  /* Windows High color---color-primary-dark Mode */
  background-color: CanvasText;
  cursor: pointer;
}
.custom-checkbox:hover input[type=checkbox]::before,
.custom-checkbox input[type=checkbox]:checked::before {
  transform: scale(1);
}
.custom-checkbox.disabled {
  pointer-events: none;
}
.custom-checkbox.disabled input[type=checkbox] {
  opacity: 0.5;
}

.post-password-form input {
  margin-top: var(--space-xs);
}

.gform-theme--framework .gfield--type-choice .gchoice, .gform-theme--framework .gfield--type-choice .ginput_container_consent {
  gap: 10px;
}
.gform-theme--framework .gfield--type-choice .gchoice label, .gform-theme--framework .gfield--type-choice .ginput_container_consent label {
  margin: 0 !important;
}

/* Generate block colours */
.has-white-color {
  color: #fff !important;
}

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

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

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

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

.has-primary-background-color {
  background-color: var(--color-primary) !important;
}

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

.has-secondary-background-color {
  background-color: var(--color-secondary) !important;
}

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

.has-tertiary-background-color {
  background-color: var(--color-tertiary) !important;
}

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

.has-quaternary-background-color {
  background-color: var(--color-quaternary) !important;
}

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

.has-quinary-background-color {
  background-color: var(--color-quinary) !important;
}

/* Stop links being clickable in the block editor */
.acf-block-preview a {
  pointer-events: none !important;
}

.editor-styles-wrapper .wp-block {
  max-width: var(--container-width-s) !important;
}

:where(.editor-styles-wrapper) h1, :where(.editor-styles-wrapper) h2, :where(.editor-styles-wrapper) h3, :where(.editor-styles-wrapper) h4, :where(.editor-styles-wrapper) p, :where(.editor-styles-wrapper) figure, :where(.editor-styles-wrapper) blockquote, :where(.editor-styles-wrapper) dl, :where(.editor-styles-wrapper) dd {
  margin: 0 0 10px 0;
}

/* Add bullets to list */
.block-editor-block-list__block {
  list-style: disc;
}

/* Post title width */
.editor-post-title__block.wp-block {
  max-width: var(--content-width);
}

.edit-post-visual-editor__post-title-wrapper .editor-post-title {
  margin-bottom: var(--space-s);
}

/* Main column width */
.wp-block {
  max-width: var(--container-width-s);
  /* Wide column width */
}
.wp-block[data-align=wide], .wp-block[data-align=full] {
  max-width: none;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 0;
  padding-left: 0;
}

.wp-block-image figcaption {
  font-size: var(--font-size-sm);
  margin-top: var(--space-m);
  color: var(--color-black);
}

.wp-block-button.is-style-full,
.wp-block-button.is-style-full .block-editor-rich-text,
div[data-type="core/button"] div[data-block] {
  display: block;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  z-index: 99;
  text-align: left;
  overflow: visible;
  font-size: 14px;
  line-height: 1.35;
  padding: 10px 15px;
}

.wp-block-embed__wrapper {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.wp-block-embed__wrapper.aspect-classic {
  aspect-ratio: 4/3;
}
.wp-block-embed__wrapper.aspect-square {
  aspect-ratio: 1/1;
}
.wp-block-embed__wrapper iframe, .wp-block-embed__wrapper canvas {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.wp-block-pullquote {
  padding: 0;
}
.wp-block-pullquote blockquote {
  border: 0;
  padding-left: 0;
  text-align: left;
  text-wrap: balance;
  color: var(--color-black);
}
.wp-block-pullquote blockquote:before {
  content: "";
  width: 70px;
  height: 50px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.025 40.968'%3E%3Cpath fill='%234F2170' d='M0 29.446q0-11.736 5.548-19.2T21.977 0v3.414Q11.736 9.388 10.242 17.923h1.28a11.029 11.029 0 0 1 8 3.521 10.853 10.853 0 0 1 0 16 10.853 10.853 0 0 1-16 0A11.029 11.029 0 0 1 0 29.446Zm37.98 0q0-11.736 5.548-19.2T59.958 0v3.414Q49.716 9.388 48.222 17.923h1.28a11.32 11.32 0 0 1 8 19.524 11.526 11.526 0 0 1-19.524-8Z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
}
.wp-block-pullquote blockquote cite {
  font-style: normal;
  text-transform: uppercase;
  font-size: var(--font-size-xs);
  letter-spacing: 2.5px;
  font-weight: var(--font-weight-medium);
  margin-top: var(--space-l);
  display: block;
}

#tinymce {
  margin: 9px 10px;
}
#tinymce ul {
  list-style: initial;
}
#tinymce h1, #tinymce h2, #tinymce h3, #tinymce h4, #tinymce h5, #tinymce h6 {
  margin-bottom: 10px;
}
#tinymce p {
  margin: 10px 0;
}

[data-editor-styles="half-800 full cell"] {
  width: 50%;
  display: block;
}

[data-editor-styles="third-800 full cell"] {
  width: 33.3333333%;
  display: block;
}

[data-editor-styles="two-third-800 full cell"] {
  width: 66.66666%;
  display: block;
}

[data-editor-styles="fourth-800 full cell"] {
  width: 25%;
  display: block;
}

[data-editor-styles="three-fourth-800 full cell"] {
  width: 75%;
  display: block;
}

[data-editor-styles="full full cell"] {
  width: 100%;
  display: block;
}

[data-editor-styles] .cell {
  width: 100% !important;
}

.sg-container {
  padding-right: var(--space-m);
  padding-left: var(--space-m);
}
@media screen and (min-width: 2000px) {
  .sg-container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 50em) {
  .sg-container .sg-flex .cell > p {
    text-wrap: pretty;
  }
}
.wp-block-sg-container .wp-block-sg-container {
  margin: 0;
}

.wp-block-buttons-is-layout-flex {
  gap: 10px;
}

.wp-block-group.is-nowrap.is-layout-flex figure {
  flex-shrink: 0;
}

.wp-block-image {
  position: relative;
  z-index: 1;
}

.wp-block-image + .wp-block-image {
  margin-top: var(--space-m);
}

.is-style-rounded {
  padding: var(--space-s);
  border: 1px solid #E3E8EE;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.is-style-rounded img {
  border-radius: 2px;
}

.wp-block-embed__wrapper {
  border: 1px solid #E3E8EE;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.wp-block-embed__wrapper iframe {
  border: 18px solid #fff;
  border-radius: 2px;
}

.is-style-ap-tall img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}

.is-style-ap-square img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.is-style-masonry img {
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.6862745098);
}

.content > * {
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
}
.content :is(h1, h2, h3, h4, h5, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5) + :not([class]) {
  --flow-space: var(--space-s);
}
.content :is(img, figure) + :not([class]) {
  --flow-space: var(--space-2xl);
}
.content :is(ul, ol) + :not([class]) {
  --flow-space: var(--space-l);
}
.content figure {
  margin-right: var(--space-xs);
  margin-left: var(--space-xs);
}
.content figure + figure {
  margin-block-start: var(--space-2xl);
}
.content a {
  text-decoration: underline;
  text-decoration-color: var(--link-hover-color);
}
.content a:hover:not(.btn):not(input[type=submit]):not(input[type=reset]):not(input[type=button]) {
  color: var(--link-hover-color);
  text-decoration: underline;
}
.content section {
  max-width: inherit;
}
.content .btn, .content input[type=submit],
.content input[type=reset],
.content input[type=button] {
  text-decoration: none;
}
.content .btn:hover, .content input[type=submit]:hover,
.content input[type=reset]:hover,
.content input[type=button]:hover {
  text-decoration: none;
}
.content blockquote {
  max-width: none;
  font-size: var(--font-size-h3);
  line-height: var(--line-height-headings-l);
  margin: var(--space-xl) 0;
}
@media (min-width: 50em) {
  .content blockquote {
    max-width: 90%;
  }
}
.content blockquote p {
  line-height: var(--line-height-headings-l);
  font-family: var(--display-family);
  color: var(--color-black);
}
.content figure {
  max-width: none;
}
.content figcaption {
  padding: 1em 0;
  font-size: var(--font-size-xs);
  color: var(--color-text-dark);
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
}
.content ul {
  list-style: disc;
  padding-inline-start: var(--global-ul-padding, 1.75ch);
  margin-bottom: 0;
}
.content ol {
  list-style: decimal;
  padding-inline-start: var(--global-ul-padding, 1.75ch);
  margin-bottom: 0;
}
.content li {
  margin-block-start: var(--space-2xs);
}
.content li::marker {
  line-height: 1;
}
.content ul li:last-child, .content ol li:last-child {
  margin-bottom: 0;
}

.has-icon {
  display: flex;
  align-items: center;
  gap: 7px;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  width: 20px;
  height: 20px;
}

.icon--small {
  width: 16px;
  height: 16px;
}

.icon--small svg {
  width: 16px;
  height: 16px;
}

.icon--medium {
  width: 26px;
  height: 26px;
}

.icon--large {
  width: 32px;
  height: 32px;
}

.icon--xlarge {
  width: 40px;
  height: 40px;
}

.icon--scale {
  width: 0.75em;
  height: 0.75em;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.icon--offset {
  margin-right: 5px;
}

.btn, input[type=submit],
input[type=reset],
input[type=button], .gform_button, .wp-element-button, .wp-block-button__link, #gform_wrapper_1 .gform_footer .gform_button, #gform_wrapper_2 .gform_footer .gform_button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px 15px 20px;
  background-color: var(--color-primary);
  border: 0;
  color: var(--color-black);
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  font-size: var(--font-size);
  border-radius: 6px;
}
@media (min-width: 50em) {
  .btn, input[type=submit],
  input[type=reset],
  input[type=button], .gform_button, .wp-element-button, .wp-block-button__link, #gform_wrapper_1 .gform_footer .gform_button, #gform_wrapper_2 .gform_footer .gform_button {
    padding: 13px 20px 14px 20px;
  }
}
.btn:after, input[type=submit]:after,
input[type=reset]:after,
input[type=button]:after, .gform_button:after, .wp-element-button:after, .wp-block-button__link:after, #gform_wrapper_1 .gform_footer .gform_button:after, #gform_wrapper_2 .gform_footer .gform_button:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' fill='none' viewBox='0 0 16 14'%3E%3Cpath fill='%231b1b1b' d='m15.805 7.139-6 6a.667.667 0 0 1-.943-.944l4.862-4.861H.667A.667.667 0 1 1 .667 6h13.057L8.862 1.14a.667.667 0 0 1 .943-.944l6 6a.67.67 0 0 1 0 .944'/%3E%3C/svg%3E") no-repeat 50%;
  background-size: contain;
  display: inline-block;
  height: 16px;
  width: 16px;
  position: relative;
  right: 0;
  top: 1px;
  transition: all 0.3s ease-in-out 0s;
  vertical-align: middle;
}
.btn:hover, input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover, .btn:focus, input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus, .gform_button:hover, .gform_button:focus, .wp-element-button:hover, .wp-element-button:focus, .wp-block-button__link:hover, .wp-block-button__link:focus, #gform_wrapper_1 .gform_footer .gform_button:hover, #gform_wrapper_1 .gform_footer .gform_button:focus, #gform_wrapper_2 .gform_footer .gform_button:hover, #gform_wrapper_2 .gform_footer .gform_button:focus {
  border-color: var(--color-black);
  background-color: var(--color-black);
  outline: 0;
  color: #fff;
  text-decoration: none;
}
.btn:hover:after, input[type=submit]:hover:after,
input[type=reset]:hover:after,
input[type=button]:hover:after, .btn:focus:after, input[type=submit]:focus:after,
input[type=reset]:focus:after,
input[type=button]:focus:after, .gform_button:hover:after, .gform_button:focus:after, .wp-element-button:hover:after, .wp-element-button:focus:after, .wp-block-button__link:hover:after, .wp-block-button__link:focus:after, #gform_wrapper_1 .gform_footer .gform_button:hover:after, #gform_wrapper_1 .gform_footer .gform_button:focus:after, #gform_wrapper_2 .gform_footer .gform_button:hover:after, #gform_wrapper_2 .gform_footer .gform_button:focus:after {
  right: -3px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' fill='none' viewBox='0 0 16 14'%3E%3Cpath fill='%23fff' d='m15.805 7.139-6 6a.667.667 0 0 1-.943-.944l4.862-4.861H.667A.667.667 0 1 1 .667 6h13.057L8.862 1.14a.667.667 0 0 1 .943-.944l6 6a.67.67 0 0 1 0 .944'/%3E%3C/svg%3E") no-repeat 50%;
  background-size: contain;
}

.btn--primary {
  background-color: var(--color-primary);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn--primary:hover, .btn--primary:focus {
  color: #fff;
  background-color: var(--color-black);
  text-decoration: none;
}

.btn--secondary {
  background-color: var(--color-secondary);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn--secondary:hover, .btn--secondary:focus {
  color: #fff;
  background-color: var(--color-black);
  text-decoration: none;
}

.btn--ghost, .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 1.5px solid var(--color-primary);
  color: var(--color-primary);
}
.btn--ghost:hover, .btn--ghost:focus, .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus {
  border-color: var(--color-black);
  background-color: var(--color-black);
  outline: 0;
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.btn--white {
  background-color: transparent;
  border: 1.5px solid #fff;
  color: #fff;
}
.btn--white:hover, .btn--white:focus {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  outline: 0;
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.btn--sm:not(.wp-block-button), .btn--sm a {
  padding: 9px 18px;
  gap: 6px;
  font-size: var(--font-size-sm);
}
.btn--sm:not(.wp-block-button) .icon, .btn--sm a .icon {
  width: 18px;
  height: 18px;
  margin-right: 0.2em;
  margin-left: -3px;
}
.btn--sm:not(.wp-block-button):after, .btn--sm a:after {
  content: "";
  height: 13px;
  width: 13px;
}

.btn.has-icon::after, input.has-icon[type=submit]::after,
input.has-icon[type=reset]::after,
input.has-icon[type=button]::after {
  display: none;
}

button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.social-links {
  display: flex;
  align-items: center;
  padding: 0;
  padding-inline-start: 0;
  gap: 5px;
}

.social-links__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-links__link {
  color: var(--color-black);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.25s all ease-in-out;
}
.social-links__link .icon {
  width: 36px;
  height: 36px;
}
.social-links__link:hover, .social-links__link:focus {
  color: var(--color-black);
  opacity: 0.75;
}

.card {
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #E3E8EE;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  display: block;
  position: relative;
  padding: var(--space-l);
  transition: 0.25s all ease-in-out;
}
@media (min-width: 50em) {
  .card {
    padding: var(--space-xl);
  }
}
.card__lg {
  padding: var(--space-xl);
}
.card__sm {
  padding: var(--space-l);
  transition: 0.25s all ease-in-out;
}
@media (min-width: 50em) {
  .card__sm {
    padding: var(--space-m);
  }
}
.card .card__image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 2px;
}
.card .card__image img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  transition: 0.25s all ease-in-out;
}
.card .card__image.placeholder {
  background: var(--color-grey-light) url("../images/logo-dark.svg") no-repeat center;
  background-size: 70%;
  aspect-ratio: 4/3;
}
.card .card__image.placeholder img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 200px;
}
.card .card__content {
  margin-top: var(--space-m);
}
.card .card__content h3, .card .card__content h4 {
  color: var(--color-text-dark);
  font-size: var(--font-size-h4);
  text-transform: none;
}
.card .card__content p {
  color: var(--color-text-base);
  margin-top: var(--space-xs);
  font-size: var(--font-size-sm);
}
@media (min-width: 50em) {
  .card .card__content p {
    font-size: 16px;
  }
}
.card .card__content time {
  margin-bottom: var(--space-xs);
  display: inline-block;
  font-size: var(--font-size-sm);
  color: var(--color-text-base);
  line-height: var(--line-height-sm);
}
.card .card__content time + h4 {
  margin-top: 0;
}
.card .card__content .article__read-more {
  color: var(--color-primary);
  text-decoration: underline;
  font-size: var(--font-size-sm);
}
.card:hover, .card:focus {
  text-decoration: none;
}

.fourth-800 .card {
  padding: var(--space-l);
  transition: 0.25s all ease-in-out;
}
@media (min-width: 50em) {
  .fourth-800 .card {
    padding: var(--space-m);
  }
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100% - 30px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  padding: var(--space-xl) var(--space-m);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 50em) {
  .modal {
    width: auto;
  }
}
.modal-content {
  position: relative;
  z-index: 9999999;
  background-color: #fff;
  border-radius: var(--border-radius-l);
}
@media (min-width: 50em) {
  .modal-content {
    padding: var(--space-l) var(--block-spacing);
    width: auto;
    min-width: 600px;
  }
}
.modal-content p, .modal-content label, .modal-content .gfield_label, .modal-content .gform_validation_errors {
  color: var(--color-black);
  font-size: var(--font-size-sm);
}
.modal-content input[type=email],
.modal-content input[type=number],
.modal-content input[type=search],
.modal-content input[type=text],
.modal-content input[type=tel],
.modal-content input[type=url],
.modal-content input[type=password],
.modal-content input[type=date],
.modal-content textarea,
.modal-content select {
  padding: 6px 0;
  border: 0;
  border-bottom: 2px solid var(--color-black);
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  box-sizing: border-box;
  font-size: var(--font-size-sm);
  width: 100%;
  height: 40px;
}
@media (min-width: 50em) {
  .modal-content input[type=email],
  .modal-content input[type=number],
  .modal-content input[type=search],
  .modal-content input[type=text],
  .modal-content input[type=tel],
  .modal-content input[type=url],
  .modal-content input[type=password],
  .modal-content input[type=date],
  .modal-content textarea,
  .modal-content select {
    height: 45px;
  }
}
.modal-content input::-moz-placeholder {
  color: var(--color-black);
  font-size: var(--font-size-sm);
}
.modal-content input::placeholder {
  color: var(--color-black);
  font-size: var(--font-size-sm);
}
.modal-content select {
  font-size: var(--font-size-sm);
}
.modal-content .ml-error input, .modal-content .ml-error select {
  border-color: var(--color-error);
}
.modal-content .flex {
  margin-bottom: var(--space-m);
}
.modal-content .ml-block-groups .group {
  margin-bottom: var(--space-xs);
}
.modal-content .gform_wrapper.gravity-theme .gfield_label {
  font-family: var(--display-family);
  text-transform: uppercase;
  font-weight: var(--font-weight-normal) !important;
}
.modal__close {
  position: absolute;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--color-black);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 15px;
  top: 15px;
}
.modal__close:hover, .modal__close:focus {
  background-color: var(--color-primary);
  color: #fff;
}
.modal.is-active, .modal.is-toggled {
  opacity: 1;
  z-index: 9999999;
  visibility: visible;
}
.modal h1, .modal h2, .modal h3, .modal h4 {
  color: var(--color-black);
}
.modal p a {
  transition: none;
}
.modal.sm .modal-content {
  min-width: 400px;
  padding: var(--space-xl) var(--space-m);
}
@media (min-width: 50em) {
  .modal.sm .modal-content {
    padding: var(--space-l) var(--space-xl);
  }
}
.modal.center {
  text-align: center;
}
.modal.full {
  top: 0;
  left: 0;
  transform: translate(0);
  height: 100%;
  border-radius: 0;
  width: 100vw;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: scroll;
}
.modal.full .modal__close {
  right: 30px;
  top: 30px;
}
.modal.full .modal-content {
  width: 100%;
  height: 100%;
  max-height: 100% !important;
}
.modal.scrollable {
  padding: 0;
}
.modal.scrollable .modal-content {
  overflow-y: auto;
  max-height: calc(95vh - 1.5625rem);
  padding: var(--space-xl) var(--space-m);
}
@media (min-width: 50em) {
  .modal.scrollable .modal-content {
    max-height: calc(95vh - 2.5rem);
    padding: var(--space-l) var(--space-xl);
  }
}
.modal:after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
}

body.modal-open .modal:after {
  opacity: 1;
  z-index: 9999998;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: var(--space-2xl);
  margin-bottom: var(--space-xl);
}
@media (min-width: 50em) {
  .pagination {
    margin-bottom: 0;
  }
}
.pagination a {
  color: var(--color-black);
  margin: 0 12px;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
}
.pagination a:hover, .pagination a:focus {
  color: var(--color-primary);
}
.pagination .prev, .pagination .next {
  display: flex;
  align-items: center;
}
.pagination .prev {
  margin-right: var(--space-m);
}
.pagination .next {
  margin-left: var(--space-m);
}
.pagination .current {
  color: #fff;
  background-color: var(--color-primary);
  padding: 3px 0;
  width: 34px;
  margin: 0 4px;
  text-align: center;
  border-radius: var(--border-radius);
}

[data-animate=fade] {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
[data-animate=fade].is-inview {
  opacity: 1;
  transform: translateY(0);
  z-index: 99;
  position: relative;
}
[data-animate=fade] .cell:nth-child(1) {
  transition-delay: 0.3s;
}
[data-animate=fade] .cell:nth-child(2) {
  transition-delay: 0.6s;
}
[data-animate=fade] .cell:nth-child(3) {
  transition-delay: 0.9s;
}
[data-animate=fade] .cell:nth-child(4) {
  transition-delay: 1.2s;
}
[data-animate=fade] .cell:nth-child(5) {
  transition-delay: 1.5s;
}
[data-animate=fade] .cell:nth-child(6) {
  transition-delay: 1.8s;
}
[data-animate=fade] .cell:nth-child(7) {
  transition-delay: 2.1s;
}
[data-animate=fade] .cell:nth-child(8) {
  transition-delay: 2.4s;
}
[data-animate=fade] .cell:nth-child(9) {
  transition-delay: 2.7s;
}
[data-animate=fade] .cell:nth-child(10) {
  transition-delay: 3s;
}
[data-animate=fade] .cell:nth-child(11) {
  transition-delay: 3.3s;
}
[data-animate=fade] .cell:nth-child(12) {
  transition-delay: 3.6s;
}
[data-animate=fade] .cell:nth-child(13) {
  transition-delay: 3.9s;
}
[data-animate=fade] .cell:nth-child(14) {
  transition-delay: 4.2s;
}
[data-animate=fade] .cell:nth-child(15) {
  transition-delay: 4.5s;
}
[data-animate=fade] .cell:nth-child(16) {
  transition-delay: 4.8s;
}
[data-animate=fade] .cell:nth-child(17) {
  transition-delay: 5.1s;
}
[data-animate=fade] .cell:nth-child(18) {
  transition-delay: 5.4s;
}
[data-animate=fade] .cell:nth-child(19) {
  transition-delay: 5.7s;
}
[data-animate=fade].x1 .cell {
  transition-delay: 0.2s;
}
[data-animate=fade].x2 .cell {
  transition-delay: 0.4s;
}
[data-animate=fade].x3 .cell {
  transition-delay: 0.6s;
}
[data-animate=fade].x4 .cell {
  transition-delay: 0.8s;
}
[data-animate=fade].x5 .cell {
  transition-delay: 1s;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  70% {
    transform: translateY(2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-down {
  animation: fadeInDown 0.75s ease-out forwards;
}

.tabs {
  margin: var(--block-spacing) 0;
}
.tabs__buttons {
  gap: 10px;
  padding-bottom: var(--space-s);
  margin-top: var(--space-m);
  display: flex;
}
@media (max-width: 49.99em) {
  .tabs__buttons {
    gap: 3px;
    overflow-x: scroll;
    padding-bottom: var(--space-m);
  }
}
.tabs__buttons a {
  color: var(--color-black);
  font-size: var(--font-size-sm);
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  font-weight: 500;
  transition: 0.35s all ease-in-out;
  text-decoration: none;
  border-radius: var(--border-radius-sm);
  border: 3px solid transparent;
  padding: 12px 24px;
  cursor: pointer;
}
@media (max-width: 49.99em) {
  .tabs__buttons a {
    padding: 12px 18px;
  }
}
.tabs__buttons a.active {
  border: 3px solid var(--color-primary);
  color: var(--color-primary);
}
.tabs__buttons a:not(.active):hover, .tabs__buttons a:not(.active):focus {
  background-color: rgba(50, 63, 69, 0.1);
}
.tabs__panel {
  margin-top: var(--space-m);
}

.global-container {
  min-height: 100%;
}

.flow > * + *, .wp-block-sg-container .cell > * + * {
  margin-block-start: var(--flow-space, 1em);
}

.wp-block-sg-container .cell > h4 + *, .wp-block-sg-container .cell > h5 + * {
  margin-block-start: var(--space-s, 1em);
}

.container, .container-xs, .container-s {
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-width);
  padding-right: var(--space-m);
  padding-left: var(--space-m);
}
@media screen and (min-width: 2000px) {
  .container, .container-xs, .container-s {
    padding-right: 0;
    padding-left: 0;
  }
}

.container-s {
  max-width: var(--container-width-s);
}

.container-xs {
  max-width: var(--container-width-xs);
}

.container .acf-innerblocks-container:first-of-type, .container-s .acf-innerblocks-container:first-of-type, .container-xs .acf-innerblocks-container:first-of-type,
.container-block.gutters-large .acf-innerblocks-container:first-of-type,
.container-block.gutters-xlarge .acf-innerblocks-container:first-of-type {
  margin-top: 0;
}

.full-width .sg-container {
  max-width: var(--container-width);
}

.centered {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  text-align: center;
}
@media (min-width: 70em) {
  .centered p {
    max-width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}

section {
  margin-top: var(--block-spacing);
  margin-bottom: var(--block-spacing);
  background-color: var(--body-background-color);
}
section.panel {
  margin: 0;
  padding-top: var(--block-spacing);
  padding-bottom: var(--block-spacing);
}
section.panel.sm {
  margin: 0;
  padding-top: var(--space-l);
  padding-bottom: var(--space-l);
}
@media (min-width: 50em) {
  section.panel.sm {
    padding-top: calc(var(--block-spacing) / 1.5);
    padding-bottom: calc(var(--block-spacing) / 1.5);
  }
}
section.large {
  margin-top: calc(var(--block-spacing) * 2.5);
  margin-bottom: calc(var(--block-spacing) * 2.5);
}
@media (min-width: 50em) {
  section.large {
    margin-top: calc(var(--block-spacing) * 2.5);
    margin-bottom: calc(var(--block-spacing) * 2.5);
  }
}
section.sg-panel, section.panel {
  margin: 0;
}
section.sg-panel.large, section.panel.large {
  padding-top: calc(var(--block-spacing) * 2);
  padding-bottom: calc(var(--block-spacing) * 2);
}
@media (min-width: 50em) {
  section.sg-panel.large, section.panel.large {
    padding-top: calc(var(--block-spacing) * 2.5);
    padding-bottom: calc(var(--block-spacing) * 2.5);
  }
}
section.md {
  margin-top: calc(var(--block-spacing) * 1.5);
  margin-bottom: calc(var(--block-spacing) * 1.5);
}
section.sm {
  margin-top: var(--space-l);
  margin-bottom: var(--space-l);
}
@media (min-width: 50em) {
  section.sm {
    margin-top: calc(var(--block-spacing) / 1.5);
    margin-bottom: calc(var(--block-spacing) / 1.5);
  }
}
section.primary {
  background-color: var(--color-primary);
}
section.primary h1, section.primary h2, section.primary h3, section.primary h4, section.primary h5, section.primary p, section.primary li {
  color: var(--color-black);
}
section.secondary {
  background-color: var(--color-secondary);
}
section.tertiary, section.sg-bg-tertiary {
  background: var(--color-tertiary);
}
section.grey {
  background-color: var(--color-grey-light);
}
section.white {
  background-color: #fff;
}

.global-alert {
  background: var(--color-brand-red);
  text-align: center;
  padding: var(--space-m);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}
.global-alert #marquee {
  white-space: nowrap;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #fff;
  gap: 60px;
}
.global-alert #marquee div {
  display: flex;
  align-items: center;
  gap: 60px;
}
.global-alert.background--green {
  background: var(--color-brand-green);
}
.global-alert.background--blue {
  background: var(--color-brand-blue);
}
.global-alert p {
  color: white;
  margin: 0;
  text-transform: uppercase;
  font-size: var(--font-size-xs);
}

.cookie-alert {
  display: none;
  background: var(--color-secondary);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.cookie-alert.is-visible {
  display: block;
}

.cookie-alert__inner {
  padding: var(--space-s) var(--space-l);
}
@media (min-width: 50em) {
  .cookie-alert__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.cookie-alert__inner p {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: var(--font-size-sm);
}

.cookie-alert__btn {
  cursor: pointer;
}

.admin-notice {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  background: var(--color-grey-darkest);
  border: 1px solid var(--color-grey);
  border-radius: var(--border-radius);
  line-height: 1;
  color: var(--color-text-reversed);
  font-size: 0.75rem;
  transition: all 0.25s ease-in-out;
  gap: 5px;
}
.admin-notice:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23D8D8D8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0ZM12 9v4M12 17h.01'/%3E%3C/svg%3E") no-repeat center;
}

.unsupported-browser {
  display: none;
  background: var(--color-grey);
  text-align: center;
}

.unsupported-browser__inner {
  padding: var(--space-m);
}

.unsupported-browser h2 {
  font-size: var(--font-size-h4);
  margin: 0;
}

.unsupported-browser p {
  margin: 0;
}

.site-header.has-alert {
  top: 43px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08);
}
.site-header.has-alert {
  top: 69px;
}

.home .site-header:not(.scrolled) {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.home .site-header:not(.scrolled) .site-header__nav ul li {
  color: #fff;
}
.home .site-header:not(.scrolled) .site-header__nav ul li a {
  color: #fff;
}
.home .site-header:not(.scrolled) .site-header__nav .menu-item-has-children > a:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' fill='none' viewBox='0 0 15 9'%3E%3Cpath stroke='%23fff' stroke-width='1.5' d='m.55.51 6.5 7 6.5-7'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
}
.home .site-header:not(.scrolled) .site-header__logo svg path, .home .site-header:not(.scrolled) .site-header__actions svg path {
  fill: #fff;
}
.home .site-header:not(.scrolled) #hamburger span {
  background: #fff;
}
.home .site-header:not(.scrolled) #hamburger.is-toggled span {
  background: var(--color-text-base);
}

body.admin-bar .site-header, body.admin-bar .global-alert {
  top: 32px;
}
body.admin-bar .site-header.has-alert, body.admin-bar .global-alert.has-alert {
  top: 102px;
}

body.nav-open .site-header {
  background-color: var(--color-tertiary);
}
body.nav-open .site-header .site-header__logo svg path {
  fill: var(--color-text-base) !important;
}

.site-header__inner {
  max-width: var(--container-width);
  padding: 0 var(--space-m);
  margin: 0 auto;
}

.site-header__main {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: var(--space-m) 0;
  gap: var(--grid-gap-sm);
}
@media (min-width: 63.75em) {
  .site-header__main {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }
}
@media (min-width: 50em) {
  .site-header__main {
    padding: var(--space-xs) 0;
    gap: var(--grid-gap);
  }
}

.site-header__logo {
  transition: 0.25s all ease-in-out;
  position: relative;
  flex-shrink: 0;
  margin: 0 var(--space-m) 0 0;
  display: flex;
}
@media (min-width: 50em) {
  .site-header__logo {
    margin: 0;
  }
}
.site-header__logo svg path {
  fill: var(--color-secondary);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: var(--grid-gap-sm);
       column-gap: var(--grid-gap-sm);
}
@media (min-width: 63.75em) {
  .site-header__actions {
    flex-flow: row wrap;
    justify-content: center;
  }
}
@media (min-width: 50em) {
  .site-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: var(--grid-gap);
         column-gap: var(--grid-gap);
  }
}
@media (max-width: 43.75em) {
  .site-header__actions a, .site-header__actions .btn, .site-header__actions input[type=submit],
  .site-header__actions input[type=reset],
  .site-header__actions input[type=button] {
    display: none;
  }
}
.site-header__actions svg path {
  fill: var(--color-black);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: 15px;
  display: none;
}
@media (min-width: 63.75em) {
  .site-header__nav {
    display: block;
  }
}
@media (min-width: 87.5em) {
  .site-header__nav {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly;
    gap: var(--grid-gap-sm);
  }
}
.site-header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: var(--grid-gap-sm);
}
@media (min-width: 80em) {
  .site-header__nav ul {
    gap: var(--space-m);
  }
}
.site-header__nav ul > li {
  position: relative;
  margin: 0;
}
.site-header__nav ul > li:after {
  content: "";
  border-bottom: 1px solid;
  border-bottom-color: inherit;
  display: block;
  height: 1px;
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  bottom: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}
.site-header__nav ul > li > a {
  color: var(--color-black);
  font-weight: 400;
  line-height: var(--line-height-tight);
  position: relative;
  transition: 0.2s all ease-in-out;
  text-decoration: none;
}
.site-header__nav ul > li > a:hover, .site-header__nav ul > li > a:focus {
  text-decoration-color: var(--color-primary);
  text-decoration: none;
}
.site-header__nav ul > li:hover:after, .site-header__nav ul > li:focus:after {
  transform: scaleX(1);
  transform-origin: right;
}
.site-header__nav ul > li.current_page_item > a, .site-header__nav ul > li.current-menu-parent > a {
  text-decoration-color: var(--color-primary);
  text-decoration: none;
  color: var(--color-primary);
}
.site-header__nav ul > li.current_page_item > a:after, .site-header__nav ul > li.current-menu-parent > a:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' fill='none' viewBox='0 0 15 9'%3E%3Cpath stroke='%23E5BC09' stroke-width='1.5' d='m.55.51 6.5 7 6.5-7'/%3E%3C/svg%3E") no-repeat center center;
}
.site-header__nav ul > li.current_page_item:after, .site-header__nav ul > li.current-menu-parent:after {
  transform: scaleX(1);
  transform-origin: right;
  border-color: var(--color-primary);
}
.site-header__nav ul > li.current_page_item:hover:after, .site-header__nav ul > li.current_page_item:focus:after, .site-header__nav ul > li.current_page_item:active:after, .site-header__nav ul > li.current-menu-parent:hover:after, .site-header__nav ul > li.current-menu-parent:focus:after, .site-header__nav ul > li.current-menu-parent:active:after {
  transform: scaleX(0);
  transform-origin: left;
}
.site-header__nav .menu-item-has-children {
  position: relative;
  z-index: 1;
}
.site-header__nav .menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-header__nav .menu-item-has-children > a:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' fill='none' viewBox='0 0 15 9'%3E%3Cpath stroke='%23282821' stroke-width='1.5' d='m.55.51 6.5 7 6.5-7'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  width: 13px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.2s all ease-in-out;
}
.site-header__nav .menu-item-has-children:hover > a:after {
  transform: translateY(-45%) rotate(180deg);
}
.site-header__nav .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  max-height: 500px;
}
.site-header__nav .sub-menu {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  border: 0;
  padding: 0;
  justify-content: flex-start;
  transition: max-height 0.5s ease-in-out, 0.5s opacity ease-in-out, 0.5s visibility ease-in-out, 0.5s z-index ease-in-out;
  list-style: none;
  display: flex;
  gap: 4px;
  flex-flow: column nowrap;
  position: absolute;
  min-width: 175px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08);
  padding: var(--space-xs) var(--space-xs);
  margin-top: var(--space-2xs);
}
.site-header__nav .sub-menu li {
  margin: 0;
  display: inline-block;
}
.site-header__nav .sub-menu li a {
  display: inline-block;
  font-family: var(--body-family);
  font-weight: 400;
  font-size: var(--font-size-sm);
  color: var(--color-black);
  background-color: transparent;
  transition: 0.25s all ease-in-out;
}
.site-header__nav .sub-menu li.current_page_item a:after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' fill='none' viewBox='0 0 9 5'%3e%3cpath fill='%234F2170' d='m4.5 5 .382-.34L9 .943 8.235 0 4.5 3.375.765 0 0 .944 4.118 4.66 4.5 5Z'/%3e%3c/svg%3e") no-repeat center center;
  background-size: contain;
}
.site-header__nav .sub-menu li:last-child {
  margin-bottom: 0;
}
.site-header__nav .menu-item-has-children .menu-item-has-children > a {
  display: inline-block;
  width: 100%;
}
.site-header__nav .menu-item-has-children .menu-item-has-children > a:after {
  transform: translateY(-50%) rotate(-90deg);
  top: 50%;
}
.site-header__nav .menu-item-has-children .menu-item-has-children:hover > a:after {
  transform: translateY(-50%) rotate(-90deg);
}
.site-header__nav .menu-item-has-children .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  z-index: 2;
  top: -1px;
  left: 100%;
}

.site-footer {
  background: var(--color-secondary) url("data:image/svg+xml,%3Csvg width='1480' height='578' viewBox='0 0 1480 578' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1544.25 504.603L1467.33 427.87V288.583H1394.58V355.307L1038.38 0L693.055 348.635L443.047 99.2525L138.689 407.019V333.622H65.9441V481.25L41.6959 505.437H-363V578H72.6332L443.883 203.509L819.314 578H1964V505.437H1544.25V504.603ZM744.896 399.512L1038.38 102.589L1441.41 504.603H849.415L744.06 399.512H744.896Z' fill='white' fill-opacity='0.02'/%3E%3C/svg%3E%0A") no-repeat center bottom;
  background-size: contain;
  border-top: 8px solid var(--color-primary);
  margin-top: auto;
}

.site-footer__logos {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: var(--grid-gap-l);
  padding: var(--space-2xl) 0 var(--space-l);
}
@media (min-width: 50em) {
  .site-footer__logos {
    gap: var(--grid-gap-xl);
    padding: var(--block-spacing) 0 var(--space-l) 0;
  }
}

.site-footer__upper {
  display: flex;
  gap: var(--grid-gap);
  flex-flow: column wrap;
  padding: var(--space-xl) 0 var(--space-l);
}
@media (min-width: 50em) {
  .site-footer__upper {
    padding: var(--space-2xl) 0 var(--space-l) 0;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
  }
}
@media (min-width: 70em) {
  .site-footer__upper {
    grid-template-columns: 2fr 1fr 1fr;
  }
}
.site-footer__upper .site-footer__menu {
  margin: var(--space-m) 0 0 0;
}
@media (min-width: 50em) {
  .site-footer__upper .site-footer__menu {
    margin: 0;
  }
}
.site-footer__upper .site-footer__menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column wrap;
  gap: 20px;
}
@media (min-width: 50em) {
  .site-footer__upper .site-footer__menu .menu {
    gap: 15px;
  }
}
.site-footer__upper .site-footer__menu .menu li a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
  font-weight: 400;
  position: relative;
  font-size: var(--font-size);
}
.site-footer__upper .site-footer__menu .menu li a:after {
  content: "";
  border-bottom: 1px solid;
  border-bottom-color: inherit;
  display: block;
  height: 1px;
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  bottom: -2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}
.site-footer__upper .site-footer__menu .menu li a:hover, .site-footer__upper .site-footer__menu .menu li a:focus {
  text-decoration: none;
}
.site-footer__upper .site-footer__menu .menu li a:hover:after, .site-footer__upper .site-footer__menu .menu li a:focus:after {
  transform: scaleX(1);
  transform-origin: right;
}
.site-footer__upper .site-footer__menu .menu .current_page_item a {
  text-decoration: none;
}
.site-footer__upper .site-footer__menu .menu .current_page_item a:after {
  transform: scaleX(1);
  transform-origin: right;
}
.site-footer__upper .site-footer__menu .menu .current_page_item a:hover, .site-footer__upper .site-footer__menu .menu .current_page_item a:focus {
  text-decoration: none;
}
.site-footer__upper .site-footer__menu .menu .current_page_item a:hover:after, .site-footer__upper .site-footer__menu .menu .current_page_item a:focus:after {
  transform: scaleX(0);
  transform-origin: left;
}
.site-footer__upper h5, .site-footer__upper p, .site-footer__upper li, .site-footer__upper p a {
  color: #fff;
  font-size: var(--font-size);
}
.site-footer__upper .social-links {
  margin-top: var(--space-l);
}
@media (min-width: 50em) {
  .site-footer__upper .social-links {
    margin-top: var(--space-xl);
  }
}
.site-footer__upper .social-links li a {
  color: #fff;
}

.site-footer__lower {
  padding: var(--space-xl) 0 var(--space-l) 0;
  display: flex;
  flex-flow: row wrap;
  gap: var(--grid-gap-l);
}
@media (min-width: 50em) {
  .site-footer__lower {
    padding: var(--block-spacing) 0 var(--space-l) 0;
    gap: var(--grid-gap-xl);
  }
}
.site-footer__lower ul {
  padding: 0;
  margin: 0;
}
@media (min-width: 50em) {
  .site-footer__lower ul {
    display: flex;
    flex-flow: row wrap;
    gap: var(--grid-gap-xl);
  }
}
.site-footer__lower ul li a {
  color: #fff;
  position: relative;
  font-size: var(--font-size);
}
@media (min-width: 50em) {
  .site-footer__lower ul li a {
    font-size: var(--font-size-sm);
  }
}
.site-footer__lower ul li a:after {
  content: "";
  border-bottom: 1px solid;
  border-bottom-color: inherit;
  display: block;
  height: 1px;
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  bottom: -2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}
.site-footer__lower ul li a:hover, .site-footer__lower ul li a:focus {
  text-decoration: none;
}
.site-footer__lower ul li a:hover:after, .site-footer__lower ul li a:focus:after {
  transform: scaleX(1);
  transform-origin: right;
}
.site-footer__lower p {
  margin-top: 0;
  letter-spacing: 0;
  color: #fff;
  font-size: var(--font-size);
}
@media (min-width: 50em) {
  .site-footer__lower p {
    font-size: var(--font-size-sm);
  }
}
.site-footer__lower p a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.site-footer__lower p a:hover, .site-footer__lower p a:focus {
  color: #fff;
}

.articles {
  display: flex;
  flex-flow: column wrap;
  gap: var(--space-xl);
}
.articles__post {
  border-bottom: 1px solid #F6D1CC;
  padding-bottom: var(--space-xl);
}
.articles__post .terms {
  margin-block-start: var(--space-s);
  display: flex;
  align-items: center;
  gap: var(--space-2xs);
}
.articles__post time {
  cursor: default;
  gap: 6px;
}
.articles__post time:hover, .articles__post time:focus {
  background-color: #fff;
  color: var(--color-black);
}
.articles__post:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.articles__grid {
  display: grid;
  gap: var(--grid-gap);
  grid-template-columns: 1fr;
}
@media (min-width: 50em) {
  .articles__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 70em) {
  .articles__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 70em) {
  .articles__grid.two--col {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 70em) {
  .articles__grid.four--col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.articles__categories {
  background-color: var(--color-grey-light);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: var(--space-m);
  border-radius: var(--border-radius);
}
.articles__categories--title {
  font-weight: 500;
  color: var(--color-black);
  font-size: var(--font-size) !important;
  line-height: var(--line-height-headings);
}
.articles__categories p {
  font-size: var(--font-size-sm);
}
.articles__categories > * + * {
  margin-block-start: var(--space-xs, 1em);
}
.articles__categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: var(--space-xs);
}
.articles__categories ul li {
  padding: var(--space-xs) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.articles__categories ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--font-size-sm);
  color: var(--color-black);
}
.articles__categories ul li a.active {
  color: var(--color-secondary);
}
.articles__categories ul li label {
  margin: 0;
  cursor: pointer;
}
.articles__categories fieldset {
  padding: 0;
  border: 0;
}
.articles__categories fieldset .custom-checkbox {
  margin: var(--space-2xs) 0;
  align-items: start;
}

.post__pagination {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: var(--space-2xl);
  padding-top: var(--space-m);
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.post__pagination a {
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
}

.archive__tags h2 {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-bottom: var(--space-s);
}
.archive__tags h2:after {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(33, 33, 33, 0.07);
  margin-left: var(--space-m);
  position: relative;
  top: 4px;
}
.archive__tags.with--btn {
  display: flex;
  align-items: center;
  margin-bottom: var(--space-xl);
}
.archive__tags.with--btn h2 {
  width: 100%;
  margin-bottom: 0;
}
.archive__tags.with--btn .btn, .archive__tags.with--btn input[type=submit],
.archive__tags.with--btn input[type=reset],
.archive__tags.with--btn input[type=button] {
  margin-left: var(--space-2xl);
  margin-top: 0;
  flex-shrink: 0;
  position: relative;
  top: 4px;
}

.tags {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
  margin-top: var(--space-m);
}
.tags a {
  font-weight: 400;
  font-size: var(--font-size-2xs);
  transition: 0.25s all ease-in-out;
  border: 1.5px solid var(--color-secondary);
  font-weight: 500;
  color: var(--color-secondary);
  border-radius: 4px;
  padding: 2px 15px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.tags a:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 13.25C16 13.6478 15.842 14.0294 15.5607 14.3107C15.2794 14.592 14.8978 14.75 14.5 14.75H2.5C2.10218 14.75 1.72064 14.592 1.43934 14.3107C1.15804 14.0294 1 13.6478 1 13.25V2.75C1 2.35218 1.15804 1.97064 1.43934 1.68934C1.72064 1.40804 2.10218 1.25 2.5 1.25H6.25L7.75 3.5H14.5C14.8978 3.5 15.2794 3.65804 15.5607 3.93934C15.842 4.22064 16 4.60218 16 5V13.25Z' stroke='%234E3613' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center center;
  background-size: contain;
}
.tags a:hover, .tags a:focus, .tags a.active {
  color: var(--color-tertiary);
  background-color: var(--color-secondary);
  text-decoration: none;
}
.tags a:hover:before, .tags a:focus:before, .tags a.active:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 13.25C16 13.6478 15.842 14.0294 15.5607 14.3107C15.2794 14.592 14.8978 14.75 14.5 14.75H2.5C2.10218 14.75 1.72064 14.592 1.43934 14.3107C1.15804 14.0294 1 13.6478 1 13.25V2.75C1 2.35218 1.15804 1.97064 1.43934 1.68934C1.72064 1.40804 2.10218 1.25 2.5 1.25H6.25L7.75 3.5H14.5C14.8978 3.5 15.2794 3.65804 15.5607 3.93934C15.842 4.22064 16 4.60218 16 5V13.25Z' stroke='%23FFFCF7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center center;
}
.tags.center {
  justify-content: center;
}
.tags.white a {
  border-color: #fff;
  color: #fff;
}
.tags.white a:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 13.25C16 13.6478 15.842 14.0294 15.5607 14.3107C15.2794 14.592 14.8978 14.75 14.5 14.75H2.5C2.10218 14.75 1.72064 14.592 1.43934 14.3107C1.15804 14.0294 1 13.6478 1 13.25V2.75C1 2.35218 1.15804 1.97064 1.43934 1.68934C1.72064 1.40804 2.10218 1.25 2.5 1.25H6.25L7.75 3.5H14.5C14.8978 3.5 15.2794 3.65804 15.5607 3.93934C15.842 4.22064 16 4.60218 16 5V13.25Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center center;
  background-size: contain;
}
.tags.white a:hover, .tags.white a:focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  text-decoration: none;
}
.tags.white a.active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  text-decoration: none;
}
.tags.solid a {
  border-color: var(--color-black);
  color: var(--color-black);
}
.tags.solid a:hover, .tags.solid a:focus {
  background-color: var(--color-black);
  color: #fff;
  text-decoration: none;
}
.tags.solid a.active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  text-decoration: none;
}

.intro + .archive__tags {
  margin-top: -1em;
}
@media (min-width: 70em) {
  .intro + .archive__tags {
    margin-top: -2em;
  }
}

body.nav-open {
  overflow: hidden;
}
body.nav-open:after {
  opacity: 1;
  z-index: 1;
}

@media (max-width: 63.75em) {
  #menu-upper-menu li:not(.has--icon) {
    display: none;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: var(--color-tertiary);
  transform: translate3d(100%, 0, 0);
  transition: all 0.5s ease;
  opacity: 0;
  padding: 125px var(--space-m) var(--space-m);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 63.75em) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu__logo {
  margin-bottom: var(--space-m);
}
.mobile-menu nav {
  width: 100%;
}
.mobile-menu .menu {
  padding: 0;
  margin: 0;
}
.mobile-menu .menu li {
  padding: var(--space-s) 0;
  border-top: 2px solid var(--color-warm-grey);
}
.mobile-menu .menu li a {
  font-family: var(--display-family);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-h4);
  color: var(--color-black);
  line-height: 1.3;
  text-decoration: none;
  transition: 0.35s all ease-in-out;
}
.mobile-menu .menu li a:hover, .mobile-menu .menu li a:focus {
  text-decoration: none;
  color: var(--color-black);
}
.mobile-menu .menu li a:hover:after, .mobile-menu .menu li a:focus:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' fill='none' viewBox='0 0 15 9'%3E%3Cpath stroke='%23282821' stroke-width='1.5' d='m.55.51 6.5 7 6.5-7'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
}
.mobile-menu .menu li a .menu-item-description {
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-sm);
  display: block;
}
.mobile-menu .menu li.current-menu-item > a {
  color: var(--color-primary);
}
.mobile-menu .menu li.current-menu-item > a:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' fill='none' viewBox='0 0 15 9'%3E%3Cpath stroke='%23282821' stroke-width='1.5' d='m.55.51 6.5 7 6.5-7'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
}
.mobile-menu .menu li.active > a:after {
  transform: translateY(-50%) rotate(180deg);
}
.mobile-menu .menu li.active .sub-menu {
  height: auto;
  opacity: 1;
  z-index: 1;
  visibility: visible;
  margin-top: var(--space-s);
}
.mobile-menu .menu li:last-child {
  border-bottom: 2px solid var(--color-warm-grey);
}
.mobile-menu .menu .menu-item-has-children {
  position: relative;
}
.mobile-menu .menu .menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
  display: block;
}
.mobile-menu .menu .menu-item-has-children > a:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' fill='none' viewBox='0 0 15 9'%3E%3Cpath stroke='%23282821' stroke-width='1.5' d='m.55.51 6.5 7 6.5-7'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  width: 18px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  z-index: 2;
  transition: 0.2s transform ease-in-out, 0.35s background ease-in-out;
  margin-left: var(--space-s);
  margin-bottom: -2px;
}
.mobile-menu .menu .sub-menu {
  position: relative;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease;
  padding: 0;
}
.mobile-menu .menu .sub-menu li:not(.btn):not(input[type=submit]):not(input[type=reset]):not(input[type=button]) {
  border-top: 0;
  border-bottom: 0;
  padding: 2px 0;
}
.mobile-menu .menu .sub-menu li:not(.btn):not(input[type=submit]):not(input[type=reset]):not(input[type=button]) a {
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size);
  display: block;
}
.mobile-menu .menu .sub-menu li:not(.btn):not(input[type=submit]):not(input[type=reset]):not(input[type=button]).current-menu-item a {
  color: var(--color-secondary);
}
.mobile-menu .social-links__link {
  color: var(--color-primary);
}
.mobile-menu .social-links__link .icon {
  width: 45px;
  height: 45px;
}

.mobile-menu.is-toggled {
  transform: translateZ(0);
  opacity: 1;
}

body.admin-bar .mobile-menu {
  top: 32px;
}

#hamburger {
  width: 26px;
  height: 18px;
  position: relative;
  transform: rotate(0deg);
  cursor: pointer;
}
@media (min-width: 63.75em) {
  #hamburger {
    display: none;
  }
}
#hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--color-black);
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#hamburger:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s ease-in-out;
}

#hamburger span:nth-child(1) {
  top: 0px;
}

#hamburger span:nth-child(2), #hamburger span:nth-child(3) {
  top: 8px;
}

#hamburger span:nth-child(4) {
  top: 16px;
}

#hamburger.is-toggled span:nth-child(1) {
  top: 13px;
  width: 0%;
  left: 50%;
}

#hamburger.is-toggled span:nth-child(2) {
  transform: rotate(45deg);
}

#hamburger.is-toggled span:nth-child(3) {
  transform: rotate(-45deg);
}

#hamburger.is-toggled span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%;
}

#hamburger.is-toggled span {
  background: var(--color-text-base);
}
#hamburger.is-toggled:before {
  visibility: visible;
  opacity: 1;
}

.site-header.scrolled #hamburger span {
  background: var(--color-black);
}

.accordion {
  max-width: var(--content-width);
  padding: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion__item {
  border-top: 1px solid var(--color-grey-light);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion__item:last-of-type {
  border-bottom: 2px solid var(--color-grey-light);
}

.accordion__handle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: var(--space-m) 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-top: 1px solid var(--color-grey-light);
}

.accordion__title {
  margin: 0 !important;
  color: var(--color-text-dark);
  font-size: var(--font-size-h4);
  font-family: var(--display-family);
  line-height: var(--line-height-headings);
  font-weight: var(--font-weight-normal);
  color: var(--heading-color);
  flex: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 50em) {
  .accordion__title {
    font-size: var(--font-size-h4);
  }
}
.is-active .accordion__title {
  color: var(--color-primary);
}

.accordion__icon {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  margin: 0 0 0 var(--space-m);
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__icon:before, .accordion__icon:after {
  content: "";
  position: absolute;
  background: var(--color-text-base);
  transition: transform 0.25s ease-out;
  border-radius: 2px;
}
.accordion__icon:before {
  top: 12.5px;
  left: 50%;
  width: 2px;
  height: 20px;
  margin-left: -1px;
}
.accordion__icon:after {
  top: 50%;
  left: 12.5px;
  width: 20px;
  height: 2px;
  margin-top: -1px;
}
.is-active .accordion__icon {
  background-color: var(--color-primary);
}
.is-active .accordion__icon:before {
  background: #fff;
  transform: rotate(90deg);
}
.is-active .accordion__icon:after {
  background: #fff;
  transform: rotate(180deg);
}

.accordion__body {
  display: block;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__body p:first-child {
  margin-top: 0;
}
.accordion__body-content {
  transform: translateY(-17px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 150ms;
}
.accordion__body.is-open {
  visibility: visible;
  opacity: 1;
  max-height: inherit;
  padding-bottom: var(--space-l);
}
.accordion__body.is-open .accordion__body-content {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.sg-container .accordion__wrap {
  background-color: transparent;
  margin-bottom: 0;
}
.sg-container .accordion__wrap .container, .sg-container .accordion__wrap .container-s, .sg-container .accordion__wrap .container-xs {
  padding: 0;
}

.sg-bg-tertiary .accordion__item {
  border-top: 1px solid #e3d3d3;
}

:root {
  --card-spacing: 10%;
}

.card__title {
  margin-bottom: var(--space-s);
}
.card p {
  margin-top: var(--space-xs);
  font-size: var(--font-size);
}
@media (min-width: 50em) {
  .card p {
    font-size: var(--font-size-sm);
  }
}
.card ul, .card ol {
  margin-top: var(--space-xs);
  margin-bottom: var(--space-xs);
}
.card ul li, .card ol li {
  font-size: var(--font-size-sm);
}
.card .wp-block-buttons {
  margin-block-start: var(--flow-space, 1em);
}
.card figure {
  margin: 0;
}
.card .wp-block-image {
  margin: 0;
}
.card .wp-block-image img {
  aspect-ratio: 3/2;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}

.form__wrapper .card {
  width: 100%;
}
.form__wrapper.center {
  justify-content: center;
}
.form__wrapper.right {
  justify-content: flex-end;
}
.form__wrapper.left {
  justify-content: flex-start;
}

.hero {
  background-color: var(--color-tertiary);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  position: relative;
  margin-top: 100px;
  z-index: 1;
}
@media (min-width: 50em) {
  .hero {
    padding: var(--space-2xl) 0 var(--space-2xl) 0;
  }
}
@media (min-width: 70em) {
  .hero {
    padding: var(--block-spacing) 0;
  }
}
.hero.has-image {
  background-color: var(--color-black);
  height: 95vh;
}
@media (min-width: 50em) {
  .hero.has-image {
    height: 85vh;
  }
}
@media (min-width: 70em) {
  .hero.has-image {
    height: calc(99vh - 100px);
    max-height: 900px;
  }
}
.hero.has-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 30, 38, 0.5);
  z-index: -1;
  transition: 0.35s all ease-in-out;
}
.hero.has-image .hero__innerblocks h1, .hero.has-image .hero__innerblocks h2, .hero.has-image .hero__innerblocks h3, .hero.has-image .hero__innerblocks h4, .hero.has-image .hero__innerblocks h5, .hero.has-image .hero__innerblocks p, .hero.has-image .hero__innerblocks li, .hero.has-image .hero__innerblocks time {
  color: #fff;
}
.hero.has-image .hero__innerblocks h1 {
  line-height: 1;
}
.hero.has-image .hero__innerblocks p a {
  color: #fff;
}
.hero.has-image .hero__innerblocks p a::after {
  left: 0;
}
.hero__innerblocks {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-width);
  padding-right: var(--space-m);
  padding-left: var(--space-m);
}
@media screen and (min-width: 2000px) {
  .hero__innerblocks {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 50em) {
  .hero__innerblocks {
    width: 75%;
  }
  .hero__innerblocks p {
    max-width: 60ch;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1000px) {
  .hero__innerblocks {
    width: 66.66666666%;
  }
}
@media (min-width: 80em) {
  .hero__innerblocks {
    width: 50%;
  }
}
.hero .hero__image-fallback {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  overflow: hidden;
}
.hero .hero__image-fallback img, .hero .hero__image-fallback source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home .hero {
  margin-top: 0;
}
@media (min-width: 70em) {
  .home .hero {
    height: 99vh;
  }
}

:where(.editor-styles-wrapper) .hero__innerblocks .wp-block-buttons {
  position: relative;
  bottom: 0;
}

.services-grid__heading {
  margin-bottom: var(--space-xl);
}
.services-grid__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-l);
}
@media (min-width: 50em) {
  .services-grid__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 70em) {
  .services-grid__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.services-grid__item {
  display: flex;
}
.services-grid__item .card {
  display: block;
  text-decoration: none;
}
.services-grid__item .card:hover, .services-grid__item .card:focus {
  text-decoration: none;
}
.services-grid .card {
  display: flex;
  flex-flow: column nowrap;
}
.services-grid .card .card__content {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  justify-content: space-between;
  align-items: flex-start;
}
.services-grid .card .card__content .btn, .services-grid .card .card__content input[type=submit],
.services-grid .card .card__content input[type=reset],
.services-grid .card .card__content input[type=button] {
  margin-top: var(--space-l);
}
.services-grid__empty {
  color: var(--color-grey-dark);
  font-size: var(--font-size);
  text-align: center;
  padding: var(--space-2xl) 0;
}

.slider-swiper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 700px;
  padding: var(--block-spacing) 0;
}
@media (min-width: 50em) {
  .slider-swiper .swiper-slide {
    padding: calc(var(--block-spacing) * 2) 0;
  }
}
.slider-swiper .swiper-slide .swiper-slide__content {
  text-align: center;
  z-index: 2;
  padding: 0 var(--space-m);
  width: 95%;
}
@media (min-width: 50em) {
  .slider-swiper .swiper-slide .swiper-slide__content {
    width: 75%;
  }
}
@media (min-width: 70em) {
  .slider-swiper .swiper-slide .swiper-slide__content {
    width: 66.66666%;
  }
}
.slider-swiper .swiper-slide .swiper-slide__content h1 {
  line-height: 1.1;
}
.slider-swiper .swiper-slide.has-image {
  min-height: calc(95vh - 92px);
}
.slider-swiper .swiper-slide.has-image .swiper-slide__content h1, .slider-swiper .swiper-slide.has-image .swiper-slide__content h2, .slider-swiper .swiper-slide.has-image .swiper-slide__content h3, .slider-swiper .swiper-slide.has-image .swiper-slide__content h4, .slider-swiper .swiper-slide.has-image .swiper-slide__content h5, .slider-swiper .swiper-slide.has-image .swiper-slide__content p, .slider-swiper .swiper-slide.has-image .swiper-slide__content li {
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}
.slider-swiper .swiper-slide.has-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 30, 38, 0.5);
  z-index: -1;
  transition: 0.35s all ease-in-out;
}
.slider-swiper .swiper-button-prev {
  transition: 0.25s all ease-in-out;
  width: 40px;
  height: 40px;
  left: 5px;
}
@media (min-width: 50em) {
  .slider-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    left: 10px;
  }
}
.slider-swiper .swiper-button-prev:hover, .slider-swiper .swiper-button-prev:focus {
  transform: scale(1.1);
}
.slider-swiper .swiper-button-prev:after {
  display: none;
}
.slider-swiper .swiper-button-next {
  transition: 0.25s all ease-in-out;
  width: 40px;
  height: 40px;
  right: 5px;
}
@media (min-width: 50em) {
  .slider-swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    right: 10px;
  }
}
.slider-swiper .swiper-button-next:hover, .slider-swiper .swiper-button-next:focus {
  transform: scale(1.1);
}
.slider-swiper .swiper-button-next:after {
  display: none;
}
.slider-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-swiper .swiper-slide img {
  max-height: 900px;
}
.slider-swiper .swiper-slide figcaption {
  margin: var(--space-m) auto 0 auto;
  text-align: center;
}
.slider-swiper.swiper-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
}
.slider-swiper.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px !important;
}
.slider-swiper.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: var(--color-primary) !important;
}

.wp-block-sg-container .cell > .team-wrapper {
  margin: var(--space-xl) 0 0 0;
}
@media (min-width: 50em) {
  .wp-block-sg-container .cell > .team-wrapper {
    margin: var(--space-2xl) var(--space-2xl) 0 var(--space-2xl);
  }
}

.team-grid {
  row-gap: var(--space-l);
}
@media (min-width: 50em) {
  .team-grid {
    row-gap: var(--space-2xl);
  }
}

.team__intro {
  text-align: center;
  margin-bottom: var(--space-xl);
  padding-bottom: var(--space-s);
}

.team__member {
  display: block;
  position: relative;
}
@media (max-width: 37.5em) {
  .team__member {
    width: 100%;
  }
}
.team__member .member__info {
  text-align: center;
  position: relative;
  z-index: 1;
}
.team__member .member__info p {
  margin-top: 0.35em;
  font-size: var(--font-size-sm);
}
.team__member .member__info p a {
  cursor: pointer;
}
.team__member .member__image {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.team__member .member__image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
  border: 4px solid var(--color-primary);
}
.team__member h4 {
  margin-top: var(--space-xs);
}
.team__member:hover, .team__member:focus {
  text-decoration: none;
}

.testimonials-grid {
  display: flex;
  flex-flow: row wrap;
  gap: var(--grid-gap-sm);
}
@media (min-width: 50em) {
  .testimonials-grid {
    display: inherit;
    gap: var(--grid-gap);
    -moz-columns: 2;
    columns: 2;
  }
}
@media (min-width: 70em) {
  .testimonials-grid {
    -moz-columns: 3;
    columns: 3;
  }
}
.testimonials-grid > div {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  transform: translateY(5px);
  padding-bottom: 0;
}
@media (min-width: 50em) {
  .testimonials-grid > div {
    padding-bottom: var(--grid-gap);
  }
}
.testimonials-grid .card strong {
  color: var(--color-black);
}
.testimonials-grid .card p {
  font-size: var(--font-size-sm);
}
.testimonials-grid .card p:first-child {
  margin-top: 0;
}

.testimonials-grid__author {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: var(--space-xs);
}
.testimonials-grid__author img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid var(--color-tertiary);
}
.testimonials-grid__author p {
  font-size: var(--font-size-sm);
}

.testimonial-stars {
  display: flex;
  gap: 2px;
  margin-bottom: var(--space-m);
}
.testimonial-stars img {
  width: 24px;
  height: 24px;
}

.u-bold {
  font-weight: bold !important;
}

.u-semibold {
  font-weight: 600 !important;
}

.u-regular {
  font-weight: normal !important;
}

.u-light {
  font-weight: 300 !important;
}

.u-italic {
  font-style: italic !important;
}

.u-caps {
  text-transform: uppercase !important;
}

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

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

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

.u-relative {
  position: relative;
}

.primary-text {
  color: var(--color-primary);
}

.mt-xxl {
  margin-top: var(--space-2xl) !important;
}

.mt-xl {
  margin-top: var(--space-xl) !important;
}

.mt-l {
  margin-top: var(--space-l) !important;
}

.mt {
  margin-top: var(--space-m) !important;
}

.mt-s {
  margin-top: var(--space-s) !important;
}

.mt-xs {
  margin-top: var(--space-xs) !important;
}

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

.mb-xxl {
  margin-bottom: var(--space-2xl) !important;
}

.mb-xl {
  margin-bottom: var(--space-xl) !important;
}

.mb-l {
  margin-bottom: var(--space-l) !important;
}

.mb {
  margin-bottom: var(--space-m) !important;
}

.mb-s {
  margin-bottom: var(--space-s) !important;
}

.mr-xxl {
  margin-right: var(--space-2xl) !important;
}

.mr-xl {
  margin-right: var(--space-xl) !important;
}

.mr-l {
  margin-right: var(--space-l) !important;
}

.mr {
  margin-right: var(--space-m) !important;
}

.mr-s {
  margin-right: var(--space-s) !important;
}

.mr-xs {
  margin-right: var(--space-xs) !important;
}

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

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

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

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

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

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

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

.no-shrink {
  flex-shrink: 0;
}

.hidden-sm {
  display: none;
}
@media (min-width: 40em) {
  .hidden-sm {
    display: block;
  }
}

.visible-sm {
  display: block;
}
@media (min-width: 50em) {
  .visible-sm {
    display: none;
  }
}

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

@media (max-width: 49.99em) {
  .sm-order-1 {
    order: 1;
  }
}

@media (max-width: 49.99em) {
  .sm-order-2 {
    order: 2;
  }
}

@media print {
  * {
    background: #ffffff;
    color: #000000 !important;
  }
  html {
    font: 100%/1.5 Arial, serif;
  }
  /**
   * Hide
   */
  .header,
  .footer {
    display: none;
  }
  /**
   * Make full-width
   */
  .unit {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
}
