<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Example of a font function:

.sans-serif-bold() {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 700;
}

*/
.halyard-text-book {
  font-family: halyard-text, sans-serif;
  font-weight: 350;
  font-style: normal;
}
.halyard-text-semibold {
  font-family: halyard-text, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.halyard-text-black {
  font-family: halyard-text, sans-serif;
  font-weight: 900;
  font-style: normal;
}
/* --------------------------------------------------------------------------------------------- */
/* common default browsers CSS overrides */
html {
  font-size: 10px;
}
body {
  background-color: #000000;
  position: relative;
}
body,
a,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
form,
input,
label,
textarea,
button {
  font-family: halyard-text, sans-serif;
  font-weight: 350;
  font-style: normal;
  font-size: inherit;
  padding: 0;
  margin: 0;
}
body,
a,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
label,
button {
  color: #e9f6f9;
}
input,
textarea {
  color: #000000;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
  border: none;
}
a {
  text-decoration: none;
}
.pe {
  width: 100%;
}
.pe .pe-ow {
  max-width: 1150px;
  margin: 0 auto;
}
.pe .pe-ow .pe-iw {
  padding: 0 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1151px) {
  .pe .pe-ow .pe-iw {
    padding: 0 20px;
  }
}
.main-menu .menu-hamburger {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 50;
}
.main-menu .menu-hamburger img {
  width: 45px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .main-menu .menu-hamburger img {
    width: 30px;
  }
}
.main-menu .menu-items {
  position: fixed;
  width: 50vw;
  height: 100vh;
  top: 0;
  right: -100vw;
  background-color: #C5574B;
  border-left: 20px solid #ffffff;
  z-index: 100;
  box-sizing: border-box;
  transition: right 500ms ease-in-out;
}
@media only screen and (max-width: 1151px) {
  .main-menu .menu-items {
    width: 75vw;
  }
}
@media only screen and (max-width: 768px) {
  .main-menu .menu-items {
    width: 100vw;
    border-left: 10px solid #ffffff;
  }
}
.main-menu .menu-items .close-menu {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.main-menu .menu-items .close-menu img {
  height: 35px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .main-menu .menu-items .close-menu img {
    height: 25px;
  }
}
.main-menu .menu-items ul {
  text-align: center;
  margin-top: 50vh;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  list-style: none;
}
.main-menu .menu-items ul li {
  margin-bottom: 8px;
}
.main-menu .menu-items ul li.home-menu-item svg {
  height: 100px;
  width: auto;
}
.main-menu .menu-items ul li a {
  font-size: 36px;
  font-family: halyard-text, sans-serif;
  font-weight: 900;
  font-style: normal;
}
.main-menu .menu-items ul li ul {
  margin-top: 0;
  -ms-transform: none;
      transform: none;
  margin-bottom: 16px;
}
.main-menu .menu-items ul li ul li a {
  font-size: 24px;
  font-family: halyard-text, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.header .header-ow .header-iw {
  position: relative;
}
.inquiry-form {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 200;
  opacity: 0;
  overflow-y: scroll;
  padding-bottom: 32px;
}
.inquiry-form .inquiry-form-ow .inquiry-form-iw .wpforms-confirmation-container {
  width: 560px;
  height: auto;
  border: 15px solid #e9f6f9;
  margin: 8px auto 32px auto;
  background-color: #C5574B;
  padding: 55px 30px 80px 30px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .inquiry-form .inquiry-form-ow .inquiry-form-iw .wpforms-confirmation-container {
    width: 90vw;
    border: 10px solid #e9f6f9;
  }
}
.inquiry-form .inquiry-form-ow .inquiry-form-iw .wpforms-confirmation-container .inquiry-form-close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 20px;
  width: 20px;
  background-image: url(../images/menu-rentcam-close-button.svg);
  cursor: pointer;
  background-repeat: no-repeat;
}
.inquiry-form .inquiry-form-ow .inquiry-form-iw .wpforms-confirmation-container p {
  color: #ffffff;
  font-size: 24px;
  font-family: halyard-text, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-top: 25px;
}
.inquiry-form .inquiry-form-ow .inquiry-form-iw .wpforms-container {
  width: 560px;
  height: auto;
  border: 15px solid #e9f6f9;
  margin: 8px auto 32px auto;
  background-color: #C5574B;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .inquiry-form .inquiry-form-ow .inquiry-form-iw .wpforms-container {
    width: 90vw;
    border: 10px solid #e9f6f9;
  }
}
.inquiry-form .inquiry-form-ow .inquiry-form-iw .wpforms-container form {
  padding: 20px 35px;
}
@media only screen and (max-width: 768px) {
  .inquiry-form .inquiry-form-ow .inquiry-form-iw .wpforms-container form {
    padding: 10px 17px;
  }
}
.inquiry-form .inquiry-form-ow .inquiry-form-iw .wpforms-container form .wpforms-field-hp {
  display: none;
}
.inquiry-form .inquiry-form-ow .inquiry-form-iw .wpforms-container form .inquiry-form-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 92.5%;
}
.inquiry-form .inquiry-form-ow .inquiry-form-iw .wpforms-container form .inquiry-form-header h2 {
  font-size: 30px;
  font-family: halyard-text, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
}
.inquiry-form .inquiry-form-ow .inquiry-form-iw .wpforms-container form .inquiry-form-header .logo {
  height: 65px;
  width: 115px;
  background-image: url(../images/rentcam-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
.inquiry-form .inquiry-form-ow .inquiry-form-iw .wpforms-container form .inquiry-form-header .inquiry-form-close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 20px;
  width: 20px;
  background-image: url(../images/menu-rentcam-close-button.svg);
  cursor: pointer;
  background-repeat: no-repeat;
}
.inquiry-form .inquiry-form-ow .inquiry-form-iw .wpforms-container form label {
  font-size: 18px;
  font-family: halyard-text, sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 100%;
  display: block;
  padding-bottom: 0.25em;
  margin-top: 0.75em;
}
.inquiry-form .inquiry-form-ow .inquiry-form-iw .wpforms-container form label.wpforms-error {
  font-family: halyard-text, sans-serif;
  font-weight: 350;
  font-style: normal;
  font-size: 16px;
  margin-top: 0.1em;
}
.inquiry-form .inquiry-form-ow .inquiry-form-iw .wpforms-container form input,
.inquiry-form .inquiry-form-ow .inquiry-form-iw .wpforms-container form textarea {
  width: 100%;
  font-family: halyard-text, sans-serif;
  font-weight: 350;
  font-style: normal;
  font-size: 18px;
  padding: 0.25em 0.5em;
  box-sizing: border-box;
}
.inquiry-form .inquiry-form-ow .inquiry-form-iw .wpforms-container form textarea {
  height: 100px;
}
.inquiry-form .inquiry-form-ow .inquiry-form-iw .wpforms-container form .wpforms-submit-container {
  text-align: right;
  padding-top: 16px;
  padding-bottom: 8px;
}
.inquiry-form .inquiry-form-ow .inquiry-form-iw .wpforms-container form .wpforms-submit-container button {
  background-color: #e9f6f9;
  color: #C5574B;
  font-size: 18px;
  padding: 0.5em 1em 0.65em;
  border-radius: 20px;
  box-shadow: none;
  font-family: halyard-text, sans-serif;
  font-weight: 600;
  font-style: normal;
  border: none;
  display: inline-block;
  cursor: pointer;
}
.inquiry-form .inquiry-form-ow .inquiry-form-iw .wpforms-container form .wpforms-submit-container button:hover {
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .contact-information .contact-information-ow .contact-information-iw {
    text-align: center;
  }
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1151px) {
  .contact-information .contact-information-ow .contact-information-iw .contact-information-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .contact-information .contact-information-ow .contact-information-iw .contact-information-columns {
    -ms-flex-flow: column;
        flex-flow: column;
  }
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-columns .company-information {
  width: 25%;
}
@media only screen and (max-width: 1151px) {
  .contact-information .contact-information-ow .contact-information-iw .contact-information-columns .company-information {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .contact-information .contact-information-ow .contact-information-iw .contact-information-columns .company-information {
    width: 100%;
  }
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-columns .company-information .company-name h2 {
  font-size: 26px;
  font-family: halyard-text, sans-serif;
  font-weight: 900;
  font-style: normal;
  padding-bottom: 8px;
  color: #ffffff;
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-columns .company-information .company-information-content p {
  font-size: 18px;
  font-family: halyard-text, sans-serif;
  font-weight: 350;
  font-style: normal;
  padding-bottom: 1em;
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-columns .company-information .company-information-content a {
  padding: 0 10px;
  border-radius: 10px;
  border: 1px dashed transparent;
  margin-left: -10px;
  display: inline-block;
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-columns .company-information .company-information-content a:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #C5574B;
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-columns .contact-information {
  width: 25%;
  padding-top: 48px;
}
@media only screen and (max-width: 1151px) {
  .contact-information .contact-information-ow .contact-information-iw .contact-information-columns .contact-information {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .contact-information .contact-information-ow .contact-information-iw .contact-information-columns .contact-information {
    width: 100%;
  }
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-columns .contact-information .contact-information-heading {
  font-family: halyard-text, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  padding-bottom: 1em;
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-columns .contact-information .contact-information-content p {
  font-size: 18px;
  font-family: halyard-text, sans-serif;
  font-weight: 350;
  font-style: normal;
  padding-bottom: 1em;
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-columns .contact-information .contact-information-content a {
  padding: 0 10px;
  border-radius: 10px;
  border: 1px dashed transparent;
  margin-left: -10px;
  display: inline-block;
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-columns .contact-information .contact-information-content a:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #C5574B;
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-columns .footer-inquiry {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 48px;
}
@media only screen and (max-width: 1151px) {
  .contact-information .contact-information-ow .contact-information-iw .contact-information-columns .footer-inquiry {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .contact-information .contact-information-ow .contact-information-iw .contact-information-columns .footer-inquiry {
    -ms-flex-flow: column;
        flex-flow: column;
  }
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-columns .footer-inquiry .left-side {
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  .contact-information .contact-information-ow .contact-information-iw .contact-information-columns .footer-inquiry .left-side {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .contact-information .contact-information-ow .contact-information-iw .contact-information-columns .footer-inquiry .left-side .logo {
    margin-bottom: 16px;
  }
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-columns .footer-inquiry .left-side .logo svg {
  height: 180px;
  width: auto;
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-columns .footer-inquiry .right-side {
  text-align: center;
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-columns .footer-inquiry .right-side .button-inquiry-form a {
  font-size: 30px;
  font-family: halyard-text, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #C5574B;
  background-color: #e9f6f9;
  padding: 0.4em 0.8em 0.45em 0.8em;
  border-radius: 20px;
  cursor: pointer;
  display: block;
}
@media only screen and (max-width: 768px) {
  .contact-information .contact-information-ow .contact-information-iw .contact-information-columns .footer-inquiry .right-side .button-inquiry-form a {
    font-size: 20px;
  }
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-columns .footer-inquiry .right-side .button-inquiry-form a:hover {
  background-color: #ffffff;
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-columns .footer-inquiry .right-side .button-inquiry-phone a {
  font-size: 30px;
  font-family: halyard-text, sans-serif;
  font-weight: 900;
  font-style: normal;
  border: 1px dotted #e9f6f9;
  padding: 0.4em 0.8em 0.45em 0.8em;
  border-radius: 20px;
  cursor: pointer;
  display: block;
}
@media only screen and (max-width: 768px) {
  .contact-information .contact-information-ow .contact-information-iw .contact-information-columns .footer-inquiry .right-side .button-inquiry-phone a {
    font-size: 20px;
  }
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-columns .footer-inquiry .right-side .button-inquiry-phone a:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #C5574B;
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-columns .footer-inquiry .right-side .text-or-call {
  font-size: 18px;
  margin: 0 30px;
  padding: 10px 0;
}
.homepage-footer .homepage-footer-ow .homepage-footer-iw {
  padding-bottom: 32px;
}
@media only screen and (max-width: 1151px) {
  .homepage-footer .homepage-footer-ow .homepage-footer-iw {
    text-align: center;
  }
}
.homepage-footer .homepage-footer-ow .homepage-footer-iw .copyright-text {
  font-size: 18px;
}
.homepage-header .homepage-header-ow .homepage-header-iw {
  padding-top: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .homepage-header .homepage-header-ow .homepage-header-iw {
    -ms-flex-flow: column;
        flex-flow: column;
  }
}
.homepage-header .homepage-header-ow .homepage-header-iw .logo {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }
}
.homepage-header .homepage-header-ow .homepage-header-iw .logo svg {
  width: 80%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .logo svg {
    width: 30%;
  }
}
.homepage-header .homepage-header-ow .homepage-header-iw .text-content {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .text-content {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
  }
}
.homepage-header .homepage-header-ow .homepage-header-iw .text-content .heading h1 {
  font-family: halyard-text, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 43px;
  line-height: 1.2;
  width: 75%;
  color: #ffffff;
  box-sizing: border-box;
}
@media only screen and (max-width: 1151px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .text-content .heading h1 {
    font-size: 32px;
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .text-content .heading h1 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .text-content .heading h1 {
    font-size: 24px;
  }
}
@media only screen and (max-height: 480px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .text-content .heading h1 {
    font-size: 24px;
  }
}
.homepage-header .homepage-header-ow .homepage-header-iw .text-content .introduction_text {
  margin-bottom: 20px;
}
.homepage-header .homepage-header-ow .homepage-header-iw .text-content .introduction_text p {
  font-size: 18px;
  padding-bottom: 0.5em;
  padding-right: 50px;
}
@media only screen and (max-width: 1151px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .text-content .introduction_text p {
    padding-right: 20px;
  }
}
.homepage-header .homepage-header-ow .homepage-header-iw .text-content .inquiry-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 90%;
}
@media only screen and (max-width: 1151px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .text-content .inquiry-buttons {
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .text-content .inquiry-buttons {
    width: 100%;
    -ms-flex-flow: column;
        flex-flow: column;
  }
}
.homepage-header .homepage-header-ow .homepage-header-iw .text-content .inquiry-buttons .button-inquiry-form a {
  font-size: 30px;
  font-family: halyard-text, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #C5574B;
  background-color: #e9f6f9;
  padding: 0.4em 0.8em 0.45em 0.8em;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  min-width: 230px;
  text-align: center;
}
@media only screen and (max-width: 1151px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .text-content .inquiry-buttons .button-inquiry-form a {
    font-size: 20px;
  }
}
.homepage-header .homepage-header-ow .homepage-header-iw .text-content .inquiry-buttons .button-inquiry-form a:hover {
  background-color: #ffffff;
}
.homepage-header .homepage-header-ow .homepage-header-iw .text-content .inquiry-buttons .text-or-call {
  font-size: 18px;
  margin: 0 30px;
  text-align: center;
}
@media only screen and (max-width: 1151px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .text-content .inquiry-buttons .text-or-call {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .text-content .inquiry-buttons .text-or-call {
    margin: 20px 0;
  }
}
.homepage-header .homepage-header-ow .homepage-header-iw .text-content .inquiry-buttons .button-inquiry-phone a {
  font-size: 30px;
  font-family: halyard-text, sans-serif;
  font-weight: 900;
  font-style: normal;
  border: 1px dotted #e9f6f9;
  padding: 0.4em 0.8em 0.45em 0.8em;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  min-width: 230px;
  text-align: center;
}
@media only screen and (max-width: 1151px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .text-content .inquiry-buttons .button-inquiry-phone a {
    font-size: 20px;
  }
}
.homepage-header .homepage-header-ow .homepage-header-iw .text-content .inquiry-buttons .button-inquiry-phone a:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #C5574B;
}
.horizontal-line-separator .horizontal-line-separator-ow .horizontal-line-separator-iw {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #ffffff;
  opacity: 0.1;
}
.photogallery .photogallery-ow .photogallery-iw .photogallery-slider {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.photogallery .photogallery-ow .photogallery-iw .photogallery-slider .prev-slides-photogallery,
.photogallery .photogallery-ow .photogallery-iw .photogallery-slider .next-slides-photogallery {
  width: 8%;
  height: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .photogallery .photogallery-ow .photogallery-iw .photogallery-slider .prev-slides-photogallery,
  .photogallery .photogallery-ow .photogallery-iw .photogallery-slider .next-slides-photogallery {
    width: 10%;
  }
}
.photogallery .photogallery-ow .photogallery-iw .photogallery-slider .prev-slides-photogallery img,
.photogallery .photogallery-ow .photogallery-iw .photogallery-slider .next-slides-photogallery img {
  height: 40px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .photogallery .photogallery-ow .photogallery-iw .photogallery-slider .prev-slides-photogallery img,
  .photogallery .photogallery-ow .photogallery-iw .photogallery-slider .next-slides-photogallery img {
    height: 30px;
  }
}
.photogallery .photogallery-ow .photogallery-iw .photogallery-slider .prev-slides-photogallery {
  text-align: left;
}
.photogallery .photogallery-ow .photogallery-iw .photogallery-slider .next-slides-photogallery {
  text-align: right;
}
.photogallery .photogallery-ow .photogallery-iw .photogallery-slider .next-slides-photogallery img {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.photogallery .photogallery-ow .photogallery-iw .photogallery-slider .swiper-container-photogallery {
  overflow: hidden;
  width: 84%;
}
.photogallery .photogallery-ow .photogallery-iw .photogallery-slider .swiper-container-photogallery .swiper-wrapper .swiper-slide {
  width: 240px;
  height: 160px;
  background-size: cover;
  background-position: center;
}
.references .references-ow .references-iw {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .references .references-ow .references-iw {
    -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
  }
}
.references .references-ow .references-iw .introduction {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .references .references-ow .references-iw .introduction {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .references .references-ow .references-iw .introduction {
    width: 80%;
  }
}
@media only screen and (max-height: 480px) {
  .references .references-ow .references-iw .introduction {
    width: 80%;
  }
}
.references .references-ow .references-iw .introduction p {
  font-family: halyard-text, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  color: #ffffff;
  padding-right: 20px;
}
@media only screen and (max-width: 1151px) {
  .references .references-ow .references-iw .introduction p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .references .references-ow .references-iw .introduction p {
    padding-top: 32px;
    text-align: center;
    padding-right: 0;
  }
}
.references .references-ow .references-iw .references-slider {
  width: 75%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 768px) {
  .references .references-ow .references-iw .references-slider {
    width: 100%;
  }
}
.references .references-ow .references-iw .references-slider .prev-slides-references,
.references .references-ow .references-iw .references-slider .next-slides-references {
  width: 8%;
  height: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .references .references-ow .references-iw .references-slider .prev-slides-references,
  .references .references-ow .references-iw .references-slider .next-slides-references {
    width: 10%;
  }
}
.references .references-ow .references-iw .references-slider .prev-slides-references img,
.references .references-ow .references-iw .references-slider .next-slides-references img {
  height: 40px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .references .references-ow .references-iw .references-slider .prev-slides-references img,
  .references .references-ow .references-iw .references-slider .next-slides-references img {
    height: 30px;
  }
}
.references .references-ow .references-iw .references-slider .prev-slides-references {
  text-align: left;
}
.references .references-ow .references-iw .references-slider .next-slides-references {
  text-align: right;
}
.references .references-ow .references-iw .references-slider .next-slides-references img {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.references .references-ow .references-iw .references-slider .swiper-container-references {
  width: 84%;
  overflow: hidden;
}
.references .references-ow .references-iw .references-slider .swiper-container-references .swiper-wrapper .swiper-slide {
  width: auto;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 768px) {
  .references .references-ow .references-iw .references-slider .swiper-container-references .swiper-wrapper .swiper-slide {
    height: 50px;
  }
}
.references .references-ow .references-iw .references-slider .swiper-container-references .swiper-wrapper .swiper-slide img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.rentcam-categories-listing .rentcam-categories-listing-ow .rentcam-categories-listing-iw .category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.rentcam-categories-listing .rentcam-categories-listing-ow .rentcam-categories-listing-iw .category .category-icon {
  width: 13%;
  margin-right: 10%;
  margin-left: 2%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  min-height: 200px;
}
@media only screen and (max-width: 768px) {
  .rentcam-categories-listing .rentcam-categories-listing-ow .rentcam-categories-listing-iw .category .category-icon {
    position: absolute;
    opacity: 0.3;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.rentcam-categories-listing .rentcam-categories-listing-ow .rentcam-categories-listing-iw .category .category-icon img {
  width: 80%;
}
.rentcam-categories-listing .rentcam-categories-listing-ow .rentcam-categories-listing-iw .category .category-content {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .rentcam-categories-listing .rentcam-categories-listing-ow .rentcam-categories-listing-iw .category .category-content {
    width: 100%;
  }
}
.rentcam-categories-listing .rentcam-categories-listing-ow .rentcam-categories-listing-iw .category .category-content h2 {
  font-family: halyard-text, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 0.3em;
  color: #ffffff;
}
@media only screen and (max-width: 1151px) {
  .rentcam-categories-listing .rentcam-categories-listing-ow .rentcam-categories-listing-iw .category .category-content h2 {
    font-size: 36px;
  }
}
.rentcam-categories-listing .rentcam-categories-listing-ow .rentcam-categories-listing-iw .category .category-content .category-items-group h3 {
  font-size: 24px;
  line-height: 1.2;
  font-family: halyard-text, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
}
.rentcam-categories-listing .rentcam-categories-listing-ow .rentcam-categories-listing-iw .category .category-content .category-items-group ul {
  list-style: none;
  font-size: 18px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .rentcam-categories-listing .rentcam-categories-listing-ow .rentcam-categories-listing-iw .category .category-content .category-items-group ul li {
    margin-bottom: 0.5em;
  }
}
.rentcam-categories-listing .rentcam-categories-listing-ow .rentcam-categories-listing-iw .category .category-content .category-items-group ul li .item-name {
  font-family: halyard-text, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .rentcam-categories-listing .rentcam-categories-listing-ow .rentcam-categories-listing-iw .category .category-content .category-items-group ul li .item-name {
    width: 100%;
    display: block;
  }
}
.rentcam-categories-listing .rentcam-categories-listing-ow .rentcam-categories-listing-iw .category .category-content .category-items-group ul li .item-description {
  font-family: halyard-text, sans-serif;
  font-weight: 350;
  font-style: normal;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .rentcam-categories-listing .rentcam-categories-listing-ow .rentcam-categories-listing-iw .category .category-content .category-items-group ul li .item-description {
    width: 100%;
    display: block;
  }
}
.rentcam-categories-listing .rentcam-categories-listing-ow .rentcam-categories-listing-iw .category .category-content .category-items-group ul li .item-description:before {
  content: ' - ';
}
@media only screen and (max-width: 768px) {
  .rentcam-categories-listing .rentcam-categories-listing-ow .rentcam-categories-listing-iw .category .category-content .category-items-group ul li .item-description:before {
    display: none;
  }
}
.rentcam-categories-listing .rentcam-categories-listing-ow .rentcam-categories-listing-iw .category .category-content .category-items-group .subcategory-notes p {
  font-family: halyard-text, sans-serif;
  font-weight: 350;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 1em;
}
[data-responsive-background-image] img {
  display: none;
}
body {
  background-color: #C5574B;
  font-family: halyard-text, sans-serif;
  font-weight: 350;
  font-style: normal;
  color: #e9f6f9;
}
body.mobile-menu-open {
  overflow: hidden;
}
.page-background-image {
  position: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.02;
  min-height: 100vh;
}
.dark-page-overlay {
  background-color: #000000;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 75;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  cursor: pointer;
}
#content {
  position: relative;
}
h1 {
  font-size: 5rem;
  line-height: 1.2rem;
  padding: 0 0 0.5em 0;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}
</pre></body></html>