@charset "UTF-8";
/*
2.
sass --watch assets/styles/main.scss:assets/styles/main.min.css --style compressed
*/
/*!
 * Bootstrap Grid v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-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-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", Arial, "Noto Sans", "Liberation Sans", 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-body-bg: #fff; }

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  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(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5); }

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .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; } }
.iv {
  opacity: 0;
  transition: all 0.6s ease-in-out; }
  .iv--from-below {
    transform: translateY(60px); }
  .iv--from-right {
    transform: translateX(60px); }
  .iv--from-left {
    transform: translateX(-60px); }
  .iv--from-below-mobile {
    transform: translateY(60px); }
  .iv.iv-delay {
    transition-delay: .75s; }
  .iv.iv-loaded {
    opacity: 1;
    transform: translateY(0); }
  .iv--text-with-image-cta-from-below-mobile {
    transform: scale(1) translateY(60px); }

@media screen and (min-width: 992px) {
  .iv--from-below-mobile {
    transform: translateY(0); }
  .iv--text-with-image-cta-from-below-mobile {
    transform: scale(1) translateY(0); }
  .iv--from-right-desktop {
    transform: translateX(60px); }
  .iv--text-with-image-cta-from-right-desktop {
    transform: scale(1) translateX(60px); }
  .iv--from-left-desktop {
    transform: translateX(-60px); }
  .iv--text-with-image-cta-from-left-desktop {
    transform: scale(1) translateX(-60px); } }

/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v25-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-regular.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v25-latin-500.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-500.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v25-latin-600.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-600.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v25-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-700.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* montserrat-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat-v25-latin-800.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-800.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* hind-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Hind";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/hind-v16-latin-regular.woff2") format("woff2"), url("../fonts/hind-v16-latin-regular.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* hind-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Hind";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/hind-v16-latin-500.woff2") format("woff2"), url("../fonts/hind-v16-latin-500.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* hind-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Hind";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/hind-v16-latin-600.woff2") format("woff2"), url("../fonts/hind-v16-latin-600.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* hind-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Hind";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/hind-v16-latin-700.woff2") format("woff2"), url("../fonts/hind-v16-latin-700.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@keyframes scrollDesktop {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(-18px); }
  50% {
    transform: translateY(-95px); }
  100% {
    transform: translateY(-18px); } }

@keyframes scrollMobile {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(-10px); }
  50% {
    transform: translateY(-58px); }
  100% {
    transform: translateY(-10px); } }

@keyframes alert {
  0% {
    transform: scale(0); }
  80% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

@keyframes beforemagic {
  0% { }
  50% {
    opacity: 0; }
  55% {
    opacity: 1;
    width: 13px;
    top: -4px;
    right: -3px; }
  65% {
    width: 30px;
    top: 6px;
    right: 10px; }
  80% {
    width: 20px;
    top: 9px;
    right: 13px; }
  100% {
    width: 20px;
    top: 9px;
    right: 13px;
    opacity: 1; } }

@keyframes expand {
  0% {
    color: transparent; }
  20% {
    width: 36px; }
  45% {
    width: 250px; }
  99% {
    color: transparent; }
  100% {
    width: 250px;
    color: #fff; } }

@keyframes swipeHint {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-15px); }
  50% {
    transform: translateX(15px); }
  100% {
    transform: translateX(-15px); } }

* {
  box-sizing: border-box; }

.body-container {
  overflow: hidden; }

body {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  font-family: "Hind";
  background-color: white;
  color: #015571;
  font-size: calc(min(max(1rem, 2.5vw), 1.125rem)); }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6,
  body a,
  body p,
  body ul,
  body ol {
    margin: 0; }
  body h1 {
    margin-bottom: 1.5rem;
    font-family: "Montserrat";
    font-weight: 700; }
  body h2 {
    margin-bottom: 1.5rem;
    font-family: "Montserrat";
    font-weight: 700; }
  body h3 {
    margin-bottom: 1.5rem;
    font-family: "Montserrat";
    font-weight: 700; }
  body h4 {
    margin-bottom: 1.5rem;
    font-family: "Montserrat";
    font-weight: 700; }
  body h5 {
    margin-bottom: 1.5rem;
    font-family: "Montserrat";
    font-weight: 700; }
  body h6 {
    margin-bottom: 1.5rem;
    font-family: "Montserrat";
    font-weight: 700; }
  body p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-weight: 400; }
  body ul,
  body ol {
    margin-bottom: 1.5rem; }
    body ul li,
    body ol li {
      margin-bottom: 1.5rem; }
  body a {
    transition: all 0.2s ease;
    color: #015571;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none; }
    body a:hover {
      opacity: 0.75;
      cursor: pointer; }
    body a:focus {
      outline: none; }
  body input,
  body textarea {
    font-size: inherit; }
  body .wpcf7-response-output {
    opacity: 1 !important;
    transform: none !important; }

.buttonCTA {
  display: block;
  position: relative;
  background-color: #006d96;
  text-transform: uppercase;
  font-family: "Hind";
  padding: 0.9rem 2rem 0.7rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  color: white;
  transition: top ease 0.4s;
  top: 0;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .buttonCTA:hover {
    top: -5px;
    opacity: 1; }
  .buttonCTA--full-screen-hero {
    border: 1px solid white; }
  .buttonCTA--still {
    position: initial;
    top: initial;
    transition: initial; }
    .buttonCTA--still:hover {
      top: initial;
      opacity: initial; }
  .buttonCTA__download-icon {
    margin-left: 1rem; }

.chevron-link {
  display: block;
  text-decoration: none;
  font-family: "Hind";
  line-height: 175%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .chevron-link--white {
    color: white; }
  .chevron-link--null:hover {
    opacity: 1; }
    .chevron-link--null:hover img {
      left: initial; }
  .chevron-link span {
    display: block;
    margin-right: 1rem; }
  .chevron-link img {
    position: relative;
    left: 0;
    transition: left ease 0.5s; }
  .chevron-link:hover {
    opacity: 1; }
    .chevron-link:hover img {
      left: 5px; }

.line {
  margin: 0 0 2rem;
  background-color: #015571;
  border: none;
  height: 1px; }
  .line--subnav {
    margin: 0;
    width: 100%; }
  .line--member-login {
    background-color: white;
    height: 2px; }

.masks__wrapper {
  position: relative;
  overflow: hidden; }

.masks__blue-cannon {
  position: absolute;
  z-index: -1; }
  .masks__blue-cannon--left {
    top: 0;
    left: -4rem;
    background: linear-gradient(315deg, rgba(0, 109, 150, 0), 75%, rgba(0, 109, 150, 0.1));
    border-radius: 757px 0 0 757px;
    width: 767px;
    height: 1312px; }
  .masks__blue-cannon--right {
    top: 50%;
    right: initial;
    border-radius: 0 937px 937px 0;
    background: linear-gradient(315deg, rgba(0, 109, 150, 0) 0%, rgba(0, 109, 150, 0) 35%, rgba(0, 109, 150, 0.1) 100%);
    width: 501px;
    height: 561px; }

.masks__single-event-cannon {
  position: absolute;
  top: 0;
  background: linear-gradient(315deg, rgba(0, 109, 150, 0), 75%, rgba(0, 109, 150, 0.3));
  width: 100%;
  border-radius: 877px 0 0 877px;
  height: 1147px; }

.masks__member-login-cannon {
  position: absolute;
  top: 0;
  background: linear-gradient(315deg, rgba(0, 109, 150, 0), 75%, rgba(0, 109, 150, 0.3));
  width: 100%;
  border-radius: 757px 0 0 757px;
  height: 750px; }

.masks__round-cylinder {
  position: absolute;
  z-index: -1;
  border: 6px solid #006d96;
  opacity: 0.04; }
  .masks__round-cylinder--right {
    right: 0; }
  .masks__round-cylinder--left {
    left: 2rem; }
  .masks__round-cylinder--first {
    right: -10px;
    top: 20%;
    border-radius: 346px;
    width: 573px;
    height: 25%; }
  .masks__round-cylinder--second {
    right: -10px;
    top: 77%;
    border-radius: 346px 0 0 346px;
    width: 40%;
    height: 424px; }
  .masks__round-cylinder--third {
    bottom: -10rem;
    border-radius: 346px 346px 0 0;
    width: 573px;
    height: 15%; }

.masks__single-event-round-cylinder {
  position: absolute;
  border: 6px solid #006d96; }
  .masks__single-event-round-cylinder--right {
    border-right: 0;
    right: 0; }
  .masks__single-event-round-cylinder--left {
    border-left: 0;
    left: 0; }
  .masks__single-event-round-cylinder--first {
    top: 25%;
    border-radius: 0 704px 704px 0;
    width: 25%;
    height: 455px;
    opacity: 0.3; }
  .masks__single-event-round-cylinder--second {
    bottom: 5%;
    border-radius: 704px 0 0 704px;
    width: 40%;
    height: 424px;
    opacity: 0.3; }

@media screen and (min-width: 576px) {
  .masks__blue-cannon--left {
    left: 3rem;
    width: 100%;
    height: 1488px; }
  .masks__blue-cannon--right {
    right: 8rem;
    border-radius: 0 757px 757px 0;
    width: 100%;
    height: 1151px; }
  .masks__member-login-cannon {
    right: -50%;
    height: 950px; } }

@media screen and (min-width: 992px) {
  .masks__single-event-cannon {
    left: 20%;
    height: 1627px; } }

@media screen and (min-width: 1200px) {
  .masks__round-cylinder--first {
    height: 35%; }
  .masks__round-cylinder--third {
    bottom: -10rem;
    border-radius: 346px 346px 0 0;
    width: 573px;
    height: 20%; } }

.grecaptcha-badge {
  visibility: hidden; }

form > p input[type="submit"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

main section:last-child.section--color-blue:not(.section--related-events) {
  padding-bottom: 0; }

.section {
  margin: 0;
  padding: 3rem 0; }
  .section--site-header {
    margin: 0;
    padding: 0 0.25rem; }
  .section--common-hero {
    margin: 0;
    padding: 0 1rem; }
  .section--related-events {
    margin: 0;
    padding: 3rem 1rem; }
  .section--team-details {
    margin: 0;
    padding: 3rem 1rem; }
  .section--team-body {
    margin: 0;
    padding: 3rem 1rem; }
  .section--news-details {
    margin: calc(112px + 3rem) 0 3rem;
    padding: 0 1rem; }
  .section--news-body {
    margin: 3rem 0 0;
    padding: 0 1rem 3rem; }
  .section--drop-down-subnav-mobile {
    margin: 0;
    padding: 1rem 1rem 0; }
  .section--event-content {
    margin: 0;
    padding: calc(112px + 3rem) 1rem 3rem; }
  .section--block-post-slider {
    margin: 0;
    padding: 3rem 1rem; }
  .section--block-full-width-image {
    margin: 0;
    padding: 0; }
  .section--block-image-and-cta-cards {
    margin: 3rem 0 11rem;
    padding: 0 1rem; }
    .section--block-image-and-cta-cards:nth-child(3n+3) {
      margin: 3rem 0; }
  .section--block-three-cta-cards {
    margin: 0;
    padding: 3rem 1rem; }
  .section--events-listing {
    margin: 0;
    padding: 3rem 1rem; }
  .section--footer {
    margin: 0;
    padding: 3rem 1rem; }
  .section--blue {
    position: relative;
    background-color: #015571; }
  .section--grey {
    background-color: #f0f0f0; }
  .section--non-color + .section--non-color {
    padding-top: 0; }
  .section--color-grey + .section--color-grey {
    padding-top: 0; }
  .section--color-blue + .section--color-blue {
    padding-top: 0; }
  .section--block-three-cta-cards + .section--non-color {
    padding-top: 0; }
  .section--non-color + .section--block-three-cta-cards {
    padding-top: 0; }
  .section--events-listing + .section--color-blue {
    padding-top: 0; }
  .section--color-blue + .section--events-listing {
    padding-top: 0; }
  .section--block-three-cta-cards + .section--block-image-and-cta-slider + .section--block-image-and-cta-cards {
    margin-top: 0; }
  .section--block-cta-and-images + .section--block-cta-and-images-slider {
    padding-top: 3rem; }
  .section--non-color + .section--block-image-and-cta-slider + .section--block-image-and-cta-cards {
    margin-top: 0; }

.woocommerce-page .masks__wrapper--common {
  margin-top: 0; }

@media screen and (min-width: 576px) {
  .section {
    margin: 0;
    padding: 4rem 0; }
    .section--site-header {
      margin: 0;
      padding: 0 4rem; }
    .section--common-hero {
      margin: 0;
      padding: 0 4rem; }
    .section--related-events {
      margin: 0;
      padding: 4rem; }
    .section--team-details {
      margin: 0;
      padding: 4rem; }
    .section--team-body {
      margin: 0;
      padding: 4rem; }
    .section--news-details {
      margin: calc(112px + 4rem) 0 4rem;
      padding: 0 4rem; }
    .section--news-body {
      margin: 4rem 0 0;
      padding: 0 4rem 4rem; }
    .section--drop-down-subnav-mobile {
      margin: 0;
      padding: 2rem 4rem 0; }
    .section--event-content {
      margin: 0;
      padding: calc(112px + 4rem) 4rem 4rem; }
    .section--block-post-slider {
      margin: 0;
      padding: 4rem; }
    .section--block-full-width-image {
      margin: 0;
      padding: 0; }
    .section--block-image-and-cta-cards {
      margin: 4rem 0 12rem;
      padding: 0 4rem; }
      .section--block-image-and-cta-cards:nth-child(3n+3) {
        margin: 4rem 0; }
    .section--block-three-cta-cards {
      margin: 0;
      padding: 4rem; }
    .section--events-listing {
      margin: 0;
      padding: 4rem; }
    .section--footer {
      margin: 0;
      padding: 4rem; }
    .section--non-color + .section--non-color {
      padding-top: 0; }
    .section--color-grey + .section--color-grey {
      padding-top: 0; }
    .section--color-blue + .section--color-blue {
      padding-top: 0; }
    .section--block-three-cta-cards + .section--non-color {
      padding-top: 0; }
    .section--non-color + .section--block-three-cta-cards {
      padding-top: 0; }
    .section--block-cta-and-images + .section--block-cta-and-images-slider {
      padding-top: 4rem; }
  .woocommerce-page .masks__wrapper--common {
    margin-top: 0; } }

@media screen and (min-width: 992px) {
  .section--news-details {
    margin: calc(176px + 4rem) 0 4rem;
    padding: 0 4rem; }
  .section--event-content {
    margin: 0;
    padding: calc(176px + 4rem) 4rem 4rem; }
  .section--events-listing + .section--non-color {
    padding-top: 0; }
  .section--non-color + .section--events-listing {
    padding-top: 0; }
  .section--events-listing + .section--color-blue {
    padding-top: 4rem; }
  .section--color-blue + .section--events-listing {
    padding-top: 4rem; }
  .section--events-listing + script + .section--block-three-cta-cards {
    padding-top: 0; }
  .section--events-listing + script + .section--block-image-and-cta-slider + .section--block-image-and-cta-cards {
    margin-top: 0; }
  .section--drop-down-subnav-desktop + .section--drop-down-subnav-mobile + .section--non-color {
    padding-top: 0; } }

@media screen and (min-width: 1200px) {
  .section--event-content {
    margin: 0;
    padding: calc(176px + 4rem) 4rem 0; }
  .section--block-three-cta-cards {
    margin: 0;
    padding: 4rem; }
  .section--block-three-cta-cards + .section--non-color {
    padding-top: 0; }
  .section--non-color + .section--block-three-cta-cards {
    padding-top: 4rem; }
  .section--events-listing + script + .section--block-three-cta-cards {
    padding-top: 4rem; } }

@media screen and (min-width: 1400px) {
  .section {
    margin: 0;
    padding: 8rem 0; }
    .section--site-header {
      margin: 0;
      padding: 0 8rem; }
    .section--common-hero {
      margin: 0;
      padding: 0 8rem; }
    .section--related-events {
      margin: 0;
      padding: 8rem; }
    .section--team-details {
      margin: 0;
      padding: 8rem 8rem 4rem 8rem; }
    .section--team-body {
      margin: 0;
      padding: 8rem; }
    .section--news-details {
      margin: calc(176px + 8rem) 0 4rem;
      padding: 0 8rem; }
    .section--news-body {
      margin: 4rem 0 0;
      padding: 0 8rem 8rem; }
    .section--event-content {
      margin: 0;
      padding: calc(176px + 8rem) 8rem 0; }
    .section--block-post-slider {
      margin: 0;
      padding: 8rem; }
    .section--block-full-width-image {
      margin: 0;
      padding: 0; }
    .section--block-three-cta-cards {
      margin: 0;
      padding: 8rem; }
    .section--block-image-and-cta-slider {
      margin: 0;
      padding: 8rem; }
    .section--events-listing {
      margin: 0;
      padding: 8rem; }
    .section--footer {
      margin: 0;
      padding: 8rem; }
    .section--non-color + .section--non-color {
      padding-top: 0; }
    .section--color-grey + .section--color-grey {
      padding-top: 0; }
    .section--color-blue + .section--color-blue {
      padding-top: 0; }
    .section--block-three-cta-cards + .section--non-color {
      padding-top: 0; }
    .section--non-color + .section--block-three-cta-cards {
      padding-top: 8rem; }
    .section--block-image-and-cta-slider + .section--non-color {
      padding-top: 0; }
    .section--events-listing + .section--color-blue {
      padding-top: 8rem; }
    .section--color-blue + .section--events-listing {
      padding-top: 8rem; }
    .section--events-listing + script + .section--block-three-cta-cards {
      padding-top: 8rem; }
    .section--drop-down-subnav-desktop + .section--drop-down-subnav-mobile + .section--non-color {
      padding-top: 0; }
  .woocommerce-page .masks__wrapper--common {
    margin-top: 0; } }

.filter-form {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .filter-form--search {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .filter-form__filter-container {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }
  .filter-form__search-container {
    position: relative;
    margin: 1rem 0; }
    .filter-form__search-container--faqs {
      width: 100%; }
    .filter-form__search-container--team {
      width: 100%; }
    .filter-form__search-container input[type="text"] {
      width: 100%;
      border-radius: 50px;
      border: 1px solid #015571;
      padding: 0.8rem 4rem 0.8rem 1.5rem;
      font-family: "hgs-reg";
      color: #015571;
      outline: none; }
      .filter-form__search-container input[type="text"]::placeholder {
        color: #015571;
        opacity: 0.5; }
    .filter-form__search-container input[type="submit"] {
      position: absolute;
      right: 0;
      transition: all 0.2s ease;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      background: url(../images/icons/search-blue.svg);
      background-position: center;
      background-size: 40%;
      background-repeat: no-repeat;
      background-color: transparent;
      border: none;
      width: 70px;
      height: 100%;
      font-size: 0;
      cursor: pointer; }
  .filter-form .select {
    outline: none;
    border: none; }
  .filter-form__button-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row; }
  .filter-form__apply, .filter-form__clear {
    transition: all 0.2s ease;
    font-family: "Hind";
    width: auto;
    border: none;
    margin-bottom: 1rem;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-transform: uppercase;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }
    .filter-form__apply:hover, .filter-form__clear:hover {
      cursor: pointer;
      opacity: 0.75; }
  .filter-form__apply {
    margin-right: 1rem;
    background-color: #006d96;
    color: white; }
    .filter-form__apply--event {
      border: 1px solid white; }
  .filter-form__clear {
    border: 1px solid #015571;
    background-color: white;
    color: #015571; }

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  margin: 0 1rem 1rem 0;
  padding: 0 2rem 0 0;
  width: initial;
  font-family: "Hind"; }

.custom-select select {
  display: none;
  /*hide original SELECT element: */ }

.select-selected {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: #015571;
  padding: 8px 0;
  cursor: pointer; }
  .select-selected::after {
    position: absolute;
    content: url(../images/icons/chevron-down-filter-blue.svg);
    right: 10px;
    height: 6px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }
  .select-selected--event {
    color: white; }
    .select-selected--event::after {
      content: url(../images/icons/chevron-down-filter-white.svg); }

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

/* style the items (options), including the selected item: */
.select-items div {
  color: #015571;
  padding: 8px 0;
  cursor: pointer; }

/* Style items (options): */
.select-items {
  position: absolute;
  border: 1px solid #015571;
  border-radius: 10px;
  background-color: white;
  top: 100%;
  left: 0;
  z-index: 99;
  margin-top: 0.5rem;
  padding: 0 0.5rem; }
  .select-items--event {
    border: initial; }
  .select-items > div {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 288px;
    overflow: hidden;
    transition: all 0.2s ease; }
    .select-items > div:hover {
      opacity: 0.75; }

/* Hide the items when the select box is closed: */
.select-hide {
  display: none; }

.select-items div:hover,
.same-as-selected {
  font-family: "Hind"; }

.load-more__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .load-more__wrapper h3 {
    margin: 0 1rem 0 0;
    font-family: "Hind";
    font-weight: 400; }
  .load-more__wrapper img {
    display: block; }
  .load-more__wrapper.disabled {
    display: none; }

@media screen and (min-width: 576px) {
  .filter-form__search-container--team {
    width: initial; } }

@media screen and (min-width: 992px) {
  .filter-form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row; }
    .filter-form--search {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row; }
    .filter-form__search-container {
      margin: 0 0 1rem; }
      .filter-form__search-container--team {
        width: 30%; }
      .filter-form__search-container--faqs {
        width: 50%; }
    .filter-form__apply--event {
      border: none; }
  .select-selected--event {
    color: #015571; }
    .select-selected--event::after {
      content: url(../images/icons/chevron-down-filter-blue.svg); }
  .select-items--event {
    border: 1px solid #015571; }
  .load-more__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row; } }

@media screen and (min-width: 1200px) {
  .filter-form--search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row; } }

.site-header__outer-section {
  background-color: transparent;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 112px;
  z-index: 15; }
  .site-header__outer-section--single-news.scrollingSingleNews {
    transition: all 0.2s ease;
    background-color: rgba(255, 255, 255, 0.93); }
  .site-header__outer-section--single-news .site-header__top-nav-menu li a {
    color: #015571; }
    .site-header__outer-section--single-news .site-header__top-nav-menu li a:hover {
      border-bottom: 2px solid #015571; }
  .site-header__outer-section--single-news .search-bar form.expand {
    color: #015571; }
  .site-header__outer-section--single-news .search-bar input {
    border: 3px solid #015571;
    color: #015571; }
  .site-header__outer-section--single-news .search-bar .after::before,
  .site-header__outer-section--single-news .search-bar .after::after {
    background-color: #015571; }
  .site-header__outer-section--single-news .search-bar input[type="search"]::placeholder {
    color: #015571; }
  .site-header__outer-section--single-news .mobile-search__icon--white {
    display: none; }
  .site-header__outer-section--single-news .mobile-search__icon--blue {
    display: block; }
  .site-header__outer-section--single-news .menu__icon span {
    background-color: #015571; }
  .site-header__outer-section--single-news .menu__icon::before,
  .site-header__outer-section--single-news .menu__icon::after {
    background-color: #015571; }
  .site-header__outer-section--single-news .menu__icon.menu_shown span {
    background-color: transparent; }
  .site-header__outer-section--single-news .site-header__logo-image--white {
    display: none; }
  .site-header__outer-section--single-news .site-header__logo-image--blue {
    display: initial; }
  .site-header__outer-section.scrolling {
    transition: all 0.2s ease;
    background-color: rgba(255, 255, 255, 0.93); }
    .site-header__outer-section.scrolling .site-header__top-nav-menu li a {
      color: #015571; }
      .site-header__outer-section.scrolling .site-header__top-nav-menu li a:hover {
        border-bottom: 2px solid #015571; }
    .site-header__outer-section.scrolling .search-bar form.expand {
      color: #015571; }
    .site-header__outer-section.scrolling .search-bar input {
      border: 3px solid #015571;
      color: #015571; }
    .site-header__outer-section.scrolling .search-bar .after::before,
    .site-header__outer-section.scrolling .search-bar .after::after {
      background-color: #015571; }
    .site-header__outer-section.scrolling .search-bar input[type="search"]::placeholder {
      color: #015571; }
    .site-header__outer-section.scrolling .mobile-search__icon--white {
      display: none; }
    .site-header__outer-section.scrolling .mobile-search__icon--blue {
      display: block; }
    .site-header__outer-section.scrolling .menu__icon span {
      background-color: #015571; }
    .site-header__outer-section.scrolling .menu__icon::before,
    .site-header__outer-section.scrolling .menu__icon::after {
      background-color: #015571; }
    .site-header__outer-section.scrolling .menu__icon.menu_shown span {
      background-color: transparent; }
    .site-header__outer-section.scrolling .site-header__logo-image--white {
      display: none; }
    .site-header__outer-section.scrolling .site-header__logo-image--blue {
      display: initial; }

.site-header__inner-section {
  height: 100%; }

.site-header__container {
  height: 100%; }

.site-header__row {
  height: 100%; }

.site-header__bar-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row; }

.site-header__bar-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row; }

.site-header__top-nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row; }
  .site-header__top-nav-menu--desktop {
    display: none; }
    .site-header__top-nav-menu--desktop li {
      margin: 0 3rem 0 0; }
  .site-header__top-nav-menu--mobile {
    flex-wrap: wrap;
    justify-content: center; }
    .site-header__top-nav-menu--mobile li {
      margin: 1rem; }
  .site-header__top-nav-menu li a {
    font-family: "Hind";
    color: white;
    border-bottom: 2px solid transparent;
    font-weight: 500;
    font-size: calc(min(max(1.125rem, 2.5vw), 1.2rem)); }
    .site-header__top-nav-menu li a:hover {
      opacity: 1;
      border-bottom: 2px solid white; }

.site-header__login {
  margin: 0 3rem 0 0;
  font-family: "Hind";
  color: white; }
  .site-header__login:hover {
    opacity: 1;
    border-bottom: 2px solid white; }

.site-header__logo-link {
  margin: 0;
  height: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.site-header__logo-image {
  height: 100%; }
  .site-header__logo-image--blue {
    display: none; }

.site-header__hamburger-container {
  cursor: pointer;
  border-radius: 50px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.site-header__hamburger-wrapper {
  width: 38px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  .site-header__hamburger-wrapper.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -4.5px;
    left: 6px; }
  .site-header__hamburger-wrapper.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .site-header__hamburger-wrapper.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 22.5px;
    left: 6px; }
  .site-header__hamburger-wrapper span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 4.5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .site-header__hamburger-wrapper span:nth-child(1) {
      top: 0;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .site-header__hamburger-wrapper span:nth-child(2) {
      top: 9.5px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .site-header__hamburger-wrapper span:nth-child(3) {
      top: 19px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }

body:not(.page-template-template-professionals):not(.page-template-template-awards) .menu-item-407 {
  display: none; }

@media screen and (min-width: 576px) {
  .site-header__logo-link {
    height: 40%; }
  .site-header .menu__icon {
    height: 32px;
    width: 43px; }
  .site-header .menu__icon span {
    margin-top: -2px; }
  .site-header .menu__icon::before {
    top: 2px;
    margin-top: -2px; }
  .site-header .menu__icon::after {
    bottom: 2px;
    margin-bottom: -2px; } }

@media screen and (min-width: 1200px) {
  .site-header__outer-section {
    height: 176px; } }

@media screen and (min-width: 1200px) {
  .site-header__top-nav-menu--desktop {
    display: flex; }
  .site-header__top-nav-menu--mobile {
    display: none; } }

.menu__icon {
  height: 24px;
  width: 32.25px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: all 0.3s ease; }
  .menu__icon:hover {
    opacity: 1; }

.menu__icon span {
  display: block;
  border-radius: 100px;
  background: white;
  width: 100%;
  height: 3px;
  margin-top: -1.5px;
  position: absolute;
  left: 0;
  top: 50%;
  transition: all 0.3s ease; }

.menu__icon::before,
.menu__icon::after {
  content: "";
  display: block;
  border-radius: 100px;
  background: white;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  transform-origin: center center;
  transform: rotate(0deg);
  transition: all 0.3s ease; }

.menu__icon::before {
  top: 2px;
  margin-top: -1.5px; }

.menu__icon::after {
  bottom: 1.5px;
  margin-bottom: -1.5px; }

.menu__icon.menu_shown span {
  background-color: transparent; }

.menu__icon.menu_shown::before {
  top: 50%;
  transform: rotate(45deg); }

.menu__icon.menu_shown::after {
  bottom: 50%;
  transform: rotate(-45deg); }

.nav-primary {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transform: translateX(-100%);
  z-index: 10;
  transition: all 0.2s ease;
  overflow: hidden;
  padding: calc(112px + 1rem) 1rem 2rem;
  background: #015571;
  height: 100%;
  overflow-y: scroll; }
  @media (min-width: 576px) {
    .nav-primary {
      padding-left: 4.75rem;
      padding-right: 4.75rem; } }
  @media (min-width: 1200px) {
    .nav-primary {
      padding-top: calc(176px + 1.5rem); } }
  @media (min-width: 1400px) {
    .nav-primary {
      padding-left: 8.75rem;
      padding-right: 8.75rem; } }
  .nav-primary ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative; }
    @media (min-width: 1200px) {
      .nav-primary ul {
        padding-right: 1.5rem; }
        .nav-primary ul.sub-menu::before {
          content: "";
          width: 30%;
          right: 100%;
          height: 100%;
          display: block;
          position: absolute; }
        .nav-primary ul ul ul {
          padding-right: 0; } }
    .nav-primary ul li {
      position: relative;
      margin: 0; }
      .nav-primary ul li:not(:last-of-type) {
        margin-bottom: 1rem; }
      @media (min-width: 1200px) {
        .nav-primary ul li {
          display: flex;
          align-items: center;
          position: unset; } }
      .nav-primary ul li a {
        display: inline-block;
        color: #fff;
        font-family: "Montserrat";
        font-weight: 500;
        font-size: calc(min(max(1.125rem, 2vw), 1.35rem));
        word-break: break-word;
        hyphens: auto;
        padding: 0.25rem 0;
        border-bottom: 2px solid rgba(255, 255, 255, 0);
        transition: all 0.2s ease; }
      .nav-primary ul li.menu-item-has-children > a:hover {
        border-color: white;
        opacity: 1; }
      .nav-primary ul li.menu-item-has-children .nav-toggle {
        cursor: pointer;
        display: inline;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 20;
        width: 40px;
        height: auto;
        padding: 0.25rem 1rem;
        transition: all 0.2s ease; }
        @media (min-width: 1200px) {
          .nav-primary ul li.menu-item-has-children .nav-toggle {
            position: static; } }
      .nav-primary ul li.menu-item-has-children .sub-menu {
        display: none;
        padding-left: 1rem; }
        @media (min-width: 1200px) {
          .nav-primary ul li.menu-item-has-children .sub-menu {
            position: absolute;
            left: 100%;
            top: 0;
            padding-left: 0; } }
      .nav-primary ul li.menu-item-has-children.open > a {
        border-bottom: 2px solid white;
        opacity: 1; }
      .nav-primary ul li.menu-item-has-children.open > .nav-toggle {
        transform: rotate(90deg); }
      @media (max-width: 1199.98px) {
        .nav-primary ul li ul {
          padding: 1rem 0 1rem 0 !important; }
          .nav-primary ul li ul li {
            margin-bottom: 0 !important; } }
  @media (min-width: 1200px) {
    .nav-primary > ul {
      width: 33.333%; } }
  .nav-primary.open {
    transform: translateX(0); }

body.nav-open {
  overflow: hidden; }

.full-screen-hero__section {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
  position: relative;
  background-color: #015571; }
  .full-screen-hero__section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.13);
    width: 100%;
    height: 100%;
    z-index: 1; }
  .full-screen-hero__section .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .full-screen-hero__section .slick-track {
    display: flex;
    align-items: center; }
  .full-screen-hero__section .slick-dots {
    position: relative;
    bottom: initial; }
    .full-screen-hero__section .slick-dots > li:only-child {
      display: none; }
  .full-screen-hero__section .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
  .full-screen-hero__section .slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    content: "•";
    opacity: 1;
    color: transparent;
    border-radius: 50px;
    border: 2px solid white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .full-screen-hero__section .slick-dots li.slick-active button::before {
    background-color: white; }

.full-screen-hero__container {
  height: 100%; }

.full-screen-hero__row {
  height: 100%; }

.full-screen-hero__col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.full-screen-hero__text-slider-container {
  position: relative;
  padding: calc(120px + 2rem) 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 2; }
  .full-screen-hero__text-slider-container h1 {
    font-size: calc(min(max(2.5rem, 2.5vw), 3.75rem)); }
  .full-screen-hero__text-slider-container p {
    font-size: calc(min(max(1.125rem, 2.5vw), 1.375rem));
    margin-bottom: 3rem; }

.full-screen-hero__text-slider {
  position: relative;
  overflow: hidden; }

.full-screen-hero__text-slide {
  color: white; }

.full-screen-hero__text-slide-inner-wrapper {
  width: 100%;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }

.full-screen-hero__image-slider {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 95%;
  height: 96%; }
  .full-screen-hero__image-slider .slick-list,
  .full-screen-hero__image-slider .slick-track {
    height: 100%; }

.full-screen-hero__image-wrapper {
  height: 100%; }

.full-screen-hero__image {
  border-radius: 3000px 0 3000px 3000px;
  object-position: center;
  height: 100%;
  display: block;
  object-fit: cover;
  max-width: initial; }


.full-screen-hero__dot-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column; }

.full-screen-hero__scroll-container-outer {
  position: relative;
  order: 2;
  margin-top: 2rem;
  height: 58px; }

.full-screen-hero__scroll-container-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  right: 0; }

.full-screen-hero__scroll-line-wrapper {
  position: relative; }

.full-screen-hero__scroll-line {
  margin: 0;
  border: none;
  width: 2px;
  height: 58px;
  background-color: white;
  opacity: 0.3; }

.full-screen-hero__scroll-prompt {
  position: absolute;
  right: -1px;
  margin: 0;
  border: none;
  width: 4px;
  bottom: -10px;
  height: 10px;
  -moz-animation: scrollmobile 4s infinite;
  -webkit-animation: scrollmobile 4s infinite;
  animation: scrollMobile 4s infinite;
  background-color: white; }

@media screen and (min-width: 992px) {
  .full-screen-hero__text-slider-container {
    padding: calc(205px + 5rem) 0; }
  .full-screen-hero__scroll-container-outer {
    margin-top: 5rem;
    height: 95px; }
  .full-screen-hero__scroll-line {
    height: 95px; }
  .full-screen-hero__scroll-prompt {
    bottom: -18px;
    height: 18px;
    -moz-animation: scrolldesktop 4s infinite;
    -webkit-animation: scrolldesktop 4s infinite;
    animation: scrollDesktop 4s infinite; } }

@media screen and (min-width: 1200px) {
  .full-screen-hero__section::before {
    background: initial;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    height: 50%; }
  .full-screen-hero__text-slider-container {
    align-items: center; }
  .full-screen-hero__text-slide-inner-wrapper {
    width: 60%;
    text-align: initial;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column; }
  .full-screen-hero__image-slider {
    width: 40%;
    height: calc(100% + 4.5rem); } }

@media screen and (max-height: 900px) and (min-width: 601px) and (max-width: 1600px) {
  .full-screen-hero__text-slider-container {
    padding: calc(120px + 2rem) 0; }
  .full-screen-hero__text-slide-inner-wrapper {
    width: 65%; }
  .full-screen-hero__scroll-container-outer {
    margin-top: 2rem;
    height: 58px; }
  .full-screen-hero__scroll-line {
    height: 58px; }
  .full-screen-hero__scroll-prompt {
    bottom: -10px;
    height: 10px;
    -moz-animation: scrollmobile 4s infinite;
    -webkit-animation: scrollmobile 4s infinite;
    animation: scrollMobile 4s infinite; } }

.common-hero__section {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
  position: relative;
  height: 45vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .common-hero__section--search {
    background-color: #015571; }
  .common-hero__section--contain-image {
    background-size: contain; }
  .common-hero__section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 50, 67, 0.19);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%; }

.common-hero__video {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.common-hero__container {
  position: relative;
  z-index: 1;
  height: calc(100% - 112px - 1rem); }

.common-hero__row {
  height: 100%; }

.common-hero__col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.common-hero__title {
  position: relative;
  color: white;
  text-align: center;
  margin-bottom: 0;
  font-size: calc(min(max(2rem, 2.5vw), 3.75rem)); }

.common-hero__breadcrumbs {
  font-size: 0.875rem;
  padding: 0.5rem 0;
  margin-bottom: 0; }
  .common-hero__breadcrumbs a {
    font-weight: 500; }

.breadcrumbs {
  width: 100%;
  z-index: 3; }
  @media screen and (min-width: 992px) {
    .breadcrumbs {
      position: absolute; } }

@media screen and (min-width: 576px) {
  .common-hero__section {
    height: 40vh; } }

@media screen and (min-width: 992px) {
  .common-hero__section {
    height: 30vh;
    max-height: 420px; }
  .common-hero__container {
    height: calc(100% - 176px - 1.5rem); } }

@media screen and (min-width: 1200px) {
  .common-hero__section {
    height: 40vh; }
    .common-hero__section--video {
      background-image: none; }
  .common-hero__video {
    display: initial; } }

@media screen and (max-height: 900px) and (min-width: 601px) and (max-width: 1600px) {
  .common-hero__section {
    height: 55vh; } }

.socials__container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row; }

.socials__link {
  display: block;
  margin: 0 2rem 0 0;
  text-decoration: none; }

.site-footer {
  color: white;
  text-align: center; }
  .site-footer__section {
    background-color: #015571; }
  .site-footer__col--main {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column; }
  .site-footer__col--socials {
    display: none; }
  .site-footer__col--contact {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column; }
  .site-footer__col--menu {
    order: 1; }
  .site-footer span {
    display: block; }
  .site-footer a {
    display: block;
    color: white; }
    .site-footer a.site-footer__credit-link {
      display: inline-block; }
  .site-footer__logo {
    width: 110px; }
  .site-footer__menu-container--main {
    margin-bottom: 3rem; }
  .site-footer__menu-container--legal.legal-desktop {
    display: none; }
  .site-footer__menu-container--legal.legal-mobile {
    order: 2; }
  .site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .site-footer ul li {
      margin-bottom: 0.5rem;
      line-height: 175%; }
      .site-footer ul li a {
        font-family: "Hind"; }
  .site-footer__menu-wrapper--main li {
    margin-bottom: 1rem; }
  .site-footer__menu-wrapper--legal {
    flex-wrap: wrap;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }
    .site-footer__menu-wrapper--legal li {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row; }
      .site-footer__menu-wrapper--legal li:first-of-type::before {
        display: none; }
      .site-footer__menu-wrapper--legal li::before {
        content: "|";
        padding: 0 1rem;
        font-size: 24px; }
  .site-footer__contact-wrapper {
    margin-bottom: 2rem;
    order: 1; }
  .site-footer__address {
    margin-bottom: 2rem;
    line-height: 175%; }
  .site-footer__contact-link {
    margin-bottom: 1rem;
    font-family: "Hind";
    line-height: 175%; }
  .site-footer__credit {
    line-height: 175%;
    order: 5; }
  .site-footer__copyright-wrapper {
    order: 3;
    margin-bottom: 2rem; }
  .site-footer__copyright {
    line-height: 185%; }
  .site-footer__menu-title {
    margin-bottom: 1rem;
    font-family: "Montserrat";
    line-height: 160%;
    font-weight: 700; }
  .site-footer__socials {
    order: 4;
    margin-bottom: 2rem; }

@media screen and (min-width: 992px) {
  .site-footer {
    text-align: left; }
    .site-footer__col--main {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start; }
    .site-footer__col--socials {
      display: block; }
    .site-footer__col--contact {
      order: 1;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column; }
    .site-footer__col--menu {
      order: 2; }
    .site-footer__logo {
      width: 140px; }
    .site-footer span.site-footer__menu-title--contact {
      display: none; }
    .site-footer__menu-container--main {
      margin-bottom: 2rem; }
    .site-footer__menu-container--legal.legal-desktop {
      display: block; }
    .site-footer__menu-container--legal.legal-mobile {
      display: none; }
    .site-footer__menu-wrapper--legal {
      margin-bottom: 0;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: row; }
    .site-footer__socials {
      display: none; }
    .site-footer__address {
      margin-bottom: 1rem; }
    .site-footer__socials {
      margin-bottom: 0; }
    .site-footer__credit {
      order: 5;
      margin-top: 0.5rem;
      font-size: 0.8em; }
    .site-footer__copyright-wrapper {
      margin-bottom: 0; } }

#cookie-law-info-bar {
  border-radius: 10px; }

.cli-modal-content .cli-bar-popup {
  border-radius: 10px; }

.cli-tab-header {
  border-radius: 10px; }

.cli-plugin-button {
  font-family: "Hind"; }

.cli-btn {
  font-family: "Hind"; }

.cli-switch input:checked + .cli-slider {
  background-color: #006d96; }

.cli-tab-footer .wt-cli-privacy-accept-btn {
  border-radius: 50px;
  background-color: #006d96; }

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  border-radius: 50px; }

.cli-bar-message {
  line-height: 150%; }

.title--sm {
  font-size: calc(min(max(1.25rem, 2.5vw), 1.5rem)); }

.title--md {
  font-size: calc(min(max(1.425rem, 2.5vw), 1.875rem)); }

.title--lg {
  font-size: calc(min(max(1.625rem, 2.5vw), 2.25rem)); }

.block-contact-form__col {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column; }

.block-contact-form__title {
  color: white; }

.block-contact-form__shortcode {
  width: 100%; }
  .block-contact-form__shortcode h3 {
    color: white; }
  .block-contact-form__shortcode select {
    padding: 0.5rem;
    height: 4rem;
    color: #015571; }
  .block-contact-form__shortcode .wpcf7-form p {
    margin-bottom: 1rem; }
  .block-contact-form__shortcode .wpcf7-form > p {
    color: white;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column; }
    .block-contact-form__shortcode .wpcf7-form > p > span {
      width: 100%; }
      .block-contact-form__shortcode .wpcf7-form > p > span > input {
        width: 100%;
        height: 4rem; }
      .block-contact-form__shortcode .wpcf7-form > p > span .wpcf7-list-item:first-of-type {
        margin: 0; }
    .block-contact-form__shortcode .wpcf7-form > p:last-of-type {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex-direction: row; }
  .block-contact-form__shortcode .wpcf7-form input:not([type="submit"]):not([type="file"]) {
    padding: 1rem;
    color: #006d96;
    font-family: "Hind"; }
    .block-contact-form__shortcode .wpcf7-form input:not([type="submit"]):not([type="file"])::placeholder {
      color: #006d96;
      font-family: "Hind";
      opacity: 0.75; }
  .block-contact-form__shortcode .wpcf7-form input[name="your-email"],
  .block-contact-form__shortcode .wpcf7-form input[name="your-name"],
  .block-contact-form__shortcode .wpcf7-form input[type="text"] {
    width: 100%; }
  .block-contact-form__shortcode .wpcf7-form textarea {
    padding: 1rem;
    width: 100%;
    height: 9.375rem;
    color: #006d96;
    font-family: "Hind";
    line-height: 175%; }
    .block-contact-form__shortcode .wpcf7-form textarea::placeholder {
      color: #006d96;
      font-family: "Hind";
      line-height: 175%;
      opacity: 0.75; }
  .block-contact-form__shortcode .wpcf7-form input[type="submit"] {
    border: 1px solid white;
    display: block;
    background-color: #006d96;
    text-transform: uppercase;
    font-family: "Hind";
    padding: 1rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    color: white;
    transition: all 0.2s ease; }
    .block-contact-form__shortcode .wpcf7-form input[type="submit"]:hover {
      cursor: pointer;
      opacity: 0.75; }
  .block-contact-form__shortcode .wpcf7-form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 0.2rem;
    text-align: left; }
  .block-contact-form__shortcode .wpcf7-form .ajax-loader {
    display: none; }
  .block-contact-form__shortcode .wpcf7 form .wpcf7-response-output {
    margin: 2rem 0 0;
    padding: 1rem;
    border: 2px solid white;
    color: #dc3232;
    font-size: 1em; }
  .block-contact-form__shortcode .wpcf7 form.failed .wpcf7-response-output,
  .block-contact-form__shortcode .wpcf7 form.aborted .wpcf7-response-output,
  .block-contact-form__shortcode .wpcf7 form.sent .wpcf7-response-output {
    border: 2px solid white; }

.wpcf7-spinner {
  display: none; }

@media screen and (min-width: 576px) {
  .block-contact-form__shortcode .wpcf7-form p {
    margin-bottom: 2rem; }
  .block-contact-form__shortcode .wpcf7-form > p:first-of-type > span:first-of-type {
    margin-bottom: 0; } }

.block-cta-and-images__section {
  display: none; }

.block-cta-and-images-slider__section .slick-list {
  margin: 0 -1rem; }

.block-cta-and-images-slider__row--hint {
  margin: 1.5rem 0; }

.block-cta-and-images-slider__slider-container {
  position: relative; }

.block-cta-and-images-slider__slider {
  position: relative;
  width: initial; }

.block-cta-and-images-slider__slide {
  margin: 0 1rem; }

.block-cta-and-images-slider__image-wrapper {
  position: relative;
  display: block;
  padding-bottom: 80%;
  width: 100%;
  height: 0; }

.block-cta-and-images-slider__image {
  position: absolute;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%; }

@media screen and (min-width: 576px) {
  .block-cta-and-images-slider__row--hint {
    margin: 2rem 0; } }

@media screen and (min-width: 992px) {
  .block-cta-and-images__section {
    display: block; }
  .block-cta-and-images-slider__section {
    display: none; } }

.block-download__section--blue .block-download__title {
  color: white; }

.block-download__section--blue a {
  color: white; }

.block-download__col {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column; }

.block-download__link {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row; }
  .block-download__link:last-of-type {
    margin-bottom: 0; }

.block-download__icon-wrapper {
  flex: 0 0 40px;
  margin-right: 1.5rem;
  border-radius: 40px;
  background-color: #006d96;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.block-download__icon {
  display: block;
  width: 50%; }

.block-download__text {
  display: block;
  font-family: "Hind";
  line-height: 160%; }

@media screen and (min-width: 576px) {
  .block-download__icon-wrapper {
    flex: 0 0 50px;
    border-radius: 50px;
    width: 50px;
    height: 50px; } }

.block-exhibition-listing__section .slick-list {
  margin: 0 -1rem; }

.block-exhibition-listing__section .slick-track {
  margin-right: initial;
  margin-left: initial; }

.block-exhibition-listing__section .slick-dotted.slick-slider {
  margin-bottom: 0; }

.block-exhibition-listing__section .slick-dots {
  position: relative;
  bottom: initial;
  margin-top: 2rem; }

.block-exhibition-listing__section .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.block-exhibition-listing__section .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: '•';
  opacity: 1;
  color: transparent;
  border-radius: 50px;
  border: 2px solid white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.block-exhibition-listing__section .slick-dots li.slick-active button:before {
  background-color: white; }

.block-exhibition-listing__row--hint {
  margin-top: 2rem; }

.block-exhibition-listing__title--white {
  color: white; }

.block-exhibition-listing__slider-container {
  position: relative; }

.block-exhibition-listing__slider {
  position: relative; }

@media screen and (min-width: 1200px) {
  .block-exhibition-listing__row--hint {
    display: none; }
  .block-exhibition-listing__slider-container {
    position: initial; }
  .block-exhibition-listing__slider {
    flex-wrap: wrap;
    gap: 3rem 3%;
    position: initial;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row; } }

.block-full-width-image__section.parallax {
  height: 0;
  padding-bottom: 135%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

@media screen and (min-width: 576px) {
  .block-full-width-image__section.parallax {
    padding-bottom: 45%; } }

@media screen and (min-width: 1200px) {
  .block-full-width-image__section.parallax {
    padding-bottom: 35%; } }

@media screen and (min-width: 1921px) {
  .block-full-width-image__section.parallax {
    padding-bottom: 25%; } }

.block-image-and-caption__col {
  flex-wrap: wrap;
  gap: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.block-image-and-caption__info-wrapper {
  width: 100%; }

.block-image-and-caption__image-wrapper {
  width: 100%; }

.block-image-and-caption__image {
  width: 100%;
  border-radius: 10px; }

.block-image-and-caption__caption {
  margin: 1rem 0 0 0;
  width: 100%;
  font-style: italic;
  text-align: center; }

.block-image-and-caption__main-caption {
  margin: 1rem 0 0 0;
  font-style: italic;
  text-align: center; }

@media screen and (min-width: 576px) {
  .block-image-and-caption__col {
    gap: 2rem 6%; }
  .block-image-and-caption__info-wrapper {
    width: 47%; }
  .block-image-and-caption__caption {
    text-align: initial; }
  .block-image-and-caption__main-caption {
    text-align: initial; } }

@media screen and (min-width: 992px) {
  .block-image-and-caption__col {
    gap: 4rem 8%; }
  .block-image-and-caption__info-wrapper {
    width: 46%; } }

.block-image-and-cta-slider__section {
  display: none; }
  .block-image-and-cta-slider__section .slick-track {
    display: flex; }

.block-image-and-cta-slider__row--posts {
  margin-bottom: 3rem; }

.block-image-and-cta-slider__row--arrows {
  display: none; }

.block-image-and-cta-slider__col--arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row; }

.block-image-and-cta-slider__card-wrapper {
  display: none;
  height: inherit; }
  .block-image-and-cta-slider__card-wrapper.slick-current .block-image-and-cta-slider__image-wrapper {
    width: 100%; }

.block-image-and-cta-slider__card {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }

.block-image-and-cta-slider__image-wrapper {
  position: relative;
  display: block;
  transition: all 0.2s ease;
  margin-bottom: 2rem;
  padding-bottom: 100%;
  width: 40%;
  height: 0; }
  .block-image-and-cta-slider__image-wrapper.widthFull {
    width: 100%; }
  .block-image-and-cta-slider__image-wrapper.widthContain {
    width: 100%;
    margin: 0 2rem 2rem;
    padding-bottom: 50%; }

.block-image-and-cta-slider__image {
  position: absolute;
  border-radius: 104px;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%; }
  .widthContain .block-image-and-cta-slider__image {
    object-fit: contain;
    border-radius: 0; }

.block-image-and-cta-slider__text-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column; }

.block-image-and-cta-slider__card-title {
  width: 75%; }

.block-image-and-cta-slider__details-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }

.block-image-and-cta-slider__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 75%; }

.block-image-and-cta-slider__arrow {
  border-radius: 75px;
  background-color: #015571;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .block-image-and-cta-slider__arrow:first-of-type {
    margin-right: 1rem; }
  .block-image-and-cta-slider__arrow.slick-disabled {
    opacity: 0.5;
    cursor: initial; }

.block-image-and-cta-slider__arrow-image {
  width: 30%; }
  .block-image-and-cta-slider__arrow-image--prev {
    transform: rotate(180deg); }

.block-image-and-cta-cards__section {
  height: 350px; }
  .block-image-and-cta-cards__section.block-image-and-cta-cards__section--contain-image .block-image-and-cta-cards__section-inner {
    background-size: contain; }
  .block-image-and-cta-cards__section.block-image-and-cta-cards__section--contain-image:nth-child(3n+1), .block-image-and-cta-cards__section.block-image-and-cta-cards__section--contain-image:nth-child(3n+2) {
    margin-bottom: 18rem; }
    .block-image-and-cta-cards__section.block-image-and-cta-cards__section--contain-image:nth-child(3n+1) .block-image-and-cta-cards__card, .block-image-and-cta-cards__section.block-image-and-cta-cards__section--contain-image:nth-child(3n+2) .block-image-and-cta-cards__card {
      bottom: -14rem; }
  .block-image-and-cta-cards__section.block-image-and-cta-cards__section--contain-image:nth-child(3n+3) .block-image-and-cta-cards__image {
    object-fit: contain; }
  .block-image-and-cta-cards__section .block-image-and-cta-cards__section-inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .block-image-and-cta-cards__section:nth-child(3n+1) .block-image-and-cta-cards__section-inner, .block-image-and-cta-cards__section:nth-child(3n+2) .block-image-and-cta-cards__section-inner {
    height: 100%; }
  .block-image-and-cta-cards__section:nth-child(3n+1) .block-image-and-cta-cards__card, .block-image-and-cta-cards__section:nth-child(3n+2) .block-image-and-cta-cards__card {
    position: absolute;
    bottom: -8rem;
    padding: 3rem 2.5rem;
    width: calc(100% + 1rem + calc(var(--bs-gutter-x) * 0.5));
    color: white;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column; }
  .block-image-and-cta-cards__section:nth-child(3n+1) .block-image-and-cta-cards__image-wrapper, .block-image-and-cta-cards__section:nth-child(3n+2) .block-image-and-cta-cards__image-wrapper {
    display: none; }
  .block-image-and-cta-cards__section:nth-child(3n+2) .block-image-and-cta-cards__row {
    justify-content: flex-start; }
  .block-image-and-cta-cards__section:nth-child(3n+2) .block-image-and-cta-cards__card {
    right: 0;
    border-radius: 0 10px 10px 0;
    background-color: #7b5fa0; }
  .block-image-and-cta-cards__section:nth-child(3n+3) {
    height: initial; }
    .block-image-and-cta-cards__section:nth-child(3n+3) .block-image-and-cta-cards__section-inner {
      background-image: none !important;
      padding: 2.5rem 1rem 0; }
    .block-image-and-cta-cards__section:nth-child(3n+3) .block-image-and-cta-cards__row {
      justify-content: center; }
    .block-image-and-cta-cards__section:nth-child(3n+3) .block-image-and-cta-cards__card {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: column; }
    .block-image-and-cta-cards__section:nth-child(3n+3) .block-image-and-cta-cards__card-text,
    .block-image-and-cta-cards__section:nth-child(3n+3) .block-image-and-cta-cards__card-title {
      color: #3b3b3b;
      text-align: center; }
    .block-image-and-cta-cards__section:nth-child(3n+3) .block-image-and-cta-cards__cta {
      border: initial;
      background-color: #7b5fa0; }
  .block-image-and-cta-cards__section:nth-child(3n+1) .block-image-and-cta-cards__row {
    justify-content: flex-end; }
  .block-image-and-cta-cards__section:nth-child(3n+1) .block-image-and-cta-cards__card {
    left: 0;
    border-radius: 10px 0 0 10px;
    background-color: #015571; }

.block-image-and-cta-cards__container {
  height: 100%; }

.block-image-and-cta-cards__row {
  height: 100%; }

.block-image-and-cta-cards__card-wrapper {
  position: relative;
  height: 100%; }

.block-image-and-cta-cards__image-wrapper {
  width: 100%;
  height: 350px; }

.block-image-and-cta-cards__image {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%; }

@media screen and (min-width: 400px) {
  .block-image-and-cta-cards__col {
    width: 83.33333333%; } }

@media screen and (min-width: 576px) {
  .block-image-and-cta-cards__section {
    height: 500px; }
    .block-image-and-cta-cards__section:nth-child(3n+1) .block-image-and-cta-cards__card, .block-image-and-cta-cards__section:nth-child(3n+2) .block-image-and-cta-cards__card {
      width: calc(100% + 4rem + calc(var(--bs-gutter-x) * 0.5)); }
    .block-image-and-cta-cards__section:nth-child(3n+3) {
      height: initial; }
      .block-image-and-cta-cards__section:nth-child(3n+3) .block-image-and-cta-cards__section-inner {
        padding: 2.5rem 4rem 0; }
  .block-image-and-cta-cards__image-wrapper {
    height: 500px; } }

@media screen and (min-width: 1200px) {
  .block-image-and-cta-slider__section {
    display: block;
    position: relative; }
    .block-image-and-cta-slider__section::before {
      content: "";
      position: absolute;
      top: 2rem;
      bottom: 0;
      left: 0;
      right: 4rem;
      border-radius: 0 320px 320px 0;
      background: linear-gradient(45deg, rgba(123, 95, 160, 0) 0%, rgba(123, 95, 160, 0.11) 100%);
      height: 30%; }
    .block-image-and-cta-slider__section.white-bg::before {
      background: linear-gradient(45deg, rgba(123, 95, 160, 0) 0%, white 100%); }
  .block-image-and-cta-slider__row--arrows {
    display: flex; }
  .block-image-and-cta-cards__section {
    display: none; } }

@media screen and (min-width: 1400px) {
  .block-image-and-cta-slider__section::before {
    top: 4rem;
    right: 8rem;
    height: 30%; } }

@media screen and (min-width: 1600px) {
  .block-image-and-cta-slider__section::before {
    height: 40%; } }

.block-page-links .slick-list {
  margin: 0 -1rem; }

.block-page-links .slick-track {
  margin: 0 -1rem; }

.block-page-links .slick-track {
  margin-right: initial;
  margin-left: initial; }

.block-page-links .slick-dotted.slick-slider {
  margin-bottom: 0; }

.block-page-links .slick-dots {
  position: relative;
  bottom: initial;
  margin-top: 2rem; }

.block-page-links .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.block-page-links .slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: "•";
  opacity: 1;
  color: transparent;
  border-radius: 50px;
  border: 2px solid #015571;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.block-page-links .slick-dots li.slick-active button::before {
  background-color: #015571; }

.block-page-links__row {
  justify-content: center; }
  .block-page-links__row--hint {
    display: none; }

.block-page-links__slider-container {
  position: relative; }

.block-page-links__slider {
  position: relative; }
  @media screen and (min-width: 768px) {
    .block-page-links__slider {
      display: flex;
      justify-content: center;
      align-items: stretch;
      flex-wrap: wrap; }
      .block-page-links__slider.slick-initialized {
        display: block; } }

.block-page-links__card {
  display: flex;
  flex-direction: column;
  padding: 0 1rem 2rem; }
  @media screen and (min-width: 768px) {
    .block-page-links__card {
      width: 50%; }
      .slick-initialized .block-page-links__card {
        width: auto; } }
  @media screen and (min-width: 1200px) {
    .block-page-links__card {
      width: 25%; } }
  .block-page-links__card:hover .block-page-links__image {
    transform: scale(1.05); }

.block-page-links__image-wrapper {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  transform: scale(1);
  overflow: hidden;
  border-radius: 10px; }

.block-page-links__image {
  position: absolute;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.block-page-links__text-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }

.block-page-links__title {
  text-align: center;
  font-family: "Hind";
  font-weight: 400;
  margin-bottom: 0; }

.block-page-links .buttonCTA {
  margin-top: 1.5rem; }

@media screen and (min-width: 576px) {
  .block-page-links .slick-list {
    margin: 0; }
  .block-page-links__row {
    justify-content: flex-end; }
    .block-page-links__row--hint {
      display: flex;
      margin-top: 3rem; } }

@media screen and (min-width: 1200px) {
  .block-page-links__row {
    justify-content: center; }
    .block-page-links__row--hint {
      display: none; } }

.block-post-slider__section.section--blue .slick-dots li button::before {
  border: 2px solid white; }

.block-post-slider__section.section--blue .slick-dots li.slick-active button::before {
  background-color: white; }

.block-post-slider__section.section--blue__title {
  color: white; }

.block-post-slider__section.section--blue__arrow {
  background-color: white; }

.block-post-slider__section.section--blue .post-card__info-wrapper {
  color: white; }

.block-post-slider__section .slick-list {
  margin: 0 -1rem; }

.block-post-slider__section .slick-track {
  margin-right: initial;
  margin-left: initial; }

.block-post-slider__section .slick-dotted.slick-slider {
  margin-bottom: 0; }

.block-post-slider__section .slick-dots {
  position: relative;
  bottom: initial;
  margin-top: 2rem; }

.block-post-slider__section .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.block-post-slider__section .slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: "•";
  opacity: 1;
  color: transparent;
  border-radius: 50px;
  border: 2px solid #015571;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.block-post-slider__section .slick-dots li.slick-active button::before {
  background-color: #015571; }

.block-post-slider__section .post-card__info-wrapper {
  color: #015571; }

.block-post-slider__row--title {
  margin-bottom: 2rem; }

.block-post-slider__row--posts {
  justify-content: center;
  margin-bottom: 0; }

.block-post-slider__row--arrows {
  display: none; }

.block-post-slider__row--hint {
  margin-top: 2rem; }

.block-post-slider__col--title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.block-post-slider__col--arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row; }

.block-post-slider__col--hint {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.block-post-slider__title-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .block-post-slider__title-link:hover {
    opacity: 1; }
    .block-post-slider__title-link:hover img {
      left: 5px; }
  .block-post-slider__title-link img {
    display: block;
    position: relative;
    left: 0;
    transition: left ease 0.5s;
    margin-left: 1rem;
    width: 12px; }

.block-post-slider__title {
  margin: 0;
  color: #015571; }

.block-post-slider__chevron-link {
  display: none; }

.block-post-slider__slider-container {
  position: relative; }

.block-post-slider__slider {
  position: relative;
  width: initial; }

.block-post-slider__arrow {
  border-radius: 75px;
  background-color: #015571;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .block-post-slider__arrow:first-of-type {
    margin-right: 1rem; }
  .block-post-slider__arrow.slick-disabled {
    opacity: 0.5;
    cursor: initial; }
  .block-post-slider__arrow:hover {
    opacity: 1; }

.block-post-slider__arrow-image {
  width: 30%; }
  .block-post-slider__arrow-image--prev {
    transform: rotate(180deg); }

.block-post-slider__swipe-hint {
  position: relative;
  right: 0;
  -moz-animation: swipehint 4s infinite;
  -webkit-animation: swipehint 4s infinite;
  animation: swipeHint 4s infinite; }

@media screen and (min-width: 576px) {
  .block-post-slider__section .slick-list {
    margin: 0; }
  .block-post-slider__row--title {
    margin-bottom: 1rem; }
  .block-post-slider__row--arrows {
    display: flex; }
  .block-post-slider__row--posts {
    justify-content: flex-end;
    margin-bottom: 3rem; }
  .block-post-slider__row--hint {
    display: none; }
  .block-post-slider__col--title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row; }
  .block-post-slider__slider {
    width: calc(100% + 4rem + var(--bs-gutter-x) * 0.5); }
  .block-post-slider__title-link {
    pointer-events: none; }
    .block-post-slider__title-link img {
      display: none; }
  .block-post-slider__chevron-link {
    display: flex; } }

@media screen and (min-width: 1400px) {
  .block-post-slider__slider {
    width: calc(100% + 8rem + var(--bs-gutter-x) * 0.5); } }

.block-shortcode__col {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column; }

.block-shortcode__title {
  color: white; }

.block-shortcode__shortcode {
  width: 100%; }

.block-text-editor h2 {
  font-size: calc(min(max(1.625rem, 2.5vw), 2.25rem)); }

.block-text-editor h3 {
  font-size: calc(min(max(1.375rem, 2.5vw), 1.875rem)); }

.block-text-editor h4 {
  font-size: calc(min(max(1.25rem, 2.5vw), 1.5rem)); }

.block-text-editor a {
  font-weight: 500;
  text-decoration: underline; }

.block-text-editor__col--privacy {
  overflow: scroll; }

.block-text-editor__col hr {
  border: none;
  background-color: #015571;
  height: 1px; }

.block-text-editor__col > *:last-child {
  margin-bottom: 0; }

.block-text-editor__col ul li:last-child,
.block-text-editor__col ol li:last-child {
  margin-bottom: 0; }

.block-text-editor .alignleft {
  float: initial;
  width: 100%;
  height: auto;
  margin: 1.5rem 0;
  border-radius: 10px; }
  .block-text-editor .alignleft img {
    border-radius: 10px; }

.block-text-editor .alignright {
  float: initial;
  width: 100%;
  height: auto;
  margin: 1.5rem 0;
  border-radius: 10px; }
  .block-text-editor .alignright img {
    border-radius: 10px;
    margin-left: auto; }

.block-text-editor .aligncenter {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.5rem auto;
  border-radius: 10px; }
  .block-text-editor .aligncenter img {
    border-radius: 10px;
    margin-right: auto;
    margin-left: auto; }

.block-text-editor .alignnone {
  border-radius: 10px; }
  .block-text-editor .alignnone img {
    border-radius: 10px; }

.block-text-editor img {
  width: auto !important; }

@media screen and (min-width: 1600px) {
  .block-text-editor .alignleft {
    float: left;
    margin: 3rem 5rem 3rem 0; }
  .block-text-editor .alignright {
    float: right;
    margin: 3rem 0 3rem 5rem; }
  .block-text-editor .aligncenter {
    margin: 3rem auto; } }

.block-text-with-image-cta__row--cta-and-images {
  margin-bottom: 4rem; }

.block-text-with-image-cta__col {
  flex-wrap: wrap;
  gap: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .block-text-with-image-cta__col--heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row; }

.block-text-with-image-cta__info-container {
  flex-wrap: wrap;
  gap: 2.5rem 0;
  pointer-events: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }
  .block-text-with-image-cta__info-container--cta {
    pointer-events: initial; }
    .block-text-with-image-cta__info-container--cta:hover .block-text-with-image-cta__image {
      transform: scale(1.15); }
  .block-text-with-image-cta__info-container--museum:hover .block-text-with-image-cta__image {
    transform: scale(1); }

.block-text-with-image-cta__image-wrapper {
  position: relative;
  padding-bottom: 75%;
  width: 100%;
  height: 0;
  overflow: hidden;
  border-radius: 10px; }
  .block-text-with-image-cta__image-wrapper--left {
    order: 1; }
  .block-text-with-image-cta__image-wrapper--right {
    order: 1; }

.block-text-with-image-cta__image {
  position: absolute;
  transition: transform 1.5s ease 0s, -webkit-transform 1.5s ease 0s;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.block-text-with-image-cta__text-wrapper {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }
  .block-text-with-image-cta__text-wrapper--left {
    order: 2; }
  .block-text-with-image-cta__text-wrapper--right {
    order: 2; }

.block-text-with-image-cta__level-toggle {
  cursor: pointer; }
  .block-text-with-image-cta__level-toggle::after {
    content: "See More"; }
  .block-text-with-image-cta__level-toggle.active::after {
    content: "See Less"; }

  .block-text-with-image-cta__level-toggle.block_readmore-toggle::after {
    content: "Read More"; }
  .block-text-with-image-cta__level-toggle.block_readmore-toggle.active::after {
    content: "See Less"; }

.block-text-with-image-cta__level {
  display: none; }
  .block-text-with-image-cta__level.active {
    display: block; }
  .block-text-with-image-cta__level h3,
  .block-text-with-image-cta__level p {
    font-size: 1.25rem;
    margin-bottom: 1rem; }

  .block-text-with-image-cta__level.block_readmore h3,
  .block-text-with-image-cta__level.block_readmore p {
    font-size: inherit; }

.block-text-with-image-cta__level-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column; }
  .block-text-with-image-cta__level-wrapper h2,
  .block-text-with-image-cta__level-wrapper h3,
  .block-text-with-image-cta__level-wrapper p {
    margin-bottom: 1rem; }
  .block-text-with-image-cta__level-wrapper .buttonCTA {
    margin-bottom: 1.5rem; }

.block-text-with-image-cta__date {
  font-family: "Hind";
  font-weight: 400;
  margin-bottom: 0.5rem; }

@media screen and (min-width: 576px) {
  .block-text-with-image-cta__col {
    gap: 4rem 0; } }

@media screen and (min-width: 992px) {
  .block-text-with-image-cta__info-container {
    gap: 4rem 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }
  .block-text-with-image-cta__image-wrapper {
    padding-bottom: 35%;
    width: 48%; }
    .block-text-with-image-cta__image-wrapper--left {
      order: 1; }
    .block-text-with-image-cta__image-wrapper--right {
      order: 2; }
  .block-text-with-image-cta__text-wrapper {
    width: 48%;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column; }
    .block-text-with-image-cta__text-wrapper--left {
      order: 1; }
    .block-text-with-image-cta__text-wrapper--right {
      order: 2; } }

@media screen and (min-width: 1400px) {
  .block-text-with-image-cta__col {
    gap: 8rem 0; } }

.block-three-cta-cards__section {
  position: relative; }

.block-three-cta-cards__col {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3rem 0%; }

.block-three-cta-cards__card {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }
  .block-three-cta-cards__card:hover .block-three-cta-cards__image {
    transform: scale(1.15); }

.block-three-cta-cards__image-wrapper {
  position: relative;
  margin-bottom: 2.5rem;
  padding-bottom: 90%;
  width: 100%;
  height: 0;
  transform: scale(1);
  overflow: hidden;
  border-radius: 10px; }

.block-three-cta-cards__image {
  position: absolute;
  transition: transform 1.5s ease 0s,-webkit-transform 1.5s ease 0s;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.block-three-cta-cards__text-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column; }

@media screen and (min-width: 576px) {
  .block-three-cta-cards__col {
    gap: 4rem 10%; }
  .block-three-cta-cards__card {
    width: 45%; } }

@media screen and (min-width: 1200px) {
  .block-three-cta-cards__section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #006d96;
    width: 100%;
    height: 45%; }
  .block-three-cta-cards__col {
    gap: 4rem 5%; }
  .block-three-cta-cards__card {
    width: 30%; } }

@media screen and (min-width: 1400px) {
  .block-three-cta-cards__col {
    gap: 8rem 5%; } }

.block-three-images__col {
  gap: 3rem 5%;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row; }

.block-three-images__image-wrapper {
  position: relative;
  padding-bottom: 28%;
  width: 30%;
  height: 0; }

.block-three-images__image {
  position: absolute;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.block-two-cta-cards__col {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3rem 0; }

.block-two-cta-cards__card {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }
  .block-two-cta-cards__card:hover .block-two-cta-cards__image {
    transform: scale(1.15); }

.block-two-cta-cards__title {
  width: 75%; }

.block-two-cta-cards__image-wrapper {
  position: relative;
  margin-bottom: 2.5rem;
  padding-bottom: 70%;
  width: 100%;
  height: 0;
  transform: scale(1);
  overflow: hidden;
  border-radius: 10px; }

.block-two-cta-cards__image {
  position: absolute;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 1.5s ease 0s,-webkit-transform 1.5s ease 0s; }

.block-two-cta-cards__text-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column; }

.block-two-cta-cards__details-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }

.block-two-cta-cards__text {
  width: 75%; }

@media screen and (min-width: 576px) {
  .block-two-cta-cards__col {
    gap: 4rem 0; } }

@media screen and (min-width: 992px) {
  .block-two-cta-cards__col {
    gap: 4rem 4%; }
  .block-two-cta-cards__card {
    width: 48%; }
  .block-two-cta-cards__image-wrapper {
    padding-bottom: 50%;
    width: 60%; }
  .block-two-cta-cards__title {
    width: 100%; }
  .block-two-cta-cards__text {
    width: 60%; } }

@media screen and (min-width: 1400px) {
  .block-two-cta-cards__col {
    gap: 8rem 4%; } }

.block-video-embed__col hr {
  border: none;
  background-color: #015571;
  height: 1px; }

.block-video-embed__col .block-video-embed__caption-wrapper > *:last-child {
  margin-bottom: 0; }

.block-video-embed__col ul li:last-child, .block-video-embed__col ol li:last-child {
  margin-bottom: 0; }

.block-video-embed .alignleft {
  float: initial;
  margin: 1.5rem 0;
  border-radius: 10px; }
  .block-video-embed .alignleft img {
    border-radius: 10px; }

.block-video-embed .alignright {
  float: initial;
  margin: 1.5rem 0;
  border-radius: 10px; }
  .block-video-embed .alignright img {
    border-radius: 10px; }

.block-video-embed .aligncenter {
  display: block;
  margin: 1.5rem 0;
  border-radius: 10px; }
  .block-video-embed .aligncenter img {
    border-radius: 10px; }

.block-video-embed .alignnone {
  border-radius: 10px; }
  .block-video-embed .alignnone img {
    border-radius: 10px; }

.block-video-embed__video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0; }
  .block-video-embed__video-wrapper > iframe {
    width: 100%;
    height: 100%;
    position: absolute; }

.block-video-embed__caption-wrapper {
  margin-top: 2rem; }

.text-without-image-cta__section .g-5 {
  --bs-gutter-x: 5rem;
  --bs-gutter-y: 5rem; }

.text-without-image-cta__col {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row; }
  .text-without-image-cta__col--heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row; }

.text-without-image-cta__info-container {
  height: 100%; }
  .text-without-image-cta__info-container--cta {
    pointer-events: initial; }
    .text-without-image-cta__info-container--cta:hover .text-without-image-cta__image {
      transform: scale(1.15); }

.text-without-image-cta__text-wrapper {
  width: 100%;
  height: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between; }
  .text-without-image-cta__text-wrapper h2 {
    margin-bottom: 0; }
  .text-without-image-cta__text-wrapper p {
    margin-top: 1rem;
    margin-bottom: 0;
    overflow: hidden; }
  .text-without-image-cta__text-wrapper .buttonCTA {
    margin-top: 1rem; }

.text-without-image-cta__text-small {
  font-size: 0.875rem; }
  .text-without-image-cta__text-small * {
    font-size: 0.875rem; }

@media screen and (min-width: 992px) {
  .text-without-image-cta__section .g-5 {
    --bs-gutter-x: 10rem;
    --bs-gutter-y: 6rem; }
  .text-without-image-cta__text-wrapper p {
    margin-top: 1.5rem;
    font-size: 1.125rem; }
  .text-without-image-cta__text-wrapper .buttonCTA {
    margin-top: 2rem; } }

.block-team-member-content__image-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 130%;
  width: 100%;
  height: 0;
  border-radius: 10px; }

.block-team-member-content__image {
  position: absolute;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.block-team-member-content__image-wrapper img.block-team-member-content__image {
    width: 100% !important;
}

.block-team-member-content__cta-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row; }

.block-team-member-content__title {
  margin-bottom: 1rem !important; }

@media screen and (min-width: 992px) {
  .block-team-member-content__title {
    margin-bottom: 0 !important; } }

.contact-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .contact-hero__title {
    color: white; }
  .contact-hero__section--top {
    position: relative;
    top: 0;
    bottom: 0;
    margin: calc(112px + 3rem) 0 3rem;
    width: 100%; }
  .contact-hero__section--bottom {
    position: relative;
    background-color: #015571;
    color: white;
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .contact-hero__container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%; }
    .contact-hero__container--form {
      display: block; }
  .contact-hero__row--form {
    height: 100%; }
  .contact-hero__row--details {
    pointer-events: none;
    margin-bottom: 2rem; }
    .contact-hero__row--details .col-12 {
      pointer-events: all; }
  .contact-hero__shortcode {
    position: relative;
    border-radius: 10px;
    background-color: white;
    padding: 3.5rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    z-index: 2; }
    .contact-hero__shortcode .wpcf7 {
      width: 100%;
      height: auto; }
      .contact-hero__shortcode .wpcf7 .wpcf7-form {
        display: flex;
        flex-direction: column;
        justify-content: stretch;
        align-items: flex-start;
        height: auto; }
        .contact-hero__shortcode .wpcf7 .wpcf7-form > p {
          width: 100%;
          display: flex;
          align-items: flex-start;
          justify-content: flex-start;
          flex-direction: column; }
          .contact-hero__shortcode .wpcf7 .wpcf7-form > p br {
            display: none; }
          .contact-hero__shortcode .wpcf7 .wpcf7-form > p:nth-child(5n) {
            position: relative; }
            .contact-hero__shortcode .wpcf7 .wpcf7-form > p:nth-child(5n) > p {
              position: absolute;
              bottom: 0;
              right: 0;
              margin: 0; }
          .contact-hero__shortcode .wpcf7 .wpcf7-form > p:nth-child(6n) {
            display: none; }
          .contact-hero__shortcode .wpcf7 .wpcf7-form > p > span {
            width: 100%; }
            .contact-hero__shortcode .wpcf7 .wpcf7-form > p > span.message-instruction {
              color: rgba(1, 85, 113, 0.37); }
          .contact-hero__shortcode .wpcf7 .wpcf7-form > p input[type="submit"] {
            background: url("../images/icons/submit-arrow.svg");
            background-size: 50%;
            background-position: 43% 54%;
            background-repeat: no-repeat;
            background-color: #7b5fa0;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
            border: none;
            border-radius: 100px;
            padding: 1rem;
            width: 50px;
            height: 50px;
            font-size: 0;
            margin-right: -2px;
            margin-bottom: -20px;
            cursor: pointer;
            transition: transform 0.8s ease 0s, -webkit-transform 0.8s ease 0s; }
            .contact-hero__shortcode .wpcf7 .wpcf7-form > p input[type="submit"]:hover {
              transform: scale(1.2); }
          .contact-hero__shortcode .wpcf7 .wpcf7-form > p input:not([type="submit"]) {
            padding-bottom: 0.2rem;
            border: none;
            border-bottom: 1px solid #015571;
            width: 100%;
            color: #006d96;
            font-family: "Hind";
            line-height: 150%; }
            .contact-hero__shortcode .wpcf7 .wpcf7-form > p input:not([type="submit"]):focus {
              outline: none; }
          .contact-hero__shortcode .wpcf7 .wpcf7-form > p textarea {
            padding: 1rem 0;
            width: 100%;
            border: none;
            border-bottom: 1px solid #015571;
            font-family: "Hind";
            line-height: 150%;
            color: #006d96;
            height: 9.375rem; }
            .contact-hero__shortcode .wpcf7 .wpcf7-form > p textarea:focus {
              outline: none; }
            .contact-hero__shortcode .wpcf7 .wpcf7-form > p textarea::-webkit-scrollbar {
              display: none; }
            .contact-hero__shortcode .wpcf7 .wpcf7-form > p textarea::placeholder {
              color: #015571;
              opacity: 0.37; }
        .contact-hero__shortcode .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
          display: block;
          text-align: left;
          font-size: 0.875rem;
          line-height: 1rem;
          margin-top: 0.2rem; }
        .contact-hero__shortcode .wpcf7 .wpcf7-form .ajax-loader {
          display: none; }
    .contact-hero__shortcode .wpcf7 form .wpcf7-response-output {
      padding: 1rem;
      border: 2px solid #015571;
      color: #dc3232;
      font-size: 1em; }
    .contact-hero__shortcode .wpcf7 form.failed .wpcf7-response-output,
    .contact-hero__shortcode .wpcf7 form.aborted .wpcf7-response-output,
    .contact-hero__shortcode .wpcf7 form.sent .wpcf7-response-output {
      border: 2px solid #015571; }
  .contact-hero__address {
    font-family: "Hind";
    line-height: 175%; }
  .contact-hero__tel {
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column; }
    .contact-hero__tel span {
      display: block; }

@media (min-width: 576px) {
  .contact-hero__section--top {
    margin: calc(112px + 4rem) 0 4rem; }
  .contact-hero__section--bottom {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .contact-hero__shortcode .wpcf7 .wpcf7-form > p input[type="submit"] {
    background-size: initial;
    width: 80px;
    height: 80px; } }

@media (min-width: 992px) {
  .contact-hero__section--top {
    position: absolute;
    margin: 176px 0 4rem; } }

.event-slider__section--archive {
  background-color: #015571; }

.event-slider__section .slick-list {
  margin: 0 -1rem; }

.event-slider__section .slick-track {
  margin-right: initial;
  margin-left: initial; }

.event-slider__section .slick-dotted.slick-slider {
  margin-bottom: 0; }

.event-slider__section .slick-dots {
  position: relative;
  bottom: initial;
  margin-top: 2rem; }

.event-slider__section .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.event-slider__section .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: '•';
  opacity: 1;
  color: transparent;
  border-radius: 50px;
  border: 2px solid white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.event-slider__section .slick-dots li.slick-active button:before {
  background-color: white; }

.event-slider__row--title {
  margin-bottom: 2rem; }

.event-slider__row--posts {
  justify-content: center;
  margin-bottom: 0; }

.event-slider__row--arrows {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem; }

.event-slider__row--hint {
  margin-top: 2rem; }

.event-slider__col--title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.event-slider__col--arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.event-slider__col--hint {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.event-slider__title-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .event-slider__title-link:hover {
    opacity: 1; }
    .event-slider__title-link:hover img {
      left: 5px; }
  .event-slider__title-link img {
    display: block;
    position: relative;
    left: 0;
    transition: left ease 0.5s;
    margin-left: 1rem;
    width: 12px; }

.event-slider__title {
  margin: 0;
  color: white; }

.event-slider__chevron-link {
  display: none; }

.event-slider__slider-container {
  position: relative; }

.event-slider__slider {
  position: relative;
  width: initial; }

.event-slider__arrow-container {
  display: none; }

.event-slider__arrow {
  border-radius: 75px;
  background-color: white;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .event-slider__arrow:first-of-type {
    margin-right: 1rem; }
  .event-slider__arrow.slick-disabled {
    opacity: 0.5;
    cursor: initial; }

.event-slider__arrow-image {
  width: 30%; }
  .event-slider__arrow-image--prev {
    transform: rotate(180deg); }
  .event-slider__arrow-image--archive-desktop {
    display: none; }

.event-slider__swipe-hint {
  position: relative;
  right: 0px;
  -moz-animation: swipeHint 4s infinite;
  -webkit-animation: swipeHint 4s infinite;
  animation: swipeHint 4s infinite; }

@media screen and (min-width: 992px) {
  .event-slider__section--archive {
    background-color: initial; }
  .event-slider__section .slick-list {
    margin: 0; }
  .event-slider__row--posts {
    justify-content: flex-end; }
  .event-slider__row--hint {
    display: none; }
  .event-slider__col--title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row; }
  .event-slider__col--arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row; }
  .event-slider__slider {
    width: calc(100% + 4rem + var(--bs-gutter-x) * 0.5); }
  .event-slider__arrow-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row; }
  .event-slider__arrow--archive {
    background-color: #015571; }
  .event-slider__arrow-image--archive-mobile {
    display: none; }
  .event-slider__arrow-image--archive-desktop {
    display: initial; }
  .event-slider__title-link {
    pointer-events: none; }
    .event-slider__title-link img {
      display: none; }
  .event-slider__chevron-link {
    display: flex; } }

@media screen and (min-width: 1400px) {
  .event-slider__slider {
    width: calc(100% + 8rem + var(--bs-gutter-x) * 0.5); } }

.event-card__info-container {
  margin: 0 1rem; }
  .event-card__info-container:hover .post-card__cta img {
    left: 5px; }

.event-card__image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  padding-bottom: 65%;
  width: 100%;
  height: 0; }

.event-card__image {
  position: absolute;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.event-card__info-wrapper {
  margin-top: 4rem;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }

.event-card__date-label {
  position: absolute;
  bottom: -2rem;
  border-radius: 100px;
  background-color: white;
  padding: 0 0.2rem 0 2rem;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.event-card__date {
  display: block;
  font-family: "Hind";
  line-height: 160%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.event-card__cal-wrapper {
  flex: 0 0 60px;
  margin-left: 1rem;
  border-radius: 100px;
  background-color: #006d96;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .event-card__cal-wrapper img {
    width: 60%; }

.event-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.5rem; }

.event-card__intro {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 150%;
  margin-bottom: 2rem; }

@media screen and (min-width: 992px) {
  .event-card__info-container {
    margin: 0 2.5rem 0 0; }
    .event-card__info-container:hover .event-card__image {
      transform: scale(1.15); }
  .event-card__image-wrapper {
    transform: scale(1);
    overflow: hidden;
    border-radius: 10px; }
  .event-card__image {
    transition: transform 1.5s ease 0s, -webkit-transform 1.5s ease 0s;
    border-radius: initial; }
  .event-card__info-wrapper {
    margin-top: 0;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column; }
    .event-card__info-wrapper--archive {
      color: #015571; }
  .event-card__date-label {
    top: 1rem;
    right: 1rem;
    bottom: initial;
    margin-left: 1rem; } }

@media screen and (min-width: 1400px) {
  .event-card__info-container {
    margin: 0 4rem 0 0; } }

.event-content {
  background-color: #015571; }

.event-details__section {
  overflow: hidden; }

.event-details__row {
  display: flex;
  justify-content: center;
  position: relative; }

.event-details__col--main {
  position: relative;
  top: 0;
  z-index: 1;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row; }

.event-details__main-image-wrapper {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  width: 100%; }

.event-details__main-image {
  position: absolute;
  border-radius: 500px;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.event-details__date-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .event-details__date-wrapper sup {
    font-size: 44px; }

.event-details__date {
  display: block;
  width: max-content;
  color: white; }
  .event-details__date--day {
    font-size: 68px;
    font-family: "Hind";
    line-height: 64px; }
  .event-details__date--month {
    font-size: 52px;
    font-family: "Montserrat"; }

.event-details__details-container {
  position: relative;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }
  .event-details__details-container h2 {
    margin-bottom: 1rem;
    color: white; }
  .event-details__details-container h5 {
    color: white; }

.event-details__other-image-container {
  margin: 1rem 0 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: relative; }
  .event-details__other-image-container::before {
    content: "";
    position: absolute;
    top: 30%;
    background-color: white;
    width: 100vw;
    height: 1000000000000000000px; }

.event-details__other-image-wrapper {
  position: relative;
  width: 100%; }
  .event-details__other-image-wrapper--multiple:first-of-type {
    margin-right: 2rem; }

.event-details__other-image {
  border-radius: 10px;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.event-details__info-wrapper {
  position: relative;
  color: #015571; }
  .event-details__info-wrapper > *:last-child {
    margin-bottom: 0; }
  .event-details__info-wrapper ul li:last-child,
  .event-details__info-wrapper ol li:last-child {
    margin-bottom: 0; }

.event-details__cta {
  margin-top: 2rem; }

@media screen and (min-width: 1200px) {
  .event-details__section {
    overflow: initial; }
  .event-details__row {
    display: flex;
    flex-direction: column;
    justify-content: initial;
    align-items: flex-start;
    padding-top: 130px; }
  .event-details__col--main {
    position: absolute;
    margin-bottom: 0; }
  .event-details__col--details {
    align-self: center; }
  .event-details__main-image-wrapper {
    padding-bottom: 0;
    width: 200px;
    height: 200px; }
  .event-details__main-image {
    position: initial; }
  .event-details__date-wrapper {
    top: initial;
    bottom: 50%;
    left: 50%;
    width: initial; }
    .event-details__date-wrapper sup {
      font-size: 35px; }
  .event-details__date--day {
    font-size: 70px;
    line-height: 60px; }
  .event-details__date--month {
    font-size: 50px; }
  .event-details__details-container {
    padding: 3.5rem;
    background-color: white;
    text-align: initial;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column; }
    .event-details__details-container h2 {
      color: #015571; }
    .event-details__details-container h5 {
      color: #015571; }
  .event-details__other-image-container {
    margin: 0 0 2rem;
    position: initial; }
    .event-details__other-image-container::before {
      display: none; }
  .event-details__cta {
    align-self: flex-end; } }

@media screen and (min-width: 1600px) {
  .event-details__row {
    padding-top: 180px; }
  .event-details__main-image-wrapper {
    width: 275px;
    height: 275px; }
  .event-details__date-wrapper sup {
    font-size: 60px; }
  .event-details__date--day {
    font-size: 122px;
    line-height: 90px; }
  .event-details__date--month {
    font-size: 92px; }
  .event-details__details-container {
    padding: 4.5rem; } }

.popular-faqs__row--questions {
  margin-bottom: 3rem; }

.popular-faqs__slider-container {
  position: relative; }

.popular-faqs__slider::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 75%, white 100%); }

.popular-faqs__question {
  transform: all 0.2s ease;
  margin: 0 1.5rem 0 0; }
  .popular-faqs__question.slick-current {
    opacity: .75; }

.popular-faqs__arrow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  /* top: 50%; */
  /* margin-top: -37.5px; */
  height: 100%;
  border-radius: 75px;
  background-color: #015571;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .popular-faqs__arrow:hover {
    opacity: 1; }

.faq-listing__row--filter {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem; }

.faq-card__container {
  border-bottom: 1px solid #015571;
  padding: 0 1rem; }

.faq-card__accordion-wrapper {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row; }
  .faq-card__accordion-wrapper h3 {
    margin-bottom: 0;
    padding-right: 1rem;
    width: 90%;
    font-family: "Hind"; }

.faq-card__icon {
  display: block;
  transition: all 0.4s ease-in-out; }

.faq-card__panel-wrapper {
  display: none; }

.faq-card__download-container {
  margin-bottom: 1.5rem; }

.faq-download__text {
  display: block;
  font-family: "Hind";
  line-height: 175%; }

.rotate {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

@media screen and (min-width: 992px) {
  .faq-card__download-container {
    margin-bottom: 2rem; } }

.news-card__info-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }
  .news-card__info-container:hover {
    opacity: 0.75; }
    .news-card__info-container:hover .news-card__image {
      transform: scale(1.15); }
  .news-card__info-container--slider {
    margin: 0 1rem; }

.news-card__image-wrapper {
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 90%;
  width: 100%;
  height: 0;
  transform: scale(1);
  overflow: hidden;
  border-radius: 10px; }

.news-card__image {
  position: absolute;
  transition: transform 1.5s ease 0s, -webkit-transform 1.5s ease 0s;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.news-card__info-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }
  .news-card__info-wrapper--white {
    color: white; }

.news-card__date {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Hind";
  line-height: 185%; }

.news-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.5rem; }

.news-card__intro {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.5rem; }

@media screen and (min-width: 576px) {
  .news-card__info-container {
    width: 47.5%; }
    .news-card__info-container--awards {
      align-items: flex-start; }
  .news-card__info-wrapper--awards {
    align-items: flex-start;
    text-align: left; } }

@media screen and (min-width: 1200px) {
  .news-card__info-container {
    width: 48.5%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row; }
    .news-card__info-container--awards {
      align-items: center; }
    .news-card__info-container--slider {
      margin: 0; }
  .news-card__image-wrapper {
    flex: 0 0 40%;
    margin-bottom: 0;
    padding-bottom: 42%;
    width: 40%; }
  .news-card__info-wrapper {
    padding-left: 2rem;
    text-align: initial;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column; }
    .news-card__info-wrapper--awards {
      padding-left: 0; } }

@media screen and (min-width: 1400px) {
  .news-card__intro {
    -webkit-line-clamp: 3; } }

.news-details__back-link {
  margin-bottom: 2rem;
  text-decoration: none;
  font-family: "Hind";
  line-height: 175%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row; }
  .news-details__back-link--event {
    position: absolute;
    right: 0;
    z-index: 2;
    color: white; }
  .news-details__back-link--event-desktop {
    display: none;
    top: -4rem; }
  .news-details__back-link--event-mobile {
    top: -3rem; }
  .news-details__back-link:hover img {
    right: 5px; }
  .news-details__back-link img {
    position: relative;
    right: 0;
    transition: right ease 0.5s;
    transform: rotate(90deg); }
  .news-details__back-link span {
    text-transform: uppercase;
    margin-left: 1rem; }

.news-details__date {
  margin-bottom: 0.5rem;
  font-family: "Hind";
  font-weight: 400; }

.news-details__title--career {
  margin-bottom: 0; }

.news-details__author-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row; }

.news-details__author-image-wrapper {
  display: block;
  margin-right: 1rem;
  width: 70px;
  height: 70px; }

.news-details__author-image {
  border-radius: 100px;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.news-details__author-name {
  margin-bottom: 0;
  font-family: "Hind";
  font-weight: 600; }

.news-details__image-wrapper {
  position: relative;
  padding-bottom: 50%;
  width: 100%;
  height: 0; }

.news-details__image {
  position: absolute;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%; }

@media screen and (min-width: 1200px) {
  .news-details__back-link--event-desktop {
    display: flex; }
  .news-details__back-link--event-mobile {
    display: none; } }

.resp-img {
  position: relative;
  height: 0;
  overflow: hidden;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50%;
  padding-top: 62.5%;
  border-radius: 10px; }
  .resp-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 300ms;
    object-fit: cover;
    object-position: 50% 50%; }

.news-listing__row--posts {
  margin-bottom: 3rem; }

.news-listing__col--card {
  flex-wrap: wrap;
  gap: 3rem 5%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row; }

.news-listing__title {
  text-align: center; }

@media screen and (min-width: 992px) {
  .news-listing__row--posts {
    margin-bottom: 4rem; }
  .news-listing__title {
    text-align: left; } }

@media screen and (min-width: 1200px) {
  .news-listing__col--card {
    gap: 3rem 3%; } }

.post-card__info-container {
  margin: 0 1rem; }
  .post-card__info-container:hover .post-card__cta img {
    left: 5px; }
  .post-card__info-container:hover .post-card__image {
    transform: scale(1.15); }

.post-card__image-wrapper {
  position: relative;
  display: block;
  margin-bottom: 2rem;
  padding-bottom: 80%;
  width: 100%;
  height: 0;
  transform: scale(1);
  overflow: hidden;
  border-radius: 10px; }

.post-card__image {
  position: absolute;
  transition: transform 1.5s ease 0s, -webkit-transform 1.5s ease 0s;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.post-card__info-wrapper {
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }

.post-card__date {
  display: block;
  margin-bottom: 1.25rem; }

.post-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.25rem; }

.post-card__intro {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

@media screen and (min-width: 576px) {
  .post-card__info-container {
    margin: 0 2.5rem 0 0; }
  .post-card__info-wrapper {
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column; } }

@media screen and (min-width: 1400px) {
  .post-card__info-container {
    margin: 0 4rem 0 0; } }

.team-archive__row--filter {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem; }

.team-archive__row--posts {
  margin-bottom: 3rem; }

.team-archive__row--hint {
  margin-top: 2rem; }

.team-archive__row--team-member-listing-block {
  margin-bottom: 0; }

.team-archive__row .slick-slide {
  margin: 0 10px; }

.team-archive__row .slick-list {
  margin: 0 -10px; }

.team-archive__col--listing {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0; }

.team-card__info-container {
  width: 100%; }
  .team-card__info-container:hover {
    opacity: 0.75; }
    .team-card__info-container:hover .team-card__image {
      transform: scale(1.15); }

.team-card__image-wrapper {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  transform: scale(1);
  overflow: hidden;
  border-radius: 10px; }

.team-card__image {
  position: absolute;
  transition: transform 1.5s ease 0s, -webkit-transform 1.5s ease 0s;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%; }
  .team-card__image--default {
    object-fit: contain; }

.team-card__info-wrapper {
  text-align: center; }

.team-card__title {
  margin-bottom: 0.5rem; }

.team-card__job {
  line-height: 150%; }
  .team-card__job--committee {
    font-family: "Hind"; }
  .team-card__job--position {
    font-family: "Hind"; }

.team-card__intro {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.team-details__job {
  margin-bottom: 0.5rem; }
  .team-details__job:last-of-type {
    margin: 0; }

.team-details__committee {
  font-family: "Hind"; }

@media screen and (min-width: 576px) {
  .team-archive__row--hint {
    margin-top: 3rem; }
  .team-archive__col--listing {
    gap: 3rem 10%; }
  .team-card__info-container {
    width: 45%; }
  .team-card__image-wrapper {
    padding-bottom: 130%; }
  .team-details__job {
    margin-bottom: 1rem; }
    .team-details__job:last-of-type {
      margin: 0; } }

@media screen and (min-width: 992px) {
  .team-archive__row--filter {
    margin-bottom: 3rem; }
  .team-archive__row--posts {
    margin-bottom: 4rem; }
  .team-archive__row--hint {
    display: none; }
  .team-archive__row--team-member-listing-block {
    margin-bottom: 0; }
  .team-card__info-wrapper {
    text-align: left; } }

@media screen and (min-width: 1200px) {
  .team-archive__col--listing {
    gap: 4rem 11%; }
  .team-card__info-container {
    width: 26%; } }

.subnav__section {
  display: none;
  padding: 1rem 0 3rem 0; }
  @media screen and (min-width: 992px) {
    .subnav__section {
      padding: 5rem 0; } }

.subnav__col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.subnav__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #015571; }

.subnav__link {
  display: block;
  margin: 1rem;
  font-family: "Hind"; }
  .subnav__link--current {
    text-decoration: underline; }
  .subnav__link:hover {
    text-decoration: underline; }

.drop-down-subnav__section {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #015571; }
  .drop-down-subnav__section.active .drop-down-subnav__link img {
    transform: rotate(180deg); }
  .drop-down-subnav__section.active .drop-down-subnav__nav {
    opacity: 1;
    z-index: 1;
    pointer-events: all;
    transition: opacity 125ms ease 125ms; }

.drop-down-subnav__link {
  padding: 1rem;
  font-family: "Hind";
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .drop-down-subnav__link--main {
    padding: 0 1rem 0.75rem;
    color: #015571; }
  .drop-down-subnav__link--current {
    display: none; }
  .drop-down-subnav__link span {
    display: block;
    line-height: 165%; }
  .drop-down-subnav__link img {
    display: block;
    transition: all 0.2s ease;
    margin-left: 1rem; }

.drop-down-subnav__nav {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  transform: translate3d(0, 0, 0);
  transition: opacity 125ms ease 0ms;
  background-color: #015571;
  padding: 1rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

@media screen and (min-width: 992px) {
  .subnav__section {
    display: block; }
  .drop-down-subnav__section {
    display: none; } }

.error-404__section {
  background-color: #015571; }

.error-404__container {
  height: 100%; }

.error-404__row {
  height: 100%; }

.error-404__col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.error-404__wrapper {
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.search-bar {
  display: none;
  margin: 0 3rem 0 0;
  /* Hold final focused state
   ****************************/ }
  .search-bar form {
    transition: all 0.15s; }
  .search-bar form.explode {
    transform: scale(1.4);
    opacity: 0; }
  .search-bar html {
    padding-top: 100px; }
  .search-bar form {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    position: relative; }
  .search-bar input[type="submit"] {
    display: none; }
  .search-bar input[type="search"]::placeholder {
    color: white;
    opacity: .6; }
  .search-bar input {
    width: 100%; }
  .search-bar input {
    background: none;
    border: 3px solid #fff;
    border-radius: 26px;
    box-sizing: border-box;
    padding: 5px 15px 7px;
    font-size: 14px;
    color: #fff;
    z-index: 2;
    position: relative; }
  .search-bar input:focus {
    outline: none; }
  .search-bar .after {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
  .search-bar form.expand .after {
    cursor: pointer; }
  .search-bar .after:before,
  .search-bar .after:after {
    content: '';
    width: 13px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    transform-origin: 100% 100%; }
  .search-bar .after:after {
    bottom: -3px;
    right: -3px;
    transform: rotate(45deg); }
  .search-bar .after:before {
    top: -3px;
    right: -3px;
    transform: rotate(-45deg);
    opacity: 0; }
  .search-bar form,
  .search-bar form .after,
  .search-bar form .after:before,
  .search-bar form .after:after {
    animation-duration: 1.1s;
    animation-fill-mode: forwards; }
  .search-bar form.in {
    animation-name: expand; }
  .search-bar form.in .after:before {
    animation-name: beforemagic; }
  .search-bar form.in .after:after {
    animation-name: aftermagic; }
  .search-bar form.close,
  .search-bar form.close .after,
  .search-bar form.close .after:before,
  .search-bar form.close .after:after {
    animation-direction: reverse; }
  .search-bar form.close {
    animation-name: expand; }
  .search-bar form.close .after:before {
    animation-name: beforemagic; }
  .search-bar form.close .after:after {
    animation-name: aftermagic; }
  .search-bar form.expand {
    width: 250px;
    color: #fff; }
  .search-bar form.expand .after {
    z-index: 3; }
  .search-bar form.expand .after:before {
    width: 20px;
    top: 9px;
    right: 13px;
    opacity: 1; }
  .search-bar form.expand .after:after {
    width: 20px;
    bottom: 10px;
    right: 15px; }

@keyframes aftermagic {
  0% { }
  10% {
    width: 24px;
    bottom: -10px;
    right: -10px; }
  15% {
    opacity: 1; }
  35% {
    width: 13px;
    bottom: -3px;
    right: -3px;
    opacity: 0; }
  25% {
    opacity: 0; }
  64% {
    opacity: 0; }
  65% {
    opacity: 1;
    width: 13px;
    bottom: -2px;
    right: -3px; }
  75% {
    width: 30px;
    bottom: 4px;
    right: 10px; }
  90% {
    width: 20px;
    bottom: 10px;
    right: 15px; }
  100% {
    width: 20px;
    bottom: 10px;
    right: 15px; } }

.mobile-search {
  margin: 0 1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .mobile-search__icon {
    width: 32px; }
    .mobile-search__icon--white {
      display: block; }
    .mobile-search__icon--blue {
      display: none; }

@media screen and (min-width: 576px) {
  .mobile-search {
    margin: 0 2rem 0 0; }
    .mobile-search__icon {
      width: initial; } }

@media screen and (min-width: 1200px) {
  .search-bar {
    display: block; }
  .mobile-search {
    display: none; } }

.search__section .search-form {
  position: relative; }
  .search__section .search-form .search-field {
    width: 100%;
    border-radius: 50px;
    border: 1px solid #015571;
    padding: 0.8rem 4rem 0.8rem 1.5rem;
    font-family: "Hind";
    color: #015571;
    outline: none; }
    .search__section .search-form .search-field::-webkit-search-decoration, .search__section .search-form .search-field::-webkit-search-cancel-button, .search__section .search-form .search-field::-webkit-search-results-button, .search__section .search-form .search-field::-webkit-search-results-decoration {
      display: none; }
    .search__section .search-form .search-field::placeholder {
      color: #015571;
      opacity: 0.5; }

.search__section .search-submit {
  position: absolute;
  right: 0;
  transition: all 0.2s ease;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/icons/search-blue.svg");
  background-position: center;
  background-size: 40%;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  width: 70px;
  height: 100%;
  font-size: 0;
  cursor: pointer; }
  .search__section .search-submit:hover {
    opacity: 0.75; }

.search__section .pagination {
  flex-wrap: wrap;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .search__section .pagination span,
  .search__section .pagination a {
    margin: 1rem 0.3rem;
    border: 2px solid #015571;
    border-radius: 100px;
    width: 42px;
    height: 42px;
    font-family: "Hind";
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    padding: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }
  .search__section .pagination a.next, .search__section .pagination a.prev {
    display: none; }
  .search__section .pagination span.current {
    background: #015571;
    color: white; }

.search__row--search {
  margin-bottom: 2rem; }

.search__number-of-results {
  padding: 0 1rem;
  font-family: "Hind"; }

.search__card {
  display: block;
  padding: 0 1rem; }
  .search__card h3 img {
    position: relative;
    transition: right ease 0.5s;
    right: 0;
    margin-left: 2rem; }
  .search__card:hover {
    opacity: 0.75; }
    .search__card:hover h3 img {
      right: -10px; }

@media screen and (min-width: 1200px) {
  .search__section .pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row; } }

.member-login {
  background-color: #015571; }
  .member-login__section {
    position: relative; }
  .member-login__title {
    color: white; }
  .member-login__intro {
    color: white; }
  .member-login label {
    display: block;
    color: white; }
  .member-login__input--username {
    margin-bottom: 2rem; }
  .member-login__input--password {
    margin-bottom: 1rem; }
  .member-login__input--checkbox {
    margin-right: 0.5rem; }
  .member-login input[type="text"],
  .member-login input[type="password"] {
    display: block;
    padding: 1rem;
    width: 100%;
    height: 4rem;
    color: #006d96;
    font-family: "hgs-reg"; }
    .member-login input[type="text"]::placeholder,
    .member-login input[type="password"]::placeholder {
      color: #006d96;
      font-family: "Hind";
      opacity: 0.75; }
  .member-login__remember-wrapper {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row; }
  .member-login__login-wrapper {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row; }
  .member-login__forgot-link {
    font-family: "Hind";
    color: white;
    text-decoration: underline; }
  .member-login__register-wrapper {
    color: white; }
  .member-login__register-link {
    font-family: "Hind";
    color: #0cf; }

.woocommerce img.site-header__logo-image,
.woocommerce-page img.site-header__logo-image {
  height: 100%;
  max-width: initial; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  transition: all 0.2s ease;
  background-color: #006d96; }
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    background-color: #006d96;
    opacity: 0.75; }

.woocommerce-message {
  border-top-color: #006d96; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 16px;
  background-color: #006d96;
  text-transform: uppercase;
  font-family: "Hind";
  padding: 1rem 3rem;
  white-space: nowrap; }

.woocommerce-cart .wc-proceed-to-checkout {
  display: flex;
  justify-content: flex-end;
  margin: 2rem 0 0 0;
  padding: 0; }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    margin: 0; }

.coupon {
  display: none; }

.cart_totals h2 {
  margin-bottom: 1.5rem; }

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  margin-top: 3rem; }

.woocommerce-info {
  border-top-color: #006d96; }
  .woocommerce-info::before {
    color: #006d96; }

.woocommerce-message::before {
  color: #006d96; }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #015571;
  font-family: "Hind"; }

.single-product div.product form.cart {
  display: flex;
  flex-direction: row;
  align-items: stretch; }
  .single-product div.product form.cart div.quantity {
    margin: 0 0.7rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }
    .single-product div.product form.cart div.quantity .qty {
      border-radius: 3px;
      border: 2px solid #015571;
      padding: 0.2rem;
      height: 100%;
      color: #015571;
      font-family: "Hind"; }

.single-product .tabs {
  display: none; }

.single-product .related.products {
  display: none; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 0.5rem; }

.post-type-archive-product .products,
.tax-product_cat .products {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3rem 0;
  width: 100%; }

.post-type-archive-product .woocommerce .products ul,
.post-type-archive-product .woocommerce ul.products,
.tax-product_cat .woocommerce .products ul,
.tax-product_cat .woocommerce ul.products {
  clear: initial;
  list-style: none;
  float: initial;
  margin: 0; }
  .post-type-archive-product .woocommerce .products ul::before,
  .post-type-archive-product .woocommerce ul.products::before,
  .tax-product_cat .woocommerce .products ul::before,
  .tax-product_cat .woocommerce ul.products::before {
    display: none; }

.post-type-archive-product .woocommerce ul.products li.product,
.post-type-archive-product .woocommerce-page ul.products li.product,
.tax-product_cat .woocommerce ul.products li.product,
.tax-product_cat .woocommerce-page ul.products li.product {
  clear: initial;
  float: initial;
  list-style: none;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: initial; }
  .post-type-archive-product .woocommerce ul.products li.product > a,
  .post-type-archive-product .woocommerce-page ul.products li.product > a,
  .tax-product_cat .woocommerce ul.products li.product > a,
  .tax-product_cat .woocommerce-page ul.products li.product > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column; }
    .post-type-archive-product .woocommerce ul.products li.product > a .price,
    .post-type-archive-product .woocommerce-page ul.products li.product > a .price,
    .tax-product_cat .woocommerce ul.products li.product > a .price,
    .tax-product_cat .woocommerce-page ul.products li.product > a .price {
      color: #015571;
      font-family: "Hind"; }
    .post-type-archive-product .woocommerce ul.products li.product > a h2,
    .post-type-archive-product .woocommerce-page ul.products li.product > a h2,
    .tax-product_cat .woocommerce ul.products li.product > a h2,
    .tax-product_cat .woocommerce-page ul.products li.product > a h2 {
      text-align: center; }
    .post-type-archive-product .woocommerce ul.products li.product > a > img,
    .post-type-archive-product .woocommerce-page ul.products li.product > a > img,
    .tax-product_cat .woocommerce ul.products li.product > a > img,
    .tax-product_cat .woocommerce-page ul.products li.product > a > img {
      display: none; }
  .post-type-archive-product .woocommerce ul.products li.product form,
  .post-type-archive-product .woocommerce-page ul.products li.product form,
  .tax-product_cat .woocommerce ul.products li.product form,
  .tax-product_cat .woocommerce-page ul.products li.product form {
    margin-top: 1rem; }
    .post-type-archive-product .woocommerce ul.products li.product form .quantity,
    .post-type-archive-product .woocommerce-page ul.products li.product form .quantity,
    .tax-product_cat .woocommerce ul.products li.product form .quantity,
    .tax-product_cat .woocommerce-page ul.products li.product form .quantity {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row; }
      .post-type-archive-product .woocommerce ul.products li.product form .quantity .qty,
      .post-type-archive-product .woocommerce-page ul.products li.product form .quantity .qty,
      .tax-product_cat .woocommerce ul.products li.product form .quantity .qty,
      .tax-product_cat .woocommerce-page ul.products li.product form .quantity .qty {
        border-radius: 3px;
        border: 2px solid #015571;
        padding: 0.2rem;
        color: #015571;
        font-family: "Hind"; }
    .post-type-archive-product .woocommerce ul.products li.product form > button,
    .post-type-archive-product .woocommerce-page ul.products li.product form > button,
    .tax-product_cat .woocommerce ul.products li.product form > button,
    .tax-product_cat .woocommerce-page ul.products li.product form > button {
      display: block;
      background-color: #006d96;
      text-transform: uppercase;
      font-family: "Hind";
      padding: 1rem 3rem;
      border-radius: 3px;
      text-decoration: none;
      color: white;
      transition: all 0.2s ease;
      white-space: nowrap;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row; }
      .post-type-archive-product .woocommerce ul.products li.product form > button:hover,
      .post-type-archive-product .woocommerce-page ul.products li.product form > button:hover,
      .tax-product_cat .woocommerce ul.products li.product form > button:hover,
      .tax-product_cat .woocommerce-page ul.products li.product form > button:hover {
        opacity: 0.75; }

.post-type-archive-product .archive-product__image-wrapper,
.tax-product_cat .archive-product__image-wrapper {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  height: 0; }
  .post-type-archive-product .archive-product__image-wrapper img,
  .tax-product_cat .archive-product__image-wrapper img {
    display: block;
    position: absolute;
    object-fit: contain;
    width: 100%;
    height: 100% !important; }

.post-type-archive-product .archive-product__quantity-text,
.tax-product_cat .archive-product__quantity-text {
  display: block;
  margin-right: 0.7rem;
  text-transform: uppercase;
  font-family: "Hind"; }

.wc-block-product-categories select,
.woocommerce .woocommerce-ordering select {
  cursor: pointer;
  background-color: white;
  font-family: "Hind";
  padding: 1rem;
  border: 1px solid #015571;
  height: 100%;
  text-decoration: none;
  color: #015571;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.wc-block-product-categories__button {
  cursor: pointer;
  font-family: "Hind";
  padding: 1rem;
  background-color: #015571;
  border: 1px solid #015571;
  border-radius: 3px;
  text-decoration: none;
  color: white;
  white-space: nowrap;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .wc-block-product-categories__button:hover {
    opacity: 0.75; }
  .wc-block-product-categories__button svg {
    display: none; }

.woocommerce nav.woocommerce-pagination {
  margin-top: 3rem; }
  .woocommerce nav.woocommerce-pagination ul {
    border: initial; }
    .woocommerce nav.woocommerce-pagination ul li {
      border: initial; }
      .woocommerce nav.woocommerce-pagination ul li span.current {
        background: #015571;
        color: white;
        font-family: "Hind";
        font-size: 16px;
        line-height: normal; }
      .woocommerce nav.woocommerce-pagination ul li span {
        margin: 1rem 0.3rem;
        border: 2px solid #015571;
        border-radius: 100px;
        width: 42px;
        height: 42px; }
      .woocommerce nav.woocommerce-pagination ul li a {
        margin: 1rem 0.3rem;
        border: 2px solid #015571;
        border-radius: 100px;
        width: 42px;
        height: 42px;
        font-family: "Hind";
        font-size: 16px;
        line-height: normal; }
        .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
          opacity: 0.75;
          background: initial;
          color: initial; }
        .woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev {
          display: none; }

@media (min-width: 768px) {
  .post-type-archive-product .products,
  .tax-product_cat .products {
    gap: 3rem; }
  .post-type-archive-product .woocommerce ul.products li.product,
  .post-type-archive-product .woocommerce-page ul.products li.product,
  .tax-product_cat .woocommerce ul.products li.product,
  .tax-product_cat .woocommerce-page ul.products li.product {
    width: calc(33% - 2rem) !important; }
  .woocommerce nav.woocommerce-pagination {
    margin-top: 0; } }

@media (min-width: 1200px) {
  .post-type-archive-product .woocommerce ul.products li.product,
  .post-type-archive-product .woocommerce-page ul.products li.product,
  .tax-product_cat .woocommerce ul.products li.product,
  .tax-product_cat .woocommerce-page ul.products li.product {
    width: 32%; } }


.wc-donation-f-donation-other-value {margin-bottom: 15px !important;}

.price-wrapper.before::before { top: -1.5px; }

.grab-donation.wc-input-text {height: 50px !important; }

.donation_box {
	border: 1px solid #015571;
	padding: 0 25px;
	background-color: #F6FAFC;
	margin-bottom: 15px;
}


.wpcf7-form.submitting .wpcf7-submit {
    pointer-events: none;
}


.full-screen-hero__image {
	transition: 0.3s all;
	opacity: 0.3;
}


@media screen and (min-width: 576px) {

.full-screen-hero__image {
	opacity: 0.6;
}
}

@media (min-width: 1200px) {

.full-screen-hero__image {
	opacity: 1;
}
}


.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
/*	max-height: 75px; */
}

#wc-stripe-express-checkout-element {
	padding-left: 20px !important;
	clear: both;
	margin: 0px !important;
}

.woocommerce-thankyou-order-details {
	border-top: 1px solid rgba(0, 0, 0, .1); 
	border-bottom: 1px solid rgba(0, 0, 0, .1); 
	padding-top: 1.5rem;
}