@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/rix/fonts/Montserrat_OTF/Montserrat-Thin.otf") format("opentype");
  font-display: swap;
  font-weight: 100;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/rix/fonts/Montserrat_OTF/Montserrat-Light.otf") format("opentype");
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/rix/fonts/Montserrat_OTF/Montserrat-Regular.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/rix/fonts/Montserrat_OTF/Montserrat-Medium.otf") format("opentype");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/rix/fonts/Montserrat_OTF/Montserrat-SemiBold.otf") format("opentype");
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "Sea Angel";
  src: url("/wp-content/themes/rix/fonts/Sea-Angel_OTF/Reguler.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
}
.btn, .btn-primary-outline, .btn-outline, .btn-white, .btn-secondary, .btn-color-text, .btn-black, .btn-primary, .btn-highlight {
  display: block;
  text-decoration: none;
  margin: 10px 10px 10px 0;
  transition: padding 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  text-align: left;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  padding: 15px 60px 15px 60px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.btn:before, .btn-primary-outline:before, .btn-outline:before, .btn-white:before, .btn-secondary:before, .btn-color-text:before, .btn-black:before, .btn-primary:before, .btn-highlight:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.208' height='36.208' viewBox='0 0 36.208 36.208'%3E%3Cg transform='translate(33.371 34.789) rotate(-135)'%3E%3Cpath d='M34.689-11.092,10.5,13.1' fill='none' stroke='%23F89574' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath d='M23.038,23.038H10.5V10.5' transform='translate(0 -9.941)' fill='none' stroke='%23F89574' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.btn:hover, .btn-primary-outline:hover, .btn-outline:hover, .btn-white:hover, .btn-secondary:hover, .btn-color-text:hover, .btn-black:hover, .btn-primary:hover, .btn-highlight:hover {
  padding-left: 80px;
  padding-right: 50px;
}

.big-btn, .btn-big-background, .btn-big-secondary, .btn-big-primary, .btn-big-black, .btn-big-white, .btn-big-highlight {
  display: block;
  padding: 0.6em 0.6em 0.35em 0.6em;
  margin: 30px 0;
  text-align: center;
  font-size: 50px;
  cursor: pointer;
  font-family: "Sea Angel", sans-serif;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out, color 0.3s ease-out;
}
@media (max-width: 1399px) {
  .big-btn, .btn-big-background, .btn-big-secondary, .btn-big-primary, .btn-big-black, .btn-big-white, .btn-big-highlight {
    font-size: 40px;
  }
}

.btn-big-highlight {
  background: #F89574;
  border-color: #F89574;
  color: #fff;
}
.btn-big-highlight:hover {
  background: #fff;
  color: #F89574;
}

.btn-big-white {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.btn-big-white:hover {
  background: #000;
  color: #fff;
}

.btn-big-black {
  background: #000;
  color: #fff;
  border-color: #000;
}
.btn-big-black:hover {
  background: #fff;
  color: #000;
}

.btn-big-primary {
  background: #3C6D8F;
  color: #fff;
  border-color: #3C6D8F;
}
.btn-big-primary:hover {
  background: #fff;
  color: #3C6D8F;
}

.btn-big-secondary {
  background: #F4F0EC;
  color: #466A8E;
  border-color: #F4F0EC;
}
.btn-big-secondary:hover {
  background: #3C6D8F;
  color: #fff;
  border-color: #3C6D8F;
}

.btn-big-background {
  background: #FAF7F5;
  color: #466A8E;
}

.btn-sm {
  padding: 10px 35px;
}

.btn-md {
  padding: 15px 70px;
}

.btn-lg {
  padding: 20px 100px;
  font-size: 16px;
}

.btn-icon {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 15px;
}
.btn-icon > span {
  display: inline-block;
  line-height: 1;
}
.btn-icon > span:first-child {
  margin-right: 8px;
}

.wp-block-buttons .wp-block-button__link {
  border-radius: 0 !important;
}

.btn-highlight {
  color: #F89574 !important;
}
.btn-highlight:hover {
  text-decoration: none;
}

.btn-primary {
  color: #3C6D8F !important;
}
.btn-primary:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.208' height='36.208' viewBox='0 0 36.208 36.208'%3E%3Cg transform='translate(33.371 34.789) rotate(-135)'%3E%3Cpath d='M34.689-11.092,10.5,13.1' fill='none' stroke='%233C6D8F' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath d='M23.038,23.038H10.5V10.5' transform='translate(0 -9.941)' fill='none' stroke='%233C6D8F' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  color: inherit;
}

.btn-black {
  color: #000 !important;
}
.btn-black:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.208' height='36.208' viewBox='0 0 36.208 36.208'%3E%3Cg transform='translate(33.371 34.789) rotate(-135)'%3E%3Cpath d='M34.689-11.092,10.5,13.1' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath d='M23.038,23.038H10.5V10.5' transform='translate(0 -9.941)' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  color: inherit;
}
.btn-color-text {
  background-color: #466A8E;
  border-color: #466A8E;
  color: #fff !important;
}
.btn-color-text:hover {
  text-decoration: none;
  background-color: #F4F0EC;
  border-color: #F4F0EC;
  color: #fff !important;
}

.btn-secondary {
  color: #F4F0EC !important;
}
.btn-secondary:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.208' height='36.208' viewBox='0 0 36.208 36.208'%3E%3Cg transform='translate(33.371 34.789) rotate(-135)'%3E%3Cpath d='M34.689-11.092,10.5,13.1' fill='none' stroke='%23F4F0EC' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath d='M23.038,23.038H10.5V10.5' transform='translate(0 -9.941)' fill='none' stroke='%23F4F0EC' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
}
.btn-white {
  color: #fff !important;
}
.btn-white:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.208' height='36.208' viewBox='0 0 36.208 36.208'%3E%3Cg transform='translate(33.371 34.789) rotate(-135)'%3E%3Cpath d='M34.689-11.092,10.5,13.1' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath d='M23.038,23.038H10.5V10.5' transform='translate(0 -9.941)' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
}
.btn-block {
  display: block;
  margin-right: 0;
}

.btn-outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff !important;
}
.btn-outline:hover {
  text-decoration: none;
  color: #3C6D8F !important;
  background: #fff;
}

.btn-primary-outline {
  background-color: transparent;
  border-color: #3C6D8F;
  color: #466A8E !important;
}
.btn-primary-outline:hover {
  text-decoration: none;
  background-color: #3C6D8F;
  color: #fff !important;
}

.circle-arrow {
  color: inherit;
  position: relative;
  display: flex;
  align-items: center;
}
.circle-arrow:before {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  background-color: transparent;
  background: url("img/icons/arrow-right-w.svg") no-repeat center center/19px 14px;
  margin-right: 15px;
}
.circle-arrow.white:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.circle-arrow.black:before {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #000;
  background-image: url("img/icons/arrow-right-w.svg");
}
.circle-arrow.primary:before {
  background-color: #3C6D8F;
  background-image: url("img/icons/arrow-right-w.svg") no-repeat center center/18px 9px;
  border-color: #3C6D8F;
}
.circle-arrow.secondary:before {
  background-color: #F4F0EC;
  background-image: url("img/icons/arrow-right-w.svg") no-repeat center center/18px 9px;
  border-color: #F4F0EC;
}
.circle-arrow.primary-inverted:before {
  background-color: #3C6D8F;
  background-image: url("img/icons/arrow-right-w.svg");
  border-color: #3C6D8F;
}
.circle-arrow.highlight:before {
  background-image: url("img/icons/arrow-right-highlight.svg") no-repeat center center/28px 14px;
  border-color: rgba(164, 68, 26, 0.2);
}
.circle-arrow:hover.primary:before, a:hover .circle-arrow.primary:before {
  background-color: #F4F0EC;
  border-color: #F4F0EC;
}
.circle-arrow:hover.secondary:before, a:hover .circle-arrow.secondary:before {
  background-color: #000;
  background-image: url("img/icons/arrow-right-w.svg");
  border-color: #000;
}
.circle-arrow:hover.highlight:before, a:hover .circle-arrow.highlight:before {
  background-color: #F89574;
  background-image: url("img/icons/arrow-right-w.svg");
  border-color: #F89574;
}
.circle-arrow:hover.primary-inverted:before, a:hover .circle-arrow.primary-inverted:before {
  background-image: url("img/icons/arrow-right-primary.svg") no-repeat center center/28px 14px;
  border-color: rgba(163, 69, 26, 0.2);
}
.circle-arrow:hover.black:before, a:hover .circle-arrow.black:before {
  background-color: #3C6D8F;
  background-image: url("img/icons/arrow-right-w.svg");
  border-color: #3C6D8F;
}
.circle-arrow:hover.white:before, a:hover .circle-arrow.white:before {
  background-color: #fff;
  background-image: url("img/icons/arrow-right-highlight-2.svg");
  border-color: #fff;
}

.arrow-right {
  position: relative;
}
.arrow-right:after {
  content: "";
  width: 7px;
  height: 12px;
  background: url("img/icons/chevron-right-w.svg") no-repeat center center/contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.arrow-right.btn-white:after {
  background: url("img/icons/chevron-right-primary.svg") no-repeat center center/contain;
}

html, body {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  color: #466A8E;
}

.font-display-2 {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
  font-family: "Sea Angel", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-size: 80px;
  margin-bottom: 20px;
}

h2, .h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

h3, .h3 {
  font-size: 35px;
  margin-bottom: 15px;
}

h4, .h4 {
  font-size: 25px;
  margin-bottom: 15px;
}

h5, .h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

h6, .h6 {
  font-size: 16px;
  margin-bottom: 10px;
}

h5 + h2, .h5 + h2, .h5 + h3, h5 + h3 {
  margin-top: 5px;
}

h5 + h1, .h5 + h1, p + h1 {
  margin-top: 22px;
}

strong {
  font-weight: 600;
}

a {
  color: #F89574;
  text-decoration: underline;
}

@media (max-width: 1599px) {
  h1, .h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  h2, .h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  h3, .h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  h4, .h4 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  h5, .h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  h6, .h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  h2, .h2 {
    font-size: 27px;
    margin-bottom: 20px;
  }
  h3, .h3 {
    font-size: 23px;
    margin-bottom: 15px;
  }
  h4, .h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  h5, .h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  h6, .h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  h2, .h2 {
    font-size: 27px;
    margin-bottom: 20px;
  }
  h3, .h3 {
    font-size: 23px;
    margin-bottom: 15px;
  }
  h4, .h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  h5, .h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  h6, .h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.pb-icon, .pb-icon-close, .pb-icon-envelope, .pb-icon-phone-o, .pb-icon-golf-hole-b, .pb-icon-golf-hole, .pb-icon-user, .pb-icon-cart, .pb-icon-arrow-left-white, .pb-icon-arrow-left-highlight-2, .pb-icon-arrow-right-white, .pb-icon-arrow-right-highlight-2, .pb-icon-search {
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  text-align: center;
  margin: 0 auto;
}
.pb-icon img, .pb-icon-close img, .pb-icon-envelope img, .pb-icon-phone-o img, .pb-icon-golf-hole-b img, .pb-icon-golf-hole img, .pb-icon-user img, .pb-icon-cart img, .pb-icon-arrow-left-white img, .pb-icon-arrow-left-highlight-2 img, .pb-icon-arrow-right-white img, .pb-icon-arrow-right-highlight-2 img, .pb-icon-search img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pb-icon-search {
  background-image: url("img/icons/search.svg");
}

.pb-icon-arrow-right-highlight-2 {
  background-image: url("img/icons/arrow-right-highlight-2.svg");
}

.pb-icon-arrow-right-white {
  background-image: url("img/icons/arrow-right.svg");
}

.pb-icon-arrow-left-highlight-2 {
  background-image: url("img/icons/arrow-left-highlight-2.svg");
}

.pb-icon-arrow-left-white {
  background-image: url("img/icons/arrow-left.svg");
}

.pb-icon-cart {
  background-image: url("img/icons/cart.svg");
}

.pb-icon-user {
  background-image: url("img/icons/user.svg");
}

.pb-icon-golf-hole {
  background-image: url("img/icons/golf-hole.svg");
}

.pb-icon-golf-hole-b {
  background-image: url("img/icons/golf-hole-b.svg");
}

.pb-icon-phone-o {
  background-image: url("img/icons/phone-o.svg");
}

.pb-icon-envelope {
  background-image: url("img/icons/envelope.svg");
}

.icon-xxs {
  width: 16px;
  height: 16px;
}

.icon-xs {
  width: 24px;
  height: 24px;
}

.icon-sm {
  width: 36px;
  height: 36px;
}

.icon-md {
  width: 48px;
  height: 48px;
}

.icon-lg {
  width: 72px;
  height: 72px;
}

.pb-icon-close {
  position: relative;
}
.pb-icon-close:after, .pb-icon-close:before {
  content: "";
  width: 100%;
  position: absolute;
  background: #F89574;
  transform-origin: center;
  height: 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
}
.pb-icon-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.main-footer {
  background: #466A8E;
  padding: 80px 0 40px;
  color: #fff;
}
.main-footer h1, .main-footer h2, .main-footer h3, .main-footer h4, .main-footer h5, .main-footer h6 {
  font-size: 48px;
}
.main-footer hr.wp-block-separator, .main-footer hr {
  border-color: #F5F0EC;
  margin: 60px 0;
}
.main-footer .wp-block-gallery {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  align-items: flex-start;
}
.main-footer .wp-block-gallery .wp-block-image {
  width: auto !important;
  flex: none !important;
}
.main-footer .wp-block-gallery .wp-block-image img {
  height: 75px !important;
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
}

#scroll-to-top {
  cursor: pointer;
  color: #fff;
  background: #3C6D8F url("img/icons/chevron-up-w.svg") no-repeat center center/16px auto;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  z-index: 100;
}

body.scrolled #scroll-to-top {
  opacity: 1 !important;
  pointer-events: all;
}

@media (max-width: 1199px) {
  .footer-cols > div {
    margin: 20px 0;
  }
  .footer-bottom-cols {
    justify-content: center !important;
  }
  .footer-bottom-cols > div {
    flex-basis: auto !important;
  }
  .footer-bottom-cols > div figure, .footer-bottom-cols > div img {
    margin: 0 !important;
    float: none !important;
  }
  #footer .section-text {
    text-align: center !important;
    margin-top: 20px;
  }
  .main-footer hr.wp-block-separator, hr {
    margin: 30px 0;
  }
  .main-footer .wp-block-gallery {
    justify-content: center;
    gap: 40px;
  }
}
@media (max-width: 1599px) {
  .main-footer .wp-block-column {
    margin: 20px 0;
  }
}
#search-form-menu {
  position: fixed;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 580px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out;
  background: #F8F6F3;
  opacity: 0;
  display: block !important;
  z-index: 10000000;
  overflow-y: scroll;
  overscroll-behavior: contain;
}
#search-form-menu:before {
  content: "";
  height: 64px;
  display: block;
  background: transparent;
}
#search-form-menu .inner {
  padding: 33px;
}
@media (max-width: 1199px) {
  #search-form-menu:before {
    background: #FFF;
  }
}
@media (max-width: 767px) {
  #search-form-menu .inner {
    padding: 10px;
  }
}

#search-form {
  position: relative;
}
#search-form input[type=search] {
  background: #fff;
  height: 48px;
  line-height: 48px;
  display: block;
  width: 100%;
  padding: 0 48px 0 13px;
  border: none;
  font-family: inherit;
  outline: none;
}
#search-form input[type=search], #search-form input[type=search]::placeholder {
  color: #3C6D8F;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#search-form input[type=search]::placeholder {
  opacity: 0.7;
}
#search-form button {
  position: absolute;
  top: 50%;
  right: 0;
  border: none;
  background: transparent;
  padding: 10px;
  transform: translateY(-50%);
  height: 48px;
  width: 48px;
}

.search-menu-shown #search-form-menu {
  transform: translateX(-100%);
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.4);
  opacity: 1;
}

#search-results {
  margin: 25px 0;
  min-height: 150px;
}
#search-results.loading:after {
  background-position: center 20px;
}
#search-results .search-title {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.02em;
  color: #1D1D1B;
  margin-bottom: 25px;
}
#search-results .search-result {
  margin-bottom: 10px;
  position: relative;
}
#search-results .search-result a {
  display: flex;
  color: inherit;
  text-decoration: none;
}
#search-results .search-result .image {
  width: 30%;
  max-width: 150px;
  position: relative;
}
#search-results .search-result .image:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#search-results .search-result .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#search-results .search-result .content {
  flex: 1;
  padding: 15px;
  background: #fff;
}
#search-results .search-result .content h4 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: #A3451A;
}
#search-results .search-result .content p {
  font-weight: 500;
  color: #1D1D1B;
}
#search-results .search-result .content *:last-child {
  margin-bottom: 0;
}

.pb-form h2, .pb-form h3, .wpcf7 h2, .wpcf7 h3, #loginform h2, #loginform h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.pb-form p, .wpcf7 p, #loginform p {
  margin-top: 0;
}
.pb-form .login-username, .pb-form .login-password, .wpcf7 .login-username, .wpcf7 .login-password, #loginform .login-username, #loginform .login-password {
  margin-bottom: 7px;
  position: relative;
}
.pb-form .login-username:before, .pb-form .login-password:before, .wpcf7 .login-username:before, .wpcf7 .login-password:before, #loginform .login-username:before, #loginform .login-password:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 1;
  pointer-events: none;
}
.pb-form .login-username input, .pb-form .login-password input, .wpcf7 .login-username input, .wpcf7 .login-password input, #loginform .login-username input, #loginform .login-password input {
  padding-top: 15px !important;
  padding-left: 40px !important;
  background: #fff !important;
  color: #466A8E !important;
}
.pb-form .login-username ::placeholder, .pb-form .login-password ::placeholder, .wpcf7 .login-username ::placeholder, .wpcf7 .login-password ::placeholder, #loginform .login-username ::placeholder, #loginform .login-password ::placeholder {
  color: #466A8E;
}
.pb-form p.login-username:before, .wpcf7 p.login-username:before, #loginform p.login-username:before {
  background-image: url("/wp-content/themes/rix/img/icons/form-user.svg");
}
.pb-form p.login-password:before, .wpcf7 p.login-password:before, #loginform p.login-password:before {
  background-image: url("/wp-content/themes/rix/img/icons/form-password.svg");
}
.pb-form .wpcf7-submit, .pb-form #wp-submit, .wpcf7 .wpcf7-submit, .wpcf7 #wp-submit, #loginform .wpcf7-submit, #loginform #wp-submit {
  color: #fff;
  background: #3C6D8F;
  padding: 20px 50px;
  border: 0;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  display: block;
  width: 100%;
  border-radius: 50px;
}
.pb-form form.submitting .wpcf7-submit, .wpcf7 form.submitting .wpcf7-submit, #loginform form.submitting .wpcf7-submit {
  display: none;
}
.pb-form form.submitting .wpcf7-spinner, .wpcf7 form.submitting .wpcf7-spinner, #loginform form.submitting .wpcf7-spinner {
  display: block;
}
.pb-form form.sent .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, #loginform form.sent .wpcf7-response-output {
  border-color: #3C6D8F;
  background: #3C6D8F;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px;
}
.pb-form input[type=text], .pb-form input[type=number], .pb-form input[type=date], .pb-form input[type=tel], .pb-form input[type=email], .pb-form input[type=password], .pb-form textarea, .wpcf7 input[type=text], .wpcf7 input[type=number], .wpcf7 input[type=date], .wpcf7 input[type=tel], .wpcf7 input[type=email], .wpcf7 input[type=password], .wpcf7 textarea, #loginform input[type=text], #loginform input[type=number], #loginform input[type=date], #loginform input[type=tel], #loginform input[type=email], #loginform input[type=password], #loginform textarea {
  background: rgba(233, 227, 210, 0.4);
  color: #466A8E;
  border: 0;
  width: 100%;
  padding: 25px 15px 15px;
  border-radius: 0;
}
.pb-form input[type=text]:focus, .pb-form input[type=number]:focus, .pb-form input[type=date]:focus, .pb-form input[type=tel]:focus, .pb-form input[type=email]:focus, .pb-form input[type=password]:focus, .pb-form textarea:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=password]:focus, .wpcf7 textarea:focus, #loginform input[type=text]:focus, #loginform input[type=number]:focus, #loginform input[type=date]:focus, #loginform input[type=tel]:focus, #loginform input[type=email]:focus, #loginform input[type=password]:focus, #loginform textarea:focus {
  outline: none;
}
.pb-form .form-group, .wpcf7 .form-group, #loginform .form-group {
  margin-top: 10px;
}
.pb-form .wpcf7-form-control-wrap, .wpcf7 .wpcf7-form-control-wrap, #loginform .wpcf7-form-control-wrap {
  position: static;
}
.pb-form .wpcf7-not-valid-tip, .wpcf7 .wpcf7-not-valid-tip, #loginform .wpcf7-not-valid-tip {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  font-size: 0.8rem;
}
.pb-form .form-control-wrap, .wpcf7 .form-control-wrap, #loginform .form-control-wrap {
  position: relative;
}
.pb-form .form-control-wrap > .placeholder, .wpcf7 .form-control-wrap > .placeholder, #loginform .form-control-wrap > .placeholder {
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 16px;
  font-weight: 300;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  color: #466A8E;
  pointer-events: none;
}
.pb-form .form-control-wrap > .placeholder small, .wpcf7 .form-control-wrap > .placeholder small, #loginform .form-control-wrap > .placeholder small {
  color: #B2B2B2;
  font-size: 13px;
  font-style: italic;
}
.pb-form .form-control-wrap > .placeholder.textarea, .wpcf7 .form-control-wrap > .placeholder.textarea, #loginform .form-control-wrap > .placeholder.textarea {
  top: 30px;
  left: 15px;
}
.pb-form .form-control-wrap > .placeholder.focus, .pb-form .form-control-wrap > .placeholder.filled, .wpcf7 .form-control-wrap > .placeholder.focus, .wpcf7 .form-control-wrap > .placeholder.filled, #loginform .form-control-wrap > .placeholder.focus, #loginform .form-control-wrap > .placeholder.filled {
  top: 5px !important;
  font-size: 10px;
  z-index: 1;
  transform: translateY(0);
}
.pb-form .form-control-wrap > .placeholder.focus small, .pb-form .form-control-wrap > .placeholder.filled small, .wpcf7 .form-control-wrap > .placeholder.focus small, .wpcf7 .form-control-wrap > .placeholder.filled small, #loginform .form-control-wrap > .placeholder.focus small, #loginform .form-control-wrap > .placeholder.filled small {
  font-size: 10px;
}
.pb-form .form-control-wrap.form-icon-user input, .pb-form .form-control-wrap.form-icon-user textarea, .wpcf7 .form-control-wrap.form-icon-user input, .wpcf7 .form-control-wrap.form-icon-user textarea, #loginform .form-control-wrap.form-icon-user input, #loginform .form-control-wrap.form-icon-user textarea {
  padding-left: 40px;
}
.pb-form .form-control-wrap.form-icon-user > .placeholder, .wpcf7 .form-control-wrap.form-icon-user > .placeholder, #loginform .form-control-wrap.form-icon-user > .placeholder {
  left: 40px;
}
.pb-form .form-control-wrap.form-icon-user:after, .wpcf7 .form-control-wrap.form-icon-user:after, #loginform .form-control-wrap.form-icon-user:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/rix/img/icons/form-user.svg") no-repeat center center/contain;
  top: 18px;
  left: 10px;
  pointer-events: none;
}
.pb-form .form-control-wrap.form-icon-email input, .pb-form .form-control-wrap.form-icon-email textarea, .wpcf7 .form-control-wrap.form-icon-email input, .wpcf7 .form-control-wrap.form-icon-email textarea, #loginform .form-control-wrap.form-icon-email input, #loginform .form-control-wrap.form-icon-email textarea {
  padding-left: 40px;
}
.pb-form .form-control-wrap.form-icon-email > .placeholder, .wpcf7 .form-control-wrap.form-icon-email > .placeholder, #loginform .form-control-wrap.form-icon-email > .placeholder {
  left: 40px;
}
.pb-form .form-control-wrap.form-icon-email:after, .wpcf7 .form-control-wrap.form-icon-email:after, #loginform .form-control-wrap.form-icon-email:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/rix/img/icons/form-email.svg") no-repeat center center/contain;
  top: 18px;
  left: 10px;
  pointer-events: none;
}
.pb-form .form-control-wrap textarea, .wpcf7 .form-control-wrap textarea, #loginform .form-control-wrap textarea {
  height: 250px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
}
.pb-form .form-control-wrap textarea + .placeholder, .wpcf7 .form-control-wrap textarea + .placeholder, #loginform .form-control-wrap textarea + .placeholder {
  left: 10px;
}
.pb-form .form-control-wrap textarea + .placeholder.focus, .pb-form .form-control-wrap textarea + .placeholder.filled, .wpcf7 .form-control-wrap textarea + .placeholder.focus, .wpcf7 .form-control-wrap textarea + .placeholder.filled, #loginform .form-control-wrap textarea + .placeholder.focus, #loginform .form-control-wrap textarea + .placeholder.filled {
  top: 5px !important;
}
.pb-form .SumoSelect, .wpcf7 .SumoSelect, #loginform .SumoSelect {
  width: 100%;
  margin-top: 1rem;
}
.pb-form .SumoSelect > .CaptionCont, .wpcf7 .SumoSelect > .CaptionCont, #loginform .SumoSelect > .CaptionCont {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #F4F0EC;
}
.pb-form .SumoSelect > .CaptionCont > label > i, .wpcf7 .SumoSelect > .CaptionCont > label > i, #loginform .SumoSelect > .CaptionCont > label > i {
  width: 20px;
  height: 20px;
  border: 1px solid #3C6D8F;
  background: url("img/icons/chevron-down-grey.svg") no-repeat center center/10px auto;
}
.pb-form .SumoSelect > .CaptionCont > span.placeholder, .wpcf7 .SumoSelect > .CaptionCont > span.placeholder, #loginform .SumoSelect > .CaptionCont > span.placeholder {
  color: #466A8E;
}
.pb-form select, .wpcf7 select, #loginform select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #F4F0EC;
  padding: 10px 10px 10px 0;
  background: transparent url("img/icons/chevron-down-border.svg") no-repeat center right/20px auto;
  appearance: none;
  font-size: 16px;
}
.pb-form select:focus, .wpcf7 select:focus, #loginform select:focus {
  outline: none;
}
.pb-form .wpcf7-spinner, .wpcf7 .wpcf7-spinner, #loginform .wpcf7-spinner {
  display: none;
}
.pb-form .range, .wpcf7 .range, #loginform .range {
  border: 1px solid #dbe4f5;
  height: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.pb-form .range .ui-slider-handle, .wpcf7 .range .ui-slider-handle, #loginform .range .ui-slider-handle {
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  outline: none;
  top: -13px;
  margin-left: -15px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  background: url("img/slider_linjer.svg") no-repeat center center/8px auto;
  background-color: #3C6D8F;
}
.pb-form .range .ui-slider-range, .wpcf7 .range .ui-slider-range, #loginform .range .ui-slider-range {
  background: #3C6D8F;
  border: 0;
}
.pb-form .date-error, .wpcf7 .date-error, #loginform .date-error {
  display: none;
}
.pb-form .datepicker, .wpcf7 .datepicker, #loginform .datepicker {
  background: #fff;
}
.pb-form .ui-datepicker, .wpcf7 .ui-datepicker, #loginform .ui-datepicker {
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 20px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
.pb-form .ui-datepicker .ui-datepicker-header, .wpcf7 .ui-datepicker .ui-datepicker-header, #loginform .ui-datepicker .ui-datepicker-header {
  background: #FAF7F5;
  font-weight: 400;
  border: 0;
}
.pb-form .ui-datepicker .ui-datepicker-calendar th, .wpcf7 .ui-datepicker .ui-datepicker-calendar th, #loginform .ui-datepicker .ui-datepicker-calendar th {
  color: #3C6D8F;
}
.pb-form .ui-datepicker .ui-datepicker-calendar th, .pb-form .ui-datepicker .ui-datepicker-calendar td, .wpcf7 .ui-datepicker .ui-datepicker-calendar th, .wpcf7 .ui-datepicker .ui-datepicker-calendar td, #loginform .ui-datepicker .ui-datepicker-calendar th, #loginform .ui-datepicker .ui-datepicker-calendar td {
  width: 14.28%;
  padding: 5px;
  vertical-align: top;
}
.pb-form .ui-datepicker .ui-datepicker-calendar td a, .pb-form .ui-datepicker .ui-datepicker-calendar td span, .wpcf7 .ui-datepicker .ui-datepicker-calendar td a, .wpcf7 .ui-datepicker .ui-datepicker-calendar td span, #loginform .ui-datepicker .ui-datepicker-calendar td a, #loginform .ui-datepicker .ui-datepicker-calendar td span {
  background: #3C6D8F;
  color: #fff;
  border: 0;
  text-align: center;
  line-height: 40px;
}
.pb-form .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span, .wpcf7 .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span, #loginform .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span {
  background: #FAF7F5;
  color: #A7B3B7;
  border: 0;
}
.pb-form .ui-datepicker .ui-datepicker-calendar td a.ui-state-active, .wpcf7 .ui-datepicker .ui-datepicker-calendar td a.ui-state-active, #loginform .ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
  background: #F4F0EC;
}
@media (max-width: 575px) {
  .pb-form .ui-datepicker, .wpcf7 .ui-datepicker, #loginform .ui-datepicker {
    padding: 5px;
  }
  .pb-form .ui-datepicker .ui-datepicker-calendar th, .pb-form .ui-datepicker .ui-datepicker-calendar td, .wpcf7 .ui-datepicker .ui-datepicker-calendar th, .wpcf7 .ui-datepicker .ui-datepicker-calendar td, #loginform .ui-datepicker .ui-datepicker-calendar th, #loginform .ui-datepicker .ui-datepicker-calendar td {
    width: 14.28%;
    padding: 2px;
    vertical-align: top;
  }
  .pb-form .ui-datepicker .ui-datepicker-calendar td a, .pb-form .ui-datepicker .ui-datepicker-calendar td span, .wpcf7 .ui-datepicker .ui-datepicker-calendar td a, .wpcf7 .ui-datepicker .ui-datepicker-calendar td span, #loginform .ui-datepicker .ui-datepicker-calendar td a, #loginform .ui-datepicker .ui-datepicker-calendar td span {
    line-height: 30px;
  }
}
.pb-form .submit-group, .wpcf7 .submit-group, #loginform .submit-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1rem;
  gap: 20px;
}
@media (max-width: 575px) {
  .pb-form .submit-group, .wpcf7 .submit-group, #loginform .submit-group {
    flex-direction: column;
  }
  .pb-form .submit-group input[type=submit], .wpcf7 .submit-group input[type=submit], #loginform .submit-group input[type=submit] {
    display: block;
    width: 100%;
  }
}
.pb-form .check-group, .pb-form .wpcf7-list-item, .wpcf7 .check-group, .wpcf7 .wpcf7-list-item, #loginform .check-group, #loginform .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.pb-form .check-group > label > span, .pb-form .wpcf7-list-item > label > span, .wpcf7 .check-group > label > span, .wpcf7 .wpcf7-list-item > label > span, #loginform .check-group > label > span, #loginform .wpcf7-list-item > label > span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 35px;
  flex: 1;
  font-size: 0.8rem;
  color: #466A8E;
  position: relative;
  cursor: pointer;
}
.pb-form .check-group > label > span:after, .pb-form .wpcf7-list-item > label > span:after, .wpcf7 .check-group > label > span:after, .wpcf7 .wpcf7-list-item > label > span:after, #loginform .check-group > label > span:after, #loginform .wpcf7-list-item > label > span:after {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #3C6D8F;
  position: absolute;
  left: 0px;
  top: -1px;
}
.pb-form .check-group > label > span:before, .pb-form .wpcf7-list-item > label > span:before, .wpcf7 .check-group > label > span:before, .wpcf7 .wpcf7-list-item > label > span:before, #loginform .check-group > label > span:before, #loginform .wpcf7-list-item > label > span:before {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0px;
}
.pb-form .check-group .wpcf7-not-valid-tip, .pb-form .wpcf7-list-item .wpcf7-not-valid-tip, .wpcf7 .check-group .wpcf7-not-valid-tip, .wpcf7 .wpcf7-list-item .wpcf7-not-valid-tip, #loginform .check-group .wpcf7-not-valid-tip, #loginform .wpcf7-list-item .wpcf7-not-valid-tip {
  position: static;
  top: 0;
  transform: none;
  display: block;
}
.pb-form .check-group input, .pb-form .wpcf7-list-item input, .wpcf7 .check-group input, .wpcf7 .wpcf7-list-item input, #loginform .check-group input, #loginform .wpcf7-list-item input {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline;
  appearance: none;
  margin: 0;
}
.pb-form .check-group input:checked + span:before, .pb-form .check-group input:checked + .wpcf7-list-item-label:before, .pb-form .wpcf7-list-item input:checked + span:before, .pb-form .wpcf7-list-item input:checked + .wpcf7-list-item-label:before, .wpcf7 .check-group input:checked + span:before, .wpcf7 .check-group input:checked + .wpcf7-list-item-label:before, .wpcf7 .wpcf7-list-item input:checked + span:before, .wpcf7 .wpcf7-list-item input:checked + .wpcf7-list-item-label:before, #loginform .check-group input:checked + span:before, #loginform .check-group input:checked + .wpcf7-list-item-label:before, #loginform .wpcf7-list-item input:checked + span:before, #loginform .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  position: absolute;
  left: 8px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #3C6D8F;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pb-form .check-group input[type=radio]:checked + span:after, .pb-form .check-group input[type=radio]:checked + .wpcf7-list-item-label:after, .pb-form .wpcf7-list-item input[type=radio]:checked + span:after, .pb-form .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label:after, .wpcf7 .check-group input[type=radio]:checked + span:after, .wpcf7 .check-group input[type=radio]:checked + .wpcf7-list-item-label:after, .wpcf7 .wpcf7-list-item input[type=radio]:checked + span:after, .wpcf7 .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label:after, #loginform .check-group input[type=radio]:checked + span:after, #loginform .check-group input[type=radio]:checked + .wpcf7-list-item-label:after, #loginform .wpcf7-list-item input[type=radio]:checked + span:after, #loginform .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label:after {
  background: #3C6D8F;
}
.pb-form .check-group input[type=radio]:checked + span:before, .pb-form .check-group input[type=radio]:checked + .wpcf7-list-item-label:before, .pb-form .wpcf7-list-item input[type=radio]:checked + span:before, .pb-form .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label:before, .wpcf7 .check-group input[type=radio]:checked + span:before, .wpcf7 .check-group input[type=radio]:checked + .wpcf7-list-item-label:before, .wpcf7 .wpcf7-list-item input[type=radio]:checked + span:before, .wpcf7 .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label:before, #loginform .check-group input[type=radio]:checked + span:before, #loginform .check-group input[type=radio]:checked + .wpcf7-list-item-label:before, #loginform .wpcf7-list-item input[type=radio]:checked + span:before, #loginform .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label:before {
  display: none;
}
.pb-form .check-group.error, .pb-form .wpcf7-list-item.error, .wpcf7 .check-group.error, .wpcf7 .wpcf7-list-item.error, #loginform .check-group.error, #loginform .wpcf7-list-item.error {
  border-bottom: 2px solid tomato;
  padding-bottom: 5px;
}
.pb-form .wpcf7-radio .wpcf7-list-item, .wpcf7 .wpcf7-radio .wpcf7-list-item, #loginform .wpcf7-radio .wpcf7-list-item {
  margin-right: 15px;
}
.pb-form .wpcf7-list-item-label, .wpcf7 .wpcf7-list-item-label, #loginform .wpcf7-list-item-label {
  padding-left: 35px;
  flex: 1;
  font-size: 1rem;
  color: #466A8E;
  position: relative;
  cursor: pointer;
}
.pb-form .wpcf7-list-item-label:after, .wpcf7 .wpcf7-list-item-label:after, #loginform .wpcf7-list-item-label:after {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #3C6D8F;
  position: absolute;
  left: 0px;
  top: -1px;
}
.pb-form .status-message, .pb-form .success-message, .wpcf7 .status-message, .wpcf7 .success-message, #loginform .status-message, #loginform .success-message {
  display: none;
}
.pb-form .consent-text, .pb-form .wpcf7-acceptance, .wpcf7 .consent-text, .wpcf7 .wpcf7-acceptance, #loginform .consent-text, #loginform .wpcf7-acceptance {
  margin-top: 1.5rem;
  font-size: 0.8rem;
}
.pb-form .consent-text h2, .pb-form .consent-text h3, .pb-form .consent-text h4, .pb-form .wpcf7-acceptance h2, .pb-form .wpcf7-acceptance h3, .pb-form .wpcf7-acceptance h4, .wpcf7 .consent-text h2, .wpcf7 .consent-text h3, .wpcf7 .consent-text h4, .wpcf7 .wpcf7-acceptance h2, .wpcf7 .wpcf7-acceptance h3, .wpcf7 .wpcf7-acceptance h4, #loginform .consent-text h2, #loginform .consent-text h3, #loginform .consent-text h4, #loginform .wpcf7-acceptance h2, #loginform .wpcf7-acceptance h3, #loginform .wpcf7-acceptance h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
.pb-form .consent-text .wpcf7-list-item, .pb-form .wpcf7-acceptance .wpcf7-list-item, .wpcf7 .consent-text .wpcf7-list-item, .wpcf7 .wpcf7-acceptance .wpcf7-list-item, #loginform .consent-text .wpcf7-list-item, #loginform .wpcf7-acceptance .wpcf7-list-item {
  margin-top: 0;
  margin-bottom: 0;
}

.success-message {
  display: none;
}

.modal {
  display: none;
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  background: rgba(39, 42, 43, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.modal .modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: auto;
  padding: 40px;
}
.modal .modal-content {
  background: #FAF7F5;
  padding: 60px;
  opacity: 0;
  transform: translateY(80px);
  position: relative;
  width: 100%;
  max-width: 670px;
}
.modal .modal-content .loading-spinner {
  display: none;
}
.modal .modal-content h2, .modal .modal-content h3 {
  text-transform: uppercase;
}
.modal .modal-content h2:first-of-type, .modal .modal-content h3:first-of-type {
  margin-top: 0;
}
.modal .modal-content .text {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.modal .close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: transparent;
  border: 0;
  font-size: 1.5rem;
  cursor: pointer;
}
@media (max-width: 575px) {
  .modal .close {
    top: 15px;
    right: 15px;
  }
  .modal .modal-dialog {
    padding: 20px;
  }
  .modal .modal-content {
    padding: 40px 20px 30px 20px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block !important;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./inc/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./inc/slick/fonts/slick.eot");
  src: url("./inc/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./inc/slick/fonts/slick.woff") format("woff"), url("./inc/slick/fonts/slick.ttf") format("truetype"), url("./inc/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  padding: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  opacity: 0.2;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}

.section-hero .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-hero .image, .section-hero .video {
  height: 50vh;
}
.section-hero .image img, .section-hero .image video, .section-hero .video img, .section-hero .video video {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  display: block;
}
.section-hero .image.h-100, .section-hero .video.h-100 {
  height: 100vh;
}
.section-hero .image.h-80, .section-hero .video.h-80 {
  height: 80vh;
}
.section-hero .image.h-60, .section-hero .video.h-60 {
  height: 60vh;
}
.section-hero .image.h-50, .section-hero .video.h-50 {
  height: 50vh;
}
.section-hero h1 {
  font-size: 100px;
  text-transform: uppercase;
  line-height: 1.1;
}
.section-hero h1 > span:nth-child(2) {
  padding-left: 140px;
  display: block;
}
.section-hero .buttons {
  margin-top: 30px;
}
@media (max-width: 1800px) {
  .section-hero h1 {
    font-size: 80px;
  }
  .section-hero h1 > span:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 1399px) {
  .section-hero h1 {
    font-size: 60px;
  }
  .section-hero h1 > span:nth-child(2) {
    padding-left: 80px;
  }
}
@media (max-width: 1199px) {
  .section-hero .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-hero h1 {
    font-size: 50px;
  }
  .section-hero h1 > span {
    display: inline !important;
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .section-hero .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-hero h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section-hero .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-hero h1 {
    font-size: 30px;
  }
}

.section-media-text {
  background: #fff;
  padding: 120px 0;
}
.section-media-text .text .inner {
  padding: 40px 0;
}
.section-media-text .text .buttons {
  margin-top: 30px;
}
.section-media-text .image {
  text-align: center !important;
}
.section-media-text .image img {
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
}
@media (min-width: 992px) {
  .section-media-text.image-right .image {
    text-align: right;
  }
  .section-media-text.image-right .text .inner {
    padding-right: 40px;
  }
  .section-media-text.image-left .image {
    text-align: left;
  }
  .section-media-text.image-left .text .inner {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .section-media-text {
    padding: 60px 0;
  }
  .section-media-text.image-right:not(.reverse-mobile) .text .inner {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .section-media-text {
    padding: 40px 0;
  }
  .section-media-text.reverse-mobile.image-left .image {
    order: 2 !important;
  }
  .section-media-text.reverse-mobile.image-right .image {
    order: 0 !important;
  }
}
.section-media-text.has-background-background-color + .section-media-text.has-background-background-color, .section-media-text.has-primary-background-color + .section-media-text.has-primary-background-color, .section-media-text.has-white-background-color + .section-media-text.has-white-background-color, .section-media-text.has-black-background-color + .section-media-text.has-black-background-color, .section-media-text.default-background + .section-media-text.default-background {
  padding-top: 0;
}

.section-media-text-fullwidth {
  background: #fff;
  padding: 80px 0;
}
.section-media-text-fullwidth .text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 1;
}
.section-media-text-fullwidth .text .inner {
  padding: 80px 60px;
  max-width: 750px;
}
.section-media-text-fullwidth .text .inner.default {
  background: #FAF7F5;
}
.section-media-text-fullwidth .text .buttons {
  margin-top: 30px;
}
.section-media-text-fullwidth .image {
  display: flex;
  /*
      @include for-size(1800px){

        align-items: stretch;
        .inner{
          height: 100%;
        }

        img{
          @include img-cover;
        }
      }
  */
}
.section-media-text-fullwidth .image .inner {
  width: 100%;
}
.section-media-text-fullwidth .image img {
  width: auto;
  height: auto;
}
@media (min-width: 1801px) {
  .section-media-text-fullwidth.image-right .image {
    text-align: left;
  }
  .section-media-text-fullwidth.image-right .text {
    right: -120px;
  }
  .section-media-text-fullwidth.image-left .image {
    text-align: right;
  }
  .section-media-text-fullwidth.image-left .text {
    justify-content: flex-start;
    left: -120px;
  }
}
@media (min-width: 1199px) and (max-width: 1599px) {
  .section-media-text-fullwidth .image, .section-media-text-fullwidth .text {
    max-width: 50% !important;
    flex-basis: 50% !important;
  }
}
@media (max-width: 1199px) {
  .section-media-text-fullwidth {
    padding: 80px 20px;
  }
  .section-media-text-fullwidth .text .inner {
    max-width: none;
    padding: 60px 40px;
  }
  .section-media-text-fullwidth.reverse-mobile.image-left .image {
    order: 2 !important;
  }
  .section-media-text-fullwidth.reverse-mobile.image-right .image {
    order: 0 !important;
  }
}
@media (max-width: 991px) {
  .section-media-text-fullwidth .text .inner {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .section-media-text-fullwidth {
    padding: 40px 20px;
  }
  .section-media-text-fullwidth .play-button-icon img {
    width: 80px;
    height: 80px;
  }
}
.section-media-text-fullwidth + .section-media-text-fullwidth {
  padding-top: 0;
}

.section-media-text-alt {
  background: #fff;
  padding: 0 0 80px 0;
  position: relative;
}
.section-media-text-alt .text {
  position: relative;
}
.section-media-text-alt .text .inner {
  padding: 80px 60px;
  max-width: 750px;
}
.section-media-text-alt .text .inner.default {
  background: #FAF7F5;
}
.section-media-text-alt .text .buttons {
  margin-top: 30px;
}
.section-media-text-alt .image, .section-media-text-alt .video {
  width: 100%;
  aspect-ratio: 17/9;
}
.section-media-text-alt .image img, .section-media-text-alt .image video, .section-media-text-alt .video img, .section-media-text-alt .video video {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  display: block;
}
.section-media-text-alt .container {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-media-text-alt.text-right .container {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .section-media-text-alt {
    padding: 40px 20px;
  }
  .section-media-text-alt .container {
    position: static;
    transform: none;
    left: auto;
    padding: 0;
  }
  .section-media-text-alt .text .inner {
    max-width: none;
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .section-media-text-alt {
    padding: 40px 20px;
  }
}

.section-text {
  padding: 120px 0;
}
.section-text.text-align-left {
  text-align: left;
}
.section-text.text-align-center {
  text-align: center;
}
.section-text.text-align-right {
  text-align: right;
}
.section-text .buttons {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .section-text {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-text {
    padding: 40px 0;
  }
}

.section-testimonials {
  padding: 80px 0;
}
.section-testimonials .text {
  margin-bottom: 30px;
  color: #466A8E;
}
.section-testimonials .testimonial-container {
  display: flex;
  align-items: center;
}
.section-testimonials .arrows {
  width: 120px;
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 20px;
}
.section-testimonials .arrows .slick-arrow {
  position: static;
  opacity: 1;
  transform: none;
  background: url("/wp-content/themes/rix/img/icons/arrow-highlight.svg") no-repeat center center/contain;
  width: 36px;
  height: 36px;
}
.section-testimonials .arrows .slick-arrow:before {
  display: none;
}
.section-testimonials .arrows .slick-arrow.slick-next {
  transform: rotate(180deg);
}
.section-testimonials .testimonial-slider-wrapper {
  width: calc(100% - 120px);
}
.section-testimonials .testimonial .inner {
  display: flex;
  align-items: stretch;
}
.section-testimonials .testimonial .content {
  width: 63%;
  padding: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
}
.section-testimonials .testimonial .content.default {
  background: #FAF7F5;
}
.section-testimonials .testimonial .content .name {
  margin-top: 20px;
  font-weight: 600;
}
.section-testimonials .testimonial .content .button {
  margin-top: 50px;
}
.section-testimonials .testimonial .image {
  width: 37%;
  aspect-ratio: 1/1;
}
.section-testimonials .testimonial .image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  display: block;
}
@media (max-width: 991px) {
  .section-testimonials {
    padding: 80px 0;
  }
  .section-testimonials .testimonial .inner {
    flex-direction: column;
  }
  .section-testimonials .testimonial .content {
    width: 100%;
    order: 2;
    padding: 40px;
  }
  .section-testimonials .testimonial .content .button {
    margin-top: 30px;
  }
  .section-testimonials .testimonial .image {
    width: 100%;
    position: relative;
  }
  .section-testimonials .testimonial .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .section-testimonials {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .section-testimonials .testimonial-container {
    flex-direction: column;
  }
  .section-testimonials .testimonial-slider-wrapper {
    width: 100%;
  }
  .section-testimonials .arrows {
    width: 100%;
    flex-direction: row;
  }
  .section-testimonials .arrows .slick-arrow.slick-next {
    transform: rotate(90deg);
  }
  .section-testimonials .arrows .slick-arrow.slick-prev {
    transform: rotate(-90deg);
  }
  .section-testimonials .testimonial .content {
    padding: 20px;
    font-size: 16px;
  }
}

.section-employees {
  padding: 80px 0;
  background: #FAF7F5;
}
.section-employees .text, .section-employees .buttons {
  text-align: center;
  margin-bottom: 30px;
}
.section-employees .employee {
  margin: 10px 0;
}
.section-employees .employee .image {
  position: relative;
  aspect-ratio: 13/16;
}
.section-employees .employee .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  display: block;
}
.section-employees .employee .content {
  padding: 20px 0;
}
.section-employees .employee .name {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .section-employees {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .section-employees {
    padding: 40px 0;
  }
}

.section-image-boxes {
  padding: 80px 0;
  background: #FAF7F5;
}
.section-image-boxes .text {
  margin-bottom: 50px;
}
.section-image-boxes .text-bottom-container {
  margin-top: 50px;
}
.section-image-boxes .image-box {
  margin: 10px 0;
}
.section-image-boxes .image-box .inner {
  display: block;
  position: relative;
}
.section-image-boxes .image-box .inner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(70, 106, 142, 0) 0%, rgb(70, 106, 142) 100%);
  background: -webkit-linear-gradient(top, rgba(70, 106, 142, 0) 0%, rgb(70, 106, 142) 100%);
  background: linear-gradient(to bottom, rgba(70, 106, 142, 0) 0%, rgb(70, 106, 142) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00466a8e", endColorstr="#466a8e",GradientType=0 );
  z-index: 1;
}
.section-image-boxes .image-box .image {
  aspect-ratio: 1/1;
}
.section-image-boxes .image-box .image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  display: block;
}
.section-image-boxes .image-box .play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.section-image-boxes .image-box .title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 30px;
  color: #fff;
  margin: 0;
  color: #fff;
  z-index: 2;
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  font-size: 23px;
}
.section-image-boxes .button {
  text-align: right;
}
.section-image-boxes .button a {
  padding-right: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  .section-image-boxes {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-image-boxes {
    padding: 40px 0;
  }
  .section-image-boxes .text {
    margin-bottom: 20px;
  }
  .section-image-boxes .text-bottom-container {
    margin-top: 20px;
  }
  .section-image-boxes .button {
    text-align: center;
  }
  .section-image-boxes .button a {
    padding-left: 60px;
  }
  .section-image-boxes .button a:before {
    left: 0;
  }
  .section-image-boxes .image-box .image {
    aspect-ratio: 16/10;
  }
  .section-image-boxes .image-box .play-button-overlay {
    width: 80px;
  }
  .section-image-boxes .image-box .title {
    font-size: 20px;
    padding: 20px 20px;
  }
}

.section-columns-image {
  padding: 80px 0;
}
.section-columns-image .image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  display: block;
}
.section-columns-image .column {
  padding: 80px 40px;
}
@media (min-width: 1400px) {
  .section-columns-image .image {
    padding-right: 0;
  }
}
@media (max-width: 1599px) {
  .section-columns-image .column {
    padding: 80px 20px;
  }
}
@media (max-width: 1399px) {
  .section-columns-image {
    padding: 40px 0;
  }
  .section-columns-image .column {
    padding: 40px 20px;
  }
}
@media (max-width: 991px) {
  .section-columns-image {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .section-columns-image {
    padding: 40px 0;
  }
}

.section-gallery {
  padding: 80px 0;
}
.section-gallery .text {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .section-gallery {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-gallery {
    padding: 40px 0;
  }
}

.pb-gallery {
  align-items: stretch;
}
.pb-gallery .image {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pb-gallery .image .inner {
  position: relative;
  padding-bottom: 100%;
}
.pb-gallery .image .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(60, 109, 143, 0.5) url("/wp-content/themes/rix/img/icons/plus.svg") no-repeat center center/40px 40px;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.pb-gallery .image .inner:hover:after {
  opacity: 1;
}
.pb-gallery .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-video {
  position: relative;
  padding: 80px 0;
}
.section-video:before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0;
  left: 0;
}
.section-video .video-container {
  position: relative;
  overflow: hidden;
}
.section-video .video-started + .text {
  display: none;
}
.section-video video, .section-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  border: 0;
}
.section-video .video-overlay {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.section-video .video-overlay .poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-video .video-overlay .poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-video .video-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.section-video .video-overlay .play-button-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -160px);
  z-index: 3;
  color: #fff;
  display: flex;
  width: 350px;
  gap: 15px;
}
.section-video .video-overlay .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-transition: 0.4s transform cubic-bezier(0.73, 0, 0.42, 1);
  -moz-transition: 0.4s transform cubic-bezier(0.73, 0, 0.42, 1);
  -ms-transition: 0.4s transform cubic-bezier(0.73, 0, 0.42, 1);
  -o-transition: 0.4s transform cubic-bezier(0.73, 0, 0.42, 1);
  transition: 0.4s transform cubic-bezier(0.73, 0, 0.42, 1);
}
.section-video .video-overlay:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
}
.section-video .text {
  position: absolute;
  bottom: -86px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.section-video .text .inner {
  width: 100%;
  max-width: 600px;
  padding: 60px;
}
@media (max-width: 767px) {
  .section-video {
    padding: 40px 0;
  }
  .section-video .video-overlay .play-button-text {
    display: none;
    transform: translate(-50%, -140px);
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    align-items: center;
  }
  .section-video .video-overlay .play-button-text em {
    font-size: 20px;
  }
  .section-video .video-overlay .play-button-text .pointer {
    flex: auto;
  }
  .section-video .video-overlay .play-button-text .pointer img {
    width: 40px;
    top: 10px;
    right: 20px;
  }
  .section-video .video-overlay .play-button img {
    width: 80px;
    height: auto;
  }
}

.section-text-buttons {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .section-text-buttons {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-text-buttons {
    padding: 40px 0;
  }
}

.section-text-images {
  background: #fff;
  padding: 120px 0;
}
.section-text-images .text .inner {
  padding: 40px 0;
}
.section-text-images .text .buttons {
  margin-top: 30px;
}
.section-text-images .image {
  text-align: center !important;
}
.section-text-images .image img {
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
}
.section-text-images .image a {
  display: inline-block;
  margin: 20px 0;
  position: relative;
}
.section-text-images .image a:first-child {
  margin-top: 0;
}
.section-text-images .image a:last-child {
  margin-bottom: 0;
}
.section-text-images .image a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(60, 109, 143, 0.5) url("/wp-content/themes/rix/img/icons/plus.svg") no-repeat center center/40px 40px;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.section-text-images .image a:hover:after {
  opacity: 1;
}
.section-text-images .image .image-text {
  position: absolute;
  left: 0;
  bottom: 30px;
  padding: 15px 20px;
  color: #fff;
  background: #3C6D8F;
  font-size: 20px;
  z-index: 2;
}
@media (min-width: 992px) {
  .section-text-images.image-right .image {
    text-align: right;
  }
  .section-text-images.image-right .text .inner {
    padding-right: 40px;
  }
  .section-text-images.image-left .image {
    text-align: left;
  }
  .section-text-images.image-left .text .inner {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .section-text-images {
    padding: 60px 0;
  }
  .section-text-images.image-right:not(.reverse-mobile) .text .inner {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .section-text-images {
    padding: 40px 0;
  }
  .section-text-images.reverse-mobile.image-left .image {
    order: 2 !important;
  }
  .section-text-images.reverse-mobile.image-right .image {
    order: 0 !important;
  }
}
.section-text-images.has-background-background-color + .section-media-text.has-background-background-color, .section-text-images.has-primary-background-color + .section-media-text.has-primary-background-color, .section-text-images.has-white-background-color + .section-media-text.has-white-background-color, .section-text-images.has-black-background-color + .section-media-text.has-black-background-color, .section-text-images.default-background + .section-media-text.default-background {
  padding-top: 0;
}

.section-before-after-gallery {
  padding: 80px 0;
}
.section-before-after-gallery .text {
  margin-bottom: 30px;
}
.section-before-after-gallery .before-after-images {
  display: flex;
  gap: 10px;
  margin: 40px 0;
}
.section-before-after-gallery .before-after-images a {
  display: block;
  width: 50%;
  aspect-ratio: 1/1;
  position: relative;
}
.section-before-after-gallery .before-after-images a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(60, 109, 143, 0.5) url("/wp-content/themes/rix/img/icons/plus.svg") no-repeat center center/40px 40px;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.section-before-after-gallery .before-after-images a:hover:after {
  opacity: 1;
}
.section-before-after-gallery .before-after-images a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  display: block;
}
.section-before-after-gallery .before-after-images a .image-text {
  position: absolute;
  left: 0;
  bottom: 30px;
  padding: 15px 20px;
  color: #fff;
  background: #3C6D8F;
  font-size: 20px;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-before-after-gallery {
    padding: 60px 0;
  }
  .section-before-after-gallery .before-after-images {
    margin: 20px 0;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .section-before-after-gallery {
    padding: 40px 0;
  }
  .section-before-after-gallery .text {
    margin-bottom: 20px;
  }
}

.loading {
  position: relative;
}
.loading:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("/wp-content/themes/rix/img/loading.gif");
  background-repeat: no-repeat;
  background-position: center 50px;
  background-size: 100px auto;
}

.section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.section .text ul {
  padding-inline-start: 20px;
}

.has-white-color h1, .has-white-color h2, .has-white-color h3, .has-white-color h4, .has-white-color h5, .has-white-color h6, .has-white-color .h1, .has-white-color .h2, .has-white-color .h3, .has-white-color .h4, .has-white-color .h5, .has-white-color .h6, .has-white-faded-color h1, .has-white-faded-color h2, .has-white-faded-color h3, .has-white-faded-color h4, .has-white-faded-color h5, .has-white-faded-color h6, .has-white-faded-color .h1, .has-white-faded-color .h2, .has-white-faded-color .h3, .has-white-faded-color .h4, .has-white-faded-color .h5, .has-white-faded-color .h6, .has-highlight-color h1, .has-highlight-color h2, .has-highlight-color h3, .has-highlight-color h4, .has-highlight-color h5, .has-highlight-color h6, .has-highlight-color .h1, .has-highlight-color .h2, .has-highlight-color .h3, .has-highlight-color .h4, .has-highlight-color .h5, .has-highlight-color .h6, .has-black-color h1, .has-black-color h2, .has-black-color h3, .has-black-color h4, .has-black-color h5, .has-black-color h6, .has-black-color .h1, .has-black-color .h2, .has-black-color .h3, .has-black-color .h4, .has-black-color .h5, .has-black-color .h6, .has-primary-color h1, .has-primary-color h2, .has-primary-color h3, .has-primary-color h4, .has-primary-color h5, .has-primary-color h6, .has-primary-color .h1, .has-primary-color .h2, .has-primary-color .h3, .has-primary-color .h4, .has-primary-color .h5, .has-primary-color .h6, .has-secondary-color h1, .has-secondary-color h2, .has-secondary-color h3, .has-secondary-color h4, .has-secondary-color h5, .has-secondary-color h6, .has-secondary-color .h1, .has-secondary-color .h2, .has-secondary-color .h3, .has-secondary-color .h4, .has-secondary-color .h5, .has-secondary-color .h6 {
  color: inherit;
}

.has-white-color, .has-white-color a {
  color: #fff;
}

.heading-has-white-color h1, .heading-has-white-color h2, .heading-has-white-color h3, .heading-has-white-color h4, .heading-has-white-color h5, .heading-has-white-color h6, .heading-has-white-color .h1, .heading-has-white-color .h2, .heading-has-white-color .h3, .heading-has-white-color .h4, .heading-has-white-color .h5, .heading-has-white-color .h6 {
  color: #fff;
}

.has-white-faded-color, .has-white-faded-color a {
  color: rgba(255, 255, 255, 0.6);
}

.heading-has-white-faded-color h1, .heading-has-white-faded-color h2, .heading-has-white-faded-color h3, .heading-has-white-faded-color h4, .heading-has-white-faded-color h5, .heading-has-white-faded-color h6, .heading-has-white-faded-color .h1, .heading-has-white-faded-color .h2, .heading-has-white-faded-color .h3, .heading-has-white-faded-color .h4, .heading-has-white-faded-color .h5, .heading-has-white-faded-color .h6 {
  color: rgba(255, 255, 255, 0.6);
}

.has-black-color, .has-black-color a {
  color: #000;
}

.heading-has-black-color h1, .heading-has-black-color h2, .heading-has-black-color h3, .heading-has-black-color h4, .heading-has-black-color h5, .heading-has-black-color h6, .heading-has-black-color .h1, .heading-has-black-color .h2, .heading-has-black-color .h3, .heading-has-black-color .h4, .heading-has-black-color .h5, .heading-has-black-color .h6 {
  color: #000;
}

.has-highlight-color, .has-highlight-color a {
  color: #F89574;
}

.has-primary-color, .has-primary-color a {
  color: #3C6D8F;
}

.heading-has-primary-color h1, .heading-has-primary-color h2, .heading-has-primary-color h3, .heading-has-primary-color h4, .heading-has-primary-color h5, .heading-has-primary-color h6, .heading-has-primary-color .h1, .heading-has-primary-color .h2, .heading-has-primary-color .h3, .heading-has-primary-color .h4, .heading-has-primary-color .h5, .heading-has-primary-color .h6 {
  color: #3C6D8F;
}

.has-secondary-color, .has-secondary-color a {
  color: #F4F0EC;
}

.heading-has-secondary-color h1, .heading-has-secondary-color h2, .heading-has-secondary-color h3, .heading-has-secondary-color h4, .heading-has-secondary-color h5, .heading-has-secondary-color h6, .heading-has-secondary-color .h1, .heading-has-secondary-color .h2, .heading-has-secondary-color .h3, .heading-has-secondary-color .h4, .heading-has-secondary-color .h5, .heading-has-secondary-color .h6 {
  color: #F4F0EC;
}

.has-white-background-color, .has-white-background-color:before {
  background-color: #fff;
}
.has-white-background-color + *.offset-top:before {
  background-color: #fff;
}

.has-black-background-color, .has-black-background-color:before {
  background-color: #000;
}
.has-black-background-color + *.offset-top:before {
  background-color: #000;
}

.has-highlight-background-color, .has-highlight-background-color:before {
  background-color: #F89574;
}
.has-highlight-background-color + *.offset-top:before {
  background-color: #F89574;
}

.has-primary-background-color, .has-primary-background-color:before {
  background-color: #3C6D8F;
}
.has-primary-background-color + *.offset-top:before {
  background-color: #3C6D8F;
}

.has-secondary-background-color, .has-secondary-background-color:before {
  background-color: #F4F0EC;
}
.has-secondary-background-color + *.offset-top:before {
  background-color: #F4F0EC;
}

.has-background-background-color, .has-background-background-color:before {
  background-color: #FAF7F5;
}
.has-background-background-color + *.offset-top:before {
  background-color: #FAF7F5;
}

.has-light-gray-background-color, .has-light-gray-background-color:before {
  background-color: #FAF7F5;
}
.has-light-gray-background-color + *.offset-top:before {
  background-color: #FAF7F5;
}

.has-medium-gray-background-color, .has-medium-gray-background-color:before {
  background-color: #E2E2E2;
}
.has-medium-gray-background-color + *.offset-top:before {
  background-color: #E2E2E2;
}

.bg-fill-half {
  position: relative;
  background-color: transparent;
}
.bg-fill-half:before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pe-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.g-0 {
  gap: 0px;
}

.mt-1 {
  margin-top: 20px;
}

.mb-1 {
  margin-bottom: 20px;
}

.pt-1 {
  padding-top: 20px;
}

.pe-1 {
  padding-right: 20px;
}

.pl-1 {
  padding-left: 20px;
}

.pb-1 {
  padding-bottom: 20px;
}

.g-1 {
  gap: 20px;
}

.mt-2 {
  margin-top: 40px;
}

.mb-2 {
  margin-bottom: 40px;
}

.pt-2 {
  padding-top: 40px;
}

.pe-2 {
  padding-right: 40px;
}

.pl-2 {
  padding-left: 40px;
}

.pb-2 {
  padding-bottom: 40px;
}

.g-2 {
  gap: 40px;
}

.mt-3 {
  margin-top: 60px;
}

.mb-3 {
  margin-bottom: 60px;
}

.pt-3 {
  padding-top: 60px;
}

.pe-3 {
  padding-right: 60px;
}

.pl-3 {
  padding-left: 60px;
}

.pb-3 {
  padding-bottom: 60px;
}

.g-3 {
  gap: 60px;
}

.mt-4 {
  margin-top: 80px;
}

.mb-4 {
  margin-bottom: 80px;
}

.pt-4 {
  padding-top: 80px;
}

.pe-4 {
  padding-right: 80px;
}

.pl-4 {
  padding-left: 80px;
}

.pb-4 {
  padding-bottom: 80px;
}

.g-4 {
  gap: 80px;
}

.mt-5 {
  margin-top: 100px;
}

.mb-5 {
  margin-bottom: 100px;
}

.pt-5 {
  padding-top: 100px;
}

.pe-5 {
  padding-right: 100px;
}

.pl-5 {
  padding-left: 100px;
}

.pb-5 {
  padding-bottom: 100px;
}

.g-5 {
  gap: 100px;
}

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

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0px;
  }
  .mb-md-0 {
    margin-bottom: 0px;
  }
  .pt-md-0 {
    padding-top: 0px;
  }
  .pb-md-0 {
    padding-bottom: 0px;
  }
  .pe-md-0 {
    padding-right: 0px;
  }
  .pl-md-0 {
    padding-left: 0px;
  }
  .g-md-0 {
    gap: 0px;
  }
  .mt-md-1 {
    margin-top: 20px;
  }
  .mb-md-1 {
    margin-bottom: 20px;
  }
  .pt-md-1 {
    padding-top: 20px;
  }
  .pb-md-1 {
    padding-bottom: 20px;
  }
  .pe-md-1 {
    padding-right: 20px;
  }
  .pl-md-1 {
    padding-left: 20px;
  }
  .g-md-1 {
    gap: 20px;
  }
  .mt-md-2 {
    margin-top: 40px;
  }
  .mb-md-2 {
    margin-bottom: 40px;
  }
  .pt-md-2 {
    padding-top: 40px;
  }
  .pb-md-2 {
    padding-bottom: 40px;
  }
  .pe-md-2 {
    padding-right: 40px;
  }
  .pl-md-2 {
    padding-left: 40px;
  }
  .g-md-2 {
    gap: 40px;
  }
  .mt-md-3 {
    margin-top: 60px;
  }
  .mb-md-3 {
    margin-bottom: 60px;
  }
  .pt-md-3 {
    padding-top: 60px;
  }
  .pb-md-3 {
    padding-bottom: 60px;
  }
  .pe-md-3 {
    padding-right: 60px;
  }
  .pl-md-3 {
    padding-left: 60px;
  }
  .g-md-3 {
    gap: 60px;
  }
  .mt-md-4 {
    margin-top: 80px;
  }
  .mb-md-4 {
    margin-bottom: 80px;
  }
  .pt-md-4 {
    padding-top: 80px;
  }
  .pb-md-4 {
    padding-bottom: 80px;
  }
  .pe-md-4 {
    padding-right: 80px;
  }
  .pl-md-4 {
    padding-left: 80px;
  }
  .g-md-4 {
    gap: 80px;
  }
  .mt-md-5 {
    margin-top: 100px;
  }
  .mb-md-5 {
    margin-bottom: 100px;
  }
  .pt-md-5 {
    padding-top: 100px;
  }
  .pb-md-5 {
    padding-bottom: 100px;
  }
  .pe-md-5 {
    padding-right: 100px;
  }
  .pl-md-5 {
    padding-left: 100px;
  }
  .g-md-5 {
    gap: 100px;
  }
  .no-wrap-md {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0px;
  }
  .mb-lg-0 {
    margin-bottom: 0px;
  }
  .pt-lg-0 {
    padding-top: 0px;
  }
  .pb-lg-0 {
    padding-bottom: 0px;
  }
  .pe-lg-0 {
    padding-right: 0px;
  }
  .pl-lg-0 {
    padding-left: 0px;
  }
  .g-lg-0 {
    gap: 0px;
  }
  .mt-lg-1 {
    margin-top: 20px;
  }
  .mb-lg-1 {
    margin-bottom: 20px;
  }
  .pt-lg-1 {
    padding-top: 20px;
  }
  .pb-lg-1 {
    padding-bottom: 20px;
  }
  .pe-lg-1 {
    padding-right: 20px;
  }
  .pl-lg-1 {
    padding-left: 20px;
  }
  .g-lg-1 {
    gap: 20px;
  }
  .mt-lg-2 {
    margin-top: 40px;
  }
  .mb-lg-2 {
    margin-bottom: 40px;
  }
  .pt-lg-2 {
    padding-top: 40px;
  }
  .pb-lg-2 {
    padding-bottom: 40px;
  }
  .pe-lg-2 {
    padding-right: 40px;
  }
  .pl-lg-2 {
    padding-left: 40px;
  }
  .g-lg-2 {
    gap: 40px;
  }
  .mt-lg-3 {
    margin-top: 60px;
  }
  .mb-lg-3 {
    margin-bottom: 60px;
  }
  .pt-lg-3 {
    padding-top: 60px;
  }
  .pb-lg-3 {
    padding-bottom: 60px;
  }
  .pe-lg-3 {
    padding-right: 60px;
  }
  .pl-lg-3 {
    padding-left: 60px;
  }
  .g-lg-3 {
    gap: 60px;
  }
  .mt-lg-4 {
    margin-top: 80px;
  }
  .mb-lg-4 {
    margin-bottom: 80px;
  }
  .pt-lg-4 {
    padding-top: 80px;
  }
  .pb-lg-4 {
    padding-bottom: 80px;
  }
  .pe-lg-4 {
    padding-right: 80px;
  }
  .pl-lg-4 {
    padding-left: 80px;
  }
  .g-lg-4 {
    gap: 80px;
  }
  .mt-lg-5 {
    margin-top: 100px;
  }
  .mb-lg-5 {
    margin-bottom: 100px;
  }
  .pt-lg-5 {
    padding-top: 100px;
  }
  .pb-lg-5 {
    padding-bottom: 100px;
  }
  .pe-lg-5 {
    padding-right: 100px;
  }
  .pl-lg-5 {
    padding-left: 100px;
  }
  .g-lg-5 {
    gap: 100px;
  }
  .no-wrap-lg {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0px;
  }
  .mb-xl-0 {
    margin-bottom: 0px;
  }
  .pt-xl-0 {
    padding-top: 0px;
  }
  .pe-xl-0 {
    padding-right: 0px;
  }
  .pl-xl-0 {
    padding-left: 0px;
  }
  .pb-xl-0 {
    padding-bottom: 0px;
  }
  .g-xl-0 {
    gap: 0px;
  }
  .mt-xl-1 {
    margin-top: 20px;
  }
  .mb-xl-1 {
    margin-bottom: 20px;
  }
  .pt-xl-1 {
    padding-top: 20px;
  }
  .pe-xl-1 {
    padding-right: 20px;
  }
  .pl-xl-1 {
    padding-left: 20px;
  }
  .pb-xl-1 {
    padding-bottom: 20px;
  }
  .g-xl-1 {
    gap: 20px;
  }
  .mt-xl-2 {
    margin-top: 40px;
  }
  .mb-xl-2 {
    margin-bottom: 40px;
  }
  .pt-xl-2 {
    padding-top: 40px;
  }
  .pe-xl-2 {
    padding-right: 40px;
  }
  .pl-xl-2 {
    padding-left: 40px;
  }
  .pb-xl-2 {
    padding-bottom: 40px;
  }
  .g-xl-2 {
    gap: 40px;
  }
  .mt-xl-3 {
    margin-top: 60px;
  }
  .mb-xl-3 {
    margin-bottom: 60px;
  }
  .pt-xl-3 {
    padding-top: 60px;
  }
  .pe-xl-3 {
    padding-right: 60px;
  }
  .pl-xl-3 {
    padding-left: 60px;
  }
  .pb-xl-3 {
    padding-bottom: 60px;
  }
  .g-xl-3 {
    gap: 60px;
  }
  .mt-xl-4 {
    margin-top: 80px;
  }
  .mb-xl-4 {
    margin-bottom: 80px;
  }
  .pt-xl-4 {
    padding-top: 80px;
  }
  .pe-xl-4 {
    padding-right: 80px;
  }
  .pl-xl-4 {
    padding-left: 80px;
  }
  .pb-xl-4 {
    padding-bottom: 80px;
  }
  .g-xl-4 {
    gap: 80px;
  }
  .mt-xl-5 {
    margin-top: 100px;
  }
  .mb-xl-5 {
    margin-bottom: 100px;
  }
  .pt-xl-5 {
    padding-top: 100px;
  }
  .pe-xl-5 {
    padding-right: 100px;
  }
  .pl-xl-5 {
    padding-left: 100px;
  }
  .pb-xl-5 {
    padding-bottom: 100px;
  }
  .g-xl-5 {
    gap: 100px;
  }
  .no-wrap-xl {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-0 {
    margin-top: 0px;
  }
  .mb-xxl-0 {
    margin-bottom: 0px;
  }
  .pt-xxl-0 {
    padding-top: 0px;
  }
  .pe-xxl-0 {
    padding-right: 0px;
  }
  .pl-xxl-0 {
    padding-left: 0px;
  }
  .pb-xxl-0 {
    padding-bottom: 0px;
  }
  .g-xxl-0 {
    gap: 0px;
  }
  .mt-xxl-1 {
    margin-top: 20px;
  }
  .mb-xxl-1 {
    margin-bottom: 20px;
  }
  .pt-xxl-1 {
    padding-top: 20px;
  }
  .pe-xxl-1 {
    padding-right: 20px;
  }
  .pl-xxl-1 {
    padding-left: 20px;
  }
  .pb-xxl-1 {
    padding-bottom: 20px;
  }
  .g-xxl-1 {
    gap: 20px;
  }
  .mt-xxl-2 {
    margin-top: 40px;
  }
  .mb-xxl-2 {
    margin-bottom: 40px;
  }
  .pt-xxl-2 {
    padding-top: 40px;
  }
  .pe-xxl-2 {
    padding-right: 40px;
  }
  .pl-xxl-2 {
    padding-left: 40px;
  }
  .pb-xxl-2 {
    padding-bottom: 40px;
  }
  .g-xxl-2 {
    gap: 40px;
  }
  .mt-xxl-3 {
    margin-top: 60px;
  }
  .mb-xxl-3 {
    margin-bottom: 60px;
  }
  .pt-xxl-3 {
    padding-top: 60px;
  }
  .pe-xxl-3 {
    padding-right: 60px;
  }
  .pl-xxl-3 {
    padding-left: 60px;
  }
  .pb-xxl-3 {
    padding-bottom: 60px;
  }
  .g-xxl-3 {
    gap: 60px;
  }
  .mt-xxl-4 {
    margin-top: 80px;
  }
  .mb-xxl-4 {
    margin-bottom: 80px;
  }
  .pt-xxl-4 {
    padding-top: 80px;
  }
  .pe-xxl-4 {
    padding-right: 80px;
  }
  .pl-xxl-4 {
    padding-left: 80px;
  }
  .pb-xxl-4 {
    padding-bottom: 80px;
  }
  .g-xxl-4 {
    gap: 80px;
  }
  .mt-xxl-5 {
    margin-top: 100px;
  }
  .mb-xxl-5 {
    margin-bottom: 100px;
  }
  .pt-xxl-5 {
    padding-top: 100px;
  }
  .pe-xxl-5 {
    padding-right: 100px;
  }
  .pl-xxl-5 {
    padding-left: 100px;
  }
  .pb-xxl-5 {
    padding-bottom: 100px;
  }
  .g-xxl-5 {
    gap: 100px;
  }
  .no-wrap-xxl {
    flex-wrap: nowrap !important;
  }
}
hr.wp-block-separator, hr {
  border-top: 1px solid rgba(199, 143, 118, 0.2);
  border-right: none;
  border-left: none;
  border-bottom: none;
  margin: 20px 0;
}

.video-mute {
  display: none;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 12;
  color: #111;
  background-color: white-primary;
  background-image: url("/wp-content/themes/rix/img/icons/volume-mute-sm.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 16px;
  width: 40px;
  height: 40px;
  line-height: 1;
  margin-right: 50px;
  border-radius: 100%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  -webkit-animation: pulse 1.35s infinite;
  animation: pulse 1.35s infinite;
  transition: all 0.3s ease;
  z-index: 5;
  border: none;
}
.video-mute.sound-on {
  background-image: url("/wp-content/themes/rix/img/icons/volume-up-sm.svg");
  box-shadow: none;
  -webkit-animation: none;
  animation: none;
}
.autoplay .video-mute {
  display: block;
}

.video-play {
  display: none;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 12;
  color: #111;
  background-color: white;
  background-image: url("/wp-content/themes/rix/img/icons/play-sm.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 12px;
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 100%;
  cursor: pointer;
  border: none;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  -webkit-animation: pulse 1.35s infinite;
  animation: pulse 1.35s infinite;
  transition: all 0.3s ease;
  z-index: 5;
}
.video-play.playing-on {
  background-image: url("/wp-content/themes/rix/img/icons/pause-sm.svg");
  box-shadow: none;
  -webkit-animation: none;
  animation: none;
}
.autoplay .video-play {
  display: block;
}

.video-fullscreen {
  display: none;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 12;
  color: #111;
  background-color: white;
  background-image: url("img/icons/fullscreen.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 16px;
  width: 40px;
  height: 40px;
  line-height: 1;
  margin-right: 100px;
  border-radius: 100%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  z-index: 5;
  border: none;
}
.autoplay .video-fullscreen {
  display: block;
}

video.fullscreen {
  pointer-events: all !important;
}

.video-close {
  display: none;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 12;
  color: #111;
  background-color: white;
  background-image: url("/wp-content/themes/rix/img/icons/close-video.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 16px;
  width: 40px;
  height: 40px;
  line-height: 1;
  margin-right: 150px;
  border-radius: 100%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  z-index: 5;
  border: none;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.loading-spinner {
  display: none;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #3C6D8F;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
#lightbox {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#lightboxOverlay {
  background: rgba(0, 0, 0, 0.5);
}

.lb-embed {
  aspect-ratio: 16/9;
  height: auto !important;
}

/*
#lightbox{

  .lb-outerContainer{
    background:transparent;
  }

  .lb-container{
    background:transparent;
    padding:20px;
    padding-bottom:0;
    .lb-image{
      border:20px solid #fff;
      border-radius: 0;
    }

  }
  .lb-dataContainer{

    background:transparent;
    padding:0;

    .lb-data{
      padding:20px;
      padding-top:0;
      color:$color-secondary;

      .lb-details{
        float:none;
        width: 100%;
        background:#fff;
        padding:0px 20px 20px;

        .lb-caption{
          font-weight: 400;
          font-size:1rem;
        }

      }

  }


    .lb-number{
      padding:0;
    }

  }

  .lb-close{
    position: absolute;
    top:0;
    right:0;
    background-color:#274344;
    border-radius: 50%;
    width:50px;
    height: 50px;
    background-size:25px auto;
    opacity: 1;
    background-position: center center;
    z-index:10000;
  }

  @media screen and (max-width:500px){
    .lb-next, .lb-prev{
      background-size:40px auto;
    }
  }

}
*/
.embed-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(40, 40, 40, 0.6);
  z-index: 1000000;
}
.embed-modal iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1920px;
  max-height: 1080px;
  aspect-ratio: 16/9;
  padding: 100px;
  border: 0;
}
.embed-modal .close {
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 991px) {
  .embed-modal iframe {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .embed-modal iframe {
    padding: 10px;
  }
}

.video-embed-overlay {
  cursor: pointer;
}

/*# sourceMappingURL=pb-styles.css.map */
