@charset "UTF-8";
/* latin-ext */
@font-face {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/librebaskerville/v9/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNXaxMICA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/librebaskerville/v9/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNZaxM.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Roboto, sans-serif;
  overflow-x: hidden !important;
}
.infinite-loader {
  text-align: center;
  margin: 0 auto;
}
a:hover {
  text-decoration: none;
}
a {
  color: #ED1C24;
}
.alignright {
  float: right;
  margin: 15px;
  margin-right: 0;
}
.alignleft {
  float: left;
  margin: 15px;
  margin-left: 0;
}
.featured_image {
  min-height: 490px;
  width: 100%;
  background-size: cover;
}
.block-wrapper {
  display: block;
  width: 100%;
}
.error-404 {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-404 > .row {
  flex-grow: 1;
  position: relative;
  z-index: 1;
}
.error-404 > .row .block-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
}
.error-404 > .row .block-wrapper .pre {
  font-weight: 700;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(12rem, 100vw, 20rem);
  color: rgba(237, 28, 36, 0.2);
}
.error-404 > .row .block-wrapper h1 {
  font-size: clamp(2.5rem, 5vw, 5rem);
}
.container-fluid:not(.carousel-item) > .row > .col-1 {
  display: none;
}
.container-fluid:not(.carousel-item) > .row > .col-10 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .container-fluid:not(.carousel-item) > .row > .col-1 {
    display: initial;
  }
  .container-fluid:not(.carousel-item) > .row > .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}
@-webkit-keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
@-webkit-keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
header .header-content {
  background: #FFFFFF;
  padding: 15px;
}
header .header-content .col-12 {
  order: unset;
}
header .header-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .header-logo img {
  max-height: 100px;
}
header .contour-logo:hover {
  background: #FFFFFF;
  padding: 0 5px;
  transition: 0.15s;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}
header .contact-details a:hover {
  color: #000;
}
header .header-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-links .wrapper {
  display: block;
  flex-grow: 1;
}
header .header-links .header-link {
  display: flex;
  justify-content: flex-end;
}
header .header-links .header-link a {
  padding: 9px 40px;
  font-weight: 600;
  color: #FFFFFF;
  border: 1px solid transparent;
  transition: all ease-in-out 0.15s;
  width: 100%;
  text-align: center;
}
header .header-links .header-link a:hover {
  background: #FFFFFF !important;
}
header .header-links .header-link.shop-now {
  margin-bottom: 5px;
}
header .header-links .header-link.shop-now a {
  background: #ED1C24;
}
header .header-links .header-link.shop-now a:hover {
  border-color: #ED1C24;
  color: #ED1C24;
}
header .header-links .header-link.contact-us a {
  background: #363F41;
}
header .header-links .header-link.contact-us a:hover {
  border-color: #363F41;
  color: #363F41;
}
header .header-contact-search {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-contact-search .wrapper {
  display: block;
  flex-grow: 1;
}
header .header-contact-search .wrapper .contact-details {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header-contact-search .wrapper .contact-details p {
  margin-bottom: 0;
  font-weight: 600;
  color: #ED1C24;
}
header .header-contact-search .wrapper .contact-details p span {
  color: #212529;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
header .header-contact-search .wrapper .contact-details p span:before {
  content: ":";
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
  color: #ED1C24;
}
header .header-contact-search .wrapper .contact-details sub {
  line-height: 1;
  bottom: unset;
  display: block;
  margin-bottom: 10px;
  color: #ccc;
  font-weight: 600;
}
header .header-contact-search .wrapper .contact-details .orders-enquiries {
  margin-right: 15px;
}
header .header-contact-search .wrapper .contact-details .orders-enquiries p span:after {
  content: "|";
  position: absolute;
  right: -5px;
  top: 48%;
  transform: translateY(-50%);
}
header .header-contact-search .wrapper .contact-details .tech-support p span {
  padding-right: 0;
}
header .header-contact-search .search-box {
  width: 100%;
  height: 42px;
  background: #F9F9F9;
  top: -9px !important;
  position: relative;
}
header .esg-button {
  background: #005D66;
  color: #FFFFFF;
  font-weight: 600;
  padding: 5px 15px;
}
header .esg-button:hover {
  background: #33FFAB;
  color: #005D66;
}
header .main-navigation {
  background: #F9F9F9;
  padding: 15px;
}
header .main-navigation .block-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .akw-one-logo {
  max-height: 26px;
}
@media (max-width: 991px) {
  header .header-content {
    padding: 0 15px 15px 15px;
  }
  header .header-content .container .col-12.order-1 {
    order: 1;
  }
  header .header-content .container .col-12.order-2 {
    order: 2;
  }
  header .header-content .container .col-12.order-3 {
    order: 3;
  }
  header .header-logo {
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  header .header-contact-search {
    background: #F9F9F9;
    padding: 15px;
    margin-bottom: 0;
  }
  header .header-contact-search .search-box {
    top: 0 !important;
    background: #FFFFFF;
  }
  header .header-contact-search .contact-details {
    display: block;
    text-align: center;
  }
  header .header-contact-search .contact-details p span {
    padding: 0;
  }
  header .header-contact-search .contact-details p span:before, header .header-contact-search .contact-details p span:after {
    content: none !important;
  }
  header .header-contact-search .contact-details .orders-enquiries {
    margin-right: 0;
  }
  header .header-contact-search .contact-details sub {
    margin-bottom: 0;
  }
}
footer {
  background: #FFFFFF;
  padding-top: 30px;
  color: #FFFFFF;
}
footer .partners .slick-list .slick-track {
  display: flex;
  align-items: center;
}
footer .partners .slick-list .slick-slide > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
footer .partners .slick-list .slick-slide img {
  border: 0;
  width: 100%;
  height: auto;
}
footer .partners .slick-list .slick-arrow {
  width: 10px;
  height: 10px;
}
footer .partners .slick-list .slick-arrow:before {
  border-color: #222;
  height: 10px;
  width: 10px;
  opacity: 0.2;
  transition: 0.15s;
}
footer .partners .slick-list .slick-arrow:hover:before {
  opacity: 1;
}
footer .footer-menus {
  background: #363F41;
  padding: 50px 15px 30px 15px;
}
footer .footer-menus .logos a {
  display: inline-block;
}
footer .footer-menus .logos .footer-logo img {
  max-width: 200px;
  filter: brightness(999);
}
footer .footer-menus .logos .contour-logo {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer-menus .logos .contour-logo img {
  filter: contrast(10) grayscale(1) brightness(10);
  max-width: 200px;
  transition: 0.15s;
}
footer .footer-menus .menu-title {
  color: #FFFFFF;
}
footer .footer-menus ul {
  padding-inline-start: 0;
  margin-bottom: 0;
  list-style: none;
}
footer .footer-menus ul li a {
  color: #FFFFFF;
}
footer .footer-menus ul li a:hover {
  color: #ED1C24;
}
footer .footer-more {
  background: #363F41;
}
footer .footer-more p {
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1.3;
}
footer .footer-more .legal-socials .wrapper {
  padding: 25px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0;
  border-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-more .legal-socials .wrapper .legal-nav {
  flex-grow: 1;
}
footer .footer-more .legal-socials .wrapper .social-links a:last-of-type {
  margin-right: 0;
}
footer .footer-more .copyright-logos {
  padding: 30px 15px 50px 15px;
}
footer .footer-more .copyright-logos .footer-logos {
  text-align: right;
}
footer .footer-more .copyright-logos .footer-logos .sage {
  max-width: 94px;
}
footer .footer-more .copyright-logos .footer-copyright p a {
  color: #FFFFFF !important;
}
footer .footer-more .copyright-logos .footer-copyright p a:hover {
  text-decoration: underline;
}
footer .footer-more .col-6:first-of-type .wrapper {
  display: block;
}
footer .footer-more .col-6:first-of-type img {
  margin-top: 10px;
  height: 22px;
}
footer .footer-more .col-6:last-of-type img {
  height: 60px;
  margin-left: 10px;
}
footer .footer-more .col-6:last-of-type img:not(.sage) {
  height: 56px;
  padding-top: 2px;
}
footer .footer-more .col-6:last-of-type img.sage {
  margin-left: 15px;
}
@media (max-width: 991px) {
  footer .footer-menus .logos {
    margin-bottom: 30px;
  }
  footer .footer-menus .logos a {
    display: block;
    text-align: center;
  }
  footer .footer-menus .logos a.contour-logo {
    margin-top: 0;
    border-top: 0;
  }
  footer .footer-menus .logos a.contour-logo img {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer .footer-menus .menu-title {
    text-align: center;
  }
  footer .footer-menus ul {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .footer-more p {
    margin-bottom: 5px;
  }
  footer .footer-more p:last-child {
    margin-bottom: 0;
  }
  footer .footer-more .legal-socials .wrapper {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    border: 0;
    padding-top: 0;
  }
  footer .footer-more .legal-socials .wrapper > div {
    flex: 0 0 100%;
    width: 100%;
  }
  footer .footer-more .legal-socials .wrapper > div ul {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer .footer-more .copyright-logos .footer-copyright {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .footer-more .copyright-logos .footer-copyright img {
    margin-top: 15px;
  }
  footer .footer-more .copyright-logos .footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .footer-more .copyright-logos .footer-logos img {
    flex: 0 0 33%;
    max-width: 33%;
    padding: 0 15px;
  }
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
@media (max-width: 600px) {
  iframe {
    width: 100% !important;
  }
}
.page-template-default iframe {
  width: 100%;
  min-height: 420px;
}
.account a {
  width: 100%;
  text-align: center;
}
.is-title a {
  color: #000;
  font-weight: 800;
  font-size: 19px !important;
}
.is-show-more-results-text {
  background: #363F41;
  padding: 9px 40px;
  color: #FFFFFF;
  font-weight: 600;
}
input#is-search-input-436 {
  border: none !important;
  background: 0 0;
}
button.is-search-submit {
  display: none;
}
.page-id-22424 .category-banner {
  display: none;
}
.image a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
input#email {
  border: 0;
  width: 65%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
label.wrap {
  display: none;
}
input#btnsubmit {
  background: #ED1C24;
  border: 0;
  color: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  input#email {
    border: 0;
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  input#ci_userConsentCheckBox {
    margin-top: 25px;
  }
}
form#signup input {
  padding: 10px;
}
sub {
  display: block;
  position: relative;
  margin-top: 0;
  padding: 0;
  top: 0;
  padding: 0;
  bottom: 0 !important;
  height: 25px;
}
.image a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .text h3 {
    padding-top: 20px;
  }
  .addthis_inline_share_toolbox_5in3 {
    display: none;
  }
  #breadcrumbs {
    display: none;
  }
}
.featured-image img {
  width: 100%;
}
span span p, span span span {
  display: inline-block;
  position: relative;
}
span p, span span {
  display: inline-block;
  color: #ccc;
  font-weight: 600;
}
.container-fluid.hero_block {
  padding-bottom: 30px;
}
.at-label {
  display: none;
}
a.at-icon-wrapper.at-share-btn {
  display: block;
  max-width: 41px;
  border-radius: 100% !important;
}
.at-share-btn-elements {
  text-align: right;
  margin-top: 10px;
  position: relative;
  display: block;
}
.addthis-animated {
  display: none;
}
.container-fluid.the-content {
  margin-top: 30px;
}
.i-c-box {
  height: 100%;
  width: 100%;
  background: #f6f6f6;
}
ul li::marker {
  background: #f6f6f6;
}
.nav-link.active {
  background: #f6f6f6 !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-top: 5px solid #d33 !important;
  font-weight: 700;
}
div#myTabContent {
  background: #f6f6f6;
  padding: 30px;
}
div#myTabContent .row {
  background: #FFFFFF;
  padding: 15px;
  margin-bottom: 30px;
}
input.filter-list {
  width: 100%;
  border: 1px solid #F9F9F9;
  background: #F9F9F9;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.sub-details, .sub-details li {
  list-style: none;
  padding: 0;
}
.content_area {
  background: #FFFFFF;
  padding: 15px;
}
.content_area h2 {
  color: #ED1C24;
  font-weight: 700;
}
.tabbed-content {
  margin-bottom: 30px;
}
.types-container {
  padding: 30px 15px;
}
.i-c-box img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
a.with-image {
  position: relative;
}
.overlay {
  display: flex;
  align-items: center;
  position: relative;
  height: 300px;
  top: -50%;
  transform: translateY(50%);
  background: rgba(0, 0, 0, 0.7);
  width: 600px;
  padding: 0 30px;
  color: #FFFFFF;
}
.featured_types {
  padding: 0 15px;
}
.types-grid {
  margin: 30px 0 0;
}
.page-id-24 .side_by_side .col-md-6 + .col-md-6 .wrapper.has-bg {
  background: #FFFFFF !important;
}
.btn-primary a.col-12.permalink {
  color: #FFFFFF !important;
}
.btn-primary a.col-12.permalink:hover a.col-12.permalink {
  color: #58A517 !important;
}
a.col-12.permalink {
  padding: 0 !important;
}
.-bg-white {
  background-color: #FFFFFF;
}
.-bg-light-grey {
  background-color: #F9F9F9;
}
.theme-btn {
  padding: 10px 25px;
  display: inline-block;
  transition: 0.15s ease-in-out;
  border: 0;
}
.theme-btn + .theme-btn {
  margin-left: 15px;
}
.theme-btn.primary {
  background: #ED1C24;
  color: #FFFFFF;
  border: 1px solid #ED1C24;
}
.theme-btn.primary:hover {
  background: #FFFFFF;
  color: #ED1C24;
}
.modal-content {
  background: #f6f6f6;
  color: #3e3d3d;
}
.decrease, .increase, .resetMe {
  font-size: 150%;
  background: #363F41;
  border: 0;
  color: #FFFFFF;
}
.modal-body img {
  width: 141px;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal-body {
  text-align: center;
}
.modal-body {
  margin: 0;
  padding: 0;
}
#accessibility, .experience {
  padding: 15px;
}
#accessibility {
  padding-bottom: 60px;
}
.experience {
  padding-top: 30px;
}
.brand {
  padding-top: 30px;
}
.hidden {
  min-height: 0 !important;
  height: 0;
  overflow: hidden;
  padding: 0;
}
button#aB {
  background: #363F41;
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  right: 0;
  z-index: 9999;
  top: 262px;
}
#aB:hover i, #ab:focus i {
  animation-name: spin;
  animation-duration: 5s;
  color: #FFFFFF !important;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
button#aB span {
  display: none;
}
@media (max-width: 991px) {
  button#aB {
    top: 12px;
    right: unset;
    left: 0;
    bottom: unset;
    z-index: 1;
    position: relative;
    top: 0;
    width: 100%;
    padding: 3px;
  }
  button#aB {
    font-size: 19px;
  }
  button#aB span {
    display: inline-block;
  }
}
#AccessibilityModalCenter sub {
  line-height: 30px;
  display: block;
  height: auto !important;
  padding-bottom: 15px;
}
.bidet_configurator {
  padding: 0px 15px 45px 15px;
  background: #FFFFFF;
}
.bidet_configurator .questions .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  background: #f6f6f6;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.bidet_configurator .questions .question.hide {
  display: none !important;
}
.bidet_configurator .questions .question#q6 {
  display: block;
  justify-content: unset;
  align-items: unset;
  background: #ED1C24;
  color: #FFFFFF;
  padding: 30px;
  text-align: center;
}
.bidet_configurator .questions .question#q6 a {
  color: #FFFFFF;
}
.bidet_configurator .questions .question#q6 a:hover {
  color: #000;
}
.bidet_configurator .questions .question#q6 > a {
  color: #000;
  background: #FFFFFF;
  font-weight: 600;
  padding: 8px 15px;
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 15px;
}
.bidet_configurator .questions .question#q6 > a:hover {
  background: #000;
  color: #FFFFFF;
}
.bidet_configurator .questions .question#q6 p:last-of-type {
  margin-bottom: 0;
}
.bidet_configurator .questions .question label {
  margin-bottom: 0;
}
.bidet_configurator .questions .question select {
  padding: 5px 10px;
}
.bidet_configurator .recommendations {
  margin-bottom: 15px;
}
.bidet_configurator .recommendations .recommendation {
  background: #ED1C24;
  color: #FFFFFF;
  font-size: 0.9rem;
  padding: 30px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}
.bidet_configurator .recommendations .recommendation.hide {
  display: none;
}
.bidet_configurator .recommendations .recommendation h2 {
  line-height: 1;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.bidet_configurator .recommendations .recommendation p {
  line-height: 1.4;
}
.bidet_configurator .recommendations .recommendation ul {
  padding-inline-start: 20px;
}
.bidet_configurator .recommendations .recommendation ul + p {
  margin-top: -0.5rem;
}
.bidet_configurator .recommendations .recommendation .recommendation-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}
.bidet_configurator .recommendations .recommendation .recommendation-content .col {
  display: flex;
  align-items: center;
}
.bidet_configurator .recommendations .recommendation .recommendation-content .image {
  height: 100%;
  width: 100%;
  background-color: #DEDEDE;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.bidet_configurator .recommendations .recommendation .recommendation-content .text p.product-code {
  font-weight: 700;
}
.bidet_configurator .recommendations .recommendation .recommendation-content .text a, .bidet_configurator .recommendations .recommendation .recommendation-content .text .coming-soon {
  display: inline-block;
  padding: 10px 25px;
  background: #FFFFFF;
  color: #000;
  font-weight: 600;
}
.bidet_configurator .recommendations .recommendation .recommendation-content .text a:hover, .bidet_configurator .recommendations .recommendation .recommendation-content .text .coming-soon:hover {
  background: #000;
  color: #FFFFFF;
}
.single-products .bidet_configurator .container {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.single-products .bidet_configurator_title h2 {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .bidet_configurator .recommendations .recommendation h2 {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .bidet_configurator .recommendations .recommendation .recommendation-content .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bidet_configurator .recommendations .recommendation .recommendation-content .image {
    height: 280px;
    margin-bottom: 20px;
  }
  .bidet_configurator .recommendations .recommendation .recommendation-content .image#r2 {
    height: 400px;
  }
  footer .akw-one-logo {
    margin-top: 0px;
  }
}
.btn {
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid transparent;
  transition: all ease-in-out 0.15s;
}
.btn:hover {
  transition: all ease-in-out 0.15s;
}
.btn-default {
  background: #ED1C24;
  color: #FFFFFF;
}
.btn-default:hover {
  background: #FFFFFF;
  color: #ED1C24;
  border: 1px solid #ED1C24;
}
.btn-primary {
  background: #363F41;
}
.btn-primary:hover {
  background: #FFFFFF;
  color: #363F41;
  border: 1px solid #363F41;
}
.btn-secondary {
  border: 2px solid #FFFFFF;
  background: 0 0;
}
.carousel-item {
  min-height: 600px;
  background-size: cover;
  background-position: center;
}
.carousel-indicators li {
  text-indent: initial;
  width: 12px;
  height: 12px;
  border: 0;
  background: #FFFFFF;
  transition: 0.6s all ease;
  padding-bottom: 0 !important;
  margin-right: 12px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
}
.carousel-indicators li:last-of-type {
  margin-right: 0;
}
.carousel {
  overflow: hidden !important;
}
.page-id-20 .carousel-item {
  height: 300px;
  min-height: unset;
}
@media (max-width: 991px) {
  .carousel .overlay {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: calc(100% - 30px);
    padding: 45px;
    height: unset;
  }
  .carousel-item {
    min-height: 350px;
    background-size: cover;
    background-position: center;
  }
}
.forminator-custom-form {
  display: block !important;
}
.forminator-custom-form iframe {
  min-height: unset !important;
}
h2.forminator-title {
  font-weight: 800 !important;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 24px !important;
}
hr.forminator-border {
  display: none !important;
}
.forminator-label {
  font-size: 1.1rem !important;
  color: #212529 !important;
}
.forminator-custom-form-25388 {
  margin-top: 30px !important;
}
.forminator-custom-form-25388 .forminator-label {
  color: #000 !important;
}
.forminator-custom-form-25388 > .forminator-row:nth-of-type(2), .forminator-custom-form-25388 > .forminator-row:nth-of-type(3) {
  display: none !important;
}
.forminator-custom-form .forminator-input-with-icon label {
  position: absolute;
  top: 50%;
}
form.forminator-custom-form-26653 {
  padding: 60px !important;
  border: 1px solid #F9F9F9 !important;
}
form.forminator-custom-form-26653 .dropdown-wrapper {
  display: none !important;
}
form.forminator-custom-form-26653 .forminator-pagination[data-step="0"] .forminator-row:nth-last-of-type(2) {
  display: none !important;
}
@media (max-width: 991px) {
  form.forminator-custom-form-26653 {
    padding: 0 !important;
    border: 0 !important;
  }
}
.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  z-index: 9999;
}
.loader img {
  margin: 0 auto;
  display: block;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  width: 100px;
  -webkit-animation: scale-down-center 2s infinite both;
  animation: scale-down-center 2s infinite both;
}
.remove {
  top: -1000px;
  bottom: 200vh;
  transition: 2s all ease;
}
.marketing-form {
  display: block;
  text-align: center;
}
.mailing-signup {
  background: #F9F9F9;
  padding: 45px 15px;
}
.mailing-signup h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
.mailing-signup .signup-box {
  background: #FFFFFF;
  padding: 15px;
  color: #ccc;
  font-weight: 600;
  letter-spacing: 1px;
}
.search-results .testimonial-post h3 {
  color: #000 !important;
}
.search-results .testimonial-post p {
  color: #000 !important;
}
.search-results .testimonial-post {
  margin-top: 20px;
}
.is-ajax-search-details a, .is-ajax-search-result a {
  color: #000;
}
.slick-slide img {
  width: 100%;
}
.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-links a {
  height: 44px;
  width: 44px;
  margin: 0 5px;
  background: #ED1C24;
  border-radius: 50%;
  position: relative;
}
.social-links a.facebook {
  background: #3b5999;
}
.social-links a.instagram {
  background: #325a77;
}
.social-links a.twitter {
  background: #111;
}
.social-links a.youtube {
  background: #ff0000;
}
.social-links a.linkedin {
  background: #005983;
}
.social-links a:before {
  content: "";
  position: absolute;
  height: 28px;
  width: 28px;
  top: 8px;
  left: 8px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.social-links a.facebook:before {
  background-image: url(../img/social-icons/facebook.svg);
}
.social-links a.instagram:before {
  background-image: url(../img/social-icons/instagram.svg);
}
.social-links a.twitter:before {
  background-image: url(../img/social-icons/twitter-x.svg);
}
.social-links a.youtube:before {
  background-image: url(../img/social-icons/youtube.svg);
}
.social-links a.linkedin:before {
  background-image: url(../img/social-icons/linkedin.svg);
  height: 22px;
  width: 22px;
  top: 10px;
  left: 11px;
}
.term_block {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1.5;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
  background-color: #ED1C24;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.term_block .term_title {
  font-weight: 700;
  position: relative;
  width: 100%;
  padding: 15px;
  color: #FFFFFF;
  vertical-align: bottom;
  text-align: center;
  font-size: clamp(1.2rem, 5vw, 1.4rem);
}
.term_block:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(33, 37, 41, 0.3);
  transition: 0.3s all ease;
}
.term_block:hover {
  background-color: #de1219;
}
.term_block:hover:before {
  background: rgba(33, 37, 41, 0.6);
}
.video-wrapper .block-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1.7777777778;
}
.video-wrapper .block-wrapper .vimeo-player {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #F9F9F9;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.video-wrapper .block-wrapper .vimeo-player iframe {
  height: 120%;
  width: auto;
  aspect-ratio: 1.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .video-wrapper .block-wrapper .vimeo-player iframe {
    height: auto;
    width: 120%;
  }
}
@media (min-width: 1200px) {
  .video-wrapper .block-wrapper .vimeo-player iframe {
    height: auto;
    width: 100%;
  }
}
.video-wrapper .block-wrapper .vimeo-controls {
  display: flex;
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-wrapper .block-wrapper .vimeo-controls div {
  background: rgba(249, 249, 249, 0.4);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.video-wrapper .block-wrapper .vimeo-controls div svg {
  height: 25px;
  width: 25px;
}
.video-wrapper .block-wrapper .vimeo-controls div svg path, .video-wrapper .block-wrapper .vimeo-controls div svg rect {
  fill: rgba(249, 249, 249, 0.8);
}
.video-wrapper .block-wrapper .vimeo-controls div.hide {
  display: none;
}
.video-wrapper .block-wrapper .vimeo-controls div:hover svg path, .video-wrapper .block-wrapper .vimeo-controls div:hover svg rect {
  fill: #FFFFFF;
}
.video-wrapper .block-wrapper .vimeo-controls.autoplay-false {
  top: 50%;
}
.video-wrapper .block-wrapper .vimeo-controls.autoplay-false .play {
  height: 100px;
  width: 100px;
}
.video-wrapper .block-wrapper .vimeo-controls.autoplay-false .play svg {
  height: 45px;
  width: 45px;
}
.video-wrapper .block-wrapper .vimeo-controls.autoplay-false .mute, .video-wrapper .block-wrapper .vimeo-controls.autoplay-false .unmute {
  display: none;
}
.video-wrapper .block-wrapper .vimeo-controls.engaged {
  top: 90%;
}
.video-wrapper .block-wrapper .vimeo-controls.engaged div {
  margin: 0 150px 0 0;
}
.video-wrapper .block-wrapper .vimeo-controls.engaged div.play {
  height: 60px;
  width: 60px;
}
.video-wrapper .block-wrapper .vimeo-controls.engaged div.play svg {
  height: 25px;
  width: 25px;
}
.video-wrapper .block-wrapper .vimeo-controls.engaged div.mute:not(.hide), .video-wrapper .block-wrapper .vimeo-controls.engaged div.unmute:not(.hide) {
  display: flex;
  transition: 0s 0.3s;
}
a.wpsl-directions {
  background: #363F41;
  color: #FFFFFF;
  padding: 5px 15px;
  margin-top: 10px;
  border: 1px solid transparent !important;
  transition: all ease-in-out 0.15s;
  display: block;
}
a.wpsl-directions:hover {
  background: #FFFFFF;
  color: #363F41;
  border: 1px solid #363F41 !important;
  transition: all ease-in-out 0.15s;
}
#wpsl-search-wrap label {
  font-size: 14px;
}
input#wpsl-search-btn {
  border: 0;
  background: #363F41;
  border-radius: 0;
  color: #FFFFFF;
  font-weight: 800;
  width: 100px;
}
input#wpsl-search-input {
  width: 300px;
}
div#wpsl-wrap {
  margin-top: 30px;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list li .wpsl-direction-wrap {
  text-align: right;
}
.menu-primary-navigation-container ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-inline-start: 0;
}
.menu-primary-navigation-container ul li a {
  padding: 5px 0;
  margin: 0 20px;
  color: #212529;
  font-weight: 600;
  transition: 0.2s;
}
.menu-primary-navigation-container ul li:first-of-type a {
  margin-left: 0;
}
.menu-primary-navigation-container ul li a:hover {
  text-decoration: none;
  color: #ED1C24;
  transition: 0.2s;
}
ul.sub-menu {
  background: #FFFFFF;
  display: block;
  padding: 20px;
  position: absolute;
  z-index: 100;
  display: none;
  width: 268px;
}
ul.sub-menu li {
  width: 100%;
  position: relative;
  display: block;
}
ul li:hover .sub-menu {
  display: block;
}
ul.sub-menu li a {
  padding-left: 0;
  margin-left: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: 0 0;
  color: #000 !important;
}
span.mega-menu-description {
  display: none !important;
}
span.mega-menu-description {
  display: none !important;
}
ul#mega-menu-primary {
  background: 0 0 !important;
}
div#mega-menu-wrap-primary {
  background: 0 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  padding: 0 8px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background: #ED1C24;
  font-weight: 700;
  color: #FFFFFF !important;
}
span.mega-menu-title {
  color: #000;
}
.mega-sub-menu .mega-menu-title {
  display: block !important;
  background: 0 0 !important;
  color: #666 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 0 !important;
  line-height: 35px !important;
  text-decoration: none !important;
  text-transform: none !important;
  vertical-align: baseline !important;
}
li#mega-menu-item-18104 {
  margin: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover {
  background: 0 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  background: 0 0 !important;
  color: #ED1C24 !important;
  font-weight: 700;
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover {
  background: 0 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  font-weight: 700;
}
ul.footer-legal {
  padding-inline-start: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 992px) {
  ul.footer-legal {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    text-align: left;
  }
}
ul.footer-legal li a {
  color: #FFFFFF;
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  ul.footer-legal li a {
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid #FFFFFF;
  }
}
ul.footer-legal li a:hover {
  color: #ED1C24;
}
ul.footer-legal li:last-child a {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}
.breadcrumbs-wrapper {
  background: rgba(249, 249, 249, 0.5);
  padding: 25px 15px;
}
.breadcrumbs {
  font-weight: 500;
  color: rgba(33, 37, 41, 0.4);
}
.breadcrumbs span a {
  color: rgba(33, 37, 41, 0.4);
}
.breadcrumbs span a:hover {
  color: rgba(33, 37, 41, 0.66);
}
.breadcrumbs span.breadcrumb_last {
  color: #363F41;
  font-weight: 500;
}
.filtering {
  background: #F9F9F9;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.filtering + .product-listing {
  margin-top: 0;
}
.filtering a {
  background: #363F41;
  padding: 5px 15px;
  margin-bottom: 10px;
  color: #FFFFFF;
  display: inline-block;
  border: 1px solid transparent;
  transition: all ease-in-out 0.15s;
}
.filtering a:hover, .filtering a:focus, .filtering a.active {
  background: #FFFFFF !important;
  border: 1px solid #363F41 !important;
  color: #363F41 !important;
  transition: all ease-in-out 0.15s;
  box-shadow: none !important;
}
.filtering.child {
  background: #f6f6f6;
  position: relative;
}
.filtering.child:before {
  content: "▼";
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  color: #F9F9F9;
  font-size: 2rem;
  line-height: 0;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.filtering.child a {
  font-size: 0.95rem;
  background: #ED1C24;
}
.filtering.child a:hover, .filtering.child a:focus, .filtering.child a.active {
  background: #FFFFFF !important;
  border: 1px solid #ED1C24 !important;
  color: #ED1C24 !important;
  transition: all ease-in-out 0.15s;
  box-shadow: none !important;
}
.col-md-12.list {
  padding-top: 30px;
}
.product-listing {
  background: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.product-listing nav.pagination {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.product-listing nav.pagination .nav-links {
  display: flex;
  justify-content: center;
}
.tax-types .listing-row {
  background: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}
.listing-row {
  padding-top: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.listing-row h5 {
  color: #ED1C24;
}
.listing-row .buttons {
  display: flex;
  align-items: center;
}
.listing-row .buttons .wrapper {
  display: block;
}
.listing-row .buttons .wrapper .btn {
  width: 100%;
}
.listing-row .product-details {
  display: flex;
  align-items: center;
}
.listing-row .product-details .wrapper {
  display: block;
}
.listing-row .product-details ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.listing-row .image {
  display: flex;
  align-items: center;
}
.listing-row .image .i-c-box {
  max-height: 150px;
  overflow: hidden;
}
.listing-row .btn-primary {
  margin-top: 9px;
}
@media (max-width: 767px) {
  .listing-row .buttons .wrapper {
    display: block;
    width: 100%;
  }
  .listing-row .image .i-c-box {
    max-height: 700px;
    margin-bottom: 30px;
  }
  .col-md-5.product-details {
    margin-bottom: 30px;
  }
}
.tax-types .video-block .video-wrapper .vimeo-controls {
  inset: 0;
  transform: none;
  background: rgba(0, 0, 0, 0.3);
}
.tax-types .video-block .video-wrapper .vimeo-controls .mute, .tax-types .video-block .video-wrapper .vimeo-controls .unmute {
  display: none !important;
}
.tax-types .video-block .video-wrapper .vimeo-controls .play, .tax-types .video-block .video-wrapper .vimeo-controls .pause {
  background: transparent;
  position: absolute;
}
.tax-types .video-block .video-wrapper .vimeo-controls .play {
  border: 3px solid #FFFFFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tax-types .video-block .video-wrapper .vimeo-controls .play svg path {
  fill: #FFFFFF;
}
.tax-types .video-block .video-wrapper .vimeo-controls .pause {
  bottom: 0;
  left: 0;
}
.tax-types .video-block .video-wrapper .vimeo-controls.engaged {
  background: transparent;
}
.single-products .product-information .gallery .slick-slide .item {
  border: 1px solid rgba(54, 63, 65, 0.1);
}
.single-products .product-information .gallery .slider-nav {
  margin-left: -4px;
  margin-right: -4px;
}
.single-products .product-information .gallery .slider-nav .slick-slide > div {
  margin: 0 4px;
}
.single-products .product-information .meta .block-wrapper h1 {
  color: #363F41;
  font-weight: 600;
}
.single-products .product-information .meta .block-wrapper .details-title {
  font-size: 1.2rem;
  color: rgba(54, 63, 65, 0.66);
}
.single-products .product-information .meta .block-wrapper .warranty-approval-images {
  margin: 0.5rem 0 2rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.single-products .product-information .meta .block-wrapper .warranty-approval-images img {
  max-height: 60px;
  width: auto;
  margin-right: 15px;
}
.single-products .product-information .meta .block-wrapper .warranty-approval-images img:last-child {
  margin-right: 0;
}
.single-products .product-tabs {
  background: #F9F9F9;
}
.single-products .product-tabs nav.tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.single-products .product-tabs nav.tabs .tab {
  font-size: 1.1rem;
  margin: 0 20px 20px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid rgba(54, 63, 65, 0.66);
  cursor: pointer;
}
.single-products .product-tabs nav.tabs .tab.active {
  border-color: #ED1C24;
}
.single-products .product-tabs .tab-content {
  display: none;
}
.single-products .product-tabs .tab-content .variations .variation {
  align-items: center;
  font-weight: 400;
  padding: 15px 0;
  border-bottom: 1px solid rgba(54, 63, 65, 0.1);
}
.single-products .product-tabs .tab-content .variations .variation .product-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.single-products .product-tabs .tab-content .variations .variation-group {
  border: 1px solid rgba(54, 63, 65, 0.1);
  padding: 30px 30px 15px 30px;
}
.single-products .product-tabs .tab-content .variations .variation-group:not(:first-child) {
  margin-top: 20px;
}
.single-products .product-tabs .tab-content .variations .variation-group .variation:last-child {
  border-bottom: 0;
}
.single-products .product-tabs .tab-content.active {
  display: block;
}
.single-products .product-tabs .tab-content.spec-sheets a.row, .single-products .product-tabs .tab-content.resources a.row {
  padding: 15px 0;
  border-bottom: 1px solid rgba(54, 63, 65, 0.1);
}
.single-products .product-tabs .tab-content.spec-sheets a.row .content, .single-products .product-tabs .tab-content.resources a.row .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.single-products .product-tabs .tab-content.spec-sheets a.row .content i, .single-products .product-tabs .tab-content.resources a.row .content i {
  font-size: 1.6rem;
  margin: 0;
  margin-right: 7px;
  color: #ED1C24;
}
.single-products .product-tabs .tab-content.spec-sheets a.row .content .name, .single-products .product-tabs .tab-content.resources a.row .content .name {
  color: #363F41;
  font-weight: 400;
}
.single-products .product-tabs .tab-content.spec-sheets a.row .button, .single-products .product-tabs .tab-content.resources a.row .button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.single-products .product-tabs .tab-content.spec-sheets a.row:hover, .single-products .product-tabs .tab-content.resources a.row:hover {
  background: #FFFFFF;
}
.related-products .product a {
  display: block;
}
.related-products .product a .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(54, 63, 65, 0.1);
  aspect-ratio: 1.2;
  overflow: hidden;
  width: 100%;
}
.related-products .product a .img-wrapper img {
  height: 100%;
}
.related-products .product a .product-name {
  color: #363F41;
  margin: 10px 0;
  font-weight: 500;
  font-size: 1.2rem;
}
.blog .hero_block {
  padding-top: 30px;
}
.blog .hero_block h1 {
  text-align: center;
}
.blog-posts, .latest_post_picker {
  padding-top: 0;
  padding-bottom: 60px;
}
.blog-posts > .row, .latest_post_picker > .row {
  justify-content: center;
}
.blog-posts .blog-post-wrapper, .latest_post_picker .blog-post-wrapper {
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-posts .blog-post-wrapper a, .latest_post_picker .blog-post-wrapper a {
  display: flex;
  color: #212529;
  text-decoration: none;
}
.blog-posts .blog-post-wrapper a .blog-post .img-wrapper, .latest_post_picker .blog-post-wrapper a .blog-post .img-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1.5;
  overflow: hidden;
}
.blog-posts .blog-post-wrapper a .blog-post .img-wrapper .img, .latest_post_picker .blog-post-wrapper a .blog-post .img-wrapper .img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s;
}
.blog-posts .blog-post-wrapper a .blog-post .content, .latest_post_picker .blog-post-wrapper a .blog-post .content {
  padding: 15px;
  background: #F9F9F9;
}
.blog-posts .blog-post-wrapper a:hover .blog-post .img-wrapper .img, .latest_post_picker .blog-post-wrapper a:hover .blog-post .img-wrapper .img {
  inset: -10px;
}
.blog-posts .pagination, .latest_post_picker .pagination {
  margin-top: 45px;
}
.blog-posts .pagination a, .blog-posts .pagination span, .latest_post_picker .pagination a, .latest_post_picker .pagination span {
  display: inline-block !important;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 20px !important;
  padding-top: 8px !important;
}
.blog-categories {
  padding-inline-start: 0;
  margin-bottom: 0;
  list-style: none;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
.blog-categories li {
  margin: 0 2px;
}
.no-files-found {
  display: flex;
  justify-content: center;
  padding: 60px 15px;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers {
  height: 40px;
  min-width: 40px;
  margin: 0 5px;
  background: #363F41;
  color: #FFFFFF;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.15s;
}
.pagination .page-numbers:hover {
  margin-top: -2px;
  transition: all ease-in-out 0.15s;
}
.pagination .page-numbers.current {
  background: #FFFFFF;
  border: 1px solid #363F41;
  color: #363F41;
  margin-top: 0;
}
.pagination .page-numbers.current:hover {
  margin-top: 0;
}
.pagination .page-numbers.dots {
  pointer-events: none;
}
.category .hero_block h1 {
  text-align: center;
  margin-top: 30px;
}
.category-banner {
  background: #363F41;
  color: #FFFFFF;
  font-weight: 900 !important;
  padding-top: 90px;
  padding-bottom: 90px;
}
.category-banner h1 {
  font-weight: 600;
  font-size: clamp(3rem, 1vw, 5rem);
  letter-spacing: 0.5px;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.category-banner .description {
  font-size: 1.4rem;
  font-weight: 400;
}
.category-banner a {
  color: #FFFFFF;
}
.category-banner a:hover {
  color: #F9F9F9;
  cursor: pointer;
  text-decoration: none;
}
.category-banner span.delimiter {
  margin: 0 15px;
}
.case-studies {
  padding: 60px 15px;
}
.case-studies .case-study-post {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
}
.case-studies .case-study-post .wrapper {
  display: block;
  width: 100%;
}
.case-studies .case-study-post img {
  width: 100%;
}
.case-studies .case-study-post .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-studies .case-study-post .image > div {
  aspect-ratio: 0.66;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.case-studies .case-study-post .date {
  color: #a6a6a6;
  font-weight: 600;
  font-size: 14px;
}
.case-studies .case-study-post .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-studies .case-study-post:nth-last-of-type(2) {
  margin-bottom: 0;
}
.case-studies .pagination {
  margin-top: 30px;
}
.post-type-archive-documentation .case-study-post, .post-type-archive-video .case-study-post, .tax-document_types .case-study-post, .tax-video_cat .case-study-post {
  align-items: flex-start;
}
.post-type-archive-documentation .case-study-post .wrapper h3, .post-type-archive-video .case-study-post .wrapper h3, .tax-document_types .case-study-post .wrapper h3, .tax-video_cat .case-study-post .wrapper h3 {
  font-size: 1.3rem;
  font-weight: 700;
  padding-top: 10px;
}
.post-type-archive-documentation .case-study-post .wrapper .date, .post-type-archive-video .case-study-post .wrapper .date, .tax-document_types .case-study-post .wrapper .date, .tax-video_cat .case-study-post .wrapper .date {
  margin-bottom: 0;
}
.post-type-archive-documentation .case-study-post .wrapper .date a, .post-type-archive-video .case-study-post .wrapper .date a, .tax-document_types .case-study-post .wrapper .date a, .tax-video_cat .case-study-post .wrapper .date a {
  margin: 0 10px 10px 0;
  display: inline-block;
}
.post-type-archive-files .list .buttons {
  display: flex;
  align-items: center;
}
.post-type-archive-files .list .buttons .wrapper {
  display: block;
}
.document-file {
  padding-top: 30px;
  padding-bottom: 30px;
}
.document-file a.btn.btn-primary {
  margin-bottom: 30px;
}
.single-documentation .featured_image {
  aspect-ratio: 0.66;
  width: 100%;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F9F9F9;
}
.job-listing p + p {
  display: inline-block;
  padding-right: 15px;
}
.job-listing label {
  font-weight: 800;
  margin-bottom: 0;
}
.job-listing h2 {
  font-weight: 800;
  color: #ED1C24;
  padding-top: 45px;
}
.job-listing a {
  display: inline-block;
  width: 150px;
  float: right;
}
.job-listing .job-details-and-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-listing .job-details-and-buttons .details {
  flex-grow: 1;
}
.job-listing .job-details-and-buttons .details p {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
}
.job-listing .job-details-and-buttons .details p:last-of-type {
  margin-right: 0;
}
.job-listing .job-details-and-buttons .buttons {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.job-listing .btn {
  border: 1px solid transparent;
}
.job-listing .btn-primary {
  background: #ED1C24;
  margin-right: 2px;
}
.job-listing .btn-primary:hover {
  border: 1px solid #ED1C24;
  color: #ED1C24;
  background: #FFFFFF;
}
.job-listing .btn-secondary {
  background: #363F41;
  display: inline-block;
  position: relative;
}
.job-listing .btn-secondary:hover {
  border: 1px solid #363F41;
  color: #363F41;
  background: #FFFFFF;
}
.post-type-archive-jobs .nav-tabs li a {
  font-size: 12px;
  padding: 9px;
  border-top: 3px solid transparent;
  border-radius: 0;
  transition: all ease-in-out 0.15s;
}
.post-type-archive-jobs .nav-tabs li a:hover {
  border-width: 3px 1px 0 1px;
  color: #ED1C24;
  border-color: #eee transparent transparent;
  transition: all ease-in-out 0.15s;
}
.post-type-archive-jobs .nav-tabs li a.active {
  pointer-events: none;
  border-width: 3px 0 0 0 !important;
}
.row.introduction-box .col-12 .wrapper {
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
}
.row.jobs-list .job-listing:last-of-type .wrapper {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.row.career-tabs {
  margin-bottom: 30px;
}
.col-12.job-listing.job-desc {
  padding-top: 30px;
  padding-bottom: 30px;
}
.testimonials {
  padding-top: 60px;
  padding-bottom: 60px;
}
.testimonials h1 {
  margin-bottom: 30px;
}
.testimonial-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #f0f0f0;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.testimonial-wrapper p {
  margin-bottom: 0;
}
.search .testimonial-post {
  border-bottom: 1px solid #ccc !important;
  padding-bottom: 40px !important;
  width: 100% !important;
}
.testimonial-post + a {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.single.single-video .hero_block {
  padding-top: 30px;
  background: #ED1C24;
}
.single.single-video .hero_block h1 {
  color: #FFFFFF;
}
.single.single-video .hero_block p, .single.single-video .hero_block span {
  color: #FFFFFF !important;
  opacity: 0.8;
}
.single.single-video .the-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.single.single-video .the-content .wysiwyg {
  margin: 0 0 2rem 0;
}
.single.single-video .the-content .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.single.single-video .the-content .embed-container iframe, .single.single-video .the-content .embed-container object, .single.single-video .the-content .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single.single-video .the-content .related-videos {
  padding-left: 30px;
  border-left: 1px solid rgba(33, 37, 41, 0.2);
  height: 100%;
}
.single.single-video .the-content .related-videos .related-video a {
  display: block;
  margin-bottom: 10px;
  color: #212529;
}
.single.single-video .the-content .related-videos .related-video a .img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.single.single-video .the-content .related-videos .related-video a span {
  display: block;
  margin-top: 10px;
}
.single.single-video .the-content .related-videos .related-video a:hover span {
  color: #ED1C24;
}
.single.single-video .the-content .related-videos .related-video:last-child a {
  margin-bottom: 0;
}
.carousel .carousel-inner .carousel-item {
  min-height: unset;
  position: relative;
  z-index: 1;
}
.carousel .carousel-inner .carousel-item .block-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 600px;
}
@media (min-width: 992px) {
  .carousel .carousel-inner .carousel-item .block-content .block-wrapper {
    max-width: 50%;
  }
}
.carousel .carousel-inner .carousel-item .block-content .block-wrapper h1, .carousel .carousel-inner .carousel-item .block-content .block-wrapper h2, .carousel .carousel-inner .carousel-item .block-content .block-wrapper p {
  color: #FFFFFF;
}
.carousel .carousel-inner .carousel-item .block-content .block-wrapper h1, .carousel .carousel-inner .carousel-item .block-content .block-wrapper h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
}
.carousel .carousel-inner .carousel-item .block-content .block-wrapper p {
  font-size: clamp(0.9rem, 5vw, 1.2rem);
}
.carousel .carousel-inner .carousel-item.image-overlay:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(33, 37, 41, 0.5);
}
.carousel .carousel-control-prev, .carousel .carousel-control-next {
  width: 8%;
}
.carousel .carousel-control-prev {
  justify-content: flex-end;
}
.carousel .carousel-control-next {
  justify-content: flex-start;
}
.category_slider {
  padding: 15px 45px;
}
.slick-category-slider {
  height: 720px;
}
.category_slider .category-slide {
  padding: 30px 15px;
}
.category_slider .content {
  height: 660px;
  position: relative;
}
.category_slider .slide-text {
  position: absolute;
  top: 66%;
  width: 75%;
  background: #ED1C24;
  left: -15px;
  padding: 20px;
  color: #FFFFFF;
}
.category_slider .slide-text:before {
  content: "";
  position: absolute;
  left: 6px;
  bottom: -15px;
  height: 30px;
  width: 30px;
  background: #ED1C24;
  transform: rotate(45deg);
  z-index: -2;
}
.category_slider .slide-text:after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: -15px;
  height: 30px;
  width: 30px;
  background: rgba(0, 0, 0, 0.5);
  transform: rotate(45deg);
  z-index: -1;
}
.category_slider .slide-text h2, .category_slider .slide-text p {
  margin-bottom: 0;
}
.category_slider .slide-text p {
  font-size: 14px;
  color: #dedede;
}
.category_slider .slide-text h2 {
  font-size: 42px;
}
.column_content {
  margin-top: 60px;
  margin-bottom: 60px;
}
.column_content h3 {
  font-size: 20px;
  margin-top: 30px;
  font-weight: 800;
}
.column_content img {
  max-width: 100%;
}
.column_content.basic .col {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.column_content.basic .col .wrapper {
  display: block;
  width: 100%;
}
.column_content.basic .col .wrapper .text {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .column_content.basic {
    text-align: center;
    display: block;
  }
  .column_content.basic img {
    margin-bottom: 15px;
  }
}
.home-block {
  height: 150px;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
  margin-top: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.home-block h3 {
  font-weight: 700;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 0 0;
  color: #FFFFFF;
  transition: 0.3s all ease;
  vertical-align: bottom;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 31%;
  margin-bottom: -3px !important;
  font-size: 14px !important;
}
.home-block:hover h3 {
  height: 102%;
  transition: 0.3s all ease;
}
.hero_block h1 {
  font-weight: 900;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.hero_block p {
  padding: 0;
  margin: 0;
  padding-top: 30px;
  font-weight: 600;
}
.hero_block span p {
  padding: 0;
}
.image-map-container > .row > div > h2 {
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .image-map-container > .row > .col-md-6:first-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .image-map-container > .row > .col-md-6:first-of-type h2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 0;
    margin-bottom: -10px;
  }
  .image-map-container .col-md-6 img {
    transform: scale(0.8);
  }
}
.latest_post_picker h2 {
  margin-bottom: 1rem;
  text-align: left;
  border-bottom: 2px solid #ccc;
  display: inline-block;
}
.latest-post {
  display: block;
  position: relative;
}
.latest-post img {
  width: 100%;
}
.latest-post a {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}
.latest-post .latest-post-single span {
  font-weight: 700;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 5px;
  color: #FFFFFF;
  transition: 0.3s all ease;
  vertical-align: bottom;
  padding-left: 15px;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  font-size: 15px;
}
.featured-sliders .carousel-item {
  background-size: cover;
  padding: 30px;
}
#blogSlider .carousel-item-inner, #case_studiesSlider .carousel-item-inner {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 120px;
  color: #FFFFFF;
}
#case_StudiesSlider .carousel-item-inner {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 120px;
  color: #FFFFFF;
}
.featured-sliders ol.carousel-indicators {
  display: block;
  position: relative;
  margin-top: 15px;
  text-align: left;
  left: auto;
  margin-left: 0;
  margin-top: 50px;
}
.featured-sliders ol.carousel-indicators li {
  display: inline-block;
  background: #FFFFFF;
  width: 20px;
  height: 20px;
  margin-right: 0;
  border-radius: 100%;
}
#case_studiesSlider h2, #case_studiesSlider h3 {
  color: #FFFFFF;
}
.featured-sliders #case_studiesSlider ol.carousel-indicators li {
  background: #FFFFFF !important;
  border: 0;
}
.featured-sliders .container-fluid {
  padding: 0;
}
.featured-sliders .offset-md-4 {
  padding-left: 40px;
}
.featured-sliders .btn-secondary {
  background: #FFFFFF;
  color: #000;
  font-weight: 800;
  font-size: 19px;
  margin-top: 30px;
}
.featured-sliders h2, .featured-sliders h3 {
  font-weight: 800;
}
@media (max-width: 767px) {
  #case_StudiesSlider .carousel-item-inner {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7px;
    color: #FFFFFF;
  }
  .h3, h3 {
    font-size: 19px;
  }
  #blogSlider .carousel-item-inner {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7px;
    color: #FFFFFF;
  }
}
.link_grid {
  padding: 60px 15px 30px 15px;
}
.link_grid .fancy-col .wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(54, 63, 65, 0.1);
}
.link_grid .fancy-col .wrapper:has(+ .bottom-bar) {
  margin-bottom: 0;
}
.link_grid .fancy-col .wrapper:has(+ .bottom-bar)::before, .link_grid .fancy-col .wrapper:has(+ .bottom-bar)::after {
  content: none;
}
.link_grid .fancy-col .wrapper:has(+ .bottom-bar):hover + .bottom-bar, .link_grid .fancy-col .bottom-bar:hover {
  background-color: #363F41;
}
.link_grid .fancy-col .wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  height: unset;
  width: unset;
  transform: none;
  z-index: -2;
  padding: 0;
  transition: all ease-in-out 0.15s;
  overflow: hidden;
}
.link_grid .fancy-col .wrapper:hover:before {
  bottom: 100%;
  transition: all ease-in-out 0.15s;
}
.link_grid .fancy-col .wrapper:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ED1C24;
  opacity: 0.8;
  height: unset;
  width: unset;
  transform: none;
  z-index: -1;
  padding: 0;
  transition: all ease-in-out 0.15s;
  overflow: hidden;
}
.link_grid .fancy-col .wrapper:hover:after {
  top: 0;
  transition: all ease-in-out 0.15s;
}
.link_grid .fancy-col .wrapper p {
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.6rem;
  transition: all ease-in-out 0.15s;
}
.link_grid .fancy-col .bottom-bar {
  background-color: #ED1C24;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 30px;
}
.link_grid .fancy-col .bottom-bar p {
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 0px;
}
.link_grid.style_icon {
  padding: 90px 15px 60px 15px;
  background: #FFFFFF;
}
.link_grid.style_icon .fancy-col .wrapper {
  height: unset;
  min-height: 240px;
  background: #ED1C24;
  color: #FFFFFF !important;
  padding: 30px;
}
.link_grid.style_icon .fancy-col .wrapper:before, .link_grid.style_icon .fancy-col .wrapper:after {
  content: none;
}
.link_grid.style_icon .fancy-col .wrapper .block-wrapper {
  display: block;
  width: 100%;
  text-align: center;
}
.link_grid.style_icon .fancy-col .wrapper p {
  font-size: 1rem;
  font-weight: 400;
}
.link_grid.style_icon .fancy-col .wrapper img {
  height: 120px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 25px;
}
.link_grid.style_icon .fancy-col .wrapper a.btn {
  margin-top: 15px;
}
@media screen and (min-width: 786px) {
  .link_grid .fancy-col.col-md-6 .wrapper {
    height: 240px;
    aspect-ratio: unset;
  }
}
.google-map {
  padding: 40px 0 60px 0;
  background: #F9F9F9;
}
.google-map h2 {
  padding-bottom: 10px;
}
.google-map .acf-map, .side_by_side .acf-map {
  height: 500px;
  border: 12px solid #FFFFFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.resource-links {
  padding: 60px 15px;
}
.resource-links .resource-links-grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.resource-links .resource-links-grid-container .resource-container {
  display: grid;
  row-gap: 0.5rem;
}
.resource-links .resource-links-grid-container .resource-container .resource-title {
  color: #212529;
}
.resource-links .resource-links-grid-container .resource-container .resource-image {
  width: 100%;
  height: auto;
  aspect-ratio: 0.7;
  object-fit: cover;
}
.resource-links .resource-links-grid-container .resource-container button {
  height: max-content;
  align-self: end;
}
.resource-links .resource-links-grid-container .resource-container:hover .resource-title {
  text-decoration: none;
  color: #212529;
}
.resource-links .resource-links-grid-container .resource-container:hover button {
  background-color: #FFFFFF;
  color: #363F41;
  border: 1px solid #363F41;
}
@media screen and (min-width: 576px) {
  .resource-links .resource-links-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .resource-links .resource-links-grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.side_by_side.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.side_by_side.top-padding {
  padding-top: 60px;
  padding-bottom: 0;
}
.side_by_side.bottom-padding {
  padding-top: 0;
  padding-bottom: 60px;
}
.side_by_side.top-bottom-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.side_by_side > .container > .row {
  align-items: center;
}
.side_by_side .wrapper {
  padding: 0;
  height: 100%;
}
.side_by_side .wrapper.has-bg {
  padding: 30px;
}
.side_by_side .wrapper h2 {
  border-bottom: 2px solid #ccc;
  margin-bottom: 30px;
  display: inline-block;
}
.side_by_side div.forminator-custom-form {
  display: none !important;
}
.side_by_side form {
  margin-top: 0 !important;
}
.side_by_side form .forminator-row {
  margin-bottom: 15px !important;
}
.side_by_side form label {
  font-weight: 400 !important;
  color: #212529 !important;
  font-size: 0.9rem !important;
  padding-bottom: 5px !important;
}
.side_by_side form input, .side_by_side form textarea {
  background: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.side_by_side form .forminator-description {
  display: none !important;
}
.side_by_side form .forminator-row-last {
  margin-bottom: 0 !important;
}
.side_by_side form .forminator-row-last button {
  background: #363F41 !important;
  padding: 12px 25px !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  border: 1px solid transparent !important;
  transition: 0.15s all ease;
}
.side_by_side form .forminator-row-last button:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background: #FFFFFF !important;
  border: 1px solid #363F41 !important;
  color: #363F41 !important;
  transition: 0.15s all ease;
}
.side_by_side form .forminator-error {
  background: #ED1C24 !important;
  margin-bottom: 20px !important;
  text-align: center !important;
}
.side_by_side form .forminator-error label {
  color: #FFFFFF !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.side_by_side form .forminator-row:nth-last-of-type(2) {
  display: none !important;
}
.side_by_side.map h2 {
  border-bottom: 0;
  margin-bottom: 15px;
}
.side_by_side.map > .container > .row {
  /*align-items: flex-start;*/
}
.page-id-22982 .side_by_side .col-md-6:last-of-type .wrapper, .page-id-22987 .side_by_side .col-md-6:last-of-type .wrapper, .page-id-22991 .side_by_side .col-md-6:last-of-type .wrapper {
  padding: 0;
  display: flex;
  align-items: center;
}
.page-id-22982 .side_by_side .col-md-6:last-of-type .wrapper p, .page-id-22987 .side_by_side .col-md-6:last-of-type .wrapper p, .page-id-22991 .side_by_side .col-md-6:last-of-type .wrapper p {
  flex-grow: 1;
}
.side_by_side .wrapper p:last-of-type {
  margin-bottom: 0;
}
.fc-split-content {
  padding: 60px 15px;
}
.fc-split-content .block-content > .row {
  row-gap: 2rem;
}
.fc-split-content .split {
  display: flex;
  align-items: center;
}
.fc-split-content .split .image .img {
  width: 100%;
  aspect-ratio: 1.6;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.no-pt {
  padding-top: 0 !important;
}
.no-pb {
  padding-bottom: 0 !important;
}
.video-gallery .video-gallery-title {
  border-bottom: 2px solid #cccc;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
}
.video iframe {
  width: 100%;
}
.video-gallery {
  padding: 60px 15px;
}
.video-gallery .col-md-6 {
  margin-bottom: 30px;
}
.video-gallery h2 {
  font-size: 1.6rem;
  margin-top: 15px;
}
.video-gallery .odd {
  padding-right: 30px;
}
.video-gallery .even {
  padding-left: 30px;
}
.video-grid iframe {
  min-height: 200px;
  height: auto;
}
@media (max-width: 991px) {
  .video-grid iframe {
    height: 250px;
  }
}
.wysiwyg_block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.wysiwyg_block h1, .wysiwyg_block h2, .wysiwyg_block h3, .wysiwyg_block h4, .wysiwyg_block h5, .wysiwyg_block h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.wysiwyg_block p {
  font-weight: 400;
}
.wysiwyg_block p:last-of-type {
  margin-bottom: 0;
}
.wysiwyg_block h2 {
  border-bottom: 2px solid #cccc;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}
.wysiwyg_block img {
  max-width: 100%;
  height: auto;
}
.page-id-18224 .wysiwyg_block ul {
  padding-inline-start: 20px;
}
.page-id-18224 .wysiwyg_block ul li {
  padding: 10px 0;
}
.page-id-18206 .wysiwyg_block h2, .page-id-18206 .wysiwyg_block h5 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.page-id-18206 .wysiwyg_block h2 + h5 {
  margin-top: 10px;
}
.page-id-18250 .wysiwyg_block img {
  width: 100%;
}
.page-id-18208 .wysiwyg_block ol {
  padding: 10px 40px;
  background: #F9F9F9;
}
.page-id-18202 .wysiwyg_block h2 {
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 700;
  background: #F9F9F9;
  list-style: none;
  display: block;
  border-bottom: 0;
  margin-bottom: 10px;
}
.page-id-18208 .wysiwyg_block ol li::marker {
  font-weight: 700;
}
.page-id-18202 .wysiwyg_block p, .page-id-18208 .wysiwyg_block p {
  padding: 0 20px;
}
.page-id-18202 .wysiwyg_block p strong, .page-id-22982 .wysiwyg_block p strong, .page-id-22987 .wysiwyg_block p strong, .page-id-22991 .wysiwyg_block p strong {
  display: block;
  padding-top: 15px;
}
.page-id-22982 .wysiwyg_block h3, .page-id-22987 .wysiwyg_block h3, .page-id-22991 .wysiwyg_block h3 {
  margin-top: 45px;
}
.page-id-19142 .flexible-content-blocks > .wysiwyg_block:first-of-type {
  padding-bottom: 0;
}
