@charset "UTF-8";
/* stylelint-disable */
/* @import url("https://use.typekit.net/mmf1mgf.css"); */
@import url("https://use.typekit.net/kkp3vvn.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,800;1,400;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
/* stylelint-disable */
/* stylelint-disable */ /* stylelint-disable */
:root {
  --primary: #d22d36;
}

:root {
  --secondary: #1e2121;
}

:root {
  --tertiary: #e1e1e1;
}

:root {
  --quaternary: #c76d4c;
}

:root {
  --quinary: #f19436;
}

:root {
  --senary: #dba639;
}

:root {
  --septenary: #3d81e1;
}

:root {
  --octonary: #002fdc;
}

:root {
  --nonary: #6b7f8c;
}

:root {
  --denary: #d2d2d2;
}

:root {
  --success: lightgreen;
}

:root {
  --info: yellow;
}

:root {
  --warning: pink;
}

:root {
  --danger: red;
}

:root {
  --light: #e1e1e1;
}

:root {
  --dark: #1e2121;
}

:root {
  --white: #fff;
}

:root {
  --black: #000;
}

:root {
  --gray: #818181;
}

:root {
  --gray-dark: #808080;
}

:root {
  --gray-light: #898989;
}

:root {
  --gray-ultralight: #ececec;
}

:root {
  --blaze-orange: #ff6600;
}

:root {
  --burnt-orange: #cc5500;
}

:root {
  --california: #fe5d04;
}

:root {
  --merlin: #3a3731;
}

:root {
  --pacific-blue: #009dc4;
}

:root {
  --shiraz: #b50335;
}

:root {
  --tag-red: #d22d36;
}

:root {
  --matte-black: #1e2121;
}

:root {
  --fog: #e1e1e1;
}

:root {
  --burnt-sienna: #c76d4c;
}

:root {
  --orange-citrus: #f19436;
}

:root {
  --mango: #dba639;
}

:root {
  --dodger-blue: #3d81e1;
}

:root {
  --bright-blue: #002fdc;
}

:root {
  --light-slate-grey: #6b7f8c;
}

:root {
  --platinum: #d2d2d2;
}

/*!
 * Bootstrap  v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #d22d36;
  --bs-secondary: #1e2121;
  --bs-tertiary: #e1e1e1;
  --bs-quaternary: #c76d4c;
  --bs-quinary: #f19436;
  --bs-senary: #dba639;
  --bs-septenary: #3d81e1;
  --bs-octonary: #002fdc;
  --bs-nonary: #6b7f8c;
  --bs-denary: #d2d2d2;
  --bs-success: lightgreen;
  --bs-info: yellow;
  --bs-warning: pink;
  --bs-danger: red;
  --bs-light: #e1e1e1;
  --bs-dark: #1e2121;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-gray: #818181;
  --bs-gray-dark: #808080;
  --bs-gray-light: #898989;
  --bs-gray-ultralight: #ececec;
  --bs-blaze-orange: #ff6600;
  --bs-burnt-orange: #cc5500;
  --bs-california: #fe5d04;
  --bs-merlin: #3a3731;
  --bs-pacific-blue: #009dc4;
  --bs-shiraz: #b50335;
  --bs-tag-red: #d22d36;
  --bs-matte-black: #1e2121;
  --bs-fog: #e1e1e1;
  --bs-burnt-sienna: #c76d4c;
  --bs-orange-citrus: #f19436;
  --bs-mango: #dba639;
  --bs-dodger-blue: #3d81e1;
  --bs-bright-blue: #002fdc;
  --bs-light-slate-grey: #6b7f8c;
  --bs-platinum: #d2d2d2;
  --bs-primary-rgb: 210, 45, 54;
  --bs-secondary-rgb: 30, 33, 33;
  --bs-tertiary-rgb: 225, 225, 225;
  --bs-quaternary-rgb: 199, 109, 76;
  --bs-quinary-rgb: 241, 148, 54;
  --bs-senary-rgb: 219, 166, 57;
  --bs-septenary-rgb: 61, 129, 225;
  --bs-octonary-rgb: 0, 47, 220;
  --bs-nonary-rgb: 107, 127, 140;
  --bs-denary-rgb: 210, 210, 210;
  --bs-success-rgb: 144, 238, 144;
  --bs-info-rgb: 255, 255, 0;
  --bs-warning-rgb: 255, 192, 203;
  --bs-danger-rgb: 255, 0, 0;
  --bs-light-rgb: 225, 225, 225;
  --bs-dark-rgb: 30, 33, 33;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-gray-rgb: 129, 129, 129;
  --bs-gray-dark-rgb: 128, 128, 128;
  --bs-gray-light-rgb: 137, 137, 137;
  --bs-gray-ultralight-rgb: 236, 236, 236;
  --bs-blaze-orange-rgb: 255, 102, 0;
  --bs-burnt-orange-rgb: 204, 85, 0;
  --bs-california-rgb: 254, 93, 4;
  --bs-merlin-rgb: 58, 55, 49;
  --bs-pacific-blue-rgb: 0, 157, 196;
  --bs-shiraz-rgb: 181, 3, 53;
  --bs-tag-red-rgb: 210, 45, 54;
  --bs-matte-black-rgb: 30, 33, 33;
  --bs-fog-rgb: 225, 225, 225;
  --bs-burnt-sienna-rgb: 199, 109, 76;
  --bs-orange-citrus-rgb: 241, 148, 54;
  --bs-mango-rgb: 219, 166, 57;
  --bs-dodger-blue-rgb: 61, 129, 225;
  --bs-bright-blue-rgb: 0, 47, 220;
  --bs-light-slate-grey-rgb: 107, 127, 140;
  --bs-platinum-rgb: 210, 210, 210;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg-rgb: 0, 0, 0;
  --bs-font-sans-serif: "aceh", sans-serif;
  --bs-font-monospace: "Source Code Pro", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: aceh, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.4;
  --bs-body-color: #fff;
  --bs-body-bg: #000;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: var(--link);
  --bs-link-hover-color: var(--link-hover);
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

@media (max-width: 24.355em) {
  .breakout-right {
    width: calc(100% + (100vw - 23.125rem) + 1.5rem);
    margin-left: calc((100vw - 23.125rem) / -2 - (1.5rem / 2));
  }
}
@media (min-width: 48em) {
  .breakout-right {
    width: calc(100% + (100vw - 42.5rem) / 2 + (1.5rem / 2));
    margin-right: calc((100vw - 42.5rem) / -2 - (1.5rem / 2));
  }
}
@media (min-width: 62em) {
  .breakout-right {
    width: calc(100% + (100vw - 60rem) / 2 + (1.5rem / 2));
    margin-right: calc((100vw - 60rem) / -2 - (1.5rem / 2));
  }
}
@media (min-width: 64em) {
  .breakout-right {
    width: calc(100% + (100vw - 73.25rem) / 2 + (1.5rem / 2));
    margin-right: calc((100vw - 73.25rem) / -2 - (1.5rem / 2));
  }
}
@media (min-width: 87.5em) {
  .breakout-right {
    width: calc(100% + (100vw - 90rem) / 2 + (1.5rem / 2));
    margin-right: calc((100vw - 90rem) / -2 - (1.5rem / 2));
  }
}
@media (min-width: 106.75em) {
  .breakout-right {
    width: calc(100% + (100vw - 111.25rem) / 2 + (1.5rem / 2));
    margin-right: calc((100vw - 111.25rem) / -2 - (1.5rem / 2));
  }
}
@media (min-width: 143.75em) {
  .breakout-right {
    width: calc(100% + (100vw - 150rem) / 2 + (1.5rem / 2));
    margin-right: calc((100vw - 150rem) / -2 - (1.5rem / 2));
  }
}

@media (max-width: 24.355em) {
  .breakout-left {
    width: calc(100% + (100vw - 23.125rem) + 1.5rem);
    margin-right: calc((100vw - 23.125rem) / -2 - (1.5rem / 2));
  }
}
@media (min-width: 48em) {
  .breakout-left {
    width: calc(100% + (100vw - 42.5rem) / 2 + (1.5rem / 2));
    margin-left: calc((100vw - 42.5rem) / -2 - (1.5rem / 2));
  }
}
@media (min-width: 62em) {
  .breakout-left {
    width: calc(100% + (100vw - 60rem) / 2 + (1.5rem / 2));
    margin-left: calc((100vw - 60rem) / -2 - (1.5rem / 2));
  }
}
@media (min-width: 64em) {
  .breakout-left {
    width: calc(100% + (100vw - 73.25rem) / 2 + (1.5rem / 2));
    margin-left: calc((100vw - 73.25rem) / -2 - (1.5rem / 2));
  }
}
@media (min-width: 87.5em) {
  .breakout-left {
    width: calc(100% + (100vw - 90rem) / 2 + (1.5rem / 2));
    margin-left: calc((100vw - 90rem) / -2 - (1.5rem / 2));
  }
}
@media (min-width: 106.75em) {
  .breakout-left {
    width: calc(100% + (100vw - 111.25rem) / 2 + (1.5rem / 2));
    margin-left: calc((100vw - 111.25rem) / -2 - (1.5rem / 2));
  }
}
@media (min-width: 143.75em) {
  .breakout-left {
    width: calc(100% + (100vw - 150rem) / 2 + (1.5rem / 2));
    margin-left: calc((100vw - 150rem) / -2 - (1.5rem / 2));
  }
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.angle-left-primary:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23d22d36' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-primary:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23d22d36' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-secondary:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%231e2121' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-secondary:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%231e2121' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-tertiary:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23e1e1e1' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-tertiary:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23e1e1e1' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-quaternary:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23c76d4c' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-quaternary:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23c76d4c' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-quinary:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23f19436' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-quinary:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23f19436' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-senary:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23dba639' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-senary:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23dba639' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-septenary:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%233d81e1' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-septenary:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%233d81e1' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-octonary:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23002fdc' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-octonary:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23002fdc' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-nonary:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%236b7f8c' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-nonary:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%236b7f8c' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-denary:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23d2d2d2' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-denary:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23d2d2d2' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-success:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='lightgreen' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-success:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='lightgreen' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-info:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='yellow' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-info:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='yellow' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-warning:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='pink' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-warning:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='pink' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-danger:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='red' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-danger:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='red' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-light:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23e1e1e1' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-light:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23e1e1e1' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-dark:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%231e2121' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-dark:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%231e2121' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-white:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23fff' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-white:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23fff' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-black:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23000' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-black:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23000' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-gray:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23818181' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-gray:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23818181' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-gray-dark:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23808080' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-gray-dark:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23808080' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-gray-light:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23898989' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-gray-light:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23898989' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-gray-ultralight:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23ececec' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-gray-ultralight:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23ececec' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-blaze-orange:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23ff6600' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-blaze-orange:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23ff6600' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-burnt-orange:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23cc5500' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-burnt-orange:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23cc5500' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-california:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23fe5d04' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-california:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23fe5d04' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-merlin:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%233a3731' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-merlin:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%233a3731' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-pacific-blue:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23009dc4' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-pacific-blue:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23009dc4' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-shiraz:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23b50335' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-shiraz:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23b50335' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-tag-red:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23d22d36' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-tag-red:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23d22d36' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-matte-black:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%231e2121' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-matte-black:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%231e2121' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-fog:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23e1e1e1' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-fog:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23e1e1e1' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-burnt-sienna:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23c76d4c' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-burnt-sienna:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23c76d4c' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-orange-citrus:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23f19436' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-orange-citrus:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23f19436' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-mango:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23dba639' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-mango:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23dba639' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-dodger-blue:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%233d81e1' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-dodger-blue:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%233d81e1' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-bright-blue:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23002fdc' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-bright-blue:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23002fdc' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-light-slate-grey:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%236b7f8c' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-light-slate-grey:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%236b7f8c' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-left-platinum:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23d2d2d2' points='60,0 60,0 60,500 0,500 0,500'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.angle-right-platinum:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' style='enable-background:new 0 0 60 500;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23d2d2d2' points='0,500 0,500 0,0 60,0 60,0'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.z-overlay {
  z-index: 11 !important;
}

.z-toast {
  z-index: 10 !important;
}

.z-modal {
  z-index: 9 !important;
}

.z-skip-nav {
  z-index: 8 !important;
}

.z-alert {
  z-index: 7 !important;
}

.z-site-nav {
  z-index: 6 !important;
}

.z-site-header {
  z-index: 5 !important;
}

.z-notifications {
  z-index: 4 !important;
}

.z-site-content {
  z-index: 3 !important;
}

.z-prefooter {
  z-index: 2 !important;
}

.z-site-footer {
  z-index: 1 !important;
}

@font-face {
  font-family: "aceh";
  font-style: normal;
  font-weight: 100;
  src: url("../src/fonts/aceh/Aceh-Thin.woff") format("woff"), url("../src/fonts/aceh/Aceh-Thin.eot?") format("eot");
}
@font-face {
  font-family: "aceh";
  font-style: normal;
  font-weight: 200;
  src: url("../src/fonts/aceh/Aceh-ExtraLight.woff") format("woff"), url("../src/fonts/aceh/Aceh-ExtraLight.eot?") format("eot");
}
@font-face {
  font-family: "aceh";
  font-style: normal;
  font-weight: 300;
  src: url("../src/fonts/aceh/Aceh-Light.woff") format("woff"), url("../src/fonts/aceh/Aceh-Light.eot?") format("eot");
}
@font-face {
  font-family: "aceh";
  font-style: normal;
  font-weight: 400;
  src: url("../src/fonts/aceh/Aceh-Regular.woff") format("woff"), url("../src/fonts/aceh/Aceh-Regular.eot?") format("eot");
}
@font-face {
  font-family: "aceh";
  font-style: normal;
  font-weight: 500;
  src: url("../src/fonts/aceh/Aceh-Medium.woff") format("woff"), url("../src/fonts/aceh/Aceh-Medium.eot?") format("eot");
}
@font-face {
  font-family: "aceh";
  font-style: normal;
  font-weight: 600;
  src: url("../src/fonts/aceh/Aceh-SemiBold.woff") format("woff"), url("../src/fonts/aceh/Aceh-SemiBold.eot?") format("eot");
}
@font-face {
  font-family: "aceh";
  font-style: normal;
  font-weight: 700;
  src: url("../src/fonts/aceh/Aceh-Bold.woff") format("woff"), url("../src/fonts/aceh/Aceh-Bold.eot?") format("eot");
}
@font-face {
  font-family: "aceh";
  font-style: normal;
  font-weight: 800;
  src: url("../src/fonts/aceh/Aceh-ExtraBold.woff") format("woff"), url("../src/fonts/aceh/Aceh-ExtraBold.eot?") format("eot");
}
@font-face {
  font-family: "aceh";
  font-style: normal;
  font-weight: 900;
  src: url("../src/fonts/aceh/Aceh-Black.woff") format("woff"), url("../src/fonts/aceh/Aceh-Black.eot?") format("eot");
}
.icon-chevron-down {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-down-white {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-down-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-down-gray {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23818181' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-down-gray-dark {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23808080' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-down-gray-light {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23898989' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-down-gray-ultralight {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ececec' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-down-blaze-orange {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ff6600' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-down-burnt-orange {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23cc5500' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-down-california {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fe5d04' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-down-merlin {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233a3731' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-down-pacific-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23009dc4' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-down-shiraz {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23b50335' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-down-tag-red {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d22d36' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-down-matte-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231e2121' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-down-fog {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23e1e1e1' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-down-burnt-sienna {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23c76d4c' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-down-orange-citrus {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f19436' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-down-mango {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dba639' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-down-dodger-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233d81e1' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-down-bright-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23002fdc' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-down-light-slate-grey {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%236b7f8c' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-down-platinum {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d2d2d2' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left-white {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left-gray {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23818181' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left-gray-dark {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23808080' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left-gray-light {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23898989' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left-gray-ultralight {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ececec' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left-blaze-orange {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ff6600' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left-burnt-orange {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23cc5500' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left-california {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fe5d04' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left-merlin {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233a3731' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left-pacific-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23009dc4' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left-shiraz {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23b50335' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left-tag-red {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d22d36' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left-matte-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231e2121' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left-fog {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23e1e1e1' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left-burnt-sienna {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23c76d4c' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left-orange-citrus {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f19436' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left-mango {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dba639' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left-dodger-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233d81e1' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left-bright-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23002fdc' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left-light-slate-grey {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%236b7f8c' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-left-platinum {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d2d2d2' d='m7.8 16 16-16 1 1-15 15 15 15-1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right-white {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right-gray {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23818181' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right-gray-dark {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23808080' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right-gray-light {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23898989' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right-gray-ultralight {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ececec' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right-blaze-orange {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ff6600' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right-burnt-orange {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23cc5500' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right-california {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fe5d04' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right-merlin {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233a3731' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right-pacific-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23009dc4' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right-shiraz {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23b50335' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right-tag-red {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d22d36' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right-matte-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231e2121' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right-fog {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23e1e1e1' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right-burnt-sienna {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23c76d4c' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right-orange-citrus {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f19436' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right-mango {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dba639' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right-dodger-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233d81e1' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right-bright-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23002fdc' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right-light-slate-grey {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%236b7f8c' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-right-platinum {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d2d2d2' d='m24.8 16-16 16-1-1 15-15-15-15 1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up-white {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up-gray {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23818181' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up-gray-dark {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23808080' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up-gray-light {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23898989' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up-gray-ultralight {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ececec' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up-blaze-orange {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ff6600' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up-burnt-orange {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23cc5500' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up-california {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fe5d04' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up-merlin {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233a3731' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up-pacific-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23009dc4' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up-shiraz {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23b50335' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up-tag-red {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d22d36' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up-matte-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231e2121' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up-fog {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23e1e1e1' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up-burnt-sienna {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23c76d4c' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up-orange-citrus {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f19436' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up-mango {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dba639' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up-dodger-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233d81e1' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up-bright-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23002fdc' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up-light-slate-grey {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%236b7f8c' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-chevron-up-platinum {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d2d2d2' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-position: center;
}

.icon-close {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-white {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-gray {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23818181' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-gray-dark {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23808080' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-gray-light {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23898989' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-gray-ultralight {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ececec' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-blaze-orange {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ff6600' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-burnt-orange {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23cc5500' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-california {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fe5d04' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-merlin {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233a3731' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-pacific-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23009dc4' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-shiraz {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23b50335' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-tag-red {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d22d36' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-matte-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231e2121' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-fog {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23e1e1e1' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-burnt-sienna {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23c76d4c' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-orange-citrus {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f19436' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-mango {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dba639' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-dodger-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233d81e1' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-bright-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23002fdc' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-light-slate-grey {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%236b7f8c' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-platinum {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d2d2d2' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21.6px;
  width: 21.6px;
  background-position: center;
}

.icon-close-bold {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-bold-white {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-bold-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-bold-gray {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23818181' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-bold-gray-dark {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23808080' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-bold-gray-light {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23898989' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-bold-gray-ultralight {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ececec' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-bold-blaze-orange {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ff6600' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-bold-burnt-orange {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23cc5500' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-bold-california {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fe5d04' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-bold-merlin {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233a3731' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-bold-pacific-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23009dc4' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-bold-shiraz {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23b50335' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-bold-tag-red {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d22d36' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-bold-matte-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231e2121' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-bold-fog {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23e1e1e1' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-bold-burnt-sienna {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23c76d4c' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-bold-orange-citrus {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f19436' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-bold-mango {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dba639' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-bold-dodger-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233d81e1' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-bold-bright-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23002fdc' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-bold-light-slate-grey {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%236b7f8c' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-bold-platinum {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 23 22' xml:space='preserve' width='23' height='22' x='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d2d2d2' d='m16.7 10.4 5.8 5.8-5.7 5.8-5.8-5.8L5.1 22 .6 17.5l5.8-5.8L.7 5.9 6.5.1l5.8 5.8L18.1.1l4.5 4.5-5.9 5.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient-white {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient-gray {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient-gray-dark {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient-gray-light {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient-gray-ultralight {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient-blaze-orange {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient-burnt-orange {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient-california {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient-merlin {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient-pacific-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient-shiraz {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient-tag-red {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient-matte-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient-fog {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient-burnt-sienna {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient-orange-citrus {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient-mango {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient-dodger-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient-bright-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient-light-slate-grey {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-close-gradient-platinum {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 23px;
  background-position: center;
}

.icon-cloud {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-cloud-white {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-cloud-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-cloud-gray {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23818181' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-cloud-gray-dark {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23808080' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-cloud-gray-light {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23898989' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-cloud-gray-ultralight {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ececec' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-cloud-blaze-orange {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ff6600' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-cloud-burnt-orange {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23cc5500' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-cloud-california {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fe5d04' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-cloud-merlin {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233a3731' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-cloud-pacific-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23009dc4' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-cloud-shiraz {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23b50335' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-cloud-tag-red {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d22d36' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-cloud-matte-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231e2121' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-cloud-fog {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23e1e1e1' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-cloud-burnt-sienna {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23c76d4c' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-cloud-orange-citrus {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f19436' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-cloud-mango {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dba639' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-cloud-dodger-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233d81e1' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-cloud-bright-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23002fdc' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-cloud-light-slate-grey {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%236b7f8c' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-cloud-platinum {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 16' xml:space='preserve' width='24' height='16' x='64' y='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d2d2d2' fill-rule='evenodd' clip-rule='evenodd' d='M19.4 6c-.7-3.4-3.7-6-7.4-6-2.9 0-5.4 1.6-6.6 4C2.3 4.4 0 6.9 0 10c0 3.3 2.7 6 6 6h13c2.8 0 5-2.2 5-5 0-2.6-2.1-4.8-4.6-5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 24px;
  background-position: center;
}

.icon-moon {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-moon-white {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-moon-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-moon-gray {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23818181' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-moon-gray-dark {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23808080' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-moon-gray-light {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23898989' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-moon-gray-ultralight {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ececec' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-moon-blaze-orange {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ff6600' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-moon-burnt-orange {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23cc5500' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-moon-california {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fe5d04' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-moon-merlin {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233a3731' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-moon-pacific-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23009dc4' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-moon-shiraz {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23b50335' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-moon-tag-red {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d22d36' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-moon-matte-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231e2121' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-moon-fog {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23e1e1e1' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-moon-burnt-sienna {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23c76d4c' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-moon-orange-citrus {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f19436' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-moon-mango {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dba639' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-moon-dodger-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233d81e1' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-moon-bright-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23002fdc' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-moon-light-slate-grey {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%236b7f8c' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-moon-platinum {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xml:space='preserve' width='24' height='24' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d2d2d2' d='M11.4 2c-3 2.8-3.2 7.6-.4 10.6s7.6 3.2 10.6.4c.1-.1.3-.2.4-.4-.3 5.2-4.7 9.4-10 9.4-5.5 0-10-4.5-10-10 0-5.3 4.1-9.7 9.4-10z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}

.icon-open {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-white {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gray {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23818181' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gray-dark {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23808080' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gray-light {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23898989' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gray-ultralight {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ececec' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-blaze-orange {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ff6600' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-burnt-orange {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23cc5500' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-california {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fe5d04' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-merlin {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233a3731' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-pacific-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23009dc4' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-shiraz {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23b50335' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-tag-red {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d22d36' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-matte-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231e2121' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-fog {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23e1e1e1' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-burnt-sienna {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23c76d4c' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-orange-citrus {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f19436' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-mango {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dba639' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-dodger-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233d81e1' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-bright-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23002fdc' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-light-slate-grey {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%236b7f8c' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-platinum {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 23' style='enable-background:new 0 0 25 23' xml:space='preserve' width='25' height='23' x='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d2d2d2' d='M24.9 8.2v6.4h-8.3V23H8.3v-8.3H0V8.2h8.3V0h8.2v8.2h8.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient-white {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient-gray {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient-gray-dark {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient-gray-light {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient-gray-ultralight {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient-blaze-orange {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient-burnt-orange {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient-california {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient-merlin {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient-pacific-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient-shiraz {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient-tag-red {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient-matte-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient-fog {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient-burnt-sienna {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient-orange-citrus {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient-mango {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient-dodger-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient-bright-blue {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient-light-slate-grey {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

.icon-open-gradient-platinum {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 25px;
  background-position: center;
}

@keyframes gradient {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}
@keyframes gradient-alt {
  0% {
    background-position: 1% 50%;
  }
  50% {
    background-position: 99% 50%;
  }
  100% {
    background-position: 1% 50%;
  }
}
@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
@keyframes marquee {
  from {
    transform: translateX(-37.5%);
  }
  to {
    transform: translateX(-62.5%);
  }
}
@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  1% {
    transform: rotate(-8deg);
  }
  4% {
    transform: rotate(368deg);
  }
  5% {
    transform: rotate(360deg);
  }
  55% {
    transform: rotate(360deg);
  }
  56% {
    transform: rotate(368deg);
  }
  59% {
    transform: rotate(-8deg);
  }
  60% {
    transform: rotate(0deg);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-4500px);
  }
}
:root {
  --body-bg: #000;
  --body-text: #fff;
  --header-bg: transparent;
  --header-text: #fff;
  --header-link: #fff;
  --header-link-hover: #002fdc;
  --header-mobile-padding-top: 0.8125rem;
  --header-mobile-padding-bottom: 2.4375rem;
  --header-mobile-padding-left: 0;
  --header-mobile-padding-right: 0;
  --header-padding-top: 3.125rem;
  --header-padding-bottom: 3.125rem;
  --header-padding-left: 0;
  --header-padding-right: 0;
  --header-border-top-color: transparent;
  --header-border-top-width: 0;
  --header-border-top-style: none;
  --header-border-bottom-color: transparent;
  --header-border-bottom-width: 0;
  --header-border-bottom-style: none;
  --header-border-left-color: transparent;
  --header-border-left-width: 0;
  --header-border-left-style: none;
  --header-border-right-color: transparent;
  --header-border-right-width: 0;
  --header-border-right-style: none;
  --header-border-top-left-radius: 0;
  --header-border-top-right-radius: 0;
  --header-border-bottom-left-radius: 0;
  --header-border-bottom-right-radius: 0;
  --header-box-shadow-x: 0;
  --header-box-shadow-y: 0;
  --header-box-shadow-blur: 0;
  --header-box-shadow-spread: 0;
  --header-box-shadow-color: transparent;
  --mobile-branding-width: 1.6875rem;
  --branding-width: 3.625rem;
  --branding-color: #1e2121;
  --branding-hover-color: #002fdc;
  --branding-margin-top: 0;
  --branding-margin-bottom: 0;
  --branding-margin-left: 0;
  --branding-margin-right: 1rem;
  --branding-margin-top-mobile: 0;
  --branding-margin-bottom-mobile: 0;
  --branding-margin-left-mobile: 0;
  --branding-margin-right-mobile: 0;
  --branding-font-family: aceh, sans-serif;
  --branding-font-size: 2.625rem;
  --branding-font-size-mobile: 1.5rem;
  --branding-font-style: normal;
  --branding-font-weight: bold;
  --branding-line-height: 2.625rem;
  --branding-line-height-mobile: 1.5rem;
  --branding-letter-spacing: 0;
  --branding-letter-spacing-mobile: 0;
  --branding-text-transform: none;
  --branding-text-shadow-x: 0;
  --branding-text-shadow-y: 0;
  --branding-text-shadow-blur: 0;
  --branding-text-shadow-color: transparent;
  --slogan-font-family: aceh, sans-serif;
  --slogan-font-size: 1.125rem;
  --slogan-font-size-mobile: 1rem;
  --slogan-font-style: normal;
  --slogan-font-weight: normal;
  --slogan-line-height: 1.125rem;
  --slogan-line-height-mobile: 1rem;
  --slogan-letter-spacing: 0;
  --slogan-letter-spacing-mobile: 0;
  --slogan-text-transform: none;
  --slogan-text-shadow-x: 0;
  --slogan-text-shadow-y: 0;
  --slogan-text-shadow-blur: 0;
  --slogan-text-shadow-color: transparent;
  --nav-toggle-vertical-position: 0;
  --nav-toggle-horizontal-position: 0;
  --nav-toggle-vertical-padding: 0.9375rem;
  --nav-toggle-horizontal-padding: 0.9375rem;
  --nav-toggle-layer-width: 2.5rem;
  --nav-toggle-layer-height: 0.125rem;
  --nav-toggle-layer-spacing: 0.375rem;
  --nav-toggle-color: #fff;
  --nav-toggle-border-radius: 0.25rem;
  --nav-toggle-hover-opacity: 1;
  --nav-toggle-active-color: #002fdc;
  --nav-toggle-active-hover-opacity: var(--nav-toggle-hover-opacity);
  --nav-toggle-margin-top: 0;
  --nav-toggle-margin-bottom: 0;
  --nav-toggle-margin-left: 0;
  --nav-toggle-margin-right: 0;
  --nav-bg: #fff;
  --nav-bg-mobile: #fff;
  --nav-border-top-color: transparent;
  --nav-border-bottom-color: transparent;
  --nav-border-left-color: transparent;
  --nav-border-right-color: transparent;
  --nav-mobile-border-top-color: transparent;
  --nav-mobile-border-bottom-color: transparent;
  --nav-mobile-border-left-color: transparent;
  --nav-mobile-border-right-color: transparent;
  --nav-border-top-width: 0;
  --nav-border-bottom-width: 0;
  --nav-border-left-width: 0;
  --nav-border-right-width: 0;
  --nav-mobile-border-top-width: 0;
  --nav-mobile-border-bottom-width: 0;
  --nav-mobile-border-left-width: 0;
  --nav-mobile-border-right-width: 0;
  --nav-border-top-style: none;
  --nav-border-bottom-style: none;
  --nav-border-left-style: none;
  --nav-border-right-style: none;
  --nav-mobile-border-top-style: none;
  --nav-mobile-border-bottom-style: none;
  --nav-mobile-border-left-style: none;
  --nav-mobile-border-right-style: none;
  --nav-border-top-left-radius: 0;
  --nav-border-top-right-radius: 0;
  --nav-border-bottom-left-radius: 0;
  --nav-border-bottom-right-radius: 0;
  --nav-mobile-border-top-left-radius: 0;
  --nav-mobile-border-top-right-radius: 0;
  --nav-mobile-border-bottom-left-radius: 0;
  --nav-mobile-border-bottom-right-radius: 0;
  --nav-padding-top: 0;
  --nav-padding-bottom: 0;
  --nav-padding-left: 0;
  --nav-padding-right: 0;
  --nav-mobile-padding-top: 1.875rem;
  --nav-mobile-padding-bottom: 1.875rem;
  --nav-mobile-padding-left: 1.875rem;
  --nav-mobile-padding-right: 1.875rem;
  --nav-width: minmax(300px, 100vw);
  --nav-height: minmax(500px, 100vh);
  --nav-alignment-mobile: center;
  --nav-alignment-mobile-flex: center;
  --primary-nav-letter-spacing: 0;
  --primary-nav-letter-spacing-mobile: 0;
  --primary-nav-text-transform: uppercase;
  --primary-nav-font-family: aceh, sans-serif;
  --primary-nav-font-size: 2.375rem;
  --primary-nav-font-size-mobile: 1.875rem;
  --primary-nav-font-style: normal;
  --primary-nav-font-weight: 500;
  --primary-nav-line-height: 3.75rem;
  --primary-nav-line-height-mobile: 1.875rem;
  --primary-nav-link-color: #1e2121;
  --primary-nav-link-decoration-line: none;
  --primary-nav-link-decoration-style: solid;
  --primary-nav-link-decoration-color: #fff;
  --primary-nav-link-hover-color: #002fdc;
  --primary-nav-link-hover-decoration-line: none;
  --primary-nav-link-hover-decoration-style: solid;
  --primary-nav-link-hover-decoration-color: #fff;
  --primary-nav-item-vertical-padding: 1.875rem;
  --primary-nav-item-horizontal-padding: 3.75rem;
  --primary-nav-item-mobile-vertical-padding: 1.875rem;
  --primary-nav-item-mobile-horizontal-padding: 1.875rem;
  --secondary-nav-letter-spacing: 0;
  --secondary-nav-letter-spacing-mobile: 0;
  --secondary-nav-text-transform: uppercase;
  --secondary-nav-font-family: aceh, sans-serif;
  --secondary-nav-font-size: 0.875rem;
  --secondary-nav-font-size-mobile: 0.75rem;
  --secondary-nav-font-style: normal;
  --secondary-nav-font-weight: bold;
  --secondary-nav-line-height: 0.875rem;
  --secondary-nav-line-height-mobile: 0.75rem;
  --secondary-nav-link-color: #002fdc;
  --secondary-nav-link-decoration-line: none;
  --secondary-nav-link-decoration-style: solid;
  --secondary-nav-link-decoration-color: #fff;
  --secondary-nav-link-hover-color: #1e2121;
  --secondary-nav-link-hover-decoration-line: none;
  --secondary-nav-link-hover-decoration-style: solid;
  --secondary-nav-link-hover-decoration-color: #fff;
  --secondary-nav-item-vertical-padding: 0.625rem;
  --secondary-nav-item-horizontal-padding: 0.375rem;
  --secondary-nav-item-mobile-vertical-padding: 0.375rem;
  --secondary-nav-item-mobile-horizontal-padding: 0.625rem;
  --header-cta-bg: #808080;
  --header-cta-bg-hover: #002fdc;
  --header-cta-text: #fff;
  --header-cta-text-hover: #fff;
  --header-cta-border-top: #808080;
  --header-cta-border-bottom: #808080;
  --header-cta-border-left: #808080;
  --header-cta-border-right: #808080;
  --header-cta-border-top-hover: #002fdc;
  --header-cta-border-bottom-hover: #002fdc;
  --header-cta-border-left-hover: #002fdc;
  --header-cta-border-right-hover: #002fdc;
  --header-cta-border-top-left-radius: 0;
  --header-cta-border-top-right-radius: 0;
  --header-cta-border-bottom-left-radius: 0;
  --header-cta-border-bottom-right-radius: 0;
  --header-cta-border-top-left-radius-hover: 0;
  --header-cta-border-top-right-radius-hover: 0;
  --header-cta-border-bottom-left-radius-hover: 0;
  --header-cta-border-bottom-right-radius-hover: 0;
  --header-cta-border-top-width: 0.0625rem;
  --header-cta-border-right-width: 0.0625rem;
  --header-cta-border-bottom-width: 0.0625rem;
  --header-cta-border-left-width: 0.0625rem;
  --header-cta-border-top-width-hover: 0.0625rem;
  --header-cta-border-right-width-hover: 0.0625rem;
  --header-cta-border-bottom-width-hover: 0.0625rem;
  --header-cta-border-left-width-hover: 0.0625rem;
  --header-cta-border-top-style: solid;
  --header-cta-border-right-style: solid;
  --header-cta-border-bottom-style: solid;
  --header-cta-border-left-style: solid;
  --header-cta-border-top-style-hover: solid;
  --header-cta-border-right-style-hover: solid;
  --header-cta-border-bottom-style-hover: solid;
  --header-cta-border-left-style-hover: solid;
  --header-cta-font-family: aceh, sans-serif;
  --header-cta-font-size: 1.5rem;
  --header-cta-font-weight: bold;
  --header-cta-font-style: normal;
  --header-cta-line-height: 1;
  --header-cta-letter-spacing: 0;
  --header-cta-text-transform: uppercase;
  --header-cta-vertical-padding: 0.625rem;
  --header-cta-horizontal-padding: 1.25rem;
  --header-cta-font-family-hover: aceh, sans-serif;
  --header-cta-font-size-hover: 1.5rem;
  --header-cta-font-weight-hover: bold;
  --header-cta-font-style-hover: normal;
  --header-cta-line-height-hover: 1;
  --header-cta-letter-spacing-hover: 0;
  --header-cta-text-transform-hover: uppercase;
  --header-cta-vertical-padding-hover: 0.625rem;
  --header-cta-horizontal-padding-hover: 1.25rem;
  --header-cta-box-shadow-x: 0;
  --header-cta-box-shadow-y: 0;
  --header-cta-box-shadow-blur: 0;
  --header-cta-box-shadow-spread: 0;
  --header-cta-box-shadow-color: transparent;
  --header-cta-box-shadow-hover-x: 0;
  --header-cta-box-shadow-hover-y: 0;
  --header-cta-box-shadow-hover-blur: 0;
  --header-cta-box-shadow-hover-spread: 0;
  --header-cta-box-shadow-hover-color: transparent;
  --header-cta-text-shadow-x: 0;
  --header-cta-text-shadow-y: 0;
  --header-cta-text-shadow-blur: 0;
  --header-cta-text-shadow-color: transparent;
  --header-cta-text-shadow-hover-x: 0;
  --header-cta-text-shadow-hover-y: 0;
  --header-cta-text-shadow-hover-blur: 0;
  --header-cta-text-shadow-hover-color: transparent;
  --header-cta-margin-top: 0;
  --header-cta-margin-bottom: 0;
  --header-cta-margin-left: 0;
  --header-cta-margin-right: 0;
  --header-mobile-cta-bg: #808080;
  --header-mobile-cta-bg-hover: #002fdc;
  --header-mobile-cta-text: #fff;
  --header-mobile-cta-text-hover: #fff;
  --header-mobile-cta-border-top: #808080;
  --header-mobile-cta-border-bottom: #808080;
  --header-mobile-cta-border-left: #808080;
  --header-mobile-cta-border-right: #808080;
  --header-mobile-cta-border-top-hover: #002fdc;
  --header-mobile-cta-border-bottom-hover: #002fdc;
  --header-mobile-cta-border-left-hover: #002fdc;
  --header-mobile-cta-border-right-hover: #002fdc;
  --header-mobile-cta-border-top-left-radius: 0;
  --header-mobile-cta-border-top-right-radius: 0;
  --header-mobile-cta-border-bottom-left-radius: 0;
  --header-mobile-cta-border-bottom-right-radius: 0;
  --header-mobile-cta-border-top-left-radius-hover: 0;
  --header-mobile-cta-border-top-right-radius-hover: 0;
  --header-mobile-cta-border-bottom-left-radius-hover: 0;
  --header-mobile-cta-border-bottom-right-radius-hover: 0;
  --header-mobile-cta-border-top-width: 0.0625rem;
  --header-mobile-cta-border-right-width: 0.0625rem;
  --header-mobile-cta-border-bottom-width: 0.0625rem;
  --header-mobile-cta-border-left-width: 0.0625rem;
  --header-mobile-cta-border-top-width-hover: 0.0625rem;
  --header-mobile-cta-border-right-width-hover: 0.0625rem;
  --header-mobile-cta-border-bottom-width-hover: 0.0625rem;
  --header-mobile-cta-border-left-width-hover: 0.0625rem;
  --header-mobile-cta-border-top-style: solid;
  --header-mobile-cta-border-right-style: solid;
  --header-mobile-cta-border-bottom-style: solid;
  --header-mobile-cta-border-left-style: solid;
  --header-mobile-cta-border-top-style-hover: solid;
  --header-mobile-cta-border-right-style-hover: solid;
  --header-mobile-cta-border-bottom-style-hover: solid;
  --header-mobile-cta-border-left-style-hover: solid;
  --header-mobile-cta-font-family: aceh, sans-serif;
  --header-mobile-cta-font-size: 1.5rem;
  --header-mobile-cta-font-weight: bold;
  --header-mobile-cta-font-style: normal;
  --header-mobile-cta-line-height: 1;
  --header-mobile-cta-letter-spacing: 0;
  --header-mobile-cta-text-transform: uppercase;
  --header-mobile-cta-vertical-padding: 0.625rem;
  --header-mobile-cta-horizontal-padding: 1.25rem;
  --header-mobile-cta-font-family-hover: aceh, sans-serif;
  --header-mobile-cta-font-size-hover: 1.5rem;
  --header-mobile-cta-font-weight-hover: bold;
  --header-mobile-cta-font-style-hover: normal;
  --header-mobile-cta-line-height-hover: 1;
  --header-mobile-cta-letter-spacing-hover: 0;
  --header-mobile-cta-text-transform-hover: uppercase;
  --header-mobile-cta-vertical-padding-hover: 0.625rem;
  --header-mobile-cta-horizontal-padding-hover: 1.25rem;
  --header-mobile-cta-box-shadow-x: 0;
  --header-mobile-cta-box-shadow-y: 0;
  --header-mobile-cta-box-shadow-blur: 0;
  --header-mobile-cta-box-shadow-spread: 0;
  --header-mobile-cta-box-shadow-color: transparent;
  --header-mobile-cta-box-shadow-hover-x: 0;
  --header-mobile-cta-box-shadow-hover-y: 0;
  --header-mobile-cta-box-shadow-hover-blur: 0;
  --header-mobile-cta-box-shadow-hover-spread: 0;
  --header-mobile-cta-box-shadow-hover-color: transparent;
  --header-mobile-cta-text-shadow-x: 0;
  --header-mobile-cta-text-shadow-y: 0;
  --header-mobile-cta-text-shadow-blur: 0;
  --header-mobile-cta-text-shadow-color: transparent;
  --header-mobile-cta-text-shadow-hover-x: 0;
  --header-mobile-cta-text-shadow-hover-y: 0;
  --header-mobile-cta-text-shadow-hover-blur: 0;
  --header-mobile-cta-text-shadow-hover-color: transparent;
  --header-mobile-cta-margin-top: 0;
  --header-mobile-cta-margin-bottom: 0;
  --header-mobile-cta-margin-left: 0;
  --header-mobile-cta-margin-right: 0;
  --header-search-input-vertical-padding: 0.6875rem;
  --header-search-input-horizontal-padding:0.9375rem;
  --header-search-input-hover-horizontal-padding: 0.9375rem;
  --header-search-input-font-size: 16px;
  --header-search-input-line-height: 1.4;
  --header-search-input-font-weight: normal;
  --header-search-input-font-style: normal;
  --header-search-input-letter-spacing: 0;
  --header-search-input-text-transform: none;
  --header-search-input-background-color: #fff;
  --header-search-input-hover-background-color: #fff;
  --header-search-input-border-color: #898989;
  --header-search-input-hover-border-color: #898989;
  --header-search-input-border-width: 0.0625rem;
  --header-search-input-border-style: solid;
  --header-search-input-border-radius: 0;
  --header-search-submit-bg: #808080;
  --header-search-submit-bg-hover: #002fdc;
  --header-search-submit-text: #fff;
  --header-search-submit-text-hover: #fff;
  --header-search-submit-border-top: #808080;
  --header-search-submit-border-bottom: #808080;
  --header-search-submit-border-left: #808080;
  --header-search-submit-border-right: #808080;
  --header-search-submit-border-top-hover: #002fdc;
  --header-search-submit-border-bottom-hover: #002fdc;
  --header-search-submit-border-left-hover: #002fdc;
  --header-search-submit-border-right-hover: #002fdc;
  --header-search-submit-border-top-left-radius: 0;
  --header-search-submit-border-top-right-radius: 0;
  --header-search-submit-border-bottom-left-radius: 0;
  --header-search-submit-border-bottom-right-radius: 0;
  --header-search-submit-border-top-left-radius-hover: 0;
  --header-search-submit-border-top-right-radius-hover: 0;
  --header-search-submit-border-bottom-left-radius-hover: 0;
  --header-search-submit-border-bottom-right-radius-hover: 0;
  --header-search-submit-border-top-width: 0.0625rem;
  --header-search-submit-border-right-width: 0.0625rem;
  --header-search-submit-border-bottom-width: 0.0625rem;
  --header-search-submit-border-left-width: 0.0625rem;
  --header-search-submit-border-top-width-hover: 0.0625rem;
  --header-search-submit-border-right-width-hover: 0.0625rem;
  --header-search-submit-border-bottom-width-hover: 0.0625rem;
  --header-search-submit-border-left-width-hover: 0.0625rem;
  --header-search-submit-border-top-style: solid;
  --header-search-submit-border-right-style: solid;
  --header-search-submit-border-bottom-style: solid;
  --header-search-submit-border-left-style: solid;
  --header-search-submit-border-top-style-hover: solid;
  --header-search-submit-border-right-style-hover: solid;
  --header-search-submit-border-bottom-style-hover: solid;
  --header-search-submit-border-left-style-hover: solid;
  --header-search-submit-font-family: aceh, sans-serif;
  --header-search-submit-font-size: 1.5rem;
  --header-search-submit-font-weight: bold;
  --header-search-submit-font-style: normal;
  --header-search-submit-line-height: 1;
  --header-search-submit-letter-spacing: 0;
  --header-search-submit-text-transform: uppercase;
  --header-search-submit-vertical-padding: 0.625rem;
  --header-search-submit-horizontal-padding: 1.25rem;
  --header-search-submit-font-family-hover: aceh, sans-serif;
  --header-search-submit-font-size-hover: 1.5rem;
  --header-search-submit-font-weight-hover: bold;
  --header-search-submit-font-style-hover: normal;
  --header-search-submit-line-height-hover: 1;
  --header-search-submit-letter-spacing-hover: 0;
  --header-search-submit-text-transform-hover: uppercase;
  --header-search-submit-vertical-padding-hover: 0.625rem;
  --header-search-submit-horizontal-padding-hover: 1.25rem;
  --header-search-submit-box-shadow-x: 0;
  --header-search-submit-box-shadow-y: 0;
  --header-search-submit-box-shadow-blur: 0;
  --header-search-submit-box-shadow-spread: 0;
  --header-search-submit-box-shadow-color: transparent;
  --header-search-submit-box-shadow-hover-x: 0;
  --header-search-submit-box-shadow-hover-y: 0;
  --header-search-submit-box-shadow-hover-blur: 0;
  --header-search-submit-box-shadow-hover-spread: 0;
  --header-search-submit-box-shadow-hover-color: transparent;
  --header-search-submit-text-shadow-x: 0;
  --header-search-submit-text-shadow-y: 0;
  --header-search-submit-text-shadow-blur: 0;
  --header-search-submit-text-shadow-color: transparent;
  --header-search-submit-text-shadow-hover-x: 0;
  --header-search-submit-text-shadow-hover-y: 0;
  --header-search-submit-text-shadow-hover-blur: 0;
  --header-search-submit-text-shadow-hover-color: transparent;
  --header-social-nav-bg: transparent;
  --header-social-nav-margin-top: 0;
  --header-social-nav-margin-bottom: 0;
  --header-social-nav-top-padding: 0;
  --header-social-nav-bottom-padding: 0;
  --header-social-nav-left-padding: 0;
  --header-social-nav-right-padding: 0;
  --header-social-nav-text-align: right;
  --header-social-nav-flex-align: right;
  --header-social-nav-item: #808080;
  --header-social-nav-item-hover: #1e2121;
  --header-social-nav-item-bg: transparent;
  --header-social-nav-item-bg-hover: transparent;
  --header-social-nav-item-spacing: 1.25rem;
  --header-social-nav-item-width: auto;
  --header-social-nav-item-height: auto;
  --header-social-nav-item-border-radius: 0;
  --header-social-nav-item-border-color: transparent;
  --header-social-nav-item-hover-border-color: transparent;
  --header-social-nav-item-hover-border-width: 0;
  --header-social-nav-item-border-width: 0;
  --header-social-nav-item-border-style: none;
  --header-social-nav-item-hover-border-style: none;
  --alert-bg: #002fdc;
  --alert-font-size-mobile: 0.75rem;
  --alert-font-size: 1.125rem;
  --alert-font-family: aceh, sans-serif;
  --alert-font-weight: normal;
  --alert-font-style: normal;
  --alert-line-height-mobile: 1.4;
  --alert-line-height: 1.4;
  --alert-text: #fff;
  --alert-link: #fff;
  --alert-link-decoration-line: none;
  --alert-link-decoration-style: solid;
  --alert-link-decoration-color: #fff;
  --alert-link-hover: #fff;
  --alert-link-hover-decoration-line: none;
  --alert-link-hover-decoration-style: solid;
  --alert-link-hover-decoration-color: #fff;
  --alert-padding-vertical: 0.9375rem;
  --alert-padding-horizontal: 1.25rem;
  --alert-letter-spacing-mobile: 0.0625rem;
  --alert-letter-spacing: 0.5rem;
  --alert-text-transform: uppercase;
  --alert-text-shadow-x: 0;
  --alert-text-shadow-y: 0;
  --alert-text-shadow-blur: 0;
  --alert-text-shadow-color: transparent;
  --social-nav-bg: transparent;
  --social-nav-margin-top: 0;
  --social-nav-margin-bottom: 0;
  --social-nav-top-padding: 0;
  --social-nav-bottom-padding: 0;
  --social-nav-left-padding: 0;
  --social-nav-right-padding: 0;
  --social-nav-text-align: center;
  --social-nav-flex-align: center;
  --social-nav-item: #808080;
  --social-nav-item-hover: #1e2121;
  --social-nav-item-bg: transparent;
  --social-nav-item-bg-hover: transparent;
  --social-nav-item-spacing: 1.25rem;
  --social-nav-item-width: auto;
  --social-nav-item-height: auto;
  --social-nav-item-border-radius: 0;
  --social-nav-item-border-color: transparent;
  --social-nav-item-hover-border-color: transparent;
  --social-nav-item-hover-border-width: 0;
  --social-nav-item-border-width: 0;
  --social-nav-item-border-style: none;
  --social-nav-item-hover-border-style: none;
  --link: #fff;
  --link-hover: #002fdc;
  --link-decoration-line: none;
  --link-decoration-style: solid;
  --link-decoration-color: #fff;
  --link-hover-decoration-line: underline;
  --link-hover-decoration-style: solid;
  --link-hover-decoration-color: #002fdc;
  --button-bg: #002fdc;
  --button-bg-hover: #002fdc;
  --button-text: #fff;
  --button-text-hover: #fff;
  --button-border-top: transparent;
  --button-border-bottom: transparent;
  --button-border-left: transparent;
  --button-border-right: transparent;
  --button-border-top-hover: transparent;
  --button-border-bottom-hover: transparent;
  --button-border-left-hover: transparent;
  --button-border-right-hover: transparent;
  --button-border-top-left-radius: 0;
  --button-border-top-right-radius: 0;
  --button-border-bottom-left-radius: 0;
  --button-border-bottom-right-radius: 0;
  --button-border-top-left-radius-hover: 0;
  --button-border-top-right-radius-hover: 0;
  --button-border-bottom-left-radius-hover: 0;
  --button-border-bottom-right-radius-hover: 0;
  --button-border-top-width: 0.0625rem;
  --button-border-right-width: 0.0625rem;
  --button-border-bottom-width: 0.0625rem;
  --button-border-left-width: 0.0625rem;
  --button-border-top-width-hover: 0.0625rem;
  --button-border-right-width-hover: 0.0625rem;
  --button-border-bottom-width-hover: 0.0625rem;
  --button-border-left-width-hover: 0.0625rem;
  --button-border-top-style: solid;
  --button-border-right-style: solid;
  --button-border-bottom-style: solid;
  --button-border-left-style: solid;
  --button-border-top-style-hover: solid;
  --button-border-right-style-hover: solid;
  --button-border-bottom-style-hover: solid;
  --button-border-left-style-hover: solid;
  --button-font-family: aceh, sans-serif;
  --button-font-size: 1.25rem;
  --button-font-weight: 600;
  --button-font-style: normal;
  --button-line-height: 1;
  --button-letter-spacing: 0;
  --button-text-transform: none;
  --button-vertical-padding: 1rem;
  --button-horizontal-padding: 1rem;
  --button-font-family-hover: aceh, sans-serif;
  --button-font-size-hover: 1.25rem;
  --button-font-weight-hover: 600;
  --button-font-style-hover: normal;
  --button-line-height-hover: 1;
  --button-letter-spacing-hover: 0;
  --button-text-transform-hover: none;
  --button-vertical-padding-hover: 1rem;
  --button-horizontal-padding-hover: 1rem;
  --button-box-shadow-x: 0;
  --button-box-shadow-y: 0;
  --button-box-shadow-blur: 0;
  --button-box-shadow-spread: 0;
  --button-box-shadow-color: transparent;
  --button-box-shadow-hover-x: 0;
  --button-box-shadow-hover-y: 0;
  --button-box-shadow-hover-blur: 0;
  --button-box-shadow-hover-spread: 0;
  --button-box-shadow-hover-color: transparent;
  --button-text-shadow-x: 0;
  --button-text-shadow-y: 0;
  --button-text-shadow-blur: 0;
  --button-text-shadow-color: transparent;
  --button-text-shadow-hover-x: 0;
  --button-text-shadow-hover-y: 0;
  --button-text-shadow-hover-blur: 0;
  --button-text-shadow-hover-color: transparent;
  --h1-font-size: calc(16px * 3.75);
  --h2-font-size: calc(16px * 2.5);
  --h3-font-size: calc(16px * 2.375);
  --h4-font-size: calc(16px * 2);
  --h5-font-size: calc(16px * 1.5);
  --h6-font-size: calc(16px * 1.125);
  --heading-line-height: 1.2;
  --global-transition-properties: none;
  --global-transition-duration: .25s;
  --global-transition-timing-function: ease-in-out;
  --paragraph-font-size: 1rem;
  --paragraph-line-height: 1.4;
  --font-size-lg: calc(16px * 1.25);
  --font-size-sm: calc(16px * .875);
  --input-vertical-padding: 0.6875rem;
  --input-horizontal-padding:0.9375rem;
  --input-hover-horizontal-padding: 0.9375rem;
  --input-font-size: 16px;
  --input-line-height: 1.4;
  --input-color: #1e2121;
  --input-hover-color: #1e2121;
  --input-background-color: #fff;
  --input-hover-background-color: #fff;
  --input-border-color: #898989;
  --input-hover-border-color: #898989;
  --input-border-width: 0.0625rem;
  --input-border-style: solid;
  --input-border-radius: 0;
  --card-bg: #fff;
  --card-hover-bg: #fff;
  --card-border-width: 0.0625rem;
  --card-border-color: #1e2121;
  --card-hover-border-color: #1e2121;
  --card-border-style: solid;
  --card-border-radius: 0;
  --card-text-align: left;
  --card-label-color: #1e2121;
  --card-hover-label-color: #1e2121;
  --card-label-font-size: 1.125rem;
  --card-label-font-family: Poppins, sans-serif;
  --card-label-font-weight: bold;
  --card-label-font-style: normal;
  --card-label-line-height: 1.4;
  --card-title-color: #1e2121;
  --card-hover-title-color: #1e2121;
  --card-title-font-size: 2rem;
  --card-title-font-family: aceh, sans-serif;
  --card-title-font-weight: bold;
  --card-title-font-style: normal;
  --card-title-line-height: var(--heading-line-height);
  --card-subtitle-color: #1e2121;
  --card-hover-subtitle-color: #1e2121;
  --card-subtitle-font-size: 1.5rem;
  --card-subtitle-font-family: aceh, sans-serif;
  --card-subtitle-font-weight: bold;
  --card-subtitle-font-style: normal;
  --card-subtitle-line-height: var(--heading-line-height);
  --card-text-color: #1e2121;
  --card-hover-text-color: #1e2121;
  --card-text-font-size: 1rem;
  --card-text-font-family: aceh, sans-serif;
  --card-text-font-weight: normal;
  --card-text-font-style: normal;
  --card-text-line-height: 1.4;
  --modal-overlay-color: rgba(c(black), .9);
  --modal-bg: #fff;
  --modal-text-align: left;
  --modal-width: 80%;
  --modal-border-color: #fff;
  --modal-border-width: 0.0625rem;
  --modal-border-style: none;
  --modal-border-radius: 0.5rem;
  --modal-title-color: #1e2121;
  --modal-title-font-size: 2rem;
  --modal-title-font-family: aceh, sans-serif;
  --modal-title-font-weight: bold;
  --modal-title-font-style: normal;
  --modal-title-line-height: var(--heading-line-height);
  --modal-title-text-transform: none;
  --modal-title-letter-spacing: 0;
  --modal-text-color: #1e2121;
  --modal-text-font-size: 1rem;
  --modal-text-font-family: aceh, sans-serif;
  --modal-text-font-weight: normal;
  --modal-text-font-style: normal;
  --modal-text-line-height: 1.4;
  --modal-text-text-transform: none;
  --modal-text-letter-spacing: 0;
  --footer-bg: #000;
  --footer-text: #fff;
  --footer-link: #fff;
  --footer-link-hover: #002fdc;
  --footer-text-align: center;
  --footer-text-align-mobile: center;
  --footer-flex-align: center;
  --footer-mobile-padding-top: 3.75rem;
  --footer-mobile-padding-bottom: 2.5rem;
  --footer-mobile-padding-left: 0;
  --footer-mobile-padding-right: 0;
  --footer-padding-top: 5rem;
  --footer-padding-bottom: 3.75rem;
  --footer-padding-left: 0;
  --footer-padding-right: 0;
  --footer-border-top-color: #fff;
  --footer-border-top-width: 0.125rem;
  --footer-border-top-style: solid;
  --footer-border-bottom-color: transparent;
  --footer-border-bottom-width: 0;
  --footer-border-bottom-style: none;
  --footer-border-left-color: transparent;
  --footer-border-left-width: 0;
  --footer-border-left-style: none;
  --footer-border-right-color: transparent;
  --footer-border-right-width: 0;
  --footer-border-right-style: none;
  --footer-border-top-left-radius: 0;
  --footer-border-top-right-radius: 0;
  --footer-border-bottom-left-radius: 0;
  --footer-border-bottom-right-radius: 0;
  --footer-box-shadow-x: 0;
  --footer-box-shadow-y: 0;
  --footer-box-shadow-blur: 0;
  --footer-box-shadow-spread: 0;
  --footer-box-shadow-color: transparent;
  --footer-branding-width: 24.625rem;
  --footer-branding-color: #fff;
  --footer-branding-hover-color: #002fdc;
  --footer-branding-margin-top: 0;
  --footer-branding-margin-bottom: 2.5rem;
  --footer-branding-margin-left: auto;
  --footer-branding-margin-right: auto;
  --footer-branding-margin-top-mobile: 0;
  --footer-branding-margin-bottom-mobile: 2.5rem;
  --footer-branding-margin-left-mobile: auto;
  --footer-branding-margin-right-mobile: auto;
  --footer-branding-font-family: aceh, sans-serif;
  --footer-branding-font-size: 2.625rem;
  --footer-branding-font-size-mobile: 1.5rem;
  --footer-branding-font-style: normal;
  --footer-branding-font-weight: bold;
  --footer-branding-line-height: 2.625rem;
  --footer-branding-line-height-mobile: 1.5rem;
  --footer-branding-letter-spacing: 0;
  --footer-branding-letter-spacing-mobile: 0;
  --footer-branding-text-transform: none;
  --footer-branding-text-shadow-x: 0;
  --footer-branding-text-shadow-y: 0;
  --footer-branding-text-shadow-blur: 0;
  --footer-branding-text-shadow-color: transparent;
  --footer-slogan-font-family: aceh, sans-serif;
  --footer-slogan-font-size: 1.125rem;
  --footer-slogan-font-size-mobile: 1rem;
  --footer-slogan-font-style: normal;
  --footer-slogan-font-weight: normal;
  --footer-slogan-line-height: 1.125rem;
  --footer-slogan-line-height-mobile: 1rem;
  --footer-slogan-letter-spacing: 0;
  --footer-slogan-letter-spacing-mobile: 0;
  --footer-slogan-text-transform: none;
  --footer-slogan-text-shadow-x: 0;
  --footer-slogan-text-shadow-y: 0;
  --footer-slogan-text-shadow-blur: 0;
  --footer-slogan-text-shadow-color: transparent;
  --footer-cta-bg: #808080;
  --footer-cta-bg-hover: #002fdc;
  --footer-cta-text: #fff;
  --footer-cta-text-hover: #fff;
  --footer-cta-border-top: #808080;
  --footer-cta-border-bottom: #808080;
  --footer-cta-border-left: #808080;
  --footer-cta-border-right: #808080;
  --footer-cta-border-top-hover: #002fdc;
  --footer-cta-border-bottom-hover: #002fdc;
  --footer-cta-border-left-hover: #002fdc;
  --footer-cta-border-right-hover: #002fdc;
  --footer-cta-border-top-left-radius: 0;
  --footer-cta-border-top-right-radius: 0;
  --footer-cta-border-bottom-left-radius: 0;
  --footer-cta-border-bottom-right-radius: 0;
  --footer-cta-border-top-left-radius-hover: 0;
  --footer-cta-border-top-right-radius-hover: 0;
  --footer-cta-border-bottom-left-radius-hover: 0;
  --footer-cta-border-bottom-right-radius-hover: 0;
  --footer-cta-border-top-width: 0.0625rem;
  --footer-cta-border-right-width: 0.0625rem;
  --footer-cta-border-bottom-width: 0.0625rem;
  --footer-cta-border-left-width: 0.0625rem;
  --footer-cta-border-top-width-hover: 0.0625rem;
  --footer-cta-border-right-width-hover: 0.0625rem;
  --footer-cta-border-bottom-width-hover: 0.0625rem;
  --footer-cta-border-left-width-hover: 0.0625rem;
  --footer-cta-border-top-style: solid;
  --footer-cta-border-right-style: solid;
  --footer-cta-border-bottom-style: solid;
  --footer-cta-border-left-style: solid;
  --footer-cta-border-top-style-hover: solid;
  --footer-cta-border-right-style-hover: solid;
  --footer-cta-border-bottom-style-hover: solid;
  --footer-cta-border-left-style-hover: solid;
  --footer-cta-font-family: aceh, sans-serif;
  --footer-cta-font-size: 1.5rem;
  --footer-cta-font-weight: bold;
  --footer-cta-font-style: normal;
  --footer-cta-line-height: 1;
  --footer-cta-letter-spacing: 0;
  --footer-cta-text-transform: uppercase;
  --footer-cta-vertical-padding: 0.625rem;
  --footer-cta-horizontal-padding: 1.25rem;
  --footer-cta-font-family-hover: aceh, sans-serif;
  --footer-cta-font-size-hover: 1.5rem;
  --footer-cta-font-weight-hover: bold;
  --footer-cta-font-style-hover: normal;
  --footer-cta-line-height-hover: 1;
  --footer-cta-letter-spacing-hover: 0;
  --footer-cta-text-transform-hover: uppercase;
  --footer-cta-vertical-padding-hover: 0.625rem;
  --footer-cta-horizontal-padding-hover: 1.25rem;
  --footer-cta-box-shadow-x: 0;
  --footer-cta-box-shadow-y: 0;
  --footer-cta-box-shadow-blur: 0;
  --footer-cta-box-shadow-spread: 0;
  --footer-cta-box-shadow-color: transparent;
  --footer-cta-box-shadow-hover-x: 0;
  --footer-cta-box-shadow-hover-y: 0;
  --footer-cta-box-shadow-hover-blur: 0;
  --footer-cta-box-shadow-hover-spread: 0;
  --footer-cta-box-shadow-hover-color: transparent;
  --footer-cta-text-shadow-x: 0;
  --footer-cta-text-shadow-y: 0;
  --footer-cta-text-shadow-blur: 0;
  --footer-cta-text-shadow-color: transparent;
  --footer-cta-text-shadow-hover-x: 0;
  --footer-cta-text-shadow-hover-y: 0;
  --footer-cta-text-shadow-hover-blur: 0;
  --footer-cta-text-shadow-hover-color: transparent;
  --footer-cta-margin-top: 0;
  --footer-cta-margin-bottom: 1.875rem;
  --footer-cta-margin-left: 0;
  --footer-cta-margin-right: 0;
  --footer-nav-letter-spacing: 0;
  --footer-nav-letter-spacing-mobile: 0;
  --footer-nav-text-transform: normal;
  --footer-nav-font-family: aceh, sans-serif;
  --footer-nav-font-size: 1.125rem;
  --footer-nav-font-size-mobile: 1rem;
  --footer-nav-font-style: normal;
  --footer-nav-font-weight: bold;
  --footer-nav-line-height: 1.125rem;
  --footer-nav-line-height-mobile: 1rem;
  --footer-nav-link-color: #1e2121;
  --footer-nav-link-decoration-line: none;
  --footer-nav-link-decoration-style: solid;
  --footer-nav-link-decoration-color: #fff;
  --footer-nav-link-hover-color: #002fdc;
  --footer-nav-link-hover-decoration-line: none;
  --footer-nav-link-hover-decoration-style: solid;
  --footer-nav-link-hover-decoration-color: #fff;
  --footer-nav-item-vertical-padding: 0.75rem;
  --footer-nav-item-horizontal-padding: 0.625rem;
  --footer-nav-item-mobile-vertical-padding: 0.625rem;
  --footer-nav-item-mobile-horizontal-padding: 0.75rem;
  --utility-nav-letter-spacing: 0;
  --utility-nav-letter-spacing-mobile: 0;
  --utility-nav-text-transform: normal;
  --utility-nav-font-family: aceh, sans-serif;
  --utility-nav-font-size: 1rem;
  --utility-nav-font-size-mobile: 0.875rem;
  --utility-nav-font-style: normal;
  --utility-nav-font-weight: bold;
  --utility-nav-line-height: 1rem;
  --utility-nav-line-height-mobile: 0.875rem;
  --utility-nav-link-color: #1e2121;
  --utility-nav-link-decoration-line: none;
  --utility-nav-link-decoration-style: solid;
  --utility-nav-link-decoration-color: #fff;
  --utility-nav-link-hover-color: #002fdc;
  --utility-nav-link-hover-decoration-line: none;
  --utility-nav-link-hover-decoration-style: solid;
  --utility-nav-link-hover-decoration-color: #fff;
  --utility-nav-item-vertical-padding: 0.75rem;
  --utility-nav-item-horizontal-padding: 0.625rem;
  --utility-nav-item-mobile-vertical-padding: 0.625rem;
  --utility-nav-item-mobile-horizontal-padding: 0.75rem;
  --footer-social-nav-bg: transparent;
  --footer-social-nav-margin-top: 0;
  --footer-social-nav-margin-bottom: 1.875rem;
  --footer-social-nav-top-padding: 0;
  --footer-social-nav-bottom-padding: 0;
  --footer-social-nav-padding-left: 0;
  --footer-social-nav-padding-right: 2.5rem;
  --footer-social-nav-text-align: left;
  --footer-social-nav-flex-align: flex-start;
  --footer-social-nav-item: #fff;
  --footer-social-nav-item-hover: #fff;
  --footer-social-nav-item-bg: transparent;
  --footer-social-nav-item-bg-hover: transparent;
  --footer-social-nav-item-spacing: 2.5rem;
  --footer-social-nav-item-width: auto;
  --footer-social-nav-item-height: auto;
  --footer-social-nav-item-border-radius: 0;
  --footer-social-nav-item-border-color: transparent;
  --footer-social-nav-item-hover-border-color: transparent;
  --footer-social-nav-item-hover-border-width: 0;
  --footer-social-nav-item-border-width: 0;
  --footer-social-nav-item-border-style: none;
  --footer-social-nav-item-hover-border-style: none;
  --footer-search-input-vertical-padding: 0.6875rem;
  --footer-search-input-horizontal-padding:0.9375rem;
  --footer-search-input-hover-horizontal-padding: 0.9375rem;
  --footer-search-input-font-size: 16px;
  --footer-search-input-line-height: 1.4;
  --footer-search-input-background-color: #fff;
  --footer-search-input-hover-background-color: #fff;
  --footer-search-input-border-color: #898989;
  --footer-search-input-hover-border-color: #898989;
  --footer-search-input-border-width: 0.0625rem;
  --footer-search-input-border-style: solid;
  --footer-search-input-border-radius: 0;
  --footer-search-submit-bg: #808080;
  --footer-search-submit-bg-hover: #002fdc;
  --footer-search-submit-text: #fff;
  --footer-search-submit-text-hover: #fff;
  --footer-search-submit-border-top: #808080;
  --footer-search-submit-border-bottom: #808080;
  --footer-search-submit-border-left: #808080;
  --footer-search-submit-border-right: #808080;
  --footer-search-submit-border-top-hover: #002fdc;
  --footer-search-submit-border-bottom-hover: #002fdc;
  --footer-search-submit-border-left-hover: #002fdc;
  --footer-search-submit-border-right-hover: #002fdc;
  --footer-search-submit-border-top-left-radius: 0;
  --footer-search-submit-border-top-right-radius: 0;
  --footer-search-submit-border-bottom-left-radius: 0;
  --footer-search-submit-border-bottom-right-radius: 0;
  --footer-search-submit-border-top-left-radius-hover: 0;
  --footer-search-submit-border-top-right-radius-hover: 0;
  --footer-search-submit-border-bottom-left-radius-hover: 0;
  --footer-search-submit-border-bottom-right-radius-hover: 0;
  --footer-search-submit-border-top-width: 0.0625rem;
  --footer-search-submit-border-right-width: 0.0625rem;
  --footer-search-submit-border-bottom-width: 0.0625rem;
  --footer-search-submit-border-left-width: 0.0625rem;
  --footer-search-submit-border-top-width-hover: 0.0625rem;
  --footer-search-submit-border-right-width-hover: 0.0625rem;
  --footer-search-submit-border-bottom-width-hover: 0.0625rem;
  --footer-search-submit-border-left-width-hover: 0.0625rem;
  --footer-search-submit-border-top-style: solid;
  --footer-search-submit-border-right-style: solid;
  --footer-search-submit-border-bottom-style: solid;
  --footer-search-submit-border-left-style: solid;
  --footer-search-submit-border-top-style-hover: solid;
  --footer-search-submit-border-right-style-hover: solid;
  --footer-search-submit-border-bottom-style-hover: solid;
  --footer-search-submit-border-left-style-hover: solid;
  --footer-search-submit-font-family: aceh, sans-serif;
  --footer-search-submit-font-size: 1.5rem;
  --footer-search-submit-font-weight: bold;
  --footer-search-submit-font-style: normal;
  --footer-search-submit-line-height: 1;
  --footer-search-submit-letter-spacing: 0;
  --footer-search-submit-text-transform: uppercase;
  --footer-search-submit-vertical-padding: 0.625rem;
  --footer-search-submit-horizontal-padding: 1.25rem;
  --footer-search-submit-font-family-hover: aceh, sans-serif;
  --footer-search-submit-font-size-hover: 1.5rem;
  --footer-search-submit-font-weight-hover: bold;
  --footer-search-submit-font-style-hover: normal;
  --footer-search-submit-line-height-hover: 1;
  --footer-search-submit-letter-spacing-hover: 0;
  --footer-search-submit-text-transform-hover: uppercase;
  --footer-search-submit-vertical-padding-hover: 0.625rem;
  --footer-search-submit-horizontal-padding-hover: 1.25rem;
  --footer-search-submit-box-shadow-x: 0;
  --footer-search-submit-box-shadow-y: 0;
  --footer-search-submit-box-shadow-blur: 0;
  --footer-search-submit-box-shadow-spread: 0;
  --footer-search-submit-box-shadow-color: transparent;
  --footer-search-submit-box-shadow-hover-x: 0;
  --footer-search-submit-box-shadow-hover-y: 0;
  --footer-search-submit-box-shadow-hover-blur: 0;
  --footer-search-submit-box-shadow-hover-spread: 0;
  --footer-search-submit-box-shadow-hover-color: transparent;
  --footer-search-submit-text-shadow-x: 0;
  --footer-search-submit-text-shadow-y: 0;
  --footer-search-submit-text-shadow-blur: 0;
  --footer-search-submit-text-shadow-color: transparent;
  --footer-search-submit-text-shadow-hover-x: 0;
  --footer-search-submit-text-shadow-hover-y: 0;
  --footer-search-submit-text-shadow-hover-blur: 0;
  --footer-search-submit-text-shadow-hover-color: transparent;
  --footer-contact-info-margin-top: 0;
  --footer-contact-info-margin-bottom: 1.25rem;
  --footer-contact-info-margin-left: 0;
  --footer-contact-info-margin-right: 0;
  --footer-contact-info-margin-top-mobile: 0;
  --footer-contact-info-margin-bottom-mobile: 1.25rem;
  --footer-contact-info-margin-left-mobile: 0;
  --footer-contact-info-margin-right-mobile: 0;
  --footer-contact-info-color: #fff;
  --footer-contact-info-link-color: #fff;
  --footer-contact-info-link-hover-color: #002fdc;
  --footer-contact-info-item-margin-top: 0;
  --footer-contact-info-item-margin-bottom: 0.625rem;
  --footer-contact-info-item-margin-left: 0;
  --footer-contact-info-item-margin-right: 0;
  --footer-contact-info-item-margin-top-mobile: 0;
  --footer-contact-info-item-margin-bottom-mobile: 0.625rem;
  --footer-contact-info-item-margin-left-mobile: 0;
  --footer-contact-info-item-margin-right-mobile: 0;
  --footer-contact-info-item-vertical-padding: 0;
  --footer-contact-info-item-vertical-padding-mobile: 0;
  --footer-contact-info-item-horizontal-padding: 1.125rem;
  --footer-contact-info-item-horizontal-padding-mobile: 1.125rem;
  --footer-contact-info-item-font-family: aceh, sans-serif;
  --footer-contact-info-item-font-size: 1.1875rem;
  --footer-contact-info-item-font-size-mobile: 1rem;
  --footer-contact-info-item-font-style: normal;
  --footer-contact-info-item-font-weight: normal;
  --footer-contact-info-item-line-height: 1.1875rem;
  --footer-contact-info-item-line-height-mobile: 1rem;
  --footer-contact-info-item-letter-spacing: 0;
  --footer-contact-info-item-letter-spacing-mobile: 0;
  --footer-contact-info-label-font-family: aceh, sans-serif;
  --footer-contact-info-label-font-size: 1.1875rem;
  --footer-contact-info-label-font-size-mobile: 1rem;
  --footer-contact-info-label-font-style: normal;
  --footer-contact-info-label-font-weight: bold;
  --footer-contact-info-label-line-height: 1.1875rem;
  --footer-contact-info-label-line-height-mobile: 1rem;
  --footer-contact-info-label-letter-spacing: 0;
  --footer-contact-info-label-letter-spacing-mobile: 0;
  --footer-disclaimer-width: none;
  --footer-disclaimer-color: #fff;
  --footer-disclaimer-font-family: aceh, sans-serif;
  --footer-disclaimer-font-size: 1.1875rem;
  --footer-disclaimer-font-size-mobile: 1rem;
  --footer-disclaimer-font-style: normal;
  --footer-disclaimer-font-weight: normal;
  --footer-disclaimer-line-height: 1.1875rem;
  --footer-disclaimer-line-height-mobile: 1rem;
  --footer-disclaimer-margin-top: 0;
  --footer-disclaimer-margin-bottom: 1.875rem;
  --footer-disclaimer-margin-left: auto;
  --footer-disclaimer-margin-right: auto;
  --footer-disclaimer-margin-top-mobile: 0;
  --footer-disclaimer-margin-bottom-mobile: 1.875rem;
  --footer-disclaimer-margin-left-mobile: auto;
  --footer-disclaimer-margin-right-mobile: auto;
  --footer-disclaimer-vertical-padding: 0;
  --footer-disclaimer-vertical-padding-mobile: 0;
  --footer-disclaimer-horizontal-padding: 0;
  --footer-disclaimer-horizontal-padding-mobile: 0;
  --footer-attribution-width: none;
  --footer-attribution-color: #fff;
  --footer-attribution-font-family: aceh, sans-serif;
  --footer-attribution-font-size: 1.1875rem;
  --footer-attribution-font-size-mobile: 1rem;
  --footer-attribution-font-style: normal;
  --footer-attribution-font-weight: bold;
  --footer-attribution-line-height: 1.1875rem;
  --footer-attribution-line-height-mobile: 1rem;
  --footer-attribution-border-top: #808080;
  --footer-attribution-border-bottom: #808080;
  --footer-attribution-border-left: #808080;
  --footer-attribution-border-right: #808080;
  --footer-attribution-border-top-width: 0.0625rem;
  --footer-attribution-border-right-width: 0.0625rem;
  --footer-attribution-border-bottom-width: 0.0625rem;
  --footer-attribution-border-left-width: 0.0625rem;
  --footer-attribution-border-top-style: solid;
  --footer-attribution-border-right-style: solid;
  --footer-attribution-border-bottom-style: solid;
  --footer-attribution-border-left-style: solid;
  --footer-attribution-border-top-left-radius: 0;
  --footer-attribution-border-top-right-radius: 0;
  --footer-attribution-border-bottom-left-radius: 0;
  --footer-attribution-border-bottom-right-radius: 0;
  --footer-attribution-margin-top: 0;
  --footer-attribution-margin-bottom: 1.25rem;
  --footer-attribution-margin-left: auto;
  --footer-attribution-margin-right: auto;
  --footer-attribution-margin-top-mobile: 0;
  --footer-attribution-margin-bottom-mobile: 1.25rem;
  --footer-attribution-margin-left-mobile: 0;
  --footer-attribution-margin-right-mobile: 0;
  --footer-attribution-vertical-padding: 0.875rem;
  --footer-attribution-vertical-padding-mobile: 0.875rem;
  --footer-attribution-horizontal-padding: 2.5rem;
  --footer-attribution-horizontal-padding-mobile: 2.5rem;
  --footer-copyright-color: #fff;
  --footer-copyright-font-family: aceh, sans-serif;
  --footer-copyright-font-size: 0.875rem;
  --footer-copyright-font-size-mobile: 0.75rem;
  --footer-copyright-font-style: normal;
  --footer-copyright-font-weight: normal;
  --footer-copyright-line-height: 0.875rem;
  --footer-copyright-line-height-mobile: 0.75rem;
  --footer-copyright-margin-top: 0;
  --footer-copyright-margin-bottom: 0;
  --footer-copyright-margin-left: 0;
  --footer-copyright-margin-right: 0;
  --footer-copyright-margin-top-mobile: 0;
  --footer-copyright-margin-bottom-mobile: 0;
  --footer-copyright-margin-left-mobile: 0;
  --footer-copyright-margin-right-mobile: 0;
  --footer-copyright-vertical-padding: 0;
  --footer-copyright-vertical-padding-mobile: 0;
  --footer-copyright-horizontal-padding: 0;
  --footer-copyright-horizontal-padding-mobile: 0;
  --primary-secondary-horizontal: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
  --tertiary-quaternary-vertical: linear-gradient(0deg, var(--tertiary) 0%, var(--quaternary) 100%);
  --quinary-senary-diagonal-up: linear-gradient(45deg, var(--quinary) 0%, var(--senary) 100%);
  --septenary-octonary-diagonal-down: linear-gradient(135deg, var(--septenary) 0%, var(--octonary) 100%);
  --nonary-denary-diagonal-down: linear-gradient(135deg, var(--nonary) 0%, var(--denary) 100%);
  --primary-secondary-radial: radial-gradient(ellipse at center, var(--primary) 0%, var(--secondary) 100%);
  --octonary-primary-horizontal: linear-gradient(90deg, var(--octonary) 0%, var(--primary) 100%);
  --black-transparent-horizontal: linear-gradient(90deg, transparent 0%, var(--black) 100%);
  --transparent-black-vertical: linear-gradient(0deg, var(--black) 0%, transparent 100%);
  --octonary-primary-vertical: linear-gradient(0deg, var(--primary) 0%, var(--octonary) 100%);
  --octonary-primary-diagonal-up: linear-gradient(45deg, var(--octonary) 0%, var(--primary) 100%);
  --octonary-primary-diagonal-down: linear-gradient(135deg, var(--octonary) 0%, var(--primary) 100%);
  --octonary-octonary-horizontal: linear-gradient(90deg, var(--octonary) 0%, var(--octonary) 100%);
  --transparent-transparent-horizontal: linear-gradient(90deg, transparent 0%, transparent 100%);
  --transparent-octonary-primary-diagonal-down: linear-gradient(135deg, rgba(0, 47, 220, 0.5) 0%, rgba(210, 45, 54, 0.5) 100%);
}

:root {
  --white: #fff;
}

:root {
  --black: #000;
}

:root {
  --gray: #818181;
}

:root {
  --gray-dark: #808080;
}

:root {
  --gray-light: #898989;
}

:root {
  --gray-ultralight: #ececec;
}

:root {
  --blaze-orange: #ff6600;
}

:root {
  --burnt-orange: #cc5500;
}

:root {
  --california: #fe5d04;
}

:root {
  --merlin: #3a3731;
}

:root {
  --pacific-blue: #009dc4;
}

:root {
  --shiraz: #b50335;
}

:root {
  --tag-red: #d22d36;
}

:root {
  --matte-black: #1e2121;
}

:root {
  --fog: #e1e1e1;
}

:root {
  --burnt-sienna: #c76d4c;
}

:root {
  --orange-citrus: #f19436;
}

:root {
  --mango: #dba639;
}

:root {
  --dodger-blue: #3d81e1;
}

:root {
  --bright-blue: #002fdc;
}

:root {
  --light-slate-grey: #6b7f8c;
}

:root {
  --platinum: #d2d2d2;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: calc(1rem * .625);
  font-family: "aceh", sans-serif;
  font-weight: 500;
  line-height: var(--heading-line-height);
}

h1 {
  font-size: calc(16px * 3.75);
}

h2 {
  font-size: calc(16px * 2.5);
}

h3 {
  font-size: calc(16px * 2.375);
}

h4 {
  font-size: calc(16px * 2);
}

h5 {
  font-size: calc(16px * 1.3);
}

h6 {
  font-size: calc(16px * 1.125);
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: var(--link-decoration-line) var(--link-decoration-style) var(--link-decoration-color);
}
a:hover {
  color: var(--bs-link-hover-color);
  text-decoration: var(--link-hover-decoration-line) var(--link-hover-decoration-style) var(--link-hover-decoration-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: "Source Code Pro", monospace;
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.wp-block-separator {
  opacity: 1;
}
.wp-block-heading {
  letter-spacing: -0.05rem;
}
.wp-block-heading strong {
  font-weight: 700;
}
.wp-block-heading.is-style-period:after {
  font-family: acumin-pro-wide, sans-serif;
  content: ".";
  color: var(--octonary);
}

.price .amount {
  font-weight: 600;
  line-height: 1;
}
.price .price-main {
  display: inline-block;
  white-space: nowrap;
}
.price .symbol {
  font-size: 1.5rem;
  vertical-align: top;
  margin-top: 0.1875rem;
  display: inline-block;
}
.price .whole {
  font-size: 2rem;
  vertical-align: top;
  display: inline-block;
  margin-left: -0.25rem;
}
.price .separator {
  font-size: 1.125rem;
  vertical-align: top;
  margin-top: 0.1875rem;
  margin-left: -0.1875rem;
  margin-right: -0.1875rem;
  display: inline-block;
}
.price .price-meta {
  font-size: 1.125rem;
  vertical-align: top;
  margin-top: 0.1875rem;
  display: inline-block;
  white-space: nowrap;
}
.price .remainder {
  vertical-align: top;
}
.price .frequency-separator {
  font-size: 1.5rem;
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.price .details {
  line-height: 1;
}
.price .terms {
  font-size: 0.625rem;
  line-height: 1.6;
}
.price.is-style-large .price-wrapper {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  grid-template-rows: auto auto;
}
.price.is-style-large .amount {
  display: contents;
}
.price.is-style-large .price-main {
  display: block;
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 2;
}
.price.is-style-large .symbol {
  font-size: 1.875rem;
  line-height: 1.2;
  margin-top: 0.625rem;
}
.price.is-style-large .whole {
  font-size: 5rem;
  line-height: 1;
}
.price.is-style-large .separator {
  margin-left: -0.25rem;
  margin-right: 0.125rem;
  margin-top: 1.0625rem;
}
.price.is-style-large .price-meta {
  font-size: 1.75rem;
  line-height: 1.2142857143;
  display: block;
  grid-column-start: 3;
  grid-column-end: span 4;
  grid-row-start: 1;
  grid-row-end: auto;
  margin-top: 0.3125rem;
}
.price.is-style-large .remainder {
  vertical-align: text-top;
}
.price.is-style-large .frequency-separator {
  font-size: 1.75rem;
  line-height: 1.2142857143;
}
.price.is-style-large .details {
  grid-column-start: 3;
  grid-column-end: span 4;
  grid-row-start: 2;
  grid-row-end: auto;
}
.donation-links-block {
  text-align: center;
  padding: 2.5rem;
}
.donation-links-block--title {
  font-size: 2.5rem;
}
.donation-links-block--subtitle {
  font-size: 2rem;
}
.donation-links-block--intro {
  margin-bottom: 1.875rem;
}
.donation-links-block--links-list {
  list-style-type: none;
  list-style-image: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.donation-links-block--links-list ul {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.donation-links-block--links-list li {
  list-style-type: none;
}
.donation-links-block--links-list li:before {
  content: none;
}
.donation-links-block--links-list-item {
  display: inline-block;
  padding: 0.5rem;
}
.donation-links-block-circles .donation-links-block--link:not(.navbar-toggler) {
  width: 7.875rem;
  height: 7.875rem;
  border-radius: 50%;
  overflow: hidden;
}
.donation-links-block-circles .donation-links-block--link:not(.navbar-toggler):hover, .donation-links-block-circles .donation-links-block--link:not(.navbar-toggler):focus {
  border-radius: 50%;
}
.donation-links-block-two-cols .donation-links-block--links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  max-width: 37.5rem;
  margin: 0 auto;
}
.donation-links-block-two-cols .donation-links-block--links-list-item {
  -webkit-box-flex: 1 1 calc(50% - 8px);
  -webkit-flex: 1 1 calc(50% - 8px);
  -moz-box-flex: 1 1 calc(50% - 8px);
  -moz-flex: 1 1 calc(50% - 8px);
  -ms-flex: 1 1 calc(50% - 8px);
  flex: 1 1 calc(50% - 8px);
}
.donation-links-block-two-cols .donation-links-block--link:not(.navbar-toggler) {
  display: block;
  width: 100%;
}

.block-highlight-grid--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.block-highlight-grid--wrapper.slick .slick-track {
  height: 100%;
}
.has-placecard .block-highlight-grid--wrapper:after, .block-highlight-grid--wrapper.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.block-highlight-grid--wrapper > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.block-highlight-grid--wrapper .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.block-highlight-grid--wrapper > .block-highlight-grid--item {
  margin-top: 0;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .block-highlight-grid--wrapper > .block-highlight-grid--item {
    margin-left: 0;
    margin-right: 0;
  }
}
.block-highlight-grid--wrapper > .block-highlight-grid--item:first-child {
  margin-top: 0 !important;
}
@media (max-width: 61.98em) {
  .block-highlight-grid--wrapper > .block-highlight-grid--item:nth-of-type(2) {
    margin-top: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .block-highlight-grid--wrapper > .block-highlight-grid--item:nth-of-type(2n - 1) {
    margin-left: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .block-highlight-grid--wrapper > .block-highlight-grid--item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .block-highlight-grid--wrapper > .block-highlight-grid--item:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .block-highlight-grid--wrapper > .block-highlight-grid--item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .block-highlight-grid--wrapper > .block-highlight-grid--item:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) {
  .block-highlight-grid--wrapper > .block-highlight-grid--item:nth-of-type(3n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) {
  .block-highlight-grid--wrapper > .block-highlight-grid--item:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) {
  .block-highlight-grid--wrapper > .block-highlight-grid--item:nth-of-type(-n + 3) {
    margin-top: 0 !important;
  }
}
.block-highlight-grid--wrapper > .block-highlight-grid--item,
.block-highlight-grid--wrapper > false,
.block-highlight-grid--wrapper > .placecard, .block-highlight-grid--wrapper:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (max-width: 61.98em) {
  .block-highlight-grid--wrapper > .block-highlight-grid--item,
  .block-highlight-grid--wrapper > false,
  .block-highlight-grid--wrapper > .placecard, .block-highlight-grid--wrapper:after {
    -webkit-box-flex: 0 1 calc((100% - 0) / 2);
    -webkit-flex: 0 1 calc((100% - 0) / 2);
    -moz-box-flex: 0 1 calc((100% - 0) / 2);
    -moz-flex: 0 1 calc((100% - 0) / 2);
    -ms-flex: 0 1 calc((100% - 0) / 2);
    flex: 0 1 calc((100% - 0) / 2);
  }
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .block-highlight-grid--wrapper > .block-highlight-grid--item,
  .block-highlight-grid--wrapper > false,
  .block-highlight-grid--wrapper > .placecard, .block-highlight-grid--wrapper:after {
    -webkit-box-flex: 0 1 calc((100% - 0) / 2);
    -webkit-flex: 0 1 calc((100% - 0) / 2);
    -moz-box-flex: 0 1 calc((100% - 0) / 2);
    -moz-flex: 0 1 calc((100% - 0) / 2);
    -ms-flex: 0 1 calc((100% - 0) / 2);
    flex: 0 1 calc((100% - 0) / 2);
  }
}
@media (min-width: 64em) {
  .block-highlight-grid--wrapper > .block-highlight-grid--item,
  .block-highlight-grid--wrapper > false,
  .block-highlight-grid--wrapper > .placecard, .block-highlight-grid--wrapper:after {
    -webkit-box-flex: 0 1 calc((100% - 0px) / 3);
    -webkit-flex: 0 1 calc((100% - 0px) / 3);
    -moz-box-flex: 0 1 calc((100% - 0px) / 3);
    -moz-flex: 0 1 calc((100% - 0px) / 3);
    -ms-flex: 0 1 calc((100% - 0px) / 3);
    flex: 0 1 calc((100% - 0px) / 3);
  }
}
@media (max-width: 63.98em) {
  .block-highlight-grid--wrapper > .block-highlight-grid--item {
    -webkit-box-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.block-highlight-grid--item {
  text-align: center;
  padding: 3.75rem 0;
  position: relative;
}
@media (max-width: 63.98em) {
  .block-highlight-grid--item {
    border-left: none;
    border-right: none;
  }
}
@media (min-width: 64em) {
  .block-highlight-grid--item {
    border: 0.0625rem solid var(--white);
    padding: 1.875rem 1.25rem;
    border-top: none;
    border-left: none;
  }
}
.block-highlight-grid--item:after {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 7.5rem;
  top: 100%;
  margin-top: -0.0625rem;
  background-color: var(--white);
  height: 0.125rem;
}
@media (min-width: 64em) {
  .block-highlight-grid--item:after {
    content: none;
  }
}
.block-highlight-grid--item:last-of-type {
  border-bottom: none;
}
@media (max-width: 63.98em) {
  .block-highlight-grid--item:nth-of-type(-n+2) {
    padding-top: 0;
  }
}
@media (max-width: 63.98em) {
  .block-highlight-grid--item:nth-last-of-type(-n+2) {
    padding-bottom: 0;
  }
}
@media (max-width: 63.98em) {
  .block-highlight-grid--item:nth-last-of-type(-n+2):after {
    content: none;
  }
}
@media (min-width: 64em) {
  .block-highlight-grid--item:nth-last-of-type(2) {
    border-bottom: none;
  }
}
@media (min-width: 64em) {
  .block-highlight-grid--item:nth-of-type(3n + 1):nth-last-of-type(2) {
    border-bottom: none;
  }
}
@media (min-width: 64em) {
  .block-highlight-grid--item:nth-of-type(3n):nth-last-of-type(2) {
    border-bottom: 0.0625rem solid var(--white);
  }
}
@media (min-width: 64em) {
  .block-highlight-grid--item:nth-of-type(3n + 1):nth-last-of-type(3) {
    border-bottom: none;
  }
}
@media (min-width: 64em) {
  .block-highlight-grid--item:nth-of-type(3n) {
    border-right: none;
  }
}
.block-highlight-grid--image {
  margin-bottom: 0.625rem;
  max-width: 2.9375rem;
  max-height: 1.625rem;
}
@media (min-width: 48em) {
  .block-highlight-grid--image {
    max-width: 5.0625rem;
    max-height: 2.375rem;
  }
}
.block-highlight-grid--title {
  color: var(--octonary);
  font-weight: bold;
}
@media (max-width: 47.98em) {
  .block-highlight-grid--title {
    font-size: 1.625rem;
    line-height: 1;
  }
}
.block-highlight-grid--title span, .block-highlight-grid--title strong {
  background: linear-gradient(90deg, var(--octonary) 10%, var(--primary) 30%, var(--octonary) 50%, var(--primary) 70%, var(--octonary) 90%);
  background-size: 800% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient 15s ease infinite, spin 60s ease infinite;
  font-weight: 700;
}
/* stylelint-disable */
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input:not([type=submit]),
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=color],
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=date],
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=datetime-local],
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=datetime],
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=email],
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=month],
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=number],
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=password],
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=search],
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=tel],
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=text],
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=time],
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=url],
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=week],
.no-gf-layout .gform_wrapper.gravity-theme .gform-body select,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body textarea {
  background-color: transparent;
  color: var(--white);
  border: 0.125rem solid var(--white);
}
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input:not([type=submit]):hover, .no-gf-layout .gform_wrapper.gravity-theme .gform-body input:not([type=submit]):focus,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=color]:hover,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=color]:focus,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=date]:hover,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=date]:focus,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=datetime-local]:hover,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=datetime-local]:focus,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=datetime]:hover,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=datetime]:focus,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=email]:hover,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=email]:focus,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=month]:hover,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=month]:focus,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=number]:hover,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=number]:focus,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=password]:hover,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=password]:focus,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=search]:hover,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=search]:focus,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=tel]:hover,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=tel]:focus,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=text]:hover,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=text]:focus,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=time]:hover,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=time]:focus,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=url]:hover,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=url]:focus,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=week]:hover,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body input[type=week]:focus,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body select:hover,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body select:focus,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body textarea:hover,
.no-gf-layout .gform_wrapper.gravity-theme .gform-body textarea:focus {
  background-color: transparent;
  color: var(--white);
  border: 0.125rem solid var(--white);
}
.no-gf-layout .gform_wrapper.gravity-theme .gform_footer .button {
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  font-style: var(--button-font-style);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: var(--button-border-top-left-radius);
  border-top-right-radius: var(--button-border-top-right-radius);
  border-bottom-left-radius: var(--button-border-bottom-left-radius);
  border-bottom-right-radius: var(--button-border-bottom-right-radius);
  border-top-width: var(--button-border-top-width);
  border-bottom-width: var(--button-border-bottom-width);
  border-left-width: var(--button-border-left-width);
  border-right-width: var(--button-border-right-width);
  border-top-style: var(--button-border-top-style);
  border-bottom-style: var(--button-border-bottom-style);
  border-left-style: var(--button-border-left-style);
  border-right-style: var(--button-border-right-style);
  border-top-color: var(--button-border-top);
  border-bottom-color: var(--button-border-bottom);
  border-left-color: var(--button-border-left);
  border-right-color: var(--button-border-right);
  padding: var(--button-vertical-padding) var(--button-horizontal-padding);
  background-color: var(--octonary);
  box-shadow: var(--button-box-shadow-x) var(--button-box-shadow-y) var(--button-box-shadow-blur) var(--button-box-shadow-spread) var(--button-box-shadow-color);
  text-shadow: var(--button-text-shadow-x) var(--button-text-shadow-y) var(--button-text-shadow-blur) var(--button-text-shadow-color);
  color: var(--button-text);
  text-align: center;
  transition: all var(--global-transition-duration) var(--global-transition-timing-function);
  will-change: transform, color, background-color, border-top-color, border-bottom-color, border-left-color, border-right-color, padding, opacity;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}
.no-gf-layout .gform_wrapper.gravity-theme .gform_footer .button:visited {
  color: var(--button-text);
}
.no-gf-layout .gform_wrapper.gravity-theme .gform_footer .button:hover, .no-gf-layout .gform_wrapper.gravity-theme .gform_footer .button:focus, .no-gf-layout .gform_wrapper.gravity-theme .gform_footer .button:active {
  font-family: var(--button-font-family-hover);
  font-weight: var(--button-font-weight-hover);
  font-style: var(--button-font-style-hover);
  font-size: var(--button-font-size-hover);
  line-height: var(--button-line-height-hover);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: var(--button-border-top-left-radius-hover);
  border-top-right-radius: var(--button-border-top-right-radius-hover);
  border-bottom-left-radius: var(--button-border-bottom-left-radius-hover);
  border-bottom-right-radius: var(--button-border-bottom-right-radius-hover);
  border-top-width: var(--button-border-top-width-hover);
  border-bottom-width: var(--button-border-bottom-width-hover);
  border-left-width: var(--button-border-left-width-hover);
  border-right-width: var(--button-border-right-width-hover);
  border-top-style: var(--button-border-top-style-hover);
  border-bottom-style: var(--button-border-bottom-style-hover);
  border-left-style: var(--button-border-left-style-hover);
  border-right-style: var(--button-border-right-style-hover);
  background-color: var(--octonary);
  border-top-color: var(--button-border-top-hover);
  border-bottom-color: var(--button-border-bottom-hover);
  border-left-color: var(--button-border-left-hover);
  border-right-color: var(--button-border-right-hover);
  color: var(--button-text-hover);
  cursor: pointer;
  text-decoration: none;
  box-shadow: var(--button-box-shadow-hover-x) var(--button-box-shadow-hover-y) var(--button-box-shadow-hover-blur) var(--button-box-shadow-hover-spread) var(--button-box-shadow-hover-color);
  text-shadow: var(--button-text-shadow-hover-x) var(--button-text-shadow-hover-y) var(--button-text-shadow-hover-blur) var(--button-text-shadow-hover-color);
  padding: var(--button-vertical-padding-hover) var(--button-horizontal-padding-hover);
}
.no-gf-layout .gform_wrapper.gravity-theme .gform_footer .button:hover, .no-gf-layout .gform_wrapper.gravity-theme .gform_footer .button:focus {
  background: var(--octonary-primary-horizontal);
  background-size: 200% auto;
  animation: gradient-alt 15s ease infinite;
}
@media (min-width: 62em) {
  .no-gf-layout .contact-us_wrapper.gravity-theme .contact-us {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto auto auto;
    column-gap: 1.375rem;
  }
}
.no-gf-layout .contact-us_wrapper.gravity-theme .contact-us .gform-body {
  display: contents;
}
.no-gf-layout .contact-us_wrapper.gravity-theme .contact-us .gform_fields {
  display: contents;
}
.no-gf-layout .contact-us_wrapper.gravity-theme .contact-us .gfield {
  margin-bottom: 1.375rem;
}
.no-gf-layout .contact-us_wrapper.gravity-theme .contact-us .ginput_container_select {
  position: relative;
}
.no-gf-layout .contact-us_wrapper.gravity-theme .contact-us .ginput_container_select:after {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  background-position: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  right: 1.5rem;
}
.no-gf-layout .contact-us_wrapper.gravity-theme .contact-us .gfield_select {
  appearance: none;
}
.no-gf-layout .contact-us_wrapper.gravity-theme .contact-us #field_3_7 {
  grid-column-start: 1;
  grid-column-end: auto;
  grid-row-start: 1;
  grid-row-end: auto;
}
.no-gf-layout .contact-us_wrapper.gravity-theme .contact-us #field_3_2 {
  grid-column-start: 1;
  grid-column-end: auto;
  grid-row-start: 2;
  grid-row-end: auto;
}
.no-gf-layout .contact-us_wrapper.gravity-theme .contact-us #field_3_8 {
  grid-column-start: 1;
  grid-column-end: auto;
  grid-row-start: 3;
  grid-row-end: auto;
}
.no-gf-layout .contact-us_wrapper.gravity-theme .contact-us #field_3_5 {
  grid-column-start: 1;
  grid-column-end: auto;
  grid-row-start: 4;
  grid-row-end: auto;
}
.no-gf-layout .contact-us_wrapper.gravity-theme .contact-us #field_3_6 {
  grid-column-start: 1;
  grid-column-end: auto;
  grid-row-start: 5;
  grid-row-end: auto;
}
.no-gf-layout .contact-us_wrapper.gravity-theme .contact-us #field_3_4 {
  grid-column-start: 1;
  grid-column-end: auto;
  grid-row-start: 6;
  grid-row-end: auto;
}
.no-gf-layout .contact-us_wrapper.gravity-theme .contact-us .gform_footer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  grid-column-start: 1;
  grid-column-end: auto;
  grid-row-start: 7;
  grid-row-end: auto;
}
.no-gf-layout .contact-us_wrapper.gravity-theme .contact-us .gform_footer .button {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 1.875rem 0 0;
}
.no-gf-layout .get-involved_wrapper.gravity-theme .get-involved {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  column-gap: 0.625rem;
}
.no-gf-layout .get-involved_wrapper.gravity-theme .get-involved .gform-body {
  display: contents;
}
.no-gf-layout .get-involved_wrapper.gravity-theme .get-involved .gform_fields {
  display: contents;
}
.no-gf-layout .get-involved_wrapper.gravity-theme .get-involved .gfield {
  margin-bottom: 0.625rem;
}
.no-gf-layout .get-involved_wrapper.gravity-theme .get-involved #field_2_2 {
  grid-column-start: 1;
  grid-column-end: span 4;
  grid-row-start: 1;
  grid-row-end: auto;
}
.no-gf-layout .get-involved_wrapper.gravity-theme .get-involved #field_2_4 {
  grid-column-start: 5;
  grid-column-end: span 3;
  grid-row-start: 1;
  grid-row-end: auto;
}
.no-gf-layout .get-involved_wrapper.gravity-theme .get-involved #field_2_5 {
  grid-column-start: 1;
  grid-column-end: span 7;
  grid-row-start: 2;
  grid-row-end: auto;
}
.no-gf-layout .get-involved_wrapper.gravity-theme .get-involved .gform_footer {
  padding: 0;
  margin: 0;
  grid-column-start: 1;
  grid-column-end: span 7;
  grid-row-start: 3;
  grid-row-end: auto;
}
.no-gf-layout .get-involved_wrapper.gravity-theme .get-involved .gform_footer .button {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
}
.no-gf-layout .join-us_wrapper.gravity-theme .join-us {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
}
.no-gf-layout .join-us_wrapper.gravity-theme .join-us .gform-body {
  display: contents;
}
.no-gf-layout .join-us_wrapper.gravity-theme .join-us .gform_fields {
  display: contents;
}
.no-gf-layout .join-us_wrapper.gravity-theme .join-us .gfield {
  margin-bottom: 0.625rem;
}
.no-gf-layout .join-us_wrapper.gravity-theme .join-us #field_1_2 {
  grid-column-start: 1;
  grid-column-end: span 4;
  grid-row-start: 2;
  grid-row-end: auto;
  margin-bottom: 0;
}
.no-gf-layout .join-us_wrapper.gravity-theme .join-us #field_1_4 {
  grid-column-start: 6;
  grid-column-end: span 3;
  grid-row-start: 1;
  grid-row-end: auto;
}
.no-gf-layout .join-us_wrapper.gravity-theme .join-us #field_1_3 {
  grid-column-start: 1;
  grid-column-end: span 5;
  grid-row-start: 1;
  grid-row-end: auto;
}
.no-gf-layout .join-us_wrapper.gravity-theme .join-us .gform_footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  grid-column-start: 5;
  grid-column-end: span 4;
  grid-row-start: 2;
  grid-row-end: auto;
}
.no-gf-layout .join-us_wrapper.gravity-theme .join-us .gform_footer .button {
  font-size: 1.125rem;
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_19 .gfield_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_19 .gfield_radio:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  content: "";
  display: block;
}
@media (min-width: 24.375em) and (max-width: 47.98em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_19 .gfield_radio:after {
    -webkit-box-flex: 0 1 calc((100% - 10px) / 2);
    -webkit-flex: 0 1 calc((100% - 10px) / 2);
    -moz-box-flex: 0 1 calc((100% - 10px) / 2);
    -moz-flex: 0 1 calc((100% - 10px) / 2);
    -ms-flex: 0 1 calc((100% - 10px) / 2);
    flex: 0 1 calc((100% - 10px) / 2);
  }
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_19 .gfield_radio:after {
    -webkit-box-flex: 0 1 calc((100% - 20px) / 3);
    -webkit-flex: 0 1 calc((100% - 20px) / 3);
    -moz-box-flex: 0 1 calc((100% - 20px) / 3);
    -moz-flex: 0 1 calc((100% - 20px) / 3);
    -ms-flex: 0 1 calc((100% - 20px) / 3);
    flex: 0 1 calc((100% - 20px) / 3);
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_19 .gchoice {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: relative;
  margin-bottom: 0.625rem;
}
@media (min-width: 24.375em) and (max-width: 47.98em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_19 .gchoice {
    -webkit-box-flex: 0 1 calc((100% - 10px) / 2);
    -webkit-flex: 0 1 calc((100% - 10px) / 2);
    -moz-box-flex: 0 1 calc((100% - 10px) / 2);
    -moz-flex: 0 1 calc((100% - 10px) / 2);
    -ms-flex: 0 1 calc((100% - 10px) / 2);
    flex: 0 1 calc((100% - 10px) / 2);
  }
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_19 .gchoice {
    -webkit-box-flex: 0 1 calc((100% - 20px) / 3);
    -webkit-flex: 0 1 calc((100% - 20px) / 3);
    -moz-box-flex: 0 1 calc((100% - 20px) / 3);
    -moz-flex: 0 1 calc((100% - 20px) / 3);
    -ms-flex: 0 1 calc((100% - 20px) / 3);
    flex: 0 1 calc((100% - 20px) / 3);
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_19 .gchoice input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_19 .gchoice input:checked + label {
  background-color: var(--gray-ultralight);
  color: var(--black);
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_19 .gchoice label {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.5rem;
  background-color: var(--gray-dark);
  color: var(--white);
  padding: 1rem;
  text-align: center;
  max-width: none;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_19 .gchoice label:hover {
  cursor: pointer;
  background-color: var(--gray-ultralight);
  color: var(--black);
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_30 .ginput_container {
  margin-bottom: 1rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_30 .ginput_amount,
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_30 input[type=tel] {
  background-color: var(--gray-ultralight);
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_25 {
  margin-top: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_25 .gfield_label {
  margin: 0;
  vertical-align: bottom;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_25 .gfield_label:after {
  content: ":";
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_25 .ginput_container {
  display: inline;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_25 .ginput_total {
  padding: 0;
  border: none;
  vertical-align: bottom;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_5 {
  margin-bottom: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_5 .ginput_container_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_5 .name_first {
  -webkit-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 0.625rem;
  display: block;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_5 .name_first {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_5 .name_last {
  -webkit-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: block;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_5 .name_last {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_6 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_6 {
    display: inline-block;
    width: calc((100% - 10px) / 2);
    margin-right: 0.625rem;
    vertical-align: top;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_8 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_8 {
    display: inline-block;
    width: calc((100% - 10px) / 2);
    vertical-align: top;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_7 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_7 .ginput_container_address {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 0.625rem;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_7 .address_line_1 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_7 .address_line_1 {
    grid-column-start: 1;
    grid-column-end: span 6;
    grid-row-start: 1;
    grid-row-end: auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_7 .address_line_2 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_7 .address_line_2 {
    grid-column-start: 1;
    grid-column-end: span 6;
    grid-row-start: 2;
    grid-row-end: auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_7 .address_city {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_7 .address_city {
    margin-bottom: 0;
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 3;
    grid-row-end: auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_7 .address_state {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_7 .address_state {
    margin-bottom: 0;
    grid-column-start: 3;
    grid-column-end: span 2;
    grid-row-start: 3;
    grid-row-end: auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_7 .address_state select {
  height: 100%;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_7 .address_zip {
    grid-column-start: 5;
    grid-column-end: span 2;
    grid-row-start: 3;
    grid-row-end: auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_29 {
  margin-bottom: 0.625rem !important;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_29 p {
  font-size: 0.875rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_29 p:last-child {
  margin-bottom: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_32 {
  margin-bottom: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_33 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_33 {
    display: inline-block;
    width: calc((100% - 10px) / 2);
    margin-right: 0.625rem;
    vertical-align: top;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_34 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_34 {
    display: inline-block;
    width: calc((100% - 10px) / 2);
    vertical-align: top;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_26 {
  margin-top: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_26 .gfield_label {
  margin: 0;
  vertical-align: bottom;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_26 .gfield_label:after {
  content: ":";
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_26 .ginput_container {
  display: inline;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_26 .ginput_total {
  padding: 0;
  border: none;
  vertical-align: bottom;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_31 {
  margin-bottom: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_31 #input_4_31_1_container {
  margin-bottom: 0.625rem;
  position: relative;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_31 #input_4_31_1_container .gform_card_icon_container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_31 #input_4_31_1_container .gform_card_icon_container {
    margin: 0;
    position: absolute;
    top: 0.5rem;
    right: 0;
  }
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_31 #input_4_31_1_container input {
    padding-right: 12.5rem;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_31 #input_4_31_2_container {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_31 #input_4_31_2_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_31 #input_4_31_2_container .ginput_cardinfo_left {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_31 #input_4_31_2_container .ginput_cardinfo_left {
    -webkit-box-flex: 1 1 calc(75% - 5px);
    -webkit-flex: 1 1 calc(75% - 5px);
    -moz-box-flex: 1 1 calc(75% - 5px);
    -moz-flex: 1 1 calc(75% - 5px);
    -ms-flex: 1 1 calc(75% - 5px);
    flex: 1 1 calc(75% - 5px);
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_31 #input_4_31_2_container .ginput_card_expiration_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_31 #input_4_31_2_container .ginput_card_expiration_month_container {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_31 #input_4_31_2_container .ginput_card_expiration_month_container {
    -webkit-box-flex: 1 1 calc((100% - 10px) / 2);
    -webkit-flex: 1 1 calc((100% - 10px) / 2);
    -moz-box-flex: 1 1 calc((100% - 10px) / 2);
    -moz-flex: 1 1 calc((100% - 10px) / 2);
    -ms-flex: 1 1 calc((100% - 10px) / 2);
    flex: 1 1 calc((100% - 10px) / 2);
    margin-bottom: 0;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_31 #input_4_31_2_container .ginput_card_expiration_month {
  margin: 0;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_31 #input_4_31_2_container .ginput_card_expiration_year_container {
    -webkit-box-flex: 1 1 calc((100% - 10px) / 2);
    -webkit-flex: 1 1 calc((100% - 10px) / 2);
    -moz-box-flex: 1 1 calc((100% - 10px) / 2);
    -moz-flex: 1 1 calc((100% - 10px) / 2);
    -ms-flex: 1 1 calc((100% - 10px) / 2);
    flex: 1 1 calc((100% - 10px) / 2);
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_31 #input_4_31_2_container .ginput_cardinfo_right {
  position: relative;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_31 #input_4_31_2_container .ginput_cardinfo_right {
    -webkit-box-flex: 1 1 calc(25% - 5px);
    -webkit-flex: 1 1 calc(25% - 5px);
    -moz-box-flex: 1 1 calc(25% - 5px);
    -moz-flex: 1 1 calc(25% - 5px);
    -ms-flex: 1 1 calc(25% - 5px);
    flex: 1 1 calc(25% - 5px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_31 #input_4_31_2_container .ginput_card_security_code {
  max-width: none;
  width: 100%;
  padding-right: 2.875rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_31 #input_4_31_2_container .ginput_card_security_code {
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_31 #input_4_31_2_container .ginput_card_security_code_icon {
  position: absolute;
  top: 0.5rem;
  right: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_27 {
  margin-top: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_27 .gfield_label {
  margin: 0;
  vertical-align: bottom;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_27 .gfield_label:after {
  content: ":";
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_27 .ginput_container {
  display: inline;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_27 .ginput_total {
  padding: 0;
  border: none;
  vertical-align: bottom;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_4_35 {
  margin-bottom: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_previous_button {
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  font-style: var(--button-font-style);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: var(--button-border-top-left-radius);
  border-top-right-radius: var(--button-border-top-right-radius);
  border-bottom-left-radius: var(--button-border-bottom-left-radius);
  border-bottom-right-radius: var(--button-border-bottom-right-radius);
  border-top-width: var(--button-border-top-width);
  border-bottom-width: var(--button-border-bottom-width);
  border-left-width: var(--button-border-left-width);
  border-right-width: var(--button-border-right-width);
  border-top-style: var(--button-border-top-style);
  border-bottom-style: var(--button-border-bottom-style);
  border-left-style: var(--button-border-left-style);
  border-right-style: var(--button-border-right-style);
  border-top-color: var(--button-border-top);
  border-bottom-color: var(--button-border-bottom);
  border-left-color: var(--button-border-left);
  border-right-color: var(--button-border-right);
  padding: var(--button-vertical-padding) var(--button-horizontal-padding);
  background-color: var(--button-bg);
  box-shadow: var(--button-box-shadow-x) var(--button-box-shadow-y) var(--button-box-shadow-blur) var(--button-box-shadow-spread) var(--button-box-shadow-color);
  text-shadow: var(--button-text-shadow-x) var(--button-text-shadow-y) var(--button-text-shadow-blur) var(--button-text-shadow-color);
  color: var(--button-text);
  text-align: center;
  transition: all var(--global-transition-duration) var(--global-transition-timing-function);
  will-change: transform, color, background-color, border-top-color, border-bottom-color, border-left-color, border-right-color, padding, opacity;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  grid-column-start: 1;
  grid-column-end: auto;
  grid-row-start: 1;
  grid-row-end: auto;
  margin: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_previous_button:visited {
  color: var(--button-text);
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_previous_button:hover, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_previous_button:focus, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_previous_button:active {
  font-family: var(--button-font-family-hover);
  font-weight: var(--button-font-weight-hover);
  font-style: var(--button-font-style-hover);
  font-size: var(--button-font-size-hover);
  line-height: var(--button-line-height-hover);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: var(--button-border-top-left-radius-hover);
  border-top-right-radius: var(--button-border-top-right-radius-hover);
  border-bottom-left-radius: var(--button-border-bottom-left-radius-hover);
  border-bottom-right-radius: var(--button-border-bottom-right-radius-hover);
  border-top-width: var(--button-border-top-width-hover);
  border-bottom-width: var(--button-border-bottom-width-hover);
  border-left-width: var(--button-border-left-width-hover);
  border-right-width: var(--button-border-right-width-hover);
  border-top-style: var(--button-border-top-style-hover);
  border-bottom-style: var(--button-border-bottom-style-hover);
  border-left-style: var(--button-border-left-style-hover);
  border-right-style: var(--button-border-right-style-hover);
  background-color: var(--button-bg-hover);
  border-top-color: var(--button-border-top-hover);
  border-bottom-color: var(--button-border-bottom-hover);
  border-left-color: var(--button-border-left-hover);
  border-right-color: var(--button-border-right-hover);
  color: var(--button-text-hover);
  cursor: pointer;
  text-decoration: none;
  box-shadow: var(--button-box-shadow-hover-x) var(--button-box-shadow-hover-y) var(--button-box-shadow-hover-blur) var(--button-box-shadow-hover-spread) var(--button-box-shadow-hover-color);
  text-shadow: var(--button-text-shadow-hover-x) var(--button-text-shadow-hover-y) var(--button-text-shadow-hover-blur) var(--button-text-shadow-hover-color);
  padding: var(--button-vertical-padding-hover) var(--button-horizontal-padding-hover);
}
@media (max-width: 61.98em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_previous_button {
    font-size: 0.875rem;
  }
}
@media (max-width: 61.98em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_previous_button:hover, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_previous_button:focus {
    font-size: 0.875rem;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_next_button {
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  font-style: var(--button-font-style);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: var(--button-border-top-left-radius);
  border-top-right-radius: var(--button-border-top-right-radius);
  border-bottom-left-radius: var(--button-border-bottom-left-radius);
  border-bottom-right-radius: var(--button-border-bottom-right-radius);
  border-top-width: var(--button-border-top-width);
  border-bottom-width: var(--button-border-bottom-width);
  border-left-width: var(--button-border-left-width);
  border-right-width: var(--button-border-right-width);
  border-top-style: var(--button-border-top-style);
  border-bottom-style: var(--button-border-bottom-style);
  border-left-style: var(--button-border-left-style);
  border-right-style: var(--button-border-right-style);
  border-top-color: var(--button-border-top);
  border-bottom-color: var(--button-border-bottom);
  border-left-color: var(--button-border-left);
  border-right-color: var(--button-border-right);
  padding: var(--button-vertical-padding) var(--button-horizontal-padding);
  background-color: var(--button-bg);
  box-shadow: var(--button-box-shadow-x) var(--button-box-shadow-y) var(--button-box-shadow-blur) var(--button-box-shadow-spread) var(--button-box-shadow-color);
  text-shadow: var(--button-text-shadow-x) var(--button-text-shadow-y) var(--button-text-shadow-blur) var(--button-text-shadow-color);
  color: var(--button-text);
  text-align: center;
  transition: all var(--global-transition-duration) var(--global-transition-timing-function);
  will-change: transform, color, background-color, border-top-color, border-bottom-color, border-left-color, border-right-color, padding, opacity;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  grid-column-start: 2;
  grid-column-end: auto;
  grid-row-start: 1;
  grid-row-end: auto;
  margin: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_next_button:visited {
  color: var(--button-text);
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_next_button:hover, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_next_button:focus, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_next_button:active {
  font-family: var(--button-font-family-hover);
  font-weight: var(--button-font-weight-hover);
  font-style: var(--button-font-style-hover);
  font-size: var(--button-font-size-hover);
  line-height: var(--button-line-height-hover);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: var(--button-border-top-left-radius-hover);
  border-top-right-radius: var(--button-border-top-right-radius-hover);
  border-bottom-left-radius: var(--button-border-bottom-left-radius-hover);
  border-bottom-right-radius: var(--button-border-bottom-right-radius-hover);
  border-top-width: var(--button-border-top-width-hover);
  border-bottom-width: var(--button-border-bottom-width-hover);
  border-left-width: var(--button-border-left-width-hover);
  border-right-width: var(--button-border-right-width-hover);
  border-top-style: var(--button-border-top-style-hover);
  border-bottom-style: var(--button-border-bottom-style-hover);
  border-left-style: var(--button-border-left-style-hover);
  border-right-style: var(--button-border-right-style-hover);
  background-color: var(--button-bg-hover);
  border-top-color: var(--button-border-top-hover);
  border-bottom-color: var(--button-border-bottom-hover);
  border-left-color: var(--button-border-left-hover);
  border-right-color: var(--button-border-right-hover);
  color: var(--button-text-hover);
  cursor: pointer;
  text-decoration: none;
  box-shadow: var(--button-box-shadow-hover-x) var(--button-box-shadow-hover-y) var(--button-box-shadow-hover-blur) var(--button-box-shadow-hover-spread) var(--button-box-shadow-hover-color);
  text-shadow: var(--button-text-shadow-hover-x) var(--button-text-shadow-hover-y) var(--button-text-shadow-hover-blur) var(--button-text-shadow-hover-color);
  padding: var(--button-vertical-padding-hover) var(--button-horizontal-padding-hover);
}
@media (max-width: 61.98em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_next_button {
    font-size: 0.875rem;
  }
}
@media (max-width: 61.98em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_next_button:hover, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_next_button:focus {
    font-size: 0.875rem;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_button {
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  font-style: var(--button-font-style);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: var(--button-border-top-left-radius);
  border-top-right-radius: var(--button-border-top-right-radius);
  border-bottom-left-radius: var(--button-border-bottom-left-radius);
  border-bottom-right-radius: var(--button-border-bottom-right-radius);
  border-top-width: var(--button-border-top-width);
  border-bottom-width: var(--button-border-bottom-width);
  border-left-width: var(--button-border-left-width);
  border-right-width: var(--button-border-right-width);
  border-top-style: var(--button-border-top-style);
  border-bottom-style: var(--button-border-bottom-style);
  border-left-style: var(--button-border-left-style);
  border-right-style: var(--button-border-right-style);
  border-top-color: var(--button-border-top);
  border-bottom-color: var(--button-border-bottom);
  border-left-color: var(--button-border-left);
  border-right-color: var(--button-border-right);
  padding: var(--button-vertical-padding) var(--button-horizontal-padding);
  background-color: var(--button-bg);
  box-shadow: var(--button-box-shadow-x) var(--button-box-shadow-y) var(--button-box-shadow-blur) var(--button-box-shadow-spread) var(--button-box-shadow-color);
  text-shadow: var(--button-text-shadow-x) var(--button-text-shadow-y) var(--button-text-shadow-blur) var(--button-text-shadow-color);
  color: var(--button-text);
  text-align: center;
  transition: all var(--global-transition-duration) var(--global-transition-timing-function);
  will-change: transform, color, background-color, border-top-color, border-bottom-color, border-left-color, border-right-color, padding, opacity;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  grid-column-start: 2;
  grid-column-end: auto;
  grid-row-start: 1;
  grid-row-end: auto;
  margin: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_button:visited {
  color: var(--button-text);
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_button:hover, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_button:focus, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_button:active {
  font-family: var(--button-font-family-hover);
  font-weight: var(--button-font-weight-hover);
  font-style: var(--button-font-style-hover);
  font-size: var(--button-font-size-hover);
  line-height: var(--button-line-height-hover);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: var(--button-border-top-left-radius-hover);
  border-top-right-radius: var(--button-border-top-right-radius-hover);
  border-bottom-left-radius: var(--button-border-bottom-left-radius-hover);
  border-bottom-right-radius: var(--button-border-bottom-right-radius-hover);
  border-top-width: var(--button-border-top-width-hover);
  border-bottom-width: var(--button-border-bottom-width-hover);
  border-left-width: var(--button-border-left-width-hover);
  border-right-width: var(--button-border-right-width-hover);
  border-top-style: var(--button-border-top-style-hover);
  border-bottom-style: var(--button-border-bottom-style-hover);
  border-left-style: var(--button-border-left-style-hover);
  border-right-style: var(--button-border-right-style-hover);
  background-color: var(--button-bg-hover);
  border-top-color: var(--button-border-top-hover);
  border-bottom-color: var(--button-border-bottom-hover);
  border-left-color: var(--button-border-left-hover);
  border-right-color: var(--button-border-right-hover);
  color: var(--button-text-hover);
  cursor: pointer;
  text-decoration: none;
  box-shadow: var(--button-box-shadow-hover-x) var(--button-box-shadow-hover-y) var(--button-box-shadow-hover-blur) var(--button-box-shadow-hover-spread) var(--button-box-shadow-hover-color);
  text-shadow: var(--button-text-shadow-hover-x) var(--button-text-shadow-hover-y) var(--button-text-shadow-hover-blur) var(--button-text-shadow-hover-color);
  padding: var(--button-vertical-padding-hover) var(--button-horizontal-padding-hover);
}
@media (max-width: 61.98em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_button {
    font-size: 0.875rem;
  }
}
@media (max-width: 61.98em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_button:hover, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_button:focus {
    font-size: 0.875rem;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_19 .gfield_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_19 .gfield_radio:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  content: "";
  display: block;
}
@media (min-width: 24.375em) and (max-width: 47.98em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_19 .gfield_radio:after {
    -webkit-box-flex: 0 1 calc((100% - 10px) / 2);
    -webkit-flex: 0 1 calc((100% - 10px) / 2);
    -moz-box-flex: 0 1 calc((100% - 10px) / 2);
    -moz-flex: 0 1 calc((100% - 10px) / 2);
    -ms-flex: 0 1 calc((100% - 10px) / 2);
    flex: 0 1 calc((100% - 10px) / 2);
  }
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_19 .gfield_radio:after {
    -webkit-box-flex: 0 1 calc((100% - 20px) / 3);
    -webkit-flex: 0 1 calc((100% - 20px) / 3);
    -moz-box-flex: 0 1 calc((100% - 20px) / 3);
    -moz-flex: 0 1 calc((100% - 20px) / 3);
    -ms-flex: 0 1 calc((100% - 20px) / 3);
    flex: 0 1 calc((100% - 20px) / 3);
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_19 .gchoice {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: relative;
  margin-bottom: 0.625rem;
}
@media (min-width: 24.375em) and (max-width: 47.98em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_19 .gchoice {
    -webkit-box-flex: 0 1 calc((100% - 10px) / 2);
    -webkit-flex: 0 1 calc((100% - 10px) / 2);
    -moz-box-flex: 0 1 calc((100% - 10px) / 2);
    -moz-flex: 0 1 calc((100% - 10px) / 2);
    -ms-flex: 0 1 calc((100% - 10px) / 2);
    flex: 0 1 calc((100% - 10px) / 2);
  }
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_19 .gchoice {
    -webkit-box-flex: 0 1 calc((100% - 20px) / 3);
    -webkit-flex: 0 1 calc((100% - 20px) / 3);
    -moz-box-flex: 0 1 calc((100% - 20px) / 3);
    -moz-flex: 0 1 calc((100% - 20px) / 3);
    -ms-flex: 0 1 calc((100% - 20px) / 3);
    flex: 0 1 calc((100% - 20px) / 3);
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_19 .gchoice input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_19 .gchoice input:checked + label {
  background-color: var(--gray-ultralight);
  color: var(--black);
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_19 .gchoice label {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.5rem;
  background-color: var(--gray-dark);
  color: var(--white);
  padding: 1rem;
  text-align: center;
  max-width: none;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_19 .gchoice label:hover {
  cursor: pointer;
  background-color: var(--gray-ultralight);
  color: var(--black);
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_30 .ginput_container {
  margin-bottom: 1rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_30 .ginput_amount {
  background-color: var(--gray-ultralight);
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_25 {
  margin-top: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_25 .gfield_label {
  margin: 0;
  vertical-align: bottom;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_25 .gfield_label:after {
  content: ":";
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_25 .ginput_container {
  display: inline;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_25 .ginput_total {
  padding: 0;
  border: none;
  vertical-align: bottom;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_5 {
  margin-bottom: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_5 .ginput_container_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_5 .name_first {
  -webkit-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 0.625rem;
  display: block;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_5 .name_first {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_5 .name_last {
  -webkit-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: block;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_5 .name_last {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_39 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_39 {
    display: inline-block;
    width: calc((100% - 10px) / 2);
    margin-right: 0.625rem;
    vertical-align: top;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_6 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_6 {
    display: inline-block;
    width: calc((100% - 10px) / 2);
    vertical-align: top;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_7 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_7 .ginput_container_address {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 0.625rem;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_7 .address_line_1 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_7 .address_line_1 {
    grid-column-start: 1;
    grid-column-end: span 6;
    grid-row-start: 1;
    grid-row-end: auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_7 .address_line_2 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_7 .address_line_2 {
    grid-column-start: 1;
    grid-column-end: span 6;
    grid-row-start: 2;
    grid-row-end: auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_7 .address_city {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_7 .address_city {
    margin-bottom: 0;
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 3;
    grid-row-end: auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_7 .address_state {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_7 .address_state {
    margin-bottom: 0;
    grid-column-start: 3;
    grid-column-end: span 2;
    grid-row-start: 3;
    grid-row-end: auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_7 .address_state select {
  height: 100%;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_7 .address_zip {
    grid-column-start: 5;
    grid-column-end: span 2;
    grid-row-start: 3;
    grid-row-end: auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_29 {
  margin-bottom: 0.625rem !important;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_29 p {
  font-size: 0.875rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_29 p:last-child {
  margin-bottom: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_32 {
  margin-bottom: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_33 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_33 {
    display: inline-block;
    width: calc((100% - 10px) / 2);
    margin-right: 0.625rem;
    vertical-align: top;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_34 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_34 {
    display: inline-block;
    width: calc((100% - 10px) / 2);
    vertical-align: top;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_36 {
  margin-bottom: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_36 h1 {
  font-size: 1rem;
  margin-bottom: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_36 h2 {
  font-size: 1rem;
  margin-bottom: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_36 h3 {
  font-size: 1rem;
  margin-bottom: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_36 h4 {
  font-size: 1rem;
  margin-bottom: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_36 h5 {
  font-size: 1rem;
  margin-bottom: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_36 h6 {
  font-size: 1rem;
  margin-bottom: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_37 {
  margin-bottom: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_37 .ginput_container_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_37 .name_first {
  -webkit-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 0.625rem;
  display: block;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_37 .name_first {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_37 .name_last {
  -webkit-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: block;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_37 .name_last {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_8 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_8 {
    display: inline-block;
    width: calc((100% - 10px) / 2);
    margin-right: 0.625rem;
    vertical-align: top;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_38 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_38 {
    display: inline-block;
    width: calc((100% - 10px) / 2);
    vertical-align: top;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_41 {
  margin-bottom: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_41 .ginput_container_address {
  margin-top: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_41 .ginput_container_address {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 0.625rem;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_41 .address_line_1 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_41 .address_line_1 {
    grid-column-start: 1;
    grid-column-end: span 6;
    grid-row-start: 1;
    grid-row-end: auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_41 .address_line_2 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_41 .address_line_2 {
    grid-column-start: 1;
    grid-column-end: span 6;
    grid-row-start: 2;
    grid-row-end: auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_41 .address_city {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_41 .address_city {
    margin-bottom: 0;
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 3;
    grid-row-end: auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_41 .address_state {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_41 .address_state {
    margin-bottom: 0;
    grid-column-start: 3;
    grid-column-end: span 2;
    grid-row-start: 3;
    grid-row-end: auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_41 .address_state select {
  height: 100%;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_41 .address_zip {
    grid-column-start: 5;
    grid-column-end: span 2;
    grid-row-start: 3;
    grid-row-end: auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_42 {
  margin-bottom: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_43 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_43 {
    display: inline-block;
    width: calc((100% - 10px) / 2);
    margin-right: 0.625rem;
    vertical-align: top;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_44 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_44 {
    display: inline-block;
    width: calc((100% - 10px) / 2);
    vertical-align: top;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_26 {
  margin-top: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_26 .gfield_label {
  margin: 0;
  vertical-align: bottom;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_26 .gfield_label:after {
  content: ":";
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_26 .ginput_container {
  display: inline;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_26 .ginput_total {
  padding: 0;
  border: none;
  vertical-align: bottom;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_31 {
  margin-bottom: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_31 #input_6_31_1_container {
  margin-bottom: 0.625rem;
  position: relative;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_31 #input_6_31_1_container .gform_card_icon_container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_31 #input_6_31_1_container .gform_card_icon_container {
    margin: 0;
    position: absolute;
    top: 0.5rem;
    right: 0;
  }
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_31 #input_6_31_1_container input {
    padding-right: 12.5rem;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_31 #input_6_31_2_container {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_31 #input_6_31_2_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_31 #input_6_31_2_container .ginput_cardinfo_left {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_31 #input_6_31_2_container .ginput_cardinfo_left {
    -webkit-box-flex: 1 1 calc(75% - 5px);
    -webkit-flex: 1 1 calc(75% - 5px);
    -moz-box-flex: 1 1 calc(75% - 5px);
    -moz-flex: 1 1 calc(75% - 5px);
    -ms-flex: 1 1 calc(75% - 5px);
    flex: 1 1 calc(75% - 5px);
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_31 #input_6_31_2_container .ginput_card_expiration_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_31 #input_6_31_2_container .ginput_card_expiration_month_container {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_31 #input_6_31_2_container .ginput_card_expiration_month_container {
    -webkit-box-flex: 1 1 calc((100% - 10px) / 2);
    -webkit-flex: 1 1 calc((100% - 10px) / 2);
    -moz-box-flex: 1 1 calc((100% - 10px) / 2);
    -moz-flex: 1 1 calc((100% - 10px) / 2);
    -ms-flex: 1 1 calc((100% - 10px) / 2);
    flex: 1 1 calc((100% - 10px) / 2);
    margin-bottom: 0;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_31 #input_6_31_2_container .ginput_card_expiration_month {
  margin: 0;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_31 #input_6_31_2_container .ginput_card_expiration_year_container {
    -webkit-box-flex: 1 1 calc((100% - 10px) / 2);
    -webkit-flex: 1 1 calc((100% - 10px) / 2);
    -moz-box-flex: 1 1 calc((100% - 10px) / 2);
    -moz-flex: 1 1 calc((100% - 10px) / 2);
    -ms-flex: 1 1 calc((100% - 10px) / 2);
    flex: 1 1 calc((100% - 10px) / 2);
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_31 #input_6_31_2_container .ginput_cardinfo_right {
  position: relative;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_31 #input_6_31_2_container .ginput_cardinfo_right {
    -webkit-box-flex: 1 1 calc(25% - 5px);
    -webkit-flex: 1 1 calc(25% - 5px);
    -moz-box-flex: 1 1 calc(25% - 5px);
    -moz-flex: 1 1 calc(25% - 5px);
    -ms-flex: 1 1 calc(25% - 5px);
    flex: 1 1 calc(25% - 5px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_31 #input_6_31_2_container .ginput_card_security_code {
  max-width: none;
  width: 100%;
  padding-right: 2.875rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_31 #input_6_31_2_container .ginput_card_security_code {
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_31 #input_6_31_2_container .ginput_card_security_code_icon {
  position: absolute;
  top: 0.5rem;
  right: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_27 {
  margin-top: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_27 .gfield_label {
  margin: 0;
  vertical-align: bottom;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_27 .gfield_label:after {
  content: ":";
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_27 .ginput_container {
  display: inline;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_27 .ginput_total {
  padding: 0;
  border: none;
  vertical-align: bottom;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_6_35 {
  margin-bottom: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_previous_button {
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  font-style: var(--button-font-style);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: var(--button-border-top-left-radius);
  border-top-right-radius: var(--button-border-top-right-radius);
  border-bottom-left-radius: var(--button-border-bottom-left-radius);
  border-bottom-right-radius: var(--button-border-bottom-right-radius);
  border-top-width: var(--button-border-top-width);
  border-bottom-width: var(--button-border-bottom-width);
  border-left-width: var(--button-border-left-width);
  border-right-width: var(--button-border-right-width);
  border-top-style: var(--button-border-top-style);
  border-bottom-style: var(--button-border-bottom-style);
  border-left-style: var(--button-border-left-style);
  border-right-style: var(--button-border-right-style);
  border-top-color: var(--button-border-top);
  border-bottom-color: var(--button-border-bottom);
  border-left-color: var(--button-border-left);
  border-right-color: var(--button-border-right);
  padding: var(--button-vertical-padding) var(--button-horizontal-padding);
  background-color: var(--button-bg);
  box-shadow: var(--button-box-shadow-x) var(--button-box-shadow-y) var(--button-box-shadow-blur) var(--button-box-shadow-spread) var(--button-box-shadow-color);
  text-shadow: var(--button-text-shadow-x) var(--button-text-shadow-y) var(--button-text-shadow-blur) var(--button-text-shadow-color);
  color: var(--button-text);
  text-align: center;
  transition: all var(--global-transition-duration) var(--global-transition-timing-function);
  will-change: transform, color, background-color, border-top-color, border-bottom-color, border-left-color, border-right-color, padding, opacity;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  grid-column-start: 1;
  grid-column-end: auto;
  grid-row-start: 1;
  grid-row-end: auto;
  margin: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_previous_button:visited {
  color: var(--button-text);
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_previous_button:hover, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_previous_button:focus, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_previous_button:active {
  font-family: var(--button-font-family-hover);
  font-weight: var(--button-font-weight-hover);
  font-style: var(--button-font-style-hover);
  font-size: var(--button-font-size-hover);
  line-height: var(--button-line-height-hover);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: var(--button-border-top-left-radius-hover);
  border-top-right-radius: var(--button-border-top-right-radius-hover);
  border-bottom-left-radius: var(--button-border-bottom-left-radius-hover);
  border-bottom-right-radius: var(--button-border-bottom-right-radius-hover);
  border-top-width: var(--button-border-top-width-hover);
  border-bottom-width: var(--button-border-bottom-width-hover);
  border-left-width: var(--button-border-left-width-hover);
  border-right-width: var(--button-border-right-width-hover);
  border-top-style: var(--button-border-top-style-hover);
  border-bottom-style: var(--button-border-bottom-style-hover);
  border-left-style: var(--button-border-left-style-hover);
  border-right-style: var(--button-border-right-style-hover);
  background-color: var(--button-bg-hover);
  border-top-color: var(--button-border-top-hover);
  border-bottom-color: var(--button-border-bottom-hover);
  border-left-color: var(--button-border-left-hover);
  border-right-color: var(--button-border-right-hover);
  color: var(--button-text-hover);
  cursor: pointer;
  text-decoration: none;
  box-shadow: var(--button-box-shadow-hover-x) var(--button-box-shadow-hover-y) var(--button-box-shadow-hover-blur) var(--button-box-shadow-hover-spread) var(--button-box-shadow-hover-color);
  text-shadow: var(--button-text-shadow-hover-x) var(--button-text-shadow-hover-y) var(--button-text-shadow-hover-blur) var(--button-text-shadow-hover-color);
  padding: var(--button-vertical-padding-hover) var(--button-horizontal-padding-hover);
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_next_button {
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  font-style: var(--button-font-style);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: var(--button-border-top-left-radius);
  border-top-right-radius: var(--button-border-top-right-radius);
  border-bottom-left-radius: var(--button-border-bottom-left-radius);
  border-bottom-right-radius: var(--button-border-bottom-right-radius);
  border-top-width: var(--button-border-top-width);
  border-bottom-width: var(--button-border-bottom-width);
  border-left-width: var(--button-border-left-width);
  border-right-width: var(--button-border-right-width);
  border-top-style: var(--button-border-top-style);
  border-bottom-style: var(--button-border-bottom-style);
  border-left-style: var(--button-border-left-style);
  border-right-style: var(--button-border-right-style);
  border-top-color: var(--button-border-top);
  border-bottom-color: var(--button-border-bottom);
  border-left-color: var(--button-border-left);
  border-right-color: var(--button-border-right);
  padding: var(--button-vertical-padding) var(--button-horizontal-padding);
  background-color: var(--button-bg);
  box-shadow: var(--button-box-shadow-x) var(--button-box-shadow-y) var(--button-box-shadow-blur) var(--button-box-shadow-spread) var(--button-box-shadow-color);
  text-shadow: var(--button-text-shadow-x) var(--button-text-shadow-y) var(--button-text-shadow-blur) var(--button-text-shadow-color);
  color: var(--button-text);
  text-align: center;
  transition: all var(--global-transition-duration) var(--global-transition-timing-function);
  will-change: transform, color, background-color, border-top-color, border-bottom-color, border-left-color, border-right-color, padding, opacity;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  grid-column-start: 2;
  grid-column-end: auto;
  grid-row-start: 1;
  grid-row-end: auto;
  margin: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_next_button:visited {
  color: var(--button-text);
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_next_button:hover, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_next_button:focus, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_next_button:active {
  font-family: var(--button-font-family-hover);
  font-weight: var(--button-font-weight-hover);
  font-style: var(--button-font-style-hover);
  font-size: var(--button-font-size-hover);
  line-height: var(--button-line-height-hover);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: var(--button-border-top-left-radius-hover);
  border-top-right-radius: var(--button-border-top-right-radius-hover);
  border-bottom-left-radius: var(--button-border-bottom-left-radius-hover);
  border-bottom-right-radius: var(--button-border-bottom-right-radius-hover);
  border-top-width: var(--button-border-top-width-hover);
  border-bottom-width: var(--button-border-bottom-width-hover);
  border-left-width: var(--button-border-left-width-hover);
  border-right-width: var(--button-border-right-width-hover);
  border-top-style: var(--button-border-top-style-hover);
  border-bottom-style: var(--button-border-bottom-style-hover);
  border-left-style: var(--button-border-left-style-hover);
  border-right-style: var(--button-border-right-style-hover);
  background-color: var(--button-bg-hover);
  border-top-color: var(--button-border-top-hover);
  border-bottom-color: var(--button-border-bottom-hover);
  border-left-color: var(--button-border-left-hover);
  border-right-color: var(--button-border-right-hover);
  color: var(--button-text-hover);
  cursor: pointer;
  text-decoration: none;
  box-shadow: var(--button-box-shadow-hover-x) var(--button-box-shadow-hover-y) var(--button-box-shadow-hover-blur) var(--button-box-shadow-hover-spread) var(--button-box-shadow-hover-color);
  text-shadow: var(--button-text-shadow-hover-x) var(--button-text-shadow-hover-y) var(--button-text-shadow-hover-blur) var(--button-text-shadow-hover-color);
  padding: var(--button-vertical-padding-hover) var(--button-horizontal-padding-hover);
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_button {
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  font-style: var(--button-font-style);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: var(--button-border-top-left-radius);
  border-top-right-radius: var(--button-border-top-right-radius);
  border-bottom-left-radius: var(--button-border-bottom-left-radius);
  border-bottom-right-radius: var(--button-border-bottom-right-radius);
  border-top-width: var(--button-border-top-width);
  border-bottom-width: var(--button-border-bottom-width);
  border-left-width: var(--button-border-left-width);
  border-right-width: var(--button-border-right-width);
  border-top-style: var(--button-border-top-style);
  border-bottom-style: var(--button-border-bottom-style);
  border-left-style: var(--button-border-left-style);
  border-right-style: var(--button-border-right-style);
  border-top-color: var(--button-border-top);
  border-bottom-color: var(--button-border-bottom);
  border-left-color: var(--button-border-left);
  border-right-color: var(--button-border-right);
  padding: var(--button-vertical-padding) var(--button-horizontal-padding);
  background-color: var(--button-bg);
  box-shadow: var(--button-box-shadow-x) var(--button-box-shadow-y) var(--button-box-shadow-blur) var(--button-box-shadow-spread) var(--button-box-shadow-color);
  text-shadow: var(--button-text-shadow-x) var(--button-text-shadow-y) var(--button-text-shadow-blur) var(--button-text-shadow-color);
  color: var(--button-text);
  text-align: center;
  transition: all var(--global-transition-duration) var(--global-transition-timing-function);
  will-change: transform, color, background-color, border-top-color, border-bottom-color, border-left-color, border-right-color, padding, opacity;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  grid-column-start: 2;
  grid-column-end: auto;
  grid-row-start: 1;
  grid-row-end: auto;
  margin: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_button:visited {
  color: var(--button-text);
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_button:hover, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_button:focus, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_button:active {
  font-family: var(--button-font-family-hover);
  font-weight: var(--button-font-weight-hover);
  font-style: var(--button-font-style-hover);
  font-size: var(--button-font-size-hover);
  line-height: var(--button-line-height-hover);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: var(--button-border-top-left-radius-hover);
  border-top-right-radius: var(--button-border-top-right-radius-hover);
  border-bottom-left-radius: var(--button-border-bottom-left-radius-hover);
  border-bottom-right-radius: var(--button-border-bottom-right-radius-hover);
  border-top-width: var(--button-border-top-width-hover);
  border-bottom-width: var(--button-border-bottom-width-hover);
  border-left-width: var(--button-border-left-width-hover);
  border-right-width: var(--button-border-right-width-hover);
  border-top-style: var(--button-border-top-style-hover);
  border-bottom-style: var(--button-border-bottom-style-hover);
  border-left-style: var(--button-border-left-style-hover);
  border-right-style: var(--button-border-right-style-hover);
  background-color: var(--button-bg-hover);
  border-top-color: var(--button-border-top-hover);
  border-bottom-color: var(--button-border-bottom-hover);
  border-left-color: var(--button-border-left-hover);
  border-right-color: var(--button-border-right-hover);
  color: var(--button-text-hover);
  cursor: pointer;
  text-decoration: none;
  box-shadow: var(--button-box-shadow-hover-x) var(--button-box-shadow-hover-y) var(--button-box-shadow-hover-blur) var(--button-box-shadow-hover-spread) var(--button-box-shadow-hover-color);
  text-shadow: var(--button-text-shadow-hover-x) var(--button-text-shadow-hover-y) var(--button-text-shadow-hover-blur) var(--button-text-shadow-hover-color);
  padding: var(--button-vertical-padding-hover) var(--button-horizontal-padding-hover);
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_19 .gfield_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_19 .gfield_radio:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  content: "";
  display: block;
}
@media (min-width: 24.375em) and (max-width: 47.98em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_19 .gfield_radio:after {
    -webkit-box-flex: 0 1 calc((100% - 10px) / 2);
    -webkit-flex: 0 1 calc((100% - 10px) / 2);
    -moz-box-flex: 0 1 calc((100% - 10px) / 2);
    -moz-flex: 0 1 calc((100% - 10px) / 2);
    -ms-flex: 0 1 calc((100% - 10px) / 2);
    flex: 0 1 calc((100% - 10px) / 2);
  }
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_19 .gfield_radio:after {
    -webkit-box-flex: 0 1 calc((100% - 20px) / 3);
    -webkit-flex: 0 1 calc((100% - 20px) / 3);
    -moz-box-flex: 0 1 calc((100% - 20px) / 3);
    -moz-flex: 0 1 calc((100% - 20px) / 3);
    -ms-flex: 0 1 calc((100% - 20px) / 3);
    flex: 0 1 calc((100% - 20px) / 3);
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_19 .gchoice {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: relative;
  margin-bottom: 0.625rem;
}
@media (min-width: 24.375em) and (max-width: 47.98em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_19 .gchoice {
    -webkit-box-flex: 0 1 calc((100% - 10px) / 2);
    -webkit-flex: 0 1 calc((100% - 10px) / 2);
    -moz-box-flex: 0 1 calc((100% - 10px) / 2);
    -moz-flex: 0 1 calc((100% - 10px) / 2);
    -ms-flex: 0 1 calc((100% - 10px) / 2);
    flex: 0 1 calc((100% - 10px) / 2);
  }
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_19 .gchoice {
    -webkit-box-flex: 0 1 calc((100% - 20px) / 3);
    -webkit-flex: 0 1 calc((100% - 20px) / 3);
    -moz-box-flex: 0 1 calc((100% - 20px) / 3);
    -moz-flex: 0 1 calc((100% - 20px) / 3);
    -ms-flex: 0 1 calc((100% - 20px) / 3);
    flex: 0 1 calc((100% - 20px) / 3);
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_19 .gchoice input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_19 .gchoice input:checked + label {
  background-color: var(--gray-ultralight);
  color: var(--black);
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_19 .gchoice label {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.5rem;
  background-color: var(--gray-dark);
  color: var(--white);
  padding: 1rem;
  text-align: center;
  max-width: none;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_19 .gchoice label:hover {
  cursor: pointer;
  background-color: var(--gray-ultralight);
  color: var(--black);
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_30 .ginput_container {
  margin-bottom: 1rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_30 .ginput_amount,
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_30 input[type=tel] {
  background-color: var(--gray-ultralight);
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_25 {
  margin-top: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_25 .gfield_label {
  margin: 0;
  vertical-align: bottom;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_25 .gfield_label:after {
  content: ":";
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_25 .ginput_container {
  display: inline;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_25 .ginput_total {
  padding: 0;
  border: none;
  vertical-align: bottom;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_5 {
  margin-bottom: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_5 .ginput_container_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_5 .name_first {
  -webkit-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 0.625rem;
  display: block;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_5 .name_first {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_5 .name_last {
  -webkit-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: block;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_5 .name_last {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_6 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_6 {
    display: inline-block;
    width: calc((100% - 10px) / 2);
    margin-right: 0.625rem;
    vertical-align: top;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_8 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_8 {
    display: inline-block;
    width: calc((100% - 10px) / 2);
    vertical-align: top;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_7 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_7 .ginput_container_address {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 0.625rem;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_7 .address_line_1 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_7 .address_line_1 {
    grid-column-start: 1;
    grid-column-end: span 6;
    grid-row-start: 1;
    grid-row-end: auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_7 .address_line_2 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_7 .address_line_2 {
    grid-column-start: 1;
    grid-column-end: span 6;
    grid-row-start: 2;
    grid-row-end: auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_7 .address_city {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_7 .address_city {
    margin-bottom: 0;
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 3;
    grid-row-end: auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_7 .address_state {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_7 .address_state {
    margin-bottom: 0;
    grid-column-start: 3;
    grid-column-end: span 2;
    grid-row-start: 3;
    grid-row-end: auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_7 .address_state select {
  height: 100%;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_7 .address_zip {
    grid-column-start: 5;
    grid-column-end: span 2;
    grid-row-start: 3;
    grid-row-end: auto;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_29 {
  margin-bottom: 0.625rem !important;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_29 p {
  font-size: 0.875rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_29 p:last-child {
  margin-bottom: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_32 {
  margin-bottom: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_33 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_33 {
    display: inline-block;
    width: calc((100% - 10px) / 2);
    margin-right: 0.625rem;
    vertical-align: top;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_34 {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_34 {
    display: inline-block;
    width: calc((100% - 10px) / 2);
    vertical-align: top;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_26 {
  margin-top: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_26 .gfield_label {
  margin: 0;
  vertical-align: bottom;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_26 .gfield_label:after {
  content: ":";
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_26 .ginput_container {
  display: inline;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_26 .ginput_total {
  padding: 0;
  border: none;
  vertical-align: bottom;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_31 {
  margin-bottom: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_31 #input_5_31_1_container {
  margin-bottom: 0.625rem;
  position: relative;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_31 #input_5_31_1_container .gform_card_icon_container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_31 #input_5_31_1_container .gform_card_icon_container {
    margin: 0;
    position: absolute;
    top: 0.5rem;
    right: 0;
  }
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_31 #input_5_31_1_container input {
    padding-right: 12.5rem;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_31 #input_5_31_2_container {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_31 #input_5_31_2_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_31 #input_5_31_2_container .ginput_cardinfo_left {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_31 #input_5_31_2_container .ginput_cardinfo_left {
    -webkit-box-flex: 1 1 calc(75% - 5px);
    -webkit-flex: 1 1 calc(75% - 5px);
    -moz-box-flex: 1 1 calc(75% - 5px);
    -moz-flex: 1 1 calc(75% - 5px);
    -ms-flex: 1 1 calc(75% - 5px);
    flex: 1 1 calc(75% - 5px);
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_31 #input_5_31_2_container .ginput_card_expiration_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_31 #input_5_31_2_container .ginput_card_expiration_month_container {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_31 #input_5_31_2_container .ginput_card_expiration_month_container {
    -webkit-box-flex: 1 1 calc((100% - 10px) / 2);
    -webkit-flex: 1 1 calc((100% - 10px) / 2);
    -moz-box-flex: 1 1 calc((100% - 10px) / 2);
    -moz-flex: 1 1 calc((100% - 10px) / 2);
    -ms-flex: 1 1 calc((100% - 10px) / 2);
    flex: 1 1 calc((100% - 10px) / 2);
    margin-bottom: 0;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_31 #input_5_31_2_container .ginput_card_expiration_month {
  margin: 0;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_31 #input_5_31_2_container .ginput_card_expiration_year_container {
    -webkit-box-flex: 1 1 calc((100% - 10px) / 2);
    -webkit-flex: 1 1 calc((100% - 10px) / 2);
    -moz-box-flex: 1 1 calc((100% - 10px) / 2);
    -moz-flex: 1 1 calc((100% - 10px) / 2);
    -ms-flex: 1 1 calc((100% - 10px) / 2);
    flex: 1 1 calc((100% - 10px) / 2);
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_31 #input_5_31_2_container .ginput_cardinfo_right {
  position: relative;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_31 #input_5_31_2_container .ginput_cardinfo_right {
    -webkit-box-flex: 1 1 calc(25% - 5px);
    -webkit-flex: 1 1 calc(25% - 5px);
    -moz-box-flex: 1 1 calc(25% - 5px);
    -moz-flex: 1 1 calc(25% - 5px);
    -ms-flex: 1 1 calc(25% - 5px);
    flex: 1 1 calc(25% - 5px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_31 #input_5_31_2_container .ginput_card_security_code {
  max-width: none;
  width: 100%;
  padding-right: 2.875rem;
}
@media (min-width: 48em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_31 #input_5_31_2_container .ginput_card_security_code {
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_31 #input_5_31_2_container .ginput_card_security_code_icon {
  position: absolute;
  top: 0.5rem;
  right: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_27 {
  margin-top: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_27 .gfield_label {
  margin: 0;
  vertical-align: bottom;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_27 .gfield_label:after {
  content: ":";
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_27 .ginput_container {
  display: inline;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_27 .ginput_total {
  padding: 0;
  border: none;
  vertical-align: bottom;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form #field_5_35 {
  margin-bottom: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 0.625rem;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_previous_button {
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  font-style: var(--button-font-style);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: var(--button-border-top-left-radius);
  border-top-right-radius: var(--button-border-top-right-radius);
  border-bottom-left-radius: var(--button-border-bottom-left-radius);
  border-bottom-right-radius: var(--button-border-bottom-right-radius);
  border-top-width: var(--button-border-top-width);
  border-bottom-width: var(--button-border-bottom-width);
  border-left-width: var(--button-border-left-width);
  border-right-width: var(--button-border-right-width);
  border-top-style: var(--button-border-top-style);
  border-bottom-style: var(--button-border-bottom-style);
  border-left-style: var(--button-border-left-style);
  border-right-style: var(--button-border-right-style);
  border-top-color: var(--button-border-top);
  border-bottom-color: var(--button-border-bottom);
  border-left-color: var(--button-border-left);
  border-right-color: var(--button-border-right);
  padding: var(--button-vertical-padding) var(--button-horizontal-padding);
  background-color: var(--button-bg);
  box-shadow: var(--button-box-shadow-x) var(--button-box-shadow-y) var(--button-box-shadow-blur) var(--button-box-shadow-spread) var(--button-box-shadow-color);
  text-shadow: var(--button-text-shadow-x) var(--button-text-shadow-y) var(--button-text-shadow-blur) var(--button-text-shadow-color);
  color: var(--button-text);
  text-align: center;
  transition: all var(--global-transition-duration) var(--global-transition-timing-function);
  will-change: transform, color, background-color, border-top-color, border-bottom-color, border-left-color, border-right-color, padding, opacity;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  grid-column-start: 1;
  grid-column-end: auto;
  grid-row-start: 1;
  grid-row-end: auto;
  margin: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_previous_button:visited {
  color: var(--button-text);
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_previous_button:hover, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_previous_button:focus, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_previous_button:active {
  font-family: var(--button-font-family-hover);
  font-weight: var(--button-font-weight-hover);
  font-style: var(--button-font-style-hover);
  font-size: var(--button-font-size-hover);
  line-height: var(--button-line-height-hover);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: var(--button-border-top-left-radius-hover);
  border-top-right-radius: var(--button-border-top-right-radius-hover);
  border-bottom-left-radius: var(--button-border-bottom-left-radius-hover);
  border-bottom-right-radius: var(--button-border-bottom-right-radius-hover);
  border-top-width: var(--button-border-top-width-hover);
  border-bottom-width: var(--button-border-bottom-width-hover);
  border-left-width: var(--button-border-left-width-hover);
  border-right-width: var(--button-border-right-width-hover);
  border-top-style: var(--button-border-top-style-hover);
  border-bottom-style: var(--button-border-bottom-style-hover);
  border-left-style: var(--button-border-left-style-hover);
  border-right-style: var(--button-border-right-style-hover);
  background-color: var(--button-bg-hover);
  border-top-color: var(--button-border-top-hover);
  border-bottom-color: var(--button-border-bottom-hover);
  border-left-color: var(--button-border-left-hover);
  border-right-color: var(--button-border-right-hover);
  color: var(--button-text-hover);
  cursor: pointer;
  text-decoration: none;
  box-shadow: var(--button-box-shadow-hover-x) var(--button-box-shadow-hover-y) var(--button-box-shadow-hover-blur) var(--button-box-shadow-hover-spread) var(--button-box-shadow-hover-color);
  text-shadow: var(--button-text-shadow-hover-x) var(--button-text-shadow-hover-y) var(--button-text-shadow-hover-blur) var(--button-text-shadow-hover-color);
  padding: var(--button-vertical-padding-hover) var(--button-horizontal-padding-hover);
}
@media (max-width: 61.98em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_previous_button {
    font-size: 0.875rem;
  }
}
@media (max-width: 61.98em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_previous_button:hover, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_previous_button:focus {
    font-size: 0.875rem;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_next_button {
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  font-style: var(--button-font-style);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: var(--button-border-top-left-radius);
  border-top-right-radius: var(--button-border-top-right-radius);
  border-bottom-left-radius: var(--button-border-bottom-left-radius);
  border-bottom-right-radius: var(--button-border-bottom-right-radius);
  border-top-width: var(--button-border-top-width);
  border-bottom-width: var(--button-border-bottom-width);
  border-left-width: var(--button-border-left-width);
  border-right-width: var(--button-border-right-width);
  border-top-style: var(--button-border-top-style);
  border-bottom-style: var(--button-border-bottom-style);
  border-left-style: var(--button-border-left-style);
  border-right-style: var(--button-border-right-style);
  border-top-color: var(--button-border-top);
  border-bottom-color: var(--button-border-bottom);
  border-left-color: var(--button-border-left);
  border-right-color: var(--button-border-right);
  padding: var(--button-vertical-padding) var(--button-horizontal-padding);
  background-color: var(--button-bg);
  box-shadow: var(--button-box-shadow-x) var(--button-box-shadow-y) var(--button-box-shadow-blur) var(--button-box-shadow-spread) var(--button-box-shadow-color);
  text-shadow: var(--button-text-shadow-x) var(--button-text-shadow-y) var(--button-text-shadow-blur) var(--button-text-shadow-color);
  color: var(--button-text);
  text-align: center;
  transition: all var(--global-transition-duration) var(--global-transition-timing-function);
  will-change: transform, color, background-color, border-top-color, border-bottom-color, border-left-color, border-right-color, padding, opacity;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  grid-column-start: 2;
  grid-column-end: auto;
  grid-row-start: 1;
  grid-row-end: auto;
  margin: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_next_button:visited {
  color: var(--button-text);
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_next_button:hover, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_next_button:focus, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_next_button:active {
  font-family: var(--button-font-family-hover);
  font-weight: var(--button-font-weight-hover);
  font-style: var(--button-font-style-hover);
  font-size: var(--button-font-size-hover);
  line-height: var(--button-line-height-hover);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: var(--button-border-top-left-radius-hover);
  border-top-right-radius: var(--button-border-top-right-radius-hover);
  border-bottom-left-radius: var(--button-border-bottom-left-radius-hover);
  border-bottom-right-radius: var(--button-border-bottom-right-radius-hover);
  border-top-width: var(--button-border-top-width-hover);
  border-bottom-width: var(--button-border-bottom-width-hover);
  border-left-width: var(--button-border-left-width-hover);
  border-right-width: var(--button-border-right-width-hover);
  border-top-style: var(--button-border-top-style-hover);
  border-bottom-style: var(--button-border-bottom-style-hover);
  border-left-style: var(--button-border-left-style-hover);
  border-right-style: var(--button-border-right-style-hover);
  background-color: var(--button-bg-hover);
  border-top-color: var(--button-border-top-hover);
  border-bottom-color: var(--button-border-bottom-hover);
  border-left-color: var(--button-border-left-hover);
  border-right-color: var(--button-border-right-hover);
  color: var(--button-text-hover);
  cursor: pointer;
  text-decoration: none;
  box-shadow: var(--button-box-shadow-hover-x) var(--button-box-shadow-hover-y) var(--button-box-shadow-hover-blur) var(--button-box-shadow-hover-spread) var(--button-box-shadow-hover-color);
  text-shadow: var(--button-text-shadow-hover-x) var(--button-text-shadow-hover-y) var(--button-text-shadow-hover-blur) var(--button-text-shadow-hover-color);
  padding: var(--button-vertical-padding-hover) var(--button-horizontal-padding-hover);
}
@media (max-width: 61.98em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_next_button {
    font-size: 0.875rem;
  }
}
@media (max-width: 61.98em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_next_button:hover, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_next_button:focus {
    font-size: 0.875rem;
  }
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_button {
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  font-style: var(--button-font-style);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: var(--button-border-top-left-radius);
  border-top-right-radius: var(--button-border-top-right-radius);
  border-bottom-left-radius: var(--button-border-bottom-left-radius);
  border-bottom-right-radius: var(--button-border-bottom-right-radius);
  border-top-width: var(--button-border-top-width);
  border-bottom-width: var(--button-border-bottom-width);
  border-left-width: var(--button-border-left-width);
  border-right-width: var(--button-border-right-width);
  border-top-style: var(--button-border-top-style);
  border-bottom-style: var(--button-border-bottom-style);
  border-left-style: var(--button-border-left-style);
  border-right-style: var(--button-border-right-style);
  border-top-color: var(--button-border-top);
  border-bottom-color: var(--button-border-bottom);
  border-left-color: var(--button-border-left);
  border-right-color: var(--button-border-right);
  padding: var(--button-vertical-padding) var(--button-horizontal-padding);
  background-color: var(--button-bg);
  box-shadow: var(--button-box-shadow-x) var(--button-box-shadow-y) var(--button-box-shadow-blur) var(--button-box-shadow-spread) var(--button-box-shadow-color);
  text-shadow: var(--button-text-shadow-x) var(--button-text-shadow-y) var(--button-text-shadow-blur) var(--button-text-shadow-color);
  color: var(--button-text);
  text-align: center;
  transition: all var(--global-transition-duration) var(--global-transition-timing-function);
  will-change: transform, color, background-color, border-top-color, border-bottom-color, border-left-color, border-right-color, padding, opacity;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  grid-column-start: 2;
  grid-column-end: auto;
  grid-row-start: 1;
  grid-row-end: auto;
  margin: 0;
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_button:visited {
  color: var(--button-text);
}
.no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_button:hover, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_button:focus, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_button:active {
  font-family: var(--button-font-family-hover);
  font-weight: var(--button-font-weight-hover);
  font-style: var(--button-font-style-hover);
  font-size: var(--button-font-size-hover);
  line-height: var(--button-line-height-hover);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: var(--button-border-top-left-radius-hover);
  border-top-right-radius: var(--button-border-top-right-radius-hover);
  border-bottom-left-radius: var(--button-border-bottom-left-radius-hover);
  border-bottom-right-radius: var(--button-border-bottom-right-radius-hover);
  border-top-width: var(--button-border-top-width-hover);
  border-bottom-width: var(--button-border-bottom-width-hover);
  border-left-width: var(--button-border-left-width-hover);
  border-right-width: var(--button-border-right-width-hover);
  border-top-style: var(--button-border-top-style-hover);
  border-bottom-style: var(--button-border-bottom-style-hover);
  border-left-style: var(--button-border-left-style-hover);
  border-right-style: var(--button-border-right-style-hover);
  background-color: var(--button-bg-hover);
  border-top-color: var(--button-border-top-hover);
  border-bottom-color: var(--button-border-bottom-hover);
  border-left-color: var(--button-border-left-hover);
  border-right-color: var(--button-border-right-hover);
  color: var(--button-text-hover);
  cursor: pointer;
  text-decoration: none;
  box-shadow: var(--button-box-shadow-hover-x) var(--button-box-shadow-hover-y) var(--button-box-shadow-hover-blur) var(--button-box-shadow-hover-spread) var(--button-box-shadow-hover-color);
  text-shadow: var(--button-text-shadow-hover-x) var(--button-text-shadow-hover-y) var(--button-text-shadow-hover-blur) var(--button-text-shadow-hover-color);
  padding: var(--button-vertical-padding-hover) var(--button-horizontal-padding-hover);
}
@media (max-width: 61.98em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_button {
    font-size: 0.875rem;
  }
}
@media (max-width: 61.98em) {
  .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_button:hover, .no-gf-layout .donor-form_wrapper.gravity-theme .donor-form .gform_page_footer .gform_button:focus {
    font-size: 0.875rem;
  }
}
.woocommerce .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  /* styleline-disable */
  /* styleline-enable */
}
.woocommerce .col2-set .woocommerce-additional-fields {
  /* stylelint-disable */
  /* stylelint-enable */
}
.post-type-page .article-content {
  border-top: 0.125rem solid var(--white);
  position: relative;
  background-color: var(--black);
  padding-top: 5.625rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .post-type-page .article-content {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media (min-width: 87.5em) {
  .post-type-page .article-content {
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }
}
.post-type-page .article-body a {
  word-break: break-all;
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .post-type-page .article-body p {
    font-size: 1.625rem;
  }
}
@media (min-width: 87.5em) {
  .post-type-page .article-body p {
    font-size: 1.6875rem;
  }
}
.post-type-page .article-loop {
  position: relative;
  background-color: var(--black);
}
.post-type-page .article-footer {
  position: relative;
  background-color: var(--black);
}
.post-type-page .article-edit {
  margin: 0;
}
.post-type-page .pagination-wrapper {
  visibility: hidden;
  display: none;
}
.post-type-page .post-pager {
  visibility: hidden;
  display: none;
}

.post-type-post .article-content {
  border-top: 0.125rem solid var(--white);
  position: relative;
  background-color: var(--black);
  padding-top: 5.625rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .post-type-post .article-content {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media (min-width: 87.5em) {
  .post-type-post .article-content {
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }
}
.post-type-post .article-body a {
  word-break: break-all;
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .post-type-post .article-body p {
    font-size: 1.625rem;
  }
}
@media (min-width: 87.5em) {
  .post-type-post .article-body p {
    font-size: 1.6875rem;
  }
}
.post-type-post .article-footer {
  position: relative;
  background-color: var(--black);
}
.post-type-post .article-edit {
  margin: 0;
}
.post-type-post .pagination-wrapper {
  visibility: hidden;
  display: none;
}
.post-type-post .post-pager {
  visibility: hidden;
  display: none;
}

.post-type-our_work .article-content {
  border-top: 0.125rem solid var(--white);
  position: relative;
  background-color: var(--black);
  padding-top: 5.625rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .post-type-our_work .article-content {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media (min-width: 87.5em) {
  .post-type-our_work .article-content {
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .post-type-our_work .article-body p {
    font-size: 1.625rem;
  }
}
@media (min-width: 87.5em) {
  .post-type-our_work .article-body p {
    font-size: 1.6875rem;
  }
}
.post-type-our_work .article-footer {
  position: relative;
  background-color: var(--black);
}
.post-type-our_work .article-edit {
  margin: 0;
}
.post-type-our_work .pagination-wrapper {
  visibility: hidden;
  display: none;
}
.post-type-our_work .post-pager {
  visibility: hidden;
  display: none;
}

.post-type-videos .article-content {
  border-top: 0.125rem solid var(--white);
  position: relative;
  background-color: var(--black);
  padding-top: 5.625rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .post-type-videos .article-content {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media (min-width: 87.5em) {
  .post-type-videos .article-content {
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .post-type-videos .article-body p {
    font-size: 1.625rem;
  }
}
@media (min-width: 87.5em) {
  .post-type-videos .article-body p {
    font-size: 1.6875rem;
  }
}
.post-type-videos .article-footer {
  position: relative;
  background-color: var(--black);
}
.post-type-videos .article-edit {
  margin: 0;
}
.post-type-videos .pagination-wrapper {
  visibility: hidden;
  display: none;
}
.post-type-videos .post-pager {
  visibility: hidden;
  display: none;
}

html {
  overflow-x: hidden;
}
html.side-header, html.side-header--right {
  height: 100%;
}

body {
  color: var(--body-text);
  background-color: var(--body-bg);
  position: relative;
  transition: opacity var(--global-transition-duration) var(--global-transition-timing-function);
  will-change: opacity;
  height: 100%;
  max-height: 100%;
}
@media (max-width: 47.98em) {
  body {
    overflow-x: hidden;
  }
}
body:not(.wp-admin) {
  opacity: 0;
  pointer-events: none;
}
body:not(.wp-admin).page-loaded {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 62em) {
  body:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-image: url("../src/img/shine overlay.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 11;
  }
}
.side-header body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
}
@media (min-width: 62em) {
  .side-header body {
    grid-template-columns: 10rem 1fr;
    grid-template-rows: 1fr auto;
  }
}
.side-header body .site-header {
  grid-row-start: 1;
  grid-row-end: auto;
  grid-column-start: 1;
  grid-column-end: auto;
}
@media (min-width: 62em) {
  .side-header body .site-header {
    grid-row-end: span 2;
  }
}
.side-header body .content-wrapper {
  grid-row-start: 2;
  grid-row-end: auto;
  grid-column-start: 1;
  grid-column-end: auto;
}
@media (min-width: 62em) {
  .side-header body .content-wrapper {
    grid-column-start: 2;
    grid-row-start: 1;
  }
}
.side-header body .site-footer {
  grid-row-start: 3;
  grid-row-end: auto;
  grid-column-start: 1;
  grid-column-end: auto;
}
@media (min-width: 62em) {
  .side-header body .site-footer {
    grid-column-start: 2;
    grid-row-start: 2;
  }
}
.side-header--right body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
}
@media (min-width: 62em) {
  .side-header--right body {
    grid-template-columns: 1fr 10rem;
    grid-template-rows: 1fr auto;
  }
}
.side-header--right body .site-header {
  grid-row-start: 1;
  grid-row-end: auto;
  grid-column-start: 1;
  grid-column-end: auto;
}
@media (min-width: 62em) {
  .side-header--right body .site-header {
    grid-row-end: span 2;
    grid-column-start: 2;
  }
}
.side-header--right body .content-wrapper {
  grid-row-start: 2;
  grid-row-end: auto;
  grid-column-start: 1;
  grid-column-end: auto;
}
@media (min-width: 62em) {
  .side-header--right body .content-wrapper {
    grid-row-start: 1;
  }
}
.side-header--right body .site-footer {
  grid-row-start: 3;
  grid-row-end: auto;
  grid-column-start: 1;
  grid-column-end: auto;
}
@media (min-width: 62em) {
  .side-header--right body .site-footer {
    grid-row-start: 2;
  }
}

h1 {
  font-weight: 700;
  letter-spacing: -0.05rem;
}

h2 {
  font-weight: 700;
  letter-spacing: -0.05rem;
}

h3 {
  font-weight: 700;
  letter-spacing: -0.05rem;
}

h4 {
  font-weight: 700;
  letter-spacing: -0.05rem;
}

h5 {
  font-weight: 700;
  letter-spacing: -0.05rem;
}

h6 {
  font-weight: 700;
  letter-spacing: -0.05rem;
}

@media (min-width: 62em) and (max-width: 87.48em) {
  h2 {
    font-size: 3.75rem;
    line-height: 0.8;
  }
}
@media (min-width: 87.5em) {
  h2 {
    font-size: 5.625rem;
    line-height: 0.7111111111;
  }
}

.heading-col h1:after {
  font-family: acumin-pro-wide, sans-serif;
  content: ".";
  color: var(--octonary);
}
.heading-col h2:after {
  font-family: acumin-pro-wide, sans-serif;
  content: ".";
  color: var(--octonary);
}
.heading-col h3:after {
  font-family: acumin-pro-wide, sans-serif;
  content: ".";
  color: var(--octonary);
}
.heading-col h4:after {
  font-family: acumin-pro-wide, sans-serif;
  content: ".";
  color: var(--octonary);
}
.heading-col h5:after {
  font-family: acumin-pro-wide, sans-serif;
  content: ".";
  color: var(--octonary);
}
.heading-col h6:after {
  font-family: acumin-pro-wide, sans-serif;
  content: ".";
  color: var(--octonary);
}

/* [class*=elementor] {
  visibility: hidden;
  display: none;
}
[class*=elementor].wp-admin {
  visibility: visible;
  display: initial;
} */

.homepage-content-wrapper {
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}

.homepage-content p:last-child {
  margin-bottom: 0;
}
.homepage-hero {
  position: relative;
}
@media (min-width: 62em) {
  .side-header .homepage-hero.animated {
    right: 0;
  }
}
@media (min-width: 62em) {
  .side-header .homepage-hero.animated {
    top: 0;
  }
}
@media (min-width: 64em) {
  .side-header .homepage-hero.animated {
    position: fixed;
    left: 10rem;
  }
}
@media (min-width: 62em) {
  .side-header--right .homepage-hero.animated {
    left: 0;
  }
}
@media (min-width: 62em) {
  .side-header--right .homepage-hero.animated {
    top: 0;
  }
}
@media (min-width: 64em) {
  .side-header--right .homepage-hero.animated {
    position: fixed;
    right: 10rem;
  }
}

.page-header {
  position: relative;
  padding-bottom: 6.125rem;
}
@media (max-width: 47.98em) {
  .page-header {
    /* stylelint-disable */
    /* stylelint-enable */
  }
}
@media (min-width: 48em) {
  .page-header {
    padding-top: 6.5rem;
  }
}
@media (min-width: 87.5em) and (max-width: 143.73em) {
  .page-header {
    padding-bottom: 8.25rem;
  }
}
@media (min-width: 143.75em) {
  .page-header {
    padding-bottom: 11.5rem;
  }
}
.page-loaded .page-header {
  opacity: 1;
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .page-header.animated {
    height: 100vh;
  }
}
@media (min-width: 87.5em) {
  .page-header.animated {
    height: 85vh;
  }
}
@media (min-width: 48em) {
  .side-header .page-header.animated {
    position: fixed;
    top: 5.875rem;
    right: 0;
    left: 0;
  }
}
@media (min-width: 62em) {
  .side-header .page-header.animated {
    left: 10rem;
    top: 0;
  }
}
@media (min-width: 48em) {
  .side-header--right .page-header.animated {
    position: fixed;
    top: 5.875rem;
    left: 0;
    right: 0;
  }
}
@media (min-width: 62em) {
  .side-header--right .page-header.animated {
    right: 10rem;
    top: 0;
  }
}
.page-header:before {
  content: url("../files/Wordmark-TAG-NegativeBlueDot.svg");
  display: block;
  position: absolute;
  top: 3.75rem;
  right: 1rem;
  z-index: 3;
  transition: opacity var(--global-transition-duration) var(--global-transition-timing-function);
  will-change: opacity;
  opacity: 1;
  font-weight: bold;
  width: 1rem;
}
@media (min-width: 62em) {
  .page-header:before {
    content: url("../files/Wordmark-TAG-NegativeBlueDot.svg");
    right: 2.5rem;
    width: 1rem;
  }
}
@media (min-width: 87.5em) {
  .page-header:before {
    top: 3.5rem;
  }
}
.page-header.has-image {
  padding-top: 0;
}
@media (min-width: 48em) and (max-width: 87.48em) {
  .page-header.has-image {
    padding-top: 11.375rem;
  }
}
@media (min-width: 87.5em) and (max-width: 143.73em) {
  .page-header.has-image {
    padding-top: 13rem;
  }
}
@media (min-width: 143.75em) {
  .page-header.has-image {
    padding-top: 20rem;
  }
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .animated .page-header.has-image {
    height: 100vh;
  }
}
@media (min-width: 87.5em) {
  .animated .page-header.has-image {
    height: 85vh;
  }
}
.page-header.has-image:before {
  top: 7rem;
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .page-header.has-image:before {
    top: 2.75rem;
  }
}
@media (min-width: 87.5em) {
  .page-header.has-image:before {
    top: 3.5rem;
  }
}
.page-header.has-image .page-header--title-wrapper {
  margin-top: -2.125rem;
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .page-header.has-image .page-header--title-wrapper {
    margin-top: -1.6875rem;
  }
}
@media (min-width: 48em) {
  .page-header.has-image .page-header--title-wrapper {
    margin-top: 0;
  }
}
.page-header.has-image .play--reel,
.page-header.has-image .article-video {
  max-width: 62.5rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .page-header.has-image .article-title--outline {
    width: calc(100% - 42px);
  }
}
.page-header--content-wrapper {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.page-header--image-wrapper {
  padding: 0;
  z-index: 2;
  width: 100%;
}
@media (min-width: 48em) {
  .page-header--image-wrapper {
    flex: 0 0 auto;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 66.6666666667%;
    margin: -11.25rem 0 0 0;
  }
}
.page-header--title-wrapper {
  padding-left: 1.875rem;
  position: relative;
  width: 100%;
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .page-header--title-wrapper {
    width: auto;
  }
}
@media (min-width: 48em) {
  .page-header--title-wrapper {
    flex: 0 0 auto;
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 50%;
  }
}
.page-header .article-title {
  font-size: 4.625rem;
  line-height: 0.8108108108;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 62em) {
  .page-header .article-title {
    font-size: 113px;
    font-size: 11vw;
  }
}
@media (min-width: 62em) and (max-width: 1027.2727272727px) {
  .page-header .article-title {
    font-size: 113px;
  }
}
@media (min-width: 62em) and (min-width: 0.14px) {
  .page-header .article-title {
    font-size: 154px;
  }
}
.page-header .article-title span {
  display: block;
  white-space: nowrap;
}
.page-header .article-title strong {
  font-family: acumin-pro-wide, sans-serif;
  color: var(--octonary);
  line-height: 0;
  font-size: 0.8em;
}
.page-header .article-title em {
  font-style: normal;
  margin-left: 0.25rem;
  display: inline-block;
}
.page-header .article-title--outline {
  font-size: 4.625rem;
  line-height: 0.8108108108;
  font-weight: 700;
  margin: 0;
  color: var(--white);
  -webkit-text-stroke: 0.0625rem var(--white);
  -webkit-text-fill-color: transparent;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: 3;
}
@media (min-width: 62em) {
  .page-header .article-title--outline {
    -webkit-text-stroke: 0.125rem var(--white);
  }
}
@media (min-width: 62em) {
  .page-header .article-title--outline {
    font-size: 113px;
    font-size: 11vw;
  }
}
@media (min-width: 62em) and (max-width: 1027.2727272727px) {
  .page-header .article-title--outline {
    font-size: 113px;
  }
}
@media (min-width: 62em) and (min-width: 0.14px) {
  .page-header .article-title--outline {
    font-size: 154px;
  }
}
.page-header .article-title--outline span {
  display: block;
  white-space: nowrap;
}
.page-header .article-title--outline strong {
  font-family: acumin-pro-wide, sans-serif;
  color: var(--octonary);
  line-height: 0;
  -webkit-text-stroke: 0.0625rem var(--octonary);
  -webkit-text-fill-color: transparent;
  font-size: 0.8em;
}
@media (min-width: 62em) {
  .page-header .article-title--outline strong {
    -webkit-text-stroke: 0.125rem var(--octonary);
  }
}
.page-header .article-title--outline em {
  font-style: normal;
  margin-left: 0.25rem;
  display: inline-block;
}
.page-header video {
  pointer-events: none;
}
.page-header .has-controls video {
  pointer-events: all;
}
.page-header .video-promo--play {
  visibility: hidden;
  display: none;
}

@media (min-width: 48em) {
  .post-grid [class*=grid-cols-] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .post-grid [class*=grid-cols-].slick .slick-track {
    height: 100%;
  }
  .has-placecard .post-grid [class*=grid-cols-]:after, .post-grid [class*=grid-cols-].has-placecard:after {
    content: "";
    display: block;
    max-height: 0;
  }
  .post-grid [class*=grid-cols-] > .placecard {
    visibility: hidden;
    opacity: 0;
    display: block;
    max-height: 0;
  }
  .post-grid [class*=grid-cols-] .break {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .post-grid [class*=grid-cols-] > .post-grid--item {
    margin-top: 3.75rem;
    /* stylelint-disable */
    /* stylelint-enable */
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .post-grid [class*=grid-cols-] > .post-grid--item {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}
@media (min-width: 48em) {
  .post-grid [class*=grid-cols-] > .post-grid--item:first-child {
    margin-top: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .post-grid [class*=grid-cols-] > .post-grid--item:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .post-grid [class*=grid-cols-] > .post-grid--item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .post-grid [class*=grid-cols-] > .post-grid--item:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 48em) {
  .post-grid [class*=grid-cols-] > .post-grid--item,
  .post-grid [class*=grid-cols-] > false,
  .post-grid [class*=grid-cols-] > .placecard, .post-grid [class*=grid-cols-]:after {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .post-grid [class*=grid-cols-] > .post-grid--item,
  .post-grid [class*=grid-cols-] > false,
  .post-grid [class*=grid-cols-] > .placecard, .post-grid [class*=grid-cols-]:after {
    -webkit-box-flex: 0 1 calc((100% - 60px) / 2);
    -webkit-flex: 0 1 calc((100% - 60px) / 2);
    -moz-box-flex: 0 1 calc((100% - 60px) / 2);
    -moz-flex: 0 1 calc((100% - 60px) / 2);
    -ms-flex: 0 1 calc((100% - 60px) / 2);
    flex: 0 1 calc((100% - 60px) / 2);
  }
}
@media (min-width: 24.375em) and (max-width: 47.98em) {
  .post-grid [class*=grid-cols-] .post-grid--item {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
  }
}
@media (min-width: 48em) {
  .post-grid .grid-cols-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .post-grid .grid-cols-2.slick .slick-track {
    height: 100%;
  }
  .has-placecard .post-grid .grid-cols-2:after, .post-grid .grid-cols-2.has-placecard:after {
    content: "";
    display: block;
    max-height: 0;
  }
  .post-grid .grid-cols-2 > .placecard {
    visibility: hidden;
    opacity: 0;
    display: block;
    max-height: 0;
  }
  .post-grid .grid-cols-2 .break {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .post-grid .grid-cols-2 > .post-grid--item {
    margin-top: 3.75rem;
    /* stylelint-disable */
    /* stylelint-enable */
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .post-grid .grid-cols-2 > .post-grid--item {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}
@media (min-width: 48em) {
  .post-grid .grid-cols-2 > .post-grid--item:first-child {
    margin-top: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .post-grid .grid-cols-2 > .post-grid--item:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .post-grid .grid-cols-2 > .post-grid--item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .post-grid .grid-cols-2 > .post-grid--item:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 48em) {
  .post-grid .grid-cols-2 > .post-grid--item,
  .post-grid .grid-cols-2 > false,
  .post-grid .grid-cols-2 > .placecard, .post-grid .grid-cols-2:after {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .post-grid .grid-cols-2 > .post-grid--item,
  .post-grid .grid-cols-2 > false,
  .post-grid .grid-cols-2 > .placecard, .post-grid .grid-cols-2:after {
    -webkit-box-flex: 0 1 calc((100% - 60px) / 2);
    -webkit-flex: 0 1 calc((100% - 60px) / 2);
    -moz-box-flex: 0 1 calc((100% - 60px) / 2);
    -moz-flex: 0 1 calc((100% - 60px) / 2);
    -ms-flex: 0 1 calc((100% - 60px) / 2);
    flex: 0 1 calc((100% - 60px) / 2);
  }
}
@media (min-width: 24.375em) and (max-width: 47.98em) {
  .post-grid .grid-cols-2 .post-grid--item {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
  }
}
@media (min-width: 48em) {
  .post-grid .grid-cols-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .post-grid .grid-cols-3.slick .slick-track {
    height: 100%;
  }
  .has-placecard .post-grid .grid-cols-3:after, .post-grid .grid-cols-3.has-placecard:after {
    content: "";
    display: block;
    max-height: 0;
  }
  .post-grid .grid-cols-3 > .placecard {
    visibility: hidden;
    opacity: 0;
    display: block;
    max-height: 0;
  }
  .post-grid .grid-cols-3 .break {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .post-grid .grid-cols-3 > .post-grid--item {
    margin-top: 3.75rem;
    /* stylelint-disable */
    /* stylelint-enable */
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .post-grid .grid-cols-3 > .post-grid--item {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}
@media (min-width: 48em) {
  .post-grid .grid-cols-3 > .post-grid--item:first-child {
    margin-top: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 62em) and (max-width: 63.98em) {
  .post-grid .grid-cols-3 > .post-grid--item:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 62em) and (max-width: 63.98em) {
  .post-grid .grid-cols-3 > .post-grid--item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 62em) and (max-width: 63.98em) {
  .post-grid .grid-cols-3 > .post-grid--item:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 64em) {
  .post-grid .grid-cols-3 > .post-grid--item:nth-of-type(3n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 64em) {
  .post-grid .grid-cols-3 > .post-grid--item:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 64em) {
  .post-grid .grid-cols-3 > .post-grid--item:nth-of-type(-n + 3) {
    margin-top: 0 !important;
  }
}
@media (min-width: 48em) {
  .post-grid .grid-cols-3 > .post-grid--item,
  .post-grid .grid-cols-3 > false,
  .post-grid .grid-cols-3 > .placecard, .post-grid .grid-cols-3:after {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 48em) and (min-width: 62em) and (max-width: 63.98em) {
  .post-grid .grid-cols-3 > .post-grid--item,
  .post-grid .grid-cols-3 > false,
  .post-grid .grid-cols-3 > .placecard, .post-grid .grid-cols-3:after {
    -webkit-box-flex: 0 1 calc((100% - 60px) / 2);
    -webkit-flex: 0 1 calc((100% - 60px) / 2);
    -moz-box-flex: 0 1 calc((100% - 60px) / 2);
    -moz-flex: 0 1 calc((100% - 60px) / 2);
    -ms-flex: 0 1 calc((100% - 60px) / 2);
    flex: 0 1 calc((100% - 60px) / 2);
  }
}
@media (min-width: 48em) and (min-width: 64em) {
  .post-grid .grid-cols-3 > .post-grid--item,
  .post-grid .grid-cols-3 > false,
  .post-grid .grid-cols-3 > .placecard, .post-grid .grid-cols-3:after {
    -webkit-box-flex: 0 1 calc((100% - 120px) / 3);
    -webkit-flex: 0 1 calc((100% - 120px) / 3);
    -moz-box-flex: 0 1 calc((100% - 120px) / 3);
    -moz-flex: 0 1 calc((100% - 120px) / 3);
    -ms-flex: 0 1 calc((100% - 120px) / 3);
    flex: 0 1 calc((100% - 120px) / 3);
  }
}
@media (min-width: 24.375em) and (max-width: 47.98em) {
  .post-grid .grid-cols-3 .post-grid--item {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
  }
}
@media (min-width: 48em) {
  .post-grid .grid-cols-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .post-grid .grid-cols-4.slick .slick-track {
    height: 100%;
  }
  .has-placecard .post-grid .grid-cols-4:after, .post-grid .grid-cols-4.has-placecard:after {
    content: "";
    display: block;
    max-height: 0;
  }
  .post-grid .grid-cols-4 > .placecard {
    visibility: hidden;
    opacity: 0;
    display: block;
    max-height: 0;
  }
  .post-grid .grid-cols-4 .break {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .post-grid .grid-cols-4 > .post-grid--item {
    margin-top: 3.75rem;
    /* stylelint-disable */
    /* stylelint-enable */
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .post-grid .grid-cols-4 > .post-grid--item {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}
@media (min-width: 48em) {
  .post-grid .grid-cols-4 > .post-grid--item:first-child {
    margin-top: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 48em) and (max-width: 63.98em) {
  .post-grid .grid-cols-4 > .post-grid--item:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 48em) and (max-width: 63.98em) {
  .post-grid .grid-cols-4 > .post-grid--item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 48em) and (max-width: 63.98em) {
  .post-grid .grid-cols-4 > .post-grid--item:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 64em) {
  .post-grid .grid-cols-4 > .post-grid--item:nth-of-type(4n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 64em) {
  .post-grid .grid-cols-4 > .post-grid--item:nth-of-type(4n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 64em) {
  .post-grid .grid-cols-4 > .post-grid--item:nth-of-type(-n + 4) {
    margin-top: 0 !important;
  }
}
@media (min-width: 48em) {
  .post-grid .grid-cols-4 > .post-grid--item,
  .post-grid .grid-cols-4 > false,
  .post-grid .grid-cols-4 > .placecard, .post-grid .grid-cols-4:after {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 48em) and (min-width: 48em) and (max-width: 63.98em) {
  .post-grid .grid-cols-4 > .post-grid--item,
  .post-grid .grid-cols-4 > false,
  .post-grid .grid-cols-4 > .placecard, .post-grid .grid-cols-4:after {
    -webkit-box-flex: 0 1 calc((100% - 60px) / 2);
    -webkit-flex: 0 1 calc((100% - 60px) / 2);
    -moz-box-flex: 0 1 calc((100% - 60px) / 2);
    -moz-flex: 0 1 calc((100% - 60px) / 2);
    -ms-flex: 0 1 calc((100% - 60px) / 2);
    flex: 0 1 calc((100% - 60px) / 2);
  }
}
@media (min-width: 48em) and (min-width: 64em) {
  .post-grid .grid-cols-4 > .post-grid--item,
  .post-grid .grid-cols-4 > false,
  .post-grid .grid-cols-4 > .placecard, .post-grid .grid-cols-4:after {
    -webkit-box-flex: 0 1 calc((100% - 180px) / 4);
    -webkit-flex: 0 1 calc((100% - 180px) / 4);
    -moz-box-flex: 0 1 calc((100% - 180px) / 4);
    -moz-flex: 0 1 calc((100% - 180px) / 4);
    -ms-flex: 0 1 calc((100% - 180px) / 4);
    flex: 0 1 calc((100% - 180px) / 4);
  }
}
@media (min-width: 24.375em) and (max-width: 47.98em) {
  .post-grid .grid-cols-4 .post-grid--item {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
  }
}
@media (min-width: 48em) {
  .post-grid .grid-cols-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .post-grid .grid-cols-5.slick .slick-track {
    height: 100%;
  }
  .has-placecard .post-grid .grid-cols-5:after, .post-grid .grid-cols-5.has-placecard:after {
    content: "";
    display: block;
    max-height: 0;
  }
  .post-grid .grid-cols-5 > .placecard {
    visibility: hidden;
    opacity: 0;
    display: block;
    max-height: 0;
  }
  .post-grid .grid-cols-5 .break {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .post-grid .grid-cols-5 > .post-grid--item {
    margin-top: 3.75rem;
    /* stylelint-disable */
    /* stylelint-enable */
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .post-grid .grid-cols-5 > .post-grid--item {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}
@media (min-width: 48em) {
  .post-grid .grid-cols-5 > .post-grid--item:first-child {
    margin-top: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 48em) and (max-width: 63.98em) {
  .post-grid .grid-cols-5 > .post-grid--item:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 48em) and (max-width: 63.98em) {
  .post-grid .grid-cols-5 > .post-grid--item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 48em) and (max-width: 63.98em) {
  .post-grid .grid-cols-5 > .post-grid--item:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 64em) {
  .post-grid .grid-cols-5 > .post-grid--item:nth-of-type(5n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 64em) {
  .post-grid .grid-cols-5 > .post-grid--item:nth-of-type(5n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 64em) {
  .post-grid .grid-cols-5 > .post-grid--item:nth-of-type(-n + 5) {
    margin-top: 0 !important;
  }
}
@media (min-width: 48em) {
  .post-grid .grid-cols-5 > .post-grid--item,
  .post-grid .grid-cols-5 > false,
  .post-grid .grid-cols-5 > .placecard, .post-grid .grid-cols-5:after {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 48em) and (min-width: 48em) and (max-width: 63.98em) {
  .post-grid .grid-cols-5 > .post-grid--item,
  .post-grid .grid-cols-5 > false,
  .post-grid .grid-cols-5 > .placecard, .post-grid .grid-cols-5:after {
    -webkit-box-flex: 0 1 calc((100% - 60px) / 2);
    -webkit-flex: 0 1 calc((100% - 60px) / 2);
    -moz-box-flex: 0 1 calc((100% - 60px) / 2);
    -moz-flex: 0 1 calc((100% - 60px) / 2);
    -ms-flex: 0 1 calc((100% - 60px) / 2);
    flex: 0 1 calc((100% - 60px) / 2);
  }
}
@media (min-width: 48em) and (min-width: 64em) {
  .post-grid .grid-cols-5 > .post-grid--item,
  .post-grid .grid-cols-5 > false,
  .post-grid .grid-cols-5 > .placecard, .post-grid .grid-cols-5:after {
    -webkit-box-flex: 0 1 calc((100% - 240px) / 5);
    -webkit-flex: 0 1 calc((100% - 240px) / 5);
    -moz-box-flex: 0 1 calc((100% - 240px) / 5);
    -moz-flex: 0 1 calc((100% - 240px) / 5);
    -ms-flex: 0 1 calc((100% - 240px) / 5);
    flex: 0 1 calc((100% - 240px) / 5);
  }
}
@media (min-width: 24.375em) and (max-width: 47.98em) {
  .post-grid .grid-cols-5 .post-grid--item {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
  }
}
@media (min-width: 48em) {
  .post-grid .grid-cols-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .post-grid .grid-cols-6.slick .slick-track {
    height: 100%;
  }
  .has-placecard .post-grid .grid-cols-6:after, .post-grid .grid-cols-6.has-placecard:after {
    content: "";
    display: block;
    max-height: 0;
  }
  .post-grid .grid-cols-6 > .placecard {
    visibility: hidden;
    opacity: 0;
    display: block;
    max-height: 0;
  }
  .post-grid .grid-cols-6 .break {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .post-grid .grid-cols-6 > .post-grid--item {
    margin-top: 3.75rem;
    /* stylelint-disable */
    /* stylelint-enable */
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .post-grid .grid-cols-6 > .post-grid--item {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}
@media (min-width: 48em) {
  .post-grid .grid-cols-6 > .post-grid--item:first-child {
    margin-top: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 48em) and (max-width: 63.98em) {
  .post-grid .grid-cols-6 > .post-grid--item:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 48em) and (max-width: 63.98em) {
  .post-grid .grid-cols-6 > .post-grid--item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 48em) and (max-width: 63.98em) {
  .post-grid .grid-cols-6 > .post-grid--item:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 64em) and (max-width: 87.48em) {
  .post-grid .grid-cols-6 > .post-grid--item:nth-of-type(3n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 64em) and (max-width: 87.48em) {
  .post-grid .grid-cols-6 > .post-grid--item:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 64em) and (max-width: 87.48em) {
  .post-grid .grid-cols-6 > .post-grid--item:nth-of-type(-n + 3) {
    margin-top: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 87.5em) {
  .post-grid .grid-cols-6 > .post-grid--item:nth-of-type(6n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 87.5em) {
  .post-grid .grid-cols-6 > .post-grid--item:nth-of-type(6n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (min-width: 87.5em) {
  .post-grid .grid-cols-6 > .post-grid--item:nth-of-type(-n + 6) {
    margin-top: 0 !important;
  }
}
@media (min-width: 48em) {
  .post-grid .grid-cols-6 > .post-grid--item,
  .post-grid .grid-cols-6 > false,
  .post-grid .grid-cols-6 > .placecard, .post-grid .grid-cols-6:after {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 48em) and (min-width: 48em) and (max-width: 63.98em) {
  .post-grid .grid-cols-6 > .post-grid--item,
  .post-grid .grid-cols-6 > false,
  .post-grid .grid-cols-6 > .placecard, .post-grid .grid-cols-6:after {
    -webkit-box-flex: 0 1 calc((100% - 60px) / 2);
    -webkit-flex: 0 1 calc((100% - 60px) / 2);
    -moz-box-flex: 0 1 calc((100% - 60px) / 2);
    -moz-flex: 0 1 calc((100% - 60px) / 2);
    -ms-flex: 0 1 calc((100% - 60px) / 2);
    flex: 0 1 calc((100% - 60px) / 2);
  }
}
@media (min-width: 48em) and (min-width: 64em) and (max-width: 87.48em) {
  .post-grid .grid-cols-6 > .post-grid--item,
  .post-grid .grid-cols-6 > false,
  .post-grid .grid-cols-6 > .placecard, .post-grid .grid-cols-6:after {
    -webkit-box-flex: 0 1 calc((100% - (60px * 2)) / 3);
    -webkit-flex: 0 1 calc((100% - (60px * 2)) / 3);
    -moz-box-flex: 0 1 calc((100% - (60px * 2)) / 3);
    -moz-flex: 0 1 calc((100% - (60px * 2)) / 3);
    -ms-flex: 0 1 calc((100% - (60px * 2)) / 3);
    flex: 0 1 calc((100% - (60px * 2)) / 3);
  }
}
@media (min-width: 48em) and (min-width: 87.5em) {
  .post-grid .grid-cols-6 > .post-grid--item,
  .post-grid .grid-cols-6 > false,
  .post-grid .grid-cols-6 > .placecard, .post-grid .grid-cols-6:after {
    -webkit-box-flex: 0 1 calc((100% - 300px) / 6);
    -webkit-flex: 0 1 calc((100% - 300px) / 6);
    -moz-box-flex: 0 1 calc((100% - 300px) / 6);
    -moz-flex: 0 1 calc((100% - 300px) / 6);
    -ms-flex: 0 1 calc((100% - 300px) / 6);
    flex: 0 1 calc((100% - 300px) / 6);
  }
}
@media (min-width: 24.375em) and (max-width: 47.98em) {
  .post-grid .grid-cols-6 .post-grid--item {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
  }
}

.post-pager {
  position: relative;
  background-color: var(--black);
  margin-top: 0;
  padding-top: 5.625rem;
}
.button:not(.navbar-toggler).btn-default {
  transition: all var(--global-transition-duration) var(--global-transition-timing-function);
  background: var(--octonary-octonary-horizontal);
  background-size: 200% auto;
  animation: gradient-alt 15s ease infinite;
}
.button:not(.navbar-toggler).btn-default:hover, .button:not(.navbar-toggler).btn-default:focus {
  background: var(--octonary-primary-horizontal);
  background-size: 200% auto;
  animation: gradient-alt 15s ease infinite;
}
.collapse--container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
.collapse--controls {
  grid-column-start: 1;
  grid-column-end: auto;
  grid-row-start: 2;
  grid-row-end: auto;
  margin-top: 2.125rem;
}
.collapse--controls .btn {
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 0;
  color: var(--white);
}
.collapse--controls .btn:after {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' x='32' y='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23002fdc' d='m16.3 7.5 16 16-1 1-15-15-15 15-1-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
  content: "";
  vertical-align: middle;
}
.collapse--controls .btn.collapsed:hover:after, .collapse--controls .btn.collapsed:focus:after {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23002fdc' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}
.collapse--controls .btn.collapsed:after {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xml:space='preserve' width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m16.3 24.5-16-16 1-1 15 15 15-15 1 1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}
.collapse--controls .btn.collapsed .less {
  visibility: hidden;
  display: none;
}
.collapse--controls .btn.collapsed .more {
  visibility: visible;
  display: inline-block;
}
.collapse--controls .btn .more {
  visibility: hidden;
  display: none;
}
.collapse--controls .btn strong {
  font-weight: normal;
}
.collapse--content {
  grid-column-start: 1;
  grid-column-end: auto;
  grid-row-start: 1;
  grid-row-end: auto;
}
.collapse .multi-collapse {
  /* stylelint-disable */
  padding: 0 !important;
  /* stylelint-enable */
}
.collapse--inner p {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 87.5em) {
  .collapse--inner p {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}

textarea,
input:not([type=submit]) {
  background-color: transparent;
  color: var(--white);
  border: 0.125rem solid var(--white);
}
textarea:hover, textarea:focus,
input:not([type=submit]):hover,
input:not([type=submit]):focus {
  background-color: transparent;
  color: var(--white);
  border: 0.125rem solid var(--white);
}

::-webkit-input-placeholder {
  color: var(--white);
}

:-moz-placeholder {
  color: var(--white);
}

::-moz-placeholder {
  color: var(--white);
}

:-ms-input-placeholder {
  color: var(--white);
}

.grid.logo-grid {
  text-align: center;
}
.grid.logo-grid .logo-grid--title {
  margin-bottom: 1rem;
}
.grid.logo-grid .logo-grid--intro {
  margin-bottom: 1.5rem;
}
.grid.logo-grid .logo-grid--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (min-width: 64em) {
  .grid.logo-grid .logo-grid--wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.grid.logo-grid .logo-grid--wrapper.grayscale-images .logo-grid--image {
  filter: grayscale(1) contrast(130%);
}
.grid.logo-grid .logo-grid--item {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
}
@media (min-width: 48em) {
  .grid.logo-grid .logo-grid--item {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media (max-width: 24.355em) {
  .grid.logo-grid .logo-grid--item:last-child {
    margin-bottom: 0;
  }
}
.image--aspect-ratio.ar-23-13 {
  position: relative;
}
.image--aspect-ratio.ar-23-13:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 52.1739130435%;
}
.image--aspect-ratio.ar-23-13 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.accordion-header .accordion-button:not(.navbar-toggler) {
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  font-style: var(--button-font-style);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: var(--button-border-top-width);
  border-bottom-width: var(--button-border-bottom-width);
  border-left-width: var(--button-border-left-width);
  border-right-width: var(--button-border-right-width);
  border-top-style: var(--button-border-top-style);
  border-bottom-style: var(--button-border-bottom-style);
  border-left-style: var(--button-border-left-style);
  border-right-style: var(--button-border-right-style);
  border-top-color: var(--button-border-top);
  border-bottom-color: var(--button-border-bottom);
  border-left-color: var(--button-border-left);
  border-right-color: var(--button-border-right);
  padding: 1rem 1.25rem 1rem 0;
  background-color: transparent;
  box-shadow: var(--button-box-shadow-x) var(--button-box-shadow-y) var(--button-box-shadow-blur) var(--button-box-shadow-spread) var(--button-box-shadow-color);
  text-shadow: var(--button-text-shadow-x) var(--button-text-shadow-y) var(--button-text-shadow-blur) var(--button-text-shadow-color);
  color: var(--button-text);
  text-align: center;
  transition: all var(--global-transition-duration) var(--global-transition-timing-function);
  will-change: transform, color, background-color, border-top-color, border-bottom-color, border-left-color, border-right-color, padding, opacity;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  text-align: left;
}
.accordion-header .accordion-button:not(.navbar-toggler):visited {
  color: var(--button-text);
}
.accordion-header .accordion-button:not(.navbar-toggler):hover, .accordion-header .accordion-button:not(.navbar-toggler):focus, .accordion-header .accordion-button:not(.navbar-toggler):active {
  font-family: var(--button-font-family-hover);
  font-weight: var(--button-font-weight-hover);
  font-style: var(--button-font-style-hover);
  font-size: var(--button-font-size-hover);
  line-height: var(--button-line-height-hover);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: var(--button-border-top-width-hover);
  border-bottom-width: var(--button-border-bottom-width-hover);
  border-left-width: var(--button-border-left-width-hover);
  border-right-width: var(--button-border-right-width-hover);
  border-top-style: var(--button-border-top-style-hover);
  border-bottom-style: var(--button-border-bottom-style-hover);
  border-left-style: var(--button-border-left-style-hover);
  border-right-style: var(--button-border-right-style-hover);
  background-color: transparent;
  border-top-color: var(--button-border-top-hover);
  border-bottom-color: var(--button-border-bottom-hover);
  border-left-color: var(--button-border-left-hover);
  border-right-color: var(--button-border-right-hover);
  color: var(--button-text-hover);
  cursor: pointer;
  text-decoration: none;
  box-shadow: var(--button-box-shadow-hover-x) var(--button-box-shadow-hover-y) var(--button-box-shadow-hover-blur) var(--button-box-shadow-hover-spread) var(--button-box-shadow-hover-color);
  text-shadow: var(--button-text-shadow-hover-x) var(--button-text-shadow-hover-y) var(--button-text-shadow-hover-blur) var(--button-text-shadow-hover-color);
  padding: 1rem 1.25rem 1rem 0;
}
.card-content-slide-up {
  position: relative;
  border: none;
  border-radius: 1.5rem;
  overflow: hidden;
}
.card-content-slide-up:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 140%;
}
.card-content-slide-up > .card-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-content-slide-up .card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.card-content-slide-up .front {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.card-content-slide-up .front:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 12' enable-background='new 0 0 12 12' xml:space='preserve'%3E %3Cpath fill='%23FFFFFF' d='M12,0v12H0C6.6,12,12,6.6,12,0z'/%3E %3C/svg%3E");
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.card-content-slide-up .back {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.card-content-slide-up .card-header {
  background-color: var(--card-bg);
  border-top-left-radius: 1.5rem;
  border: none;
  padding-top: 1rem;
  padding-bottom: 0;
  padding-left: 5.125rem;
  position: relative;
  gap: 1rem;
}
.card-content-slide-up .card-lead {
  gap: 1rem;
}
.card-content-slide-up .card-label {
  font-size: 0.875rem;
  line-height: 1;
}
.card-content-slide-up .card-image {
  height: 3.125rem;
  width: 3.125rem;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.card-content-slide-up .card-content {
  background-color: var(--card-bg);
}
.card-content-slide-up .card-content:last-child {
  padding-bottom: 1.5rem;
}
.card-content-slide-up .card-intro {
  padding: 0 0 0 5.125rem;
}
.card-content-slide-up .card-title {
  font-size: 1.5rem;
  line-height: 1;
}
.card-content-slide-up .card-subtitle {
  font-size: 1.125rem;
  line-height: 1;
}
.card-content-slide-up .card-body {
  padding-bottom: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition-property: opacity, max-height;
  transition-duration: calc(var(--global-transition-duration) * 3);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: opacity, max-height;
}
.card-content-slide-up .card-text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  padding-top: 1rem;
}
.card-content-slide-up .card-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: block;
  display: -webkit-box;
  line-height: 1.25;
  max-height: 80px;
  max-width: 100%;
  font-size: 1em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: none;
  height: calc(4 * 1.2em);
  text-overflow: fade;
}
.card-content-slide-up .card-text p:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: transparent;
}
.card-content-slide-up .card-text p:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%);
}
.card-content-slide-up .card-footer {
  border: none;
  background-color: var(--white);
  padding-bottom: 1.5rem;
}
.card-content-slide-up .card-footer-content p {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.card-content-slide-up:hover .card-body, .card-content-slide-up:focus .card-body {
  max-height: 37.5rem;
  opacity: 1;
}
.card-centered-slide-up {
  text-align: center;
  border: none;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0.125rem 0.125rem 0.25rem 0.125rem rgba(0, 0, 0, 0.125);
  transition-property: transform, box-shadow;
  transition-duration: calc(var(--global-transition-duration) * 2);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: transform, box-shadow;
}
.card-centered-slide-up .front {
  position: relative;
}
.card-centered-slide-up .front:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
.card-centered-slide-up .front:before {
  background-color: #000;
  opacity: 0.6;
}
.card-centered-slide-up .front > * {
  position: relative;
  z-index: 1;
}
.card-centered-slide-up .card-header {
  padding-top: 2.5rem;
  border: none;
}
.card-centered-slide-up .card-lead {
  margin-bottom: 1.5rem;
}
.card-centered-slide-up .card-label {
  font-size: 0.875rem;
  line-height: 1;
  color: var(--white);
}
.card-centered-slide-up .card-image {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 6.25rem;
  width: 6.25rem;
  margin: 0 auto;
}
.card-centered-slide-up .card-content {
  color: var(--white);
}
.card-centered-slide-up .card-intro {
  padding-bottom: 0;
}
.card-centered-slide-up .card-title {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--white);
}
.card-centered-slide-up .card-subtitle {
  font-size: 1.125rem;
  line-height: 1;
  color: var(--white);
  margin-bottom: 1.5rem;
}
.card-centered-slide-up .card-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition-property: opacity, max-height;
  transition-duration: calc(var(--global-transition-duration) * 3);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: opacity, max-height;
  padding-bottom: 1.5rem;
}
.card-centered-slide-up .card-text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.card-centered-slide-up .card-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: block;
  display: -webkit-box;
  line-height: 1.25;
  max-height: 80px;
  max-width: 100%;
  font-size: 1em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.card-centered-slide-up .card-text p:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: transparent;
}
.card-centered-slide-up .card-footer {
  border: none;
  color: var(--white);
}
.card-centered-slide-up .card-footer-content p {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.card-centered-slide-up:hover, .card-centered-slide-up:focus {
  transform: translateY(-40px);
  box-shadow: 0.25rem 0.75rem 0.5rem 0.25rem rgba(0, 0, 0, 0.25);
}
.card-centered-slide-up:hover .card-body, .card-centered-slide-up:focus .card-body {
  max-height: 37.5rem;
  opacity: 1;
}
.card-centered-slide-up.card--horizontal {
  text-align: left;
}
.card-centered-slide-up.card--horizontal .card-header {
  padding-top: 0;
  padding-bottom: 0;
}
.card-centered-slide-up.card--horizontal .card-body {
  opacity: 1;
}
.card-centered-slide-up.card--horizontal .card-intro {
  padding-top: 0;
}
.card-image-overlap {
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  top: 1.25rem;
}
.card-image-overlap .front {
  position: relative;
}
.card-image-overlap .front:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
.card-image-overlap .front:before {
  background-color: #000;
  opacity: 0.6;
}
.card-image-overlap .front > * {
  position: relative;
  z-index: 1;
}
.card-image-overlap .card-header {
  border: none;
}
.card-image-overlap .card-lead {
  position: absolute;
  top: 9.75rem;
  left: 0;
  right: 0;
  z-index: 3;
}
.card-image-overlap .card-label {
  font-size: 0.875rem;
  line-height: 1;
  color: var(--white);
}
.card-image-overlap .card-image {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  padding: 0px;
  transform: skew(0deg, 13deg);
  position: relative;
  font-size: 0px;
  margin: -2.5rem 0 0;
  background: #c8c2c2;
  height: 11.25rem;
  width: 11.25rem;
}
.card-image-overlap .card-image .image {
  height: calc(100% + 40px);
  object-fit: cover;
  transform: skew(0deg, -13deg);
  margin-top: -1.25rem;
}
.card-image-overlap .card-content {
  color: var(--white);
}
.card-image-overlap .card-title {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--white);
}
.card-image-overlap .card-subtitle {
  font-size: 1.125rem;
  line-height: 1;
  color: var(--white);
}
.card-image-overlap .card-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition-property: opacity, max-height;
  transition-duration: calc(var(--global-transition-duration) * 3);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: opacity, max-height;
  padding-bottom: 1.5rem;
}
.card-image-overlap .card-text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.card-image-overlap .card-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: block;
  display: -webkit-box;
  line-height: 1.25;
  max-height: 80px;
  max-width: 100%;
  font-size: 1em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.card-image-overlap .card-text p:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: transparent;
}
.card-image-overlap .card-footer {
  border: none;
  color: var(--white);
}
.card-image-overlap .card-footer-content p {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.card-image-overlap:hover .card-body, .card-image-overlap:focus .card-body {
  max-height: 37.5rem;
  opacity: 1;
}
.card-image-overlay-zoom {
  position: relative;
  transition-property: transform, box-shadow;
  transition-duration: calc(var(--global-transition-duration) * 2);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: transform, box-shadow;
}
.card-image-overlay-zoom:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 140%;
}
.card-image-overlay-zoom > .card-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-image-overlay-zoom .card-content-wrapper-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.card-image-overlay-zoom .front,
.card-image-overlay-zoom .back {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.card-image-overlay-zoom .card-header {
  -webkit-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  border: none;
  color: var(--white);
  padding: 0;
}
.card-image-overlay-zoom .card-lead {
  position: relative;
  z-index: 3;
  padding: 1.5rem 1rem 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.card-image-overlay-zoom .card-label {
  font-size: 0.875rem;
  line-height: 1;
  color: var(--white);
}
.card-image-overlay-zoom .card-content {
  -webkit-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--white);
}
.card-image-overlay-zoom .card-intro {
  padding: 0 1rem 1rem;
}
.card-image-overlay-zoom .card-title {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--white);
}
.card-image-overlay-zoom .card-subtitle {
  font-size: 1.125rem;
  line-height: 1;
  color: var(--white);
}
.card-image-overlay-zoom .card-text p {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.card-image-overlay-zoom .card-footer {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  border: none;
  padding: 0;
}
.card-image-overlay-zoom .card-footer-content {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--white);
  padding: 0 1rem 1.5rem;
}
.card-image-overlay-zoom .card-footer-content p {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.card-image-overlay-zoom .card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.card-image-overlay-zoom .card-image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.card-image-overlay-zoom:hover, .card-image-overlay-zoom:focus {
  box-shadow: 0.125rem 0.125rem 0.25rem 0.125rem rgba(0, 0, 0, 0.25);
  transform: scale(1.05);
}
.card-overlay-slide-down {
  text-align: center;
}
.card-overlay-slide-down .card-content-wrapper-inner:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  transition-property: bottom;
  transition-duration: calc(var(--global-transition-duration) * 2);
  transition-timing-function: var(--global-transition-timing-function);
  transition-delay: var(--global-transition-duration);
  will-change: bottom;
  bottom: 100%;
}
.card-overlay-slide-down .card-header {
  border: none;
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 0;
}
.card-overlay-slide-down .card-header .card-image {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.card-overlay-slide-down .card-label {
  font-size: 0.875rem;
  line-height: 1;
  color: var(--white);
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.8);
}
.card-overlay-slide-down .card-image {
  width: 6.25rem;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
  box-shadow: 0.0625rem 0.0625rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.4);
}
.card-overlay-slide-down .card-content {
  color: var(--white);
  position: relative;
}
.card-overlay-slide-down .card-intro {
  padding: 0 1rem 1rem;
}
.card-overlay-slide-down .card-title {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--white);
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.8);
}
.card-overlay-slide-down .card-subtitle {
  font-size: 1.125rem;
  line-height: 1;
  color: var(--white);
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.8);
  transition-property: opacity;
  transition-duration: calc(var(--global-transition-duration) * 2);
  transition-timing-function: var(--global-transition-timing-function);
  transition-delay: 0ms;
  will-change: opacity;
  opacity: 0;
  pointer-events: none;
}
.card-overlay-slide-down .card-body {
  transition-property: opacity;
  transition-duration: calc(var(--global-transition-duration) * 2);
  transition-timing-function: var(--global-transition-timing-function);
  transition-delay: 0ms;
  will-change: opacity;
  opacity: 0;
  pointer-events: none;
}
.card-overlay-slide-down .card-text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.card-overlay-slide-down .card-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: block;
  display: -webkit-box;
  line-height: 1.25;
  max-height: 80px;
  max-width: 100%;
  font-size: 1em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.card-overlay-slide-down .card-text p:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: transparent;
}
.card-overlay-slide-down .card-footer {
  border: none;
  padding: 0 1rem 1.5rem;
  position: relative;
  transition-property: opacity;
  transition-duration: calc(var(--global-transition-duration) * 2);
  transition-timing-function: var(--global-transition-timing-function);
  transition-delay: 0ms;
  will-change: opacity;
  opacity: 0;
  pointer-events: none;
}
.card-overlay-slide-down .card-footer .card-image {
  margin-top: 1rem;
}
.card-overlay-slide-down .card-footer-content {
  color: var(--white);
}
.card-overlay-slide-down .card-footer-content p {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.card-overlay-slide-down:hover .card-content-wrapper-inner:before, .card-overlay-slide-down:focus .card-content-wrapper-inner:before {
  bottom: 0;
}
.card-overlay-slide-down:hover .card-subtitle, .card-overlay-slide-down:focus .card-subtitle {
  opacity: 1;
  transition-delay: calc(var(--global-transition-duration) * 2.5);
  pointer-events: all;
}
.card-overlay-slide-down:hover .card-body,
.card-overlay-slide-down:hover .card-footer, .card-overlay-slide-down:focus .card-body,
.card-overlay-slide-down:focus .card-footer {
  opacity: 1;
  transition-delay: calc(var(--global-transition-duration) * 3);
  pointer-events: all;
}
.card-overlay-slide-down.card--horizontal {
  text-align: left;
}
.card-overlay-slide-down.card--horizontal .card-image {
  width: 33.33333333%;
  height: 100%;
  overflow: visible;
  border-radius: 0;
  padding-top: 1rem;
}
.card-overlay-slide-down.card--horizontal .card-image .image {
  border-radius: 50%;
  overflow: hidden;
  margin-left: 0.5rem;
}
.card-overlay-slide-down.card--horizontal .card-text {
  transition-property: opacity;
  transition-duration: calc(var(--global-transition-duration) * 2);
  transition-timing-function: var(--global-transition-timing-function);
  transition-delay: 0ms;
  will-change: opacity;
  opacity: 0;
  pointer-events: none;
}
.card-overlay-slide-down.card--horizontal:hover .card-text, .card-overlay-slide-down.card--horizontal:focus .card-text {
  opacity: 1;
  transition-delay: calc(var(--global-transition-duration) * 3);
  pointer-events: all;
}
.card-info-slide-up {
  position: relative;
  background-size: auto 100%;
  transition-property: background-size;
  transition-duration: calc(var(--global-transition-duration) * 2);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: background-size;
}
.card-info-slide-up:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 140%;
}
.card-info-slide-up > .card-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-info-slide-up .card-content-wrapper-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  background-color: var(--black);
}
.card-info-slide-up .card-header {
  border: none;
  padding-right: 4.125rem;
}
.card-info-slide-up .card-lead {
  position: relative;
  z-index: 3;
}
.card-info-slide-up .card-label {
  font-size: 0.875rem;
  line-height: 1;
  color: var(--white);
}
.card-info-slide-up .card-image {
  position: absolute;
  top: 0.375rem;
  right: 1rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  overflow: hidden;
}
.card-info-slide-up .card-image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.card-info-slide-up .card-content {
  position: relative;
  z-index: 3;
  color: var(--white);
}
.card-info-slide-up .card-intro {
  padding: 0 4.125rem 0 1rem;
  overflow: hidden;
  transition-property: max-height, opacity;
  transition-duration: calc(var(--global-transition-duration) * 2);
  transition-timing-function: var(--global-transition-timing-function);
  transition-delay: var(--global-transition-duration);
  will-change: max-height, opacity;
  max-height: 0;
  opacity: 0;
}
.card-info-slide-up .card-title {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--white);
}
.card-info-slide-up .card-subtitle {
  font-size: 1.125rem;
  line-height: 1;
  color: var(--white);
  margin-bottom: 1rem;
}
.card-info-slide-up .card-body {
  padding-bottom: 0.5rem;
  transition-property: max-height, opacity;
  transition-duration: calc(var(--global-transition-duration) * 2);
  transition-timing-function: var(--global-transition-timing-function);
  transition-delay: var(--global-transition-duration);
  will-change: max-height, opacity;
  max-height: 0;
  opacity: 0;
}
.card-info-slide-up .card-text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.card-info-slide-up .card-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: block;
  display: -webkit-box;
  line-height: 1.25;
  max-height: 80px;
  max-width: 100%;
  font-size: 1em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.card-info-slide-up .card-text p:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: transparent;
}
.card-info-slide-up .card-footer {
  border: none;
  position: relative;
  z-index: 3;
  color: var(--white);
  transition-property: max-height, opacity;
  transition-duration: calc(var(--global-transition-duration) * 2);
  transition-timing-function: var(--global-transition-timing-function);
  transition-delay: var(--global-transition-duration);
  will-change: max-height, opacity;
  max-height: 0;
  opacity: 0;
}
.card-info-slide-up:hover .card-intro,
.card-info-slide-up:hover .card-body,
.card-info-slide-up:hover .card-footer, .card-info-slide-up:focus .card-intro,
.card-info-slide-up:focus .card-body,
.card-info-slide-up:focus .card-footer {
  max-height: 31.25rem;
  opacity: 1;
}
.card-full-bg-image {
  border: none;
}
.card-full-bg-image .card-row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.card-full-bg-image .card-image {
  flex: 0 0 auto;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.card-full-bg-image .card-image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.card-full-bg-image .card-body-wrapper {
  flex: 0 0 auto;
  width: 50%;
  z-index: 3;
  background-color: var(--white);
  margin: 1rem;
}
.card-full-bg-image .card-header {
  border: none;
}
.card-full-bg-image .card-intro {
  padding: 0 1rem;
}
.card-full-bg-image .card-title {
  font-size: 1.5rem;
  line-height: 1;
}
.card-full-bg-image .card-subtitle {
  font-size: 1.125rem;
  line-height: 1;
}
.card-full-bg-image .card-text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.card-full-bg-image .card-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: block;
  display: -webkit-box;
  line-height: 1.25;
  max-height: 80px;
  max-width: 100%;
  font-size: 1em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.card-full-bg-image .card-text p:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: transparent;
}
.card-full-bg-image .card-footer {
  border: none;
  padding-top: 0;
}
.card-video-card {
  position: relative;
  position: relative;
  border: none;
  margin-bottom: 6.25rem;
}
.card-video-card:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.card-video-card > .card-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-video-card:before {
  opacity: 0;
  transition-property: opacity;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: opacity;
  background: var(--octonary-primary-diagonal-down);
}
.card-video-card:hover:before, .card-video-card:focus:before {
  opacity: 0.5;
}
.card-video-card:hover .card-content, .card-video-card:focus .card-content {
  transform: translateY(100%);
}
.card-video-card .card-header {
  border: none;
  padding: 0;
}
.card-video-card.inline-video:before {
  opacity: 0;
}
.card-video-card.inline-video .card-content {
  transform: translateY(100%);
}
.card-video-card .card-content {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  transition-property: transform;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: transform;
  transform: translateY(100%);
}
.card-video-card .card-intro {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  padding: 1.25rem 0.3125rem;
}
.card-video-card .card-title {
  font-size: 1.5rem;
  line-height: 1.0416666667;
  color: var(--white);
  font-weight: normal;
  grid-column-start: 1;
  grid-column-end: auto;
  grid-row-start: 2;
  grid-row-end: auto;
  margin-bottom: 0;
}
.card-video-card .card-subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font-size: 1.5rem;
  line-height: 1.0416666667;
  color: var(--white);
  font-weight: normal;
  grid-column-start: 1;
  grid-column-end: auto;
  grid-row-start: 1;
  grid-row-end: auto;
  margin-bottom: 0.5rem;
}
.card-video-card .card-subtitle .name {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 700;
}
.card-video-card .card-subtitle .location {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
}
.card-video-card .card-subtitle .location:before {
  content: "// ";
}

.feature-fifty-fifty {
  background-color: transparent;
  padding: 0;
}
@media (min-width: 62em) {
  .feature-fifty-fifty:not(.feature-vertical).has-image .feature-wrapper {
    grid-template-columns: calc(50% - 12px) auto;
  }
}
@media (min-width: 48em) {
  .feature-fifty-fifty:not(.feature-vertical).has-image .feature-image {
    padding-right: 1.875rem;
    padding-left: 0;
  }
}
@media (min-width: 64em) {
  .feature-fifty-fifty:not(.feature-vertical).has-image .feature-body {
    padding-left: calc(9.3% + 12px);
  }
}
@media (min-width: 62em) {
  .feature-fifty-fifty:not(.feature-vertical).feature-image-right.has-image .feature-wrapper {
    grid-template-columns: auto calc(50% - 12px);
  }
}
@media (min-width: 48em) {
  .feature-fifty-fifty:not(.feature-vertical).feature-image-right.has-image .feature-image {
    padding-left: 1.875rem;
    padding-right: 0;
  }
}
@media (min-width: 64em) {
  .feature-fifty-fifty:not(.feature-vertical).feature-image-right.has-image .feature-body {
    padding-right: calc(9.3% + 12px);
  }
}
.feature-fifty-fifty .feature-body {
  position: relative;
}
.flickity-carousel .flickity-prev-next-button {
  background-color: transparent;
}
.flickity-carousel .flickity-prev-next-button:hover, .flickity-carousel .flickity-prev-next-button:focus {
  box-shadow: none;
}
.flickity-carousel .carousel-cell {
  width: 75%;
}
.flickity-cols-1 .flickity-carousel .carousel-cell {
  width: 100%;
}
@media (min-width: 62em) {
  .jumbotron-fifty-fifty:not(.no-container).has-image .jumbotron--image {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 62em) {
  .jumbotron-fifty-fifty:not(.no-container).has-image .jumbotron--content {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 62em) {
  .jumbotron-fifty-fifty.no-container.has-image .jumbotron--image {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 62em) {
  .jumbotron-fifty-fifty.no-container.has-image .jumbotron--content {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.jumbotron-fifty-fifty .jumbotron--image .image-wrapper {
  height: 100%;
}
.jumbotron-fifty-fifty .jumbotron--image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.jumbotron-card-content-left {
  padding: 3.75rem 0;
}
@media (min-width: 64em) {
  .jumbotron-card-content-left {
    padding: 7.5rem 0;
  }
}
.jumbotron-card-content-left:not(.no-container) .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.jumbotron-card-content-left:not(.no-container).has-image .jumbotron--image, .jumbotron-card-content-left:not(.no-container):not(.has-image) .jumbotron--image {
  padding: 0 2.5rem;
}
@media (min-width: 62em) {
  .jumbotron-card-content-left:not(.no-container).has-image .jumbotron--image, .jumbotron-card-content-left:not(.no-container):not(.has-image) .jumbotron--image {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 2.5rem;
  }
}
.jumbotron-card-content-left:not(.no-container).has-image .jumbotron--content, .jumbotron-card-content-left:not(.no-container):not(.has-image) .jumbotron--content {
  padding: 2rem;
}
@media (min-width: 62em) {
  .jumbotron-card-content-left:not(.no-container).has-image .jumbotron--content, .jumbotron-card-content-left:not(.no-container):not(.has-image) .jumbotron--content {
    flex: 0 0 auto;
    width: 50%;
    padding: 2rem;
  }
}
.jumbotron-card-content-left.no-container.has-image .jumbotron--image, .jumbotron-card-content-left.no-container:not(.has-image) .jumbotron--image {
  padding: 0 2.5rem;
}
@media (min-width: 62em) {
  .jumbotron-card-content-left.no-container.has-image .jumbotron--image, .jumbotron-card-content-left.no-container:not(.has-image) .jumbotron--image {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 2.5rem;
  }
}
.jumbotron-card-content-left.no-container.has-image .jumbotron--content, .jumbotron-card-content-left.no-container:not(.has-image) .jumbotron--content {
  padding: 2rem;
}
@media (min-width: 62em) {
  .jumbotron-card-content-left.no-container.has-image .jumbotron--content, .jumbotron-card-content-left.no-container:not(.has-image) .jumbotron--content {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 2rem;
  }
}
.jumbotron-card-content-left .jumbotron--content {
  background-color: var(--white);
  border-radius: 0.5rem;
}
.jumbotron-card-content-left .jumbotron--label {
  font-size: 0.875rem;
  line-height: 1;
  font-family: "aceh", sans-serif;
  font-weight: 600;
}
.jumbotron-card-content-left .jumbotron--title {
  font-size: 2.125rem;
  line-height: 1.2352941176;
  font-weight: 500;
}
.jumbotron-card-content-left .jumbotron--subtitle {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
.jumbotron-card-content-left .jumbotron--text {
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.jumbotron-card-content-right {
  padding: 3.75rem 0;
}
@media (min-width: 64em) {
  .jumbotron-card-content-right {
    padding: 7.5rem 0;
  }
}
.jumbotron-card-content-right:not(.no-container) .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.jumbotron-card-content-right:not(.no-container).has-image .jumbotron--image, .jumbotron-card-content-right:not(.no-container):not(.has-image) .jumbotron--image {
  padding: 0 2.5rem;
}
@media (min-width: 62em) {
  .jumbotron-card-content-right:not(.no-container).has-image .jumbotron--image, .jumbotron-card-content-right:not(.no-container):not(.has-image) .jumbotron--image {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 2.5rem;
  }
}
.jumbotron-card-content-right:not(.no-container).has-image .jumbotron--content, .jumbotron-card-content-right:not(.no-container):not(.has-image) .jumbotron--content {
  padding: 2rem;
}
@media (min-width: 62em) {
  .jumbotron-card-content-right:not(.no-container).has-image .jumbotron--content, .jumbotron-card-content-right:not(.no-container):not(.has-image) .jumbotron--content {
    flex: 0 0 auto;
    width: 50%;
    padding: 2rem;
  }
}
@media (min-width: 62em) {
  .jumbotron-card-content-right:not(.no-container):not(.has-image) .jumbotron--content {
    margin-left: 50%;
  }
}
.jumbotron-card-content-right.no-container.has-image .jumbotron--image, .jumbotron-card-content-right.no-container:not(.has-image) .jumbotron--image {
  padding: 0 2.5rem;
}
@media (min-width: 62em) {
  .jumbotron-card-content-right.no-container.has-image .jumbotron--image, .jumbotron-card-content-right.no-container:not(.has-image) .jumbotron--image {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 2.5rem;
  }
}
.jumbotron-card-content-right.no-container.has-image .jumbotron--content, .jumbotron-card-content-right.no-container:not(.has-image) .jumbotron--content {
  padding: 2rem;
}
@media (min-width: 62em) {
  .jumbotron-card-content-right.no-container.has-image .jumbotron--content, .jumbotron-card-content-right.no-container:not(.has-image) .jumbotron--content {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 2rem;
  }
}
@media (min-width: 62em) {
  .jumbotron-card-content-right.no-container:not(.has-image) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.jumbotron-card-content-right .jumbotron--content {
  background-color: var(--white);
  border-radius: 0.5rem;
}
.jumbotron-card-content-right .jumbotron--label {
  font-size: 0.875rem;
  line-height: 1;
  font-family: "aceh", sans-serif;
  font-weight: 600;
}
.jumbotron-card-content-right .jumbotron--title {
  font-size: 2.125rem;
  line-height: 1.2352941176;
  font-weight: 500;
}
.jumbotron-card-content-right .jumbotron--subtitle {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
.jumbotron-card-content-right .jumbotron--text {
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.jumbotron-full-height-centered {
  position: relative;
  min-height: 100vh;
}
@media (min-width: 62em) {
  .jumbotron-full-height-centered {
    height: 100vh;
  }
}
.jumbotron-full-height-centered:not(.no-container) .container,
.jumbotron-full-height-centered:not(.no-container) .container-fluid {
  height: 100%;
}
.jumbotron-full-height-centered:not(.no-container) .row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
@media (min-width: 62em) {
  .jumbotron-full-height-centered:not(.no-container).has-image .jumbotron--image {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 62em) {
  .jumbotron-full-height-centered:not(.no-container).has-image .jumbotron--content {
    flex: 0 0 auto;
    width: 100%;
  }
}
.jumbotron-full-height-centered.no-container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 62em) {
  .jumbotron-full-height-centered.no-container.has-image .jumbotron--image {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 62em) {
  .jumbotron-full-height-centered.no-container.has-image .jumbotron--content {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.jumbotron-full-height-centered:not(.no-container) .jumbotron--content, .jumbotron-full-height-centered.no-container .jumbotron--content {
  padding: 3.75rem;
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .jumbotron-full-height-centered:not(.no-container) .jumbotron--content, .jumbotron-full-height-centered.no-container .jumbotron--content {
    padding: 3.75rem 7.5rem;
  }
}
@media (min-width: 87.5em) {
  .jumbotron-full-height-centered:not(.no-container) .jumbotron--content, .jumbotron-full-height-centered.no-container .jumbotron--content {
    padding: 7.5rem 11.25rem;
  }
}
.jumbotron-full-height-centered .jumbotron--image {
  height: 100%;
}
.jumbotron-full-height-centered .jumbotron--image img {
  height: 100%;
  object-fit: cover;
}
.jumbotron-full-height-centered .jumbotron--content {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.125);
}
@media (min-width: 62em) {
  .jumbotron-full-height-centered .jumbotron--content {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}
.jumbotron-full-height-centered .jumbotron--label {
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-weight: 600;
  color: var(--secondary);
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .jumbotron-full-height-centered .jumbotron--label {
    font-size: 1rem;
    line-height: 1;
  }
}
@media (min-width: 64em) and (max-width: 106.73em) {
  .jumbotron-full-height-centered .jumbotron--label {
    font-size: 1.125rem;
    line-height: 1;
  }
}
@media (min-width: 106.75em) {
  .jumbotron-full-height-centered .jumbotron--label {
    font-size: 1.5rem;
    line-height: 1;
  }
}
.jumbotron-full-height-centered .jumbotron--title {
  font-size: 2.5rem;
  line-height: 1;
  color: var(--primary);
  font-weight: bold;
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .jumbotron-full-height-centered .jumbotron--title {
    font-size: 3.5rem;
    line-height: 1;
  }
}
@media (min-width: 64em) and (max-width: 106.73em) {
  .jumbotron-full-height-centered .jumbotron--title {
    font-size: 4.375rem;
    line-height: 1;
  }
}
@media (min-width: 106.75em) {
  .jumbotron-full-height-centered .jumbotron--title {
    font-size: 6.9375rem;
    line-height: 1;
  }
}
.jumbotron-full-height-centered .jumbotron--subtitle {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: var(--secondary);
  margin-bottom: 1.875rem;
  font-weight: 500;
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .jumbotron-full-height-centered .jumbotron--subtitle {
    font-size: 1.125rem;
    line-height: 1;
  }
}
@media (min-width: 64em) and (max-width: 106.73em) {
  .jumbotron-full-height-centered .jumbotron--subtitle {
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media (min-width: 106.75em) {
  .jumbotron-full-height-centered .jumbotron--subtitle {
    font-size: 2.9375rem;
    line-height: 1;
  }
}
.jumbotron-full-height-centered .jumbotron--text {
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.jumbotron-content-overlap-left {
  position: relative;
  padding: 3.75rem 0;
}
@media (min-width: 64em) {
  .jumbotron-content-overlap-left {
    display: grid;
    grid-template-columns: 60% auto;
    grid-template-rows: 1fr auto;
    padding: 5.625rem 2.8125rem;
  }
}
@media (min-width: 64em) {
  .jumbotron-content-overlap-left:not(.no-container) .container {
    display: contents;
  }
}
@media (min-width: 64em) {
  .jumbotron-content-overlap-left:not(.no-container) .row {
    display: contents;
  }
}
@media (min-width: 62em) {
  .jumbotron-content-overlap-left:not(.no-container).has-image .jumbotron--image {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 62em) {
  .jumbotron-content-overlap-left:not(.no-container).has-image .jumbotron--content {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 64em) {
  .jumbotron-content-overlap-left:not(.no-container).has-image.image-left .jumbotron--image {
    grid-column-start: 2;
    grid-column-end: auto;
    grid-row-start: 2;
    grid-row-end: auto;
  }
}
@media (min-width: 64em) {
  .jumbotron-content-overlap-left:not(.no-container).has-image.image-left .jumbotron--content {
    grid-column-start: 2;
    grid-column-end: auto;
    grid-row-start: 1;
    grid-row-end: auto;
  }
}
@media (min-width: 62em) {
  .jumbotron-content-overlap-left.no-container.has-image .jumbotron--image {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 62em) {
  .jumbotron-content-overlap-left.no-container.has-image .jumbotron--content {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 64em) {
  .jumbotron-content-overlap-left.no-container.has-image.image-left .jumbotron--image {
    grid-column-start: 2;
    grid-column-end: auto;
    grid-row-start: 2;
    grid-row-end: auto;
  }
}
@media (min-width: 64em) {
  .jumbotron-content-overlap-left.no-container.has-image.image-left .jumbotron--content {
    grid-column-start: 2;
    grid-column-end: auto;
    grid-row-start: 1;
    grid-row-end: auto;
  }
}
@media (min-width: 64em) {
  .jumbotron-content-overlap-left .jumbotron--image {
    grid-column-start: 2;
    grid-column-end: auto;
    grid-row-start: 1;
    grid-row-end: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
  }
}
@media (min-width: 64em) {
  .jumbotron-content-overlap-left .jumbotron--content {
    grid-column-start: 2;
    grid-column-end: auto;
    grid-row-start: 2;
    grid-row-end: auto;
  }
}
.jumbotron-content-overlap-left .jumbotron--label {
  font-family: "Poppins", sans-serif;
  font-size: 1.4375rem;
  line-height: 1;
  color: var(--tertiary);
  letter-spacing: 0.2625rem;
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  margin-bottom: 0.75rem;
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .jumbotron-content-overlap-left .jumbotron--label {
    font-size: 1.125rem;
    line-height: 1;
  }
}
.jumbotron-content-overlap-left .jumbotron--title {
  font-size: 3.25rem;
  line-height: 1.0384615385;
  color: var(--primary);
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  font-weight: 900;
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .jumbotron-content-overlap-left .jumbotron--title {
    font-size: 1.75rem;
    line-height: 1.0714285714;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .jumbotron-content-overlap-left .jumbotron--title {
    font-size: 2.875rem;
    line-height: 1.0434782609;
  }
}
.jumbotron-content-overlap-left .jumbotron--subtitle {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: var(--denary);
  margin-bottom: 1.875rem;
  letter-spacing: 0.375rem;
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .jumbotron-content-overlap-left .jumbotron--subtitle {
    font-size: 1.125rem;
    line-height: 1;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .jumbotron-content-overlap-left .jumbotron--subtitle {
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media (min-width: 106.75em) {
  .jumbotron-content-overlap-left .jumbotron--subtitle {
    font-size: 2.9375rem;
    line-height: 1;
  }
}
@media (min-width: 64em) {
  .jumbotron-content-overlap-left .jumbotron-inner-blocks {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: auto;
    right: 40%;
    margin-top: -9.375rem;
    z-index: 3;
  }
}
.jumbotron-content-overlap-right {
  position: relative;
  padding: 3.75rem 0;
}
@media (min-width: 64em) {
  .jumbotron-content-overlap-right {
    display: grid;
    grid-template-columns: 40% auto;
    grid-template-rows: 1fr auto;
    padding: 5.625rem 2.8125rem;
  }
}
@media (min-width: 64em) {
  .jumbotron-content-overlap-right:not(.no-container) .container {
    display: contents;
  }
}
@media (min-width: 64em) {
  .jumbotron-content-overlap-right:not(.no-container) .row {
    display: contents;
  }
}
@media (min-width: 62em) {
  .jumbotron-content-overlap-right:not(.no-container).has-image .jumbotron--image {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 62em) {
  .jumbotron-content-overlap-right:not(.no-container).has-image .jumbotron--content {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 64em) {
  .jumbotron-content-overlap-right:not(.no-container).has-image.image-left .jumbotron--image {
    grid-column-start: 1;
    grid-column-end: auto;
    grid-row-start: 2;
    grid-row-end: auto;
  }
}
@media (min-width: 64em) {
  .jumbotron-content-overlap-right:not(.no-container).has-image.image-left .jumbotron--content {
    grid-column-start: 1;
    grid-column-end: auto;
    grid-row-start: 1;
    grid-row-end: auto;
  }
}
@media (min-width: 62em) {
  .jumbotron-content-overlap-right.no-container.has-image .jumbotron--image {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 62em) {
  .jumbotron-content-overlap-right.no-container.has-image .jumbotron--content {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 64em) {
  .jumbotron-content-overlap-right.no-container.has-image.image-left .jumbotron--image {
    grid-column-start: 2;
    grid-column-end: auto;
    grid-row-start: 2;
    grid-row-end: auto;
  }
}
@media (min-width: 64em) {
  .jumbotron-content-overlap-right.no-container.has-image.image-left .jumbotron--content {
    grid-column-start: 2;
    grid-column-end: auto;
    grid-row-start: 1;
    grid-row-end: auto;
  }
}
@media (min-width: 64em) {
  .jumbotron-content-overlap-right .jumbotron--image {
    grid-column-start: 1;
    grid-column-end: auto;
    grid-row-start: 1;
    grid-row-end: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
  }
}
@media (min-width: 64em) {
  .jumbotron-content-overlap-right .jumbotron--content {
    grid-column-start: 1;
    grid-column-end: auto;
    grid-row-start: 2;
    grid-row-end: auto;
  }
}
.jumbotron-content-overlap-right .jumbotron--label {
  font-family: "Poppins", sans-serif;
  font-size: 1.4375rem;
  line-height: 1;
  color: var(--tertiary);
  letter-spacing: 0.2625rem;
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  margin-bottom: 0.75rem;
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .jumbotron-content-overlap-right .jumbotron--label {
    font-size: 1.125rem;
    line-height: 1;
  }
}
.jumbotron-content-overlap-right .jumbotron--title {
  font-size: 3.25rem;
  line-height: 1.0384615385;
  color: var(--primary);
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  font-weight: 900;
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .jumbotron-content-overlap-right .jumbotron--title {
    font-size: 1.75rem;
    line-height: 1.0714285714;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .jumbotron-content-overlap-right .jumbotron--title {
    font-size: 2.875rem;
    line-height: 1.0434782609;
  }
}
.jumbotron-content-overlap-right .jumbotron--subtitle {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: var(--denary);
  margin-bottom: 1.875rem;
  letter-spacing: 0.375rem;
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .jumbotron-content-overlap-right .jumbotron--subtitle {
    font-size: 1.125rem;
    line-height: 1;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .jumbotron-content-overlap-right .jumbotron--subtitle {
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media (min-width: 106.75em) {
  .jumbotron-content-overlap-right .jumbotron--subtitle {
    font-size: 2.9375rem;
    line-height: 1;
  }
}
@media (min-width: 64em) {
  .jumbotron-content-overlap-right .jumbotron-inner-blocks {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: auto;
    left: 40%;
    margin-top: -9.375rem;
    z-index: 3;
  }
}
.jumbotron-gradient-overlay-left {
  padding: 7.5rem 0;
}
@media (min-width: 64em) {
  .jumbotron-gradient-overlay-left {
    padding: 15rem 0;
  }
}
.jumbotron-gradient-overlay-left:not(.no-container) .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.jumbotron-gradient-overlay-left:not(.no-container).has-image .jumbotron--image, .jumbotron-gradient-overlay-left:not(.no-container):not(.has-image) .jumbotron--image {
  padding: 0 2.5rem;
}
@media (min-width: 62em) {
  .jumbotron-gradient-overlay-left:not(.no-container).has-image .jumbotron--image, .jumbotron-gradient-overlay-left:not(.no-container):not(.has-image) .jumbotron--image {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 2.5rem;
  }
}
.jumbotron-gradient-overlay-left:not(.no-container).has-image .jumbotron--content, .jumbotron-gradient-overlay-left:not(.no-container):not(.has-image) .jumbotron--content {
  padding: 2rem;
}
@media (min-width: 62em) {
  .jumbotron-gradient-overlay-left:not(.no-container).has-image .jumbotron--content, .jumbotron-gradient-overlay-left:not(.no-container):not(.has-image) .jumbotron--content {
    flex: 0 0 auto;
    width: 50%;
    padding: 2rem;
  }
}
.jumbotron-gradient-overlay-left.no-container.has-image .jumbotron--image, .jumbotron-gradient-overlay-left.no-container:not(.has-image) .jumbotron--image {
  padding: 0 2.5rem;
}
@media (min-width: 62em) {
  .jumbotron-gradient-overlay-left.no-container.has-image .jumbotron--image, .jumbotron-gradient-overlay-left.no-container:not(.has-image) .jumbotron--image {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 2.5rem;
  }
}
.jumbotron-gradient-overlay-left.no-container.has-image .jumbotron--content, .jumbotron-gradient-overlay-left.no-container:not(.has-image) .jumbotron--content {
  padding: 2rem;
}
@media (min-width: 62em) {
  .jumbotron-gradient-overlay-left.no-container.has-image .jumbotron--content, .jumbotron-gradient-overlay-left.no-container:not(.has-image) .jumbotron--content {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 2rem;
  }
}
.jumbotron-gradient-overlay-left.gradient-primary-secondary-horizontal .bg {
  background: var(--primary-secondary-horizontal);
}
.jumbotron-gradient-overlay-left.gradient-tertiary-quaternary-vertical .bg {
  background: var(--tertiary-quaternary-vertical);
}
.jumbotron-gradient-overlay-left.gradient-quinary-senary-diagonal-up .bg {
  background: var(--quinary-senary-diagonal-up);
}
.jumbotron-gradient-overlay-left.gradient-septenary-octonary-diagonal-down .bg {
  background: var(--septenary-octonary-diagonal-down);
}
.jumbotron-gradient-overlay-left.gradient-nonary-denary-diagonal-down .bg {
  background: var(--nonary-denary-diagonal-down);
}
.jumbotron-gradient-overlay-left.gradient-primary-secondary-radial .bg {
  background: var(--primary-secondary-radial);
}
.jumbotron-gradient-overlay-left .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.7;
}
.jumbotron-gradient-overlay-left .jumbotron--image {
  position: relative;
  z-index: 3;
}
.jumbotron-gradient-overlay-left .jumbotron--content {
  position: relative;
  z-index: 3;
}
.jumbotron-gradient-overlay-left .jumbotron--label {
  font-size: 0.875rem;
  line-height: 1;
  font-family: "aceh", sans-serif;
  font-weight: 600;
}
.jumbotron-gradient-overlay-left .jumbotron--title {
  font-size: 2.125rem;
  line-height: 1.2352941176;
  font-weight: 500;
}
.jumbotron-gradient-overlay-left .jumbotron--subtitle {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
.jumbotron-gradient-overlay-left .jumbotron--text {
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.jumbotron-gradient-overlay-right {
  padding: 7.5rem 0;
}
@media (min-width: 64em) {
  .jumbotron-gradient-overlay-right {
    padding: 15rem 0;
  }
}
.jumbotron-gradient-overlay-right:not(.no-container) .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.jumbotron-gradient-overlay-right:not(.no-container).has-image .jumbotron--image, .jumbotron-gradient-overlay-right:not(.no-container):not(.has-image) .jumbotron--image {
  padding: 0 2.5rem;
}
@media (min-width: 62em) {
  .jumbotron-gradient-overlay-right:not(.no-container).has-image .jumbotron--image, .jumbotron-gradient-overlay-right:not(.no-container):not(.has-image) .jumbotron--image {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 2.5rem;
  }
}
.jumbotron-gradient-overlay-right:not(.no-container).has-image .jumbotron--content, .jumbotron-gradient-overlay-right:not(.no-container):not(.has-image) .jumbotron--content {
  padding: 2rem;
}
@media (min-width: 62em) {
  .jumbotron-gradient-overlay-right:not(.no-container).has-image .jumbotron--content, .jumbotron-gradient-overlay-right:not(.no-container):not(.has-image) .jumbotron--content {
    flex: 0 0 auto;
    width: 50%;
    padding: 2rem;
  }
}
@media (min-width: 62em) {
  .jumbotron-gradient-overlay-right:not(.no-container):not(.has-image) .jumbotron--content {
    margin-left: 50%;
  }
}
.jumbotron-gradient-overlay-right.no-container.has-image .jumbotron--image, .jumbotron-gradient-overlay-right.no-container:not(.has-image) .jumbotron--image {
  padding: 0 2.5rem;
}
@media (min-width: 62em) {
  .jumbotron-gradient-overlay-right.no-container.has-image .jumbotron--image, .jumbotron-gradient-overlay-right.no-container:not(.has-image) .jumbotron--image {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 2.5rem;
  }
}
.jumbotron-gradient-overlay-right.no-container.has-image .jumbotron--content, .jumbotron-gradient-overlay-right.no-container:not(.has-image) .jumbotron--content {
  padding: 2rem;
}
@media (min-width: 62em) {
  .jumbotron-gradient-overlay-right.no-container.has-image .jumbotron--content, .jumbotron-gradient-overlay-right.no-container:not(.has-image) .jumbotron--content {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 2rem;
  }
}
@media (min-width: 62em) {
  .jumbotron-gradient-overlay-right.no-container:not(.has-image) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.jumbotron-gradient-overlay-right.gradient-primary-secondary-horizontal .bg {
  background: var(--primary-secondary-horizontal);
}
.jumbotron-gradient-overlay-right.gradient-tertiary-quaternary-vertical .bg {
  background: var(--tertiary-quaternary-vertical);
}
.jumbotron-gradient-overlay-right.gradient-quinary-senary-diagonal-up .bg {
  background: var(--quinary-senary-diagonal-up);
}
.jumbotron-gradient-overlay-right.gradient-septenary-octonary-diagonal-down .bg {
  background: var(--septenary-octonary-diagonal-down);
}
.jumbotron-gradient-overlay-right.gradient-nonary-denary-diagonal-down .bg {
  background: var(--nonary-denary-diagonal-down);
}
.jumbotron-gradient-overlay-right.gradient-primary-secondary-radial .bg {
  background: var(--primary-secondary-radial);
}
.jumbotron-gradient-overlay-right .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.7;
}
.jumbotron-gradient-overlay-right .jumbotron--image {
  position: relative;
  z-index: 3;
}
.jumbotron-gradient-overlay-right .jumbotron--content {
  position: relative;
  z-index: 3;
}
.jumbotron-gradient-overlay-right .jumbotron--label {
  font-size: 0.875rem;
  line-height: 1;
  font-family: "aceh", sans-serif;
  font-weight: 600;
}
.jumbotron-gradient-overlay-right .jumbotron--title {
  font-size: 2.125rem;
  line-height: 1.2352941176;
  font-weight: 500;
}
.jumbotron-gradient-overlay-right .jumbotron--subtitle {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
.jumbotron-gradient-overlay-right .jumbotron--text {
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.jumbotron-angles-left {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 18.75rem 0 0;
  position: relative;
}
@media (min-width: 64em) {
  .jumbotron-angles-left {
    padding: 0;
  }
}
.jumbotron-angles-left:not(.no-container) .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 63.98em) {
  .jumbotron-angles-left:not(.no-container).has-image .jumbotron--image, .jumbotron-angles-left:not(.no-container):not(.has-image) .jumbotron--image {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .jumbotron-angles-left:not(.no-container).has-image .jumbotron--image, .jumbotron-angles-left:not(.no-container):not(.has-image) .jumbotron--image {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 64em) {
  .jumbotron-angles-left:not(.no-container).has-image .jumbotron--image, .jumbotron-angles-left:not(.no-container):not(.has-image) .jumbotron--image {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .jumbotron-angles-left:not(.no-container).has-image .jumbotron--content, .jumbotron-angles-left:not(.no-container):not(.has-image) .jumbotron--content {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 64em) {
  .jumbotron-angles-left:not(.no-container).has-image .jumbotron--content, .jumbotron-angles-left:not(.no-container):not(.has-image) .jumbotron--content {
    flex: 0 0 auto;
    width: 50%;
  }
}
.jumbotron-angles-left.no-container {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media (max-width: 63.98em) {
  .jumbotron-angles-left.no-container.has-image .jumbotron--image, .jumbotron-angles-left.no-container:not(.has-image) .jumbotron--image {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .jumbotron-angles-left.no-container.has-image .jumbotron--image, .jumbotron-angles-left.no-container:not(.has-image) .jumbotron--image {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 64em) {
  .jumbotron-angles-left.no-container.has-image .jumbotron--image, .jumbotron-angles-left.no-container:not(.has-image) .jumbotron--image {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .jumbotron-angles-left.no-container.has-image .jumbotron--content, .jumbotron-angles-left.no-container:not(.has-image) .jumbotron--content {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 64em) {
  .jumbotron-angles-left.no-container.has-image .jumbotron--content, .jumbotron-angles-left.no-container:not(.has-image) .jumbotron--content {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.jumbotron-angles-left .jumbotron--image {
  z-index: 3;
  padding-bottom: 2rem;
}
.jumbotron-angles-left .jumbotron--image .image {
  max-width: 9.375rem;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}
@media (min-width: 64em) {
  .jumbotron-angles-left .jumbotron--image .image {
    max-width: 12.5rem;
    left: auto;
    right: 1.5rem;
  }
}
.jumbotron-angles-left .jumbotron--content {
  position: relative;
  z-index: 3;
  background-color: var(--tertiary);
}
@media (min-width: 64em) {
  .jumbotron-angles-left .jumbotron--content {
    background-color: var(--white);
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .jumbotron-angles-left .jumbotron--content {
    padding: 4rem 2rem 4rem 4rem;
  }
}
@media (min-width: 87.5em) and (max-width: 106.73em) {
  .jumbotron-angles-left .jumbotron--content {
    padding: 5.625rem 60.25rem 5.625rem 5.625rem;
  }
}
@media (min-width: 106.75em) {
  .jumbotron-angles-left .jumbotron--content {
    padding: 7.5rem 4rem 7.5rem 5.625rem;
  }
}
.jumbotron-angles-left .jumbotron--content:before {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 500 60' enable-background='new 0 0 500 60' xml:space='preserve'%3E%3Cg%3E%3Cpolygon fill='%23009dc4' points='500,60 500,60 0,60 0,0 0,0 '/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  height: 5.3125rem;
  z-index: 3;
}
@media (min-width: 64em) {
  .jumbotron-angles-left .jumbotron--content:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: static;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: auto;
    height: auto;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E%3Cg%3E%3Cpolygon fill='%23fff' points='0,0 0,0 0,500 60,500 60,500 '/%3E%3C/g%3E%3C/svg%3E%0A");
    margin-left: -0.125rem;
    margin-bottom: 0;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .jumbotron-angles-left .jumbotron--content:before {
    width: 4rem;
  }
}
@media (min-width: 87.5em) {
  .jumbotron-angles-left .jumbotron--content:before {
    width: 5rem;
  }
}
.jumbotron-angles-left .jumbotron--content:after {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 162 60' enable-background='new 0 0 162 60' xml:space='preserve'%3E%3Cpolygon fill='%23fff' points='162,60 162,0 0,60 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  height: 5.3125rem;
  z-index: 0;
}
@media (min-width: 64em) {
  .jumbotron-angles-left .jumbotron--content:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: static;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: auto;
    height: auto;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 162' enable-background='new 0 0 60 162' xml:space='preserve'%3E%3Cpolygon fill='%23009dc4' points='0,0 60,0 0,162 '/%3E%3C/svg%3E%0A");
    background-position: left top;
    margin-left: -0.0625rem;
    margin-bottom: 0;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .jumbotron-angles-left .jumbotron--content:after {
    width: 5.125rem;
  }
}
@media (min-width: 87.5em) {
  .jumbotron-angles-left .jumbotron--content:after {
    width: 6.25rem;
  }
}
.jumbotron-angles-left .jumbotron--content .content-wrapper {
  max-width: 32.5rem;
  margin: 0 auto;
}
@media (min-width: 64em) {
  .jumbotron-angles-left .jumbotron--content .content-wrapper {
    max-width: 23.75rem;
    margin: 0 auto;
  }
}
.jumbotron-angles-left .jumbotron--label {
  font-size: 0.875rem;
  line-height: 1;
  font-family: "aceh", sans-serif;
  font-weight: 600;
}
@media (max-width: 63.98em) {
  .jumbotron-angles-left .jumbotron--label {
    visibility: hidden;
    display: none;
  }
}
.jumbotron-angles-left .jumbotron--title {
  font-size: 3.125rem;
  line-height: 1.16;
  font-weight: 700;
  color: var(--tertiary);
}
@media (max-width: 63.98em) {
  .jumbotron-angles-left .jumbotron--title {
    visibility: hidden;
    display: none;
  }
}
@media (min-width: 64em) {
  .jumbotron-angles-left .jumbotron--title {
    font-size: 4.25rem;
    line-height: 1.1176470588;
  }
}
.jumbotron-angles-left .jumbotron--subtitle {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
@media (max-width: 63.98em) {
  .jumbotron-angles-left .jumbotron--subtitle {
    visibility: hidden;
    display: none;
  }
}
.jumbotron-angles-left .jumbotron--text {
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
@media (max-width: 63.98em) {
  .jumbotron-angles-left .jumbotron--text {
    visibility: hidden;
    display: none;
  }
}
.jumbotron-angles-left .jumbotron-inner-blocks {
  max-width: 32.5rem;
  margin: 0 auto;
}
@media (min-width: 64em) {
  .jumbotron-angles-left .jumbotron-inner-blocks {
    max-width: 23.75rem;
    margin: 0 auto;
  }
}
.jumbotron-angles-right {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 18.75rem 0 0;
  position: relative;
}
@media (min-width: 64em) {
  .jumbotron-angles-right {
    padding: 0;
  }
}
.jumbotron-angles-right:not(.no-container) .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.jumbotron-angles-right:not(.no-container).has-image .jumbotron--image, .jumbotron-angles-right:not(.no-container):not(.has-image) .jumbotron--image {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .jumbotron-angles-right:not(.no-container).has-image .jumbotron--image, .jumbotron-angles-right:not(.no-container):not(.has-image) .jumbotron--image {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 64em) {
  .jumbotron-angles-right:not(.no-container).has-image .jumbotron--image, .jumbotron-angles-right:not(.no-container):not(.has-image) .jumbotron--image {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .jumbotron-angles-right:not(.no-container).has-image .jumbotron--content, .jumbotron-angles-right:not(.no-container):not(.has-image) .jumbotron--content {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 64em) {
  .jumbotron-angles-right:not(.no-container).has-image .jumbotron--content, .jumbotron-angles-right:not(.no-container):not(.has-image) .jumbotron--content {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 48em) {
  .jumbotron-angles-right:not(.no-container):not(.has-image) .jumbotron--content {
    margin-left: 0;
  }
}
@media (min-width: 64em) {
  .jumbotron-angles-right:not(.no-container):not(.has-image) .jumbotron--content {
    margin-left: 50%;
  }
}
.jumbotron-angles-right.no-container {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.jumbotron-angles-right.no-container.has-image .jumbotron--image, .jumbotron-angles-right.no-container:not(.has-image) .jumbotron--image {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .jumbotron-angles-right.no-container.has-image .jumbotron--image, .jumbotron-angles-right.no-container:not(.has-image) .jumbotron--image {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 64em) {
  .jumbotron-angles-right.no-container.has-image .jumbotron--image, .jumbotron-angles-right.no-container:not(.has-image) .jumbotron--image {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .jumbotron-angles-right.no-container.has-image .jumbotron--content, .jumbotron-angles-right.no-container:not(.has-image) .jumbotron--content {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 64em) {
  .jumbotron-angles-right.no-container.has-image .jumbotron--content, .jumbotron-angles-right.no-container:not(.has-image) .jumbotron--content {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 64em) {
  .jumbotron-angles-right.no-container:not(.has-image) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.jumbotron-angles-right .jumbotron--image {
  z-index: 3;
  padding-bottom: 2rem;
}
.jumbotron-angles-right .jumbotron--image .image {
  max-width: 9.375rem;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}
@media (min-width: 64em) {
  .jumbotron-angles-right .jumbotron--image .image {
    max-width: 12.5rem;
  }
}
.jumbotron-angles-right .jumbotron--content {
  position: relative;
  z-index: 3;
  background-color: var(--tertiary);
}
@media (min-width: 64em) {
  .jumbotron-angles-right .jumbotron--content {
    background-color: var(--white);
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .jumbotron-angles-right .jumbotron--content {
    padding: 4rem 4rem 4rem 2rem;
  }
}
@media (min-width: 87.5em) and (max-width: 106.73em) {
  .jumbotron-angles-right .jumbotron--content {
    padding: 5.625rem 5.625rem 5.625rem 4rem;
  }
}
@media (min-width: 106.75em) {
  .jumbotron-angles-right .jumbotron--content {
    padding: 7.5rem 5.625rem 7.5rem 4rem;
  }
}
.jumbotron-angles-right .jumbotron--content:before {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 500 60' enable-background='new 0 0 500 60' xml:space='preserve'%3E%3Cg%3E%3Cpolygon fill='%23009dc4' points='0,60 0,60 500,60 500,0 500,0 '/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  height: 5.3125rem;
  z-index: 3;
}
@media (min-width: 64em) {
  .jumbotron-angles-right .jumbotron--content:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: static;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 100%;
    height: auto;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 500' enable-background='new 0 0 60 500' xml:space='preserve'%3E%3Cg%3E%3Cpolygon fill='%23fff' points='60,0 60,0 60,500 0,500 0,500 '/%3E%3C/g%3E%3C/svg%3E%0A");
    margin-right: -0.125rem;
    margin-bottom: 0;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .jumbotron-angles-right .jumbotron--content:before {
    width: 4rem;
  }
}
@media (min-width: 87.5em) {
  .jumbotron-angles-right .jumbotron--content:before {
    width: 5rem;
  }
}
.jumbotron-angles-right .jumbotron--content:after {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 100%;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 162 60' enable-background='new 0 0 162 60' xml:space='preserve'%3E%3Cpolygon fill='%23fff' points='0,60 0,0 162,60 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  height: 5.3125rem;
  z-index: 0;
}
@media (min-width: 64em) {
  .jumbotron-angles-right .jumbotron--content:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: static;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 100%;
    height: auto;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 162' enable-background='new 0 0 60 162' xml:space='preserve'%3E%3Cpolygon fill='%23009dc4' points='60,0 0,0 60,162 '/%3E%3C/svg%3E%0A");
    background-position: right top;
    margin-right: -0.0625rem;
    margin-bottom: 0;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .jumbotron-angles-right .jumbotron--content:after {
    width: 5.125rem;
  }
}
@media (min-width: 87.5em) {
  .jumbotron-angles-right .jumbotron--content:after {
    width: 6.25rem;
  }
}
.jumbotron-angles-right .jumbotron--content .content-wrapper {
  max-width: 32.5rem;
  margin: 0 auto;
}
@media (min-width: 64em) {
  .jumbotron-angles-right .jumbotron--content .content-wrapper {
    max-width: 23.75rem;
    margin: 0 auto;
  }
}
.jumbotron-angles-right .jumbotron--label {
  font-size: 0.875rem;
  line-height: 1;
  font-family: "aceh", sans-serif;
  font-weight: 600;
}
@media (max-width: 63.98em) {
  .jumbotron-angles-right .jumbotron--label {
    visibility: hidden;
    display: none;
  }
}
.jumbotron-angles-right .jumbotron--title {
  font-size: 3.125rem;
  line-height: 1.16;
  font-weight: 700;
  color: var(--tertiary);
}
@media (max-width: 63.98em) {
  .jumbotron-angles-right .jumbotron--title {
    visibility: hidden;
    display: none;
  }
}
@media (min-width: 64em) {
  .jumbotron-angles-right .jumbotron--title {
    font-size: 4.25rem;
    line-height: 1.1176470588;
  }
}
.jumbotron-angles-right .jumbotron--subtitle {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
@media (max-width: 63.98em) {
  .jumbotron-angles-right .jumbotron--subtitle {
    visibility: hidden;
    display: none;
  }
}
.jumbotron-angles-right .jumbotron--text {
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
@media (max-width: 63.98em) {
  .jumbotron-angles-right .jumbotron--text {
    visibility: hidden;
    display: none;
  }
}
.jumbotron-angles-right .jumbotron-inner-blocks {
  max-width: 32.5rem;
  margin: 0 auto;
}
@media (min-width: 64em) {
  .jumbotron-angles-right .jumbotron-inner-blocks {
    max-width: 23.75rem;
    margin: 0 auto;
  }
}
.jumbotron-content-overlay-bottom {
  position: relative;
}
.jumbotron-content-overlay-bottom:not(.no-container) .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.jumbotron-content-overlay-bottom:not(.no-container).has-image .jumbotron--image, .jumbotron-content-overlay-bottom:not(.no-container):not(.has-image) .jumbotron--image {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
@media (min-width: 48em) {
  .jumbotron-content-overlay-bottom:not(.no-container).has-image .jumbotron--image, .jumbotron-content-overlay-bottom:not(.no-container):not(.has-image) .jumbotron--image {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 48em) {
  .jumbotron-content-overlay-bottom:not(.no-container).has-image .jumbotron--content, .jumbotron-content-overlay-bottom:not(.no-container):not(.has-image) .jumbotron--content {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 48em) {
  .jumbotron-content-overlay-bottom:not(.no-container):not(.has-image) .jumbotron--content {
    margin-left: 0;
  }
}
.jumbotron-content-overlay-bottom.no-container {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.jumbotron-content-overlay-bottom.no-container.has-image .jumbotron--image, .jumbotron-content-overlay-bottom.no-container:not(.has-image) .jumbotron--image {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
@media (min-width: 48em) {
  .jumbotron-content-overlay-bottom.no-container.has-image .jumbotron--image, .jumbotron-content-overlay-bottom.no-container:not(.has-image) .jumbotron--image {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 48em) {
  .jumbotron-content-overlay-bottom.no-container.has-image .jumbotron--content, .jumbotron-content-overlay-bottom.no-container:not(.has-image) .jumbotron--content {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.jumbotron-content-overlay-bottom.no-container:not(.has-image) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (min-width: 64em) {
  .jumbotron-content-overlay-bottom.no-container:not(.has-image) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 48em) {
  .jumbotron-content-overlay-bottom.has-image .jumbotron--content {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
  }
}
.jumbotron-content-overlay-bottom:not(.has-image) {
  min-height: 37.5rem;
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .jumbotron-content-overlay-bottom:not(.has-image) {
    min-height: 50rem;
  }
}
@media (min-width: 87.5em) and (max-width: 106.73em) {
  .jumbotron-content-overlay-bottom:not(.has-image) {
    min-height: 62.5rem;
  }
}
@media (min-width: 106.75em) {
  .jumbotron-content-overlay-bottom:not(.has-image) {
    min-height: 75rem;
  }
}
.jumbotron-content-overlay-bottom:not(.has-image) .jumbotron--content {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
}
.jumbotron-content-overlay-bottom .jumbotron--image {
  position: relative;
  overflow: hidden;
  transition: opacity var(--global-transition-duration) var(--global-transition-timing-function);
  will-change: opacity;
}
.jumbotron-content-overlay-bottom .jumbotron--image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.jumbotron-content-overlay-bottom .jumbotron--image > .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 61.98em) {
  .jumbotron-content-overlay-bottom .jumbotron--image {
    opacity: 0;
    pointer-events: none;
  }
}
.jumbotron-content-overlay-bottom .jumbotron--image .image-wrapper {
  height: 100%;
}
.jumbotron-content-overlay-bottom .jumbotron--image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.jumbotron-content-overlay-bottom .jumbotron--content {
  background-color: rgba(0, 0, 0, 0.72);
  color: var(--white);
  padding: 2rem 1.5rem;
}
.jumbotron-content-overlay-bottom .jumbotron--title {
  font-size: 1.75rem;
  line-height: 1.2142857143;
  font-weight: 700;
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .jumbotron-content-overlay-bottom .jumbotron--title {
    font-size: 2rem;
    line-height: 1.1875;
  }
}
@media (min-width: 64em) and (max-width: 106.73em) {
  .jumbotron-content-overlay-bottom .jumbotron--title {
    font-size: 2.75rem;
    line-height: 1.1363636364;
  }
}
@media (min-width: 106.75em) {
  .jumbotron-content-overlay-bottom .jumbotron--title {
    font-size: 3.625rem;
    line-height: 1.1034482759;
  }
}
.jumbotron-homepage-hero {
  position: relative;
  padding-bottom: 6.125rem;
  padding-top: 6.125rem;
}
@media (min-width: 48em) and (max-width: 87.48em) {
  .jumbotron-homepage-hero {
    padding-top: 11.375rem;
  }
}
@media (min-width: 87.5em) and (max-width: 143.73em) {
  .jumbotron-homepage-hero {
    padding-top: 11rem;
    padding-bottom: 8.25rem;
  }
}
@media (min-width: 143.75em) {
  .jumbotron-homepage-hero {
    padding-top: 20rem;
    padding-bottom: 11.5rem;
  }
}
.page-loaded .jumbotron-homepage-hero {
  opacity: 1;
}
@media (min-width: 87.5em) {
  .animated .jumbotron-homepage-hero {
    height: 85vh;
  }
}
.jumbotron-homepage-hero:before {
  content: url("../files/Wordmark-TAG-NegativeBlueDot.svg");
  display: block;
  position: absolute;
  top: 3.75rem;
  right: 1rem;
  z-index: 3;
  transition: opacity var(--global-transition-duration) var(--global-transition-timing-function);
  will-change: opacity;
  opacity: 1;
  font-weight: bold;
  width: 1rem;
}
@media (min-width: 62em) {
  .jumbotron-homepage-hero:before {
    content: url("../files/Wordmark-TAG-NegativeBlueDot.svg");
    right: 2.5rem;
    width: 1rem;
  }
}
@media (min-width: 87.5em) {
  .jumbotron-homepage-hero:before {
    top: 3.5rem;
  }
}
.jumbotron-homepage-hero:not(.no-container) .jumbotron--image {
  padding: 0;
}
@media (min-width: 48em) {
  .jumbotron-homepage-hero:not(.no-container) .jumbotron--image {
    flex: 0 0 auto;
    width: 66.66666667%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: -16.6666666667%;
  }
}
.jumbotron-homepage-hero:not(.no-container) .jumbotron--content {
  margin-top: -2.125rem;
  padding-left: 1.875rem;
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .jumbotron-homepage-hero:not(.no-container) .jumbotron--content {
    margin-top: -1.6875rem;
  }
}
@media (min-width: 48em) {
  .jumbotron-homepage-hero:not(.no-container) .jumbotron--content {
    flex: 0 0 auto;
    width: 50%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 0;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .jumbotron-homepage-hero:not(.no-container) .jumbotron--content {
    padding-left: 4.375rem;
  }
}
@media (min-width: 87.5em) {
  .jumbotron-homepage-hero:not(.no-container) .jumbotron--content {
    padding-left: 8.75rem;
  }
}
.jumbotron-homepage-hero:not(.no-container).has-image .jumbotron--image {
  padding: 0;
}
@media (min-width: 48em) {
  .jumbotron-homepage-hero:not(.no-container).has-image .jumbotron--image {
    flex: 0 0 auto;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: -11.25rem 0 0 0;
  }
}
.jumbotron-homepage-hero:not(.no-container).has-image .jumbotron--content {
  margin-top: -2.125rem;
  padding-left: 1.875rem;
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .jumbotron-homepage-hero:not(.no-container).has-image .jumbotron--content {
    margin-top: -1.6875rem;
  }
}
@media (min-width: 48em) {
  .jumbotron-homepage-hero:not(.no-container).has-image .jumbotron--content {
    flex: 0 0 auto;
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 0;
  }
}
.jumbotron-homepage-hero.no-container .jumbotron--image {
  padding: 0;
}
@media (min-width: 48em) {
  .jumbotron-homepage-hero.no-container .jumbotron--image {
    -webkit-box-flex: 0 0 66.6666666667%;
    -webkit-flex: 0 0 66.6666666667%;
    -moz-box-flex: 0 0 66.6666666667%;
    -moz-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: -16.6666666667%;
  }
}
.jumbotron-homepage-hero.no-container .jumbotron--content {
  margin-top: -1.5625rem;
  padding-left: 1.875rem;
}
@media (min-width: 48em) {
  .jumbotron-homepage-hero.no-container .jumbotron--content {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 0;
  }
}
.jumbotron-homepage-hero.no-container.has-image .jumbotron--image {
  padding: 0;
}
@media (min-width: 48em) {
  .jumbotron-homepage-hero.no-container.has-image .jumbotron--image {
    -webkit-box-flex: 0 0 66.6666666667%;
    -webkit-flex: 0 0 66.6666666667%;
    -moz-box-flex: 0 0 66.6666666667%;
    -moz-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: -16.6666666667%;
  }
}
.jumbotron-homepage-hero.no-container.has-image .jumbotron--content {
  margin-top: -1.5625rem;
  padding-left: 1.875rem;
}
@media (min-width: 48em) {
  .jumbotron-homepage-hero.no-container.has-image .jumbotron--content {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 0;
  }
}
.jumbotron-homepage-hero.has-image {
  padding-top: 0;
}
@media (min-width: 48em) {
  .jumbotron-homepage-hero.has-image {
    padding-top: 6.5rem;
  }
}
@media (min-width: 87.5em) {
  .animated .jumbotron-homepage-hero.has-image {
    height: 85vh;
  }
}
.jumbotron-homepage-hero.has-image:before {
  top: 7rem;
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .jumbotron-homepage-hero.has-image:before {
    top: 2.75rem;
  }
}
@media (min-width: 87.5em) {
  .jumbotron-homepage-hero.has-image:before {
    top: 3.5rem;
  }
}
.jumbotron-homepage-hero.has-image .play--reel,
.jumbotron-homepage-hero.has-image .hero-video {
  max-width: 62.5rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .jumbotron-homepage-hero.has-image .jumbotron--title {
    text-align: center;
  }
}
@media (min-width: 48em) {
  .jumbotron-homepage-hero.has-image .jumbotron--subtitle {
    text-align: center;
    width: calc(100% - 42px);
  }
}
.jumbotron-homepage-hero .jumbotron--image {
  z-index: 2;
  position: relative;
}
.jumbotron-homepage-hero .jumbotron--image:hover .play--reel, .jumbotron-homepage-hero .jumbotron--image:focus .play--reel {
  opacity: 1;
  pointer-events: all;
}
.jumbotron-homepage-hero .jumbotron--image .play--reel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
  z-index: 3;
  transition: opacity var(--global-transition-duration) var(--global-transition-timing-function);
  will-change: opacity;
  pointer-events: none;
}
.jumbotron-homepage-hero .jumbotron--image .play--reel:hover, .jumbotron-homepage-hero .jumbotron--image .play--reel:focus {
  color: var(--white);
}
.jumbotron-homepage-hero .jumbotron--image .play--reel:hover:before, .jumbotron-homepage-hero .jumbotron--image .play--reel:focus:before {
  opacity: 0.5;
}
.jumbotron-homepage-hero .jumbotron--image .play--reel:hover .button--label, .jumbotron-homepage-hero .jumbotron--image .play--reel:focus .button--label {
  max-width: 5.875rem;
}
.jumbotron-homepage-hero .jumbotron--image .play--reel:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: var(--octonary-primary-horizontal);
  background-size: 200% auto;
  animation: gradient-alt 15s ease infinite;
  opacity: 0;
  transition: opacity var(--global-transition-duration) var(--global-transition-timing-function);
  will-change: opacity;
}
.jumbotron-homepage-hero .jumbotron--image .play--reel .button--label {
  max-width: 0;
  transition: max-width var(--global-transition-duration) var(--global-transition-timing-function);
  will-change: max-width;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}
.jumbotron-homepage-hero .jumbotron--image .play--reel .button--label,
.jumbotron-homepage-hero .jumbotron--image .play--reel .svg {
  position: relative;
}
.jumbotron-homepage-hero .jumbotron--content {
  position: relative;
}
.jumbotron-homepage-hero .jumbotron--title {
  font-size: 4.625rem;
  line-height: 0.8108108108;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 62em) {
  .jumbotron-homepage-hero .jumbotron--title {
    font-size: 113px;
    font-size: 11vw;
  }
}
@media (min-width: 62em) and (max-width: 1027.2727272727px) {
  .jumbotron-homepage-hero .jumbotron--title {
    font-size: 113px;
  }
}
@media (min-width: 62em) and (min-width: 0.14px) {
  .jumbotron-homepage-hero .jumbotron--title {
    font-size: 154px;
  }
}
.jumbotron-homepage-hero .jumbotron--title span {
  display: block;
  white-space: nowrap;
}
.jumbotron-homepage-hero .jumbotron--title strong {
  font-family: acumin-pro-wide, sans-serif;
  color: var(--octonary);
  line-height: 0;
  font-size: 0.8em;
}
.jumbotron-homepage-hero .jumbotron--title em {
  font-style: normal;
  margin-left: 0.25rem;
  display: inline-block;
}
.jumbotron-homepage-hero .jumbotron--subtitle {
  font-size: 4.625rem;
  line-height: 0.8108108108;
  font-weight: 700;
  margin: 0;
  color: var(--white);
  -webkit-text-stroke: 0.0625rem var(--white);
  -webkit-text-fill-color: transparent;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: 3;
}
@media (min-width: 62em) {
  .jumbotron-homepage-hero .jumbotron--subtitle {
    -webkit-text-stroke: 0.125rem var(--white);
  }
}
@media (min-width: 62em) {
  .jumbotron-homepage-hero .jumbotron--subtitle {
    font-size: 113px;
    font-size: 11vw;
  }
}
@media (min-width: 62em) and (max-width: 1027.2727272727px) {
  .jumbotron-homepage-hero .jumbotron--subtitle {
    font-size: 113px;
  }
}
@media (min-width: 62em) and (min-width: 0.14px) {
  .jumbotron-homepage-hero .jumbotron--subtitle {
    font-size: 154px;
  }
}
.jumbotron-homepage-hero .jumbotron--subtitle span {
  display: block;
  white-space: nowrap;
}
.jumbotron-homepage-hero .jumbotron--subtitle strong {
  font-family: acumin-pro-wide, sans-serif;
  color: var(--octonary);
  line-height: 0;
  -webkit-text-stroke: 0.0625rem var(--octonary);
  -webkit-text-fill-color: transparent;
  font-size: 0.8em;
}
@media (min-width: 62em) {
  .jumbotron-homepage-hero .jumbotron--subtitle strong {
    -webkit-text-stroke: 0.125rem var(--octonary);
  }
}
.jumbotron-homepage-hero .jumbotron--subtitle em {
  font-style: normal;
  margin-left: 0.25rem;
  display: inline-block;
}
.jumbotron-homepage-hero video {
  pointer-events: none;
}
.jumbotron-homepage-hero .has-controls video {
  pointer-events: all;
}
.jumbotron-homepage-hero .video-promo--play {
  visibility: hidden;
  display: none;
}

.modal-video {
  background-color: var(--black);
}
@media (min-width: 62em) {
  .modal-video {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.modal-video .modal-dialog.modal-dialog-centered {
  height: auto;
}
.modal-video .modal-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
}
.modal-video .modal-header {
  border: none;
  padding: 3.75rem 2.5rem 1.25rem;
  grid-column-start: 1;
  grid-column-end: auto;
  grid-row-start: 2;
  grid-row-end: auto;
}
@media (max-width: 47.98em) {
  .modal-video .modal-header {
    display: block;
    padding-top: 1.875rem;
  }
}
.modal-video .modal-header .modal--close {
  margin: 0;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 3;
}
.modal-video .modal-header .modal--close:hover:before, .modal-video .modal-header .modal--close:focus:before {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23002fdc' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}
.modal-video .modal-header .modal--close:before {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
  content: "";
  filter: drop-shadow(0.0625rem 0.125rem 0.125rem rgba(0, 0, 0, 0.7));
}
.modal-video .modal-header .modal--close .button--label {
  visibility: hidden;
  display: none;
}
.modal-video .modal-title {
  font-size: 1.75rem;
  line-height: 1;
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .modal-video .modal-title {
    font-size: 2rem;
    line-height: 1;
  }
}
.modal-video .modal-body {
  padding: 0;
  display: contents;
}
.modal-video .modal-video {
  grid-column-start: 1;
  grid-column-end: auto;
  grid-row-start: 1;
  grid-row-end: auto;
}
.modal-video .post-content {
  padding: 1.25rem 2.5rem 5.625rem;
  grid-column-start: 1;
  grid-column-end: auto;
  grid-row-start: 3;
  grid-row-end: auto;
  border-bottom: 0.125rem solid var(--white);
}
.modal-video .post-content p {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 87.5em) {
  .modal-video .post-content p {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}
.pagination-wrapper {
  position: relative;
  background-color: var(--black);
}
.video-promo--play {
  background: var(--transparent-octonary-primary-diagonal-down);
  background-size: 200% auto;
  animation: gradient-alt 15s ease infinite;
  border-color: rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.9);
}
.video-promo--play:hover, .video-promo--play:focus {
  border-color: var(--white);
  color: var(--white);
}
.card-grid-wrapper.process-card-grid .card-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.card-grid-wrapper.process-card-grid .card-grid.slick .slick-track {
  height: 100%;
}
.has-placecard .card-grid-wrapper.process-card-grid .card-grid:after, .card-grid-wrapper.process-card-grid .card-grid.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.card-grid-wrapper.process-card-grid .card-grid > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.card-grid-wrapper.process-card-grid .card-grid .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.card-grid-wrapper.process-card-grid .card-grid > .card {
  margin-top: 1.875rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .card-grid-wrapper.process-card-grid .card-grid > .card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.card-grid-wrapper.process-card-grid .card-grid > .card:first-child {
  margin-top: 0 !important;
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .card-grid-wrapper.process-card-grid .card-grid > .card:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .card-grid-wrapper.process-card-grid .card-grid > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .card-grid-wrapper.process-card-grid .card-grid > .card:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid-wrapper.process-card-grid .card-grid > .card:nth-of-type(3n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid-wrapper.process-card-grid .card-grid > .card:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid-wrapper.process-card-grid .card-grid > .card:nth-of-type(-n + 3) {
    margin-top: 0 !important;
  }
}
.card-grid-wrapper.process-card-grid .card-grid > .card:nth-of-type(n + 4) {
  visibility: hidden;
  display: none;
}
.card-grid-wrapper.process-card-grid .card-grid > .card,
.card-grid-wrapper.process-card-grid .card-grid > false,
.card-grid-wrapper.process-card-grid .card-grid > .placecard, .card-grid-wrapper.process-card-grid .card-grid:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .card-grid-wrapper.process-card-grid .card-grid > .card,
  .card-grid-wrapper.process-card-grid .card-grid > false,
  .card-grid-wrapper.process-card-grid .card-grid > .placecard, .card-grid-wrapper.process-card-grid .card-grid:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 64em) {
  .card-grid-wrapper.process-card-grid .card-grid > .card,
  .card-grid-wrapper.process-card-grid .card-grid > false,
  .card-grid-wrapper.process-card-grid .card-grid > .placecard, .card-grid-wrapper.process-card-grid .card-grid:after {
    -webkit-box-flex: 0 1 calc((100% - 60px) / 3);
    -webkit-flex: 0 1 calc((100% - 60px) / 3);
    -moz-box-flex: 0 1 calc((100% - 60px) / 3);
    -moz-flex: 0 1 calc((100% - 60px) / 3);
    -ms-flex: 0 1 calc((100% - 60px) / 3);
    flex: 0 1 calc((100% - 60px) / 3);
  }
}
@media (max-width: 47.98em) {
  .card-grid-wrapper.process-card-grid .card {
    margin-bottom: 1.5rem;
  }
}
.card-grid-wrapper.process-card-grid .card:last-child {
  margin-bottom: 0;
}

.card-grid.grid-cols-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.card-grid.grid-cols-2.slick .slick-track {
  height: 100%;
}
.has-placecard .card-grid.grid-cols-2:after, .card-grid.grid-cols-2.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.card-grid.grid-cols-2 > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.card-grid.grid-cols-2 .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.card-grid.grid-cols-2 > .card {
  margin-top: 1.875rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .card-grid.grid-cols-2 > .card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.card-grid.grid-cols-2 > .card:first-child {
  margin-top: 0 !important;
}
@media (min-width: 48em) {
  .card-grid.grid-cols-2 > .card:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) {
  .card-grid.grid-cols-2 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) {
  .card-grid.grid-cols-2 > .card:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
.card-grid.grid-cols-2 > .card,
.card-grid.grid-cols-2 > false,
.card-grid.grid-cols-2 > .placecard, .card-grid.grid-cols-2:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (min-width: 48em) {
  .card-grid.grid-cols-2 > .card,
  .card-grid.grid-cols-2 > false,
  .card-grid.grid-cols-2 > .placecard, .card-grid.grid-cols-2:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
.card-grid.grid-cols-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.card-grid.grid-cols-3.slick .slick-track {
  height: 100%;
}
.has-placecard .card-grid.grid-cols-3:after, .card-grid.grid-cols-3.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.card-grid.grid-cols-3 > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.card-grid.grid-cols-3 .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.card-grid.grid-cols-3 > .card {
  margin-top: 1.875rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .card-grid.grid-cols-3 > .card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.card-grid.grid-cols-3 > .card:first-child {
  margin-top: 0 !important;
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .card-grid.grid-cols-3 > .card:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .card-grid.grid-cols-3 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .card-grid.grid-cols-3 > .card:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.grid-cols-3 > .card:nth-of-type(3n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.grid-cols-3 > .card:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.grid-cols-3 > .card:nth-of-type(-n + 3) {
    margin-top: 0 !important;
  }
}
.card-grid.grid-cols-3 > .card,
.card-grid.grid-cols-3 > false,
.card-grid.grid-cols-3 > .placecard, .card-grid.grid-cols-3:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .card-grid.grid-cols-3 > .card,
  .card-grid.grid-cols-3 > false,
  .card-grid.grid-cols-3 > .placecard, .card-grid.grid-cols-3:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 64em) {
  .card-grid.grid-cols-3 > .card,
  .card-grid.grid-cols-3 > false,
  .card-grid.grid-cols-3 > .placecard, .card-grid.grid-cols-3:after {
    -webkit-box-flex: 0 1 calc((100% - 60px) / 3);
    -webkit-flex: 0 1 calc((100% - 60px) / 3);
    -moz-box-flex: 0 1 calc((100% - 60px) / 3);
    -moz-flex: 0 1 calc((100% - 60px) / 3);
    -ms-flex: 0 1 calc((100% - 60px) / 3);
    flex: 0 1 calc((100% - 60px) / 3);
  }
}
.card-grid.grid-cols-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.card-grid.grid-cols-4.slick .slick-track {
  height: 100%;
}
.has-placecard .card-grid.grid-cols-4:after, .card-grid.grid-cols-4.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.card-grid.grid-cols-4 > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.card-grid.grid-cols-4 .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.card-grid.grid-cols-4 > .card {
  margin-top: 1.875rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .card-grid.grid-cols-4 > .card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.card-grid.grid-cols-4 > .card:first-child {
  margin-top: 0 !important;
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.grid-cols-4 > .card:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.grid-cols-4 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.grid-cols-4 > .card:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.grid-cols-4 > .card:nth-of-type(4n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.grid-cols-4 > .card:nth-of-type(4n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.grid-cols-4 > .card:nth-of-type(-n + 4) {
    margin-top: 0 !important;
  }
}
.card-grid.grid-cols-4 > .card,
.card-grid.grid-cols-4 > false,
.card-grid.grid-cols-4 > .placecard, .card-grid.grid-cols-4:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.grid-cols-4 > .card,
  .card-grid.grid-cols-4 > false,
  .card-grid.grid-cols-4 > .placecard, .card-grid.grid-cols-4:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 64em) {
  .card-grid.grid-cols-4 > .card,
  .card-grid.grid-cols-4 > false,
  .card-grid.grid-cols-4 > .placecard, .card-grid.grid-cols-4:after {
    -webkit-box-flex: 0 1 calc((100% - 90px) / 4);
    -webkit-flex: 0 1 calc((100% - 90px) / 4);
    -moz-box-flex: 0 1 calc((100% - 90px) / 4);
    -moz-flex: 0 1 calc((100% - 90px) / 4);
    -ms-flex: 0 1 calc((100% - 90px) / 4);
    flex: 0 1 calc((100% - 90px) / 4);
  }
}
.card-grid.grid-cols-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.card-grid.grid-cols-5.slick .slick-track {
  height: 100%;
}
.has-placecard .card-grid.grid-cols-5:after, .card-grid.grid-cols-5.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.card-grid.grid-cols-5 > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.card-grid.grid-cols-5 .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.card-grid.grid-cols-5 > .card {
  margin-top: 1.875rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .card-grid.grid-cols-5 > .card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.card-grid.grid-cols-5 > .card:first-child {
  margin-top: 0 !important;
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.grid-cols-5 > .card:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.grid-cols-5 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.grid-cols-5 > .card:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.grid-cols-5 > .card:nth-of-type(5n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.grid-cols-5 > .card:nth-of-type(5n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.grid-cols-5 > .card:nth-of-type(-n + 5) {
    margin-top: 0 !important;
  }
}
.card-grid.grid-cols-5 > .card,
.card-grid.grid-cols-5 > false,
.card-grid.grid-cols-5 > .placecard, .card-grid.grid-cols-5:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.grid-cols-5 > .card,
  .card-grid.grid-cols-5 > false,
  .card-grid.grid-cols-5 > .placecard, .card-grid.grid-cols-5:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 64em) {
  .card-grid.grid-cols-5 > .card,
  .card-grid.grid-cols-5 > false,
  .card-grid.grid-cols-5 > .placecard, .card-grid.grid-cols-5:after {
    -webkit-box-flex: 0 1 calc((100% - 120px) / 5);
    -webkit-flex: 0 1 calc((100% - 120px) / 5);
    -moz-box-flex: 0 1 calc((100% - 120px) / 5);
    -moz-flex: 0 1 calc((100% - 120px) / 5);
    -ms-flex: 0 1 calc((100% - 120px) / 5);
    flex: 0 1 calc((100% - 120px) / 5);
  }
}
.card-grid.grid-cols-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.card-grid.grid-cols-6.slick .slick-track {
  height: 100%;
}
.has-placecard .card-grid.grid-cols-6:after, .card-grid.grid-cols-6.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.card-grid.grid-cols-6 > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.card-grid.grid-cols-6 .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.card-grid.grid-cols-6 > .card {
  margin-top: 1.875rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .card-grid.grid-cols-6 > .card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.card-grid.grid-cols-6 > .card:first-child {
  margin-top: 0 !important;
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.grid-cols-6 > .card:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.grid-cols-6 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.grid-cols-6 > .card:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .card-grid.grid-cols-6 > .card:nth-of-type(3n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .card-grid.grid-cols-6 > .card:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .card-grid.grid-cols-6 > .card:nth-of-type(-n + 3) {
    margin-top: 0 !important;
  }
}
@media (min-width: 87.5em) {
  .card-grid.grid-cols-6 > .card:nth-of-type(6n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 87.5em) {
  .card-grid.grid-cols-6 > .card:nth-of-type(6n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 87.5em) {
  .card-grid.grid-cols-6 > .card:nth-of-type(-n + 6) {
    margin-top: 0 !important;
  }
}
.card-grid.grid-cols-6 > .card,
.card-grid.grid-cols-6 > false,
.card-grid.grid-cols-6 > .placecard, .card-grid.grid-cols-6:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.grid-cols-6 > .card,
  .card-grid.grid-cols-6 > false,
  .card-grid.grid-cols-6 > .placecard, .card-grid.grid-cols-6:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .card-grid.grid-cols-6 > .card,
  .card-grid.grid-cols-6 > false,
  .card-grid.grid-cols-6 > .placecard, .card-grid.grid-cols-6:after {
    -webkit-box-flex: 0 1 calc((100% - (30px * 2)) / 3);
    -webkit-flex: 0 1 calc((100% - (30px * 2)) / 3);
    -moz-box-flex: 0 1 calc((100% - (30px * 2)) / 3);
    -moz-flex: 0 1 calc((100% - (30px * 2)) / 3);
    -ms-flex: 0 1 calc((100% - (30px * 2)) / 3);
    flex: 0 1 calc((100% - (30px * 2)) / 3);
  }
}
@media (min-width: 87.5em) {
  .card-grid.grid-cols-6 > .card,
  .card-grid.grid-cols-6 > false,
  .card-grid.grid-cols-6 > .placecard, .card-grid.grid-cols-6:after {
    -webkit-box-flex: 0 1 calc((100% - 150px) / 6);
    -webkit-flex: 0 1 calc((100% - 150px) / 6);
    -moz-box-flex: 0 1 calc((100% - 150px) / 6);
    -moz-flex: 0 1 calc((100% - 150px) / 6);
    -ms-flex: 0 1 calc((100% - 150px) / 6);
    flex: 0 1 calc((100% - 150px) / 6);
  }
}
.card-grid.single-row.grid-cols-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.card-grid.single-row.grid-cols-2.slick .slick-track {
  height: 100%;
}
.has-placecard .card-grid.single-row.grid-cols-2:after, .card-grid.single-row.grid-cols-2.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.card-grid.single-row.grid-cols-2 > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.card-grid.single-row.grid-cols-2 .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.card-grid.single-row.grid-cols-2 > .card {
  margin-top: 1.875rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .card-grid.single-row.grid-cols-2 > .card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.card-grid.single-row.grid-cols-2 > .card:first-child {
  margin-top: 0 !important;
}
@media (min-width: 48em) {
  .card-grid.single-row.grid-cols-2 > .card:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) {
  .card-grid.single-row.grid-cols-2 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) {
  .card-grid.single-row.grid-cols-2 > .card:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
.card-grid.single-row.grid-cols-2 > .card:nth-of-type(n + 3) {
  visibility: hidden;
  display: none;
}
.card-grid.single-row.grid-cols-2 > .card,
.card-grid.single-row.grid-cols-2 > false,
.card-grid.single-row.grid-cols-2 > .placecard, .card-grid.single-row.grid-cols-2:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (min-width: 48em) {
  .card-grid.single-row.grid-cols-2 > .card,
  .card-grid.single-row.grid-cols-2 > false,
  .card-grid.single-row.grid-cols-2 > .placecard, .card-grid.single-row.grid-cols-2:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
.card-grid.single-row.grid-cols-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.card-grid.single-row.grid-cols-3.slick .slick-track {
  height: 100%;
}
.has-placecard .card-grid.single-row.grid-cols-3:after, .card-grid.single-row.grid-cols-3.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.card-grid.single-row.grid-cols-3 > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.card-grid.single-row.grid-cols-3 .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.card-grid.single-row.grid-cols-3 > .card {
  margin-top: 1.875rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .card-grid.single-row.grid-cols-3 > .card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.card-grid.single-row.grid-cols-3 > .card:first-child {
  margin-top: 0 !important;
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .card-grid.single-row.grid-cols-3 > .card:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .card-grid.single-row.grid-cols-3 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .card-grid.single-row.grid-cols-3 > .card:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.grid-cols-3 > .card:nth-of-type(3n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.grid-cols-3 > .card:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.grid-cols-3 > .card:nth-of-type(-n + 3) {
    margin-top: 0 !important;
  }
}
.card-grid.single-row.grid-cols-3 > .card:nth-of-type(n + 4) {
  visibility: hidden;
  display: none;
}
.card-grid.single-row.grid-cols-3 > .card,
.card-grid.single-row.grid-cols-3 > false,
.card-grid.single-row.grid-cols-3 > .placecard, .card-grid.single-row.grid-cols-3:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .card-grid.single-row.grid-cols-3 > .card,
  .card-grid.single-row.grid-cols-3 > false,
  .card-grid.single-row.grid-cols-3 > .placecard, .card-grid.single-row.grid-cols-3:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.grid-cols-3 > .card,
  .card-grid.single-row.grid-cols-3 > false,
  .card-grid.single-row.grid-cols-3 > .placecard, .card-grid.single-row.grid-cols-3:after {
    -webkit-box-flex: 0 1 calc((100% - 60px) / 3);
    -webkit-flex: 0 1 calc((100% - 60px) / 3);
    -moz-box-flex: 0 1 calc((100% - 60px) / 3);
    -moz-flex: 0 1 calc((100% - 60px) / 3);
    -ms-flex: 0 1 calc((100% - 60px) / 3);
    flex: 0 1 calc((100% - 60px) / 3);
  }
}
.card-grid.single-row.grid-cols-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.card-grid.single-row.grid-cols-4.slick .slick-track {
  height: 100%;
}
.has-placecard .card-grid.single-row.grid-cols-4:after, .card-grid.single-row.grid-cols-4.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.card-grid.single-row.grid-cols-4 > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.card-grid.single-row.grid-cols-4 .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.card-grid.single-row.grid-cols-4 > .card {
  margin-top: 1.875rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .card-grid.single-row.grid-cols-4 > .card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.card-grid.single-row.grid-cols-4 > .card:first-child {
  margin-top: 0 !important;
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.grid-cols-4 > .card:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.grid-cols-4 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.grid-cols-4 > .card:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.grid-cols-4 > .card:nth-of-type(4n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.grid-cols-4 > .card:nth-of-type(4n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.grid-cols-4 > .card:nth-of-type(-n + 4) {
    margin-top: 0 !important;
  }
}
.card-grid.single-row.grid-cols-4 > .card:nth-of-type(n + 5) {
  visibility: hidden;
  display: none;
}
.card-grid.single-row.grid-cols-4 > .card,
.card-grid.single-row.grid-cols-4 > false,
.card-grid.single-row.grid-cols-4 > .placecard, .card-grid.single-row.grid-cols-4:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.grid-cols-4 > .card,
  .card-grid.single-row.grid-cols-4 > false,
  .card-grid.single-row.grid-cols-4 > .placecard, .card-grid.single-row.grid-cols-4:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.grid-cols-4 > .card,
  .card-grid.single-row.grid-cols-4 > false,
  .card-grid.single-row.grid-cols-4 > .placecard, .card-grid.single-row.grid-cols-4:after {
    -webkit-box-flex: 0 1 calc((100% - 90px) / 4);
    -webkit-flex: 0 1 calc((100% - 90px) / 4);
    -moz-box-flex: 0 1 calc((100% - 90px) / 4);
    -moz-flex: 0 1 calc((100% - 90px) / 4);
    -ms-flex: 0 1 calc((100% - 90px) / 4);
    flex: 0 1 calc((100% - 90px) / 4);
  }
}
.card-grid.single-row.grid-cols-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.card-grid.single-row.grid-cols-5.slick .slick-track {
  height: 100%;
}
.has-placecard .card-grid.single-row.grid-cols-5:after, .card-grid.single-row.grid-cols-5.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.card-grid.single-row.grid-cols-5 > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.card-grid.single-row.grid-cols-5 .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.card-grid.single-row.grid-cols-5 > .card {
  margin-top: 1.875rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .card-grid.single-row.grid-cols-5 > .card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.card-grid.single-row.grid-cols-5 > .card:first-child {
  margin-top: 0 !important;
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.grid-cols-5 > .card:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.grid-cols-5 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.grid-cols-5 > .card:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.grid-cols-5 > .card:nth-of-type(5n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.grid-cols-5 > .card:nth-of-type(5n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.grid-cols-5 > .card:nth-of-type(-n + 5) {
    margin-top: 0 !important;
  }
}
.card-grid.single-row.grid-cols-5 > .card:nth-of-type(n + 6) {
  visibility: hidden;
  display: none;
}
.card-grid.single-row.grid-cols-5 > .card,
.card-grid.single-row.grid-cols-5 > false,
.card-grid.single-row.grid-cols-5 > .placecard, .card-grid.single-row.grid-cols-5:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.grid-cols-5 > .card,
  .card-grid.single-row.grid-cols-5 > false,
  .card-grid.single-row.grid-cols-5 > .placecard, .card-grid.single-row.grid-cols-5:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.grid-cols-5 > .card,
  .card-grid.single-row.grid-cols-5 > false,
  .card-grid.single-row.grid-cols-5 > .placecard, .card-grid.single-row.grid-cols-5:after {
    -webkit-box-flex: 0 1 calc((100% - 120px) / 5);
    -webkit-flex: 0 1 calc((100% - 120px) / 5);
    -moz-box-flex: 0 1 calc((100% - 120px) / 5);
    -moz-flex: 0 1 calc((100% - 120px) / 5);
    -ms-flex: 0 1 calc((100% - 120px) / 5);
    flex: 0 1 calc((100% - 120px) / 5);
  }
}
.card-grid.single-row.grid-cols-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.card-grid.single-row.grid-cols-6.slick .slick-track {
  height: 100%;
}
.has-placecard .card-grid.single-row.grid-cols-6:after, .card-grid.single-row.grid-cols-6.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.card-grid.single-row.grid-cols-6 > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.card-grid.single-row.grid-cols-6 .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.card-grid.single-row.grid-cols-6 > .card {
  margin-top: 1.875rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .card-grid.single-row.grid-cols-6 > .card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.card-grid.single-row.grid-cols-6 > .card:first-child {
  margin-top: 0 !important;
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.grid-cols-6 > .card:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.grid-cols-6 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.grid-cols-6 > .card:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .card-grid.single-row.grid-cols-6 > .card:nth-of-type(3n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .card-grid.single-row.grid-cols-6 > .card:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .card-grid.single-row.grid-cols-6 > .card:nth-of-type(-n + 3) {
    margin-top: 0 !important;
  }
}
@media (min-width: 87.5em) {
  .card-grid.single-row.grid-cols-6 > .card:nth-of-type(6n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 87.5em) {
  .card-grid.single-row.grid-cols-6 > .card:nth-of-type(6n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 87.5em) {
  .card-grid.single-row.grid-cols-6 > .card:nth-of-type(-n + 6) {
    margin-top: 0 !important;
  }
}
.card-grid.single-row.grid-cols-6 > .card:nth-of-type(n + 7) {
  visibility: hidden;
  display: none;
}
.card-grid.single-row.grid-cols-6 > .card,
.card-grid.single-row.grid-cols-6 > false,
.card-grid.single-row.grid-cols-6 > .placecard, .card-grid.single-row.grid-cols-6:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.grid-cols-6 > .card,
  .card-grid.single-row.grid-cols-6 > false,
  .card-grid.single-row.grid-cols-6 > .placecard, .card-grid.single-row.grid-cols-6:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .card-grid.single-row.grid-cols-6 > .card,
  .card-grid.single-row.grid-cols-6 > false,
  .card-grid.single-row.grid-cols-6 > .placecard, .card-grid.single-row.grid-cols-6:after {
    -webkit-box-flex: 0 1 calc((100% - (30px * 2)) / 3);
    -webkit-flex: 0 1 calc((100% - (30px * 2)) / 3);
    -moz-box-flex: 0 1 calc((100% - (30px * 2)) / 3);
    -moz-flex: 0 1 calc((100% - (30px * 2)) / 3);
    -ms-flex: 0 1 calc((100% - (30px * 2)) / 3);
    flex: 0 1 calc((100% - (30px * 2)) / 3);
  }
}
@media (min-width: 87.5em) {
  .card-grid.single-row.grid-cols-6 > .card,
  .card-grid.single-row.grid-cols-6 > false,
  .card-grid.single-row.grid-cols-6 > .placecard, .card-grid.single-row.grid-cols-6:after {
    -webkit-box-flex: 0 1 calc((100% - 150px) / 6);
    -webkit-flex: 0 1 calc((100% - 150px) / 6);
    -moz-box-flex: 0 1 calc((100% - 150px) / 6);
    -moz-flex: 0 1 calc((100% - 150px) / 6);
    -ms-flex: 0 1 calc((100% - 150px) / 6);
    flex: 0 1 calc((100% - 150px) / 6);
  }
}
.card-grid.single-row.vertical-offset {
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .card-grid.single-row.vertical-offset-left.grid-cols-2 > .card:nth-of-type(1) {
    margin-top: 15px !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.vertical-offset-left.grid-cols-3 > .card:nth-of-type(1) {
    margin-top: 30px !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.vertical-offset-left.grid-cols-3 > .card:nth-of-type(2) {
    margin-top: 15px !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.vertical-offset-left.grid-cols-4 > .card:nth-of-type(1) {
    margin-top: 45px !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.vertical-offset-left.grid-cols-4 > .card:nth-of-type(2) {
    margin-top: 30px !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.vertical-offset-left.grid-cols-4 > .card:nth-of-type(3) {
    margin-top: 15px !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.vertical-offset-left.grid-cols-5 > .card:nth-of-type(1) {
    margin-top: 60px !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.vertical-offset-left.grid-cols-5 > .card:nth-of-type(2) {
    margin-top: 45px !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.vertical-offset-left.grid-cols-5 > .card:nth-of-type(3) {
    margin-top: 30px !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.vertical-offset-left.grid-cols-5 > .card:nth-of-type(4) {
    margin-top: 15px !important;
  }
}
@media (min-width: 87.5em) {
  .card-grid.single-row.vertical-offset-left.grid-cols-6 > .card:nth-of-type(1) {
    margin-top: 75px !important;
  }
}
@media (min-width: 87.5em) {
  .card-grid.single-row.vertical-offset-left.grid-cols-6 > .card:nth-of-type(2) {
    margin-top: 60px !important;
  }
}
@media (min-width: 87.5em) {
  .card-grid.single-row.vertical-offset-left.grid-cols-6 > .card:nth-of-type(3) {
    margin-top: 45px !important;
  }
}
@media (min-width: 87.5em) {
  .card-grid.single-row.vertical-offset-left.grid-cols-6 > .card:nth-of-type(4) {
    margin-top: 30px !important;
  }
}
@media (min-width: 87.5em) {
  .card-grid.single-row.vertical-offset-left.grid-cols-6 > .card:nth-of-type(5) {
    margin-top: 15px !important;
  }
}
@media (min-width: 48em) {
  .card-grid.single-row.vertical-offset-right.grid-cols-2 > .card:nth-of-type(2) {
    margin-top: 15px !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.vertical-offset-right.grid-cols-3 > .card:nth-of-type(2) {
    margin-top: 15px !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.vertical-offset-right.grid-cols-3 > .card:nth-of-type(3) {
    margin-top: 30px !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.vertical-offset-right.grid-cols-4 > .card:nth-of-type(2) {
    margin-top: 15px !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.vertical-offset-right.grid-cols-4 > .card:nth-of-type(3) {
    margin-top: 30px !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.vertical-offset-right.grid-cols-4 > .card:nth-of-type(4) {
    margin-top: 45px !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.vertical-offset-right.grid-cols-5 > .card:nth-of-type(2) {
    margin-top: 15px !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.vertical-offset-right.grid-cols-5 > .card:nth-of-type(3) {
    margin-top: 30px !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.vertical-offset-right.grid-cols-5 > .card:nth-of-type(4) {
    margin-top: 45px !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.vertical-offset-right.grid-cols-5 > .card:nth-of-type(5) {
    margin-top: 60px !important;
  }
}
@media (min-width: 87.5em) {
  .card-grid.single-row.vertical-offset-right.grid-cols-6 > .card:nth-of-type(2) {
    margin-top: 15px !important;
  }
}
@media (min-width: 87.5em) {
  .card-grid.single-row.vertical-offset-right.grid-cols-6 > .card:nth-of-type(3) {
    margin-top: 30px !important;
  }
}
@media (min-width: 87.5em) {
  .card-grid.single-row.vertical-offset-right.grid-cols-6 > .card:nth-of-type(4) {
    margin-top: 45px !important;
  }
}
@media (min-width: 87.5em) {
  .card-grid.single-row.vertical-offset-right.grid-cols-6 > .card:nth-of-type(5) {
    margin-top: 60px !important;
  }
}
@media (min-width: 87.5em) {
  .card-grid.single-row.vertical-offset-right.grid-cols-6 > .card:nth-of-type(6) {
    margin-top: 75px !important;
  }
}
.card-grid.mobile-columns.grid-cols-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.card-grid.mobile-columns.grid-cols-2.slick .slick-track {
  height: 100%;
}
.has-placecard .card-grid.mobile-columns.grid-cols-2:after, .card-grid.mobile-columns.grid-cols-2.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.card-grid.mobile-columns.grid-cols-2 > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.card-grid.mobile-columns.grid-cols-2 .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.card-grid.mobile-columns.grid-cols-2 > .card {
  margin-top: 1.875rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .card-grid.mobile-columns.grid-cols-2 > .card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.card-grid.mobile-columns.grid-cols-2 > .card:first-child {
  margin-top: 0 !important;
}
@media (max-width: 61.98em) {
  .card-grid.mobile-columns.grid-cols-2 > .card:nth-of-type(2) {
    margin-top: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .card-grid.mobile-columns.grid-cols-2 > .card:nth-of-type(2n - 1) {
    margin-left: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .card-grid.mobile-columns.grid-cols-2 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) {
  .card-grid.mobile-columns.grid-cols-2 > .card:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) {
  .card-grid.mobile-columns.grid-cols-2 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) {
  .card-grid.mobile-columns.grid-cols-2 > .card:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
.card-grid.mobile-columns.grid-cols-2 > .card,
.card-grid.mobile-columns.grid-cols-2 > false,
.card-grid.mobile-columns.grid-cols-2 > .placecard, .card-grid.mobile-columns.grid-cols-2:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (max-width: 61.98em) {
  .card-grid.mobile-columns.grid-cols-2 > .card,
  .card-grid.mobile-columns.grid-cols-2 > false,
  .card-grid.mobile-columns.grid-cols-2 > .placecard, .card-grid.mobile-columns.grid-cols-2:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 48em) {
  .card-grid.mobile-columns.grid-cols-2 > .card,
  .card-grid.mobile-columns.grid-cols-2 > false,
  .card-grid.mobile-columns.grid-cols-2 > .placecard, .card-grid.mobile-columns.grid-cols-2:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
.card-grid.mobile-columns.grid-cols-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.card-grid.mobile-columns.grid-cols-3.slick .slick-track {
  height: 100%;
}
.has-placecard .card-grid.mobile-columns.grid-cols-3:after, .card-grid.mobile-columns.grid-cols-3.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.card-grid.mobile-columns.grid-cols-3 > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.card-grid.mobile-columns.grid-cols-3 .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.card-grid.mobile-columns.grid-cols-3 > .card {
  margin-top: 1.875rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .card-grid.mobile-columns.grid-cols-3 > .card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.card-grid.mobile-columns.grid-cols-3 > .card:first-child {
  margin-top: 0 !important;
}
@media (max-width: 61.98em) {
  .card-grid.mobile-columns.grid-cols-3 > .card:nth-of-type(2) {
    margin-top: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .card-grid.mobile-columns.grid-cols-3 > .card:nth-of-type(2n - 1) {
    margin-left: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .card-grid.mobile-columns.grid-cols-3 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .card-grid.mobile-columns.grid-cols-3 > .card:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .card-grid.mobile-columns.grid-cols-3 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .card-grid.mobile-columns.grid-cols-3 > .card:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.mobile-columns.grid-cols-3 > .card:nth-of-type(3n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.mobile-columns.grid-cols-3 > .card:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.mobile-columns.grid-cols-3 > .card:nth-of-type(-n + 3) {
    margin-top: 0 !important;
  }
}
.card-grid.mobile-columns.grid-cols-3 > .card,
.card-grid.mobile-columns.grid-cols-3 > false,
.card-grid.mobile-columns.grid-cols-3 > .placecard, .card-grid.mobile-columns.grid-cols-3:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (max-width: 61.98em) {
  .card-grid.mobile-columns.grid-cols-3 > .card,
  .card-grid.mobile-columns.grid-cols-3 > false,
  .card-grid.mobile-columns.grid-cols-3 > .placecard, .card-grid.mobile-columns.grid-cols-3:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .card-grid.mobile-columns.grid-cols-3 > .card,
  .card-grid.mobile-columns.grid-cols-3 > false,
  .card-grid.mobile-columns.grid-cols-3 > .placecard, .card-grid.mobile-columns.grid-cols-3:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 64em) {
  .card-grid.mobile-columns.grid-cols-3 > .card,
  .card-grid.mobile-columns.grid-cols-3 > false,
  .card-grid.mobile-columns.grid-cols-3 > .placecard, .card-grid.mobile-columns.grid-cols-3:after {
    -webkit-box-flex: 0 1 calc((100% - 60px) / 3);
    -webkit-flex: 0 1 calc((100% - 60px) / 3);
    -moz-box-flex: 0 1 calc((100% - 60px) / 3);
    -moz-flex: 0 1 calc((100% - 60px) / 3);
    -ms-flex: 0 1 calc((100% - 60px) / 3);
    flex: 0 1 calc((100% - 60px) / 3);
  }
}
.card-grid.mobile-columns.grid-cols-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.card-grid.mobile-columns.grid-cols-4.slick .slick-track {
  height: 100%;
}
.has-placecard .card-grid.mobile-columns.grid-cols-4:after, .card-grid.mobile-columns.grid-cols-4.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.card-grid.mobile-columns.grid-cols-4 > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.card-grid.mobile-columns.grid-cols-4 .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.card-grid.mobile-columns.grid-cols-4 > .card {
  margin-top: 1.875rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .card-grid.mobile-columns.grid-cols-4 > .card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.card-grid.mobile-columns.grid-cols-4 > .card:first-child {
  margin-top: 0 !important;
}
@media (max-width: 61.98em) {
  .card-grid.mobile-columns.grid-cols-4 > .card:nth-of-type(2) {
    margin-top: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .card-grid.mobile-columns.grid-cols-4 > .card:nth-of-type(2n - 1) {
    margin-left: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .card-grid.mobile-columns.grid-cols-4 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.mobile-columns.grid-cols-4 > .card:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.mobile-columns.grid-cols-4 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.mobile-columns.grid-cols-4 > .card:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.mobile-columns.grid-cols-4 > .card:nth-of-type(4n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.mobile-columns.grid-cols-4 > .card:nth-of-type(4n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.mobile-columns.grid-cols-4 > .card:nth-of-type(-n + 4) {
    margin-top: 0 !important;
  }
}
.card-grid.mobile-columns.grid-cols-4 > .card,
.card-grid.mobile-columns.grid-cols-4 > false,
.card-grid.mobile-columns.grid-cols-4 > .placecard, .card-grid.mobile-columns.grid-cols-4:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (max-width: 61.98em) {
  .card-grid.mobile-columns.grid-cols-4 > .card,
  .card-grid.mobile-columns.grid-cols-4 > false,
  .card-grid.mobile-columns.grid-cols-4 > .placecard, .card-grid.mobile-columns.grid-cols-4:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.mobile-columns.grid-cols-4 > .card,
  .card-grid.mobile-columns.grid-cols-4 > false,
  .card-grid.mobile-columns.grid-cols-4 > .placecard, .card-grid.mobile-columns.grid-cols-4:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 64em) {
  .card-grid.mobile-columns.grid-cols-4 > .card,
  .card-grid.mobile-columns.grid-cols-4 > false,
  .card-grid.mobile-columns.grid-cols-4 > .placecard, .card-grid.mobile-columns.grid-cols-4:after {
    -webkit-box-flex: 0 1 calc((100% - 90px) / 4);
    -webkit-flex: 0 1 calc((100% - 90px) / 4);
    -moz-box-flex: 0 1 calc((100% - 90px) / 4);
    -moz-flex: 0 1 calc((100% - 90px) / 4);
    -ms-flex: 0 1 calc((100% - 90px) / 4);
    flex: 0 1 calc((100% - 90px) / 4);
  }
}
.card-grid.mobile-columns.grid-cols-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.card-grid.mobile-columns.grid-cols-5.slick .slick-track {
  height: 100%;
}
.has-placecard .card-grid.mobile-columns.grid-cols-5:after, .card-grid.mobile-columns.grid-cols-5.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.card-grid.mobile-columns.grid-cols-5 > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.card-grid.mobile-columns.grid-cols-5 .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.card-grid.mobile-columns.grid-cols-5 > .card {
  margin-top: 1.875rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .card-grid.mobile-columns.grid-cols-5 > .card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.card-grid.mobile-columns.grid-cols-5 > .card:first-child {
  margin-top: 0 !important;
}
@media (max-width: 61.98em) {
  .card-grid.mobile-columns.grid-cols-5 > .card:nth-of-type(2) {
    margin-top: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .card-grid.mobile-columns.grid-cols-5 > .card:nth-of-type(2n - 1) {
    margin-left: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .card-grid.mobile-columns.grid-cols-5 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.mobile-columns.grid-cols-5 > .card:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.mobile-columns.grid-cols-5 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.mobile-columns.grid-cols-5 > .card:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.mobile-columns.grid-cols-5 > .card:nth-of-type(5n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.mobile-columns.grid-cols-5 > .card:nth-of-type(5n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.mobile-columns.grid-cols-5 > .card:nth-of-type(-n + 5) {
    margin-top: 0 !important;
  }
}
.card-grid.mobile-columns.grid-cols-5 > .card,
.card-grid.mobile-columns.grid-cols-5 > false,
.card-grid.mobile-columns.grid-cols-5 > .placecard, .card-grid.mobile-columns.grid-cols-5:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (max-width: 61.98em) {
  .card-grid.mobile-columns.grid-cols-5 > .card,
  .card-grid.mobile-columns.grid-cols-5 > false,
  .card-grid.mobile-columns.grid-cols-5 > .placecard, .card-grid.mobile-columns.grid-cols-5:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.mobile-columns.grid-cols-5 > .card,
  .card-grid.mobile-columns.grid-cols-5 > false,
  .card-grid.mobile-columns.grid-cols-5 > .placecard, .card-grid.mobile-columns.grid-cols-5:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 64em) {
  .card-grid.mobile-columns.grid-cols-5 > .card,
  .card-grid.mobile-columns.grid-cols-5 > false,
  .card-grid.mobile-columns.grid-cols-5 > .placecard, .card-grid.mobile-columns.grid-cols-5:after {
    -webkit-box-flex: 0 1 calc((100% - 120px) / 5);
    -webkit-flex: 0 1 calc((100% - 120px) / 5);
    -moz-box-flex: 0 1 calc((100% - 120px) / 5);
    -moz-flex: 0 1 calc((100% - 120px) / 5);
    -ms-flex: 0 1 calc((100% - 120px) / 5);
    flex: 0 1 calc((100% - 120px) / 5);
  }
}
.card-grid.mobile-columns.grid-cols-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.card-grid.mobile-columns.grid-cols-6.slick .slick-track {
  height: 100%;
}
.has-placecard .card-grid.mobile-columns.grid-cols-6:after, .card-grid.mobile-columns.grid-cols-6.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.card-grid.mobile-columns.grid-cols-6 > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.card-grid.mobile-columns.grid-cols-6 .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.card-grid.mobile-columns.grid-cols-6 > .card {
  margin-top: 1.875rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .card-grid.mobile-columns.grid-cols-6 > .card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.card-grid.mobile-columns.grid-cols-6 > .card:first-child {
  margin-top: 0 !important;
}
@media (max-width: 61.98em) {
  .card-grid.mobile-columns.grid-cols-6 > .card:nth-of-type(2) {
    margin-top: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .card-grid.mobile-columns.grid-cols-6 > .card:nth-of-type(2n - 1) {
    margin-left: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .card-grid.mobile-columns.grid-cols-6 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.mobile-columns.grid-cols-6 > .card:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.mobile-columns.grid-cols-6 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.mobile-columns.grid-cols-6 > .card:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .card-grid.mobile-columns.grid-cols-6 > .card:nth-of-type(3n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .card-grid.mobile-columns.grid-cols-6 > .card:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .card-grid.mobile-columns.grid-cols-6 > .card:nth-of-type(-n + 3) {
    margin-top: 0 !important;
  }
}
@media (min-width: 87.5em) {
  .card-grid.mobile-columns.grid-cols-6 > .card:nth-of-type(6n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 87.5em) {
  .card-grid.mobile-columns.grid-cols-6 > .card:nth-of-type(6n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 87.5em) {
  .card-grid.mobile-columns.grid-cols-6 > .card:nth-of-type(-n + 6) {
    margin-top: 0 !important;
  }
}
.card-grid.mobile-columns.grid-cols-6 > .card,
.card-grid.mobile-columns.grid-cols-6 > false,
.card-grid.mobile-columns.grid-cols-6 > .placecard, .card-grid.mobile-columns.grid-cols-6:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (max-width: 61.98em) {
  .card-grid.mobile-columns.grid-cols-6 > .card,
  .card-grid.mobile-columns.grid-cols-6 > false,
  .card-grid.mobile-columns.grid-cols-6 > .placecard, .card-grid.mobile-columns.grid-cols-6:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.mobile-columns.grid-cols-6 > .card,
  .card-grid.mobile-columns.grid-cols-6 > false,
  .card-grid.mobile-columns.grid-cols-6 > .placecard, .card-grid.mobile-columns.grid-cols-6:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .card-grid.mobile-columns.grid-cols-6 > .card,
  .card-grid.mobile-columns.grid-cols-6 > false,
  .card-grid.mobile-columns.grid-cols-6 > .placecard, .card-grid.mobile-columns.grid-cols-6:after {
    -webkit-box-flex: 0 1 calc((100% - (30px * 2)) / 3);
    -webkit-flex: 0 1 calc((100% - (30px * 2)) / 3);
    -moz-box-flex: 0 1 calc((100% - (30px * 2)) / 3);
    -moz-flex: 0 1 calc((100% - (30px * 2)) / 3);
    -ms-flex: 0 1 calc((100% - (30px * 2)) / 3);
    flex: 0 1 calc((100% - (30px * 2)) / 3);
  }
}
@media (min-width: 87.5em) {
  .card-grid.mobile-columns.grid-cols-6 > .card,
  .card-grid.mobile-columns.grid-cols-6 > false,
  .card-grid.mobile-columns.grid-cols-6 > .placecard, .card-grid.mobile-columns.grid-cols-6:after {
    -webkit-box-flex: 0 1 calc((100% - 150px) / 6);
    -webkit-flex: 0 1 calc((100% - 150px) / 6);
    -moz-box-flex: 0 1 calc((100% - 150px) / 6);
    -moz-flex: 0 1 calc((100% - 150px) / 6);
    -ms-flex: 0 1 calc((100% - 150px) / 6);
    flex: 0 1 calc((100% - 150px) / 6);
  }
}
.card-grid.single-row.mobile-columns.grid-cols-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.card-grid.single-row.mobile-columns.grid-cols-2.slick .slick-track {
  height: 100%;
}
.has-placecard .card-grid.single-row.mobile-columns.grid-cols-2:after, .card-grid.single-row.mobile-columns.grid-cols-2.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.card-grid.single-row.mobile-columns.grid-cols-2 > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.card-grid.single-row.mobile-columns.grid-cols-2 .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.card-grid.single-row.mobile-columns.grid-cols-2 > .card {
  margin-top: 1.875rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .card-grid.single-row.mobile-columns.grid-cols-2 > .card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.card-grid.single-row.mobile-columns.grid-cols-2 > .card:first-child {
  margin-top: 0 !important;
}
@media (max-width: 61.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-2 > .card:nth-of-type(2) {
    margin-top: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-2 > .card:nth-of-type(2n - 1) {
    margin-left: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-2 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) {
  .card-grid.single-row.mobile-columns.grid-cols-2 > .card:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) {
  .card-grid.single-row.mobile-columns.grid-cols-2 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) {
  .card-grid.single-row.mobile-columns.grid-cols-2 > .card:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
.card-grid.single-row.mobile-columns.grid-cols-2 > .card:nth-of-type(n + 3) {
  visibility: hidden;
  display: none;
}
.card-grid.single-row.mobile-columns.grid-cols-2 > .card,
.card-grid.single-row.mobile-columns.grid-cols-2 > false,
.card-grid.single-row.mobile-columns.grid-cols-2 > .placecard, .card-grid.single-row.mobile-columns.grid-cols-2:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (max-width: 61.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-2 > .card,
  .card-grid.single-row.mobile-columns.grid-cols-2 > false,
  .card-grid.single-row.mobile-columns.grid-cols-2 > .placecard, .card-grid.single-row.mobile-columns.grid-cols-2:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 48em) {
  .card-grid.single-row.mobile-columns.grid-cols-2 > .card,
  .card-grid.single-row.mobile-columns.grid-cols-2 > false,
  .card-grid.single-row.mobile-columns.grid-cols-2 > .placecard, .card-grid.single-row.mobile-columns.grid-cols-2:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
.card-grid.single-row.mobile-columns.grid-cols-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.card-grid.single-row.mobile-columns.grid-cols-3.slick .slick-track {
  height: 100%;
}
.has-placecard .card-grid.single-row.mobile-columns.grid-cols-3:after, .card-grid.single-row.mobile-columns.grid-cols-3.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.card-grid.single-row.mobile-columns.grid-cols-3 > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.card-grid.single-row.mobile-columns.grid-cols-3 .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.card-grid.single-row.mobile-columns.grid-cols-3 > .card {
  margin-top: 1.875rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .card-grid.single-row.mobile-columns.grid-cols-3 > .card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.card-grid.single-row.mobile-columns.grid-cols-3 > .card:first-child {
  margin-top: 0 !important;
}
@media (max-width: 61.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-3 > .card:nth-of-type(2) {
    margin-top: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-3 > .card:nth-of-type(2n - 1) {
    margin-left: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-3 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-3 > .card:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-3 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-3 > .card:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.mobile-columns.grid-cols-3 > .card:nth-of-type(3n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.mobile-columns.grid-cols-3 > .card:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.mobile-columns.grid-cols-3 > .card:nth-of-type(-n + 3) {
    margin-top: 0 !important;
  }
}
.card-grid.single-row.mobile-columns.grid-cols-3 > .card:nth-of-type(n + 4) {
  visibility: hidden;
  display: none;
}
.card-grid.single-row.mobile-columns.grid-cols-3 > .card,
.card-grid.single-row.mobile-columns.grid-cols-3 > false,
.card-grid.single-row.mobile-columns.grid-cols-3 > .placecard, .card-grid.single-row.mobile-columns.grid-cols-3:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (max-width: 61.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-3 > .card,
  .card-grid.single-row.mobile-columns.grid-cols-3 > false,
  .card-grid.single-row.mobile-columns.grid-cols-3 > .placecard, .card-grid.single-row.mobile-columns.grid-cols-3:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-3 > .card,
  .card-grid.single-row.mobile-columns.grid-cols-3 > false,
  .card-grid.single-row.mobile-columns.grid-cols-3 > .placecard, .card-grid.single-row.mobile-columns.grid-cols-3:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.mobile-columns.grid-cols-3 > .card,
  .card-grid.single-row.mobile-columns.grid-cols-3 > false,
  .card-grid.single-row.mobile-columns.grid-cols-3 > .placecard, .card-grid.single-row.mobile-columns.grid-cols-3:after {
    -webkit-box-flex: 0 1 calc((100% - 60px) / 3);
    -webkit-flex: 0 1 calc((100% - 60px) / 3);
    -moz-box-flex: 0 1 calc((100% - 60px) / 3);
    -moz-flex: 0 1 calc((100% - 60px) / 3);
    -ms-flex: 0 1 calc((100% - 60px) / 3);
    flex: 0 1 calc((100% - 60px) / 3);
  }
}
.card-grid.single-row.mobile-columns.grid-cols-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.card-grid.single-row.mobile-columns.grid-cols-4.slick .slick-track {
  height: 100%;
}
.has-placecard .card-grid.single-row.mobile-columns.grid-cols-4:after, .card-grid.single-row.mobile-columns.grid-cols-4.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.card-grid.single-row.mobile-columns.grid-cols-4 > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.card-grid.single-row.mobile-columns.grid-cols-4 .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.card-grid.single-row.mobile-columns.grid-cols-4 > .card {
  margin-top: 1.875rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .card-grid.single-row.mobile-columns.grid-cols-4 > .card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.card-grid.single-row.mobile-columns.grid-cols-4 > .card:first-child {
  margin-top: 0 !important;
}
@media (max-width: 61.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-4 > .card:nth-of-type(2) {
    margin-top: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-4 > .card:nth-of-type(2n - 1) {
    margin-left: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-4 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-4 > .card:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-4 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-4 > .card:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.mobile-columns.grid-cols-4 > .card:nth-of-type(4n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.mobile-columns.grid-cols-4 > .card:nth-of-type(4n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.mobile-columns.grid-cols-4 > .card:nth-of-type(-n + 4) {
    margin-top: 0 !important;
  }
}
.card-grid.single-row.mobile-columns.grid-cols-4 > .card:nth-of-type(n + 5) {
  visibility: hidden;
  display: none;
}
.card-grid.single-row.mobile-columns.grid-cols-4 > .card,
.card-grid.single-row.mobile-columns.grid-cols-4 > false,
.card-grid.single-row.mobile-columns.grid-cols-4 > .placecard, .card-grid.single-row.mobile-columns.grid-cols-4:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (max-width: 61.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-4 > .card,
  .card-grid.single-row.mobile-columns.grid-cols-4 > false,
  .card-grid.single-row.mobile-columns.grid-cols-4 > .placecard, .card-grid.single-row.mobile-columns.grid-cols-4:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-4 > .card,
  .card-grid.single-row.mobile-columns.grid-cols-4 > false,
  .card-grid.single-row.mobile-columns.grid-cols-4 > .placecard, .card-grid.single-row.mobile-columns.grid-cols-4:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.mobile-columns.grid-cols-4 > .card,
  .card-grid.single-row.mobile-columns.grid-cols-4 > false,
  .card-grid.single-row.mobile-columns.grid-cols-4 > .placecard, .card-grid.single-row.mobile-columns.grid-cols-4:after {
    -webkit-box-flex: 0 1 calc((100% - 90px) / 4);
    -webkit-flex: 0 1 calc((100% - 90px) / 4);
    -moz-box-flex: 0 1 calc((100% - 90px) / 4);
    -moz-flex: 0 1 calc((100% - 90px) / 4);
    -ms-flex: 0 1 calc((100% - 90px) / 4);
    flex: 0 1 calc((100% - 90px) / 4);
  }
}
.card-grid.single-row.mobile-columns.grid-cols-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.card-grid.single-row.mobile-columns.grid-cols-5.slick .slick-track {
  height: 100%;
}
.has-placecard .card-grid.single-row.mobile-columns.grid-cols-5:after, .card-grid.single-row.mobile-columns.grid-cols-5.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.card-grid.single-row.mobile-columns.grid-cols-5 > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.card-grid.single-row.mobile-columns.grid-cols-5 .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.card-grid.single-row.mobile-columns.grid-cols-5 > .card {
  margin-top: 1.875rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .card-grid.single-row.mobile-columns.grid-cols-5 > .card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.card-grid.single-row.mobile-columns.grid-cols-5 > .card:first-child {
  margin-top: 0 !important;
}
@media (max-width: 61.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-5 > .card:nth-of-type(2) {
    margin-top: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-5 > .card:nth-of-type(2n - 1) {
    margin-left: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-5 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-5 > .card:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-5 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-5 > .card:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.mobile-columns.grid-cols-5 > .card:nth-of-type(5n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.mobile-columns.grid-cols-5 > .card:nth-of-type(5n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.mobile-columns.grid-cols-5 > .card:nth-of-type(-n + 5) {
    margin-top: 0 !important;
  }
}
.card-grid.single-row.mobile-columns.grid-cols-5 > .card:nth-of-type(n + 6) {
  visibility: hidden;
  display: none;
}
.card-grid.single-row.mobile-columns.grid-cols-5 > .card,
.card-grid.single-row.mobile-columns.grid-cols-5 > false,
.card-grid.single-row.mobile-columns.grid-cols-5 > .placecard, .card-grid.single-row.mobile-columns.grid-cols-5:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (max-width: 61.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-5 > .card,
  .card-grid.single-row.mobile-columns.grid-cols-5 > false,
  .card-grid.single-row.mobile-columns.grid-cols-5 > .placecard, .card-grid.single-row.mobile-columns.grid-cols-5:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-5 > .card,
  .card-grid.single-row.mobile-columns.grid-cols-5 > false,
  .card-grid.single-row.mobile-columns.grid-cols-5 > .placecard, .card-grid.single-row.mobile-columns.grid-cols-5:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 64em) {
  .card-grid.single-row.mobile-columns.grid-cols-5 > .card,
  .card-grid.single-row.mobile-columns.grid-cols-5 > false,
  .card-grid.single-row.mobile-columns.grid-cols-5 > .placecard, .card-grid.single-row.mobile-columns.grid-cols-5:after {
    -webkit-box-flex: 0 1 calc((100% - 120px) / 5);
    -webkit-flex: 0 1 calc((100% - 120px) / 5);
    -moz-box-flex: 0 1 calc((100% - 120px) / 5);
    -moz-flex: 0 1 calc((100% - 120px) / 5);
    -ms-flex: 0 1 calc((100% - 120px) / 5);
    flex: 0 1 calc((100% - 120px) / 5);
  }
}
.card-grid.single-row.mobile-columns.grid-cols-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.card-grid.single-row.mobile-columns.grid-cols-6.slick .slick-track {
  height: 100%;
}
.has-placecard .card-grid.single-row.mobile-columns.grid-cols-6:after, .card-grid.single-row.mobile-columns.grid-cols-6.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.card-grid.single-row.mobile-columns.grid-cols-6 > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.card-grid.single-row.mobile-columns.grid-cols-6 .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.card-grid.single-row.mobile-columns.grid-cols-6 > .card {
  margin-top: 1.875rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .card-grid.single-row.mobile-columns.grid-cols-6 > .card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.card-grid.single-row.mobile-columns.grid-cols-6 > .card:first-child {
  margin-top: 0 !important;
}
@media (max-width: 61.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-6 > .card:nth-of-type(2) {
    margin-top: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-6 > .card:nth-of-type(2n - 1) {
    margin-left: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-6 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-6 > .card:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-6 > .card:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-6 > .card:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .card-grid.single-row.mobile-columns.grid-cols-6 > .card:nth-of-type(3n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .card-grid.single-row.mobile-columns.grid-cols-6 > .card:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .card-grid.single-row.mobile-columns.grid-cols-6 > .card:nth-of-type(-n + 3) {
    margin-top: 0 !important;
  }
}
@media (min-width: 87.5em) {
  .card-grid.single-row.mobile-columns.grid-cols-6 > .card:nth-of-type(6n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 87.5em) {
  .card-grid.single-row.mobile-columns.grid-cols-6 > .card:nth-of-type(6n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 87.5em) {
  .card-grid.single-row.mobile-columns.grid-cols-6 > .card:nth-of-type(-n + 6) {
    margin-top: 0 !important;
  }
}
.card-grid.single-row.mobile-columns.grid-cols-6 > .card:nth-of-type(n + 7) {
  visibility: hidden;
  display: none;
}
.card-grid.single-row.mobile-columns.grid-cols-6 > .card,
.card-grid.single-row.mobile-columns.grid-cols-6 > false,
.card-grid.single-row.mobile-columns.grid-cols-6 > .placecard, .card-grid.single-row.mobile-columns.grid-cols-6:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (max-width: 61.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-6 > .card,
  .card-grid.single-row.mobile-columns.grid-cols-6 > false,
  .card-grid.single-row.mobile-columns.grid-cols-6 > .placecard, .card-grid.single-row.mobile-columns.grid-cols-6:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .card-grid.single-row.mobile-columns.grid-cols-6 > .card,
  .card-grid.single-row.mobile-columns.grid-cols-6 > false,
  .card-grid.single-row.mobile-columns.grid-cols-6 > .placecard, .card-grid.single-row.mobile-columns.grid-cols-6:after {
    -webkit-box-flex: 0 1 calc((100% - 30px) / 2);
    -webkit-flex: 0 1 calc((100% - 30px) / 2);
    -moz-box-flex: 0 1 calc((100% - 30px) / 2);
    -moz-flex: 0 1 calc((100% - 30px) / 2);
    -ms-flex: 0 1 calc((100% - 30px) / 2);
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .card-grid.single-row.mobile-columns.grid-cols-6 > .card,
  .card-grid.single-row.mobile-columns.grid-cols-6 > false,
  .card-grid.single-row.mobile-columns.grid-cols-6 > .placecard, .card-grid.single-row.mobile-columns.grid-cols-6:after {
    -webkit-box-flex: 0 1 calc((100% - (30px * 2)) / 3);
    -webkit-flex: 0 1 calc((100% - (30px * 2)) / 3);
    -moz-box-flex: 0 1 calc((100% - (30px * 2)) / 3);
    -moz-flex: 0 1 calc((100% - (30px * 2)) / 3);
    -ms-flex: 0 1 calc((100% - (30px * 2)) / 3);
    flex: 0 1 calc((100% - (30px * 2)) / 3);
  }
}
@media (min-width: 87.5em) {
  .card-grid.single-row.mobile-columns.grid-cols-6 > .card,
  .card-grid.single-row.mobile-columns.grid-cols-6 > false,
  .card-grid.single-row.mobile-columns.grid-cols-6 > .placecard, .card-grid.single-row.mobile-columns.grid-cols-6:after {
    -webkit-box-flex: 0 1 calc((100% - 150px) / 6);
    -webkit-flex: 0 1 calc((100% - 150px) / 6);
    -moz-box-flex: 0 1 calc((100% - 150px) / 6);
    -moz-flex: 0 1 calc((100% - 150px) / 6);
    -ms-flex: 0 1 calc((100% - 150px) / 6);
    flex: 0 1 calc((100% - 150px) / 6);
  }
}
.include-footer-containers .site-footer .site-footer--column {
  padding: 0;
}
.site-footer:not(.two-cols) .utility-nav {
  margin-bottom: 0;
}
.site-footer a:hover, .site-footer a:focus {
  text-decoration: none;
}
@media (min-width: 62em) {
  .site-footer p {
    font-size: 1.125rem;
  }
}
.site-footer--content {
  border-top: 0.125rem solid var(--white);
  padding-top: var(--footer-padding-bottom);
}
@media (min-width: 62em) {
  .site-footer--content {
    padding-left: 3.75rem;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .site-footer--content {
    padding-left: 4.375rem;
  }
}
@media (min-width: 87.5em) {
  .site-footer--content {
    padding-left: 8.75rem;
  }
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .site-footer--navigation {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
@media (min-width: 48em) {
  .site-footer--navigation {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 64em) {
  .site-footer--navigation {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
.site-footer--social-nav {
  padding: 0;
}
.site-footer .footer-social-nav {
  margin: 0 0 1rem;
  padding-right: 2.5rem;
}
@media (max-width: 47.98em) {
  .site-footer .footer-social-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 48em) {
  .site-footer .footer-social-nav {
    margin: 0;
  }
}
.site-footer .footer-social-nav .social-nav-item {
  margin: 0;
  padding: 0 calc(var(--footer-social-nav-item-spacing) * 0.5) 0 0;
  /* stylelint-disable */
  line-height: 1 !important;
  /* stylelint-enable */
}
@media (min-width: 62em) {
  .site-footer .footer-social-nav .social-nav-item {
    padding: 0 var(--footer-social-nav-item-spacing) 0 0;
  }
}
.site-footer .footer-social-nav .social-nav-item:last-child {
  padding-right: 0;
}
.site-footer .footer-social-nav .social-nav-link {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0;
  text-transform: none;
}
@media (min-width: 62em) {
  .site-footer .footer-social-nav .social-nav-link {
    font-size: 1rem;
    text-decoration: underline;
  }
}
.site-footer .footer-social-nav .social-nav-link:hover, .site-footer .footer-social-nav .social-nav-link:focus {
  text-decoration: underline;
}
@media (min-width: 62em) {
  .site-footer .footer-social-nav .social-nav-link:hover, .site-footer .footer-social-nav .social-nav-link:focus {
    text-decoration: none;
  }
}
.site-footer--info {
  visibility: hidden;
  display: none;
}
.site-footer--meta {
  text-align: left;
}
@media (min-width: 48em) and (max-width: 63.98em) {
  .site-footer--meta {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 48em) {
  .site-footer--meta {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media (min-width: 64em) {
  .site-footer--meta {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
.site-footer--utilities {
  flex: 0 0 auto;
  width: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 0.625rem;
  padding-right: 0;
}
@media (min-width: 62em) {
  .site-footer--utilities {
    padding-top: 0.0625rem;
  }
}
.site-footer .utility-nav > .nav-item {
  line-height: var(--footer-copyright-line-height);
}
.site-footer .utility-nav > .nav-item > .nav-link {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  border-left: 0.0625rem solid var(--white);
  text-transform: uppercase;
}
@media (min-width: 62em) {
  .site-footer .utility-nav > .nav-item > .nav-link {
    font-size: 1rem;
  }
}
.site-footer .utility-nav > .nav-item > .nav-link .item-label {
  line-height: 1;
}
.site-footer--copyright {
  flex: 0 0 auto;
  width: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
  padding: 0;
}
@media (min-width: 62em) {
  .site-footer--copyright {
    padding-top: 0.0625rem;
  }
}
.site-footer--copyright .copyright {
  font-size: 0.75rem;
  font-weight: 500;
}
@media (min-width: 62em) {
  .site-footer--copyright .copyright {
    font-size: 1rem;
  }
}
.site-footer--copyright .copyright em {
  font-family: acumin-pro-wide, sans-serif;
  font-style: normal;
  color: var(--octonary);
}
.site-footer--copyright .name {
  text-transform: uppercase;
}
.site-footer--locations {
  text-align: left;
}
.site-footer--locations h1 {
  font-size: 1.125rem;
}
@media (min-width: 62em) {
  .site-footer--locations h1 {
    font-size: 2.5rem;
  }
}
.site-footer--locations h2 {
  font-size: 1.125rem;
}
@media (min-width: 62em) {
  .site-footer--locations h2 {
    font-size: 2.5rem;
  }
}
.site-footer--locations h3 {
  font-size: 1.125rem;
}
@media (min-width: 62em) {
  .site-footer--locations h3 {
    font-size: 2.5rem;
  }
}
.site-footer--locations h4 {
  font-size: 1.125rem;
}
@media (min-width: 62em) {
  .site-footer--locations h4 {
    font-size: 2.5rem;
  }
}
.site-footer--locations h5 {
  font-size: 1.125rem;
}
@media (min-width: 62em) {
  .site-footer--locations h5 {
    font-size: 2.5rem;
  }
}
.site-footer--locations h6 {
  font-size: 1.125rem;
}
@media (min-width: 62em) {
  .site-footer--locations h6 {
    font-size: 2.5rem;
  }
}
.site-footer--locations .block-section--wrapper {
  padding: 0 0.75rem;
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .site-footer--locations .block-section--wrapper {
    padding-left: 4.375rem;
  }
}
@media (min-width: 87.5em) {
  .site-footer--locations .block-section--wrapper {
    padding-left: 8.75rem;
  }
}

.site-header {
  transition: background-color var(--global-transition-duration) var(--global-transition-timing-function);
  background-color: var(--secondary);
  z-index: 5;
}
@media (max-width: 61.98em) {
  .site-header {
    overflow: hidden;
  }
}
@media (min-width: 62em) {
  .site-header {
    background-color: var(--black);
  }
}
@media (max-width: 61.98em) {
  .site-header:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    background-image: url("../src/img/shine overlay.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 3;
  }
}
@media (min-width: 62em) {
  .fixed-header-enabled .site-header {
    top: 0;
    bottom: 0;
    left: 0;
    right: calc(100% - 160px);
  }
}
.header-shrunk .site-header {
  background-color: var(--secondary);
}
@media (min-width: 62em) {
  .header-shrunk .site-header {
    background-color: var(--black);
  }
}
.nav-open .site-header {
  background-color: var(--secondary);
}
@media (max-width: 61.98em) {
  .nav-open .site-header {
    overflow: visible;
  }
}
.site-header:not(.center-mobile) .navbar-toggler {
  right: auto;
  left: var(--nav-toggle-horizontal-position);
}
.site-header.full-screen-mobile-nav.mobile-nav-top .navbar-collapse, .site-header.full-screen-mobile-nav.mobile-nav-bottom .navbar-collapse {
  height: calc(100vh - 100% - var(--nav-mobile-padding-top) * 0.5 - var(--nav-mobile-padding-bottom) * 0.5);
}
.site-header.full-screen-mobile-nav.mobile-nav-left .navbar-collapse, .site-header.full-screen-mobile-nav.mobile-nav-right .navbar-collapse {
  width: 100vw;
}
.site-header.full-screen-mobile-nav.mobile-nav-overlay .navbar-collapse {
  width: 100vw;
  height: 100vh;
}
.site-header.full-screen-mobile-nav.center-mobile-nav-content.mobile-nav-top .site-header--navbar-wrapper, .site-header.full-screen-mobile-nav.center-mobile-nav-content.mobile-nav-bottom .site-header--navbar-wrapper, .site-header.full-screen-mobile-nav.center-mobile-nav-content.mobile-nav-left .site-header--navbar-wrapper, .site-header.full-screen-mobile-nav.center-mobile-nav-content.mobile-nav-right .site-header--navbar-wrapper {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.site-header.mobile-nav-top .navbar-collapse {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: auto;
  z-index: 5;
  max-height: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  height: var(--nav-height);
  width: var(--nav-width);
}
.site-header.mobile-nav-top .navbar-collapse.show {
  max-height: 100vh;
}
.site-header.mobile-nav-bottom .navbar-collapse {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  position: fixed;
  z-index: 5;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 0;
  height: var(--nav-height);
  width: var(--nav-width);
}
.site-header.mobile-nav-bottom .navbar-collapse.show {
  max-height: 100vh;
}
.site-header.mobile-nav-overlay .navbar-collapse {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  height: var(--nav-height);
  width: var(--nav-width);
}
.site-header.mobile-nav-overlay .navbar-collapse.show {
  opacity: 1;
}
@media (min-width: 24.375em) and (max-width: 47.98em) {
  .site-header.align-to-content:not(.center-mobile-nav-content).mobile-nav-left .navbar-collapse {
    padding-left: calc((100vw - 23.125rem) / 2);
  }
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .site-header.align-to-content:not(.center-mobile-nav-content).mobile-nav-left .navbar-collapse {
    padding-left: calc((100vw - 42.5rem) / 2);
  }
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .site-header.align-to-content:not(.center-mobile-nav-content).mobile-nav-left .navbar-collapse {
    padding-left: calc((100vw - 60rem) / 2);
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .site-header.align-to-content:not(.center-mobile-nav-content).mobile-nav-left .navbar-collapse {
    padding-left: calc((100vw - 73.25rem) / 2);
  }
}
@media (min-width: 87.5em) and (max-width: 106.73em) {
  .site-header.align-to-content:not(.center-mobile-nav-content).mobile-nav-left .navbar-collapse {
    padding-left: calc((100vw - 90rem) / 2);
  }
}
@media (min-width: 106.75em) and (max-width: 143.73em) {
  .site-header.align-to-content:not(.center-mobile-nav-content).mobile-nav-left .navbar-collapse {
    padding-left: calc((100vw - 111.25rem) / 2);
  }
}
@media (min-width: 143.75em) {
  .site-header.align-to-content:not(.center-mobile-nav-content).mobile-nav-left .navbar-collapse {
    padding-left: calc((100vw - 150rem) / 2);
  }
}
@media (min-width: 24.375em) and (max-width: 47.98em) {
  .site-header.align-to-content:not(.center-mobile-nav-content).mobile-nav-right .navbar-collapse {
    padding-right: calc((100vw - 23.125rem) / 2);
  }
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .site-header.align-to-content:not(.center-mobile-nav-content).mobile-nav-right .navbar-collapse {
    padding-right: calc((100vw - 42.5rem) / 2);
  }
}
@media (min-width: 62em) and (max-width: 63.98em) {
  .site-header.align-to-content:not(.center-mobile-nav-content).mobile-nav-right .navbar-collapse {
    padding-right: calc((100vw - 60rem) / 2);
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .site-header.align-to-content:not(.center-mobile-nav-content).mobile-nav-right .navbar-collapse {
    padding-right: calc((100vw - 73.25rem) / 2);
  }
}
@media (min-width: 87.5em) and (max-width: 106.73em) {
  .site-header.align-to-content:not(.center-mobile-nav-content).mobile-nav-right .navbar-collapse {
    padding-right: calc((100vw - 90rem) / 2);
  }
}
@media (min-width: 106.75em) and (max-width: 143.73em) {
  .site-header.align-to-content:not(.center-mobile-nav-content).mobile-nav-right .navbar-collapse {
    padding-right: calc((100vw - 111.25rem) / 2);
  }
}
@media (min-width: 143.75em) {
  .site-header.align-to-content:not(.center-mobile-nav-content).mobile-nav-right .navbar-collapse {
    padding-right: calc((100vw - 150rem) / 2);
  }
}
.site-header.site-header--stacked .site-header--branding {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.site-header.site-header--side {
  border-bottom: 0.125rem solid var(--white);
}
@media (min-width: 62em) {
  .site-header.site-header--side {
    border-right: 0.125rem solid var(--white);
    border-bottom: none;
    max-height: 100vh;
  }
}
@media (min-width: 62em) {
  .side-header--right .site-header.site-header--side {
    border-left: 0.125rem solid var(--white);
    border-right: none;
  }
}
.site-header.site-header--side .site-header--wrapper {
  height: 100%;
}
.site-header.site-header--side .site-header--content {
  height: 100%;
}
.site-header.site-header--side .site-header--content + .site-header--container {
  visibility: hidden;
  display: none;
}
.site-header.site-header--side .site-header--container {
  height: 100%;
}
@media (min-width: 62em) {
  .site-header.site-header--side .site-header--container {
    position: static;
  }
}
.site-header.site-header--side .site-header--row {
  height: 100%;
}
@media (min-width: 62em) {
  .site-header.site-header--side .site-header--branding {
    flex: 0 0 auto;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 62em) {
  .site-header.site-header--side .site-header--branding .branding {
    margin: 0 auto;
  }
}
.site-header.site-header--side .site-header--branding .branding--site-logo {
  margin: 0;
}
@media (min-width: 62em) {
  .site-header.site-header--side .site-header--navigation {
    flex: 0 0 auto;
    width: 100%;
  }
}
.site-header.site-header--side .navbar-collapse {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: auto;
}
@media (min-width: 62em) {
  .site-header.site-header--side .navbar-collapse {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: auto;
    transition-property: max-width, padding, width;
    transition-duration: var(--global-transition-duration);
    transition-timing-function: var(--global-transition-timing-function);
    will-change: max-width, padding, width;
    z-index: 5;
    max-width: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: var(--nav-width);
    height: 100vh;
  }
}
@media (min-width: 62em) {
  .site-header.site-header--side .navbar-collapse.collapsing {
    transition-property: max-width, padding, width;
    transition-duration: var(--global-transition-duration);
    transition-timing-function: var(--global-transition-timing-function);
    will-change: max-width, padding, width;
    padding-left: 0;
    padding-right: 0;
    /*stylelint-disable*/
    height: auto !important;
    /*stylelint-enable*/
  }
}
.site-header.site-header--side .navbar-collapse.show {
  height: calc(100vh - 100%);
}
@media (min-width: 62em) {
  .site-header.site-header--side .navbar-collapse.show {
    max-width: 100vw;
    height: 100vh;
  }
}
@media (min-width: 62em) {
  .side-header--right .site-header.site-header--side .navbar-collapse {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 100%;
    transition-property: max-width, padding, width;
    transition-duration: var(--global-transition-duration);
    transition-timing-function: var(--global-transition-timing-function);
    will-change: max-width, padding, width;
    z-index: 5;
    max-width: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: var(--nav-width);
    height: 100vh;
  }
}
@media (min-width: 62em) {
  .side-header--right .site-header.site-header--side .navbar-collapse.collapsing {
    transition-property: max-width, padding, width;
    transition-duration: var(--global-transition-duration);
    transition-timing-function: var(--global-transition-timing-function);
    will-change: max-width, padding, width;
    padding-left: 0;
    padding-right: 0;
    /*stylelint-disable*/
    height: auto !important;
    /*stylelint-enable*/
  }
}
.side-header--right .site-header.site-header--side .navbar-collapse.show {
  height: calc(100vh - 100%);
}
@media (min-width: 62em) {
  .side-header--right .site-header.site-header--side .navbar-collapse.show {
    max-width: 100vw;
    height: 100vh;
  }
}
.site-header.site-header--side:not(.center-mobile) .navbar-toggler {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: var(--nav-toggle-horizontal-position);
  left: auto;
}
@media (min-width: 62em) {
  .site-header.site-header--side:not(.center-mobile) .navbar-toggler {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.site-header.site-header--side:not(.center-mobile).mobile-nav-right .navbar-toggler {
  left: var(--nav-toggle-horizontal-position);
  right: auto;
}
@media (min-width: 62em) {
  .site-header.site-header--side:not(.center-mobile).mobile-nav-right .navbar-toggler {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 62em) {
  .site-header.site-header--side.full-screen-mobile-nav.mobile-nav-top .navbar-collapse, .site-header.site-header--side.full-screen-mobile-nav.mobile-nav-bottom .navbar-collapse {
    height: 100vh;
  }
}
.site-header .branding--site-logo {
  margin: 0 auto;
}
@media (max-width: 47.98em) {
  .site-header .branding--logo-img svg {
    height: 1.6875rem;
    margin-bottom: 1rem;
  }
}
.site-header .navbar-toggler:hover .hamburger-inner, .site-header .navbar-toggler:focus .hamburger-inner {
  background-color: var(--octonary);
  transition: all var(--global-transition-duration) var(--global-transition-timing-function);
}
.site-header .navbar-toggler:hover .hamburger-inner:before, .site-header .navbar-toggler:hover .hamburger-inner:after, .site-header .navbar-toggler:focus .hamburger-inner:before, .site-header .navbar-toggler:focus .hamburger-inner:after {
  background-color: var(--octonary);
  transition: all var(--global-transition-duration) var(--global-transition-timing-function);
}
@media (min-width: 62em) {
  .site-header--primary-nav {
    padding-left: 0;
  }
}
@media (min-width: 62em) {
  .site-header .primary-nav {
    padding: 6.25rem 6.25rem 0 0;
  }
}
@media (min-width: 62em) {
  .side-header--right .site-header .primary-nav {
    padding: 6.25rem 0 0 6.25rem;
  }
}
.site-header .primary-nav > .nav-item {
  text-align: center;
}
@media (min-width: 62em) {
  .site-header .primary-nav > .nav-item {
    text-align: left;
  }
}
.site-header .primary-nav > .nav-item.current-menu-item > .nav-link {
  font-weight: 800;
  background: linear-gradient(90deg, var(--octonary) 10%, var(--primary) 30%, var(--octonary) 50%, var(--primary) 70%, var(--octonary) 90%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient 15s ease infinite;
}
.site-header .primary-nav > .nav-item > .nav-link {
  text-transform: none;
  border-bottom: 0.125rem solid var(--secondary);
  transition-property: font-weight, color, background;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: font-weight, color, background;
}
@media (min-width: 62em) {
  .site-header .primary-nav > .nav-item > .nav-link {
    min-width: 21rem;
  }
}
.site-header .primary-nav > .nav-item > .nav-link:hover, .site-header .primary-nav > .nav-item > .nav-link:focus {
  font-weight: 800;
  background: linear-gradient(90deg, var(--octonary) 10%, var(--primary) 30%, var(--octonary) 50%, var(--primary) 70%, var(--octonary) 90%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient 15s ease infinite;
}
.site-header .primary-nav > .nav-item.current-menu-item > .nav-link {
  font-weight: 800;
  background: linear-gradient(90deg, var(--octonary) 10%, var(--primary) 30%, var(--octonary) 50%, var(--primary) 70%, var(--octonary) 90%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient 15s ease infinite;
}
.counter {
  background-color: var(--black);
  position: relative;
}
.counter--wrapper {
  border-top: 0.125rem solid var(--white);
  border-bottom: 0.125rem solid var(--white);
}
.counter--number-col {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: inline-flex;
  vertical-align: middle;
  border-right: 0.125rem solid var(--white);
  padding: 1.25rem 0;
}
@media (max-width: 61.98em) {
  .counter--number-col {
    display: block !important;
    padding: 0.625rem;
  }
}
.counter--label {
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 62em) {
  .counter--label {
    margin-right: 1rem;
  }
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .counter--label {
    font-size: 1.625rem;
  }
}
@media (min-width: 87.5em) {
  .counter--label {
    font-size: 1.6875rem;
  }
}
.counter--amount {
  font-size: 1.6875rem;
  background: linear-gradient(90deg, var(--octonary) 10%, var(--primary) 30%, var(--octonary) 50%, var(--primary) 70%, var(--octonary) 90%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient 15s ease infinite;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .counter--amount {
    font-size: 2rem;
  }
}
@media (min-width: 62em) {
  .counter--amount {
    margin-right: 1.25rem;
  }
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .counter--amount {
    font-size: 2.5rem;
    min-width: 17.5rem;
  }
}
@media (min-width: 87.5em) {
  .counter--amount {
    font-size: 3.25rem;
    min-width: 21.875rem;
  }
}
.counter--amount:before {
  content: "$";
}
.counter--btn-col {
  display: inline-flex;
  vertical-align: middle;
  font-size: 1.5rem;
  text-transform: uppercase;
  align-items: center;
  padding: 0;
}
.counter--button {
  height: 100%;
  position: relative;
}
@media (max-width: 61.98em) {
  .counter--button {
    font-size: 0.875rem;
  }
}
@media (min-width: 87.5em) {
  .counter--button {
    font-size: 1.125rem;
  }
}
.counter .button--label {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.marquee {
  background-color: var(--black);
  position: relative;
}
.home .marquee .marquee--track, .about .marquee .marquee--track, .tv-media .marquee .marquee--track {
  animation: marquee 100s linear infinite;
}
@media (min-width: 87.5em) {
  .home .marquee .marquee--track, .about .marquee .marquee--track, .tv-media .marquee .marquee--track {
    animation: marquee 100s linear infinite;
  }
}
.marquee--wrapper {
  border-top: 0.125rem solid var(--white);
  padding: 3.125rem 0;
  position: relative;
  max-width: 100%;
  height: 9.625rem;
  overflow-x: hidden;
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .marquee--wrapper {
    height: 10.125rem;
  }
}
@media (min-width: 87.5em) {
  .marquee--wrapper {
    height: 13rem;
  }
}
.marquee--track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 45s linear infinite;
}
@media (min-width: 87.5em) {
  .marquee--track {
    animation: marquee 25s linear infinite;
  }
}
.marquee--content {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  background: linear-gradient(90deg, var(--octonary) 10%, var(--primary) 30%, var(--octonary) 50%, var(--primary) 70%, var(--octonary) 90%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-alt 15s ease infinite;
}
.marquee--content h1 {
  font-size: 2.8125rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .marquee--content h1 {
    font-size: 3.25rem;
  }
}
@media (min-width: 87.5em) {
  .marquee--content h1 {
    font-size: 5.625rem;
  }
}
.marquee--content h2 {
  font-size: 2.8125rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .marquee--content h2 {
    font-size: 3.25rem;
  }
}
@media (min-width: 87.5em) {
  .marquee--content h2 {
    font-size: 5.625rem;
  }
}
.marquee--content h3 {
  font-size: 2.8125rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .marquee--content h3 {
    font-size: 3.25rem;
  }
}
@media (min-width: 87.5em) {
  .marquee--content h3 {
    font-size: 5.625rem;
  }
}
.marquee--content h4 {
  font-size: 2.8125rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .marquee--content h4 {
    font-size: 3.25rem;
  }
}
@media (min-width: 87.5em) {
  .marquee--content h4 {
    font-size: 5.625rem;
  }
}
.marquee--content h5 {
  font-size: 2.8125rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .marquee--content h5 {
    font-size: 3.25rem;
  }
}
@media (min-width: 87.5em) {
  .marquee--content h5 {
    font-size: 5.625rem;
  }
}
.marquee--content h6 {
  font-size: 2.8125rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .marquee--content h6 {
    font-size: 3.25rem;
  }
}
@media (min-width: 87.5em) {
  .marquee--content h6 {
    font-size: 5.625rem;
  }
}
.marquee--term {
  line-height: 1;
}
.marquee--term:after {
  content: "–";
  margin: 0 1.25rem;
}
.marquee--link:hover {
  text-decoration: none;
}

.featured-work {
  padding: 5rem 0 5rem 1.875rem;
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}
@media (min-width: 62em) {
  .featured-work {
    overflow: unset;
  }
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .featured-work {
    padding: 7.5rem 0 7.5rem 1.875rem;
  }
}
@media (min-width: 87.5em) {
  .featured-work {
    padding: 11.25rem 0;
  }
}
.featured-work--title {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.05rem;
  margin-bottom: 3.125rem;
  transition-property: margin-bottom, font-size;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: margin-bottom, font-size;
}
@media (min-width: 48em) {
  .featured-work--title {
    padding-right: 0;
  }
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .featured-work--title {
    font-size: 3.75rem;
    line-height: 0.8;
    margin-bottom: 4.6875rem;
  }
}
@media (min-width: 87.5em) {
  .featured-work--title {
    font-size: 5.625rem;
    line-height: 0.7111111111;
    margin-bottom: 6.25rem;
  }
}
.featured-work--title strong {
  font-family: acumin-pro-wide, sans-serif;
  color: var(--octonary);
}
.featured-work--carousel-wrapper {
  padding-right: 0;
  position: relative;
}
.featured-work--carousel-containers-wrapper {
  overflow-x: hidden;
}
@media (min-width: 62em) {
  .featured-work--carousel-containers-wrapper {
    position: sticky;
    right: 0;
    margin-bottom: -5rem;
  }
}
@media (min-width: 62em) {
  .featured-work--carousel-containers-wrapper {
    top: 6.875rem;
  }
}
.featured-work--carousel-container {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: opacity;
  position: absolute;
  pointer-events: none;
  transform: translateX(100%);
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
}
.featured-work--carousel-container.active {
  opacity: 1;
  position: relative;
  pointer-events: all;
  z-index: 3;
  transform: translateX(0);
}
.featured-work--carousel {
  padding: 0 0 0 1rem;
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .featured-work--carousel {
    padding: 0 0 3.875rem 1.375rem;
  }
}
@media (min-width: 87.5em) {
  .featured-work--carousel {
    padding: 0 0 3.875rem 2rem;
  }
}
.featured-work--carousel .flickity-viewport {
  transition-property: height;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: height;
}
.featured-work--carousel .flickity-page-dots {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  bottom: 1.25rem;
  max-width: none;
  padding: 0 1rem;
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .featured-work--carousel .flickity-page-dots {
    padding: 0 1.75rem;
  }
}
@media (min-width: 87.5em) {
  .featured-work--carousel .flickity-page-dots {
    padding: 0 3.75rem;
  }
}
.featured-work--carousel .flickity-page-dot {
  opacity: 0.25;
  transition-property: opacity, width;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: opacity, width;
  background-color: transparent;
  width: 3.75rem;
  height: 1.375rem;
  border-radius: 0;
  position: relative;
}
@media (min-width: 87.5em) {
  .featured-work--carousel .flickity-page-dot {
    width: 4.375rem;
  }
}
.featured-work--carousel .flickity-page-dot:hover, .featured-work--carousel .flickity-page-dot:focus {
  box-shadow: none;
}
@media (min-width: 48em) {
  .featured-work--carousel .flickity-page-dot:first-of-type {
    margin-left: 0;
  }
}
@media (min-width: 87.5em) {
  .featured-work--carousel .flickity-page-dot:last-of-type {
    margin-right: 0;
  }
}
.featured-work--carousel .flickity-page-dot.is-selected {
  opacity: 1;
}
.featured-work--carousel .flickity-page-dot:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: var(--white);
}
.featured-work--work {
  padding: 0 0.5rem;
  opacity: 0.25;
  transition-property: opacity, width, height;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: opacity;
}
@media (min-width: 87.5em) {
  .featured-work--work {
    padding: 0 1.75rem;
  }
}
.featured-work--work.is-selected {
  opacity: 1;
}
.featured-work--work.is-selected .featured-work--work-link {
  pointer-events: all;
}
.featured-work--work.is-selected .featured-work--work-image-wrapper {
  position: relative;
  margin-top: 0;
}
.featured-work--work.is-selected .featured-work--work-image-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 141.601255887%;
}
.featured-work--work.is-selected .featured-work--work-image-wrapper > .featured-work--work-image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.featured-work--work.hide {
  visibility: hidden;
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
}
.featured-work--work-link {
  display: block;
  pointer-events: none;
}
.featured-work--work-link:hover, .featured-work--work-link:focus {
  text-decoration: none;
  color: var(--white);
}
.featured-work--work-image-wrapper {
  position: relative;
  margin-top: 49.0292498233%;
  transition-property: margin-top, margin-bottom;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: margin-top, margin-bottom;
  margin-bottom: 1.625rem;
}
.featured-work--work-image-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 92.5720060637%;
}
.featured-work--work-image-wrapper > .featured-work--work-image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 87.5em) {
  .featured-work--work-image-wrapper {
    margin-bottom: 2.8125rem;
  }
}
.featured-work--work-image-wrapper:before {
  transition-property: padding-top;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: padding-top;
}
.featured-work--work-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.featured-work--work-title {
  visibility: hidden;
  display: none;
  font-size: 1.5rem;
  line-height: 1.9166666667;
  font-weight: 500;
  letter-spacing: -0.065625rem;
  margin-bottom: 0.3125rem;
  transition-property: margin-bottom, font-size;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: margin-bottom, font-size;
}
@media (min-width: 87.5em) {
  .featured-work--work-title {
    font-size: 1.625rem;
    line-height: 1.3076923077;
    margin-bottom: 1.375rem;
  }
}
.featured-work--work-excerpt {
  font-size: 1rem;
  line-height: 1.5;
  transition-property: font-size;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: font-size;
}
.work-list {
  z-index: 3;
  padding: 5.625rem 0 5.625rem 1.875rem;
  border-top: 0.125rem solid var(--white);
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .work-list {
    padding-left: 4.375rem;
  }
}
@media (min-width: 87.5em) {
  .work-list {
    padding-left: 8.75rem;
  }
}
.work-list--item {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  border-bottom: 0.125rem solid transparent;
  transition-property: border;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: border;
  padding: 3.125rem 3.75rem 0 0;
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .work-list--item {
    padding-right: 4.375rem;
  }
}
@media (min-width: 87.5em) {
  .work-list--item {
    padding-right: 8.75rem;
  }
}
.work-list--item:hover, .work-list--item:focus {
  cursor: pointer;
  position: relative;
  z-index: 3;
  border-bottom-color: var(--white);
}
@media (min-width: 48em) {
  .work-list--item:hover .work-list--item-featured-image-wrapper, .work-list--item:focus .work-list--item-featured-image-wrapper {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (min-width: 48em) {
  .work-list--item:hover .work-list--item-featured-image img, .work-list--item:focus .work-list--item-featured-image img {
    max-height: 48rem;
    max-width: 48rem;
  }
}
@media (min-width: 48em) {
  .work-list--item:hover .work-list--item-title span, .work-list--item:focus .work-list--item-title span {
    transform: translateY(0);
  }
}
@media (min-width: 48em) {
  .work-list--item:hover .work-list--item-title .title-solid, .work-list--item:focus .work-list--item-title .title-solid {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-118%);
  }
}
@media (min-width: 48em) {
  .work-list--item:hover .work-list--item-title .title-gradient, .work-list--item:focus .work-list--item-title .title-gradient {
    opacity: 1;
    pointer-events: all;
  }
}
@media (min-width: 48em) {
  .work-list--item:hover .work-list--item-body .work-list--toggle-icon, .work-list--item:focus .work-list--item-body .work-list--toggle-icon {
    opacity: 1;
  }
}
@media (min-width: 48em) {
  .work-list--item:hover .work-list--item-category span, .work-list--item:focus .work-list--item-category span {
    transform: translateY(0);
  }
}
@media (min-width: 48em) {
  .work-list--item:hover .work-list--item-category .category-solid, .work-list--item:focus .work-list--item-category .category-solid {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-118%);
  }
}
@media (min-width: 48em) {
  .work-list--item:hover .work-list--item-category .category-gradient, .work-list--item:focus .work-list--item-category .category-gradient {
    opacity: 1;
    pointer-events: all;
  }
}
.work-list--item.active {
  border-bottom: none;
  padding: 3.125rem 3.75rem 5.625rem 0;
}
@media (max-width: 61.98em) {
  .work-list--item.active {
    position: relative;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .work-list--item.active {
    padding-right: 4.375rem;
  }
}
@media (min-width: 87.5em) {
  .work-list--item.active {
    padding-right: 8.75rem;
  }
}
.work-list--item.active:hover, .work-list--item.active:focus {
  border-bottom: none;
  cursor: auto;
}
.work-list--item.active:hover .work-list--item-featured-image img, .work-list--item.active:focus .work-list--item-featured-image img {
  max-height: none;
  max-width: none;
}
.work-list--item.active .work-list--item-header {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 62em) {
  .work-list--item.active .work-list--item-header {
    flex: 0 0 auto;
    width: 25%;
  }
}
.work-list--item.active .work-list--item-header-wrapper {
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.work-list--item.active .work-list--item-featured-image-wrapper {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
  margin-bottom: 1rem;
}
@media (max-width: 47.98em) {
  .work-list--item.active .work-list--item-featured-image-wrapper {
    visibility: visible;
    display: flex;
  }
}
@media (min-width: 62em) {
  .work-list--item.active .work-list--item-featured-image-wrapper {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
.work-list--item.active .work-list--item-featured-image {
  display: inline-block;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: static;
  left: auto;
  top: auto;
  transform: none;
  margin-top: 0;
}
.work-list--item.active .work-list--item-featured-image img {
  max-height: none;
  max-width: none;
}
.work-list--item.active .work-list--item-info {
  padding-right: 0;
  position: relative;
}
.work-list--item.active .work-list--item-featured-image-caption {
  visibility: visible;
  display: initial;
  margin-top: 0.625rem;
}
.work-list--item.active .work-list--item-featured-image-description {
  visibility: visible;
  display: initial;
}
.work-list--item.active .work-list--item-title {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 62em) {
  .work-list--item.active .work-list--item-title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.work-list--item.active .work-list--item-title span {
  transform: translateY(0);
}
.work-list--item.active .work-list--item-title .title-solid {
  visibility: hidden;
  display: none;
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .work-list--item.active .work-list--item-title .title-solid {
    font-size: 1.875rem;
  }
}
.work-list--item.active .work-list--item-title .title-gradient {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .work-list--item.active .work-list--item-title .title-gradient {
    font-size: 1.875rem;
  }
}
.work-list--item.active .work-list--item-body {
  flex: 0 0 auto;
  width: 100%;
}
@media (max-width: 61.98em) {
  .work-list--item.active .work-list--item-body {
    padding-right: 0.75rem;
    position: static;
  }
}
@media (min-width: 62em) {
  .work-list--item.active .work-list--item-body {
    flex: 0 0 auto;
    width: 75%;
  }
}
.work-list--item.active .work-list--item-body .work-list--toggle-icon {
  display: inline-block;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: static;
  left: auto;
  top: auto;
  transform: none;
  opacity: 1;
  position: absolute;
  top: 2.75rem;
  right: 4.375rem;
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .work-list--item.active .work-list--item-body .work-list--toggle-icon {
    top: 3.4375rem;
  }
}
@media (min-width: 62em) {
  .work-list--item.active .work-list--item-body .work-list--toggle-icon {
    top: 0;
    right: 0;
  }
}
.work-list--item.active .work-list--item-body .work-list--toggle-icon:after {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' fill='none' viewBox='0 0 23 22' x='47' y='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.335 11.724.692 6.08 6.335.44l5.643 5.642L17.67.39l4.405 4.405-5.692 5.692 5.692 5.693-5.643 5.642-5.692-5.692-5.692 5.692-4.405-4.405 5.692-5.692Z' fill='url(%23fa)'/%3E%3Cdefs%3E%3ClinearGradient id='fa' x1='4.344' y1='11' x2='30.081' y2='17.572' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}
.work-list--item.active .work-list--item-body > .work-list--item-highlight-image-meta {
  visibility: hidden;
  display: none;
}
@media (min-width: 48em) {
  .work-list--item.active .work-list--item-body > .work-list--item-highlight-image-meta {
    visibility: visible;
    display: flex;
  }
}
.work-list--item.active .work-list--item-body-content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.work-list--item.active .work-list--item-highlight-image-wrapper {
  transform: translateY(0);
  opacity: 1;
  max-height: 62.5rem;
  max-width: 100%;
  transition-property: transform, opacity, max-height, max-width;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: transform, opacity, max-height, max-width;
  margin-bottom: 0.625rem;
}
.work-list--item.active .work-list--item-highlight-image-wrapper .work-list--item-highlight-image-meta {
  margin-top: 0.625rem;
}
@media (min-width: 48em) {
  .work-list--item.active .work-list--item-highlight-image-wrapper .work-list--item-highlight-image-meta {
    visibility: hidden;
    display: none;
  }
}
.work-list--item.active .work-list--item-highlight-image {
  marign-top: 0;
}
.work-list--item.active .work-list--item-highlight-image-meta {
  visibility: visible;
  display: flex;
  transform: translateY(0);
  opacity: 1;
  max-height: 62.5rem;
  max-width: 100%;
  transition-property: transform, opacity, max-height, max-width, margin;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: transform, opacity, max-height, max-width, margin;
  padding-right: 1.5rem;
}
.work-list--item.active .work-list--item-content {
  transform: translateY(0);
  opacity: 1;
  max-height: 62.5rem;
  overflow-y: scroll;
  transition-property: transform, opacity, max-height, max-width;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: transform, opacity, max-height, max-width;
}
.work-list--item.active .work-list--item-category span {
  transform: translateY(0);
}
.work-list--item.active .work-list--item-category .category-solid {
  visibility: hidden;
  display: none;
}
@media (min-width: 48em) {
  .work-list--item.active .work-list--item-category .category-solid {
    font-size: 1.25rem;
  }
}
.work-list--item.active .work-list--item-category .category-gradient {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 48em) {
  .work-list--item.active .work-list--item-category .category-gradient {
    font-size: 1.25rem;
  }
}
.work-list--item.active .work-list--item-excerpt {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
  transition-property: transform, opacity, max-height;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: transform, opacity, max-height;
  max-height: 62.5rem;
  margin-bottom: 0.625rem;
}
.work-list--item-header {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 66.66666667%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: "flex-start";
  -moz-align-items: "flex-start";
  align-items: "flex-start";
}
@media (min-width: 62em) {
  .work-list--item-header {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.work-list--item-header-wrapper {
  -webkit-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: "flex-start";
  -moz-align-items: "flex-start";
  align-items: "flex-start";
}
.work-list--item-featured-image-wrapper {
  -webkit-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  transition-property: transform, opacity;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: transform;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 47.98em) {
  .work-list--item-featured-image-wrapper {
    visibility: hidden;
    display: none;
  }
}
.work-list--item-featured-image {
  -webkit-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin-bottom: 0;
  transition-property: margin-top;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: margin-top;
}
.work-list--item-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-height: 0;
  max-width: 0;
  transition-property: max-height, max-width;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: max-height, max-width;
}
.work-list--item-featured-image-container {
  position: relative;
}
.work-list--item-featured-image-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.6349892009%;
}
.work-list--item-featured-image-container > .work-list--item-featured-image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.work-list--item-featured-image-caption {
  -webkit-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  visibility: hidden;
  display: none;
  font-size: 0.75rem;
  padding-right: 0.5rem;
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .work-list--item-featured-image-caption {
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-right: 0;
  }
}
@media (min-width: 62em) {
  .work-list--item-featured-image-caption {
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font-size: 0.875rem;
    padding: 0;
  }
}
.work-list--item-featured-image-description {
  -webkit-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  visibility: hidden;
  display: none;
  font-size: 0.75rem;
  padding-left: 0.5rem;
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .work-list--item-featured-image-description {
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}
@media (min-width: 62em) {
  .work-list--item-featured-image-description {
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font-size: 0.875rem;
    padding: 0;
  }
}
.work-list--item-title {
  -webkit-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0;
  position: relative;
}
@media (max-width: 47.98em) {
  .work-list--item-title {
    padding-right: 2rem;
  }
}
.work-list--item-title span {
  display: block;
  transition-property: transform, opacity;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: transform, opacity;
}
.work-list--item-title .title-solid {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1rem;
  font-weight: normal;
  position: absolute;
  bottom: 0;
}
@media (min-width: 87.5em) {
  .work-list--item-title .title-solid {
    font-size: 1.25rem;
  }
}
.work-list--item-title .title-gradient {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.125rem;
  font-weight: 700;
  background: linear-gradient(90deg, var(--octonary) 10%, var(--primary) 30%, var(--octonary) 50%, var(--primary) 70%, var(--octonary) 90%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient 15s ease infinite;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 87.5em) {
  .work-list--item-title .title-gradient {
    font-size: 1.875rem;
  }
}
.work-list--item-body {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 33.33333333%;
  position: relative;
  padding-right: 2rem;
}
@media (min-width: 62em) {
  .work-list--item-body {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.work-list--item-body.has-highlight-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.work-list--item-body.has-highlight-image .work-list--item-body-content {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.work-list--item-body.has-highlight-image .work-list--item-info {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 48em) {
  .work-list--item-body.has-highlight-image .work-list--item-info {
    -webkit-box-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    -moz-box-flex: 0 0 33.3333333333%;
    -moz-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}
.work-list--item-body.has-highlight-image--item-content {
  -webkit-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.work-list--toggle-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity var(--global-transition-duration) var(--global-transition-timing-function);
  will-change: opacity;
  right: 0;
  display: block;
}
.work-list--toggle-icon:hover, .work-list--toggle-icon:focus {
  cursor: pointer;
}
.work-list--toggle-icon:after {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='23' fill='none' viewBox='0 0 25 23' x='64' y='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05 7.98V0h7.98v7.98h8.05v6.23h-8.05v8.05H8.05v-8.05H0V7.98h8.05Z' fill='url(%23ja)'/%3E%3Cdefs%3E%3ClinearGradient id='ja' x1='0' y1='0' x2='25.921' y2='22.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162FCB'/%3E%3Cstop offset='1' stop-color='%23D12D36'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  background-position: center;
  content: "";
}
.work-list--item-body-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 48em) {
  .work-list--item-body-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}
.work-list--item-highlight-image-wrapper {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  transform: translateY(118%);
  opacity: 0;
  max-height: 0;
  max-width: 0;
}
@media (min-width: 48em) {
  .work-list--item-highlight-image-wrapper {
    -webkit-box-flex: 0 0 66.6666666667%;
    -webkit-flex: 0 0 66.6666666667%;
    -moz-box-flex: 0 0 66.6666666667%;
    -moz-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    padding-right: 1.5rem;
  }
}
.work-list--item-highlight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.work-list--item-info {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.work-list--item-category {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0;
  position: relative;
}
.work-list--item-category span {
  display: block;
  transition-property: transform, opacity;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: transform, opacity;
}
.work-list--item-category .category-solid {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1rem;
  font-weight: normal;
  position: absolute;
  bottom: 0;
}
@media (min-width: 87.5em) {
  .work-list--item-category .category-solid {
    font-size: 1.25rem;
  }
}
.work-list--item-category .category-gradient {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.125rem;
  font-weight: 700;
  background: linear-gradient(90deg, var(--octonary) 10%, var(--primary) 30%, var(--octonary) 50%, var(--primary) 70%, var(--octonary) 90%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: dient 15s ease infinite;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 87.5em) {
  .work-list--item-category .category-gradient {
    font-size: 1.875rem;
  }
}
.work-list--item-excerpt {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transform: translateY(118%);
  opacity: 0;
  pointer-events: none;
  max-height: 0;
}
.work-list--item-highlight-image-meta {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  visibility: hidden;
  display: none;
  transform: translateY(118%);
  opacity: 0;
  max-height: 0;
  max-width: 0;
}
@media (min-width: 48em) {
  .work-list--item-highlight-image-meta {
    -webkit-box-flex: 0 0 66.6666666667%;
    -webkit-flex: 0 0 66.6666666667%;
    -moz-box-flex: 0 0 66.6666666667%;
    -moz-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
}
.work-list--item-highlight-image-caption {
  -webkit-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  font-size: 0.75rem;
  padding-right: 0.5rem;
}
@media (min-width: 62em) {
  .work-list--item-highlight-image-caption {
    font-size: 0.875rem;
  }
}
.work-list--item-highlight-image-description {
  -webkit-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  font-size: 0.75rem;
  padding-left: 0.5rem;
}
@media (min-width: 62em) {
  .work-list--item-highlight-image-description {
    font-size: 0.875rem;
  }
}
.work-list--item-content {
  margin-top: 1rem;
  transform: translateY(118%);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.cta {
  background-color: var(--black);
  position: relative;
}
.cta--wrapper {
  border-top: 0.125rem solid var(--white);
  border-bottom: 0.125rem solid var(--white);
}
.cta--intro {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  border-right: 0.125rem solid var(--white);
  padding: 1.25rem 0;
}
@media (max-width: 61.98em) {
  .cta--intro {
    display: block !important;
    padding: 0.625rem;
  }
}
.cta--intro-text {
  font-size: 1rem;
  margin-bottom: 0;
  padding-left: 1.25rem;
}
@media (min-width: 48em) {
  .cta--intro-text {
    padding-right: 1.25rem;
    padding-left: 0;
  }
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .cta--intro-text {
    font-size: 1.625rem;
  }
}
@media (min-width: 87.5em) {
  .cta--intro-text {
    font-size: 1.6875rem;
  }
}
.cta--btn-col {
  display: inline-flex;
  vertical-align: middle;
  font-size: 1.5rem;
  text-transform: uppercase;
  align-items: center;
  padding: 0;
}
.cta--button {
  height: 100%;
  position: relative;
}
@media (max-width: 61.98em) {
  .cta--button {
    font-size: 0.875rem;
  }
}
@media (min-width: 87.5em) {
  .cta--button {
    font-size: 1.125rem;
  }
}
.cta .button--label {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.client-logos {
  position: relative;
  background-color: var(--black);
  padding: 6.125rem 0 0;
  border-top: 0.125rem solid var(--white);
}
@media (min-width: 48em) {
  .client-logos {
    padding-bottom: 6.125rem;
  }
}
@media (min-width: 48em) and (max-width: 87.48em) {
  .client-logos {
    padding: 9.375rem 0;
  }
}
@media (min-width: 87.5em) and (max-width: 143.73em) {
  .client-logos {
    padding-top: 15rem;
    padding: 8.25rem 0;
  }
}
@media (min-width: 143.75em) {
  .client-logos {
    padding-top: 20rem;
    padding: 11.5rem 0;
  }
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .client-logos--intro p {
    font-size: 1.625rem;
  }
}
@media (min-width: 87.5em) {
  .client-logos--intro p {
    font-size: 1.6875rem;
  }
}
.client-logos--grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  border-top: 0.125rem solid var(--white);
  border-bottom: 0.125rem solid var(--white);
  margin: 2.5rem 0 0;
}
.client-logos--grid.slick .slick-track {
  height: 100%;
}
.has-placecard .client-logos--grid:after, .client-logos--grid.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.client-logos--grid > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.client-logos--grid .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.client-logos--grid > .client-logos--client {
  margin-top: 0;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .client-logos--grid > .client-logos--client {
    margin-left: 0;
    margin-right: 0;
  }
}
.client-logos--grid > .client-logos--client:first-child {
  margin-top: 0 !important;
}
@media (min-width: 48em) {
  .client-logos--grid > .client-logos--client:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) {
  .client-logos--grid > .client-logos--client:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) {
  .client-logos--grid > .client-logos--client:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
.client-logos--grid > .client-logos--client,
.client-logos--grid > false,
.client-logos--grid > .placecard, .client-logos--grid:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (min-width: 48em) {
  .client-logos--grid > .client-logos--client,
  .client-logos--grid > false,
  .client-logos--grid > .placecard, .client-logos--grid:after {
    -webkit-box-flex: 0 1 calc((100% - 0px) / 2);
    -webkit-flex: 0 1 calc((100% - 0px) / 2);
    -moz-box-flex: 0 1 calc((100% - 0px) / 2);
    -moz-flex: 0 1 calc((100% - 0px) / 2);
    -ms-flex: 0 1 calc((100% - 0px) / 2);
    flex: 0 1 calc((100% - 0px) / 2);
  }
}
@media (min-width: 64em) {
  .client-logos--grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .client-logos--grid.slick .slick-track {
    height: 100%;
  }
  .has-placecard .client-logos--grid:after, .client-logos--grid.has-placecard:after {
    content: "";
    display: block;
    max-height: 0;
  }
  .client-logos--grid > .placecard {
    visibility: hidden;
    opacity: 0;
    display: block;
    max-height: 0;
  }
  .client-logos--grid .break {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .client-logos--grid > .client-logos--client {
    margin-top: 0;
    /* stylelint-disable */
    /* stylelint-enable */
  }
}
@media (min-width: 64em) and (min-width: 48em) {
  .client-logos--grid > .client-logos--client {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 64em) {
  .client-logos--grid > .client-logos--client:first-child {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) and (min-width: 48em) and (max-width: 63.98em) {
  .client-logos--grid > .client-logos--client:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) and (min-width: 48em) and (max-width: 63.98em) {
  .client-logos--grid > .client-logos--client:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) and (min-width: 48em) and (max-width: 63.98em) {
  .client-logos--grid > .client-logos--client:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) and (min-width: 64em) {
  .client-logos--grid > .client-logos--client:nth-of-type(4n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) and (min-width: 64em) {
  .client-logos--grid > .client-logos--client:nth-of-type(4n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) and (min-width: 64em) {
  .client-logos--grid > .client-logos--client:nth-of-type(-n + 4) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) {
  .client-logos--grid > .client-logos--client,
  .client-logos--grid > false,
  .client-logos--grid > .placecard, .client-logos--grid:after {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 64em) and (min-width: 48em) and (max-width: 63.98em) {
  .client-logos--grid > .client-logos--client,
  .client-logos--grid > false,
  .client-logos--grid > .placecard, .client-logos--grid:after {
    -webkit-box-flex: 0 1 calc((100% - 0) / 2);
    -webkit-flex: 0 1 calc((100% - 0) / 2);
    -moz-box-flex: 0 1 calc((100% - 0) / 2);
    -moz-flex: 0 1 calc((100% - 0) / 2);
    -ms-flex: 0 1 calc((100% - 0) / 2);
    flex: 0 1 calc((100% - 0) / 2);
  }
}
@media (min-width: 64em) and (min-width: 64em) {
  .client-logos--grid > .client-logos--client,
  .client-logos--grid > false,
  .client-logos--grid > .placecard, .client-logos--grid:after {
    -webkit-box-flex: 0 1 calc((100% - 0px) / 4);
    -webkit-flex: 0 1 calc((100% - 0px) / 4);
    -moz-box-flex: 0 1 calc((100% - 0px) / 4);
    -moz-flex: 0 1 calc((100% - 0px) / 4);
    -ms-flex: 0 1 calc((100% - 0px) / 4);
    flex: 0 1 calc((100% - 0px) / 4);
  }
}
.client-logos--client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 2.5rem 1.25rem;
  text-align: center;
  border-bottom: 0.125rem solid var(--white);
  height: 20.625rem;
}
@media (min-width: 48em) {
  .client-logos--client {
    border: 0.125rem solid var(--white);
    border-bottom: none;
  }
}
@media (min-width: 64em) {
  .client-logos--client {
    height: 14.171875rem;
  }
}
.client-logos--client:last-child {
  border-bottom: none;
}
@media (max-width: 63.98em) {
  .client-logos--client:nth-of-type(-n + 2) {
    border-top: none;
  }
}
@media (min-width: 64em) {
  .client-logos--client:nth-of-type(-n + 4) {
    border-top: none;
  }
}
@media (max-width: 63.98em) {
  .client-logos--client:nth-of-type(2n + 1) {
    border-left: none;
    border-right-width: 0.0625rem;
  }
}
@media (min-width: 64em) {
  .client-logos--client:nth-of-type(4n + 1) {
    border-left: none;
    border-right-width: 0.0625rem;
  }
}
@media (min-width: 64em) {
  .client-logos--client:nth-of-type(4n + 2) {
    border-right-width: 0.0625rem;
    border-left-width: 0.0625rem;
  }
}
@media (min-width: 64em) {
  .client-logos--client:nth-of-type(4n - 1) {
    border-left-width: 0.0625rem;
    border-right-width: 0.0625rem;
  }
}
@media (max-width: 63.98em) {
  .client-logos--client:nth-of-type(2n) {
    border-right: none;
    border-left-width: 0.0625rem;
  }
}
@media (min-width: 64em) {
  .client-logos--client:nth-of-type(4n) {
    border-right: none;
    border-left-width: 0.0625rem;
  }
}
.client-logos--link {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.client-logos--link:hover, .client-logos--link:focus {
  color: var(--white);
}
.client-logos--logo {
  display: block;
  height: 100%;
}
.client-logos--logo img {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  max-width: 75%;
  max-height: 100%;
  object-fit: contain;
}
.client-logos--name {
  font-size: 1.125rem;
  margin-top: 1rem;
}
.client-logos--outro {
  padding: 2.5rem 0;
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .client-logos--outro p {
    font-size: 1.625rem;
  }
}
@media (min-width: 87.5em) {
  .client-logos--outro p {
    font-size: 1.6875rem;
  }
}
.client-logos--outro p:last-child {
  margin: 0;
}

.team-list {
  padding: 5.625rem 1.875rem 1.875rem;
}
@media (min-width: 48em) {
  .team-list {
    padding-right: 0;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .team-list {
    padding-left: 4.375rem;
  }
}
@media (min-width: 87.5em) {
  .team-list {
    padding-left: 8.75rem;
  }
}
.details-active .team-list .team-list--members {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  opacity: 0;
  pointer-events: none;
}
.details-active .team-list .team-list--details {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  position: static;
  opacity: 1;
  pointer-events: all;
}
.team-list--title {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.05rem;
  margin-bottom: 3.125rem;
  transition-property: margin-bottom, font-size;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: margin-bottom, font-size;
}
@media (min-width: 48em) {
  .team-list--title {
    padding-right: 0;
  }
}
@media (min-width: 62em) {
  .team-list--title {
    position: sticky;
    top: 3.75rem;
    left: 0;
  }
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .team-list--title {
    font-size: 3.75rem;
    line-height: 0.8;
    margin-bottom: 4.6875rem;
  }
}
@media (min-width: 87.5em) {
  .team-list--title {
    font-size: 5.625rem;
    line-height: 0.7111111111;
    margin-bottom: 6.25rem;
  }
}
.team-list--title strong {
  font-family: acumin-pro-wide, sans-serif;
  color: var(--octonary);
}
.team-list .article-posts {
  position: relative;
  overflow: hidden;
}
.team-list--members {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  transition-property: opacity;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: opacity;
}
.team-list--members.slick .slick-track {
  height: 100%;
}
.has-placecard .team-list--members:after, .team-list--members.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.team-list--members > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.team-list--members .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.team-list--members > .team-list--member:not(.hide) {
  margin-top: 0;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .team-list--members > .team-list--member:not(.hide) {
    margin-left: 0;
    margin-right: 0;
  }
}
.team-list--members > .team-list--member:not(.hide):first-child {
  margin-top: 0 !important;
}
@media (max-width: 61.98em) {
  .team-list--members > .team-list--member:not(.hide):nth-of-type(2) {
    margin-top: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .team-list--members > .team-list--member:not(.hide):nth-of-type(2n - 1) {
    margin-left: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .team-list--members > .team-list--member:not(.hide):nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) {
  .team-list--members > .team-list--member:not(.hide):nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) {
  .team-list--members > .team-list--member:not(.hide):nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) {
  .team-list--members > .team-list--member:not(.hide):nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
.team-list--members > .team-list--member:not(.hide),
.team-list--members > false,
.team-list--members > .placecard, .team-list--members:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (max-width: 61.98em) {
  .team-list--members > .team-list--member:not(.hide),
  .team-list--members > false,
  .team-list--members > .placecard, .team-list--members:after {
    -webkit-box-flex: 0 1 calc((100% - 0px) / 2);
    -webkit-flex: 0 1 calc((100% - 0px) / 2);
    -moz-box-flex: 0 1 calc((100% - 0px) / 2);
    -moz-flex: 0 1 calc((100% - 0px) / 2);
    -ms-flex: 0 1 calc((100% - 0px) / 2);
    flex: 0 1 calc((100% - 0px) / 2);
  }
}
@media (min-width: 48em) {
  .team-list--members > .team-list--member:not(.hide),
  .team-list--members > false,
  .team-list--members > .placecard, .team-list--members:after {
    -webkit-box-flex: 0 1 calc((100% - 0px) / 2);
    -webkit-flex: 0 1 calc((100% - 0px) / 2);
    -moz-box-flex: 0 1 calc((100% - 0px) / 2);
    -moz-flex: 0 1 calc((100% - 0px) / 2);
    -ms-flex: 0 1 calc((100% - 0px) / 2);
    flex: 0 1 calc((100% - 0px) / 2);
  }
}
@media (min-width: 48em) {
  .team-list--members {
    margin-right: -0.5625rem;
  }
}
@media (min-width: 64em) {
  .team-list--members {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .team-list--members.slick .slick-track {
    height: 100%;
  }
  .has-placecard .team-list--members:after, .team-list--members.has-placecard:after {
    content: "";
    display: block;
    max-height: 0;
  }
  .team-list--members > .placecard {
    visibility: hidden;
    opacity: 0;
    display: block;
    max-height: 0;
  }
  .team-list--members .break {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .team-list--members > .team-list--member:not(.hide) {
    margin-top: 0;
    /* stylelint-disable */
    /* stylelint-enable */
  }
}
@media (min-width: 64em) and (min-width: 48em) {
  .team-list--members > .team-list--member:not(.hide) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 64em) {
  .team-list--members > .team-list--member:not(.hide):first-child {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) and (min-width: 62em) and (max-width: 63.98em) {
  .team-list--members > .team-list--member:not(.hide):nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) and (min-width: 62em) and (max-width: 63.98em) {
  .team-list--members > .team-list--member:not(.hide):nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) and (min-width: 62em) and (max-width: 63.98em) {
  .team-list--members > .team-list--member:not(.hide):nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) and (min-width: 64em) {
  .team-list--members > .team-list--member:not(.hide):nth-of-type(3n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) and (min-width: 64em) {
  .team-list--members > .team-list--member:not(.hide):nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) and (min-width: 64em) {
  .team-list--members > .team-list--member:not(.hide):nth-of-type(-n + 3) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) {
  .team-list--members > .team-list--member:not(.hide),
  .team-list--members > false,
  .team-list--members > .placecard, .team-list--members:after {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 64em) and (min-width: 62em) and (max-width: 63.98em) {
  .team-list--members > .team-list--member:not(.hide),
  .team-list--members > false,
  .team-list--members > .placecard, .team-list--members:after {
    -webkit-box-flex: 0 1 calc((100% - 0px) / 2);
    -webkit-flex: 0 1 calc((100% - 0px) / 2);
    -moz-box-flex: 0 1 calc((100% - 0px) / 2);
    -moz-flex: 0 1 calc((100% - 0px) / 2);
    -ms-flex: 0 1 calc((100% - 0px) / 2);
    flex: 0 1 calc((100% - 0px) / 2);
  }
}
@media (min-width: 64em) and (min-width: 64em) {
  .team-list--members > .team-list--member:not(.hide),
  .team-list--members > false,
  .team-list--members > .placecard, .team-list--members:after {
    -webkit-box-flex: 0 1 calc((100% - 0px) / 3);
    -webkit-flex: 0 1 calc((100% - 0px) / 3);
    -moz-box-flex: 0 1 calc((100% - 0px) / 3);
    -moz-flex: 0 1 calc((100% - 0px) / 3);
    -ms-flex: 0 1 calc((100% - 0px) / 3);
    flex: 0 1 calc((100% - 0px) / 3);
  }
}
.team-list--member {
  position: relative;
  border: 0.5625rem solid transparent;
  transition-property: opacity, max-height, max-width;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: opacity, max-height, max-width;
}
.team-list--member:hover:before, .team-list--member:focus:before {
  opacity: 0.5;
}
.team-list--member:hover .team-list--member-content, .team-list--member:focus .team-list--member-content {
  opacity: 1;
}
.team-list--member.show-details:hover, .team-list--member.show-details:focus {
  cursor: pointer;
}
.team-list--member.has-alt-img:hover .team-list--member-image img.default-img, .team-list--member.has-alt-img:focus .team-list--member-image img.default-img {
  opacity: 0;
}
.team-list--member.has-alt-img:hover .team-list--member-image img.alt-img, .team-list--member.has-alt-img:focus .team-list--member-image img.alt-img {
  opacity: 1;
}
.team-list--member.has-alt-img .team-list--member-image img {
  transition: opacity var(--global-transition-duration) var(--global-transition-timing-function);
}
.team-list--member.has-alt-img .team-list--member-image img.alt-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.team-list--member:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  background: var(--octonary-primary-diagonal-down);
  transition: opacity var(--global-transition-duration) var(--global-transition-timing-function);
  z-index: 2;
  opacity: 0;
  will-change: opacity;
}
.team-list--member.hide {
  opacity: 0;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
  display: contents;
  pointer-events: none;
}
.team-list--member-image-wrapper {
  position: relative;
  overflow: hidden;
}
.team-list--member-image-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.team-list--member-image-wrapper > .team-list--member-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.team-list--member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.team-list--member-content {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  z-index: 3;
  transition: opacity var(--global-transition-duration) var(--global-transition-timing-function);
  opacity: 0;
  will-change: opacity;
}
.team-list--member-name {
  font-size: 1.125rem;
  margin: 0;
}
@media (min-width: 48em) and (max-width: 87.48em) {
  .team-list--member-name {
    font-size: 1.125rem;
  }
}
.team-list--member-title {
  font-size: 0.75rem;
}
@media (min-width: 48em) and (max-width: 87.48em) {
  .team-list--member-title {
    font-size: 1rem;
  }
}
.team-list--details {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity, max-height;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: opacity, max-height;
}
@media (min-width: 48em) {
  .team-list--details {
    width: 66.667%;
  }
}
.team-list--details-close-button {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
}
@media (min-width: 48em) {
  .team-list--details-close-button {
    right: calc(33.333% + 40px);
  }
}
.team-list--details-close-button:hover:before, .team-list--details-close-button:focus:before {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23002fdc' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
}
.team-list--details-close-button:before {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 21.6 21.6' xml:space='preserve' width='21.6' height='21.6' x='89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m12.2 10.8 9.4 9.4-1.4 1.4-9.4-9.4-9.4 9.4L0 20.2l9.4-9.4L0 1.4 1.4 0l9.4 9.4L20.2 0l1.4 1.4-9.4 9.4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-position: center;
  content: "";
}
.team-list--details-item {
  visibility: hidden;
  display: none;
  border-bottom: 0.125rem solid var(--white);
}
.team-list--details-item.active {
  visibility: visible;
  display: initial;
}
.team-list--details-info {
  font-size: 1.75rem;
  margin: 3.125rem 0;
  font-weight: 600;
}
.team-list--details-excerpt {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (min-width: 87.5em) {
  .team-list--details-excerpt {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}
.team-list--details-collapse .collapse--inner {
  margin-left: -1rem;
  margin-right: -1rem;
}

.filter--select-wrapper {
  padding-right: 1.875rem;
  position: relative;
  z-index: 4;
}
@media (min-width: 62em) {
  .filter--select-wrapper {
    visibility: hidden;
    display: none;
  }
}
.filter--select {
  margin-bottom: 3.125rem;
}
.filter--select .select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  z-index: 3;
}
.filter--select .select-box--current {
  position: relative;
  cursor: pointer;
  outline: none;
}
.filter--select .select-box--current:focus + .select-box--list {
  opacity: 1;
  animation-name: none;
}
.filter--select .select-box--current:focus + .select-box--list .select-box--option {
  cursor: pointer;
}
.filter--select .select-box--current:focus .select-box--icon {
  transform: translateY(-50%) rotate(180deg);
}
.filter--select .select-box--current:after {
  content: "";
  display: block;
  width: 0.125rem;
  height: calc(100% - 16px);
  position: absolute;
  top: 0.5rem;
  right: 2.75rem;
  background-color: var(--white);
}
.filter--select .select-box--icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1.25rem;
  transition: transform var(--global-transition-duration) var(--global-transition-timing-function);
  will-change: transform;
}
.filter--select .select-box--value {
  display: flex;
}
.filter--select .select-box--input {
  display: none;
}
.filter--select .select-box--input:checked + .select-box--input-text {
  display: block;
}
.filter--select .select-box--input-text {
  font-size: 1.25rem;
  display: none;
  width: 100%;
  margin: 0;
  padding: 1rem 3.75rem 1rem 1rem;
  border: 0.125rem solid var(--white);
}
.filter--select .select-box--list {
  font-size: 0.875rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  padding: 0;
  list-style: none;
  opacity: 0;
  animation-name: HideList;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  margin: 0;
}
.filter--select .select-box--list > li {
  line-height: 1;
}
.filter--select .select-box--list > li:first-of-type .select-box--option {
  padding-top: 1rem;
}
.filter--select .select-box--list > li:last-of-type .select-box--option {
  padding-bottom: 1rem;
}
.filter--select .select-box--option {
  display: block;
  padding: 0.5rem 1rem;
  background: var(--octonary-primary-horizontal);
  transition: padding-left var(--global-transition-duration) var(--global-transition-timing-function);
}
.filter--select .select-box--option:hover, .filter--select .select-box--option:focus {
  padding-left: 1.5rem;
}
.filter--mobile-descriptions {
  padding: 0 3.625rem 0 1rem;
}
@media (min-width: 62em) {
  .filter--mobile-descriptions {
    visibility: hidden;
    display: none;
  }
}
.filter--mobile-description {
  visibility: hidden;
  display: none;
}
.filter--mobile-description.active {
  visibility: visible;
  display: initial;
}
.filter--description-link-mobile {
  visibility: hidden;
  display: none;
}
.filter--description-link-mobile.active.creative-strategy {
  visibility: visible;
  display: block;
}
.filter--accordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  visibility: hidden;
  display: none;
}
@media (min-width: 62em) {
  .filter--accordion {
    visibility: visible;
    display: flex;
    margin-bottom: 5rem;
  }
}
.filter--accordion-item {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: transparent;
  color: var(--white);
}
.filter--accordion-item .accordion-button {
  background-color: transparent;
  color: var(--white);
  box-shadow: none;
  letter-spacing: -0.065625rem;
  font-weight: 500;
  transition-property: opacity, font-size;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: opacity, font-size;
  padding-left: 0;
}
.filter--accordion-item .accordion-button:after {
  visibility: hidden;
  display: none;
}
.filter--accordion-item .accordion-button.collapsed {
  opacity: 0.25;
}
.filter--accordion-item .accordion-button.collapsed:hover, .filter--accordion-item .accordion-button.collapsed:focus {
  opacity: 1;
}
.filter--accordion-item .accordion-button.collapsed .filter--accordion-item-count {
  font-size: 1.5rem;
  line-height: 1.5;
  width: auto;
}
@media (min-width: 87.5em) {
  .filter--accordion-item .accordion-button.collapsed .filter--accordion-item-count {
    font-size: 2.1875rem;
    line-height: 1.3142857143;
  }
}
.filter--accordion-item .accordion-button.collapsed .filter--accordion-item-name {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 87.5em) {
  .filter--accordion-item .accordion-button.collapsed .filter--accordion-item-name {
    font-size: 2.1875rem;
    line-height: 1.3142857143;
  }
}
.filter--accordion-item .accordion-button .filter--accordion-item-count {
  font-size: 5rem;
  width: 100%;
}
@media (min-width: 87.5em) {
  .filter--accordion-item .accordion-button .filter--accordion-item-count {
    font-size: 6.5625rem;
  }
}
.filter--accordion-item .accordion-button .filter--accordion-item-name {
  font-size: 2.375rem;
  line-height: 1.2105263158;
}
@media (min-width: 87.5em) {
  .filter--accordion-item .accordion-button .filter--accordion-item-name {
    font-size: 3.5rem;
    line-height: 1.1428571429;
  }
}
.filter--accordion-item .accordion-body {
  padding-top: 0;
  padding-left: 0;
}
.filter--accordion-item .accordion-body p {
  font-size: 1rem;
  line-height: 1.5;
  transition-property: font-size;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: font-size;
}
@media (min-width: 87.5em) {
  .filter--accordion-item .accordion-body p {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}
.filter--accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}
.filter--accordion-item-count {
  font-size: 2.75rem;
  line-height: 0.5909090909;
  font-weight: 800;
  display: inline-block;
  transition-property: width, font-size;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: width, font-size;
  visibility: hidden;
  display: none;
}
@media (min-width: 64em) {
  .filter--accordion-item-count {
    font-size: 3.4375rem;
    line-height: 0.6545454545;
  }
}
.filter--accordion-item-name {
  font-size: 1.625rem;
  line-height: 1.3076923077;
  transition-property: font-size;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: font-size;
}

.videos-list {
  background-color: var(--black);
  position: relative;
  padding-top: 5.625rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .videos-list {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media (min-width: 87.5em) {
  .videos-list {
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }
}
.videos-list--excerpt {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 87.5em) {
  .videos-list--excerpt {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}
.videos-list--content .collapse--inner {
  margin-left: -1rem;
  margin-right: -1rem;
}

.homepage-cta {
  padding: 5rem 1.875rem;
  background-color: var(--black);
  position: relative;
  border-bottom: 0.125rem solid var(--white);
}
@media (min-width: 62em) {
  .homepage-cta {
    padding: 6.25rem 2.5rem;
  }
}
@media (min-width: 48em) {
  .homepage-cta.active span {
    animation-name: fade-in;
    animation-duration: var(--global-transition-duration);
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.11, 0, 0.5, 0);
  }
}
@media (min-width: 48em) {
  .homepage-cta.active span:nth-child(1) {
    animation-delay: 0.1s;
  }
}
@media (min-width: 48em) {
  .homepage-cta.active span:nth-child(2) {
    animation-delay: 0.2s;
  }
}
@media (min-width: 48em) {
  .homepage-cta.active span:nth-child(3) {
    animation-delay: 0.3s;
  }
}
@media (min-width: 48em) {
  .homepage-cta.active span:nth-child(4) {
    animation-delay: 0.5s;
  }
}
@media (min-width: 48em) {
  .homepage-cta.active span:nth-child(5) {
    animation-delay: 0.5s;
  }
}
@media (min-width: 48em) {
  .homepage-cta.active span:nth-child(6) {
    animation-delay: 0.6s;
  }
}
@media (min-width: 48em) {
  .homepage-cta.active span:nth-child(7) {
    animation-delay: 0.7s;
  }
}
@media (min-width: 48em) {
  .homepage-cta.active span:nth-child(8) {
    animation-delay: 0.8s;
  }
}
@media (min-width: 48em) {
  .homepage-cta.active span:nth-child(9) {
    animation-delay: 0.9s;
  }
}
@media (min-width: 48em) {
  .homepage-cta.active span:nth-child(10) {
    animation-delay: 1s;
  }
}
@media (min-width: 48em) {
  .homepage-cta.active span:nth-child(11) {
    animation-delay: 1.1s;
  }
}
@media (min-width: 48em) {
  .homepage-cta.active span:nth-child(12) {
    animation-delay: 1.2s;
  }
}
@media (min-width: 48em) {
  .homepage-cta.active span:nth-child(13) {
    animation-delay: 1.3s;
  }
}
@media (min-width: 48em) {
  .homepage-cta.active span:nth-child(14) {
    animation-delay: 1.4s;
  }
}
@media (min-width: 48em) {
  .homepage-cta.active span:nth-child(15) {
    animation-delay: 1.5s;
  }
}
@media (min-width: 48em) {
  .homepage-cta.active span:nth-child(16) {
    animation-delay: 1.6s;
  }
}
@media (min-width: 48em) {
  .homepage-cta.active span:nth-child(17) {
    animation-delay: 1.7s;
  }
}
@media (min-width: 48em) {
  .homepage-cta.active span:nth-child(18) {
    animation-delay: 1.8s;
  }
}
@media (min-width: 48em) {
  .homepage-cta.active span:nth-child(19) {
    animation-delay: 1.9s;
  }
}
@media (min-width: 48em) {
  .homepage-cta.active span:nth-child(20) {
    animation-delay: 2s;
  }
}
.homepage-cta--text {
  text-align: center;
}
.homepage-cta--text p {
  font-size: 1.5rem;
  font-weight: 200;
}
@media (min-width: 62em) {
  .homepage-cta--text p {
    font-size: 3rem;
  }
}
.homepage-cta--text p span {
  opacity: 0;
  filter: blur(4px);
}
@media (max-width: 47.98em) {
  .homepage-cta--text p span {
    animation-name: fade-in;
    animation-duration: var(--global-transition-duration);
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.11, 0, 0.5, 0);
  }
}
@media (max-width: 47.98em) {
  .homepage-cta--text p span:nth-child(1) {
    animation-delay: 0.1s;
  }
}
@media (max-width: 47.98em) {
  .homepage-cta--text p span:nth-child(2) {
    animation-delay: 0.2s;
  }
}
@media (max-width: 47.98em) {
  .homepage-cta--text p span:nth-child(3) {
    animation-delay: 0.3s;
  }
}
@media (max-width: 47.98em) {
  .homepage-cta--text p span:nth-child(4) {
    animation-delay: 0.4s;
  }
}
@media (max-width: 47.98em) {
  .homepage-cta--text p span:nth-child(5) {
    animation-delay: 0.5s;
  }
}
@media (max-width: 47.98em) {
  .homepage-cta--text p span:nth-child(6) {
    animation-delay: 0.6s;
  }
}
@media (max-width: 47.98em) {
  .homepage-cta--text p span:nth-child(7) {
    animation-delay: 0.7s;
  }
}
@media (max-width: 47.98em) {
  .homepage-cta--text p span:nth-child(8) {
    animation-delay: 0.8s;
  }
}
@media (max-width: 47.98em) {
  .homepage-cta--text p span:nth-child(9) {
    animation-delay: 0.9s;
  }
}
@media (max-width: 47.98em) {
  .homepage-cta--text p span:nth-child(10) {
    animation-delay: 1s;
  }
}
@media (max-width: 47.98em) {
  .homepage-cta--text p span:nth-child(11) {
    animation-delay: 1.1s;
  }
}
@media (max-width: 47.98em) {
  .homepage-cta--text p span:nth-child(12) {
    animation-delay: 1.2s;
  }
}
@media (max-width: 47.98em) {
  .homepage-cta--text p span:nth-child(13) {
    animation-delay: 1.3s;
  }
}
@media (max-width: 47.98em) {
  .homepage-cta--text p span:nth-child(14) {
    animation-delay: 1.4s;
  }
}
@media (max-width: 47.98em) {
  .homepage-cta--text p span:nth-child(15) {
    animation-delay: 1.5s;
  }
}
@media (max-width: 47.98em) {
  .homepage-cta--text p span:nth-child(16) {
    animation-delay: 1.6s;
  }
}
@media (max-width: 47.98em) {
  .homepage-cta--text p span:nth-child(17) {
    animation-delay: 1.7s;
  }
}
@media (max-width: 47.98em) {
  .homepage-cta--text p span:nth-child(18) {
    animation-delay: 1.8s;
  }
}
@media (max-width: 47.98em) {
  .homepage-cta--text p span:nth-child(19) {
    animation-delay: 1.9s;
  }
}
@media (max-width: 47.98em) {
  .homepage-cta--text p span:nth-child(20) {
    animation-delay: 2s;
  }
}
.homepage-cta--text p strong {
  font-weight: 600;
  text-transform: uppercase;
}

#dino {
  padding: 3rem;
}
#dino h2.jumbotron--title {
  font-weight: 900;
  font-size: 172px;
}
#dino h2.jumbotron--title:after {
  content: "■";
  color: var(--bright-blue);
  font-size: 60px;
  text-align: center;
  vertical-align: -webkit-baseline-middle;
}
#dino h3.jumbotron--subtitle {
  font-weight: bold;
}
#dino .jumbotron--content {
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: auto;
}

.client-list {
  padding: 5.625rem 1.875rem 1.875rem;
}
@media (min-width: 48em) {
  .client-list {
    padding-right: 0;
  }
}
@media (min-width: 64em) and (max-width: 87.48em) {
  .client-list {
    padding-left: 4.375rem;
  }
}
@media (min-width: 87.5em) {
  .client-list {
    padding-left: 8.75rem;
  }
}
.client-list--title {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.05rem;
  margin-bottom: 3.125rem;
  transition-property: margin-bottom, font-size;
  transition-duration: var(--global-transition-duration);
  transition-timing-function: var(--global-transition-timing-function);
  will-change: margin-bottom, font-size;
}
@media (min-width: 48em) {
  .client-list--title {
    padding-right: 0;
  }
}
@media (min-width: 62em) {
  .client-list--title {
    top: 3.75rem;
    position: sticky;
    left: 0;
  }
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .client-list--title {
    font-size: 3.75rem;
    line-height: 0.8;
    margin-bottom: 4.6875rem;
  }
}
@media (min-width: 87.5em) {
  .client-list--title {
    font-size: 5.625rem;
    line-height: 0.7111111111;
    margin-bottom: 6.25rem;
  }
}
.client-list--title span {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 1rem;
}
.client-list--title strong {
  font-family: acumin-pro-wide, sans-serif;
  color: var(--octonary);
}
.client-list--grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.client-list--grid.slick .slick-track {
  height: 100%;
}
.has-placecard .client-list--grid:after, .client-list--grid.has-placecard:after {
  content: "";
  display: block;
  max-height: 0;
}
.client-list--grid > .placecard {
  visibility: hidden;
  opacity: 0;
  display: block;
  max-height: 0;
}
.client-list--grid .break {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.client-list--grid > .client-list--client {
  margin-top: 0;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 48em) {
  .client-list--grid > .client-list--client {
    margin-left: 0;
    margin-right: 0;
  }
}
.client-list--grid > .client-list--client:first-child {
  margin-top: 0 !important;
}
@media (max-width: 61.98em) {
  .client-list--grid > .client-list--client:nth-of-type(2) {
    margin-top: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .client-list--grid > .client-list--client:nth-of-type(2n - 1) {
    margin-left: 0 !important;
  }
}
@media (max-width: 61.98em) {
  .client-list--grid > .client-list--client:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) {
  .client-list--grid > .client-list--client:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 48em) {
  .client-list--grid > .client-list--client:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48em) {
  .client-list--grid > .client-list--client:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
.client-list--grid > .client-list--client,
.client-list--grid > false,
.client-list--grid > .placecard, .client-list--grid:after {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (max-width: 61.98em) {
  .client-list--grid > .client-list--client,
  .client-list--grid > false,
  .client-list--grid > .placecard, .client-list--grid:after {
    -webkit-box-flex: 0 1 calc((100% - 0px) / 2);
    -webkit-flex: 0 1 calc((100% - 0px) / 2);
    -moz-box-flex: 0 1 calc((100% - 0px) / 2);
    -moz-flex: 0 1 calc((100% - 0px) / 2);
    -ms-flex: 0 1 calc((100% - 0px) / 2);
    flex: 0 1 calc((100% - 0px) / 2);
  }
}
@media (min-width: 48em) {
  .client-list--grid > .client-list--client,
  .client-list--grid > false,
  .client-list--grid > .placecard, .client-list--grid:after {
    -webkit-box-flex: 0 1 calc((100% - 0px) / 2);
    -webkit-flex: 0 1 calc((100% - 0px) / 2);
    -moz-box-flex: 0 1 calc((100% - 0px) / 2);
    -moz-flex: 0 1 calc((100% - 0px) / 2);
    -ms-flex: 0 1 calc((100% - 0px) / 2);
    flex: 0 1 calc((100% - 0px) / 2);
  }
}
@media (min-width: 64em) {
  .client-list--grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .client-list--grid.slick .slick-track {
    height: 100%;
  }
  .has-placecard .client-list--grid:after, .client-list--grid.has-placecard:after {
    content: "";
    display: block;
    max-height: 0;
  }
  .client-list--grid > .placecard {
    visibility: hidden;
    opacity: 0;
    display: block;
    max-height: 0;
  }
  .client-list--grid .break {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .client-list--grid > .client-list--client {
    margin-top: 0;
    /* stylelint-disable */
    /* stylelint-enable */
  }
}
@media (min-width: 64em) and (min-width: 48em) {
  .client-list--grid > .client-list--client {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 64em) {
  .client-list--grid > .client-list--client:first-child {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) and (min-width: 48em) and (max-width: 63.98em) {
  .client-list--grid > .client-list--client:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) and (min-width: 48em) and (max-width: 63.98em) {
  .client-list--grid > .client-list--client:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) and (min-width: 48em) and (max-width: 63.98em) {
  .client-list--grid > .client-list--client:nth-of-type(-n + 2) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) and (min-width: 64em) {
  .client-list--grid > .client-list--client:nth-of-type(4n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 64em) and (min-width: 64em) {
  .client-list--grid > .client-list--client:nth-of-type(4n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 64em) and (min-width: 64em) {
  .client-list--grid > .client-list--client:nth-of-type(-n + 4) {
    margin-top: 0 !important;
  }
}
@media (min-width: 64em) {
  .client-list--grid > .client-list--client,
  .client-list--grid > false,
  .client-list--grid > .placecard, .client-list--grid:after {
    -webkit-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 64em) and (min-width: 48em) and (max-width: 63.98em) {
  .client-list--grid > .client-list--client,
  .client-list--grid > false,
  .client-list--grid > .placecard, .client-list--grid:after {
    -webkit-box-flex: 0 1 calc((100% - 0px) / 2);
    -webkit-flex: 0 1 calc((100% - 0px) / 2);
    -moz-box-flex: 0 1 calc((100% - 0px) / 2);
    -moz-flex: 0 1 calc((100% - 0px) / 2);
    -ms-flex: 0 1 calc((100% - 0px) / 2);
    flex: 0 1 calc((100% - 0px) / 2);
  }
}
@media (min-width: 64em) and (min-width: 64em) {
  .client-list--grid > .client-list--client,
  .client-list--grid > false,
  .client-list--grid > .placecard, .client-list--grid:after {
    -webkit-box-flex: 0 1 calc((100% - 0px) / 4);
    -webkit-flex: 0 1 calc((100% - 0px) / 4);
    -moz-box-flex: 0 1 calc((100% - 0px) / 4);
    -moz-flex: 0 1 calc((100% - 0px) / 4);
    -ms-flex: 0 1 calc((100% - 0px) / 4);
    flex: 0 1 calc((100% - 0px) / 4);
  }
}
.client-list--client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 1.875rem 1.25rem;
  text-align: center;
  height: 11.25rem;
  border: 0.0625rem solid var(--white);
  border-top: none;
}
@media (min-width: 64em) {
  .client-list--client {
    border-left: none;
  }
}
@media (min-width: 64em) and (max-width: 106.73em) {
  .client-list--client {
    height: 10.3125rem;
  }
}
@media (min-width: 106.75em) and (max-width: 143.73em) {
  .client-list--client {
    height: 13.75rem;
  }
}
@media (min-width: 143.75em) {
  .client-list--client {
    height: 18.75rem;
  }
}
.client-list--client:last-child {
  border-bottom: none;
}
@media (max-width: 63.98em) {
  .client-list--client:nth-of-type(2n+1):nth-last-of-type(2) {
    border-bottom: none;
  }
}
@media (min-width: 64em) {
  .client-list--client:nth-of-type(4n+1):nth-last-of-type(2), .client-list--client:nth-of-type(4n+2):nth-last-of-type(2), .client-list--client:nth-of-type(4n+3):nth-last-of-type(2), .client-list--client:nth-of-type(4n+1):nth-last-of-type(3), .client-list--client:nth-of-type(4n+2):nth-last-of-type(3), .client-list--client:nth-of-type(4n+1):nth-last-of-type(4) {
    border-bottom: none;
  }
}
@media (max-width: 63.98em) {
  .client-list--client:nth-of-type(odd) {
    border-left: none;
  }
}
@media (max-width: 63.98em) {
  .client-list--client:nth-of-type(even) {
    border-left: none;
    border-right: none;
  }
}
@media (min-width: 64em) {
  .client-list--client:nth-of-type(4n) {
    border-right: none;
  }
}

.client {
  background-color: var(--black);
  position: sticky;
  overflow: hidden;
  top: -0.125rem;
  z-index: 5;
}
@media (min-width: 62em) {
  .client {
    top: 0;
  }
}
.client--wrapper {
  border-top: 0.125rem solid var(--white);
  border-bottom: 0.125rem solid var(--white);
}
.client--name-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: inline-flex;
  vertical-align: middle;
  padding: 1.25rem 0;
}
@media (max-width: 61.98em) {
  .client--name-wrapper {
    display: block !important;
    padding: 0.625rem;
  }
}
.client--name {
  font-size: 2.5rem;
  line-height: 1;
  line-height: 1;
  margin: 0;
  position: relative;
  text-align: center;
  padding: 0 1rem;
}
@media (max-width: 47.98em) {
  .client--name {
    font-size: 1.125rem;
    line-height: 1;
  }
}
@media (min-width: 48em) and (max-width: 61.98em) {
  .client--name {
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media (min-width: 62em) {
  .client--name {
    padding: 0;
  }
}
.client--name:after {
  background-color: var(--white);
  display: block;
  height: 0.125rem;
  width: 1.875rem;
  position: absolute;
  top: 0.625rem;
  content: "";
  left: 100%;
  margin-left: 0.625rem;
}
@media (min-width: 62em) {
  .client--name:after {
    width: 100vw;
    top: 1rem;
  }
}
.client--name span {
  display: inline-block;
}
.client--name .plus {
  background: linear-gradient(90deg, var(--octonary) 10%, var(--primary) 30%, var(--octonary) 50%, var(--primary) 70%, var(--octonary) 90%);
  background-size: 800% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient 15s ease infinite, spin 60s ease infinite;
  font-weight: 700;
}
.client--name .tag strong {
  font-family: acumin-pro-wide, sans-serif;
  color: var(--octonary);
  line-height: 0;
  font-size: 0.8em;
}
.client--name .separator {
  font-weight: 200;
}
.client--name .date {
  font-weight: normal;
}

.team {
  padding: 3.75rem 0;
  background-color: var(--black);
  position: relative;
  overflow: hidden;
  border-top: 0.125rem solid var(--white);
  max-width: 100vw;
}
@media (min-width: 62em) {
  .team {
    max-width: calc(100vw - 160px);
  }
}
@media (min-width: 87.5em) {
  .team {
    padding: 5rem 0;
  }
}
.team--photo-grid {
  margin-bottom: 3.75rem;
  position: relative;
}
.team--photo-grid:before, .team--photo-grid:after {
  background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 12.5rem;
  z-index: 3;
}
.team--photo-grid:before {
  left: 0;
  top: 0;
}
.team--photo-grid:after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.team--slider {
  height: 12.5rem;
  margin: auto;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.team--slide-track {
  animation: scroll 240s linear infinite reverse;
  display: flex;
  width: 16000px;
  height: 100%;
}
.team--slide {
  height: 6.25rem;
  width: 15.625rem;
  margin: 0 0.3125rem;
}
.team--photo-grid-1 {
  margin-bottom: 0.625rem;
}
.team--photo-grid-2 {
  margin-bottom: 0.625rem;
}
.team--photo-grid-2 .team--slide-track {
  animation: scroll 240s linear infinite;
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .team--content {
    padding-left: 1.875rem;
  }
}
.team--title {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.05rem;
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .team--title {
    font-size: 3.75rem;
    line-height: 0.8;
  }
}
@media (min-width: 87.5em) {
  .team--title {
    font-size: 5.625rem;
    line-height: 0.7111111111;
  }
}
.team--title span {
  font-family: acumin-pro-wide, sans-serif;
  color: var(--octonary);
}
@media (min-width: 62em) and (max-width: 87.48em) {
  .content-section .block-section--wrapper > .container-fluid {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
}

.save-as-pdf-pdfcrowd-button {
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  font-style: var(--button-font-style);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: var(--button-border-top-left-radius);
  border-top-right-radius: var(--button-border-top-right-radius);
  border-bottom-left-radius: var(--button-border-bottom-left-radius);
  border-bottom-right-radius: var(--button-border-bottom-right-radius);
  border-top-width: var(--button-border-top-width);
  border-bottom-width: var(--button-border-bottom-width);
  border-left-width: var(--button-border-left-width);
  border-right-width: var(--button-border-right-width);
  border-top-style: var(--button-border-top-style);
  border-bottom-style: var(--button-border-bottom-style);
  border-left-style: var(--button-border-left-style);
  border-right-style: var(--button-border-right-style);
  border-top-color: var(--button-border-top);
  border-bottom-color: var(--button-border-bottom);
  border-left-color: var(--button-border-left);
  border-right-color: var(--button-border-right);
  padding: var(--button-vertical-padding) var(--button-horizontal-padding);
  background-color: var(--button-bg);
  box-shadow: var(--button-box-shadow-x) var(--button-box-shadow-y) var(--button-box-shadow-blur) var(--button-box-shadow-spread) var(--button-box-shadow-color);
  text-shadow: var(--button-text-shadow-x) var(--button-text-shadow-y) var(--button-text-shadow-blur) var(--button-text-shadow-color);
  color: var(--button-text);
  text-align: center;
  transition: all var(--global-transition-duration) var(--global-transition-timing-function);
  will-change: transform, color, background-color, border-top-color, border-bottom-color, border-left-color, border-right-color, padding, opacity;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  transition: all var(--global-transition-duration) var(--global-transition-timing-function);
  background: var(--octonary-octonary-horizontal);
  background-size: 200% auto;
  animation: gradient-alt 15s ease infinite;
  margin: 0 !important;
}
.save-as-pdf-pdfcrowd-button:visited {
  color: var(--button-text);
}
.save-as-pdf-pdfcrowd-button:hover, .save-as-pdf-pdfcrowd-button:focus, .save-as-pdf-pdfcrowd-button:active {
  font-family: var(--button-font-family-hover);
  font-weight: var(--button-font-weight-hover);
  font-style: var(--button-font-style-hover);
  font-size: var(--button-font-size-hover);
  line-height: var(--button-line-height-hover);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  border-top-left-radius: var(--button-border-top-left-radius-hover);
  border-top-right-radius: var(--button-border-top-right-radius-hover);
  border-bottom-left-radius: var(--button-border-bottom-left-radius-hover);
  border-bottom-right-radius: var(--button-border-bottom-right-radius-hover);
  border-top-width: var(--button-border-top-width-hover);
  border-bottom-width: var(--button-border-bottom-width-hover);
  border-left-width: var(--button-border-left-width-hover);
  border-right-width: var(--button-border-right-width-hover);
  border-top-style: var(--button-border-top-style-hover);
  border-bottom-style: var(--button-border-bottom-style-hover);
  border-left-style: var(--button-border-left-style-hover);
  border-right-style: var(--button-border-right-style-hover);
  background-color: var(--button-bg-hover);
  border-top-color: var(--button-border-top-hover);
  border-bottom-color: var(--button-border-bottom-hover);
  border-left-color: var(--button-border-left-hover);
  border-right-color: var(--button-border-right-hover);
  color: var(--button-text-hover);
  cursor: pointer;
  text-decoration: none;
  box-shadow: var(--button-box-shadow-hover-x) var(--button-box-shadow-hover-y) var(--button-box-shadow-hover-blur) var(--button-box-shadow-hover-spread) var(--button-box-shadow-hover-color);
  text-shadow: var(--button-text-shadow-hover-x) var(--button-text-shadow-hover-y) var(--button-text-shadow-hover-blur) var(--button-text-shadow-hover-color);
  padding: var(--button-vertical-padding-hover) var(--button-horizontal-padding-hover);
}
.save-as-pdf-pdfcrowd-button:hover, .save-as-pdf-pdfcrowd-button:focus {
  background: var(--octonary-primary-horizontal);
  background-size: 200% auto;
  animation: gradient-alt 15s ease infinite;
}
.save-as-pdf-pdfcrowd-button img {
  width: 1.328125rem !important;
  height: 1.328125rem !important;
}

@media only print {
  * {
    overflow: visible !important;
  }
  body {
    display: block !important;
  }
  body:before {
    content: none;
  }
  body,
  .client,
  .homepage-cta,
  .featured-work,
  .team,
  .homepage-content-wrapper,
  .site-header,
  .header-shrunk .site-header,
  .site-footer {
    color: var(--black);
    background-color: var(--white);
  }
  .featured-work--carousel-wrapper,
  .marquee,
  .jumbotron-homepage-hero .jumbotron--subtitle,
  .jumbotron-homepage-hero .jumbotron--image,
  .site-footer--content,
  .homepage-cta,
  #save-page {
    visibility: hidden;
    display: none;
  }
  .site-header {
    position: relative !important;
    height: 11.25rem !important;
    max-height: 11.25rem !important;
    border-right: none !important;
    border-bottom: 0.125rem solid var(--black) !important;
    grid-column-start: unset !important;
    grid-column-end: unset !important;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .content-wrapper {
    position: relative !important;
    grid-column-start: unset !important;
  }
  .fixed-header-enabled .site-header {
    position: absolute;
  }
  .site-header.site-header--side {
    max-height: none;
    height: 100%;
  }
  .site-header--branding .branding {
    width: 100%;
  }
  .site-header.site-header--side .site-header--branding .branding--site-logo {
    max-width: none;
  }
  .site-header--branding .branding--logo-img path {
    fill: var(--black);
  }
  .content-wrapper > .wrapper {
    padding-top: 0 !important;
  }
  .side-header .homepage-hero.animated {
    left: 0;
  }
  .side-header .homepage-hero.animated,
  .team--photo-grid .team--slider {
    overflow: hidden !important;
  }
  .homepage-hero.animated .jumbotron--content {
    padding-left: 2.625rem !important;
  }
  .side-header .homepage-hero.animated,
  .jumbotron-homepage-hero.has-image .jumbotron--title {
    position: relative;
  }
  .jumbotron-homepage-hero.has-image {
    padding-top: 6.125rem !important;
  }
  .jumbotron-homepage-hero .jumbotron--title span {
    transform: none !important;
  }
  .jumbotron-homepage-hero:not(.no-container).has-image .jumbotron--content {
    padding: 0;
  }
  .site-header,
  .client--wrapper,
  .homepage-cta,
  .featured-work,
  .team,
  .homepage-content-wrapper,
  .block-section,
  .site-footer,
  .site-footer--content {
    border-color: var(--black) !important;
  }
  .homepage-cta {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .featured-work {
    padding-top: 3.75rem;
    padding-bottom: 0;
  }
  .featured-work--title {
    margin-bottom: 2.5rem;
  }
  .client {
    position: relative;
  }
  .homepage-cta span {
    opacity: 1 !important;
    filter: unset !important;
  }
  .homepage-cta.active span,
  .team--photo-grid .team--slide-track {
    animation: unset;
  }
  .team--photo-grid:before,
  .team--photo-grid:after {
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }
  img {
    filter: grayscale(1);
  }
  .client--name .tag strong,
  .block-highlight-grid--title,
  .featured-work--title strong,
  .wp-block-heading.is-style-period:after,
  .team--title span,
  .site-footer--copyright,
  .jumbotron-homepage-hero .jumbotron--title strong {
    color: var(--black);
  }
  a,
  .accordion-header .accordion-button:not(.navbar-toggler),
  .filter--accordion-item,
  .site-footer a {
    color: var(--black) !important;
    text-decoration: none;
  }
  a:hover, a:focus,
  .accordion-header .accordion-button:not(.navbar-toggler):hover,
  .accordion-header .accordion-button:not(.navbar-toggler):focus,
  .filter--accordion-item:hover,
  .filter--accordion-item:focus,
  .site-footer a:hover,
  .site-footer a:focus {
    color: var(--black) !important;
  }
  .jumbotron-homepage-hero .jumbotron--content {
    width: 100% !important;
    text-align: center;
  }
  .client--name:after {
    content: none;
  }
  .client--name .plus,
  .block-highlight-grid--title span {
    background: unset;
    animation: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
  }
  .client,
  .featured-work,
  #highlights,
  #pricing {
    page-break-after: always;
  }
  #highlights .wp-block-heading {
    text-align: left !important;
    width: 100%;
    margin: 0 auto;
  }
  .featured-work--filter-wrapper {
    flex: 0 0 auto;
    width: 100%;
  }
  .filter--accordion-item .accordion-button.collapsed {
    opacity: 1;
  }
  .accordion-collapse.collapse:not(.show),
  .accordion-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
  .filter--accordion-item .accordion-button.collapsed .filter--accordion-item-name,
  .filter--accordion-item .accordion-button .filter--accordion-item-name {
    font-size: 2.375rem !important;
  }
  .team {
    max-width: 100%;
  }
  .wp-block-separator {
    background-color: var(--black) !important;
    border-color: var(--black) !important;
  }
  #contact .row > .col-12 > .row > .col-12.col-lg-6 {
    width: 25% !important;
  }
}
.kint {
  z-index: 10000000;
}

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