@font-face {
  font-family: "PP Neue Montreal";
  src: url("../fonts/PPNeueMontreal-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("../fonts/PPNeueMontreal-SemiBolditalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("../fonts/PPNeueMontreal-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("../fonts/PPNeueMontreal-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#cc-main {
  --cc-font-family: PP Neue Montreal, sans-serif;
  --cc-modal-border-radius: 30px;
  --cc-btn-border-radius: 30px;
  --cc-modal-transition-duration: 0.4s;
  --cc-link-color: #000000;
  --cc-primary-color: #000000;
  --cc-secondary-color: #000000;
  --cc-btn-primary-bg: #000000;
  --cc-btn-primary-hover-bg: #000000;
  --cc-btn-primary-color: #ffffff;
  --cc-btn-secondary-bg: #F5F5F5;
  --cc-btn-secondary-hover-bg: gainsboro;
}
.cll {
  --im-font-family: PP Neue Montreal, sans-serif;
  --im-color: #ffffff;
  --im-link-color: #ffffff;
  --im-link-hover-color: #000000;
  --im-btn-color: #ffffff;
  --im-btn-bg: #000000;
  --im-btn-hover-bg: #000000;
  --im-btn-active-box-shadow: none;
  --im-btn-s-color: #000000;
  --im-btn-s-bg: #F5F5F5;
  --im-btn-s-hover-bg: gainsboro;
  --im-btn-s-active-bg: gainsboro;
  --im-overlay-bg: none;
}
#cc-main {
  font-size: 1rem !important;
}
#cc-main .cm__title, #cc-main h2.pm__title {
  font-size: 1rem !important;
}
#cc-main button.cm__btn, #cc-main button.pm__btn, #cc-main button.pm__close-btn {
  border: none;
}
#cc-main .cm--wide .cm__btn + .cm__btn, #cc-main .cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0 !important;
}
#cc-main .cm__texts {
  padding: 1.5rem 0 0 !important;
}
#cc-main .cm__desc {
  padding: 0 1.5rem 1.5rem 1.5rem !important;
}
#cc-main .cm__btns {
  padding: 1.5rem !important;
}
#cc-main .pm__body, #cc-main .pm__footer, #cc-main .pm__header {
  padding: 1.5rem !important;
}
#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: 0 !important;
}
@media (max-width: 640px) {
  #cc-main .cm-wrapper .cm__btns, #cc-main .cm-wrapper .cm__desc, #cc-main.cm-wrapper .cm__links, #cc-main .cm-wrapper .cm__title {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  #cc-main .pm-wrapper .pm__body, #cc-main .pm-wrapper .pm__footer, #cc-main .pm-wrapper .pm__header {
    padding: 1.5rem !important;
  }
}
.cll .c-bg-i {
  filter: blur(1rem);
}
.cll .c-l-b, .cll .c-la-b {
  box-shadow: none !important;
  border-radius: 30px !important;
}
html, body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background: #ffffff;
  color: #000000;
  font-family: "PP Neue Montreal", sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
*, *:before, *:after {
  box-sizing: inherit;
}
button, input, optgroup, select, textarea {
  margin: 0;
}
::selection {
  text-shadow: none;
  background: #b0c4de80;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  border: 0;
  border-top: 1px solid #ffffff;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
code {
  background: #F5F5F5;
  border: 1px dashed #cccccc;
  border-radius: 3px;
  padding: 0 0.5rem;
  overflow-wrap: anywhere;
}
figure {
  margin: 0 0 1rem 0;
}
figure:last-child {
  margin: 0;
}
/* Search Form */
.search-form {
  display: flex;
}
.search-form label {
  flex-grow: 1;
}
.screen-reader-text {
  display: none;
}
.search-submit {
  margin-left: 1rem;
}
/* Post Meta Text */
.post-meta-text {
  display: flex;
  gap: 1.5em;
}
.post-meta-text, .post-meta-text a {
  color: #767676;
  font-size: 0.9rem;
}
.post-meta-text > * {
  position: relative;
}
.post-meta-text > *:after {
  content: "";
  width: 1px;
  height: 1em;
  background: #cccccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
  right: -0.75em;
}
.post-meta-text > *:last-child:after {
  display: none;
}
/* Widgets */
.widget:not(:last-child) {
  margin-bottom: 2rem;
}
/* 404 */
.four-o-four-section h1 {
  font-size: 10em;
  color: #cccccc;
}
@media (max-width: 640px) {
  .four-o-four-section h1 {
    font-size: 6em;
  }
}
/* Password Protected Page Form */
.post-password-form {
  max-width: 1280px;
  margin: 0 auto;
  padding: calc(min(6vw, 80px) + 20px) 2rem;
}
.post-password-form p:last-child {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}
.button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type=submit], .header-social-media .menu-item a {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-family: "PP Neue Montreal", sans-serif;
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 1.2;
  padding: 0 0.7rem;
  height: 2rem;
  transition-duration: 0.4s;
  cursor: pointer;
  outline: none;
  flex-shrink: 0;
}
.button:hover, .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:hover, input[type=submit]:hover, .header-social-media .menu-item a:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.button.outline, .is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 1px solid transparent;
  color: #000000;
}
.button.outline svg path {
  fill: transparent;
  transition-duration: 0.4s;
}
.button.outline:hover, .is-style-outline .wp-block-button__link:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.button.outline:hover svg path {
  fill: #000000;
  transition-duration: 0.4s;
}
.button.button-small, .button-small .wp-block-button__link, .wp-block-file .wp-block-file__button {
  height: 1.5rem;
  padding: 0 1.2rem;
  font-size: 0.9rem;
}
.button.button-large, .button-large .wp-block-button__link {
  height: 3rem;
  padding: 0 2.2rem;
  font-size: 1.2rem;
}
.button.with-icon-only {
  display: flex;
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.with-icon-only svg {
  width: 1.2rem;
  height: 1.2rem;
}
.with-icon-only path, .button.with-icon-left path, .button.with-icon-right path {
  fill: #ffffff;
  transition-duration: 0.4s;
}
.with-icon-only:hover path, .button.with-icon-left:hover path, .button.with-icon-right:hover path {
  fill: #ffffff;
}
.button-small.with-icon-only {
  width: 1.5rem;
  height: 1.5rem;
}
.button-small.with-icon-only svg {
  width: 0.9rem;
  height: 0.9rem;
}
.button-large.with-icon-only {
  width: 3rem;
  height: 3rem;
}
.button-large.with-icon-only svg {
  width: 1.8rem;
  height: 1.8rem;
}
.inverted .button, .inverted input[type=submit] {
  background: transparent;
  color: #ffffff;
}
.inverted .button.with-icon-only path, .inverted .button.with-icon-left path, .inverted .button.with-icon-right path {
  fill: #000000;
  transition-duration: 0.4s;
}
.inverted .button:hover, .inverted input[type=submit]:hover {
  background: #ffffff;
  color: #ffffff;
}
.inverted .button.with-icon-only:hover path, .inverted .button.with-icon-left:hover path, .inverted .button.with-icon-right:hover path {
  fill: #ffffff;
}
.inverted .button {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.inverted .button:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.inverted .button.outline path {
  fill: transparent;
}
.inverted .button.outline:hover path {
  fill: #000000;
}
.inverted.inverted-secondary .button {
  color: #ffffff;
}
.inverted.inverted-secondary .button:hover {
  color: #0A45CF;
}
.transparent-header .logo, .transparent-header .header-breadcrumb {
  opacity: 0;
  z-index: -1;
}
.transparent-header.off-canvas-open .logo, .transparent-header.scrolled .logo {
  opacity: 1;
  z-index: 1000;
}
.transparent-header .header {
  background: transparent;
  border-bottom: 1px solid transparent;
}
.transparent-header .main {
  margin-top: -50px;
}
.header-menu {
  transition: 0.4s;
}
.transparent-header .header-menu {
  color: #ffffff;
}
.transparent-header .header-menu:hover {
  border-bottom: 1px solid #ffffff;
}
.header, .scrolled .header {
  display: flex;
  flex-direction: row;
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 3000;
  height: 50px;
  border-bottom: 1px solid #000000;
  opacity: 1;
  transition: 0.4s;
}
.off-canvas-open .header {
  border-bottom: 1px solid transparent;
}
.header-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  padding: 2px 2rem 0 2rem;
}
.logo-wrap {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  width: 134px;
  overflow: hidden;
  transition: width 0.4s cubic-bezier(1, 0, 0, 1);
  position: relative;
  flex-shrink: 0;
}
.logo svg {
  min-width: 134px;
}
.off-canvas-open .logo-wrap {
  width: 20px;
}
.logo-wrap:after {
  content: "";
  transition: width 0s cubic-bezier(1, 0, 0, 1);
  transition-delay: 0s;
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background: #000000;
}
.off-canvas-favicon {
  display: flex;
  width: 0.9rem;
}
.header-breadcrumb {
  text-transform: uppercase;
}
.home .header-breadcrumb {
  display: none;
}
.post-type-archive-work .header-breadcrumb, .tax-work_category .header-breadcrumb, .post-type-archive-careers .header-breadcrumb, .inverted-header .header-breadcrumb, .post-type-archive-work .header-breadcrumb a, .tax-work_category .header-breadcrumb a, .post-type-archive-careers .header-breadcrumb a, .inverted-header .header-breadcrumb a {
  color: #ffffff;
  transition-duration: 0.4s;
}
.post-type-archive-work .logo-wrap:after, .tax-work_category .logo-wrap:after, .post-type-archive-careers .logo-wrap:after, .inverted-header .logo-wrap:after {
  background: #ffffff;
}
.off-canvas-open .logo-wrap:after {
  width: 20px;
  transition: width 0.5s cubic-bezier(1, 0, 0, 1);
}
.header-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 2rem;
}
.header-menu, .scrolled .header-menu, .off-canvas-open .header-menu {
  font-size: 1rem;
  color: #000000;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  line-height: 0.8;
}
.header-menu:hover, .scrolled .header-menu:hover {
  border-bottom: 1px solid #000000;
}
.post-type-archive-work .header, .tax-work_category .header, .post-type-archive-careers .header, .inverted-header .header {
  background-color: #000000;
  border-bottom: 1px solid #ffffff;
}
.post-type-archive-work .logo svg, .tax-work_category .logo svg, .post-type-archive-careers .logo svg, .inverted-header .logo svg {
  fill: #ffffff;
  opacity: 1;
}
.post-type-archive-work .header-menu, .tax-work_category .header-menu, .post-type-archive-careers .header-menu, .inverted-header .header-menu {
  color: #ffffff;
}
.post-type-archive-work .header-menu:hover, .tax-work_category .header-menu:hover, .post-type-archive-careers .header-menu:hover, .inverted-header .header-menu:hover {
  border-bottom: 1px solid #ffffff;
}
.off-canvas-open .header {
  background-color: #ffffff !important;
}
.off-canvas-open .logo svg {
  fill: #000000 !important;
}
.off-canvas-open .logo-wrap:after {
  background-color: #000000 !important;
}
.off-canvas-open .header-breadcrumb, .off-canvas-open .header-breadcrumb a, .off-canvas-open .header-menu {
  color: #000000 !important;
}
@media (max-width: 640px) {
  .header-row {
    padding: 0 20px;
  }
  .logo-wrap:after {
    content: "";
    bottom: 1px;
  }
}
@media (max-width: 320px) {
  .header-row {
    padding: 0 15px;
  }
}
.header-menu-border-right {
  border-right: 1px solid #000000;
}
.header-border-menu-horizontal {
  border-bottom: 1px solid #000000;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.header-border-menu-horizontal p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1280px) {
  .mobile-border-top {
    border-top: 1px solid #000000;
  }
}
@media (max-width: 1280px) {
  .mobile-border-top {
    border-top: 1px solid #000000;
    margin-top: 2rem;
  }
}
@media (max-width: 640px) {
  .header-menu-border-right {
    border-right: none;
  }
  .mobile-border-top {
    border-top: 1px solid #000000;
    margin-top: 2rem;
  }
}
/* Main Menu Desktop */
.main-menu-desktop {
  margin-right: -1rem;
}
.main-menu-desktop > ul {
  height: 100%;
}
.main-menu-desktop a {
  color: #000000;
  padding: 0 1rem;
  height: 100%;
  word-break: keep-all;
  display: flex;
  align-items: center;
}
.main-menu-desktop .menu-item.hover > a {
  color: #000000;
}
.main-menu-desktop .menu-item {
  position: relative;
}
.main-menu-desktop .menu-item-has-children > a {
  padding-right: 2rem;
  cursor: default;
}
.main-menu-desktop .menu-item-has-children > .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -1.5rem;
  margin: 0;
  padding: 1rem;
  width: 15rem;
  list-style-type: none;
  background: #F5F5F5;
  transition-duration: 0.4s;
  transform: translate(0px, 0px);
}
.main-menu-desktop .menu-item-has-children:last-child > .sub-menu {
  left: auto;
  right: 0;
}
.main-menu-desktop .menu-item-has-children.hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}
.main-menu-desktop .menu-item-has-children > a:after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  position: absolute;
  top: calc(50% - 0.4rem);
  right: 0.9rem;
  transform: rotate(45deg);
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  opacity: 0.5;
}
.main-menu-desktop .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -1rem;
  left: 100%;
}
.main-menu-desktop .menu-item-has-children > .sub-menu > .menu-item-has-children.hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.main-menu-desktop .menu-item-has-children > .sub-menu .menu-item-has-children > a:after {
  display: none;
}
.main-menu-desktop .sub-menu a {
  padding: 0.8rem 1.5rem;
}
.main-menu-desktop .current-menu-item > a, .main-menu-desktop .current-menu-parent > a {
  color: #000000;
}
@media (max-width: 1280px) {
  .main-menu-desktop {
    display: none;
  }
}
/* Hamburger */
.hamburger-close {
  display: none !important;
}
.off-canvas-open .hamburger-close {
  display: flex !important;
}
.off-canvas-open .hamburger-open {
  display: none !important;
}
/* Off-canvas */
body.off-canvas-open {
  overflow: hidden;
}
.off-canvas {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: start;
  justify-content: center;
  transition: z-index 0, opacity 0;
  z-index: -1000;
  opacity: 0;
}
.off-canvas-open .off-canvas {
  opacity: 1;
  z-index: 2000;
}
.off-canvas-content {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.off-canvas-content::-webkit-scrollbar {
  display: none;
}
.close-button {
  cursor: pointer;
}
body.off-canvas-open, body.search-open {
  overflow: hidden;
}
/* Main Menu Mobile */
.accordion-menu {
  width: 100%;
}
.accordion-menu a {
  color: #000000;
  word-break: keep-all;
}
.accordion-menu a:hover {
  color: #767676;
}
.accordion-menu .menu-item {
  position: relative;
}
.accordion-menu .menu-item-has-children > .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition-duration: 0.4s;
}
.accordion-menu .menu-item-has-children > a:after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  position: absolute;
  top: 1.25rem;
  right: 0.1rem;
  transform: rotate(45deg);
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  opacity: 0.5;
  transition-duration: 0.4s;
}
.accordion-menu .menu-item-has-children > a.active:after {
  right: 0.1rem;
  transform: rotate(-45deg);
}
.accordion-menu .sub-menu {
  padding-left: 1rem;
}
.accordion-menu .current-menu-item > a {
  color: #000000;
}
.accordion-menu .current-menu-item > a:hover {
  color: #767676;
}
.header-social-media {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}
ul.header-social-media {
  padding-inline-start: 0px;
}
.off-canvas .accordion-menu .header-social-media .button a:hover {
  color: #ffffff;
}
/* Footer Columns */
.footer-columns {
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
  line-height: 1.2;
}
@media (max-width: 1280px) {
  .footer-columns {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
}
@media (max-width: 640px) {
  .footer-columns {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .footer-columns > div {
    border-top: 1px solid #cccccc;
    padding-top: 2rem;
    margin-top: 2rem;
  }
  .footer-columns > div:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}
.welcome-section {
  background: #000000;
  color: #ffffff;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-family: "PP Neue Montreal", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: welcome-section 3.1s ease;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  z-index: -3000;
  opacity: 0;
  transition: z-index 1s;
  display: flex;
}
@media (max-width: 640px) {
  .welcome-section {
    font-size: 1.5rem;
  }
}
@media (max-width: 370px) {
  .welcome-section {
    font-size: 1.2rem;
  }
}
@keyframes welcome-section {
  0% {
    opacity: 1;
    z-index: 3000;
  }
  82% {
    opacity: 1;
    z-index: 3000;
  }
  100% {
    opacity: 0;
    z-index: -3000;
  }
}
.welcome-headline-wrap {
  will-change: width;
  transform-origin: center center;
  transition: width 0.4s cubic-bezier(1, 0, 0, 1);
  overflow: hidden;
  animation: welcome-headline 3s ease;
  animation-iteration-count: 1;
  opacity: 0;
}
.welcome-headline {
  white-space: nowrap;
}
.nowrap {
  white-space: nowrap;
}
@keyframes welcome-headline {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#wcb.carbonbadge {
  white-space: nowrap;
  --b1: #000000 !important;
  --b2: #ffffff !important;
  font-size: 15px;
  text-align: start !important;
  color: var(--b1);
  line-height: 1.15;
}
#wcb #wcb_a, #wcb #wcb_g {
  height: 2rem;
  width: 8rem;
  padding: 0.5em 0.9em !important;
  border: 1px solid var(--b2) !important;
  font-size: 0.8rem !important;
}
#wcb #wcb_g {
  border-radius: 0.55rem 0 0 0.55rem !important;
  background: #000 !important;
  color: #ffff !important;
  border-right: 0;
  min-width: 8.2em;
}
#wcb #wcb_a {
  border-radius: 0 0.55rem 0.55rem 0 !important;
  border-left: 0;
  background: var(--b1) !important;
  color: #fff;
  font-weight: 700;
  border-color: var(--b1);
}
#wcb.wcb-d #wcb_a {
  color: var(--b1) !important;
  background: var(--b2) !important;
  border-color: var(--b2) !important;
}
#wcb.wcb-d #wcb_2 {
  display: flex;
  justify-content: start !important;
  padding-top: 0.8rem;
  font-size: 0.9rem;
  color: #fff;
}
.clients-grid {
  grid-gap: 1px;
}
.client-logo-item {
  outline: 1px solid #ffffff;
}
.client-logo-item-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.client-logo-item-img img {
  position: absolute;
  max-width: 50%;
  max-height: 50%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.cta-underline {
  border-bottom: 2px solid #000000;
}
.all-next-work-wrapper {
  border-top: 1px solid #000000;
}
.all-work, .next-work {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1rem;
  font-weight: 200;
}
.all-work {
  justify-content: flex-start;
  border-right: 1px solid #000000;
}
.next-work {
  justify-content: flex-end;
}
.inverted-border-top {
  border-top: 1px solid #000000;
}
.all-work a, .next-work a {
  display: flex;
}
.all-work a {
  background: url("../images/arrow-left-black.svg") no-repeat;
  background-size: 1em;
  background-position: 0% 50%;
  padding-left: 2.2rem;
}
.next-work a {
  background: url("../images/arrow-right-black.svg") no-repeat;
  background-size: 1em;
  background-position: 100% 50%;
  padding-right: 2.2rem;
}
.filter-dropdown {
  position: relative;
}
.filter-dropdown-content {
  display: none;
  position: absolute;
}
.show-filter-dropdown-content {
  display: flex;
}
.work-archive-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.7rem;
  row-gap: 3rem;
}
.work-archive-wrapper .column-span-2 {
  grid-column-end: span 2;
}
.work-archive-wrapper.list-view {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.work-archive-wrapper .work-archive-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  row-gap: 0.5rem;
}
.work-archive-wrapper.list-view .work-archive-content {
  display: flex;
  justify-content: space-between;
}
.work-archive-content > a, .work-archive-content > div {
  width: 80%;
}
.list-view .work-archive-content > a, .list-view .work-archive-content > div {
  width: 50%;
}
.work-archive-wrapper .work-archive-title {
  margin-top: 1rem;
  margin-bottom: 0;
}
.work-archive-wrapper.list-view .work-archive-title {
  margin-top: 0;
  margin-bottom: 0;
}
.work-archive-wrapper.list-view .work-archive-img {
  display: none;
}
.work-archive-wrapper.list-view .work-archive-item {
  border-bottom: 1px solid white;
  padding-bottom: 1rem;
}
.work-archive-wrapper.list-view .work-archive-subtitle {
  display: none;
}
.work-archive-wrapper .work-archive-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  margin-top: 1rem;
}
.work-archive-wrapper.list-view .work-archive-tag {
  margin-top: 0;
}
.work-archive-img {
  overflow: hidden;
}
.work-archive-img img {
  transition: transform 0.4s ease-in-out;
}
.work-archive-img img:hover {
  transform: scale(1.05);
}
@media (max-width: 1280px) {
  .work-archive-wrapper {
    display: flex;
    flex-direction: column;
  }
  .work-archive-wrapper.list-view .work-archive-item {
    flex-direction: column;
    justify-content: space-between;
    row-gap: 0.7rem;
  }
  .work-archive-content > a, .work-archive-content > div {
    width: 100%;
  }
  .list-view .work-archive-content > a, .list-view .work-archive-content > div {
    width: 100%;
  }
  .work-archive-wrapper.list-view .work-archive-content {
    display: flex;
    justify-content: start;
    flex-direction: column;
    row-gap: 1rem;
  }
}
@media (max-width: 640px) {
  .work-archive-wrapper {
    display: flex;
    flex-direction: column;
  }
  .work-archive-wrapper.list-view .work-archive-item {
    flex-direction: column;
    align-items: start;
    row-gap: 0.7rem;
  }
}
@media (max-width: 320px) {
  .work-archive-wrapper {
    display: flex;
    flex-direction: column;
  }
  .work-archive-wrapper.list-view .work-archive-item {
    flex-direction: column;
    align-items: start;
    row-gap: 0.7rem;
  }
}
.copy {
  position: relative;
}
.copy p {
  position: absolute;
  left: 50%;
  font-size: 0.8rem;
  bottom: -2.5rem;
  transform: translateX(-50%);
}
.secondary-section-background {
  background: #0A45CF;
}
.inverted-on-scroll-wrapper section, .inverted-on-scroll-wrapper h2, .inverted-on-scroll-wrapper h3, .inverted-on-scroll-wrapper h4 {
  transition-duration: 0.4s !important;
}
.inverted-on-scroll-trigger {
  transition-duration: 0.6s !important;
  background: #ffffff;
}
.inverted-on-scroll-wrapper.inverted section {
  background: #000000;
}
.inverted-on-scroll-wrapper-secondary.background-secondary section {
  background: #0A45CF;
}
.light-bg-on-scroll-wrapper h2, .light-bg-on-scroll-wrapper h3, .light-bg-on-scroll-wrapper h4, .light-bg-on-scroll-wrapper {
  transition-duration: 0.4s !important;
}
.widget_rss, .widget_rss li {
  list-style: none;
}
.widget_rss ul {
  padding: 0;
  margin: 0;
}
.article-item, .wp-block-rss__item-title {
  font-size: 1.5rem;
  border-bottom: 1px solid #000000;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.inverted .article-item, .inverted .wp-block-rss__item-title {
  border-bottom: 1px solid #ffffff;
}
.off-canvas .wp-block-rss__item-title {
  font-size: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.off-canvas .wp-block-rss__item:nth-child(4), .off-canvas .wp-block-rss__item:nth-child(5) {
  display: none;
}
@media (max-width: 640px) {
  .article-item h3, .wp-block-rss__item-title {
    font-size: 1.1rem;
  }
}
.collapse {
  height: 0;
  overflow: hidden;
}
.collapse.collapse-open {
  height: auto;
}
.shadow-right {
  position: relative;
}
.shadow-right:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2.6rem;
  height: 2.2rem;
  background: black;
  background: linear-gradient(274deg, rgba(0, 0, 0, 0.9332107843) 0%, rgba(0, 0, 0, 0.1180847339) 100%);
}
.border-bottom-articles {
  padding: 0.8rem;
  padding-left: 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 640px) {
  h2.smaller-heading-size {
    font-size: 2rem;
  }
}
.collapse {
  height: 0;
  overflow: hidden;
}
.collapse.collapse-open {
  height: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1rem;
  display: flex;
  opacity: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  transition: opacity 0.4s ease-out, z-index 0s 0.4s ease-out;
}
.modal-open {
  z-index: 999999;
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.modal-box {
  position: relative;
  width: 100%;
  height: auto;
  overflow-y: hidden;
  box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.15);
  z-index: 9999999999;
  transform: translateY(-1rem);
  transition-duration: 0.4s;
  margin: auto;
}
.modal-open .modal-box {
  transform: translateY(0);
}
.modal-content {
  margin-top: 0rem;
}
.close-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.1rem;
  color: #000000;
  line-height: 0.8;
  padding: 0.8rem;
  transition-duration: 0.4s;
}
.close-icon:hover {
  color: rgba(0, 0, 0, 0.25);
}
ul.splide__list {
  padding: 0;
  margin: 0;
}
.splide__arrows {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}
.splide__arrow {
  width: 3rem;
  height: 3rem;
  background: transparent;
  border: none;
  position: relative;
  cursor: pointer;
  transition-duration: 0.4s;
  pointer-events: auto;
}
.splide__arrow:hover {
  background: rgba(255, 255, 255, 0.25);
}
.splide__arrow:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.splide__arrow--prev:after {
  transform: translate(-25%, -50%) rotate(-45deg);
}
.splide__arrow--next:after {
  transform: translate(-75%, -50%) rotate(135deg);
}
.splide__pagination {
  position: absolute;
  bottom: 0.75rem;
  width: 100%;
  padding: 0;
}
.splide__pagination li {
  display: none !important;
  margin: 3px !important;
}
.splide__pagination__page {
  width: 1rem;
  height: 1rem;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 100%;
  padding: 0;
  transition-duration: 0.4s;
  cursor: pointer;
}
.splide__pagination__page.is-active {
  background: #ffffff;
}
@media (max-width: 1280px) {
  ul.splide__list {
    padding-inline-start: 0em !important;
  }
}
@media (max-width: 1280px) {
  ul.splide__list {
    padding-inline-start: 0em !important;
  }
}
@media (max-width: 640px) {
  ul.splide__list {
    padding-inline-start: 0em !important;
  }
}
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], input[type="search"], input[type="url"], textarea {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 0.55rem;
  background: #ffffff;
  color: #000000;
  padding: 0 1.2rem;
  flex-grow: 1;
  transition-duration: 0.4s;
  transition-property: color, border-color, background, background-color;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
}
.off-canvas-content input[type="email"] {
  border-color: #000000;
}
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], input[type="search"], input[type="url"] {
  height: 2rem;
  line-height: 1.2;
}
textarea {
  padding: 0.8rem 1.2rem;
  line-height: 1.45;
  min-height: 150px;
  resize: vertical;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="tel"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="url"]:hover, textarea:hover {
  background: #ffffff;
  border-color: #767676;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="url"]:focus, textarea:focus {
  background: #ffffff;
  border-color: #000000;
}
::placeholder {
  color: #767676;
}
input[type="checkbox"], input[type="radio"] {
  display: none;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  width: 28px;
  height: 28px;
  background: #ffffff;
  border: 1px solid #ffffff;
  margin: 0 10px 0 0;
  transition-duration: 0.4s;
  transition-property: border-color, background, background-color;
}
input[type="checkbox"]:hover, input[type="radio"]:hover {
  background: #ffffff;
  border-color: #767676;
}
input[type="checkbox"]:after, input[type="radio"]:after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  opacity: 0;
  transition-duration: 0.4s;
  background: #000000;
}
input[type="checkbox"]:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 26 26"><polyline points="6,13 11,18 20,8" style="fill:none;stroke:white;stroke-width:2" /></svg>');
}
input[type="radio"]:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 26 26"><circle cx="13" cy="13" r="6" style="fill:white;" /></svg>');
}
input[type="checkbox"]:checked:after, input[type="radio"]:checked:after {
  opacity: 1;
  background: #000000;
  color: #ffffff;
}
input[type="checkbox"], input[type="checkbox"]:after, input[type="checkbox"]:checked:after {
  border-radius: 15px;
}
input[type="radio"], input[type="radio"]:after, input[type="radio"]:checked:after {
  border-radius: 100%;
}
.sf-option-active {
  background: #000000 !important;
  color: #ffffff;
  border-radius: 30px;
}
.searchandfilter ul {
  display: flex;
  flex-direction: row;
  column-gap: 0.7rem;
  flex-wrap: wrap !important;
  row-gap: 0.7rem;
}
.searchandfilter ul li li label {
  background: transparent;
  border: 1px solid #000000;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
  line-height: 1.2;
  padding: 0 0.5rem !important;
  height: 1.5rem;
  transition-duration: 0.4s;
  cursor: pointer;
  flex-shrink: 0;
  white-space: nowrap;
}
.searchandfilter ul li li {
  padding: 0 0 !important;
}
.searchandfilter ul {
  padding-left: 0 !important;
}
.searchandfilter h4 {
  font-size: 1.1rem;
  margin-bottom: 1rem !important;
}
.inverted .sf-option-active {
  background: #ffffff !important;
  color: #000000 !important;
  border-radius: 30px;
}
.inverted .searchandfilter ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.7rem;
  row-gap: 0.7rem;
}
.inverted .searchandfilter ul li li label {
  background: transparent;
  border: 1px solid #ffffff;
  cursor: pointer;
  flex-shrink: 0;
}
.post-type-archive-work .searchandfilter > ul, .tax-work_category .searchandfilter > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.post-type-archive-careers .searchandfilter > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1280px) {
  .post-type-archive-work .searchandfilter > ul, .tax-work_category .searchandfilter > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .post-type-archive-work .searchandfilter > ul, .tax-work_category .searchandfilter > ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .post-type-archive-careers .searchandfilter > ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
select {
  height: 2rem;
  line-height: 1.2;
  padding: 0 1.2rem;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 0.55rem;
  background-color: #ffffff;
  color: #000000;
  background-image: linear-gradient(45deg, transparent 50%, grey 50%), linear-gradient(135deg, grey 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(22px), calc(100% - 15px) calc(22px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  transition-duration: 0.4s;
  transition-property: color, border-color, background-color;
  outline: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
}
select:hover {
  border-color: #767676;
}
.inverted input[type="text"], .inverted input[type="email"], .inverted input[type="number"], .inverted input[type="tel"], .inverted input[type="password"], .inverted input[type="search"], .inverted input[type="url"], .inverted textarea {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.inverted input[type="text"]:hover, .inverted input[type="email"]:hover, .inverted input[type="number"]:hover, .inverted input[type="tel"]:hover, .inverted input[type="password"]:hover, .inverted input[type="search"]:hover, .inverted input[type="url"]:hover, .inverted textarea:hover {
  background: transparent;
  border-color: #cccccc;
}
.inverted input[type="text"]:focus, .inverted input[type="email"]:focus, .inverted input[type="number"]:focus, .inverted input[type="tel"]:focus, .inverted input[type="password"]:focus, .inverted input[type="search"]:focus, .inverted input[type="url"]:focus, .inverted textarea:focus {
  background: transparent;
  border-color: #cccccc;
}
.inverted input::placeholder, .inverted textarea::placeholder {
  color: #767676;
}
.inverted input[type="checkbox"], .inverted input[type="radio"] {
  background: transparent;
  border-color: #ffffff;
}
.inverted input[type="checkbox"]:hover, .inverted input[type="radio"]:hover {
  border-color: #cccccc;
}
.inverted input[type="checkbox"]:checked:after, .inverted input[type="radio"]:checked:after {
  background: #ffffff;
}
.inverted select {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.inverted select:hover {
  border-color: #cccccc;
}
.fluentform.fluentform_wrapper_3 {
  width: 100%;
  position: relative;
}
.fluentform .ff-el-form-hide_label .ff-el-input--label {
  display: none;
}
.fluentform .ff-el-form-check {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.fluentform .ff-el-form-check:last-child {
  margin-bottom: 0;
}
.fluentform .ff-el-form-check-label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.fluentform .ff-el-form-check.ff-el-tc label.ff_tc_label {
  display: flex;
}
.fluentform .ff-el-form-check.ff-el-tc label.ff_tc_label > span {
  width: auto;
}
.inverted .fluentform .ff-el-input--label label, .inverted .fluentform .ff-el-is-error .text-danger, .inverted .fluentform .ff-message-success {
  color: #ffffff;
}
.off-canvas-content .newsletter-submit .ff-btn-submit {
  color: #000000;
}
input[type="email"] {
  background: transparent;
}
input[type="email"]:hover {
  background: transparent;
}
#mc_embed_signup {
  position: relative;
  background: transparent;
}
.mc-field-group {
  margin-bottom: 0 !important;
}
#mc-embedded-subscribe {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  align-items: center !important;
  height: auto;
}
#mc-embedded-subscribe {
  font-size: 0.9rem;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  cursor: pointer;
  margin-bottom: 0 !important;
  padding: 0.5rem 0.75rem !important;
  font-weight: 200;
}
#mc-embedded-subscribe {
  color: #000000;
}
.inverted #mc-embedded-subscribe {
  color: #ffffff;
}
#mc_embed_signup div.mce_inline_error {
  display: none !important;
}
#mc_embed_signup input.mce_inline_error {
  border-color: rgba(255, 255, 255, 0.65) !important;
}
.response {
  padding-top: 0.8rem;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
}
figure.wp-block-table thead > tr, figure.wp-block-table tfoot > tr {
  background: #000000;
  color: #ffffff;
  text-align: left;
}
.wp-block-buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.wp-block-button__width-25 {
  width: 25%;
}
.wp-block-button__width-50 {
  width: 50%;
}
.wp-block-button__width-75 {
  width: 75%;
}
.wp-block-button__width-100 {
  width: 100%;
}
.wp-block-button__link {
  width: 100%;
}
.wp-block-file {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.wp-block-file:last-child {
  margin-bottom: 0;
}
.wp-block-file a:first-child {
  color: #000000;
  margin-right: 1rem;
}
.wp-block-file a:first-child:hover {
  color: #000000;
}
.wp-block-columns {
  display: flex;
  column-gap: 1.5rem;
  row-gap: 1rem;
  margin-bottom: 1rem;
}
.wp-block-columns:last-child {
  margin-bottom: 0;
}
.wp-block-column {
  flex-grow: 1;
}
@media (max-width: 640px) {
  .wp-block-columns {
    flex-direction: column;
  }
}
.background-image-absolute {
  position: relative;
}
.background-image-absolute > img:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.image-absolute {
  position: relative;
}
.image-absolute > img:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ratio-1-1 {
  padding-bottom: 100%;
}
.ratio-5-4 {
  padding-bottom: 80%;
}
.ratio-4-3 {
  padding-bottom: 75%;
}
.ratio-3-2 {
  padding-bottom: 66.66%;
}
.ratio-16-9 {
  padding-bottom: 56.25%;
}
.ratio-2-1 {
  padding-bottom: 50%;
}
.ratio-3-1 {
  padding-bottom: 33.33%;
}
.ratio-4-1 {
  padding-bottom: 25%;
}
.ratio-2-3 {
  padding-bottom: 150%;
}
.ratio-3-4 {
  padding-bottom: 133.335%;
}
.ratio-4-5 {
  padding-bottom: 125%;
}
.object-fit-cover > img:first-of-type {
  object-fit: cover;
}
.object-fit-contain > img:first-of-type {
  object-fit: contain;
}
.object-position-0-0 > img:first-of-type {
  object-position: 0% 0%;
}
.object-position-0-25 > img:first-of-type {
  object-position: 0% 25%;
}
.object-position-0-50 > img:first-of-type {
  object-position: 0% 50%;
}
.object-position-0-75 > img:first-of-type {
  object-position: 0% 75%;
}
.object-position-0-100 > img:first-of-type {
  object-position: 0% 100%;
}
.object-position-25-0 > img:first-of-type {
  object-position: 25% 0%;
}
.object-position-25-25 > img:first-of-type {
  object-position: 25% 25%;
}
.object-position-25-50 > img:first-of-type {
  object-position: 25% 50%;
}
.object-position-25-75 > img:first-of-type {
  object-position: 25% 75%;
}
.object-position-25-100 > img:first-of-type {
  object-position: 25% 100%;
}
.object-position-50-0 > img:first-of-type {
  object-position: 50% 0%;
}
.object-position-50-25 > img:first-of-type {
  object-position: 50% 25%;
}
.object-position-50-50 > img:first-of-type {
  object-position: 50% 50%;
}
.object-position-50-75 > img:first-of-type {
  object-position: 50% 75%;
}
.object-position-50-100 > img:first-of-type {
  object-position: 50% 100%;
}
.object-position-75-0 > img:first-of-type {
  object-position: 75% 0%;
}
.object-position-75-25 > img:first-of-type {
  object-position: 75% 25%;
}
.object-position-75-50 > img:first-of-type {
  object-position: 75% 50%;
}
.object-position-75-75 > img:first-of-type {
  object-position: 75% 75%;
}
.object-position-75-100 > img:first-of-type {
  object-position: 75% 100%;
}
.object-position-100-0 > img:first-of-type {
  object-position: 100% 0%;
}
.object-position-100-25 > img:first-of-type {
  object-position: 100% 25%;
}
.object-position-100-50 > img:first-of-type {
  object-position: 100% 50%;
}
.object-position-100-75 > img:first-of-type {
  object-position: 100% 75%;
}
.object-position-100-100 > img:first-of-type {
  object-position: 100% 100%;
}
.with-icon-left, .with-icon-right {
  display: flex;
  align-items: center;
}
.with-icon-left svg, .with-icon-right svg {
  width: 0.75em;
  height: 0.75em;
}
.with-icon-left svg {
  margin-right: 0.25em;
}
.with-icon-right svg {
  margin-left: 0.25em;
}
.with-icon-left path, .with-icon-right path {
  fill: #000000;
}
a.with-icon-left path, a.with-icon-right path {
  fill: #000000;
  transition-duration: 0.4s;
}
a.with-icon-left:hover path, a.with-icon-right:hover path {
  fill: #000000;
}
.icon-large svg {
  width: 1.45em;
  height: 1.45em;
}
.inverted .with-icon-left path, .inverted .with-icon-right path {
  fill: #ffffff;
}
.inverted a.with-icon-left:hover path, .inverted a.with-icon-right:hover path {
  fill: #ffffff;
}
.button.with-arrow-icon {
  background: url("../images/arrow-up-right-black.svg") no-repeat;
  background-position: calc(100% - 0.85rem) 50%;
  background-size: 0.85em;
  padding-right: 1.8rem;
}
.button.with-arrow-icon:hover {
  background: #000000 url("../images/arrow-up-right-white.svg") no-repeat;
  background-position: calc(100% - 0.85rem) 50%;
  background-size: 0.85em;
}
.inverted.inverted-secondary .button.with-arrow-icon {
  background: url("../images/arrow-up-right-white.svg") no-repeat;
  background-position: calc(100% - 0.85rem) 50%;
  background-size: 0.85em;
}
.inverted.inverted-secondary .button.with-arrow-icon:hover {
  background: #ffffff url("../images/arrow-up-right-blue.svg") no-repeat;
  background-position: calc(100% - 0.85rem) 50%;
  background-size: 0.85em;
}
.inverted .button.with-arrow-icon {
  background: url("../images/arrow-up-right-white.svg") no-repeat;
  background-position: calc(100% - 0.85rem) 50%;
  background-size: 0.85em;
  padding-right: 1.8rem;
}
.inverted .button.with-arrow-icon:hover {
  background: #ffffff url("../images/arrow-up-right-black.svg") no-repeat;
  background-position: calc(100% - 0.85rem) 50%;
  background-size: 0.85em;
}
.filter-button {
  cursor: pointer;
}
.filter-button.with-filter-arrow, .filter-button.with-filter-arrow-up, .filter-button.with-filter-arrow-white, .filter-button.with-filter-arrow-white-up {
  background-position: calc(100% - 0.75rem) 50%;
  background-size: 1rem;
  padding-right: 2rem;
}
.filter-button.with-filter-arrow {
  background: url("../images/arrow-right-down-black.svg") no-repeat;
  background-position: calc(100% - 0.75rem) 50%;
  background-size: 1rem;
}
.filter-button.with-filter-arrow-up {
  background: url("../images/arrow-right-up-black.svg") no-repeat;
  background-position: calc(100% - 0.75rem) 50%;
  background-size: 1rem;
  padding-right: 2rem;
}
.inverted .filter-button.with-filter-arrow-white {
  background: url("../images/arrow-right-down-white.svg") no-repeat;
  background-position: calc(100% - 0.75rem) 50%;
  background-size: 1rem;
}
.inverted .filter-button.with-filter-arrow-white-up {
  background: url("../images/arrow-right-up-white.svg") no-repeat;
  background-position: calc(100% - 0.75rem) 50%;
  background-size: 1rem;
  padding-right: 2rem;
}
a {
  color: #000000;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow-wrap: anywhere;
}
a:hover {
  color: #000000;
}
.dark-links a {
  color: #000000;
}
.dark-links a:hover {
  color: #000000;
}
.dark-links a path {
  fill: #000000;
}
.dark-links a:hover path {
  fill: #000000;
}
.inverted a {
  color: #ffffff;
}
.inverted a:hover, .inverted h1 a:hover, .inverted h2 a:hover, .inverted h3 a:hover, .inverted h4 a:hover {
  color: #ffffff;
}
p a {
  text-decoration: underline;
}
.list-divider, .list-divider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.list-divider li, .list-divider ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 0.5em 0;
  width: 100%;
}
.list-divider li:last-child, .list-divider ul li:last-child {
  border-bottom: none;
}
.inverted .list-divider li, .inverted .list-divider ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.horizontal-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.vertical-list, .vertical-list ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
.vertical-list li {
  list-style-type: none;
}
.stretch-li-content {
  align-items: stretch;
}
.horizontal-list a, .vertical-list a {
  display: flex;
}
.list-spacing-5 li {
  margin-bottom: 1.5em;
}
.list-spacing-4 li {
  margin-bottom: 1em;
}
.list-spacing-3 li {
  margin-bottom: 0.75em;
}
.list-spacing-2 li {
  margin-bottom: 0.5em;
}
.list-spacing-1 li {
  margin-bottom: 0.1em;
}
.list-spacing-last-child-0 li:last-child {
  margin-bottom: 0;
}
.page-width-wide {
  max-width: 1920px;
}
.page-width-default {
  max-width: 1760px;
}
.page-width-narrow {
  max-width: 1280px;
}
.pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
a.page-numbers, span.page-numbers {
  padding: 0.6rem 1rem;
  background: #F5F5F5;
  color: #000000;
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 30px;
  display: block;
}
span.page-numbers.current {
  background: #000000;
  color: #ffffff;
}
a.page-numbers:hover {
  background: #000000;
  color: #ffffff;
}
.section-wrapper {
  width: 100%;
  padding: calc(min(10vw, 200px) + 40px) 2rem;
}
.section-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.section-wrapper.section-smaller-top {
  padding-top: calc(min(5vw, 100px) + 20px);
}
@media (max-width: 640px) {
  .section-wrapper {
    padding: 40px 20px;
  }
}
@media (max-width: 320px) {
  .section-wrapper {
    padding: 30px 15px;
  }
}
table {
  border-collapse: collapse;
  width: 100%;
}
table tr {
  transition-duration: 0.4s;
}
table td, table th {
  padding: 0.5rem 1rem;
}
.table-divider tr {
  border-bottom: 1px solid #cccccc;
}
.tabel-cell-border td, .tabel-cell-border th, .is-style-regular td, .is-style-regular th {
  border: 1px solid #cccccc;
}
.table-striped tr:nth-child(even), .is-style-stripes tr:nth-child(even) {
  background: #F5F5F5;
}
.table-hover tr:hover {
  background: #cccccc;
}
.huge, h1, h2, h3, h4, h5, h6 {
  font-family: "PP Neue Montreal", sans-serif;
  font-weight: 600;
  color: #000000;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: 1rem;
  overflow-wrap: anywhere;
  /* Manual word break with hyphens by adding &shy; in the word */
  hyphens: manual;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.huge:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
.wp-block-column h2, .wp-block-column h3, .wp-block-column h4, .wp-block-column h5, .wp-block-column h6 {
  margin-top: 1rem;
}
.huge:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, blockquote:last-child {
  margin-bottom: 0;
}
b, strong {
  font-weight: 600;
}
i, em {
  font-style: italic;
}
blockquote {
  border-left: 0.33rem solid #767676;
  color: #000000;
  font-style: italic;
  margin: 1rem 0;
  padding-left: 1rem;
}
figcaption {
  font-size: 0.9rem;
  color: #767676;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.inverted, .inverted h1, .inverted h2, .inverted h3, .inverted h4, .inverted blockquote {
  color: #ffffff;
}
.inverted figcaption {
  color: #cccccc;
}
@keyframes fade-in-video {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.background-video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.background-video-embed iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: fade-in-video;
  animation-duration: 2s;
}
.video-height-3 {
  height: 75;
}
.video-height-3 iframe {
  min-height: 75;
}
.video-height-2 {
  height: 50;
}
.video-height-2 iframe {
  min-height: 50;
}
.video-height-1 {
  height: 25;
}
.video-height-1 iframe {
  min-height: 25;
}
.responsive-video-embed, .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.responsive-video-embed iframe, .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background-black {
  background: #000000;
}
.background-black-alpha-3 {
  background: rgba(0, 0, 0, 0.65);
}
.background-black-alpha-2 {
  background: rgba(0, 0, 0, 0.25);
}
.background-black-alpha-1 {
  background: rgba(0, 0, 0, 0.1);
}
.background-dark {
  background: #767676;
}
.background-light {
  background: #cccccc;
}
.background-pale {
  background: #F5F5F5;
}
.background-white {
  background: #ffffff;
}
.background-white-alpha-3 {
  background: rgba(255, 255, 255, 0.65);
}
.background-white-alpha-2 {
  background: rgba(255, 255, 255, 0.25);
}
.background-white-alpha-1 {
  background: rgba(255, 255, 255, 0.1);
}
.background-primary {
  background: #000000;
}
.background-secondary {
  background: #0A45CF;
}
.background-tertiary {
  background: #FF533C;
}
.background-success {
  background: green;
}
.background-warning {
  background: orange;
}
.background-error {
  background: red;
}
.background-hover:hover {
  background: #000000;
}
.background-hover-black:hover {
  background: #000000;
}
.background-hover-black-alpha-3:hover {
  background: rgba(0, 0, 0, 0.65);
}
.background-hover-black-alpha-2:hover {
  background: rgba(0, 0, 0, 0.25);
}
.background-hover-black-alpha-1:hover {
  background: rgba(0, 0, 0, 0.1);
}
.background-hover-dark:hover {
  background: #767676;
}
.background-hover-light:hover {
  background: #cccccc;
}
.background-hover-pale:hover {
  background: #F5F5F5;
}
.background-hover-white:hover {
  background: #ffffff;
}
.background-hover-white-alpha-3:hover {
  background: rgba(255, 255, 255, 0.65);
}
.background-hover-white-alpha-2:hover {
  background: rgba(255, 255, 255, 0.25);
}
.background-hover-white-alpha-1:hover {
  background: rgba(255, 255, 255, 0.1);
}
.background-hover-primary:hover {
  background: #000000;
}
.background-hover-secondary:hover {
  background: #0A45CF;
}
.background-hover-tertiary:hover {
  background: #FF533C;
}
.background-hover-success:hover {
  background: green;
}
.background-hover-warning:hover {
  background: orange;
}
.background-hover-error:hover {
  background: red;
}
.border-style-solid {
  border-style: solid;
  border-width: 0;
}
.border-style-dashed {
  border-style: dashed;
  border-width: 0;
}
.border-style-dotted {
  border-style: dotted;
  border-width: 0;
}
.border-width-thin {
  border-width: 1px;
}
.border-width-default {
  border-width: 1px;
}
.border-width-thick {
  border-width: 0.33rem;
}
.a-border-top-width-thin {
  border-top-width: 1px;
}
.a-border-top-width-default {
  border-top-width: 1px;
}
.a-border-top-width-thick {
  border-top-width: 0.33rem;
}
.a-border-top-width-0 {
  border-top-width: 0;
}
.a-border-right-width-thin {
  border-right-width: 1px;
}
.a-border-right-width-default {
  border-right-width: 1px;
}
.a-border-right-width-thick {
  border-right-width: 0.33rem;
}
.a-border-right-width-0 {
  border-right-width: 0;
}
.a-border-bottom-width-thin {
  border-bottom-width: 1px;
}
.a-border-bottom-width-default {
  border-bottom-width: 1px;
}
.a-border-bottom-width-thick {
  border-bottom-width: 0.33rem;
}
.a-border-bottom-width-0 {
  border-bottom-width: 0;
}
.a-border-left-width-thin {
  border-left-width: 1px;
}
.a-border-left-width-default {
  border-left-width: 1px;
}
.a-border-left-width-thick {
  border-left-width: 0.33rem;
}
.a-border-left-width-0 {
  border-left-width: 0;
}
.border-color-black {
  border-color: #000000;
}
.border-color-black-alpha-3 {
  border-color: rgba(0, 0, 0, 0.65);
}
.border-color-black-alpha-2 {
  border-color: rgba(0, 0, 0, 0.25);
}
.border-color-black-alpha-1 {
  border-color: rgba(0, 0, 0, 0.1);
}
.border-color-dark {
  border-color: #767676;
}
.border-color-light {
  border-color: #cccccc;
}
.border-color-pale {
  border-color: #F5F5F5;
}
.border-color-white {
  border-color: #ffffff;
}
.border-color-white-alpha-3 {
  border-color: rgba(255, 255, 255, 0.65);
}
.border-color-white-alpha-2 {
  border-color: rgba(255, 255, 255, 0.25);
}
.border-color-white-alpha-1 {
  border-color: rgba(255, 255, 255, 0.1);
}
.border-color-primary {
  border-color: #000000;
}
.border-color-secondary {
  border-color: #0A45CF;
}
.border-color-tertiary {
  border-color: #FF533C;
}
.border-color-success {
  border-color: green;
}
.border-color-warning {
  border-color: orange;
}
.border-color-error {
  border-color: red;
}
.border-radius {
  border-radius: 30px;
}
.border-radius-100pr {
  border-radius: 100%;
}
.border-radius-pill {
  border-radius: 100000px;
}
.color-black {
  color: #000000 !important;
}
.color-black-alpha-3 {
  color: rgba(0, 0, 0, 0.65) !important;
}
.color-black-alpha-2 {
  color: rgba(0, 0, 0, 0.25) !important;
}
.color-black-alpha-1 {
  color: rgba(0, 0, 0, 0.1) !important;
}
.color-dark {
  color: #767676 !important;
}
.color-light {
  color: #cccccc !important;
}
.color-pale {
  color: #F5F5F5 !important;
}
.color-white {
  color: #ffffff !important;
}
.color-white-alpha-3 {
  color: rgba(255, 255, 255, 0.65) !important;
}
.color-white-alpha-2 {
  color: rgba(255, 255, 255, 0.25) !important;
}
.color-white-alpha-1 {
  color: rgba(255, 255, 255, 0.1) !important;
}
.color-primary {
  color: #000000 !important;
}
.color-secondary {
  color: #0A45CF !important;
}
.color-tertiary {
  color: #FF533C !important;
}
.color-success {
  color: green !important;
}
.color-warning {
  color: orange !important;
}
.color-error {
  color: red !important;
}
.color-link {
  color: #000000 !important;
}
.color-hover:hover {
  color: #000000 !important;
}
.color-hover-black:hover {
  color: #000000 !important;
}
.color-hover-black-alpha-3:hover {
  color: rgba(0, 0, 0, 0.65) !important;
}
.color-hover-black-alpha-2:hover {
  color: rgba(0, 0, 0, 0.25) !important;
}
.color-hover-black-alpha-1:hover {
  color: rgba(0, 0, 0, 0.1) !important;
}
.color-hover-dark:hover {
  color: #767676 !important;
}
.color-hover-light:hover {
  color: #cccccc !important;
}
.color-hover-pale:hover {
  color: #F5F5F5 !important;
}
.color-hover-white:hover {
  color: #ffffff !important;
}
.color-hover-white-alpha-3:hover {
  color: rgba(255, 255, 255, 0.65) !important;
}
.color-hover-white-alpha-2:hover {
  color: rgba(255, 255, 255, 0.25) !important;
}
.color-hover-white-alpha-1:hover {
  color: rgba(255, 255, 255, 0.1) !important;
}
.color-hover-primary:hover {
  color: #000000 !important;
}
.color-hover-secondary:hover {
  color: #0A45CF !important;
}
.color-hover-tertiary:hover {
  color: #FF533C !important;
}
.color-hover-success:hover {
  color: green !important;
}
.color-hover-warning:hover {
  color: orange !important;
}
.color-hover-error:hover {
  color: red !important;
}
.none {
  display: none;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
@media (max-width: 1760px) {
  .lg-none {
    display: none;
  }
  .lg-flex {
    display: flex;
  }
  .lg-grid {
    display: grid;
  }
}
@media (max-width: 1280px) {
  .md-none {
    display: none;
  }
  .md-flex {
    display: flex;
  }
  .md-grid {
    display: grid;
  }
}
@media (max-width: 640px) {
  .sm-none {
    display: none;
  }
  .sm-flex {
    display: flex;
  }
  .sm-grid {
    display: grid;
  }
}
.brightness-90pr {
  filter: brightness(90%);
}
.brightness-80pr {
  filter: brightness(80%);
}
.brightness-70pr {
  filter: brightness(70%);
}
.brightness-60pr {
  filter: brightness(60%);
}
.brightness-50pr {
  filter: brightness(50%);
}
.brightness-40pr {
  filter: brightness(40%);
}
.brightness-30pr {
  filter: brightness(30%);
}
.direction-row {
  flex-direction: row;
}
.direction-column {
  flex-direction: column;
}
.wrap {
  flex-wrap: wrap;
}
.nowrap {
  flex-wrap: nowrap;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-space-around {
  justify-content: space-around;
}
.justify-space-between {
  justify-content: space-between;
}
.justify-space-evenly {
  justify-content: space-evenly;
}
.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}
.align-stretch {
  align-items: stretch;
}
@media (max-width: 1760px) {
  .lg-direction-row {
    flex-direction: row;
  }
  .lg-direction-column {
    flex-direction: column;
  }
  .lg-wrap {
    flex-wrap: wrap;
  }
  .lg-nowrap {
    flex-wrap: nowrap;
  }
  .lg-justify-start {
    justify-content: flex-start;
  }
  .lg-justify-center {
    justify-content: center;
  }
  .lg-justify-end {
    justify-content: flex-end;
  }
  .lg-justify-space-around {
    justify-content: space-around;
  }
  .lg-justify-space-between {
    justify-content: space-between;
  }
  .lg-justify-space-evenly {
    justify-content: space-evenly;
  }
  .lg-align-start {
    align-items: flex-start;
  }
  .lg-align-center {
    align-items: center;
  }
  .lg-align-end {
    align-items: flex-end;
  }
  .lg-align-stretch {
    align-items: stretch;
  }
}
@media (max-width: 1280px) {
  .md-direction-row {
    flex-direction: row;
  }
  .md-direction-column {
    flex-direction: column;
  }
  .md-wrap {
    flex-wrap: wrap;
  }
  .md-nowrap {
    flex-wrap: nowrap;
  }
  .md-justify-start {
    justify-content: flex-start;
  }
  .md-justify-center {
    justify-content: center;
  }
  .md-justify-end {
    justify-content: flex-end;
  }
  .md-justify-space-around {
    justify-content: space-around;
  }
  .md-justify-space-between {
    justify-content: space-between;
  }
  .md-justify-space-evenly {
    justify-content: space-evenly;
  }
  .md-align-start {
    align-items: flex-start;
  }
  .md-align-center {
    align-items: center;
  }
  .md-align-end {
    align-items: flex-end;
  }
  .md-align-stretch {
    align-items: stretch;
  }
}
@media (max-width: 640px) {
  .sm-direction-row {
    flex-direction: row;
  }
  .sm-direction-column {
    flex-direction: column;
  }
  .sm-wrap {
    flex-wrap: wrap;
  }
  .sm-nowrap {
    flex-wrap: nowrap;
  }
  .sm-justify-start {
    justify-content: flex-start;
  }
  .sm-justify-center {
    justify-content: center;
  }
  .sm-justify-end {
    justify-content: flex-end;
  }
  .sm-justify-space-around {
    justify-content: space-around;
  }
  .sm-justify-space-between {
    justify-content: space-between;
  }
  .sm-justify-space-evenly {
    justify-content: space-evenly;
  }
  .sm-align-start {
    align-items: flex-start;
  }
  .sm-align-center {
    align-items: center;
  }
  .sm-align-end {
    align-items: flex-end;
  }
  .sm-align-stretch {
    align-items: stretch;
  }
}
.grow-5 {
  flex-grow: 5;
}
.grow-4 {
  flex-grow: 4;
}
.grow-3 {
  flex-grow: 3;
}
.grow-2 {
  flex-grow: 2;
}
.grow-1 {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.columns-1 {
  grid-template-columns: 1fr;
}
.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.columns-1-2 {
  grid-template-columns: 1fr 2fr;
}
.columns-2-1 {
  grid-template-columns: 2fr 1fr;
}
.columns-1-3 {
  grid-template-columns: 1fr 3fr;
}
.columns-3-1 {
  grid-template-columns: 3fr 1fr;
}
.columns-3-2 {
  grid-template-columns: 3fr 2fr;
}
.columns-2-3 {
  grid-template-columns: 2fr 3fr;
}
@media (max-width: 1760px) {
  .lg-columns-1 {
    grid-template-columns: 1fr;
  }
  .lg-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .lg-columns-1-2 {
    grid-template-columns: 1fr 2fr;
  }
  .lg-columns-2-1 {
    grid-template-columns: 2fr 1fr;
  }
  .lg-columns-1-3 {
    grid-template-columns: 1fr 3fr;
  }
  .lg-columns-3-1 {
    grid-template-columns: 3fr 1fr;
  }
  .lg-columns-3-2 {
    grid-template-columns: 3fr 2fr;
  }
  .lg-columns-2-3 {
    grid-template-columns: 2fr 3fr;
  }
}
@media (max-width: 1280px) {
  .md-columns-1 {
    grid-template-columns: 1fr;
  }
  .md-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .md-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .md-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .md-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .md-columns-1-2 {
    grid-template-columns: 1fr 2fr;
  }
  .md-columns-2-1 {
    grid-template-columns: 2fr 1fr;
  }
  .md-columns-1-3 {
    grid-template-columns: 1fr 3fr;
  }
  .md-columns-3-1 {
    grid-template-columns: 3fr 1fr;
  }
  .md-columns-3-2 {
    grid-template-columns: 3fr 2fr;
  }
  .md-columns-2-3 {
    grid-template-columns: 2fr 3fr;
  }
}
@media (max-width: 640px) {
  .sm-columns-1 {
    grid-template-columns: 1fr;
  }
  .sm-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sm-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sm-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .sm-columns-1-2 {
    grid-template-columns: 1fr 2fr;
  }
  .sm-columns-2-1 {
    grid-template-columns: 2fr 1fr;
  }
  .sm-columns-1-3 {
    grid-template-columns: 1fr 3fr;
  }
  .sm-columns-3-1 {
    grid-template-columns: 3fr 1fr;
  }
  .sm-columns-3-2 {
    grid-template-columns: 3fr 2fr;
  }
  .sm-columns-2-3 {
    grid-template-columns: 2fr 3fr;
  }
}
.column-start-1 {
  grid-column-start: 1;
}
.column-start-2 {
  grid-column-start: 2;
}
.column-start-3 {
  grid-column-start: 3;
}
.column-start-4 {
  grid-column-start: 4;
}
.column-start-5 {
  grid-column-start: 5;
}
.column-span-1 {
  grid-column-end: span 1;
}
.column-span-2 {
  grid-column-end: span 2;
}
.column-span-3 {
  grid-column-end: span 3;
}
.column-span-4 {
  grid-column-end: span 4;
}
.column-span-5 {
  grid-column-end: span 5;
}
@media (max-width: 1760px) {
  .lg-column-start-1 {
    grid-column-start: 1;
  }
  .lg-column-start-2 {
    grid-column-start: 2;
  }
  .lg-column-start-3 {
    grid-column-start: 3;
  }
  .lg-column-start-4 {
    grid-column-start: 4;
  }
  .lg-column-start-5 {
    grid-column-start: 5;
  }
  .lg-column-span-1 {
    grid-column-end: span 1;
  }
  .lg-column-span-2 {
    grid-column-end: span 2;
  }
  .lg-column-span-3 {
    grid-column-end: span 3;
  }
  .lg-column-span-4 {
    grid-column-end: span 4;
  }
  .lg-column-span-5 {
    grid-column-end: span 5;
  }
}
@media (max-width: 1280px) {
  .md-column-start-1 {
    grid-column-start: 1;
  }
  .md-column-start-2 {
    grid-column-start: 2;
  }
  .md-column-start-3 {
    grid-column-start: 3;
  }
  .md-column-start-4 {
    grid-column-start: 4;
  }
  .md-column-start-5 {
    grid-column-start: 5;
  }
  .md-column-span-1 {
    grid-column-end: span 1;
  }
  .md-column-span-2 {
    grid-column-end: span 2;
  }
  .md-column-span-3 {
    grid-column-end: span 3;
  }
  .md-column-span-4 {
    grid-column-end: span 4;
  }
  .md-column-span-5 {
    grid-column-end: span 5;
  }
}
@media (max-width: 640px) {
  .sm-column-start-1 {
    grid-column-start: 1;
  }
  .sm-column-start-2 {
    grid-column-start: 2;
  }
  .sm-column-start-3 {
    grid-column-start: 3;
  }
  .sm-column-start-4 {
    grid-column-start: 4;
  }
  .sm-column-start-5 {
    grid-column-start: 5;
  }
  .sm-column-span-1 {
    grid-column-end: span 1;
  }
  .sm-column-span-2 {
    grid-column-end: span 2;
  }
  .sm-column-span-3 {
    grid-column-end: span 3;
  }
  .sm-column-span-4 {
    grid-column-end: span 4;
  }
  .sm-column-span-5 {
    grid-column-end: span 5;
  }
}
.rows-1 {
  grid-template-rows: 1fr;
}
.rows-2 {
  grid-template-rows: repeat(2, 1fr);
}
.rows-3 {
  grid-template-rows: repeat(3, 1fr);
}
.rows-4 {
  grid-template-rows: repeat(4, 1fr);
}
.rows-5 {
  grid-template-rows: repeat(5, 1fr);
}
@media (max-width: 1760px) {
  .lg-rows-1 {
    grid-template-rows: 1fr;
  }
  .lg-rows-2 {
    grid-template-rows: repeat(2, 1fr);
  }
  .lg-rows-3 {
    grid-template-rows: repeat(3, 1fr);
  }
  .lg-rows-4 {
    grid-template-rows: repeat(4, 1fr);
  }
  .lg-rows-5 {
    grid-template-rows: repeat(5, 1fr);
  }
}
@media (max-width: 1280px) {
  .md-rows-1 {
    grid-template-rows: 1fr;
  }
  .md-rows-2 {
    grid-template-rows: repeat(2, 1fr);
  }
  .md-rows-3 {
    grid-template-rows: repeat(3, 1fr);
  }
  .md-rows-4 {
    grid-template-rows: repeat(4, 1fr);
  }
  .md-rows-5 {
    grid-template-rows: repeat(5, 1fr);
  }
}
@media (max-width: 640px) {
  .sm-rows-1 {
    grid-template-rows: 1fr;
  }
  .sm-rows-2 {
    grid-template-rows: repeat(2, 1fr);
  }
  .sm-rows-3 {
    grid-template-rows: repeat(3, 1fr);
  }
  .sm-rows-4 {
    grid-template-rows: repeat(4, 1fr);
  }
  .sm-rows-5 {
    grid-template-rows: repeat(5, 1fr);
  }
}
.row-gap-tiny {
  row-gap: 0.5rem;
}
.row-gap-small {
  row-gap: 0.8rem;
}
.row-gap-default {
  row-gap: 3.25rem;
}
.row-gap-large {
  row-gap: 5rem;
}
.column-gap-tiny {
  column-gap: 0.5rem;
}
.column-gap-small {
  column-gap: 0.8rem;
}
.column-gap-default {
  column-gap: 3.25rem;
}
.column-gap-large {
  column-gap: 5rem;
}
@media (max-width: 1760px) {
  .row-gap-small {
    row-gap: 0.7332rem;
  }
  .row-gap-default {
    row-gap: 2.9995rem;
  }
  .row-gap-large {
    row-gap: 4.666rem;
  }
  .column-gap-small {
    column-gap: 0.7332rem;
  }
  .column-gap-default {
    column-gap: 2.9995rem;
  }
  .column-gap-large {
    column-gap: 4.666rem;
  }
}
@media (max-width: 1280px) {
  .row-gap-small {
    row-gap: 0.6668rem;
  }
  .row-gap-default {
    row-gap: 2.7505rem;
  }
  .row-gap-large {
    row-gap: 4.334rem;
  }
  .column-gap-small {
    column-gap: 0.6668rem;
  }
  .column-gap-default {
    column-gap: 2.7505rem;
  }
  .column-gap-large {
    column-gap: 4.334rem;
  }
}
@media (max-width: 640px) {
  .row-gap-small {
    row-gap: 0.6rem;
  }
  .row-gap-default {
    row-gap: 2.5rem;
  }
  .row-gap-large {
    row-gap: 4rem;
  }
  .column-gap-small {
    column-gap: 0.6rem;
  }
  .column-gap-default {
    column-gap: 2.5rem;
  }
  .column-gap-large {
    column-gap: 4rem;
  }
}
.row-gap-6 {
  row-gap: 9rem;
}
.row-gap-5 {
  row-gap: 7rem;
}
.row-gap-4 {
  row-gap: 5rem;
}
.row-gap-3 {
  row-gap: 3rem;
}
.row-gap-2 {
  row-gap: 2rem;
}
.row-gap-1 {
  row-gap: 0.7rem;
}
.row-gap-0 {
  row-gap: 0;
}
.column-gap-6 {
  column-gap: 9rem;
}
.column-gap-5 {
  column-gap: 7rem;
}
.column-gap-4 {
  column-gap: 5rem;
}
.column-gap-3 {
  column-gap: 3rem;
}
.column-gap-2 {
  column-gap: 2rem;
}
.column-gap-1 {
  column-gap: 0.7rem;
}
.column-gap-0 {
  column-gap: 0;
}
@media (max-width: 1760px) {
  .lg-row-gap-6 {
    row-gap: 9rem;
  }
  .lg-row-gap-5 {
    row-gap: 7rem;
  }
  .lg-row-gap-4 {
    row-gap: 5rem;
  }
  .lg-row-gap-3 {
    row-gap: 3rem;
  }
  .lg-row-gap-2 {
    row-gap: 2rem;
  }
  .lg-row-gap-1 {
    row-gap: 0.7rem;
  }
  .lg-row-gap-0 {
    row-gap: 0;
  }
  .lg-column-gap-6 {
    column-gap: 9rem;
  }
  .lg-column-gap-5 {
    column-gap: 7rem;
  }
  .lg-column-gap-4 {
    column-gap: 5rem;
  }
  .lg-column-gap-3 {
    column-gap: 3rem;
  }
  .lg-column-gap-2 {
    column-gap: 2rem;
  }
  .lg-column-gap-1 {
    column-gap: 0.7rem;
  }
  .lg-column-gap-0 {
    column-gap: 0;
  }
}
@media (max-width: 1280px) {
  .md-row-gap-6 {
    row-gap: 9rem;
  }
  .md-row-gap-5 {
    row-gap: 7rem;
  }
  .md-row-gap-4 {
    row-gap: 5rem;
  }
  .md-row-gap-3 {
    row-gap: 3rem;
  }
  .md-row-gap-2 {
    row-gap: 2rem;
  }
  .md-row-gap-1 {
    row-gap: 0.7rem;
  }
  .md-row-gap-0 {
    row-gap: 0;
  }
  .md-column-gap-6 {
    column-gap: 9rem;
  }
  .md-column-gap-5 {
    column-gap: 7rem;
  }
  .md-column-gap-4 {
    column-gap: 5rem;
  }
  .md-column-gap-3 {
    column-gap: 3rem;
  }
  .md-column-gap-2 {
    column-gap: 2rem;
  }
  .md-column-gap-1 {
    column-gap: 0.7rem;
  }
  .md-column-gap-0 {
    column-gap: 0;
  }
}
@media (max-width: 640px) {
  .sm-row-gap-6 {
    row-gap: 9rem;
  }
  .sm-row-gap-5 {
    row-gap: 7rem;
  }
  .sm-row-gap-4 {
    row-gap: 5rem;
  }
  .sm-row-gap-3 {
    row-gap: 3rem;
  }
  .sm-row-gap-2 {
    row-gap: 2rem;
  }
  .sm-row-gap-1 {
    row-gap: 0.7rem;
  }
  .sm-row-gap-0 {
    row-gap: 0;
  }
  .sm-column-gap-6 {
    column-gap: 9rem;
  }
  .sm-column-gap-5 {
    column-gap: 7rem;
  }
  .sm-column-gap-4 {
    column-gap: 5rem;
  }
  .sm-column-gap-3 {
    column-gap: 3rem;
  }
  .sm-column-gap-2 {
    column-gap: 2rem;
  }
  .sm-column-gap-1 {
    column-gap: 0.7rem;
  }
  .sm-column-gap-0 {
    column-gap: 0;
  }
}
.height-100pr {
  height: 100%;
}
.max-height-19 {
  max-height: 1736px;
}
.max-height-18 {
  max-height: 1536px;
}
.max-height-17 {
  max-height: 1408px;
}
.max-height-16 {
  max-height: 1280px;
}
.max-height-15 {
  max-height: 1152px;
}
.max-height-14 {
  max-height: 1024px;
}
.max-height-13 {
  max-height: 896px;
}
.max-height-12 {
  max-height: 768px;
}
.max-height-11 {
  max-height: 640px;
}
.max-height-10 {
  max-height: 512px;
}
.max-height-09 {
  max-height: 384px;
}
.max-height-08 {
  max-height: 256px;
}
.max-height-07 {
  max-height: 192px;
}
.max-height-06 {
  max-height: 128px;
}
.max-height-05 {
  max-height: 96px;
}
.max-height-04 {
  max-height: 64px;
}
.max-height-03 {
  max-height: 32px;
}
.max-height-02 {
  max-height: 24px;
}
.max-height-01 {
  max-height: 16px;
}
@media (max-width: 1760px) {
  .lg-max-height-18 {
    max-height: 1536px;
  }
  .lg-max-height-17 {
    max-height: 1408px;
  }
  .lg-max-height-16 {
    max-height: 1280px;
  }
  .lg-max-height-15 {
    max-height: 1152px;
  }
  .lg-max-height-14 {
    max-height: 1024px;
  }
  .lg-max-height-13 {
    max-height: 896px;
  }
  .lg-max-height-12 {
    max-height: 768px;
  }
  .lg-max-height-11 {
    max-height: 640px;
  }
  .lg-max-height-10 {
    max-height: 512px;
  }
  .lg-max-height-09 {
    max-height: 384px;
  }
  .lg-max-height-08 {
    max-height: 256px;
  }
  .lg-max-height-07 {
    max-height: 192px;
  }
  .lg-max-height-06 {
    max-height: 128px;
  }
  .lg-max-height-05 {
    max-height: 96px;
  }
  .lg-max-height-04 {
    max-height: 64px;
  }
  .lg-max-height-03 {
    max-height: 32px;
  }
  .lg-max-height-02 {
    max-height: 24px;
  }
  .lg-max-height-01 {
    max-height: 16px;
  }
}
@media (max-width: 1280px) {
  .md-max-height-18 {
    max-height: 1536px;
  }
  .md-max-height-17 {
    max-height: 1408px;
  }
  .md-max-height-16 {
    max-height: 1280px;
  }
  .md-max-height-15 {
    max-height: 1152px;
  }
  .md-max-height-14 {
    max-height: 1024px;
  }
  .md-max-height-13 {
    max-height: 896px;
  }
  .md-max-height-12 {
    max-height: 768px;
  }
  .md-max-height-11 {
    max-height: 640px;
  }
  .md-max-height-10 {
    max-height: 512px;
  }
  .md-max-height-09 {
    max-height: 384px;
  }
  .md-max-height-08 {
    max-height: 256px;
  }
  .md-max-height-07 {
    max-height: 192px;
  }
  .md-max-height-06 {
    max-height: 128px;
  }
  .md-max-height-05 {
    max-height: 96px;
  }
  .md-max-height-04 {
    max-height: 64px;
  }
  .md-max-height-03 {
    max-height: 32px;
  }
  .md-max-height-02 {
    max-height: 24px;
  }
  .md-max-height-01 {
    max-height: 16px;
  }
}
@media (max-width: 640px) {
  .sm-max-height-18 {
    max-height: 1536px;
  }
  .sm-max-height-17 {
    max-height: 1408px;
  }
  .sm-max-height-16 {
    max-height: 1280px;
  }
  .sm-max-height-15 {
    max-height: 1152px;
  }
  .sm-max-height-14 {
    max-height: 1024px;
  }
  .sm-max-height-13 {
    max-height: 896px;
  }
  .sm-max-height-12 {
    max-height: 768px;
  }
  .sm-max-height-11 {
    max-height: 640px;
  }
  .sm-max-height-10 {
    max-height: 512px;
  }
  .sm-max-height-09 {
    max-height: 384px;
  }
  .sm-max-height-08 {
    max-height: 256px;
  }
  .sm-max-height-07 {
    max-height: 192px;
  }
  .sm-max-height-06 {
    max-height: 128px;
  }
  .sm-max-height-05 {
    max-height: 96px;
  }
  .sm-max-height-04 {
    max-height: 64px;
  }
  .sm-max-height-03 {
    max-height: 32px;
  }
  .sm-max-height-02 {
    max-height: 24px;
  }
  .sm-max-height-01 {
    max-height: 16px;
  }
}
.min-height-100pr {
  min-height: 100%;
}
.margin-top-n {
  margin-top: -18rem;
}
.margin-top-n8 {
  margin-top: -7rem;
}
.margin-top-n7 {
  margin-top: -5rem;
}
.margin-top-n6 {
  margin-top: -4rem;
}
.margin-top-n5 {
  margin-top: -3rem;
}
.margin-top-n4 {
  margin-top: -2rem;
}
.margin-top-n3 {
  margin-top: -1.5rem;
}
.margin-top-n2 {
  margin-top: -1rem;
}
.margin-top-n1 {
  margin-top: -0.5rem;
}
@media (max-width: 1760px) {
  .lg-margin-top-n5 {
    margin-top: -3rem;
  }
  .lg-margin-top-n4 {
    margin-top: -2rem;
  }
  .lg-margin-top-n3 {
    margin-top: -1.5rem;
  }
  .lg-margin-top-n2 {
    margin-top: -1rem;
  }
  .lg-margin-top-n1 {
    margin-top: -0.5rem;
  }
}
@media (max-width: 1280px) {
  .md-margin-top-n5 {
    margin-top: -3rem;
  }
  .md-margin-top-n4 {
    margin-top: -2rem;
  }
  .md-margin-top-n3 {
    margin-top: -1.5rem;
  }
  .md-margin-top-n2 {
    margin-top: -1rem;
  }
  .md-margin-top-n1 {
    margin-top: -0.5rem;
  }
}
@media (max-width: 640px) {
  .sm-margin-top-n5 {
    margin-top: -3rem;
  }
  .sm-margin-top-n4 {
    margin-top: -2rem;
  }
  .sm-margin-top-n3 {
    margin-top: -1.5rem;
  }
  .sm-margin-top-n2 {
    margin-top: -1rem;
  }
  .sm-margin-top-n1 {
    margin-top: -0.5rem;
  }
}
.margin-bottom-n8 {
  margin-bottom: -7rem;
}
.margin-bottom-n7 {
  margin-bottom: -5rem;
}
.margin-bottom-n6 {
  margin-bottom: -4rem;
}
.margin-bottom-n5 {
  margin-bottom: -3rem;
}
.margin-bottom-n4 {
  margin-bottom: -2rem;
}
.margin-bottom-n3 {
  margin-bottom: -1.5rem;
}
.margin-bottom-n2 {
  margin-bottom: -1rem;
}
.margin-bottom-n1 {
  margin-bottom: -0.5rem;
}
@media (max-width: 1760px) {
  .lg-margin-bottom-n5 {
    margin-bottom: -3rem;
  }
  .lg-margin-bottom-n4 {
    margin-bottom: -2rem;
  }
  .lg-margin-bottom-n3 {
    margin-bottom: -1.5rem;
  }
  .lg-margin-bottom-n2 {
    margin-bottom: -1rem;
  }
  .lg-margin-bottom-n1 {
    margin-bottom: -0.5rem;
  }
}
@media (max-width: 1280px) {
  .md-margin-bottom-n5 {
    margin-bottom: -3rem;
  }
  .md-margin-bottom-n4 {
    margin-bottom: -2rem;
  }
  .md-margin-bottom-n3 {
    margin-bottom: -1.5rem;
  }
  .md-margin-bottom-n2 {
    margin-bottom: -1rem;
  }
  .md-margin-bottom-n1 {
    margin-bottom: -0.5rem;
  }
}
@media (max-width: 640px) {
  .sm-margin-bottom-n5 {
    margin-bottom: -3rem;
  }
  .sm-margin-bottom-n4 {
    margin-bottom: -2rem;
  }
  .sm-margin-bottom-n3 {
    margin-bottom: -1.5rem;
  }
  .sm-margin-bottom-n2 {
    margin-bottom: -1rem;
  }
  .sm-margin-bottom-n1 {
    margin-bottom: -0.5rem;
  }
}
.margin-5 {
  margin: 3rem;
}
.margin-4 {
  margin: 2rem;
}
.margin-3 {
  margin: 1.5rem;
}
.margin-2 {
  margin: 1rem;
}
.margin-1 {
  margin: 0.5rem;
}
.margin-0 {
  margin: 0;
}
@media (max-width: 1760px) {
  .lg-margin-5 {
    margin: 3rem;
  }
  .lg-margin-4 {
    margin: 2rem;
  }
  .lg-margin-3 {
    margin: 1.5rem;
  }
  .lg-margin-2 {
    margin: 1rem;
  }
  .lg-margin-1 {
    margin: 0.5rem;
  }
  .lg-margin-0 {
    margin: 0;
  }
}
@media (max-width: 1280px) {
  .md-margin-5 {
    margin: 3rem;
  }
  .md-margin-4 {
    margin: 2rem;
  }
  .md-margin-3 {
    margin: 1.5rem;
  }
  .md-margin-2 {
    margin: 1rem;
  }
  .md-margin-1 {
    margin: 0.5rem;
  }
  .md-margin-0 {
    margin: 0;
  }
}
@media (max-width: 640px) {
  .sm-margin-5 {
    margin: 3rem;
  }
  .sm-margin-4 {
    margin: 2rem;
  }
  .sm-margin-3 {
    margin: 1.5rem;
  }
  .sm-margin-2 {
    margin: 1rem;
  }
  .sm-margin-1 {
    margin: 0.5rem;
  }
  .sm-margin-0 {
    margin: 0;
  }
}
.margin-top-8 {
  margin-top: 7rem;
}
.margin-top-7 {
  margin-top: 5rem;
}
.margin-top-6 {
  margin-top: 4rem;
}
.margin-top-5 {
  margin-top: 3rem;
}
.margin-top-4 {
  margin-top: 2rem;
}
.margin-top-3 {
  margin-top: 1.5rem;
}
.margin-top-2 {
  margin-top: 1rem;
}
.margin-top-1 {
  margin-top: 0.5rem;
}
.margin-top-0 {
  margin-top: 0;
}
@media (max-width: 1760px) {
  .lg-margin-top-5 {
    margin-top: 3rem;
  }
  .lg-margin-top-4 {
    margin-top: 2rem;
  }
  .lg-margin-top-3 {
    margin-top: 1.5rem;
  }
  .lg-margin-top-2 {
    margin-top: 1rem;
  }
  .lg-margin-top-1 {
    margin-top: 0.5rem;
  }
  .lg-margin-top-0 {
    margin-top: 0;
  }
}
@media (max-width: 1280px) {
  .md-margin-top-5 {
    margin-top: 3rem;
  }
  .md-margin-top-4 {
    margin-top: 2rem;
  }
  .md-margin-top-3 {
    margin-top: 1.5rem;
  }
  .md-margin-top-2 {
    margin-top: 1rem;
  }
  .md-margin-top-1 {
    margin-top: 0.5rem;
  }
  .md-margin-top-0 {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .sm-margin-top-5 {
    margin-top: 3rem;
  }
  .sm-margin-top-4 {
    margin-top: 2rem;
  }
  .sm-margin-top-3 {
    margin-top: 1.5rem;
  }
  .sm-margin-top-2 {
    margin-top: 1rem;
  }
  .sm-margin-top-1 {
    margin-top: 0.5rem;
  }
  .sm-margin-top-0 {
    margin-top: 0;
  }
}
.margin-right-5 {
  margin-right: 3rem;
}
.margin-right-4 {
  margin-right: 2rem;
}
.margin-right-3 {
  margin-right: 1.5rem;
}
.margin-right-2 {
  margin-right: 1rem;
}
.margin-right-1 {
  margin-right: 0.5rem;
}
.margin-right-0 {
  margin-right: 0;
}
@media (max-width: 1760px) {
  .lg-margin-right-5 {
    margin-right: 3rem;
  }
  .lg-margin-right-4 {
    margin-right: 2rem;
  }
  .lg-margin-right-3 {
    margin-right: 1.5rem;
  }
  .lg-margin-right-2 {
    margin-right: 1rem;
  }
  .lg-margin-right-1 {
    margin-right: 0.5rem;
  }
  .lg-margin-right-0 {
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .md-margin-right-5 {
    margin-right: 3rem;
  }
  .md-margin-right-4 {
    margin-right: 2rem;
  }
  .md-margin-right-3 {
    margin-right: 1.5rem;
  }
  .md-margin-right-2 {
    margin-right: 1rem;
  }
  .md-margin-right-1 {
    margin-right: 0.5rem;
  }
  .md-margin-right-0 {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .sm-margin-right-5 {
    margin-right: 3rem;
  }
  .sm-margin-right-4 {
    margin-right: 2rem;
  }
  .sm-margin-right-3 {
    margin-right: 1.5rem;
  }
  .sm-margin-right-2 {
    margin-right: 1rem;
  }
  .sm-margin-right-1 {
    margin-right: 0.5rem;
  }
  .sm-margin-right-0 {
    margin-right: 0;
  }
}
.margin-bottom-5 {
  margin-bottom: 3rem;
}
.margin-bottom-4 {
  margin-bottom: 2rem;
}
.margin-bottom-3 {
  margin-bottom: 1.5rem;
}
.margin-bottom-2 {
  margin-bottom: 1rem;
}
.margin-bottom-1 {
  margin-bottom: 0.5rem;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
@media (max-width: 1760px) {
  .lg-margin-bottom-5 {
    margin-bottom: 3rem;
  }
  .lg-margin-bottom-4 {
    margin-bottom: 2rem;
  }
  .lg-margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
  .lg-margin-bottom-2 {
    margin-bottom: 1rem;
  }
  .lg-margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
  .lg-margin-bottom-0 {
    margin-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .md-margin-bottom-5 {
    margin-bottom: 3rem;
  }
  .md-margin-bottom-4 {
    margin-bottom: 2rem;
  }
  .md-margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
  .md-margin-bottom-2 {
    margin-bottom: 1rem;
  }
  .md-margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
  .md-margin-bottom-0 {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .sm-margin-bottom-5 {
    margin-bottom: 3rem;
  }
  .sm-margin-bottom-4 {
    margin-bottom: 2rem;
  }
  .sm-margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
  .sm-margin-bottom-2 {
    margin-bottom: 1rem;
  }
  .sm-margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
  .sm-margin-bottom-0 {
    margin-bottom: 0;
  }
}
.margin-left-5 {
  margin-left: 3rem;
}
.margin-left-4 {
  margin-left: 2rem;
}
.margin-left-3 {
  margin-left: 1.5rem;
}
.margin-left-2 {
  margin-left: 1rem;
}
.margin-left-1 {
  margin-left: 0.5rem;
}
.margin-left-0 {
  margin-left: 0;
}
@media (max-width: 1760px) {
  .lg-margin-left-5 {
    margin-left: 3rem;
  }
  .lg-margin-left-4 {
    margin-left: 2rem;
  }
  .lg-margin-left-3 {
    margin-left: 1.5rem;
  }
  .lg-margin-left-2 {
    margin-left: 1rem;
  }
  .lg-margin-left-1 {
    margin-left: 0.5rem;
  }
  .lg-margin-left-0 {
    margin-left: 0;
  }
}
@media (max-width: 1280px) {
  .md-margin-left-5 {
    margin-left: 3rem;
  }
  .md-margin-left-4 {
    margin-left: 2rem;
  }
  .md-margin-left-3 {
    margin-left: 1.5rem;
  }
  .md-margin-left-2 {
    margin-left: 1rem;
  }
  .md-margin-left-1 {
    margin-left: 0.5rem;
  }
  .md-margin-left-0 {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .sm-margin-left-5 {
    margin-left: 3rem;
  }
  .sm-margin-left-4 {
    margin-left: 2rem;
  }
  .sm-margin-left-3 {
    margin-left: 1.5rem;
  }
  .sm-margin-left-2 {
    margin-left: 1rem;
  }
  .sm-margin-left-1 {
    margin-left: 0.5rem;
  }
  .sm-margin-left-0 {
    margin-left: 0;
  }
}
.margin-left-auto {
  margin-left: auto;
}
.margin-right-auto {
  margin-right: auto;
}
.button-margin-top-3 {
  margin-top: 4rem;
}
.button-margin-top-2 {
  margin-top: 2.5rem;
}
.button-margin-top-1 {
  margin-top: 1.5rem;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
@media (max-width: 1760px) {
  .lg-order-0 {
    order: 0;
  }
  .lg-order-1 {
    order: 1;
  }
  .lg-order-2 {
    order: 2;
  }
  .lg-order-3 {
    order: 3;
  }
  .lg-order-4 {
    order: 4;
  }
}
@media (max-width: 1280px) {
  .md-order-0 {
    order: 0;
  }
  .md-order-1 {
    order: 1;
  }
  .md-order-2 {
    order: 2;
  }
  .md-order-3 {
    order: 3;
  }
  .md-order-4 {
    order: 4;
  }
}
@media (max-width: 640px) {
  .sm-order-0 {
    order: 0;
  }
  .sm-order-1 {
    order: 1;
  }
  .sm-order-2 {
    order: 2;
  }
  .sm-order-3 {
    order: 3;
  }
  .sm-order-4 {
    order: 4;
  }
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-scroll {
  overflow: scroll;
}
.overflow-x-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow: scroll;
}
.overflow-y-hidden {
  overflow: hidden;
}
@media (max-width: 1760px) {
  .lg-overflow-scroll {
    overflow: scroll;
  }
  .lg-overflow-hidden {
    overflow: hidden;
  }
  .lg-overflow-x-scroll {
    overflow: scroll;
  }
  .lg-overflow-x-hidden {
    overflow: hidden;
  }
  .lg-overflow-y-scroll {
    overflow: scroll;
  }
  .lg-overflow-y-hidden {
    overflow: hidden;
  }
}
@media (max-width: 1280px) {
  .md-overflow-scroll {
    overflow: scroll;
  }
  .md-overflow-hidden {
    overflow: hidden;
  }
  .md-overflow-x-scroll {
    overflow: scroll;
  }
  .md-overflow-x-hidden {
    overflow: hidden;
  }
  .md-overflow-y-scroll {
    overflow: scroll;
  }
  .md-overflow-y-hidden {
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  .sm-overflow-scroll {
    overflow: scroll;
  }
  .sm-overflow-hidden {
    overflow: hidden;
  }
  .sm-overflow-x-scroll {
    overflow: scroll;
  }
  .sm-overflow-x-hidden {
    overflow: hidden;
  }
  .sm-overflow-y-scroll {
    overflow: scroll;
  }
  .sm-overflow-y-hidden {
    overflow: hidden;
  }
}
.padding-small {
  padding: 1.5rem;
}
.padding-default {
  padding: 2.25rem;
}
.padding-large {
  padding: 4rem;
}
@media (max-width: 1760px) {
  .padding-small {
    padding: 1.333rem;
  }
  .padding-default {
    padding: 1.9995rem;
  }
  .padding-large {
    padding: 3.332rem;
  }
}
@media (max-width: 1280px) {
  .padding-small {
    padding: 1.167rem;
  }
  .padding-default {
    padding: 1.7505rem;
  }
  .padding-large {
    padding: 2.668rem;
  }
}
@media (max-width: 640px) {
  .padding-small {
    padding: 1rem;
  }
  .padding-default {
    padding: 1.5rem;
  }
  .padding-large {
    padding: 2rem;
  }
}
.padding-top-0 {
  padding-top: 0;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
.padding-5 {
  padding: 3rem;
}
.padding-4 {
  padding: 2rem;
}
.padding-3 {
  padding: 1.5rem;
}
.padding-2 {
  padding: 1rem;
}
.padding-1 {
  padding: 0.5rem;
}
.padding-0 {
  padding: 0;
}
@media (max-width: 1760px) {
  .lg-padding-5 {
    padding: 3rem;
  }
  .lg-padding-4 {
    padding: 2rem;
  }
  .lg-padding-3 {
    padding: 1.5rem;
  }
  .lg-padding-2 {
    padding: 1rem;
  }
  .lg-padding-1 {
    padding: 0.5rem;
  }
  .lg-padding-0 {
    padding: 0;
  }
}
@media (max-width: 1280px) {
  .md-padding-5 {
    padding: 3rem;
  }
  .md-padding-4 {
    padding: 2rem;
  }
  .md-padding-3 {
    padding: 1.5rem;
  }
  .md-padding-2 {
    padding: 1rem;
  }
  .md-padding-1 {
    padding: 0.5rem;
  }
  .md-padding-0 {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .sm-padding-5 {
    padding: 3rem;
  }
  .sm-padding-4 {
    padding: 2rem;
  }
  .sm-padding-3 {
    padding: 1.5rem;
  }
  .sm-padding-2 {
    padding: 1rem;
  }
  .sm-padding-1 {
    padding: 0.5rem;
  }
  .sm-padding-0 {
    padding: 0;
  }
}
.padding-top-8 {
  padding-top: 7rem;
}
.padding-top-7 {
  padding-top: 5rem;
}
.padding-top-6 {
  padding-top: 4rem;
}
.padding-top-5 {
  padding-top: 3rem;
}
.padding-top-4 {
  padding-top: 2rem;
}
.padding-top-3 {
  padding-top: 1.5rem;
}
.padding-top-2 {
  padding-top: 1rem;
}
.padding-top-1 {
  padding-top: 0.5rem;
}
.padding-top-0 {
  padding-top: 0;
}
@media (max-width: 1760px) {
  .lg-padding-top-5 {
    padding-top: 3rem;
  }
  .lg-padding-top-4 {
    padding-top: 2rem;
  }
  .lg-padding-top-3 {
    padding-top: 1.5rem;
  }
  .lg-padding-top-2 {
    padding-top: 1rem;
  }
  .lg-padding-top-1 {
    padding-top: 0.5rem;
  }
  .lg-padding-top-0 {
    padding-top: 0;
  }
}
@media (max-width: 1280px) {
  .md-padding-top-5 {
    padding-top: 3rem;
  }
  .md-padding-top-4 {
    padding-top: 2rem;
  }
  .md-padding-top-3 {
    padding-top: 1.5rem;
  }
  .md-padding-top-2 {
    padding-top: 1rem;
  }
  .md-padding-top-1 {
    padding-top: 0.5rem;
  }
  .md-padding-top-0 {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  .sm-padding-top-5 {
    padding-top: 3rem;
  }
  .sm-padding-top-4 {
    padding-top: 2rem;
  }
  .sm-padding-top-3 {
    padding-top: 1.5rem;
  }
  .sm-padding-top-2 {
    padding-top: 1rem;
  }
  .sm-padding-top-1 {
    padding-top: 0.5rem;
  }
  .sm-padding-top-0 {
    padding-top: 0;
  }
}
.padding-bottom-8 {
  padding-bottom: 7rem;
}
.padding-bottom-7 {
  padding-bottom: 5rem;
}
.padding-bottom-6 {
  padding-bottom: 4rem;
}
.padding-bottom-5 {
  padding-bottom: 3rem;
}
.padding-bottom-4 {
  padding-bottom: 2rem;
}
.padding-bottom-3 {
  padding-bottom: 1.5rem;
}
.padding-bottom-2 {
  padding-bottom: 1rem;
}
.padding-bottom-1 {
  padding-bottom: 0.5rem;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
@media (max-width: 1760px) {
  .lg-padding-bottom-5 {
    padding-bottom: 3rem;
  }
  .lg-padding-bottom-4 {
    padding-bottom: 2rem;
  }
  .lg-padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
  .lg-padding-bottom-2 {
    padding-bottom: 1rem;
  }
  .lg-padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
  .lg-padding-bottom-0 {
    padding-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .md-padding-bottom-5 {
    padding-bottom: 3rem;
  }
  .md-padding-bottom-4 {
    padding-bottom: 2rem;
  }
  .md-padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
  .md-padding-bottom-2 {
    padding-bottom: 1rem;
  }
  .md-padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
  .md-padding-bottom-0 {
    padding-bottom: 0;
  }
}
@media (max-width: 640px) {
  .sm-padding-bottom-5 {
    padding-bottom: 3rem;
  }
  .sm-padding-bottom-4 {
    padding-bottom: 2rem;
  }
  .sm-padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
  .sm-padding-bottom-2 {
    padding-bottom: 1rem;
  }
  .sm-padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
  .sm-padding-bottom-0 {
    padding-bottom: 0;
  }
}
.padding-left-5 {
  padding-left: 3rem;
}
.padding-left-4 {
  padding-left: 2rem;
}
.padding-left-3 {
  padding-left: 1.5rem;
}
.padding-left-2 {
  padding-left: 1rem;
}
.padding-left-1 {
  padding-left: 0.5rem;
}
.padding-left-0 {
  padding-left: 0;
}
@media (max-width: 1760px) {
  .lg-padding-left-5 {
    padding-left: 3rem;
  }
  .lg-padding-left-4 {
    padding-left: 2rem;
  }
  .lg-padding-left-3 {
    padding-left: 1.5rem;
  }
  .lg-padding-left-2 {
    padding-left: 1rem;
  }
  .lg-padding-left-1 {
    padding-left: 0.5rem;
  }
  .lg-padding-left-0 {
    padding-left: 0;
  }
}
@media (max-width: 1280px) {
  .md-padding-left-5 {
    padding-left: 3rem;
  }
  .md-padding-left-4 {
    padding-left: 2rem;
  }
  .md-padding-left-3 {
    padding-left: 1.5rem;
  }
  .md-padding-left-2 {
    padding-left: 1rem;
  }
  .md-padding-left-1 {
    padding-left: 0.5rem;
  }
  .md-padding-left-0 {
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .sm-padding-left-5 {
    padding-left: 3rem;
  }
  .sm-padding-left-4 {
    padding-left: 2rem;
  }
  .sm-padding-left-3 {
    padding-left: 1.5rem;
  }
  .sm-padding-left-2 {
    padding-left: 1rem;
  }
  .sm-padding-left-1 {
    padding-left: 0.5rem;
  }
  .sm-padding-left-0 {
    padding-left: 0;
  }
}
.remove-section-padding-left {
  padding-left: 0;
}
.remove-section-padding-right {
  padding-right: 0;
}
@media (min-width: 1921px) {
  .hg-remove-section-padding-left {
    padding-left: 0;
  }
  .hg-remove-section-padding-right {
    padding-right: 0;
  }
}
@media (min-width: 1761px) {
  .lg-remove-section-padding-left {
    padding-left: 0;
  }
  .lg-remove-section-padding-right {
    padding-right: 0;
  }
}
@media (min-width: 1281px) {
  .md-remove-section-padding-left {
    padding-left: 0;
  }
  .md-remove-section-padding-right {
    padding-right: 0;
  }
}
@media (min-width: 641px) {
  .sm-remove-section-padding-left {
    padding-left: 0;
  }
  .sm-remove-section-padding-right {
    padding-right: 0;
  }
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
@media (max-width: 1760px) {
  .lg-relative {
    position: relative;
  }
  .lg-absolute {
    position: absolute;
  }
  .lg-fixed {
    position: fixed;
  }
  .lg-sticky {
    position: sticky;
  }
}
@media (max-width: 1280px) {
  .md-relative {
    position: relative;
  }
  .md-absolute {
    position: absolute;
  }
  .md-fixed {
    position: fixed;
  }
  .md-sticky {
    position: sticky;
  }
}
@media (max-width: 640px) {
  .sm-relative {
    position: relative;
  }
  .sm-absolute {
    position: absolute;
  }
  .sm-fixed {
    position: fixed;
  }
  .sm-sticky {
    position: sticky;
  }
}
.text-align-left, .has-text-align-left {
  text-align: left;
}
.text-align-center, .has-text-align-center {
  text-align: center;
}
.text-align-right, .has-text-align-right {
  text-align: right;
}
@media (max-width: 1760px) {
  .lg-text-align-left {
    text-align: left;
  }
  .lg-text-align-center {
    text-align: center;
  }
  .lg-text-align-right {
    text-align: right;
  }
}
@media (max-width: 1280px) {
  .md-text-align-left {
    text-align: left;
  }
  .md-text-align-center {
    text-align: center;
  }
  .md-text-align-right {
    text-align: right;
  }
}
@media (max-width: 640px) {
  .sm-text-align-left {
    text-align: left;
  }
  .sm-text-align-center {
    text-align: center;
  }
  .sm-text-align-right {
    text-align: right;
  }
}
.text-columns-4 {
  column-count: 4;
}
.text-columns-3 {
  column-count: 3;
}
.text-columns-2 {
  column-count: 2;
}
.text-column-gap-4 {
  column-gap: 4rem;
}
.text-column-gap-3 {
  column-gap: 3rem;
}
.text-column-gap-2 {
  column-gap: 2rem;
}
.text-column-gap-1 {
  column-gap: 1rem;
}
@media (max-width: 1760px) {
  .lg-text-columns-4 {
    column-count: 4;
  }
  .lg-text-columns-3 {
    column-count: 3;
  }
  .lg-text-columns-2 {
    column-count: 2;
  }
  .lg-text-columns-1 {
    column-count: 1;
  }
  .lg-text-column-gap-4 {
    column-gap: 4rem;
  }
  .lg-text-column-gap-3 {
    column-gap: 3rem;
  }
  .lg-text-column-gap-2 {
    column-gap: 2rem;
  }
  .lg-text-column-gap-1 {
    column-gap: 1rem;
  }
}
@media (max-width: 1280px) {
  .md-text-columns-4 {
    column-count: 4;
  }
  .md-text-columns-3 {
    column-count: 3;
  }
  .md-text-columns-2 {
    column-count: 2;
  }
  .md-text-columns-1 {
    column-count: 1;
  }
  .md-text-column-gap-4 {
    column-gap: 4rem;
  }
  .md-text-column-gap-3 {
    column-gap: 3rem;
  }
  .md-text-column-gap-2 {
    column-gap: 2rem;
  }
  .md-text-column-gap-1 {
    column-gap: 1rem;
  }
}
@media (max-width: 640px) {
  .sm-text-columns-4 {
    column-count: 4;
  }
  .sm-text-columns-3 {
    column-count: 3;
  }
  .sm-text-columns-2 {
    column-count: 2;
  }
  .sm-text-columns-1 {
    column-count: 1;
  }
  .sm-text-column-gap-4 {
    column-gap: 4rem;
  }
  .sm-text-column-gap-3 {
    column-gap: 3rem;
  }
  .sm-text-column-gap-2 {
    column-gap: 2rem;
  }
  .sm-text-column-gap-1 {
    column-gap: 1rem;
  }
}
.primary-font-family {
  font-family: "PP Neue Montreal", sans-serif;
}
.secondary-font-family {
  font-family: "PP Neue Montreal", sans-serif;
}
.tertiary-font-family {
  font-family: "PP Neue Montreal", sans-serif;
}
.light-weight {
  font-weight: 200;
}
.normal-weight {
  font-weight: 400;
}
.bold-weight {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.line-height-default {
  line-height: 1.45;
}
.line-height-medium {
  line-height: 1.3;
}
.line-height-small {
  line-height: 1.2;
}
.lead-text {
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.3;
}
.meta-text {
  color: rgba(0, 0, 0, 0.25);
  font-size: 0.8rem;
  text-transform: uppercase;
}
.inverted .meta-text {
  color: rgba(255, 255, 255, 0.25);
}
html, body {
  font-size: 28px;
}
.huge, .has-huge-font-size {
  font-size: 7rem;
}
h1, .h1-size {
  font-size: 4.4rem;
}
h2, .h2-size {
  font-size: 3.6rem;
}
h3, .h3-size {
  font-size: 3rem;
}
h4, .h4-size {
  font-size: 2rem;
}
@media (max-width: 1760px) {
  html, body {
    font-size: 24.66px;
  }
  .huge, .has-huge-font-size {
    font-size: 6.3654rem;
  }
  h1, .h1-size {
    font-size: 4.1662rem;
  }
  h2, .h2-size {
    font-size: 3.266rem;
  }
  h3, .h3-size {
    font-size: 2.7662rem;
  }
  h4, .h4-size {
    font-size: 1.9332rem;
  }
}
@media (max-width: 1280px) {
  html, body {
    font-size: 21.34px;
  }
  .huge, .has-huge-font-size {
    font-size: 5.7346rem;
  }
  h1, .h1-size {
    font-size: 3.9338rem;
  }
  h2, .h2-size {
    font-size: 2.934rem;
  }
  h3, .h3-size {
    font-size: 2.5338rem;
  }
  h4, .h4-size {
    font-size: 1.8668rem;
  }
}
@media (max-width: 640px) {
  html, body {
    font-size: 18px;
  }
  .huge, .has-huge-font-size {
    font-size: 5.1rem;
  }
  h1, .h1-size {
    font-size: 3.7rem;
  }
  h2, .h2-size {
    font-size: 2.6rem;
  }
  h3, .h3-size {
    font-size: 2.3rem;
  }
  h4, .h4-size {
    font-size: 1.8rem;
  }
}
@media (max-width: 640px) {
  h1, .h1-size {
    font-size: 2.4rem;
  }
  h2, .h2-size {
    font-size: 2.4rem;
  }
}
.font-size-large, .has-large-font-size {
  font-size: 1.5rem;
}
.font-size-medium, .has-medium-font-size {
  font-size: 1.1rem;
}
.font-size-default {
  font-size: 1rem;
}
.font-size-small, .has-small-font-size {
  font-size: 0.9rem;
}
.font-size-extra-small {
  font-size: 0.8rem;
}
.full-height-js, .full-height-minus-header-js, .height-100vh {
  height: 100vh;
}
.height-90vh {
  height: 90vh;
}
.viewport-height-3 {
  height: 75vh;
}
.viewport-min-height-3 {
  min-height: 75vh;
}
.viewport-min-height-2 {
  min-height: 50vh;
}
.viewport-min-height-1 {
  min-height: 25vh;
}
@media (max-width: 640px) {
  .sm-viewport-min-height-3 {
    min-height: 75vh;
  }
  .sm-viewport-min-height-2 {
    min-height: 50vh;
  }
  .sm-viewport-min-height-1 {
    min-height: 25vh;
  }
}
.width-100pr {
  width: 100%;
}
.width-80pr {
  width: 80%;
}
.width-75pr {
  width: 75%;
}
.width-66pr {
  width: 66.66%;
}
.width-60pr {
  width: 60%;
}
.width-50pr {
  width: 50%;
}
.width-40pr {
  width: 40%;
}
.width-33pr {
  width: 33.33%;
}
.width-25pr {
  width: 25%;
}
.width-20pr {
  width: 20%;
}
@media (max-width: 1760px) {
  .lg-width-100pr {
    width: 100%;
  }
  .lg-width-80pr {
    width: 80%;
  }
  .lg-width-75pr {
    width: 75%;
  }
  .lg-width-66pr {
    width: 66.66%;
  }
  .lg-width-60pr {
    width: 60%;
  }
  .lg-width-50pr {
    width: 50%;
  }
  .lg-width-40pr {
    width: 40%;
  }
  .lg-width-33pr {
    width: 33.33%;
  }
  .lg-width-25pr {
    width: 25%;
  }
  .lg-width-20pr {
    width: 20%;
  }
}
@media (max-width: 1280px) {
  .md-width-100pr {
    width: 100%;
  }
  .md-width-80pr {
    width: 80%;
  }
  .md-width-75pr {
    width: 75%;
  }
  .md-width-66pr {
    width: 66.66%;
  }
  .md-width-60pr {
    width: 60%;
  }
  .md-width-50pr {
    width: 50%;
  }
  .md-width-40pr {
    width: 40%;
  }
  .md-width-33pr {
    width: 33.33%;
  }
  .md-width-25pr {
    width: 25%;
  }
  .md-width-20pr {
    width: 20%;
  }
}
@media (max-width: 640px) {
  .sm-width-100pr {
    width: 100%;
  }
  .sm-width-80pr {
    width: 80%;
  }
  .sm-width-75pr {
    width: 75%;
  }
  .sm-width-66pr {
    width: 66.66%;
  }
  .sm-width-60pr {
    width: 60%;
  }
  .sm-width-50pr {
    width: 50%;
  }
  .sm-width-40pr {
    width: 40%;
  }
  .sm-width-33pr {
    width: 33.33%;
  }
  .sm-width-25pr {
    width: 25%;
  }
  .sm-width-20pr {
    width: 20%;
  }
}
.text-width-10 {
  max-width: 100ch;
}
.text-width-9 {
  max-width: 90ch;
}
.text-width-8 {
  max-width: 80ch;
}
.text-width-7 {
  max-width: 60ch;
}
.text-width-6 {
  max-width: 40ch;
}
.text-width-5 {
  max-width: 30ch;
}
.text-width-4 {
  max-width: 25ch;
}
.text-width-3 {
  max-width: 20ch;
}
.text-width-2 {
  max-width: 15ch;
}
.text-width-1 {
  max-width: 10ch;
}
.max-width-18 {
  max-width: 1536px;
}
.max-width-17 {
  max-width: 1408px;
}
.max-width-16 {
  max-width: 1280px;
}
.max-width-15 {
  max-width: 1152px;
}
.max-width-14 {
  max-width: 1024px;
}
.max-width-13 {
  max-width: 896px;
}
.max-width-12 {
  max-width: 768px;
}
.max-width-11 {
  max-width: 640px;
}
.max-width-10 {
  max-width: 512px;
}
.max-width-09 {
  max-width: 384px;
}
.max-width-08 {
  max-width: 256px;
}
.max-width-07 {
  max-width: 192px;
}
.max-width-06 {
  max-width: 128px;
}
.max-width-05 {
  max-width: 96px;
}
.max-width-04 {
  max-width: 64px;
}
.max-width-03 {
  max-width: 32px;
}
.max-width-02 {
  max-width: 24px;
}
.max-width-01 {
  max-width: 16px;
}
@media (max-width: 1760px) {
  .lg-max-width-18 {
    max-width: 1536px;
  }
  .lg-max-width-17 {
    max-width: 1408px;
  }
  .lg-max-width-16 {
    max-width: 1280px;
  }
  .lg-max-width-15 {
    max-width: 1152px;
  }
  .lg-max-width-14 {
    max-width: 1024px;
  }
  .lg-max-width-13 {
    max-width: 896px;
  }
  .lg-max-width-12 {
    max-width: 768px;
  }
  .lg-max-width-11 {
    max-width: 640px;
  }
  .lg-max-width-10 {
    max-width: 512px;
  }
  .lg-max-width-09 {
    max-width: 384px;
  }
  .lg-max-width-08 {
    max-width: 256px;
  }
  .lg-max-width-07 {
    max-width: 192px;
  }
  .lg-max-width-06 {
    max-width: 128px;
  }
  .lg-max-width-05 {
    max-width: 96px;
  }
  .lg-max-width-04 {
    max-width: 64px;
  }
  .lg-max-width-03 {
    max-width: 32px;
  }
  .lg-max-width-02 {
    max-width: 24px;
  }
  .lg-max-width-01 {
    max-width: 16px;
  }
}
@media (max-width: 1280px) {
  .md-max-width-18 {
    max-width: 1536px;
  }
  .md-max-width-17 {
    max-width: 1408px;
  }
  .md-max-width-16 {
    max-width: 1280px;
  }
  .md-max-width-15 {
    max-width: 1152px;
  }
  .md-max-width-14 {
    max-width: 1024px;
  }
  .md-max-width-13 {
    max-width: 896px;
  }
  .md-max-width-12 {
    max-width: 768px;
  }
  .md-max-width-11 {
    max-width: 640px;
  }
  .md-max-width-10 {
    max-width: 512px;
  }
  .md-max-width-09 {
    max-width: 384px;
  }
  .md-max-width-08 {
    max-width: 256px;
  }
  .md-max-width-07 {
    max-width: 192px;
  }
  .md-max-width-06 {
    max-width: 128px;
  }
  .md-max-width-05 {
    max-width: 96px;
  }
  .md-max-width-04 {
    max-width: 64px;
  }
  .md-max-width-03 {
    max-width: 32px;
  }
  .md-max-width-02 {
    max-width: 24px;
  }
  .md-max-width-01 {
    max-width: 16px;
  }
}
@media (max-width: 640px) {
  .sm-max-width-18 {
    max-width: 1536px;
  }
  .sm-max-width-17 {
    max-width: 1408px;
  }
  .sm-max-width-16 {
    max-width: 1280px;
  }
  .sm-max-width-15 {
    max-width: 1152px;
  }
  .sm-max-width-14 {
    max-width: 1024px;
  }
  .sm-max-width-13 {
    max-width: 896px;
  }
  .sm-max-width-12 {
    max-width: 768px;
  }
  .sm-max-width-11 {
    max-width: 640px;
  }
  .sm-max-width-10 {
    max-width: 512px;
  }
  .sm-max-width-09 {
    max-width: 384px;
  }
  .sm-max-width-08 {
    max-width: 256px;
  }
  .sm-max-width-07 {
    max-width: 192px;
  }
  .sm-max-width-06 {
    max-width: 128px;
  }
  .sm-max-width-05 {
    max-width: 96px;
  }
  .sm-max-width-04 {
    max-width: 64px;
  }
  .sm-max-width-03 {
    max-width: 32px;
  }
  .sm-max-width-02 {
    max-width: 24px;
  }
  .sm-max-width-01 {
    max-width: 16px;
  }
}
.z-index-3 {
  z-index: 3;
}
.z-index-2 {
  z-index: 2;
}
.z-index-1 {
  z-index: 1;
}
.z-index-0 {
  z-index: 0;
}
.z-index-n1 {
  z-index: -1;
}
