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

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

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
/* =Fonts
========================================================================================*/
@font-face {
  font-family: "Ivar Fine";
  src: url("../../fonts/IvarFine-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "Sweet Sans";
  src: url("../../fonts/SweetSans-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../../fonts/TTNorms-Light.woff2") format("woff2"), url("../../fonts/TTNorms-Light.woff") format("woff"), url("../../fonts/TTNorms-Light.svg#TTNorms-Light") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../../fonts/TTNorms-ExtraLight.woff2") format("woff2"), url("../../fonts/TTNorms-ExtraLight.woff") format("woff"), url("../../fonts/TTNorms-ExtraLight.svg#TTNorms-ExtraLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../../fonts/TTNorms-Thin.woff2") format("woff2"), url("../../fonts/TTNorms-Thin.woff") format("woff"), url("../../fonts/TTNorms-Thin.svg#TTNorms-Thin") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../../fonts/TTNorms-Regular.woff2") format("woff2"), url("../../fonts/TTNorms-Regular.woff") format("woff"), url("../../fonts/TTNorms-Regular.svg#TTNorms-Regular") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../../fonts/TTNorms-Medium.woff2") format("woff2"), url("../../fonts/TTNorms-Medium.woff") format("woff"), url("../../fonts/TTNorms-Medium.svg#TTNorms-Medium") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*
JD WARNING - Framework File
Should not be modified BUT additional Functions can be added where required
========================================================================================*/
/* Reminder: Use a 10% letter-spacing wherever this font is used */
/*
* @Font Weight Classes to be created
*
* Automatically creates 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...
* }
*
*/
/*
* @Aspect Ratios
*
* Automatically creates classes based on the values inside the variable $aspect-ratio;
* .aspect-square, .aspect-video, .aspect-<aspect-ratio-name>... etc..
*
* To use manually use - map-get($aspect-ratio, "square");
*
* .my-custom-class {
*  aspect-ratio: map-get($aspects, "square");
*  Other styles...
* }
*
**/
/*
JD WARNING - Framework File
Should not be modified BUT additional Mixins can be added where required
========================================================================================*/
@keyframes pop {
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*
JD WARNING - Framework File
Should not be modified BUT additional Resets can be added where required
========================================================================================*/
/*=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 {
  vertical-align: top;
  border: 0;
}

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

/*
JD WARNING - Framework File
Should not be modified BUT additional Utilities can be added where required
========================================================================================*/
/*!
 * 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: 1.875rem;
  padding-left: 1.875rem;
  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: -1.875rem;
  margin-left: -1.875rem;
}

.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: 1.875rem;
  padding-left: 1.875rem;
}

.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, .filter-row .two-dropdowns, .filter-row, .filter-info .filter-head .filter-close, .filter-info .mobile-filter .filter-icon, .filter-info .mobile-filter {
  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, .filter-info .filter-head .filter-close {
  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, .filter-info .filter-head .filter-close, .filter-info .mobile-filter .filter-icon, .filter-section.home-filter .filter-info {
  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, .filter-info .filter-head .filter-close, .filter-info .mobile-filter .filter-icon {
  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: 0.625rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-6,
.mx-6 {
  margin-left: 7.5rem !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: 0.625rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n6,
.mx-n6 {
  margin-left: -7.5rem !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: 0.625rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 7.5rem !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: 0.625rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -7.5rem !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: 0.625rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-6,
.mx-md-6 {
    margin-left: 7.5rem !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: 0.625rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -7.5rem !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: 0.625rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 7.5rem !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: 0.625rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -7.5rem !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: 0.625rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 7.5rem !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: 0.625rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -7.5rem !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: 0.625rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xxl-6,
.mx-xxl-6 {
    margin-left: 7.5rem !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: 0.625rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xxl-n6,
.mx-xxl-n6 {
    margin-left: -7.5rem !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: 0.625rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-6,
.mx-6 {
  margin-left: 7.5rem !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: 0.625rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n6,
.mx-n6 {
  margin-left: -7.5rem !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: 0.625rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 7.5rem !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: 0.625rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -7.5rem !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: 0.625rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-6,
.mx-md-6 {
    margin-left: 7.5rem !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: 0.625rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -7.5rem !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: 0.625rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 4.25rem !important;
  }

  .m-lg-6 {
    margin: 7.5rem !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 7.5rem !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 7.5rem !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 7.5rem !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 7.5rem !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: 0.625rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.625rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.625rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.625rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.625rem !important;
  }

  .p-lg-2 {
    padding: 1.25rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 1.25rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 1.25rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 1.25rem !important;
  }

  .p-lg-3 {
    padding: 2.5rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 2.5rem !important;
  }

  .p-lg-4 {
    padding: 4rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 4rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 4rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 4rem !important;
  }

  .p-lg-5 {
    padding: 4.25rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 4.25rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 4.25rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 4.25rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 4.25rem !important;
  }

  .p-lg-6 {
    padding: 7.5rem !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 7.5rem !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 7.5rem !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 7.5rem !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 7.5rem !important;
  }

  .m-lg-n1 {
    margin: -0.625rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.625rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.625rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.625rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.625rem !important;
  }

  .m-lg-n2 {
    margin: -1.25rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -1.25rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -1.25rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -1.25rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -1.25rem !important;
  }

  .m-lg-n3 {
    margin: -2.5rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -2.5rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -2.5rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -2.5rem !important;
  }

  .m-lg-n4 {
    margin: -4rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -4rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -4rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -4rem !important;
  }

  .m-lg-n5 {
    margin: -4.25rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -4.25rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -4.25rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -4.25rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -4.25rem !important;
  }

  .m-lg-n6 {
    margin: -7.5rem !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -7.5rem !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -7.5rem !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -7.5rem !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -7.5rem !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: 0.625rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.625rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.625rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.625rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.625rem !important;
  }

  .m-xl-2 {
    margin: 1.25rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 1.25rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 1.25rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 1.25rem !important;
  }

  .m-xl-3 {
    margin: 2.5rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 2.5rem !important;
  }

  .m-xl-4 {
    margin: 4rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 4rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 4rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 4rem !important;
  }

  .m-xl-5 {
    margin: 4.25rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 4.25rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 4.25rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 4.25rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 4.25rem !important;
  }

  .m-xl-6 {
    margin: 7.5rem !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 7.5rem !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 7.5rem !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 7.5rem !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: 0.625rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.625rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.625rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.625rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.625rem !important;
  }

  .p-xl-2 {
    padding: 1.25rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 1.25rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 1.25rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 1.25rem !important;
  }

  .p-xl-3 {
    padding: 2.5rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 2.5rem !important;
  }

  .p-xl-4 {
    padding: 4rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 4rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 4rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 4rem !important;
  }

  .p-xl-5 {
    padding: 4.25rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 4.25rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 4.25rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 4.25rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 4.25rem !important;
  }

  .p-xl-6 {
    padding: 7.5rem !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 7.5rem !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 7.5rem !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 7.5rem !important;
  }

  .m-xl-n1 {
    margin: -0.625rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.625rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.625rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.625rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.625rem !important;
  }

  .m-xl-n2 {
    margin: -1.25rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -1.25rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -1.25rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -1.25rem !important;
  }

  .m-xl-n3 {
    margin: -2.5rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -2.5rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -2.5rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -2.5rem !important;
  }

  .m-xl-n4 {
    margin: -4rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -4rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -4rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -4rem !important;
  }

  .m-xl-n5 {
    margin: -4.25rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -4.25rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -4.25rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -4.25rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -4.25rem !important;
  }

  .m-xl-n6 {
    margin: -7.5rem !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -7.5rem !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -7.5rem !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -7.5rem !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -7.5rem !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: 0.625rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.625rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.625rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.625rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.625rem !important;
  }

  .m-xxl-2 {
    margin: 1.25rem !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 1.25rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 1.25rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 1.25rem !important;
  }

  .m-xxl-3 {
    margin: 2.5rem !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 2.5rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 2.5rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 2.5rem !important;
  }

  .m-xxl-4 {
    margin: 4rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 4rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 4rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 4rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 4rem !important;
  }

  .m-xxl-5 {
    margin: 4.25rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 4.25rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 4.25rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 4.25rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 4.25rem !important;
  }

  .m-xxl-6 {
    margin: 7.5rem !important;
  }

  .mt-xxl-6,
.my-xxl-6 {
    margin-top: 7.5rem !important;
  }

  .mr-xxl-6,
.mx-xxl-6 {
    margin-right: 7.5rem !important;
  }

  .mb-xxl-6,
.my-xxl-6 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xxl-6,
.mx-xxl-6 {
    margin-left: 7.5rem !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: 0.625rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.625rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.625rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.625rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.625rem !important;
  }

  .p-xxl-2 {
    padding: 1.25rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 1.25rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 1.25rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 1.25rem !important;
  }

  .p-xxl-3 {
    padding: 2.5rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 2.5rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 2.5rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 2.5rem !important;
  }

  .p-xxl-4 {
    padding: 4rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 4rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 4rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 4rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 4rem !important;
  }

  .p-xxl-5 {
    padding: 4.25rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 4.25rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 4.25rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 4.25rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 4.25rem !important;
  }

  .p-xxl-6 {
    padding: 7.5rem !important;
  }

  .pt-xxl-6,
.py-xxl-6 {
    padding-top: 7.5rem !important;
  }

  .pr-xxl-6,
.px-xxl-6 {
    padding-right: 7.5rem !important;
  }

  .pb-xxl-6,
.py-xxl-6 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xxl-6,
.px-xxl-6 {
    padding-left: 7.5rem !important;
  }

  .m-xxl-n1 {
    margin: -0.625rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.625rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.625rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.625rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.625rem !important;
  }

  .m-xxl-n2 {
    margin: -1.25rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -1.25rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -1.25rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -1.25rem !important;
  }

  .m-xxl-n3 {
    margin: -2.5rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -2.5rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -2.5rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -2.5rem !important;
  }

  .m-xxl-n4 {
    margin: -4rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -4rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -4rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -4rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -4rem !important;
  }

  .m-xxl-n5 {
    margin: -4.25rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -4.25rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -4.25rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -4.25rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -4.25rem !important;
  }

  .m-xxl-n6 {
    margin: -7.5rem !important;
  }

  .mt-xxl-n6,
.my-xxl-n6 {
    margin-top: -7.5rem !important;
  }

  .mr-xxl-n6,
.mx-xxl-n6 {
    margin-right: -7.5rem !important;
  }

  .mb-xxl-n6,
.my-xxl-n6 {
    margin-bottom: -7.5rem !important;
  }

  .ml-xxl-n6,
.mx-xxl-n6 {
    margin-left: -7.5rem !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;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

/*
JD WARNING - Framework File
Should not be modified BUT additional Placeholders can be added where required
========================================================================================*/
/* =Base Placeholders
========================================================================================*/
.cf {
  zoom: 1;
}
.cf::before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.postpartum-support-single .pps-right__promotion, .postpartum-support-single .pps-left .pps-video__play-btn, .postpartum-support-single .pps-sticky-nav .pps-share-enquire .social-share-buttons, .postpartum-support-single .pps-sticky-nav .pps-favorite-buttons, .responsive-menu li.menu-item-has-children > span:after, .responsive-menu li.menu-item-has-children > span, .responsive-menu, .comment-container .form-submit::after, .list-item .list-item-body .list-item-content, .list-item .list-item-body .list-item-img img, .header.clone-full, .header.clone-wrap, .tags, .woocommerce-pagination .page-numbers li .page-numbers, .navigation .page-numbers, #mainmenu li.has-mega-menu.trigger_hover > a:after, #mainmenu li.has-mega-menu:hover > a:after, #mainmenu li.has-mega-menu > a:after, .tab-block .tabnav li a:after, .service-categories-block .service-categories .category-tile .category-image-container:hover .category-image-container__title-container, .service-categories-block .service-categories .category-tile .category-image-container__title-container, .highlight-block .highlight-video.play-btn, .accordion-trigger:after, .tab-container .tabMobiletrigger:after, html.jd-logged-in #wpadminbar, .btn-arrow::after, .btn2 i, .woocommerce .summary button.single_add_to_cart_button i, .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:not(.dont-grow) img, .list-item figure a:hover figure:not(.dont-grow) 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;
}

.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;
}

.map-view-box .btn:before, .filter-box .dropdown-info, .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:not(.social-names) svg, .vh-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tab-block .tab-data.full-width .tabnav li, .center-vh, .center-v, .center-v-right {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.tab-block .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:not(.dont-grow), .list-item figure a:hover figure:not(.dont-grow), .growed {
  overflow: hidden;
}
.list-item > a:hover figure:not(.dont-grow) img, .list-item figure a:hover figure:not(.dont-grow) 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;
}

.map-view-box .btn, .filter-box, .filter-section, .pos-relative, .filter-box .bootstrap-select {
  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: 1.25rem;
  overflow: hidden;
}

.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__image img, .rounded-small {
  border-radius: 6px;
  overflow: hidden;
}

.circled {
  border-radius: 1000%;
  overflow: hidden;
}
.circled img {
  width: 100%;
}

.mega-menu-overlay, .search-overlay-partial, .invisible, .invisible * {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
  cursor: default;
}

.mega-menu-overlay.displayed, .search-overlay-partial.displayed, .visible {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 0.3s;
}

.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
========================================================================================*/
body {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.1125rem;
  font-family: "TT Norms", sans-serif;
  color: #000000;
  min-width: 320px;
  text-wrap: pretty;
}
@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;
  color: #000000;
  cursor: pointer;
}
a:not(.btn-icon):hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.link2 {
  text-decoration: none;
  color: #ed7024;
}
.link2:hover {
  color: #fab415;
}

/* =Font and Colours styles
========================================================================================*/
.font1 {
  font-family: "TT Norms", sans-serif;
}

.font2 {
  font-family: "Ivar Fine", serif;
}

.font3 {
  font-family: "Sweet Sans", sans-serif;
}

/* Font Colours */
.font-color1 {
  color: #fab415 !important;
}

.font-color2 {
  color: #ed7024;
}

.font-color3 {
  color: #ec675c !important;
}

.font-color4 {
  color: #6b5e22 !important;
}

.font-color5 {
  color: #ede2ce !important;
}

.font-color6 {
  color: #dad2c1 !important;
}

/*Quote bg*/
.font-color-white {
  color: #ffffff !important;
}

.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, .font-color-white-strict i[class^=fa] {
  color: #ffffff;
}
.font-color-white-strict.bg-color1 a:not(.btn):not(.btn2):not(.btn3):not(.button):not(.link2), .font-color-white-strict.bg-color1 .link2:hover {
  color: #ec675c;
}
.font-color-white-strict.bg-color1 a:not(.btn):not(.btn2):not(.btn3):not(.button):not(.link2):hover, .font-color-white-strict.bg-color1 .link2 {
  color: #ed7024;
}

/* Bg Colours */
.bg-color1, .bg-color1-hover:hover {
  background-color: #fab415 !important;
}

/*Link*/
.bg-color2, .bg-color2-hover:hover {
  background-color: #ed7024 !important;
}

/*Link Hover*/
.bg-color3, .bg-color3-hover:hover {
  background-color: #ec675c !important;
}

/*Body Font*/
.bg-color4, .bg-color4-hover:hover {
  background-color: #6b5e22 !important;
}

.bg-color5, .bg-color5-hover:hover {
  background-color: #ede2ce !important;
}

.bg-color6, .bg-color6-hover:hover {
  background-color: #dad2c1 !important;
}

/*Quote bg*/
.bg-color-white, .bg-color-white-hover:hover {
  background-color: #ffffff !important;
}

.bg-color-alt {
  background-color: #6b5e22 !important;
}

.bg-gradient {
  background: linear-gradient(180deg, rgba(107, 94, 34, 0.9) 0%, #ffffff 100%);
}

/* =Layout styles
========================================================================================*/
#wrapper {
  background: #ffffff;
  position: relative;
}

.wrap {
  max-width: 1564px;
  margin: 0 auto;
}

.wrap-small {
  max-width: 1049px;
  margin: 0 auto;
}

.wrap-medium {
  max-width: 1392px;
  margin: 0 auto;
}

.wrap-large {
  max-width: 2500px;
  margin: 0 auto;
}

.wrap-p {
  padding: 2.5rem;
}

.wrap-px {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.wrap-py {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/* =Block Classes
========================================================================================*/
.block-p {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.block-pt {
  padding-top: 7.5rem;
}

.block-mb {
  margin-bottom: 7.5rem;
}

.block-mt {
  margin-top: 7.5rem;
}

.block-wrapper.block-m + .block-wrapper.block-m {
  margin-top: 7.5rem;
}
.block-wrapper.block-m:nth-child(1) {
  margin-top: 7.5rem;
}
.block-wrapper.block-m:last-child {
  margin-bottom: 7.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-none + .block-wrapper.block-p.bg-color-none {
  padding-top: 0;
}
.block-wrapper.block-p.bg-color1 + .block-wrapper.block-p.bg-color1 {
  padding-top: 0;
}
.block-wrapper.block-p.bg-color2 + .block-wrapper.block-p.bg-color2 {
  padding-top: 0;
}
.block-wrapper.block-p.bg-color3 + .block-wrapper.block-p.bg-color3 {
  padding-top: 0;
}
.block-wrapper.block-p.bg-color4 + .block-wrapper.block-p.bg-color4 {
  padding-top: 0;
}
.block-wrapper.block-p.bg-color5 + .block-wrapper.block-p.bg-color5 {
  padding-top: 0;
}
.block-wrapper.block-p.bg-color6 + .block-wrapper.block-p.bg-color6 {
  padding-top: 0;
}
.block-wrapper.block-p.bg-color-alt + .block-wrapper.block-p.bg-color-alt {
  padding-top: 0;
}
.block-wrapper.block-p:last-child {
  margin-bottom: 0;
}

/* =Editor Classes
========================================================================================*/
.alignnone {
  margin: 0.625rem 1.25rem 1.25rem 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 0.625rem auto 0.625rem auto;
}

.alignright {
  float: right;
  margin: 0.625rem 0 1.25rem 1.25rem;
}

.alignleft {
  float: left;
  margin: 0.625rem 1.25rem 1.25rem 0;
}

a img.alignright {
  float: right;
  margin: 0.625rem 0 1.25rem 1.25rem;
}
a img.alignnone {
  margin: 0.625rem 1.25rem 1.25rem 0;
}
a img.alignleft {
  float: left;
  margin: 0.625rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 459.98px) {
  img.aligncenter, img.alignright, img.alignleft {
    margin: 0.625rem 0 !important;
    width: 100%;
    height: auto;
  }
}

.wp-caption {
  /* Image does not overflow the content area */
  text-align: center;
  margin-bottom: 0.625rem;
  max-width: 100%;
}
.wp-caption.alignnone, .wp-caption.alignleft {
  margin: 0.625rem 1.25rem 1.25rem 0;
}
.wp-caption.alignright {
  margin: 0.625rem 0 1.25rem 1.25rem;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.wp-caption .wp-caption-text {
  background: #dad2c1;
  padding: 0.625rem;
  font-style: italic;
  text-align: center;
}
@media (max-width: 459.98px) {
  .wp-caption {
    width: 100% !important;
  }
}

.wp-caption.alignnone {
  width: 100% !important;
  background: #6b5e22;
  text-align: center;
  padding: 2.5rem;
  margin: 4rem 0;
}

.content-block .entry a:not(.btn-underline), .content-block .content-container a:not(.btn-underline), .content-block .hentry a:not(.btn-underline) {
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  display: inline-block;
}
.entry .iframe-responsive, .content-container .iframe-responsive, .hentry .iframe-responsive {
  margin-bottom: 1.25rem;
}
.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: #fab415;
  color: #6b5e22;
}

/* =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: 0.625rem;
}

.children-x-2 > * + * {
  margin-left: 1.25rem;
}

.children-x-3 > * + * {
  margin-left: 2.5rem;
}

.children-x-4 > * + * {
  margin-left: 4rem;
}

.children-x-5 > * + * {
  margin-left: 4.25rem;
}

.children-x-6 > * + * {
  margin-left: 7.5rem;
}

.children-y-0 > * + * {
  margin-top: 0;
}

.children-y-1 > * + * {
  margin-top: 0.625rem;
}

.children-y-2 > * + * {
  margin-top: 1.25rem;
}

.children-y-3 > * + * {
  margin-top: 2.5rem;
}

.children-y-4 > * + * {
  margin-top: 4rem;
}

.children-y-5 > * + * {
  margin-top: 4.25rem;
}

.children-y-6 > * + * {
  margin-top: 7.5rem;
}

.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-thumbnail {
  aspect-ratio: 1.3333333333;
  object-fit: cover;
}

.aspect-1-2 {
  aspect-ratio: 0.5;
  object-fit: cover;
}

:focus-visible {
  outline: 0.125rem solid rgba(237, 112, 36, 0.5) !important;
}

.bg-color3 :focus-visible, .bg-color2 :focus-visible {
  outline: 0.125rem solid rgba(255, 255, 255, 0.5) !important;
}

input:focus-visible {
  outline: 0.125rem solid rgba(237, 112, 36, 0.5) !important;
}

/* =JD Media Query
========================================================================================*/
.jd_media_query_activation {
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
}

/* =Position classes
========================================================================================*/
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

/* =Flex classes
========================================================================================*/
.gap-1 {
  gap: 0.625rem;
}

.gap-2 {
  gap: 1.25rem;
}

.gap-3 {
  gap: 2.5rem;
}

/* =Link classes
========================================================================================*/
.no-decoration {
  text-decoration: none !important;
}

/* =Font classes
========================================================================================*/
.lh-1-4 {
  line-height: 1.4;
}

/*
JD WARNING - Framework File
Should not be modified BUT additional Grid styles can be added where required
========================================================================================*/
/* =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: -3.75rem;
}
.cols-grid > .col, .cols-grid > [class*=col-] {
  padding-right: 0;
  padding-left: 3.75rem;
}
.cols-grid:not(.grid-flat) > .col, .cols-grid:not(.grid-flat) > [class*=col-] {
  margin-bottom: 3.75rem;
}
.cols-grid.grid-small {
  margin-left: -1.25rem;
}
.cols-grid.grid-small > .col, .cols-grid.grid-small > [class*=col-] {
  padding-left: 1.25rem;
}
.cols-grid.grid-small:not(.grid-flat) > .col, .cols-grid.grid-small:not(.grid-flat) > [class*=col-] {
  margin-bottom: 1.25rem;
}
.cols-grid.grid-large {
  margin-left: -4rem;
}
.cols-grid.grid-large > .col, .cols-grid.grid-large > [class*=col-] {
  padding-left: 4rem;
}
.cols-grid.grid-large:not(.grid-flat) > .col, .cols-grid.grid-large:not(.grid-flat) > [class*=col-] {
  margin-bottom: 4rem;
}

/* 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: -3.75rem;
}
.grid-flat-n.grid-small {
  margin-bottom: -1.25rem;
}
.grid-flat-n.grid-large {
  margin-bottom: -4rem;
}

/* 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.25rem;
  }

  .grid-sm-small > .col, .grid-sm-small > [class*=col-] {
    padding-left: 1.25rem;
  }

  .grid-sm-small:not(.grid-flat) > .col, .grid-sm-small:not(.grid-flat) > [class*=col-] {
    margin-bottom: 1.25rem;
  }
}
/*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%;
  }
}
/*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 (max-width: 1023.98px) {
  .animation-element, .animation-element.in-view {
    opacity: 1 !important;
    transform: none !important;
    transition: none;
  }
}

@media (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: 18px;
  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;
  position: relative;
  z-index: 9999;
}
.jala-whitepearl-debug.jala-whitepearl-debug-public {
  display: none;
}
.jala-whitepearl-debug pre {
  white-space: pre-wrap;
  font-size: 18px;
  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: 18px;
  color: black;
}

/* 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: #fab415;
  -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: 0.625rem 0 0;
  color: #ffffff;
}

/* =Buttons
========================================================================================*/
.btn, .btn2, .woocommerce .summary button.single_add_to_cart_button, .btn3, .btn-icon-left, .btn-icon-right, .btn-arrow, .button, input[type=button], input[type=submit], button:not([class^=gm-]):not(.unstyled):not(.page-numbers):not(.slick-dots button):not(.pps-single-favorite-btn):not(.forminator-button):not(.pps-share-enquire__share-btn) {
  margin: 0;
  font-size: 1.125rem;
  font-family: "TT Norms", sans-serif;
}
@media (max-width: 767.98px) {
  .btn, .btn2, .woocommerce .summary button.single_add_to_cart_button, .btn3, .btn-icon-left, .btn-icon-right, .btn-arrow, .button, input[type=button], input[type=submit], button:not([class^=gm-]):not(.unstyled):not(.page-numbers):not(.slick-dots button):not(.pps-single-favorite-btn):not(.forminator-button):not(.pps-share-enquire__share-btn) {
    font-size: 18px;
  }
}

.btn, .button, input[type=button], input[type=submit], button:not([class^=gm-]):not(.unstyled):not(.page-numbers):not(.slick-dots button):not(.forminator-button):not(.filter-close) {
  color: #000000;
}

.btn-icon-left, .btn-icon-right {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  position: relative;
  width: max-content;
}
.btn-icon-left span.btn-text-portion, .btn-icon-right span.btn-text-portion {
  display: inline-block;
  position: relative;
}
.btn-icon-left span.btn-text-portion:after, .btn-icon-right span.btn-text-portion:after {
  content: "";
  bottom: -5px;
  left: 0;
  right: 0;
  position: absolute;
}
.btn-icon-left:hover span.btn-text-portion:after, .btn-icon-right:hover span.btn-text-portion:after {
  border-bottom: 1px solid;
  border-color: inherit;
}

#footer .btn-icon-left span.btn-text-portion, #footer .btn-icon-right span.btn-text-portion {
  line-height: 1;
}

.btn-small {
  min-height: 2.5rem;
  font-size: 0.75rem;
  padding: 0.5rem 1.5rem;
  border-radius: 0.8333333333rem;
}

.btn-large {
  min-height: 5.625rem;
  font-size: 1.6875rem;
  padding: 1.125rem 3.375rem;
  border-radius: 1.875rem;
}

.btn2, .woocommerce .summary button.single_add_to_cart_button {
  text-transform: uppercase;
  letter-spacing: 0.225rem;
}
.btn2 i, .woocommerce .summary button.single_add_to_cart_button i {
  font-size: 1.75rem;
  display: inline;
  text-decoration: none !important;
  margin-left: 20px;
}
.btn2:hover, .woocommerce .summary button.single_add_to_cart_button:hover {
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.btn2:hover i, .woocommerce .summary button.single_add_to_cart_button:hover i {
  margin-left: 30px;
}

.btn3 {
  color: #fab415;
}
.btn3:hover {
  background: transparent !important;
  color: #ffffff;
}

.btn-arrow {
  text-transform: uppercase;
  letter-spacing: 0.225rem;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .btn-arrow {
    text-wrap: balance;
    line-height: 1.2;
  }
}
.btn-arrow::after {
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  content: "";
  font-weight: 300;
  font-size: 1.5rem;
  margin-left: 20px;
}
.btn-arrow:hover {
  text-decoration: none !important;
}
.btn-arrow:hover::after {
  margin-left: 30px;
}

/* Custom Buttons*/
/*****************************/
/*Responsive Menu*/
/****************************/
.responsive-menu-btn, .close_overlay {
  border: none !important;
  width: 4.1875rem;
  height: 4.1875rem;
  text-indent: -999em;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  position: relative;
  background: transparent !important;
  padding: 0 !important;
}
.responsive-menu-btn span, .close_overlay span {
  position: absolute;
}
.responsive-menu-btn span:before, .responsive-menu-btn span:after, .close_overlay span:before, .close_overlay span:after {
  content: "";
  position: absolute;
}
.responsive-menu-btn span:before, .responsive-menu-btn span:after, .responsive-menu-btn span, .close_overlay span:before, .close_overlay span:after, .close_overlay span {
  display: block;
  width: 38px;
  height: 6px;
  background-color: #fab415;
  border-radius: 6px;
}
.responsive-menu-btn span:before, .close_overlay span:before {
  top: -12px;
}
.responsive-menu-btn span:after, .close_overlay span:after {
  bottom: -12px;
}
.responsive-menu-btn:hover span:before, .responsive-menu-btn:hover span:after, .responsive-menu-btn:hover span, .close_overlay:hover span:before, .close_overlay:hover span:after, .close_overlay:hover span {
  background-color: #ffffff;
}

.search-btn, .favourite-btn, .btn-icon {
  display: flex;
  flex-wrap: wrap;
  height: 3.125rem;
  width: 3.125rem;
  border-radius: 99999px;
  align-content: center;
  border: none;
}
.search-btn i, .favourite-btn i, .btn-icon i {
  margin: auto;
}
@media (max-width: 1023.98px) {
  .search-btn, .favourite-btn, .btn-icon {
    height: 40px;
    width: 40px;
  }
}

.menu-btn {
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  justify-content: center;
}
.menu-btn span.menu-icon {
  display: block;
  position: relative;
}
.menu-btn span.menu-icon:before, .menu-btn span.menu-icon:after {
  content: "";
  position: absolute;
  left: 0;
}
.menu-btn span.menu-icon:before {
  top: -6px;
}
.menu-btn span.menu-icon:after {
  bottom: -6px;
}
.menu-btn span.menu-icon,
.menu-btn span.menu-icon:before,
.menu-btn span.menu-icon:after {
  width: 24px;
  height: 1px;
  background: #ffffff;
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 700ms;
}
.menu-btn.is-active:before {
  opacity: 1;
  background: #ed7024;
}
.menu-btn.is-active span.menu-icon {
  background: transparent;
}
.menu-btn.is-active span.menu-icon:before {
  top: 0;
  transform: rotate(225deg);
}
.menu-btn.is-active span.menu-icon:after {
  bottom: 0;
  transform: rotate(-225deg);
}
.menu-btn:focus {
  outline: 0;
}
.menu-btn:before {
  content: "";
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

/* Responsive Menu Icon effect */
body .responsive-menu-btn span, body .close_overlay span {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
body .responsive-menu-btn span:before, body .close_overlay span:before {
  transition: all 75ms ease-in-out, top 75ms ease 0.12s, opacity 75ms ease;
}
body .responsive-menu-btn span:after, body .close_overlay 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, body .close_overlay.open span {
  background: #ffffff;
  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, body .close_overlay.open span:before {
  background: #ffffff;
  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, body .close_overlay.open span:after {
  background: #ffffff;
  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);
}

/* =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],
textarea {
  font-size: 18px;
  font-family: "TT Norms", sans-serif;
  padding: 0.75rem 0;
  min-height: 3.75rem;
  letter-spacing: 0.1125rem;
  width: 100%;
  /*Custom*/
  border-bottom: 1px solid #000000;
  margin-bottom: 1.25rem;
}
input[type=text]:focus-visible,
input[type=url]:focus-visible,
input[type=date]:focus-visible,
input[type=number]:focus-visible,
input[type=password]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
input[type=search]:focus-visible,
textarea:focus-visible {
  outline: 0 !important;
}
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,
textarea:focus {
  border-color: #fab415;
}

.font-color-white input,
.font-color-white textarea {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.font-color-white input:focus,
.font-color-white textarea:focus {
  border-color: #000000;
}

input[type=file], input[type=range] {
  color: #fab415;
  background: #ffffff;
  border-radius: 1.25rem;
}

input[type=date], input[type=file] {
  width: auto;
  padding: 0.75rem;
}
@media (max-width: 459.98px) {
  input[type=date], input[type=file] {
    width: 100%;
  }
}

textarea {
  line-height: 1.5;
  overflow: auto;
  resize: none;
  padding: 0 5px;
}
textarea::placeholder {
  opacity: 0.6;
  font-style: italic;
}

input[type=radio], input[type=checkbox], input[type=range], progress {
  accent-color: #fab415;
  margin-right: 10px;
}

select option:checked, select option:hover {
  background: #fab415;
  color: #ffffff;
}

/* body select.select_box */
/*** PlaceHolders ***/
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: inherit;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: inherit;
}

/* CF7 styles */
form.wpcf7-form, form {
  overflow: hidden;
  padding: 1.25rem;
  background: none;
}

.wpcf7-form .wpcf7-spinner {
  width: 2.5rem !important;
  height: 2.5rem !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.875rem;
  background-image: url(../../images/bgi/loading.gif) !important;
  margin: 0;
  background-color: transparent !important;
}
.wpcf7-form .wpcf7-spinner::before {
  content: none;
}

html:not(.no-smil) .wpcf7-form .wpcf7-spinner {
  background-image: url(../../images/bgi/loading.svg) !important;
  vertical-align: middle;
  background-color: transparent !important;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid {
  border: 0.125rem solid #dc3545 !important;
}

span.wpcf7-not-valid-tip {
  display: none;
}

div.wpcf7-response-output {
  width: 100% !important;
  padding: 2.5rem !important;
  margin: 2.5rem 0 1.25rem !important;
  border-style: solid !important;
  border-width: 0.125rem !important;
  border-radius: 1.25rem !important;
}
#sidebar div.wpcf7-response-output {
  padding: 0 !important;
}

.wpcf7-form.sent .wpcf7-response-output {
  border-color: #fab415 !important;
  background-color: transparent !important;
  color: #fab415 !important;
}
.wpcf7-form.invalid .wpcf7-response-output {
  border-color: #dc3545 !important;
  background-color: transparent !important;
  color: #dc3545 !important;
}

.required-field, .required:not(.forminator-field) {
  color: #dc3545;
}

label {
  display: block;
  margin-bottom: 1.25rem;
}

label .wpcf7-form-control-wrap {
  padding-top: 0.625rem;
}

.wpcf7-quiz-label {
  display: inline-block;
  padding-bottom: 0.625rem;
}

/* =Forminator
========================================================================================*/
label.forminator-label {
  position: absolute;
  left: -999999px;
}

label.forminator-label[for*=forminator-field-textarea] {
  position: static;
  left: auto;
}

.forminator-field-radio .forminator-label {
  display: block;
  margin-bottom: 1.25rem;
}

.forminator-row:has(> .forminator-field-captcha) {
  margin-bottom: 0 !important;
}

.forminator-response-message.forminator-show {
  padding: 1.25rem;
  border-radius: 0;
  border: 1px solid #6b5e22;
  margin-bottom: 1.25rem;
  text-align: center;
  width: 100%;
  background: #ffffff;
  color: #6b5e22;
}

.forminator-custom-form .forminator-error-message {
  font-style: italic;
}
.bg-color-none .forminator-custom-form .forminator-error-message, .bg-color5 .forminator-custom-form .forminator-error-message, .bg-color6 .forminator-custom-form .forminator-error-message {
  color: #dc3545;
}
.bg-color1 .font-color-white .forminator-custom-form .forminator-error-message, .bg-color2 .font-color-white .forminator-custom-form .forminator-error-message, .bg-color3 .font-color-white .forminator-custom-form .forminator-error-message, .bg-color4 .font-color-white .forminator-custom-form .forminator-error-message {
  color: #000000 !important;
}
.forminator-custom-form .forminator-field.forminator-has_error input {
  border-color: #dc3545 !important;
  border-width: 1px !important;
}
.forminator-custom-form .forminator-field.forminator-has_error textarea {
  border-color: #dc3545 !important;
}

.bg-color1 .forminator-field.forminator-has_error input, .bg-color2 .forminator-field.forminator-has_error input, .bg-color3 .forminator-field.forminator-has_error input {
  border-bottom: 1px dashed #000000 !important;
}
.bg-color1 .forminator-field.forminator-has_error textarea, .bg-color2 .forminator-field.forminator-has_error textarea, .bg-color3 .forminator-field.forminator-has_error textarea {
  border-bottom: 1px dashed #000000 !important;
}

@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-response-message.forminator-error {
  display: none;
}

.forminator-edit-module {
  display: none;
}

.forminator-button.btn-arrow {
  background: #fab415;
  padding: 0.625rem 1.25rem;
  border-radius: 6px;
}

.forminator-checkbox-label {
  line-height: 1.4;
}

/* =Gallery
========================================================================================*/
/*Slick Lightbox*/
.slick-lightbox {
  background: #fab415 !important;
}

.slick-lightbox-slick .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 100;
}
.slick-lightbox-slick .slick-arrow:hover {
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .slick-lightbox-slick .slick-arrow {
    top: unset;
    bottom: 50px;
  }
}
.slick-lightbox-slick .slick-prev.slick-arrow {
  left: 2.5rem;
  transform: rotate(90deg);
}
.slick-lightbox-slick .slick-next.slick-arrow {
  right: 2.5rem;
  transform: rotate(-90deg);
}
.slick-lightbox-slick:hover {
  background-color: transparent !important;
}
.slick-lightbox-slick .slider-btn, .slick-lightbox-slick .slick-arrow {
  display: inline-block;
  text-indent: -999em;
  background: url(../../images/bgi/chevron-up-light.svg) no-repeat center center #ede2ce !important;
  border: transparent !important;
  background-size: 1.875rem !important;
  transition: all 0.4s ease-in-out, transform 200ms linear;
  /* To avoid conflict with "Button" hover styles*/
}
.slick-lightbox-slick .slider-btn:hover, .slick-lightbox-slick .slick-arrow:hover {
  background: url(../../images/bgi/chevron-up-light.svg) no-repeat center center #dad2c1 !important;
  background-size: 1.875rem !important;
}
.slick-lightbox-slick .slider-btn.slick-prev, .slick-lightbox-slick .slick-arrow.slick-prev {
  left: 3.125rem !important;
}
.slick-lightbox-slick .slider-btn.slick-next, .slick-lightbox-slick .slick-arrow.slick-next {
  right: 3.125rem !important;
}

/*Close button*/
.slick-lightbox-close {
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  width: 4.1875rem;
  height: 4.1875rem;
  background: transparent !important;
  border-radius: 0 !important;
  border: none !important;
}
.slick-lightbox-close:before, .slick-lightbox-close:after {
  content: "";
  position: absolute;
  display: block;
  width: 38px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 6px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.slick-lightbox-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 767.98px) {
  .slick-lightbox-slick-img {
    padding-bottom: 50px;
  }
}

/* =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;
  }
}

.gm-style-iw-c, .gm-style-iw-d {
  padding: 0 !important;
}

.gm-style-iw-d {
  max-height: none !important;
}

.map_marker {
  width: 18.75rem;
  text-align: left;
  position: relative;
  z-index: 1;
  padding: 16px 14px 8px 24px;
  font-size: 18px;
}
.map_marker h3 {
  text-transform: capitalize;
}
.map_marker p {
  margin-bottom: 5px;
}

.gm-style button {
  background: none !important;
  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: 18px;
}
.map-block .content-container .map-address, .map-block .content-container .map-content {
  font-size: 14px;
}

/* =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: 9999;
  background: #fab415;
}
.page-overlay .mobile-close-button {
  border-width: 1px;
  border-color: #000000;
  border-radius: 6px;
  border-style: solid;
  padding: 0.75rem;
}
.page-overlay .mobile-close-button .fa-xmark-large {
  margin-left: 2px;
}
.page-overlay .searchtxt .close-btn {
  display: none;
}
.page-overlay.menu-overlay {
  background: #ede2ce;
  border-top: 1px solid #6b5e22;
}
.page-overlay.menu-overlay .vertical_align_content {
  height: 100%;
}
.page-overlay.enquire-form-overlay {
  background: #ed7024;
}
.page-overlay ::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.8);
}
.page-overlay ::-webkit-scrollbar {
  width: 0.375rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.page-overlay ::-webkit-scrollbar-thumb {
  background-color: rgba(107, 94, 34, 0.8);
  cursor: pointer;
}
.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.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 !important;
}

.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;
  right: 2.5rem;
  top: 7.5rem;
}
.close_overlay span:before, .close_overlay span:after, .close_overlay span {
  background-color: #ffffff;
}

@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;
  }
}
/* =Slider
========================================================================================*/
/* Dots */
/* Dots Horizontal */
.slick-dots {
  max-width: 312px;
  display: block;
  padding: 0 !important;
  margin: 0 auto 1.25rem !important;
  list-style: none !important;
  width: 100%;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0.625rem 0.625rem;
  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: 0.75rem !important;
  height: 0.75rem !important;
  padding: 0 !important;
  cursor: pointer !important;
  background: #6b5e22;
  border: none !important;
  border-radius: 50% !important;
}
.slick-dots li.slick-active button {
  background: #fab415 !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.25rem 0;
}

/* Slider Arrows*/
button[type=button].slick-arrow, .slick-arrow {
  position: absolute;
  height: 3.125rem;
  width: 3.125rem;
  border-radius: 50%;
  z-index: 5000;
  text-indent: -999em;
  margin-top: -1.9375rem !important;
  background: url(../../images/bgi/chevron-up-light.svg) no-repeat center center #ede2ce;
  background-size: 1.75rem !important;
  overflow: hidden;
}
button[type=button].slick-arrow:hover, .slick-arrow:hover {
  background: url(../../images/bgi/chevron-up-light.svg) no-repeat center center #fab415;
  background-size: 1.75rem !important;
}
button[type=button].slick-arrow.slick-prev, .slick-arrow.slick-prev {
  left: 0.9375rem;
  transform: rotate(-90deg);
}
button[type=button].slick-arrow.slick-next, .slick-arrow.slick-next {
  right: 0.9375rem;
  transform: rotate(90deg);
}

/* =Table
========================================================================================*/
.entry table, .content-container table, .hentry table {
  max-width: 100%;
  background-color: #dad2c1;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0.125rem solid #6b5e22;
  width: 100%;
  margin-bottom: 2.5rem;
}
.entry table th, .content-container table th, .hentry table th {
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-top: 0.125rem solid #6b5e22;
  border-right: 0.125rem solid #6b5e22;
  background: #fab415;
  padding: 0.75rem 2.25rem;
  font-size: 1.125rem;
  color: #000000;
}
.entry table td, .content-container table td, .hentry table td {
  padding: 0.75rem 2.25rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-top: 0.125rem solid #6b5e22;
  border-right: 0.125rem solid #6b5e22;
}
.entry table tr:hover td, .content-container table tr:hover td, .hentry table tr:hover td {
  background: #ede2ce;
}
.entry table tr.selected td, .content-container table tr.selected td, .hentry table tr.selected td {
  background: #6b5e22;
}
.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: #6b5e22;
    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: #6b5e22;
  }
}
/*=Typography
========================================================================================*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Ivar Fine", serif;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  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;
}

h1, .h1, .fs-1 {
  font-size: 3.75rem;
  letter-spacing: 0.375rem;
}
@media (max-width: 1023.98px) {
  h1, .h1, .fs-1 {
    font-size: 32px;
  }
}
h1.font3, .h1.font3, .fs-1.font3 {
  letter-spacing: 0.375rem;
}

h2, .h2, .fs-2 {
  font-size: 3.25rem;
  letter-spacing: 0.325rem;
}
@media (max-width: 1023.98px) {
  h2, .h2, .fs-2 {
    font-size: 30px;
  }
}
h2.font3, .h2.font3, .fs-2.font3 {
  letter-spacing: 0.325rem;
}

h3, .h3, .fs-3 {
  font-size: 3rem;
}
@media (max-width: 1023.98px) {
  h3, .h3, .fs-3 {
    font-size: 28px;
  }
}
h3.font3, .h3.font3, .fs-3.font3 {
  letter-spacing: 0.3rem;
}

h4, .h4, .fs-4 {
  font-size: 2.25rem;
  letter-spacing: 0.225rem;
}
@media (max-width: 1023.98px) {
  h4, .h4, .fs-4 {
    font-size: 24px;
  }
}
h4.font3, .h4.font3, .fs-4.font3 {
  letter-spacing: 0.225rem;
}

h5, .h5, .fs-5 {
  font-size: 1.875rem;
  letter-spacing: 0.1875rem;
}
@media (max-width: 1023.98px) {
  h5, .h5, .fs-5 {
    font-size: 20px;
  }
}
h5.font3, .h5.font3, .fs-5.font3 {
  letter-spacing: 0.1875rem;
}

h6, .h6, .fs-6 {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
}
@media (max-width: 1023.98px) {
  h6, .h6, .fs-6 {
    font-size: 18px;
  }
}
h6.font3, .h6.font3, .fs-6.font3 {
  letter-spacing: 0.15rem;
}

.fs-7 {
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
}
@media (max-width: 1023.98px) {
  .fs-7 {
    font-size: 16px;
  }
}
.fs-7.font3 {
  letter-spacing: 0.125rem;
}

.fs-8 {
  font-size: 1.125rem;
  letter-spacing: 0.1125rem;
}
@media (max-width: 1023.98px) {
  .fs-8 {
    font-size: 16px;
  }
}
.fs-8.font3 {
  letter-spacing: 0.1125rem;
}

.fs-9 {
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 1023.98px) {
  .fs-9 {
    font-size: 16px;
  }
}
.fs-9.font3 {
  letter-spacing: 0.1rem;
}

.fs-10 {
  font-size: 0.875rem;
}
@media (max-width: 1023.98px) {
  .fs-10 {
    font-size: 14px;
  }
}
.fs-10.font3 {
  letter-spacing: 0.0875rem;
}

.lead, .text-emphasis {
  font-family: "TT Norms", sans-serif;
  font-size: 1.2375rem;
  font-weight: 600;
  color: #ed7024;
}

small, .small {
  font-size: 75%;
}

hr {
  height: 1px;
  border: 0;
  margin: 2.5rem 0;
  background-color: #707070;
}

blockquote {
  padding: 2.5rem;
  font-size: 18px;
  color: #6b5e22;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}
blockquote:before {
  background-color: #ede2ce;
}
@media (max-width: 767.98px) {
  blockquote {
    padding-left: 0;
    padding-right: 0;
  }
}
.bg-color1 blockquote, .bg-color2 blockquote, .bg-color3 blockquote, .bg-color4 blockquote {
  color: #ffffff;
}
.bg-color1 blockquote:before, .bg-color2 blockquote:before, .bg-color3 blockquote:before, .bg-color4 blockquote:before {
  background: #ffffff;
}
.bg-color6 blockquote, .bg-color-none blockquote {
  color: #6b5e22;
}
.bg-color6 blockquote:before, .bg-color-none blockquote:before {
  background-color: #ede2ce;
}
.bg-color5 blockquote {
  color: #6b5e22;
}
.bg-color5 blockquote:before {
  background-color: #6b5e22;
}
blockquote:before {
  background-color: #ede2ce;
  display: block;
  top: 2.5rem;
  content: "";
  width: 3px;
  height: calc(100% - 5rem);
  position: absolute;
  padding-right: 3px;
  margin-right: 1.25rem;
}
blockquote p {
  display: inline;
  margin-left: 2.5rem;
}
blockquote strong {
  font-weight: 600;
}

p, blockquote {
  margin-bottom: 1.25rem;
}
p:last-child, blockquote:last-child {
  margin-bottom: 0;
}

p, ul, ol {
  font-size: 18px;
  line-height: 1.5;
}

sup {
  vertical-align: super;
  font-size: small;
}

sub {
  vertical-align: sub;
  font-size: small;
}

.entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview),
.content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview),
.hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) {
  margin-bottom: 1.25rem;
}
.entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview),
.content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview),
.content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview),
.content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview),
.content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview),
.content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview),
.content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview),
.hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview),
.hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview),
.hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview),
.hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview),
.hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview),
.hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) {
  margin-bottom: 0;
}

@media (max-width: 1023.98px) {
  .entry p, .entry ul, .entry ol, .content-container p, .content-container ul, .content-container ol, .hentry p, .hentry ul, .hentry ol {
    font-size: 16px;
  }
}
.entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) {
  padding-left: 1.25rem;
  margin: 0 0 1.25rem 1.25rem;
  list-style-image: url("../../images/bgi/bullet.svg");
}
.entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li, .content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li, .hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li {
  padding-left: 0.625rem;
}
.entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li ul, .content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li ul, .hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li ul {
  list-style-image: url("../../images/bgi/bullet-linear-circle.svg");
  margin: 0;
}
.entry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview):last-child, .content-container ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview):last-child, .hentry ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview):last-child {
  margin-bottom: 0;
}
.entry .bg-color1 ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .entry .font-color-white-strict ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .content-container .bg-color1 ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .content-container .font-color-white-strict ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .hentry .bg-color1 ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .hentry .font-color-white-strict ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) {
  list-style-image: url("../../images/bgi/bullet-alt.svg");
}
.entry .bg-color1 ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li ul, .entry .font-color-white-strict ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li ul, .content-container .bg-color1 ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li ul, .content-container .font-color-white-strict ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li ul, .hentry .bg-color1 ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li ul, .hentry .font-color-white-strict ul:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li ul {
  list-style-image: url("../../images/bgi/bullet-linear-circle-alt.svg");
}
.entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview), .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) {
  padding-left: 1.25rem;
  margin: 0 0 1.25rem 1.25rem;
  list-style-type: decimal;
}
.entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li, .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li, .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li {
  padding-left: 0.625rem;
}
.entry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li ol, .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li ol, .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) 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(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) 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(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) li ol li ol, .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview) 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(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview):last-child, .content-container ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview):last-child, .hentry ol:not(.unstyled):not(.menu):not(.sub-menu):not(.tags):not(.product-categories):not(.children):not(.page-numbers):not(.products):not(.wc-tabs):not(.woocommerce-shipping-methods):not(.woocommerce-error):not(.woocommerce-order-overview):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: 600;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-extrabold {
  font-weight: 800;
}

.font-weight-black {
  font-weight: 900;
}

/*** 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 {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid black;
}
.font-color-white-strict .accordion-row {
  border-bottom: 1px solid white;
}
.accordion-row .accordion-data {
  padding: 0 0 1.25rem;
}
.accordion-row:last-child {
  margin-bottom: 0;
}

.accordion-trigger, .tab-container .tabMobiletrigger {
  padding-bottom: 1.25rem;
  cursor: pointer;
  position: relative;
  color: inherit;
  margin: 0;
  font-size: 20px;
  line-height: 18px;
  font-family: "TT Norms", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}
.accordion-trigger:after, .tab-container .tabMobiletrigger:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 0;
  color: inherit;
}
.accordion-row.open .accordion-trigger:after, .accordion-row.open .tab-container .tabMobiletrigger:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* = Banner Block
========================================================================================*/
.banner-block {
  min-height: 600px;
  display: flex;
  align-items: center;
}
.banner-block .banner-container__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.banner-block .banner-container__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1023.98px) {
  .banner-block .banner-container__image img {
    aspect-ratio: 5/3;
  }
}
@media (max-width: 767.98px) {
  .banner-block .banner-container__image img {
    aspect-ratio: 6/5;
  }
}
.banner-block .banner-container__content {
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-block .banner-container__content p {
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .banner-block .banner-container__content.banner-text-right {
    left: 50%;
  }
}

/* =Button Block
========================================================================================*/
.button-block a, .button-block input, .button-block button, .button-block .btn {
  margin-right: 2.5rem;
}
@media (max-width: 767.98px) {
  .button-block a, .button-block input, .button-block button, .button-block .btn {
    margin-right: 0.625rem;
  }
}
.button-block a:last-child, .button-block input:last-child, .button-block button:last-child, .button-block .btn:last-child {
  margin-right: 0;
}

.font-color-white-strict a, .font-color-white-strict input, .font-color-white-strict button, .font-color-white-strict .btn {
  color: #ffffff !important;
}

.multi-line {
  overflow: hidden;
}
.multi-line .wrap, .multi-line div[class^=wrap], .multi-line div[class*=" wrap"], .multi-line .multi-line-content {
  margin-bottom: -1.25rem;
  overflow: hidden;
}
.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.25rem;
}

/* = column blocks
========================================================================================*/
.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-color1 a, .cols-grid.same-height .col-item .col-item-content-wrapper .col-item-content.bg-color1 a {
  color: #000000;
  text-decoration: underline;
}

/* = CTA Block
========================================================================================*/
.cta-block .cta-image {
  position: relative;
}
.cta-block .cta-image .cta-main-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.cta-block .cta-image .brandstamp {
  max-width: 20%;
  position: absolute;
  left: 2.5rem;
  bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .cta-block .cta-image .brandstamp {
    max-width: 12%;
    top: 1.25rem;
    left: 1.25rem;
    bottom: auto;
  }
}
.cta-block .cols .cta-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1564px;
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}
@media (min-width: 1024px) {
  .cta-block .cols .cta-content {
    max-width: 782px;
  }
}
@media (max-width: 1023.98px) {
  .cta-block .cols .cta-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1700px) {
  .cta-block .cols:not(.flex-row-reverse) .cta-content {
    padding-right: 0;
    padding-left: 7.5rem;
  }
}
@media (min-width: 1700px) {
  .cta-block .cols.flex-row-reverse .cta-content {
    padding-right: 7.5rem;
    padding-left: 0;
  }
}

/* =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: 7.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: 7.5rem;
}
.divider-block:not(.block-p) + .block-wrapper.block-p {
  margin-top: 0 !important;
}
.divider-block.block-p + .block-wrapper.block-p {
  padding-top: 7.5rem !important;
}
.divider-block hr {
  margin: 0;
}
/* =Form Block
========================================================================================*/
.form-block__subtitle p {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
}
@media (max-width: 1023.98px) {
  .form-block__subtitle p {
    font-size: 18px;
  }
}
.form-block.block-p form {
  padding: 0;
}

/* =Gallery Block
========================================================================================*/
.gallery-block .image-wrap {
  height: 100%;
}
.gallery-block .image-wrap figure {
  height: 100%;
}
.gallery-block img {
  height: 100% !important;
  width: 100%;
}
.gallery-block img.large {
  min-height: 39.375rem;
  width: 100%;
  object-fit: cover;
}
/* = Highlight
========================================================================================*/
.highlight-block {
  padding: 4.25rem 0;
}
.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 {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem !important;
}
@media (max-width: 1279.98px) {
  .highlight-block .cols > div {
    align-items: start;
  }
}
.highlight-block.img-right .cols {
  flex-direction: row-reverse;
}
.highlight-block .content-column .content-container {
  max-width: 45rem;
}
.highlight-block .highlight-video {
  position: relative;
}
.highlight-block .highlight-video img {
  filter: brightness(0.9);
}
.highlight-block .highlight-video.play-btn {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(250, 180, 21, 0);
  bottom: 0.625rem;
  right: 0.625rem;
}
.highlight-block .highlight-video.play-btn .play-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fab415;
}
.highlight-block .highlight-video.play-btn .play-icon i {
  font-size: 32px;
  color: #ffffff;
}
.highlight-block .highlight-video.play-btn:hover {
  background-color: rgba(250, 180, 21, 0.3);
}

.highlight-video-overlay {
  z-index: 999999;
}
.highlight-video-overlay iframe {
  aspect-ratio: 16/9;
  min-width: 62.5rem;
  height: auto;
}
@media (max-width: 1279.98px) {
  .highlight-video-overlay iframe {
    min-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .highlight-slider figure {
    width: auto;
    margin: 0 auto;
  }
}
.highlight-slider .slick-dots {
  position: relative;
  margin: 0.625rem 0 0 !important;
}
.highlight-block.block-p .highlight-slider .slick-dots li button {
  background-color: #6b5e22;
}
.highlight-block.block-p.bg-color-alt .highlight-slider .slick-dots li button {
  background-color: #ffffff;
}

/* = Instagram
========================================================================================*/
.instagram-feed-block #sb_instagram #sbi_images {
  padding: 4rem 0;
  gap: 2.5rem;
}
@media (min-width: 460px) and (max-width: 1023.98px) {
  .instagram-feed-block #sb_instagram #sbi_images {
    grid-template-columns: repeat(3, 1fr);
  }
}
.instagram-feed-block #sb_instagram #sbi_images img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 6px;
}
.instagram-feed-block #sb_instagram #sbi_images .play-icon {
  position: absolute;
  width: 100%;
  height: 100%;
}
.instagram-feed-block #sb_instagram #sbi_images .play-icon i {
  font-size: 3.75rem;
  color: #ffffff;
  text-shadow: 0px 1px 6px rgba(110, 110, 110, 0.75);
}
.instagram-feed-block #sb_instagram #sbi_images .sbi_inner_wrap .sbi_photo_wrap .sbi_link {
  background: rgba(255, 255, 255, 0.3) !important;
}
.instagram-feed-block__content {
  text-align: center;
}
.instagram-feed-block__content .fa-instagram {
  margin-right: 0.625rem;
}
.instagram-feed-block__content p {
  font-size: 1.5rem;
}

#sb_instagram #sbi_images .sbi_item.sbi_transition {
  opacity: 1 !important;
  max-height: 100% !important;
}

/* = Highlight
========================================================================================*/
.logo-block__subtitle p {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
}
@media (max-width: 1023.98px) {
  .logo-block__subtitle p {
    font-size: 18px;
  }
}
.logo-block .logo-item figure img {
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.logo-block .logo-item .content-container {
  text-align: center;
}

/* = Post
========================================================================================*/
.posts-block__outer-wrap {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .posts-block .wrap-small.shrinking-wrap {
    max-width: 785px;
  }
}
@media (max-width: 1023.98px) {
  .posts-block .wrap-small.shrinking-wrap {
    max-width: 630px;
  }
}
@media (max-width: 767.98px) {
  .posts-block .wrap-small.shrinking-wrap {
    max-width: 39.375rem;
  }
}
.posts-block .slick-arrow {
  top: 364px !important;
}
@media (max-width: 1300px) {
  .posts-block .slick-arrow {
    top: 275px !important;
  }
}
@media (max-width: 1023.98px) {
  .posts-block .slick-arrow {
    top: 220px !important;
  }
}
@media (max-width: 767.98px) {
  .posts-block .slick-arrow {
    display: none !important;
  }
}
.posts-block .slick-prev.slick-arrow {
  left: -25px !important;
}
.posts-block .slick-next.slick-arrow {
  right: -25px !important;
}
.posts-block .slick-list {
  overflow: visible;
}
.posts-block .slick-list .slick-track {
  display: flex;
  align-items: flex-start;
}
.posts-block .slick-list .slick-slide {
  transition: all 0.5s ease-in-out;
}
.posts-block .slick-list .slick-slide:not(.slick-current) {
  margin-top: -20px;
  scale: 0.8;
  transition: all 0.5s ease-in-out;
}
.posts-block .list-item-content {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.posts-block .list-item-content p {
  text-wrap: balance;
}
.posts-block .slick-current .list-item-content {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

/* =Service Categories Block
========================================================================================*/
.service-categories-block .service-categories-outer-banner {
  width: 100%;
  overflow: hidden;
}
.service-categories-block .service-categories .slick-arrow {
  top: 50%;
}
.service-categories-block .service-categories .slick-list {
  margin: 0 -1.875rem;
  overflow: visible;
}
.service-categories-block .service-categories .slick-list .slick-slide {
  margin: 0 1.875rem;
}
@media (max-width: 1023.98px) {
  .service-categories-block .service-categories .slick-list {
    margin: 0;
  }
  .service-categories-block .service-categories .slick-list .slick-slide {
    margin: 0 2.5rem 0 0;
  }
}
.service-categories-block .service-categories .category-tile .category-image-container {
  position: relative;
}
.service-categories-block .service-categories .category-tile .category-image-container__image {
  position: relative;
  border-radius: 6px;
  width: 100%;
}
.service-categories-block .service-categories .category-tile .category-image-container__title-container {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
}
.service-categories-block .service-categories .category-tile .category-image-container__title {
  max-width: 50%;
  display: flex;
  justify-content: center;
}
.service-categories-block .service-categories .category-tile .category-image-container:hover .category-image-container__title-container {
  background: rgba(0, 0, 0, 0.7);
}

/* =tab
========================================================================================*/
.tab-block__subtitle p {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
}
@media (max-width: 1023.98px) {
  .tab-block__subtitle p {
    font-size: 18px;
  }
}
.tab-block .tab-box {
  padding: 2.1875rem 0;
}
.tab-block .tabcontent {
  display: none;
}
.tab-block.block-p .tab-block .tabcontent {
  background-color: #ffffff;
}
.tab-block .tabcontent {
  padding-bottom: 1.25rem;
}
.tab-block .tabnav {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1.875rem;
}
.tab-block .tabnav li {
  float: left;
  position: relative;
  margin: 0;
  text-align: center;
}
.tab-block .tabnav li:not(:first-child) {
  margin-left: 1.875rem;
}
.tab-block .tabnav li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.225rem;
  cursor: pointer;
}
.tab-block .tabnav li a:hover {
  color: #ed7024;
}
.tab-block .tabnav li a:hover.font-color-white:hover {
  color: #000000;
}
.tab-block .tabnav li a:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  margin-left: 1.875rem;
  display: inline-block;
}
.tab-block .tabnav li.active a:after {
  transform: rotate(90deg);
}
.tab-block .tab-container {
  /*border:solid 1px $color3; */
  border-top: 0;
}
.tab-block .jq-tabs .tabcontent {
  display: none;
}
.tab-block .tab-data.full-width .tabnav {
  display: flex;
  flex-wrap: wrap;
}
.tab-block .tab-data.full-width .tabnav li {
  float: none;
  flex: 1 1 0;
}
@media (max-width: 1023.98px) {
  .tab-block .tabnav {
    display: none !important;
  }
  .tab-block .tab-data .tabnav {
    display: none;
  }
}

/* =Tiles Block
========================================================================================*/
.tile-block .grow {
  border-radius: 6px;
}
.tile-block a.list-item-body:hover {
  text-decoration: none !important;
}
.tile-block a.list-item-body:hover .list-item-content.font-color-white, .tile-block a.list-item-body:hover .list-item-content .tile-title.font-color-white {
  color: #000000 !important;
}
.tile-block a.list-item-body:hover .list-item-content.font-color-black, .tile-block a.list-item-body:hover .list-item-content .tile-title.font-color4 {
  color: #fab415 !important;
}
/* =Video Block
========================================================================================*/
.video-block__subtitle p {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
}
@media (max-width: 1023.98px) {
  .video-block__subtitle p {
    font-size: 18px;
  }
}
/* =Breadcrumbs
========================================================================================*/
.breadcrumbs, #breadcrumbs {
  color: #ec675c;
  margin-top: 0.625rem;
}
.breadcrumbs a, #breadcrumbs a {
  color: #fab415;
  text-decoration: none !important;
}
.breadcrumbs a:hover, #breadcrumbs a:hover {
  color: #ed7024;
}

.filter-section {
  z-index: 11;
  z-index: 3;
}
.filter-section.home-filter {
  margin-top: -28px;
}
@media (max-width: 1023.98px) {
  .filter-section.favourites-filter {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 1023.98px) {
  .filter-section.favourites-filter .map-view-box {
    margin: 0;
  }
}

.filter-info {
  display: flex;
}
.filter-info.filter-cenetr {
  justify-content: center;
}
.filter-info.filter-cenetr .map-view-box {
  margin-left: 4.25rem;
}
@media (max-width: 1023.98px) {
  .filter-info.filter-cenetr .map-view-box {
    margin-left: 1.875rem;
  }
}
@media (max-width: 1023.98px) {
  .filter-info {
    justify-content: center;
  }
}
.filter-info .wpcf7-form, .filter-info form {
  padding: 0;
  overflow: visible;
  background: transparent;
}
.filter-info .mobile-filter {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .filter-info .mobile-filter {
    display: none !important;
  }
}
.filter-info .mobile-filter .filter-icon {
  width: 55px;
  background: #fab415;
  border-radius: 6px 0 0 6px;
  color: #ffffff;
}
.filter-info .mobile-filter .filter-icon .icon-filter:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  color: #ffffff;
}
.filter-info .mobile-filter > span {
  padding: 18px 40px;
  border-radius: 0 6px 6px 0;
  background: #fab415;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 459.98px) {
  .filter-info .mobile-filter > span {
    padding: 16px 23px 16px 0;
  }
}
.filter-info .filter-head {
  background-color: #fab415;
  padding: 20px 90px 20px 22px;
  position: relative;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}
@media (min-width: 1024px) {
  .filter-info .filter-head {
    display: none;
  }
}
.filter-info .filter-head .filter-head-info, .filter-info .filter-head .filter-head-info h4 {
  color: #ffffff;
  font-size: 22px;
}
.filter-info .filter-head .filter-close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  background: #6b5e22;
  color: #ffffff;
}
.filter-info .filter-head .filter-close i {
  font-size: 24px;
}
.filter-info .filter-bar {
  width: 100%;
}
@media (max-width: 1023.98px) {
  .filter-info .filter-bar {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    position: fixed;
    height: auto !important;
    z-index: 99999;
    margin-top: 120px;
    transform: translateX(100%) !important;
    pointer-events: none;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #ede2ce;
  }
}
@media (max-width: 767px) {
  .filter-info .filter-bar {
    margin-top: 80px;
  }
}
.filter-info.open-filter .filter-bar {
  pointer-events: auto;
  transform: translateX(0) !important;
}

@media (max-width: 1023.98px) {
  .filter-row {
    display: block !important;
  }
}
.filter-row .two-dropdowns {
  align-items: center;
}
@media (min-width: 1024px) {
  .filter-row .two-dropdowns {
    width: 75%;
  }
}
@media (max-width: 1023.98px) {
  .filter-row .two-dropdowns .filter-category {
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  }
}
@media (max-width: 459.98px) {
  .filter-row .two-dropdowns {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 459.98px) {
  .filter-row .two-dropdowns .filter-box {
    width: 100%;
  }
}
.filter-row .two-dropdowns .filter-box .bootstrap-select .btn {
  border-right: 0;
}
.filter-row .two-dropdowns .or-text {
  padding: 1px 5px 0 5px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #a8a7a7;
}
@media (max-width: 1279.98px) {
  .filter-row .two-dropdowns .or-text {
    padding: 1px 2px 0 1px;
    font-size: 10px;
  }
}
@media (max-width: 459.98px) {
  .filter-row .two-dropdowns .or-text {
    margin: 0 auto;
    padding: 0;
  }
}
.filter-row .dropdown-filter {
  width: 100%;
  display: flex;
  align-items: center;
  background: #ede2ce;
  border-radius: 6px 0 0 6px;
}
@media (max-width: 1023.98px) {
  .filter-row .dropdown-filter {
    display: block !important;
    border: 0;
    border-radius: 0;
  }
}
.filter-row .filter-search {
  background: #fab415;
}
@media (min-width: 1024px) {
  .filter-row .filter-search {
    border-radius: 0 6px 6px 0;
    width: 25%;
  }
}
@media (max-width: 1023.98px) {
  .filter-row .filter-search {
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.filter-row .filter-search .btn-arrow {
  display: flex;
  justify-content: center;
  font-size: 1.125rem !important;
  line-height: 1.4;
  letter-spacing: 0.225rem;
  text-transform: uppercase;
  color: #ffffff !important;
  width: 100%;
  height: 100%;
  position: relative;
}
.filter-row .filter-search .btn-arrow:after {
  font-size: 1.75rem;
}

@media (min-width: 1024px) {
  .filter-box {
    width: 50%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .filter-box button {
    border-radius: 6px 0 0 6px;
  }
}
.filter-box.filter-category .my-select:after {
  content: "";
  width: 1px;
  height: 45px;
  top: 22%;
  background: rgba(112, 112, 112, 0.5);
  position: absolute;
  right: 0;
}
.filter-box .my-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.filter-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}
@media (max-width: 1023.98px) {
  .filter-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
  }
}
.filter-box .bootstrap-select .btn {
  width: 100%;
  text-align: left;
  min-height: 0;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  background: url("../../images/bgi/chevron-down-light.svg") right 30px center no-repeat;
  background-size: 18px;
  color: #000000;
  font-family: "TT Norms", sans-serif;
  letter-spacing: 0.1125rem;
  padding: 1.875rem;
  padding-right: 4rem;
  font-size: 1.125rem !important;
}
.filter-box .bootstrap-select .btn:focus, .filter-box .bootstrap-select .btn:active, .filter-box .bootstrap-select .btn:visited, .filter-box .bootstrap-select .btn {
  outline: none !important;
}
.filter-box .bootstrap-select .btn:before {
  content: "";
  color: #ec675c;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5625rem;
}
@media (max-width: 1279.98px) {
  .filter-box .bootstrap-select .btn:before {
    left: 7px;
    font-size: 18px;
  }
}
@media (max-width: 1023.98px) {
  .filter-box .bootstrap-select .btn:before {
    left: 22px;
    font-size: 24px;
  }
}
.filter-box .bootstrap-select .btn:after {
  display: none;
}
.filter-box .bootstrap-select .btn:hover:before, .filter-box .bootstrap-select .btn:hover {
  color: #ffffff;
}
.filter-box .bootstrap-select .dropdown-menu {
  margin: 0;
  width: 100%;
  padding: 0;
  border: 0;
  z-index: 20;
  border-radius: 0;
  background: #ffffff;
  box-shadow: -1px 4px 74px -16px rgba(0, 0, 0, 0.15);
  display: block;
  top: calc(100% + 1px) !important;
  transform: scaleY(0) !important;
  transform-origin: 50% 0;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.filter-box .bootstrap-select .dropdown-menu.show {
  transform: scaleY(1) !important;
}
.filter-box .bootstrap-select .dropdown-menu.inner {
  opacity: 0;
  transition: opacity 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  margin: 0 !important;
}
.filter-box .bootstrap-select .dropdown-menu.inner li {
  padding: 10px 30px;
}
.filter-box .bootstrap-select .dropdown-item.active, .filter-box .bootstrap-select .dropdown-item:active {
  background: #ed7024;
  color: #ffffff;
}
.filter-box .bootstrap-select.show .dropdown-menu.inner {
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s;
  opacity: 1;
}
.filter-box .bootstrap-select.show .btn, .filter-box .bootstrap-select .btn:hover {
  background: url("../../images/bgi/chevron-down-light.svg") right 30px center no-repeat;
  background-size: 18px;
}
.filter-box .bootstrap-select.show .btn:before, .filter-box .bootstrap-select.show .btn, .filter-box .bootstrap-select .btn:hover:before, .filter-box .bootstrap-select .btn:hover {
  color: #ffffff;
}
.filter-box:last-child .bootstrap-select .btn {
  border-right: 0;
}
.filter-box.info-icon .bootstrap-select .btn {
  padding-right: 36px;
}
.filter-box .dropdown-info {
  right: 15px;
  margin-top: -2px;
}
.filter-box .dropdown-info a, .filter-box .dropdown-info span {
  font-size: 19px;
  font-weight: 600;
  color: #a8a7a7;
  cursor: pointer;
}
@media (max-width: 459.98px) {
  .filter-box .dropdown-info {
    right: 20px;
  }
}

.map-view-box {
  margin-left: auto;
}
@media (max-width: 459.98px) {
  .map-view-box {
    margin-left: 0;
  }
}
.map-view-box .btn {
  height: 100%;
  padding: 22px 45px 21px 25px;
  background: transparent;
  border-color: #fab415;
  color: #ec675c;
  white-space: nowrap;
}
@media (max-width: 1279.98px) {
  .map-view-box .btn {
    padding: 17px 27px 18px 12px;
    font-size: 10px;
  }
}
@media (max-width: 459.98px) {
  .map-view-box .btn {
    padding: 11px 28px 12px 11px;
  }
}
.map-view-box .btn:hover {
  background: #ed7024;
  border-color: #ed7024;
}
.map-view-box .btn:hover, .map-view-box .btn:hover:before {
  color: #ffffff;
}
.map-view-box .btn:before {
  content: "";
  color: #ec675c;
  right: 1.375rem;
}
@media (max-width: 1279.98px) {
  .map-view-box .btn:before {
    right: 9px;
  }
}
@media (max-width: 459.98px) {
  .map-view-box .btn:before {
    right: 8px;
  }
}
.map-view-box .btn.selected:before {
  content: "";
}

.postpartum-support-archive-filter-partial .mobile {
  width: 100%;
}
.postpartum-support-archive-filter-partial .mobile .filter-box .bootstrap-select.show .btn, .postpartum-support-archive-filter-partial .mobile .filter-box .bootstrap-select .btn:hover {
  background: url("../../images/bgi/chevron-down-light.svg") right 1.25rem center no-repeat;
  background-size: 18px;
}
@media (max-width: 767.98px) {
  .postpartum-support-archive-filter-partial .mobile .filter-box .bootstrap-select .btn {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    background: url("../../images/bgi/chevron-down-light.svg") right 1.25rem center no-repeat;
    background-size: 18px;
  }
}
.postpartum-support-archive-filter-partial .mobile .mobile-filter {
  width: 100%;
}
.postpartum-support-archive-filter-partial .mobile .mobile-filter .filter-icon {
  width: 100px;
}
.postpartum-support-archive-filter-partial .mobile .mobile-filter span {
  padding: 20px 20px 20px 0 !important;
  display: flex;
  justify-content: center;
  width: 100%;
}
.postpartum-support-archive-filter-partial .filter-box.filter-category .my-select:after {
  content: none;
}
.postpartum-support-archive-filter-partial .filter-section {
  z-index: auto;
}
.postpartum-support-archive-filter-partial .filter-section button {
  font-size: 18px !important;
}
@media (max-width: 459.98px) {
  .postpartum-support-archive-filter-partial .filter-section #service-type {
    margin-bottom: 1.25rem;
    width: 100%;
  }
}
@media (max-width: 459.98px) {
  .postpartum-support-archive-filter-partial .filter-section .map-view-box {
    width: 100%;
  }
  .postpartum-support-archive-filter-partial .filter-section .map-view-box button {
    width: 100%;
    justify-content: center;
  }
}
.postpartum-support-archive-filter-partial .filter-box .bootstrap-select.show .btn, .postpartum-support-archive-filter-partial .filter-box .bootstrap-select .btn:hover {
  background: url("../../images/bgi/chevron-down-light.svg") right 0px center no-repeat;
  background-size: 18px;
}
.postpartum-support-archive-filter-partial .filter-box .bootstrap-select .dropdown-menu.show {
  z-index: 4;
}
.postpartum-support-archive-filter-partial .filter-box .bootstrap-select .btn {
  padding-left: 0;
  padding-right: 1.25rem;
  font-size: 18px !important;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  background: url("../../images/bgi/chevron-down-light.svg") right 0px center no-repeat;
  background-size: 18px;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 767.98px) {
  .postpartum-support-archive-filter-partial .filter-box .bootstrap-select .btn {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.postpartum-support-archive-filter-partial .filter-box .bootstrap-select .btn:hover {
  background: url("../../images/bgi/chevron-down-light.svg") right 0px center no-repeat;
  background-size: 18px;
}
.postpartum-support-archive-filter-partial .filter-inputs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.875rem;
  position: relative;
}
@media (max-width: 1023.98px) {
  .safari-compatible .postpartum-support-archive-filter-partial .filter-inputs {
    display: block;
  }
}
.postpartum-support-archive-filter-partial .filter-inputs .filter-box {
  grid-column: span 1/span 1;
  width: 100%;
  border-bottom: 0;
}
@media (max-width: 1023.98px) {
  .postpartum-support-archive-filter-partial .filter-inputs .filter-box {
    grid-column: span 2/span 2;
  }
}
.postpartum-support-archive-filter-partial .filter-inputs .filter-search {
  grid-column: span 2/span 2;
}
.postpartum-support-archive-filter-partial .search-filter {
  border-width: 1px;
  border-bottom: 1px solid #000000;
}
.postpartum-support-archive-filter-partial .search-filter .btn-icon {
  height: auto;
  width: auto;
}
.postpartum-support-archive-filter-partial .search-filter input[type=search] {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-height: auto;
  margin-bottom: 0;
}
.postpartum-support-archive-filter-partial .type-filter {
  padding: 1.25rem 1.875rem;
  position: absolute;
  z-index: 2;
  min-width: 168px;
  display: none;
}
.postpartum-support-archive-filter-partial .type-filter .filter-criteria ul li label.active, .postpartum-support-archive-filter-partial .type-filter .filter-criteria ul li span.active {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.postpartum-support-archive-filter-partial .type-filter .filter-criteria ul li label:hover, .postpartum-support-archive-filter-partial .type-filter .filter-criteria ul li span:hover {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.safari-compatible .postpartum-support-archive-filter-partial .type-filter {
  z-index: 999;
}

/* =Mega Menu
========================================================================================*/
/** Mega Menu Overlay **/
.mega-menu-overlay, .search-overlay-partial {
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 100%;
  background: #ffffff;
  z-index: 500;
  filter: drop-shadow(0px 5px 3px rgba(0, 62, 83, 0.18));
  left: 0;
}
.mega-menu-overlay .mega-menu-wrap {
  display: none;
}
.mega-menu-overlay .mega-menu-wrap.active {
  display: block;
  z-index: 100;
}

#mainmenu li.has-mega-menu ul.sub-menu {
  display: none !important;
}

/* = Custom Styles
========================================================================================*/
/* Fix Regular Menu overlay */
#mainmenu li:hover > ul {
  z-index: 600;
}

/* adding custom hover styles */
#mainmenu li.has-mega-menu {
  position: relative;
}
#mainmenu li.has-mega-menu > a {
  padding-right: 1.875rem;
}
#mainmenu li.has-mega-menu > a:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  margin-left: 0.3125rem;
}
#mainmenu li.has-mega-menu.trigger_hover > a:after, #mainmenu li.has-mega-menu:hover > a:after {
  transform: rotate(180deg);
}

.mega-menu-overlay {
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 100%;
  background: #ede2ce;
  border-top: 1px solid #707070;
}
.mega-menu-overlay .col-4 {
  max-height: 550px;
}
.mega-menu-overlay ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-height: 15rem;
  overflow-y: auto;
  gap: 0.625rem;
}
.mega-menu-overlay ul li {
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 1023.98px) {
  .mega-menu-overlay ul li {
    font-size: 16px;
  }
}
.mega-menu-overlay ul li a {
  color: #000000;
}
.mega-menu-overlay ul li a {
  color: #000000;
}
.mega-menu-overlay ul li a:hover {
  color: #6b5e22;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.mega-menu-overlay .col-8 .featured-page {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.mega-menu-overlay .col-8 .featured-page__image-container {
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.mega-menu-overlay .col-8 .featured-page__image-container img {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mega-menu-overlay .col-8 .featured-page__image-container img:hover {
  transform: scale(1.02);
}
.mega-menu-overlay .col-8 .featured-page a {
  color: #000000;
}
.mega-menu-overlay .col-8 .featured-page a:hover {
  color: #fab415;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* =Side Menu - Menu Widget
========================================================================================*/
.widget.widget_jdw_menu {
  background: #fab415;
  border-radius: 6px;
  overflow: hidden;
}
.widget.widget_jdw_menu .widget_jdw_nav li {
  padding: 1.25rem 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.25rem;
  color: #ffffff;
  display: block;
  line-height: 1;
  margin-left: 1.25rem;
}
.widget.widget_jdw_menu .widget_jdw_nav li a:hover {
  color: #6b5e22;
}
.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: 600;
}
.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.25rem 0 !important;
}
.widget.widget_jdw_menu .widget_jdw_nav .sub-menu li a {
  padding-left: 1.25rem;
  font-size: 1.25rem;
}
.widget.widget_jdw_menu .widget_jdw_nav .sub-menu > li:first-child {
  margin-top: 1.25rem;
  border-top: 0.125rem solid #ffffff;
}
.widget.widget_jdw_menu .widget_jdw_nav .sub-menu .sub-menu li a {
  padding-left: 2.5rem;
  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;
}

/* =Page Banner
========================================================================================*/
.front-page-banner {
  position: relative;
  min-height: 37.5rem;
}
.front-page-banner .banner-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.front-page-banner .banner-image-container .banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-page-banner .banner-content {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 7.5rem 0;
}
.front-page-banner .banner-content .content-container {
  text-wrap: balance;
}
.front-page-banner .banner-content .content-container p {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
}
@media (max-width: 1023.98px) {
  .front-page-banner .banner-content .content-container p {
    font-size: 18px;
  }
}
@media (max-width: 1023.98px) {
  .front-page-banner .banner-content {
    padding: 4rem 0;
  }
}

.page-banner {
  position: relative;
  min-height: 27.5rem;
}
@media (max-width: 1023.98px) {
  .page-banner:has(.has-color) {
    min-height: 18.75rem;
  }
}
.page-banner .banner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-banner .banner-container.has-image {
  filter: grayscale(1);
}
.page-banner .banner-container .banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner .banner-content {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 4.25rem 0;
}
.page-banner .banner-content .content-container {
  text-wrap: balance;
}
.page-banner .banner-content .content-container p {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
}
@media (max-width: 1023.98px) {
  .page-banner .banner-content .content-container p {
    font-size: 18px;
  }
}
@media (max-width: 1023.98px) {
  .page-banner .banner-content {
    padding: 4rem 0;
  }
}

/* =Pagination
========================================================================================*/
.navigation {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 0.625rem;
}
.navigation a {
  text-decoration: none !important;
}
.navigation .page-numbers {
  display: inline-block;
  color: #000000 !important;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  min-width: 2.1875rem;
  line-height: 2.1875rem;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #ffffff !important;
  padding: 0.625rem;
}
.navigation .page-numbers:hover, .navigation .page-numbers.current {
  border-bottom-color: #000000 !important;
}
.navigation .page-numbers.current {
  font-weight: bold;
  background: transparent !important;
}

.woocommerce-pagination .page-numbers {
  border: 0 !important;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 0.625rem;
}
.woocommerce-pagination .page-numbers li {
  border: 0 !important;
  margin-right: 5px !important;
}
.woocommerce-pagination .page-numbers li .page-numbers {
  display: inline-block;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  min-width: 2.1875rem;
  line-height: 2.1875rem;
  font-size: 20px;
  font-weight: normal;
  background: transparent !important;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #ffffff !important;
  padding: 0.625rem;
}
.woocommerce-pagination .page-numbers li .page-numbers:hover, .woocommerce-pagination .page-numbers li .page-numbers.current {
  border-bottom-color: #000000 !important;
}
.woocommerce-pagination .page-numbers li .page-numbers.current {
  font-weight: bold;
}

/* =Sidebar
========================================================================================*/
.widget {
  background: #6b5e22;
  margin-bottom: 7.5rem;
  border-radius: 6px;
  overflow: hidden;
}
.widget :last-child {
  margin-bottom: 0;
}
.widget .widgettitle {
  display: block;
  margin-bottom: 0;
  background: #fab415;
  color: #ffffff;
  font-size: 1.125rem;
  padding: 1.25rem;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget > div {
  padding: 1.25rem;
}

/* =Social Share
========================================================================================*/
.social-share-buttons {
  display: flex;
}
.social-share-buttons a {
  position: relative;
  display: inline-block;
  margin-right: 0.625rem;
  padding-left: 3.75rem;
}
.social-share-buttons a span:not(.social-names) {
  position: absolute;
  top: 0;
  left: -0.0625rem;
  width: 3.75rem;
  height: 100%;
}
.social-share-buttons a span:not(.social-names) svg {
  width: 1.875rem;
  height: 1.875rem;
}
@media (max-width: 1023.98px) {
  .social-share-buttons a .social-names {
    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 {
  color: #fab415 !important;
}
.social-share-buttons a:hover .social-names {
  color: #fab415 !important;
}
.social-share-buttons a:hover span {
  border-color: #fab415;
}
.social-share-buttons a:hover span svg * {
  fill: #fab415;
}
@media (max-width: 1279.98px) {
  .social-share-buttons a {
    margin-right: 0;
  }
}
.social-share-buttons.btn-no-text a .social-names {
  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: 3.75rem;
  height: 3.75rem;
  padding-right: 0;
  padding-left: 0;
}
.social-network a svg {
  width: 1.875rem;
  height: 1.875rem;
}
.social-network a:hover svg * {
  fill: #ec675c;
}

/* = Tags
========================================================================================*/
.tags {
  display: flex;
  flex-wrap: wrap;
}
.tags li {
  margin-right: 0.625rem;
}
.tags li a,
.tags li span {
  display: inline-block;
  background: #fab415;
  color: #000000;
  font-size: 0.75rem;
  line-height: 1.5;
  text-decoration: none;
  min-height: 2.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 0.8333333333rem;
}
.tags li a:hover:not(span),
.tags li span:hover:not(span) {
  background: #ed7024;
  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: -0.625rem;
}
.tags-wrapper.multi-line ul li .tag-item {
  margin-bottom: 0.625rem;
}

/*
========================================================================================
CSS Name: Checkout WC Custom styling
========================================================================================
*/
/*
========================================================================================
CSS Name: Single Product Woocommerce
========================================================================================
*/
.woocommerce.single-product .product h1, .woocommerce.single-product .product h2, .woocommerce.single-product .product h3, .woocommerce.single-product .product h4, .woocommerce.single-product .product h5, .woocommerce.single-product .product h6,
.woocommerce .single-product .product h1,
.woocommerce .single-product .product h2,
.woocommerce .single-product .product h3,
.woocommerce .single-product .product h4,
.woocommerce .single-product .product h5,
.woocommerce .single-product .product h6 {
  color: #6b5e22;
}
.woocommerce.single-product .product.grid-large,
.woocommerce .single-product .product.grid-large {
  margin-bottom: -4rem;
}
.woocommerce.single-product .product-category-link:hover,
.woocommerce .single-product .product-category-link:hover {
  text-decoration: none !important;
  background-color: #ed7024 !important;
}
.woocommerce .summary span.onsale {
  top: 0;
  left: 0;
  right: auto;
  position: relative;
}
.woocommerce .summary button.single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  background: #fab415;
  color: #ffffff !important;
}
.woocommerce .summary button.single_add_to_cart_button::before {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  float: left;
  content: "";
  font-weight: 300;
  margin-right: 0.625rem;
  font-size: 1.5rem;
}
@media (max-width: 1023.98px) {
  .woocommerce .summary button.single_add_to_cart_button::before {
    content: "";
  }
}
.woocommerce .summary button.single_add_to_cart_button:hover {
  background: #ed7024;
}
.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  max-height: 768px;
  object-fit: contain;
}

.summary form {
  background: transparent;
  padding: 0;
}
.product-block .summary form {
  margin-bottom: 0 !important;
}
.summary .price {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.summary .amount {
  font-weight: 700;
}
.summary .quantity {
  width: 100%;
  display: inline-flex;
}
.summary .quantity .jdf-minus,
.summary .quantity .jdf-plus {
  border: 1px solid #6b5e22;
  width: 3rem;
  height: 3rem;
  background: #fab415;
}
.summary .quantity .jdf-minus {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right: 0;
}
.summary .quantity .jdf-plus {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 0;
}
.summary .quantity input.qty {
  min-height: 3rem;
  width: 3rem;
  border: 1px solid #6b5e22;
  -moz-appearance: textfield;
}
.summary .quantity input.qty::-webkit-outer-spin-button, .summary .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*
========================================================================================
CSS Name: Checkout WC Custom styling
========================================================================================
*/
.woocommerce ul.products {
  margin-right: 0;
  margin-left: -4rem;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link {
  position: relative;
  display: block;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link .jdf-woocommerce-thumnbail {
  margin-bottom: 1.25rem;
  overflow: hidden;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link .jdf-woocommerce-thumnbail img {
  margin-bottom: 0;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link .price {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: center;
  color: #000000;
  font-size: 18px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  padding: 0;
  margin-bottom: 1.25rem;
  color: #6b5e22;
}
@media (max-width: 1023.98px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
  }
}
.woocommerce ul.products li.product a.add_to_cart_button {
  display: inline-flex;
  align-items: center;
  background: #fab415;
  color: #ffffff !important;
}
.woocommerce ul.products li.product a.add_to_cart_button::before {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  float: left;
  content: "";
  font-weight: 300;
  margin-right: 0.625rem;
  font-size: 1.5rem;
}
@media (max-width: 1023.98px) {
  .woocommerce ul.products li.product a.add_to_cart_button::before {
    content: "";
  }
}
.woocommerce ul.products li.product a.add_to_cart_button:hover {
  background: #ed7024;
}
.woocommerce a.added_to_cart {
  margin-left: 0.625rem;
}

.woocommerce ul.products li.product span.onsale,
.woocommerce span.onsale {
  min-height: auto;
  min-width: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  background: #ec675c;
  border: 0;
  font-weight: 700;
  padding: 0.625rem;
  margin: 0;
  background-color: #ec675c;
  border-radius: 6px;
  color: #ffffff;
}

.woocommerce ul.products li.product span.onsale {
  left: 0.625rem;
  top: 0.625rem;
  right: auto;
}

/* =Footer
========================================================================================*/
#footer {
  line-height: 1.5;
}
#footer .footer-menu .menu-item-has-children {
  width: 100%;
}
#footer .footer-menu .menu-item-has-children:last-child {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  #footer .footer-menu .menu-item-has-children {
    width: 50%;
  }
  #footer .footer-menu .menu-item-has-children:last-child {
    margin-top: 0;
  }
}
#footer .footer-menu .menu-item-has-children > a {
  color: #6b5e22;
  font-size: clamp(18px, 1.125rem + 0vi, 1.125rem);
  line-height: 18px;
  font-family: "Sweet Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  display: block;
}
@media (min-width: 768px) {
  #footer .footer-menu .menu-item-has-children > a {
    margin-bottom: 1.5625rem;
  }
}
#footer .footer-menu .menu-item-has-children .sub-menu {
  columns: 2;
  column-gap: 2.5rem;
}
@media (max-width: 1279.98px) {
  #footer .footer-menu .menu-item-has-children .sub-menu {
    columns: 1;
  }
}
#footer .footer-menu .menu-item-has-children .sub-menu li {
  margin-bottom: 1.25rem;
  line-height: normal;
}
#footer .footer-menu .menu-item-has-children .sub-menu li a {
  font-size: 16px;
}
#footer .footer-menu .menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0;
}
#footer .socials-container .title {
  font-size: clamp(18px, 1.125rem + 0vi, 1.125rem);
  font-family: "Sweet Sans", sans-serif;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: normal;
}
#footer .socials-container .social-icon i {
  font-size: clamp(30px, 1.125rem + 0vi, 1.875rem);
}
#footer .copyright .separator {
  margin: 0 4px;
}
#footer .copyright span {
  font-size: 16px;
}
#footer .jala-link {
  font-size: 16px;
}
#footer .copyright-menu {
  display: block;
  columns: 1;
  font-size: 16px;
}
@media (min-width: 460px) {
  #footer .copyright-menu {
    display: inline-flex;
    flex-wrap: wrap;
    position: relative;
    columns: 2;
  }
}
#footer .copyright-menu li.menu-item {
  position: relative;
  margin-bottom: 1.25rem;
  margin-right: 0;
}
#footer .copyright-menu li.menu-item a {
  font-size: 16px;
}
@media (min-width: 460px) {
  #footer .copyright-menu li.menu-item {
    margin-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  #footer .copyright-menu li.menu-item {
    margin-bottom: 0;
    margin-right: 0;
  }
}
#footer .copyright-menu li.menu-item:after, #footer .copyright-menu li.menu-item:before {
  position: relative;
}
@media (min-width: 768px) {
  #footer .copyright-menu li.menu-item:after {
    content: "|";
    margin: 0 4px;
  }
  #footer .copyright-menu li.menu-item:last-child:after {
    content: "";
  }
}
@media (max-width: 767.98px) {
  #footer .footer-links a {
    display: inline-block;
    margin-bottom: 1.25rem;
  }
  #footer .footer-links a:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767.98px) {
  #footer .col {
    margin-bottom: 1.25rem;
    text-align: center;
  }
  #footer .col:last-child {
    margin-bottom: 0;
  }
}
#footer .acknowledgement {
  max-width: 45rem;
}
#footer .acknowledgement h3 {
  color: #6b5e22;
  font-size: clamp(18px, 1.125rem + 0vi, 1.125rem);
  line-height: 18px;
  font-family: "Sweet Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  display: block;
}
#footer .acknowledgement p {
  font-size: 1.125rem;
  letter-spacing: 0.1125rem;
}
@media (max-width: 1023.98px) {
  #footer .acknowledgement p {
    font-size: 16px;
  }
}

.footer-subscribe .subscribe-container .content-container, .subscribe-overlay-partial .subscribe-container .content-container {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .footer-subscribe .subscribe-container .content-container, .subscribe-overlay-partial .subscribe-container .content-container {
    max-width: 35.625rem;
  }
}
.footer-subscribe .subscribe-container .content-container p, .subscribe-overlay-partial .subscribe-container .content-container p {
  font-size: 18px !important;
}
.footer-subscribe .subscribe-container .form-container, .subscribe-overlay-partial .subscribe-container .form-container {
  width: 100%;
}
.footer-subscribe .subscribe-container .form-container .forminator-custom-form, .subscribe-overlay-partial .subscribe-container .form-container .forminator-custom-form {
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
  background-color: #fab415 !important;
}
@media (min-width: 1024px) {
  .footer-subscribe .subscribe-container .form-container .forminator-custom-form, .subscribe-overlay-partial .subscribe-container .form-container .forminator-custom-form {
    justify-content: end;
  }
}
.footer-subscribe .subscribe-container .form-container .forminator-custom-form .forminator-row, .subscribe-overlay-partial .subscribe-container .form-container .forminator-custom-form .forminator-row {
  width: 83.33%;
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .footer-subscribe .subscribe-container .form-container .forminator-custom-form .forminator-row, .subscribe-overlay-partial .subscribe-container .form-container .forminator-custom-form .forminator-row {
    width: 100%;
  }
}
.footer-subscribe .subscribe-container .form-container .forminator-custom-form .forminator-row.forminator-row-last, .subscribe-overlay-partial .subscribe-container .form-container .forminator-custom-form .forminator-row.forminator-row-last {
  width: min-content;
  margin-left: 1.25rem;
}
@media (max-width: 1023.98px) {
  .footer-subscribe .subscribe-container .form-container .forminator-custom-form .forminator-row.forminator-row-last, .subscribe-overlay-partial .subscribe-container .form-container .forminator-custom-form .forminator-row.forminator-row-last {
    margin-left: -15px;
  }
}
@media (max-width: 782px) {
  .footer-subscribe .subscribe-container .form-container .forminator-custom-form .forminator-row.forminator-row-last, .subscribe-overlay-partial .subscribe-container .form-container .forminator-custom-form .forminator-row.forminator-row-last {
    margin-left: 0;
  }
}
.footer-subscribe .subscribe-container .form-container .forminator-custom-form .forminator-row.forminator-row-last .forminator-button-submit, .subscribe-overlay-partial .subscribe-container .form-container .forminator-custom-form .forminator-row.forminator-row-last .forminator-button-submit {
  position: relative;
  background: #ffffff;
  height: 3.125rem;
  width: 3.125rem;
  font-size: 0;
  border: none;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: 0.625rem;
}
.footer-subscribe .subscribe-container .form-container .forminator-custom-form .forminator-row.forminator-row-last .forminator-button-submit:after, .subscribe-overlay-partial .subscribe-container .form-container .forminator-custom-form .forminator-row.forminator-row-last .forminator-button-submit:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 1.75rem;
  color: #fab415;
}
@media (max-width: 1023.98px) {
  .footer-subscribe .subscribe-container .form-container .forminator-custom-form .forminator-row.forminator-row-last .forminator-button-submit, .subscribe-overlay-partial .subscribe-container .form-container .forminator-custom-form .forminator-row.forminator-row-last .forminator-button-submit {
    height: 40px;
    width: 40px;
  }
}
.footer-subscribe .subscribe-container .form-container .forminator-custom-form .forminator-row input[type=text],
.footer-subscribe .subscribe-container .form-container .forminator-custom-form .forminator-row input[type=url],
.footer-subscribe .subscribe-container .form-container .forminator-custom-form .forminator-row input[type=date],
.footer-subscribe .subscribe-container .form-container .forminator-custom-form .forminator-row input[type=number],
.footer-subscribe .subscribe-container .form-container .forminator-custom-form .forminator-row input[type=password],
.footer-subscribe .subscribe-container .form-container .forminator-custom-form .forminator-row input[type=email],
.footer-subscribe .subscribe-container .form-container .forminator-custom-form .forminator-row input[type=tel],
.footer-subscribe .subscribe-container .form-container .forminator-custom-form .forminator-row input[type=search],
.footer-subscribe .subscribe-container .form-container .forminator-custom-form .forminator-row textarea,
.footer-subscribe .subscribe-container .form-container .forminator-custom-form .forminator-row select, .subscribe-overlay-partial .subscribe-container .form-container .forminator-custom-form .forminator-row input[type=text],
.subscribe-overlay-partial .subscribe-container .form-container .forminator-custom-form .forminator-row input[type=url],
.subscribe-overlay-partial .subscribe-container .form-container .forminator-custom-form .forminator-row input[type=date],
.subscribe-overlay-partial .subscribe-container .form-container .forminator-custom-form .forminator-row input[type=number],
.subscribe-overlay-partial .subscribe-container .form-container .forminator-custom-form .forminator-row input[type=password],
.subscribe-overlay-partial .subscribe-container .form-container .forminator-custom-form .forminator-row input[type=email],
.subscribe-overlay-partial .subscribe-container .form-container .forminator-custom-form .forminator-row input[type=tel],
.subscribe-overlay-partial .subscribe-container .form-container .forminator-custom-form .forminator-row input[type=search],
.subscribe-overlay-partial .subscribe-container .form-container .forminator-custom-form .forminator-row textarea,
.subscribe-overlay-partial .subscribe-container .form-container .forminator-custom-form .forminator-row select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: unset;
  padding: 0;
  color: inherit;
  font-family: "TT Norms", sans-serif;
  font-size: 18px;
  letter-spacing: 0.225rem;
}

/* =Header
========================================================================================*/
.header {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  /* For Sticky Header*/
  /* Custom styles for Sticky Header */
}
.header.no-sticky {
  position: relative;
}
@media (min-width: 1024px) {
  .header {
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .header .header-container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.header .logo {
  margin: 0;
  line-height: 1;
  display: inline-block;
  max-width: 150px;
  margin-right: 2.5rem;
}
@media (min-width: 768px) {
  .header .logo {
    max-width: 40%;
  }
}
.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;
}
.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, .header.clone-wrap .logo {
  max-width: 9.375rem;
}
.header.clone-full .logo img, .header.clone-wrap .logo img {
  vertical-align: middle;
}
.header.clone-wrap {
  background: none !important;
}
.header.clone-wrap .wrap {
  background: #ec675c;
}
.header.sticky {
  transform: translateY(0);
}
.list-item a.listing-link {
  text-decoration: none;
}
.list-item a.listing-link:hover h2, .list-item a.listing-link:hover h3 {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.list-item a.listing-link:hover .content-container * {
  text-decoration: none;
}
.font-color-white-strict .list-item h3 {
  color: #ffffff !important;
}
.list-item.postpartum-support-post-item .logo {
  position: absolute;
  z-index: 1;
  max-width: 7.1875rem;
  min-height: 7.1875rem;
  max-height: 7.1875rem;
  border-radius: 999999px;
  overflow: hidden;
  top: 0;
  right: 1.25rem;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  transform: translate(0, calc(-50% - 2.5rem));
  border: 1px solid #ede2ce;
}
.list-item.postpartum-support-post-item .logo.mega-menu-logo {
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
}
.list-item.postpartum-support-post-item .logo.padding {
  padding: 1.25rem;
}
.list-item.postpartum-support-post-item .logo.padding.mega-menu-logo {
  padding: 0.625rem;
}
.list-item.postpartum-support-post-item .logo img {
  height: auto;
  width: 100%;
  object-fit: contain;
  border-radius: 0 !important;
}
@media (max-width: 1279.98px) {
  .list-item.postpartum-support-post-item a > .category {
    width: 60%;
  }
}
.list-item .list-item-body {
  position: relative;
}
.safari-compatible .list-item .list-item-body {
  z-index: 3;
}
.list-item .list-item-body .list-item-img {
  overflow: hidden;
  display: block;
  width: 100%;
}
.list-item .list-item-body .list-item-img img {
  width: 100%;
  border-radius: 6px;
  backface-visibility: initial;
}
.list-item .list-item-body .list-item-img.placeholder-img {
  background: #6b5e22;
}
.list-item .list-item-body .content-container {
  word-wrap: break-word;
}
.archive .list-item .list-item-body .content-container, .featured-block .list-item .list-item-body .content-container {
  display: block;
  overflow: hidden;
}
.archive .list-item .list-item-body .content-container > *, .featured-block .list-item .list-item-body .content-container > * {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.archive .list-item .list-item-body .content-container > *:not(:first-child), .featured-block .list-item .list-item-body .content-container > *:not(:first-child) {
  display: none !important;
}
.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;
}
.list-item a, .list-item .list-item-content {
  color: #000000;
}

.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: hidden;
  /* To avoid overflow:hidden */
}
.listing.same-height .list-item .list-item-body .list-item-content {
  /* For the Match height with Flex*/
}

.map-view-listing .listing .postpartum-map-view.list-item .list-item-body .image-container figure {
  position: relative;
}
.map-view-listing .listing .postpartum-map-view.list-item .list-item-body .logo {
  position: absolute;
  z-index: 1;
  max-width: 75px;
  min-height: 75px;
  max-height: 75px;
  border-radius: 999999px;
  overflow: hidden;
  bottom: 0.625rem;
  right: 0.625rem;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  border: 1px solid #ede2ce;
}
.map-view-listing .listing .postpartum-map-view.list-item .list-item-body .logo.padding {
  padding: 0.625rem;
}
.map-view-listing .listing .postpartum-map-view.list-item .list-item-body .logo img {
  height: auto;
  border-radius: 0 !important;
  object-fit: contain;
}
.map-view-listing .listing .postpartum-map-view.list-item .list-item-body .list-item-content .content-container {
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.map-view-listing .map-view-block.rendered {
  width: 100%;
  height: calc(100vh - 60px);
  min-height: 100vh;
  position: sticky !important;
  top: 0;
}
@media (max-width: 1023.98px) {
  .map-view-listing .map-view-block.rendered {
    height: 300px;
    min-height: 300px;
  }
}

/*
========================================================================================
CSS Name: Comments
========================================================================================
*/
#commentform {
  background-color: #ffffff;
  padding: 2.5rem;
  margin-bottom: 4rem;
}
#commentform .form-submit {
  margin-bottom: 0;
}

.comment-list .comment {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #ed7024;
}
.comment-list .comment .comment-author .avatar {
  border-radius: 9999px;
  display: block;
  margin-bottom: 1.25rem;
}
.comment-list .comment .comment-author, .comment-list .comment .comment-meta {
  margin-bottom: 1.25rem;
}
.comment-list .comment [class*=depth-] {
  margin-top: 1.25rem;
  margin-left: 2.5rem;
}
.comment-list .comment .fn, .comment-list .comment .reply {
  font-weight: 600;
}

.comment-container #reply-title {
  font-size: 3.75rem;
  letter-spacing: 0.375rem;
  text-align: center;
  color: #6b5e22;
}
@media (max-width: 1023.98px) {
  .comment-container #reply-title {
    font-size: 32px;
  }
}
.comment-container .form-submit {
  display: inline-flex;
  border-radius: 6px;
  background-color: #fab415;
}
.comment-container .form-submit #submit {
  border-radius: 6px 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.225rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #ffffff;
  background-color: #fab415;
  padding: 0.625rem 0 0.625rem 1.25rem;
}
.comment-container .form-submit::after {
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
  background-color: #fab415;
  border-radius: 0 6px 6px 0;
  display: inline-block;
  content: "";
  font-weight: 300;
  font-size: 1.5rem;
  margin-left: 20px;
  padding-right: 1rem;
}
.comment-container .form-submit:hover {
  text-decoration: none !important;
}
.comment-container .form-submit:hover::after {
  margin-left: 30px;
}
.comment-container #comment {
  height: 130px;
}
.comment-container .logged-in-as {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.comment-container .logged-in-as a {
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 500;
}
.comment-container .logged-in-as a:nth-child(1), .comment-container .logged-in-as a:nth-child(2), .comment-container .logged-in-as .required-field-message {
  margin-left: 8px;
}
.comment-container .email-notes {
  text-align: center;
}
.comment-container label[for=wp-comment-cookies-consent] {
  display: inline-block;
}

/* =Navigation
========================================================================================*/
#nav {
  position: sticky;
  top: 0;
  z-index: 7000;
}
#nav .sticky-logo {
  opacity: 0;
  margin-left: -5rem;
  transition: margin cubic-bezier(0.23, 1, 0.32, 1) 700ms, opacity cubic-bezier(0.23, 1, 0.32, 1) 700ms;
}
#nav.is-sticky {
  z-index: 8000;
}
#nav.is-sticky .sticky-logo {
  opacity: 1;
  margin-left: 0;
}

#mainmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3.25rem;
}
@media (min-width: 1280px) {
  #mainmenu ul {
    gap: 6rem;
  }
}
#mainmenu ul ul {
  background-color: #ec675c;
  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: block;
  padding: 1.25rem 0;
  font-size: clamp(18px, 1.125rem + 0vi, 1.125rem);
  letter-spacing: 0.225rem;
  line-height: 18px;
  font-family: "Sweet Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 15.625rem;
  color: #000000;
}
#mainmenu ul li.current-menu-item > a {
  color: #6b5e22;
}
#mainmenu li ul {
  display: none;
}
#mainmenu li ul li {
  /*Rest Level*/
}
#mainmenu li ul li a {
  color: #ffffff;
  font-size: 1.125rem;
  padding: 1.25rem;
  text-transform: none;
}
#mainmenu li ul li:hover {
  background: #6b5e22;
}
#mainmenu li ul li:hover > a {
  color: #ec675c;
}
#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: 2.5rem;
  /*When Sub Menu Dropdown*/
}
.responsive-menu li:first-child {
  border-top: 0;
}
.responsive-menu li a {
  position: relative;
  display: inline-block;
  font-size: clamp(18px, 1.125rem + 0vi, 2rem);
  letter-spacing: 0.225rem;
  line-height: 18px;
  font-family: "Sweet Sans", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  text-transform: uppercase;
  margin-right: 1.625rem;
}
.responsive-menu li a.open {
  /* background: $color1 !important;
  color: $color-white; */
}
.responsive-menu li .sub-menu {
  display: none;
  margin-top: 1.25rem;
}
.responsive-menu li .sub-menu li {
  margin-bottom: 0.625rem;
}
.responsive-menu li .sub-menu li a {
  padding-left: 2.5rem;
  font-size: 18px;
  text-transform: capitalize;
  /* background: rgba(0, 0, 0,.05); */
}
.responsive-menu li .sub-menu li li a {
  /* background: rgba(0, 0, 0,.1); */
  padding-left: 4.25rem;
}
.responsive-menu li.menu-item-has-children > span {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.625rem;
  right: 0.25rem;
  z-index: 100;
  cursor: pointer;
  font-size: 18px;
}
.responsive-menu li.menu-item-has-children > span:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  margin-left: 0.3125rem;
  color: #6b5e22;
}
.responsive-menu li.menu-item-has-children > span.active:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (max-width: 1023.98px) {
  .responsive-menu {
    min-height: 44px;
    min-width: 42px;
  }
}

@media (max-width: 1023.98px) {
  .responsive-menu li a {
    font-size: 20px;
  }
}
/*
========================================================================================
CSS Name: Style Guide 
========================================================================================
*/
:root {
  --color1: #fab415;
  --color2: #ed7024;
  --color3: #ec675c;
  --color4: #6b5e22;
  --spacing1: 0.625rem;
  --spacing2: 1.25rem;
  --spacing3: 2.5rem;
  --spacing4: 4rem;
  --spacing5: 4.25rem;
  --spacing6: 7.5rem;
  --wrap-sm: 1049px;
  --wrap-md: 1392px;
  --wrap-lg: 2500px;
}

.style-guide-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
@media (max-width: 1279.98px) {
  .style-guide-container {
    grid-template-columns: 1fr;
  }
}
.style-guide-container .style-guide-menu {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  align-self: start;
  position: sticky;
  top: 4rem;
}
@media (max-width: 1279.98px) {
  .style-guide-container .style-guide-menu {
    display: none;
  }
}
.style-guide-container .style-guide-menu-link-item {
  display: flex;
  padding: 0.625rem 2.5rem 0.625rem 0;
  align-self: flex-start;
  max-width: 100%;
}
.style-guide-container .style-guide-content-wrapper {
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 4rem;
}
.style-guide-container .style-guide-content-item .title {
  font-size: 2.5rem;
}
.style-guide-container .style-guide-content-item .divider {
  width: 100%;
  height: 1px;
  margin-bottom: 2.5rem;
  background-color: #e7e8e3;
}
.style-guide-container .style-guide-content-list .style-guide-colors, .style-guide-container .style-guide-content-list .style-guide-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 1.25rem;
  grid-column-gap: 1.25rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
}
@media (max-width: 1279.98px) {
  .style-guide-container .style-guide-content-list .style-guide-colors, .style-guide-container .style-guide-content-list .style-guide-buttons {
    grid-template-columns: 1fr 1fr;
  }
}
.style-guide-container .style-guide-content-list .style-guide-colors .style-guide-color, .style-guide-container .style-guide-content-list .style-guide-buttons .style-guide-color {
  display: flex;
  width: 100%;
  height: 150px;
}
.style-guide-container .style-guide-content-list .style-guide-colors .style-guide-color div, .style-guide-container .style-guide-content-list .style-guide-buttons .style-guide-color div {
  width: 100%;
}
.style-guide-container .style-guide-content-list .style-guide-colors .style-guide-color-label, .style-guide-container .style-guide-content-list .style-guide-buttons .style-guide-color-label {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  z-index: 1;
}
.style-guide-container .style-guide-content-typography-item {
  margin-bottom: 2.5rem;
}
.style-guide-container .style-guide-content-spacing {
  overflow: hidden;
}
.style-guide-container .style-guide-content-spacing-item {
  height: 2.5rem;
  background: #ede2ce;
}
.style-guide-container .tags > * span {
  font-size: 80%;
  padding: 0.625rem 1.25rem;
  border-radius: 9999px;
}
.style-guide-container .border {
  border-width: 0.125rem;
  border-color: #000000;
  border-style: solid;
}

/* =General
========================================================================================*/
.site-main {
  min-height: 100vh;
}

.title-container .content-container {
  max-width: 67.1875rem;
  margin: 0 auto;
}
.title-container .content-container.subtitle a, .title-container .content-container.subtitle p, .title-container .content-container.subtitle ul, .title-container .content-container.subtitle ol, .title-container .content-container.subtitle blockquote:before, .title-container .content-container.subtitle small, .title-container .content-container.subtitle strong, .title-container .content-container.subtitle span, .title-container .content-container.subtitle i[class^=fa] {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
}
@media (max-width: 1023.98px) {
  .title-container .content-container.subtitle a, .title-container .content-container.subtitle p, .title-container .content-container.subtitle ul, .title-container .content-container.subtitle ol, .title-container .content-container.subtitle blockquote:before, .title-container .content-container.subtitle small, .title-container .content-container.subtitle strong, .title-container .content-container.subtitle span, .title-container .content-container.subtitle i[class^=fa] {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .title-container .content-container.subtitle a, .title-container .content-container.subtitle p, .title-container .content-container.subtitle ul, .title-container .content-container.subtitle ol, .title-container .content-container.subtitle blockquote:before, .title-container .content-container.subtitle small, .title-container .content-container.subtitle strong, .title-container .content-container.subtitle span, .title-container .content-container.subtitle i[class^=fa] {
    font-size: 18px;
  }
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.letter-spacing-normal {
  letter-spacing: 1px !important;
}

.letter-spacing {
  letter-spacing: 0.1125rem !important;
}

.subscribe-overlay-partial, .email-overlay-partial, .enquire-overlay-partial {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 12345;
  display: none;
}
.subscribe-overlay-partial .overlay-subscribe-container, .subscribe-overlay-partial .overlay-enquire-container, .subscribe-overlay-partial .overlay-email-container, .email-overlay-partial .overlay-subscribe-container, .email-overlay-partial .overlay-enquire-container, .email-overlay-partial .overlay-email-container, .enquire-overlay-partial .overlay-subscribe-container, .enquire-overlay-partial .overlay-enquire-container, .enquire-overlay-partial .overlay-email-container {
  max-width: 61.5rem;
}

.search-overlay-partial .btn-icon, .search-overlay .btn-icon {
  height: auto;
  width: auto;
}
.search-overlay-partial .searchtxt, .search-overlay .searchtxt {
  border-width: 1px;
  border-color: #000000;
  border-radius: 6px;
  border-style: solid;
}
.search-overlay-partial .searchtxt input[type=search], .search-overlay .searchtxt input[type=search] {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-height: auto;
  margin-bottom: 0;
}
.search-overlay-partial .search-list, .search-overlay .search-list {
  display: inline-block;
  column-count: 3;
  column-gap: 4rem;
}
@media (max-width: 1023.98px) {
  .search-overlay-partial .search-list, .search-overlay .search-list {
    column-count: 2;
  }
}
@media (max-width: 767.98px) {
  .search-overlay-partial .search-list, .search-overlay .search-list {
    column-count: 1;
    column-gap: 1.25rem;
  }
  .search-overlay-partial .search-list a, .search-overlay .search-list a {
    margin-top: 1.25rem !important;
  }
}

.email-overlay-partial .btn-arrow {
  color: #fab415 !important;
}
.email-overlay-partial .overlay-email {
  max-height: 50rem;
  overflow-y: scroll;
}
@media (max-width: 1023.98px) {
  .email-overlay-partial .overlay-email {
    max-height: 600px;
  }
}

.subscribe-overlay-partial {
  z-index: 12335;
}
@media (max-width: 767.98px) {
  .subscribe-overlay-partial .overlay-subscribe-container {
    max-height: 500px;
    overflow-y: auto;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .subscribe-overlay-partial .subscribe-container h2 {
    font-size: 32px;
  }
  .subscribe-overlay-partial .subscribe-container .content-container p {
    font-size: 16px !important;
  }
}
.subscribe-overlay-partial .forminator-custom-form {
  justify-content: start !important;
}

.greyscale {
  filter: grayscale(1);
}

.favorite-btn {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  display: block;
  cursor: pointer;
  color: #ffffff !important;
}
.favorite-btn.active {
  opacity: 1 !important;
}
.favorite-btn .fave-text {
  display: none;
}

.search.search-results .listing .list-item .excerpt_part strong {
  background-color: #ede2ce;
  padding: 4px 8px;
  border-radius: 10px;
}

.grow-slow, .woocommerce ul.products li.product .woocommerce-loop-product__link .jdf-woocommerce-thumnbail img {
  transform: scale(1);
  transition: transform cubic-bezier(0.23, 1, 0.32, 1) 1400ms;
}
.grow-slow:hover, .woocommerce ul.products li.product .woocommerce-loop-product__link .jdf-woocommerce-thumnbail img:hover {
  transform: scale(1.075);
}

.uppercase {
  text-transform: uppercase !important;
}

.normal-case {
  text-transform: none !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.image-overlay {
  position: absolute;
  z-index: 1;
}
.image-overlay.online {
  left: 0.625rem;
  top: 0.625rem;
  font-size: 14px;
  font-family: "Ivar Fine", serif;
  font-weight: 500;
  background: #ffffff;
}
.image-overlay.map {
  position: relative !important;
  top: 0;
  left: 0;
}
.image-overlay.image-credits {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  text-align: right;
}
.cta-block .image-overlay.image-credits {
  right: 2.5rem;
  bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .cta-block .image-overlay.image-credits {
    right: 1.25rem;
    bottom: 1.25rem;
  }
}
.front-page-banner .image-overlay.image-credits {
  bottom: auto;
  top: 1.25rem;
}
@media (max-width: 767.98px) {
  .front-page-banner .image-overlay.image-credits {
    top: 0.625rem;
  }
}
@media (max-width: 767.98px) {
  .image-overlay.image-credits {
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }
}

#sb_instagram #sbi_images {
  grid-template-columns: repeat(2, 1fr) !important;
}
@media (min-width: 768px) {
  #sb_instagram #sbi_images {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (min-width: 1024px) {
  #sb_instagram #sbi_images {
    grid-template-columns: repeat(6, 1fr) !important;
  }
}

.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;
}

/*** Scrollbar styles ***/
::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.8);
}

::-webkit-scrollbar {
  width: 0.375rem;
  background-color: rgba(255, 255, 255, 0.8);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(107, 94, 34, 0.8);
  cursor: pointer;
}

/*** Layout - Space adjustments ***/
.grecaptcha-badge {
  display: none !important;
}

.watch-overlay {
  position: relative;
}
.watch-overlay::before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-size: 6rem;
  font-weight: bold;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: rgba(237, 226, 206, 0.9);
}

/* =Home
========================================================================================*/
/* =Post Single
========================================================================================*/
.single-post .post-meta {
  gap: 1.25rem;
}
.single-post .post-meta__category-name {
  padding: 0.625rem;
  background-color: #fab415;
  border-radius: 6px;
  color: #ffffff;
}
.single-post .post-meta__category-name:hover {
  text-decoration: none !important;
  background-color: #ed7024;
}
.single-post .post-meta__featured-image img {
  border-radius: 6px;
  width: 100%;
}
.single-post .blocks-container-wrapper .block-p:first-child {
  padding-top: 0;
}
.single-post .heading-colour.olive h1, .single-post .heading-colour.olive h2, .single-post .heading-colour.olive h3, .single-post .heading-colour.olive h4, .single-post .heading-colour.olive h5, .single-post .heading-colour.olive h6 {
  color: #6b5e22;
}

/* =Postpartum Support Single
========================================================================================*/
.postpartum-support-single .title-area {
  gap: 4rem;
}
.postpartum-support-single .title-area__logo {
  border-radius: 50%;
  min-width: 11.25rem;
  min-height: 11.25rem;
  max-width: 11.25rem;
  max-height: 11.25rem;
  overflow: hidden;
  border: 1px solid #ede2ce;
  display: inline-flex;
  align-items: center;
}
.postpartum-support-single .title-area__logo.padding {
  padding: 1.875rem;
}
.postpartum-support-single .title-area__logo img {
  width: 100%;
}
.postpartum-support-single .title-area__content .service-categories {
  max-width: 50rem;
}
.postpartum-support-single .title-area__content .service-type-names {
  display: flex;
  gap: 0.625rem;
}
.postpartum-support-single .title-area__content .service-type-names .service-type-name {
  padding: 0.625rem;
  background-color: #fab415;
  border-radius: 6px;
  color: #ffffff;
}
.postpartum-support-single .title-area__content .service-type-names .service-type-name:hover {
  text-decoration: none !important;
  background-color: #ed7024;
}
@media (max-width: 969px) {
  .postpartum-support-single .title-area {
    gap: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .postpartum-support-single .title-area {
    flex-direction: column;
    gap: 2.5rem;
  }
  .postpartum-support-single .title-area__logo {
    min-width: 9.375rem;
    min-height: 9.375rem;
    max-width: 9.375rem;
    max-height: 9.375rem;
  }
}
.postpartum-support-single .pps-sticky-nav {
  position: sticky;
  top: 0;
  z-index: 7500;
}
.postpartum-support-single .pps-sticky-nav > .wrap {
  justify-content: start;
}
@media (min-width: 1024px) {
  .postpartum-support-single .pps-sticky-nav > .wrap {
    justify-content: space-between;
  }
}
.postpartum-support-single .pps-sticky-nav .pps-favorite-buttons.share-hidden {
  display: none;
}
.postpartum-support-single .pps-sticky-nav .pps-single-favorite-btn {
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  opacity: 1 !important;
}
@media (max-width: 1023.98px) {
  .postpartum-support-single .pps-sticky-nav .pps-single-favorite-btn {
    font-size: 16px;
  }
}
.postpartum-support-single .pps-sticky-nav .pps-single-favorite-btn:after {
  font-family: "TT Norms", sans-serif;
  content: "Favourite";
  letter-spacing: 0.1125rem;
  margin-left: 0.625rem;
  padding-bottom: 3px;
}
@media (min-width: 440px) {
  .postpartum-support-single .pps-sticky-nav .pps-single-favorite-btn::after {
    content: "Add to Favourites";
  }
  .postpartum-support-single .pps-sticky-nav .pps-single-favorite-btn:hover::after {
    border-bottom: 1px solid #ffffff;
  }
  .postpartum-support-single .pps-sticky-nav .pps-single-favorite-btn.active::after {
    content: "Remove from Favourites";
  }
}
.postpartum-support-single .pps-sticky-nav .pps-share-enquire {
  justify-content: flex-end;
}
.postpartum-support-single .pps-sticky-nav .pps-share-enquire__share-btn {
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  letter-spacing: 0.125rem;
}
@media (max-width: 1023.98px) {
  .postpartum-support-single .pps-sticky-nav .pps-share-enquire__share-btn {
    font-size: 16px;
  }
}
.postpartum-support-single .pps-sticky-nav .pps-share-enquire__book-now, .postpartum-support-single .pps-sticky-nav .pps-share-enquire__enquire {
  background: #ffffff;
  color: #000000 !important;
  border-radius: 6px;
  padding: 10px 20px;
}
.postpartum-support-single .pps-sticky-nav .pps-share-enquire .social-share-buttons:not(.share-visible) {
  display: none;
}
@media (max-width: 1023.98px) {
  .postpartum-support-single .pps-sticky-nav .pps-share-enquire .social-share-buttons a {
    padding-left: 2.75rem;
  }
  .postpartum-support-single .pps-sticky-nav .pps-share-enquire .social-share-buttons svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.postpartum-support-single .pps-sticky-nav .pps-share-enquire.share-activated {
  justify-content: start;
}
@media (min-width: 1024px) {
  .postpartum-support-single .pps-sticky-nav .pps-share-enquire.share-activated {
    justify-content: space-between;
  }
}
@media (max-width: 1164px) {
  .postpartum-support-single .pps-sticky-nav .pps-view-favorites {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .postpartum-support-single .pps-sticky-nav .pps-view-favorites {
    display: none;
  }
}
@media (max-width: 1355px) {
  .postpartum-support-single .pps-sticky-nav.book-now-present .social-share-buttons .social-names {
    display: none;
  }
}
.postpartum-support-single .pps-arrow-btns--sticky {
  position: fixed;
  width: 100%;
  background-color: #fab415;
  bottom: 0;
  z-index: 9999;
}
.postpartum-support-single .pps-arrow-btns--sticky__book-now, .postpartum-support-single .pps-arrow-btns--sticky__enquire {
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  width: 80%;
}
.both-btns .postpartum-support-single .pps-arrow-btns--sticky__book-now, .both-btns .postpartum-support-single .pps-arrow-btns--sticky__enquire {
  width: 100%;
}
.postpartum-support-single .pps-arrow-btns--sticky.both-btns .pps-arrow-btns--sticky__book-now, .postpartum-support-single .pps-arrow-btns--sticky.both-btns .pps-arrow-btns--sticky__enquire {
  width: 100%;
}
@media (max-width: 590px) {
  .postpartum-support-single .pps-arrow-btns--sticky {
    flex-direction: column;
  }
  .postpartum-support-single .pps-arrow-btns--sticky__book-now, .postpartum-support-single .pps-arrow-btns--sticky__enquire {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .postpartum-support-single .pps-left {
    padding-right: 0.625rem;
  }
}
.postpartum-support-single .pps-left .pps-video {
  position: relative;
}
.postpartum-support-single .pps-left .pps-video img {
  filter: brightness(0.9);
}
.postpartum-support-single .pps-left .pps-video__play-btn {
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: rgba(250, 180, 21, 0);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.postpartum-support-single .pps-left .pps-video__play-btn .play-icon {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background-color: #fab415;
}
.postpartum-support-single .pps-left .pps-video__play-btn .play-icon i {
  font-size: 45px;
  color: #ffffff;
}
.postpartum-support-single .pps-left .pps-video__play-btn:hover {
  background-color: rgba(250, 180, 21, 0.3);
}
.postpartum-support-single .pps-left .pps-values .service_value__icon {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: #ede2ce;
}
.postpartum-support-single .pps-left .pps-values .service_value__icon i {
  font-size: 60px;
}
.postpartum-support-single .pps-left .pps-secondary-buttons__book-now, .postpartum-support-single .pps-left .pps-secondary-buttons__enquire {
  background: #fab415;
  color: #ffffff !important;
  border-radius: 6px;
  padding: 10px 20px;
}
@media (max-width: 767.98px) {
  .postpartum-support-single .pps-left .pps-secondary-buttons__book-now, .postpartum-support-single .pps-left .pps-secondary-buttons__enquire {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.postpartum-support-single .pps-left .pps-map__directions {
  display: inline-block;
  background: #fab415;
  padding: 15px 20px;
}
.postpartum-support-single .pps-left .pps-map__directions:hover {
  background: #ed7024;
  text-decoration: none;
}
.postpartum-support-single .pps-left .pps-map .acf-map {
  border-radius: 6px;
  height: 27.5rem;
}
.postpartum-support-single .pps-right__phone-number a, .postpartum-support-single .pps-right__service-areas a, .postpartum-support-single .pps-right__website-link a {
  padding: 0.125rem 0;
}
.postpartum-support-single .pps-right__service-areas .parent-service-area {
  font-size: 0.875rem;
  border: 1px solid #dad2c1;
  padding: 2px 7px;
  border-radius: 6px;
}
@media (max-width: 1023.98px) {
  .postpartum-support-single .pps-right__service-areas .parent-service-area {
    font-size: 14px;
  }
}
.postpartum-support-single .pps-right .pps-right-content {
  position: sticky;
  top: 9.75rem;
}
.postpartum-support-single .pps-right__promotion {
  background: #ec675c;
  padding: 1.875rem;
}
.postpartum-support-single .pps-right .fa-light {
  font-size: 22px;
  text-align: center;
  width: 30px;
}
.postpartum-support-single .pps-right__socials a {
  color: #ec675c;
  padding: 0.1875rem 0;
}
.postpartum-support-single .pps-right__socials a span.btn-text-portion {
  display: inline-block;
  position: relative;
}
.postpartum-support-single .pps-right__socials a span.btn-text-portion:after {
  content: "";
  bottom: -5px;
  left: 0;
  right: 0;
  position: absolute;
}
.postpartum-support-single .pps-right__socials a:hover span.btn-text-portion:after {
  border-bottom: 1px solid;
  border-color: inherit;
}
.postpartum-support-single .pps-right__socials a:hover {
  color: #fab415;
  text-decoration: none !important;
}
.postpartum-support-single .pps-right__socials a .fa-brands {
  font-size: 25px;
  text-align: center;
  width: 30px;
}
.postpartum-support-single .enquire-overlay-partial .overlay-enquire-container {
  max-height: 80vh;
  overflow-y: scroll;
}
/*# sourceMappingURL=style.css.map */
