@charset "UTF-8";
.alm-filters-edit, .alm-btn-wrap {
  display: none;
}

@media only screen and (max-width: 767px) {
  .field-select-all {
    display: none;
  }
}

.alm-listing {
  margin: 3.75rem 0rem 3.75rem 0rem;
}

.alm-filters-container {
  display: flex;
  width: 100%;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .alm-filters-container {
    justify-content: space-between;
  }
}
.alm-filters-container .alm-filter--inner ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px 0 0;
  list-style-type: none;
  padding: 0;
}
.alm-filters-container .alm-filter--inner ul li.alm-filter--checkbox {
  margin: 1px 1px;
  display: flex;
}
.alm-filters-container .alm-filter--inner ul li.alm-filter--checkbox.field-select-all .alm-filter--link {
  border-radius: 100px;
}
.alm-filters-container .alm-filter--inner ul li.alm-filter--checkbox .alm-filter--link {
  border: 1px solid #547196;
  transition: all 200ms ease-out;
  border-radius: 10px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
  color: #547196;
  font-size: 0.875rem;
}
.alm-filters-container .alm-filter--inner ul li.alm-filter--checkbox .alm-filter--link.active {
  background-color: rgba(84, 113, 150, 0.08);
  border: none;
}
.alm-filters-container .alm-filter--inner ul li.alm-filter--checkbox .alm-filter--link.active:after {
  content: "✕";
  margin-left: 10px;
}

.alm-results-text {
  display: none;
}
@media only screen and (max-width: 767px) {
  .alm-results-text {
    display: block;
    background-color: rgba(72, 98, 132, 0.2);
    height: 22px;
    /* width: 22px; */
    text-align: center;
    line-height: 22px;
    border-radius: 11px;
    font-size: 0.875rem;
    padding: 0 4px;
    min-width: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .alm-filters--reset {
    position: absolute;
    top: 12px;
    right: 1rem;
  }
}
.alm-filters--reset .alm-filters--reset-button {
  display: block !important;
  background-color: transparent;
  text-decoration: underline;
  border: none;
  font-size: 0.875rem;
  color: #547196;
  cursor: pointer;
}

/**
 * MFP
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 5px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 5px));
  display: inline-block;
}

.swiper-button-wrapper {
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(72, 98, 132, 0.25);
  border-radius: 50%;
  margin-left: 5px;
  inline-size: 36px;
  block-size: 36px;
  z-index: 1;
}
@media only screen and (max-width : 1024px) {
  .swiper-button-wrapper {
    display: none;
  }
}
.swiper-button-wrapper.swiper-button-wrapper-left {
  position: absolute;
  top: calc(50% - 110px);
  left: 5%;
}
.swiper-button-wrapper.swiper-button-wrapper-right {
  position: absolute;
  top: calc(50% - 110px);
  right: 5%;
}

.swiper-prev,
.swiper-next {
  display: block;
  inline-size: 36px;
  block-size: 36px;
  cursor: pointer;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 12px;
  transition: background-image 0s linear 50ms, opacity 50ms ease;
}
.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* vasen nuoli */
.swiper-prev {
  background-image: url("data:image/svg+xml,%3Csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20128.8%2092.1'%3E%3Cdefs%3E%3Cstyle%3E.st0%7Bfill:%23182d34;%7D%3C/style%3E%3C/defs%3E%3Cpath%20class='st0'%20d='M69.6,66.7v14.4c0,9.6,11.4,14.6,18.5,8.1l36.6-33.7c2.8-2.5,4.2-6,4.2-9.4,0-3.4-1.4-6.9-4.2-9.4L88.1,2.9c-7.1-6.5-18.5-1.5-18.5,8.1v15.6c0,4.9-3.6,9-8.3,9.8-.7.1-1.3.2-2,.2H2c-1.1,0-2,.9-2,2v16.1c0,1.1.9,2,2,2h57.3c.7,0,1.4,0,2,.2,4.7.8,8.3,4.9,8.3,9.8Z'/%3E%3C/svg%3E");
  rotate: 180deg;
}
.swiper-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20width='18'%20height='10'%20viewBox='0%200%2018%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M0%205.92429L0%203.92429L11%203.92429C11.5523%203.92429%2012%203.47657%2012%202.92429V0.81066C12%200.142482%2012.8079%20-0.192143%2013.2803%200.280331L17.2929%204.29289C17.6834%204.68342%2017.6834%205.31658%2017.2929%205.70711L13.2803%209.71967C12.8079%2010.1921%2012%209.85752%2012%209.18934V6.92429C12%206.37201%2011.5523%205.92429%2011%205.92429L0%205.92429Z'%20fill='%2333455B'/%3E%3C/svg%3E");
  opacity: 1;
  /* fade-in */
}

/* oikea nuoli */
.swiper-next {
  background-image: url("data:image/svg+xml,%3Csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20128.8%2092.1'%3E%3Cdefs%3E%3Cstyle%3E.st0%7Bfill:%23182d34;%7D%3C/style%3E%3C/defs%3E%3Cpath%20class='st0'%20d='M69.6,66.7v14.4c0,9.6,11.4,14.6,18.5,8.1l36.6-33.7c2.8-2.5,4.2-6,4.2-9.4,0-3.4-1.4-6.9-4.2-9.4L88.1,2.9c-7.1-6.5-18.5-1.5-18.5,8.1v15.6c0,4.9-3.6,9-8.3,9.8-.7.1-1.3.2-2,.2H2c-1.1,0-2,.9-2,2v16.1c0,1.1.9,2,2,2h57.3c.7,0,1.4,0,2,.2,4.7.8,8.3,4.9,8.3,9.8Z'/%3E%3C/svg%3E");
}
.swiper-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20width='18'%20height='10'%20viewBox='0%200%2018%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M0%205.92429L0%203.92429L11%203.92429C11.5523%203.92429%2012%203.47657%2012%202.92429V0.81066C12%200.142482%2012.8079%20-0.192143%2013.2803%200.280331L17.2929%204.29289C17.6834%204.68342%2017.6834%205.31658%2017.2929%205.70711L13.2803%209.71967C12.8079%2010.1921%2012%209.85752%2012%209.18934V6.92429C12%206.37201%2011.5523%205.92429%2011%205.92429L0%205.92429Z'%20fill='%2333455B'/%3E%3C/svg%3E");
  opacity: 1;
  /* fade-in */
}

/* HAMBURGERS */
.hamburger {
  padding: 0;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after, .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #000000;
  border-radius: 0;
  height: 3px;
  width: 40px;
}

.hamburger-box {
  zoom: 0.5;
}

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

.hamburger.is-active:hover, .hamburger:hover {
  opacity: 1 !important;
}

#the-form .gform_confirmation_message {
  text-align: center;
  font-size: 1.5rem;
}
#the-form .gform-theme--foundation .gform_fields {
  column-gap: 1.25rem;
  grid-row-gap: 1.5rem;
}
#the-form .gform_wrapper {
  color: #33455b;
}
#the-form .gform_wrapper .gform_heading {
  display: none;
}
#the-form .gform_wrapper .gform_body .gfield_label, #the-form .gform_wrapper .gform_body .gform-field-label {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  color: #33455b;
  display: none;
  font-weight: 300;
}
#the-form .gform_wrapper .gform_body .gfield_label .gfield_required, #the-form .gform_wrapper .gform_body .gform-field-label .gfield_required {
  color: #33455b;
}
#the-form .gform_wrapper .gform_body .ginput_container input[type=color], #the-form .gform_wrapper .gform_body .ginput_container input[type=date], #the-form .gform_wrapper .gform_body .ginput_container input[type=datetime-local], #the-form .gform_wrapper .gform_body .ginput_container input[type=datetime], #the-form .gform_wrapper .gform_body .ginput_container input[type=email], #the-form .gform_wrapper .gform_body .ginput_container input[type=month], #the-form .gform_wrapper .gform_body .ginput_container input[type=number], #the-form .gform_wrapper .gform_body .ginput_container input[type=password], #the-form .gform_wrapper .gform_body .ginput_container input[type=search], #the-form .gform_wrapper .gform_body .ginput_container input[type=tel], #the-form .gform_wrapper .gform_body .ginput_container input[type=text], #the-form .gform_wrapper .gform_body .ginput_container input[type=time], #the-form .gform_wrapper .gform_body .ginput_container input[type=url], #the-form .gform_wrapper .gform_body .ginput_container input[type=week], #the-form .gform_wrapper .gform_body .ginput_container select, #the-form .gform_wrapper .gform_body .ginput_container textarea {
  height: 60px;
  border-radius: 30px;
  box-shadow: 0px 1px 3px 0px rgba(24, 44, 51, 0.2);
  border: 1px solid transparent;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  color: #33455b;
  padding: 0rem 1.875rem;
  font-weight: 300;
}
#the-form .gform_wrapper .gform_body .ginput_container input[type=color]:focus, #the-form .gform_wrapper .gform_body .ginput_container input[type=date]:focus, #the-form .gform_wrapper .gform_body .ginput_container input[type=datetime-local]:focus, #the-form .gform_wrapper .gform_body .ginput_container input[type=datetime]:focus, #the-form .gform_wrapper .gform_body .ginput_container input[type=email]:focus, #the-form .gform_wrapper .gform_body .ginput_container input[type=month]:focus, #the-form .gform_wrapper .gform_body .ginput_container input[type=number]:focus, #the-form .gform_wrapper .gform_body .ginput_container input[type=password]:focus, #the-form .gform_wrapper .gform_body .ginput_container input[type=search]:focus, #the-form .gform_wrapper .gform_body .ginput_container input[type=tel]:focus, #the-form .gform_wrapper .gform_body .ginput_container input[type=text]:focus, #the-form .gform_wrapper .gform_body .ginput_container input[type=time]:focus, #the-form .gform_wrapper .gform_body .ginput_container input[type=url]:focus, #the-form .gform_wrapper .gform_body .ginput_container input[type=week]:focus, #the-form .gform_wrapper .gform_body .ginput_container select:focus, #the-form .gform_wrapper .gform_body .ginput_container textarea:focus {
  --gf-local-bg-color: $text_color;
  --gf-local-border-color: $text_color;
  --gf-local-color: $text_color;
  --gf-local-outline-color: $text_color;
  --gf-local-outline-width: 1px;
  background: #ffffff;
}
#the-form .gform_wrapper .gform_body .gfield--type-consent {
  border-top: 1px solid #b8dae0;
  margin-top: 32px;
  padding-top: 32px;
}
#the-form .gform_wrapper .gform_body .gfield--type-consent .gfield_label, #the-form .gform_wrapper .gform_body .gfield--type-consent .gform-field-label {
  display: block !important;
}
#the-form .gform_wrapper .gform_body .gfield--type-textarea textarea {
  box-shadow: 0px 1px 3px 0px rgba(24, 44, 51, 0.2);
  padding: 1.875rem 1.875rem;
}
#the-form .gform_wrapper .gform_body .gfield--input-type-select .gfield_select {
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  background-position: right 30px center;
  background-size: 14px;
}
#the-form .gform_wrapper .gform_body .gfield--input-type-select .gform-field-label {
  display: block !important;
}
#the-form .gform_wrapper .gform_body .gfield--type-radio .gform-field-label, #the-form .gform_wrapper .gform_body .gfield--type-checkbox .gform-field-label {
  display: block !important;
}
#the-form .gform_wrapper .gform_body .gfield_html {
  font-size: 1rem;
}
#the-form .gform_wrapper .gform_footer .button.gform_button {
  background-color: #FDE363;
  color: #1D2937;
  display: inline-flex;
  height: 44px;
  border-radius: 24px;
  padding: 0 25px;
  align-items: center;
  width: auto;
  text-decoration: none;
  font-size: 1rem;
  transition: all 200ms ease-out;
  font-family: "pxgl", sans-serif;
  line-height: 1.1;
  box-shadow: 0px 1px 3px 0px rgba(24, 44, 51, 0.25);
  width: 100%;
}

/*!
 * Bootstrap Grid v5.3.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text: #0a58ca;
  --bs-secondary-text: #6c757d;
  --bs-success-text: #146c43;
  --bs-info-text: #087990;
  --bs-warning-text: #997404;
  --bs-danger-text: #b02a37;
  --bs-light-text: #6c757d;
  --bs-dark-text: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #f8f9fa;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #e9ecef;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
  --bs-emphasis-color: #000;
  --bs-form-control-bg: var(--bs-body-bg);
  --bs-form-control-disabled-bg: var(--bs-secondary-bg);
  --bs-highlight-bg: #fff3cd;
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

[data-bs-theme=dark] {
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #f8f9fa;
  --bs-emphasis-color-rgb: 248, 249, 250;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-emphasis-color: #fff;
  --bs-primary-text: #6ea8fe;
  --bs-secondary-text: #dee2e6;
  --bs-success-text: #75b798;
  --bs-info-text: #6edff6;
  --bs-warning-text: #ffda6a;
  --bs-danger-text: #ea868f;
  --bs-light-text: #f8f9fa;
  --bs-dark-text: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #212529;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #495057;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #055160;
  --bs-warning-border-subtle: #664d03;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: #fff;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #9ec5fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 158, 197, 254;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

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

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

  .d-sm-grid {
    display: grid !important;
  }

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

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

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

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

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

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

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

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

  .d-md-grid {
    display: grid !important;
  }

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

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

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

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

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

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

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

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

  .d-lg-grid {
    display: grid !important;
  }

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

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

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

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

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

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

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

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

  .d-xl-grid {
    display: grid !important;
  }

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

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

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

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

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

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

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

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

  .d-xxl-grid {
    display: grid !important;
  }

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

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

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

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

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

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

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

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

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-grid {
    display: grid !important;
  }

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

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

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

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

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

  .d-print-none {
    display: none !important;
  }
}
.button {
  background-color: #FDE363;
  color: #1D2937;
  display: inline-flex;
  height: 44px;
  border-radius: 24px;
  padding: 0 25px;
  align-items: center;
  width: auto;
  text-decoration: none;
  font-size: 1rem;
  transition: all 200ms ease-out;
  font-family: "pxgl", sans-serif;
  line-height: 1.1;
  box-shadow: 0px 1px 3px 0px rgba(24, 44, 51, 0.25);
  border: 1px solid transparent;
  white-space: nowrap;
}
.button:hover {
  text-decoration: none;
  background-color: #E6AD00;
}
.button.white-button {
  background-color: #ffffff !important;
  color: #1D2937 !important;
}
.button.white-button:hover {
  background-color: #1D2937 !important;
  color: white !important;
}
.button.blue-button {
  background-color: #1D2937 !important;
  color: white !important;
}
.button.blue-button:hover {
  background-color: #ffffff !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
header .blur-area-vertical.fixed-blur {
  position: fixed;
  display: block;
}
@media only screen and (max-width : 1024px) {
  header .blur-area-vertical.fixed-blur {
    display: none;
  }
}
header .header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  z-index: 2;
  position: relative;
}
header .header-bar .logo img {
  height: 35px;
  transition: all 200ms ease-out;
}
@media only screen and (max-width: 767px) {
  header .header-bar .logo img {
    height: 30px;
  }
}
header .header-bar nav.header-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
header .header-bar nav.header-menu ul {
  background: rgba(255, 255, 255, 0.85);
  height: 48px;
  border-radius: 24px;
  list-style-type: none;
  display: flex;
  padding: 0;
  align-items: center;
  transition: all 200ms ease-out;
  box-shadow: 0px 1px 2px 0px rgba(51, 69, 91, 0.25);
}
header .header-bar nav.header-menu ul li {
  line-height: 48px;
  transition: all 200ms ease-out;
  position: relative;
  border-radius: 24px;
}
header .header-bar nav.header-menu ul li:hover {
  background-color: #fff;
}
header .header-bar nav.header-menu ul li.current-menu-item {
  background-color: #fff;
  height: 100%;
  border-radius: 24px;
}
header .header-bar nav.header-menu ul li a {
  font-family: "pxgr", sans-serif;
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 0 25px;
}
@media only screen and (max-width : 1024px) {
  header .header-bar nav.header-menu {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-bar nav.header-menu {
    display: block;
  }
}
header .header-bar .enquire-now {
  display: flex;
  position: relative;
  padding-right: 50px;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  z-index: 1000;
  padding-right: 0;
}
header .header-bar .enquire-now:hover .button {
  background-color: #1D2937;
  color: #ffffff;
}
@media only screen and (max-width : 1024px) {
  header .header-bar .enquire-now {
    padding-right: 54px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-bar .enquire-now {
    padding-right: 0;
  }
}
header .header-bar .enquire-now .menu-circle {
  background-color: #ffffff;
  border-radius: 24px;
  height: 48px;
  width: 48px;
  margin-left: 4px;
  transition: all 200ms ease-out;
  position: absolute;
  right: 0;
  z-index: 10;
  justify-content: flex-end;
  padding-right: 14px;
  cursor: pointer;
  box-shadow: 0px 1px 3px 0px rgba(24, 44, 51, 0.25);
  display: none;
}
@media only screen and (max-width : 1024px) {
  header .header-bar .enquire-now .menu-circle {
    display: flex;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-bar .enquire-now .menu-circle {
    display: none;
  }
}
header .header-bar .enquire-now .menu-circle.expand {
  width: 100%;
}
header .header-bar .enquire-now .button {
  z-index: 11;
  font-family: "pxgr", sans-serif;
  height: 48px;
}
header .header-bar .enquire-now .mobile-menu {
  font-family: "pxgr", sans-serif;
  height: 0;
  opacity: 0;
  transform: translateY(-6px);
  overflow: hidden;
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  pointer-events: none;
  transition: height 320ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 220ms linear, transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: height, opacity, transform;
}
header .header-bar .enquire-now .mobile-menu ul {
  padding-left: 0;
}
header .header-bar .enquire-now .mobile-menu ul li {
  position: relative;
  height: 40px;
}
header .header-bar .enquire-now .mobile-menu ul li a {
  text-decoration: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 0 5px 25px;
}
header .header-bar .enquire-now .mobile-menu ul li a:active, header .header-bar .enquire-now .mobile-menu ul li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
header .header-bar .enquire-now .mobile-menu.is-open {
  /* runtime: asetetaan --menu-h inline-tyylinä JS:stä */
  height: var(--menu-h, auto);
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
header .header-bar .enquire-now .mobile-menu li {
  list-style-type: none;
}
@media (prefers-reduced-motion: reduce) {
  header .header-bar .enquire-now .mobile-menu {
    transition: none;
    transform: none;
  }
}

header.scrolled .logo img {
  filter: brightness(1) invert(1);
}

.black-logo header .logo img {
  filter: brightness(1) invert(1);
}

footer {
  background: #2A405B;
  color: #fff;
  padding: 3.75rem 0rem 5rem 0rem;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 1.25rem 0rem 3.75rem 0rem;
  }
}
footer .footer-logo {
  height: 35px;
}
@media only screen and (max-width: 767px) {
  footer .footer-logo {
    height: 30px;
    margin: 0.625rem 0rem 0rem 0rem;
  }
}
footer .footer-column-heading {
  margin: 0rem 0rem 1.875rem 0rem;
  display: block;
  font-family: "pxgr", sans-serif;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  footer .footer-column-heading {
    margin: 3.125rem 0rem 0.9375rem 0rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .footer-column-heading {
    margin: 3.125rem 0rem 0.9375rem 0rem;
    font-size: 0.875rem;
  }
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  padding: 0.5rem 0rem 0.5rem 0rem;
}
@media (max-width: 991px) {
  footer ul li {
    padding: 0.1875rem 0rem 0.1875rem 0rem;
  }
}
footer a {
  color: #fff !important;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  footer a {
    font-size: 0.875rem;
  }
}

.social-media-icons {
  padding: 1.875rem 0rem 0rem 0rem;
}
.social-media-icons a {
  text-decoration: none !important;
}
.social-media-icons svg {
  fill: #ffffff;
  height: 32px;
  margin-right: 8px;
}
@font-face {
  font-family: "pxgr";
  src: url("../fonts/pxgrotesk-regular-webfont.eot");
  src: url("../fonts/pxgrotesk-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pxgrotesk-regular-webfont.woff2") format("woff2"), url("../fonts/pxgrotesk-regular-webfont.woff") format("woff"), url("../fonts/pxgrotesk-regular-webfont.ttf") format("truetype"), url("../fonts/pxgrotesk-regular-webfont.svg#px_groteskregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "pxgb";
  src: url("../fonts/pxgrotesk-bold-webfont.eot");
  src: url("../fonts/pxgrotesk-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pxgrotesk-bold-webfont.woff2") format("woff2"), url("../fonts/pxgrotesk-bold-webfont.woff") format("woff"), url("../fonts/pxgrotesk-bold-webfont.ttf") format("truetype"), url("../fonts/pxgrotesk-bold-webfont.svg#px_groteskbold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "pxgl";
  src: url("../fonts/pxgrotesk-light-webfont.eot");
  src: url("../fonts/pxgrotesk-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pxgrotesk-light-webfont.woff2") format("woff2"), url("../fonts/pxgrotesk-light-webfont.woff") format("woff"), url("../fonts/pxgrotesk-light-webfont.ttf") format("truetype"), url("../fonts/pxgrotesk-light-webfont.svg#px_grotesklight") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 200 1000;
  font-stretch: 75% 125%;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 200 1000;
  font-stretch: 75% 125%;
  font-style: italic;
}
.hero-media-clip {
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .hero-media-clip {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.hero-media-clip .video-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0;
}

.hero-section {
  position: relative;
  margin: 0rem 0rem 3.75rem 0rem;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 767px) {
  .hero-section {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section {
    aspect-ratio: 1/1.8;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-section {
    aspect-ratio: 0.6/1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section {
    aspect-ratio: 12/10;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section {
    aspect-ratio: 14/10;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-section {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1600px) {
  .hero-section {
    aspect-ratio: auto;
    height: 90vh;
    min-height: 800px;
  }
}
.hero-section .tint, .hero-section .video-wrapper {
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .hero-section .tint, .hero-section .video-wrapper {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.hero-section .blur-area-vertical {
  display: none;
}
@media only screen and (max-width : 1024px) {
  .hero-section .blur-area-vertical {
    display: block;
  }
}
.hero-section .hero-picture, .hero-section .hero-picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-picture, .hero-section .hero-picture img {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}

.video-section {
  margin: 0;
}

.hero-section.hero-video-section {
  background-size: cover;
  background-position: center center;
  margin: 0rem 0rem 0rem 0rem;
}
.hero-section.hero-video-section .hero-content {
  top: 250px;
  font-size: 1.375rem;
  width: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .hero-section.hero-video-section .hero-content {
    top: 200px;
  }
}
.hero-section.hero-video-section .hero-content .hero-lead-paragraph {
  z-index: 1;
  position: relative;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .hero-section.hero-video-section .hero-content .hero-lead-paragraph {
    font-size: 1rem;
  }
}
@media only screen and (max-width : 1024px) {
  .hero-section.hero-video-section .play-button {
    display: none;
  }
}
.hero-section.hero-video-section .play-button-mobile-wrapper {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section.hero-video-section .play-button-mobile-wrapper {
    left: 3rem;
    bottom: 3rem;
  }
}
@media only screen and (max-width : 1024px) {
  .hero-section.hero-video-section .play-button-mobile-wrapper {
    display: flex;
  }
}
.hero-section.hero-video-section .play-button-mobile-wrapper a {
  text-decoration: none;
  justify-content: center;
  align-items: center;
  display: flex;
}
.hero-section.hero-video-section .play-button-mobile-wrapper span {
  margin-left: 10px;
}
.hero-section.hero-video-section .play-button-mobile-wrapper .play-button-mobile {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  justify-content: center;
  transition: all 200ms ease-out;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .hero-section.hero-video-section .play-button-mobile-wrapper .play-button-mobile {
    border-top-left-radius: 3.2px;
    border-top-right-radius: 3.2px;
    border-bottom-left-radius: 3.2px;
    border-bottom-right-radius: 3.2px;
  }
}
.hero-section.hero-video-section .play-button-mobile-wrapper a:hover .play-button-mobile {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .hero-section.hero-video-section .play-button-mobile-wrapper a:hover .play-button-mobile {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.logos-section {
  margin: 3.75rem 0rem -3.75rem 0rem;
}
.logos-section .swiper {
  width: 100%;
  height: 100%;
}
.logos-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
}
@media only screen and (max-width: 767px) {
  .logos-section .swiper-slide {
    width: auto;
    padding: 0 1rem;
    height: auto;
  }
}
.logos-section .swiper-slide img {
  display: block;
  width: auto;
  height: 60px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .logos-section .swiper-slide img {
    height: 45px;
  }
}

.intro-video-section .video-screen {
  width: 100%;
  position: relative;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 767px) {
  .intro-video-section .video-screen {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-video-section .video-screen {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .intro-video-section .video-screen {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
.intro-video-section .video-description {
  display: grid;
  grid-template-areas: "title copy" "cta copy";
  grid-template-columns: 1fr 1fr;
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .intro-video-section .video-description {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-video-section .video-description {
    padding: 1.25rem 1rem 1.25rem 1rem;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    grid-template-columns: 1fr;
    grid-template-areas: "title" "copy" "cta";
    align-items: start;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .intro-video-section .video-description {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.intro-video-section .video-description .hero-title {
  grid-area: title;
  margin-bottom: 20px;
}
.intro-video-section .video-description .hero-copy {
  grid-area: copy;
  margin-top: 0;
  margin-bottom: 20px;
}

.accordion-section {
  margin: 0rem 0rem 0rem 0rem;
  padding: 7.5rem 0rem 3.75rem 0rem;
  background: #1D2937;
}
@media only screen and (max-width: 767px) {
  .accordion-section {
    padding: 3.75rem 0rem 3.75rem 0rem;
  }
}
.accordion-section .accordion {
  margin: 3.75rem 0rem 0rem 0rem;
}
.accordion-section .accordion .accordion-item {
  margin-bottom: 10px;
  border-radius: 40px;
  overflow: hidden;
  background: #9CBBCA;
}
@media only screen and (max-width: 767px) {
  .accordion-section .accordion .accordion-item {
    border-radius: 32px;
  }
}
.accordion-section .accordion .accordion-header {
  padding: 1.375rem 1.5625rem 1.375rem 1.5625rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 200ms ease-out;
  color: #1D2937;
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .accordion-section .accordion .accordion-header {
    font-size: 1rem;
    padding: 1rem 1.5625rem 1rem 1.5625rem;
  }
}
.accordion-section .accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  color: #1D2937;
  transition: all 200ms ease-out;
}
.accordion-section .accordion .accordion-content .accordion-inside-content {
  padding: 0rem 1.5625rem 1.5625rem 1.5625rem;
}
.accordion-section .accordion .accordion-content .accordion-inside-content p {
  max-width: 600px;
  padding-right: 80px;
  margin: 1.5625rem 0rem 1.5625rem 0rem;
}
.accordion-section .accordion .accordion-content .accordion-inside-content ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.accordion-section .accordion .accordion-content .accordion-footer {
  display: flex;
  justify-content: space-between;
  padding: 0rem 0rem 0rem;
  flex-wrap: wrap;
}
.accordion-section .accordion .accordion-content .accordion-footer .job-keywords {
  display: flex;
  flex-wrap: wrap;
}
.accordion-section .accordion .accordion-content .accordion-footer .job-keywords .job-keyword {
  height: 40px;
  border-radius: 20px;
  border: 1px solid #506B90;
  padding: 0 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  color: #506B90;
  font-family: "pxgl", sans-serif;
  white-space: nowrap;
}
.accordion-section .accordion .accordion-content .accordion-footer .button {
  height: 40px;
}
.accordion-section .accordion .accordion-content.open {
  padding: 2rem;
}
.accordion-section .accordion .accordion-toggle {
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #547196;
  display: inline-block;
}
.accordion-section .accordion .accordion-toggle::before, .accordion-section .accordion .accordion-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 220ms ease, opacity 220ms ease;
  will-change: transform, opacity;
}
.accordion-section .accordion .accordion-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(1);
}
.accordion-section .accordion .accordion-item.is-open .accordion-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
  opacity: 0;
}
.accordion-section .accordion .accordion-header:hover .accordion-toggle::before,
.accordion-section .accordion .accordion-header:hover .accordion-toggle::after {
  transform: translate(-50%, -52%) rotate(0deg);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-section .accordion .accordion-toggle::before,
.accordion-section .accordion .accordion-toggle::after {
    transition: none;
  }
}
.accordion-section .accordion .accordion-toggle.rotate {
  transform: rotate(180deg);
}

.careers-section.accordion-section {
  background-color: #E5F9FC;
  padding: 3.75rem 0rem 3.75rem 0rem;
}
@media only screen and (max-width: 767px) {
  .careers-section.accordion-section .career-description {
    margin: 0rem 0rem 3.75rem 0rem;
    width: 90%;
  }
}
.careers-section.accordion-section .career-description a {
  text-decoration: underline;
}
.careers-section.accordion-section .career-image-wrapper {
  position: relative;
  border-radius: 120px;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .careers-section.accordion-section .career-image-wrapper {
    border-radius: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .careers-section.accordion-section .career-image-wrapper {
    border-radius: 80px;
  }
}
.careers-section.accordion-section .career-image-wrapper img.career-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.careers-section.accordion-section .career-accordion.accordion .accordion-item {
  background-color: #B9D9DE;
}

.filter-wrapper {
  display: flex;
  align-items: center;
  margin: 0rem 0rem 3.75rem 0rem;
}
@media only screen and (max-width: 767px) {
  .filter-wrapper {
    margin: 0rem 0rem 2.5rem 0rem;
    display: block;
  }
}
.filter-wrapper .alm-filter-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .filter-wrapper .alm-filter-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: all 200ms ease-out;
    margin: 0rem 0rem 2.5rem 0rem;
  }
  .filter-wrapper .alm-filter-wrapper.is-active {
    max-height: 200px;
  }
}
.filter-wrapper .filter-top-label {
  margin-bottom: 10px;
  margin-top: -10px;
  display: none;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .filter-wrapper .filter-top-label {
    display: block;
  }
}

.filter-label {
  display: inline-flex;
  margin-right: 30px;
  align-items: center;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .filter-label {
    display: inline;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .filter-label .filter-label-content {
    background-color: #ffffff;
    box-shadow: 0px 1px 3px 0px rgba(24, 44, 51, 0.25);
    height: 45px;
    border-radius: 23px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0rem 0.9375rem 0rem 0.9375rem;
    margin-bottom: 10px;
  }
}
.filter-label .filter-label-content .filter-type {
  margin-right: 20px;
}
.filter-label .filter-label-content .chevron {
  display: none;
}
@media only screen and (max-width: 767px) {
  .filter-label .filter-label-content .chevron {
    transition: all 200ms ease-out;
    margin: 0 5px;
    rotate: -90deg;
    position: relative;
    top: 1px;
    display: block;
  }
}
.filter-label .filter-label-content .chevron img {
  height: 6px;
}
.filter-label .filter-label-content .chevron.is-active {
  rotate: 0deg;
}

.hero-section.featured-post-hero-section, .hero-section.legal-hero-section {
  background-size: cover;
  margin: 0rem 0rem 0rem 0rem;
}
.hero-section.featured-post-hero-section .hero-media-clip, .hero-section.legal-hero-section .hero-media-clip {
  justify-content: space-around;
  align-content: space-between;
  padding-top: 15rem;
}
@media only screen and (max-width: 767px) {
  .hero-section.featured-post-hero-section .hero-media-clip, .hero-section.legal-hero-section .hero-media-clip {
    padding-top: 11.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section.featured-post-hero-section .hero-media-clip, .hero-section.legal-hero-section .hero-media-clip {
    padding-top: 10rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section.featured-post-hero-section .hero-media-clip, .hero-section.legal-hero-section .hero-media-clip {
    padding-top: 12.5rem;
  }
}
.hero-section.featured-post-hero-section .post-hero-cta, .hero-section.legal-hero-section .post-hero-cta {
  z-index: 1;
}
.hero-section.featured-post-hero-section .post-hero-cta .cta, .hero-section.legal-hero-section .post-hero-cta .cta {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero-section.featured-post-hero-section .post-hero-cta .cta, .hero-section.legal-hero-section .post-hero-cta .cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero-section.featured-post-hero-section .post-hero-cta .cta .post-hero-logo, .hero-section.legal-hero-section .post-hero-cta .cta .post-hero-logo {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .hero-section.featured-post-hero-section .post-hero-cta .cta .post-hero-logo, .hero-section.legal-hero-section .post-hero-cta .cta .post-hero-logo {
    position: static;
    margin-top: 32px;
  }
}
.hero-section.featured-post-hero-section .post-hero-cta .cta .post-hero-logo img, .hero-section.legal-hero-section .post-hero-cta .cta .post-hero-logo img {
  max-height: 40px;
  max-width: 200px;
}
@media only screen and (max-width: 767px) {
  .hero-section.featured-post-hero-section .post-hero-cta .cta .post-hero-logo img, .hero-section.legal-hero-section .post-hero-cta .cta .post-hero-logo img {
    max-width: 160px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section.featured-post-hero-section .post-hero-cta .cta .post-hero-logo img, .hero-section.legal-hero-section .post-hero-cta .cta .post-hero-logo img {
    height: 24px;
  }
}
.hero-section.featured-post-hero-section .post-hero-intro h1, .hero-section.legal-hero-section .post-hero-intro h1 {
  font-size: 2.5rem;
  margin: 0rem 0rem 1.25rem 0rem;
  line-height: 1.05;
}
@media only screen and (max-width: 767px) {
  .hero-section.featured-post-hero-section .post-hero-intro h1, .hero-section.legal-hero-section .post-hero-intro h1 {
    font-size: 1.875rem;
    line-height: 1.0666666667;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section.featured-post-hero-section .post-hero-intro h1, .hero-section.legal-hero-section .post-hero-intro h1 {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
.hero-section.featured-post-hero-section .post-parent-link, .hero-section.legal-hero-section .post-parent-link {
  text-decoration: underline;
}
.hero-section.featured-post-hero-section .article-meta, .hero-section.legal-hero-section .article-meta {
  display: flex;
  align-items: center;
  margin: 0rem 0rem 1.875rem 0rem;
  font-size: 0.875rem;
}
.hero-section.featured-post-hero-section .article-meta svg, .hero-section.legal-hero-section .article-meta svg {
  margin: 0rem 0.625rem 0rem 0.625rem;
}
.hero-section.featured-post-hero-section .article-meta .breadcrumbs, .hero-section.legal-hero-section .article-meta .breadcrumbs {
  margin-bottom: 4px;
}
.hero-section.featured-post-hero-section .article-meta .breadcrumbs .divider, .hero-section.legal-hero-section .article-meta .breadcrumbs .divider {
  height: 8px;
}
.hero-section.featured-post-hero-section .article-meta .category-items, .hero-section.legal-hero-section .article-meta .category-items {
  margin-bottom: 0;
  margin-right: 15px;
}
.hero-section.featured-post-hero-section .hero-lead-paragraph, .hero-section.legal-hero-section .hero-lead-paragraph {
  font-size: 1.25rem;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .hero-section.featured-post-hero-section .hero-lead-paragraph, .hero-section.legal-hero-section .hero-lead-paragraph {
    font-size: 1rem;
  }
}

.hero-section.legal-hero-section {
  min-height: 0;
  height: auto;
  aspect-ratio: auto;
}
.hero-section.legal-hero-section .hero-media-clip {
  align-content: center;
  padding: 9.375rem 0rem 9.375rem 0rem;
}
.hero-section.legal-hero-section .hero-media-clip .post-hero-cta {
  margin: 2.5rem 0rem 0rem 0rem;
}

ul.sidebar-featured-articles {
  list-style-type: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  ul.sidebar-featured-articles {
    padding: 0;
  }
}
ul.sidebar-featured-articles h4 {
  font-size: 1.125rem;
  margin: 0.625rem 0rem 2.5rem 0rem;
}
ul.sidebar-featured-articles li .category-items li {
  color: #1D2937;
  border-color: #1D2937;
}

.impact-section, .resource-section {
  min-height: 50vh;
  margin: 3.75rem 0rem 3.75rem 0rem;
}

.feature-section .text-area {
  position: relative;
}
.feature-section .text-area h2 {
  line-height: 1;
  margin-bottom: 2rem;
  font-family: "pxgl", sans-serif;
}
.feature-section .text-area a.button {
  margin-top: 0.9375rem;
  text-decoration: none;
}
.feature-section .text-area ul, .feature-section .text-area ol {
  margin: 0;
  padding-left: 1.2em;
}
.feature-section .text-area ul li, .feature-section .text-area ol li {
  margin: 0.5rem 0 0.5rem 0;
}
.feature-section .text-area a {
  text-decoration: underline;
}
.feature-section .image-area {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  border-top-right-radius: 130px;
  border-bottom-left-radius: 130px;
  border-bottom-right-radius: 130px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/5;
}
@media only screen and (max-width: 767px) {
  .feature-section .image-area {
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
}
.feature-section .image-area.campaign-image {
  aspect-ratio: 1/1;
}
.feature-section .image-area.right-image {
  border-radius: 0;
  border-top-right-radius: 130px;
  border-bottom-left-radius: 130px;
}
@media only screen and (max-width: 767px) {
  .feature-section .image-area.right-image {
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
}
.feature-section .image-area img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.feature-quote-section .image-area {
  border-top-right-radius: 130px;
  border-bottom-left-radius: 130px;
  aspect-ratio: 3/4;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .feature-quote-section .image-area {
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
}
.feature-quote-section .image-area .quote-author {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .cases-slider-section {
    margin-bottom: -3.75rem;
  }
}
.cases-slider-section .case-carousel-desc {
  z-index: 10;
  position: relative;
  margin-bottom: 4.375rem;
}
@media only screen and (max-width: 767px) {
  .cases-slider-section .case-carousel-desc {
    margin-bottom: 3.125rem;
  }
}
.cases-slider-section .swiper .swiper-slide {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .cases-slider-section .swiper .swiper-slide.swiper-slide-active .case-item .case-cover {
    border-radius: 40px;
  }
  .cases-slider-section .swiper .swiper-slide.swiper-slide-active .case-item .case-cover .dark-gradient-layer {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .cases-slider-section .swiper .swiper-slide.swiper-slide-active .case-item .case-cover .dark-gradient-layer {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .cases-slider-section .swiper .swiper-slide.swiper-slide-active .case-item .slide-content {
    opacity: 1;
  }
}
.cases-slider-section .case-item {
  position: relative;
  cursor: pointer;
}
.cases-slider-section .case-item .case-cover {
  aspect-ratio: 3/4;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  overflow: hidden;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .cases-slider-section .case-item .case-cover {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
}
.cases-slider-section .case-item .case-cover .dark-gradient-layer {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  inset: 0;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
@media only screen and (max-width: 767px) {
  .cases-slider-section .case-item .case-cover .dark-gradient-layer {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .cases-slider-section .case-item .case-cover .dark-gradient-layer {
    aspect-ratio: 3/4;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .cases-slider-section .case-item .case-cover .dark-gradient-layer {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
}
.cases-slider-section .case-item .case-cover:hover {
  border-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .cases-slider-section .case-item .case-cover:hover {
    border-radius: 80px;
  }
}
.cases-slider-section .case-item .case-cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cases-slider-section .case-item .slide-content {
  background-color: #9DDBB7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms ease-in-out;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cases-slider-section .case-item .slide-content {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .cases-slider-section .case-item .slide-content {
    height: 200px;
    position: relative;
    top: auto;
    bottom: 0;
    background-color: transparent;
    width: 100%;
    padding: 1rem;
    background-color: #F5FCFF;
  }
}
.cases-slider-section .case-item .slide-content .case-excerpt {
  font-size: 1rem;
  position: absolute;
  top: 30px;
  left: 25px;
  right: 40px;
}
@media only screen and (max-width: 767px) {
  .cases-slider-section .case-item .slide-content .case-excerpt {
    position: static;
  }
}
.cases-slider-section .case-item .slide-content .case-excerpt p {
  margin: 0;
}
.cases-slider-section .case-item .slide-content .case-button-wrapper {
  position: absolute;
  bottom: 30px;
  left: 25px;
  right: 25px;
}
@media only screen and (max-width: 767px) {
  .cases-slider-section .case-item .slide-content .case-button-wrapper {
    position: static;
    margin-top: 20px;
  }
  .cases-slider-section .case-item .slide-content .case-button-wrapper .button {
    background-color: #FDE363 !important;
  }
}
.cases-slider-section .case-item:hover .slide-content {
  opacity: 1;
  border-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .cases-slider-section .case-item:hover .slide-content {
    border-radius: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .cases-slider-section .case-item:hover .slide-content {
    opacity: 0;
  }
}
.cases-slider-section .case-item:hover .case-title {
  color: #33455b;
}
@media only screen and (max-width: 767px) {
  .cases-slider-section .case-item:hover .case-title {
    color: #ffffff;
  }
}
.cases-slider-section .case-item .case-title {
  position: absolute;
  bottom: 100px;
  left: 25px;
  right: 25px;
  color: #ffffff;
  font-family: "pxgl", sans-serif;
  z-index: 1;
  transition: all 200ms ease-in-out;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .cases-slider-section .case-item .case-title {
    color: #ffffff;
    bottom: auto;
    top: 260px;
  }
}

.swiper-arrows {
  display: flex;
  justify-content: flex-end;
  top: 75px;
  position: relative;
}

.news-section {
  background: #182C33;
  color: #ffffff;
  padding: 7.5rem 0rem;
  margin: 0rem 0rem 0rem 0rem;
}
@media only screen and (max-width: 767px) {
  .news-section {
    padding: 5rem 0rem;
  }
}
.news-section .news-heading-area {
  display: flex;
  margin: 1.25rem 0rem 1.25rem 0rem;
  align-items: center;
}
.news-section .news-heading-area .news-heading {
  font-size: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .news-section .news-heading-area .news-heading {
    font-size: 1.375rem;
  }
}
.news-section .news-heading-area .news-symbol {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .news-section .news-heading-area .news-symbol {
    height: 14px;
  }
}
.news-section article {
  margin: 0rem 0rem 1.25rem 0rem;
}
.news-section article .article-thumbnail {
  overflow: hidden;
  aspect-ratio: 5/4;
  height: 100%;
  position: relative;
}
.news-section article .article-thumbnail.first-article {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
@media only screen and (max-width: 767px) {
  .news-section article .article-thumbnail.first-article {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}
.news-section article .article-thumbnail.second-article {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
@media only screen and (max-width: 767px) {
  .news-section article .article-thumbnail.second-article {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
}
.news-section article .article-thumbnail.third-article {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
@media only screen and (max-width: 767px) {
  .news-section article .article-thumbnail.third-article {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
}
.news-section article .article-thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-section article .article-info {
  height: 100%;
  position: relative;
  padding: 1.25rem 5rem 1.25rem 0rem;
}
.news-section article .article-info a:hover {
  text-decoration: none;
}
.news-section article .article-info .article-excerpt {
  font-size: 1rem;
  line-height: 1.375;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-section article .article-info .article-excerpt {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
.news-section article .article-info .article-meta {
  position: absolute;
  bottom: 20px;
  text-transform: uppercase;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .news-section article .article-info .article-meta {
    position: static;
    margin: 2rem 0rem 0rem 0rem;
  }
}
.news-section article .article-info .article-meta .reading-time {
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.news-section article .article-info .article-meta .reading-time svg {
  margin-right: 10px;
  height: 16px;
}

.solutions-intro-section, .features-intro-section {
  margin-bottom: 0rem;
}

.solutions-slider-section {
  margin-top: 2.5rem;
}

.vstack__visual {
  position: relative;
  overflow: hidden;
}

.screenshot-background {
  position: absolute;
  inset: 0;
  z-index: 1;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.screenshot-background .bg-img {
  position: absolute;
  inset: 0;
  background-size: 150%;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}
.screenshot-background .bg-top {
  z-index: 1;
  opacity: 1;
}
.screenshot-background .bg-back {
  z-index: 0;
  opacity: 0;
}
.screenshot-background .bg-top.is-back {
  opacity: 0;
  z-index: 0;
}
.screenshot-background .bg-back.is-top {
  opacity: 1;
  z-index: 1;
}

/* Screenshot-kuvat päällimmäiseksi */
.vstack__visual img.visual-img {
  position: absolute;
  inset: 0;
  width: 90%;
  height: auto;
  object-fit: cover;
  z-index: 3;
  /* tärkeä: yli taustan */
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  /* sama easing */
  will-change: opacity;
}

.vstack__visual img.visual-img.is-top {
  opacity: 1;
}

.vstack__visual img.visual-img.is-back {
  opacity: 0;
}

.panel {
  position: relative;
  padding: 12px 0 8px 0;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .panel {
    text-align: center;
    margin-top: 60px;
  }
}
.panel .button-wrapper {
  height: 44px;
}
@media (max-width: 991px) {
  .panel .button-wrapper {
    margin-top: 30px;
  }
}
.panel h3 {
  margin: 0 0 6px 16px;
  color: #3c5368;
  transition: color 0.3s ease;
  font-size: 1.125rem;
  font-family: "pxgr", sans-serif;
}
.panel::before, .panel::after {
  content: "";
  position: absolute;
  left: -6px;
  top: 0;
  width: 6px;
}
@media (max-width: 991px) {
  .panel::before, .panel::after {
    display: none;
  }
}
.panel::before {
  height: 100%;
  background: rgba(65, 88, 109, 0.2);
}
.panel::after {
  height: var(--p, 0%);
  background: rgba(65, 88, 109, 0.9);
  transition: height 0.12s linear;
}
.panel:not(.is-active) h3 {
  color: #9caebb;
  /* passiivinen väri */
}

.panel__content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.65s ease, opacity 0.45s ease;
  margin-left: 16px;
}
@media (max-width: 991px) {
  .panel__content {
    min-height: 80px;
  }
}

.panel.is-active .panel__content {
  max-height: 400px;
  opacity: 1;
}

/* Kuva & crossfade */
.vstack {
  display: flex;
}

.vstack__visual {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 24px;
  background: #dbe7ee;
}

.visual-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}

.visual-img.is-top {
  opacity: 1;
}

.visual-img.is-back {
  opacity: 0;
}

.vstack__panels {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .vstack__panels {
    padding-left: 0;
  }
}

.dot-nav {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 10;
  /* yli kuvien */
}
@media (max-width: 991px) {
  .dot-nav {
    flex-direction: row;
    left: 0;
    right: 0;
    justify-content: center;
    top: auto;
    bottom: 150px;
  }
}
.dot-nav .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(65, 88, 109, 0.3);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}
@media (max-width: 991px) {
  .dot-nav .dot {
    width: 5px;
    height: 5px;
  }
}
.dot-nav .dot.is-active {
  background: rgba(65, 88, 109, 0.9);
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .vstack__panels .panel {
    display: none;
  }

  .vstack__panels .panel.is-active {
    display: block;
  }
}
.features-section {
  margin-top: 2.5rem;
}
.features-section .features-nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  justify-content: center;
}
.features-section .features-nav-item {
  appearance: none;
  border: 1px solid #506B90;
  background: transparent;
  padding: 1px 12px 3px 12px;
  color: #506B90;
  margin: 0 1px;
  height: 30px;
  border-radius: 5px;
  cursor: pointer;
  font-family: "pxgl", sans-serif;
  font-size: 0.875rem;
  transition: transform 0.5s ease, background 0.5s ease, border-color 0.32s ease;
}
@media (max-width: 991px) {
  .features-section .features-nav-item:first-child {
    margin-left: 30px;
  }
}
.features-section .features-nav-item.is-active {
  background: #547196;
  border-color: #547196;
  border-radius: 30px;
  color: #ffffff;
}
.features-section .feature-card {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  position: relative;
  background-color: #F5FCFF;
}
.features-section .feature-card .feature-card-image-wrapper {
  display: flex;
  padding-bottom: 220px;
  padding-top: 40px;
  position: relative;
  justify-content: center;
}
.features-section .feature-card .feature-card-image-wrapper .feature-card-image {
  max-width: 720px;
}
@media only screen and (max-width : 1024px) {
  .features-section .feature-card .feature-card-image-wrapper .feature-card-image {
    max-width: 80%;
  }
}
.features-section .feature-card .feature-card-text {
  width: 100%;
  height: 200px;
  padding-top: 5rem;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
@media only screen and (max-width : 1024px) {
  .features-section .feature-card .feature-card-text {
    padding: 2rem 1.25rem 0rem 1.25rem;
  }
}
.features-section .feature-card .feature-card-text h3 {
  margin: 0;
  color: #2a405b;
  font-size: 1.125rem;
  font-family: "pxgr", sans-serif;
}
@media only screen and (max-width : 1024px) {
  .features-section .feature-card .feature-card-text h3 {
    margin: 0rem 0rem 1rem 0rem;
  }
}
.features-section .feature-card .feature-card-text p {
  font-size: 1rem;
  max-width: 500px;
  margin: auto;
}
@media only screen and (max-width : 1024px) {
  .features-section .feature-card .feature-card-text p {
    font-size: 0.875rem;
  }
}
.features-section .features-swiper .swiper-pagination {
  position: absolute;
  bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .features-section .features-swiper .swiper-pagination {
    bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-section .features-swiper .swiper-pagination {
    bottom: 30px;
  }
}

@media only screen and (max-width: 1300px) {
  .features-section {
    margin-bottom: 2rem;
  }
  .features-section .features-nav {
    position: relative;
    overflow: hidden;
    padding: 0;
    justify-content: flex-start;
  }
  .features-section .features-nav-track {
    display: flex;
    gap: 2px;
    will-change: transform;
    transition: transform 300ms ease;
    padding-right: 30px;
  }
  .features-section .features-nav-item {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}
.platform-feature-panel-section {
  position: relative;
  height: 600px;
}
@media only screen and (max-width : 1024px) {
  .platform-feature-panel-section {
    height: auto;
  }
}
.platform-feature-panel-section .background-image {
  position: absolute;
  height: 600px;
  overflow: hidden;
  border-top-right-radius: 180px;
  border-bottom-left-radius: 180px;
  border-bottom-right-radius: 180px;
}
@media only screen and (max-width: 767px) {
  .platform-feature-panel-section .background-image {
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }
}
@media only screen and (max-width : 1024px) {
  .platform-feature-panel-section .background-image {
    position: relative;
    height: auto;
    width: 100%;
    aspect-ratio: 4/3;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .platform-feature-panel-section .background-image {
    max-width: 576px;
    margin: auto;
  }
}
.platform-feature-panel-section .background-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width : 1024px) {
  .platform-feature-panel-section .background-image img {
    object-position: 100% 50%;
  }
}
.platform-feature-panel-section .panel-content {
  margin: 6.25rem;
  max-width: 400px;
  width: 40%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width : 1024px) {
  .platform-feature-panel-section .panel-content {
    width: 100%;
    max-width: none;
    margin: 0rem;
    padding: 2rem 5rem 0rem 2rem;
    border-top-right-radius: 100px;
    background-color: #D3EDF1;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .platform-feature-panel-section .panel-content {
    max-width: 576px;
    margin: auto;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .platform-feature-panel-section .panel-content {
    padding: 2rem 2rem 0rem 2rem;
    margin: 3.125rem;
  }
}

.staff-slider-section .staff-slider .swiper-slide {
  padding: 3.75rem 1.875rem;
}
@media only screen and (max-width: 767px) {
  .staff-slider-section .staff-slider .swiper-slide {
    padding: 2rem 1rem 0rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .staff-slider-section .staff-slider .swiper-slide:last-child {
    display: none;
  }
}
.staff-slider-section .staff-slider .swiper-slide:last-child .staff-item .staff-cover.shadow {
  box-shadow: none !important;
}
.staff-slider-section .staff-slider .staff-item {
  position: relative;
  cursor: pointer;
}
.staff-slider-section .staff-slider .staff-item .staff-cover {
  position: relative;
  aspect-ratio: 1/1.2;
  overflow: hidden;
  border-radius: 30px 30px 30px 2px;
  transform-origin: bottom center;
  transition: border-radius 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}
.staff-slider-section .staff-slider .staff-item .staff-cover:hover {
  border-radius: 90px 90px 90px 2px;
  transform: scale(1.1);
}
@media only screen and (max-width : 1024px) {
  .staff-slider-section .staff-slider .staff-item .staff-cover:hover {
    transform: scale(1);
  }
}
@media only screen and (max-width : 1024px) {
  .staff-slider-section .staff-slider .staff-item .staff-cover {
    border-radius: 90px 90px 90px 2px;
  }
}
.staff-slider-section .staff-slider .staff-item .staff-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.staff-slider-section .staff-slider .staff-name {
  margin-top: 10px;
  line-height: 1.35;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .staff-slider-section .staff-slider .staff-name span {
    display: block;
  }
  .staff-slider-section .staff-slider .staff-name .first-name, .staff-slider-section .staff-slider .staff-name .last-name {
    font-weight: 400;
  }
}
.staff-slider-section .staff-slider .staff-name .position {
  display: block;
}
.staff-slider-section .staff-slider .staff-swiper-arrows {
  z-index: 10;
  justify-content: flex-end;
  margin-right: 20%;
  display: flex;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .staff-slider-section .blur-area-right {
    display: none;
  }
}
.staff-slider-section .staff-slider:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  transform: none !important;
  /* varmuuden vuoksi */
}
.staff-slider-section .staff-slider:not(.swiper-initialized) .swiper-slide {
  width: auto !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .staff-slider-section .staff-slider .swiper-wrapper {
    transform: none !important;
  }
  .staff-slider-section .swiper-prev, .staff-slider-section .swiper-next {
    display: none;
  }
}

.video-case-list-section {
  background-color: #1D2937;
  padding: 7.5rem 0rem 7.5rem 0rem;
  margin: 0rem;
}
.video-case-list-section .video-case {
  position: relative;
  margin-bottom: 1.25rem;
}
.video-case-list-section .video-case .video-case-image {
  border-radius: 40px;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
}
.video-case-list-section .video-case .video-case-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.video-case-list-section .video-case .video-case-text {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .video-case-list-section .video-case .video-case-text {
    margin-bottom: 2.5rem;
  }
}
.video-case-list-section .video-case .video-case-text .video-case-title {
  font-size: 1.375rem;
}
.video-case-list-section .video-case .video-case-text p {
  margin: 0;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
}
.video-case-list-section .video-case .video-case-text .read-more-link {
  text-decoration: underline;
}

.layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--gap, 30px);
  padding: 0 16px;
}

.outer-wrap, .ajax-load-more-wrap, .articles {
  display: contents;
}

.sidebar {
  grid-column: 9/13;
  grid-row: 1/3;
}

.articles > :nth-child(1) {
  grid-column: 1/5;
  grid-row: 1;
}

.articles > :nth-child(2) {
  grid-column: 5/9;
  grid-row: 1;
}

.articles > :nth-child(3) {
  grid-column: 1/9;
  grid-row: 2;
}

.articles > :nth-child(n+4) {
  grid-column: span 4;
}

aside {
  padding-left: 1rem;
  padding-right: 3rem;
}
@media (max-width: 991px) {
  aside {
    padding: 0;
  }
}
aside .caption {
  margin: 0rem 0rem 1.875rem 0rem;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .layout .outer-wrap .list-article.a3 {
    border-radius: 60px;
  }
  .layout .outer-wrap .list-article.a3 .article-image {
    border-radius: 60px;
    border-bottom-left-radius: 10px;
  }
}
/* e RESOURCES grid disassembly in mobile*/
@media only screen and (max-width: 767px) {
  .layout {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    margin: 0;
  }
  .layout .outer-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .layout .outer-wrap .list-article {
    width: calc(50% - 1rem);
    margin: 0 0.5rem;
  }
  .layout .outer-wrap .list-article.a3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .layout .outer-wrap .list-article.a3 .article-info {
    aspect-ratio: 16/9;
  }
  .layout .outer-wrap .list-article.a3 .article-image {
    border-radius: 90px;
    border-bottom-left-radius: 10px;
  }
  .layout .outer-wrap .list-article .article-image {
    border-radius: 10px;
  }
  .layout .outer-wrap .list-article .article-info {
    padding: 1.5rem 0.5rem;
  }
  .layout .outer-wrap .list-article h4 {
    font-size: 1rem;
  }
}
.list-article {
  margin: 0rem 0rem 1.875rem 0rem;
}
.list-article .article-image {
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
  border-radius: 60px;
  box-shadow: 0px 1px 3px 0px rgba(24, 44, 51, 0.25);
}
@media only screen and (max-width : 1024px) {
  .list-article .article-image {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .list-article .article-image {
    aspect-ratio: 1/1;
  }
}
.list-article .article-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.list-article .article-info {
  padding: 1.25rem 1.25rem 0rem 1.25rem;
  position: relative;
}
.list-article .article-info h3, .list-article .article-info h4 {
  transition: all 200ms ease-out;
}
.list-article .article-info h3 a, .list-article .article-info h4 a {
  text-decoration: none;
  transition: all 200ms ease-out;
}
.list-article .article-info h3:hover, .list-article .article-info h4:hover {
  text-decoration: underline;
}
.list-article .article-info h3 {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .list-article .article-info h3 {
    font-size: 1.5rem;
  }
}
.list-article .article-info h4 {
  min-height: 80px;
}
@media only screen and (max-width : 1024px) {
  .list-article .article-info h4 {
    min-height: 60px;
  }
}
.list-article .article-info .excerpt-wrapper {
  padding: 0rem 0rem 5.625rem 0rem;
}
.list-article .article-info .excerpt-wrapper .article-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .list-article .article-info .excerpt-wrapper .article-excerpt {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}
.list-article .article-info .excerpt-wrapper .read-more-link {
  text-decoration: none;
  opacity: 0.5;
  transition: all 200ms ease-out;
}
.list-article .article-info .excerpt-wrapper .read-more-link:hover {
  opacity: 1;
}
.list-article .article-info .article-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  margin: 0rem 0rem 1.25rem 0rem;
}
.list-article .article-info .article-footer .category-items {
  margin-bottom: 0;
}
.list-article.case1 .article-image, .list-article.case7 .article-image, .list-article.case11 .article-image, .list-article.case15 .article-image {
  border-radius: 5px;
}
@media only screen and (max-width : 1024px) {
  .list-article.case1 .article-image, .list-article.case7 .article-image, .list-article.case11 .article-image, .list-article.case15 .article-image {
    border-radius: 60px;
  }
}
.list-article.case4, .list-article.case5 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: row-reverse;
  margin-bottom: 25px;
  padding-bottom: 0;
}
.list-article.case4 .article-info, .list-article.case5 .article-info {
  width: 41.66666667%;
  padding-top: 30px;
}
.list-article.case4 .article-info .excerpt-wrapper .article-excerpt, .list-article.case5 .article-info .excerpt-wrapper .article-excerpt {
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.list-article.case4 .article-footer, .list-article.case5 .article-footer {
  width: 41.66666667%;
  right: auto;
  bottom: 30px;
}
.list-article.case4 .article-image, .list-article.case5 .article-image {
  width: 50%;
  border-radius: 5px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  aspect-ratio: 16/10;
}
@media only screen and (max-width: 767px) {
  .list-article.case4 .article-image, .list-article.case5 .article-image {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
}
@media only screen and (max-width : 1024px) {
  .list-article.case4 .article-image, .list-article.case5 .article-image {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 1025px) {
  .list-article.case4 .article-image img, .list-article.case5 .article-image img {
    min-height: 400px;
  }
}
.list-article.case5 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .list-article.case3, .list-article.case4 {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-bottom: 70px;
    margin-bottom: 60px;
  }
  .list-article.case3 .article-info, .list-article.case4 .article-info {
    width: 100%;
    padding-top: 0 !important;
  }
  .list-article.case3 .article-info .excerpt-wrapper .article-excerpt, .list-article.case4 .article-info .excerpt-wrapper .article-excerpt {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
  .list-article.case3 .article-image, .list-article.case4 .article-image {
    width: 100%;
    aspect-ratio: 3/2;
    border-radius: 5px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .list-article.case3 .article-image, .list-article.case4 .article-image {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .list-article.case5 {
    width: 50%;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
  .list-article.case5 .article-info {
    width: 100%;
    padding-top: 0 !important;
  }
  .list-article.case5 .article-info .excerpt-wrapper .article-excerpt {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
  .list-article.case5 .article-footer {
    width: 100%;
    bottom: 0px;
  }
  .list-article.case5 .article-image {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 10px;
  }
}

.case-article {
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .case-article {
    padding-bottom: 40px;
  }
}
.case-article .article-info {
  padding-top: 0rem;
}
.case-article .article-info .excerpt-wrapper {
  padding-bottom: 0rem;
}
.case-article .article-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
}
.case-article .article-footer .category-items {
  margin-bottom: 0;
}
@media (max-width: 1100px) {
  .case-article .article-footer .button {
    display: none;
  }
}

.card.a3 {
  display: flex;
  background: linear-gradient(151.06deg, #FFFFFF 21.09%, #D3EDF1 96.07%);
  border-radius: 120px;
  box-shadow: 0px 1px 3px 0px rgba(24, 44, 51, 0.25);
}
@media only screen and (max-width: 767px) {
  .card.a3 {
    flex-direction: column;
    border-radius: 120px;
    border-bottom-left-radius: 0;
  }
}
.card.a3 .article-info {
  width: 41.66666667%;
  margin: 1.875rem 0rem 1.875rem 0rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .card.a3 .article-info {
    width: 100%;
    margin: 0;
  }
}
.card.a3 .article-info h4 {
  min-height: 0;
}
@media only screen and (max-width: 767px) {
  .card.a3 .article-info h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
.card.a3 .article-image {
  aspect-ratio: 8/9;
  box-shadow: none;
  width: 50%;
  border-radius: 0;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  border-bottom-left-radius: 120px;
}
@media only screen and (max-width: 767px) {
  .card.a3 .article-image {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .card.a3 .article-image {
    width: 100%;
    margin: 0;
    aspect-ratio: 3/2;
  }
}

.video-section .video-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/1;
}
@media only screen and (max-width: 767px) {
  .video-section .video-image-wrapper {
    aspect-ratio: 2/1;
  }
}
.video-section .video-image-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.partnership-section {
  margin: 0rem;
  padding: 3.75rem 0rem;
}
.partnership-section .partnership-content {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 3.125rem;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .partnership-section .partnership-content {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}
.partnership-section .partnership-content .partnership-footer {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .partnership-section .partnership-content .partnership-footer {
    flex-direction: column;
    min-height: 240px;
    justify-content: space-between;
  }
}
.partnership-section .partnership-content .partnership-footer .p-link {
  margin-top: 1rem;
}
.partnership-section .partnership-content .partnership-footer .column-right {
  font-family: "pxgr", sans-serif;
}
.partnership-section .partnership-link {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .partnership-section .partnership-link {
    margin-top: 1rem;
  }
}
.partnership-section .partnership-link:hover .square-link {
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .partnership-section .partnership-link:hover .square-link {
    border-radius: 60px;
  }
}
.partnership-section .partnership-link img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.partnership-section .partnership-link .square-link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 200ms ease-out;
}
.partnership-section .partnership-link .square-link svg {
  height: 12px;
}

.wp-singular {
  background-color: #F5FCFF;
}

.key-metrics {
  display: flex;
  justify-content: space-between;
  margin: 1.25rem 0rem 2.5rem 0rem;
  width: 100%;
  padding: 0 0 0 0;
}
@media only screen and (max-width: 767px) {
  .key-metrics {
    margin: 1.25rem 0rem 1.25rem 0rem;
  }
}
.key-metrics .metric-item {
  padding: 0rem 0rem 0rem 0rem;
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  .key-metrics .metric-item:nth-child(2) {
    text-align: center;
  }
  .key-metrics .metric-item:nth-child(3) {
    text-align: right;
  }
}
.key-metrics .metric-item .metric-number {
  font-family: "pxgl", sans-serif;
  font-size: 2rem;
}
@media only screen and (max-width : 1024px) {
  .key-metrics .metric-item .metric-number {
    font-size: 1.75rem;
  }
}
.key-metrics .metric-item .metric-description {
  font-size: 14px;
  line-height: 1.2;
}

.case-content-section {
  margin: 7.5rem 0rem 7.5rem 0rem;
}
@media only screen and (max-width: 767px) {
  .case-content-section {
    width: 100%;
    margin: 3.75rem 0rem 7.5rem 0rem;
  }
}
.case-content-section .case-grid {
  display: grid;
  grid-template-columns: 8fr 4fr;
  grid-template-areas: "lead aside" "content aside";
}
@media (max-width: 991px) {
  .case-content-section .case-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "lead" "aside" "content";
  }
}
.case-content-section .case-lead-paragraph {
  margin-bottom: 0rem;
  grid-area: lead;
  margin-left: 8.3333%;
  margin-right: 8.3333%;
}
@media (max-width: 991px) {
  .case-content-section .case-lead-paragraph {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.case-content-section .case-item {
  margin: 2.5rem 0rem 2.5rem 0rem;
}
.case-content-section .case-content {
  grid-area: content;
  margin-left: 8.3333%;
  margin-right: 8.3333%;
}
@media (max-width: 991px) {
  .case-content-section .case-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.case-content-section .case-content h2 {
  font-size: 1.875rem;
  margin: 3.125rem 0rem 1.5625rem 0rem;
  line-height: 1.1333333333;
}
@media only screen and (max-width: 767px) {
  .case-content-section .case-content h2 {
    font-size: 1.625rem;
    line-height: 1.1538461538;
  }
}
.case-content-section .case-content ul {
  list-style-type: none;
  margin: 1rem 0rem 1rem 0rem;
  padding: 0;
}
.case-content-section .case-content ul li {
  margin: 0;
}
.case-content-section .case-content .download-case-study svg {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.case-content-section .case-content .download-case-study a {
  font-size: 0.875rem;
  color: #506B90;
  text-decoration: underline;
}
.case-content-section aside {
  grid-area: aside;
  padding: 0;
}
.case-content-section aside ul {
  list-style-type: none;
  margin: 1em 0 1em 0;
  padding: 0;
}
.case-content-section aside ul li {
  margin: 0;
  padding: 0.25rem 0rem 0.25rem 0rem;
}
.case-content-section aside .case-sidebar-item {
  margin-bottom: 2rem;
}
.case-content-section aside .case-sidebar-item .subhead-small {
  margin-bottom: 1rem;
  display: block;
}
.case-content-section aside .case-sidebar-item svg {
  height: 20px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}

.text-section.legal-text-section {
  margin-top: 60px;
}
.text-section.legal-text-section aside {
  margin: 3.125rem 0rem 0rem 0rem;
}
.text-section.legal-text-section aside .anchor-menu {
  padding-left: 1.5em;
}

.legal-links {
  list-style-type: none;
  margin: 0rem 0rem 3.125rem 0rem;
  padding: 0;
}
.legal-links li {
  padding: 2px 0;
}
.legal-links li a {
  text-decoration: underline;
}

.campaign-subheading {
  margin-bottom: 10px;
}

.campaign-lead-paragraph {
  margin-bottom: 40px;
}

.cta-button-section {
  margin-top: -2.5rem;
}

.campaign-swiper {
  margin-top: 1.875rem;
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
}
@media only screen and (max-width: 767px) {
  .campaign-swiper {
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
  }
}
.campaign-swiper .swiper-slide {
  background-color: #d3edf1;
}
.campaign-swiper .swiper-slide img {
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
}
@media only screen and (max-width: 767px) {
  .campaign-swiper .swiper-slide img {
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
  }
}

.campaign-cta-button {
  margin-top: 1.25rem;
  text-decoration: none !important;
}

.blank-page-intro-section {
  margin-top: 13.75rem;
}
.form-small-print {
  margin-top: 2rem !important;
  font-family: "Inter", sans-serif;
  line-height: 20px !important;
  font-weight: 300;
}
@media only screen and (max-width : 1024px) {
  .form-small-print {
    font-size: 0.9rem !important;
  }
}

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

*:focus {
  outline: none;
}

html {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin: 0;
  background-color: #F5FCFF;
  color: #33455b;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1rem;
    line-height: 1.375;
  }
}
body.page-id-15 {
  background-color: #ffffff;
}
body.page-id-17 .tint__20 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

img, video, canvas {
  max-width: 100%;
  height: auto;
}

section {
  position: relative;
  margin: 7.5rem 0rem;
}

strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "pxgl", sans-serif;
  font-weight: normal;
  margin-top: 0;
  letter-spacing: -1%;
}

h1 {
  font-size: 3.125rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 2.625rem;
  }
}

h2 {
  font-size: 2.5rem;
  margin: 0rem 0rem 1.25rem 0rem;
  line-height: 1.05;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.875rem;
    line-height: 1.0666666667;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}

h3 {
  font-size: 1.875rem;
  margin: 0rem 0rem 1.25rem 0rem;
  line-height: 1.1333333333;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1.625rem;
    line-height: 1.1538461538;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 1.1666666667;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 1.375rem;
    line-height: 1.2727272727;
  }
}

.subhead {
  font-size: 1.125rem;
  font-family: "pxgr", sans-serif;
}
@media only screen and (max-width: 767px) {
  .subhead {
    font-size: 1rem;
  }
}

.subhead-small {
  font-size: 1rem;
  font-family: "pxgr", sans-serif;
}
@media only screen and (max-width: 767px) {
  .subhead-small {
    font-size: 0.875rem;
  }
}

.caption {
  font-size: 0.875rem;
  font-family: "pxgl", sans-serif;
  line-height: 1.1428571429;
  text-transform: uppercase;
}

.body-large {
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  line-height: 1.2727272727;
}
@media only screen and (max-width: 767px) {
  .body-large {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.body-small {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}
@media only screen and (max-width : 1024px) {
  .body-small {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.intro {
  font-size: 1.125rem;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 1000;
}

.aspect-ratio-16-9 {
  aspect-ratio: 16/9;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #33455b;
}

a:focus, a:hover {
  text-decoration: underline;
}

[id] {
  scroll-margin-top: 120px;
}

.visually-hidden {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.shadow {
  box-shadow: 0px 1px 3px 0px rgba(24, 44, 51, 0.2);
}

video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

.white {
  color: #ffffff !important;
}
.white a, .white span, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
  color: #ffffff !important;
}

.dark-grey-bg {
  background: #1D2937 !important;
}

.grey-bg {
  background: #B9D9DE !important;
}

.yellow-bg {
  background-color: #FDE363;
}

.blue-bg {
  background-color: #D3EDF1;
}

.text-align-center {
  text-align: center;
}

.position-relative {
  position: relative !important;
}

.tint {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  pointer-events: none;
}
.tint__20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.tint__30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.tint__40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.tint__50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.all-blur {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: all 200ms ease-out;
}
.all-blur.active {
  opacity: 1;
  pointer-events: all;
}

.post-navigation {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .post-navigation {
    padding-bottom: 40px;
  }
}
.post-navigation .post-nav-links {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}
.post-navigation .post-nav-links .nav-prev, .post-navigation .post-nav-links .nav-next {
  padding: 0;
  display: flex;
  max-width: 500px;
}
.post-navigation .post-nav-links .nav-prev .navigation-text, .post-navigation .post-nav-links .nav-next .navigation-text {
  text-decoration: underline;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .post-navigation .post-nav-links .nav-prev .navigation-text, .post-navigation .post-nav-links .nav-next .navigation-text {
    font-size: 1.125rem;
  }
}
.post-navigation .post-nav-links .nav-prev .navigation-icon, .post-navigation .post-nav-links .nav-next .navigation-icon {
  display: flex;
  flex-direction: column;
}
.post-navigation .post-nav-links .nav-prev .navigation-icon svg, .post-navigation .post-nav-links .nav-next .navigation-icon svg {
  height: 10px;
}
.post-navigation .post-nav-links .nav-prev .navigation-icon svg .st0, .post-navigation .post-nav-links .nav-next .navigation-icon svg .st0 {
  fill: #ffffff;
}
.post-navigation .post-nav-links .nav-prev {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .post-navigation .post-nav-links .nav-prev {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.post-navigation .post-nav-links .nav-prev .navigation-icon {
  align-items: flex-start;
  justify-content: center;
}
.post-navigation .post-nav-links .nav-prev .navigation-icon a .go-back {
  margin-bottom: 0.625rem;
}
.post-navigation .post-nav-links .nav-prev .navigation-icon a .go-back svg {
  margin-right: 4px;
  rotate: 180deg;
}
.post-navigation .post-nav-links .nav-next {
  text-align: right;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .post-navigation .post-nav-links .nav-next {
    flex-direction: column;
    align-items: flex-end;
  }
}
.post-navigation .post-nav-links .nav-next .next-post-image {
  border-top-right-radius: 90px;
  border-bottom-left-radius: 90px;
  position: relative;
  height: 240px;
  width: 200px;
  overflow: hidden;
  text-align: right;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .post-navigation .post-nav-links .nav-next .next-post-image {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .post-navigation .post-nav-links .nav-next .next-post-image {
    margin-top: 1rem;
    height: 140px;
    width: 120px;
  }
}
.post-navigation .post-nav-links .nav-next .next-post-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.post-navigation .post-nav-links .nav-next .navigation-icon {
  justify-content: flex-end;
  align-items: flex-end;
}
.post-navigation .post-nav-links .nav-next .navigation-icon a .go-next {
  margin-bottom: 0.625rem;
}
.post-navigation .post-nav-links .nav-next .navigation-icon a .go-next svg {
  margin-left: 4px;
}

.single-post-navigation {
  position: relative;
  padding: 3.75rem 0rem;
}
@media only screen and (max-width: 767px) {
  .single-post-navigation {
    padding: 1.875rem 0rem;
  }
}
.single-post-navigation .post-nav-links .nav-prev .navigation-icon svg .st0, .single-post-navigation .post-nav-links .nav-next .navigation-icon svg .st0 {
  fill: #182C33;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  justify-content: center;
  transition: all 200ms ease-out;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .play-button {
    border-top-left-radius: 3.2px;
    border-top-right-radius: 3.2px;
    border-bottom-left-radius: 3.2px;
    border-bottom-right-radius: 3.2px;
  }
}
@media only screen and (max-width: 767px) {
  .play-button {
    width: 48px;
    height: 48px;
  }
}
.play-button:hover {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .play-button:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.play-button svg {
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .play-button svg {
    height: 24px;
  }
}

.category-items {
  list-style-type: none;
  display: flex;
  margin: 0 0 30px 0;
  padding: 0;
  flex-wrap: wrap;
}
.category-items li {
  border: 1px solid #fff;
  font-size: 0.86rem;
  height: 26px;
  padding: 0 5px;
  line-height: 24px;
  border-radius: 5px;
  margin-right: 4px;
  margin-bottom: 4px;
  color: #ffffff;
  white-space: nowrap;
}

article .entry-meta {
  overflow: hidden;
}
article .category-items li {
  border-color: #33455b;
  color: #33455b;
}

.blur-area-vertical {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: auto;
  z-index: 1;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  pointer-events: none;
  background: rgba(255, 255, 255, 0.001);
}
.blur-area-vertical.blur-top {
  top: 0;
  height: 150px;
  mask-image: linear-gradient(to bottom, black 0%, black 33%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 33%, rgba(0, 0, 0, 0) 100%);
}
.blur-area-vertical.blur-bottom {
  bottom: 0;
  height: 150px;
  right: 0;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  mask-image: linear-gradient(to top, black 0%, black 33%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to top, black 0%, black 33%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 767px) {
  .blur-area-vertical.blur-bottom {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}

.blur-area-horizontal {
  position: absolute;
  width: 150px;
  bottom: -50px;
  top: -50px;
  z-index: 9;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .blur-area-horizontal {
    width: 80px;
  }
}
.blur-area-horizontal.blur-area-left {
  left: 0;
  mask-image: linear-gradient(to right, black 0%, black 33%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to right, black 0%, black 33%, rgba(0, 0, 0, 0) 100%);
}
.blur-area-horizontal.blur-area-right {
  right: 0;
  mask-image: linear-gradient(to left, black 0%, black 33%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to left, black 0%, black 33%, rgba(0, 0, 0, 0) 100%);
}

.quote-section {
  margin: -3.75rem 0rem -3.75rem 0rem;
}

.quote-text {
  position: relative;
  width: 80%;
}
@media only screen and (max-width : 1024px) {
  .quote-text {
    width: calc(100% - 55px);
    margin: 0.625rem 0rem 0.625rem 3.4375rem;
  }
}
.quote-text blockquote {
  font-size: 1.5rem;
  line-height: 1.1666666667;
  margin: 0rem 0rem 1.25rem 0rem;
  font-family: "pxgl", sans-serif;
}
@media only screen and (max-width: 767px) {
  .quote-text blockquote {
    font-size: 1.375rem;
    line-height: 1.2727272727;
  }
}
.quote-text blockquote .start-quote {
  position: absolute;
  left: -12px;
}
.quote-text .quote-author .quote-name {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  text-transform: uppercase;
  display: block;
}
.quote-text .quote-author .quote-position {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  display: block;
}
.quote-text .quote-image {
  width: 60px;
  height: 60px;
  left: -80px;
  bottom: 5px;
  position: absolute;
  object-fit: cover;
}
@media only screen and (max-width : 1024px) {
  .quote-text .quote-image {
    width: 40px;
    height: 40px;
    left: -55px;
  }
}
.quote-text .quote-image img {
  border-radius: 30px;
  border-bottom-right-radius: 5px;
  width: 100%;
  height: 100%;
}

.page-template-default .quote-section {
  margin-top: 20px;
}
.page-template-default .quote-section .quote-text blockquote {
  font-size: 1.875rem;
  line-height: 1.1333333333;
  margin: 0rem 0rem 1.25rem 0rem;
}
@media only screen and (max-width: 767px) {
  .page-template-default .quote-section .quote-text blockquote {
    font-size: 1.625rem;
    line-height: 1.1538461538;
  }
}

.text-section {
  margin: 95px 0 70px 0;
}
.text-section h1, .text-section h2 {
  font-size: 1.875rem;
  margin: 3.125rem 0rem 1.5625rem 0rem;
  line-height: 1.1333333333;
}
@media only screen and (max-width: 767px) {
  .text-section h1, .text-section h2 {
    font-size: 1.625rem;
    line-height: 1.1538461538;
  }
}
.text-section h3, .text-section h4, .text-section h5, .text-section h6 {
  font-size: 1.5rem;
  margin: 3.125rem 0rem 1.5625rem 0rem;
  line-height: 1.1666666667;
}
@media only screen and (max-width: 767px) {
  .text-section h3, .text-section h4, .text-section h5, .text-section h6 {
    font-size: 1.375rem;
    line-height: 1.2727272727;
  }
}
.text-section dt {
  margin-bottom: 8px;
}
.text-section dd {
  margin-bottom: 24px;
}
.text-section p {
  margin: 1.5625rem 0rem 1.5625rem 0rem;
}
.text-section ul, .text-section ol {
  margin: 0;
  padding-left: 1.2em;
}
.text-section ul li, .text-section ol li {
  margin: 0.5rem 0 1rem 0;
}
.text-section a {
  text-decoration: underline;
}
.text-section blockquote {
  font-size: 1.5rem;
  line-height: 1.1666666667;
  margin: 0rem 0rem 1.25rem 0rem;
  font-family: "pxgl", sans-serif;
}
@media only screen and (max-width: 767px) {
  .text-section blockquote {
    font-size: 1.375rem;
    line-height: 1.2727272727;
  }
}
.text-section blockquote .start-quote {
  position: absolute;
  left: -12px;
}
.lead-paragraph-section {
  margin: 7.5rem 0rem -6.25rem 0rem;
}

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