/*autocomplete w3school start*/

/*the container must be positioned relative:*/


.autocomplete { position: relative; display: inline-block;}
input { border: 1px solid transparent; background-color: #f1f1f1; padding: 10px; font-size: 16px;}
input[type=text] {/*background-color: #f1f1f1;*//*width: 100%;*/}
input[type=submit] {background-color: DodgerBlue; color: #fff; cursor: pointer;}
input.search-button[type=submit] {
  background-color: #2c4ced;
}

.autocomplete-items {
  position: absolute;
  /*border: 1px solid #d4d4d4;*/
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  /*border-bottom: 1px solid #d4d4d4;*/
  border-radius: 5px;
  font-size: 15px;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #f5f5f5; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 25px;
  margin-top: 6px;
}

/* Hide default HTML checkbox */
.switch input {
  display:none;
}
/*autocomplete w3school end*/

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.whitehatref {
  float: right; 
  margin-right: 35%;
  padding: 10px 10px 10px 10px;
}

.whitehatref_privacypage {
  float: right; 
  margin-right: 20%;
  padding: 10px 10px 10px 10px;
}

/* polishing */
@media screen and (max-width: 1140px) {
  .container, .firstsection, .testimonialsection, .oursolutionsection, .housinglocator, .pair, .rentcomp, .customsolution, .privatelisting, .aboutsection, .fsection, .searchsection {
    padding-right: 20px;
    padding-left: 20px;
  }
  .herosection{ padding-left: 50px;}

  .whitehatref {
    float: right; 
    margin-right: 35%
  }

  .whitehatref_privacypage {
    float: right; 
    margin-right: 20%;
  }
}
/* polishing end*/

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 52px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #2c4ced;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  height: 1px;
  margin-bottom: 40px;
  background-color: #eee;
}

.divider.cc-dark-divider {
  height: 1px;
  background-color: #202020;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-right: 30px;
  margin-left: 30px;
}

.section.cc-subscribe-form {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #f4f4f4;
}

.section.cc-product-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.container-new {
  width: 100%;
  max-width: 1630px;
  margin-right: 10px;
  text-align: left;
}

.container.cc-subscription-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container.cc-heading-wrap {
  margin-top: 60px;
  margin-bottom: 80px;
  text-align: center;
}

.container.cc-full-width-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.pb-60 {
  padding-bottom: 100px;
}

.container.pb-60.z-index-0 {
  position: relative;
  z-index: 2;
}

.container.pb-60.z-index-0.pt-40 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.aboutcontainer {
  padding: 60px 50px;
}

.paragraph-font-weight-size{
  font-weight: 400 !important;
  font-size: 21px !important;
}

.paragraph-tiny {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: 0.7;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  margin-top: 8px;
  opacity: 1;
  font-family: 'Effra std', Arial, sans-serif;
  color: #001a40;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.paragraph-bigger.cc-bigger-light.large {
  font-size: 21px;
  font-weight: 500;
}

.paragraph-bigger.cc-bigger-light._w-50 {
  width: 60%;
  line-height: 28px;
}

.paragraph-bigger.cc-bigger-light.mb-4 {
  margin-bottom: 40px;
}

.paragraph-bigger.cc-bigger-light.mb-4.pr-4 {
  margin-right: 40px;
}

.paragraph-bigger.cc-bigger-light.mb-4.pr-4._w-70 {
  width: 65%;
}

.list-sites a {
  font-family: 'Effra std', Arial, sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  min-width: 220px;
  padding: 8px 35px;
  border: 1px solid #2c4ced;
  border-radius: 5px;
  background-color: transparent;
  font-family: 'Effra std', Arial, sans-serif;
  color: #2c4ced;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
  background-image: linear-gradient(225deg, #2c4ced, #371eaf);
  color: #fff !important;
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.button.cc-white-button.lightbutton {
  border-color: #fbf7ff;
  color: #fbf7ff;
}

.button.cc-white-button.lightbutton.mt-5 {
  margin-top: 50px;
  padding-right: 48px;
  padding-left: 48px;
}

.button.cc-white-button.lightbutton.mt-5:hover {
  background-color: #fff;
  color: #2c4ced;
}

.button.cc-white-button.color-primary {
  background-image: linear-gradient(225deg, #2c4ced, #371eaf);
}

.button.cc-white-button.mb-30 {
  margin-bottom: 30px;
}

.button.cc-add-to-cart-btn {
  margin-top: 10px;
  margin-right: 10px;
}

.button.full-width {
  border: 1px solid #2c4ced;
  border-radius: 5px;
  background-color: #fff;
  color: #2c4ced;
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: none;
}

.label {
  margin-bottom: 10px;
  color: #fbf7ff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-transform: none;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-cart-remove-link {
  margin-top: 4px;
  margin-bottom: 5px;
  color: #a7a7a7;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-light {
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  text-transform: none;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Effra std', Arial, sans-serif;
  color: #2c4ced;
  font-size: 50px;
  line-height: 64px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.cart-footer {
  padding-top: 20px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.product-name-text {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
}

.cart-quantity {
  display: block;
  height: auto;
  min-width: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0px;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation-items[data-nav-menu-open] {
  background: #fff;
}

.cart {
  margin-left: 20px;
}

.navigation {
  position: relative;
  top: 0px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field.-wfp-focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-quantity-field {
  width: 80px;
  height: auto;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 8px 12px 8px 20px;
  border-color: #e6e6e6;
  background-color: #fff;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-line-item {
  margin-bottom: 10px;
}

.navigation-item {
  padding-bottom: 9px;
  font-family: 'Effra std', Arial, sans-serif;
  color: #1c1a27;
  font-size: 19px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.navigation-items div nav a.navigation-item:nth-child(6) {
  padding-right: 40px;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.icon {
  display: block;
}

.logo-image {
  display: block;
  width: 240px;
}

.remove-button {
  text-decoration: none;
}

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}

.products-heading {
  margin-bottom: 80px;
  text-align: center;
}

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.collection-item {
  position: relative;
  width: 33.33%;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.herocontent {
  max-width: 1140px;
  margin-top: 10%;
  margin-bottom: 20px;
  text-align: left;
}

.intro-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: 0px;
}

.main-heading-wrap {
  margin-bottom: 60px;
}

.main-heading-wrap.mb-0 {
  margin-bottom: 0px;
}

.main-paragraph-wrap {
  display: none;
  margin-top: 60px;
  margin-bottom: 150px;
  grid-template-areas: ". .";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  margin-top: 20px;
}

.footer {
  padding: 60px 50px;
  -ms-grid-columns: 2fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-link {
  margin-bottom: 8px;
  opacity: 1;
  -webkit-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 400;
}

.footer-link:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

.footer-link.hidden {
  display: none;
}

.footercopy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #fbf7ff;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
  margin: 0px 50px;
}

.footercopy:hover {
  opacity: 1;
}

.footercopy:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 620px;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #fff;
}

.product-image-wrap:hover {
  opacity: 0.9;
  color: #fff;
}

.product-image-wrap:active {
  opacity: 0.85;
  color: #fff;
}

.product-description {
  position: absolute;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 30px;
}

.product-price-text {
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
}

.about-quote {
  width: 70%;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
  text-align: center;
}

.picture-placeholder {
  height: 460px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/Placeholder-1_1.svg');
  background-position: 45% 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-2 {
  height: 620px;
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-3 {
  background-image: url('../images/placeholder-2.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-1 {
  background-image: url('../images/placeholder-1.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.about-pictures-wrap {
  margin-bottom: 150px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 10px;
}

.get-in-touch-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.credentials-inputs-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.paragraph-contact-text {
  margin-bottom: 10px;
}

.grid {
  margin-top: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.support-link {
  margin-bottom: 10px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.support-link:hover {
  opacity: 1;
}

.support-link:active {
  opacity: 0.8;
}

.contacts-section {
  margin-bottom: 100px;
  text-align: center;
}

.store-categories-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-category-link {
  margin-right: 15px;
  margin-left: 15px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: 0.8;
}

.products-category-link.w--current {
  opacity: 1;
  font-weight: 600;
  letter-spacing: 1px;
}

.products-category-link.w--current:hover {
  opacity: 0.8;
}

.products-category-link.w--current:active {
  opacity: 0.7;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.blog-preview-image:hover {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-detail-measurement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-detail-main-details {
  margin-bottom: 30px;
}

.product-details-wrap {
  width: 50%;
  max-width: 470px;
  margin-bottom: 20px;
  margin-left: 100px;
}

.add-to-cart {
  margin-top: 30px;
}

.product-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 700px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-detail-cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-detail-price {
  margin-bottom: 20px;
  opacity: 0.6;
  font-size: 30px;
  line-height: 52px;
}

.product-detail-name {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 52px;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  padding: 16px 24px;
  border-color: #e4e4e4;
}

.block-content {
  padding: 24px 24px 12px;
  border-right-color: #e4e4e4;
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  font-weight: 400;
}

.full-width-form {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  background-color: #f4f4f4;
}

.order-item-list {
  margin-bottom: -5px;
}

.order-item-description-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  height: 42px;
  margin-bottom: 16px;
}

.checkbox-label {
  margin-bottom: 0px;
  margin-left: 12px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  text-transform: none;
}

.billing-address-toggle {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  margin-top: 0px;
  margin-bottom: 4px;
}

.shipping-method {
  padding: 20px 24px;
  border-bottom-color: #e4e4e4;
}

.shipping-method-list {
  border-right-color: #e4e4e4;
  border-left-color: #e4e4e4;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.blog-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.option-list {
  font-size: 14px;
  line-height: 26px;
}

.option {
  margin-bottom: 25px;
}

.cart-option-list {
  margin-top: 0px;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0px;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay {
  height: 42px;
}

.pay-with-browser {
  height: 42px;
}

.order-wrap {
  -webkit-flex-basis: 750px;
  -ms-flex-preferred-size: 750px;
  flex-basis: 750px;
}

.order-summary {
  -webkit-flex-basis: 370px;
  -ms-flex-preferred-size: 370px;
  flex-basis: 370px;
}

.billing-address-toggle-2 {
  margin-bottom: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.checkbox-label-2 {
  margin-bottom: 0px;
}

.checkbox-2 {
  margin-top: 2px;
}

.cc-quantity-field-label {
  margin-bottom: 0px;
}

.btn_primary {
  border-radius: 5px;
  background-image: linear-gradient(45deg, #371eaf, #2c4ced);
  font-family: 'Effra std', Arial, sans-serif;
  font-size: 15px;
}

.btn_primary.mobile{
  font-size: 19px;
}

.btn_primary:hover {
  color: #fff;
}

.btn_primary.fix-width {
  width: 516px;
  background-image: linear-gradient(45deg, #371eaf, #2c4ced);
  font-size: 18px;
  font-weight: 700;
}

.herosection {
  height: 100vh;
  background-image: url('../images/marcus-lenk-wKO0rx50VWo-unsplash-2.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body {
  background-color: #fcfcfc;
  font-family: 'Effra std', Arial, sans-serif;
}

.herocontentwrapper {
  max-width: 1140px;
}

.heading {
  margin-bottom: 0px;
  color: #2c4ced;
  font-weight: 700;
  width: 60%;
}

.heading-blog{  
  margin-bottom: 0px;
  color: #2c4ced;
  font-weight: 700;
  width: 100%;
  font-size: 36px;
  margin-top: 10px;
}
.width-60-lg {
  width: 60%;
}

.heading.whitetext {
  color: #fbf7ff;
  font-size: 36px;
}

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

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

.pagesection {
  padding-right: 50px;
  padding-left: 50px;
}

.firstsection {
  background-color: #fbf7ff;
  background-image: url('../images/bgHome.png');
  background-position: 140% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 30px 50px 100px;
}

.card {
  margin-right: 20px;
  padding: 25px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 12px 0 24px 0 rgba(0, 0, 0, 0.1);
}

.card.mr-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card.mt-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-span {
  color: #2e4de5;
}

.block_label p {
  color: #2c4ced;
  font-size: 19px;
  font-weight: 500;
}

.block_heading {
  margin-top: 0px;
  color: #001a40;
  font-weight: 500;
}

.paragraph {
  color: #1c1a27;
  line-height: 26px;
  font-size: 15px;
}

.paragraph.mb-4 {
  margin-bottom: 40px;
}

.paragraph.mb-3 {
  margin-bottom: 30px;
}

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

.paragraph.whitetext {
  color: #fbf7ff;
  font-weight: 400;
  font-size: 15px;
}

.paragraph.whitetext.mt-2 {
  margin-top: 20px;
}

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

.paragraph.mb-2 {
  margin-bottom: 20px;
}

.text-block {
  text-decoration: none;
  text-transform: none;
  font-size: 21px;
  font-weight: 500;
}

.link-block {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #2c4ced;
  border-radius: 5px;
  color: #2c4ced;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.link-block:hover {
  background-image: linear-gradient(225deg, #2c4ced, #371eaf);
  color: #fbf7ff;
  cursor: pointer;
}

.link-block.mb-1 {
  margin-bottom: 10px;
}

.link-block.mb-1.mb-0 {
  margin-bottom: 0px;
}

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

.link-block.mb-0.mt-auto {
  margin-top: auto;
}

.link-block.mt-auto {
  margin-top: auto;
  margin-bottom: 0px;
}

.link-block.mt-auto.mx-4 {
  margin-right: 24px;
  margin-left: 24px;
}

.card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.card-image {
  margin-bottom: 10px;
}

.card-image.w-95 {
  width: 95%;
}

.searchsection {
  background-image: url('../images/bg_search_housing.svg');
  background-position: 123% 90%;
  background-size: 710px;
  background-repeat: no-repeat;
  padding: 75px 50px;
}

.updatedSearchsection {
  background-image: url('../images/bg_search_housing.svg');
  background-position: 120% 55%;
  background-size: 700px;
  background-repeat: no-repeat;
  padding: 75px 50px 0;
}

#search_msg{
  font-size: 15px;
}

.housing-network-section {
  background-color: #303EDA;
  text-align: center;
  padding: 35px 50px 20px;
}

.housing-network-section h2 {
  color:#fff;
  margin-top: 0;
  font-weight: 500;
}

.housing-network-section a {
  color:#fff;
  font-weight: 500;
  font-size: 21px;
}

.housing-network-section .mhs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Three columns */
  grid-gap: 40px;
  margin: 30px 0;
}

.housing-network-section .mhs-grid .mhs-images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.housing-network-section .mhs-grid .mhs-images a img{
  width: 390px;
}

.housing-network-section .mhs-grid .mhs-images a img.mt-20-large {
  margin-top: 20px;
}

.link {
  color: #2c4ced;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.link:hover {
  color: #2c4ced;
  text-decoration: underline;
}

.link.my-24 {
  margin-top: 24px;
  margin-bottom: 4px;
}

.searchlabel {
  margin-bottom: 0px;
  color: #2c4ced;
  font-size: 21px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.searchlabel.cc-styleguide-label {
  margin-bottom: 25px;
}

.searchlabel.cc-cart-remove-link {
  margin-top: 4px;
  margin-bottom: 5px;
  color: #a7a7a7;
  font-weight: 400;
  text-decoration: none;
}

.searchlabel.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.placeholder {
  margin-bottom: 0px;
  padding-left: 0px;
  border: 0px none #000;
  border-radius: 0px;
  background-color: transparent;
  color: #a4a4a2;
  font-size: 21px;
  font-weight: 400;
}

.search-button {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background-color: #2c4ced;
  background-image: url('../images/ic_search.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.search-button:hover {
  box-shadow: -2px 12px 24px 0 rgba(0, 0, 0, 0.2);
}

.search-wrapper {
  width: 50%;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 24px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.1);
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.searchfieldwrapper {
  width: 100%;
  position: relative;
}

.testimonialsection {
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fbf7ff;
}

.testimonialcard {
  max-width: 360px;
  margin: 48px 10px;
  padding: 24px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.1);
  color: #2c4ced;
}

.testimonialcard:hover {
  background-image: linear-gradient(225deg, #2c4ced, #371eaf);
  color: #fff;
}

.txtquote {
  display: block;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 180px;
}

.txttestimonial {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: 'Effra std', Arial, sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}

.testimoniername {
  color: #001a40;
  font-size: 20px;
}

.testimonier {
  color: #001a40;
  font-size: 16px;
}

.testimonierimg {
  max-height: 70px;
  max-width: 70px;
}

.testimonierwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper {
  margin-left: 20px;
}

.imgquote {
  margin-bottom: 10px;
}

.slider {
  width: 100vw;
  height: 70vh;
  background-color: transparent;
}

.slide {
  width: 450px;
}

.carousel {
  width: 100vw;
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.carousel.is_contained {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-2 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #3f4046;
  box-shadow: 0 5px 2rem 0 rgba(0, 0, 0, 0.3);
  color: #b8b9c2;
}

.arrow-left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  background-color: #2c4ced;
}

.arrow-right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 80px;
  height: 50px;
  background-color: #1c1a27;
}

.card-body {
  height: 100%;
  padding: 30px;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._8 {
  right: -147%;
}

.btn {
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #3862ec;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #213ea0;
}

.carousel-mask {
  overflow: visible;
  width: 400px;
}

.card-header {
  height: 150px;
  background-image: url('../images/david-lundgren-1677087-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.slide-nav {
  bottom: 0px;
}

.icon-2 {
  display: none;
}

.icon-3 {
  display: none;
}

.carouselwrapper {
  overflow: auto;
  width: 100%;
}

.container-copy {
  width: 100%;
  max-width: 1140px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.container-copy.cc-subscription-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container-copy.cc-heading-wrap {
  margin-top: 60px;
  margin-bottom: 80px;
  text-align: center;
}

.container-copy.cc-full-width-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.carouselcontainer {
  overflow: hidden;
  width: 100%;
}

.oursolutionsection {
  padding-top: 24px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: url('../images/bgHome.png');
  background-position: 140% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.housinglocator {
  padding-top: 24px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: url('../images/bgHome.png');
  background-position: 140% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.pair {
  padding-top: 24px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: url('../images/bgHome.png');
  background-position: 140% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.rentcomp {
  padding-top: 24px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: url('../images/bgHome.png');
  background-position: 140% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.customsolution {
  padding-top: 24px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: url('../images/bgHome.png');
  background-position: 140% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.privatelisting {
  padding-top: 24px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: url('../images/bgHome.png');
  background-position: 140% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.oursolutionsection.withbg {
  background-image: url('../images/oursolutions_bg.svg'), url('../images/bgHome.png');
  background-position: 108% 0%, 140% 50%;
  background-size: auto 438px, auto;
  background-repeat: no-repeat, no-repeat;
}

.housinglocator.withbg {
  background-image: url('../images/HLgraphic.svg'), url('../images/bgHome.png');
  background-position: 95% 0%, 140% 50%;
  background-size: auto 438px, auto;
  background-repeat: no-repeat, no-repeat;
}

.pair.withbg {
  background-image: url('../images/PAIRgraphic.svg'), url('../images/bgHome.png');
  background-position: 95% 0%, 140% 50%;
  background-size: auto 438px, auto;
  background-repeat: no-repeat, no-repeat;
}

.rentcomp.withbg {
  background-image: url('../images/Rentcompgraphic.svg'), url('../images/bgHome.png');
  background-position: 95% 0%, 140% 50%;
  background-size: auto 438px, auto;
  background-repeat: no-repeat, no-repeat;
}

.customsolution.withbg {
  background-image: url('../images/ADDONSgraphic.svg'), url('../images/bgHome.png');
  background-position: 95% 0%, 140% 50%;
  background-size: auto 438px, auto;
  background-repeat: no-repeat, no-repeat;
}

.privatelisting.withbg {
  background-image: url('../images/PRIVATEPORTALgraphic.svg'), url('../images/bgHome.png');
  background-position: 95% 0%, 140% 50%;
  background-size: auto 438px, auto;
  background-repeat: no-repeat, no-repeat;
}

.waitlistlotterysolutionsection.withbg {
  background-image: url('../images/MHSwaitlistlotterygraphics.svg'), url('../images/bgHome.png');
  background-position: 95% 0%, 140% 50%;
  background-size: auto 438px, auto;
  background-repeat: no-repeat, no-repeat;
  padding-bottom: 5px;
}

.solutioncard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 411px;
  margin-right: 20px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
}

.title {
  color: #2c4ced;
  font-size: 18px;
  font-weight: 500;
}

.title.mb-1 {
  margin-bottom: 10px;
}

.title.mb-1.fx-large {
  font-size: 24px;
}

.title.mb-1.fx-large.dark {
  color: #1c1a27;
}

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

.h3-compact {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.h3-compact.nrw {
  font-size: 21px;
}

.h3-compact.light {
  color: #fbf7ff;
}

.solution_img {
  -o-object-fit: none;
  object-fit: none;
}

.titlewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.titlewrapper.mb-2 {
  margin-bottom: 20px;
}

.cardgrid {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cardgrid2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  grid-auto-columns: 200px;
  grid-column-gap: 2px;
  grid-row-gap: 16px;
  -ms-grid-columns: 400px 400px;
  grid-template-columns: 400px 400px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.aboutsection {
  background-repeat: no-repeat, repeat;
  background: url('../images/MHSnetworkgraphic.svg') no-repeat 90% 50%, linear-gradient(225deg, #2c4ced, #371eaf);
}

.aboutgrid {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  margin-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.housing-lottery-top {
  width: 60%;
}

.waitlistlotterysolutionsection ul li{
  font-size: 19px;
  font-weight: 500;
}

.housing-lottery-bottom {
  padding: 20px 50px 40px;
  background-color: #fbf7ff;
}

.housing-lottery-bottom ul {
  margin-top: 0;
  padding-left: 21px;
}

.housing-lottery-bottom ul li{
  font-size: 19px;
  font-weight: 500;
}

.housing-lottery-bottom h3{
  font-weight: 500;
  line-height: 40px;
  font-size: 26px;
}

.text-block-2 {
  font-size: 12px;
}

.h4logo {
  margin-top: -8px;
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 700;
}

.div-block-2 {
  color: #fbf7ff;
}

.fsection {
  background: linear-gradient(131deg, #3229B2 0%, #3240D1 100%) 0% 0% no-repeat;
}

.fsection.cc-subscribe-form {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #f4f4f4;
}

.fsection.cc-product-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  margin-top: 4px;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 h5,
.text-block-3 p{
  color: #fbf7ff;
  margin-bottom: 0;
}

.text-block-3 p,
.links-section-footer .f-row p{
  margin: 0;
}

.text-block-3 p a,
.footer-block .label a {
  display: -ms-inline-block;
  display: inline-block;
}

.social-media-grid{
  display: flex;
  grid-gap: 10px;
  align-items: center;
}

.top-section-partner-img {
  position: absolute;
}

.top-section-partner {
  background-color: #f4eff9;
  display: flex;
  justify-content: space-between; 
  height: 288px;
}

.top-section-about {
  background-color: #f4eff9;
}

.tips-for-finding-section {
  background-color: #fbf7ff;
}

.container-padding {
  padding: 0 50px;
}

.top-section-partner h1{
  color: #303EDA;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  margin: 0;
}

.top-section-partner h5{
  margin: 0;
}


.top-section-partner span {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    display: block;
}

.top-section-about h2,
.tips-for-finding-section h2{
  color: #303EDA;
  font-weight: 600;
  margin: 0 0 20px;
}

.top-section-about h5,
.tips-for-finding-section h5{
  margin: 0;
  font-size: 21px;
}

.mission-section h2,
.story-section h2,
.milestones-section h2,
.corevalues-section h2,
.jointeam-section h2 {
  color: #303EDA;
  font-weight: 600;
  margin: 0;
  text-align: center;
  width: 100%;
}

.mission-section p,
.story-section p,
.jointeam-section p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 34px;
    font-weight: 500;
}

.corevalues-section h3 {
  font-weight: 600;
}

.col-left, 
.col-right {
  flex: 1;
}

.col-left p, 
.col-right p {
  margin: 10px 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 35px;
}

.top-section-partner .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.top-section-partner .col-right{
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.milestones-section {
  padding-bottom: 50px;
}

.milestones-section h3 {
  color: #303EDA;
  margin: 0;
  font-weight: bolder;
  font-size: 54px;
}

.milestones-section span {
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  margin-top: -8px;
  margin-bottom: 10px;
  display: block;
}

.ml-md-90 {
  margin-left: 90px;
}

.middle-section-partner {
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #f9f9fb;
}

.middle-section-partner .partner-header h2{
  color: #303EDA;
  font-weight: 600;
}

.middle-section-partner .middle-container {
  width: 100%;
  max-width: 833px;
  margin-bottom: 100px;
}

.middle-section-partner span{
  margin-bottom: 35px;
  font-size: 21px;
  margin-top: 10px;
  line-height: 34px;
  font-weight: 500;
  display: block;
}

.link-2 {
  color: #fbf7ff;
  text-decoration: none;
}

.link-2:hover {
  color: #fbf7ff;
  text-decoration: underline;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.socialicons {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-right: 8px;
  border-radius: 90px;
}

.socialicons:hover {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}

.social-link {
  color: #fff;
}

.social-link:hover {
  color: #fbf7ff;
}

.subscribesection {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fbf7ff;
  text-align: center;
}

.subscribe-form-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.subscribe-form-flex {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding: 8px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.22);
}

.text-field-2 {
  background-color: transparent;
}

.submit-button {
  padding: 4px 32px;
  border-radius: 5px;
  background-image: linear-gradient(225deg, #2c4ced, #371eaf);
}

.form {
  margin-top: 20px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-6 {
  margin-right: 40px;
  margin-left: 40px;
}

.div-block-7 {
  margin-top: 10px;
}

.resourcessection {
  padding-top: 40px;
  padding-bottom: 100px;
}

.recourcecard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 411px;
  margin-right: 20px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
}

.recourcecard.search-tips-box {
  display: block;
}

.recourcecard.hidden {
  display: none;
}

.resimage {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.div {
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.subtitle {
  margin-bottom: 4px;
  color: #1c1a27;
  font-size: 16px;
  font-weight: 500;
}

.contactsection {
  padding-top: 40px;
  padding-bottom: 100px;
  background-image: url('../images/ContactUs2.svg');
  background-position: 100% 23%;
  background-size: 627px 518px;
  background-repeat: no-repeat;
}

.pagetitle {
  margin-bottom: 0px;
  color: #2c4ced;
  font-weight: 700;
}

.pagetitle.whitetext {
  color: #fbf7ff;
}

.pagetitle.blacktext {
  color: #000;
}

.pagetitle.blacktext.mb-20 {
  margin-bottom: 20px;
  font-weight: 600;
}

.pagetitle-smaller-font {
  font-size: 30px;
}

.breadcrumb {
  margin-bottom: 70px;
  font-size: 17px;
  font-weight: 500;
}

.text-span-2 {
  color: #2c4ced;
}

.link-3 {
  display: inline;
}

.breadcrumb-link {
  display: inline;
  color: #1c1a27;
  text-decoration: none;
}

.breadcrumb-link:hover {
  color: #2c4ced;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contactcard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-right: 20px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
}

.image {
  height: 130px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.img_avator {
  width: 130px;
  height: 130px;
  margin-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-copy {
  height: 130px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.careersection {
  padding-top: 10px;
  background-image: url('../images/Career.svg');
  background-position: 100% 50%;
  background-size: 602px 379px;
  background-repeat: no-repeat;
}

.text-block-4 {
  color: #fff;
}

.white-transparent-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 70%;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 100px;
  background-color: hsla(0, 0%, 98.4%, 0.95);
}

.aboutcontentcontainer {
  z-index: -1;
  max-width: 1140px;
}

.aboutcontentcontainer.cc-subscription-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.aboutcontentcontainer.cc-heading-wrap {
  margin-top: 60px;
  margin-bottom: 80px;
  text-align: center;
}

.aboutcontentcontainer.cc-full-width-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.link-4:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-logo {
  width: 206px;
  margin-bottom: 8px;
}
.linkedin-btn{
  width: 75px;
  margin-top: 15px;
}
.carouselsection {
  overflow: hidden;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fbf7ff;
}

.projects-col-item {
  max-width: 360px;
  margin: 48px 10px;
  padding: 24px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.1);
  color: #2c4ced;
}

.projects-col-item:hover {
  background-image: linear-gradient(225deg, #2c4ced, #371eaf);
  color: #fff;
}

.projects-col-list-wrap {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-put {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-put-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
}

.left-arrow {
  width: 80px;
  background-color: #fdfdfd;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.left-arrow:hover {
  left: -10px;
  width: 90px;
}

.right-arrow {
  background-color: #fff;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.right-arrow:hover {
  right: -10px;
  width: 90px;
}

.slide-nav-2 {
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-4 {
  color: #2c2c6a;
}

.slider-2 {
  overflow: hidden;
  height: 100%;
  padding: 1px 80px;
  background-color: transparent;
}

.txttestimonial-2 {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}

.testimoniername-2 {
  color: #001a40;
  font-size: 20px;
}

.slide-2 {
  height: 100%;
  margin-right: 25px;
}

.blue {
  width: 100%;
  height: 100%;
  margin-right: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #1a1a40;
}

.blue._2 {
  background-color: #353580;
}

.blue._4 {
  background-color: #6a6aff;
}

.blue._3 {
  background-color: #4f4fbf;
}

.mask-2 {
  overflow: visible;
  width: 191px;
  height: 100%;
}

.div-put-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.red {
  width: 100%;
  height: 100%;
  margin-right: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #630505;
}

.red._2 {
  background-color: #353580;
}

.red._4 {
  background-color: #6a6aff;
}

.red._3 {
  background-color: #4f4fbf;
}

.slide-slide {
  height: 100%;
  margin-right: 25px;
}

.tcard {
  max-width: 360px;
  margin: 48px 10px;
  padding: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.1);
  color: #2c4ced;
}

.tcard:hover {
  background-image: linear-gradient(225deg, #2c4ced, #371eaf);
  color: #fff;
}

.pink {
  width: 100%;
  max-width: 360px;
  margin: 49px 10px;
  padding: 24px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.1);
  color: #2c4ced;
}

.pink:hover {
  background-image: linear-gradient(225deg, #2c4ced, #371eaf);
  color: #fff;
}

.pink._2 {
  background-color: #353580;
}

.pink._4 {
  background-color: #6a6aff;
}

.pink._3 {
  background-color: #4f4fbf;
}

.slider-3 {
  height: 100%;
  background-color: transparent;
}

.maxaccessibilitysection,
.questionssection {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #fff;
  background-image: linear-gradient(225deg, #2c4ced, #371eaf);
}

.checklist_child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checklist_child.dl {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img_check {
  height: 36px;
  margin-right: 16px;
}

.link-5 {
  display: inline;
  text-decoration: none;
}

.pagedetails {
  padding-top: 10px;
  padding-bottom: 100px;
  background-color: #f9f9fb;
}

.partnerdetails {
  padding-top: 10px;
  padding-bottom: 100px;
  background-color: #f9f9fb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.partnerdetails .partner-header {
  text-align: center;
  max-width: 46%;
  padding-top: 40px;
}

.partnerdetails .partner-header h2{
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;
}

.partner-locators {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  max-width: 1080px;
  width: 100%;
}

.partner-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #303EDA;
  height: 320px;
  box-shadow: 6px 6px 8px rgba(0, 0, 41, 0.3);
  padding: 30px 20px 20px;
  flex: 1;
  max-width: calc(33.33% - 15px);
  margin: 0 7px 20px;
  box-sizing: border-box;
}

.partner-block span {
  color: #fff;
  margin: 0;
  font-size: 21px;
  line-height: 34px;
  font-weight: 500;
}

.partner-block p a {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  display: inline-block;
}

.partner-block p a:hover {
  text-decoration: none;
}

.partner-block .img-block {
  min-width: 305px;
  width: 100%;
  max-height: 75px;
  height: 100%;
}

.partner-block .img-block.img-large {
  max-height: none;
  height: auto;
}

.partner-block .img-block.img-adjustGA {
  min-width: auto;
  width: auto;
  max-height: fit-content;
  height: auto;
}

.partner-block .img-block.img-adjustNJ {
  max-height: 150px;
  height: 100%;
  min-width: 305px;
  padding: 0px 44px;
  margin-top: -20px;
}

.partner-block .img-block.img-adjustDE {
  max-height: 100px;
}

.partner-block .img-block.img-adjustME {
  max-height: 117px;
  margin-top: -10px;
}

.partner-block .img-block.img-adjustHO {
  max-height: 135px;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-2 {
  margin-left: 40px;
}

.content_p_wrap {
  width: 80%;
}

.list.mt-30 {
  margin-top: 30px;
}

.sub_txt {
  color: #2c4ced;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.sub_txt:hover {
  color: #2c4ced;
  text-decoration: underline;
}

.text-block-5 {
  width: 62%;
  margin-bottom: 40px;
  color: #2c4ced;
  font-size: 18px;
  font-weight: 500;
}

.div-block-9 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.questionwrapper {
  display: block;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-6 {
  display: inline;
  color: #2c4ced;
}

.em {
  color: #2c4ced;
}

.inline_link {
  display: inline;
}

.questiontitlewithimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-ss {
  margin-left: 20px;
}

.img-listing {
  margin-left: 40px;
}

.list-item-2 {
  line-height: 24px;
}

.text-field-3 {
  width: 516px;
  margin-bottom: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #4f4f4f;
  border-radius: 5px;
}

.text-field-3.mb-20 {
  margin-bottom: 20px;
}

.form-block-2 {
  width: 70%;
  margin-top: 20px;
}

.loginsection {
  margin-bottom: 100px;
  padding-top: 100px;
  background-image: url('../images/bg_login.svg');
  background-position: 100% 50%;
  background-size: 602px;
  background-repeat: no-repeat;
}

.button_dark {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button_dark:hover {
  background-color: #32343a;
  color: #fff;
}

.button_dark:active {
  background-color: #43464d;
}

.button_dark.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button_dark.cc-white-button {
  min-width: 220px;
  padding: 8px 35px;
  border: 1px solid #2c4ced;
  border-radius: 5px;
  background-color: transparent;
  font-family: 'Effra std', Arial, sans-serif;
  color: #2c4ced;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.button_dark.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
  background-image: linear-gradient(225deg, #2c4ced, #371eaf);
  color: #fff;
}

.button_dark.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.button_dark.cc-white-button.lightbutton {
  border-color: #fbf7ff;
  color: #fbf7ff;
}

.button_dark.cc-white-button.lightbutton.mt-5,
.button_dark.cc-white-button.lightbutton {
  margin-top: 50px;
  padding-right: 48px;
  padding-left: 48px;
}

.button_dark.cc-white-button.lightbutton.mt-5:hover,
.button_dark.cc-white-button.lightbutton:hover {
  background-color: #fff;
  background-image: none;
  color: #2c4ced;
}

.button_dark.cc-white-button.color-primary {
  background-image: linear-gradient(225deg, #2c4ced, #371eaf);
}

.button_dark.cc-white-button.mb-30 {
  margin-bottom: 30px;
}

.button_dark.cc-add-to-cart-btn {
  margin-top: 10px;
  margin-right: 10px;
}

.button_dark.full-width {
  border: 1px solid #2c4ced;
  border-radius: 5px;
  background-color: #fff;
  color: #2c4ced;
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: none;
}

.mt-2 {
  margin-top: 2rem;
}

.div-block-10 {
  width: 50%;
}

.footermenu {
  display: none;
  margin-top: 40px;
}

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

.btn-wrapper {
  margin-top: auto;
}

.blog-page {
  background-color: #FAF7FE;
}

.blog-page .heading-blog {
  font-size: 38px;
}

input.blog-search {
  border: solid 1px #2c4ced;
  font-size: 19px;
  font-weight: 500;
}

.blog-search-btn {
  background-color: #2c4ced;
  color: #fff;
  text-transform: none;
  font-size: 19px;
  font-weight: 500;
  height: 44px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.blog-search-btn:hover {
  background-color: #213ea0;
  color: #fff;
}

.blog-categories {
  padding-left: 10px;
}

.blog-categories span {
  font-size: 21px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 34px;
  display: block;
}

.share-content h5 {
  font-size: 21px;
  font-weight: 500;
}

.blog-categories ul {
  list-style: none;
  padding-left: 0;
}

.blog-categories ul li{
  margin-bottom: 24px;
}

.blog-categories ul li a:hover{
  color: #2c4ced;
}

.blog-categories ul li a {
  color: #000;
  text-decoration: none;
  font-size: 21px;
  font-weight: 400;
}

.blog-categories ul li a.active {
  color: #2c4ced;
}

.blog-newsletter {
  background-color: #303EDA;
  border-radius: 20px;
  padding: 15px 20px 25px;
}

.blog-newsletter h5 {
  color: #fff;
  line-height: normal;
  font-size: 22px;
}

.blog-newsletter p {
  color: #fff;
  font-size: 19px;
  font-weight: 300;
}

.blog-newsletter input {
  font-size: 19px;
}

.blog-subscribe-btn {
  padding-top: 8px;
  padding-bottom: 8px;
  border-color: #fbf7ff;
  color: #fbf7ff;
  border-radius: 5px;
  background-color: transparent;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.blog-subscribe-btn:hover{
  background-color: #fff;
  color: #2c4ced;
}

.blog-articles .card {
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.blog-articles .card img {
  height: 230px;
  object-fit: cover;
  min-height: 230px;
  object-position: 0px -10px;
}

.blog-articles .card-body {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}

.blog-articles .card-body .card-title {
  font-size: 21px;
  color: #2c4ced;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}

.blog-articles .card-body .card-text {
  font-size: 26px;
  font-weight: 600;
}

.card-category {
  background-color: #e1e1e1;
  color: #919191;
  border-radius: 5px;
  display: inline-flex;
  margin: 0 7px 7px 0;
  width: auto;
}

.card-category p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 2px 10px;
  line-height: normal;
}

.blog-bookmark {
  display: inline-block;
  margin-right: 6px;
}

.blog-articles .card-body .card-category {
  max-width: 183px;
}

.blog-pagination-container {
  margin: 50px auto;
  text-align: center;
}

.blog-pagination {
  position: relative;
}

.blog-pagination a {
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 22px;
  padding: 8px 16px 10px;
  transition: color 0.2s;
}

.blog-pagination a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #303EDA;
  border-radius: 24px;
  transform: scale(0);
  transition: transform 0.2s;
  z-index: -2;
}

.blog-pagination a:hover,
.blog-pagination a.blog-pagination-active {
  color: #fff;
  z-index: 1;
}

.blog-pagination a:hover:before,
.blog-pagination a.blog-pagination-active:before {
  transform: scale(1);
}

.blog-pagination-older {
  margin-right: 50px;
}

.blog-pagination-newer {
  margin-left: 50px;
}

a.back-to-blog {
  display: inline-block;
  font-size: 19px;
  font-weight: 500;
  text-decoration: none;
}

#article-img {
  height: 500px;
  background-position-y: 47%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.blog-article h2 {
  font-weight: 500;
}

.blog-article h3 {
  margin-top: 20px;
  margin-bottom: 0;
}

.blog-article p {
  font-size: 21px;
}

.blog-article p a,
.blog-article ul li a {
  display: inline-block;
}
 
.blog-article ul {
  margin-top: 10px;
}

.blog-article ul li {
  font-size: 21px;
}

.share-sticky-container {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 10px;
  z-index: 100; /* Ensure it stays above other elements if necessary */
}

.share-content {
  padding: 15px;
  background-color: #fff;
  border-radius: 20px;
}

.share-content ul {
  list-style: none;
  padding-left: 0;
}

.share-content ul li {
  margin-bottom: 0;
}

.share-content ul li a {
  display: inline-flex;
}

.share-content ul li a img{
  margin-right: 12px;
}

.share-content p,
.share-content ul li a,
.related-articles ul li a {
  font-size: 19px;
}

.related-articles ul,
.related-articles ul {
  list-style: none;
  padding-left: 0;
}

#pheader {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 34px;
}
@media screen and (min-width: 1920px) {
  .divider {
    margin-bottom: 60px;
  }

  .herosection {
    background-position: 50% 100%;
    background-size: cover;
  }

  .herocontentwrapper {
    max-width: 1140px;
  }

  .card {
    margin-right: 16px;
    margin-left: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link-block.mb-0:hover {
    background-image: linear-gradient(225deg, #2c4ced, #371eaf);
    color: #fff;
  }

  .card-wrapper {
    margin-right: -16px;
    margin-left: -16px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .searchsection {
    background-position: 100% 90%;
  }

  .testimonialsection {
    background-position: 100% 50%;
  }

  .carousel.is_contained {
    overflow: visible;
  }

  .carouselwrapper {
    overflow: hidden;
  }

  .solutioncard {
    margin-right: 16px;
    margin-left: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .solution_img {
    -o-object-fit: none;
    object-fit: none;
  }

  .cardgrid {
    margin-right: -16px;
    margin-left: -16px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .subscribesection {
    background-position: 100% 50%;
  }

  .recourcecard {
    margin-right: 16px;
    margin-left: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .pagetitle {
    font-size: 48px;
  }

  .contactcard {
    margin-right: 16px;
    margin-left: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .white-transparent-bg {
    background-color: hsla(0, 0%, 98.4%, 0.95);
  }

  .carouselsection {
    background-position: 100% 50%;
  }

  .div-put-3 {
    height: auto;
  }

  .pagedetails {
    background-position: 100% 50%;
  }

  .form-block-2 {
    width: 50%;
  }

  .whitehatref {
    float: right; 
    margin-right: 35%
  }

  .whitehatref_privacypage {
    float: right; 
    margin-right: 20%;
  }
}

@media screen and (max-width: 1350px) and (min-width: 768px) {
  .navigation-items {
    display: flex;
    flex-direction: column; /* logo on top, nav below */
    align-items: center;
  }

  .navigation-wrap {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  .navigation-items .w-nav-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .navigation-item,
  .btn_primary {
    display: inline-block;
    width: auto;
    padding: 0.5rem 1rem;
  }
}

@media screen and (max-width: 1200px) {
  .searchsection {
    background-position: 177% 90%;
  }

  .partnerdetails .partner-header {
    max-width: 70%;
  }

  .partner-locators {
    max-width: 715px;
  }

  .partner-block {
    max-width: calc(50% - 10px);
    margin: 0 5px 20px;
  }
  .navigation-item {
    padding-left: 9px;
    padding-right: 10px;
  }
  .navigation-items div nav a.navigation-item:nth-child(6) {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1099px) {
  .navigation-item {
    padding-left: 9px;
    padding-right: 10px;
    font-size: 15px;
  }
  .btn_primary.mobile {
    font-size: 15px;
}
}

@media screen and (max-width: 991px) {
  .section.cc-product-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.pb-60.z-index-0.pt-40 {
    padding-top: 20px;
    padding-right: 39px;
    padding-left: 39px;
  }

  .container.px-30 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .paragraph-bigger.cc-bigger-light.mb-4.pr-4._w-70 {
    width: 90%;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 48px;
    line-height: 70px;
  }

  .logo-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .cart {
    margin-right: 30px;
    margin-left: 0px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .text-field.cc-quantity-field {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .navigation-item {
    padding: 20px 7px 10px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
    font-size: 15px;
  }

  .navigation-items a.navigation-item:nth-child(6) {
    padding-right: 20px;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .intro-text {
    width: auto;
  }

  .main-heading-wrap {
    margin-top: 0px;
  }

  .picture-placeholder.cc-about-2 {
    height: 460px;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0px;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0px;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid {
    grid-template-areas: "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .number-contact-wrap {
    margin-bottom: 20px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .product-details-wrap {
    width: 100%;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    text-align: center;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-cta-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .order-summary {
    -webkit-flex-basis: 320px;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
  }

  .btn_primary {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .herosection {
    height: 70vh;
    background-size: auto 578px;
  }

  .herocontentwrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .card.mr-30.mt-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .link-block.mb-1.mobile-style {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2c4ced), to(#371eaf));
    background-image: linear-gradient(180deg, #2c4ced, #371eaf);
    color: #fff;
  }

  .link-block.mb-0.mobile-style {
    margin-top: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2c4ced), to(#371eaf));
    background-image: linear-gradient(180deg, #2c4ced, #371eaf);
    color: #fff;
  }

  .card-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .searchsection {
    height: 860px;
    background-position: bottom;
    margin-bottom: 10px;
  }

  .housing-network-section .mhs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .housing-network-section .mhs-grid .mhs-images a img{
    width: 360px;
  }

  .link.my-24 {
    margin-bottom: 10px;
  }

  .search-button {
    width: 48px;
    height: 48px;
  }

  .search-wrapper {
    width: 80%;
    margin-bottom: 20px;
  }

  .testimoniername.white-txt {
    color: #fff;
  }

  .testimonier.white-text {
    color: #fff;
  }

  .partner-block {
    max-width: calc(50% - 10px);
  }

  .oursolutionsection.withbg {
    background-image: url('../images/bgHome.png');
    background-position: 140% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .housinglocator.withbg {
    background-image: url('../images/bgHome.png');
    background-position: 140% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .pair.withbg {
    background-image: url('../images/bgHome.png');
    background-position: 140% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .rentcomp.withbg {
    background-image: url('../images/bgHome.png');
    background-position: 140% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .customsolution.withbg {
    background-image: url('../images/bgHome.png');
    background-position: 140% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .privatelisting.withbg {
    background-image: url('../images/bgHome.png');
    background-position: 140% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .solutioncard {
    margin-top: 20px;
  }

  .cardgrid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .aboutsection {
    height: 818px;
    background-position: bottom;
  }

  .aboutgrid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .social-media-grid{
    display: -ms-inline-grid;
    display: inline-grid;
    grid-template-columns: repeat(2, 1fr); 
    grid-gap: 20px;
  }

  .fsection.cc-product-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contactsection {
    padding-top: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .breadcrumb {
    margin-bottom: 20px;
  }

  .contactcard {
    width: 50%;
    margin-top: -32px;
  }

  .careersection {
    padding-top: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .updatedSearchsection {
    padding-top: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .white-transparent-bg {
    width: 100%;
  }

  .div-put-2 {
    height: 160px;
  }

  .mask-2 {
    width: 30%;
  }

  .div-put-3 {
    height: auto;
  }

  .pink.blu-card {
    background-image: linear-gradient(225deg, #2c4ced, #371eaf);
    color: #fff;
  }

  .slider-3 {
    margin-left: 16px;
  }

  .checklist {
    margin-top: 40px;
  }

  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-2 {
    height: 88px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .content_p_wrap {
    width: 100%;
  }

  .form-block-2 {
    width: 80%;
  }

  .loginsection {
    height: 96vh;
    padding-top: 40px;
    background-position: 100% 100%;
    background-size: auto;
  }

  .button_dark {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button_dark.cc-white-button.lightbutton.mt-5,
  .button_dark.cc-white-button.lightbutton {
    margin-top: 10px;
  }

  .div-block-10 {
    width: 90%;
  }

  .my-24 {
    margin-bottom: 24px;
  }

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

  .btn-wrapper {
    margin-top: auto;
  }

  .whitehatref {
    float: right;
    margin-right: 10%;
  }

  .whitehatref_privacypage {
    float: right; 
    margin-right: 5%;
  }

  .housing-lottery-top {
    width: 100%;
  }

  .waitlistlotterysolutionsection.withbg {
    background-image: url('../images/bgHome.png');
    padding-bottom: 0;    
  }
  
  .blog-pagination-older {
    margin-right: 0;
  }
  
  .blog-pagination-newer {
    margin-left: 0;
  }

  .heading,
  .width-60-lg {
    width: auto;
  }  
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .container.cc-full-width-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-light._w-50 {
    width: 80%;
  }

  .button.cc-white-button.mobile {
    background-image: linear-gradient(225deg, #2c4ced, #371eaf);
    color: #fff;
  }

  .button.cc-white-button.mobile:hover {
    background-image: linear-gradient(225deg, #2c4ced, #371eaf);
  }

  .label {
    font-size: 22px;
  }

  .label.m-20 {
    margin-bottom: 20px;
  }

  .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .menu-icon {
    display: none;
  }

  .cart-item-info-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }

  .w-nav-overlay {
    background-color: #fff;
  }
  
  .navigation {
    padding: 20px 30px;
  }

  .partnerdetails .partner-header {
    max-width: initial;
  }

  .partner-block {
    height: 270px;
    max-width: 100%;
  }

  .partner-block .img-block.img-large {
    padding: 0px 40px;
  }

  .partner-block .img-block.img-adjustGA {
    padding: 0px 40px;
    margin-top: -25px;
  }

  .partner-block .img-block.img-adjustNJ {
    max-height: none;
    margin-top: -25px;
    min-width: 216px;
    padding: 0;
    width: 60%;
    height: auto;
    align-self: center;
  }

  .partner-block span {
    font-size: 18px;
  }

  .partner-locators {
    max-width: 450px;
  }

  .text-field.cc-subscribe-text-field {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .text-field.cc-contact-field {
    text-align: left;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .navigation-item.mobile-style {
    padding: 30px 30px 31px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 20px;
    text-align: left;
  }

  .cart-container {
    min-width: 360px;
  }

  .herocontent {
    width: 80%;
  }

  .main-heading-wrap {
    margin-top: 0px;
    margin-left: 0px;
    text-align: left;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 30px auto;
    grid-template-rows: auto auto;
  }

  .subscribe-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .footer-link.mobilemenu {
    color: #2c4ced;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .social-media-grid {
      display: flex;
      grid-gap: 10px;
  }

  .about-quote {
    width: 80%;
    max-width: 470px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .store-categories-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .btn_primary.fix-width {
    width: 100%;
  }

  .btn_primary.mobile {
    width: 90%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .herosection {
    background-position: 50% 100%;
    background-size: auto 478px;
  }

  .herocontentwrapper {
    padding-left: 30px;
  }

  .firstsection {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .card.mr-30 {
    margin-right: 0px;
    margin-bottom: 30px;
    text-align: left;
  }

  .card.mt-20 {
    margin-right: 0px;
    text-align: left;
  }

  .link-block.mb-1.mobile-style {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2c4ced), to(#371eaf));
    background-image: linear-gradient(180deg, #2c4ced, #371eaf);
    color: #fff;
  }

  .link-block.mb-0.mobile-style {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2c4ced), to(#371eaf));
    background-image: linear-gradient(180deg, #2c4ced, #371eaf);
    color: #fff;
  }

  .card-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .searchsection {
    padding: 13px 50px 75px;
    height: 820px;
  }

  .heading{
    line-height: 45px;
  }

  h3.heading{
    line-height: 37px;
  }

  .search-wrapper {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .top-section-partner-img {
      position: relative;
  }
  
  .top-section-partner{
    height: auto;
  }

  .top-section-about,
  .tips-for-finding-section {
    height: auto;
  }

  .top-section-partner {
    display: block;
    padding: 20px 50px;
  }

  .ml-md-90 {
    margin-left: 0;
  }

  .top-section-partner .col-left {
    text-align: center;
    display: block;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-mask {
    width: 70%;
  }

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

  .container-copy.cc-subscription-form {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-copy.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .container-copy.cc-full-width-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .solutioncard {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .cardgrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: left;
  }

  .aboutsection {
    padding-top: 0px;
    height: auto;
    background: linear-gradient(225deg, #2c4ced, #371eaf);
  }

  .aboutgrid {
    grid-row-gap: 30px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 30px auto;
    grid-template-rows: auto auto;
  }

  .fsection.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .subscribe-form-2 {
    padding: 40px 20px;
  }

  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    text-align: left;
  }

  .recourcecard {
    max-width: 100%;
    margin-right: 0px;
  }

  .contactsection {
    padding-top: 20px;
  }

  .div-block-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contactcard {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .aboutcontentcontainer {
    text-align: center;
  }

  .aboutcontentcontainer.cc-subscription-form {
    padding-right: 30px;
    padding-left: 30px;
  }

  .aboutcontentcontainer.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .aboutcontentcontainer.cc-full-width-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .link-4.mm {
    color: #2c4ced;
  }

  .div-put-2 {
    height: 110px;
  }

  .div-put-3 {
    height: auto;
    margin-left: 16px;
  }

  .checklist {
    text-align: left;
  }

  .image-2 {
    height: 80px;
  }

  .text-block-5 {
    width: 100%;
  }

  .text-field-3 {
    width: 100%;
  }

  .text-field-3.mb-20 {
    width: 100%;
  }

  .form-block-2 {
    width: 100%;
  }

  .loginsection {
    height: 70vh;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .ic_close {
    display: none;
  }

  .div-block-10 {
    text-align: left;
    width: 100%;
  }

  .div-block-11 {
    text-align: left;
  }

  .footermenu {
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 30px;
    text-align: left;
  }

  .div-block---m40 {
    margin-bottom: 40px;
  }

  .div-block-12 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .whitehatref {
    float: right; 
    margin-right: 10%
  }

  .whitehatref_privacypage {
    float: right; 
    margin-right: 5%;
  }

  #article-img {
    height: 200px;
  }
  .milestones-section h3 {
    font-size: 40px;
  }

}

@media screen and (max-width: 600px) {
  .housing-network-section .mhs-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .housing-network-section .mhs-grid .mhs-images {
    margin: 10px;
  }

  .housing-network-section .mhs-grid .mhs-images a img.mt-20-large {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .section.cc-product-detail {
    margin-right: 15px;
    margin-left: 15px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.cc-subscription-form {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container.px-30 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .aboutcontainer {
    padding: 20px 50px;
  }

  .partner-block .img-block {
    min-width: auto;
  }

  .partner-block .img-block.img-adjustGA {
    max-height: 140px;
    min-width: 140px;
    height: auto;
    padding: 0;
    width: 100%;
    max-width: 220px;
  }

  .paragraph-bigger.cc-bigger-light._w-50 {
    width: 100%;
  }

  .button.cc-white-button.mobile {
    min-width: 100%;
  }

  .button.cc-cart {
    padding-right: 16px;
    padding-left: 16px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .cart-item-info-wrap {
    margin-right: 10px;
    margin-left: 10px;
  }

  .cart {
    margin-right: 20px;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo-image {
    width: 200px;
  }

  .cart-container {
    min-width: 320px;
  }

  .herocontent {
    width: 100%;
  }

  .main-heading-wrap {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .form-block {
    width: 100%;
    max-width: none;
  }

  .about-quote {
    width: 100%;
    max-width: none;
  }

  .get-in-touch-form-wrap {
    width: 100%;
    max-width: none;
  }

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .btn_primary.fix-width {
    width: 100%;
  }

  .btn_primary.mobile {
    width: 80%;
  }

  .herosection {
    height: 80vh;
    background-size: auto 278px;
  }

  .herocontentwrapper {
    padding-left: 24px;
  }

  .heading {
    line-height: 38px;
  }

  .heading.whitetext {
    font-size: 26px;
  }

  .heading.mb-40 {
    margin-bottom: 20px;
  }

  .paragraph.whitetext.mt-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .searchsection {
    height: 650px;
    background-size: 409px;
  }

  .placeholder {
    margin-bottom: 10px;
  }

  .search-button {
    width: 48px;
    height: 48px;
  }

  .search-wrapper {
    padding: 16px;
  }

  .txttestimonial.mobile {
    font-size: 26px;
    line-height: 34px;
  }

  .wrapper {
    margin-left: 10px;
  }

  .card-body {
    padding: 20px;
  }

  .carousel-slider {
    padding-right: 10px;
    padding-left: 10px;
  }

  .carousel-slider._6 {
    right: 0%;
  }

  .carousel-slider._2 {
    right: 0%;
  }

  .carousel-slider._4 {
    right: 0%;
  }

  .carousel-slider._3 {
    right: 0%;
  }

  .carousel-slider._7 {
    right: 0%;
  }

  .carousel-slider._5 {
    right: 0%;
  }

  .carousel-slider._8 {
    right: 0%;
  }

  .carousel-mask {
    width: 100%;
  }

  .container-copy.cc-subscription-form {
    padding-right: 15px;
    padding-left: 15px;
  }

  .oursolutionsection {
    padding-right: 20px;
    padding-left: 20px;
  }

  .housinglocator {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pair {
    padding-right: 20px;
    padding-left: 20px;
  }

  .rentcomp {
    padding-right: 20px;
    padding-left: 20px;
  }

  .customsolution {
    padding-right: 20px;
    padding-left: 20px;
  }

  .privatelisting {
    padding-right: 20px;
    padding-left: 20px;
  }

  .solutioncard {
    margin-right: 0px;
    margin-left: 0px;
    padding: 32px 24px;
  }

  .title {
    font-size: 14px;
    line-height: 23px;
  }

  .title.mb-1.fx-large.dark {
    line-height: 26px;
  }

  .h3-compact {
    font-size: 18px;
  }

  .h3-compact.nrw {
    font-size: 18px;
    line-height: 23px;
  }

  .cardgrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .fsection.cc-product-detail {
    margin-right: 15px;
    margin-left: 15px;
  }

  .centered-container {
    text-align: left;
  }

  .subscribe-form-input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .div-block-4 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .submit-button.full-width {
    width: 100%;
  }

  .div-block-6 {
    margin-left: 0px;
    text-align: left;
  }

  .pagetitle {
    margin-bottom: 20px;
  }

  .breadcrumb_text {
    font-size: 14px;
  }

  .contactcard {
    margin-top: 0px;
  }

  .aboutcontentcontainer.cc-subscription-form {
    padding-right: 15px;
    padding-left: 15px;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .slider-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mask-2 {
    width: 45%;
  }

  .div-put-3 {
    margin-left: 0px;
  }

  .slider-3 {
    margin-left: 0px;
  }

  .list {
    padding-left: 20px;
  }

  .text-field-3 {
    width: 100%;
  }

  .form-block-2 {
    width: 100%;
  }

  .button_dark.cc-cart {
    padding-right: 16px;
    padding-left: 16px;
  }

  .div-block-10 {
    width: 100%;
  }

  .whitehatref {
    float: right; 
    margin-right: 10%
  }

  .whitehatref_privacypage {
    float: right; 
    margin-right: 5%;
  }

}

@media screen and (max-width: 430px) {
  .partner-block .img-block.img-adjustNJ {
    min-width: 100%;
    padding: 0;
  }
}

#w-node-c3e02228-3a41-0bd4-c2f1-97b354b5a972-87e29718 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3b2a7a95-e5fd-ebf0-63ba-69a57cdb494c-87e29718 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29724-87e29718 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29726-87e29718 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_1d140671-080e-2271-a00a-d6bf17b2138c-87e29718 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972d-87e29718 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972f-87e29718 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4d5c5079-1044-1d88-a1f1-b52fa0ab2c09-87e29718 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29736-87e29718 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29738-87e29718 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2973f-87e29718 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_53a6afba-9ade-14e4-01e7-5e5a9e5a1cbf-9663bfad {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c2c3e6be-acaa-e15a-d5d2-ee349663bfb1-9663bfad {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c2c3e6be-acaa-e15a-d5d2-ee349663bfb2-9663bfad {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_879f6f96-0b4e-865f-bc0d-309ee89a2c4f-bb6edae7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_879f6f96-0b4e-865f-bc0d-309ee89a2c51-bb6edae7 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_772caba4-be5a-9643-d331-e0f36ef320d2-6ef320c9 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_70c78c7a-2c2a-eea1-dbc3-3f2202c9e9b9-cf5a8322 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_20522b9d-ccaa-6f14-9acc-294fc9d8f38f-cf5a8322 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_70089dd1-86d7-28ab-11cc-7333d9edcb77-cf5a8322 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_1a67aa55-46b9-e278-0af3-32ca3bafce89-cf5a8322 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_4c2a5f71-7f5e-9769-e2e3-57a0bb767222-cf5a8322 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_879f6f96-0b4e-865f-bc0d-309ee89a2c4f-cf5a8322 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_879f6f96-0b4e-865f-bc0d-309ee89a2c51-cf5a8322 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_2cd6c68a-da53-410a-ecd1-7234fe6f28c2-fe6f28ad {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_2cd6c68a-da53-410a-ecd1-7234fe6f28ce-fe6f28ad {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_2cd6c68a-da53-410a-ecd1-7234fe6f28da-fe6f28ad {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_2cd6c68a-da53-410a-ecd1-7234fe6f28e6-fe6f28ad {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_2cd6c68a-da53-410a-ecd1-7234fe6f28f2-fe6f28ad {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a2251594-11b0-e6c2-1074-d4f6611553c4-be9e8785 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a2251594-11b0-e6c2-1074-d4f6611553d0-be9e8785 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a2251594-11b0-e6c2-1074-d4f6611553dc-be9e8785 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a2251594-11b0-e6c2-1074-d4f6611553e8-be9e8785 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a2251594-11b0-e6c2-1074-d4f6611553f4-be9e8785 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a2251594-11b0-e6c2-1074-d4f6611553f4-679d736c {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a2251594-11b0-e6c2-1074-d4f6611553c4-679d736c {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_02aa8c34-6279-ed5b-b2c0-727095350a28-45e31667 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_94e58853-9822-6ad1-c8bc-639ecfa5614e-45e31667 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a2251594-11b0-e6c2-1074-d4f6611553c4-fc5e2e58 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a2251594-11b0-e6c2-1074-d4f6611553d0-fc5e2e58 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a2251594-11b0-e6c2-1074-d4f6611553f4-fc5e2e58 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a2251594-11b0-e6c2-1074-d4f6611553e8-fc5e2e58 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_95cd3ace-af3b-c820-3595-c10c722d26d1-fc5e2e58 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-b1d422e9-cc8d-c34e-b9d3-a87b1b1e85a5-bb6edae7 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_811357e8-8dc0-ac33-be68-5a14ea96fec2-bb6edae7 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_53a6afba-9ade-14e4-01e7-5e5a9e5a1cbf-9663bfad {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_879f6f96-0b4e-865f-bc0d-309ee89a2c51-bb6edae7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_879f6f96-0b4e-865f-bc0d-309ee89a2c51-cf5a8322 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@font-face {
  font-family: 'Effra std';
  src: url('../fonts/Effra_Std_Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra std';
  src: url('../fonts/Effra_Std_Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra std';
  src: url('../fonts/Effra_Std_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra std';
  src: url('../fonts/Effra_Std_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
