
/* Load Thermal Variable */
@font-face {
  font-family: 'thermal-variable';
  src: url('https://9017812.fs1.hubspotusercontent-na1.net/hubfs/9017812/Font%202025/RST-Thermal-Trial-Regular-Display-BF65a5d7827d5bd.otf') format('opentype');
  font-weight: 1 1000;
  font-style: normal;
}

/* Apply Thermal to headline tags */
h1, h2 {
  font-family: 'thermal-variable', sans-serif;
  font-variation-settings: 'wght' 600, 'opsz' 48;
}

/* All other elements default to Raleway */
body, html, h3, h4, h5, h6, p {
  font-family: 'Raleway', sans-serif;
}


/* Load Raleway */
@font-face {
  font-family: 'Raleway';
  src: url('https://9017812.fs1.hubspotusercontent-na1.net/hubfs/9017812/Font%202025/Raleway-Regular.woff2') format('woff2'),
       url('https://9017812.fs1.hubspotusercontent-na1.net/hubfs/9017812/Font%202025/Raleway-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Load Thermal Variable */
@font-face {
  font-family: 'thermal-variable';
  src: url('https://9017812.fs1.hubspotusercontent-na1.net/hubfs/9017812/Font%202025/RST-Thermal-Trial-Regular-Display-BF65a5d7827d5bd.otf') format('opentype');
  font-weight: 1 1000;
  font-style: normal;
}

/* Apply Thermal to headline tags */
h1, h2 {
  font-family: 'thermal-variable', sans-serif;
  font-variation-settings: 'wght' 600, 'opsz' 48;
}

/* All other elements default to Raleway */
body, html, h3, h4, h5, h6, p {
  font-family: 'Raleway', sans-serif;
}






/* Default transparent header */
header.WT_header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Solid background after scrolling */
header.WT_header.changeBg {
  background-color: #ffffff; /* Change to black or dark if preferred */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */






/* 1h. Site footer */











.content-wrapper {
  max-width:1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.header-padding {
  padding: 0px !important;
}

.header-width {
  max-width: 100%;
}

.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

iframe.virtual-tours {
  max-width: 100%; 
  padding-bottom: 80px;
}

@media(max-width:767px) {
  iframe.virtual-tours {
    max-width: 100%; 
    padding: 0 15px 40px;
  } 
}

/* .dnd-section > .row-fluid {
max-width: 1140px;
} */





html {
  font-size: 16px;
  --antd-wave-shadow-color: #e8d925;
  --scroll-bar: 0;
  scroll-behavior: smooth;
  font-family: 'raleway' !important;
  color: #000000 !important;
}

body {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #707070;
  font-family: 'raleway' !important;
  color: #000000 !important;
}
img {
  max-width: 100%; 
}

/* Paragraphs */

p {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  line-height: 24px;
}

/* Anchors */

a {
  color: #3f5a77;
  text-decoration:none;
}
a:hover{
  text-decoration:none;
}

a:active {
  color: #67829f;
}

/* Headings */

h1 {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'thermal-variable', sans-serif;
  color: #FFFFFF;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 9px;
  text-transform: none;
  margin-bottom: 15px;
}

h2 {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'thermal-variable', sans-serif;
  color: #102946;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 15px;
}

h3 {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'raleway', sans-serif;
  color: #102946;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 0px;
}

h4 {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'raleway', sans-serif;
  color: #102946;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom:0;
}

h5 {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'raleway', sans-serif;
  color: #102946;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

h6 {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'raleway', sans-serif;
  color: #102946;
  font-size: 14px;
}

/* Blockquote */

blockquote {
  border-left-color: #3b4d61;
}





button,
.button,a.cta_button {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #3b4d61;
  border-radius: 6px;
  color: #3b4d61;
  padding: 11.5px 15px;
  transition-duration:0.3s;
}
.secondary_cta a.cta_button{
  background-color: rgba(0,0,0,0) ;
  border: 1px solid #ffffff;
  color: #ffffff;
  transition-duration:0.3s;
}
.secondary_cta a.cta_button:hover{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: rgba(0,0,0,0) ;
  border: 1px solid 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  transition-duration:0.3s;
}

button:hover,
a.cta_button:hover,
.button:hover
{
  color: #231f20;
  background: #f5ec4e;
  border-color: #f5ec4e;
  transition-duration:0.3s;
}

button:active,
.button:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #637589;
  color: #3b4d61;
  transition-duration:0.3s;
}





form,
.submitted-message {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(16, 41, 70, 1.0)

;
  color: #3b4d61;
}

/* Form label */

form label {
  color: #9bc4bf;
}

/* Form help text */

form legend {
  color: #3b4d61;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: #8f998f;
  color: #707070;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: ;
  border-color:#f5ec4e;
  outline: 0;
}
select.hs-input{
  width:100% !important;
}

/* Form placeholder text */

::placeholder {
  color:#333333;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color:#333333;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder{
  color:#333333;
}
/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #526673;
}

.fn-date-picker td .pika-button:hover {
  background-color: #526673 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #526673;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #3b4d61;
  border-radius: 6px;
  color: #3b4d61;
  padding: 11.5px 15px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(215, 215, 215, 1.0);
  color: #3b4d61;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #637589;
  color: #3b4d61;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #3b4d61;
}

th,
td {
  border-color: #3b4d61;
  color: #3b4d61;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(82, 102, 115, 1.0)

;
  border-bottom-color: #3b4d61;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(59, 77, 97, 1.0)

;
  color: #3b4d61;
}





header.WT_header.changeBg {
  background-color: 

  
  
    
  


  rgba(59, 77, 97, 0.0)

;
}
.main-header li.hs-menu-item.hs-menu-depth-1 a {
  color: #3b4d61;
}
body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #3b4d61;
  font-family: 'Raleway', sans-serif;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {

}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #637589;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #526673;
}

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(59, 77, 97, 0.0)

;
  border-color: #3b4d61;
}

body .submenu.level-2 > li:first-child:before {
  border-color: #3b4d61;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #3b4d61;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(59, 77, 97, 0.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(59, 77, 97, 0.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: 'Raleway', sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: #3b4d61;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(59, 77, 97, 0.0)

;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    text-align: center; 
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #3b4d61;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    background-color: 

  
  
    
  


  rgba(59, 77, 97, 0.0)

;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(59, 77, 97, 1.0)

;
}

/* Footer Content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #3b4d61;
}





.blog-index,
.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

.blog-pagination,
.blog-comments {
  margin-bottom: 80px;
}

.blog-post__date {
  border-color: #707070;
}

.blog-post__tag-link {
  color: #707070;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #484848;
}

.blog-post__tag-link:active {
  color: #989898;
}

.blog-pagination__link {
  color: #707070;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #526673;
}

#comments-listing .comment-reply-to {
  color: #3f5a77;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #17324f;
}

#comments-listing .comment-reply-to:active {
  color: #67829f;
}












.loading{
  overflow:hidden;
}

.loader {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}









.card__price {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #102946;
  font-size: 24px;
}
a:hover, a:focus{
  text-decoration:none;
}
.heading-wrapper{
  max-width:700px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  margin-bottom:50px;
}
.paver--ready div.paver__pano {
    background-position: center;
}
@media(max-width:1199px){
  h1{
    font-size:30px;
    line-height:42px;
  }
}
@media(max-width:767px){
  h1{
    font-size:24px;
    line-height:36px;
  }
  h2{
    font-size: 24px;
    line-height: 36px;
  }
  h3{
    font-size: 24px;
    line-height: 32px;
  }
  h4{
    font-size: 16px;
    line-height: 24px;
  }
  h5{
    font-size: 14px;
    line-height: 21px;
  }
  .heading-wrapper{
    margin-bottom:30px;
  }
  .section-padding{
    padding: 40px 0px;
  }
  a.cta_button{
    padding: 10px 40px;
  }
}
::selection {
  color: #fff;
  background: #3390FF;
}
.blog-post__body h2{
  font-family: Raleway!important;
  color: #002A4D !important;
  text-transform: uppercase;
}


@font-face {
  font-family: 'Raleway';
  src: url('https://9017812.fs1.hubspotusercontent-na1.net/hubfs/9017812/Font%202025/Raleway-Regular.woff2') format('woff2'),
       url('https://9017812.fs1.hubspotusercontent-na1.net/hubfs/9017812/Font%202025/Raleway-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'thermal-variable';
  src: url('https://9017812.fs1.hubspotusercontent-na1.net/hubfs/9017812/Font%202025/RST-Thermal-Trial-Regular-Display-BF65a5d7827d5bd.otf') format('opentype');
  font-weight: 1 1000;
  font-style: normal;
}

/* HEADLINE STYLES */
h1, h2 {
  font-family: 'thermal-variable', sans-serif;
  font-variation-settings: 'wght' 600, 'opsz' 48;
}

/* BODY TEXT & OTHER ELEMENTS */
body, h3, h4, h5, h6, p {
  font-family: 'Raleway', sans-serif;
}
/* HEADER */
header.WT_header,
header.WT_header * {
  background-color: #3b4d61 !important;
  color: #ffffff !important;
}

header.WT_header a,
header.WT_header.changeBg a {
  color: #ffffff !important;
}

header.WT_header a:hover {
  color: #cccccc !important;
}

/* Keep header consistent when scrolling */
header.WT_header.changeBg {
  background-color: #3b4d61 !important;
  color: #ffffff !important;
}

/* FOOTER */
.footer_outer {
  background-color: #3b4d61 !important;
  color: #ffffff !important;
}

.footer_outer a,
.footer_outer .footer_logo_text,
.footer_outer .copy-right-txt {
  color: #ffffff !important;
}

.footer_outer a:hover {
  color: #cccccc !important;
}
/* Keep header background consistent when scrolling */
header.WT_header,
header.WT_header.changeBg {
  background-color: #3b4d61 !important;
  color: #ffffff !important;
}

header.WT_header.changeBg * {
  color: #ffffff !important;
}
header.WT_header,
header.WT_header.changeBg {
  background-color: transparent !important;
}

header.WT_header *,
header.WT_header.changeBg * {
  color: #ffffff !important;
  fill: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

}


}