



























































































*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Embed */

iframe {
	width: 100%;
}
/* Responsive Grid */

.row-fluid {
	width: 100%;
	*zoom: 1;
}

.row-fluid:before, .row-fluid:after {
	display: table;
	content: "";
}

.row-fluid:after {
	clear: both;
}

.row-fluid [class*="span"] {
	display: block;
	float: left;
	width: 100%;
	min-height: 28px;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846382977%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.dnd_area-row-0-padding .row-fluid [class*="span"] {
	min-height: 0;
}

.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}

.row-fluid .span12 {
	width: 99.99999998999999%;
	*width: 99.94680850063828%;
}

.row-fluid .span11 {
	width: 91.489361693%;
	*width: 91.4361702036383%;
}

.row-fluid .span10 {
	width: 82.97872339599999%;
	*width: 82.92553190663828%;
}

.row-fluid .span9 {
	width: 74.468085099%;
	*width: 74.4148936096383%;
}

.row-fluid .span8 {
	width: 65.95744680199999%;
	*width: 65.90425531263828%;
}

.row-fluid .span7 {
	width: 57.446808505%;
	*width: 57.3936170156383%;
}

.row-fluid .span6 {
	width: 48.93617020799999%;
	*width: 48.88297871863829%;
}

.row-fluid .span5 {
	width: 40.425531911%;
	*width: 40.3723404216383%;
}

.row-fluid .span4 {
	width: 31.914893614%;
	*width: 31.8617021246383%;
}

.row-fluid .span3 {
	width: 23.404255317%;
	*width: 23.3510638276383%;
}

.row-fluid .span2 {
	width: 14.89361702%;
	*width: 14.8404255306383%;
}

.row-fluid .span1 {
	width: 6.382978723%;
	*width: 6.329787233638298%;
}

.container-fluid {
	*zoom: 1;
}

.container-fluid:before, .container-fluid:after {
	display: table;
	content: "";
}

.container-fluid:after {
	clear: both;
}

@media (max-width: 767px) {
	.row-fluid {
		width: 100%;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: none;
		width: auto;
		margin-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 1139px) {
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}

	.row-fluid:before, .row-fluid:after {
		display: table;
		content: "";
	}

	.row-fluid:after {
		clear: both;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 28px;
		margin-left: 2.762430939%;
		*margin-left: 2.709239449638298%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}

	.row-fluid .span12 {
		width: 99.999999993%;
		*width: 99.9468085036383%;
	}

	.row-fluid .span11 {
		width: 91.436464082%;
		*width: 91.38327259263829%;
	}

	.row-fluid .span10 {
		width: 82.87292817100001%;
		*width: 82.8197366816383%;
	}

	.row-fluid .span9 {
		width: 74.30939226%;
		*width: 74.25620077063829%;
	}

	.row-fluid .span8 {
		width: 65.74585634900001%;
		*width: 65.6926648596383%;
	}

	.row-fluid .span7 {
		width: 57.182320438000005%;
		*width: 57.129128948638304%;
	}

	.row-fluid .span6 {
		width: 48.618784527%;
		*width: 48.5655930376383%;
	}

	.row-fluid .span5 {
		width: 40.055248616%;
		*width: 40.0020571266383%;
	}

	.row-fluid .span4 {
		width: 31.491712705%;
		*width: 31.4385212156383%;
	}

	.row-fluid .span3 {
		width: 22.928176794%;
		*width: 22.874985304638297%;
	}

	.row-fluid .span2 {
		width: 14.364640883%;
		*width: 14.311449393638298%;
	}

	.row-fluid .span1 {
		width: 5.801104972%;
		*width: 5.747913482638298%;
	}
}

@media (min-width: 1280px) {
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}

	.row-fluid:before, .row-fluid:after {
		display: table;
		content: "";
	}

	.row-fluid:after {
		clear: both;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 28px;
		margin-left: 2.564102564%;
		*margin-left: 2.510911074638298%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}

	.row-fluid .span12 {
		width: 100%;
		*width: 99.94680851063829%;
	}

	.row-fluid .span11 {
		width: 91.45299145300001%;
		*width: 91.3997999636383%;
	}

	.row-fluid .span10 {
		width: 82.905982906%;
		*width: 82.8527914166383%;
	}

	.row-fluid .span9 {
		width: 74.358974359%;
		*width: 74.30578286963829%;
	}

	.row-fluid .span8 {
		width: 65.81196581200001%;
		*width: 65.7587743226383%;
	}

	.row-fluid .span7 {
		width: 57.264957265%;
		*width: 57.2117657756383%;
	}

	.row-fluid .span6 {
		width: 48.717948718%;
		*width: 48.6647572286383%;
	}

	.row-fluid .span5 {
		width: 40.170940171000005%;
		*width: 40.117748681638304%;
	}

	.row-fluid .span4 {
		width: 31.623931624%;
		*width: 31.5707401346383%;
	}

	.row-fluid .span3 {
		width: 23.076923077%;
		*width: 23.0237315876383%;
	}

	.row-fluid .span2 {
		width: 14.529914530000001%;
		*width: 14.4767230406383%;
	}

	.row-fluid .span1 {
		width: 5.982905983%;
		*width: 5.929714493638298%;
	}
}


/* Maps */

.maps iframe,
.maps .hs-embed-wrapper,
.maps .hs-embed-content-wrapper > div {
	width: 100% !important;
  height: 640px !important;
	max-width: 100% !important;
	max-height: 640px !important;
}

/* Clearfix */

.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

/* Visibilty Classes */

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

.hidden {
	display: none;
	visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
	display: none !important;
}

.visible-tablet {
	display: none !important;
}

.hidden-desktop {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-phone {
		display: inherit !important;
	}

	.hidden-phone {
		display: none !important;
	}

	.hidden-desktop {
		display: inherit !important;
	}

	.visible-desktop {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1139px) {
	.visible-tablet {
		display: inherit !important;
	}

	.hidden-tablet {
		display: none !important;
	}

	.hidden-desktop {
		display: inherit !important;
	}

	.visible-desktop {
		display: none !important;
	}
}
html {
  font-size: 16px;
	scroll-behavior: smooth;
}

@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: Figtree; font-style: normal; font-weight: 300; text-decoration: none;
  color: #99999d;
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 16px;
  margin: 0 0 26px;
  line-height: 1.6;
  font-family: Figtree; font-style: normal; font-weight: 300; text-decoration: none;
}

small {
  font-size: 12px;
}

strong {
  font-weight: 700;
}


/* Anchors */

a {
  color: #FF7243;
  cursor: pointer;
  text-decoration: none;
  transition: all 210ms linear;
  font-size: 16px;
}


	.widget-span ul a:not(.header-main__cta):not(.cta_button):not(.button):before,
  .widget-span p a:not(.header-main__cta):not(.cta_button):not(.button):before,
  .widget-span ol a:not(.header-main__cta):not(.cta_button):not(.button):before {
		width: calc(100% + 0px);
    display: inline-block;
    position: absolute;
    height: 1px;
		background: #FF7243;
    opacity: .3421;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    content: "";
    transition: all 300ms ease-in-out;
	}

  .widget-span ul a:not(.header-main__cta):not(.cta_button),
  .widget-span p a:not(.header-main__cta):not(.cta_button),
	.widget-span ol a:not(.header-main__cta):not(.cta_button) {
		position: relative;
	}

	.widget-span ul a:not(.header-main__cta):not(.cta_button):hover:before,
  .widget-span p a:not(.header-main__cta):not(.cta_button):hover:before,
	.widget-span ol a:not(.header-main__cta):not(.cta_button):hover:before {
		width: 84%;
		opacity: 1;
	}


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

a:focus {
	outline: none;
	color: inherit;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #99999D;
  font-family: Figtree, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
}

h1 {
  font-weight: 500; text-decoration: none; font-family: Figtree; font-style: normal;
  color: #494A52;
  font-size: 60px;
	line-height: 1.2;
}

h2 {
  font-weight: 500; text-decoration: none; font-family: Figtree; font-style: normal;
  color: #494A52;
  font-size: 43px;
  line-height: 1.2;
}

h3 {
  font-weight: 500; text-decoration: none; font-family: Figtree; font-style: normal;
  color: #494A52;
  font-size: 33px;
}

h4 {
  font-weight: 500; text-decoration: none; font-family: Figtree; font-style: normal;
  color: #494A52;
  font-size: 24px;
}

h5 {
  font-weight: 500; text-decoration: none; font-family: Figtree; font-style: normal;
  color: #494A52;
  font-size: 19px;
}

h6,
.section-title__subheading {
  font-weight: 500; text-decoration: none; font-family: Figtree; font-style: normal;
  color: rgba(73, 74, 82, .7);
  font-size: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-title__subheading {
  display: block;
}

@media (max-width: 1100px) {
  h1 { font-size: 50px !important; }
  h2 { font-size: 42px; }
  h3 { font-size: 33px; }
  h4 { font-size: 24px; }
  h5 { font-size: 17px; }
  h6 { font-size: 14px; }
}

@media (max-width: 767px) {
  h1 { font-size: 43px !important; }
  h2 { font-size: 33px; }
  h3 { font-size: 27px; }
  h4 { font-size: 21px; }
  h5 { font-size: 17px; }
  h6 { font-size: 14px; }
}

/* Lists */

ul,
ol {
	margin: 0 0 1.5rem 1.5rem;
	list-style-position: outside;
	padding: 0 0 0 1.0234rem;
	line-height: 1.6;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
	padding: 0;
}

.widget-type-rich_text li {
	line-height: 2;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1.4rem 0;
	padding: 0;
	border-left: 2px none #f3f3f3;
	font-size: 34px;
	font-style: italic;
	font-weight: 400;
}

/* Horizontal rules */

hr {
  background-color: rgba(0,0,0,0.12);
  border: none;
  color: rgba(0,0,0,0.12);
  height: 2px;
	margin: 0 0 1.234rem 0;
}

/* Subscripts and superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
	width: 100%;
}

.body-container-wrapper {
  overflow: hidden;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section {
  padding: 110px 15px;
  position: relative;
}

@media (max-width: 767px) {
  .dnd-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.dnd-section > .row-fluid, .centered {
  margin: 0 auto;
  max-width: 1240px;
	position: relative;
	z-index: 4;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

.overlay-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}

.top-bar {
  transition: all 210ms ease-out;
}

.top-bar p {
  margin: 0;
}

.top-bar input {
  border: 0px;
  padding: 0px 0 0 21px;
  font-size: 12px;
  display: inline-block;
  text-align: left;
  background: 0px center;
  border-radius: 0px;
  transition: all 434ms ease;
  width: 120px;
  position: relative;
  z-index: 1;
}

.top-bar input:focus {
  outline: none;
  background: rgba(0,0,0,.07);
  border: none;
  width: 100%;
}

.top-bar form svg {
  position: absolute;
  right: 21px;
  z-index: 2;
  opacity: 0.21;
  cursor: text;
}

.top-bar form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .text-right {
  position: relative;
}

.top-bar * {
  font-size: 12px;
}

.top-bar a:not(:first-of-type) {
  padding: 0 12px;
}

.top-bar a:first-of-type {
  padding-right: 12px;
}

.top-bar a:hover,
.top-bar a:focus {
  color: #FF7243;
}

@media (max-width: 1100px) {
  .top-bar {
    display: none;
  }
}

header:not(.sticky-menu-on) {
	position: absolute;
}

header.sticky-menu-on {
	position: fixed;
}

header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
   transition: box-shadow 400ms cubic-bezier(0.4, 0, 0.2, 1), 
              padding 400ms cubic-bezier(0.4, 0, 0.2, 1),
              background-color 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.header-main--landing {
	position: absolute;
}

.header-main--white-no-navigation {
  position: unset;
}

.header-main__logo img {
  transition: all 123.4ms linear;
  height: auto;
}

.header-main__logo {
  padding: 0;
  display: flex;
  align-items: center;
}

.header-main__logo--fixed {
	left: 30px;
	position: absolute;
	top: 40px;
}

.header-main__logo > a {
	display: inline-flex;
}

/* Landing Pages Header */

.header-main--no-navigation {
	padding: 21px;
}

.header-main--no-navigation .header-main__logo {
	display: inline-block;
}

/****************************************************
 * Menu
 ***************************************************/
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
	line-height: 1.4;
}

.hs-mega-menu-item .hs-menu-wrapper ul {
  flex-direction: column;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

@media (min-width: 1100px) {
	.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
		left: -9999px;
		opacity: 0;
		position: absolute;
	}
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
}

@media (min-width: 1100px) {
  
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    display: block;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    top: 100%;
  }

  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 100%;
    opacity: 1;
    top: 0;
  }
	
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children.right-menu:hover > .hs-menu-children-wrapper {
    left: auto;
    opacity: 1;
    display: block;
		right: 0;
  }
}

.hs-menu-wrapper {
  display: inline-flex;
	transition: all 300ms ease-out;
}

.search-open .header-main__menu-nav-wrapper {
  white-space: nowrap;
}

.header-main__menu-nav-wrapper .hs-menu-item {
  display: flex;
}

/* Badge style for spans placed directly inside a menu link (e.g. "NEW" tag next to a label).
   Scoped to direct children only so spans inside mega-menu content (blog posts, custom-link-with-icon, etc.)
   inherit normal text styling instead of becoming colored pills. */
.header-main__menu-nav-wrapper .hs-menu-item > a > span {
  color: #fff;
	background: #FF7243;
	display: inline-block;
	padding: 2px 5px;
	border-radius: 3px;
	font-size: 12px;
	margin-left: 4px;
}

@media (min-width: 1100px) {
  .body-container-wrapper:before {
    height: 210px;
    width: 100%;
    top: 0;
    position: absolute;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    display: none;
    content: "";
    z-index: 5;
  }
}

.header-main__container {
  position: relative;
  padding: 1.5rem 0;
}

@media (min-width: 1100px) {
	.header-main__container--white-with-navigation,
	.header-main__container--white-no-navigation {
		padding: 1.02rem 0;
	}
}

@media (max-width: 1100px) {
  .header-main__container {
    padding: .4rem 0;
  }
	
	.header-main__container--white-with-navigation,
	.header-main__container--white-no-navigation {
	  padding: .43rem 0 .4rem 0;
	}
}

.header-main__container * {
  z-index: 2;
}

.header-main__menu-nav-container {
  align-items: center;
  display: flex;
}

.header-main--fixed {
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.07);
}

.header-main--fixed .header-main__container {
  padding: 5px 0 6px 0 !important;   
}

.header-main--fixed {
  
}


.header-main--fixed.no-shadow {
  box-shadow: none !important;
}




.header-main {
  transform: translateY(0);
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1), 
              padding 400ms cubic-bezier(0.4, 0, 0.2, 1), 
              background-color 400ms cubic-bezier(0.4, 0, 0.2, 1), 
              box-shadow 400ms cubic-bezier(0.4, 0, 0.2, 1);
}


.header-main--fixed .header-main__container:before {
  display: none;
}

.header-main--fixed .header-main__cta {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
}

/* .body-wrapper--mobile-menu:before {
	content: "";
	display: block;
	position: fixed;
	inset: 0;
	background: rgba(15, 18, 28, 0.5);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	z-index: 1233;
	opacity: 0;
	animation: prox-mobile-menu-fade-in 320ms ease forwards;
	pointer-events: auto;
} */

@keyframes prox-mobile-menu-fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes prox-mobile-menu-item-in {
	from { opacity: 0; transform: translateX(18px); }
	to { opacity: 1; transform: translateX(0); }
}

@media (min-width: 1100px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    box-shadow: 0 12px 34px rgba(0,0,0,0.12);
  }

  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper:not(.menu--wide) {
    min-width: 210px;
	}

  /* Level 3+ */

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-menu-item.hs-menu-depth-2.right-menu:hover > .hs-menu-children-wrapper {
    left: auto !important;
    top: 0 !important;
		right: 100% !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper ul {
    left: 100%;
    top: 0;
  }

  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper ul:after {
    right: 100%;
    left: unset;
    margin-top: -5px;
    top: 21px;
  }

  /* ============ Desktop dropdown micro-animations ============ */
  /* Dropdown enters with a subtle fade + slide down from above */
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    transform: translateY(-8px);
    transform-origin: top center;
    transition: opacity 220ms ease, transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    transform: translateY(0);
  }

  /* Nested (level 3+) flyouts slide in horizontally instead of vertically */
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper .hs-menu-children-wrapper {
    transform: translateX(-8px);
  }

  .hs-menu-wrapper.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper .hs-menu-children-wrapper,
  .hs-menu-wrapper.flyouts .hs-item-has-children:hover .hs-item-has-children:hover > .hs-menu-children-wrapper {
    transform: translateX(0);
  }

  /* Subtle stagger for dropdown items on first reveal */
  @keyframes prox-dropdown-item-in {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .hs-menu-wrapper.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper > li {
    animation: prox-dropdown-item-in 280ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .hs-menu-wrapper.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper > li:nth-child(1) { animation-delay: 60ms; }
  .hs-menu-wrapper.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper > li:nth-child(2) { animation-delay: 90ms; }
  .hs-menu-wrapper.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper > li:nth-child(3) { animation-delay: 115ms; }
  .hs-menu-wrapper.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper > li:nth-child(4) { animation-delay: 135ms; }
  .hs-menu-wrapper.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper > li:nth-child(5) { animation-delay: 155ms; }
  .hs-menu-wrapper.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper > li:nth-child(n+6) { animation-delay: 175ms; }

  /* Hover feedback on dropdown rows — gentle slide on the link */
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
    transition: background-color 200ms ease, color 200ms ease, padding-left 200ms ease;
  }

  /* Smooth the parent-item chevron flip when the dropdown opens */
  .flyouts .hs-menu-depth-1.hs-item-has-children > a:after {
    transition: transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .flyouts .hs-menu-depth-1.hs-item-has-children:hover > a:after {
    transform: rotate(-180deg);
  }

  /* Respect reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper .hs-menu-children-wrapper {
      transition: none !important;
      transform: none !important;
    }

    .hs-menu-wrapper.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper > li {
      animation: none !important;
    }

    .flyouts .hs-menu-depth-1.hs-item-has-children > a:after,
    .flyouts .hs-menu-depth-1.hs-item-has-children:hover > a:after {
      transition: none !important;
      transform: none !important;
    }
  }
  /* ============ end desktop dropdown animations ============ */
}

.hs-item-has-children:hover {
	z-index: 1234 !important;
}

/**************************************************
 * Mobile Menu
 **************************************************/

@media (min-width: 1100px) {
  .submenu-plus {
    display: none;
  }
}

@media (max-width: 1100px) {
  /* Hamburger trigger */
  .header-main__mobile-menu-btn {
    background: transparent;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 200ms ease;
    z-index: 1235;
  }

  .header-main__mobile-menu-btn:hover,
  .header-main__mobile-menu-btn:focus-visible {
    background: rgba(255, 255, 255, 0.12);
    outline: none;
  }

  .header-main--fixed .header-main__mobile-menu-btn:hover,
  .header-main--fixed .header-main__mobile-menu-btn:focus-visible {
    background: rgba(15, 18, 28, 0.06);
  }

  .body-wrapper--landing .header-main__mobile-menu-btn,
  .body-wrapper--white-no-navigation .header-main__mobile-menu-btn {
    display: none;
  }

  .header-main__mobile-menu-btn span {
    position: absolute;
    left: 50%;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    margin-left: -11px;
    transform-origin: center center;
    transition: transform 320ms cubic-bezier(0.32, 0.72, 0, 1),
                top 280ms cubic-bezier(0.32, 0.72, 0, 1),
                opacity 200ms ease,
                background-color 240ms ease;
  }

  .header-main--fixed .header-main__mobile-menu-btn span {
    background: #1f2330;
  }

  .header-main__mobile-menu-btn span:nth-of-type(1) { top: 14px; }
  .header-main__mobile-menu-btn span:nth-of-type(2) { top: 21px; }
  .header-main__mobile-menu-btn span:nth-of-type(3) { top: 28px; }

  /* Animated close (X) state */
  .header-main__mobile-menu-btn--close span:nth-of-type(1) {
    top: 21px;
    transform: rotate(45deg);
  }

  .header-main__mobile-menu-btn--close span:nth-of-type(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  .header-main__mobile-menu-btn--close span:nth-of-type(3) {
    top: 21px;
    transform: rotate(-45deg);
  }

  /* When drawer is open, the X lives inside the drawer header — hide the trigger */
  .body-wrapper--mobile-menu .header-main__mobile-menu-btn {
    opacity: 0;
    pointer-events: none;
  }

  /* Disable the legacy body-push transform — drawer slides over content instead */
  html, body {
    transition: none;
  }

  .body-wrapper--mobile-menu {
    transform: none;
    overflow: hidden;
  }

  .body-wrapper--mobile-menu .body-container-wrapper {
    height: auto;
    overflow-y: visible;
  }

  /* The drawer panel — full-width on every mobile breakpoint */
  .header-main__menu-nav-container {
    display: flex;
    flex-direction: column;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 1234;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 420ms cubic-bezier(0.32, 0.72, 0, 1),
                visibility 0s linear 420ms;
    box-shadow: none;
    overflow: hidden;
    will-change: transform;
  }

  .body-wrapper--mobile-menu .header-main__menu-nav-container {
    transform: translateX(0);
    visibility: visible;
    transition: transform 420ms cubic-bezier(0.32, 0.72, 0, 1),
                visibility 0s linear 0s;
  }

  /* Kill the old empty pseudo-element header */
  .body-wrapper--mobile-menu .header-main__menu-nav-container:before {
    display: none;
  }

  .body-wrapper--mobile-menu .footer {
    display: none;
  }

  /* Scrollable menu region; the .mobile-logo bar sits above as flex-shrink:0 */
  .header-main__menu-nav-wrapper {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 24px;
    width: 100%;
  }

  .header-main__menu-nav-wrapper .hs-menu-wrapper {
    display: block;
    width: 100%;
    transition: none;
    width: 100%;
  }

  .header-main__menu-nav-wrapper .hs-menu-wrapper > ul {
    flex-direction: column;
  }

  .header-main__menu-nav-wrapper .hs-menu-item {
    display: block;
    width: 100%;
    position: relative;
  }

  .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li {
    border-bottom: 1px solid rgba(15, 18, 28, 0.105);
  }

  .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li:last-child {
    border-bottom: 0;
  }

  .header-main__menu-nav-wrapper .hs-menu-item a:not(.button).hs-menu-depth-1 {
    display: flex !important;
    align-items: center;
    height: auto !important;
    line-height: 1.4 !important;
    min-height: 56px;
    padding: 14px 64px 14px 24px !important;
    color: inherit;
    transition: background-color 180ms ease, color 180ms ease, padding-left 200ms ease;
    box-sizing: border-box;
  }

  .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li > a:not(.header-main__cta) {
    border-bottom: 0;
    font-weight: 500;
  }

  .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li > a:not(.header-main__cta):hover,
  .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li > a:not(.header-main__cta):focus-visible {
    background: rgba(15, 18, 28, 0.04);
    outline: none;
  }

  /* Neutralize hover color changes coming from desktop/global rules — mobile shouldn't recolor on tap */
  .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li:hover > a:not(.header-main__cta),
  .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li.active-branch > a:not(.header-main__cta),
  .header-main__menu-nav-wrapper .hs-menu-children-wrapper li:hover > a,
  .header-main__menu-nav-wrapper .hs-menu-children-wrapper li.active-branch > a,
  .header-main__menu-nav-wrapper .hs-menu-children-wrapper li > a:hover,
  .header-main__menu-nav-wrapper .hs-mega-column-item .hs-menu-wrapper li:hover a:not(.header-main__cta) {
    color: inherit !important;
  }

  /* Staggered entrance for top-level items */
  .body-wrapper--mobile-menu .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li {
    opacity: 0;
    transform: translateX(18px);
    animation: prox-mobile-menu-item-in 380ms cubic-bezier(0.32, 0.72, 0, 1) forwards;
  }

  .body-wrapper--mobile-menu .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li:nth-child(1) { animation-delay: 90ms; }
  .body-wrapper--mobile-menu .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li:nth-child(2) { animation-delay: 140ms; }
  .body-wrapper--mobile-menu .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li:nth-child(3) { animation-delay: 190ms; }
  .body-wrapper--mobile-menu .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li:nth-child(4) { animation-delay: 240ms; }
  .body-wrapper--mobile-menu .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li:nth-child(5) { animation-delay: 290ms; }
  .body-wrapper--mobile-menu .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li:nth-child(6) { animation-delay: 340ms; }
  .body-wrapper--mobile-menu .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li:nth-child(n+7) { animation-delay: 380ms; }

  /* CTA pinned to the bottom of the drawer */
  .header-main__cta.button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    max-width: none;
    margin: 24px 22px 8px;
    margin-top: auto;
    padding: 14px 22px;
    text-align: center;
    border-radius: 12px;
    font-weight: 600;
    width: auto;
  }

  /* Chevron toggle for submenu (replaces the plus). Locked to the link row height. */
  .submenu-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    padding: 0;
    margin: 0;
    background: rgba(15, 18, 28, 0.05);
    border: 0;
    z-index: 2;
    transition: background-color 180ms ease;
    box-sizing: border-box;
    border-radius: 0;
  }

  .submenu-plus:hover,
  .submenu-plus:focus-visible {
    background: transparent;
    outline: none;
  }

  /* Level 2+ chevrons sit on shorter child rows, so trim them down to match */
  .hs-menu-children-wrapper .submenu-plus {
    width: 44px;
    height: 44px;
  }

  .submenu-plus i {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    transform: rotate(0deg);
    transition: transform 280ms cubic-bezier(0.32, 0.72, 0, 1);
  }

  .submenu-plus i:before,
  .submenu-plus i:after {
    content: "";
    position: absolute;
    top: 5px;
    width: 8px;
    height: 2px;
    border-radius: 2px;
    background: #99999D;
    transition: background-color 180ms ease;
  }

  .submenu-plus i:before {
    left: -1px;
    transform: rotate(45deg);
  }

  .submenu-plus i:after {
    right: 0;
    transform: rotate(-45deg);
  }

  .submenu-plus--active i {
    transform: rotate(180deg);
  }

  .header-main__menu-nav-wrapper .hs-item-has-children > a {
    position: relative;
  }

  /* Child submenu — accordion */
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    position: relative;
    display: none;
    background: rgba(15, 18, 28, 0.025);
    padding: 4px 0 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  @keyframes prox-mobile-submenu-in {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper.open-menu-list {
    display: block;
    animation: prox-mobile-submenu-in 280ms cubic-bezier(0.32, 0.72, 0, 1);
  }

  .header-main__menu-nav-wrapper .hs-menu-children-wrapper a {
    border-bottom: 0;
    text-indent: 0;
    min-height: 44px;
    padding: 10px 56px 10px 40px !important;
    font-size: 0.95em;
    color: rgba(15, 18, 28, 0.78);
  }

  .header-main__menu-nav-wrapper .hs-menu-children-wrapper .hs-menu-children-wrapper a {
    padding-left: 56px !important;
  }

  .header-main__menu-nav-wrapper .hs-menu-children-wrapper li:hover > a,
  .header-main__menu-nav-wrapper .hs-menu-children-wrapper li > a:focus-visible {
    background: rgba(15, 18, 28, 0.05);
    outline: none;
  }

  /* ---- Mega menu — mobile (accordion) ---- */
  .hs-mega-menu-wrapper {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    display: none;
    background: rgba(15, 18, 28, 0.025);
    box-shadow: none;
  }

  .hs-mega-menu-wrapper.open-menu-list {
    display: block;
    animation: prox-mobile-submenu-in 280ms cubic-bezier(0.32, 0.72, 0, 1);
  }

  /* Override the desktop hover-based show on mobile (we use class toggling instead) */
  .hs-mega-menu:hover .hs-mega-menu-wrapper:not(.open-menu-list) {
    display: none;
  }

  /* Stack columns vertically; kill desktop flex/gap/padding */
  .hs-mega-menu-wrapper .hs-mega-menu-columns {
    display: block !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
    background: transparent;
    box-shadow: none;
    width: 100%;
  }

  .hs-mega-menu-wrapper .hs-mega-menu-sections {
    display: block !important;
    width: 100% !important;
    flex: 1 1 auto;
  }

  .hs-mega-menu-wrapper .hs-mega-menu-column {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    padding: 8px 0 !important;
    border-top: 0 !important;
  }

  .hs-mega-menu-wrapper .column-section {
    display: block !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  .hs-mega-menu-wrapper .hs-mega-column-item {
    width: 100%;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
  }

  /* Column / heading typography on mobile */
  .hs-mega-menu-wrapper .hs-mega-menu-column__title,
  .hs-mega-menu-wrapper .mega-heading {
    padding: 14px 24px 6px !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.6;
    font-weight: 600;
  }

  .hs-mega-menu-wrapper .mega-heading {
    font-size: 11px !important;
    letter-spacing: 0.6px;
    padding: 12px 24px 4px !important;
  }

  /* Links rendered via <span id="hs_cos_wrapper_menu_32559673305" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_menu" style="" data-hs-cos-general-type="widget" data-hs-cos-type="menu" ><div id="hs_menu_wrapper_menu_32559673305" class="hs-menu-wrapper active-branch flyouts hs-menu-flow-horizontal" role="navigation" data-sitemap-name="default" data-menu-id="32559673305" aria-label="Navigation Menu">
 <ul role="menu">
  <li class="hs-menu-item hs-menu-depth-1 hs-item-has-children" role="none"><a href="https://prox.smarthubl.com/home-01" aria-haspopup="true" aria-expanded="false" role="menuitem">Home</a>
   <ul role="menu" class="hs-menu-children-wrapper">
    <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://prox.smarthubl.com/home-saas" role="menuitem">Home - Saas</a></li>
    <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://prox.smarthubl.com/home-real-estate" role="menuitem">Home - Real Estate</a></li>
    <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://prox.smarthubl.com/home-02" role="menuitem">Home 1</a></li>
    <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://prox.smarthubl.com/home-01" role="menuitem">Home 2</a></li>
    <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://prox.smarthubl.com/home-03" role="menuitem">Home 3</a></li>
    <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://prox.smarthubl.com/home-04" role="menuitem">Home 4</a></li>
    <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://prox.smarthubl.com/home-05" role="menuitem">Home 5</a></li>
   </ul></li>
  <li class="hs-menu-item hs-menu-depth-1 hs-item-has-children" role="none"><a href="javascript:;" aria-haspopup="true" aria-expanded="false" role="menuitem">Pages</a>
   <ul role="menu" class="hs-menu-children-wrapper">
    <li class="hs-menu-item hs-menu-depth-2 hs-item-has-children" role="none"><a href="javascript:;" role="menuitem">Product</a>
     <ul role="menu" class="hs-menu-children-wrapper">
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://prox.smarthubl.com/portfolio-01" role="menuitem">Portfolio 1</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://prox.smarthubl.com/portfolio-02" role="menuitem">Portfolio 2</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://prox.smarthubl.com/portfolio-details" role="menuitem">Portfolio Details</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.smarthubl.com/services" role="menuitem">Services</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.smarthubl.com/service-details" role="menuitem">Service Details</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://prox.smarthubl.com/pricing" role="menuitem">Pricing</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.smarthubl.com/request-a-free-demo" role="menuitem">Request a quote / demo</a></li>
     </ul></li>
    <li class="hs-menu-item hs-menu-depth-2 hs-item-has-children" role="none"><a href="javascript:;" role="menuitem">Company</a>
     <ul role="menu" class="hs-menu-children-wrapper">
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://prox.smarthubl.com/about-01" role="menuitem">About 1</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://prox.smarthubl.com/about-02" role="menuitem">About 2</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://prox.smarthubl.com/contact-01" role="menuitem">Contact 1</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://prox.smarthubl.com/contact-02" role="menuitem">Contact 2</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://prox.smarthubl.com/contact-03" role="menuitem">Contact 3</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://prox.smarthubl.com/team-member" role="menuitem">Team Member</a></li>
     </ul></li>
    <li class="hs-menu-item hs-menu-depth-2 hs-item-has-children" role="none"><a href="javascript:;" role="menuitem">Resources</a>
     <ul role="menu" class="hs-menu-children-wrapper">
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.smarthubl.com/careers-listing" role="menuitem">Careers</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.smarthubl.com/job-details-01" role="menuitem">Job Details</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://prox.smarthubl.com/case-studies-listing" role="menuitem">Case Studies</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.smarthubl.com/case-study" role="menuitem">Case Study</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://prox.smarthubl.com/faq" role="menuitem">FAQ's</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.smarthubl.com/pillar" role="menuitem">Pillar</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://prox.smarthubl.com/blank-page" role="menuitem">Blank Page</a></li>
     </ul></li>
    <li class="hs-menu-item hs-menu-depth-2 hs-item-has-children" role="none"><a href="javascript:;" role="menuitem">System Pages</a>
     <ul role="menu" class="hs-menu-children-wrapper">
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://f.hubspotusercontent40.net/hubfs/8124098/Images/error-404-prox.png" role="menuitem" target="_blank" rel="noopener">Error 404</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://f.hubspotusercontent40.net/hubfs/8124098/Images/error-500-prox.png" role="menuitem" target="_blank" rel="noopener">Error 500</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.smarthubl.com/hs-search-results?term=ProX" role="menuitem">Search Results Page</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://f.hubspotusercontent40.net/hubfs/8124098/Images/email-unsubscribe-prox.png" role="menuitem" target="_blank" rel="noopener">Email Unsubscribe</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://f.hubspotusercontent40.net/hubfs/8124098/Images/password-required-prox.png" role="menuitem" target="_blank" rel="noopener">Password Required</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://f.hubspotusercontent40.net/hubfs/8124098/Images/subscription-preferences-prox.png" role="menuitem" target="_blank" rel="noopener">Subscription Preferences</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://f.hubspotusercontent40.net/hubfs/8124098/Images/subscription-confirmation-prox.png" role="menuitem" target="_blank" rel="noopener">Subscription Confirmation</a></li>
     </ul></li>
    <li class="hs-menu-item hs-menu-depth-2 hs-item-has-children" role="none"><a href="javascript:;" role="menuitem">Landing Pages</a>
     <ul role="menu" class="hs-menu-children-wrapper">
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://www.smarthubl.com/landing-page-option-1-prox" role="menuitem" target="_blank" rel="noopener">LP Showcase</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://prox.smarthubl.com/landing-page-option-2" role="menuitem" target="_blank" rel="noopener">LP Big Form</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://prox.smarthubl.com/landing-page-option-3" role="menuitem" target="_blank" rel="noopener">LP Full Screen Video</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://prox.smarthubl.com/landing-page-option-4" role="menuitem" target="_blank" rel="noopener">LP Two Columns</a></li>
      <li class="hs-menu-item hs-menu-depth-3" role="none"><a href="https://prox.smarthubl.com/thank-you" role="menuitem" target="_blank" rel="noopener">LP Thank You Page</a></li>
     </ul></li>
   </ul></li>
  <li class="hs-menu-item hs-menu-depth-1" role="none"><a href="https://www.smarthubl.com/modules" role="menuitem">Modules</a></li>
  <li class="hs-menu-item hs-menu-depth-1 hs-item-has-children" role="none"><a href="https://prox.smarthubl.com/blog" aria-haspopup="true" aria-expanded="false" role="menuitem">Blog</a>
   <ul role="menu" class="hs-menu-children-wrapper">
    <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://prox.smarthubl.com/blog" role="menuitem">Blog 1</a></li>
    <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://prox.smarthubl.com/blog-without-sidebar" role="menuitem">Blog 2</a></li>
    <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://prox.smarthubl.com/blog-without-sidebar/why-your-client-needs-a-responsive-website" role="menuitem">Blog Post</a></li>
   </ul></li>
  <li class="hs-menu-item hs-menu-depth-1" role="none"><a href="javascript:;" role="menuitem">Mega Menu</a></li>
 </ul>
</div></span> inside a column */
  .hs-mega-menu-wrapper ul li.hs-menu-item a {
    padding: 12px 24px 12px 40px !important;
    min-height: 44px !important;
    height: auto !important;
    line-height: 1.4 !important;
    font-size: 0.95em !important;
    color: rgba(15, 18, 28, 0.78) !important;
    opacity: 1 !important;
    display: flex !important;
    align-items: center !important;
    white-space: normal !important;
  }

  .hs-mega-menu-wrapper ul li.hs-menu-item a:hover {
    background: rgba(15, 18, 28, 0.05);
  }

  /* Custom link with icon — render as a single tappable row that matches simple menu items.
     Icon is always pinned to the left regardless of the inline flex-direction/order the editor sets. */
  .hs-mega-menu-wrapper .custom-link-with-icon {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    padding: 12px 24px 12px 40px !important;
    min-height: 40px;
    background: transparent;
    border-radius: 0;
    transform: none !important;
    transition: background-color 180ms ease;
    position: relative;
    box-sizing: border-box;
    text-align: left !important;
    display: flex;
  }

  .hs-mega-menu-wrapper .custom-link-with-icon:hover {
    transform: none !important;
    background: rgba(15, 18, 28, 0.05);
  }

  /* Force icon first in the row even if the inline order or flex-direction-reverse says otherwise */
  .hs-mega-menu-wrapper .custom-link-with-icon__icon {
    order: 0 !important;
    flex-shrink: 0;
    width: 18px;
    max-width: 18px !important;
    height: 18px;
    transform: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
  }

  .hs-mega-menu-wrapper .custom-link-with-icon__icon img,
  .hs-mega-menu-wrapper .custom-link-with-icon__icon svg {
    width: 100%;
    height: auto;
    display: block;
  }

  .hs-mega-menu-wrapper .custom-link-with-icon__label {
    order: 1 !important;
    flex: 1 1 auto;
    min-width: 0;
  }

  .hs-mega-menu-wrapper .custom-link-with-icon__label span {
    display: block;
    line-height: 1.4;
    margin: 0;
  }

  /* Match the simple-menu-item typography (font-size, weight, color) */
  .hs-mega-menu-wrapper .custom-link-with-icon__label span:first-of-type {
    font-size: px !important;
    font-weight: 400 !important;
    color: rgba(15, 18, 28, 0.78) !important;
    margin-bottom: 0 !important;
  }

  /* Hide the secondary description on mobile so the row reads like a plain menu item */
  .hs-mega-menu-wrapper .custom-link-with-icon__label span:last-of-type:not(:first-of-type) {
    display: none;
  }

  .hs-mega-menu-wrapper .custom-link-with-icon > a {
    position: absolute;
    inset: 0;
  }

  /* Rich-text and CTA blocks inside mega menu */
  .hs-mega-menu-wrapper .mega-richtext {
    padding: 8px 24px 12px;
    font-size: 14px;
    line-height: 1.5;
  }

  .hs-mega-menu-wrapper .button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 12px 24px;
    width: auto;
    text-align: center;
  }

  /* Recent blog posts inside a mega column on mobile */
  .hs-mega-menu-wrapper .mega-blog-posts {
    gap: 0;
    padding: 4px 0;
  }

  .hs-mega-menu-wrapper .mega-blog-post__link {
    padding: 10px 24px 10px 40px;
    border-radius: 0;
    gap: 14px;
  }

  .hs-mega-menu-wrapper .mega-blog-post__image {
    width: 56px;
    height: 44px;
    border-radius: 6px;
  }

  .hs-mega-menu-wrapper .mega-blog-post__title {
    font-size: 14px;
  }

  .hs-mega-menu-wrapper .mega-blog-post__date {
    font-size: 11px;
  }

  /* Sidebar — stack below the columns instead of side-by-side */
  .hs-mega-menu-wrapper .hs-mega-menu-sidebar {
    max-width: none !important;
    width: auto !important;
    margin: 8px 24px 16px !important;
  }

  .hs-mega-menu-wrapper .hs-mega-menu-sidebar img {
    width: 100%;
    border-radius: 12px;
  }

  .hs-mega-menu-wrapper .hs-mega-menu-sidebar__title {
    padding: 12px 0 6px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.6;
    font-weight: 600;
  }
  /* ---- end mega menu mobile ---- */

  /* Close affordance for users who actually try to click the X */
  .header-main__mobile-menu-close {
    position: relative;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 180ms ease;
    -webkit-tap-highlight-color: transparent;
    margin-top: 0;
    background: rgba(15, 18, 28, 0.06);
  }

  .header-main__mobile-menu-close:hover,
  .header-main__mobile-menu-close:focus-visible {
    background: rgba(15, 18, 28, 0.06);
    outline: none;
  }

  .header-main__mobile-menu-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #1f2330;
    margin: -1px 0 0 -9px;
  }

  .header-main__mobile-menu-close span:nth-of-type(1) { transform: rotate(45deg); }
  .header-main__mobile-menu-close span:nth-of-type(2) { transform: rotate(-45deg); }

  @media (prefers-reduced-motion: reduce) {
    .header-main__menu-nav-container,
    .header-main__mobile-menu-btn span,
    .submenu-plus i,
    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
      transition: none !important;
      animation: none !important;
    }

    .body-wrapper--mobile-menu .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li {
      opacity: 1;
      transform: none;
      animation: none !important;
    }
  }

  .mega-heading h4,
  .hs-mega-menu-sidebar__title h4 {
    font-size: inherit;
  }
}



/**************************************************
 * Language Switcher
 **************************************************/

.header-main__language-switcher {
	display: inline-flex;
	align-items: baseline;
	padding-left: 12px;
	height: auto;
	color: inherit;
	width: auto;
	justify-content: center;
	position: relative;
	margin: 0 7px;
}

.header-main__language-switcher-label {
	display: flex;
	align-items: center;
}

.header-main__language-switcher-label > div > span {
	display: block;
}

.header-main__language-switcher .lang_switcher_class {
  display: inline-block;
  padding-right: 0;
}

.header-main__language-switcher .globe_class,
.header-main__language-switcher #hs_cos_wrapper_header_language_switcher {
	background: none;
  position: relative;
  width: 21px;
  height: 21px;
  z-index: 1234;
}

.header-main__language-switcher svg {
  position: relative;
  z-index: 1;
  margin-left: -16px;
}

.header-main__language-switcher-label-current {
  padding-left: 5px;
  line-height: 2;
}

.header-main__language-switcher .lang_list_class li {
	border: none;
	background: #fff;
	width: 10rem;
	font-size: .75rem;
}

.header-main__language-switcher .lang_list_class li:first-child,
.header-main__language-switcher .lang_list_class li:last-child {
  border-top: none;
}

.header-main__language-switcher .lang_list_class {
  box-shadow: 0 21px 21px rgba(0,0,0,0.12);
  overflow: hidden;
}

.header-main__language-switcher .lang_list_class li a {
  color: #99999D;
  display: block;
}

.header-main__language-switcher .lang_list_class li a:hover {
	color: #FF7243;
  background: #f3f3f3;
}

.header-main__language-switcher .lang_list_class li:last-child,
.header-main__language-switcher .lang_list_class:before {
  border: 0;
}

.header-main__language-switcher .lang_list_class li {
  padding: 0 14px 6px;
}

@media (min-width: 1100px) {
	.header-main__language-switcher:before {
		content: "";
		display: block;
		height: 50%;
		position: absolute;
		background: rgba(255,255,255,0.43);
		top: 50%;
		left: 0;
		width: 1px;
		transform: translateY(-50%);
	}
}

@media (max-width: 1100px) {
/* 	.header-main__language-switcher-label-current {
		display: none;
	}
   */
  .header-main__language-switcher .lang_switcher_class {
    display: block;
    position: absolute;
    top: 21px;
    right: 21px;
  }
  
  .header-main__language-switcher .lang_list_class {
    right: 0;
    left: unset;
    -webkit-transform: translateX(12%);
    transform: translateX(12%);
  }
  
  .header-main__language-switcher .lang_list_class:after,
  .header-main__language-switcher .lang_list_class:before {
    right: 12px;
    left: unset;
  }
  
  .header-main__language-switcher .lang_list_class li {
    padding: 12px;
  }
}


/****************************************************
 * MENU IN TWO COLUMNS
 ***************************************************/
@media (min-width: 1100px) {
	.menu--wide {
		min-width: 430px;
	}
  
	.menu--wide > li {
    float: left;
    width: 50%;
  }

  .menu--wide > li > a {
    white-space: normal !important;
  }
	
	.menu--wide > li:nth-of-type(2n+1) {
		clear: left;
	}
}


/****************************************************
 * TOP BAR ON MOBILE
 ***************************************************/
.top-bar--mobile a,
.top-bar--mobile p {
	display: block;
	text-align: center;
}

.top-bar--mobile form input {
	width: 100%;
	background: rgba(153, 153, 157, 0.07);
	border: 1px solid rgba(153, 153, 157, 0.21);
	padding: 7px;
}

.top-bar--mobile p {
	margin-bottom: 0;
}



/****************************************************
 * HEADER FOR UTILITY PAGES
 ***************************************************/

.header-main--no-navigation .header-main__logo img {
	max-height: 65px;
}

.header-main--no-navigation .header-main__logo .logo-company-name	{
	font-size: 25px;
}
	
.header-main--no-navigation .header-main__logo .logo-company-name:after {
	content: "To add your logo, from the HubSpot dashboard go to Settings > Website > Pages > Branding";
	display: block;
	font-size: 12px;
	font-family: Figtree; font-style: normal; font-weight: 300; text-decoration: none;
}
	
.body-wrapper--mobile-menu .header-main:not(.header-main--fixed) .header-main__cta {
  background: linear-gradient(90deg, #FF7243, #F3645C);
  border: none !important;
  color: #FFFFFF;
}

.body-wrapper--mobile-menu .header-main:not(.header-main--fixed) .header-main__cta:hover {
  background: linear-gradient(90deg, #FF7243, #F3645C);
  border: none !important;
  color: #FFFFFF;
}

@media (max-width: 1100px) {
  .header-main__menu-nav-wrapper .search--menu { display: none !important; }
}

@media (min-width: 1100px) {
	/* underline bar */
	
	.header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li > a:not(.header-main__cta)::before {
		content: '';
		position: absolute;
		bottom: 2px;
		height: 2px;
		border-radius: 2px;
		transform: scaleX(0);
		transform-origin: left center;
		transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
	}

	.header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li:hover > a:not(.header-main__cta)::before,
	.header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li.active-branch > a:not(.header-main__cta)::before {
		transform: scaleX(1);
	}

  .header-main__container .content-wrapper {
    position: relative;
  }

  .header-main__menu-nav-wrapper,
  .hs-menu-wrapper,
  .header-main__menu-nav-wrapper .hs-menu-item {
    height: 100%;
    display: flex;
    align-items: center;
  }
  
  .hs-menu-item:not(.hs-mega-menu) {
    position: relative;
  }
}

.mega-menu__image img {
  width: 100%;
}
button,
.button,
.cta_button {
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  padding: 16px 26px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.18s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
	font-size: 16px;
  position: relative;
}

button:hover,
.button:hover,
.cta_button:hover {
  transform: scale(0.97) !important; 
}

button:hover,
.button:hover,
.cta_button:hover {
  transform: scale(0.97) !important; 
}

button:::after,
.button::after,
.cta_button::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.2s ease;
}

button:hover::after,
.button:hover::after,
.cta_button:hover::after {
  background: rgba(0, 0, 0, 0.04);
}



@media (max-width: 500px) {
	button,
	.button,
	.cta_button {
		display: block;
    margin-top: 14px;
	}
}

.button--primary,
.cta_button {
  background: linear-gradient(90deg, #FF7243, #FF7243);
  border: none !important;
  color: #FFFFFF;
	font-size: 16px;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.button--primary:hover,
.button--primary:focus,
button:hover,
button:focus,
.cta_button:hover {
  background-color: rgba(239, 98, 51, 1.0);
  border-color: #ef6233;
  color: #FFFFFF;
  text-decoration: none;
	outline: none;
  transform: scale(0.97) !important; 
}

.cta_button:focus {
	color: inherit;
}

.button--primary:focus,
.header-main__cta:focus {
	color: #FFFFFF;
}

.button--primary.button--white:focus,
.header-main__cta.button--white:focus {
	color: #FF7243 !important;
}

.button:active {
  transform: scale(.97);
}

.header-main__cta {
  padding: 12px 21px;
  background: linear-gradient(90deg, #FF7243, #FF7243);
  border: none !important;
  border-radius: 8px;
  color: #FFFFFF;
  transition: all 0.18s linear;
	word-break: normal;
}






@media (min-width: 1100px) {
  .header-main__cta {
    margin-left: 12px;
  }
}

.button--outline, .button--outline:focus {
  box-shadow: inset 0px 0 0 2px 

  
  
    
  


  rgba(255, 114, 67, 1.0)

;
  background: none;
  color: 

  
  
    
  


  rgba(255, 114, 67, 1.0)

;
  transition: all 0.18s ease;
}

.button--outline:hover {
  background: linear-gradient(90deg, #FF7243, #FF7243);
  color: #FFFFFF;
  box-shadow: inset 0px 0 0 2px 

  
  
    
  


  rgba(255, 114, 67, 1.0)

;
  transform: scale(0.97) !important; 
  transition: all 0.18s ease;
}


.button--white {
  background: #fff;
  color: #FF7243;
}

.button--white:hover,
.button--white:focus,
.button--white:active {
  transform: scale(0.97) !important; 
  color: #FF7243 !important;
}

.button--outline-white {
  box-shadow: inset 0px 0 0 2px #fff;
  background: none;
  color: #fff;
}

.button--outline-white:hover {
  color: #fff;
  background: rgba(255,255,255, 0.1);
  transform: scale(0.97) !important; 
}

div .button:not(:last-of-type) {
  margin-right: 1.02rem;
	margin-bottom: 1.02rem;
}

.button--secondary {
	color: #FFFFFF;
	background: 

  
  
    
  


  rgba(243, 100, 92, 1.0)

;
	border: 1px solid #F3645C;
	border-radius: 8px;
	font-size: 16px;
	padding: 16px 26px;
}

.button--tertiary {
	color: #FFFFFF;
	background: 

  
  
    
  


  rgba(115, 163, 175, 1.0)

;
	border: 1px solid #73A3AF;
	border-radius: 8px;
	font-size: 16px;
	padding: 16px 26px;
}

.button--tertiary:hover,
.button--tertiary:focus {
	color: #FFFFFF;
  transform: scale(0.97) !important; 
}

.button--secondary:hover,
.button--secondary:focus {
	color: #FFFFFF;
  transform: scale(0.97) !important; 
}

.button--tertiary:hover {
  background-color: rgba(99, 147, 159, 1.0);
  border-color: #63939f;
  transform: scale(0.97) !important; 
}

.button--secondary:hover {
  background-color: rgba(227, 84, 76, 1.0);
  border-color: #e3544c;
  transform: scale(0.97) !important; 
}

@media (max-width: 800px) {
  #alignment-cta .buttons-wrap {
    box-shadow: none !important;  
  }
}
/* Form */
form {
  font-family: Figtree, sans-serif;
}

.hs-form-field {
/*   margin-bottom: 1.234rem; */
}


/* Labels */
form label {
  display: flex;
  padding-top: 0;
  margin-bottom: 0;
  text-align: left;
  width: auto;
  margin: 16px 0 8px 5px;
}

.hs-form-checkbox label, .hs-form-radio label  {
  margin: 6px 0 0 5px;
}

form label,
.hs-form-field a {
  font-size: 0.875rem;
}

.blog-listing__subscribe label {
	display: inline;
}


/* Help text - legends */

form legend {
  color: #494a52;
  font-size: 0.875rem;
}

.form-input-validation-message,
.email-prefs .item p {
	opacity: .7;
}


/* Inputs */

.input {
  position: relative;
  margin-left: 6px !important;
  margin-right: 6px !important;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
textarea {
  background-color: #FFF;
  border: 2px solid #dbdbdb;
  border-radius: 10px;
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  padding: 12px;
  width: 100% !important;
  max-width: 100%;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  color: #99999d;
}

select {
  padding: 12px 9px !important;
  background-color: #FFF;
  border: 2px solid #dbdbdb;
  border-radius: 10px;
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  width: 100% !important;
  max-width: 100%;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  color: #99999d;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=number]:hover, 
input[type=file]:hover,
select:hover,
textarea:hover {
  outline: none;
/*   outline: 2px solid #dbdbdb; */
  box-shadow: 0 0 0 2px #dbdbdb;
  overflow: hidden;
  transition: outline 0.3s ease;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus, 
input[type=file]:focus, 
select:focus,
textarea:focus {
  border: 2px solid;
  box-shadow: 0 0 0 2px #dbdbdb;
}

input[type=text]:focus-visible,
input[type=email]:focus-visible, 
input[type=password]:focus-visible, 
input[type=tel]:focus-visible, 
input[type=number]:focus-visible, 
select:focus-visible,
textarea:focus-visible {
  outline: none;
}

input:hover,
textarea:hover,
select:hover,
form input[type="text"]:hover,
form textarea.hs-input:hover {
  box-shadow: 0 0 0 2px #dbdbdb;

}

input:focus,
textarea:focus,
select:focus,
form input.hs-input:focus,
form textarea.hs-input:focus {
  border: 2px solid;
  border-color: #F3645C !important;
}


.hs-input[type="checkbox"]:checked, .hs-input[type="radio"]:checked {
  background-color: #FF7243;
  border-color: transparent;
}

.hs-input[type="radio"]:checked {
  border: 2px solid #dbdbdb;
}

.hs-input[type="checkbox"], .hs-input[type="radio"] {
  background-repeat: no-repeat;
  box-shadow: none;
  color: inherit;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin-inline-end: 0.56rem;
  vertical-align: middle;
  background-position: 50% center;
  border-radius: 4px;
  margin: 0px;
  margin-right: 10px !important;
}

.hs-input[type="checkbox"] span, .hs-input[type="radio"] span {
  color: #6D6E75;
}


.subscribe-form-- form input[type=email] {
  border: 2px solid #dbdbdb !important;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.subscribe-form-- form input[type=email]:hover {
  outline: none;
  box-shadow: 0 0 0 2px #dbdbdb;
  overflow: hidden;
  transition: outline 0.3s ease;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.subscribe-form-- form input[type=email]:focus {
  border: 2px solid #F3645C !important;
}

.hs-input {
  appearance: none;
  outline: none;
  transition: 0.2s ease-in-out;
}

.hs-input[type="checkbox"]:checked {
  background-image: url("https://8124098.fs1.hubspotusercontent-na1.net/hubfs/8124098/Prox%20template%20images/check-box.svg");
}

.hs-input[type="checkbox"] {
    background-size: 12px 12px;
} 

.hs_hs_buying_role label {
  margin: 0;   
}


.hs-fieldtype-checkbox .hs-form-checkbox input, .hs-fieldtype-radio .hs-form-radio input {
  width: 20px !important;
  height: 20px !important; 
  border: 2px solid #dbdbdb;
  min-width: 20px;
}

.hs-fieldtype-checkbox .hs-form-checkbox input:hover, .hs-fieldtype-radio .hs-form-radio input:hover {
  border: 2px solid #F3645C;
}

.hs-fieldtype-radio .hs-form-radio input:focus, .hs-fieldtype-radio .hs-form-radio input:active {
  border: 2px solid #dbdbdb !important;
}

.hs-fieldtype-radio .hs-form-radio input {  
  border-radius: 100%;
  border: 2px solid #dbdbdb;
}

.hs-fieldtype-checkbox.hs-form-field span, .hs-fieldtype-radio span {
  font-size: 16px;
  padding: 8px 2px 8px 2px;
  color: #6D6E75;
}

.hs-fieldtype-checkbox.hs-form-field .input span, .hs-fieldtype-radio .input span {
  color: #99999d;
}

.hs-fieldtype-checkbox.hs-form-field .input span, .hs-fieldtype-radio .input span {
  font-size: 14px;
  padding: 0;
}

input[type="file"] {
  border-radius: 10px;
  padding: 8px 10px !important;
}

input[type="file"]::-webkit-file-upload-button {
  padding: 6px 8px !important;  /* Unutrašnja margina dugmeta */
  font-size: 13px;  /* Veličina teksta */
  cursor: pointer;  /* Ruka kao kursor */
  border-radius: 6px;  /* Zaobljeni ivici */
  font-weight: 400;
  
  background: linear-gradient(
    45deg, 
    rgba(255, 114, 67, 1), /* Prva boja sa punom neprozirnošću */
    rgba(255, 114, 67, 1) /* Druga boja sa punom neprozirnošću */
  ) !important;
  ) !important;
  border: none !important;
  color: #FFFFFF !important;
  outline: none;
  box-shadow: none !important;
  margin-right: 10px;
  transition: 0.3s ease;
}

/* Hover efekat na dugme */
input[type="file"]::-webkit-file-upload-button:hover {
    transition: 0.3s ease;
}


input,
textarea,
select {
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

fieldset {
  max-width: 100% !important;
}

textarea {
	min-height: 120px;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 8px 0 0 0 !important;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input {
  width: 100% !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto !important;
	    width: 20px !important;
    height: 20px !important;
    border: 2px solid #dbdbdb;
    min-width: 20px;

}


/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 47%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url('https://8124098.fs1.hubspotusercontent-na1.net/hubfs/8124098/Prox%20template%20images/calendar.svg');
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

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

.fn-date-picker td.is-selected .pika-button {
  background: #494A52;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #494A52 !important;
  border-radius: 0 !important;
  color: #FFF;
}


/* Inputs - file picker */

input[type=file] {
  background-color: #FFF !important;
  border: 2px solid #dbdbdb !important;
  border-radius: 10px;
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  padding: 9px !important;
  width: 100% !important;
  max-width: 100%;
}


/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100%;
}

form .header {
  background-color: transparent;
  border: none;
}

form .hs-richtext p a {
	font-size: inherit;
}



/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem;
}


/* Validation */

.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}


/* Submit button */

form .hs-button { 
  border: none !important; 
}

form input[type=submit],
form .hs-button {
  background: linear-gradient(90deg, #FF7243, #FF7243);
  border: 1px solid #FF7243;
  border-radius: 8px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 16px 26px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(215, 74, 27, 1.0);
  border: none !important;
  color: #FFFFFF;
	outline: none;
  transform: scale(0.98) !important; 
  box-shadow: none !important;
}

form input[type=submit]:hover,
form input[type=submit]:focus
.hs-input[type=checkbox] {
  background-color: rgba(215, 74, 27, 1.0);
  border-color: #d74a1b !important;
  color: #FFFFFF;
	outline: none;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 154, 107, 1.0);
  border-color: #ff9a6b !important;
  color: #FFFFFF;
}


/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form,
.submitted-message {
  font-family: Figtree; font-style: normal; font-weight: 300; text-decoration: none;
}


/* Form title */

h3.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #99999D;
}


/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before,
input::placeholder,
textarea::placeholder {
/*   color: #6D6E75 !important; */
}

/* Banner Form / Overlapping */

@media (min-width: 1100px) {
	.body-container--banner-form .span12 > .row-depth-1 .widget-type-form {
		position: absolute;
	}
	
	.body-container--banner-form .row-number-2 > .row-fluid {
		z-index: 12;
	}
}

.body-container--banner-form .span12 > .row-depth-1 .widget-type-form,
.boxed-form {
	width: 100%;
	top: 0;
	border-radius: 12px;
	background: #fff;
	padding: 0 43px 43px 43px;
	box-shadow: 0 6px 33px rgba(0,0,0,0.07);
	z-index: 999;
}

.body-container--banner-form .span12 > .row-depth-1 .widget-span {
	position: relative;
}

.body-container--banner-form .span12 > .row-depth-1 .form-title,
.boxed-form .form-title {
	text-align: center;
	font-size: 24px;
	margin-left: -43px;
	background: #FF7243;
	background: -moz-linear-gradient(270deg, #F3645C 0%, #FF7243 100%);
	background: -webkit-linear-gradient(270deg, #F3645C 0%, #FF7243 100%);
	background: linear-gradient(270deg, #F3645C 0%, #FF7243 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF7243",endColorstr="#F3645C",GradientType=1);
	color: #fff;
	width: calc(100% + 86px);
	border-radius: 12px 12px 0 0;
	padding: 4%;
}


/* Membership */

.hs-membership-loader {
	padding: 2rem 0;
}

.actions {    
  padding: 20px 4px 0 0;
  display: flex;
  flex-direction: row-reverse;  
}

.hs_firstname input, .hs_phone select, select, .custom-form .hs_email input, .custom-form .hs_country input, .hs_email input {
  border-radius: 10px 0 0 10px;
}

.hs_lastname input, .hs_phone input, .hs-dateinput input, .custom-form .hs_city input, .hs-fieldtype-phonenumber input {
  border-radius: 0 10px 10px 0;
} 

input::placeholder {
  color: #929297 !important; 
}

.hs-input[type="file"] {
  padding: 12px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #dbdbdb;
}


/* 1. Ukloni default strelicu */
.hs_phone select, .hs-fieldtype-select select, .hs-dateinput input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* 2. Dodaj custom strelicu */
.hs_phone select, .hs-fieldtype-select select {
  background-image: url("https://8124098.fs1.hubspotusercontent-na1.net/hubfs/8124098/Prox%20template%20images/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
}




@media (max-width: 767px) {
  input, select {
    border-radius: 10px !important;
  }
  
  .hs-dateinput input {
    background: none !important;
    border: 2px solid #dbdbdb !important;
  }
}
/* Table */

table {
  border: 1px solid #494a52;
  margin-bottom: 1.4rem;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

tbody + tbody {
  border-top: 2px solid #494a52;;
}

/* Table Cells */

th,
td {
  border: 1px solid #494a52;
  padding: 0.75rem;
  vertical-align: top;
  color: #494a52;
}

/* Table Header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom: 2px solid #494a52;
  color: #99999D;
  vertical-align: bottom;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #494a52;
}
/* Blog background */

.body-container--blog-index,
.body-container--blog-post {
	background: #FBFBFB;
}


/* Subscribe form */

.blog-listing__subscribe {
	margin-top: 15px;
}

.blog-listing__subscribe svg {
	fill: #FF7243;
}

.blog-listing__subscribe .hs-form-required {
	display: none;
}

.blog-listing__subscribe .hs-button {
	padding: 12px 21px;
	width: 100%;
}

.blog-listing__subscribe .input {
  margin-left: 0 !important;
  margin-right: 0 !important;
}


/* Topics */

.blog-listing__tags li {
	list-style-type: none;
	border-top: 1px solid #e4e4e4;
}

.blog-listing__tags ul {
	padding: 0;
  margin:0;
}

.blog-listing__tags a {
	display: block;
	padding: 5px 0;
}


/* Popular posts */

.popular-posts__image {
	height: 70px;
	min-width: 70px;
	background-size: cover;
	margin-right: 12px;
	border-radius: 4px;
	max-width: 70px;
}

.popular-posts__item {
	display: flex; 
	justify-content: flex-start;
	margin-bottom: 12px;
	align-items: center;
}


/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
	width: 100%;
}

.blog-pagination__link {
  border-radius: 4px;
	color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 .2rem;
	padding: 0.5rem 0.9rem;
	text-decoration: none;
	background: #fff;
	font-size: 14px;
}

.blog-pagination__number-link {
  color: #494A52;
  font-weight: 400;
  opacity: .3;
}

.blog-pagination__link--active {
  opacity: 1;
	color: #FF7243;
	cursor: default;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link, .blog-pagination__prev-link {
  margin-left: 0.25rem;
  text-align: left;
  background: linear-gradient(135deg, #FF7243, #FF7243);
  color: #fff !important;
  border-radius: 8px;
}

.blog-pagination__prev-link.blog-pagination__prev-link--disabled,
.blog-pagination__prev-link.blog-pagination__next-link--disabled {
  opacity: .3;
  cursor: default;
  pointer-events: none;
	color: #494A52 !important;
  box-shadow: inset 0 0 0 2px #ccc;
  border-radius: 8px;
  background: none !important;
}

.blog-pagination__prev-link svg {
	fill: #fff;
  margin: 0 6px 0 0;
  width: 8px;
}

.blog-pagination__next-link svg {
	fill: #fff;
  margin: 0 0 0 6px;
  width: 8px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
	fill: #494A52;
	opacity: .5;
}

.blog-pagination__next-link.blog-pagination__next-link--disabled {
  background: none !important;
  color: #494A52 !important;
  opacity: .3;
  box-shadow: inset 0 0 0 2px #ccc;
}

/* Blog Listing Page */







.body-container--blog-index .banner--blog {
	
		background-image: url(https://8124098.fs1.hubspotusercontent-na1.net/hubfs/8124098/Images/prox-blog-listing-image.jpg);
		background-position: center center;
	
}

.banner--blog .banner__inner * {
	color: rgba(255, 255, 255, 1.0);
}

.banner--blog:before {
	background: rgba(0, 0, 0,
		              0.0);
}

	
	
/* Blog Post */



.item-with-image__image {
  width: 100% !important;
  border-radius: 16px 16px 0 0 !important;
}

.item-with-image {
  border-radius: 0 0 16px 16px !important;
}



.item-with-image__image {
  min-height: px;
}

.blog-item-layout-2__featured-image .item-with-image__image {
  min-height: 332px;
  border-radius: px;
}

.item-with-image__share a {
  margin-right: 4px;
  border: none !important;
  height: 24px !important;
  width: 24px !important;
}

.item-with-image__share a:hover {
  transform: translateY(-3px);
  background: none;
}

.item-with-image__share svg {
  width: 18px;
  height: 18px;
  fill: rgba(#null, 0.0);
}





.body-container--blog-post .banner {
	background-position: center center;
}

.banner--blog {
	padding: calc(6% + 90px) 0 6% 0;
	position: relative;
	overflow: hidden;
}

.banner--blog:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.banner--blog .banner__inner {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

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




.body-container--blog-post-02 .banner--blog {
	position: relative;
	overflow: hidden;
  padding-bottom: 100px;
  /* padding: calc(14% + 90px) 0 6%; */
  display: flex;
  flex-direction: column-reverse;
  min-height: 100vh;
}

.body-container--blog-post-02 .banner--blog:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.body-container--blog-post-02 .banner--blog .banner__inner {
  max-width: 1240px;
	margin: 0 auto;
	text-align: left;
	position: relative;
  padding-right: 12%;
}

.body-container--blog-post-02 .banner--blog .banner__inner .blog-post__date, .banner--blog .banner__inner .blog-post__tags .blog-post__tag-link {
    border-radius: 8px;
    font-size: 14px !important;
    line-height: normal;
    margin-right: 12px;
    transition: .3s;
    color: #fff;
}

.body-container--blog-post-02 .banner--blog .banner__inner .blog-post__date {
  background: rgba(255, 255, 255, .14);
  backdrop-filter: blur(8px);
}

.body-container--blog-post-02 .banner--blog .banner__inner .blog-post__tags {
  display: flex; 
}

.body-container--blog-post-02 .banner--blog .banner__inner .blog-post__tags .blog-post__tag-link {
  background: linear-gradient(90deg,rgba(255, 114, 67), #ff7243);
}

.body-container--blog-post-02 .banner--blog .banner__inner .blog-post__tags .blog-post__tag-link:hover {
  transform: scale(0.98);
}

.body-container--blog-post-02 .banner--blog .banner__inner .banner__inner-info {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
}

.body-container--blog-post-02 .banner--blog .banner__inner .blog-post__tags svg {
  display: none;
}

.body-container--blog-post-02 .banner--blog .banner__inner .blog-post__date, .banner--blog .banner__inner .blog-post__tags .blog-post__tag-link {
  padding: 8px 16px;
  display: flex;
}

.blog-post,
.blog-comments {
	margin-right: auto;
	margin-left: auto;
	max-width: 700px;
}

.blog-post__tags svg {
	fill: #494A52;
	opacity: .7;
}

.blog-post__share svg {
  border-radius: 8px;
  height: 40px;
  padding: 11px;
  width: 40px;
  background: #fff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, .07);
}

.blog-comments {
	margin: 2rem auto;
}

.blog-post__share a {
	height: 50px;
	width: 50px;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	margin: 5px;
}

.blog-post__share a:hover svg {
	transform: scale(0.96);
}

.blog-post__share svg {
	transition: all 210ms ease;
}

.blog-post__author {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
}

.blog-post__author:not(.flex-container) img {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, .3);
  border-radius: 32px;
  margin-right: 15px;
}

.blog-post__author p {
  margin: 0;
  font-size: 16px !important;
}

.blog-post__author a {
  font-size: 16px !important;
}

.blog-post__author a:hover {
  opacity: 0.5;
}
/* 
.blog-post__share-twitter svg { fill: #000; }
.blog-post__share-twitter { border: 1px solid #1da1f2; }
.blog-post__share-twitter:hover { background: #1da1f2; }

.blog-post__share-linkedin svg { fill: #007bb5; }
.blog-post__share-linkedin { border: 1px solid #007bb5; }
.blog-post__share-linkedin:hover { background: #007bb5; }

.blog-post__share-facebook svg { fill: #1877f2; }
.blog-post__share-facebook { border: 1px solid #1877f2; }
.blog-post__share-facebook:hover { background: #1877f2; } */


/* Blog comments */

.blog-comments .comment-reply-to:hover {
  background-color: #FF7243;
  color: #fff;
}

.blog-comments .comment-reply-to {
	padding: 12px 17px 12px 12px;
	color: #FF7243;
	border: 1px solid #FF7243;
	font-size: 14px;
	background: none;
}

.blog-comments .comment-from h4 {
	font-size: 17px;
	margin-bottom: 12px;
}

.blog-comments .comment {
	background: #f3f3f3;
	padding: 21px;
	border-radius: 7px;
	margin-bottom: 1rem;
}

.blog-comments .comment-reply-to:before {
	content: "\261D";
	display: inline-block;
}

.blog-comments .comment.depth-0 {
	padding-top: 21px;
	margin-top: 0;
}

.blog-comments .comment.depth-1 {
	margin-left: 4%;
}

.blog-comments #comments-listing {
	margin-bottom: 2rem;
}

.blog-listing__tags a:before {
  display: none !important;
}

/* Blog listing module layout 2 */

.blog-item-layout-2__inner-content-date {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.111em;
	font-weight: 500;
}
	
.blog-item-layout-2__inner-content-date .blog-item-layout-2__inner-content-date__divider {
	width: 18px;
	min-height: 1px;
	margin-right: 14px;
	margin-left: 14px;
	background-color: #caccd1;
}

.blog-item-layout-2__inner-content-date__author span {
  text-transform: capitalize;
}

.blog-listing .flex-container--two-col > div.blog-item-layout-2 {
  flex: 0 calc(47% + 12px);
  margin-bottom: 181px !important;
  margin-right: 25px;
  position: relative;
}

.blog-item-layout-2__featured-image__tag {
  position: absolute;
  top: -83px;
  right: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 0 6px 15px 0 rgba(30, 61, 96, 0.03);
  color: #494a4d;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
}

.blog-item-layout-2__inner-content h3 {
  font-size: 26px;
}
  
.blog-listing .flex-container--two-col > .blog-item-layout-2:nth-child(2n) {
  margin-right: 0;
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 12% auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  font-size: 1.25rem;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}


/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

.backup-unsubscribe {
	text-align: center;
}
/* Theme-level custom properties — exposed for runtime JS / inline styles.
   Note: @media queries can't use CSS variables, so the same value is also injected
   at build time via 1100px in every @media rule. */
:root {
  --prox-mobile-breakpoint: 1100px;
}


section-margin/* Global */

img {
  max-width: 100%;
}

::selection {
  color: #fff;
	background: #FF7243;
}


/* Text */

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

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

.text-italic {
  font-style: italic;
}


/* Spacing classes */

.space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 1100px) {
  ::not(.header-main) .space-between {
    flex-direction: column;
  }
}

.margin-0 { margin: 0; }

.mb-s { margin-bottom: 0.5rem; }
.mb-m { margin-bottom: 1rem; }
.mb-l { margin-bottom: 2rem; }
.mb-xl { margin-bottom: 4.3rem; }

.mt-s { margin-top: 0.5rem; }
.mt-m { margin-top: 1rem; }
.mt-l { margin-top: 2rem; }
.mt-xl { margin-top: 4.3rem; }

.margin-auto {
	margin-right: auto;
	margin-left: auto;
}

.no-spacing {
	margin: 0 !important;
	padding: 0 !important;
}


/* Utilities */

.hide {
  display: none;
}

.show {
  display: block;
}

@media (min-width: 1100px) {
  .hide-on-desktop {
    display: none;
  }
}
  
@media (max-width: 1100px) {
  .hide-on-mobile {
    display: none;
  }
}

.hide-text {
  text-indent: -9999px;
	display: inline-block;
}

.fixed-background {
  background-attachment: fixed;
}


/* Layout */

.flex-container {
  display: flex;
}

@media (max-width: 1100px) {
  .flex-container {
    flex-direction: column;
  }
}

.flex-container > div {
  display: unset;
  vertical-align: top;
	margin-right: 18px;
	margin-left: 18px;
}

.flex-container > div:first-of-type,
.flex-container--two-col > div:nth-of-type(3n),
{
	margin-left: 0;
}

.flex-container--two-col > div:nth-of-type(2n+1) {
    margin-left: 0 !important;
}

/* .flex-container > div:first-of-type {
	margin-left: 0;
}

.flex-container > div:last-of-type {
	margin-right: 0;
}
 */
@media (max-width: 1100px) {	
	.flex-container > div {
		margin-right: 0;
		margin-left: 0;
	}
}

.flex-container--center {
	justify-content: center;
}

.flex-container--vertical {
	align-items: center;
}
 
.flex-container--wrap {
	flex-wrap: wrap;
}

.flex-container--two-col > div {
	flex: 0 calc(46% - 0px);
	margin-bottom: 30px;
}

.flex-container--3-col > div {
	flex: 0 30.4%;
}

.flex-container--3-col > div {
	margin-bottom: 25px;
}

.flex-container--width-even > div {
	flex: 1 1 0px;
}



/* Animations */
	[data-aos] {
		body[data-aos-easing="custom"] &,
		&[data-aos][data-aos-easing="custom"] {
			transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
		}
	}

	
		.animation-delay-1 {
			
			animation-delay: 0.1s;
		}
	
		.animation-delay-2 {
			
			animation-delay: 0.2s;
		}
	
		.animation-delay-3 {
			
			animation-delay: 0.3s;
		}
	
		.animation-delay-4 {
			
			animation-delay: 0.4s;
		}
	
		.animation-delay-5 {
			
			animation-delay: 0.5s;
		}
	
		.animation-delay-6 {
			
			animation-delay: 0.6s;
		}
	
		.animation-delay-7 {
			
			animation-delay: 0.7s;
		}
	
		.animation-delay-8 {
			
			animation-delay: 0.8s;
		}
	
		.animation-delay-9 {
			
			animation-delay: 0.9s;
		}
	
		.animation-delay-10 {
			
			animation-delay: 1.0s;
		}
	


	@keyframes fxFadeUp {
		0% {
			opacity: 0;
			transform: translateY(33px);
		}

		100% {
			opacity: 1;
			transform: none;
		}
	}

	.fx-fade-up {
		animation-name: fxFadeUp;
		animation-fill-mode: both;
		animation-duration: 1.3s;
		animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
	}

	@keyframes fxFadeDown {
		0% {
			opacity: 0;
			transform: translateY(-33px);
		}

		100% {
			opacity: 1;
			transform: none;
		}
	}

	.fx-fade-down {
		animation-name: fxFadeDown;
		animation-fill-mode: both;
		animation-duration: 1s;
	}

	@keyframes fxFadeIn {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	.fx-fade-in {
		animation-name: fxFadeIn;
		animation-fill-mode: both;
		animation-duration: 1.5s;
	}



/* White content box + image */

.item-with-image {     
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 21px 54px rgba(0, 0, 0, .1);
    margin-top: 205px;
    padding: 0;
    transition: all .21s linear;
}

@media (max-width: 1100px) {
	.item-with-image {
		margin-bottom: 21px !important;
    flex: 0 calc(45% - 0px) !important;
	}
}

.item-with-image--tiny {
	padding: 21px 27px 21px 27px;
}

.item-with-image__image {
  display: block;
  width: 90%;
  background-size: cover;
   
  text-indent: -9999px;
  
  border-radius: 16px;
  margin: -190px auto 22px;
  min-height: 190px;
  background-position: center;
}

@media (min-width: 1100px) {
	.item-with-image__image {
		max-width: 700px;
	}
}

.item-with-image__image--profile-photo {
	max-width: 210px;
}

.item-with-image:hover {
  transform: scale(0.98);
}

.item-with-image__text a, 
.item-with-image__text {
	font-size: 14px;
}

.item-with-image__inner-content {
  padding: 0px 32px 30px;
}

.item-with-image__inner-content h5 a {
	color: #494A52;
	font-size: 21px;
}
    
.item-with-image--no-image {
	margin-top: 21px;
}

/* .item-with-image__inner-content h5 a:hover {
	color: #FF7243;
} */

.item-with-image__share a:hover {
  transform: translateY(-3px);
}

.item-with-image__share a {
  height: 24px;
  width: 24px;
  line-height: 1.2;
  display: inline-flex;
  text-align: center;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  border: 1px solid #FF7243;
}

.item-with-image__share a:before {
	visibility: hidden;
}

@media (max-width: 767px) {
  .item-with-image__share a {
    height: 48px;
    width: 48px;
  }
}

.item-with-image__share a svg {
  fill: #FF7243;
}

.item-with-image__share a span {
	position: absolute;
}

.item-with-image .item-with-image__share a span {
  position: static;
}

.item-with-image__inner-content small {
  font-size: 14px;
  font-weight: 300;
  color: #878787;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}


/* White content box basic */

.white-item-shadow {
	padding: 43px;
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 43px 70px rgba(0,0,0,0.07);
	margin-bottom: 30px;
}

#twitter #twitter2_layer  {
  
}

@media (max-width: 1100px) {
	.white-item-shadow {
    padding: 21px;
	}
}


/* Banners */

.banner {
	background-size: cover;
}

.banner__inner p {
	font-size: 21px;
}


/* Pulled items - overlapping content */

.pulled-item {
	margin-top: -143px;
	background: #fff;
	padding: 4%;
}


/* Rounded items */

.rounded iframe,
.rounded {
	border-radius: 21px;
}


/* Sliders */

.glide__bullets {
  display: flex;
  justify-content: center;
}

.glide__bullet {
  display: inline-flex;
  width: 12px;
  margin: 4px;
  height: 12px;
  border-radius: 12px;
  transition: all 210ms ease;
  opacity: .7;
  cursor: pointer;
}

.glide__bullet--active, .glide__bullet:hover {
  opacity: 1;
}

.glide__bullet--active {
  width: 21px;
  border-radius: 7px;
}

@media (max-width: 1100px) {
  .glide__slides, .glide__track {
    overflow: visible;
  }
}


/* Counter */
.counter__number,
.counter__type {
  margin-bottom: 1.4rem;
  font-size: 48px;
}

.counter {
  padding: 21px 21px 12px 21px;
  border-radius: 12px;
  transition: all 210ms linear;
}

.counter__item p {
  opacity: .8;
}


/* Overlay */

.section-overlay {
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
}
  
.section-decoration {
  height: 400px;
  width: 400px;
  border: 43px solid #bbb;
  position: absolute;
}

.overlay-wrapper {
	position: relative;
	z-index: 1;
}


/* Logos of customers */

.logos-of-customers div {
  display: inline-block;
  margin: 21px;
}

.logos-of-customers {
  text-align: center;
}

.logos-of-customers img {
  width: 100%;
}


/* Features */

.feature {
  transition: all 210ms linear;
}

.feature p:last-of-type {
	margin-bottom: 0;
}

.feature__icon {
  display: inline-block;
  padding-bottom: 1.4rem;
}


/****************************************************
 * Landing Pages
 ***************************************************/

/* Columns with full height */

@media (min-width: 1100px) {
	.body-container--lp-columns .row-depth-1.row-number-1 .span6 {
		min-height: 100vh;
	}

	.body-container--lp-columns .row-depth-1.row-number-1 .span6 > .row-fluid-wrapper > .row-fluid {
    max-width: 500px;
		margin: 0 auto;
	}
}

.body-container--lp-columns .row-depth-1.row-number-1 .span6 {
	padding: 102px 21px;
}

@media (max-width: 767px) {
	.body-container--lp-columns .row-depth-1.row-number-1 .span6:first-of-type {
		padding-top: 120px;
	}
}

/* Banner Form */

.body-container--banner-form .row-depth-1.row-number-1 > .row-fluid {
	z-index: 999;
	position: relative;
}


/* Ovelap content */

.overlap-content .row-depth-1.row-number-2 {
  margin: -13% auto 80px auto;
	border-radius: 15px;
	box-shadow: 0 1px 6px 0 rgb(13 12 84 / 2%), 0 6px 22px 0 rgb(13 12 84 / 4%);
	background: #ffffff;
	max-width: 920px;
	z-index: 5;
	padding: 73px 70px;
}

.overlap-team-member .row-depth-1.row-number-2 {
  margin: -380px auto 140px auto;
	border-radius: 24px;
	box-shadow: 0 6px 33px rgb(0, 0, 0, 0.07);
	background: #ffffff;
	max-width: 840px; 
	z-index: 5;
	padding: 30px 56px 50px 56px;
}

@media (max-width: 767px) {
  .banner--dnd_area-module-1 {
    padding: 40px 0 50px !important;
  }
}

      
@media (max-width: 900px) {
  .overlap-team-member .row-depth-1.row-number-2 {
    max-width: 85%; 
    padding: 10px 36px 20px 36px !important;
  }
  
  .one-team-member.dnd_area-module-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 500px) {
  .overlap-content .row-depth-1.row-number-2,
	.overlap-team-member .row-depth-1.row-number-2  {
	  padding-left: 45px;
		padding-right: 45px;
	}
 
}

@media (max-width: 992px) {
	.overlap-content .row-depth-1.row-number-2 {
		margin: -110px 30px 80px 30px; 
	}
}

@media (max-width: 768px) {
	.overlap-content .row-depth-1.row-number-2 {
	  max-width: 100%;

	}
}

.overlap-content .button {
  transition: all 400ms ease-in-out;
}

.overlap-content .button:hover {
  transform: scale3d(0.97, 0.97, 1.01);
}


/* Animate links */

.animate-link {
	position: relative;
	padding-left: 25px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.animate-link:before {
	height: 1px;
	width: 17px;
	top: 54%;
	left: 0;
	background: #FF7243;
	transform: translateY(-50%);
	display: block;
	content: "";
	position: absolute;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.animate-link:hover {
	padding-left: 44px;
}

.animate-link:hover:before {
  width: 35px;
}


/* Download landing page */

@media (max-width: 768px) {
	.download-lp .dnd_area-row-0-background-image {
	  padding-top: 160px;
	}
}

@media (min-width: 600px) and (max-width: 767px) {
  .item-with-image__image {
    min-height: 311px;
  }
}

/* Project Details page */

.project-overlap .row-fluid-wrapper.row-depth-1.row-number-5.dnd_area-row-2-padding.dnd-section {
	padding: 50px 56px;
	background-color: #fff;
	max-width: 1240px;
	margin: -69px auto 82px;
}

.divider {
	width: 100%;
	height: 1px;
	background-color: #dfdfdf;
	margin-top: 0px;
	margin-bottom: 0px;
}

.divider.wider {
  margin-top: 0px;
	margin-bottom: 50px;
}


@media (max-width: 1100px) {
	.project-overlap .fixed-background {
	  background-size: contain !important;
		background-repeat: no-repeat !important;
	}
}


/* Modal */

.glightbox-clean .gslide-title, .glightbox-modern .gslide-title {
  font-family: ;
  margin-bottom: .4rem;
}

.glightbox-clean .gslide-desc, .glightbox-modern .gslide-desc {
  font-family: ;
}


/* Pillar page style */

#shape-section, #shape-section-left {
  position: relative;
}

#shape-section:before {
  content: "";
    display: block;
    position: absolute;
    background: rgba(249, 249, 249, 1.0);
    width: 84vw;
    height: 100%;
    right: 0;
    border-radius: 44px 0 0 44px;
    top: 0;
    z-index: 1;
    background-position: right;
    background-size: cover;
}

#shape-section-left:before {
  content: "";
    display: block;
    position: absolute;
    background: rgba(239, 249, 255, 1.0);
    width: 84vw;
    height: 100%;
    left: 0;
    border-radius: 0px 44px 44px 0px;
    top: 0;
    z-index: 1;
    background-position: right;
    background-size: cover;
}

@media (max-width: 600px) {
  #shape-section:before, #shape-section-left:before {
    width: 100%;
  }
}

@media (max-width: 1100px) {

  .header-main__language-switcher .lang_list_class {
    transform: translate(100%) !important;
  }
  
  .header-main__language-switcher .lang_switcher_class {
    top: 0px !important;
    right: 0px !important;
  }
}

@media (min-width: 600px) and (max-width: 1100px) {
  .hs-blog-listing .flex-container>div:last-of-type,
    .hs-blog-listing .flex-container--two-col>div:nth-of-type(3n), .flex-container>div:first-of-type {
      margin-left: 21px;
      margin-right: 21px;
    }
}

@media (min-width: 900px) and (max-width: 1100px) {
  .flex-container {
    flex-direction: row;
  }

  .flex-container > div {
    margin-left: 18px;
    margin-right: 18px;
  }
}

.section-shadow {
  box-shadow: inset 0 0px 54px rgba(21, 25, 35, 0.05); 
}

.section-shadow-bottom {
  box-shadow: 0 0px 54px rgba(21, 25, 35, 0.05); 
}

.logos-margin {
  transform: translate(0,-100px);
}

.heading-spacing {
  margin-bottom: 25px; 
}

/* .banner-align-left .content-wrapper {
  justify-content: left !important;
} */

#alignment-cta .text-left.buttons-wrap, #alignment-cta .text-center.buttons-wrap, #alignment-cta .text-right.buttons-wrap {
  border: none !important;
  border-radius: 14px;
  box-shadow: 0 0 0 2px inset #ebebeb;
}



/* RESETUJE sve ::before linije i efekte */
.widget-span ul a:not(.header-main__cta):not(.cta_button):not(.button)::before,
.widget-span p a:not(.header-main__cta):not(.cta_button):not(.button)::before,
.widget-span ol a:not(.header-main__cta):not(.cta_button):not(.button)::before {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    opacity: 0 !important;
    transform: none !important;
    transition: none !important;
    color: #FF7243 !important;
}

/* Resetuje osnovne stilove linkova */
.widget-span ul a:not(.header-main__cta):not(.cta_button):not(.button),
.widget-span p a:not(.header-main__cta):not(.cta_button):not(.button),
.widget-span ol a:not(.header-main__cta):not(.cta_button):not(.button) {
    position: relative !important;
    display: inline-block !important;
    color: #FF7243 !important;
    text-decoration: none !important;
    transition: transform 200ms ease-in-out !important;
}

/* Hover efekat – samo blago smanjenje */
.widget-span ul a:not(.header-main__cta):not(.cta_button):not(.button):hover,
.widget-span p a:not(.header-main__cta):not(.cta_button):not(.button):hover,
.widget-span ol a:not(.header-main__cta):not(.cta_button):not(.button):hover {
    transform: scale(1.06) !important;
}

.gm-style-cc, 
.gmnoprint a, 
.gmnoprint span {
  opacity: 0.01;         /* čini natpise diskretnijim */
  font-size: 10px;      /* smanjuje tekst */
  transition: opacity 0.3s;
}
.gm-style-cc:hover,
.gmnoprint a:hover,
.gmnoprint span:hover {
  opacity: 0.5;           /* postaje vidljivo kad se pređe mišem */
}

.gm-style-iw, .gm-style .gm-style-iw-c {
  padding: 0;
  top: 10px;
  left: -9px;
  box-shadow: 0 2px 7px 0px rgba(0,0,0,.1) !important;
}

.gm-style-iw-chr {
  display: none;
}

.gm-style-iw-d {
  overflow: auto !important;   
}

.gm-style-iw-d .location {
  background: #fff;
  color: #7F7F84;
  font-family: 'Figtree';
  font-size: 14px;
  padding: 11px 14px 10px 14px;
  text-align: center;
  line-height: 1.4;
  max-width: 160px;
}

.gm-style-iw-tc {
  display: none;  
}

.search--menu input:hover { 
  box-shadow: none !important; 
}


 
.header-main--default .search--menu .hs-site-search-input::-webkit-input-placeholder { color: #fff; }
.header-main--default .search--menu .hs-site-search-input:-moz-placeholder { color: #fff; opacity: 1; }
.header-main--default .search--menu .hs-site-search-input::-moz-placeholder { color: #fff; opacity: 1; }
.header-main--default .search--menu .hs-site-search-input:-ms-input-placeholder { color: #fff; }
.header-main--default .search--menu .hs-site-search-input::placeholder { color: #fff !important; }

/* Layout */
.footer-container > div:not(.footer__main) {
	flex: 1 1 0px;
}

@media (min-width: 1100px) {
	.footer__main {
		padding-right: 34px;
	}
}

/* Social Links */
.footer__social-link a {
  height: 50px;
  width: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 60px;
  position: relative;
  overflow: hidden;
  margin-right: 7px;
}

.footer__social-link a svg {
  height: 43%;
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  fill: #fff;
  top: 50%;
}

.footer__social-link {
  margin-bottom: 43px;
}


/* Footer Text */

.footer__left * {
  font-size: 14px;
}

.footer__text,
.footer__copyright-text,
footer .hs-menu-depth-2 a,
.footer__legal-menu a {
  opacity: .7;
}

@media (min-width: 1100px) {
  .footer__text {
    max-width: 270px;
  }
}

@media (max-width: 900px) {
  .footer__main {
    flex: auto !important;
  }
}


/* Footer navigation */

.footer--footer_main .footer-container .footer-nav > div:not(.footer__main):first-child {
    padding-left: 0;
}

@media (max-width: 767px) { 
  
  .footer__main {
    display: flex;
    flex-direction: column;
    align-items: center;  
  }
  
  .footer__logo {
    text-align: center;  
  }
  
  .footer__text {
    text-align: center;  
  }
  
  .footer--footer_main .footer-container .footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .footer--footer_main .footer-container .footer-nav > div:not(.footer__main) {
    width: 50%;
    display: flex;
    justify-content: center;
    padding: 0 10px !important;
  }
  
  .footer__menu .hs-menu-wrapper li {
    text-align: center;  
    line-height: 1.5;
  }
  
  .footer__menu .hs-menu-wrapper li a {
    text-align: center;  
  }
  
  .footer__menu .hs-menu-depth-2 > a {
    text-align: center; 
  }
  
  .footer--footer_main .footer-bottom {
    flex-direction: column;
    align-items: center;
  }
  
  .footer--footer_main .footer__social-link {
    margin-bottom: 15px !important;
  }
  
  
  
}

.footer__menu .hs-menu-wrapper li {
  text-align: left;
	display: block;
	width: 100%;
}

.footer__menu .hs-menu-wrapper li a {
  display: block;
}

.footer__menu a {
  font-size: 14px;
}

footer a:not(.cta_button):hover {
  opacity: 1;
  color: inherit;
}

.footer__menu .hs-menu-wrapper {
  width: 100%;
}

.footer__menu .hs-menu-wrapper ul {
  justify-content: space-between;
	width: 100%;
}

.footer__menu .hs-menu-depth-2 a {
  font-weight: 300;
  padding: 4px 0 12px 0;
}

.footer__legal-menu a {
  text-transform: none;
  font-size: 14px;
  margin-right: 12px;
  display: inline-block;
  font-weight: 300;
}

@media (max-width: 767px) {
  .footer__menu .hs-menu-item,
  .footer__menu .hs-menu-flow-horizontal {
    display: block;
    width: 100%;
  }
  
  .footer__menu .hs-menu-depth-1 > a, 
  .footer__menu .hs-menu-depth-2 > a,
  .footer__legal-menu a {
    border-bottom: 1px solid rgba(255,255,255,0.12);
    margin-bottom: 0;
    display: block;
  }
  
  .footer__menu .hs-menu-depth-1 {
    margin-bottom: 2rem;
  }
}

.footer__menu {
	margin-top: 1.2rem;
}

/* Fluid / Full width footer */

.footer-container--wide {
	padding: 0 5%;
}
  
/* Footer on landing pages */

.footer--no-nav {
	background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	padding: 30px;
}
  
.footer--no-nav p {
	margin: 0;
}

.footer__copyright p {
	margin: 0;
}
	
.footer--no-nav .hs_cos_wrapper_type_logo {
  display: flex; 
}

.footer--no-nav .hs_cos_wrapper_type_logo a {
  line-height: 0;
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.plyr__video-wrapper, .plyr--video {
  background: none;  
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.glightbox-clean .gslide-media, .plyr--video {
  border-radius: 22px !important;  
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}

.gslide-inline .ginlined-content {
  padding: 40px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto; 
}

.glightbox-slider .gslide-media {
   background: none !important;   
}

iframe img {

  width: 100%;
  height: 100%;
  object-fit: cover;  /* popuni box, bez razvučenja */
  object-position: center; /* centrira sliku */
  display: block;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}



/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: .4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: .4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader .8s infinite linear;
  animation: lightboxLoader .8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: none;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: none;
}

.gprev,
.gnext,
.gclose {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none;
	padding: 0 0 0 4px;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 33px;
  height: 33px;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: .1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}




/*Skin */

.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
  background: none;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose,
    .glightbox-modern .gprev,
    .glightbox-modern .gnext,
    .glightbox-modern .gclose {
  background-color: rgba(0, 0, 0, 0.4);
}

.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover,
.glightbox-modern .gprev:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gclose:hover {
  background-color: rgba(0, 0, 0, 0.20);
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path,
.glightbox-modern .gprev path,
.glightbox-modern .gnext path,
.glightbox-modern .gclose path {
  fill: #fff;
}

.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: none;
}

.glightbox-clean .gprev,
.glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px;
}

.glightbox-clean .gnext,
.glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px;
}

.glightbox-clean .gclose,
.glightbox-modern .gclose {
  width: 40px;
  height: 40px;
  top: 15px;
  right: 10px;
  position: absolute;
  opacity: .7;
  background-position: -59px 2px;
}

.glightbox-clean .gclose, .glightbox-modern .gclose {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
  width: 18px;
}

.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
  opacity: 1;
}




/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn .5s ease;
  animation: gfadeIn .5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut .5s ease;
  animation: gfadeOut .5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft .3s ease;
  animation: gslideOutLeft .3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft .3s ease;
  animation: gslideInLeft .3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight .3s ease;
  animation: gslideOutRight .3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight .3s ease;
  animation: gslideInRight .3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn .5s ease;
  animation: gzoomIn .5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut .5s ease;
  animation: gzoomOut .5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d( 0, 0, 0);
    transform: translate3d( 0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d( 0, 0, 0);
    transform: translate3d( 0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
	.glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: calc(100% - 20px);
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, .6);
  }
  .glightbox-clean .gslide-media,
	.glightbox-modern .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 52px 2px rgba(0, 0, 0, 0.5);
    
  }
  .glightbox-clean .description-left .gdesc-inner,
	.glightbox-clean .description-right .gdesc-inner,
	.glightbox-modern .description-left .gdesc-inner,
	.glightbox-modern .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
	.glightbox-modern .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext,
	.glightbox-modern .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose,
	.glightbox-modern .gclose {
    top: 54px;
    right: 64px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: none;
  }
}