@charset "UTF-8";
/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

       _       _         _____            _
      | |     | |       |  __ \          (_)
      | | __ _| | __ _  | |  | | ___  ___ _  __ _ _ __
  _   | |/ _` | |/ _` | | |  | |/ _ \/ __| |/ _` | '_ \
 | |__| | (_| | | (_| | | |__| |  __/\__ \ | (_| | | | |
  \____/ \__,_|_|\__,_| |_____/ \___||___/_|\__, |_| |_|
                                             __/ |
                                            |___/

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
/* =Fonts
========================================================================================*/
@font-face {
  font-family: "LumiosMarker";
  src: url("../../fonts/LumiosMarker.woff2"), url("../../fonts/LumiosMarker.woff");
}
@font-face {
  font-family: "Degular Display";
  src: url("../../fonts/DegularDisplay-Regular.woff2") format("woff2"), url("../../fonts/DegularDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Degular Display";
  src: url("../../fonts/DegularDisplay-Medium.woff2") format("woff2"), url("../../fonts/DegularDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "P22 Mackinac Pro Book";
  src: url("../../fonts/P22MackinacProBook.woff2") format("woff2"), url("../../fonts/P22MackinacProBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adjusted Lucida Bright Fallback";
  src: local(Lucida Bright);
  size-adjust: 94%;
  ascent-override: normal;
  descent-override: normal;
  line-gap-override: normal;
  font-display: swap;
}
/*
* @Font Weight Classes to be Created
*
* Automatically created classes based on the values inside the variable $font-weights;
* .font-weight-thin, .font-weight-thin... etc..
*
* To use manually use - map-get($font-weights, bold);
*
* .my-custom-class {
*  font-weight: map-get($font-weights, bold);
*  Other styles...
* }
*
*/
@keyframes pop {
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*=CSS Reset
========================================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

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

:focus {
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

html, body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

img, picture, video, canvas, svg {
  vertical-align: top;
  border: 0;
  max-width: 100%;
  display: block;
  height: auto;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

/* table { border-collapse: collapse; border-spacing: 0; } */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  a:active {
    background-color: transparent;
  }
}
/*** Form Resets ***/
button,
input[type=password],
input[type=search],
input[type=tel],
input[type=email],
input[type=submit],
input[type=button],
input[type=url],
input[type=date],
input[type=text],
select,
textarea {
  font-size: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  text-overflow: "";
  line-height: 1;
  appearance: none;
  text-decoration: none !important;
  border-radius: 0;
  background: transparent;
}

input[type=submit], button {
  cursor: pointer;
}

select {
  text-overflow: "";
  text-indent: 0.01px;
}

input {
  line-height: normal;
  transform: translate(0);
}

/*For checkboxes*/
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* for IE and Edge */
select::-ms-expand {
  display: none;
}

select:disabled::-ms-expand {
  background: transparent;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 460px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.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%;
}

@media (min-width: 460px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-last {
    order: 13;
  }

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

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

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

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

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

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

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .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%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-last {
    order: 13;
  }

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

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

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

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

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

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

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .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%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-last {
    order: 13;
  }

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

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

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

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

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

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

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .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%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .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%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .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%;
  }
}
.d-none {
  display: none !important;
}

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

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

.d-block {
  display: block !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;
}

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

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

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

  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }

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

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

  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }

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

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

  .d-xl-block {
    display: block !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;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

  .d-xxl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

  .d-print-block {
    display: block !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;
  }
}
.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

.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;
}

.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;
}

@media (min-width: 460px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-sm-fill {
    flex: 1 1 auto !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;
  }

  .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;
  }

  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-md-fill {
    flex: 1 1 auto !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;
  }

  .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;
  }

  .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;
  }
}
@media (min-width: 1024px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-lg-fill {
    flex: 1 1 auto !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;
  }

  .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;
  }

  .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;
  }
}
@media (min-width: 1280px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-xl-fill {
    flex: 1 1 auto !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;
  }

  .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;
  }

  .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;
  }
}
@media (min-width: 1600px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-xxl-fill {
    flex: 1 1 auto !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;
  }

  .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;
  }

  .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;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

.mr-1,
.mx-1 {
  margin-right: 1rem !important;
}

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

.ml-1,
.mx-1 {
  margin-left: 1rem !important;
}

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

.mt-2,
.my-2 {
  margin-top: 1.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 1.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1.5rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 2rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 2rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 2rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 2rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 3rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 3rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 3rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 3rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 3.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3.5rem !important;
}

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

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

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

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

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

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

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

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

.pr-1,
.px-1 {
  padding-right: 1rem !important;
}

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

.pl-1,
.px-1 {
  padding-left: 1rem !important;
}

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

.pt-2,
.py-2 {
  padding-top: 1.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 1.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1.5rem !important;
}

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

.pt-3,
.py-3 {
  padding-top: 2rem !important;
}

.pr-3,
.px-3 {
  padding-right: 2rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 2rem !important;
}

.pl-3,
.px-3 {
  padding-left: 2rem !important;
}

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

.pt-4,
.py-4 {
  padding-top: 3rem !important;
}

.pr-4,
.px-4 {
  padding-right: 3rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 3rem !important;
}

.pl-4,
.px-4 {
  padding-left: 3rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 3.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3.5rem !important;
}

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

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

.mt-n1,
.my-n1 {
  margin-top: -1rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -1rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -1rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -1rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -1.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -1.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -1.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -1.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -2rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -2rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -2rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -2rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -3rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -3rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -3rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -3rem !important;
}

.m-n5 {
  margin: -3.5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3.5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3.5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3.5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3.5rem !important;
}

.m-n6 {
  margin: -4.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

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

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

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

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

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

@media (min-width: 460px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 1rem !important;
  }

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

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 1rem !important;
  }

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

  .mt-sm-2,
.my-sm-2 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 1.5rem !important;
  }

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

  .mt-sm-3,
.my-sm-3 {
    margin-top: 2rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 2rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 2rem !important;
  }

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

  .mt-sm-4,
.my-sm-4 {
    margin-top: 3rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 3rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 3rem !important;
  }

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

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3.5rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3.5rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3.5rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3.5rem !important;
  }

  .m-sm-6 {
    margin: 4.5rem !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 4.5rem !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 4.5rem !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 4.5rem !important;
  }

  .m-sm-7 {
    margin: 6rem !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 6rem !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 6rem !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 6rem !important;
  }

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

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

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

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

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

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

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

  .pr-sm-1,
.px-sm-1 {
    padding-right: 1rem !important;
  }

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

  .pl-sm-1,
.px-sm-1 {
    padding-left: 1rem !important;
  }

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

  .pt-sm-2,
.py-sm-2 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 1.5rem !important;
  }

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

  .pt-sm-3,
.py-sm-3 {
    padding-top: 2rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 2rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 2rem !important;
  }

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

  .pt-sm-4,
.py-sm-4 {
    padding-top: 3rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 3rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 3rem !important;
  }

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

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3.5rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3.5rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3.5rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3.5rem !important;
  }

  .p-sm-6 {
    padding: 4.5rem !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 4.5rem !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 4.5rem !important;
  }

  .p-sm-7 {
    padding: 6rem !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 6rem !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 6rem !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 6rem !important;
  }

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

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -1rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -1rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -1rem !important;
  }

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

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -1.5rem !important;
  }

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

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -2rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -2rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -2rem !important;
  }

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

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -3rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -3rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -3rem !important;
  }

  .m-sm-n5 {
    margin: -3.5rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3.5rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3.5rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3.5rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3.5rem !important;
  }

  .m-sm-n6 {
    margin: -4.5rem !important;
  }

  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -4.5rem !important;
  }

  .m-sm-n7 {
    margin: -6rem !important;
  }

  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -6rem !important;
  }

  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -6rem !important;
  }

  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -6rem !important;
  }

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -6rem !important;
  }

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

  .mr-md-1,
.mx-md-1 {
    margin-right: 1rem !important;
  }

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

  .ml-md-1,
.mx-md-1 {
    margin-left: 1rem !important;
  }

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

  .mt-md-2,
.my-md-2 {
    margin-top: 1.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 1.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 1.5rem !important;
  }

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

  .mt-md-3,
.my-md-3 {
    margin-top: 2rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 2rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 2rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 2rem !important;
  }

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

  .mt-md-4,
.my-md-4 {
    margin-top: 3rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 3rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 3rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 3rem !important;
  }

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

  .mt-md-5,
.my-md-5 {
    margin-top: 3.5rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3.5rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3.5rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3.5rem !important;
  }

  .m-md-6 {
    margin: 4.5rem !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 4.5rem !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 4.5rem !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 4.5rem !important;
  }

  .m-md-7 {
    margin: 6rem !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 6rem !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 6rem !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 6rem !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 6rem !important;
  }

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

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

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

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

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

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

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

  .pr-md-1,
.px-md-1 {
    padding-right: 1rem !important;
  }

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

  .pl-md-1,
.px-md-1 {
    padding-left: 1rem !important;
  }

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

  .pt-md-2,
.py-md-2 {
    padding-top: 1.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 1.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 1.5rem !important;
  }

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

  .pt-md-3,
.py-md-3 {
    padding-top: 2rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 2rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 2rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 2rem !important;
  }

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

  .pt-md-4,
.py-md-4 {
    padding-top: 3rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 3rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 3rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 3rem !important;
  }

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

  .pt-md-5,
.py-md-5 {
    padding-top: 3.5rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3.5rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3.5rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3.5rem !important;
  }

  .p-md-6 {
    padding: 4.5rem !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 4.5rem !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 4.5rem !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 4.5rem !important;
  }

  .p-md-7 {
    padding: 6rem !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 6rem !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 6rem !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 6rem !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 6rem !important;
  }

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

  .mt-md-n1,
.my-md-n1 {
    margin-top: -1rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -1rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -1rem !important;
  }

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

  .mt-md-n2,
.my-md-n2 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -1.5rem !important;
  }

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

  .mt-md-n3,
.my-md-n3 {
    margin-top: -2rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -2rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -2rem !important;
  }

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

  .mt-md-n4,
.my-md-n4 {
    margin-top: -3rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -3rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -3rem !important;
  }

  .m-md-n5 {
    margin: -3.5rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3.5rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3.5rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3.5rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3.5rem !important;
  }

  .m-md-n6 {
    margin: -4.5rem !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -4.5rem !important;
  }

  .m-md-n7 {
    margin: -6rem !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -6rem !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -6rem !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -6rem !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -6rem !important;
  }

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 1rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 1rem !important;
  }

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

  .mt-lg-2,
.my-lg-2 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 1.5rem !important;
  }

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

  .mt-lg-3,
.my-lg-3 {
    margin-top: 2rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 2rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 2rem !important;
  }

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

  .mt-lg-4,
.my-lg-4 {
    margin-top: 3rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 3rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 3rem !important;
  }

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

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3.5rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3.5rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3.5rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3.5rem !important;
  }

  .m-lg-6 {
    margin: 4.5rem !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 4.5rem !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 4.5rem !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 4.5rem !important;
  }

  .m-lg-7 {
    margin: 6rem !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 6rem !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 6rem !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 6rem !important;
  }

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

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

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

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

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

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

  .pt-lg-1,
.py-lg-1 {
    padding-top: 1rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 1rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 1rem !important;
  }

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

  .pt-lg-2,
.py-lg-2 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 1.5rem !important;
  }

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

  .pt-lg-3,
.py-lg-3 {
    padding-top: 2rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 2rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 2rem !important;
  }

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

  .pt-lg-4,
.py-lg-4 {
    padding-top: 3rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 3rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 3rem !important;
  }

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

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3.5rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3.5rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3.5rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3.5rem !important;
  }

  .p-lg-6 {
    padding: 4.5rem !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 4.5rem !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 4.5rem !important;
  }

  .p-lg-7 {
    padding: 6rem !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 6rem !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 6rem !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 6rem !important;
  }

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

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -1rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -1rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -1rem !important;
  }

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

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -1.5rem !important;
  }

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

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -2rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -2rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -2rem !important;
  }

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

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -3rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -3rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -3rem !important;
  }

  .m-lg-n5 {
    margin: -3.5rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3.5rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3.5rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3.5rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3.5rem !important;
  }

  .m-lg-n6 {
    margin: -4.5rem !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -4.5rem !important;
  }

  .m-lg-n7 {
    margin: -6rem !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -6rem !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -6rem !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -6rem !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -6rem !important;
  }

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

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

  .mt-xl-1,
.my-xl-1 {
    margin-top: 1rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 1rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 1rem !important;
  }

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

  .mt-xl-2,
.my-xl-2 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 1.5rem !important;
  }

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

  .mt-xl-3,
.my-xl-3 {
    margin-top: 2rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 2rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 2rem !important;
  }

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

  .mt-xl-4,
.my-xl-4 {
    margin-top: 3rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 3rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 3rem !important;
  }

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

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3.5rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3.5rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3.5rem !important;
  }

  .m-xl-6 {
    margin: 4.5rem !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 4.5rem !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 4.5rem !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 4.5rem !important;
  }

  .m-xl-7 {
    margin: 6rem !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 6rem !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 6rem !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 6rem !important;
  }

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

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

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

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

  .pt-xl-1,
.py-xl-1 {
    padding-top: 1rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 1rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 1rem !important;
  }

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

  .pt-xl-2,
.py-xl-2 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 1.5rem !important;
  }

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

  .pt-xl-3,
.py-xl-3 {
    padding-top: 2rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 2rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 2rem !important;
  }

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

  .pt-xl-4,
.py-xl-4 {
    padding-top: 3rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 3rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 3rem !important;
  }

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

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3.5rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3.5rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3.5rem !important;
  }

  .p-xl-6 {
    padding: 4.5rem !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 4.5rem !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 4.5rem !important;
  }

  .p-xl-7 {
    padding: 6rem !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 6rem !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 6rem !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 6rem !important;
  }

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

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -1rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -1rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -1rem !important;
  }

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

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -2rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -2rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -2rem !important;
  }

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

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -3rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -3rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -3rem !important;
  }

  .m-xl-n5 {
    margin: -3.5rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3.5rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3.5rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3.5rem !important;
  }

  .m-xl-n6 {
    margin: -4.5rem !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -4.5rem !important;
  }

  .m-xl-n7 {
    margin: -6rem !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -6rem !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -6rem !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -6rem !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -6rem !important;
  }

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

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

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

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

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

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

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 1rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 1rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 1rem !important;
  }

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

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 1.5rem !important;
  }

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

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 2rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 2rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 2rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 2rem !important;
  }

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

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 3rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 3rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 3rem !important;
  }

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

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3.5rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3.5rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3.5rem !important;
  }

  .m-xxl-6 {
    margin: 4.5rem !important;
  }

  .mt-xxl-6,
.my-xxl-6 {
    margin-top: 4.5rem !important;
  }

  .mr-xxl-6,
.mx-xxl-6 {
    margin-right: 4.5rem !important;
  }

  .mb-xxl-6,
.my-xxl-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xxl-6,
.mx-xxl-6 {
    margin-left: 4.5rem !important;
  }

  .m-xxl-7 {
    margin: 6rem !important;
  }

  .mt-xxl-7,
.my-xxl-7 {
    margin-top: 6rem !important;
  }

  .mr-xxl-7,
.mx-xxl-7 {
    margin-right: 6rem !important;
  }

  .mb-xxl-7,
.my-xxl-7 {
    margin-bottom: 6rem !important;
  }

  .ml-xxl-7,
.mx-xxl-7 {
    margin-left: 6rem !important;
  }

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

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

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

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

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 1rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 1rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 1rem !important;
  }

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

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 1.5rem !important;
  }

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

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 2rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 2rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 2rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 2rem !important;
  }

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

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 3rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 3rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 3rem !important;
  }

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

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3.5rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3.5rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3.5rem !important;
  }

  .p-xxl-6 {
    padding: 4.5rem !important;
  }

  .pt-xxl-6,
.py-xxl-6 {
    padding-top: 4.5rem !important;
  }

  .pr-xxl-6,
.px-xxl-6 {
    padding-right: 4.5rem !important;
  }

  .pb-xxl-6,
.py-xxl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xxl-6,
.px-xxl-6 {
    padding-left: 4.5rem !important;
  }

  .p-xxl-7 {
    padding: 6rem !important;
  }

  .pt-xxl-7,
.py-xxl-7 {
    padding-top: 6rem !important;
  }

  .pr-xxl-7,
.px-xxl-7 {
    padding-right: 6rem !important;
  }

  .pb-xxl-7,
.py-xxl-7 {
    padding-bottom: 6rem !important;
  }

  .pl-xxl-7,
.px-xxl-7 {
    padding-left: 6rem !important;
  }

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

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -1rem !important;
  }

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

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -2rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -2rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -2rem !important;
  }

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

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -3rem !important;
  }

  .m-xxl-n5 {
    margin: -3.5rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3.5rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3.5rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3.5rem !important;
  }

  .m-xxl-n6 {
    margin: -4.5rem !important;
  }

  .mt-xxl-n6,
.my-xxl-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-xxl-n6,
.mx-xxl-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-xxl-n6,
.my-xxl-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xxl-n6,
.mx-xxl-n6 {
    margin-left: -4.5rem !important;
  }

  .m-xxl-n7 {
    margin: -6rem !important;
  }

  .mt-xxl-n7,
.my-xxl-n7 {
    margin-top: -6rem !important;
  }

  .mr-xxl-n7,
.mx-xxl-n7 {
    margin-right: -6rem !important;
  }

  .mb-xxl-n7,
.my-xxl-n7 {
    margin-bottom: -6rem !important;
  }

  .ml-xxl-n7,
.mx-xxl-n7 {
    margin-left: -6rem !important;
  }

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

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

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

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

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

.mr-1,
.mx-1 {
  margin-right: 1rem !important;
}

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

.ml-1,
.mx-1 {
  margin-left: 1rem !important;
}

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

.mt-2,
.my-2 {
  margin-top: 1.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 1.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1.5rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 2rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 2rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 2rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 2rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 3rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 3rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 3rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 3rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 3.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3.5rem !important;
}

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

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

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

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

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

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

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

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

.pr-1,
.px-1 {
  padding-right: 1rem !important;
}

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

.pl-1,
.px-1 {
  padding-left: 1rem !important;
}

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

.pt-2,
.py-2 {
  padding-top: 1.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 1.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1.5rem !important;
}

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

.pt-3,
.py-3 {
  padding-top: 2rem !important;
}

.pr-3,
.px-3 {
  padding-right: 2rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 2rem !important;
}

.pl-3,
.px-3 {
  padding-left: 2rem !important;
}

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

.pt-4,
.py-4 {
  padding-top: 3rem !important;
}

.pr-4,
.px-4 {
  padding-right: 3rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 3rem !important;
}

.pl-4,
.px-4 {
  padding-left: 3rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 3.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3.5rem !important;
}

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

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

.mt-n1,
.my-n1 {
  margin-top: -1rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -1rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -1rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -1rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -1.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -1.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -1.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -1.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -2rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -2rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -2rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -2rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -3rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -3rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -3rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -3rem !important;
}

.m-n5 {
  margin: -3.5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3.5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3.5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3.5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3.5rem !important;
}

.m-n6 {
  margin: -4.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

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

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

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

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

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

@media (min-width: 460px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 1rem !important;
  }

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

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 1rem !important;
  }

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

  .mt-sm-2,
.my-sm-2 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 1.5rem !important;
  }

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

  .mt-sm-3,
.my-sm-3 {
    margin-top: 2rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 2rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 2rem !important;
  }

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

  .mt-sm-4,
.my-sm-4 {
    margin-top: 3rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 3rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 3rem !important;
  }

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

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3.5rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3.5rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3.5rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3.5rem !important;
  }

  .m-sm-6 {
    margin: 4.5rem !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 4.5rem !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 4.5rem !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 4.5rem !important;
  }

  .m-sm-7 {
    margin: 6rem !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 6rem !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 6rem !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 6rem !important;
  }

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

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

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

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

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

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

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

  .pr-sm-1,
.px-sm-1 {
    padding-right: 1rem !important;
  }

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

  .pl-sm-1,
.px-sm-1 {
    padding-left: 1rem !important;
  }

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

  .pt-sm-2,
.py-sm-2 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 1.5rem !important;
  }

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

  .pt-sm-3,
.py-sm-3 {
    padding-top: 2rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 2rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 2rem !important;
  }

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

  .pt-sm-4,
.py-sm-4 {
    padding-top: 3rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 3rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 3rem !important;
  }

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

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3.5rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3.5rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3.5rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3.5rem !important;
  }

  .p-sm-6 {
    padding: 4.5rem !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 4.5rem !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 4.5rem !important;
  }

  .p-sm-7 {
    padding: 6rem !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 6rem !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 6rem !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 6rem !important;
  }

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

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -1rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -1rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -1rem !important;
  }

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

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -1.5rem !important;
  }

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

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -2rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -2rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -2rem !important;
  }

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

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -3rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -3rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -3rem !important;
  }

  .m-sm-n5 {
    margin: -3.5rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3.5rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3.5rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3.5rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3.5rem !important;
  }

  .m-sm-n6 {
    margin: -4.5rem !important;
  }

  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -4.5rem !important;
  }

  .m-sm-n7 {
    margin: -6rem !important;
  }

  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -6rem !important;
  }

  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -6rem !important;
  }

  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -6rem !important;
  }

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -6rem !important;
  }

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

  .mr-md-1,
.mx-md-1 {
    margin-right: 1rem !important;
  }

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

  .ml-md-1,
.mx-md-1 {
    margin-left: 1rem !important;
  }

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

  .mt-md-2,
.my-md-2 {
    margin-top: 1.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 1.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 1.5rem !important;
  }

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

  .mt-md-3,
.my-md-3 {
    margin-top: 2rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 2rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 2rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 2rem !important;
  }

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

  .mt-md-4,
.my-md-4 {
    margin-top: 3rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 3rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 3rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 3rem !important;
  }

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

  .mt-md-5,
.my-md-5 {
    margin-top: 3.5rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3.5rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3.5rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3.5rem !important;
  }

  .m-md-6 {
    margin: 4.5rem !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 4.5rem !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 4.5rem !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 4.5rem !important;
  }

  .m-md-7 {
    margin: 6rem !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 6rem !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 6rem !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 6rem !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 6rem !important;
  }

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

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

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

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

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

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

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

  .pr-md-1,
.px-md-1 {
    padding-right: 1rem !important;
  }

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

  .pl-md-1,
.px-md-1 {
    padding-left: 1rem !important;
  }

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

  .pt-md-2,
.py-md-2 {
    padding-top: 1.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 1.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 1.5rem !important;
  }

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

  .pt-md-3,
.py-md-3 {
    padding-top: 2rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 2rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 2rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 2rem !important;
  }

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

  .pt-md-4,
.py-md-4 {
    padding-top: 3rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 3rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 3rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 3rem !important;
  }

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

  .pt-md-5,
.py-md-5 {
    padding-top: 3.5rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3.5rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3.5rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3.5rem !important;
  }

  .p-md-6 {
    padding: 4.5rem !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 4.5rem !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 4.5rem !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 4.5rem !important;
  }

  .p-md-7 {
    padding: 6rem !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 6rem !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 6rem !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 6rem !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 6rem !important;
  }

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

  .mt-md-n1,
.my-md-n1 {
    margin-top: -1rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -1rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -1rem !important;
  }

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

  .mt-md-n2,
.my-md-n2 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -1.5rem !important;
  }

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

  .mt-md-n3,
.my-md-n3 {
    margin-top: -2rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -2rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -2rem !important;
  }

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

  .mt-md-n4,
.my-md-n4 {
    margin-top: -3rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -3rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -3rem !important;
  }

  .m-md-n5 {
    margin: -3.5rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3.5rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3.5rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3.5rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3.5rem !important;
  }

  .m-md-n6 {
    margin: -4.5rem !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -4.5rem !important;
  }

  .m-md-n7 {
    margin: -6rem !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -6rem !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -6rem !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -6rem !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -6rem !important;
  }

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 1rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 1rem !important;
  }

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

  .mt-lg-2,
.my-lg-2 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 1.5rem !important;
  }

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

  .mt-lg-3,
.my-lg-3 {
    margin-top: 2rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 2rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 2rem !important;
  }

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

  .mt-lg-4,
.my-lg-4 {
    margin-top: 3rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 3rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 3rem !important;
  }

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

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3.5rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3.5rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3.5rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3.5rem !important;
  }

  .m-lg-6 {
    margin: 4.5rem !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 4.5rem !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 4.5rem !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 4.5rem !important;
  }

  .m-lg-7 {
    margin: 6rem !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 6rem !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 6rem !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 6rem !important;
  }

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

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

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

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

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

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

  .pt-lg-1,
.py-lg-1 {
    padding-top: 1rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 1rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 1rem !important;
  }

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

  .pt-lg-2,
.py-lg-2 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 1.5rem !important;
  }

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

  .pt-lg-3,
.py-lg-3 {
    padding-top: 2rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 2rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 2rem !important;
  }

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

  .pt-lg-4,
.py-lg-4 {
    padding-top: 3rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 3rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 3rem !important;
  }

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

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3.5rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3.5rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3.5rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3.5rem !important;
  }

  .p-lg-6 {
    padding: 4.5rem !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 4.5rem !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 4.5rem !important;
  }

  .p-lg-7 {
    padding: 6rem !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 6rem !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 6rem !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 6rem !important;
  }

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

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -1rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -1rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -1rem !important;
  }

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

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -1.5rem !important;
  }

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

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -2rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -2rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -2rem !important;
  }

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

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -3rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -3rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -3rem !important;
  }

  .m-lg-n5 {
    margin: -3.5rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3.5rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3.5rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3.5rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3.5rem !important;
  }

  .m-lg-n6 {
    margin: -4.5rem !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -4.5rem !important;
  }

  .m-lg-n7 {
    margin: -6rem !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -6rem !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -6rem !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -6rem !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -6rem !important;
  }

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

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

  .mt-xl-1,
.my-xl-1 {
    margin-top: 1rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 1rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 1rem !important;
  }

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

  .mt-xl-2,
.my-xl-2 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 1.5rem !important;
  }

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

  .mt-xl-3,
.my-xl-3 {
    margin-top: 2rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 2rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 2rem !important;
  }

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

  .mt-xl-4,
.my-xl-4 {
    margin-top: 3rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 3rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 3rem !important;
  }

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

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3.5rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3.5rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3.5rem !important;
  }

  .m-xl-6 {
    margin: 4.5rem !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 4.5rem !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 4.5rem !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 4.5rem !important;
  }

  .m-xl-7 {
    margin: 6rem !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 6rem !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 6rem !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 6rem !important;
  }

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

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

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

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

  .pt-xl-1,
.py-xl-1 {
    padding-top: 1rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 1rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 1rem !important;
  }

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

  .pt-xl-2,
.py-xl-2 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 1.5rem !important;
  }

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

  .pt-xl-3,
.py-xl-3 {
    padding-top: 2rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 2rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 2rem !important;
  }

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

  .pt-xl-4,
.py-xl-4 {
    padding-top: 3rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 3rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 3rem !important;
  }

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

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3.5rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3.5rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3.5rem !important;
  }

  .p-xl-6 {
    padding: 4.5rem !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 4.5rem !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 4.5rem !important;
  }

  .p-xl-7 {
    padding: 6rem !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 6rem !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 6rem !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 6rem !important;
  }

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

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -1rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -1rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -1rem !important;
  }

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

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -2rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -2rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -2rem !important;
  }

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

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -3rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -3rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -3rem !important;
  }

  .m-xl-n5 {
    margin: -3.5rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3.5rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3.5rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3.5rem !important;
  }

  .m-xl-n6 {
    margin: -4.5rem !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -4.5rem !important;
  }

  .m-xl-n7 {
    margin: -6rem !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -6rem !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -6rem !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -6rem !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -6rem !important;
  }

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

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

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

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

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

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

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 1rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 1rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 1rem !important;
  }

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

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 1.5rem !important;
  }

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

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 2rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 2rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 2rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 2rem !important;
  }

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

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 3rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 3rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 3rem !important;
  }

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

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3.5rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3.5rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3.5rem !important;
  }

  .m-xxl-6 {
    margin: 4.5rem !important;
  }

  .mt-xxl-6,
.my-xxl-6 {
    margin-top: 4.5rem !important;
  }

  .mr-xxl-6,
.mx-xxl-6 {
    margin-right: 4.5rem !important;
  }

  .mb-xxl-6,
.my-xxl-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xxl-6,
.mx-xxl-6 {
    margin-left: 4.5rem !important;
  }

  .m-xxl-7 {
    margin: 6rem !important;
  }

  .mt-xxl-7,
.my-xxl-7 {
    margin-top: 6rem !important;
  }

  .mr-xxl-7,
.mx-xxl-7 {
    margin-right: 6rem !important;
  }

  .mb-xxl-7,
.my-xxl-7 {
    margin-bottom: 6rem !important;
  }

  .ml-xxl-7,
.mx-xxl-7 {
    margin-left: 6rem !important;
  }

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

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

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

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

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 1rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 1rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 1rem !important;
  }

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

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 1.5rem !important;
  }

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

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 2rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 2rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 2rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 2rem !important;
  }

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

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 3rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 3rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 3rem !important;
  }

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

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3.5rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3.5rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3.5rem !important;
  }

  .p-xxl-6 {
    padding: 4.5rem !important;
  }

  .pt-xxl-6,
.py-xxl-6 {
    padding-top: 4.5rem !important;
  }

  .pr-xxl-6,
.px-xxl-6 {
    padding-right: 4.5rem !important;
  }

  .pb-xxl-6,
.py-xxl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xxl-6,
.px-xxl-6 {
    padding-left: 4.5rem !important;
  }

  .p-xxl-7 {
    padding: 6rem !important;
  }

  .pt-xxl-7,
.py-xxl-7 {
    padding-top: 6rem !important;
  }

  .pr-xxl-7,
.px-xxl-7 {
    padding-right: 6rem !important;
  }

  .pb-xxl-7,
.py-xxl-7 {
    padding-bottom: 6rem !important;
  }

  .pl-xxl-7,
.px-xxl-7 {
    padding-left: 6rem !important;
  }

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

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -1rem !important;
  }

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

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -2rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -2rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -2rem !important;
  }

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

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -3rem !important;
  }

  .m-xxl-n5 {
    margin: -3.5rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3.5rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3.5rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3.5rem !important;
  }

  .m-xxl-n6 {
    margin: -4.5rem !important;
  }

  .mt-xxl-n6,
.my-xxl-n6 {
    margin-top: -4.5rem !important;
  }

  .mr-xxl-n6,
.mx-xxl-n6 {
    margin-right: -4.5rem !important;
  }

  .mb-xxl-n6,
.my-xxl-n6 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xxl-n6,
.mx-xxl-n6 {
    margin-left: -4.5rem !important;
  }

  .m-xxl-n7 {
    margin: -6rem !important;
  }

  .mt-xxl-n7,
.my-xxl-n7 {
    margin-top: -6rem !important;
  }

  .mr-xxl-n7,
.mx-xxl-n7 {
    margin-right: -6rem !important;
  }

  .mb-xxl-n7,
.my-xxl-n7 {
    margin-bottom: -6rem !important;
  }

  .ml-xxl-n7,
.mx-xxl-n7 {
    margin-left: -6rem !important;
  }

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

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

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

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

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

/* =Base Placeholders
========================================================================================*/
.cf {
  zoom: 1;
}
.cf::before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.responsive-menu li.menu-item-has-children > .open-submenu:after, .responsive-menu li.menu-item-has-children > .open-submenu, .responsive-menu, #mainmenu ul li.menu-item-has-children.trigger_hover > a::after, #mainmenu ul li.menu-item-has-children :is(:hover, :focus-visible) > a::after, #mainmenu ul li.has-mega-menu.trigger_hover > a::after, #mainmenu ul li.has-mega-menu :is(:hover, :focus-visible) > a::after, #mainmenu ul li.menu-item-has-children > a::after, #mainmenu ul li.has-mega-menu > a::after, .list-item .list-item-body .list-item-content, .list-item .list-item-body .list-item-img img, .header-buttons .header-buttons__phone i, .header.clone-full, .header.clone-wrap, .tags, #footer .footer__nav-socials .footer__nav-socials__socials a:hover svg path, #footer .footer__nav-socials .footer__nav-socials__socials a svg path, .navigation .page-numbers, .mega-menu-overlay .region-list-container .region-list li a .region-name, html.jd-logged-in #wpadminbar, .slick-lightbox-slick .slick-arrow, .single-house-arrow .slick-arrow, .responsive-menu-btn, .transition-all, .transition-all-children *,
.transition-all-slower, .transition-all-children-slower *,
.transition-all-quicker, .transition-all-children-quicker *, .img-only-link, .list-item > a:hover figure img, .list-item figure a:hover figure img, .growed img, .grow img {
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}

.social-network a *, .social-share-buttons a *, .img-only-link * {
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}

.accordion-trigger, .tab-container .tabMobiletrigger, .transition-all-slower, .transition-all-children-slower * {
  transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
}

.transition-all-quicker, .transition-all-children-quicker * {
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
}

#mainmenu ul, a, button, input, textarea, h1, h2, h3, h4, h5, h6, .transition-colors {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  backface-visibility: hidden;
}

#mainmenu ul * {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  backface-visibility: hidden;
}

.v-center, .v-center-right, .v-center-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.v-center-left {
  left: 0;
  right: auto;
}

.v-center-right {
  right: 0;
  left: auto;
}

.social-network a svg, .social-share-buttons a span svg, .vh-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tab-data.full-width .tabnav li, .center-vh, .center-v, .center-v-right {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.tab-data.full-width .tabnav li > *, .center-vh > *, .center-v > *, .center-v-right > * {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  align-items: center;
}

.center-v > * {
  align-items: flex-start;
}

.center-v-right > * {
  align-items: flex-end;
}

.center-vh-wrapper, .center-v-wrapper, .center-v-wrapper-right {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.center-vh-wrapper > .center-wrapper-content, .center-v-wrapper > .center-wrapper-content, .center-v-wrapper-right > .center-wrapper-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  align-items: flex-start;
}

.center-v-wrapper-right > .center-wrapper-content {
  align-items: flex-end;
}

.center-vh-wrapper > .center-wrapper-content {
  align-items: center;
}

.shadow {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.shadow-large {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
}

.grow {
  overflow: hidden;
}
.grow:hover img {
  transform: scale(1.02);
}

.list-item > a:hover figure, .list-item figure a:hover figure, .growed {
  overflow: hidden;
}
.list-item > a:hover figure img, .list-item figure a:hover figure img, .growed img {
  transform: scale(1.02);
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: 0 auto;
}

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

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

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.pos-relative {
  position: relative;
}

.hide {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.iframe-responsive {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.iframe-responsive iframe, .iframe-responsive object, .iframe-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rounded {
  border-radius: 32px;
  overflow: hidden;
}

.rounded-small {
  border-radius: 8px;
  overflow: hidden;
}

.circled {
  border-radius: 1000%;
  overflow: hidden;
}
.circled img {
  width: 100%;
}

.mega-menu-overlay, .invisible, .invisible * {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
  cursor: default;
}

.mega-menu-overlay.displayed, .visible {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 0.3s;
}

body.post-type-archive-community .mapview-list .listing-vertical .list-item figure .grow a img, .img-cover-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.square-box {
  position: relative;
  overflow: hidden;
}
.square-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square-box .square-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.square-box .square-content > div {
  display: table;
  width: 100%;
  height: 100%;
}
.square-box .square-content > div > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.img-only-link {
  display: inline-block;
  text-align: center;
}
.img-only-link span {
  font-size: 0;
  height: 0;
  left: -999em;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  top: -999em;
  width: 0;
}

.flip {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* Responsive Placeholders
========================================================================================*/
@media (min-width: 460px) {
  .align-left-sm {
    text-align: left;
  }

  .align-right-sm {
    text-align: right;
  }

  .align-center-sm {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .align-left-md {
    text-align: left;
  }

  .align-right-md {
    text-align: right;
  }

  .align-center-md {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .align-left-lg {
    text-align: left;
  }

  .align-right-lg {
    text-align: right;
  }

  .align-center-lg {
    text-align: center;
  }

  .v-center-lg, .v-center-right-lg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .v-center-right-lg {
    right: 0;
    left: auto;
  }

  .vh-center-lg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/*** Custom Placeholders ***/
/* =Default tag styles
========================================================================================*/
html {
  font-size: 18px;
}
@media screen and (min-width: 460px) {
  html {
    font-size: calc(18px + -2 * ((100vw - 460px) / 1140));
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}

body {
  position: relative;
  font-size: 1.25rem;
  font-family: "Degular Display", sans-serif;
  color: #000000;
  min-width: 320px;
}
@media (max-width: 1279.98px) {
  body {
    font-size: 16px;
  }
}

.site-main img:not(.unstyled), img.responsive_img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  text-underline-offset: 3px;
  color: #273A68;
  font-weight: 400;
}
a:is(:hover, :focus-visible) {
  text-decoration: underline;
}

.blocks-container-wrapper p a:not(.btn, .btn-outline, .btn-small, .btn-large, .btn2, .btn2-search, .btn3, .btn4, .btn5) {
  font-weight: 500;
  text-decoration: underline;
}

.link2 {
  text-decoration: none;
  color: #273A68;
}
.link2:hover {
  color: rgba(39, 58, 104, 0.5);
}

.bg-color-seashell .link2 {
  color: #000000;
}
.bg-color-seashell .link2:hover {
  color: #273A68;
}

strong {
  font-weight: 500;
}

/* =Font and Colours styles
========================================================================================*/
.font1 {
  font-family: "Degular Display", sans-serif !important;
}

.font2 {
  font-family: "P22 Mackinac Pro Book", "Adjusted Lucida Bright Fallback", serif !important;
}

/* Font Colours */
.font-color-navy {
  color: #273A68 !important;
}

.font-color-seashell {
  color: #F4F3EF !important;
}

.font-color-magenta {
  color: #9C1A7A !important;
}

.font-color-jacaranda {
  color: #7883C2 !important;
}

.font-color-orange {
  color: #E4602F !important;
}

.font-color-nectarine {
  color: #F4AB31 !important;
}

.font-color-sky {
  color: #3991D0 !important;
}

.font-color-leaf {
  color: #1D9589 !important;
}

.font-color-black {
  color: #000000 !important;
}

.font-color-white {
  color: #ffffff !important;
}

/*Quote bg*/
.font-color-white {
  color: #ffffff;
}

.font-color-black {
  color: #000000;
}

.font-color-white-strict h1, .font-color-white-strict h2, .font-color-white-strict h3, .font-color-white-strict h4, .font-color-white-strict h5, .font-color-white-strict h6, .font-color-white-strict a, .font-color-white-strict p, .font-color-white-strict ul, .font-color-white-strict ol, .font-color-white-strict blockquote:before, .font-color-white-strict small, .font-color-white-strict strong, .font-color-white-strict span {
  color: #ffffff;
}
.font-color-white-strict.bg-color-navy a:not(.btn):not(.btn2):not(.btn3):not(.button):not(.link2), .font-color-white-strict.bg-color-navy .link2:hover {
  color: #000000;
}
.font-color-white-strict.bg-color-navy a:not(.btn):not(.btn2):not(.btn3):not(.button):not(.link2):hover, .font-color-white-strict.bg-color-navy .link2 {
  color: #F4F3EF;
}

/*Link*/
.bg-color-navy,
.bg-color-navy-hover:hover {
  background-color: #273A68 !important;
}

.bg-color-navy + .bg-color-navy[id] {
  scroll-margin-top: 15.3125rem !important;
}

.bg-color-seashell,
.bg-color-seashell-hover:hover {
  background-color: #F4F3EF !important;
}

.bg-color-seashell + .bg-color-seashell[id] {
  scroll-margin-top: 15.3125rem !important;
}

.bg-color-magenta,
.bg-color-magenta-hover:hover {
  background-color: #9C1A7A !important;
}

.bg-color-magenta + .bg-color-magenta[id] {
  scroll-margin-top: 15.3125rem !important;
}

.bg-color-jacaranda,
.bg-color-jacaranda-hover:hover {
  background-color: #7883C2 !important;
}

.bg-color-jacaranda + .bg-color-jacaranda[id] {
  scroll-margin-top: 15.3125rem !important;
}

.bg-color-orange,
.bg-color-orange-hover:hover {
  background-color: #E4602F !important;
}

.bg-color-orange + .bg-color-orange[id] {
  scroll-margin-top: 15.3125rem !important;
}

.bg-color-nectarine,
.bg-color-nectarine-hover:hover {
  background-color: #F4AB31 !important;
}

.bg-color-nectarine + .bg-color-nectarine[id] {
  scroll-margin-top: 15.3125rem !important;
}

.bg-color-sky,
.bg-color-sky-hover:hover {
  background-color: #3991D0 !important;
}

.bg-color-sky + .bg-color-sky[id] {
  scroll-margin-top: 15.3125rem !important;
}

.bg-color-leaf,
.bg-color-leaf-hover:hover {
  background-color: #1D9589 !important;
}

.bg-color-leaf + .bg-color-leaf[id] {
  scroll-margin-top: 15.3125rem !important;
}

.bg-color-black,
.bg-color-black-hover:hover {
  background-color: #000000 !important;
}

.bg-color-black + .bg-color-black[id] {
  scroll-margin-top: 15.3125rem !important;
}

.bg-color-white,
.bg-color-white-hover:hover {
  background-color: #ffffff !important;
}

.bg-color-white + .bg-color-white[id] {
  scroll-margin-top: 15.3125rem !important;
}

.bg-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, #ffffff 100%);
}

/* =Layout styles
========================================================================================*/
#wrapper {
  background: #ffffff;
  position: relative;
}

.wrap {
  max-width: 1569px;
  margin: 0 auto;
}

.wrap-header {
  max-width: 1632px;
  margin: 0 auto;
}

.wrap-testimonial {
  max-width: 640px;
  margin: 0 auto;
}

.wrap-small {
  max-width: 800px;
  margin: 0 auto;
}

.wrap-medium {
  max-width: 1120px;
  margin: 0 auto;
}

.max-width-medium {
  max-width: 1120px;
}

.wrap-large {
  max-width: 1792px;
  margin: 0 auto;
}

.wrap-p {
  padding: 2rem;
}

.wrap-px {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1023.98px) {
  .wrap-px {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.wrap-py {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 1023.98px) {
  .wrap-py {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

/* =Block Classes
========================================================================================*/
.block-p {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.block-pt {
  padding-top: 4.5rem;
}

.block-mb {
  margin-bottom: 4.5rem;
}

.block-mt {
  margin-top: 4.5rem;
}

.block-wrapper.block-m + .block-wrapper.block-m {
  margin-top: 4.5rem;
}
.block-wrapper.block-m:nth-child(1) {
  margin-top: 3rem;
}
.block-wrapper.block-m.banner-block:nth-child(1) {
  margin-bottom: 4.5rem;
}
.block-wrapper.block-m:last-child {
  margin-bottom: 4.5rem;
}
.block-wrapper.block-p + .block-wrapper.block-p, .block-wrapper.block-p:nth-child(1) {
  margin-top: 0;
}
.block-wrapper.block-p.bg-color-navy + .block-wrapper.block-p.bg-color-navy {
  padding-top: 0;
}
.block-wrapper.block-p.bg-color-seashell + .block-wrapper.block-p.bg-color-seashell {
  padding-top: 0;
}
.block-wrapper.block-p.bg-color-magenta + .block-wrapper.block-p.bg-color-magenta {
  padding-top: 0;
}
.block-wrapper.block-p.bg-color-jacaranda + .block-wrapper.block-p.bg-color-jacaranda {
  padding-top: 0;
}
.block-wrapper.block-p.bg-color-orange + .block-wrapper.block-p.bg-color-orange {
  padding-top: 0;
}
.block-wrapper.block-p.bg-color-nectarine + .block-wrapper.block-p.bg-color-nectarine {
  padding-top: 0;
}
.block-wrapper.block-p.bg-color-sky + .block-wrapper.block-p.bg-color-sky {
  padding-top: 0;
}
.block-wrapper.block-p.bg-color-leaf + .block-wrapper.block-p.bg-color-leaf {
  padding-top: 0;
}
.block-wrapper.block-p:last-child {
  margin-bottom: 0;
}

.single-post .block-wrapper.block-m:nth-child(1) {
  margin-top: 0;
}
.single-post .block-wrapper.block-p:nth-child(1) {
  padding-top: 0;
}

/* =Editor Classes
========================================================================================*/
.alignnone {
  margin: 1rem 1.5rem 1.5rem 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 1rem auto 1rem auto;
}

.alignright {
  float: right;
  margin: 1rem 0 1.5rem 1.5rem;
}

.alignleft {
  float: left;
  margin: 1rem 1.5rem 1.5rem 0;
}

a img.alignright {
  float: right;
  margin: 1rem 0 1.5rem 1.5rem;
}
a img.alignnone {
  margin: 1rem 1.5rem 1.5rem 0;
}
a img.alignleft {
  float: left;
  margin: 1rem 1.5rem 1.5rem 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 459.98px) {
  img.aligncenter, img.alignright, img.alignleft {
    margin: 1rem 0 !important;
    width: 100%;
    height: auto;
  }
}

.wp-caption {
  /* Image does not overflow the content area */
  text-align: center;
  margin-bottom: 1rem;
  max-width: 100%;
}
.wp-caption.alignnone, .wp-caption.alignleft {
  margin: 1rem 1.5rem 1.5rem 0;
}
.wp-caption.alignright {
  margin: 1rem 0 1.5rem 1.5rem;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.wp-caption .wp-caption-text {
  padding: 1rem;
  font-style: italic;
  text-align: center;
}
@media (max-width: 459.98px) {
  .wp-caption {
    width: 100% !important;
  }
}

.wp-caption.alignnone {
  width: 100% !important;
  background: #000000;
  text-align: center;
  padding: 2rem;
  margin: 3rem 0;
}

.entry .iframe-responsive, .content-container .iframe-responsive, .hentry .iframe-responsive {
  margin-bottom: 1.4rem;
}
.entry .iframe-responsive:last-child, .content-container .iframe-responsive:last-child, .hentry .iframe-responsive:last-child {
  margin-bottom: 0;
}

/* =Screen readers styles
========================================================================================*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #ffffff;
  clip: auto !important;
  clip-path: none;
  color: #000000;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*** Selection ***/
::selection {
  background: #273A68;
  color: #ffffff;
}

.bg-color-navy ::selection {
  background: #F4F3EF;
  color: #000000;
}

/* =General Classes
========================================================================================*/
/*Trasitions with Fix of opacity movement. */
.no_transition {
  transition: none;
}

.vertical_align_wrapper {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}
.vertical_align_wrapper .vertical_align_content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100vh;
}

.children-x-0 > * + * {
  margin-left: 0;
}

.children-x-1 > * + * {
  margin-left: 1rem;
}

.children-x-2 > * + * {
  margin-left: 1.5rem;
}

.children-x-3 > * + * {
  margin-left: 2rem;
}

.children-x-4 > * + * {
  margin-left: 3rem;
}

.children-x-5 > * + * {
  margin-left: 3.5rem;
}

.children-x-6 > * + * {
  margin-left: 4.5rem;
}

.children-x-7 > * + * {
  margin-left: 6rem;
}

.children-y-0 > * + * {
  margin-top: 0;
}

.children-y-1 > * + * {
  margin-top: 1rem;
}

.children-y-2 > * + * {
  margin-top: 1.5rem;
}

.children-y-3 > * + * {
  margin-top: 2rem;
}

.children-y-4 > * + * {
  margin-top: 3rem;
}

.children-y-5 > * + * {
  margin-top: 3.5rem;
}

.children-y-6 > * + * {
  margin-top: 4.5rem;
}

.children-y-7 > * + * {
  margin-top: 6rem;
}

.aspect-auto {
  aspect-ratio: auto;
  object-fit: cover;
}

.aspect-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-video {
  aspect-ratio: 1.7777777778;
  object-fit: cover;
}

.aspect-4-3 {
  aspect-ratio: 1.3333333333;
  object-fit: cover;
}

.aspect-3-2 {
  aspect-ratio: 1.5;
  object-fit: cover;
}

.aspect-2-1 {
  aspect-ratio: 2;
  object-fit: cover;
}

.aspect-1-2 {
  aspect-ratio: 0.5;
  object-fit: cover;
}

:focus-visible {
  outline: 2px solid rgba(39, 58, 104, 0.7) !important;
  outline-offset: 5px;
}

*:is(.bg-color-black, .bg-color-navy, .bg-color-magenta):not(.column-block, .form-block, .tab-block) :focus-visible,
.banner-block :focus-visible,
.cta-block :focus-visible,
.footer__banner :focus-visible {
  outline-color: rgba(255, 255, 255, 0.7) !important;
}

.posts-block .list-item-content :focus-visible,
.tile-block .list-item-content :focus-visible {
  outline: 2px solid rgba(39, 58, 104, 0.7) !important;
  outline-offset: 5px;
}

input:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(39, 58, 104, 0.7) !important;
}

/* =JD Media Query
========================================================================================*/
.jd_media_query_activation {
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
}

/* =Position Classes
========================================================================================*/
.position-relative {
  position: relative;
}

/* =Overflow Classes
========================================================================================*/
.overflow-hidden {
  overflow: hidden;
}

/* =Spacing Classes
========================================================================================*/
.gap-05 {
  gap: 0.5rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 1.5rem;
}

.gap-3 {
  gap: 2rem;
}

.gap-4 {
  gap: 3rem;
}

.gap-5 {
  gap: 3.5rem;
}

/* =Transform Classes
========================================================================================*/
.rotate-90-floorplan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (max-width: 1023.98px) {
  .rotate-90-floorplan {
    position: static;
    transform: translate(0, 0) rotate(0deg);
  }
}

/* =Grid
========================================================================================*/
.cols {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
.cols > .col, .cols > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.cols-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: -2rem;
}
.cols-grid > .col, .cols-grid > [class*=col-] {
  padding-right: 0;
  padding-left: 2rem;
}
.cols-grid:not(.grid-flat) > .col, .cols-grid:not(.grid-flat) > [class*=col-] {
  margin-bottom: 2rem;
}
.cols-grid.grid-small {
  margin-left: -1.5rem;
}
.cols-grid.grid-small > .col, .cols-grid.grid-small > [class*=col-] {
  padding-left: 1.5rem;
}
.cols-grid.grid-small:not(.grid-flat) > .col, .cols-grid.grid-small:not(.grid-flat) > [class*=col-] {
  margin-bottom: 1.5rem;
}
.cols-grid.grid-large {
  margin-left: -3rem;
}
.cols-grid.grid-large > .col, .cols-grid.grid-large > [class*=col-] {
  padding-left: 3rem;
}
.cols-grid.grid-large:not(.grid-flat) > .col, .cols-grid.grid-large:not(.grid-flat) > [class*=col-] {
  margin-bottom: 3rem;
}

/* New class to add space-evenly to modern browser, with compabitlity to space-around with IE and Edge*/
.justify-content-evenly {
  justify-content: space-evenly;
}

/* Class to add negative bottom margin to the grid*/
.grid-flat-n {
  margin-bottom: -2rem;
}
.grid-flat-n.grid-small {
  margin-bottom: -1.5rem;
}
.grid-flat-n.grid-large {
  margin-bottom: -3rem;
}

/* It will create a fluid column layout, based on size the wider col (content) per row, to fit the screen.
    Ex: if there is a col with a long word, it will keep the same size for the rest of the columns (wider column) in that row.
    Recommneded for 1 line grids, ex: 3 or 4 cols wide.
*/
.fluid-cols > [class*=col-] {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0%;
  max-width: none;
  min-width: 18.75rem;
}
.fluid-cols > [class*=col-fluid-3] {
  min-width: 25%;
}
.fluid-cols > [class*=col-fluid-4] {
  min-width: 33.3333333333%;
}
.fluid-cols > [class*=col-fluid-6] {
  min-width: 50%;
}

.fluid-banner-one > [class*=col-]:first-child {
  flex-basis: 100%;
}

.fluid-banner-two > [class*=col-]:nth-child(-n+2) {
  flex-basis: 50%;
}

.fluid-banner-odd > [class*=col-]:first-child:nth-last-child(odd) {
  flex-basis: 100%;
}

/*Media Query "DOWN" Classes*/
/*============================================*/
@media (max-width: 767.98px) {
  .cols-grid:not(.cols-strict) {
    margin-left: 0;
  }

  .cols:not(.cols-strict) > .col, .cols:not(.cols-strict) > [class*=col-], .cols-grid:not(.cols-strict) > [class*=col-], .cols-grid:not(.cols-strict) > .col {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cols-grid:not(.cols-strict) > .col, .cols-grid:not(.cols-strict) > [class*=col-] {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .grid-sm-small {
    margin-left: -1.5rem;
  }

  .grid-sm-small > .col, .grid-sm-small > [class*=col-] {
    padding-left: 1.5rem;
  }

  .grid-sm-small:not(.grid-flat) > .col, .grid-sm-small:not(.grid-flat) > [class*=col-] {
    margin-bottom: 1.5rem;
  }
}
/*Media Query "UP" Classes*/
/*============================================*/
@media (min-width: 1280px) {
  /* It will create a fluid column layout, based on size the wider col (content) per row, to fit the screen.
      Ex: if there is a col with a long word, it will keep the same size for the rest of the columns (wider column) in that row.
      Recommneded for 1 line grids, ex: 3 or 4 cols wide.
  */
  .fluid-cols-xl-up > [class*=col-] {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0%;
    max-width: none;
    min-width: 18.75rem;
  }
  .fluid-cols-xl-up > [class*=col-fluid-3] {
    min-width: 25%;
  }
  .fluid-cols-xl-up > [class*=col-fluid-4] {
    min-width: 33.3333333333%;
  }
  .fluid-cols-xl-up > [class*=col-fluid-6] {
    min-width: 50%;
  }
}
@media (min-width: 1024px) {
  /* It will create a fluid column layout, based on size the wider col (content) per row, to fit the screen.
      Ex: if there is a col with a long word, it will keep the same size for the rest of the columns (wider column) in that row.
      Recommneded for 1 line grids, ex: 3 or 4 cols wide.
  */
  .fluid-cols-lg-up > [class*=col-] {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0%;
    max-width: none;
    min-width: 18.75rem;
  }
  .fluid-cols-lg-up > [class*=col-fluid-3] {
    min-width: 25%;
  }
  .fluid-cols-lg-up > [class*=col-fluid-4] {
    min-width: 33.3333333333%;
  }
  .fluid-cols-lg-up > [class*=col-fluid-6] {
    min-width: 50%;
  }
}
@media (min-width: 768px) {
  /* It will create a fluid column layout, based on size the wider col (content) per row, to fit the screen.
      Ex: if there is a col with a long word, it will keep the same size for the rest of the columns (wider column) in that row.
      Recommneded for 1 line grids, ex: 3 or 4 cols wide.
  */
  .fluid-cols-md-up > [class*=col-] {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0%;
    max-width: none;
    min-width: 18.75rem;
  }
  .fluid-cols-md-up > [class*=col-fluid-3] {
    min-width: 25%;
  }
  .fluid-cols-md-up > [class*=col-fluid-4] {
    min-width: 33.3333333333%;
  }
  .fluid-cols-md-up > [class*=col-fluid-6] {
    min-width: 50%;
  }
}
@media (min-width: 460px) {
  /* It will create a fluid column layout, based on size the wider col (content) per row, to fit the screen.
      Ex: if there is a col with a long word, it will keep the same size for the rest of the columns (wider column) in that row.
      Recommneded for 1 line grids, ex: 3 or 4 cols wide.
  */
  .fluid-cols-md-sm > [class*=col-] {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0%;
    max-width: none;
    min-width: 18.75rem;
  }
  .fluid-cols-md-sm > [class*=col-fluid-3] {
    min-width: 25%;
  }
  .fluid-cols-md-sm > [class*=col-fluid-4] {
    min-width: 33.3333333333%;
  }
  .fluid-cols-md-sm > [class*=col-fluid-6] {
    min-width: 50%;
  }
}
@media screen and (prefers-reduced-motion: no-preference) {
  /*animation elements*/
  .animation-element {
    opacity: 0;
    position: relative;
  }

  .fade-in {
    opacity: 0;
    transition: all 1000ms ease-out;
    backface-visibility: hidden;
  }
  .quicker.fade-in {
    transition: all 600ms ease-out;
  }
  .quickest.fade-in {
    transition: all 300ms ease-out;
  }
  .slower.fade-in {
    transition: all 2000ms ease-out;
  }
  .in-view.fade-in {
    opacity: 1;
  }

  .bounce-up {
    opacity: 0;
    transition: all 0.3s ease-in-out, transform 1000ms ease-out;
    transform: translate3d(0, 100px, 0);
    backface-visibility: hidden;
  }
  .quicker.bounce-up {
    transition: all 0.3s ease-in-out, transform 750ms ease-out;
  }
  .quickest.bounce-up {
    transition: all 0.3s ease-in-out, transform 500ms ease-out;
  }
  .slower.bounce-up {
    transition: all 0.3s ease-in-out, transform 2000ms ease-out;
  }
  .in-view.bounce-up {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }

  .bounce-down {
    opacity: 0;
    transition: all 0.3s ease-in-out, transform 1000ms ease-out;
    transform: translate3d(0, -100px, 0);
    backface-visibility: hidden;
  }
  .in-view.bounce-down {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
  .quicker.bounce-down {
    transform: translate3d(0, -50px, 0);
  }
  .in-view.quicker.bounce-down {
    transform: translate3d(0px, 0px, 0px);
  }
  .quickest.bounce-down {
    transform: translate3d(0, -25px, 0);
  }
  .in-view.quickest.bounce-down {
    transform: translate3d(0px, 0px, 0px);
  }
  .slower.bounce-down {
    transform: translate3d(0, -200px, 0);
  }
  .in-view.slower.bounce-down {
    transform: translate3d(0px, 0px, 0px);
  }

  .slide-left {
    opacity: 0;
    transition: all 0.3s ease-in-out, transform 1000ms linear;
    transform: translate3d(-100px, 0px, 0px);
  }
  .in-view.slide-left {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
  .quicker.slide-left {
    transform: translate3d(-50px, 0px, 0px);
  }
  .in-view.quicker.slide-left {
    transform: translate3d(0px, 0px, 0px);
  }
  .quickest.slide-left {
    transform: translate3d(-25px, 0px, 0px);
  }
  .in-view.quickest.slide-left {
    transform: translate3d(0px, 0px, 0px);
  }
  .slower.slide-left {
    transform: translate3d(-200, 0px, 0);
  }
  .in-view.slower.slide-left {
    transform: translate3d(0px, 0px, 0px);
  }

  .slide-right {
    opacity: 0;
    transition: all 0.3s ease-in-out, transform 1000ms linear;
    transform: translate3d(100px, 0px, 0px);
  }
  .in-view.slide-right {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
  .quicker.slide-right {
    transform: translate3d(50px, 0px, 0px);
  }
  .in-view.quicker.slide-right {
    transform: translate3d(0px, 0px, 0px);
  }
  .quickest.slide-right {
    transform: translate3d(25px, 0px, 0px);
  }
  .in-view.quickest.slide-right {
    transform: translate3d(0px, 0px, 0px);
  }
  .slower.slide-right {
    transform: translate3d(200, 0px, 0);
  }
  .in-view.slower.slide-right {
    transform: translate3d(0px, 0px, 0px);
  }

  /* animation Classes (Initial examples) */
}
@media screen and (prefers-reduced-motion: no-preference) and (max-width: 1023.98px) {
  .animation-element, .animation-element.in-view {
    opacity: 1 !important;
    transform: none !important;
    transition: none;
  }
}
@media screen and (prefers-reduced-motion: no-preference) and (max-width: 1599.98px) {
  .animation-wrapper {
    overflow-x: hidden;
  }
}
.jala-whitepearl-error {
  margin: 2.5rem;
  border: 1px solid red;
  background-color: white;
  color: black;
  padding: 2.5rem;
  font-family: monospace;
  overflow-wrap: break-word;
  font-size: 16px;
  line-height: 22px;
  z-index: 9999;
}
.jala-whitepearl-error .jala-whitepearl-error-title {
  color: red;
  font-weight: bold;
}
.jala-whitepearl-error .jala-whitepearl-error-title span {
  font-weight: normal;
  font-style: italic;
}

.jala-whitepearl-debug {
  margin: 2.5rem;
  border: 1px solid black;
  background-color: white;
  padding: 2.5rem;
  font-family: monospace;
  overflow-wrap: break-word;
  z-index: 9999;
}
.jala-whitepearl-debug.jala-whitepearl-debug-public {
  display: none;
}
.jala-whitepearl-debug pre {
  white-space: pre-wrap;
  font-size: 16px;
  color: black;
  line-height: 22px;
  position: relative;
  background-image: linear-gradient(0deg, #F2F2F2 25%, #FFFFFF 25%, #FFFFFF 50%, #F2F2F2 50%, #F2F2F2 75%, #FFFFFF 75%, #FFFFFF 100%);
  background-size: 1px 88px;
}
.jala-whitepearl-debug > p {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 16px;
  color: black;
}

/*==========================
    Slide navigation dots
===========================*/
.slick-dots {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -4px;
  margin-left: -4px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.slick-dots li button .slick-dot-icon {
  display: none !important;
}

/**
    Improved .sr-only class by ffoodd: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034
 */
.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/*===========================
    Pause/play icon button
============================*/
.slick-autoplay-toggle-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #273A68 !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  padding: 0 !important;
  cursor: pointer;
  color: #ffffff;
}
.slick-autoplay-toggle-button span {
  margin-bottom: 3px;
  margin-left: 2px;
}
.slick-autoplay-toggle-button:hover, .slick-autoplay-toggle-button:focus {
  color: #000000 !important;
  background: #F4AB31 !important;
}
.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "⏸";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}
.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "▶";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}

.bg-color-navy .slick-autoplay-toggle-button, .bg-color-magenta .slick-autoplay-toggle-button, .bg-color-jacaranda .slick-autoplay-toggle-button, .bg-color-orange .slick-autoplay-toggle-button, .bg-color-nectarine .slick-autoplay-toggle-button, .bg-color-sky .slick-autoplay-toggle-button, .bg-color-leaf .slick-autoplay-toggle-button {
  background: #F4F3EF !important;
  color: #000000 !important;
}
.bg-color-navy .slick-autoplay-toggle-button:hover, .bg-color-navy .slick-autoplay-toggle-button:focus, .bg-color-magenta .slick-autoplay-toggle-button:hover, .bg-color-magenta .slick-autoplay-toggle-button:focus, .bg-color-jacaranda .slick-autoplay-toggle-button:hover, .bg-color-jacaranda .slick-autoplay-toggle-button:focus, .bg-color-orange .slick-autoplay-toggle-button:hover, .bg-color-orange .slick-autoplay-toggle-button:focus, .bg-color-nectarine .slick-autoplay-toggle-button:hover, .bg-color-nectarine .slick-autoplay-toggle-button:focus, .bg-color-sky .slick-autoplay-toggle-button:hover, .bg-color-sky .slick-autoplay-toggle-button:focus, .bg-color-leaf .slick-autoplay-toggle-button:hover, .bg-color-leaf .slick-autoplay-toggle-button:focus {
  color: #ffffff !important;
  background: #273A68 !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slick Lightbox */
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #273A68;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev {
  left: 15px;
}
.slick-lightbox .slick-next {
  right: 15px;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-caption {
  display: inline-block;
  margin: 1rem 0 0;
  color: #ffffff;
}

/* =Buttons
========================================================================================*/
.btn, .btn-outline, .btn2, .btn3, .btn4, .btn5, .button, input[type=button], input[type=submit], button:not([class^=gm-]):not([class^=btn]):not(.unstyled):not(.page-numbers):not(.slick-dots button):not(.slick-arrow):not(.btn-search):not(.forminator-step):not(.open-submenu):not(.tab-block-button):not(.accordion-trigger):not(.unstyled) {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
  min-width: 0.625rem;
  border: 1px solid #273A68;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0.625rem 1.875rem;
  text-decoration: none !important;
  border-radius: 6.25rem;
  font-family: "Degular Display", sans-serif;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media (max-width: 1023.98px) {
  .btn, .btn-outline, .btn2, .btn3, .btn4, .btn5, .button, input[type=button], input[type=submit], button:not([class^=gm-]):not([class^=btn]):not(.unstyled):not(.page-numbers):not(.slick-dots button):not(.slick-arrow):not(.btn-search):not(.forminator-step):not(.open-submenu):not(.tab-block-button):not(.accordion-trigger):not(.unstyled) {
    font-size: 16px;
    padding: 10px 30px;
  }
}
.btn:not(#chatbase-bubble-button) svg, .btn-outline:not(#chatbase-bubble-button) svg, .btn2:not(#chatbase-bubble-button) svg, .btn3:not(#chatbase-bubble-button) svg, .btn4:not(#chatbase-bubble-button) svg, .btn5:not(#chatbase-bubble-button) svg, .button:not(#chatbase-bubble-button) svg, input[type=button]:not(#chatbase-bubble-button) svg, input[type=submit]:not(#chatbase-bubble-button) svg, button:not([class^=gm-]):not([class^=btn]):not(.unstyled):not(.page-numbers):not(.slick-dots button):not(.slick-arrow):not(.btn-search):not(.forminator-step):not(.open-submenu):not(.tab-block-button):not(.accordion-trigger):not(.unstyled):not(#chatbase-bubble-button) svg {
  width: 1.375rem;
  height: 1.375rem;
  transition: fill 0.3s ease;
}

.button, input[type=button], input[type=submit], button:not([class^=gm-]):not([class^=btn]):not(.unstyled):not(.page-numbers):not(.slick-dots button):not(.slick-arrow):not(.btn-search):not(.forminator-button-submit):not(.forminator-step):not(.forminator-button):not(.responsive-menu-btn):not(.video-play-btn):not(.open-submenu):not(.tab-block-button):not(.accordion-trigger):not(.unstyled) {
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
}
.button:not(#chatbase-bubble-button):is(:hover, :focus-visible), input[type=button]:not(#chatbase-bubble-button):is(:hover, :focus-visible), input[type=submit]:not(#chatbase-bubble-button):is(:hover, :focus-visible), button:not([class^=gm-]):not([class^=btn]):not(.unstyled):not(.page-numbers):not(.slick-dots button):not(.slick-arrow):not(.btn-search):not(.forminator-button-submit):not(.forminator-step):not(.forminator-button):not(.responsive-menu-btn):not(.video-play-btn):not(.open-submenu):not(.tab-block-button):not(.accordion-trigger):not(.unstyled):not(#chatbase-bubble-button):is(:hover, :focus-visible) {
  background: #273A68 !important;
  color: #ffffff;
}
.button:not(#chatbase-bubble-button):is(:hover, :focus-visible) svg, input[type=button]:not(#chatbase-bubble-button):is(:hover, :focus-visible) svg, input[type=submit]:not(#chatbase-bubble-button):is(:hover, :focus-visible) svg, button:not([class^=gm-]):not([class^=btn]):not(.unstyled):not(.page-numbers):not(.slick-dots button):not(.slick-arrow):not(.btn-search):not(.forminator-button-submit):not(.forminator-step):not(.forminator-button):not(.responsive-menu-btn):not(.video-play-btn):not(.open-submenu):not(.tab-block-button):not(.accordion-trigger):not(.unstyled):not(#chatbase-bubble-button):is(:hover, :focus-visible) svg {
  fill: #ffffff;
}

.btn {
  background: #273A68;
  color: #ffffff;
}
.btn svg {
  fill: #ffffff;
}
.btn:is(:hover, :focus-visible) {
  background: #3991D0;
  border-color: #3991D0;
  color: #000000;
}
.btn:is(:hover, :focus-visible) svg {
  fill: #000000;
}

.btn-navy {
  background-color: #273A68;
  border-color: #273A68;
}
.btn-navy svg {
  fill: #fff;
}
.btn-navy:is(:hover, :focus-visible) {
  background-color: #F4AB31;
  border-color: #F4AB31;
  color: #000 !important;
}
.btn-navy:is(:hover, :focus-visible) svg {
  fill: #000;
}

.btn-seashell {
  background-color: #F4F3EF;
  border-color: #F4F3EF;
  color: #273A68;
}
.btn-seashell svg {
  fill: #273A68;
}
.btn-seashell:is(:hover, :focus-visible) {
  background-color: #F4AB31;
  border-color: #F4AB31;
  color: #000 !important;
}
.btn-seashell:is(:hover, :focus-visible) svg {
  fill: #000;
}

.btn-magenta {
  background-color: #9C1A7A;
  border-color: #9C1A7A;
}
.btn-magenta svg {
  fill: #fff;
}
.btn-magenta:is(:hover, :focus-visible) {
  background-color: #7883C2;
  border-color: #7883C2;
  color: #000 !important;
}
.btn-magenta:is(:hover, :focus-visible) svg {
  fill: #000;
}

.btn-jacaranda {
  background-color: #7883C2;
  border-color: #7883C2;
  color: #000;
}
.btn-jacaranda svg {
  fill: #000;
}
.btn-jacaranda:is(:hover, :focus-visible) {
  background-color: #9C1A7A;
  border-color: #9C1A7A;
  color: #fff !important;
}
.btn-jacaranda:is(:hover, :focus-visible) svg {
  fill: #fff;
}

.btn-orange {
  background-color: #E4602F;
  border-color: #E4602F;
  color: #000;
}
.btn-orange svg {
  fill: #000;
}
.btn-orange:is(:hover, :focus-visible) {
  background-color: #c6481a;
  color: #fff !important;
}
.btn-orange:is(:hover, :focus-visible) svg {
  fill: #fff;
}

.btn-nectarine {
  background-color: #F4AB31;
  border-color: #F4AB31;
  color: #000;
}
.btn-nectarine svg {
  fill: #000;
}
.btn-nectarine:is(:hover, :focus-visible) {
  background-color: #E4602F;
  border-color: #E4602F;
  color: #000 !important;
}

.btn-sky {
  background-color: #3991D0;
  border-color: #3991D0;
  color: #000;
}
.btn-sky svg {
  fill: #000;
}
.btn-sky:is(:hover, :focus-visible) {
  background-color: #273A68;
  border-color: #273A68;
  color: #fff !important;
}
.btn-sky:is(:hover, :focus-visible) svg {
  fill: #fff;
}

.btn-leaf {
  background-color: #1D9589;
  border-color: #1D9589;
  color: #000;
}
.btn-leaf svg {
  fill: #000;
}
.btn-leaf:is(:hover, :focus-visible) {
  background-color: #273A68;
  border-color: #273A68;
  color: #fff !important;
}
.btn-leaf:is(:hover, :focus-visible) svg {
  fill: #fff;
}

.btn-black {
  background-color: #000000;
  border-color: #000000;
}
.btn-black:is(:hover, :focus-visible) {
  background-color: black;
  color: #fff !important;
}
.btn-black:is(:hover, :focus-visible) svg {
  fill: #fff;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #273A68;
}
.btn-white svg {
  fill: #273A68;
}
.btn-white:is(:hover, :focus-visible) {
  background-color: #273A68;
  border-color: #273A68;
  color: #fff !important;
}
.btn-white:is(:hover, :focus-visible) svg {
  fill: #fff;
}

.btn-navy--outline {
  border-color: #273A68;
  background: transparent;
  color: #273A68;
}
.btn-navy--outline:is(:hover, :focus-visible) {
  background-color: #3991D0;
  border-color: #3991D0;
  color: #000000;
}

.btn-seashell--outline {
  border-color: #F4F3EF;
  background: transparent;
  color: #F4F3EF;
}
.btn-seashell--outline:is(:hover, :focus-visible) {
  background-color: #3991D0;
  border-color: #3991D0;
  color: #000000;
}

.btn-magenta--outline {
  border-color: #9C1A7A;
  background: transparent;
  color: #9C1A7A;
}
.btn-magenta--outline:is(:hover, :focus-visible) {
  background-color: #7883C2;
  border-color: #7883C2;
  color: #000000;
}

.btn-jacaranda--outline {
  border-color: #7883C2;
  background: transparent;
  color: #7883C2;
}
.btn-jacaranda--outline:is(:hover, :focus-visible) {
  background-color: #9C1A7A;
  border-color: #9C1A7A;
  color: #ffffff;
}

.btn-orange--outline {
  border-color: #E4602F;
  background: transparent;
  color: #E4602F;
}
.btn-orange--outline:is(:hover, :focus-visible) {
  background-color: #c6481a;
  color: #ffffff;
}

.btn-nectarine--outline {
  border-color: #F4AB31;
  background: transparent;
  color: #F4AB31;
}
.btn-nectarine--outline:is(:hover, :focus-visible) {
  background-color: #E4602F;
  border-color: #E4602F;
  color: #000000;
}

.btn-sky--outline {
  border-color: #3991D0;
  background: transparent;
  color: #3991D0;
}
.btn-sky--outline:is(:hover, :focus-visible) {
  background-color: #273A68;
  border-color: #273A68;
  color: #ffffff;
}

.btn-leaf--outline {
  border-color: #1D9589;
  background: transparent;
  color: #1D9589;
}
.btn-leaf--outline:is(:hover, :focus-visible) {
  background-color: #273A68;
  border-color: #273A68;
  color: #ffffff;
}

.btn-black--outline {
  border-color: #000000;
  background: transparent;
  color: #000000;
}
.btn-black--outline:is(:hover, :focus-visible) {
  background-color: black;
  color: #ffffff;
}

.btn-white--outline {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}
.btn-white--outline:is(:hover, :focus-visible) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #273A68;
}

.btn-outline {
  background: transparent;
  color: #273A68;
  border-color: #273A68;
}
.btn-outline:hover {
  background: #273A68;
  color: #ffffff;
}

.btn-outline-nectarine {
  background: transparent;
  color: #273A68;
  border-color: #273A68;
}
.btn-outline-nectarine:hover {
  background: #E4602F;
  border-color: #E4602F;
  color: #000000;
}

.btn-small {
  padding: 0.625rem 1.25rem;
}

.btn-large {
  min-height: 4.125rem;
  font-size: 1.875rem;
  padding: 0.9375rem 2.8125rem;
  border-radius: 48px;
}

.btn2 {
  background: #F4F3EF;
  border-color: #F4F3EF;
  color: #000000;
}
.btn2:hover {
  background: #273A68 !important;
  border-color: #273A68;
  color: #ffffff;
}

.btn-search {
  padding: 11px !important;
  line-height: 1;
}
.btn-search span {
  border-radius: 6.25rem;
  font-size: 0;
  text-indent: -999em;
  overflow: hidden;
}
@media (max-width: 1023.98px) {
  .btn-search {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .btn-search {
    padding: 13px !important;
  }
}

.btn3 {
  background: #ffffff;
  border-color: #273A68;
  color: #273A68;
}
.btn3--outline {
  border-color: #273A68;
}
.btn3 svg {
  fill: #273A68;
}
.btn3:hover {
  background: #273A68 !important;
  color: #ffffff;
}
.btn3:hover svg {
  fill: #ffffff;
}

.btn4 {
  background: transparent;
  border-color: #F4AB31;
  color: #F4AB31;
}
.btn4:hover {
  border-color: #273A68;
  background: #273A68 !important;
  color: #ffffff;
}
.btn4--outline {
  border-color: #F4AB31;
}

.btn5 {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #273A68 !important;
}
.btn5:hover {
  background: #273A68 !important;
  border-color: #273A68 !important;
  color: #ffffff !important;
}

.btn-enquire-generic {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  padding: 10px 30px;
  z-index: 2;
}

.gallery__viewall:not(:hover, :focus-visible) {
  background-color: #F4F3EF;
  color: #273A68;
}

.stretched-btn {
  width: max-content;
}
.stretched-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pum-close {
  padding: 0 !important;
}
.pum-close:not(:hover) {
  color: #000000 !important;
}

.btn-circle-icon:not(#jd-regular-btn), button.btn-circle-icon:not(#anchor-btn-circle-icon):not(#jd-regular-btn) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  padding: 0;
}
.btn-circle-icon:not(#jd-regular-btn) svg, button.btn-circle-icon:not(#anchor-btn-circle-icon):not(#jd-regular-btn) svg {
  width: 1.25rem;
  height: 1.25rem;
  transition: fill 0.3s ease;
}
@media (max-width: 1279.98px) {
  .btn-circle-icon:not(#jd-regular-btn), button.btn-circle-icon:not(#anchor-btn-circle-icon):not(#jd-regular-btn) {
    width: 40px;
    height: 40px;
  }
  .btn-circle-icon:not(#jd-regular-btn) svg, button.btn-circle-icon:not(#anchor-btn-circle-icon):not(#jd-regular-btn) svg {
    width: 20px;
    height: 20px;
  }
}

#chatbase-bubble-button {
  margin-right: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
@media (max-width: 1023.98px) {
  #chatbase-bubble-button {
    margin-bottom: 0.25rem !important;
  }
}

.single-community:not(.reached-footer) #chatbase-bubble-button, .single-house:not(.reached-footer) #chatbase-bubble-button {
  background-color: #ffffff !important;
}
.single-community:not(.reached-footer) #chatbase-bubble-button svg:not(#closeIcon) path, .single-house:not(.reached-footer) #chatbase-bubble-button svg:not(#closeIcon) path {
  fill: #273A68 !important;
}
.single-community:not(.reached-footer) #chatbase-bubble-button svg#closeIcon, .single-house:not(.reached-footer) #chatbase-bubble-button svg#closeIcon {
  stroke: #273A68 !important;
}

/*Responsive Menu*/
/****************************/
.responsive-menu-btn {
  border: 1px solid #ffffff !important;
  width: 2.375rem;
  height: 2.375rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  padding: 0 !important;
}
.responsive-menu-btn span {
  position: absolute;
}
.responsive-menu-btn span:before, .responsive-menu-btn span:after {
  content: "";
  position: absolute;
}
.responsive-menu-btn span:before, .responsive-menu-btn span:after, .responsive-menu-btn span {
  display: block;
  width: 1.25rem;
  height: 2px;
  background-color: #ffffff;
  border-radius: 8px;
}
.responsive-menu-btn span:before {
  top: -0.375rem;
}
.responsive-menu-btn span:after {
  bottom: -0.375rem;
}
.responsive-menu-btn:is(:hover, :focus-visible) {
  border-color: #F4AB31 !important;
  background-color: #F4AB31;
}
.responsive-menu-btn:is(:hover, :focus-visible) span:before, .responsive-menu-btn:is(:hover, :focus-visible) span:after, .responsive-menu-btn:is(:hover, :focus-visible) span {
  background-color: #000000;
}
@media (max-width: 1023.98px) {
  .responsive-menu-btn span:before, .responsive-menu-btn span:after, .responsive-menu-btn span {
    width: 20px;
  }
  .responsive-menu-btn span:before {
    top: 6px;
  }
  .responsive-menu-btn span:after {
    bottom: 6px;
  }
}

/* Responsive Menu Icon effect */
body .responsive-menu-btn span {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
body .responsive-menu-btn span:before {
  transition: all 75ms ease-in-out, top 75ms ease 0.12s, opacity 75ms ease;
}
body .responsive-menu-btn span:after {
  transition: all 75ms ease-in-out, bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
body .responsive-menu-btn.open span {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%) rotate(45deg);
}
body .responsive-menu-btn.open span:before {
  top: 0;
  transition: all 75ms ease-in-out, top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}
body .responsive-menu-btn.open span:after {
  bottom: 0;
  transition: all 75ms ease-in-out, bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

@media (min-width: 1024px) {
  .download-brochure-btn i {
    padding-top: 2px;
  }
}
/* =Form Styles
========================================================================================*/
/*** Form Inputs ***/
input[type=text],
input[type=url],
input[type=date],
input[type=number],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input.forminator-calculation,
textarea,
select {
  font-family: "P22 Mackinac Pro Book", "Adjusted Lucida Bright Fallback", serif;
  color: #000000;
  background: #ffffff;
  padding: 0.625rem 1.875rem;
  min-height: 2.75rem;
  border-radius: 32px;
  line-height: 1.4;
  width: 100%;
  /*Custom*/
  border: 0.125rem solid #ffffff;
  margin-bottom: 1rem;
}
input[type=text]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input.forminator-calculation:focus,
textarea:focus,
select:focus {
  border-color: #273A68;
}

input[type=file], input[type=range] {
  color: #273A68;
  background: #ffffff;
  border-radius: 32px;
}

input[type=date], input[type=file] {
  width: auto;
  padding: 0.625rem;
}
@media (max-width: 459.98px) {
  input[type=date], input[type=file] {
    width: 100%;
  }
}

textarea {
  line-height: 1.4;
  overflow: auto;
  resize: none;
  height: 3.5rem;
  padding: 0.625rem 1.875rem;
}

input[type=radio], input[type=checkbox], input[type=range], progress {
  accent-color: #273A68;
  margin-right: 0.5rem;
}

select option:checked, select option:hover {
  background: #273A68;
  color: #ffffff;
}

select:not([aria-invalid=false]) {
  color: rgba(0, 0, 0, 0.5) !important;
}
select:not([aria-invalid=false]) option {
  color: #000000 !important;
}

/* body select.select_box */
body select {
  background: url("../../images/bgi/select-triangle.svg") right 15px center no-repeat #ffffff;
  padding-right: 1.5rem;
}

select option {
  padding: 0 0.25rem;
}

/*** PlaceHolders ***/
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(0, 0, 0, 0.5);
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(0, 0, 0, 0.5);
}

label, .forminator-label {
  display: block;
  font-weight: 500;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  input[type=date]:not(.active):in-range::-webkit-datetime-edit-year-field,
input[type=date]:not(.active):in-range::-webkit-datetime-edit-month-field,
input[type=date]:not(.active):in-range::-webkit-datetime-edit-day-field,
input[type=date]:not(.active):in-range::-webkit-datetime-edit-text {
    color: transparent;
  }

  input[type=date]:not(.active)::before {
    content: attr(placeholder);
  }
}
/* =Forminator Styling
========================================================================================*/
.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-grid=open] .forminator-col:not(:last-child), .forminator-ui.forminator-custom-form[data-grid=open] .forminator-col:not(:last-child) {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row, .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(.forminator-hidden) {
    display: flex !important;
  }
}

@media (min-width: 768px) {
  .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-col, .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-col {
    flex: 1 !important;
  }
}

.forminator-custom-form {
  overflow: unset !important;
}
.forminator-custom-form label {
  font-weight: 500;
}
.forminator-custom-form .forminator-pagination-steps {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.forminator-custom-form .forminator-pagination-steps .forminator-step {
  font-family: "Degular Display", sans-serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.forminator-custom-form .forminator-pagination-steps .forminator-step .forminator-step-dot {
  display: block;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: rgba(0, 0, 0, 0.8);
}
.forminator-custom-form .forminator-pagination-steps .forminator-step.forminator-current {
  color: #273A68;
}
.forminator-custom-form .forminator-pagination-steps .forminator-step.forminator-current .forminator-step-dot {
  background: #273A68;
}
.forminator-custom-form .forminator-pagination-steps .forminator-step:hover .forminator-step-label {
  text-decoration: underline !important;
  color: #F4F3EF;
}
.forminator-custom-form .forminator-pagination-steps .forminator-step:hover .forminator-step-dot {
  background: #F4F3EF;
}
.forminator-custom-form .forminator-pagination-steps .forminator-break {
  width: auto;
  height: 1px;
  flex: 1;
  background-color: #F4F3EF;
}
@media (max-width: 1279.98px) {
  .forminator-custom-form .forminator-pagination-steps > *:nth-child(n+7) {
    display: none;
  }
}
.forminator-custom-form .forminator-checkbox__wrapper {
  display: flex;
  gap: 8px;
}
.forminator-custom-form .forminator-checkbox__wrapper .forminator-checkbox {
  padding-top: 5px;
}
@media (max-width: 1279.98px) {
  .forminator-custom-form .forminator-checkbox__wrapper .forminator-checkbox {
    padding-top: 2px;
  }
}
.forminator-custom-form .forminator-checkbox-label {
  font-weight: 400;
}
.forminator-custom-form .forminator-pagination-footer {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.forminator-custom-form .forminator-pagination-footer .forminator-button {
  background: #273A68;
  color: #ffffff;
}
.forminator-custom-form .forminator-pagination-footer .forminator-button:hover {
  background: #3991D0;
  color: #000000;
}
.forminator-custom-form .forminator-input-with-prefix {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.forminator-custom-form .forminator-input-with-prefix .forminator-prefix {
  font-weight: 500;
  margin-bottom: 1rem;
}
.forminator-custom-form .forminator-input-with-prefix .forminator-calculation {
  font-size: 1rem;
}
.forminator-custom-form .forminator-error-message {
  display: none;
}
.forminator-custom-form .forminator-required {
  color: #dc3545;
}
.forminator-custom-form[data-form-id="1588"] label {
  position: fixed;
  left: -9999px;
}
.forminator-custom-form input,
.forminator-custom-form select,
.forminator-custom-form textarea {
  font-family: "Degular Display", sans-serif;
  font-weight: 500;
  border-color: #273A68;
  padding: 0.625rem 1.875rem;
  border-width: 1px;
}
.forminator-custom-form select {
  background: url("../../images/bgi/chevron-down.svg") right 30px center no-repeat #ffffff;
  padding-right: 3.5rem;
}
.forminator-custom-form .forminator-row {
  margin: 0 !important;
  gap: 1.25rem;
}
.forminator-custom-form:not(.forminator-custom-form-1588) .forminator-row:not(.forminator-row .forminator-row, .forminator-row-last) {
  margin-bottom: 0.75rem !important;
}
.forminator-custom-form .forminator-row-last {
  margin-top: 0 !important;
}
.forminator-custom-form .forminator-col {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}
.forminator-custom-form .forminator-col .forminator-field #forminator-form-2976__field--select-3_65cc450e4bd0e-label {
  padding-bottom: 50px;
}
.forminator-custom-form .forminator-col .forminator-field p {
  margin-bottom: 1rem;
}
.forminator-custom-form .forminator-has_error label {
  color: #dc3545;
}
.forminator-custom-form .forminator-has_error input,
.forminator-custom-form .forminator-has_error select {
  border-color: #dc3545;
}
.forminator-custom-form .forminator-has_error textarea {
  border-color: #dc3545;
}
.forminator-custom-form .forminator-button-submit {
  background: #273A68;
  color: #ffffff;
  border-color: #273A68;
  border-radius: 32px;
  margin-bottom: 20px;
}
.forminator-custom-form .forminator-button-submit:hover {
  color: #000000;
  background: #3991D0;
  border-color: #3991D0 !important;
}

.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row .forminator-no-margin .forminator-col,
.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row-inside .forminator-no-margin .forminator-col {
  margin-bottom: 0 !important;
}

.forminator-edit-module {
  display: none !important;
}

.forminator-response-message.forminator-show {
  font-weight: 500;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #000000;
}
.forminator-response-message.forminator-accessible {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .forminator-response-message.forminator-accessible ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.forminator-response-message.forminator-accessible ul li {
  list-style: disc;
  color: #dc3545;
  font-weight: 500;
  margin-left: 2rem;
}
.forminator-response-message p {
  font-weight: 500;
}

.forminator-border {
  height: 1px !important;
}

/* =Gallery
========================================================================================*/
.popup-gallery a {
  display: block;
}
.popup-gallery a figure {
  /*height:0; padding-bottom:100%;*/
}

.slick-slider {
  touch-action: auto !important;
}

/*Slick Lightbox*/
.slick-lightbox {
  background-color: rgba(39, 58, 104, 0.9) !important;
}
.slick-lightbox :focus-visible {
  outline-color: #ffffff !important;
  transition: background-color 0.3s ease;
}
.slick-lightbox :focus-visible::after, .slick-lightbox :focus-visible::before {
  transition: background-color 0.3s ease;
}

.slick-lightbox-slick .slick-arrow, .single-house-arrow .slick-arrow {
  font-size: 20px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 2;
}
.slick-lightbox-slick .slick-arrow:is(:hover, :focus-visible), .single-house-arrow .slick-arrow:is(:hover, :focus-visible) {
  background-color: #273A68;
}
@media (max-width: 1023.98px) {
  .slick-lightbox-slick .slick-arrow, .single-house-arrow .slick-arrow {
    top: auto;
    bottom: 0.5rem;
  }
}
.slick-lightbox-slick .slick-arrow, .single-house-arrow .slick-arrow {
  text-indent: -999em;
}
.slick-lightbox-slick .slick-arrow::after, .single-house-arrow .slick-arrow::after {
  content: "";
  display: inline-block;
  mask-image: url("../../images/bgi/chevron-down.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #273A68 !important;
  transform: rotate(90deg);
  width: 1.25rem;
  height: 1.25rem;
  transition: background-color 0.3s ease;
}
@media (max-width: 767.98px) {
  .slick-lightbox-slick .slick-arrow::after, .single-house-arrow .slick-arrow::after {
    width: 18px;
    height: 18px;
  }
}
.slick-lightbox-slick .slick-arrow:is(:hover, :focus-visible)::after, .single-house-arrow .slick-arrow:is(:hover, :focus-visible)::after {
  background-color: #ffffff !important;
}
.slick-lightbox-slick .slick-prev.slick-arrow, .single-house-arrow .slick-prev.slick-arrow {
  left: 3rem;
}
.slick-lightbox-slick .slick-prev.slick-arrow::after, .single-house-arrow .slick-prev.slick-arrow::after {
  transform: rotate(90deg);
}
.slick-lightbox-slick .slick-next.slick-arrow, .single-house-arrow .slick-next.slick-arrow {
  right: 3rem;
}
.slick-lightbox-slick .slick-next.slick-arrow::after, .single-house-arrow .slick-next.slick-arrow::after {
  transform: rotate(-90deg);
}
.slick-lightbox-slick:hover, .single-house-arrow:hover {
  background-color: transparent !important;
}
.slick-lightbox-slick .slick-lightbox-slick-video, .single-house-arrow .slick-lightbox-slick-video {
  width: 75vw;
  height: 75vh;
}
@media (max-width: 767.98px) {
  .slick-lightbox-slick .slick-lightbox-slick-video, .single-house-arrow .slick-lightbox-slick-video {
    height: 60vh;
  }
}
.slick-lightbox-slick .slick-lightbox-slick-item, .single-house-arrow .slick-lightbox-slick-item {
  outline-offset: -50px;
}

/*Close button*/
.slick-lightbox-close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 2.375rem;
  height: 2.375rem;
  background: #ffffff !important;
  border-radius: 32px !important;
  border: none !important;
  padding: 0 !important;
}
.slick-lightbox-close::before, .slick-lightbox-close::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000000;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.slick-lightbox-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.slick-lightbox-close:is(:hover, :focus-visible)::before, .slick-lightbox-close:is(:hover, :focus-visible)::after {
  background-color: #ffffff;
}

/* =GMaps
========================================================================================*/
/*Reset Map button*/
.map-canvas {
  width: 100%;
  padding-bottom: 35% !important;
  height: 0;
  min-height: 400px !important;
}
@media (max-width: 767.98px) {
  .map-canvas {
    min-height: 300px !important;
  }
}

.map_marker {
  width: 12.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
body.post-type-archive-projects .map_marker h3 {
  color: #F4F3EF !important;
}
.map_marker p {
  margin-bottom: 5px;
}

.gm-style button {
  min-height: auto !important;
}

.map-block .acf-map {
  width: 100%;
  height: 37.5rem;
}
.map-block .acf-map img {
  max-width: inherit !important;
}
.map-block .content-container .map-title {
  font-size: 16px;
}
.map-block .content-container .map-address, .map-block .content-container .map-content {
  font-size: 14px;
}

.acf-map .custom-map-marker {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute !important;
  z-index: 10;
  cursor: pointer;
  font-size: 24px;
  color: #273A68;
}
.acf-map .custom-map-marker.main-marker {
  width: 60px;
  height: 60px;
  font-size: 40px;
  z-index: 11;
}

/* =GMaps (Community Archive)
========================================================================================*/
/*Reset Map button*/
body:not(.post-type-archive-community) .map-view-block .map-block {
  width: 100%;
  padding-bottom: 39% !important;
  height: 0;
  min-height: 400px !important;
  border-radius: 32px;
}
@media (max-width: 767.98px) {
  body:not(.post-type-archive-community) .map-view-block .map-block {
    min-height: 300px !important;
  }
}
body:not(.post-type-archive-community) .map-view-block .map_marker {
  width: 12.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
body:not(.post-type-archive-community) .map-view-block .map_marker h3 {
  font-size: 1.75rem;
  font-family: "Degular Display", sans-serif;
  text-transform: capitalize;
  margin-bottom: 5px;
}
body.post-type-archive-projects body:not(.post-type-archive-community) .map-view-block .map_marker h3 {
  color: #F4F3EF !important;
}
body:not(.post-type-archive-community) .map-view-block .map_marker p {
  margin-bottom: 5px;
}
body:not(.post-type-archive-community) .map-view-block .gm-style button {
  min-height: auto !important;
}

/* =Page Overlay
========================================================================================*/
.page-overlay-displayed {
  overflow: hidden;
}

.page-overlay {
  opacity: 0;
  display: none;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(39, 58, 104, 0.8);
}
.page-overlay ::-webkit-scrollbar-track {
  background-color: transparent;
  border: 1px solid #000000;
}
.page-overlay ::-webkit-scrollbar {
  width: 0.375rem;
  background-color: transparent;
}
.page-overlay ::-webkit-scrollbar-thumb {
  background-color: #273A68;
  cursor: pointer;
}
.page-overlay ::-webkit-scrollbar-thumb:hover {
  background-color: rgba(39, 58, 104, 0.5);
}
.page-overlay .page-overlay-content {
  opacity: 0;
  margin-top: -500px;
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 800;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: tranzlateZ(0);
  transform: tranzlateZ(0);
}
.page-overlay .page-overlay-content .vertical_align_wrapper .vertical_align_content {
  padding: 3.75rem 0;
}
.page-overlay .page-overlay-content-main {
  height: 100%;
  position: relative;
  z-index: 10;
}
.page-overlay.overlay-top .page-overlay-content {
  overflow: hidden;
}
.page-overlay.overlay-top .page-overlay-content .page-overlay-content-main {
  height: 100%;
  overflow: auto;
}
.page-overlay.overlay-top .page-overlay-content .vertical_align_wrapper .vertical_align_content {
  vertical-align: top;
  padding: 10rem 0 2.5rem;
}

.page-overlay.actived {
  visibility: visible;
  display: block;
}

.page-overlay.displayed {
  opacity: 1;
}

.page-overlay-content.displayed {
  opacity: 1;
  margin-top: 0;
}

.overflow-container {
  max-height: 100%;
  overflow: auto;
  text-align: right;
}

.close_overlay {
  position: absolute;
  border-radius: 32px;
  right: 2rem;
  top: 2rem;
  z-index: 11;
}

.menu-overlay {
  border-top: 1px solid rgba(39, 58, 104, 0.5);
}
.menu-overlay .vertical_align_content {
  height: 100%;
}

@media (max-width: 767.98px) {
  .page-overlay .page-overlay-content {
    width: 100%;
  }

  .responsive-menu .menu-item-has-children > span {
    width: 24px !important;
    height: 24px !important;
  }
  .responsive-menu .menu-item-has-children > span:after {
    background-size: 12px !important;
    line-height: 1 !important;
  }
}
.page-overlay-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =Slider
========================================================================================*/
/* Dots */
/* Dots Horizontal */
.slick-dots {
  display: block;
  padding: 0 !important;
  margin-top: 2rem;
  list-style: none !important;
  width: 100%;
  text-align: center;
  bottom: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0 !important;
  text-indent: -999em !important;
  line-height: 0 !important;
  min-height: 0 !important;
  display: block !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 0 !important;
  cursor: pointer !important;
  background: #ffffff;
  border: 1px solid #1D9589 !important;
  border-radius: 50% !important;
}
.slick-dots .slick-dot-icon {
  display: none !important;
}
.slick-dots li.slick-active button {
  background: #1D9589 !important;
}
.vertical-dots .slick-dots {
  width: 2.375rem;
  top: 50%;
  right: 0;
  bottom: auto;
  transform: translateY(-50%);
  margin: 0 !important;
}
.vertical-dots .slick-dots li {
  margin: 1.5rem 0;
}

/* Slider Arrows*/
button[type=button].slick-arrow, .slick-arrow {
  z-index: 9;
  font-size: 20px;
  overflow: hidden;
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
button[type=button].slick-arrow svg, .slick-arrow svg {
  transition: fill 0.3s ease;
}
button[type=button].slick-arrow:is(:hover, :focus-visible), .slick-arrow:is(:hover, :focus-visible) {
  background: #273A68;
  color: #ffffff;
}

.bg-color-none button[type=button].slick-arrow, .bg-color-none .slick-arrow, .bg-color-seashell button[type=button].slick-arrow, .bg-color-seashell .slick-arrow {
  background: #273A68;
  color: #ffffff;
}
.bg-color-none button[type=button].slick-arrow:is(:hover, :focus-visible), .bg-color-none .slick-arrow:is(:hover, :focus-visible), .bg-color-seashell button[type=button].slick-arrow:is(:hover, :focus-visible), .bg-color-seashell .slick-arrow:is(:hover, :focus-visible) {
  background: #F4F3EF;
  color: #273A68;
}

.over4 .slick-arrow {
  display: inline-flex !important;
}

@media (max-width: 1279.98px) {
  .slick-slider.cols-grid {
    margin-left: 0;
  }
}

.slick-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow svg {
  height: 20px;
  width: 20px;
}
.slick-arrow.prev_arrow, .slick-arrow.left-arrow {
  transform: rotate(90deg);
}
.slick-arrow.next_arrow, .slick-arrow.right-arrow {
  transform: rotate(-90deg);
}

.single-house-arrow span.slick-arrow {
  background: #F4F3EF;
}
.single-house-arrow span.slick-arrow:is(:hover, :focus-visible) {
  background: #273A68;
}
.single-house-arrow .slick-prev {
  left: 2rem !important;
  box-shadow: 0 4px 7px rgba(0, 62, 83, 0.1);
}
@media (max-width: 767.98px) {
  .single-house-arrow .slick-prev {
    left: 0.5rem !important;
  }
}
.single-house-arrow .slick-next {
  right: 2rem !important;
  box-shadow: 0 4px 7px rgba(0, 62, 83, 0.1);
}
@media (max-width: 767.98px) {
  .single-house-arrow .slick-next {
    right: 0.5rem !important;
  }
}
@media (max-width: 767.98px) {
  .single-house-arrow .slick-arrow {
    display: inline-flex !important;
    width: 2.375rem !important;
    height: 2.375rem !important;
  }
}

.slick-slide > div {
  height: 100%;
}
.slick-slide > div > article {
  height: 100%;
}

/* =Table
========================================================================================*/
.entry table, .content-container table, .hentry table {
  max-width: 100%;
  background-color: #000000;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0.125rem solid #000000;
  width: 100%;
  margin-bottom: 2rem;
}
.entry table th, .content-container table th, .hentry table th {
  line-height: 1.4;
  text-align: left;
  vertical-align: top;
  border-top: 0.125rem solid #000000;
  border-right: 0.125rem solid #000000;
  background: #F4F3EF;
  padding: 0.625rem 1.875rem;
  font-size: 1.25rem;
  color: #ffffff;
}
.entry table td, .content-container table td, .hentry table td {
  padding: 0.625rem 1.875rem;
  line-height: 1.4;
  text-align: left;
  vertical-align: top;
  border-top: 0.125rem solid #000000;
  border-right: 0.125rem solid #000000;
}
.entry table tr:hover td, .content-container table tr:hover td, .hentry table tr:hover td {
  background: #000000;
}
.entry table tr.selected td, .content-container table tr.selected td, .hentry table tr.selected td {
  background: #000000;
}
.entry table thead th, .content-container table thead th, .hentry table thead th {
  vertical-align: middle;
}
.entry table thead:first-child tr:first-child th, .content-container table thead:first-child tr:first-child th, .hentry table thead:first-child tr:first-child th {
  border-top: 0;
}
.entry table thead:first-child tr:first-child td, .content-container table thead:first-child tr:first-child td, .hentry table thead:first-child tr:first-child td {
  border-top: 0;
}
.entry table caption + thead tr:first-child th, .content-container table caption + thead tr:first-child th, .hentry table caption + thead tr:first-child th {
  border-top: 0;
}
.entry table caption + thead tr:first-child td, .content-container table caption + thead tr:first-child td, .hentry table caption + thead tr:first-child td {
  border-top: 0;
}
.entry table colgroup + thead tr:first-child th, .content-container table colgroup + thead tr:first-child th, .hentry table colgroup + thead tr:first-child th {
  border-top: 0;
}
.entry table colgroup + thead tr:first-child td, .content-container table colgroup + thead tr:first-child td, .hentry table colgroup + thead tr:first-child td {
  border-top: 0;
}

/* Resposive tables */
/*--------------------------------------------------*/
@media (max-width: 767.98px) {
  /* Responsive Table Styles 2 */
  /*--------------------------------------------------*/
  table.res-table {
    border-top: 0;
  }

  table.res-table tr th {
    display: none;
  }

  table.res-table tr td {
    background: #000000;
    display: block;
    position: relative;
    padding-left: 50%;
    border-right: 0;
    font-size: 14px;
  }

  table.res-table td:before {
    content: attr(data-th) ": ";
    font-weight: 500;
    width: 50%;
    display: block;
    padding: 6px;
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 9px;
  }

  table.res-table tr:nth-child(2n+2) td {
    background: #ffffff;
  }

  table.res-table tr:nth-child(2n+2):hover td {
    background: #ffffff;
  }

  table.res-table tr:hover td {
    background: #000000;
  }
}
/*=Typography
========================================================================================*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  text-wrap: balance;
  font-family: "P22 Mackinac Pro Book", "Adjusted Lucida Bright Fallback", serif;
  font-weight: 300;
  line-height: 1;
  color: #273A68;
  margin-bottom: 1.4rem;
  display: block;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0;
}

.fs-0 {
  font-size: 4.5rem;
}
@media (max-width: 1279.98px) {
  .fs-0 {
    font-size: 64px;
  }
}

h1, .h1, .fs-1 {
  font-size: 3.5rem;
}
@media (max-width: 1279.98px) {
  h1, .h1, .fs-1 {
    font-size: 48px;
  }
}

h2, .h2, .fs-2 {
  font-size: 3rem;
}
@media (max-width: 1279.98px) {
  h2, .h2, .fs-2 {
    font-size: 40px;
  }
}

h3, .h3, .fs-3 {
  font-size: 2.5rem;
}
@media (max-width: 1279.98px) {
  h3, .h3, .fs-3 {
    font-size: 36px;
  }
}

h4, .h4, .fs-4 {
  font-size: 2.25rem;
}
@media (max-width: 1279.98px) {
  h4, .h4, .fs-4 {
    font-size: 30px;
  }
}

h5, .h5, .fs-5 {
  font-size: 1.875rem;
}
@media (max-width: 1279.98px) {
  h5, .h5, .fs-5 {
    font-size: 24px;
  }
}

h6, .h6, .fs-6 {
  font-size: 1.5rem;
}
@media (max-width: 1279.98px) {
  h6, .h6, .fs-6 {
    font-size: 20px;
  }
}

.fs-7 {
  font-size: 1.25rem;
  line-height: 1.25;
}
@media (max-width: 1279.98px) {
  .fs-7 {
    font-size: 20px;
  }
}

.fs-8 {
  font-size: 1.125rem !important;
  line-height: 1.25;
}
@media (max-width: 1279.98px) {
  .fs-8 {
    font-size: 18px;
  }
}

.fs-9 {
  font-size: 1rem;
  line-height: 1.25;
}
@media (max-width: 1279.98px) {
  .fs-9 {
    font-size: 16px;
  }
}

.fs-10 {
  font-size: 0.875rem;
  line-height: 1.25;
}
@media (max-width: 1279.98px) {
  .fs-10 {
    font-size: 16px;
  }
}

.lead {
  font-family: "Degular Display", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  color: #F4F3EF;
}

small, .small {
  font-size: 75%;
}

hr {
  height: 2px;
  border-radius: 8px;
  border: 0;
  margin: 2rem 0;
  background-color: #273A68;
}

blockquote {
  background: #ffffff;
  padding: 3.5rem;
  quotes: "“" "”";
  font-style: italic;
  font-size: 1.625rem;
  border-radius: 8px;
}
.block-wrapper.bg-color-alt blockquote {
  background: #F4F3EF;
}
blockquote:before {
  color: #000000;
  content: open-quote;
  font-size: 6.25rem;
  line-height: 0.1;
  vertical-align: -2.5rem;
  margin-right: 1.5rem;
}
blockquote p {
  display: inline;
}

p, blockquote {
  font-weight: 400;
  margin-bottom: 1.4rem;
  text-wrap: wrap;
  letter-spacing: 1px;
}
p:last-child, blockquote:last-child {
  margin-bottom: 0;
}

p, ul, ol {
  line-height: 1.4;
}

p, ul, ol, li, a:not(.font2), span, label, input, select, textarea, option, .marker-details .font1, .font1 {
  letter-spacing: 1px;
}

.entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots),
.content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots),
.hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) {
  margin-bottom: 1.4rem;
}
.entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots),
.content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots),
.content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots),
.content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots),
.content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots),
.content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots),
.content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots),
.hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots),
.hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots),
.hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots),
.hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots),
.hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots),
.hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) {
  margin-bottom: 0;
}

.entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) {
  padding-left: 1.4rem;
  margin: 0 0 1.4rem 1.4rem;
  list-style-type: circle;
}
.entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li, .content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li, .hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li {
  padding-left: 0.7rem;
}
.entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li ul, .content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li ul, .hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li ul {
  margin: 0;
}
.entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots):last-child, .content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots):last-child, .hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots):last-child {
  margin-bottom: 0;
}
.entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots), .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) {
  padding-left: 1.4rem;
  margin: 0 0 1.4rem 1.4rem;
  list-style-type: decimal;
}
.entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li, .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li, .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li {
  padding-left: 0.7rem;
}
.entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li ol, .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li ol, .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li ol {
  list-style-type: lower-roman;
  margin: 0;
}
.entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li ol li ol, .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li ol li ol, .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots) li ol li ol {
  list-style-type: lower-latin;
}
.entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots):last-child, .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots):last-child, .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.slick-dots):last-child {
  margin-bottom: 0;
}

.font-weight-thin {
  font-weight: 100;
}

.font-weight-extralight {
  font-weight: 200;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semibold {
  font-weight: 500;
}

.font-weight-bold {
  font-weight: 500;
}

.font-weight-extrabold {
  font-weight: 500;
}

.font-weight-extra-bold {
  font-weight: 500;
}

.font-weight-black {
  font-weight: 500;
}

/*** WP Admin Bar ***/
html.jd-logged-in, html.jd-logged-in body, * html.jd-logged-in body {
  margin-top: -32px;
}
@media only screen and (max-width: 782px) {
  html.jd-logged-in, html.jd-logged-in body, * html.jd-logged-in body {
    margin-top: -46px;
  }
}

html.jd-logged-in #wpadminbar {
  opacity: 0.5;
  z-index: 10100;
}
html.jd-logged-in #wpadminbar:hover {
  opacity: 1;
}

/* =Accordion
========================================================================================*/
.accordion-data {
  display: none;
}

.accordion-row {
  border-bottom: 1px solid #000000;
  font-weight: 500;
}
.accordion-row > h3 {
  margin-bottom: 0;
}
.accordion-row .accordion-data {
  padding: 0 1.5rem 1.5rem;
}
.accordion-row:last-child {
  margin-bottom: 0;
}
.accordion-databox.font-color-white .accordion-row {
  border-color: #ffffff;
}

.accordion-trigger, .tab-container .tabMobiletrigger {
  padding: 1.5rem;
  cursor: pointer;
  position: relative;
  color: #000000;
  margin: 0;
}
.accordion-trigger .accordion-icon-container, .tab-container .tabMobiletrigger .accordion-icon-container {
  border-radius: 50%;
  transition: transform 0.3s ease;
  width: 2.5rem;
  height: 2.5rem;
}
.accordion-trigger .accordion-icon-container svg, .tab-container .tabMobiletrigger .accordion-icon-container svg {
  width: 1.125rem;
  height: 1.125rem;
}
@media (max-width: 1279.98px) {
  .accordion-trigger .accordion-icon-container, .tab-container .tabMobiletrigger .accordion-icon-container {
    width: 40px;
    height: 40px;
  }
  .accordion-trigger .accordion-icon-container svg, .tab-container .tabMobiletrigger .accordion-icon-container svg {
    width: 18px;
    height: 18px;
  }
}
.accordion-row.open .accordion-trigger .accordion-icon-container, .accordion-row.open .tab-container .tabMobiletrigger .accordion-icon-container {
  transform: rotate(-180deg);
}
.accordion-trigger:focus-visible, .tab-container .tabMobiletrigger:focus-visible {
  outline-offset: 0;
  transition: none;
}

/* =Banner Block
========================================================================================*/
.banner-block {
  height: calc(100vh - 2.125rem);
}
.banner-block.bg-color-alt {
  background-color: #ffffff !important;
}
.banner-block .banner-block__background {
  height: 100%;
}
.banner-block .banner-block__background .banner-block__content {
  padding: 6rem 0;
}
.banner-block .banner-block__background .banner-block__content .h1, .banner-block .banner-block__background .banner-block__content p {
  color: #ffffff;
}
.banner-block .banner-block__background .banner-block__content p {
  max-width: 660px;
}
.banner-block .banner-block__video-container {
  position: relative;
}
.banner-block .banner-block__video-container .close_overlay {
  right: 1rem;
  top: 1rem;
}
.banner-block .banner-block__video-container iframe {
  max-width: 100%;
}

/* =Button Block
========================================================================================*/
.button-block {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.button-block a, .button-block input, .button-block button, .button-block .btn {
  margin-right: 1rem;
}
.button-block a:last-child, .button-block input:last-child, .button-block button:last-child, .button-block .btn:last-child {
  margin-right: 0;
}

.multi-line .wrap, .multi-line div[class^=wrap], .multi-line div[class*=" wrap"], .multi-line .multi-line-content {
  margin-bottom: -1.5rem;
}
.multi-line .wrap a, .multi-line .wrap input, .multi-line .wrap button, .multi-line .wrap .btn, .multi-line div[class^=wrap] a, .multi-line div[class^=wrap] input, .multi-line div[class^=wrap] button, .multi-line div[class^=wrap] .btn, .multi-line div[class*=" wrap"] a, .multi-line div[class*=" wrap"] input, .multi-line div[class*=" wrap"] button, .multi-line div[class*=" wrap"] .btn, .multi-line .multi-line-content a, .multi-line .multi-line-content input, .multi-line .multi-line-content button, .multi-line .multi-line-content .btn {
  margin-bottom: 1.5rem;
}

/* = column blocks
========================================================================================*/
.column-block.bg-color-alt {
  background-color: #F4F3EF !important;
}
.column-block.full-width > .wrap, .column-block.full-width > div[class^=wrap], .column-block.full-width > div[class*=" wrap"] {
  max-width: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .column-block.cols-responsive-no-gap .col-6.col-item:nth-child(4n) .col-item-content, .column-block.cols-responsive-no-gap .col-6.col-item:nth-child(4n-1) .col-item-content {
    padding-top: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .column-block.cols-responsive-no-gap .col-item:nth-child(n+2) .col-item-content {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .column-block.cols-responsive-no-gap-between-md-lg .col-6.col-item:nth-child(4n) .col-item-content, .column-block.cols-responsive-no-gap-between-md-lg .col-6.col-item:nth-child(4n-1) .col-item-content {
    padding-top: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .column-block.cols-responsive-no-gap-sm .col-item:nth-child(n+2) .col-item-content {
    padding-top: 0 !important;
  }
}
.column-block.block-p .col-item-content.bg-color-alt {
  background-color: #ffffff !important;
}

.cols.same-height .col-item .col-item-content-wrapper, .cols-grid.same-height .col-item .col-item-content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cols.same-height .col-item .col-item-content-wrapper .col-item-content, .cols-grid.same-height .col-item .col-item-content-wrapper .col-item-content {
  height: 100%;
}
.cols.same-height .col-item .col-item-content-wrapper .col-item-content.bg-color-navy a, .cols-grid.same-height .col-item .col-item-content-wrapper .col-item-content.bg-color-navy a {
  color: #ffffff;
  text-decoration: underline;
}

/* = content blocks
========================================================================================*/
.content-block blockquote {
  background-color: #F4F3EF;
}
.content-block.bg-color-seashell blockquote {
  background-color: #ffffff;
}
.content-block.bg-color-navy a:not(:hover), .content-block.bg-color-magenta a:not(:hover) {
  color: #ffffff !important;
}
.content-block.bg-color-navy blockquote, .content-block.bg-color-magenta blockquote {
  color: #000000;
}
.content-block.bg-color-navy h1, .content-block.bg-color-navy .h1,
.content-block.bg-color-navy h2, .content-block.bg-color-navy .h2,
.content-block.bg-color-navy h3, .content-block.bg-color-navy .h3,
.content-block.bg-color-navy h4, .content-block.bg-color-navy .h4,
.content-block.bg-color-navy h5, .content-block.bg-color-navy .h5,
.content-block.bg-color-navy h6, .content-block.bg-color-navy .h6, .content-block.bg-color-magenta h1, .content-block.bg-color-magenta .h1,
.content-block.bg-color-magenta h2, .content-block.bg-color-magenta .h2,
.content-block.bg-color-magenta h3, .content-block.bg-color-magenta .h3,
.content-block.bg-color-magenta h4, .content-block.bg-color-magenta .h4,
.content-block.bg-color-magenta h5, .content-block.bg-color-magenta .h5,
.content-block.bg-color-magenta h6, .content-block.bg-color-magenta .h6 {
  color: #ffffff;
}
.content-block.bg-color-jacaranda a:hover, .content-block.bg-color-orange a:hover, .content-block.bg-color-nectarine a:hover, .content-block.bg-color-sky a:hover, .content-block.bg-color-leaf a:hover {
  color: #ffffff !important;
}

/* =CTA Block
========================================================================================*/
.cta-block .cta__banner {
  min-height: 22.5rem;
}
.cta-block .h1, .cta-block p {
  color: #ffffff;
}

/* =Divider Block
========================================================================================*/
.divider-block {
  padding: 0;
}
.divider-block:not(.block-p) {
  margin-top: 0 !important;
}
.divider-block + .block-wrapper:not(.block-p) {
  padding: 0;
  margin-top: 4.5rem !important;
}
.block-wrapper.block-p + .divider-block.block-p {
  padding-top: 0;
}
.block-wrapper:not(.block-p):not(.divider-block) + .divider-block:not(.block-p) {
  padding-top: 4.5rem;
}
.divider-block:not(.block-p) + .block-wrapper.block-p {
  margin-top: 0 !important;
}
.divider-block.block-p + .block-wrapper.block-p {
  padding-top: 4.5rem !important;
}
.divider-block hr {
  margin: 0;
}
/* = Featured Communities
========================================================================================*/
.featured-communities-block {
  overflow: hidden;
  padding-bottom: 6px;
}
.featured-communities-block .featured-communities__region {
  font-size: 16px;
  color: #273A68;
  margin-bottom: 0.5rem;
}
.featured-communities-block .featured-communities__container {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
@media (max-width: 1600px) {
  .featured-communities-block .featured-communities__container {
    margin-left: 0;
    margin-right: 0;
  }
}
.featured-communities-block .slick-autoplay-toggle-button {
  display: none;
}
.featured-communities-block .slick-list {
  overflow: visible;
  display: flex;
}
.featured-communities-block .slick-list .slick-track {
  display: flex;
}
.featured-communities-block .slick-list .slick-slide {
  height: auto !important;
  flex: 1;
}
@media (min-width: 1700px) {
  .featured-communities-block .slick-list {
    overflow: hidden;
  }
}
.featured-communities-block .listing.same-height .list-item {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-bottom: 0 !important;
}
@media (max-width: 1600px) {
  .featured-communities-block .listing.same-height .list-item {
    padding-left: 0 !important;
    padding-right: 1.5rem !important;
  }
}
.featured-communities-block .featured-communities__cta {
  margin-right: auto;
}
@media (min-width: 1700px) {
  .featured-communities-block .featured-communities__cta {
    display: none;
  }
}
@media (min-width: 1600px) {
  .featured-communities-block .exactly4 .slick-arrow {
    display: none !important;
  }
}

#homes-listing.slider .slick-list {
  overflow: visible;
}

@media (max-width: 1699px) {
  .featured-communities__slider-buttons {
    gap: 1.5rem;
  }
}
@media (min-width: 1700px) {
  .featured-communities__slider-buttons {
    position: absolute;
    width: 100%;
    top: calc(50% - 25px);
  }
  .featured-communities__slider-buttons .prev_arrow {
    position: absolute;
    left: -6rem;
  }
  .featured-communities__slider-buttons .next_arrow {
    position: absolute;
    right: -6rem;
  }
}
@media (min-width: 1600px) {
  .featured-communities__slider-buttons.exactly4 {
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  .featured-communities__slider-buttons.exactly3 {
    visibility: hidden;
  }
}
@media (min-width: 650) {
  .featured-communities__slider-buttons.exactly2 {
    visibility: hidden;
  }
}
.featured-communities__slider-buttons.exactly1 {
  visibility: hidden;
}

.list-item-community .featured-communities__region {
  font-size: 16px;
  color: #273A68;
  margin-bottom: 0.5rem;
}

/* =Form Block
========================================================================================*/
.form-block .form-container {
  padding: 2rem !important;
  background-color: #F4F3EF !important;
  border-radius: 32px !important;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .form-block .form-container {
    padding: 1.5rem !important;
  }
}
.form-block.bg-color-seashell .form-container {
  background-color: #ffffff !important;
}
.form-block .forminator-currency {
  border-radius: 32px !important;
  margin: 0 8px 8px 0;
}
.form-block .forminator-title {
  font-family: "Degular Display", sans-serif;
  margin-bottom: 0;
  font-size: 1.875rem;
}
@media (max-width: 1279.98px) {
  .form-block .forminator-title {
    font-size: 24px;
  }
}

/* =Gallery Block
========================================================================================*/
.gallery-block .img-cover-wrapper img {
  aspect-ratio: 3/2;
  border-radius: 32px;
}
.gallery-block .single-image-gallery .img-cover-wrapper img {
  aspect-ratio: 3/1;
}
@media (max-width: 767.98px) {
  .gallery-block .single-image-gallery .img-cover-wrapper img {
    aspect-ratio: 3/2;
  }
}
.gallery-block .gallery__viewall {
  font-size: 1.125rem;
  display: flex;
  gap: 0.625rem;
  align-items: center;
  position: absolute;
  left: 2rem;
  top: 2rem;
  padding: 0.625rem 1rem;
  box-shadow: 0 4px 7px rgba(0, 62, 83, 0.1);
}
@media (max-width: 767.98px) {
  .gallery-block .gallery__viewall {
    display: none;
  }
}
.gallery-block .gallery__video {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  font-size: 1.125rem;
  padding: 0.625rem 1.25rem;
}

/* = Highlight
========================================================================================*/
@media (max-width: 1023.98px) {
  .highlight-block h2, .highlight-block .h2 {
    font-size: 40px;
  }
}
.highlight-block__image {
  position: relative;
}
.highlight-block__image img {
  border-radius: 32px;
  aspect-ratio: 1;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .highlight-block__image img {
    aspect-ratio: 16/9;
  }
}
.highlight-block__image .play-btn {
  padding: 0 !important;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  font-size: 32px !important;
  width: 4.5rem !important;
  height: 4.5rem !important;
  border-radius: 50% !important;
  color: #ffffff;
  background-color: #1D9589 !important;
}
.highlight-block__image .play-btn svg {
  width: 2rem !important;
  height: 2rem !important;
  fill: #ffffff;
}
.highlight-block__image .play-btn:hover:not(#default-btn) {
  background-color: #ffffff !important;
}
.highlight-block__image .play-btn:hover:not(#default-btn) svg {
  fill: #1D9589;
}
.highlight-block figure {
  width: 100%;
}
@media (max-width: 767.98px) {
  .highlight-block figure {
    margin-bottom: 0.9375rem;
    text-align: center;
  }
}
.highlight-block figure img {
  margin: 0 auto;
}
.highlight-block .cols > div, .highlight-block .cols-grid > div {
  display: flex;
  flex-direction: column;
}
.highlight-block.img-right .cols, .highlight-block.img-right .cols-grid {
  flex-direction: row-reverse;
}
.highlight-block .highlight-icons-grid {
  margin-top: 1rem;
}
.highlight-block .highlight-icons-grid .highlight-icon-container {
  gap: 1.5rem;
}
@media (max-width: 1279.98px) {
  .highlight-block .highlight-icons-grid .highlight-icon-container:not(:last-child) {
    margin-bottom: 1.25rem !important;
  }
}
.highlight-block .highlight-icons-grid .highlight-icon-container .highlight-icon__icon i {
  height: 3.75rem;
  width: 3.75rem;
  border: 1px solid #273A68;
  border-radius: 32px;
  font-size: 1.75rem;
  line-height: 3.75rem;
  transition: all 0.3s ease;
}
@media (max-width: 1023.98px) {
  .highlight-block .highlight-icons-grid .highlight-icon-container .highlight-icon__icon i {
    height: 60px;
    width: 60px;
    font-size: 28px;
    line-height: 60px;
  }
}
.highlight-block .highlight-icons-grid .highlight-icon-container .highlight-icon__icon.font-color-white i {
  border-color: #ffffff;
}
.highlight-block .highlight-icons-grid .highlight-icon-container .highlight-icon__icon.font-color-leaf i {
  border-color: #1D9589;
}
.highlight-block .highlight-icons-grid a.highlight-icon-container {
  color: #000000;
  text-decoration: none;
}
.highlight-block .highlight-icons-grid a.highlight-icon-container:is(:hover, :focus-visible) .highlight-icon__content-title {
  text-decoration: underline;
}
.highlight-block .highlight-icons-grid a.highlight-icon-container:is(:hover, :focus-visible) .highlight-icon__icon i {
  background-color: #273A68;
  color: #ffffff !important;
}
.highlight-block .highlight-icons-grid a.highlight-icon-container:is(:hover, :focus-visible) .highlight-icon__icon.font-color-leaf i {
  background-color: #1D9589;
}
.highlight-block .highlight-icons-grid a.highlight-icon-container:is(:hover, :focus-visible) .highlight-icon__icon.font-color-white i {
  background-color: #ffffff;
  color: #273A68 !important;
}
.highlight-block .close_overlay {
  padding: 0 !important;
}

.highlight-video-overlay iframe {
  min-width: 70vw;
  height: auto;
  aspect-ratio: 16/9;
}

/* = Highlight
========================================================================================*/
@media (max-width: 1279.98px) {
  .icon-highlight-block h2, .icon-highlight-block .h2 {
    font-size: 40px;
  }
}
.icon-highlight-block .cols > div, .icon-highlight-block .cols-grid > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.icon-highlight-block .icon-highlights__slider-button-wrapper {
  position: relative;
}
.icon-highlight-block .slick-autoplay-toggle-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .icon-highlight-block .icon-highlights .icon-highlight-container {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (min-width: 1024px) {
  .icon-highlight-block .icon-highlights .icon-highlight-container {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.icon-highlight-block .icon-highlights .icon-highlight-container i {
  font-size: 30px;
  margin-bottom: 0.75rem;
}
.icon-highlight-block .icon-highlights .icon-highlight-container .icon-highlight__title {
  font-size: 20px;
  margin-bottom: 1rem;
}

/* = Logo
========================================================================================*/
.logo-block .logo-block-row .logo-block-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1599.98px) {
  .logo-block .logo-block-row .logo-block-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1023.98px) {
  .logo-block .logo-block-row .logo-block-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .logo-block .logo-block-row .logo-block-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.logo-block .logo-block-row .logo-block-grid .logo-item {
  display: flex;
  flex-direction: column;
}
.logo-block .logo-block-row .logo-block-info {
  height: 18.75rem;
  background: #ffffff;
  border-radius: 8px;
}
.logo-block .logo-block-row .logo-block-info figure {
  padding: 3rem 1.5rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 1279.98px) {
  .logo-block .logo-block-row .logo-block-info figure {
    padding: 1.5rem;
  }
}
.logo-block .logo-block-row .logo-block-info figure a {
  display: block;
}
.logo-block .logo-block-row .logo-block-info figure img {
  max-width: 12.625rem;
  height: auto;
  display: block;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1023.98px) {
  .logo-block .logo-block-row .logo-block-info figure img {
    max-width: 11.875rem;
  }
}
.logo-block .logo-block-row h6, .logo-block .logo-block-row .h6 {
  text-align: center;
  margin-top: 1rem;
  font-size: 1.125rem !important;
  line-height: 1.25;
  line-height: 1.4;
  font-family: "Degular Display", sans-serif;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 1279.98px) {
  .logo-block .logo-block-row h6, .logo-block .logo-block-row .h6 {
    font-size: 18px;
  }
}
@media (max-width: 1023.98px) {
  .logo-block .logo-block-row h6, .logo-block .logo-block-row .h6 {
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .logo-block .logo-block-row h6, .logo-block .logo-block-row .h6 {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media (max-width: 767.98px) and (max-width: 1279.98px) {
  .logo-block .logo-block-row h6, .logo-block .logo-block-row .h6 {
    font-size: 16px;
  }
}
@media (max-width: 459.98px) {
  .logo-block .logo-block-row h6, .logo-block .logo-block-row .h6 {
    font-size: 0.875rem;
    line-height: 1.25;
    margin-top: 1rem;
  }
}
@media (max-width: 459.98px) and (max-width: 1279.98px) {
  .logo-block .logo-block-row h6, .logo-block .logo-block-row .h6 {
    font-size: 16px;
  }
}
.logo-block .logo-block-slider .slick-list {
  margin: -15px;
  display: flex;
  padding: 15px 0 !important;
}
@media (max-width: 1599.98px) {
  .logo-block .logo-block-slider .slick-list {
    margin: -10px !important;
  }
}
.logo-block .logo-block-slider .slick-list .logo-item {
  height: 100%;
  border-radius: 8px;
}
.logo-block .logo-block-slider .slick-list .slick-slide {
  margin: 0 15px !important;
}
.logo-block .logo-block-slider .slick-track {
  display: flex;
}

/* =CTA Block
========================================================================================*/
.map-block.bg-color-alt {
  background-color: #F4F3EF !important;
}
.map-block .acf-map {
  border-radius: 32px;
}

/* =Post Block
========================================================================================*/
.posts-block {
  overflow: hidden;
}
.posts-block > .wrap {
  position: relative;
}
.posts-block.bg-color-alt {
  background-color: #F4F3EF !important;
}
.posts-block.bg-color-alt .forminator-custom-form {
  background-color: #ffffff !important;
}
.posts-block .forminator-custom-form {
  padding: 2rem !important;
  background-color: #F4F3EF !important;
  border-radius: 32px !important;
}
.posts-block.block-p form {
  padding: 0;
}
.posts-block .forminator-row-last {
  margin-top: 1rem !important;
}
.posts-block .posts-container {
  opacity: 0;
}
.posts-block .cols-grid {
  margin-left: -1rem;
}
.posts-block .slick-list {
  overflow: visible;
  display: flex;
}
.posts-block .slick-list .slick-track {
  display: flex;
}
.posts-block .slick-list .slick-slide {
  height: auto !important;
  flex: 1;
}
@media (min-width: 1700px) {
  .posts-block .slick-list {
    overflow: hidden;
  }
}
.posts-block .posts-container {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}
@media (max-width: 1600px) {
  .posts-block .posts-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.posts-block .listing.same-height .list-item {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-bottom: 0 !important;
}
@media (max-width: 1600px) {
  .posts-block .listing.same-height .list-item {
    padding-left: 0 !important;
    padding-right: 1.5rem !important;
  }
}
@media (max-width: 1699px) {
  .posts-block .posts-slider__buttons {
    gap: 1rem;
  }
}
@media (min-width: 1700px) {
  .posts-block .posts-slider__buttons {
    position: absolute;
    width: 100%;
    top: calc(50% - 25px);
  }
  .posts-block .posts-slider__buttons .prev_arrow {
    position: absolute;
    left: -6rem;
  }
  .posts-block .posts-slider__buttons .next_arrow {
    position: absolute;
    right: -6rem;
  }
}

/* =tab
========================================================================================*/
.tab-box {
  padding: 2.1875rem 0;
}

.tabcontent {
  display: none;
  color: #000000;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 0 32px 32px 32px;
}
.tabcontent blockquote {
  background: #F4F3EF;
  color: #000000;
}

.tab-block.bg-color-none .tabcontent {
  background: #F4F3EF;
}
.tab-block.bg-color-none .tabcontent blockquote {
  background: #ffffff;
}

.tabnav {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabnav li {
  float: left;
  position: relative;
  margin: 0;
  text-align: center;
  margin-right: 0.625rem;
}
.tabnav li button {
  display: block;
  scroll-margin-top: 7.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 8px 8px 0 0;
  text-decoration: none;
  color: #ffffff;
  background: rgba(39, 58, 104, 0.5);
  cursor: pointer;
}
.tabnav li button:focus-visible {
  outline-offset: 2px;
}
.tabnav li button:hover, .tabnav li button:focus-visible {
  background: #273A68;
}
.tabnav li.active button {
  background: #273A68;
}

.tab-block.bg-color-navy .tabnav li button, .tab-block.bg-color-magenta .tabnav li button {
  background: rgba(244, 243, 239, 0.5);
  color: #000000;
}
.tab-block.bg-color-navy .tabnav li button:focus-visible, .tab-block.bg-color-magenta .tabnav li button:focus-visible {
  outline-color: #F4AB31 !important;
}
.tab-block.bg-color-navy .tabnav li button:hover, .tab-block.bg-color-navy .tabnav li button:focus-visible, .tab-block.bg-color-magenta .tabnav li button:hover, .tab-block.bg-color-magenta .tabnav li button:focus-visible {
  background: #F4F3EF;
}
.tab-block.bg-color-navy .tabnav li.active button, .tab-block.bg-color-magenta .tabnav li.active button {
  background: #F4F3EF;
}

.tab-container {
  /*border:solid 1px $color3; */
  border-top: 0;
}

.jq-tabs .tabcontent {
  display: none;
}

.tab-data.full-width .tabnav {
  display: flex;
  flex-wrap: wrap;
}
.tab-data.full-width .tabnav li {
  float: none;
  flex: 1 1 0;
}

@media (max-width: 1023.98px) {
  .tabnav {
    display: none !important;
  }

  .tab-data .tabnav {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .team-block .listing {
    justify-content: center;
  }
}
.team-block .list-item {
  max-width: 500px;
}

.team-overlay .close-overlay {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media (max-width: 767.98px) {
  .team-overlay .close-overlay {
    top: -1rem;
    right: -1rem;
  }
}
.team-overlay .cols-grid {
  max-height: 70vh;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.team-overlay .page-overlay-content-main {
  border-radius: 32px;
}

/* =Testimonial Block
========================================================================================*/
.testimonial-block {
  /* Same height for all slider items */
}
.testimonial-block p {
  margin-bottom: 3rem;
}
.testimonial-block .testimonials-slider--outer-wrap {
  position: relative;
}
.testimonial-block .testimonials-slider--outer-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  /* Allows click events to pass through */
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, white 100%);
  z-index: 2;
}
@media (max-width: 1279.98px) {
  .testimonial-block .testimonials-slider--outer-wrap::before {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, white 100%);
  }
}
@media (max-width: 1023.98px) {
  .testimonial-block .testimonials-slider--outer-wrap::before {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, white 100%);
  }
}
@media (max-width: 767.98px) {
  .testimonial-block .testimonials-slider--outer-wrap::before {
    background: none;
  }
}
.testimonial-block .testimonials-slider--inner-wrap {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .testimonial-block .testimonials-slider--inner-wrap {
    overflow: visible;
  }
}
.testimonial-block .slick-slide {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 767.98px) {
  .testimonial-block .slick-slide {
    margin-left: 0;
    margin-right: 0;
  }
}
.testimonial-block .testimonial-item {
  padding: 5.5rem 2rem 2rem 2rem;
  height: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
  background: #F4F3EF;
  border-radius: 32px;
}
.testimonial-block .testimonial-item__content {
  position: relative;
}
.testimonial-block .testimonial-item__content p {
  padding: 0 2rem;
  color: #000000 !important;
}
.testimonial-block .testimonial-item__content::before {
  content: "“";
  position: absolute;
  top: -1rem;
  font-family: "Georgia", "serif";
  font-size: 7.5rem;
  line-height: 25%;
}
.testimonial-block .testimonial-item__profile {
  gap: 15px;
}
.testimonial-block .testimonial-item__profile img {
  width: 60px;
  height: 60px;
  border: 3px solid #ffffff;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-block .testimonial-item__profile .testimonial-item__profile-text p {
  margin-bottom: 4px;
}
@media (max-width: 767.98px) {
  .testimonial-block .testimonial-item {
    margin-left: 0;
    margin-right: 0;
  }
}
.testimonial-block .testimonials-slider {
  position: relative;
}
.testimonial-block .testimonials-slider .slick-list {
  overflow: visible;
}
@media (max-width: 767.98px) {
  .testimonial-block .testimonials-slider .slick-list {
    overflow: hidden;
  }
}
.testimonial-block .slick-autoplay-toggle-button {
  z-index: 2;
  background: rgba(156, 26, 122, 0.5) !important;
  color: #000000;
}
.testimonial-block .slick-autoplay-toggle-button:is(:hover, :focus-visible) {
  background: #F4F3EF !important;
}
.testimonial-block .testimonial__slider-buttons {
  gap: 1.5rem;
}
.testimonial-block .testimonial__slider-buttons button[type=button].slick-arrow, .testimonial-block .testimonial__slider-buttons .slick-arrow {
  background: rgba(156, 26, 122, 0.5);
}
.testimonial-block .testimonial__slider-buttons button[type=button].slick-arrow:is(:hover, :focus-visible), .testimonial-block .testimonial__slider-buttons .slick-arrow:is(:hover, :focus-visible) {
  background: #F4F3EF;
  color: #000000 !important;
}
.testimonial-block .testimonial__slider-buttons button[type=button].slick-arrow:is(:hover, :focus-visible) svg, .testimonial-block .testimonial__slider-buttons .slick-arrow:is(:hover, :focus-visible) svg {
  fill: #000000;
}
@media (min-width: 1700px) {
  .testimonial-block .testimonial__slider-buttons {
    margin-top: 0;
    width: 100%;
    position: absolute;
    top: calc(50% - 2.5rem);
  }
  .testimonial-block .testimonial__slider-buttons .prev_arrow {
    position: absolute;
    top: -25px;
    left: -98px;
  }
  .testimonial-block .testimonial__slider-buttons .next_arrow {
    position: absolute;
    top: -25px;
    right: -98px;
  }
}
.testimonial-block .slick-track {
  display: flex !important;
}
.testimonial-block .slick-slide {
  height: inherit !important;
}
.testimonial-block .slick-dots li {
  margin: 0 0.5rem;
}

/* =Tiles Block
========================================================================================*/
.tile-block .content-container ul {
  padding-left: 0 !important;
}
.tile-block .content-container li {
  margin-bottom: 0.5rem;
  font-weight: 500;
}
/* =Video Block
========================================================================================*/
.video-block .iframe-responsive iframe {
  border-radius: 32px;
}
/* =Breadcrumbs
========================================================================================*/
.breadcrumbs .breadcrumb_last, #breadcrumbs .breadcrumb_last {
  display: none;
}
.breadcrumbs a, #breadcrumbs a {
  color: #ffffff;
}
.breadcrumbs > span, #breadcrumbs > span {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.breadcrumbs span span, #breadcrumbs span span {
  display: inline-flex;
  align-items: center;
}
.breadcrumbs span span::after, #breadcrumbs span span::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  mask-image: url("../../images/icons/chevron-down.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  background: #ffffff;
  filter: invert(0);
  transform: rotate(-90deg);
  margin-left: 0.5rem;
}

/* =Breadcrumbs
========================================================================================*/
/* =Filter
========================================================================================*/
@media (max-width: 1023.98px) {
  .filter-section span {
    width: 100%;
    justify-content: center;
  }
}
.filter-section .map-location-filter .location-form {
  border: 1px solid #273A68;
  max-width: 20rem;
  border-radius: 32px;
  padding-left: 1rem;
}
.filter-section .map-location-filter .location-form i {
  font-size: 20px;
}
.filter-section .map-location-filter .location-form input {
  margin-bottom: 0;
  font-family: "Degular Display", sans-serif;
  color: #7883C2;
  font-weight: 500;
  padding: 0.625rem 1rem;
  padding-left: 0;
  border: 0;
}
.filter-section .map-location-filter .location-form input:focus-visible, .filter-section .map-location-filter .location-form input:focus {
  outline: none !important;
  border: 0 !important;
  background-color: #ffffff !important;
}
@media (max-width: 1023.98px) {
  .filter-section .map-location-filter .location-form {
    max-width: 100%;
  }
}
.filter-section .filter-info {
  position: relative;
}
.filter-section .filter-info .amenities-container, .filter-section .filter-info .region-container {
  position: relative;
}
.filter-section .filter-info .amenities-container .checkbox-filter, .filter-section .filter-info .region-container .checkbox-filter {
  position: absolute;
  padding-bottom: 0.5rem;
  z-index: 3;
}
.filter-section .filter-info .filter-by-text {
  position: absolute;
  top: -2rem;
}
@media (max-width: 1023.98px) {
  .filter-section .filter-info .filter-by-text {
    position: relative;
    top: initial;
    width: fit-content;
  }
}
@media (max-width: 767.98px) {
  .filter-section .filter-info .filter-by-text {
    width: 100%;
  }
}
.filter-section .filter-info .checkbox-filter {
  display: none;
  background-color: #273A68;
  color: #ffffff;
  border-radius: 32px;
}
.filter-section .filter-info .checkbox-filter input[type=checkbox] {
  accent-color: #F4AB31;
}
.filter-section .filter-info .checkbox-filter .filter_criteria {
  min-width: max-content;
}
.filter-section .filter-info .checkbox-filter input:focus-visible {
  outline: none !important;
}
.filter-section .filter-info .checkbox-filter .filter-item-label:has(input:focus-visible) {
  outline: 2px solid #ffffff !important;
  outline-offset: 2px;
}
@media (max-width: 459.98px) {
  .filter-section .filter-info .amenities-container .checkbox-filter .filter_criteria {
    min-width: 70vw;
  }
}
.filter-section .filter-info .amenities-container .checkbox-filter .filter_criteria ul {
  display: grid;
  padding-right: 0.5rem;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.5rem;
}
@media (max-width: 767.98px) {
  .filter-section .filter-info .amenities-container .checkbox-filter .filter_criteria ul {
    grid-template-columns: 1fr 1fr;
    max-height: 400px;
    overflow: auto;
  }
  .filter-section .filter-info .amenities-container .checkbox-filter .filter_criteria ul::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
  }
  .filter-section .filter-info .amenities-container .checkbox-filter .filter_criteria ul::-webkit-scrollbar-track {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 8px;
  }
  .filter-section .filter-info .amenities-container .checkbox-filter .filter_criteria ul::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
  }
  .filter-section .filter-info .amenities-container .checkbox-filter .filter_criteria ul::-webkit-scrollbar-thumb:hover {
    background-color: #ffffff;
  }
}
@media (max-width: 459.98px) {
  .filter-section .filter-info .amenities-container .checkbox-filter .filter_criteria ul {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 459.98px) {
  .filter-section .filter-info .region-container .checkbox-filter {
    right: 1rem;
  }
}
.filter-section .filter-info .region-container .checkbox-filter .filter_criteria ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.5rem;
}
@media (max-width: 767.98px) {
  .filter-section .filter-info .region-container .checkbox-filter .filter_criteria ul {
    grid-template-columns: 1fr;
  }
}

.btn-amenities, .btn-region, .btn-map-view, .btn-list-view {
  margin-right: 1rem;
}
.btn-amenities i, .btn-region i, .btn-map-view i, .btn-list-view i {
  font-size: 20px;
}

@media (max-width: 1023.98px) {
  .map-view .filter-container {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1023.98px) {
  .map-view .map-view-box {
    margin-bottom: 1.5rem !important;
  }
}

/* =Side Menu - Menu Widget
========================================================================================*/
.widget.widget_jdw_menu {
  background: #273A68;
  border-radius: 8px;
  overflow: hidden;
}
.widget.widget_jdw_menu .widget_jdw_nav li {
  padding: 1.5rem 0 !important;
  display: block;
  border-bottom: 0.125rem solid #ffffff;
}
.widget.widget_jdw_menu .widget_jdw_nav li:last-child {
  border-bottom: none;
}
.widget.widget_jdw_menu .widget_jdw_nav li a {
  text-decoration: none;
  font-size: 1.5rem;
  color: #ffffff;
  display: block;
  line-height: 1;
  margin-left: 1.5rem;
}
.widget.widget_jdw_menu .widget_jdw_nav li a:hover {
  color: #000000;
}
.widget.widget_jdw_menu .widget_jdw_nav li.current-menu-item > a,
.widget.widget_jdw_menu .widget_jdw_nav li.current-menu-parent > a,
.widget.widget_jdw_menu .widget_jdw_nav li.current-menu-ancestor > a {
  font-weight: 500;
}
.widget.widget_jdw_menu .widget_jdw_nav li.current-menu-item > .sub-menu,
.widget.widget_jdw_menu .widget_jdw_nav li.current-menu-parent > .sub-menu,
.widget.widget_jdw_menu .widget_jdw_nav li.current-menu-ancestor > .sub-menu {
  display: block;
}
.widget.widget_jdw_menu .widget_jdw_nav .sub-menu {
  padding: 0;
  margin-bottom: 0;
  display: none;
}
.widget.widget_jdw_menu .widget_jdw_nav .sub-menu li {
  padding: 1.5rem 0 !important;
}
.widget.widget_jdw_menu .widget_jdw_nav .sub-menu li a {
  padding-left: 1.5rem;
  font-size: 1.5rem;
}
.widget.widget_jdw_menu .widget_jdw_nav .sub-menu > li:first-child {
  margin-top: 1.5rem;
  border-top: 0.125rem solid #ffffff;
}
.widget.widget_jdw_menu .widget_jdw_nav .sub-menu .sub-menu li a {
  padding-left: 2rem;
  font-size: 1.125rem;
  font-style: italic;
}
.widget.widget_jdw_menu .widget_jdw_nav li.current-menu-item.menu-item-has-children, .widget.widget_jdw_menu .widget_jdw_nav li.current-menu-parent.menu-item-has-children, .widget.widget_jdw_menu .widget_jdw_nav li.current-menu-ancestor.menu-item-has-children {
  padding-bottom: 0 !important;
}

/* =Mega Menu
========================================================================================*/
/** Mega Menu Overlay **/
.mega-menu-overlay {
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 100%;
  background: #ffffff;
  z-index: 500;
  box-shadow: 0 4px 7px rgba(0, 62, 83, 0.1);
  left: 0;
}
.mega-menu-overlay .mega-menu-wrap {
  display: none;
}
.mega-menu-overlay .mega-menu-wrap.active {
  display: block;
  z-index: 100;
}
.mega-menu-overlay .mega-menu-wrap :focus-visible {
  outline-color: #273A68 !important;
}

#mainmenu li.has-mega-menu ul.sub-menu {
  display: none !important;
}

/* = Custom Styles
========================================================================================*/
/* Fix Regular Menu overlay */
#mainmenu li:hover > ul {
  z-index: 600;
}

.mega-menu-overlay {
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 100%;
  background: #ffffff;
  border-top: 1px solid rgba(39, 58, 104, 0.5);
}
.mega-menu-overlay .col-3, .mega-menu-overlay .col-5, .mega-menu-overlay .col-xl-3, .mega-menu-overlay .col-xl-5 {
  border-right: 1px solid rgba(39, 58, 104, 0.5);
  max-height: 450px;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.mega-menu-overlay .col-3::-webkit-scrollbar, .mega-menu-overlay .col-5::-webkit-scrollbar, .mega-menu-overlay .col-xl-3::-webkit-scrollbar, .mega-menu-overlay .col-xl-5::-webkit-scrollbar {
  width: 12px;
}
.mega-menu-overlay .col-3::-webkit-scrollbar-thumb, .mega-menu-overlay .col-5::-webkit-scrollbar-thumb, .mega-menu-overlay .col-xl-3::-webkit-scrollbar-thumb, .mega-menu-overlay .col-xl-5::-webkit-scrollbar-thumb {
  background-color: rgba(39, 58, 104, 0.5);
}
.mega-menu-overlay .col-3::-webkit-scrollbar-thumb:hover, .mega-menu-overlay .col-5::-webkit-scrollbar-thumb:hover, .mega-menu-overlay .col-xl-3::-webkit-scrollbar-thumb:hover, .mega-menu-overlay .col-xl-5::-webkit-scrollbar-thumb:hover {
  background-color: #273A68;
}
@media (max-width: 1279.98px) {
  .mega-menu-overlay h2 {
    font-size: 1.25rem;
  }
}
.mega-menu-overlay ul li {
  margin-bottom: 1rem;
  align-items: center;
}
.mega-menu-overlay ul li a {
  color: #000000;
}
.mega-menu-overlay ul li i {
  font-size: 0.875rem !important;
  color: #273A68;
  margin-left: 0.875rem;
}
.mega-menu-overlay ul:not(.region-list) li a {
  color: #000000;
}
.mega-menu-overlay ul:not(.region-list) li a:hover {
  color: #273A68;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.mega-menu-overlay .community-list:not(.active) {
  display: none;
}
.mega-menu-overlay .mega-menu-cta {
  position: relative;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.mega-menu-overlay .mega-menu-cta::after {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  mask-image: url("../../images/bgi/chevron-down.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 0.875rem;
  height: 0.875rem;
  background: #273A68;
  transform: rotate(-90deg);
  padding-top: 1rem;
}
.mega-menu-overlay .region-list-container {
  padding-right: 1.5rem;
}
.mega-menu-overlay .region-list-container .region-list li a {
  padding: 0.625rem 1rem;
  border-radius: 8px;
  position: relative;
}
.mega-menu-overlay .region-list-container .region-list li a.active {
  background-color: #ffffff;
}
.mega-menu-overlay .region-list-container .region-list li a .region-name {
  position: relative;
  gap: 0.5rem;
  align-items: center;
  font-size: 1.125rem;
  color: #273A68;
}
.mega-menu-overlay .region-list-container .region-list li a .region-name::after {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  mask-image: url("../../images/bgi/chevron-down.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  background: #273A68;
  transform: rotate(-90deg);
}
@media (max-width: 1279.98px) {
  .mega-menu-overlay .region-list-container .region-list li a .region-name {
    font-size: 1rem;
  }
}
.mega-menu-overlay .region-list-container .region-list li a .region-community-count {
  font-size: 1rem;
}
@media (max-width: 1279.98px) {
  .mega-menu-overlay .region-list-container .region-list li a .region-community-count {
    font-size: 0.875rem;
  }
}
.mega-menu-overlay .region-list-container .region-list li a span {
  padding-top: 0.5rem;
  display: inline-block;
}

.notification-box {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  width: 25rem;
  border-radius: 32px 0 0 32px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  transition-property: all;
  transition-duration: 0.8s;
  transition-behavior: ease;
}
@media (max-width: 767.98px) {
  .notification-box {
    width: 90vw;
  }
}
@media screen and (prefers-reduced-motion: no-preference) {
  .notification-box {
    transition-duration: 0.3s;
  }
}
.notification-box .notification-box-close {
  width: 55px !important;
  height: 55px !important;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}
.notification-box .notification-box-close svg {
  height: 16px;
  width: 16px;
}
.notification-box .notification-box-close__open {
  display: none;
}
.notification-box .notification-box-content-container {
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-behavior: ease;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .notification-box .notification-box-content-container {
    transition-duration: 0.3s;
  }
}
.notification-box.notification-hidden {
  background-color: transparent !important;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0);
  right: -22.1875rem;
}
@media (max-width: 767.98px) {
  .notification-box.notification-hidden {
    right: calc(-90vw + 45px);
  }
}
.notification-box.notification-hidden .notification-box-content-container {
  opacity: 0;
}
.notification-box.notification-hidden .notification-box-close__x {
  display: none;
}
.notification-box.notification-hidden .notification-box-close__open {
  display: inline-block;
}

/* =Page Banner
========================================================================================*/
.page-banner {
  color: #ffffff;
}
.page-banner h1 {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.page-banner .banner-container {
  position: relative;
  height: 100%;
  border-radius: 0 0 48px 48px;
  overflow: hidden;
}
.page-banner .banner-container.w-image:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}
.page-banner .banner-container.bg-color-navy .breadcrumbs a, .page-banner .banner-container.bg-color-navy #breadcrumbs a {
  color: #F4F3EF;
}
.page-banner .banner-container .banner-image-container {
  position: absolute;
  inset: 0;
}
.page-banner .banner-container .banner-image-container img, .page-banner .banner-container .banner-image-container picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner .banner-container .banner-image-container::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(70, 69, 74, 0.7), rgba(70, 69, 74, 0.5) 33%, rgba(70, 69, 74, 0) 50%);
}
@media (max-width: 767.98px) {
  .page-banner .banner-container .banner-image-container::after {
    background: linear-gradient(to bottom right, rgba(70, 69, 74, 0.7), rgba(70, 69, 74, 0.5) 50%, rgba(70, 69, 74, 0) 90%);
  }
}
.page-banner .banner-container .banner-content {
  position: relative;
  min-height: 31.25rem;
}
.page-banner .banner-container .banner-content__inner-container {
  max-width: 600px;
}
.page-banner .banner-container .banner-content__inner-container .content-container {
  max-width: 500px;
}
@media (max-width: 1279.98px) {
  .page-banner .banner-container .banner-content {
    min-height: 25rem;
  }
}
@media (max-width: 1023.98px) {
  .page-banner .banner-container .banner-content {
    min-height: 18.75rem;
  }
}
.page-banner.homepage-banner .banner-container .banner-content {
  min-height: 43.75rem;
}
@media (max-width: 1279.98px) {
  .page-banner.homepage-banner .banner-container .banner-content {
    min-height: 31.25rem;
  }
}
@media (max-width: 1023.98px) {
  .page-banner.homepage-banner .banner-container .banner-content {
    min-height: 25rem;
  }
}
.page-banner.homepage-banner .banner-container .banner-image-container {
  position: absolute;
  inset: 0;
}
.page-banner.homepage-banner .banner-container .banner-image-container img, .page-banner.homepage-banner .banner-container .banner-image-container picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .page-banner.homepage-banner .banner-container .banner-image-container::after {
    background: linear-gradient(to bottom right, rgba(70, 69, 74, 0.7), rgba(70, 69, 74, 0.5) 50%, rgba(70, 69, 74, 0) 70%);
  }
}

/* =Post Banner
========================================================================================*/
.post-banner {
  max-height: 31.25rem;
  overflow: hidden;
}
.post-banner .post-banner-image {
  width: 100%;
  object-fit: cover;
}

/* =Pagination
========================================================================================*/
.navigation {
  text-align: center;
}
.navigation a {
  text-decoration: none !important;
}
.navigation .page-numbers {
  display: inline-block;
  color: #000000;
  background: #F4F3EF;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  font-weight: 500;
  margin-bottom: 1rem;
  border-radius: 8px;
}
.navigation .page-numbers:hover, .navigation .page-numbers.current {
  background-color: #273A68;
  color: #ffffff !important;
}

/* =Social Share
========================================================================================*/
.social-share-buttons a {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  color: #ffffff;
  padding-left: 4.375rem;
}
.social-share-buttons a span {
  position: absolute;
  top: 0;
  left: -0.0625rem;
  width: 3.75rem;
  height: 100%;
  border-right: solid 0.125rem #ffffff;
}
.social-share-buttons a span svg {
  width: 1.875rem;
  height: 1.875rem;
}
@media (max-width: 1023.98px) {
  .social-share-buttons a {
    font-size: 0;
    text-indent: -999em;
    overflow: hidden;
    padding-right: 0;
    padding-left: 3.5rem;
  }
  .social-share-buttons a span {
    border: none;
    position: initial;
    top: 0;
    left: 0;
  }
}
.social-share-buttons a:hover span {
  border-color: #273A68;
}
.social-share-buttons a:hover span svg * {
  fill: #273A68;
}
.social-share-buttons.btn-no-text a {
  font-size: 0;
  text-indent: -999em;
  overflow: hidden;
  padding-right: 0;
  padding-left: 3.5rem;
}
.social-share-buttons.btn-no-text a span {
  border: none;
  position: initial;
  top: 0;
  left: 0;
}

/* =Social Network
========================================================================================*/
.social-network {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .social-network {
    justify-content: center;
  }
}
.social-network a {
  position: relative;
  color: #ffffff;
  font-size: 0;
  text-indent: -999em;
  overflow: hidden;
  width: 2.75rem;
  height: 2.75rem;
  padding-right: 0;
  padding-left: 0;
}
.social-network a svg {
  width: 1.875rem;
  height: 1.875rem;
}
.social-network a:hover svg * {
  fill: #000000;
}

#footer .footer__nav-socials {
  gap: 2rem;
}
#footer .footer__nav-socials .footer__nav-socials__socials {
  gap: 1.5rem;
}
#footer .footer__nav-socials .footer__nav-socials__socials a:hover svg path {
  fill: rgba(39, 58, 104, 0.5);
}

/* = Tags
========================================================================================*/
.tags {
  display: flex;
  flex-wrap: wrap;
}
.tags li {
  margin-right: 1rem;
}
.tags li a,
.tags li span {
  display: inline-block;
  background: #000000;
  color: #F4F3EF;
  font-size: 0.8333333333rem;
  line-height: 1.4;
  text-decoration: none;
  min-height: 1.8333333333rem;
  padding: 0.4166666667rem 1.25rem;
  border-radius: 21.3333333333px;
}
.tags li a:hover:not(span),
.tags li span:hover:not(span) {
  background: #F4F3EF;
  color: #ffffff;
}
.tags li:last-child {
  margin-right: 0;
}
.tags li:last-child a,
.tags li:last-child span {
  margin-right: 0;
}

.tags-wrapper.multi-line {
  overflow: hidden;
}
.tags-wrapper.multi-line ul {
  margin-bottom: -1rem;
}
.tags-wrapper.multi-line ul li .tag-item {
  margin-bottom: 1rem;
}

/*
========================================================================================
CSS Name: Admin Styles
========================================================================================

NOTE: Update the _admin.scss if you like to add any styling on the admin dashboard.
*/
.acf-tooltip li:hover {
  background-color: #2271b1;
}

.bg-color-palette ul, .btn-colour-palette ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.bg-color-palette ul li, .btn-colour-palette ul li {
  margin: 10px 10px 0 0 !important;
  display: flex;
}
.bg-color-palette ul li label, .btn-colour-palette ul li label {
  height: 28px;
  line-height: 28px;
  position: relative;
  padding-left: 34px;
}
.bg-color-palette ul li label input[type=radio], .btn-colour-palette ul li label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
}
.bg-color-palette ul li label input[type=radio]:checked::before, .btn-colour-palette ul li label input[type=radio]:checked::before {
  content: "";
  font-family: dashicons;
  width: 20px;
  height: 20px;
  background-color: transparent;
  font-size: 20px;
  margin: 2px;
  color: #000000;
}
.bg-color-palette ul li label input[value=bg-color-navy], .bg-color-palette ul li label input[value=btn-navy], .btn-colour-palette ul li label input[value=bg-color-navy], .btn-colour-palette ul li label input[value=btn-navy] {
  background-color: #273A68;
}
.bg-color-palette ul li label input[value=bg-color-navy]:checked::before, .bg-color-palette ul li label input[value=btn-navy]:checked::before, .btn-colour-palette ul li label input[value=bg-color-navy]:checked::before, .btn-colour-palette ul li label input[value=btn-navy]:checked::before {
  color: white;
}
.bg-color-palette ul li label input[value=bg-color-seashell], .bg-color-palette ul li label input[value=btn-seashell], .btn-colour-palette ul li label input[value=bg-color-seashell], .btn-colour-palette ul li label input[value=btn-seashell] {
  background-color: #F4F3EF;
}
.bg-color-palette ul li label input[value=bg-color-seashell]:checked::before, .bg-color-palette ul li label input[value=btn-seashell]:checked::before, .btn-colour-palette ul li label input[value=bg-color-seashell]:checked::before, .btn-colour-palette ul li label input[value=btn-seashell]:checked::before {
  color: black;
}
.bg-color-palette ul li label input[value=bg-color-magenta], .bg-color-palette ul li label input[value=btn-magenta], .btn-colour-palette ul li label input[value=bg-color-magenta], .btn-colour-palette ul li label input[value=btn-magenta] {
  background-color: #9C1A7A;
}
.bg-color-palette ul li label input[value=bg-color-magenta]:checked::before, .bg-color-palette ul li label input[value=btn-magenta]:checked::before, .btn-colour-palette ul li label input[value=bg-color-magenta]:checked::before, .btn-colour-palette ul li label input[value=btn-magenta]:checked::before {
  color: white;
}
.bg-color-palette ul li label input[value=bg-color-jacaranda], .bg-color-palette ul li label input[value=btn-jacaranda], .btn-colour-palette ul li label input[value=bg-color-jacaranda], .btn-colour-palette ul li label input[value=btn-jacaranda] {
  background-color: #7883C2;
}
.bg-color-palette ul li label input[value=bg-color-jacaranda]:checked::before, .bg-color-palette ul li label input[value=btn-jacaranda]:checked::before, .btn-colour-palette ul li label input[value=bg-color-jacaranda]:checked::before, .btn-colour-palette ul li label input[value=btn-jacaranda]:checked::before {
  color: white;
}
.bg-color-palette ul li label input[value=bg-color-orange], .bg-color-palette ul li label input[value=btn-orange], .btn-colour-palette ul li label input[value=bg-color-orange], .btn-colour-palette ul li label input[value=btn-orange] {
  background-color: #E4602F;
}
.bg-color-palette ul li label input[value=bg-color-orange]:checked::before, .bg-color-palette ul li label input[value=btn-orange]:checked::before, .btn-colour-palette ul li label input[value=bg-color-orange]:checked::before, .btn-colour-palette ul li label input[value=btn-orange]:checked::before {
  color: black;
}
.bg-color-palette ul li label input[value=bg-color-nectarine], .bg-color-palette ul li label input[value=btn-nectarine], .btn-colour-palette ul li label input[value=bg-color-nectarine], .btn-colour-palette ul li label input[value=btn-nectarine] {
  background-color: #F4AB31;
}
.bg-color-palette ul li label input[value=bg-color-nectarine]:checked::before, .bg-color-palette ul li label input[value=btn-nectarine]:checked::before, .btn-colour-palette ul li label input[value=bg-color-nectarine]:checked::before, .btn-colour-palette ul li label input[value=btn-nectarine]:checked::before {
  color: black;
}
.bg-color-palette ul li label input[value=bg-color-sky], .bg-color-palette ul li label input[value=btn-sky], .btn-colour-palette ul li label input[value=bg-color-sky], .btn-colour-palette ul li label input[value=btn-sky] {
  background-color: #3991D0;
}
.bg-color-palette ul li label input[value=bg-color-sky]:checked::before, .bg-color-palette ul li label input[value=btn-sky]:checked::before, .btn-colour-palette ul li label input[value=bg-color-sky]:checked::before, .btn-colour-palette ul li label input[value=btn-sky]:checked::before {
  color: white;
}
.bg-color-palette ul li label input[value=bg-color-leaf], .bg-color-palette ul li label input[value=btn-leaf], .btn-colour-palette ul li label input[value=bg-color-leaf], .btn-colour-palette ul li label input[value=btn-leaf] {
  background-color: #1D9589;
}
.bg-color-palette ul li label input[value=bg-color-leaf]:checked::before, .bg-color-palette ul li label input[value=btn-leaf]:checked::before, .btn-colour-palette ul li label input[value=bg-color-leaf]:checked::before, .btn-colour-palette ul li label input[value=btn-leaf]:checked::before {
  color: white;
}
.bg-color-palette ul li label input[value=btn-white], .btn-colour-palette ul li label input[value=btn-white] {
  background-color: #ffffff;
}
.bg-color-palette ul li label input[value=btn-white]:checked::before, .btn-colour-palette ul li label input[value=btn-white]:checked::before {
  color: black;
}

/* =Footer
========================================================================================*/
#footer {
  line-height: 1.4;
}
#footer .footer__main {
  padding-top: 4.5rem;
  padding-bottom: 3rem;
}
#footer .footer__banner {
  background-position: center;
  background-size: cover;
  min-height: 22.5rem;
}
#footer .footer__banner p {
  font-weight: 500;
}
#footer .footer__banner p, #footer .footer__banner h2 {
  color: #ffffff;
}
@media (max-width: 767.98px) {
  #footer .footer-links a {
    display: inline-block;
    margin-bottom: 1.5rem;
  }
  #footer .footer-links a:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767.98px) {
  #footer .col {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  #footer .col:last-child {
    margin-bottom: 0;
  }
}
#footer .footer__form-section p {
  font-size: 1.25rem;
}
@media (max-width: 1279.98px) {
  #footer .footer__form-section p {
    font-size: 18px;
  }
}
#footer #menu-copyright-menu {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#footer #menu-copyright-menu a {
  font-weight: 500;
}
#footer #menu-copyright-menu a:hover {
  color: #273A68;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  #footer #menu-copyright-menu {
    flex-direction: row;
    gap: 2rem;
  }
}
@media (max-width: 1023.98px) {
  #footer .footer__disclaimer {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
#footer .footer__disclaimer p, #footer .footer__disclaimer a {
  font-size: 14px;
  font-weight: 500;
  color: #273A68;
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  #footer .footer__disclaimer p, #footer .footer__disclaimer a {
    font-size: 14px;
  }
}
@media (max-width: 1279.98px) {
  #footer .footer__disclaimer p, #footer .footer__disclaimer a {
    margin-bottom: 1rem;
  }
}
#footer .footer__disclaimer a:hover {
  color: #273A68;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* =Header
========================================================================================*/
.header {
  position: relative;
  z-index: 1;
  width: 100%;
  /* For Sticky Header*/
  /* Custom styles for Sticky Header */
}
.header .logo {
  margin: 0;
  line-height: 1;
  display: inline-block;
  max-width: 50%;
}
.header .logo strong {
  font-size: 0;
  height: 0;
  left: -999em;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  top: -999em;
  width: 0;
}
.header .logo a {
  display: inline-block;
  position: relative;
}
.header .logo a img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .header .logo a img {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .header .logo {
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .header .logo {
    max-width: 17%;
  }
}
.header.clone-full, .header.clone-wrap {
  /* Required styles */
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  /* Custom styles */
  transform: translateY(-100%);
}
.header.clone-full .logo img, .header.clone-wrap .logo img {
  vertical-align: middle;
}
.header.clone-wrap {
  background: none !important;
}
.header.clone-wrap .wrap {
  background: #000000;
}
.header.sticky {
  position: fixed;
  top: 0;
  z-index: 10000;
  transform: translateY(0);
}
.header-buttons {
  gap: 0.75rem;
}
@media (max-width: 1279.98px) {
  .header-buttons {
    gap: 0.5rem;
  }
}
.header-buttons a:not(.res-btn) {
  padding: 0.625rem 1.25rem !important;
}
@media (max-width: 1023.98px) {
  .header-buttons a:not(.res-btn) {
    padding: 11px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1599.98px) {
  .header-buttons a:not(.res-btn) {
    padding: 11px !important;
  }
}
.header-buttons .header-buttons__phone {
  display: flex;
  gap: 0.625rem;
}
.header-buttons .header-buttons__phone i {
  font-size: 1.3125rem;
}
.header-buttons .header-buttons__phone, .header-buttons .header-buttons__cta, .header-buttons .btn-search {
  gap: 0.5rem;
}
@media (max-width: 1599.98px) {
  .header-buttons .header-buttons__phone .phone-button__number, .header-buttons .header-buttons__cta .phone-button__number, .header-buttons .btn-search .phone-button__number {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
  }
}
.header-buttons .header-buttons__phone svg, .header-buttons .header-buttons__cta svg, .header-buttons .btn-search svg {
  fill: #273A68;
  width: 1.375rem;
  height: 1.375rem;
  transition: fill 0.3s ease;
}
@media (max-width: 1023.98px) {
  .header-buttons .header-buttons__phone svg, .header-buttons .header-buttons__cta svg, .header-buttons .btn-search svg {
    width: 22px;
    height: 22px;
  }
}
.header-buttons .header-buttons__phone:is(:hover, :focus-visible), .header-buttons .header-buttons__cta:is(:hover, :focus-visible), .header-buttons .btn-search:is(:hover, :focus-visible) {
  border-color: #F4AB31 !important;
  background-color: #F4AB31 !important;
  color: #000000 !important;
}
.header-buttons .header-buttons__phone:is(:hover, :focus-visible) svg, .header-buttons .header-buttons__cta:is(:hover, :focus-visible) svg, .header-buttons .btn-search:is(:hover, :focus-visible) svg {
  fill: #000000 !important;
}
.header-buttons .header-buttons__phone svg {
  fill: #ffffff;
}
@media (max-width: 1279.98px) {
  .header-buttons .btn-search, .header-buttons .header-buttons__phone:not(.res-btn), .header-buttons .header-buttons__cta:not(.res-btn), .header-buttons .header-buttons__cta .phone-button__number, .header-buttons .responsive-menu-btn {
    width: 2.375rem;
    height: 2.375rem;
  }
}
@media (max-width: 1023.98px) {
  .header-buttons .btn-search, .header-buttons .header-buttons__phone:not(.res-btn), .header-buttons .header-buttons__cta:not(.res-btn), .header-buttons .header-buttons__cta .phone-button__number, .header-buttons .responsive-menu-btn {
    font-size: 18px;
  }
}

.page-overlay-content .header-buttons__phone svg {
  fill: #273A68;
}
.page-overlay-content .header-buttons__phone:is(:hover, :focus-visible) {
  background-color: #3991D0 !important;
  color: #000000 !important;
  border-color: #3991D0 !important;
}
.page-overlay-content .header-buttons__phone:is(:hover, :focus-visible) svg {
  fill: #000000 !important;
}
.page-overlay-content .header-buttons__cta:is(:hover, :focus-visible) {
  border-color: #3991D0 !important;
}

.list-item .list-item-body {
  position: relative;
}
.list-item .list-item-body .linked-list-item-img {
  position: relative;
  z-index: 2;
}
.list-item .list-item-body .list-item-img {
  overflow: hidden;
  display: block;
  width: 100%;
}
.list-item .list-item-body .list-item-img .image-container {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.list-item .list-item-body .list-item-img img {
  width: 100%;
  height: 100%;
  backface-visibility: initial;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.list-item .list-item-body .list-item-img.placeholder-img {
  background: #000000;
}
.list-item .list-item-body .list-item-img .list-item__info {
  position: absolute;
  left: 0.625rem;
  top: 0.625rem;
  margin-right: 0.625rem;
  gap: 0.5rem;
}
.list-item .list-item-body .list-item-img .list-item__info.mega-menu-version {
  left: 10px;
  top: 10px;
}
.list-item .list-item-body .list-item-content {
  border-radius: 0 0 8px 8px;
}
.list-item h3, .list-item .h3 {
  font-size: 1.5rem;
}
@media (max-width: 1279.98px) {
  .list-item h3, .list-item .h3 {
    font-size: 20px;
  }
}
.list-item a:hover h3, .list-item a:hover .h3 {
  color: rgba(39, 58, 104, 0.5);
}
.list-item > a, .list-item figure a {
  display: block;
}
.list-item > a:hover .list-item-content, .list-item figure a:hover .list-item-content {
  color: #ffffff;
}
.listing.same-height .list-item .list-item-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.listing.same-height .list-item .list-item-body .list-item-img {
  overflow: initial !important;
  /* To avoid overflow:hidden */
}
.listing.same-height .list-item .list-item-body .list-item-content {
  flex: 1;
  /* For the Match height with Flex*/
}
.listing.same-height .list-item.slick-slide {
  padding-left: 2rem;
  padding-right: 0;
}
@media (max-width: 1279.98px) {
  .listing.same-height .list-item.slick-slide {
    padding-left: 0;
    padding-right: 2rem;
  }
}

.house-listing__specs {
  gap: 1.5rem;
}
.house-listing__specs li span {
  padding-left: 0.75rem;
}
@media (max-width: 767.98px) {
  .house-listing .house-listing__specs {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .house-listing .home-spiel {
    display: none;
  }
}

.listing.same-height .community-map-view.list-item h3, .listing.same-height .community-map-view.list-item .h3 {
  font-size: 1.875rem;
  line-height: 1.4;
}
.listing.same-height .community-map-view.list-item .list-item-body {
  filter: unset;
}
@media (min-width: 768px) {
  .listing.same-height .community-map-view.list-item .list-item-body {
    flex-direction: row;
  }
  .listing.same-height .community-map-view.list-item .list-item-body > * {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .listing.same-height .community-map-view.list-item .list-item-body .list-item-content {
    margin-top: 2rem;
  }
}
.listing.same-height .community-map-view.list-item .list-item-body .list-item-img {
  max-width: 30.5rem;
}
.listing.same-height .community-map-view.list-item .list-item-body .list-item-img .list-item__info {
  top: 1.25rem;
  left: 1.25rem;
  margin-right: 1.25rem;
}
.listing.same-height .community-map-view.list-item .list-item-body .list-item-img .house-gallery {
  max-height: 325px;
}
.listing.same-height .community-map-view.list-item .list-item-body .list-item-img .house-gallery :focus-visible {
  outline-color: #ffffff !important;
}
.listing.same-height .community-map-view.list-item .list-item-body .list-item-img .house-gallery .linked-list-item-img:focus-visible {
  outline-offset: -5px;
}
.listing.same-height .community-map-view.list-item .list-item-body .list-item-img .house-gallery__slider-buttons :focus-visible {
  outline-color: #ffffff !important;
}
.listing.same-height .community-map-view.list-item .list-item-body .list-item-img > div {
  border-radius: 32px;
}
.listing.same-height .community-map-view.list-item .list-item-body .list-item-img .info-bubble {
  left: 0.625rem;
  top: 0.625rem;
}
@media (max-width: 767.98px) {
  .listing.same-height .community-map-view.list-item .list-item-body .list-item-img {
    max-width: 100vw;
  }
}
.listing.same-height .community-map-view.list-item .list-item-body .list-item-content {
  max-width: 28.5rem;
  padding: 0 0 0 2rem !important;
}
@media (max-width: 767.98px) {
  .listing.same-height .community-map-view.list-item .list-item-body .list-item-content {
    max-width: 100vw;
    padding: 0 1.5rem 0 1.5rem !important;
  }
}
@media (max-width: 767.98px) {
  .listing.same-height .community-map-view.list-item .list-item-body .post-cta {
    display: flex;
    justify-content: center;
  }
}

/* = Load More Ajax Button Partial
========================================================================================*/
.jd-load-more {
  position: relative;
  cursor: pointer;
}
.jd-load-more .arrow.loading {
  opacity: 0;
}
.jd-load-more .ajax-loader {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff url(../../images/bgi/loading.svg) no-repeat center center/1.5rem 1.5rem;
}

.jd-load-more .ajax-loader {
  border-radius: 0.375rem;
}

/* =Navigation
========================================================================================*/
#mainmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mainmenu ul ul {
  background-color: #000000;
  min-width: 15.625rem;
  min-width: max-content;
}
#mainmenu ul ul ul {
  top: 0;
  left: 100%;
}
#mainmenu ul li {
  display: block;
  position: relative;
  float: left;
}
#mainmenu ul li a {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-family: "Degular Display", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  #mainmenu ul li a {
    font-size: 0.875rem;
  }
}
#mainmenu ul li.current-menu-item > a {
  color: #F4AB31;
}
#mainmenu ul li.current-menu-item > a::after {
  background-color: #F4AB31 !important;
}
#mainmenu ul li.menu-item-has-children, #mainmenu ul li.has-mega-menu {
  position: relative;
}
#mainmenu ul li.menu-item-has-children > a, #mainmenu ul li.has-mega-menu > a {
  padding-right: 1.5rem;
  margin-right: 0.75rem;
}
#mainmenu ul li.menu-item-has-children > a::after, #mainmenu ul li.has-mega-menu > a::after {
  content: "";
  display: inline-block;
  mask-image: url("../../images/bgi/chevron-down.svg");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1rem;
}
@media (max-width: 1279.98px) {
  #mainmenu ul li.menu-item-has-children > a, #mainmenu ul li.has-mega-menu > a {
    padding-right: 0.875rem;
  }
  #mainmenu ul li.menu-item-has-children > a::after, #mainmenu ul li.has-mega-menu > a::after {
    width: 0.75rem;
    height: 0.75rem;
    right: 0.75rem;
  }
}
#mainmenu ul li.menu-item-has-children.trigger_hover > a::after, #mainmenu ul li.menu-item-has-children :is(:hover, :focus-visible) > a::after, #mainmenu ul li.has-mega-menu.trigger_hover > a::after, #mainmenu ul li.has-mega-menu :is(:hover, :focus-visible) > a::after {
  transform: rotate(-180deg);
}
#mainmenu li ul {
  display: none;
}
#mainmenu li ul li {
  /*Rest Level*/
}
#mainmenu li ul li a {
  color: #ffffff;
  font-size: 1rem;
  padding: 1.25rem;
  text-transform: none;
}
#mainmenu li ul li:hover {
  background: #000000;
}
#mainmenu li ul li:hover > a {
  color: #000000;
}
#mainmenu li:hover > ul {
  display: block;
  position: absolute;
}
#mainmenu li:hover li {
  float: none;
}

/**Responsive Menu List **/
.responsive-menu {
  margin: 0 auto;
  /*When Sub Menu Dropdown*/
}
body.page-overlay-content .responsive-menu {
  margin-top: 12.5rem;
}
.responsive-menu li {
  position: relative;
  margin-bottom: 2rem;
}
.responsive-menu li:first-child {
  border-top: 0;
}
.responsive-menu li a {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-family: "Degular Display", sans-serif;
  font-weight: 500;
  color: #273A68;
  line-height: 1.4;
  margin-right: 1.625rem;
}
.responsive-menu li .sub-menu {
  display: none;
  margin-top: 2rem;
}
.responsive-menu li .sub-menu li a {
  padding-left: 2rem;
  font-size: 1.25rem;
  /* background: rgba(0, 0, 0,.05); */
}
.responsive-menu li .sub-menu li li a {
  /* background: rgba(0, 0, 0,.1); */
  padding-left: 3.5rem;
}
.responsive-menu li.menu-item-has-children > .open-submenu {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 100;
  cursor: pointer;
}
.responsive-menu li.menu-item-has-children > .open-submenu:after {
  content: "";
  display: inline-block;
  mask-image: url("../../images/bgi/chevron-down.svg");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #273A68;
  width: 24px;
  height: 24px;
}
.responsive-menu li.menu-item-has-children > .open-submenu.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (max-width: 1023.98px) {
  .responsive-menu {
    min-height: 44px;
    min-width: 42px;
  }
}

@media (max-width: 767.98px) {
  .responsive-menu li a {
    font-size: 20px !important;
  }
}
/* =General
========================================================================================*/
.site-main {
  min-height: 100vh;
  margin-top: 6.8125rem;
}
@media (max-width: 1023.98px) {
  .site-main {
    margin-top: 6.5625rem;
  }
}
@media (max-width: 767.98px) {
  .site-main {
    margin-top: 89px;
  }
}
.site-main body.post-type-archive-community {
  overflow: hidden;
}
.site-main .content-container p a:not(.btn), .site-main .content-container ul a:not(.btn), .site-main .content-container ol a:not(.btn), .site-main .content-container li a:not(.btn), .site-main .entry p a:not(.btn), .site-main .entry ul a:not(.btn), .site-main .entry ol a:not(.btn), .site-main .entry li a:not(.btn) {
  color: #273A68;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.site-main .content-container p a:not(.btn):hover, .site-main .content-container ul a:not(.btn):hover, .site-main .content-container ol a:not(.btn):hover, .site-main .content-container li a:not(.btn):hover, .site-main .entry p a:not(.btn):hover, .site-main .entry ul a:not(.btn):hover, .site-main .entry ol a:not(.btn):hover, .site-main .entry li a:not(.btn):hover {
  color: rgba(39, 58, 104, 0.5);
}
.site-main .content-container.font-color-white a:not(.btn), .site-main .entry.font-color-white a:not(.btn) {
  color: #ffffff;
}
.site-main .content-container.font-color-white a:not(.btn):hover, .site-main .entry.font-color-white a:not(.btn):hover {
  color: rgba(255, 255, 255, 0.5);
}

#skip-link {
  position: fixed;
  top: -60px;
  left: 10px;
  background-color: #ffffff;
  color: #000000;
  z-index: 99999;
  padding: 1rem;
  transition: top 400ms ease-in-out;
  text-decoration: underline;
}
#skip-link:focus {
  top: 0;
  color: #000000;
}

.ie-message-overlay.display {
  text-overflow: none;
  opacity: 1;
  display: block;
  visibility: visible;
}
.ie-message-overlay.display .page-overlay-content {
  opacity: 1;
  margin-top: 0 !important;
}
.ie-message-overlay.display .page-overlay-content .page-overlay-content-main {
  max-width: 50rem;
}
.ie-message-overlay.display .page-overlay-content .page-overlay-content-main > div {
  text-align: center;
}

.info-bubble {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  padding: 6px 9px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  font-weight: 500;
  line-height: 1;
  z-index: 2;
}
.info-bubble.status-now-selling {
  background: #E4602F;
}
.info-bubble.status-coming-soon {
  background: #F4AB31;
}
.info-bubble.status-homes-remaining {
  background: #1D9589;
}
.info-bubble.status-sold-out {
  background: #7883C2;
}
.info-bubble.status-custom {
  background: #3991D0;
}
.info-bubble.status-join-waitlist {
  background: #9C1A7A;
  color: #ffffff;
}
.info-bubble.region-slug {
  text-transform: uppercase;
}
.info-bubble.region-slug--nsw {
  background: #3991D0;
}
.info-bubble.region-slug--vic {
  background: #1D9589;
}
.info-bubble.region-slug--qld {
  background: #9C1A7A;
  color: #ffffff;
}
.info-bubble.region-slug--act {
  background: #E4602F;
}

.flex-between-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.flex-start-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.flex-end-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

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

.search-form {
  border-radius: 32px;
  border: 1px solid #273A68;
  background-color: transparent !important;
  padding: 0 !important;
  /*** PlaceHolders ***/
}
.search-form .btn3 {
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
  border-right: 1px solid #273A68;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: #273A68 !important;
  padding-left: 1rem;
  padding-right: 1rem;
}
.search-form input[type=search] {
  border: none !important;
  border-radius: 0 32px 32px 0 !important;
  margin: 0 !important;
  padding-left: 1rem;
  font-family: "Degular Display", sans-serif;
  font-weight: 500;
  color: #273A68 !important;
  background-color: #ffffff !important;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(39, 58, 104, 0.99);
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #273a68;
  opacity: 1;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #273a68;
  opacity: 1;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #273a68;
}

/*** Scrollbar styles ***/
/*** Layout - Space adjustments ***/
.grecaptcha-badge {
  display: none !important;
}

.underline-custom {
  position: relative;
  display: inline-block;
}
.underline-custom::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #273A68;
  height: 1em;
}
.underline-custom.underline-type-single::after {
  mask-image: url("../../images/underlines/underline-single.svg");
  bottom: -105%;
}
.underline-custom.underline-type-double::after {
  mask-image: url("../../images/underlines/underline-double.svg");
  bottom: -105%;
}
.underline-custom.underline-type-squiggly::after {
  mask-image: url("../../images/underlines/underline-squiggly.svg");
  bottom: -80%;
  transform: rotate(-3deg);
}
.underline-custom.underline-color-seashell::after {
  background-color: #F4F3EF;
}
.underline-custom.underline-color-magenta::after, .underline-custom.underline-color-purple::after {
  background-color: #9C1A7A;
}
.underline-custom.underline-color-jacaranda::after {
  background-color: #7883C2;
}
.underline-custom.underline-color-orange::after {
  background-color: #E4602F;
}
.underline-custom.underline-color-nectarine::after, .underline-custom.underline-color-yellow::after {
  background-color: #F4AB31;
}
.underline-custom.underline-color-sky::after, .underline-custom.underline-color-blue::after {
  background-color: #3991D0;
}
.underline-custom.underline-color-leaf::after, .underline-custom.underline-color-green::after {
  background-color: #1D9589;
}
.underline-custom.underline-color-white::after {
  background-color: #ffffff;
}
.underline-custom.underline-color-black::after {
  background-color: #000000;
}

.line-height-normal {
  line-height: 1.4;
}

.text-wrap-auto {
  text-wrap: auto;
}

.scroll-grid {
  display: flex;
  flex-wrap: wrap;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: -2rem;
  margin-bottom: -2rem;
}
.scroll-grid > * {
  flex: 0 0 25%;
  padding-left: 2rem;
  margin-bottom: 2rem;
  max-width: 25%;
}
@media (max-width: 1599.98px) {
  .scroll-grid > * {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 1023.98px) {
  .scroll-grid {
    display: grid;
    gap: 0;
    justify-content: start;
    grid-auto-flow: column;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    padding-bottom: 2rem;
  }
  .scroll-grid > * {
    flex: unset;
    max-width: unset;
    margin-bottom: 0;
    width: 356px;
    scroll-snap-align: start;
    padding-left: 1.5rem;
  }
  .scroll-grid > *:last-child {
    margin-right: 1.5rem;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .scroll-grid > * {
    width: 340px;
  }
}
@media (max-width: 1023.98px) {
  .scroll-grid::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 1023.98px) {
  .scroll-grid::-webkit-scrollbar-track {
    background: transparent;
    border: 1px solid #273A68;
    border-radius: 32px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (max-width: 1023.98px) {
  .scroll-grid::-webkit-scrollbar-thumb {
    background-color: #273A68;
    border-radius: 32px;
  }
  .scroll-grid::-webkit-scrollbar-thumb:hover {
    background-color: rgba(39, 58, 104, 0.6);
  }
}

.mobile-show-more__button {
  display: none;
}
@media (max-width: 459.98px) {
  .mobile-show-more.exceeds-height {
    max-height: 280px;
    overflow: hidden;
    position: relative;
  }
  .mobile-show-more.exceeds-height::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.17) 10%, rgba(255, 255, 255, 0.5) 30%, #ffffff 60%);
  }
  .mobile-show-more.exceeds-height .mobile-show-more__button {
    display: inline-block;
    font-weight: 500;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}
@media (max-width: 459.98px) {
  .mobile-show-more.mobile-show-more--75.exceeds-height::after {
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.17) 10%, rgba(255, 255, 255, 0.5) 30%, #ffffff 75%);
  }
}
@media (max-width: 459.98px) {
  .mobile-show-more.mobile-show-more-amenities.exceeds-height {
    max-height: 228px;
  }
  .mobile-show-more.mobile-show-more-amenities.exceeds-height::after {
    background: linear-gradient(to bottom, transparent, rgba(244, 243, 239, 0.17) 10%, rgba(244, 243, 239, 0.5) 30%, #F4F3EF 60%);
  }
}

.post-single-title {
  font-size: 3rem;
}
@media (max-width: 1279.98px) {
  .post-single-title {
    font-size: 40px;
  }
}
@media (max-width: 1023.98px) {
  .post-single-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1023.98px) and (max-width: 1279.98px) {
  .post-single-title {
    font-size: 36px;
  }
}

/* Post Archives */
#post-container .loading {
  display: block;
}
#post-container .loading:before {
  content: "";
  display: block;
  background: url("../../images/bgi/loading.svg") center no-repeat;
  width: 100px;
  height: 100px;
}

.post-community-select select {
  background: url("../../images/bgi/chevron-down.svg") right 1.5rem center no-repeat #ffffff;
  border: 1px solid #273A68;
  padding: 1rem 2rem 1rem 1.5rem;
  background-color: #ffffff;
  font-family: "Degular Display", sans-serif;
  font-weight: 500;
  max-width: 31.25rem;
}
.post-community-select select option {
  font-weight: 500;
}
.post-community-select select:focus {
  border-color: rgba(39, 58, 104, 0.5);
}

.event-post-item-date, .event-post-item-url {
  display: inline-flex;
  gap: 0.75rem;
}
.event-post-item-date i, .event-post-item-url i {
  height: 18px;
  width: 18px;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 1280px) {
  .event-post-item-date i, .event-post-item-url i {
    padding-top: 5px;
  }
}

.event-info-container p i {
  min-width: 18px;
  text-align: center;
}

body.post-type-archive-community .map-view-block {
  width: 100%;
  height: calc(100vh - 106px);
  min-height: 600px;
  position: sticky;
  top: 6.625rem;
}
@media (max-width: 1279.98px) {
  body.post-type-archive-community .map-view-block {
    height: 600px;
    min-height: 1px;
  }
}
@media (max-width: 767.98px) {
  body.post-type-archive-community .map-view-block {
    height: 400px;
  }
}
body.post-type-archive-community .map-view-block .map-block {
  height: 100%;
  width: 100%;
}
@media (min-width: 1280px) {
  body.post-type-archive-community .mapview-list {
    display: flex;
    justify-content: flex-start;
  }
  body.post-type-archive-community .mapview-list .tiles-listing {
    margin-right: 1.5rem;
  }
}
body.post-type-archive-community .mapview-list .listing-vertical .list-item {
  flex-basis: 100%;
  min-width: 100%;
  border: 5px solid transparent;
  padding: 2rem 4.125rem;
  margin: 0;
}
@media (max-width: 1599.98px) {
  body.post-type-archive-community .mapview-list .listing-vertical .list-item {
    padding: 1.5rem 2.625rem;
  }
}
body.post-type-archive-community .mapview-list .listing-vertical .list-item:last-child {
  margin-bottom: 0;
}
body.post-type-archive-community .mapview-list .listing-vertical .list-item.active {
  background: #273A68;
}
body.post-type-archive-community .mapview-list .listing-vertical .list-item figure .grow {
  height: 100%;
}
body.post-type-archive-community .mapview-list .listing-vertical .list-item figure .grow a {
  height: 100%;
}
body.post-type-archive-community .tiles-mapview {
  max-width: 125rem;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  body.post-type-archive-community .tiles-mapview > .cols-grid {
    margin: 0 !important;
  }
}
@media (max-width: 1279.98px) {
  body.post-type-archive-community .tiles-mapview > .cols-grid {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1599.98px) {
  body.post-type-archive-community .tiles-mapview .community-map-view {
    display: flex;
    justify-content: center;
  }
}

.filter-info-responsive ul {
  display: flex;
  flex-wrap: wrap;
}
.filter-info-responsive ul li {
  margin-right: 8px;
}
.filter-info-responsive ul li label {
  display: flex;
  align-items: flex-start;
  line-height: 1.2;
}

/* Community Single */
.community-banner {
  position: relative;
}
.community-banner .community-lifestyle {
  max-height: 31.25rem;
  overflow: hidden;
}
.community-banner .community-lifestyle__image {
  width: 100%;
  object-fit: cover;
}
.community-banner .community-lifestyle:not(.slick-initialized) picture:not(:first-child) {
  display: none;
}
.community-banner .community-banner__slider-buttons {
  position: absolute;
  top: 50%;
  z-index: 0;
}
.community-banner .community-banner__slider-buttons .prev_arrow {
  position: absolute;
  left: 3.5rem;
}
.community-banner .community-banner__slider-buttons .next_arrow {
  position: absolute;
  right: 3.5rem;
}

.community-single-title {
  font-size: 3rem;
}
@media (max-width: 1279.98px) {
  .community-single-title {
    font-size: 40px;
  }
}
@media (max-width: 1023.98px) {
  .community-single-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1023.98px) and (max-width: 1279.98px) {
  .community-single-title {
    font-size: 36px;
  }
}

.community-address-price {
  align-items: center;
  line-height: normal;
}
.community-address-price i {
  width: 20px;
  text-align: center;
  line-height: 1.25;
}
@media (max-width: 1279.98px) {
  .community-address-price i {
    line-height: normal;
  }
}
.community-address-price__price {
  border-left: 1px solid #273A68;
  padding-left: 1rem;
}
@media (max-width: 767.98px) {
  .community-address-price__price {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .community-address-price {
    flex-direction: column;
    align-items: baseline;
    gap: 1rem;
  }
}

.community-benefits__box {
  background-color: #F4F3EF;
  border-radius: 32px;
  padding: 2rem;
}
.community-benefits li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.house-gallery {
  border-radius: 8px 8px 0 0;
  max-height: 265px;
}
.house-gallery :focus-visible {
  outline-color: #ffffff !important;
}
.house-gallery .linked-list-item-img:focus-visible {
  outline-offset: -5px;
}
.house-gallery .slick-dots {
  position: absolute;
  padding-bottom: 1rem !important;
}
.house-gallery .slick-dots li {
  margin: 0 0.5rem !important;
}
.house-gallery .slick-dots li button {
  width: 16px !important;
  height: 16px !important;
}

.house-gallery__slider-buttons {
  z-index: 0;
  position: absolute;
  top: 50%;
}
.house-gallery__slider-buttons :focus-visible {
  outline-color: #ffffff !important;
}
.house-gallery__slider-buttons .prev_arrow,
.house-gallery__slider-buttons .next_arrow {
  width: 40px;
  height: 40px;
}
.house-gallery__slider-buttons .prev_arrow i,
.house-gallery__slider-buttons .next_arrow i {
  font-size: 18px;
}
.house-gallery__slider-buttons .prev_arrow {
  position: absolute;
  left: 0.625rem;
}
.house-gallery__slider-buttons .next_arrow {
  position: absolute;
  right: 0.625rem;
}
.house-gallery__slider-buttons svg {
  height: 16px;
  width: 16px;
}

.community-features__description li {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.community-features__amenities-box {
  padding: 2rem;
  gap: 2rem;
  background-color: #F4F3EF;
  border-radius: 32px;
}
.community-features__amenities-box ul {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767.98px) {
  .community-features__amenities-box ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 459.98px) {
  .community-features__amenities-box ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.community-features__amenities-box ul li {
  line-height: 1;
  font-weight: 500;
}
.community-features__amenities-box ul li i {
  font-size: 20px;
  width: 20px;
  margin-right: 12px;
  color: #1D9589;
}

.community-contact__description a {
  text-decoration: none;
  line-break: anywhere;
}
.community-contact__description a i {
  margin-top: 2px;
}
.community-contact__description a:is(:hover, :focus-visible) span {
  text-decoration: underline;
}
.community-contact__photo {
  width: 6rem;
  height: 6rem !important;
  border-radius: 50%;
  margin-right: 1.5rem;
}
.community-contact--new-home-advisor .community-contact__description {
  line-break: anywhere;
}

.community-map li {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.community-map .map-container {
  position: sticky;
  top: 6.25rem;
}
.community-map .map-container .acf-map {
  max-height: calc(100vh - 14rem);
}

.community-footer__banner {
  background-position: center;
  background-size: cover;
  height: 22.5rem;
}
.community-footer__banner p {
  font-weight: 500;
}
.community-footer__banner p, .community-footer__banner h2 {
  color: #ffffff;
}

.community-sticky-nav.sticky {
  position: sticky;
  top: 0;
  z-index: 9;
}

.community-single-phone-button {
  padding: 0.625rem 1.25rem;
}
@media (max-width: 1279.98px) {
  .community-single-phone-button {
    padding: 0.625rem 1rem;
  }
}
.community-single-phone-button svg {
  width: 1.375rem;
  height: 1.375rem;
  transition: fill 0.3s ease;
}
@media (max-width: 1023.98px) {
  .community-single-phone-button svg {
    width: 20px !important;
    height: 20px !important;
  }
}
@media (max-width: 1023.98px) {
  .community-single-phone-button .phone-button__number {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
  }
}

/* Overlay */
.community-overlay {
  background-color: rgba(39, 58, 104, 0.9) !important;
}
.community-overlay embed, .community-overlay iframe {
  width: 100%;
  height: 80vh;
  z-index: 2;
}
.community-overlay embed {
  max-width: 1000px;
}
.community-overlay__loading {
  z-index: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.community-overlay__loading .h3 {
  color: #ffffff !important;
}
.community-overlay .masterplan-container {
  z-index: 2;
  height: 80vh;
  width: auto;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.community-overlay .masterplan-container img {
  width: 100%;
  max-width: 80vw;
  height: 100%;
  object-fit: contain;
}

.community-house-sticky-footer {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: transform 0.3s ease;
}
.community-house-sticky-footer.hide {
  transform: translateY(100%);
}
.community-house-sticky-footer .btn-white:is(:hover, :focus-visible) {
  color: #000000 !important;
  border-color: #E4602F !important;
  background: #E4602F !important;
}
.community-house-sticky-footer .btn-white:is(:hover, :focus-visible) svg {
  fill: #000000 !important;
}

@media (max-width: 1279.98px) {
  .phone-visibility-hidden {
    display: none !important;
  }
}

/* =Home
========================================================================================*/
/* House Single */
.single-house-title {
  font-size: 3rem;
}
@media (max-width: 1279.98px) {
  .single-house-title {
    font-size: 40px;
  }
}
@media (max-width: 1279.98px) {
  .single-house-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1279.98px) and (max-width: 1279.98px) {
  .single-house-title {
    font-size: 36px;
  }
}

.house-community::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  mask-image: url("../../images/icons/chevron-down.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  background: #273A68;
  filter: invert(0);
  transform: rotate(-90deg);
  margin-left: 0.5rem;
}

.house-specs {
  background-color: #F4F3EF;
  padding: 3rem;
  border-radius: 32px;
}
.house-specs__icons ul {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767.98px) {
  .house-specs__icons ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 459.98px) {
  .house-specs__icons ul {
    grid-template-columns: 1fr;
  }
}
.house-specs__icons ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  gap: 1.5rem;
}
.house-specs__icons ul li i {
  width: 30px;
  color: #1D9589;
  font-size: 1.875rem;
}
@media (max-width: 1279.98px) {
  .house-specs__icons ul li i {
    font-size: 24px;
  }
}

.house-floorplan {
  position: relative;
  overflow: hidden;
}
.house-floorplan .open-page-overlay {
  display: block;
}
/*# sourceMappingURL=style.css.map */
