@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins MediumItalic";
  src: url("../fonts/Poppins-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@media only screen and (min-width: 992px) {
  form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
form .input-wrap {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  form .input-wrap {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  form .input-wrap {
    margin-bottom: 50px;
  }
}
form .input-wrap + .select-block .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  bottom: -72px;
}
form .input-wrap .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: block;
}
form .input-wrap .wpcf7-form-control-wrap input {
  position: relative;
  width: 100%;
  display: block;
}
form .input-wrap .wpcf7-form-control-wrap input.wpcf7-not-valid, form .input-wrap .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  border-color: #FF6B6B;
}
form .input-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -25px;
  font-family: "Poppins Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #FF6B6B;
  z-index: 2;
}
form .input-wrap .wpcf7-form-control-wrap:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../../assets/images/error-icon.svg");
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
}
form .input-wrap .wpcf7-form-control-wrap.wpcf7-not-valid:after {
  opacity: 1;
  visibility: visible;
}
form label {
  display: block;
  width: 100%;
  font-family: "Poppins SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.85;
  color: #484848;
}
form input {
  height: 45px;
}
form textarea {
  height: 109px;
  resize: none;
}
form input,
form textarea {
  display: block;
  width: 100%;
  padding: 5px 0;
  font-family: "Poppins Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #929292;
  background-image: none;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #4F738D;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
form input::-webkit-search-decoration, form input::-webkit-search-cancel-button, form input::-webkit-search-results-button, form input::-webkit-search-results-decoration,
form textarea::-webkit-search-decoration,
form textarea::-webkit-search-cancel-button,
form textarea::-webkit-search-results-button,
form textarea::-webkit-search-results-decoration {
  display: none;
}
form input::-ms-clear, form input::-ms-reveal,
form textarea::-ms-clear,
form textarea::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
form input::placeholder,
form textarea::placeholder {
  font-size: 0;
}
form input:focus,
form textarea:focus {
  border-color: #D0A650;
}
form .btn {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  form .btn {
    width: auto;
  }
}
form .form-notice {
  margin-top: 16px;
  font-family: "Poppins Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #8F8F8F;
}
form .form-notice a:not(.btn) {
  color: #D0A650;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-decoration: underline;
}
form .form-notice a:not(.btn):focus, form .form-notice a:not(.btn):visited {
  color: #D0A650;
  outline: none;
}
form .form-notice a:not(.btn):focus, form .form-notice a:not(.btn):active, form .form-notice a:not(.btn):visited, form .form-notice a:not(.btn):hover {
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  form .form-notice a:not(.btn):hover {
    cursor: pointer;
    color: #D0A650;
    text-decoration: none;
  }
}
form .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: block;
}
form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -72px;
  font-family: "Poppins Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #FF6B6B;
}

@media (min-width: 992px) {
  body.home .select-block {
    padding: 0 25px;
  }
}

.contact-form .select-items div,
.contact-form .select-selected {
  border-color: #A9A9A9;
}
.contact-form .custom-select.not-valid .select-items div,
.contact-form .custom-select.not-valid .select-selected {
  border-color: #FF6B6B;
}

/*begin custom select*/
.custom-select {
  position: relative;
  width: 100%;
}
.custom-select:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  padding: 4px;
  top: 14px;
  border: solid #D0A650;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 4;
  pointer-events: none;
}
.custom-select select {
  display: none;
}
.custom-select + .not-valid .select-selected {
  border-color: #FF6B6B;
}

.select-selected {
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select-selected:before {
  background: #D0A650;
  box-shadow: inset 0 0 0 2px #D0A650, inset 0 0 0 10px #D0A650;
}
.select-selected.select-arrow-active {
  border-color: #D0A650;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 45px;
  padding: 5px 30px 5px 45px;
  letter-spacing: 0.02em;
  z-index: 3;
  font-family: "Poppins Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #929292;
  border-bottom: 2px solid #4F738D;
}
.select-items div:before,
.select-selected:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 15px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 1px solid #D0A650;
  border-radius: 50%;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.select-selected {
  padding: 5px 30px 5px 0;
  background: transparent;
  margin-bottom: 30px;
}
.select-selected:before {
  display: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  z-index: 2;
  margin-top: 0;
  box-shadow: 0 9px 15px rgba(0, 0, 0, 0.14);
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div {
  cursor: pointer;
  background: #ffffff;
  border-radius: 0;
}
@media (min-width: 992px) {
  .select-items div:hover:before {
    background: #D0A650;
    box-shadow: inset 0px 0px 0px 2px #f8faff, inset 0px 0px 0px 10px #D0A650;
  }
}
.select-items div:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.referral-contact .referral-form .input-wrap .custom-select.not-valid:before {
  opacity: 0;
}
.referral-contact .referral-form .input-wrap .custom-select.not-valid .select-selected {
  border-bottom: 2px solid #FF6B6B;
}
.referral-contact .referral-form .input-wrap .custom-select:before {
  opacity: 1;
}

.custom-select.not-valid .wpcf7-form-control-wrap.wpcf7-not-valid:after {
  transform: translateY(40%);
}

/*end custom select*/
.page-content {
  padding-bottom: 0;
  padding-top: 150px;
}
@media only screen and (max-width: 991px) {
  .page-content {
    padding-top: 0px;
  }
}

.contact-section {
  position: relative;
}
@media only screen and (max-width: 599px) {
  .contact-section {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 600px) {
  .contact-section {
    padding-bottom: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-section {
    padding-bottom: 75px;
  }
}
.contact-section .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.map {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .map:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (max-width: 991px) {
  .map {
    background-position: 21% -230px;
  }
}
@media only screen and (max-width: 768px) {
  .map {
    background-position: 22% -230px;
  }
}
@media only screen and (max-width: 450px) {
  .map {
    background-position: 23% -230px;
  }
}

.contact-block {
  background-color: #141C22;
}
.contact-block .title {
  margin-bottom: 24px;
  font-family: "Poppins SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 23px;
  line-height: 1.49;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .contact-block {
    padding: 24px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-block .title {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .contact-block {
    padding: 50px 36px;
    width: 100%;
    align-self: flex-start;
  }
  .contact-block .title {
    margin-bottom: 32px;
    font-size: 36px;
  }
}
@media only screen and (min-width: 1201px) {
  .contact-block {
    padding: 30px 58px;
  }
}
.contact-block .form-row-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 63px;
}
@media only screen and (max-width: 991px) {
  .contact-block .form-row-2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 2fr;
    grid-column-gap: 0;
    grid-row-gap: 18px;
  }
}
.contact-block .form-row .input-wrap {
  margin-bottom: 20px;
}
.contact-block .form-row .select-selected, .contact-block .form-row input {
  height: 38px;
}
.contact-block .form-row textarea {
  height: 38px;
}
.contact-block .form-row label {
  font-size: 14px;
}

.contact-details .info {
  font-family: "Poppins Medium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #fff;
}
.contact-details .phone {
  min-width: 180px;
}
.contact-details svg {
  display: block;
  margin: 0 auto 8px;
  height: 32px;
  width: auto;
}
.contact-details a {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .contact-details {
    margin-bottom: 316px;
  }
  .contact-details .info-block {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .contact-details .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contact-details svg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
    margin: 0 12px 0 0;
  }
  .contact-details .info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-details .phone {
    margin-left: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 992px) {
  .contact-form form .input-wrap {
    margin-bottom: 30px;
  }
}
.contact-form form label {
  color: #D0A650;
}
.contact-form form input, .contact-form form textarea {
  border-color: #A9A9A9;
}
@media only screen and (min-width: 992px) {
  .contact-form form .btn {
    min-width: 235px;
  }
}
.contact-form .align-wrap {
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  .contact-form .align-wrap {
    margin-top: 45px;
  }
}

.wpcf7-response-output {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}
.popup::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}
.popup._active ~ .page-wrap {
  filter: blur(8px);
}
.popup__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #141C22;
  padding: 50px;
  width: 100%;
  max-width: 980px;
  height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popup__btn {
  margin-bottom: 30px;
  width: 100%;
  padding: 10px 23px;
}
@media only screen and (max-width: 768px) {
  .popup__btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 769px) {
  .popup__btn {
    width: auto;
    margin-right: 36.5px;
    padding: 10px 43px;
  }
}
@media only screen and (max-width: 768px) {
  .popup__btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.popup__title {
  font-family: "Poppins SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 1.49;
  color: #fff;
  padding: 0 0 32px;
}
@media only screen and (max-width: 768px) {
  .popup__title {
    font-size: 28px;
  }
}
.popup__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background-color: #fff;
  z-index: 30;
  border-radius: 50%;
}
.popup__close::after, .popup__close::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background: #000;
  transform: rotate(45deg);
  top: calc(50% - 1px);
  left: calc(50% - 6px);
}
.popup__close::before {
  transform: rotate(-45deg);
}
.popup_leave .popup__title {
  font-size: 26px;
  max-width: 370px;
}
@media only screen and (max-width: 991px) {
  .popup_leave .popup__body {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .popup_leave .popup__body {
    padding: 30px;
  }
}
.popup_leave .popup__form {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 644px;
  width: 100%;
  padding: 30px 90px;
  border: 1px solid #333;
}
@media only screen and (max-width: 991px) {
  .popup_leave .popup__form {
    padding: 30px 60px;
  }
}
@media only screen and (max-width: 768px) {
  .popup_leave .popup__form {
    padding: 20px;
  }
}
.popup_leave input {
  margin-bottom: 32px;
  border-bottom: 2px solid #A9A9A9;
}
.popup_leave input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel.wpcf7-not-valid {
  border-bottom: 2px solid #FF6B6B;
}
.popup_leave span.wpcf7-not-valid-tip {
  bottom: -25px;
}

.contact-disclaimer {
  font-family: "Poppins Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 16px;
  color: #8F8F8F;
}
.contact-disclaimer a:not(.btn) {
  color: #D0A650;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-decoration: underline;
}
.contact-disclaimer a:not(.btn):focus, .contact-disclaimer a:not(.btn):visited {
  color: #D0A650;
  outline: none;
}
.contact-disclaimer a:not(.btn):focus, .contact-disclaimer a:not(.btn):active, .contact-disclaimer a:not(.btn):visited, .contact-disclaimer a:not(.btn):hover {
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .contact-disclaimer a:not(.btn):hover {
    cursor: pointer;
    color: #D0A650;
    text-decoration: none;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #A9A9A9;
  -webkit-box-shadow: 0 0 0px 1000px #141C22 inset;
  transition: background-color 5000s ease-in-out 0s;
}

/*# sourceMappingURL=contact-page.css.map */
