/* beautify ignore:start */



  



/* 1a. Containers */


/* 1b. Colors */


/* 1c. Typography */

























/* 1e. Forms */



















:root {
  --grey-900: #121417;
  --grey-800: #303740;
  --grey-700: #525861;
  --grey-600: #656E7C;
  --grey-500: #788292;
  --grey-400: #9AA1AD;
  --grey-300: #C9CED5;
  --grey-200: #DBDDDF;
  --grey-100: #F6F6F7;
  --grey-000: #FFFFFF;
    
  --primary-50:  #DBE2EE;
  --primary-100: #ADBCD6;
  --primary-200: #8191AD;
  --primary-300: #4C5F80;
  --primary-400: #334566;
  --primary-500: #2B3C58;
  --primary-600: #1B2942;
  --primary-700: #1B2942;
  --primary-800: #142033;
  --primary-900: #0E1725;

  --secondary-50:  #0ac8ce;
  --secondary-100: #f3f4f6;
  --secondary-200: #0ac8ce;
  --secondary-300: #0ac8ce;
  --secondary-400: #0ac8ce;
  --secondary-500: #0ac8ce;
  --secondary-600: #0ac8ce;
  --secondary-700: #0ac8ce;
  --secondary-800: #0ac8ce;
  --secondary-900: #0ac8ce;
  
  --brand-100: var(--primary-300);
  --brand-200: var(--primary-600);
  --brand-300: var(--primary-900);
  
  --brand-100-to-brand-200: linear-gradient(120deg, var(--brand-100), var(--brand-200));
  --brand-200-to-brand-100: linear-gradient(120deg, var(--brand-200), var(--brand-100));
  --brand-200-to-brand-300: linear-gradient(120deg, var(--brand-200), var(--brand-300));
  --brand-300-to-brand-200: linear-gradient(120deg, var(--brand-300), var(--brand-200));
  --brand-100-to-brand-300: linear-gradient(120deg, var(--brand-100), var(--brand-300));
  --brand-300-to-brand-100: linear-gradient(120deg, var(--brand-300), var(--brand-100));
  --secondary-100-to-secondary-200: linear-gradient(120deg, var(--secondary-100), var(--secondary-200));
  --secondary-200-to-secondary-300: linear-gradient(120deg, var(--secondary-200), var(--secondary-300));
  --secondary-300-to-secondary-100: linear-gradient(120deg, var(--secondary-300), var(--secondary-100));
  
  --error-color: var(--secondary-500);
  --global-section-nav-background-color: var(--primary-700);
  
  /* Theme Setup Styles */
  --global-document-background: var(--grey-000);
  --global-nav-background: var(--primary-700);
  --global-nav-background--invert: var(--primary-700);
  --global-nav-background-text-color--invert: var(--grey-100);
  --global-footer-background: var(--primary-700);
  --global-breadcrumb-border: none;
  --global-breadcrumb-background: var(--grey-300);
  
  --global-base-bg-duotone-overlay-gradient: linear-gradient(90deg, var(--primary-500) 0%, var(--secondary-400) 100%) 0% 0% no-repeat padding-box;
  --global-base-bg-duotone-overlay-gradient: linear-gradient(90deg, red 0%, blue 100%) 0% 0% no-repeat padding-box;
  --global-base-bg-duotone-gradient-opacity: 0.5;
  
  /* JTC: Saturate looks slightly nicer than grayscale on a wider range of pictures */
  --filter-grayscale: saturate(0);
  
  --global-scroll-progress-bar: var(--secondary-500);
  --global-scroll-progress-bar--invert: var(--navy-200);
  --global-scroll-progress-bar-background: var(--primary-800);
  
  --global-card-padding-sm: 24px 16px;
  --global-card-padding-lg: 48px 32px;
  --global-card-padding-xl: 96px 160px;
  
  --global-card-border-radius-sm: 8px;
  --global-card-border-radius-lg: 24px;
  
  /******Image ratio *******/

  --image-ratio-style-2: 16 / 9; /* Image height medium, panoramic, blog hero*/
  --image-ratio-style-3: 3 / 2; /**Image height tall, rectangle*/
  --image-ratio-style-4: 1.91 / 1; /*** Blog post feature image,Image size short, landscape ***/
  --image-ratio-style-5: 1 / 1; /*****square******/
  --image-ratio-style-6: 4 / 3; /*****landscape********/
  
  --shadow-medium: 0px 4px 8px 0px #0000001a;

  --hover-opacity: none;

  --swiper-theme-color: var(--grey-300);
  
}






.content-wrapper {
  
    max-width:100%;
}
/* Use 100% of the screen with as much as you can
@media screen and (min-width: 480px) {
  .content-wrapper {
    
    max-width: calc(1280px*0.64);
  }
}

@media screen and (min-width: 1280px) {
  .content-wrapper {
    
    max-width: calc(1280px*0.8);
  }
}
*/
@media screen and (min-width: 1440px) {
  .content-wrapper {
    
    max-width: 1280px;
  }
}
/* H&D max-width for designs is currently 1440
@media screen and (min-width: 1940px) {
  .content-wrapper {
    
    max-width: calc(1280px*1.2);
  }
*/
}

/* TODO: Maybe remove this, maybe add it to content-wrapper? */
.dnd-section,
.content-wrapper--vertical-spacing {
  
  padding: 80px 24px;
  padding: 0px;
}





html {
  font-family: sans-serif;
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #121417;
  background-color: var(--global-document-background);
  font-size: 18px;
  /* 1.2 sets a baseline for non-set line-heights. Each element should have it's own overriding line-height */
  line-height: 1.2;
}

/* Paragraphs */

p {
   /* Body copy has a font size of 18px and a line-height of 30. 
   1.68 (30.24px) is close to this, and provides more flexibility for changes later than a hard-coded value */
  line-height: 1.68;
  /*max-width: 920px; max-width should be on the container of the p not on the p */
  margin-top: 30px;
}

/* Anchors */

a:not(.button, .cta_button, .blog-post__tag-link, .blog-pagination__link, .title__anchor-link) {
  font-weight: inherit; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #121417;
}

/* a:not(.button, .cta_button, .blog-post__tag-link, .blog-pagination__link, .title__anchor-link):hover,
a:not(.button, .cta_button, .blog-post__tag-link, .blog-pagination__link, .title__anchor-link):focus {  
  color: #000000;
}

a:not(.button, .cta_button, .blog-post__tag-link, .blog-pagination__link, .title__anchor-link):active {
  color: #3a3c3f;
}} */

/* Headings */

h1 {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  font-size: 56px;
  font-size: clamp(36px, 6vw, 56px);
  text-transform: none;
  line-height: 1.1;
  margin: 0px;
  margin: 16px 0 8px 0;
}

h1.title--homepage {
  font-size: calc(56px * 1.33);
}

h2 {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #121417;
  font-size: 42px;
  text-transform: none;
  line-height: 1.15;
  margin: 0px;
  margin: 16px 0 8px 0;
}

h2.title--homepage {
  font-size: calc(42px * 1.25);
}

h3 {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #121417;
  font-size: 36px;
  text-transform: none;
  line-height: 1.2;
  margin: 0px;
  margin: 12px 0 8px 0;
}

h3.title--homepage {
  font-size: calc(36px * 1.2);
}

h4 {
  font-weight: 400; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #121417;
  font-size: 28px;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.2px;
  line-height: 1.2;
  margin: 0px;
  margin: 8px 0 8px 0;
}

h4.title--homepage {
  font-size: calc(28px * 1.1);
}

h5 {
  font-data: {font=Montserrat, font_set=ADOBE, styles={font-weight=700, text-decoration=none, font-family=Montserrat, sans-serif, font-style=normal}, size=20, size_unit=px, color=#121417, variant=700, fallback=sans-serif, style=font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal, css=color: #121417;font-size: 20px;font-weight: 700; font-family: Montserrat, sans-serif;};
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #121417;
  font-size: 20px;
  text-transform: none;
  line-height: 1.2;
  margin: 0px;
  margin: 8px 0 8px 0;
}

h6 {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #121417;
  font-size: 18px;
  text-transform: none;
  line-height: 1.2;
  margin: 0px;
  margin: 4px 0 8px 0;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6{
  color:#ffffff;
}

.eyebrow-title {
    font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: normal;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
}

/* Blockquote */

blockquote {
  border-left-color: #9AA1AD;
}





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

/* Form title */
.form-title {
  color: #121417;
}

/* Labels */
label {
  color: #121417;
}

.text-light label{
  color: var(--grey-100);
}

.text-dark label {
  color: var(--grey-800);
}

.text-light a:not(.button) {
  color: #fff;
}
/* Help text */
legend {
  color: #121417;
}

/* Inputs */
.hs-fieldtype-file label:before,
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
input[type=date],
select,
textarea {
  background-color: 

  
  
    
  
  
  rgba(255, 255, 255, 1.0)

;
  color: #121417;
  border-radius: 2px;
  border: 1px solid #cccccc;
;
  width:100%;
  padding:10px 12px;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=file]:hover,
input[type=fildate],
select:hover,
textarea:hover {
  border-color: #1a1a1a;
}

input[type=text]:focus, input[type=text]:focus-visible,
input[type=email]:focus, input[type=email]:focus-visible,
input[type=password]:focus, input[type=password]:focus-visible,
input[type=tel]:focus, input[type=tel]:focus-visible,
input[type=number]:focus, input[type=number]:focus-visible,
input[type=file]:focus, input[type=file]:focus-visible,
input[type=date]:focus, input[type=date]:focus-visible,
select:focus, select:focus-visible,
textarea:focus, textarea:focus-visible {
  border: 1px solid #cccccc;
;
  border-color: #121417;
  outline:none;
}

/* Form placeholder text */

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, ::placeholder {
  opacity: 1;
  color: #F6F6F7;
}

/* Inputs - date picker */

.hs-dateinput:before {
  color: #F6F6F7;
}

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

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

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

.hs-form-field {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 10px;
}

.hs-form-field > label{
  padding:10px 12px;
  width:49%;
}
.hs-form-field .input{
  width:49%;
  margin-left: auto;
  position: relative;
}
.hs-form-field .hs-field-desc{
  padding:16px 0 0;
  width: 49% !important;
  font-size: 12px;
  font-style: italic;
}


.hs-form-field .input textarea {
  width:100%;
  min-height: 152px;
  resize: vertical;
}

.hs-form-field .input.character-counter{
	position: relative;
}

.hs-form-field  .input.character-counter:after{
	display: block;
	position: absolute;
	top:calc(100% - 20px);
	right:5px;
	content: attr(countercontent);
	color:var(--error-color);
	font-size: 12px;
}


.hs_single_checkbox {
    flex-direction: column;
}

.hs_single_checkbox .input{
  margin-left: 0;
}

.hs-form-field.hs_single_checkbox .hs-field-desc{
  padding: 16px 0 8px;
}

.legal-consent-container .field.hs-form-field{
  margin:8px 0;
}

.hs-fieldtype-booleancheckbox .input{
  width: 100%;
  margin-left: 0;
}
.hs-form-field.hs-fieldtype-booleancheckbox .hs-field-desc {
  padding: 16px 0 8px;
  width: 100%;
}
.hs-dateinput {
  position: relative;
}

.hs-dateinput:after{
  content: ' ';
  position: absolute;
  width: 24px;
  height:24px;
  right:8px;
  top:50%;
  transform: translateY(-50%);
  z-index: 5;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjNjY2NjY2IiBkPSJNMTQ4IDI4OGgtNDBjLTYuNiAwLTEyLTUuNC0xMi0xMnYtNDBjMC02LjYgNS40LTEyIDEyLTEyaDQwYzYuNiAwIDEyIDUuNCAxMiAxMnY0MGMwIDYuNi01LjQgMTItMTIgMTJ6bTEwOC0xMnYtNDBjMC02LjYtNS40LTEyLTEyLTEyaC00MGMtNi42IDAtMTIgNS40LTEyIDEydjQwYzAgNi42IDUuNCAxMiAxMiAxMmg0MGM2LjYgMCAxMi01LjQgMTItMTJ6bTk2IDB2LTQwYzAtNi42LTUuNC0xMi0xMi0xMmgtNDBjLTYuNiAwLTEyIDUuNC0xMiAxMnY0MGMwIDYuNiA1LjQgMTIgMTIgMTJoNDBjNi42IDAgMTItNS40IDEyLTEyem0tOTYgOTZ2LTQwYzAtNi42LTUuNC0xMi0xMi0xMmgtNDBjLTYuNiAwLTEyIDUuNC0xMiAxMnY0MGMwIDYuNiA1LjQgMTIgMTIgMTJoNDBjNi42IDAgMTItNS40IDEyLTEyem0tOTYgMHYtNDBjMC02LjYtNS40LTEyLTEyLTEyaC00MGMtNi42IDAtMTIgNS40LTEyIDEydjQwYzAgNi42IDUuNCAxMiAxMiAxMmg0MGM2LjYgMCAxMi01LjQgMTItMTJ6bTE5MiAwdi00MGMwLTYuNi01LjQtMTItMTItMTJoLTQwYy02LjYgMC0xMiA1LjQtMTIgMTJ2NDBjMCA2LjYgNS40IDEyIDEyIDEyaDQwYzYuNiAwIDEyLTUuNCAxMi0xMnptOTYtMjYwdjM1MmMwIDI2LjUtMjEuNSA0OC00OCA0OEg0OGMtMjYuNSAwLTQ4LTIxLjUtNDgtNDhWMTEyYzAtMjYuNSAyMS41LTQ4IDQ4LTQ4aDQ4VjEyYzAtNi42IDUuNC0xMiAxMi0xMmg0MGM2LjYgMCAxMiA1LjQgMTIgMTJ2NTJoMTI4VjEyYzAtNi42IDUuNC0xMiAxMi0xMmg0MGM2LjYgMCAxMiA1LjQgMTIgMTJ2NTJoNDhjMjYuNSAwIDQ4IDIxLjUgNDggNDh6bS00OCAzNDZWMTYwSDQ4djI5OGMwIDMuMyAyLjcgNiA2IDZoMzQwYzMuMyAwIDYtMi43IDYtNnoiIGNsYXNzPSIiPjwvcGF0aD48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center center;
}

.hs-form-field.hs-fieldtype-select .input:after {
  content: ' ';
  position: absolute;
  right:16px;
  top:50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;

}

.hs-form-field.hs-fieldtype-select .input select{
  appearance: none;
  -webkit-appearance: none;
}






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

/* Blog listing */

.blog-index__post-title-link {
  color: #121417;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #121417;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #121417;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #000000;
}

.blog-pagination__next-link svg,
.blog-pagination__prev-link svg {
  fill: #121417;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #3a3c3f;
}

.pagination__link-icon svg {
  fill: #121417;
}

/* Blog post */

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

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

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

/* Blog related posts */

.blog-related-posts__title a {
  color: #121417;
}

/* Blog comments */

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

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

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

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





.card__price {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #121417;
  font-size: 36px;
}

/* beautify ignore:end */