/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.ninthroot-overlay::before {
  content: "";
  background: linear-gradient(45deg, rgba(58, 191, 224, 0.7) 0%, rgba(242, 104, 151, 0.73) 54%, rgba(255, 78, 108, 0.75) 100%);
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  wi-subnav-image-2 */
/* ------------------ */
.wi-subnav-image-1 a.wi-wrapper {
  display: block;
  text-align: center;
  color: #5d5d5d;
}
.wi-subnav-image-1 a.wi-wrapper .wi-image {
  position: relative;
  display: block;
  width: 80%;
  padding-top: 80%;
  margin: auto;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.wi-subnav-image-2 a.wi-wrapper:hover {
  text-decoration: none;
}
.wi-subnav-image-1 a.wi-wrapper .wi-image .em-tag {
  position: absolute;
  z-index: 5;
  left: 0px;
  top: calc(50% - 30px);
  width: 100%;
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  opacity: 0;
  color: #ffffff !important;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.wi-subnav-image-1 a.wi-wrapper:hover .wi-image .em-tag {
  opacity: 1;
}
.wi-subnav-image-1 a.wi-wrapper .wi-image div.wi-underlay {
  position: absolute;
  z-index: 1;
  left: -120%;
  top: -120%;
  border-radius: 50%;
  width: 120%;
  height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.wi-subnav-image-1 a.wi-wrapper:hover .wi-image div.wi-underlay {
  left: -10%;
  top: -10%;
}
.wi-subnav-image-1 .color-primary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--primary-rgba-tissue);
}
.wi-subnav-image-1 .color-primary a.wi-wrapper:hover .wi-image {
  border-color: var(--primary);
}
.wi-subnav-image-1 .color-secondary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--secondary-rgba-tissue);
}
.wi-subnav-image-1 .color-secondary a.wi-wrapper:hover .wi-image {
  border-color: var(--secondary);
}
.wi-subnav-image-1 .color-tertiary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--tertiary-rgba-tissue);
}
.wi-subnav-image-1 .color-tertiary a.wi-wrapper:hover .wi-image {
  border-color: var(--tertiary);
}
.wi-subnav-image-1 .color-quaternary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--quaternary-rgba-tissue);
}
.wi-subnav-image-1 .color-quaternary a.wi-wrapper:hover .wi-image {
  border-color: var(--quaternary);
}
.wi-subnav-image-1 .color-light a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--light-rgba-tissue);
}
.wi-subnav-image-1 .color-light a.wi-wrapper:hover .wi-image {
  border-color: var(--light);
}
.wi-subnav-image-1 .color-gray a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--gray-rgba-tissue);
}
.wi-subnav-image-1 .color-gray a.wi-wrapper:hover .wi-image {
  border-color: var(--gray);
}
.wi-subnav-image-1 .color-dark a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--dark-rgba-tissue);
}
.wi-subnav-image-1 .color-dark a.wi-wrapper:hover .wi-image {
  border-color: var(--dark);
}
.wi-subnav-image-1 .color-dark-gray a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--dark-gray-rgba-tissue);
}
.wi-subnav-image-1 .color-dark-gray a.wi-wrapper:hover .wi-image {
  border-color: var(--dark-gray);
}
.wi-subnav-image-1 a.wi-wrapper .wi-image div.wi-underlay {
  font-size: 100px;
}
.wi-subnav-image-1 a.wi-wrapper:hover .wi-image {
  border-color: var(--primary);
}
.wi-subnav-image-1 .go-btn {
  position: absolute;
  left: 0px;
  bottom: 30%;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bg-secondary .wi-breadcrumb .breadcrumb-item:first-child a {
  color: var(--primary);
}
.wi-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: white;
}
.wi-breadcrumb .breadcrumb-item + .breadcrumb-item a {
  color: white;
}
.wi-breadcrumb .breadcrumb-item.active {
  color: white;
  font-weight: 600;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.well {
  position: relative;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: var(--gray);
  border-radius: var(--border-radius);
  box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%);
}
.well-shadow {
  height: 100%;
  position: relative;
}
.well-shadow .well {
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  z-index: 2;
}
.well-shadow::after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  z-index: 1;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #DCE0E2;
  border-radius: var(--border-radius);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-reviews-full-2 .wi-review .well {
  border-radius: 0.1rem;
}
.wi-review .well .bg-gray {
  border-color: #f8f9fa;
}
.wi-reviews-full-2 .wi-review .directory {
  text-align: center;
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}
.wi-reviews-full-2 .wi-review .directory a.directory-icon {
  color: #fff;
  background-color: var(--primary);
  border-radius: 100%;
  padding: 8px;
}
.wi-reviews-full-2 .wi-review .directory a.directory-icon:hover {
  background-color: var(--primary) !important;
  box-shadow: 0 0 0 0.15rem rgba(var(--primary-rgb), 0.4);
}
.wi-reviews-full-2 .wi-review .directory a.directory-icon > span {
  text-align: center;
  width: 18px;
  height: 18px;
}
.wi-reviews-full-2 .wi-review > div > figure {
  height: 230px;
  overflow: hidden;
}
.wi-reviews-full-2 .expand-review {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
}
.wi-reviews-full-2 .expand-review:hover {
  cursor: pointer;
  color: var(--primary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
div.wi-reviews-stack-1 div.wi-review {
  height: 100%;
}
div.wi-reviews-stack-1 div.wi-review blockquote {
  font-size: 16px;
  padding: 10px;
}
div.wi-reviews-stack-1 div.wi-review div.review-stars {
  font-size: 25px;
}
div.wi-reviews-stack-1 div.wi-review div.review-stars span {
  display: inline-block;
  padding: 0 3px;
}
div.wi-reviews-stack-1 div.wi-review div.directory {
  position: absolute;
  top: -17px;
  right: -17px;
}
div.wi-reviews-stack-1 div.wi-review a.directory-icon {
  height: 60px;
  width: 60px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: #f8f9fa;
}
div.wi-reviews-stack-1 div.wi-review a.directory-icon span {
  font-size: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
div.wi-reviews-stack-1 div.wi-review a.directory-icon:hover span {
  color: #fff;
}
/* .scroll-window */
/* -------------- */
div.scroll-window {
  position: relative;
}
div.scroll-window div.top-overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0);
}
section.bg-gray div.scroll-window div.top-overlay {
  background: -moz-linear-gradient(top, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
  background: -webkit-linear-gradient(top, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
  background: linear-gradient(to bottom, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f9fa", endColorstr="#00f8f9fa",GradientType=0);
}
div.scroll-window div.middle-content {
  z-index: 0;
  overflow: scroll;
  height: 600px;
  padding: 100px 35px 100px 25px;
}
div.scroll-window div.bottom-overlay {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0);
}
section.bg-gray div.scroll-window div.bottom-overlay {
  background: -moz-linear-gradient(top, rgba(248, 249, 250, 0) 0%, #f8f9fa 100%);
  background: -webkit-linear-gradient(top, rgba(248, 249, 250, 0) 0%, #f8f9fa 100%);
  background: linear-gradient(to bottom, rgba(248, 249, 250, 0) 0%, #f8f9fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00f8f9fa", endColorstr="#f8f9fa",GradientType=0);
}
@media (min-width: 992px) {
  div.scroll-window div.middle-content.alt {
    height: 520px;
    padding: 43px 25px;
  }
}
div.scroll-window div.middle-content.alt {
  overflow: auto;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Instagram 2 */
.instagram-2 [class*="col-"] {
  padding: 0px;
}
.instagram-2 .wrap {
  padding-bottom: 100%;
  overflow: hidden;
}
.instagram-2 .wrap .ig-container {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.instagram-2 .wrap .ig-container .content {
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
}
.instagram-2 .wrap .ig-container .content .overlay {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #000000a1;
  color: white;
  position: absolute;
  bottom: 100%;
  transition: 0.25s ease-in;
}
.instagram-2 .wrap:hover .ig-container .content .overlay {
  bottom: 0px;
  transition: 0.25s ease-in;
}
.instagram-2 .wrap:hover .ig-container .content .overlay p {
  max-height: 84%;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.3;
}
.instagram-2 .wrap .ig-container .content .overlay .s-impressions {
  font-size: 20px;
}
.instagram-2 .wrap .ig-container .content .overlay .igo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-mask-image: -webkit-gradient(linear, left 70%, left bottom, from(black), to(rgba(0, 0, 0, 0)));
}
.instagram-2 .wrap .ig-container .content .ig-media {
  min-width: 100%;
  max-height: 100%;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.nav-pills .nav-link {
  color: var(--primary);
}
.nav-pills .nav-link:hover {
  color: var(--secondary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
[subnav-check*="no"] {
  display: none;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-subnav-full-1 .go-arrow {
  position: absolute;
  right: -5px;
}
.wi-subnav-full-1 .grand-children-col {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.wi-subnav-full-1 .list-unstyled {
  padding-left: 0px;
  list-style: none;
}
.wi-subnav-full-1 a.btn:hover {
  background-color: var(--primary);
  color: white;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* -------------------- */
.wi-subnav-tile-1 a.wi-bg-image {
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.wi-subnav-tile-1 .wi-bg-image .wi-bg-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+31,0.1+100 */
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#1a000000",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.wi-subnav-tile-1 a.wi-bg-image:hover {
  text-decoration: none;
}
.wi-subnav-tile-1 a.wi-bg-image:hover .wi-bg-overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e87229+0,f6892a+100&0.8+0,0.9+100 */
  background: -moz-linear-gradient(-45deg, var(--primary-rgba-tissue) 0%, var(--primary-rgba-tissue) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, var(--primary-rgba-tissue) 0%, var(--primary-rgba-tissue) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, var(--primary-rgba-tissue) 0%, var(--primary-rgba-tissue) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cce87229", endColorstr="#e6f6892a",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-franchise-list .card-columns {
  column-count: 1;
}
@media (min-width: 992px) {
  .wi-franchise-list .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .wi-franchise-list .card-columns {
    column-count: 3;
  }
}
.wi-franchise-list .card-title {
  font-weight: 300;
  font-size: 1.3rem;
}
.wi-franchise-list .card-columns .card {
  width: 100%;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
}
.wi-franchise-list ul.icon-list {
  margin: 0 0 0 10px;
  padding: 0;
}
.wi-franchise-list ul.icon-list li {
  position: relative;
  list-style-type: none;
  padding: 6px 0 5px 18px;
  margin-bottom: 0;
  font-size: 1rem;
}
.wi-franchise-list ul.icon-list li.col {
  padding: 6px 17px 5px 17px;
}
/* default: chevron */
.wi-franchise-list ul.icon-list li::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-style: normal;
  font-weight: 500;
  text-decoration: inherit;
  position: absolute;
  font-size: 11px;
  color: var(--primary);
  top: 14px;
  left: 0;
  z-index: 1;
}
/* chevron circle */
.wi-franchise-list ul.icon-list.list-arrow-circle li::after {
  content: "";
}
/* checkmark */
.wi-franchise-list ul.icon-list.list-checkmark li {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.wi-franchise-list ul.icon-list.list-checkmark li::after {
  content: "";
}
.wi-franchise-list ul.icon-list.list-checkmark li:last-child {
  border: none;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-franchise-list .card-columns {
  column-count: 1;
}
@media (min-width: 992px) {
  .wi-franchise-list .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .wi-franchise-list .card-columns {
    column-count: 3;
  }
}
.wi-franchise-list ul.icon-list li::after {
  content: "" !important;
  font-style: normal;
  background: url(/oak/files/logos/lemon-tree.insignia.png);
  width: 20px;
  height: 20px;
  background-position: center;
  font-weight: 200;
  text-decoration: inherit;
  position: absolute;
  font-size: 13px;
  color: var(--primary);
  background-size: cover;
  top: 10px;
  left: -10px;
  z-index: 1;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .wi-franchise-locations */
/* ---------------------- */
.wi-locations-highlight-1 .wi-bg-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  cursor: pointer;
}
.wi-locations-highlight-1 .wi-bg-image .wi-bg-overlay {
  position: relative;
  padding: 25px;
  min-height: 100px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+31,0.1+100 */
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#1a000000",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-badges-well-slider-1 img {
  background-color: #fff;
  padding: 15px;
  border-radius: 0.4rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-badge-autoslide-1 ul li img {
  width: 150px;
}
.wi-badge-autoslide-1 ul li {
  padding: 0px 30px;
}
.wi-badge-autoslide-1 .col-12:before, .wi-badge-autoslide-1 .col-12:after {
  content: "";
  height: 100%;
  width: 40px;
  position: absolute;
  z-index: 2;
  top: 0px;
  bottom: 0px;
}
.wi-badge-autoslide-1 .col-12::before {
  left: 0px;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.wi-badge-autoslide-1 .col-12::after {
  right: 0px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-faqs .panel {
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  margin-bottom: 10px;
  transition: 0.2s ease-in;
}
.wi-faqs .panel.active {
  background-color: white;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
}
.wi-faqs .panel h4 a {
  padding: 10px 16px;
  display: block;
}
.wi-faqs .panel-body {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 10px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-coupons-slider-1 .promo-wrapper {
  text-align: center;
  background: transparent;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.wi-coupons-slider-1 .promo {
  border: 4px dashed #fff;
  padding: 25px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.48);
}
.wi-coupons-slider-1 .promo-blue {
  background-color: rgba(0, 129, 204, 0.95);
}
.wi-coupons-slider-1 .promo-orange {
  background-color: rgba(232, 110, 4, 0.95);
}
.wi-coupons-slider-1 .promo-gray {
  background-color: rgba(0, 0, 0, 0.65);
}
.wi-coupons-slider-1 .promo h1, .wi-coupons-slider-1 .promo h2, .wi-coupons-slider-1 .promo h3, .wi-coupons-slider-1 .promo h4, .wi-coupons-slider-1 .promo h5 {
  color: #fff;
}
.wi-coupons-slider-1 .promo .expiration {
  opacity: 0.6;
  font-style: italic;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .wi-coupons-slider-1 */
div.wi-coupons-slider-2 .col {
  padding-right: 15px;
  padding-left: 15px;
}
#email-for-coupon div.coupon-wrapper, div.wi-coupons-slider-2 div.coupon-wrapper {
  text-align: center;
  background: transparent;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  margin-bottom: 20px;
  cursor: pointer;
}
#email-for-coupon div.coupon-wrapper div.coupon, div.wi-coupons-slider-2 div.coupon-wrapper div.coupon {
  margin-top: 20px;
  border: 4px dashed #979797;
  border-radius: 15px;
  padding: 25px;
  min-height: 185px;
}
#email-for-coupon div.coupon-wrapper div.coupon div.amount, div.wi-coupons-slider-2 div.coupon-wrapper div.coupon div.amount {
  /* font-family: 'proxima_nova_thextrabold', sans-serif !important; */
  font-family: var(--font-primary);
  font-weight: 800;
  font-style: normal;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: 1px;
  color: var(--primary);
}
#email-for-coupon div.coupon-wrapper div.coupon div.for, div.wi-coupons-slider-2 div.coupon-wrapper div.coupon div.for {
  /* font-family: 'proxima_nova_rgbold', sans-serif !important; */
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  color: var(--primary);
  min-height: 78px;
  width: 100%;
  margin: auto;
}
#email-for-coupon div.coupon-wrapper div.coupon div.image, div.wi-coupons-slider-2 div.coupon-wrapper div.coupon div.image {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
#email-for-coupon div.coupon-wrapper div.coupon div.image img, div.wi-coupons-slider-2 div.coupon-wrapper div.coupon div.image img {
  height: 150px;
}
#email-for-coupon div.coupon-wrapper div.coupon div.expiration, div.wi-coupons-slider-2 div.coupon-wrapper div.coupon div.expiration {
  margin-top: 15px;
  opacity: 0.8;
}
#email-for-coupon div.coupon-wrapper div.coupon div.disclaimer, div.wi-coupons-slider-2 div.coupon-wrapper div.coupon div.disclaimer {
  opacity: 0.7;
  font-size: 80%;
  width: 70%;
  margin: auto;
}
/* slick overrides */
section div.wi-coupons-slider-2 .slick-prev:before, section div.wi-coupons-slider-2 .slick-next:before {
  color: rgba(52, 58, 64, 0.3);
}
section.bg-image div.wi-coupons-slider-2 .slick-prev:before, section.bg-image div.wi-coupons-slider-2 .slick-next:before, section.bg-dark div.wi-coupons-slider-2 .slick-prev:before, section.bg-dark div.wi-coupons-slider-2 .slick-next:before {
  color: #fff;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-team-highlight-1 .img-circle {
  width: 100%;
  border-radius: 50%;
  height: auto;
  padding-top: 100%;
}
.wi-team-highlight-1 h4 {
  margin: 0px;
  text-align: center;
  color: var(--primary);
}
.wi-team-highlight-1 .wi-tmember:hover {
  cursor: pointer;
  text-decoration: underline;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Social Large 1 */
/* -------------- */
div.wi-social-large-1 {
  display: flex;
  width: auto;
  margin: auto;
}
div.wi-social-large-1 a {
  display: flex;
  width: 75px;
  height: 75px;
  border-radius: 2px;
  margin: 0 2px;
  font-size: 50px;
  line-height: 50px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div.wi-social-large-1 a:hover {
  color: #fff;
  background-color: #23a9e1;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
div.wi-social-medium-1 {
  display: flex;
  width: auto;
  margin: auto;
}
div.wi-social-medium-1 a {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  margin: 0 2px;
  font-size: 27px;
  color: var(--primary);
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div.wi-social-medium-1 a:hover {
  color: #fff;
  background-color: #23a9e1;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Social Small 1 */
/* -------------- */
div.wi-social-small-1 {
  display: flex;
  width: auto;
  margin: auto;
}
div.wi-social-small-1 a {
  display: flex;
  float: left;
  width: 35px;
  height: 35px;
  font-size: 15px;
  color: var(--primary);
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div.wi-social-small-1 a:hover {
  color: #fff;
  background-color: #23a9e1;
}
@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .icon-list */
ul.icon-list {
  margin: 0 0 0 10px;
  padding: 0;
}
ul.icon-list li {
  position: relative;
  list-style-type: none;
  padding: 6px 0 5px 17px;
  margin-bottom: 0;
}
/* default: chevron */
ul.icon-list li::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-style: normal;
  font-weight: 200;
  text-decoration: inherit;
  position: absolute;
  font-size: 13px;
  color: #008E9C;
  top: 10px;
  left: 0;
  z-index: 1;
}
.text-light ul.icon-list li::after {
  color: #ffffff;
  opacity: 0.4;
}
/* chevron circle */
ul.icon-list.list-arrow-circle li::after {
  content: "";
}
/* checkmark */
ul.icon-list.list-checkmark li::after {
  content: "";
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-on-site-menu-1 {
  color: #000000;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.wi-on-site-menu-1 h5, .wi-on-site-menu-1 h3, .wi-on-site-menu-1 h4 {
  font-family: arvo;
  font-weight: bold;
}
.wi-on-site-menu-1 .wi-item-title, .wi-on-site-menu-1 .wi-item-price {
  padding: 0px;
  margin: 0;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}
.wi-on-site-menu-1 .wi-item-title {
  max-width: 89%;
  font-weight: 600;
}
.wi-on-site-menu-1 .wi-item-price {
  font-weight: 600;
  letter-spacing: 0px;
}
.wi-on-site-menu-1 .wi-item-price .pre, .wi-on-site-menu-1 .wi-item-price .post {
  font-weight: 400;
  font-size: 19px;
  color: #3c3c3c;
}
.wi-on-site-menu-1 .lines-wrap {
  flex-grow: 1;
  padding: 0px 10px 3px 10px;
}
.wi-on-site-menu-1 .lines {
  width: 100%;
  height: 100%;
  border-bottom: 2px dotted var(--primary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
body {
  color: black;
}
.bg-light {
  background-color: white !important;
}
.bg-gray-2 {
  background-color: #F1F6F8;
}
.bg-dark {
  background-color: #000000;
}
.btn-dark {
  background-color: #000000;
}
.text-dark {
  color: #000000;
}
div.bg-primary {
  background-color: var(--primary);
}
div.bg-secondary {
  background-color: var(--secondary);
}
div.bg-tertiary {
  background-color: var(--tertiary);
}
div.bg-quaternary {
  background-color: var(--quaternary);
}
div.bg-light {
  background-color: var(--light);
}
div.bg-gray {
  background-color: var(--gray);
}
div.bg-dark {
  background-color: var(--dark);
}
div.bg-dark-gray {
  background-color: var(--dark-gray);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.btn-tertiary, .btn-tertiary:hover {
  color: white;
}
.btn {
  font-family: var(--font-secondary);
}
.btn-lg {
  padding: 0.5rem 1.8rem;
}
.bg-tertiary .btn-tertiary, .bg-secondary .btn-secondary, .bg-primary .btn-primary {
  background-color: white;
  color: #000;
}
.bg-tertiary .btn-tertiary:hover, .bg-secondary .btn-secondary:hover, .bg-primary .btn-primary:hover {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-icon i {
  background-color: transparent !important;
}
.btn-icon:not(.icon-right) i {
  left: 6px !important;
}
@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@font-face {
  font-family: "wyattworks";
  src: url("fonts/wyattworks.eot?5os6w4");
  src: url("fonts/wyattworks.eot?5os6w4#iefix") format("embedded-opentype"), url("fonts/wyattworks.ttf?5os6w4") format("truetype"), url("fonts/wyattworks.woff?5os6w4") format("woff"), url("fonts/wyattworks.svg?5os6w4#wyattworks") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="ww-"], [class*=" ww-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "wyattworks" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ww-home-electric:before {
  content: "";
}
.ww-gas:before {
  content: "";
}
.ww-excavation:before {
  content: "";
}
.ww-bathtub:before {
  content: "";
}
.ww-dial:before {
  content: "";
}
.ww-drip:before {
  content: "";
}
.ww-faucet-2:before {
  content: "";
}
.ww-faucet-3:before {
  content: "";
}
.ww-faucet:before {
  content: "";
}
.ww-house:before {
  content: "";
}
.ww-leak:before {
  content: "";
}
.ww-meter:before {
  content: "";
}
.ww-pipe-2:before {
  content: "";
}
.ww-pipe-3:before {
  content: "";
}
.ww-pipe:before {
  content: "";
}
.ww-plunger:before {
  content: "";
}
.ww-sewer:before {
  content: "";
}
.ww-showerhead:before {
  content: "";
}
.ww-toilet:before {
  content: "";
}
.ww-toolbox:before {
  content: "";
}
.ww-water-heater:before {
  content: "";
}
.ww-water-pipe:before {
  content: "";
}
.ww-water-treatment:before {
  content: "";
}
.ww-wrench-2:before {
  content: "";
}
.ww-wrench:before {
  content: "";
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bump-up {
  margin-top: -86px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
h1.underline, .h1.underline {
  display: flex;
  width: 100%;
}
h1.underline::after, .h1.underline::after {
  content: "";
  display: inline-block;
  flex: 0.98;
  height: 5px;
  margin-top: auto;
  margin-left: auto;
  margin-bottom: 7px;
}
h2.underline, .h2.underline {
  display: flex;
  width: 100%;
}
h2.underline::after, .h2.underline::after {
  content: "";
  display: inline-block;
  flex: 0.98;
  height: 5px;
  margin-top: auto;
  margin-left: auto;
  margin-bottom: 7px;
}
h3.underline, .h3.underline {
  display: flex;
  width: 100%;
}
h3.underline::after, .h3.underline::after {
  content: "";
  display: inline-block;
  flex: 0.98;
  height: 5px;
  margin-top: auto;
  margin-left: auto;
  margin-bottom: 7px;
}
h4.underline, .h4.underline {
  display: flex;
  width: 100%;
}
h4.underline::after, .h4.underline::after {
  content: "";
  display: inline-block;
  flex: 0.98;
  height: 5px;
  margin-top: auto;
  margin-left: auto;
  margin-bottom: 7px;
}
h5.underline, .h5.underline {
  display: flex;
  width: 100%;
}
h5.underline::after, .h5.underline::after {
  content: "";
  display: inline-block;
  flex: 0.98;
  height: 5px;
  margin-top: auto;
  margin-left: auto;
  margin-bottom: 7px;
}
h6.underline, .h6.underline {
  display: flex;
  width: 100%;
}
h6.underline::after, .h6.underline::after {
  content: "";
  display: inline-block;
  flex: 0.98;
  height: 5px;
  margin-top: auto;
  margin-left: auto;
  margin-bottom: 7px;
}
@media (max-width: 576px) {
  h1.underline::after, .h1.underline::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 5px;
    margin-top: auto;
    margin-left: auto;
    margin-bottom: 0px;
    position: absolute;
    bottom: -18px;
  }
  h2.underline::after, .h2.underline::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 5px;
    margin-top: auto;
    margin-left: auto;
    margin-bottom: 0px;
    position: absolute;
    bottom: -18px;
  }
  h3.underline::after, .h3.underline::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 5px;
    margin-top: auto;
    margin-left: auto;
    margin-bottom: 0px;
    position: absolute;
    bottom: -18px;
  }
  h4.underline::after, .h4.underline::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 5px;
    margin-top: auto;
    margin-left: auto;
    margin-bottom: 0px;
    position: absolute;
    bottom: -18px;
  }
  h5.underline::after, .h5.underline::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 5px;
    margin-top: auto;
    margin-left: auto;
    margin-bottom: 0px;
    position: absolute;
    bottom: -18px;
  }
  h6.underline::after, .h6.underline::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 5px;
    margin-top: auto;
    margin-left: auto;
    margin-bottom: 0px;
    position: absolute;
    bottom: -18px;
  }
}
.text-primary.underline::after, .text-primary .underline {
  background-color: #F26A36;
}
.text-secondary.underline::after, .text-secondary .underline {
  background-color: #005568;
}
.text-tertiary.underline::after, .text-tertiary .underline {
  background-color: #004053;
}
.text-quaternary.underline::after, .text-quaternary .underline {
  background-color: #F1F6F8;
}
.text-light.underline::after, .text-light .underline {
  background-color: #fff;
}
.text-gray.underline::after, .text-gray .underline {
  background-color: #f8f9fa;
}
.text-dark.underline::after, .text-dark .underline {
  background-color: #212529;
}
.text-dark-gray.underline::after, .text-dark-gray .underline {
  background-color: #5f5f5f;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
hr {
  opacity: 1;
}
hr.thick {
  height: 5px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bg-left-primary {
  background: linear-gradient(90deg, var(--primary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
}
.bg-right-primary {
  background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--primary) 50%);
}
.bg-left-secondary {
  background: linear-gradient(90deg, var(--secondary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
}
.bg-right-secondary {
  background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--secondary) 50%);
}
.bg-left-tertiary {
  background: linear-gradient(90deg, var(--tertiary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
}
.bg-right-tertiary {
  background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--tertiary) 50%);
}
.bg-left-quaternary {
  background: linear-gradient(90deg, var(--quaternary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
}
.bg-right-quaternary {
  background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--quaternary) 50%);
}
.bg-left-light {
  background: linear-gradient(90deg, var(--light) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
}
.bg-right-light {
  background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--light) 50%);
}
.bg-left-gray {
  background: linear-gradient(90deg, var(--gray) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
}
.bg-right-gray {
  background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--gray) 50%);
}
.bg-left-dark {
  background: linear-gradient(90deg, var(--dark) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
}
.bg-right-dark {
  background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--dark) 50%);
}
.bg-left-dark-gray {
  background: linear-gradient(90deg, var(--dark-gray) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
}
.bg-right-dark-gray {
  background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--dark-gray) 50%);
}
@media (min-width: 576px) {
  .bg-left-sm-primary {
    background: linear-gradient(90deg, var(--primary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-sm-primary {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--primary) 50%);
  }
  .bg-left-sm-secondary {
    background: linear-gradient(90deg, var(--secondary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-sm-secondary {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--secondary) 50%);
  }
  .bg-left-sm-tertiary {
    background: linear-gradient(90deg, var(--tertiary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-sm-tertiary {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--tertiary) 50%);
  }
  .bg-left-sm-quaternary {
    background: linear-gradient(90deg, var(--quaternary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-sm-quaternary {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--quaternary) 50%);
  }
  .bg-left-sm-light {
    background: linear-gradient(90deg, var(--light) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-sm-light {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--light) 50%);
  }
  .bg-left-sm-gray {
    background: linear-gradient(90deg, var(--gray) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-sm-gray {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--gray) 50%);
  }
  .bg-left-sm-dark {
    background: linear-gradient(90deg, var(--dark) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-sm-dark {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--dark) 50%);
  }
  .bg-left-sm-dark-gray {
    background: linear-gradient(90deg, var(--dark-gray) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-sm-dark-gray {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--dark-gray) 50%);
  }
}
@media (min-width: 768px) {
  .bg-left-md-primary {
    background: linear-gradient(90deg, var(--primary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-md-primary {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--primary) 50%);
  }
  .bg-left-md-secondary {
    background: linear-gradient(90deg, var(--secondary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-md-secondary {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--secondary) 50%);
  }
  .bg-left-md-tertiary {
    background: linear-gradient(90deg, var(--tertiary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-md-tertiary {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--tertiary) 50%);
  }
  .bg-left-md-quaternary {
    background: linear-gradient(90deg, var(--quaternary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-md-quaternary {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--quaternary) 50%);
  }
  .bg-left-md-light {
    background: linear-gradient(90deg, var(--light) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-md-light {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--light) 50%);
  }
  .bg-left-md-gray {
    background: linear-gradient(90deg, var(--gray) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-md-gray {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--gray) 50%);
  }
  .bg-left-md-dark {
    background: linear-gradient(90deg, var(--dark) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-md-dark {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--dark) 50%);
  }
  .bg-left-md-dark-gray {
    background: linear-gradient(90deg, var(--dark-gray) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-md-dark-gray {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--dark-gray) 50%);
  }
}
@media (min-width: 992px) {
  .bg-left-lg-primary {
    background: linear-gradient(90deg, var(--primary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-lg-primary {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--primary) 50%);
  }
  .bg-left-lg-secondary {
    background: linear-gradient(90deg, var(--secondary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-lg-secondary {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--secondary) 50%);
  }
  .bg-left-lg-tertiary {
    background: linear-gradient(90deg, var(--tertiary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-lg-tertiary {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--tertiary) 50%);
  }
  .bg-left-lg-quaternary {
    background: linear-gradient(90deg, var(--quaternary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-lg-quaternary {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--quaternary) 50%);
  }
  .bg-left-lg-light {
    background: linear-gradient(90deg, var(--light) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-lg-light {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--light) 50%);
  }
  .bg-left-lg-gray {
    background: linear-gradient(90deg, var(--gray) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-lg-gray {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--gray) 50%);
  }
  .bg-left-lg-dark {
    background: linear-gradient(90deg, var(--dark) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-lg-dark {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--dark) 50%);
  }
  .bg-left-lg-dark-gray {
    background: linear-gradient(90deg, var(--dark-gray) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-lg-dark-gray {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--dark-gray) 50%);
  }
}
@media (min-width: 1200px) {
  .bg-left-xl-primary {
    background: linear-gradient(90deg, var(--primary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-xl-primary {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--primary) 50%);
  }
  .bg-left-xl-secondary {
    background: linear-gradient(90deg, var(--secondary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-xl-secondary {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--secondary) 50%);
  }
  .bg-left-xl-tertiary {
    background: linear-gradient(90deg, var(--tertiary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-xl-tertiary {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--tertiary) 50%);
  }
  .bg-left-xl-quaternary {
    background: linear-gradient(90deg, var(--quaternary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-xl-quaternary {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--quaternary) 50%);
  }
  .bg-left-xl-light {
    background: linear-gradient(90deg, var(--light) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-xl-light {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--light) 50%);
  }
  .bg-left-xl-gray {
    background: linear-gradient(90deg, var(--gray) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-xl-gray {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--gray) 50%);
  }
  .bg-left-xl-dark {
    background: linear-gradient(90deg, var(--dark) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-xl-dark {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--dark) 50%);
  }
  .bg-left-xl-dark-gray {
    background: linear-gradient(90deg, var(--dark-gray) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-xl-dark-gray {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--dark-gray) 50%);
  }
}
@media (min-width: 1400px) {
  .bg-left-xxl-primary {
    background: linear-gradient(90deg, var(--primary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-xxl-primary {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--primary) 50%);
  }
  .bg-left-xxl-secondary {
    background: linear-gradient(90deg, var(--secondary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-xxl-secondary {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--secondary) 50%);
  }
  .bg-left-xxl-tertiary {
    background: linear-gradient(90deg, var(--tertiary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-xxl-tertiary {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--tertiary) 50%);
  }
  .bg-left-xxl-quaternary {
    background: linear-gradient(90deg, var(--quaternary) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-xxl-quaternary {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--quaternary) 50%);
  }
  .bg-left-xxl-light {
    background: linear-gradient(90deg, var(--light) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-xxl-light {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--light) 50%);
  }
  .bg-left-xxl-gray {
    background: linear-gradient(90deg, var(--gray) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-xxl-gray {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--gray) 50%);
  }
  .bg-left-xxl-dark {
    background: linear-gradient(90deg, var(--dark) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-xxl-dark {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--dark) 50%);
  }
  .bg-left-xxl-dark-gray {
    background: linear-gradient(90deg, var(--dark-gray) calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .31)), #FFFFFF 30%);
  }
  .bg-right-xxl-dark-gray {
    background: linear-gradient(90deg, #FFFFFF calc(calc(100vw - var(--container-w) ) / 2 + calc(var(--container-w) * .69)), var(--dark-gray) 50%);
  }
}
@media (max-width: 992px) {
  section[class*="bg-left-"] + section[class*="bg-right-"], section[class*="bg-right-"] + section[class*="bg-left-"], section[class*="bg-right-"] + section[class*="bg-right-"], section[class*="bg-left-"] + section[class*="bg-left-"] {
    padding-top: 0px;
  }
  section[class*="bg-left-"] + section:not([class*="bg-"]):not(.lr-section) {
    padding-top: 0px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bg-img-container {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 250px;
}
.bg-img-container img.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-coupons button:hover {
  cursor: unset;
}
.wi-coupons .coupon {
  border-radius: var(--border-radius);
  border: 4px dashed var(--primary);
  padding: 30px 20px;
  background: unset;
}
.wi-coupons .coupon img {
  height: 130px;
  margin-top: -48px;
  background-color: white;
  display: inline;
}
.wi-coupons .slick-track {
  display: flex !important;
}
.wi-coupons .slick-slide {
  height: inherit !important;
}
.wi-coupons .slick-prev:before, .wi-coupons .slick-next:before {
  color: var(--primary);
}
@media (max-width: 576px) {
  .wi-coupons .slick-prev {
    left: 2px;
    z-index: 9;
  }
  .wi-coupons .slick-next {
    right: 2px;
    z-index: 9;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-coupons button:hover {
  cursor: unset;
}
.wi-coupons .coupon {
  border-radius: var(--border-radius);
  border: 4px dashed var(--primary);
  padding: 30px 20px;
  background: unset;
}
.wi-coupons .coupon img {
  height: 130px;
  margin-top: -48px;
  background-color: white;
  display: inline;
}
.wi-coupons .slick-track {
  display: flex !important;
}
.wi-coupons .slick-slide {
  height: inherit !important;
}
.wi-coupons .slick-prev:before, .wi-coupons .slick-next:before {
  color: var(--primary);
}
@media (max-width: 576px) {
  .wi-coupons .slick-prev {
    left: 2px;
    z-index: 9;
  }
  .wi-coupons .slick-next {
    right: 2px;
    z-index: 9;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.list-simple {
  padding-left: 0px;
  list-style: none;
  columns: 2;
}
.list-simple li {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .list-simple {
    columns: 4;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bg-overlay .wi-cities-list a {
  color: white;
}
.bg-overlay .wi-cities-list a:hover {
  color: var(--primary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.video-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.video-box .image {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.video-box .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-box .overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  top: 0px;
  position: absolute;
  background: #00000045;
  color: white;
  transition: 0.2s ease-in;
}
.video-box .overlay:hover {
  background: #00000070;
}
.video-box .overlay i {
  font-size: 78px;
  margin-bottom: 10px;
}
.video-box .overlay p {
  margin-bottom: 0px;
  font-weight: 500;
}
.video-box-lg {
  height: 550px;
}
@media (max-width: 992px) {
  .video-box {
    height: 250px;
  }
  .video-box .image {
    height: 250px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.border-rounded {
  border-radius: 6px;
  overflow: hidden;
}
.border-top-right-rounded {
  border-top-right-radius: 6px;
  overflow: hidden;
}
.border-bottom-right-rounded {
  border-bottom-right-radius: 6px;
  overflow: hidden;
}
.border-bottom-left-rounded {
  border-bottom-left-radius: 6px;
  overflow: hidden;
}
.border-top-left-rounded {
  border-top-left-radius: 6px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .border-sm-rounded {
    border-radius: 6px;
    overflow: hidden;
  }
  .border-top-right-sm-rounded {
    border-top-right-radius: 6px;
    overflow: hidden;
  }
  .border-bottom-right-sm-rounded {
    border-bottom-right-radius: 6px;
    overflow: hidden;
  }
  .border-bottom-left-sm-rounded {
    border-bottom-left-radius: 6px;
    overflow: hidden;
  }
  .border-top-left-sm-rounded {
    border-top-left-radius: 6px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .border-md-rounded {
    border-radius: 6px;
    overflow: hidden;
  }
  .border-top-right-md-rounded {
    border-top-right-radius: 6px;
    overflow: hidden;
  }
  .border-bottom-right-md-rounded {
    border-bottom-right-radius: 6px;
    overflow: hidden;
  }
  .border-bottom-left-md-rounded {
    border-bottom-left-radius: 6px;
    overflow: hidden;
  }
  .border-top-left-md-rounded {
    border-top-left-radius: 6px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .border-lg-rounded {
    border-radius: 6px;
    overflow: hidden;
  }
  .border-top-right-lg-rounded {
    border-top-right-radius: 6px;
    overflow: hidden;
  }
  .border-bottom-right-lg-rounded {
    border-bottom-right-radius: 6px;
    overflow: hidden;
  }
  .border-bottom-left-lg-rounded {
    border-bottom-left-radius: 6px;
    overflow: hidden;
  }
  .border-top-left-lg-rounded {
    border-top-left-radius: 6px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .border-xl-rounded {
    border-radius: 6px;
    overflow: hidden;
  }
  .border-top-right-xl-rounded {
    border-top-right-radius: 6px;
    overflow: hidden;
  }
  .border-bottom-right-xl-rounded {
    border-bottom-right-radius: 6px;
    overflow: hidden;
  }
  .border-bottom-left-xl-rounded {
    border-bottom-left-radius: 6px;
    overflow: hidden;
  }
  .border-top-left-xl-rounded {
    border-top-left-radius: 6px;
    overflow: hidden;
  }
}
@media (min-width: 1400px) {
  .border-xxl-rounded {
    border-radius: 6px;
    overflow: hidden;
  }
  .border-top-right-xxl-rounded {
    border-top-right-radius: 6px;
    overflow: hidden;
  }
  .border-bottom-right-xxl-rounded {
    border-bottom-right-radius: 6px;
    overflow: hidden;
  }
  .border-bottom-left-xxl-rounded {
    border-bottom-left-radius: 6px;
    overflow: hidden;
  }
  .border-top-left-xxl-rounded {
    border-top-left-radius: 6px;
    overflow: hidden;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.cl-reviews-slider-1 ul {
  align-items: flex-start !important;
}
.cl-reviews-slider-1 .well img {
  width: 90%;
}
.cl-reviews-slider-1 .weight-300 {
  font-weight: 300;
}
.cl-reviews-slider-1 .well {
  width: 330px;
  margin-right: 24px;
  margin-bottom: 0px;
  overflow-y: hidden;
  box-shadow: 0px 0px 9px 0px hwb(0deg 0% 100%/20%);
  border-radius: 6px;
}
.cl-reviews-slider-1 .well .circle {
  background-color: var(--primary);
  padding-bottom: 100%;
  position: relative;
}
.cl-reviews-slider-1 .well .circle .icon-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cl-reviews-slider-1 .expand-review {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 20px;
}
.cl-reviews-slider-1 .expand-review i {
  color: black;
  font-size: 12px;
}
.cl-reviews-slider-1 .expand-review:hover {
  cursor: pointer;
}
.cl-reviews-slider-1 .expand-review:hover i {
  color: var(--secondary);
}
@media (min-width: 992px) {
  .cl-reviews-slider-1 .well {
    max-height: 360px;
  }
  .cl-reviews-slider-1:before, .cl-reviews-slider-1:after {
    content: "";
    height: 100%;
    width: 40px;
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0px;
  }
  .cl-reviews-slider-1:before {
    left: 0px;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
  }
  .cl-reviews-slider-1:after {
    right: 0px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  }
}
.cl-reviews-slider-1 .loading-spinner {
  height: 318px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
section:not([class*="bg-"]):not(.lr-section) + section:not([class*="bg-"]):not(.lr-section) {
  padding-top: 0px;
}
@media (max-width: 992px) {
  section[class*="bg-left-"] + section[class*="bg-right-"], section[class*="bg-right-"] + section[class*="bg-left-"], section[class*="bg-right-"] + section[class*="bg-right-"], section[class*="bg-left-"] + section[class*="bg-left-"] {
    padding-top: 0px;
  }
  section[class*="bg-left-"] + section:not([class*="bg-"]):not(.lr-section) {
    padding-top: 0px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.box-shadow {
  box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.horizontal-scroll {
  --horizontal-scroll-offset: 0px;
}
/* Overlay on sides */
.horizontal-scroll .scroll-overlay:before, .horizontal-scroll .scroll-overlay:after {
  content: "";
  height: 100%;
  width: 20px;
  position: absolute;
  z-index: 2;
  top: 0px;
  bottom: 0px;
  background: #fff;
  opacity: 0.8;
}
.horizontal-scroll .scroll-overlay:before {
  left: 0px;
}
.horizontal-scroll .scroll-overlay:after {
  right: 0px;
}
@media (min-width: 992px) {
  .horizontal-scroll .scroll-overlay:before, .horizontal-scroll .scroll-overlay:after {
    width: calc((100vw - var(--container-w)) / 2 + var(--horizontal-scroll-offset));
  }
}
/* Overflow */
.horizontal-scroll .overflow {
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 0) {
  .horizontal-scroll .overflow {
    padding-left: calc((100vw - var(--container-w)) / 2 + var(--horizontal-scroll-offset));
    padding-right: calc((100vw - var(--container-w)) / 2 + var(--horizontal-scroll-offset));
  }
}
.horizontal-scroll .overflow:hover {
  cursor: default;
}
/* Scroll bar */
.horizontal-scroll .overflow:not(.hide-scrollbar)::-webkit-scrollbar {
  display: block;
  height: 5px;
  transition: transform 0.3s ease;
}
.horizontal-scroll .overflow:not(.hide-scrollbar)::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
.horizontal-scroll .overflow:not(.hide-scrollbar)::-webkit-scrollbar-track-piece {
  background-color: rgb(var(--primary-rgb-format) / 40%);
}
.horizontal-scroll .overflow::-webkit-scrollbar-track-piece:start {
  margin-left: 20px;
}
.horizontal-scroll .overflow::-webkit-scrollbar-track-piece:end {
  margin-right: 20px;
}
@media (min-width: 992px) {
  .horizontal-scroll .overflow::-webkit-scrollbar-track-piece:start {
    margin-left: calc((100vw - var(--container-w)) / 2 + var(--horizontal-scroll-offset));
  }
  .horizontal-scroll .overflow::-webkit-scrollbar-track-piece:end {
    margin-right: calc((100vw - var(--container-w)) / 2 + var(--horizontal-scroll-offset));
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.video-player:hover .video-poster-img {
  box-shadow: 1px 0px 10px black;
  transition: box-shadow 0.15s ease-in-out;
}
.video-player .video-poster-img {
  width: 100%;
  max-height: 500px;
}
.video-player .video-title {
  position: absolute;
  top: 10px;
  left: 0;
  box-shadow: 0px 4px 15px 5px rgba(0, 0, 0, 0.15);
}
.video-player .video-play-btn {
  position: absolute;
  left: 25px;
  bottom: 10px;
  background-color: var(--primary);
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  padding: 12px 25px;
}
.video-player .video-banner-text {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: calc(50% - 32px);
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  font-family: var(--font-primary);
}
.video-player .video-banner-text img {
  height: 32px;
}
@media (min-width: 992px) {
  .video-player .video-poster-img {
    width: 100%;
    max-height: 640px;
  }
  .video-player .video-title {
    top: 40px;
  }
  .video-player .video-play-btn {
    left: 42px;
    bottom: 32px;
    font-size: 50px;
    line-height: 30px;
    padding: 21px 50px;
  }
  .video-player .video-banner-text {
    top: calc(50% - 64px);
    font-size: 64px;
  }
  .video-player .video-banner-text img {
    height: 64px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 992px) {
  body.transparent .logo, body.transparent .item-append {
    opacity: 0;
    transition: opacity var(--transition);
  }
  body.transparent header {
    background-color: rgba(255, 255, 255, 0);
    transition: background-color var(--transition);
  }
  body.transparent.scrolled .logo, body.transparent.scrolled .item-append, body.transparent header.open .logo, body.transparent header.open .item-append {
    opacity: 1;
  }
  body.transparent.scrolled header {
    background-color: white;
  }
  body.transparent header .main-nav .mobile-nav-trigger .open-icon {
    color: white;
  }
  body.transparent.scrolled header .main-nav .mobile-nav-trigger .open-icon {
    color: var(--secondary);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.intro-logo {
  display: none;
}
@media (max-width: 992px) {
  .intro-logo-section:not(.bg-overlay), .intro-logo-section.bg-overlay .overlay {
    display: flex;
    justify-content: center;
  }
  .intro-logo-section .intro-logo {
    display: block;
    width: 180px;
    position: absolute;
    top: 14px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
body header .desktop-scrolled {
  display: none;
}
@media (min-width: 992px) {
  body header .logo {
    z-index: 1;
  }
  body header .logo a {
    display: flex;
    align-items: center;
  }
  body header .logo a img {
    transition: opacity var(--transition);
  }
  body header .desktop {
    width: 100%;
  }
  body header .desktop-scrolled {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 0;
  }
  body.scrolled header .desktop-scrolled {
    opacity: 1;
  }
  body.scrolled header .desktop {
    opacity: 0;
  }
  header .item-append .btn-lg {
    font-size: 1.125rem;
  }
}
@media (max-width: 992px) {
  body header .logo a .desktop, body header .logo a .desktop-scrolled {
    display: none;
  }
  body header .logo a .mobile {
    display: block !important;
  }
}
@media (max-width: 992px) {
  /*
	header .main-nav .items .item-append.nav-close,
	header .main-nav .items .item-append.nav-open { transition: opacity var(--transition); }
	
	header .main-nav .items .item-append.nav-open,
	header.open .main-nav .items .item-append.nav-close
	{
		z-index: 2;
		opacity: 1;
	}
	
	header .main-nav .items .item-append.nav-close,
	header.open .main-nav .items .item-append.nav-open
	{
		z-index: 1;
		opacity: 0;
	}*/
  header .main-nav .logo {
    z-index: 2;
  }
  header .main-nav .logo img.mobile {
    display: block;
  }
  header .main-nav .logo img {
    position: relative;
    z-index: 1;
    transition: opacity var(--transition);
  }
  header .main-nav .logo img.mobile {
    opacity: 1;
  }
  header .main-nav .logo img.desktop {
    opacity: 0;
  }
  header .main-nav nav > ul {
    width: 100% !important;
  }
  header .main-nav nav > ul > li {
    padding: 0 4%;
  }
  header .main-nav .items nav > ul {
    border-top: 3px solid rgb(var(--secondary-rgb-format) / 0%);
  }
  header.open .main-nav .items nav > ul {
    border-top: 3px solid rgb(var(--secondary-rgb-format) / 100%);
  }
  header .main-nav .items nav ul {
    margin: 0px;
  }
  header .main-nav .items nav .level-1 > li > a {
    border-bottom: 1px solid #00556840;
    transition: 0.2s ease-in;
    font-weight: 300;
  }
  header .main-nav .items nav .level-1 > li > a.open {
    border-bottom: 1px solid var(--primary);
    color: var(--primary);
  }
  header .main-nav .items nav .level-1 > li:not(.social) > a {
    padding-left: 0px;
  }
  header .main-nav .items nav ul li ul {
    border-bottom: 1px solid #00556840;
  }
  header .main-nav .items nav li a:hover, header .main-nav .items nav li a:focus {
    color: var(--primary);
  }
  header .main-nav .items nav .level-2 li a, header .main-nav .items nav .level-2 li a .page-icon {
    font-size: 0.9rem;
  }
  header .main-nav .items nav .level-2 li a.has-icon span {
    padding-left: 22px;
  }
  header .main-nav .items nav .level-2 li a .page-icon {
    position: absolute;
    left: 0px;
    color: var(--primary);
  }
  header .main-nav .items nav .level-1 > li.social {
    display: flex;
    justify-content: flex-start;
  }
  header .main-nav .items nav .level-1 > li.social a:first-child {
    padding-left: 0px;
  }
  header .main-nav .items nav .level-1 > li.social a {
    border-bottom: none;
    width: unset;
    padding: 15px 10px;
  }
  header .main-nav .items nav .level-1 > li.social a i {
    margin: 0px;
  }
  header .level-2 {
    box-shadow: unset;
  }
  header .main-nav .item-append.nav-open .btn {
    padding: 7px;
  }
  header .main-nav .item-append.nav-open a:not(.btn) {
    margin-right: 0.4rem;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
section:first-child h1 span.sub, section:first-child .h1 span.sub {
  font-weight: 300;
}
h1 span.sub, .h1 span.sub {
  display: block;
  font-family: var(--font-secondary);
  opacity: 1;
  font-size: 58%;
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: 600;
}
section:first-child h2 span.sub, section:first-child .h2 span.sub {
  font-weight: 300;
}
h2 span.sub, .h2 span.sub {
  display: block;
  font-family: var(--font-secondary);
  opacity: 1;
  font-size: 58%;
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: 600;
}
section:first-child h3 span.sub, section:first-child .h3 span.sub {
  font-weight: 300;
}
h3 span.sub, .h3 span.sub {
  display: block;
  font-family: var(--font-secondary);
  opacity: 1;
  font-size: 58%;
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: 600;
}
section:first-child h4 span.sub, section:first-child .h4 span.sub {
  font-weight: 300;
}
h4 span.sub, .h4 span.sub {
  display: block;
  font-family: var(--font-secondary);
  opacity: 1;
  font-size: 58%;
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: 600;
}
section:first-child h5 span.sub, section:first-child .h5 span.sub {
  font-weight: 300;
}
h5 span.sub, .h5 span.sub {
  display: block;
  font-family: var(--font-secondary);
  opacity: 1;
  font-size: 58%;
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: 600;
}
section:first-child h6 span.sub, section:first-child .h6 span.sub {
  font-weight: 300;
}
h6 span.sub, .h6 span.sub {
  display: block;
  font-family: var(--font-secondary);
  opacity: 1;
  font-size: 58%;
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: 600;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-badges-autoslide {
  position: relative;
}
.wi-badges-autoslide::after, .wi-badges-autoslide::before {
  z-index: 2;
  content: "";
  height: 100%;
  width: 20px;
  position: absolute;
}
.bg-primary .wi-badges-autoslide::before {
  background: linear-gradient(90deg, #F26A36 0%, rgb(242 106 54 / 0) 100%);
  top: 0px;
  left: 0px;
}
.bg-primary .wi-badges-autoslide::after {
  background: linear-gradient(90deg, rgb(242 106 54 / 0) 0%, #F26A36 100%);
  top: 0px;
  right: 0px;
}
.bg-secondary .wi-badges-autoslide::before {
  background: linear-gradient(90deg, #005568 0%, rgb(0 85 104 / 0) 100%);
  top: 0px;
  left: 0px;
}
.bg-secondary .wi-badges-autoslide::after {
  background: linear-gradient(90deg, rgb(0 85 104 / 0) 0%, #005568 100%);
  top: 0px;
  right: 0px;
}
.bg-tertiary .wi-badges-autoslide::before {
  background: linear-gradient(90deg, #004053 0%, rgb(0 64 83 / 0) 100%);
  top: 0px;
  left: 0px;
}
.bg-tertiary .wi-badges-autoslide::after {
  background: linear-gradient(90deg, rgb(0 64 83 / 0) 0%, #004053 100%);
  top: 0px;
  right: 0px;
}
.bg-quaternary .wi-badges-autoslide::before {
  background: linear-gradient(90deg, #F1F6F8 0%, rgb(241 246 248 / 0) 100%);
  top: 0px;
  left: 0px;
}
.bg-quaternary .wi-badges-autoslide::after {
  background: linear-gradient(90deg, rgb(241 246 248 / 0) 0%, #F1F6F8 100%);
  top: 0px;
  right: 0px;
}
.bg-light .wi-badges-autoslide::before {
  background: linear-gradient(90deg, #fff 0%, rgb(255 255 255 / 0) 100%);
  top: 0px;
  left: 0px;
}
.bg-light .wi-badges-autoslide::after {
  background: linear-gradient(90deg, rgb(255 255 255 / 0) 0%, #fff 100%);
  top: 0px;
  right: 0px;
}
.bg-gray .wi-badges-autoslide::before {
  background: linear-gradient(90deg, #f8f9fa 0%, rgb(248 249 250 / 0) 100%);
  top: 0px;
  left: 0px;
}
.bg-gray .wi-badges-autoslide::after {
  background: linear-gradient(90deg, rgb(248 249 250 / 0) 0%, #f8f9fa 100%);
  top: 0px;
  right: 0px;
}
.bg-dark .wi-badges-autoslide::before {
  background: linear-gradient(90deg, #212529 0%, rgb(33 37 41 / 0) 100%);
  top: 0px;
  left: 0px;
}
.bg-dark .wi-badges-autoslide::after {
  background: linear-gradient(90deg, rgb(33 37 41 / 0) 0%, #212529 100%);
  top: 0px;
  right: 0px;
}
.bg-dark-gray .wi-badges-autoslide::before {
  background: linear-gradient(90deg, #5f5f5f 0%, rgb(95 95 95 / 0) 100%);
  top: 0px;
  left: 0px;
}
.bg-dark-gray .wi-badges-autoslide::after {
  background: linear-gradient(90deg, rgb(95 95 95 / 0) 0%, #5f5f5f 100%);
  top: 0px;
  right: 0px;
}
.wi-badges-autoslide .loading-spinner {
  height: 160px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
header.scrolled .mega-nav {
  top: var(--nav-height);
}
.mega-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  padding: 32px 20px;
  position: fixed;
  top: calc(var(--nav-height));
  left: 0;
  right: 0;
  background: white;
  border-top: 2px solid var(--secondary);
  transition: top var(--transition);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.mega-nav .pages {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 32px;
}
header .main-nav .items nav ul li .mega-nav .parent-page {
  padding: 0.5rem 1.8rem;
  width: unset;
  display: inline-flex;
  color: white;
  align-self: center;
}
.mega-nav .page {
  transition: 0.2s ease-in;
  border-radius: var(--border-radius);
  border: 2px solid var(--primary);
  height: 100%;
  width: 190px;
  padding: 0px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mega-nav .page:not(:last-child) {
  margin-right: 30px;
}
.mega-nav .page:hover {
  box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%);
}
.mega-nav .page p {
  font-size: 1rem;
  font-family: var(--font-primary);
  font-weight: 500;
  color: black;
}
.mega-nav .page:hover p {
  color: var(--primary);
}
.mega-nav .page .img-wrapper {
  width: 100%;
  padding-bottom: 81%;
  position: relative;
}
.mega-nav .page .img-wrapper .img-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mega-nav .page img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mega-nav .page:hover p {
  transition: 0.2s ease-in;
}
.mega-nav .something-else {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  height: auto;
  width: 190px;
  color: white !important;
  text-align: center;
  font-weight: 600;
  border-radius: var(--border-radius);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 992px) {
  .nav-info-box {
    display: none !important;
  }
}
.nav-info-box {
  position: absolute;
  top: calc(100vh - 95px);
  display: flex;
  justify-content: space-between;
  width: 100vw;
  height: 95px;
  padding: 14px;
  background-color: var(--secondary);
}
.nav-info-box p {
  font-size: 0.875rem;
  color: white;
  font-weight: 400;
}
.nav-info-box a {
  color: white;
}
.nav-info-box a:hover {
  color: var(--primary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
section.bg-penta-clip {
  clip-path: polygon(0% 0%, 100% 0, 100% 86%, 50% 100%, 0 86%);
}
section.penta-section {
  z-index: 1;
  min-height: 350px;
}
@media (max-width: 768px) {
  section.penta-section + section {
    padding-top: 220px !important;
  }
}
section.penta-section > div > div > [class*="col-"] .penta-well {
  padding: 20px 10px 110px 10px;
  clip-path: polygon(0% 0%, 100% 0, 100% 67%, 50% 90%, 0 67%);
  bottom: -400px;
  position: absolute;
  width: calc(100% - 16px);
}
@media (min-width: 768px) {
  section.penta-section {
    padding: 0px !important;
  }
  section.penta-section > div > div > [class*="col-"] .penta-well {
    position: relative;
    width: 100%;
    padding-top: calc(var(--nav-mobile-height) + calc(var(--unit) * 8.6875));
    padding-bottom: calc(var(--unit) * 14.6875);
    padding-left: 20px;
    padding-right: 20px;
    bottom: 0px;
  }
  main > section.bg-overlay.bg-penta-clip:first-of-type .overlay {
    padding-bottom: calc(var(--unit) * 9.6875);
  }
}
@media (min-width: 1200px) {
  section.penta-section > div > div > [class*="col-"] .penta-well {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.bg-clip {
  background-clip: content-box;
}
.penta-clip {
  clip-path: polygon(0% 0%, 100% 0, 100% 68%, 50% 90%, 0 68%);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
body {
  --view-width: calc(100vw - (100vw - 100%));
}
.lr-section {
  --lr-margin: calc(calc(var(--view-width) - var(--container-w)) / 2);
  display: flex;
  flex-wrap: wrap;
  padding: 0px !important;
}
.lr-section > div[class*="col-"] {
  padding: calc(var(--unit) * 4.6875) 0;
}
section.lr-section:first-child > div[class*="col-"] {
  padding-top: calc(var(--nav-mobile-height) + calc(var(--unit) * 4.6875));
}
.skew {
  overflow: hidden;
  position: relative;
}
.skew:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100vw;
  position: absolute;
  bottom: 0px;
  background-color: var(--primary);
}
.skew.top-right:before {
  left: 100%;
  transform: skew(41deg);
  transform-origin: bottom right;
}
.skew.top-left:before {
  right: 100%;
  transform: skew(-41deg);
  transform-origin: bottom left;
}
.skew.bottom-left:before {
  right: 100%;
  transform: skew(41deg);
  transform-origin: top left;
}
.skew.bottom-right:before {
  left: 100%;
  transform: skew(-41deg);
  transform-origin: top right;
}
@media (min-width: 992px) {
  section.lr-section:first-child div[class*="col-"] {
    padding-top: calc(var(--nav-desktop-height) + var(--nav-tert-height) + var(--top-bar, 0px) + calc(var(--unit) * 4.6875));
  }
}
.lr-section > [class*="col-"] {
  width: 100%;
}
.lr-section > [class*="col-"] .lr-content {
  width: var(--container-w);
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}
.lr-section > .col-1 {
  --col-xs-1: calc(var(--container-w) * 0.083333);
  width: calc(var(--col-xs-1) + var(--lr-margin));
}
.lr-section > .col-1 .lr-content {
  width: var(--col-xs-1);
}
.lr-section > .col-1:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-1:last-child .lr-content {
  margin-right: auto;
}
.lr-section > .col-2 {
  --col-xs-2: calc(var(--container-w) * 0.166666);
  width: calc(var(--col-xs-2) + var(--lr-margin));
}
.lr-section > .col-2 .lr-content {
  width: var(--col-xs-2);
}
.lr-section > .col-2:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-2:last-child .lr-content {
  margin-right: auto;
}
.lr-section > .col-3 {
  --col-xs-3: calc(var(--container-w) * 0.249999);
  width: calc(var(--col-xs-3) + var(--lr-margin));
}
.lr-section > .col-3 .lr-content {
  width: var(--col-xs-3);
}
.lr-section > .col-3:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-3:last-child .lr-content {
  margin-right: auto;
}
.lr-section > .col-4 {
  --col-xs-4: calc(var(--container-w) * 0.333332);
  width: calc(var(--col-xs-4) + var(--lr-margin));
}
.lr-section > .col-4 .lr-content {
  width: var(--col-xs-4);
}
.lr-section > .col-4:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-4:last-child .lr-content {
  margin-right: auto;
}
.lr-section > .col-5 {
  --col-xs-5: calc(var(--container-w) * 0.416665);
  width: calc(var(--col-xs-5) + var(--lr-margin));
}
.lr-section > .col-5 .lr-content {
  width: var(--col-xs-5);
}
.lr-section > .col-5:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-5:last-child .lr-content {
  margin-right: auto;
}
.lr-section > .col-6 {
  --col-xs-6: calc(var(--container-w) * 0.499998);
  width: calc(var(--col-xs-6) + var(--lr-margin));
}
.lr-section > .col-6 .lr-content {
  width: var(--col-xs-6);
}
.lr-section > .col-6:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-6:last-child .lr-content {
  margin-right: auto;
}
.lr-section > .col-7 {
  --col-xs-7: calc(var(--container-w) * 0.583331);
  width: calc(var(--col-xs-7) + var(--lr-margin));
}
.lr-section > .col-7 .lr-content {
  width: var(--col-xs-7);
}
.lr-section > .col-7:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-7:last-child .lr-content {
  margin-right: auto;
}
.lr-section > .col-8 {
  --col-xs-8: calc(var(--container-w) * 0.666664);
  width: calc(var(--col-xs-8) + var(--lr-margin));
}
.lr-section > .col-8 .lr-content {
  width: var(--col-xs-8);
}
.lr-section > .col-8:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-8:last-child .lr-content {
  margin-right: auto;
}
.lr-section > .col-9 {
  --col-xs-9: calc(var(--container-w) * 0.749997);
  width: calc(var(--col-xs-9) + var(--lr-margin));
}
.lr-section > .col-9 .lr-content {
  width: var(--col-xs-9);
}
.lr-section > .col-9:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-9:last-child .lr-content {
  margin-right: auto;
}
.lr-section > .col-10 {
  --col-xs-10: calc(var(--container-w) * 0.83333);
  width: calc(var(--col-xs-10) + var(--lr-margin));
}
.lr-section > .col-10 .lr-content {
  width: var(--col-xs-10);
}
.lr-section > .col-10:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-10:last-child .lr-content {
  margin-right: auto;
}
.lr-section > .col-11 {
  --col-xs-11: calc(var(--container-w) * 0.916663);
  width: calc(var(--col-xs-11) + var(--lr-margin));
}
.lr-section > .col-11 .lr-content {
  width: var(--col-xs-11);
}
.lr-section > .col-11:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-11:last-child .lr-content {
  margin-right: auto;
}
.lr-section > .col-12 {
  --col-xs-12: calc(var(--container-w) * 0.999996);
  width: calc(var(--col-xs-12) + var(--lr-margin));
}
.lr-section > .col-12 .lr-content {
  width: var(--col-xs-12);
}
.lr-section > .col-12:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-12:last-child .lr-content {
  margin-right: auto;
}
@media (min-width: 576px) {
  .lr-section > .col-sm-1 {
    --col-sm-1: calc(var(--container-w) * 0.083333);
    width: calc(var(--col-sm-1) + var(--lr-margin));
  }
  .lr-section > .col-sm-1 .lr-content {
    width: var(--col-sm-1);
  }
  .lr-section > .col-sm-1:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-1:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-sm-2 {
    --col-sm-2: calc(var(--container-w) * 0.166666);
    width: calc(var(--col-sm-2) + var(--lr-margin));
  }
  .lr-section > .col-sm-2 .lr-content {
    width: var(--col-sm-2);
  }
  .lr-section > .col-sm-2:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-2:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-sm-3 {
    --col-sm-3: calc(var(--container-w) * 0.249999);
    width: calc(var(--col-sm-3) + var(--lr-margin));
  }
  .lr-section > .col-sm-3 .lr-content {
    width: var(--col-sm-3);
  }
  .lr-section > .col-sm-3:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-3:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-sm-4 {
    --col-sm-4: calc(var(--container-w) * 0.333332);
    width: calc(var(--col-sm-4) + var(--lr-margin));
  }
  .lr-section > .col-sm-4 .lr-content {
    width: var(--col-sm-4);
  }
  .lr-section > .col-sm-4:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-4:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-sm-5 {
    --col-sm-5: calc(var(--container-w) * 0.416665);
    width: calc(var(--col-sm-5) + var(--lr-margin));
  }
  .lr-section > .col-sm-5 .lr-content {
    width: var(--col-sm-5);
  }
  .lr-section > .col-sm-5:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-5:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-sm-6 {
    --col-sm-6: calc(var(--container-w) * 0.499998);
    width: calc(var(--col-sm-6) + var(--lr-margin));
  }
  .lr-section > .col-sm-6 .lr-content {
    width: var(--col-sm-6);
  }
  .lr-section > .col-sm-6:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-6:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-sm-7 {
    --col-sm-7: calc(var(--container-w) * 0.583331);
    width: calc(var(--col-sm-7) + var(--lr-margin));
  }
  .lr-section > .col-sm-7 .lr-content {
    width: var(--col-sm-7);
  }
  .lr-section > .col-sm-7:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-7:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-sm-8 {
    --col-sm-8: calc(var(--container-w) * 0.666664);
    width: calc(var(--col-sm-8) + var(--lr-margin));
  }
  .lr-section > .col-sm-8 .lr-content {
    width: var(--col-sm-8);
  }
  .lr-section > .col-sm-8:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-8:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-sm-9 {
    --col-sm-9: calc(var(--container-w) * 0.749997);
    width: calc(var(--col-sm-9) + var(--lr-margin));
  }
  .lr-section > .col-sm-9 .lr-content {
    width: var(--col-sm-9);
  }
  .lr-section > .col-sm-9:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-9:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-sm-10 {
    --col-sm-10: calc(var(--container-w) * 0.83333);
    width: calc(var(--col-sm-10) + var(--lr-margin));
  }
  .lr-section > .col-sm-10 .lr-content {
    width: var(--col-sm-10);
  }
  .lr-section > .col-sm-10:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-10:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-sm-11 {
    --col-sm-11: calc(var(--container-w) * 0.916663);
    width: calc(var(--col-sm-11) + var(--lr-margin));
  }
  .lr-section > .col-sm-11 .lr-content {
    width: var(--col-sm-11);
  }
  .lr-section > .col-sm-11:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-11:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-sm-12 {
    --col-sm-12: calc(var(--container-w) * 0.999996);
    width: calc(var(--col-sm-12) + var(--lr-margin));
  }
  .lr-section > .col-sm-12 .lr-content {
    width: var(--col-sm-12);
  }
  .lr-section > .col-sm-12:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-12:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .lr-section > .col-md-1 {
    --col-md-1: calc(var(--container-w) * 0.083333);
    width: calc(var(--col-md-1) + var(--lr-margin));
  }
  .lr-section > .col-md-1 .lr-content {
    width: var(--col-md-1);
  }
  .lr-section > .col-md-1:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-1:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-md-2 {
    --col-md-2: calc(var(--container-w) * 0.166666);
    width: calc(var(--col-md-2) + var(--lr-margin));
  }
  .lr-section > .col-md-2 .lr-content {
    width: var(--col-md-2);
  }
  .lr-section > .col-md-2:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-2:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-md-3 {
    --col-md-3: calc(var(--container-w) * 0.249999);
    width: calc(var(--col-md-3) + var(--lr-margin));
  }
  .lr-section > .col-md-3 .lr-content {
    width: var(--col-md-3);
  }
  .lr-section > .col-md-3:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-3:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-md-4 {
    --col-md-4: calc(var(--container-w) * 0.333332);
    width: calc(var(--col-md-4) + var(--lr-margin));
  }
  .lr-section > .col-md-4 .lr-content {
    width: var(--col-md-4);
  }
  .lr-section > .col-md-4:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-4:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-md-5 {
    --col-md-5: calc(var(--container-w) * 0.416665);
    width: calc(var(--col-md-5) + var(--lr-margin));
  }
  .lr-section > .col-md-5 .lr-content {
    width: var(--col-md-5);
  }
  .lr-section > .col-md-5:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-5:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-md-6 {
    --col-md-6: calc(var(--container-w) * 0.499998);
    width: calc(var(--col-md-6) + var(--lr-margin));
  }
  .lr-section > .col-md-6 .lr-content {
    width: var(--col-md-6);
  }
  .lr-section > .col-md-6:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-6:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-md-7 {
    --col-md-7: calc(var(--container-w) * 0.583331);
    width: calc(var(--col-md-7) + var(--lr-margin));
  }
  .lr-section > .col-md-7 .lr-content {
    width: var(--col-md-7);
  }
  .lr-section > .col-md-7:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-7:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-md-8 {
    --col-md-8: calc(var(--container-w) * 0.666664);
    width: calc(var(--col-md-8) + var(--lr-margin));
  }
  .lr-section > .col-md-8 .lr-content {
    width: var(--col-md-8);
  }
  .lr-section > .col-md-8:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-8:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-md-9 {
    --col-md-9: calc(var(--container-w) * 0.749997);
    width: calc(var(--col-md-9) + var(--lr-margin));
  }
  .lr-section > .col-md-9 .lr-content {
    width: var(--col-md-9);
  }
  .lr-section > .col-md-9:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-9:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-md-10 {
    --col-md-10: calc(var(--container-w) * 0.83333);
    width: calc(var(--col-md-10) + var(--lr-margin));
  }
  .lr-section > .col-md-10 .lr-content {
    width: var(--col-md-10);
  }
  .lr-section > .col-md-10:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-10:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-md-11 {
    --col-md-11: calc(var(--container-w) * 0.916663);
    width: calc(var(--col-md-11) + var(--lr-margin));
  }
  .lr-section > .col-md-11 .lr-content {
    width: var(--col-md-11);
  }
  .lr-section > .col-md-11:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-11:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-md-12 {
    --col-md-12: calc(var(--container-w) * 0.999996);
    width: calc(var(--col-md-12) + var(--lr-margin));
  }
  .lr-section > .col-md-12 .lr-content {
    width: var(--col-md-12);
  }
  .lr-section > .col-md-12:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-12:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
}
@media (min-width: 992px) {
  .lr-section > .col-lg-1 {
    --col-lg-1: calc(var(--container-w) * 0.083333);
    width: calc(var(--col-lg-1) + var(--lr-margin));
  }
  .lr-section > .col-lg-1 .lr-content {
    width: var(--col-lg-1);
  }
  .lr-section > .col-lg-1:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-1:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-lg-2 {
    --col-lg-2: calc(var(--container-w) * 0.166666);
    width: calc(var(--col-lg-2) + var(--lr-margin));
  }
  .lr-section > .col-lg-2 .lr-content {
    width: var(--col-lg-2);
  }
  .lr-section > .col-lg-2:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-2:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-lg-3 {
    --col-lg-3: calc(var(--container-w) * 0.249999);
    width: calc(var(--col-lg-3) + var(--lr-margin));
  }
  .lr-section > .col-lg-3 .lr-content {
    width: var(--col-lg-3);
  }
  .lr-section > .col-lg-3:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-3:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-lg-4 {
    --col-lg-4: calc(var(--container-w) * 0.333332);
    width: calc(var(--col-lg-4) + var(--lr-margin));
  }
  .lr-section > .col-lg-4 .lr-content {
    width: var(--col-lg-4);
  }
  .lr-section > .col-lg-4:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-4:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-lg-5 {
    --col-lg-5: calc(var(--container-w) * 0.416665);
    width: calc(var(--col-lg-5) + var(--lr-margin));
  }
  .lr-section > .col-lg-5 .lr-content {
    width: var(--col-lg-5);
  }
  .lr-section > .col-lg-5:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-5:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-lg-6 {
    --col-lg-6: calc(var(--container-w) * 0.499998);
    width: calc(var(--col-lg-6) + var(--lr-margin));
  }
  .lr-section > .col-lg-6 .lr-content {
    width: var(--col-lg-6);
  }
  .lr-section > .col-lg-6:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-6:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-lg-7 {
    --col-lg-7: calc(var(--container-w) * 0.583331);
    width: calc(var(--col-lg-7) + var(--lr-margin));
  }
  .lr-section > .col-lg-7 .lr-content {
    width: var(--col-lg-7);
  }
  .lr-section > .col-lg-7:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-7:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-lg-8 {
    --col-lg-8: calc(var(--container-w) * 0.666664);
    width: calc(var(--col-lg-8) + var(--lr-margin));
  }
  .lr-section > .col-lg-8 .lr-content {
    width: var(--col-lg-8);
  }
  .lr-section > .col-lg-8:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-8:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-lg-9 {
    --col-lg-9: calc(var(--container-w) * 0.749997);
    width: calc(var(--col-lg-9) + var(--lr-margin));
  }
  .lr-section > .col-lg-9 .lr-content {
    width: var(--col-lg-9);
  }
  .lr-section > .col-lg-9:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-9:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-lg-10 {
    --col-lg-10: calc(var(--container-w) * 0.83333);
    width: calc(var(--col-lg-10) + var(--lr-margin));
  }
  .lr-section > .col-lg-10 .lr-content {
    width: var(--col-lg-10);
  }
  .lr-section > .col-lg-10:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-10:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-lg-11 {
    --col-lg-11: calc(var(--container-w) * 0.916663);
    width: calc(var(--col-lg-11) + var(--lr-margin));
  }
  .lr-section > .col-lg-11 .lr-content {
    width: var(--col-lg-11);
  }
  .lr-section > .col-lg-11:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-11:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-lg-12 {
    --col-lg-12: calc(var(--container-w) * 0.999996);
    width: calc(var(--col-lg-12) + var(--lr-margin));
  }
  .lr-section > .col-lg-12 .lr-content {
    width: var(--col-lg-12);
  }
  .lr-section > .col-lg-12:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-12:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
}
@media (min-width: 1200px) {
  .lr-section > .col-xl-1 {
    --col-xl-1: calc(var(--container-w) * 0.083333);
    width: calc(var(--col-xl-1) + var(--lr-margin));
  }
  .lr-section > .col-xl-1 .lr-content {
    width: var(--col-xl-1);
  }
  .lr-section > .col-xl-1:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-1:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xl-2 {
    --col-xl-2: calc(var(--container-w) * 0.166666);
    width: calc(var(--col-xl-2) + var(--lr-margin));
  }
  .lr-section > .col-xl-2 .lr-content {
    width: var(--col-xl-2);
  }
  .lr-section > .col-xl-2:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-2:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xl-3 {
    --col-xl-3: calc(var(--container-w) * 0.249999);
    width: calc(var(--col-xl-3) + var(--lr-margin));
  }
  .lr-section > .col-xl-3 .lr-content {
    width: var(--col-xl-3);
  }
  .lr-section > .col-xl-3:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-3:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xl-4 {
    --col-xl-4: calc(var(--container-w) * 0.333332);
    width: calc(var(--col-xl-4) + var(--lr-margin));
  }
  .lr-section > .col-xl-4 .lr-content {
    width: var(--col-xl-4);
  }
  .lr-section > .col-xl-4:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-4:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xl-5 {
    --col-xl-5: calc(var(--container-w) * 0.416665);
    width: calc(var(--col-xl-5) + var(--lr-margin));
  }
  .lr-section > .col-xl-5 .lr-content {
    width: var(--col-xl-5);
  }
  .lr-section > .col-xl-5:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-5:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xl-6 {
    --col-xl-6: calc(var(--container-w) * 0.499998);
    width: calc(var(--col-xl-6) + var(--lr-margin));
  }
  .lr-section > .col-xl-6 .lr-content {
    width: var(--col-xl-6);
  }
  .lr-section > .col-xl-6:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-6:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xl-7 {
    --col-xl-7: calc(var(--container-w) * 0.583331);
    width: calc(var(--col-xl-7) + var(--lr-margin));
  }
  .lr-section > .col-xl-7 .lr-content {
    width: var(--col-xl-7);
  }
  .lr-section > .col-xl-7:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-7:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xl-8 {
    --col-xl-8: calc(var(--container-w) * 0.666664);
    width: calc(var(--col-xl-8) + var(--lr-margin));
  }
  .lr-section > .col-xl-8 .lr-content {
    width: var(--col-xl-8);
  }
  .lr-section > .col-xl-8:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-8:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xl-9 {
    --col-xl-9: calc(var(--container-w) * 0.749997);
    width: calc(var(--col-xl-9) + var(--lr-margin));
  }
  .lr-section > .col-xl-9 .lr-content {
    width: var(--col-xl-9);
  }
  .lr-section > .col-xl-9:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-9:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xl-10 {
    --col-xl-10: calc(var(--container-w) * 0.83333);
    width: calc(var(--col-xl-10) + var(--lr-margin));
  }
  .lr-section > .col-xl-10 .lr-content {
    width: var(--col-xl-10);
  }
  .lr-section > .col-xl-10:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-10:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xl-11 {
    --col-xl-11: calc(var(--container-w) * 0.916663);
    width: calc(var(--col-xl-11) + var(--lr-margin));
  }
  .lr-section > .col-xl-11 .lr-content {
    width: var(--col-xl-11);
  }
  .lr-section > .col-xl-11:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-11:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xl-12 {
    --col-xl-12: calc(var(--container-w) * 0.999996);
    width: calc(var(--col-xl-12) + var(--lr-margin));
  }
  .lr-section > .col-xl-12 .lr-content {
    width: var(--col-xl-12);
  }
  .lr-section > .col-xl-12:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-12:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
}
@media (min-width: 1400px) {
  .lr-section > .col-xxl-1 {
    --col-xxl-1: calc(var(--container-w) * 0.083333);
    width: calc(var(--col-xxl-1) + var(--lr-margin));
  }
  .lr-section > .col-xxl-1 .lr-content {
    width: var(--col-xxl-1);
  }
  .lr-section > .col-xxl-1:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-1:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xxl-2 {
    --col-xxl-2: calc(var(--container-w) * 0.166666);
    width: calc(var(--col-xxl-2) + var(--lr-margin));
  }
  .lr-section > .col-xxl-2 .lr-content {
    width: var(--col-xxl-2);
  }
  .lr-section > .col-xxl-2:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-2:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xxl-3 {
    --col-xxl-3: calc(var(--container-w) * 0.249999);
    width: calc(var(--col-xxl-3) + var(--lr-margin));
  }
  .lr-section > .col-xxl-3 .lr-content {
    width: var(--col-xxl-3);
  }
  .lr-section > .col-xxl-3:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-3:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xxl-4 {
    --col-xxl-4: calc(var(--container-w) * 0.333332);
    width: calc(var(--col-xxl-4) + var(--lr-margin));
  }
  .lr-section > .col-xxl-4 .lr-content {
    width: var(--col-xxl-4);
  }
  .lr-section > .col-xxl-4:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-4:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xxl-5 {
    --col-xxl-5: calc(var(--container-w) * 0.416665);
    width: calc(var(--col-xxl-5) + var(--lr-margin));
  }
  .lr-section > .col-xxl-5 .lr-content {
    width: var(--col-xxl-5);
  }
  .lr-section > .col-xxl-5:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-5:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xxl-6 {
    --col-xxl-6: calc(var(--container-w) * 0.499998);
    width: calc(var(--col-xxl-6) + var(--lr-margin));
  }
  .lr-section > .col-xxl-6 .lr-content {
    width: var(--col-xxl-6);
  }
  .lr-section > .col-xxl-6:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-6:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xxl-7 {
    --col-xxl-7: calc(var(--container-w) * 0.583331);
    width: calc(var(--col-xxl-7) + var(--lr-margin));
  }
  .lr-section > .col-xxl-7 .lr-content {
    width: var(--col-xxl-7);
  }
  .lr-section > .col-xxl-7:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-7:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xxl-8 {
    --col-xxl-8: calc(var(--container-w) * 0.666664);
    width: calc(var(--col-xxl-8) + var(--lr-margin));
  }
  .lr-section > .col-xxl-8 .lr-content {
    width: var(--col-xxl-8);
  }
  .lr-section > .col-xxl-8:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-8:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xxl-9 {
    --col-xxl-9: calc(var(--container-w) * 0.749997);
    width: calc(var(--col-xxl-9) + var(--lr-margin));
  }
  .lr-section > .col-xxl-9 .lr-content {
    width: var(--col-xxl-9);
  }
  .lr-section > .col-xxl-9:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-9:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xxl-10 {
    --col-xxl-10: calc(var(--container-w) * 0.83333);
    width: calc(var(--col-xxl-10) + var(--lr-margin));
  }
  .lr-section > .col-xxl-10 .lr-content {
    width: var(--col-xxl-10);
  }
  .lr-section > .col-xxl-10:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-10:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xxl-11 {
    --col-xxl-11: calc(var(--container-w) * 0.916663);
    width: calc(var(--col-xxl-11) + var(--lr-margin));
  }
  .lr-section > .col-xxl-11 .lr-content {
    width: var(--col-xxl-11);
  }
  .lr-section > .col-xxl-11:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-11:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xxl-12 {
    --col-xxl-12: calc(var(--container-w) * 0.999996);
    width: calc(var(--col-xxl-12) + var(--lr-margin));
  }
  .lr-section > .col-xxl-12 .lr-content {
    width: var(--col-xxl-12);
  }
  .lr-section > .col-xxl-12:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-12:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.cn-subnav-boxes-1 .page {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border: 2px solid var(--primary);
  border-radius: var(--border-radius);
}
.cn-subnav-boxes-1 .page .outer-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.cn-subnav-boxes-1 .page .outer-wrap .img-wrap {
  display: block;
  width: 100%;
  padding-bottom: 84%;
  position: relative;
}
.cn-subnav-boxes-1 .page .outer-wrap .img-wrap .img-container {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.cn-subnav-boxes-1 .page .outer-wrap .img-wrap .img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cn-subnav-boxes-1 .page .outer-wrap .text-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cn-subnav-boxes-1 .page .outer-wrap .text-wrap p {
  font-family: var(--font-primary);
  color: black;
  font-weight: 500;
}
.cn-subnav-boxes-1 .page:hover {
  box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%);
}
.cn-subnav-boxes-1 .page:hover .outer-wrap .text-wrap p {
  color: var(--primary);
}
/*
	.cn-subnav-boxes-1 .page:last-child { transition: .15s; }

	.cn-subnav-boxes-1 [class*="col-"]:last-child .page:hover,
	.cn-subnav-boxes-1 [class*="col-"]:last-child .page:focus
	{
		background-color: var(--secondary);
		border-color: var(--secondary);
	}
*/
@media (min-width: 992px) {
  .cn-subnav-boxes-1 .page .outer-wrap .text-wrap p {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .cn-subnav-boxes-1 .page .outer-wrap .text-wrap p {
    font-size: 1rem;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.cn-subnav-boxes-list .page {
  display: block;
  width: 100%;
  padding-bottom: 90%;
  position: relative;
  border-radius: var(--border-radius);
  background-color: var(--primary);
  overflow: hidden;
  transition: 0.2s;
  box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%);
}
.cn-subnav-boxes-list .page:hover, .cn-subnav-boxes-list .page:focus {
  background-color: var(--secondary);
}
.cn-subnav-boxes-list .page .outer-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.cn-subnav-boxes-list .page .outer-wrap .img-wrap {
  display: block;
  width: 100%;
  padding-bottom: 75%;
  position: relative;
}
.cn-subnav-boxes-list .page .outer-wrap .img-wrap .img-container {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.cn-subnav-boxes-list .page .outer-wrap .img-wrap .img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cn-subnav-boxes-list .page .outer-wrap .text-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cn-subnav-boxes-list .page .outer-wrap .text-wrap p {
  font-family: var(--font-primary);
  color: white;
  font-weight: 500;
  font-size: 1.5rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-team-grouped-1-nav .nav-item {
  width: 100%;
}
.wi-team-grouped-1-nav .nav-item a {
  padding: 0px;
  margin: 0px 0px 0.5rem 0px;
}
.wi-team-grouped-1-nav .nav-item a:hover {
  color: var(--secondary);
}
.wi-team-grouped-1-nav.nav-pills .nav-link.active, .wi-team-grouped-1-nav.nav-pills .show > .nav-link {
  background-color: unset;
}
.wi-team-grouped-1-nav.nav-pills .nav-link.active {
  font-weight: 500;
}
.wi-team-grouped-1-nav.nav-pills .nav-link {
  color: white;
  font-weight: 300;
}
.wi-team-grouped-1 .wi-tmember {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.wi-team-grouped-1 .wi-tmember .empty-avatar {
  background-color: #e3e3e3;
  width: 100%;
  padding-top: 120%;
  /* 6:5 Aspect Ratio */
  position: relative;
  /* If you want text inside of it */
}
.wi-team-grouped-1 .wi-tmember .empty-avatar .empty-avatar-text {
  font-size: 20px;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  bottom: 0;
  right: 0;
}
.wi-team-grouped-1 .wi-tmember-info {
  position: relative;
  margin-left: -1px;
  margin-right: -1px;
  background-color: var(--primary);
  color: white;
  padding: 15px;
  text-align: center;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  transition: 0.15s;
}
.wi-team-grouped-1 .wi-tmember-info h4 span.sub, .wi-team-grouped-1 .wi-tmember-info h6 span.sub {
  opacity: 1;
  font-size: 70%;
  margin-top: 0.25rem;
}
@media (min-width: 992px) {
  .wi-team-grouped-1 .wi-tmember-info h4 span.sub, .wi-team-grouped-1 .wi-tmember-info h6 span.sub {
    font-size: 60%;
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .wi-team-grouped-1 .wi-tmember {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.wi-team-grouped-1 .wi-tmember-info .btn {
  color: var(--primary);
  border-color: var(--primary);
  border-radius: 0.2rem;
  white-space: normal;
  font-family: var(--font-primary);
  box-shadow: none !important;
}
.wi-team-grouped-1 .wi-tmember .wi-tmember-info .btn:not(.bio-btn-hidden):hover {
  color: white;
  background-color: var(--primary);
  cursor: pointer;
}
.bio-btn-hidden {
  visibility: hidden;
}
.accordion .accordion-title {
  position: relative;
  font-size: 18px;
  padding: 15px 20px;
  cursor: pointer;
  background-color: var(--primary);
  border-bottom: 1px solid #eeeeee;
}
.accordion .accordion-title h5 {
  padding-top: 0.5rem;
  color: white;
}
.accordion .accordion-title i {
  position: absolute;
  font-size: 15px;
  right: 20px;
  top: 22px;
  color: white;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.accordion .accordion-title.collapsed i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
}
.accordion .accordion-title:hover {
  color: var(--secondary);
}
.accordion .accordion-content {
  padding: 20px;
}
h6, .h6 {
  font-size: 1.2rem;
}
h4 span.sub {
  opacity: 0.7;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.cn-subnav-list hr:last-child {
  display: none;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.cl-reviews-well ul {
  align-items: flex-start !important;
}
.cl-reviews-well .well img {
  width: 90%;
}
.cl-reviews-well .weight-300 {
  font-weight: 300;
}
.cl-reviews-well .well {
  margin-right: 24px;
  margin-bottom: 0px;
  overflow-y: hidden;
  box-shadow: 0px 0px 9px 0px hwb(0deg 0% 100%/20%);
  border-radius: 6px;
}
.cl-reviews-list.cl-reviews-well {
  --bs-gutter-x: 2rem;
}
.cl-reviews-well .well .circle {
  background-color: var(--primary);
  padding-bottom: 100%;
  position: relative;
}
.cl-reviews-well .well .circle .icon-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cl-reviews-well .expand-review {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 20px;
}
.cl-reviews-well .expand-review i {
  color: black;
  font-size: 12px;
}
.cl-reviews-well .expand-review:hover {
  cursor: pointer;
}
.cl-reviews-well .expand-review:hover i {
  color: var(--secondary);
}
.cl-reviews-well.cl-reviews-list .well {
  width: 100%;
}
.cl-reviews-well .col-12.needs-expanding:not(.expanded) {
  max-height: 900px;
  overflow: hidden;
  transition: max-height var(--transition);
}
.cl-reviews-well .col-12.needs-expanding.expanded {
  max-height: 3000px;
  transition: max-height var(--transition);
}
.cl-reviews-well .col-12.needs-expanding:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 322px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  opacity: 1;
  transition: opacity var(--transition);
}
.cl-reviews-well .col-12.needs-expanding.expanded:before {
  opacity: 0;
  transition: opacity var(--transition);
}
.cl-reviews-well .col-12:not(.needs-expanding) .expand-btn {
  display: none;
}
.cl-reviews-well .col-12.needs-expanding .expand-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  z-index: 2;
  transition: bottom var(--transition);
}
.cl-reviews-well .col-12.needs-expanding.expanded .expand-btn {
  bottom: -30px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.hide-labels .form-group:not(.checkboxes) label {
  display: none;
}
.textarea-short textarea {
  min-height: 100px !important;
}
form .form-group {
  margin-bottom: 1rem;
  border-color: #00556880;
}
form .form-group:last-child {
  margin-bottom: 0px;
}
form .form-group.checkboxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
form .form-group.checkboxes div, form .form-group.checkboxes .form-check {
  width: 100%;
}
@media (min-width: 992px) {
  form .form-group.checkboxes .form-check {
    width: 50%;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.webchat-button .css-1qysb6y {
  box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%) !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
strong {
  font-weight: 500;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
button {
  background: unset;
  border: unset;
  padding: unset;
  font-weight: inherit;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.list-simple a.active {
  text-decoration: underline;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.item-boxes .item {
  display: block;
  width: 100%;
  padding-bottom: 90%;
  position: relative;
  border-radius: var(--border-radius);
  background-color: var(--primary);
  overflow: hidden;
  transition: 0.2s;
  box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%);
}
.item-boxes .item:hover, .item-boxes .item:focus {
  background-color: var(--secondary);
}
.item-boxes .item .outer-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.item-boxes .item .outer-wrap .img-wrap {
  display: block;
  width: 100%;
  padding-bottom: 75%;
  position: relative;
}
.item-boxes .item .outer-wrap .img-wrap .img-container {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.item-boxes .item .outer-wrap .img-wrap .img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.item-boxes .item .outer-wrap .text-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-boxes .item .outer-wrap .text-wrap p {
  font-family: var(--font-primary);
  color: white;
  font-weight: 500;
  font-size: 1.5rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.video-boxes-list .img-container {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.video-boxes-list .img-container::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #00000080;
  position: absolute;
}
.video-boxes-list .img-container picture {
  height: 100%;
  width: 100%;
}
.video-boxes-list.video-boxes-list-alt.item-boxes .item {
  background-color: var(--secondary);
}
.video-boxes-list.video-boxes-list-alt.item-boxes .item:hover {
  background-color: var(--primary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.mega-coupons .coupon-wrapper {
  width: 190px;
}
.mega-coupons .coupon-wrapper {
  margin-right: 30px;
}
.mega-coupons .coupon {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 0px 0px 97% 0px !important;
  border: 3px dashed var(--primary);
  border-radius: 6px;
  transition: var(--transition);
}
.mega-coupons .coupon:hover {
  box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%);
  color: var(--secondary);
}
.mega-coupons .coupon .cd-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.img-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.img-box .image {
  display: inline-block;
  overflow: hidden;
  top: 0px;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.img-box .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-box .overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  background: #000000a3;
  color: white;
  transition: 0.2s ease-in;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 767px) {
  .fr-locations-portal > [class*="col-"]:not(:last-child) {
    margin-bottom: 32px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-map-full-2 input.form-control {
  background-color: #F26A36;
  border: 1px solid #ffffff;
  border-radius: 24px;
  color: #fff;
  z-index: 0;
  padding-right: 34px;
}
.wi-map-full-2 input.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #F26A36 inset;
}
.wi-map-full-2 input.form-control:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}
.wi-map-full-2 button.search-btn {
  position: absolute;
  top: 0;
  right: 22px;
  z-index: 1;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  padding: 5px;
}
.wi-map-full-2 button.search-btn:hover {
  color: white;
}
.wi-map-full-2 button.search-btn:focus {
  outline: 0;
}
.wi-map-full-2 input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-2 input.form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-2 input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-2 input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-2 input.form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-2 input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-2 .wi-counter {
  border: 2px solid #005568;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  line-height: 25px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5000;
}
.wi-map-full-2 .location-box {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%);
  box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%);
  border-color: #fff;
}
.wi-map-full-2 .location-box.selected {
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
  border-color: #e8e6e2;
}
.wi-map-full-2 .loading-overlay {
  position: absolute;
  z-index: 500;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wi-map-full-2 .loading-overlay i {
  font-size: 40px;
  line-height: 40px;
}
.wi-map-full-2 .leaflet-popup-content-wrapper {
  border-radius: var(--border-radius);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 992px) {
  .cl-reviews-featured-1 .well {
    padding: 40px;
  }
}
.cl-reviews-featured-1 .wi-review {
  height: 272px;
  overflow: hidden;
}
.cl-reviews-featured-1 .expand-review {
  position: relative;
  bottom: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
}
.cl-reviews-featured-1 .expand-review:hover {
  cursor: pointer;
  color: #fff;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid var(--primary);
  border-color: var(--primary) transparent var(--primary) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.cl-reviews-full-3 .col-12.needs-expanding:not(.expanded) {
  max-height: 900px;
  overflow: hidden;
  transition: max-height var(--transition);
}
.cl-reviews-full-3 .col-12.needs-expanding.expanded {
  max-height: 100000px;
}
.cl-reviews-full-3 .col-12.needs-expanding:not(.expanded):before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 322px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.cl-reviews-full-3 .col-12:not(.needs-expanding) .expand-btn {
  display: none;
}
.cl-reviews-full-3 .col-12.needs-expanding .expand-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  z-index: 2;
}
.cl-reviews-full-3 .col-12.needs-expanding.expanded .expand-btn {
  display: none;
}
.cl-reviews-full-3 .reviews-list {
  column-count: 1;
  column-gap: var(--bs-gutter-x);
  position: relative;
}
@media (min-width: 768px) {
  .cl-reviews-full-3 .reviews-list {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .cl-reviews-full-3 .reviews-list {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .cl-reviews-full-3 .reviews-list {
    column-count: 4;
  }
}
.cl-reviews-full-3 .review-box {
  break-inside: avoid-column;
  position: relative;
  padding: 18px 24px;
  background: var(--quaternary);
  border-radius: var(--border-radius);
  margin-bottom: var(--bs-gutter-x);
  overflow: clip;
  overflow-clip-margin: content-box;
  box-shadow: 0px 0px 9px 0px hwb(0deg 0% 100%/20%);
}
.cl-reviews-full-3 .review-box .name {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}
.cl-reviews-full-3 .review-box .review-type-icon-wrapper {
  color: #fff;
  background-color: var(--primary);
  border-radius: 100%;
  padding: 10px;
  display: flex;
}
.cl-reviews-full-3 .review-box .review-type-icon-wrapper > .review-type-icon {
  text-align: center;
  width: 19px;
  height: 19px;
  color: white !important;
}
.cl-reviews-full-3 .review-box .review-type-icon-wrapper > .review-type-icon:before {
  font-size: 19px;
}
.cl-reviews-full-3 .review-box .review {
  font-weight: 300;
  line-height: 155%;
  color: #000;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.grecaptcha-badge {
  display: none !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 992px) {
  .webchat-button .css-wb64st {
    font-size: 19px;
  }
  .webchat-button .cssb5a08c svg {
    width: 37px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
body .uwy {
  z-index: 999999998 !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.ht-title-link {
  color: var(--secondary) !important;
  font-weight: 600;
}
.ht-summary {
  max-width: 100% !important;
  font-size: var(--p-font-size);
  line-height: var(--p-line-height);
  font-weight: var(--p-font-weight);
  margin-bottom: 16px;
}
#hiringthing-jobs .ht-location {
  font-family: var(--font-primary) !important;
}
#hiringthing-jobs .ht-apply-link {
  background-color: var(--primary);
  border-color: var(--primary);
  font-family: var(--font-secondary);
  border-radius: var(--btn-radius);
  white-space: normal;
  box-shadow: none;
  display: inline-block !important;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.content-accordion .accordion-item {
  border-color: var(--secondary);
  border-radius: var(--border-radius);
}
.content-accordion .accordion-item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.content-accordion .accordion-button {
  color: white;
  background: var(--secondary);
  font-size: 20px;
}
.content-accordion .accordion-body p {
  font-size: 1rem;
}
.content-accordion .accordion-item .accordion-button::after {
  color: white;
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-weight: 600;
  background-image: unset !important;
}
.accordion-button:focus, .accordion-button:hover {
  border-color: var(--secondary);
  box-shadow: 0 0 0 0.25rem var(--secondary-rgba-5);
  border-radius: var(--border-radius);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 992px) {
  .wi-reviews-featured-2 .well {
    padding: 40px;
  }
}
.wi-reviews-featured-2 .wi-review {
  height: 272px;
  overflow: hidden;
}
.wi-reviews-featured-2 .wi-review a {
  color: var(--light);
  font-weight: 500;
}
.wi-reviews-featured-2 .wi-review a:hover {
  color: var(--secondary);
}
.wi-reviews-featured-2 .expand-review {
  position: relative;
  bottom: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
}
.wi-reviews-featured-2 .expand-review:hover {
  cursor: pointer;
  color: #fff;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-featured-coupon {
  display: flex;
  flex-direction: column;
}
.wi-featured-coupon .title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 0;
}
.wi-featured-coupon .title .sub {
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
  margin-top: 0;
}
.wi-featured-coupon .description {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}
.wi-featured-coupon .featured-coupon {
  border-radius: var(--border-radius);
  border: 4px dashed var(--primary);
  padding: 30px 20px;
  padding: 0.875rem;
  background: unset;
  text-align: center;
  display: block;
  width: 100%;
}
.wi-featured-coupon .featured-coupon .price {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0;
}
.wi-featured-coupon .featured-coupon .name {
  font-size: 0.875rem;
  color: var(--primary);
  margin-bottom: 1rem;
}
.wi-featured-coupon .featured-coupon .expiration {
  margin-bottom: 0;
  line-height: normal;
  font-size: 0.75rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.mega-coupons-2 .coupon-wrapper {
  margin: 0 !important;
  width: 100% !important;
  height: 100%;
}
.mega-coupons-2 .coupon {
  display: flex !important;
  flex-direction: column;
  justify-content: center !important;
  align-items: center;
  width: 100%;
  position: relative;
  border: 3px dashed var(--primary);
  border-radius: 6px;
  transition: var(--transition);
  height: 100%;
}
.mega-coupons-2 .coupon:hover {
  box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%);
  color: var(--secondary);
}
.mega-coupons-2 .coupon .cd-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.mega-coupons-2 .featured-offer .wi-featured-coupon .title {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 0.25rem;
}
.mega-coupons-2 .featured-offer .wi-featured-coupon .title .sub {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.mega-coupons-2 .featured-offer .wi-featured-coupon .description p {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-coupons-2 button:hover {
  cursor: unset;
}
.wi-coupons-2 .coupon {
  border-radius: var(--border-radius);
  border: 4px dashed var(--primary);
  padding: 30px 20px;
  background: unset;
}
.wi-coupons-2 .coupon img {
  height: 130px;
  margin-top: -48px;
  background-color: white;
  display: inline;
}
.wi-coupons-2 .slick-track {
  display: flex !important;
}
.wi-coupons-2 .slick-slide {
  height: inherit !important;
}
.wi-coupons-2 .slick-prev:before, .wi-coupons-2 .slick-next:before {
  color: var(--primary);
}
@media (max-width: 576px) {
  .wi-coupons-2 .slick-prev {
    left: 2px;
    z-index: 9;
  }
  .wi-coupons-2 .slick-next {
    right: 2px;
    z-index: 9;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-featured-coupon-alt .bg-img-container {
  min-height: 300px;
}
.wi-featured-coupon-alt .bg-img-container img.bg-img {
  object-position: 50% 15%;
}
.wi-featured-coupon-alt .title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 0.25rem;
  margin-top: 1.25rem;
}
.wi-featured-coupon-alt .subtitle {
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 1rem;
}
.wi-featured-coupon-alt .description p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}
.wi-featured-coupon-alt .featured-coupon .title {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem !important;
}
.wi-featured-coupon-alt .featured-coupon .title .sub {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0rem !important;
}
.wi-featured-coupon-alt .featured-coupon .title .expiration {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 992px) {
  .header-featured-offer .wi-featured-coupon img.bg-img {
    object-position: 50% 15%;
  }
}
@media (max-width: 992px) {
  .header-featured-offer .wi-featured-coupon .title {
    margin-top: 1rem;
  }
}
.header-featured-offer .wi-featured-coupon .description p {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 150%;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.cmp-well-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.88rem;
}
.cmp-well-icon:not(:last-child) {
  margin-bottom: 2.19rem;
}
.cmp-well-icon .well-container {
  flex: 1 0 16%;
}
@media (max-width: 992px) {
  .cmp-well-icon .well-container {
    flex: 1 0 31%;
    max-width: 48%;
  }
}
.cmp-well-icon .well-container .well {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0px;
  height: 100%;
  background: var(--well-color);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
.cmp-well-icon .well-container .well i {
  font-size: 2.46094rem;
  color: var(--icon-color);
}
.cmp-well-icon .well-container .well h5 {
  color: var(--title-color);
  text-align: center;
  margin-bottom: 0px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-booking-calendar {
  --well-desktop-padding: 1.5rem 1.5rem 0rem 1.5rem;
  --well-mobile-padding: 1.25rem 1.25rem 0rem 1.25rem;
  --box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.20);
  overflow: visible !important;
  display: block;
  text-align: center;
}
.wi-booking-calendar .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wi-booking-calendar .content .logo {
  width: 100%;
  margin-bottom: 0.5rem;
  margin-top: -12%;
}
.wi-booking-calendar .content .logo img {
  width: 80%;
  height: auto;
}
.wi-booking-calendar .content .headline {
  color: var(--secondary);
  margin-bottom: 0;
}
.wi-booking-calendar .content .calendar {
  display: flex;
  justify-content: center;
  width: 100%;
}
.wi-booking-calendar .content .calendar img {
  width: 100%;
  height: auto;
}
.wi-booking-calendar .content .btn {
  width: calc(100% + 4.25rem);
  margin-top: -0.75rem;
}
@media (min-width: 768px) {
  .wi-booking-calendar .content .btn {
    width: calc(100% + 5.938rem);
  }
}
.wi-booking-calendar.contain-1 {
  --well-desktop-padding: 1.5rem;
  --well-mobile-padding: 1.25rem;
}
.wi-booking-calendar.contain-1 .btn {
  width: 100%;
  margin-top: 0;
}
@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.cmp-accordion .accordion-item {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--secondary-75);
  border-radius: 0px !important;
}
.cmp-accordion .accordion-item:first-child .accordion-button {
  padding-top: 0px;
}
.cmp-accordion .accordion-button {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  color: var(--primary);
}
@media (min-width: 992px) {
  .cmp-accordion .accordion-button {
    font-size: 1.125rem;
  }
}
.cmp-accordion .accordion-item:last-child {
  border-bottom: unset !important;
}
.cmp-accordion .accordion-button, .cmp-accordion .accordion-button:not(.collapsed) {
  padding: 1.25rem 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.cmp-accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}
.cmp-accordion .accordion-button:after {
  content: "";
  background-image: unset;
  color: var(--primary);
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
}
@media (max-width: 992px) {
  .cmp-accordion .accordion-button:after {
    margin-top: 3px;
  }
}
.cmp-accordion .accordion-button:not(.collapsed):after {
  background-image: unset;
  content: "";
  transform: unset;
  font-size: 17px;
  line-height: 17px;
  height: 17px;
}
.cmp-accordion .accordion-body {
  padding: 0rem 0rem 1rem;
  font-size: var(--p-font-size);
  line-height: var(--p-line-height);
  font-weight: var(--p-font-weight);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.cmp-section-tabs-simple {
  padding: 0px;
  display: flex;
  flex-flow: row wrap;
  gap: 0.12rem;
}
@media (min-width: 992px) {
  .cmp-section-tabs-simple {
    flex-flow: row nowrap;
  }
}
.cmp-section-tabs-simple .tab {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 45%;
  padding: 1.25rem 1.69rem;
  background: var(--tab-color);
  color: var(--light);
  transition: 0.15s;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.0225rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .cmp-section-tabs-simple .tab {
    flex: 1 0 0;
  }
}
.cmp-section-tabs-simple .tab:hover {
  background: var(--tab-hover-color);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.skip-lazy-render, .skip-lazy-render .nitro-lazy-render {
  content-visibility: visible !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-well-v2 {
  --shadow-size-desktop: 0.75rem;
  --shadow-size-mobile: 0.75rem;
}
.wi-well-v2.border-color-primary {
  --border-color: #F26A36 !important;
}
.wi-well-v2.bg-color-primary {
  --bg-color: #F26A36 !important;
}
.wi-well-v2.bg-mobile-color-primary {
  --bg-mobile-color: #F26A36 !important;
}
.wi-well-v2.shadow-color-primary {
  --shadow-color: #F26A36 !important;
}
.wi-well-v2.border-color-secondary {
  --border-color: #005568 !important;
}
.wi-well-v2.bg-color-secondary {
  --bg-color: #005568 !important;
}
.wi-well-v2.bg-mobile-color-secondary {
  --bg-mobile-color: #005568 !important;
}
.wi-well-v2.shadow-color-secondary {
  --shadow-color: #005568 !important;
}
.wi-well-v2.border-color-tertiary {
  --border-color: #004053 !important;
}
.wi-well-v2.bg-color-tertiary {
  --bg-color: #004053 !important;
}
.wi-well-v2.bg-mobile-color-tertiary {
  --bg-mobile-color: #004053 !important;
}
.wi-well-v2.shadow-color-tertiary {
  --shadow-color: #004053 !important;
}
.wi-well-v2.border-color-quaternary {
  --border-color: #F1F6F8 !important;
}
.wi-well-v2.bg-color-quaternary {
  --bg-color: #F1F6F8 !important;
}
.wi-well-v2.bg-mobile-color-quaternary {
  --bg-mobile-color: #F1F6F8 !important;
}
.wi-well-v2.shadow-color-quaternary {
  --shadow-color: #F1F6F8 !important;
}
.wi-well-v2.border-color-light {
  --border-color: #fff !important;
}
.wi-well-v2.bg-color-light {
  --bg-color: #fff !important;
}
.wi-well-v2.bg-mobile-color-light {
  --bg-mobile-color: #fff !important;
}
.wi-well-v2.shadow-color-light {
  --shadow-color: #fff !important;
}
.wi-well-v2.border-color-gray {
  --border-color: #f8f9fa !important;
}
.wi-well-v2.bg-color-gray {
  --bg-color: #f8f9fa !important;
}
.wi-well-v2.bg-mobile-color-gray {
  --bg-mobile-color: #f8f9fa !important;
}
.wi-well-v2.shadow-color-gray {
  --shadow-color: #f8f9fa !important;
}
.wi-well-v2.border-color-dark {
  --border-color: #212529 !important;
}
.wi-well-v2.bg-color-dark {
  --bg-color: #212529 !important;
}
.wi-well-v2.bg-mobile-color-dark {
  --bg-mobile-color: #212529 !important;
}
.wi-well-v2.shadow-color-dark {
  --shadow-color: #212529 !important;
}
.wi-well-v2.border-color-dark-gray {
  --border-color: #5f5f5f !important;
}
.wi-well-v2.bg-color-dark-gray {
  --bg-color: #5f5f5f !important;
}
.wi-well-v2.bg-mobile-color-dark-gray {
  --bg-mobile-color: #5f5f5f !important;
}
.wi-well-v2.shadow-color-dark-gray {
  --shadow-color: #5f5f5f !important;
}
@media (max-width: 991px) {
  .wi-well-v2[class*="bg-mobile-color"] {
    --bg-color: var(--bg-mobile-color) !important;
  }
}
@media (min-width: 992px) {
  .wi-well-v2.desktop-only-1 {
    background: var(--bg-color);
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .wi-well-v2.desktop-only-1:not(.border-color-) {
    border: var(--border-width, 1px) var(--border-style, solid) var(--border-color);
  }
  .wi-well-v2.desktop-only-1.shadow-1 {
    --shadow-size: var(--shadow-size-desktop);
    --invert: -1;
    --shadow: calc(var(--invert) * var(--shadow-size)) var(--shadow-size) 0px 0px var(--shadow-color);
    box-shadow: var(--shadow);
    margin-left: var(--shadow-size);
    margin-bottom: var(--shadow-size);
    width: calc(100% - var(--shadow-size));
  }
  .wi-well-v2.desktop-only-1.shadow-1.shadow-right-1 {
    --invert: 1;
  }
  .wi-well-v2.desktop-only-1.shadow-1.shadow-right-1 {
    margin-left: unset;
    margin-right: var(--shadow-size);
  }
  .wi-well-v2.desktop-only-1.box-shadow-1 {
    box-shadow: var(--box-shadow, 0px 4px 20px 0px rgba(0, 0, 0, 0.08));
  }
  .wi-well-v2.desktop-only-1.full-height-1 {
    height: 100%;
  }
  .wi-well-v2.desktop-only-1 > .header {
    color: var(--light);
    text-align: var(--header-align, center);
    background: var(--header-bg-color);
    padding: var(--header-padding, 0.375rem);
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-primary {
    --header-bg-color: #F26A36 !important;
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-secondary {
    --header-bg-color: #005568 !important;
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-tertiary {
    --header-bg-color: #004053 !important;
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-quaternary {
    --header-bg-color: #F1F6F8 !important;
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-light {
    --header-bg-color: #fff !important;
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-gray {
    --header-bg-color: #f8f9fa !important;
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-dark {
    --header-bg-color: #212529 !important;
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-dark-gray {
    --header-bg-color: #5f5f5f !important;
  }
  .wi-well-v2.desktop-only-1 > .content {
    padding: var(--well-desktop-padding, 2.25rem);
    flex-grow: 1;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .wi-well-v2.desktop-only-1.shadow-1 {
    --shadow-size: var(--shadow-size-mobile);
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .wi-well-v2.desktop-only-1 > .content {
    padding: var(--well-mobile-padding, 1.875rem 1.25rem);
  }
}
@media (max-width: 991px) {
  .wi-well-v2.mobile-only-1 {
    background: var(--bg-color);
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .wi-well-v2.mobile-only-1:not(.border-color-) {
    border: var(--border-width, 1px) var(--border-style, solid) var(--border-color);
  }
  .wi-well-v2.mobile-only-1.shadow-1 {
    --shadow-size: var(--shadow-size-desktop);
    --invert: -1;
    --shadow: calc(var(--invert) * var(--shadow-size)) var(--shadow-size) 0px 0px var(--shadow-color);
    box-shadow: var(--shadow);
    margin-left: var(--shadow-size);
    margin-bottom: var(--shadow-size);
    width: calc(100% - var(--shadow-size));
  }
  .wi-well-v2.mobile-only-1.shadow-1.shadow-right-1 {
    --invert: 1;
  }
  .wi-well-v2.mobile-only-1.shadow-1.shadow-right-1 {
    margin-left: unset;
    margin-right: var(--shadow-size);
  }
  .wi-well-v2.mobile-only-1.box-shadow-1 {
    box-shadow: var(--box-shadow, 0px 4px 20px 0px rgba(0, 0, 0, 0.08));
  }
  .wi-well-v2.mobile-only-1.full-height-1 {
    height: 100%;
  }
  .wi-well-v2.mobile-only-1 > .header {
    color: var(--light);
    text-align: var(--header-align, center);
    background: var(--header-bg-color);
    padding: var(--header-padding, 0.375rem);
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-primary {
    --header-bg-color: #F26A36 !important;
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-secondary {
    --header-bg-color: #005568 !important;
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-tertiary {
    --header-bg-color: #004053 !important;
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-quaternary {
    --header-bg-color: #F1F6F8 !important;
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-light {
    --header-bg-color: #fff !important;
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-gray {
    --header-bg-color: #f8f9fa !important;
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-dark {
    --header-bg-color: #212529 !important;
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-dark-gray {
    --header-bg-color: #5f5f5f !important;
  }
  .wi-well-v2.mobile-only-1 > .content {
    padding: var(--well-desktop-padding, 2.25rem);
    flex-grow: 1;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .wi-well-v2.mobile-only-1.shadow-1 {
    --shadow-size: var(--shadow-size-mobile);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .wi-well-v2.mobile-only-1 > .content {
    padding: var(--well-mobile-padding, 1.875rem 1.25rem);
  }
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) {
  background: var(--bg-color);
  border-radius: var(--border-radius);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1):not(.border-color-) {
  border: var(--border-width, 1px) var(--border-style, solid) var(--border-color);
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1).shadow-1 {
  --shadow-size: var(--shadow-size-desktop);
  --invert: -1;
  --shadow: calc(var(--invert) * var(--shadow-size)) var(--shadow-size) 0px 0px var(--shadow-color);
  box-shadow: var(--shadow);
  margin-left: var(--shadow-size);
  margin-bottom: var(--shadow-size);
  width: calc(100% - var(--shadow-size));
}
@media (max-width: 991px) {
  .wi-well-v2:not(.desktop-only-1):not(.mobile-only-1).shadow-1 {
    --shadow-size: var(--shadow-size-mobile);
  }
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1).shadow-1.shadow-right-1 {
  --invert: 1;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1).shadow-1.shadow-right-1 {
  margin-left: unset;
  margin-right: var(--shadow-size);
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1).box-shadow-1 {
  box-shadow: var(--box-shadow, 0px 4px 20px 0px rgba(0, 0, 0, 0.08));
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1).full-height-1 {
  height: 100%;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header {
  color: var(--light);
  text-align: var(--header-align, center);
  background: var(--header-bg-color);
  padding: var(--header-padding, 0.375rem);
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-primary {
  --header-bg-color: #F26A36 !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-secondary {
  --header-bg-color: #005568 !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-tertiary {
  --header-bg-color: #004053 !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-quaternary {
  --header-bg-color: #F1F6F8 !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-light {
  --header-bg-color: #fff !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-gray {
  --header-bg-color: #f8f9fa !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-dark {
  --header-bg-color: #212529 !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-dark-gray {
  --header-bg-color: #5f5f5f !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .content {
  padding: var(--well-desktop-padding, 2.25rem);
  flex-grow: 1;
}
@media (max-width: 991px) {
  .wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .content {
    padding: var(--well-mobile-padding, 1.875rem 1.25rem);
  }
}
