html {
  background: none !important;
  min-width: 0 !important;
  scroll-padding-top: 150px;
}
body {
  background-color: #ebeae4;
}
a {
  transition: background .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
}
.mce-content-body {
   background: transparent !important;
   padding: 1rem !important;
}
* {
  font-variant-ligatures: none;
}
.button {
  font-weight: 600;
  font-size: 18px;
  border-radius: 63px;
  /* text-transform: uppercase; */
  }
.input, .textarea, .select select, .is-select {
    background-color: #ffffff;
    border: 2px solid #17171717;
    border-radius: 6px;
    box-shadow: none;
}
#mmenu > .navbar-item {
  margin-left: 12px;
}
.navbar-item.mobile_only,
.navbar-dropdown li.navbar-item.mobile_only {
  display: none;
}
.navbar-brand .navbar-item img {
    max-height: 3.6rem;
    position: relative;
    bottom: -5px;
}
.navbar-item .button {
  height: 2.9rem;
  padding: 0.5rem 1.7rem;
  /* margin-left: 0.6rem; */
  font-size: 15px;
  line-height: 1.2;
}
.navbar-item.sample_nav span {
  opacity: .6;
  display: inline-block;
  margin-left: 3px
}
.navbar-dropdown li.navbar-item {
  display: block;
  white-space: normal;
  padding: 0;
}
.navbar-dropdown a.navbar-item {
  color: #0164c1;
  font-size: 1.04em;
  white-space: normal;
  padding: 0.6rem;
  display: block;
  text-align: center;
}
.navbar-dropdown .navbar-item.is-active {
  color: #0d1e25 !important;
}
.navbar-dropdown .navbar-item:hover {
  background-color: #d6eaff42 !important;
  color: #0164c1!important;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
p:last-child, li:last-child {
  margin-bottom: 0;
}
.content p,
.content li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.content h1,
h1.title,
.content h2,
h2.title,
.content h3,
h3.title,
.content h4,
h4.title {
  color: #23405a;
  font-family: 'Sen', serif;
  font-weight: 600;
  /* text-transform: uppercase; */
  letter-spacing: normal;
}
.content h1, .title.is-1 {
  font-size: 46pt;
  line-height: 1.05;
  /*text-transform: uppercase;*/
  /*letter-spacing: 5px;*/
}
.content h2, .title.is-2 {
  font-size: 32pt;
  line-height: 1.2;
  /*text-transform: uppercase;*/
  /*letter-spacing: 5px;*/
}
.content h3, .title.is-3 {
  font-size: 24pt;
  line-height: 1.15;
  /*text-transform: uppercase;*/
  /*letter-spacing: 5px;*/
}
.content h4, .title.is-4 {
  font-size: 20pt;
  line-height: 1.2;
}
.content h5, .title.is-5 {
  font-size: 16pt;
  line-height: 1.3;
}
.content > *:last-child {
  margin-bottom: 0;
}
.content p .button:first-child:last-child {
  margin-top: .5rem;
}

.msg {
/*  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;*/
}
.msg .notification {
  border-radius: 0;
  margin: 0;
}

.pagination{display: flex;padding-left:0;margin:20px 0;border-radius:4px;justify-content: center;}.pagination>li{display:inline;margin: 3px 3px;border-radius: 3px;overflow: hidden;}.pagination>li>a,.pagination>li>a:visited,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color: #040404;text-decoration:none;background-color:#fff;border: none;font-weight: 400;border-radius: 0;font-size: 1.1rem;}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;/* border-top-left-radius:4px; *//* border-bottom-left-radius:4px; *//* color: white; */}.pagination>li:last-child>a,.pagination>li:last-child>span{/* border-top-right-radius:4px; *//* border-bottom-right-radius:4px */}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color: #383e41;background-color:#eee;/* border-color:#ddd; */}.pagination>.active>a,.pagination>.active>a:visited, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color: #fdc20a;border-color: #fdc20a;}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}

/* cookie consent theme */


.is-static {
  position: static;
}

section form .boxed {
  background: #f7f8fa;
  padding: 2rem;
  border-radius: 15px;
}
section:not([style*="ffffff"]) form .boxed {
  background: #ffffff;
}

.fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fields .field {
  width:  100%;
/*  width: 48%;*/
}
.fields .field.field_type_hidden {
  margin: 0 !important;
}
.fields .field.field_type_heading,
.fields .field.field_type_button,
.fields .field.field_type_text_box {
  width: 100%;
}
/*.fields .field.field_id_1,
.fields .field.field_id_2,
.fields .field.field_id_3,
.fields .field.field_id_4 {
  width:  48%;
}*/
.fields .field label {
  /* color: #040404; */
  font-weight: 500;
  font-size: 1rem;
}
.fields .field.required > label:after {
  content: '*';
  display: inline-block;
  margin-left: 2px;
  color: #fdc20c;
}

.file.uploader {
    position: relative;
    border: 2px dashed #d4d4d4;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    background: #fff;
    border-radius: 3px;
}
.file.uploader progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    display: block;
    height: 0.75rem;
    overflow: hidden;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 4px 4px 0 0;
}
/*.file.uploader progress::-webkit-progress-value {
  background-color: #9d221e;
}

.file.uploader progress::-moz-progress-bar {
  background-color: #9d221e;
}

.file.uploader progress::-ms-fill {
  background-color: #9d221e;
}*/

.file.uploader progress:indeterminate {
  background-image: linear-gradient(to right, #9d221e 30%, #ededed 30%);
}
.file.uploader progress[value="0"] {
    opacity: 0;
}
.file.uploader .file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.file.uploader .preview {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    margin: 0;
    background-size: cover;
}
.file.uploader .file-label {
    margin: 0;
    position: relative;
    z-index: 10;
}
.file.uploader .file-cta .file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.file.uploader .file-cta .file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

.video-container {
  margin: 0;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: #ccc;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a.navbar-item, .navbar-link {
  /* font-family: "DIN Next", serif; */
  /* font-weight: 600; */
  /* letter-spacing: 0.2px; */
  /* font-size: 16px; */
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.2;
  /* text-transform: uppercase; */
  color: #0164c1;
}
section.header .navbar-link:hover,
section.header .navbar-item:hover {
  color: #408cd3;
}

section.header nav > ul > li.navbar-item {
  padding-left: 0;
  padding-right: 0;
}
section.header nav > ul > li.navbar-item > a.navbar-item {
  padding-left: .5rem;
  padding-right: .5rem;
}
section.header nav > ul > li.navbar-item:first-child > a.navbar-item {
  padding-left: 0;
}
section.header nav > ul > li.navbar-item:last-child > a.navbar-item {
  padding-right: 0;
}


section.header .navbar-link.mobile_only,
section.header a.navbar-item.mobile_only {
  display: none;
}


section.header .main-nav {
  background-color: #d6e9ff;
  z-index: 25;
}
section.header .main-nav nav {
  width: 100%;
}
section.header .main-nav nav > ul {
  justify-content: space-between;
  background: #ffffff0f;
}
section.header .main-nav nav > ul li {
  /* flex-grow: 1; */
  justify-content: center;
  /* background: #ffffff0f; */
}
section.header .main-nav nav > ul li.contact {
  /* background-color: #18b05a; */
  margin-left: auto;
}
section.header .main-nav nav > ul li.contact a.is-active,
section.header .main-nav nav > ul li.contact:hover a {
  color: #fff;
}

.field_type_heading+.field_type_label {
  margin-top: -10px;
}

.mm-menu {
  background-color: #0363c1;
}
.mm-menu .mm-listview>li>a {
  font-size: 1.2rem;
  color: #ffffff;
  padding: 12px 10px 12px 17px;
}
.mm-menu .mm-listview>li>a:hover {
  /*background-color: #040404;*/
}
.mm-menu .mm-listview>li>a>svg {
  height: 25px;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-listview,
.mm-navbar {
  border-color: rgb(255 255 255 / 30%);
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: rgb(255 255 255 / 30%);
}
.mm-menu .mm-listview>li .mm-next {
  left: 0;
  width: 100%;
}
/*.mm-menu .mm-listview li:nth-last-child(2) a  {
  text-align:  center;
  margin:  10px 15px 0 15px;
  border: 1px solid white;
  color: #040404;
  background-color:  white;
  border-radius:  65px;
}
.mm-menu .mm-listview li:nth-last-child(1) a {
  border: 1px solid white;
  color:  white;
  text-align:  center;
  margin:  20px 15px 0 15px;
  border-radius:  65px;
}*/
/*.mm-panel .mm-navbar {
  display: none !important;
}
.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 16px !important;
}*/

.navlink {
  display: none;
}

.announcer p {
  margin-bottom: 0 !important;
  line-height: 1.3;
  font-size: 14px;
}
.announcer p a {
  /* border-bottom: 1px dotted #fff; */
  color: #ffffff;
}
.announcer ul li a {
  font-size: 14px;
}
.announcer .socials {
  position: relative;
  bottom: 0px;
}

.socials a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #67594a; */
  font-size: 1.4rem;
}

.grad-purp-light {
  background-image: linear-gradient(to right, #dee3ff, #dce4ff, #dae6ff, #d8e7ff, #d7e8ff, #d6e9ff, #d5ebff, #d4ecff, #d2eeff, #d1f0ff, #d0f1ff, #cff3ff);
}
.grad-purp-dark {
  background-image: linear-gradient(to right, #4b89c8, #408fca, #3695ca, #2f9bc9, #2ca0c8);
}

.arrow:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-weight: 300;
  font-size: 1.7rem;
  vertical-align: middle;
  margin: 0 15px 0 0;
  position: relative;
  top: -1px;
  right:  0;
  transition: all .5s ease;
  cursor: pointer;
}
.arrow:hover:before {
  right: -2px;
}

main {
  background: #fff;
}

section.section {
  /* padding-left: 0; */
  /* padding-right: 0; */
}

section.has_background {
    position: relative;
}
section.has_background > .container {
    position: relative;
    z-index: 30;
}
section.has_background .background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

section.shadow_top {
  box-shadow: inset 0 10px 50px 0 rgb(0 0 0 / 4%);
}
section.shadow_bottom {
  box-shadow: inset 0 -10px 50px 0 rgb(0 0 0 / 4%);
}

section.block_type_block {
  padding: 0 !important;
  background: none !important;
}

/*section.section > section.section {
  padding: 0 !important;
  background: none !important;
}*/

section:not(.plain_image) .content img,
section .block_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  /* max-height: 560px; */
  /* box-shadow: 0 20px 50px 0 rgb(0 0 0 / 15%); */
  overflow: hidden;
  /* margin: 20px; */
}
section .block_image:not(.show_img) img {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  display: block;
}
section .gallery_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

section.sticky_text .columns {
  align-items: flex-start !important;
  justify-content: space-between !important;
}
section.sticky_text .column-content {
  position: sticky;
  top: 0;
  padding-top: 3rem;
}

section.border_top {
  border-top: 1px solid hsla(0,0%,100%,.1);
}
section.border_bottom {
  border-bottom: 1px solid hsla(0,0%,100%,.1);
}

.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none;
}

.notification.is-sentModal {
  padding: 0 !important;
}
.notification.is-sentModal > button {
  display: none;
}

.navbar-burger {
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: none !important;
  flex-shrink: 0;
}
.navbar-burger span {
  width: 100%;
  position: static;
}

.is-sentModal .modal-content {
  width: 420px;
  max-width: calc(100% - 20px);
}
.is-sentModal .modal-content .box {
  border-radius: 5px;
}

/*********/

section ul.ticks {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
section ul.ticks li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 16px;
  width: 49%;
  margin-top: 0;
}
section ul.ticks li:before {
  /* color: #040404; */
  background-image: url("data:image/svg+xml,%3Csvg class='is-light mr-3' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23040404' style='width: 24px;height: 24px'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z'%3E%3C/path%3E%3C/svg%3E");
  content: '';
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
}

section.modal {
  background: transparent !important;
}
section.modal .container {
  width: 100%;
  max-width: none;
  flex: none;
  margin: 0;
  position: static;
}
section.modal h2 {
  font-size: 2.6rem;
}

section.editorial .container {
  max-width: 860px !important;
}

section .zoom {
  transition: transform cubic-bezier(0.22, 0.61, 0.36, 1) 0.9s;
}
section .zoom:hover {
  transform: scale(1.1);
}

section.header {
  left: 0;
  right: 0;
  top: 0;
  z-index: 110;
  position: sticky;
  background: #0363c1;
}

section.header .whatsapp_links {
  gap: 0.6rem;
  display: flex;
  padding-right: .6rem;
}
.whatsapp_link {
  display: inline-flex;
  align-items: center;
  background-color: #24d466;
  justify-content: space-between;
  border-radius: 4px;
  padding: 6px 10px;
}
.whatsapp_link .waicon {
  color: #fff;
  font-size: 1.4rem;
  margin-right: 7px;
  line-height: 1;
  position: relative;
  bottom: -0.5px;
}
.whatsapp_link p {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.3px;
}
section.header .logo img {
  max-height: 5rem;
}
section.header .navbar-end,
section.header .navbar-start {
  /* min-width: 40%; */
}
section.header .navbar-end nav > ul > li {
  margin-right: 0.7rem;
}
section.header .navbar-end nav > ul > li:last-child {
  padding-right: 0;
  /* margin-right: 0; */
}
section.header .navbar-start nav > ul > li {
  margin-left: .75rem;
}
section.header .navbar-start nav > ul > li:first-child {
  padding-left: 0;
  margin-left: 0;
}
section.header .nav {
  background: #e1dbd5;
}

section.footer {
  position: relative;
  background: #0363c1;
  color: #fff;
  /* border-top: 30px solid #445c59; */
  /* background-image: url(../img/topography.svg); */
}
section.footer a {
  color: #fff;
}
section.footer a:hover {
  color: #fdc822;
}
section.footer p {
  color: #fff;
  font-size: 17px;
}
section.footer a.navbar-item,
section.footer .navbar-link {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
section.footer .navbar-link:after,
section.footer .navbar-item .navbar-dropdown {
  display: none !important;
}
section.footer .navbar-item:hover {
  color: #fdc822 !important;
}
section.footer .navbar-link {
  padding-right: 1.5rem;
}
section.footer .footer-cols {

}
section.footer .footer-cols .footer-col {
  flex-shrink: 0;
  padding-right: 2rem;
  min-width: 160px;
  width: auto;
  /* flex-grow: 1; */
}
section.footer .footer-cols .footer-col:last-child {
  padding-right: 0;
}
section.footer .footer-col.branding {
  /* text-align: center; */
}
section.footer .footer-col.branding a.logo {
  display: block;
  height: 4rem;
}
section.footer .footer-col.branding a.logo img {
  max-height: 100%;
}
section.footer .footer_small_print_mobile {
  display: none;
  margin-top: 2rem;
  text-align: center;
}
section.footer .footer_small_print_mobile p {
  font-size: 12px;
  margin-bottom: .2rem;
}
section.footer .footer_small_print_mobile p:last-child {
  margin-bottom: 0;
}
/*section.footer .footer-col.copyright {
  flex-shrink: 1;
}*/
section.footer .footer-col .copyright p {
  font-size: 10pt;
}
section.footer .footer-col.icons {
  /* text-align: right; */
}
section.footer .footer-col.icons .google-reviews {
  height: 4rem;
  margin-bottom: 1.5rem;
}
section.footer .footer-col.icons .google-reviews img {
  max-height: 100%;
}
section.footer .footer-col .socials {
  display: flex;
  /* justify-content: center; */
}
section.footer .footer-bottom p {
  font-size: 15px;
}
section.footer .footer-bottom a.navbar-item {
  font-size: 15px;

}

section.hero {
  background-size: cover;
  background-position: center;
  position: relative;
}
section.hero .container {
  position: relative;
  z-index: 10;
}
section.hero .hero-body {
  background: linear-gradient(180deg, #1427391c 0%, #14273900 32%, #14273900 100%);
}
#home section.hero .hero-body {
  /* background: linear-gradient(180deg, #091615c7 0%, #0916159e 32%, #0916153b 100%); */
  /* padding-top: 11rem; */
}
section.hero .title.is-1,
section.hero h1 {
  font-size: 60pt;
}
section.hero h2:not(:last-child),
section.hero h1:not(:last-child) {
  /* margin-bottom: 0.1em; */
}
section.hero p {
  /* font-size: 23px; */
  /* opacity: 0.9; */
}

section.hero .title.is-1+p,
section.hero h1+p {
  /*opacity: 0.75;*/
}
section.hero .button {
  margin-top: 2px;
}

section.hero .video {
  width: 0;
  height: 0;
}
section.hero .video .vjs-loading-spinner .vjs-control-text {
  display: none;
}
section.hero video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*opacity: 0.6;*/
}

section.hero .scroll-me {
  position: absolute;
  bottom: 0;
  z-index: 10;
  color: #040404;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2rem;
  bottom: 1rem;
  display: none;
}

#home section.hero {
  /*background-image: url('../img/bg.svg');*/
}

#home section.hero .scroll-me {
  display: block;
}

#home section.hero .button {
  margin-top: 8px;
}
section.hero .button+.button {
  margin-left: 12px;
}
#home section.hero h2,
#home section.hero h1,
#home section.hero p {
  /*width: 60%;*/
  /*margin-right: auto;*/
  /*margin-left: auto;*/
  text-shadow: 0 0 63px #002d5742;
}
#home section.hero p {
  margin-bottom: 1rem !important;
  /* font-size: 1.5rem; */
  /* width: 80%; */
  /* margin-left: auto; */
  /* margin-right: auto; */
}
#home section.hero p:last-child {
  /* width: 100%; */
  /* white-space: nowrap; */
  margin-bottom: 0 !important;
}
/*#home section.hero:after {
  content: '';
  width: 75%;
  height: 100%;
  content: '';
  background-color: #ffef8c;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top right;
  transform:  skewX(-10deg);
}*/

#contact-us section.block_type_text_form .columns {
  align-items: flex-start !important;
}
#contact-us section.block_type_text_form .socials {
  margin-top: 50px;
}
#contact-us section.block_type_text_form .socials a {
  color: #fff !important;
  background: #040404;
  width: 45px;
  height: 45px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  padding: 1px 0 0 1px;
}

section.big_image {
  position: relative;
}
section.big_image .container {
  position: static;
}
section.big_image .column-image .block_image {
  position: absolute;
  padding: 0;
  top: 0;
  bottom: 0;
}
section.big_image .column-image.is-3 .block_image {
    width: 25%
}
section.big_image .column-image.is-4 .block_image {
    width: 33.33333%
}
section.big_image .column-image.is-5 .block_image {
    width: 41.66667%
}
section.big_image .column-image.is-6 .block_image {
    width: 50%
}
section.big_image .column-image.is-7 .block_image {
    width: 58.33333%
}
section.big_image .column-image.is-5 .block_image {
  width: 42%;
}

section.block_type_image_text.big_image .column-image .block_image {
  left: 0;
}
section.block_type_text_image.big_image .column-image .block_image {
  right: 0;
}

section.block_type_gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  align-items: center;
  justify-content: center;
}
section.block_type_gallery .gallery .gallery_image {
  /* filter: grayscale(100%); */
  width: 22.7%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* height: 135px; */
  margin: 0 0 2rem 0;
  opacity: 1;
}

section[class*="slider"] {
  overflow: hidden;
}

section .content-slider {
  /*overflow: hidden;*/
}
section .content-slider .container {
  width: 760px;
  max-width: 100% !important;
}
section .content-slider .quote p {
  font-size: 1.2rem;
  font-weight: 300;
  /* opacity: 0.6; */
  color: #ffffff;
}
section .content-slider .quote p:first-child:before {
  content: "\201C";
  /* opacity: 0.2; */
}
section .content-slider .quote p:last-child:after {
  content: "\201D";
  /* opacity: 0.2; */
}
section .content-slider .name {
  margin-top: 20px;
  color: #ffffff;
  /* font-style: italic; */
  font-weight: 600;
}
section .content-slider .owl-dots {
  margin-top: 30px;
  margin-bottom: -10px;
}
section .content-slider .owl-theme .owl-stage-outer {
   overflow: visible;
}
section .content-slider .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  opacity: .2;
}
section .content-slider .owl-theme .owl-dots .owl-dot.active span,
section .content-slider .owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
section .content-slider .owl-theme .owl-item {
  opacity: .35;
  transition: opacity .2s ease;
  text-align: center;
}
section .content-slider .owl-theme .owl-item.active {
  opacity: 1;
}
section .content-slider .testimonial_slide {
  border-radius: 10px;
  overflow: hidden;
}
section .content-slider .testimonial_slide .image {
  background-size: cover;
  background-position: center;
  border-radius: 0;
}
section .content-slider .testimonial_slide .details {
  min-height: 440px;
  background-color: #171717;
  padding: 3rem !important;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}


section .card.article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section .card.article .card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
section .card.article:hover {
  color: inherit;
}
section .card.article .image {
  overflow: hidden;
  border-radius: 0;
}
section .card.article .image img {
  object-fit: cover;
  transition: transform .2s ease;
}
section .card.article:hover img {
  transform: scale(1.06);
}
section .card.article .content {
  font-size: .9em;
  /* color: #040404; */
  margin-top: auto;
}
section .card.article .content .arrow {
  color: #040404;
}




section.block_type_article_hero {
  text-align: center;
}
section.block_type_article_hero h1,
section.block_type_article_hero h2,
section.block_type_article_hero p {
  color: #ffffff;
  /*text-shadow: 0 0 80px #0d1e25;*/
}

/*section.block_type_article_content p,
section.block_type_article_content li {
  font-size: 18px;
}
section.block_type_article_content p {
  text-align: justify;
}*/
/*section.block_type_article_content .block_image {
  float: right;
  max-width: 50%;
  margin: -1rem -1rem 3rem 3rem;
  border: 1rem solid #e7ecf7;
}*/


section.block_type_blog_hero .search {
  position: relative;
  margin-top: -10px;
}
section.block_type_blog_hero .search .button {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  border: none;
  background: none;
  padding: 0;
  width: 48px;
}
section.block_type_blog_hero .search input {
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  color: #040404;
}
section.block_type_blog_hero .search input:active,
section.block_type_blog_hero .search input:focus {
  border-color: #7f52ff;
}
section.block_type_blog_hero .search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
section.block_type_blog_hero .search input:-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 1;
}
section.block_type_blog_hero input::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 1;
}
section.block_type_blog_hero input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}

section.big_image .column-image {
  min-height: 350px;
}

/*section.block_type_cta .cta .block_icon {
  font-size: 4rem;
  color: #171717;
}*/
section.block_type_cta .columns {
  row-gap: 0.5rem;
}
section.block_type_cta .cta {
  background: #ffffff;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
section.block_type_cta .cta .details {
  /* height: 100%; */
}
section.block_type_cta .cta .block_image {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#home section.hero {
  /* background-position: center bottom; */
}

section.about_block .column-image {
  padding-top: 0;
  /*padding-bottom: 0;*/
}
section.about_block .column-image .block_image {
  /* border-radius: 0; */
  /* border: 20px solid #445c59; */
}

#about section .column-image .block_image {
  /* border: 20px solid #f3f3ef; */
}

section.details .column:last-child {
  text-align: center;
}
section.details .column:last-child img {
  margin: .6rem;
}

section.testimonials {
  position: relative;
}
section.testimonials .container {
  max-width: 900px !important;
}
section.testimonials:before {
  content: '';
  background-image: url('/file/dfe705d7a08446ba86261aa099eeee5c62bed24922d7d.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

section.testimonials [class*="ArrowControl__ArrowControlContainer"] {
  box-shadow: none !important;
}
section.testimonials [class*="Carousel__CarouselArrowControlContainer"] > * {
  background: none !important;
  fill: #ebeae4 !important;
}
section.testimonials [class*="Carousel__CarouselArrowControlContainer"]:first-child {
  left: -95px;
}
section.testimonials [class*="Carousel__CarouselArrowControlContainer"]:last-child {
  right: -95px;
}
section.testimonials [class*="ReviewAlignContainer__Container"] {
  min-height: 200px;
  justify-content: center;
}

section.block_type_logo_marquee {
  overflow: hidden;
}
section.block_type_logo_marquee .marquee3k-inner {
  white-space: nowrap;
/*  display: flex;*/
/*  gap: 5rem;*/
/*  display: inline-flex !important;*/
/*  padding-right: 3rem;*/
  width: max-content;
}
section.block_type_logo_marquee .marquee3k-inner .gallery_image {
  height: 70px;
  max-width: 180px;
  display: inline-block;
/*  filter: grayscale(100%) opacity(40%);*/
  background-size: contain;
  flex-shrink: 0;
  margin: 0 2rem;
  transition: filter .3s ease;
}
section.block_type_logo_marquee .marquee3k-inner .gallery_image:hover {
/*  filter: grayscale(0%) opacity(100%);*/
}
section.block_type_logo_marquee .marquee3k-inner .gallery_image img {
  max-height: 100%;
  display: block;
  visibility: hidden;
}



.setting-picker {
  padding: 2px 0 !important;
}
.setting-picker .navbar-dropdown {
  border: none !important;
  z-index: 100;
  width: 150px;
  left: inherit;
  padding: 0.2rem 0;
  min-width: 0;
  border-radius: 3px;
  right: 0;
  margin-top: 10px;
}
.setting-picker .navbar-dropdown:before {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 15px;
  content: '';
}
.setting-picker .navbar-dropdown:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #FFFFFF transparent;
  bottom: 100%;
  right: 15px;
  content: '';
  position: absolute;
}
.setting-picker .navbar-dropdown .navbar-item {
  padding: 0.35rem 0.6rem !important;
  background: transparent !important;
  text-align: left;
  color: #212528 !important;
  font-size: 1rem;
  width: 100%;
  justify-content: flex-start;
  display: flex;
}
.setting-picker .navbar-dropdown .navbar-item.is-active,
.setting-picker .navbar-dropdown .navbar-item:hover {
  background-color: #d6eaff42 !important;
  color: #0363c1 !important;
}
.setting-picker > .navbar-link {
    background: #fff !important;
    padding: 0.3rem 1.2rem 0.3rem 0.4rem;
    border-radius: 3px;
    color: #212528 !important;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
}
.setting-picker > .navbar-link:after {
  right: 0.725em;
  border-color: #525e68;
  font-size: 0.8rem;
}

.setting-picker.language img.flag {
  height: 24px;
  border-radius: 2px;
  margin-right: 0.5rem;
  display: inline-block;
}
.setting-picker.language .navbar-dropdown .navbar-item img.flag {
  height: 20px;
}

.setting-picker.currency > .navbar-link {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 1.9rem;
  padding-left: 0.7rem;
}
.setting-picker.currency .navbar-dropdown {
  width: 57px;
}
.setting-picker.currency .navbar-dropdown .navbar-item {
  font-size: 1.55rem;
  text-align: center;
  justify-content: center;
/*  padding-left: 12px !important;*/
}

section .accordion:not(:last-child) {
  margin-bottom: 2rem;
}
section .accordion .question {
  border-top: 2px solid #eeeeee5c;
  position: relative;
  background: transparent;
  border-radius: 0;
  padding: 1.5rem 0;
  /* border: none; */
}
section .accordion .question:first-child {
/*  border-bottom: 2px solid #eee3;*/
/*  border-top: none;*/
/*  padding-top: 0 !important;*/
}
section .accordion .question:last-child {
/*  padding-bottom: 0 !important;*/
  border-bottom: 2px solid #eeeeee5c;
}
section .accordion .question .answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .3s ease;
}
section .accordion .question .title {
  cursor: pointer;
  font-size: 1.3rem;
  padding-right: 2.5rem;
  /* color: #ff2401; */
}
section .accordion .question .title:before {
  position: absolute;
  right: 0;
  top: 23px;
  /* bottom: 0; */
  width: 24px;
  height: 30px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-weight: 400;
  font-size: 1.7rem;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  /* color: #ffffff; */
  /* border: 2px solid #ffffff; */
  border-radius: 50%;
  padding: 0 0 1px 1px;
}
section .accordion .question .answer .answer-inner {
  padding-top: 1.25rem;
}
section .accordion .question.open .answer {
  max-height: 1000px;
  opacity: 1;
}
section .accordion .question.open .title:before {
  transform: scale(-1);
}

section .accordion.light .question {
  border: none;
  background-color: #fff;
  padding: 1.2rem 3.5rem 1.2rem 1rem;
  margin-bottom: 1rem;
}
section .accordion.light .question:last-child {
  margin-bottom: 0;
}
section .accordion.light .question .title:before {
  right: 1rem;
  top: 19px;
}


/*** DATALIST *******/
section dl {
}
section dl hr {
  background-color: #f5f9fd;
  margin: 0.8rem 0;
}
section dl .data-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: .4rem 0;
/*  border-bottom: 1px solid #ffffff2b;*/
}
section dl .data-row:first-child {
  padding-top: 0;
}
section dl .data-row:last-child {
  padding-bottom: 0;
}
section dl .data-row dt {
   font-weight: 600;
   max-width: 55%;
}
section dl .data-row dt span {
  display: block;
  opacity: .4;
  font-size: .8rem;
}
section dl .data-row dd {
  opacity: .7;
  font-weight: 400;
  max-width: 48%;
  text-align: right;
}
section dl.split {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
section dl.split .data-row {
  width: 48.5%;
}
/*** DATALIST END *******/


section .item_property {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* margin-bottom: 40px; */
  border-radius: 7px;
  overflow: hidden;
  /* box-shadow: 0 12px 17px 2px rgba(0,0,0,0.02), 0 5px 22px 4px rgba(0,0,0,0.02), 0 7px 8px -4px rgba(0,0,0,0.02); */
  background: #d6eaff45;
}
section .item_property .tag {
  position: absolute;
  right: 10px;
  top: 10px;
}
section .item_property .image {
  /*margin-bottom: 15px;*/
  border-radius: 0 !important;
  height: 200px;
}
section .item_property .content {
  padding: 27px 24px 24px 24px;
  /* background: #fff; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
section .item_property h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
section .item_property h4 {
  margin-bottom: 3px;
}
section .item_property .meta {
  font-size: 16px;
  opacity: 0.35;
  margin-bottom: 10px;
  font-weight: 600;
}
section .item_property .summary {
  flex-grow: 1;
}
section .item_property .summary p {
  font-size: 15px;
}
section .item_property .details {
  margin-top: 17px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .item_property .details .price {
  margin: 0 auto 0 0;
  font-size: 20px;
  /* color: #a4c1c4; */
  /* color: #31812a; */
  position: relative;
  top: -1px;
}
section .item_property .details p {
  margin: 0 0 0 20px;
  font-size: 18px;
  /* color: #31812a; */
}
section .item_property .details p .icon {
  display: inline-block;
  margin-right: 0rem;
  color: #0164c1;
}

section .item_property.item_property_mini {
  padding-left: 160px;
}
section .item_property.item_property_mini .image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 160px;
  padding: 0;
  height: auto;
}
section .item_property.item_property_mini .content {
  padding: 19px 16px 16px 16px;
}
section .item_property.item_property_mini .content h3 {
  font-size: 17px;
}

section .item_location {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
section .item_location .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgb(4 62 118 / 84%) 100%);
  transition: padding .2s ease;
}
section .item_location .content h4 {
  color: #fff;
  font-size: 1.3rem;
}
section .item_location:hover .content {
  padding-bottom: 1.2rem;
}


section.block_type_search_hero {
  position: relative;
  z-index: 100;
}
section.block_type_search_hero .hero_search_form .hero_search_form_inner {
  border-radius: 7px;
  margin-top: 3rem;
  backdrop-filter: blur(4px);
  background-color: #015fbbd4;
}
section.block_type_search_hero .hero_search_form .hero_search_form_upper {
  padding: 2rem 2rem 0 2rem;
}
section.block_type_search_hero .hero_search_form .hero_search_form_lower {
  padding: 1.5rem 2rem 2rem 2rem;
  background-color: #00000021;
}
section.block_type_search_hero .hero_search_form .tabs ul {
  margin: 0;
}
section.block_type_search_hero .hero_search_form .tabs li a {
  border: none;
  padding: .7rem 1.5rem;
  font-size: 1rem;
  background: #ffffff12;
  margin: 0 2px;
}
section.block_type_search_hero .hero_search_form .tabs li a .icon {
  margin-right: 0.5rem;
  opacity: .3;
  transition: opacity .2s ease-in-out;
}
section.block_type_search_hero .hero_search_form .tabs li.is-active a {
  background-color: #00000021;
  color: #fdc20a;
}
section.block_type_search_hero .hero_search_form .tabs li a:hover .icon,
section.block_type_search_hero .hero_search_form .tabs li.is-active a .icon {
  opacity: 1;
}
section.block_type_search_hero .hero_search_form .tabs li:not(.is-active) a:hover {
  background: #00000014;
  color: #fdc20a;
}
section.block_type_search_hero .hero_search_form .tabs li a span {
/*  max-width: 140px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.block_type_search_hero .hero_search_form .tab {
  display: none;
}
section.block_type_search_hero .hero_search_form .tab.is-active {
  display: block;
}
section.block_type_search_hero .hero_search_form form {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}
section.block_type_search_hero .hero_search_form form .field {
  color: #fff;
  margin-bottom: 0;
  position: relative;
}
section.block_type_search_hero .hero_search_form form .field.field_type_text {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
section.block_type_search_hero .hero_search_form form .field.field_type_button .button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
section.block_type_search_hero .hero_search_form form .field.field_type_select {
  min-width: 170px;
}
section.block_type_search_hero .hero_search_form form .field.field_type_select {
  flex-grow: 1;
}

section.block_type_search_hero .hero_search_form form .field.field_type {
  max-width: 180px;
  min-width: 0;
}

section.block_type_search_hero .hero_search_form form .field.field_price_min,
section.block_type_search_hero .hero_search_form form .field.field_bedrooms_min {
  max-width: 150px;
  min-width: 0;
  flex-shrink: 0;
}
section.block_type_search_hero .hero_search_form form .field.field_type_dropdown .field_dropdown {
  position: absolute;
  top: 100%;
  left: 4px;
  padding: 0.5rem 0.8rem 0.8rem 0.8rem;
  background: #ffffff;
  right: 4px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .10);
  opacity: 0;
  transition: opacity .2s ease;
  pointer-events: none;
  z-index: 10;
}
section.block_type_search_hero .hero_search_form form .field.field_type_dropdown.is-active .field_dropdown {
  opacity: 1;
  pointer-events: all;
}
section.block_type_search_hero .hero_search_form form .field.field_type_dropdown .field_dropdown .field {
  width: 100%;
  max-width: 100%;
  margin-bottom: .4rem;
  min-width: 100%;
}
section.block_type_search_hero .hero_search_form form .field.field_type_dropdown .field_dropdown .field:last-child {
  margin-bottom: 0;
}
section.block_type_search_hero .hero_search_form form .field.field_type_dropdown .field_dropdown .field .label {
  color: #23405a;
}


section.block_type_search_hero .hero_search_form h2,
section.block_type_search_hero .hero_search_form h3 {
  color: #fff;
  background-image: url('https://lupain.b-cdn.net/file/trustpilot-56659a69e13b4b.png');
  background-size: auto 89%;
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 1.9rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  section.block_type_search_hero .hero_search_form form .field.field_type {
    max-width: unset;
  }

  section.block_type_search_hero .hero_search_form form .field.field_type_select.field_price_min,
  section.block_type_search_hero .hero_search_form form .field.field_type_select.field_bedrooms_min {
    width: 38%;
    max-width: unset;
  }
}

@media screen and (max-width: 450px) {
  section.block_type_search_hero .hero_search_form form .field.field_type_select.field_price_min,
  section.block_type_search_hero .hero_search_form form .field.field_type_select.field_bedrooms_min {
    width: 100%;
  }
}

section.block_type_search_hero .hero-body {
/*  padding-bottom: 0 !important;*/
}

section.questions .boxed {
  background-color: #ffffffcc;
  backdrop-filter: blur(10px);
  padding: 1.3rem 1.6rem;
}
section.questions .fields .field {
  width: 100%;
}
section.questions .fields .field.field_type_heading .title {
  font-size: 2rem !important;
}
section.questions .fields .field.field_type_label p {
  font-size: 1.5rem;
}
section.questions .fields .field.field_type_text_box textarea {
  min-height: 7em;
}

section.why_use h3 {
  font-size: 2.3rem;
  margin-bottom: 1rem !important;
}
section.why_use .column:not(.is-12) .content {
  padding: 1.9rem;
  background: #fffffff2;
  border-radius: 10px;
}

section.block_type_property .backTo {
    display: block;
    padding: 1rem 0;
    color: #23405a;
}
section.block_type_property .backTo i {
    margin-right: 3px;
    color: #fdc20c;
}
section.block_type_property .property_images {
    margin-bottom: 40px;
    background: #f2f8ff;
    padding: 40px 0;
}
section.block_type_property .property_images .tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
}
section.block_type_property .property_images.property_images_layout .container {
    overflow: hidden;
/*    border-radius: 6px;*/
}
section.block_type_property .property_images.property_images_slider .splide__arrow--prev {
  left: 1rem;
}
section.block_type_property .property_images.property_images_slider .splide__arrow--next {
  right: 1rem;
}
section.block_type_property .property_images .row.gutters,
section.block_type_property .property_images .row.gutters > .row {
    margin-left: -10px;
}
section.block_type_property .property_images .row.gutters > .col,
section.block_type_property .property_images .row.gutters > .row > .col {
    margin-left: 10px;
}
section.block_type_property .property_images .row.gutters > .col-4 {
    width: calc(33.33333% - 10px);
}
section.block_type_property .property_images .row.gutters > .col-8 {
    width: calc(66.66666% - 10px);
}
section.block_type_property .property_images .image {
    /*border-radius: 6px;*/
    overflow: hidden;
    transition: opacity .2s ease-in-out;
}
section.block_type_property .property_images .image:hover {
    opacity: .9;
}
section.block_type_property .property_images .container {
    position: relative;
}
section.block_type_property .property_images .show_all {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 20;
    padding: 4px 8px;
    background: #eee;
    font-size: 14px;
    border-radius: 3px;
    pointer-events: none;
}
section.block_type_property .property_images .show_all i {
    margin-right: 4px;
}
section.block_type_property .property_images .main_image {
}
section.block_type_property .property_images .main_image a {
  position: relative;
  height: 100%;
  display: block;
}
section.block_type_property .property_images .main_image .image {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.block_type_property .property_images .main_image .image img {
    /* display: none; */
}
section.block_type_property .property_images .add_images .image img:not([src]) {
  background-color: #fff;
  opacity: .4;
}
section.block_type_property .property_images .add_images .column {
/*    margin-bottom: 10px;*/
    display: none;
}
section.block_type_property .property_images .add_images .column:nth-child(1),
section.block_type_property .property_images .add_images .column:nth-child(2),
section.block_type_property .property_images .add_images .column:nth-child(3),
section.block_type_property .property_images .add_images .column:nth-child(4),
section.block_type_property .property_images .add_images .column:nth-child(5),
section.block_type_property .property_images .add_images .column:nth-child(6) {
    display: block;
}
section.block_type_property .property_images .add_images .column:nth-child(4),
section.block_type_property .property_images .add_images .column:nth-child(5),
section.block_type_property .property_images .add_images .column:nth-child(6) {
/*    margin-bottom: 0;*/
}
section.block_type_property .description {
    margin-bottom: 30px;
}
section.block_type_property .description .location {
  font-weight: 500;
}
section.block_type_property .description .location .icon {
  width: 1.2rem;
  color: #fbc341;
/*  opacity: .6;*/
}
section.block_type_property .description .tag {
    margin-bottom: 4px;
}
section.block_type_property .description h1 {
    /* font-size: 40px; */
    /* margin-bottom: 9px; */
    /* color: #0164c1; */
}
/*section.block_type_property .description .title .refid {
  display: inline-block;
  opacity: 0.4;
}*/
section.block_type_property .description .reference,
section.block_type_property .description .price {
    opacity: .6;
    margin-bottom: 25px;
}
section.block_type_property .description .desc {
    margin-bottom: 30px;
}
section.block_type_property .description .map {
    margin-bottom: 30px;
}
section.block_type_property .description .map #map-canvas {
  height: 400px;
}

section.block_type_property .contact_ctas a {
  display: block;
  padding: 1rem;
  background-color: #fdc20a3b;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  /* border: 1px solid #fdc20a; */
}
section.block_type_property .contact_ctas a:before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f2a0";
  font-weight: 600;
  font-size: 10rem;
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  color: #fdc20a;
  opacity: 0.1;
  line-height: 1;
}
section.block_type_property .contact_ctas a h4,
section.block_type_property .contact_ctas a p {
  color: #0363c1;
  position: relative;
}
section.block_type_property .contact_ctas a.call_cta:before {
  transform: rotate(-45deg);
}
section.block_type_property .contact_ctas a.call_cta p {
  width: 180px;
  max-width: 100%;
}
section.block_type_property .contact_ctas a.chat_cta:before {
  content: "\f086";
}

section.block_type_contact_map .map iframe,
section.block_type_property .description .map iframe {
    width: 100%;
    height: 300px;
    border-radius: 6px;
    overflow: hidden;
    background: #f2fafa;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
    background-image: url(data:image/gif;base64,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);
}
section.block_type_property .features {
    margin-bottom: 30px;
}
section.block_type_property .features .items {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /* justify-content: start; */
}
section.block_type_property .features .items p {
    /*flex-shrink: 1;*/
    /* flex-grow: 1; */
    /*min-width: 25%;*/
    /*margin-right: 20px;*/
    margin-bottom: 15px;
}
section.block_type_property .features .items p i {
    /* color: #31903c; */
    /* margin-right: 10px; */
}
section.block_type_property .share {
    /*text-align: center;*/
    margin-bottom: 20px;
}
section.block_type_property .info_section.video {
    margin-bottom: 30px;
}
section.block_type_property .info_section.video .video-container {
    margin-bottom: 0;
}

section.block_type_property .info_section.enquiry {
    /* padding: 34px; */
    /* background: #f2f8ff; */
    margin-bottom: 30px;
}
section.block_type_property .info_section.enquiry button {
    margin-top: 10px;
}
section.block_type_property aside.details .price {
  opacity: .7;
  font-size: 1.8rem;
}
aside.details {
    width: 360px;
}
aside.details .info_section {
    /* box-shadow: 0 12px 17px 2px rgba(0,0,0,0.02), 0 5px 22px 4px rgba(0,0,0,0.02), 0 7px 8px -4px rgba(0,0,0,0.02); */
    border-radius: 6px;
    overflow: hidden;
    background-color: #f2f8ff;
    margin-bottom: 25px;
}
aside.details .info_section > .button {
    border-radius: 0;
    width: 100%;
    padding: 18px 10px;
}
aside.details .title {
    margin: 0;
    background-color: #0164c1;
    color: #fff;
    text-align: center;
    padding: 14px 0 13px 0;
    font-size: 19px;
}
aside.details .info .title {
    font-size: 20px;
}
aside.details .inner {
    padding: 19px 22px;
}
aside.details p {
    margin-bottom: 13px;
    position: relative;
}
aside.details p:last-child {
    margin-bottom: 0;
}
aside.details p span.icon {
    width: 24px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    top: 0px;
    left: 0;
    color: #fbc341;
}
section.block_type_property aside.details .info_section.features p {
    line-height: 1.2;
}

aside.details .rental_booking {
    margin-bottom: 25px;
}
aside.details .rental_booking .field:not(:last-child) {
  margin-bottom: .9rem;
}
aside.details .rental_booking .select {
  width: 100%;
}
aside.details .rental_booking .button {
  width: 100%;
}

section #map-canvas {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
section.contact_details p strong {
  width: 100px;
  display: inline-block;
  padding-right: 10px;
}

section.paperwork_step {
  background-color: #fff !important;
}
section.paperwork_step .content {
  background-color: var(--background-color);
  border-radius: 15px;
  padding: 2rem;
  position: relative;
  padding-right: calc(200px + 4rem);
  min-height: calc(200px + 4rem);
}
section.paperwork_step:not(.last_step) .content:before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 90px 0 90px;
  border-color: var(--background-color) transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: calc(50% - 90px);
}
section.paperwork_step .content > div {
  position: absolute;
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  width: 200px;
}
section.paperwork_step .content > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 210px;
}


body.landing section.header,
body.landing section.footer {
  display: none;
}

body#rental ,
body#payment {
  background-color: #0363c1;
}
body#rental main,
body#payment main,
body#rental section.block_type_payment ,
body#payment section.block_type_payment {
  background: transparent !important;
}
body#rental section.block_type_payment .payment_form ,
body#payment section.block_type_payment .payment_form {
  overflow: hidden;
  border-radius: 1rem;
}
body#rental section.block_type_payment .payment_form .payment_form_column ,
body#payment section.block_type_payment .payment_form .payment_form_column {
}

body#rental section.block_type_payment .payment_form .payment_form_fields .payment_form_field:not(:last-child) ,
body#payment section.block_type_payment .payment_form .payment_form_fields .payment_form_field:not(:last-child) {
  margin-bottom: 1rem;
}
body#rental section.block_type_payment .payment_form .payment_form_fields .payment_form_field .field_currency .button ,
body#payment section.block_type_payment .payment_form .payment_form_fields .payment_form_field .field_currency .button {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  font-weight: 400;
}

body#rental section.block_type_payment .payment_form .payment_form_details ,
body#payment section.block_type_payment .payment_form .payment_form_details {
}
body#rental section.block_type_payment .payment_form .payment_form_details .payment_form_header,
body#payment section.block_type_payment .payment_form .payment_form_details .payment_form_header,
body#rental section.block_type_payment .payment_form .payment_form_details .payment_form_footer ,
body#payment section.block_type_payment .payment_form .payment_form_details .payment_form_footer {
  background-color: #f5f9fd;
  padding: 2rem;
}
body#rental section.block_type_payment .payment_form .payment_form_details .payment_form_header ,
body#payment section.block_type_payment .payment_form .payment_form_details .payment_form_header {
  padding-bottom: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
}
body#rental section.block_type_payment .payment_form .payment_form_details .payment_form_header p ,
body#payment section.block_type_payment .payment_form .payment_form_details .payment_form_header p {
  font-size: 1.2rem;
  padding: 0.5rem 1.4rem;
  color: #0264c3;
  font-weight: 500;
  background: #fff;
  border-radius: 30px;
}
body#rental section.block_type_payment .payment_form .payment_form_details .payment_form_footer ,
body#payment section.block_type_payment .payment_form .payment_form_details .payment_form_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body#rental section.block_type_payment .payment_form .payment_form_details .payment_form_footer .payment_form_icons ,
body#payment section.block_type_payment .payment_form .payment_form_details .payment_form_footer .payment_form_icons {
  width: 300px;
  margin-right: 2rem;
}
body#rental section.block_type_payment .payment_form .payment_form_details .payment_form_body ,
body#payment section.block_type_payment .payment_form .payment_form_details .payment_form_body {
  background-color: #fff;
  padding: 2rem;
}
body#rental section.block_type_payment .payment_form .payment_form_details .logo ,
body#payment section.block_type_payment .payment_form .payment_form_details .logo {
  display: block;
/*  margin-bottom: 2rem;*/
  height: 70px;
  margin-right: auto;
}
body#rental section.block_type_payment .payment_form .payment_form_details .logo img ,
body#payment section.block_type_payment .payment_form .payment_form_details .logo img {
  max-height: 100%;
  display: inline-block;
}
body#rental section.block_type_payment .payment_form .payment_form_details .payment_form_booking ,
body#payment section.block_type_payment .payment_form .payment_form_details .payment_form_booking {
  border-left: 2px solid #f5f9fd;
}
body#rental section.block_type_payment .payment_form .payment_form_card ,
body#payment section.block_type_payment .payment_form .payment_form_card {
  position: relative;
  background-color: #fff;
}
body#rental section.block_type_payment .payment_form .payment_form_card .payment_form_column ,
body#payment section.block_type_payment .payment_form .payment_form_card .payment_form_column {
/*  margin-top: 6.3rem;*/
}
body#rental section.block_type_payment .payment_form .payment_form_card #card-form ,
body#payment section.block_type_payment .payment_form .payment_form_card #card-form {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.datepicker__inner .min_night_warning {
  display: block;
  color: #c70000;
  text-align: center;
  font-weight: 500;
  margin-top: 1rem;
}
.datepicker__month-day {
  position: relative;
}
.datepicker__month-day span.min_nights {
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 5px;
  font-size: .7rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
}
.datepicker__month-day span.min_nights:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f186";
  font-weight: 600;
  /* vertical-align: middle; */
  font-size: 0.5rem;
  margin-left: 2px;
}


section.home_boxes .content {
  padding: 1.6rem;
  border-radius: 6px;
  background-color: #fff;
}

section.block_type_subscribe .notification .container {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
section.block_type_subscribe .inner {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
section.block_type_subscribe .content {
  margin-bottom: 0;
  color: #fff;
}
section.block_type_subscribe .content h4,
section.block_type_subscribe .content p {
  white-space: nowrap;
}
section.block_type_subscribe .content h4 {
  margin-bottom: .3rem !important;
}
section.block_type_subscribe .boxed {
  border-radius: 0;
  background: transparent !important;
  padding: 0;
}
section.block_type_subscribe .boxed .fields {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  flex-wrap: nowrap;
}
section.block_type_subscribe .boxed .fields .field {
  margin: 0;
}
section.block_type_subscribe .boxed .fields .field_type_button {
  width: 150px;
  flex-shrink: 0;
}
section.block_type_subscribe .boxed .fields .field_type_button .control {
  margin-top: 0 !important;
}
section.block_type_subscribe .boxed .fields .field_type_button .control .button {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar-item.is-active .navbar-dropdown,
.navbar-item.is-hoverable:focus .navbar-dropdown,
.navbar-item.is-hoverable:focus-within .navbar-dropdown,
.navbar-item.is-hoverable:hover .navbar-dropdown {
  display: block !important;
}

.navbar-item.home svg {
  height: 24px;
}

.split_form .fields {
  position: relative;
}

.split_form .fields .field {
/*  margin-bottom: 0;*/
}
.split_form .fields .field.field_id_8,
.split_form .fields .field.field_id_15 {
  width: 100%;
}
.split_form .fields .field.field_id_9,
.split_form .fields .field.field_id_10,
.split_form .fields .field.field_id_11 {
  width: 100%;
}
.split_form .fields .field.field_id_9 .control,
.split_form .fields .field.field_id_10 .control,
.split_form .fields .field.field_id_11 .control {
  width: 49%;
}
.split_form .fields .field.field_id_12 {
  width: 49%;
  position: absolute;
  top: 79px;
  right: 0;
}
.split_form .fields .field.field_id_12 textarea {
  min-height: 11.2em;
}
.split_form .fields .field.field_id_14 {
}
.split_form .fields .field.field_id_14 .control {
  margin-top: 0 !important;
}

.transparent {
  background-image: url('https://lupain.b-cdn.net/file/transparent.webp');
}