







































*, *:before, *:after {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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


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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}
@font-face {
 font-family: 'Moret'; 
 font-weight: 400;
 src: url('https://7251410.fs1.hubspotusercontent-na1.net/hubfs/7251410/Moret-Regular.otf') format('opentype');
}
.hs-form-field {
  margin-bottom: 15px;
}

form label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}

form legend {
  font-size: 14px;
  margin-bottom: 15px;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 7px;
  display: inline-block;
  font-size: 14px;
  padding: 14px 20px;
  width: 100%;
  outline: none;
  color: #000000;
}

form input:focus,
form textarea:focus {
  border: 1px solid rgba(0, 0, 0, .4);
}

form textarea {
  min-height: 200px;
}

form .hs-fieldtype-select .input {
  position: relative;
  display: flex;
  align-items: center;
}

form .hs-fieldtype-select .input::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  transform: rotate(-135deg);
}

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

form .hs-fieldtype-select select:active {
  border: 1px solid rgba(0, 0, 0, .4);
}

form .hs-fieldtype-select select::-ms-expand {
  display: none;
}

form input::placeholder,
form textarea::placeholder,
form select::placeholder {
  color: #909089;
}

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

form fieldset[class^="form-columns"] .hs-form-field .input {
  margin-right: 20px !important;
}

form fieldset[class^="form-columns"] .hs-form-field:last-child .input {
  margin-right: 0 !important;
}

form fieldset[class^="form-columns"] .hs-input {
  width: 100% !important;
}

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

form .inputs-list > li {
  display: block;
  margin: 6px 0 0 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 6px;
}

form .hs-button {
  justify-content: center;
  cursor: pointer;
}

form .hs-form-booleancheckbox-display,
form .hs-form-checkbox-display,
form .hs-form-radio-display {
  display: flex;
  align-items: center;
  cursor: pointer;
}

form .hs-form-booleancheckbox-display .hs-input,
form .hs-form-checkbox-display .hs-input,
form .hs-form-radio-display .hs-input {
  display: none;
}

form .hs-form-booleancheckbox-display::before,
form .hs-form-checkbox-display::before,
form .hs-form-radio-display::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px;
  margin-right: 15px;
  background: #FFFFFF;
}

form .hs-form-booleancheckbox-display::before,
form .hs-form-checkbox-display::before {
  width: 18px;
  height: 18px;
  margin-left: 1px;
}

form .hs-form-radio-display::before {
  border-radius: 50%;
}

form .hs-form-booleancheckbox-display > span,
form .hs-form-checkbox-display > span,
form .hs-form-radio-display > span {
  position: relative;
}

form .hs-form-booleancheckbox-display > span::after,
form .hs-form-checkbox-display > span::after,
form .hs-form-radio-display > span::after {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -28px;
  transform: rotate(45deg);
  height: 11px;
  width: 6px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}

form .hs-form-booleancheckbox-display > span::after,
form .hs-form-checkbox-display > span::after {
  left: -27px;
}

form .hs-form-booleancheckbox-display .hs-input:checked + span::after,
form .hs-form-checkbox-display .hs-input:checked + span::after,
form .hs-form-radio-display .hs-input:checked + span::after {
  content: '';
}

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.hs-fieldtype-intl-phone {
  display: flex;
}

.hs-fieldtype-intl-phone select {
  max-width: 20%;
  margin-right: 15px;
}

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

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

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFFFFF;
}

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

form .hs-richtext,
form .hs-richtext p {
  font-size: 14px;
  margin: 0 0 22px;
}

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

form .hs-newsletter {
  margin: 10px 0 20px 0;
}

form .actions {
  display: flex;
  justify-content: flex-end;
}

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 16px !important;
  margin-left: 16px !important;
}

.hs-form-required {
  color: #EF6B51;
}

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

.hs-error-msg {
  color: #EF6B51;
  margin: 6px 0 0 0;
}

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width: 768px) {
  form fieldset[class^="form-columns"] .hs-form-field .input {
    margin-right: 0 !important;
  }
}
@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i");
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i");
.embed-form-super-wrapper .hs-form {
    max-width: 100%;
    margin: auto;
}
.embed-form-super-wrapper .hs-form input[type="date"],
.embed-form-super-wrapper .hs-form input[type="datetime"],
.embed-form-super-wrapper .hs-form input[type="datetime-local"],
.embed-form-super-wrapper .hs-form input[type="email"],
.embed-form-super-wrapper .hs-form input[type="month"],
.embed-form-super-wrapper .hs-form input[type="number"],
.embed-form-super-wrapper .hs-form input[type="password"],
.embed-form-super-wrapper .hs-form input[type="range"],
.embed-form-super-wrapper .hs-form input[type="search"],
.embed-form-super-wrapper .hs-form input[type="tel"],
.embed-form-super-wrapper .hs-form input[type="text"],
.embed-form-super-wrapper .hs-form input[type="time"],
.embed-form-super-wrapper .hs-form input[type="url"],
.embed-form-super-wrapper .hs-form input[type="week"],
.embed-form-super-wrapper .hs-form fieldset.form-columns-1 textarea.hs-input,
.embed-form-super-wrapper .hs-form fieldset.form-columns-1 .input select,
.embed-form-super-wrapper .hs-form .input textarea,
.embed-form-super-wrapper .hs-form .hs-input textarea,
.embed-form-super-wrapper .hs-form textarea,
.embed-form-super-wrapper .hs-form .input select,
.embed-form-super-wrapper .hs-form .hs-input select,
.embed-form-super-wrapper .hs-form select {
    width: 100%;
    padding: 10px;
    text-align: left !important;
    font-family: "Poppins", Arial !important;
    letter-spacing: 0px !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    border-color: #e2e2e2 !important;
    color: #000000 !important;
    background-color: rgba(244, 244, 244, 0) !important;
    border-style: solid !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    height: auto !important;
}
.embed-form-super-wrapper .hs-form ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.embed-form-super-wrapper .hs-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}
.embed-form-super-wrapper .hs-form fieldset.form-columns-1 input[type="checkbox"],
.embed-form-super-wrapper .hs-form fieldset.form-columns-1 input[type="radio"] {
    width: auto !important;
    margin-right: 15px !important;
    margin-top: -2px;
}
.embed-form-super-wrapper .hs-form label {
    color: #606060;
}
.embed-form-super-wrapper .hs-form fieldset {
    max-width: 100% !important;
}
.embed-form-super-wrapper .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333% !important;
}
.embed-form-super-wrapper .hs-form fieldset {
    margin-bottom: 0 !important;
}
.embed-form-super-wrapper .hs-form .hs-form-field {
    margin-bottom: 15px;
}
.embed-form-super-wrapper .hs-form label {
    font-weight: normal;
    letter-spacing: 1px;
}
.embed-form-super-wrapper .hs-form ul li {
    margin-top: 4px;
    margin-bottom: 4px !important;
    float: left;
    width: 100%;
}
.embed-form-super-wrapper .hs-form fieldset textarea.hs-input {
    min-height: 200px;
}
.embed-form-super-wrapper .hs-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
    border-radius: 0;
}
.embed-form-super-wrapper .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.embed-form-super-wrapper .hs-form fieldset.form-columns-3 .hs-form-field,
.embed-form-super-wrapper .hs-form fieldset.form-columns-2 .hs-form-field {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.embed-form-super-wrapper .hs-form fieldset .hs-form-field {
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.hs_cos_wrapper.form-title {
    display: none;
}
@media screen and (max-width: 400px) {
    .embed-form-super-wrapper .hs-form fieldset.form-columns-3 .hs-form-field {
        width: 100% !important;
    }
}
.embed-form-super-wrapper {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #ffffff;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    border-color: #bababa !important;
    border-style: solid !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 0 auto;
}
.embed-form-super-wrapper .hs-form label,
.embed-form-super-wrapper .hs-form label span {
    font-family: "Poppins", Arial !important;
    color: #636363 !important;
    font-size: 14px !important;
    letter-spacing: 0px !important;
    font-weight: 500 !important;
    margin-bottom: 6px;
}
.embed-form-super-wrapper .hs-form label {
    width: 100%;
    text-align: left !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.embed-form-super-wrapper .hs-form input::-webkit-input-placeholder,
.embed-form-super-wrapper .hs-form select::-webkit-input-placeholder {
    color: #a1a1a1 !important;
    text-align: left !important;
}
.embed-form-super-wrapper .hs-form input::-moz-placeholder,
.embed-form-super-wrapper .hs-form select::-moz-placeholder {
    color: #a1a1a1 !important;
    text-align: left !important;
}
.embed-form-super-wrapper .hs-form input:-ms-input-placeholder,
.embed-form-super-wrapper .hs-form select:-ms-input-placeholder {
    color: #a1a1a1 !important;
    text-align: left !important;
}
.embed-form-super-wrapper .hs-form input:-moz-placeholder,
.embed-form-super-wrapper .hs-form select:-moz-placeholder {
    color: #a1a1a1 !important;
    text-align: left !important;
}
.embed-form-super-wrapper .hs-form button,
.embed-form-super-wrapper .hs-form input[type="button"],
.embed-form-super-wrapper .hs-form input[type="reset"],
.embed-form-super-wrapper .hs-form input[type="submit"] {
    text-transform: uppercase;
    margin-top: 15px;    
    font-family: "Poppins", Arial !important;
    letter-spacing: 2px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #fff !important;
    background: #000 !important;
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    border-radius: 6px !important;
    border-style: solid !important;
    border-color: rgba(83, 184, 251, 0) !important;
    border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    width: 100%;
}
.embed-form-super-wrapper .hs-form .hs-submit {
    display: inline-block;
    width: 100%;
}
.embed-form-super-wrapper .hs-form .hs-submit .actions {
    width: 100% !important;
    float: left !important;
    clear: both !important;
    text-align: left !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 11px !important;
    padding-right: 17px !important;
}
.embed-form-super-wrapper .hs-richtext {
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
@media screen and (max-width: 767px) {
    .embed-form-super-wrapper .hs-form .form-columns-2 > div.hs-form-field,
    .embed-form-super-wrapper .hs-form .form-columns-3 > div.hs-form-field,
    .embed-form-super-wrapper .hs-form .form-columns-4 > div.hs-form-field {
        width: 100% !important;
    }
}
.embed-form-super-wrapper .hs-form .hs-error-msgs label,
.embed-form-super-wrapper .hs-form .hs-error-msgs label span {
    font-family: "Lato", Arial !important;
    letter-spacing: 1px !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    color: #ff7373 !important;
}
.embed-form-super-wrapper .hs-form button:hover,
.embed-form-super-wrapper .hs-form input[type="button"]:hover,
.embed-form-super-wrapper .hs-form input[type="reset"]:hover,
.embed-form-super-wrapper .hs-form input[type="submit"]:hover {
    background: #353535 !important;
    color: #ffffff !important;
    border-color: #53b8fb !important;
}
.grecaptcha-badge {
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
}
.embed-form-super-wrapper .hs-form input[type="checkbox"] {
    margin-right: 10px;
    margin-top: -2px;
}
.center-the-form form,
.center-the-form form input {
    text-align: center;
}

.belch-modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}
.belch-modal__container {
    background-color: #fff;
    padding: 30px;
    max-width: 700px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
}
.belch-modal__header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.belch-modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
}
.belch-modal__close {
    background: 0 0;
    border: 0;
    cursor: pointer;
}
.belch-modal__close:focus {
    outline: 0;
    border: 0;
}
.belch-modal__header .belch-modal__close:before {
    content: "\2715";
}
.belch-modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
}

.belch-modal {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
    display: none;
}
.belch-modal.is-open {
    display: block;
}
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

.novi-articles__card {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 40px;
}

.novi-articles__card__image-wrapper {
  width: 100%;
  display: block;
  height: 226px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.novi-articles__card__image {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.novi-articles__card__tags {
  display: flex;
  padding: 20px 0 15px;
}

.novi-articles__card__tag {
  display: block;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  background: #FCEBDB;
  padding: 0 15px;
  margin-right: 5px;
}

.novi-articles__card__title {
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 16px;
  display: block;
}

.novi-articles__card__content {
  font-size: 18px;
  line-height: 32px;
  display: block;
  margin-bottom: 17px;
}

.novi-articles__card__date {
  font-size: 14px;
  line-height: 21px;
  position: absolute;
  bottom: 0;
  left: 0;

  color: #919189;
}
.button, .hs-button {
  background: #171717;
  border: 3px solid #171717;
  color: #FFFFFF;
  border-radius: 7px;
  padding: 12px 27px 12px 27px;
  box-sizing: border-box;
  width: max-content;
  min-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  line-height: normal;
}

.button.button--center {
  margin: 0 auto;
  justify-content: center;
}

.button.button--right {
  margin: 0 0 0 auto;
}

.button.button--cta {
  background: #1E47BB;
  border-color: #1E47BB;
}

.button.button--outlined {
  background: transparent;
  color: #171717;
}

.button .hs_cos_wrapper_type_icon {
  height: 25px;
  padding: 0 0 0 10px;
}

.button .hs_cos_wrapper_type_icon {
  display: flex;
}

.hs_cos_wrapper_type_rich_text a.button {
  padding-bottom: 12px !important;
}

.button .hs_cos_wrapper_type_icon, .button svg {
  width: 25px;
}

.button svg {
  fill: #FFFFFF;
}

.button.button--outlined svg {
  fill: #171717;
}
.novi-buttons {
  display: flex;
}

.novi-buttons.buttons--left {
  justify-content: flex-start;
}

.novi-buttons.buttons--center {
  justify-content: center;
}

.novi-buttons.buttons--right {
  justify-content: flex-end;
}

.novi-buttons .button:not(:last-child) {
  margin-right: 15px;
}

@media (max-width: 768px) {
  .novi-buttons {
    flex-direction: column;
  }
  
  .hs_cos_wrapper_type_rich_text a {
  padding-bottom: initial !important;
}

.button, .hs-button {
  padding-bottom: 12px !important;
}

  .novi-buttons .button {
    margin-right: 0;
    margin-bottom: 15px;
    justify-content: center;
    width: 100%;
  }
}
.novi-navbar {
  display: flex;
  box-sizing: border-box;
  background: #FFF5EF;
  z-index: 100;
  padding: 20px 20px 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.novi-navbar__wrapper {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
}

.novi-navbar__logo {
  height: 30px;
  margin: 0 10px 0 0;
}

.novi-navbar__logo .cls-1 {
  fill: #da6b32;
}

.novi-navbar__logo .cls-2 {
  fill: #fff;
}

.novi-navbar__logo .cls-3 {
  fill: #444;
}

.novi-navbar__logo__link {
  display: flex;
  line-height: inherit;
}

.novi-navbar__logo-text {
  font-size: 11px;
  color: #171717;
  text-transform: uppercase;
  max-width: 90px;
  margin: 3px 30px 3px 0;
}

.novi-navbar__items {
  display: flex;
}

.novi-navbar__item {
  padding: 0 15px 20px 15px;
  position: relative;
}

.novi-navbar__item-wrapper {
  display: flex;
  align-items: center;
}

.novi-navbar__item__link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}

.novi-navbar__item.type-button {
  margin-top: -5px;
  padding-bottom: 15px;
}

.novi-navbar__item.type-button .novi-navbar__item__link {
  background: #171717;
  color: #FFFFFF;
  padding: 5px 15px;
  border-radius: 7px;
}

.novi-navbar__item.type-cta {
  margin-top: -0.65em;
  padding-bottom: 15px;
}

.novi-navbar__item.type-cta .novi-navbar__item__link {
  background: #1E47BB;
  color: #FFFFFF;
  padding: 10px 15px;
  border-radius: 7px;
}

.novi-navbar__item__link.link-mobile {
  display: none;
}

.novi-navbar__item .hs_cos_wrapper_type_icon,
.novi-navbar__item__link svg {
  width: 16px;
  padding: 0 3px;
  transition: all 0.2s ease;
}

.novi-navbar__submenus {
  position: absolute;
  top: 50px;
  left: 0;
  background: #FFFFFF;
  padding: 30px 50px;
  border-radius: 20px;
  min-height: 200px;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 14px 7px rgba(0, 0, 0, .05);
  z-index: 100;
}

.novi-navbar__item:hover .novi-navbar__submenus {
  visibility: visible;
  opacity: 1;
}

.novi-navbar__item:hover .novi-navbar__item__link svg {
  transform: rotate(180deg);
}

.novi-navbar__submenu__group {
  display: flex;
  flex-direction: column;
  width: 350px;
}

.novi-navbar__submenu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  min-width: 500px;
}

.novi-navbar__submenu__label {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}

.novi-navbar__submenu__link {
  height: 36px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: #6B6B65;
  transition: all 0.2s ease;
}

.novi-navbar__submenu__link.active, .novi-navbar__submenu__link:hover {
  color: #000000;
}

.novi-navbar__submenu__link.active::before {
  content: '';
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background: #000000;
}

.novi-navbar__submenu__link__icon {
  margin-right: 15px;
  width: 36px;
  height: 36px;
}

.novi-navbar__hamburger {
  display: none;
}

.novi-mobile__menu {
  display: none;
}

.novi-mobile-cta {
  display: none;
}

@media (max-width: 1024px) {
  .novi-navbar {
    padding-bottom: 20px;
    justify-content: space-between;
    align-items: center;
  }

  .novi-navbar__hamburger {
    display: block;
    height: 30px;
    width: 50px;
    min-width: 50px;
    border-radius: 18px;
    background: #FCEBDB;
    position: relative;
  }

  .novi-mobile-cta {
    display: block;
    margin-top: 0 !important;
    padding: 0 !important;
    z-index: -1;
  }
  
  .novi-mobile-cta > .novi-navbar__item__link {
    font-size: .8em !important;
    padding: 5px 10px !important;
  }

  .novi-navbar__logo {
    // The logo is shifted 19 pixels, as the button (88px) is wider than the hamburger (50px)
    // this means the flexbox space-between should take the difference into account -> (88-50) / 2 = 19px
    margin: 0 0 0 19px !important; 
  }

  .novi-navbar .novi-navbar__wrapper {
    display: none;
  }

  .novi-navbar .novi-navbar__wrapper.open {
    display: block;
  }

  .novi-navbar .novi-navbar__wrapper {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: #fff;
    border-radius: 6px;
    width: auto;
    padding: 40px 10px;
    overflow: auto;
  }

  .novi-navbar .novi-navbar__wrapper .novi-navbar__items {
    display: block;
  }

  .novi-navbar .novi-navbar__wrapper .novi-navbar__item {
    padding: 0 18px 20px 18px;
  }

  .novi-navbar__item__link {
    font-size: 18px;
  }

  .novi-navbar__item__link.link-desktop {
    display: none;
  }

  .novi-navbar__item__link.link-mobile {
    display: inline-flex;
    line-height: 30px;
  }

  .novi-navbar__item.type-button {
    text-align: center;
  }

  .novi-navbar__item.type-button .novi-navbar__item__link {
    font-size: 15px;
  }

  .novi-navbar__submenus {
    position: static;
    display: none;
    padding: 15px 0 0;
    box-shadow: none;
  }

  .novi-navbar__submenu {
    min-width: unset;
  }

  .novi-navbar__submenu__group {
    margin-bottom: 15px;
    width: 100%;
  }

  .novi-navbar__submenu__group:last-child {
    margin-bottom: 0;
  }

  .novi-navbar__submenu__link {
    font-size: 14px;
    opacity: 0.8;
  }

  .novi-navbar__submenu__label {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 9px;
  }
  
  .novi-navbar__item-wrapper .hs_cos_wrapper_type_icon {
    margin-left: 15px;
  }

  .novi-navbar__item:hover .novi-navbar__submenus {
    display: block;
  }

  .novi-navbar__item__with-submenu .novi-navbar__submenus {
    display: none !important;
  }

  .novi-navbar__item__with-submenu.active .novi-navbar__submenus {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .novi-navbar__item__with-submenu.active .novi-navbar__item-wrapper .hs_cos_wrapper_type_icon {
    transform: rotate(180deg);
  }

  .novi-navbar__hamburger.open {
    display: none;
  }

  .novi-navbar__hamburger-line {
    height: 1px;
    width: 13px;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }

  .novi-navbar__hamburger-line:after,
  .novi-navbar__hamburger-line:before {
    content: '';
    height: 1px;
    width: 13px;
    background: #000;
    position: absolute;
    left: 0;
  }

  .novi-navbar__hamburger-line:after {
    top: -4px;
  }

  .novi-navbar__hamburger-line:before {
    bottom: -4px;
  }

  .novi-mobile__menu.open {
    display: block;
    position: fixed;
    z-index: 9999;
    background: #fff;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 28px 28px 106px 28px;
    overflow-y: scroll;
    border-radius: 7px;
    box-shadow: 0px 4px 14px 7px rgba(0, 0, 0, 0.2);
  }

  .novi-mobile__menu__item__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #6B6B65;
  }

  .novi-mobile__menu__submenu__group {
    margin: 34px 0;
  }

  .novi-mobile__menu__submenu__label {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #909089;
    margin-bottom: 11px;
    display: block;
  }

  .novi-mobile__menu__submenu__link {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    display: block;
    padding: 3px 0;
  }

  .novi-mobile__menu__item.type-button {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #F2F3F5;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 7px 7px;
  }

  .novi-mobile__menu__item.type-button a {
    background: #171717;
    color: #FFFFFF;
    padding: 5px 15px;
    border-radius: 7px;
    display: block;
  }

  .novi-mobile__menu__close {
    display: none;
    height: 30px;
    width: 50px;
    border-radius: 18px;
    background: #FFF;
    position: fixed;
    top: 40px;
    right: 40px;
  }

  .novi-mobile__menu__close.open {
    display: block;
  }

  .novi-mobile__menu__close-line {
    height: 1px;
    width: 13px;
    background: #FFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }

  .novi-mobile__menu__close-line:after,
  .novi-mobile__menu__close-line:before {
    content: '';
    height: 2px;
    width: 13px;
    background: #000;
    position: absolute;
    left: 0;
  }

  .novi-mobile__menu__close-line:after {
    top: 0;
    transform: rotate(45deg);
  }

  .novi-mobile__menu__close-line:before {
    bottom: -1px;
    transform: rotate(-45deg);
  }
}
.novi-footer {
  padding: 90px 20px 25px 20px;
  box-sizing: border-box;
  background: #000000;
  position: relative;
}

.novi-footer::before, .novi-footer::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background: #000000;
}

.novi-footer::after {
  border-top: 0;
}

.novi-footer__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.novi-footer__logo__link {
  margin-bottom: 40px;
  display: block;
}

.novi-footer__menus {
  display: flex;
}

.novi-footer__menu {
  padding-bottom: 50px;
  border-bottom: 1px solid #909089;
}

.novi-footer__menu, .novi-footer__menu__items {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.novi-footer__menu__label {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.novi-footer__menu__item {
  color: #FFFFFF;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-bottom: 4px;
}

.novi-footer__menu__item svg, .novi-footer__menu__item .hs_cos_wrapper_type_icon {
  width: 15px;
  fill: #FFFFFF;
  display: block;
  margin-right: 20px;
}

.novi-footer__contact {
  margin-left: 20px;
}

.novi-footer__menu__socials {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.novi-footer__menu__social {
  margin-right: 25px;
}

.novi-footer__menu__social svg, .novi-footer__menu__social .hs_cos_wrapper_type_icon {
  width: 20px;
  fill: #FFFFFF;
  display: block;
}

.novi-footer__form .hs-form {
  margin-top: 8px;
}

.novi-footer__form .hs-input, .novi-footer__form .hs-button {
  border: none;
  padding: 12px 20px;
  border-radius: 7px;
  width: 100%;
  margin-bottom: 10px;
  outline: 0;
}

.novi-footer__form .hs-input {
  background: #171717;
  color: #FFFFFF;
}

.novi-footer__form .hs-button {
  background: #FFFFFF;
  color: #000000;
  cursor: pointer;
  font-weight: bold;
}

.novi-footer__form .hs-error-msgs {
  margin: 0 0 8px 0;
  font-size: 12px;
  color: #FFFFFF;
  padding: 0 12px;
  list-style-type: none;
}

.novi-footer__form .submitted-message {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}

.novi-footer__extra {
  padding: 30px 0;
}

.novi-footer__extra__item {
  color: #909089;
  font-size: 14px;
  margin-right: 40px;
}

@media (max-width: 768px) {
  .novi-footer__menus {
    flex-wrap: wrap;
  }

  .novi-footer__logo__link {
    margin-bottom: 20px;
  }
  
  .novi-footer__menu {
    border-bottom: none;
  }

  .novi-footer__menu__socials {
    margin-top: 20px;
  }

  .novi-footer__menus .novi-footer__menu {
    order: 5;
    width: 50%;
  }
  
  .novi-footer__menus .novi-footer__form {
    order: 4;
    width: 100%;
  }

  .novi-footer__menus .novi-footer__contact {
    width: 100%;
    order: 1;
    margin-left: 0;
  }

  .novi-footer__menus .novi-footer__contact .novi-footer__menu__label {
    display: none;
  }

  .novi-footer__menus .novi-footer__contact .novi-footer__menu__items {
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
  }

  .novi-footer__menus .novi-footer__contact .novi-footer__menu__item {
    margin-right: 10px;
  }
}
.novi-event {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px;
  background: #FCEBDB;
  border-radius: 20px;
}

.novi-event__date {
  background: #FFF5EF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  flex: 0 0 80px;
  width: 80px;
  height: 70px;
  margin-right: 30px;
}

.novi-event__date__day {
  color: #000000;
  font-size: 40px;
  line-height: 35px;
  font-family: 'Moret';
}

.novi-event__date__month {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}

.novi-event__title {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  flex-basis: 100%;
}

.novi-event__link {
  white-space: nowrap;
  margin: 0 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.novi-event__link::after {
  content: '';
  left: -2px;
  right: -2px;
  bottom: -2px;
  position: absolute;
  height: 1px;
  background: #171717;
}

.novi-event__link .hs_cos_wrapper_type_icon,
.novi-event__link svg {
  width: 26px;
  height: 26px;
  padding: 0 3px 0 6px;
  display: flex;
}

@media (max-width: 768px) {
  .novi-event {
    flex-direction: column;
    padding: 20px;
  }

  .novi-event__date {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .novi-event__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.novi-educations {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.novi-educations__section {
  width: 100%;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.novi-educations__content {
  padding: 125px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.novi-educations__text {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 20px;
}

.novi-educations__cards {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-bottom: 60px;
}

.novi-educations__more {
  color: #FFFFFF;
  font-size: 14px;
  display: inline-flex;
}

.novi-educations__more::after {
  content: '';
  left: -2px;
  right: -2px;
  bottom: -8px;
  position: absolute;
  height: 1px;
  background: #FFFFFF;
}

.novi-educations__more .hs_cos_wrapper_type_icon,
.novi-educations__more svg {
  width: 26px;
  height: 25px;
  padding: 0 3px 0 6px;
  display: flex;
  fill: #FFFFFF;
}

@media (max-width: 1024px) {
  .novi-educations__section {
    background-image: none !important;
    background-color: #1E47BB;
    padding: 0 20px;
  }

  .novi-educations__content {
    padding: 50px 0 !important;
  }

  .novi-educations__cards {
    flex-direction: column;
    margin: 0 -10px 40px -10px;
  }
}
.novi-educations-list {

}

.novi-educations-list__header {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px 0;
}

.novi-educations-list__filters {
  display: flex;
}

.novi-educations-list__filter {
  color: #000000;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, .2);
  border-radius: 7px;
  padding: 15px 30px;
  box-sizing: border-box;
  min-width: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.novi-educations-list__filter:not(.active):hover {
  border-color: rgba(0, 0, 0, .5);
}

.novi-educations-list__filter.active {
  background: #171717;
  color: #FFFFFF;
  border-color: #171717;
}

.novi-educations-list__search {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 5px 0 0;
}

.novi-educations-list__search::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 20px;
  background: #171717;
}

.novi-educations-list__search__input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #171717;
  background: transparent;
  color: #171717;
  padding: 15px 20px;
  outline: 0;
}

.novi-educations-list__search__input::placeholder {
  color: #171717;
}

.novi-educations-list__search svg {
  width: 15px;
  height: 15px;
  display: flex;
  fill: #171717;
}

.novi-educations-list__cards {
  margin: 0 -10px;
}

.novi-educations-list__cards .novi-cards__card:not(.active) {
  display: none;
}

@media (max-width: 768px) {
  .novi-educations-list__search__input {
    width: 100%;
  }

  .novi-educations-list__header {
    flex-direction: column;
    justify-content: flex-start;
  }
  .novi-educations-list__filters {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .novi-educations-list__filter {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 15px 20px;
    justify-content: center;
  }
}
.novi-cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.novi-cards__card {
  display: flex;
  padding: 30px;
  border-radius: 20px;
  background: #FFFFFF;
  margin: 10px;
  flex: 0 1 calc(50% - 20px);
  line-height: 20px;
}

.novi-cards__card__icon {
  width: 60px;
  height: 75px;
  object-fit: contain;
  margin-right: 20px;
}

.novi-cards__card__content {
  display: flex;
  flex-direction: column;
}

.novi-cards__card__text {
  font-size: 14px;
  margin-bottom: 10px;
}

.novi-cards__card__text h4 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 26px;
}

.novi-cards__card__text h4 strong {
  font-family: Moret, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 30px;
}

.novi-cards__card__tags {
  display: flex;
  justify-content: space-between;
  margin-right: 80px;
  max-width: 550px;
}

.novi-cards__card__tag {
  font-size: 14px;
  color: #909089;
}

.novi-cards__card__arrow {
  position: absolute;
  right: 20px;
  bottom: 25px;
  background: #FFF5EF;
  padding: 15px;
  border-radius: 18px;
}

.novi-cards__card__arrow .hs_cos_wrapper_type_icon,
.novi-cards__card__arrow svg {
  width: 15px;
  height: 15px;
  display: flex;
  fill: #000000;
}

@media (max-width: 1024px) {
  .novi-cards {
    flex-direction: column;
  }

  .novi-cards__card {
    flex: 0 1 auto;
  }

  .novi-cards__card__content {
    width: 100%;
  }

  .novi-cards__card__text h4 {
    line-height: 30px;
  }

  .novi-cards__card__tags {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .novi-cards__card__tag {
    margin-right: 20px;
    margin-bottom: 5px;
  }
}
.image-text {
  width: 100%;
  padding: 50px 0;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.image-text__content {
  width: 50%;
  padding-right: 30px;
}

.image-text__button {
  background: #171717;
  color: #FFFFFF;
  border-radius: 7px;
  padding: 12px 40px;
  box-sizing: border-box;
  min-width: 150px;
  display: inline-flex;
  align-items: center;
}

.image-text__button .hs_cos_wrapper_type_icon {
  height: 25px;
  padding: 0 0 0 15px;
}

.image-text__button .hs_cos_wrapper_type_icon, .image-text__button svg {
  width: 15px;
}

.image-text__button svg {
  fill: #FFFFFF;
}

.image-text__image {
  width: 50%;
  padding-left: 30px;
}

.image-text__image__src {
  width: 100%;
}

@media (max-width: 768px) {
  .image-text {
    flex-direction: column;
  }

  .image-text__content, .image-text__image {
    width: 100%;
    padding: 0 0 60px 0;
  }
}
.novi-statistics {
  display: flex;
  justify-content: space-between;
}

.novi-statistics__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.novi-statistics__item__label {
  font-family: Moret, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  font-size: 50px;
  margin-bottom: 20px;
}

.novi-statistics__item__caption {
  font-size: 18px;
}

@media (max-width: 768px) {
  .novi-statistics {
    flex-direction: column;
  }

  .novi-statistics__item {
    margin-bottom: 20px;
  }
}
.novi-blog-posts {
  display: flex;
  padding: 30px 0 0 0;
  overflow-x: hidden;
}

.novi-blog-posts__header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 1200px;
  margin: 0 auto;
}

.novi-blog-posts__title {
  width: 100%;
}

.novi-blog-posts__link {
  white-space: nowrap;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}

.novi-blog-posts__link::after {
  content: '';
  left: -2px;
  right: -2px;
  bottom: -2px;
  position: absolute;
  height: 1px;
  background: #171717;
}

.novi-blog-posts__link .hs_cos_wrapper_type_icon {
  height: 25px;
  margin: 0 0 0 15px;
}

.novi-blog-posts__link .hs_cos_wrapper_type_icon, .novi-blog-posts__link svg {
  width: 12px;
}

.novi-blog-posts__sidebar {
  flex: 1 0 220px;
  list-style-type: none;
  padding: 0;
  margin: 75px 0 0 calc((100% - 1200px) / 2);
}

.novi-blog-posts__sidebar__item {
  font-size: 14px;
  color: #6B6B65;
  padding: 8px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.novi-blog-posts__sidebar__item.active {
  color: #171717;
}

.novi-blog-posts__sidebar__item.active::before {
  content: '';
  height: 1px;
  width: 15px;
  background: #171717;
  display: block;
  margin: 0 10px 0 0;
}

.novi-blog-posts__slides {
  flex: 1 0 100%;
}

.novi-blog-posts__slide {
  position: relative;
  outline: none;
}

.novi-blog-posts__slide--has-tags {
  position: relative;
  display: none !important;
  outline: none;
}

.novi-blog-posts__slide.visible {
  display: inline-block !important;
}

.novi-blog-posts__slide__image {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 20px;
}

.novi-blog-posts__slide__caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 20px;
  background: linear-gradient(180deg, transparent 25%, #000000 100%);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #FFFFFF;
  padding: 30px;
}

.novi-blog-posts__slide__tag {
  font-size: 14px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #FFFFFF;
  user-select: none;
}

.novi-blog-posts__slide__title {
  font-size: 14px;
  line-height: 25px;
  user-select: none;
}

.novi-blog-posts__tools {
  margin: 75px calc((100% - 1200px) / 2) 0 calc(((100% - 1200px) / 2) + 220px);
  display: flex;
  align-items: center;
  padding: 0 0 30px 0;
}

.novi-blog-posts__progress-bar {
  width: 100%;
  height: 3px;
  background: #919189;
  position: relative;
  overflow: auto;
  outline: 1px auto white;
}

.novi-blog-posts__progress {
  width: 10%;
  height: 4px;
  background: #000000;
  position: absolute;
  top: -1px;
  transition: all 0.2s ease;
}

.novi-blog-posts__controls {
  display: flex;
  margin: 0 0 0 10px;
}

.novi-blog-posts__controls__arrow {
  outline: none;
  cursor: pointer;
}

.novi-blog-posts__controls__arrow.disabled,
.novi-blog-posts__controls__arrow[aria-disabled="true"] {
  pointer-events: none;
  opacity: .5;
}

.novi-blog-posts__controls .hs_cos_wrapper_type_icon {
  height: 25px;
  margin: 0 0 0 20px;
}

.novi-blog-posts__controls .hs_cos_wrapper_type_icon, .novi-blog-posts__controls svg {
  width: 15px;
}

@media (max-width: 1024px) {
  .novi-blog-posts {
    flex-direction: column;
    padding: 30px 0 0 20px;
  }

  .novi-blog-posts__sidebar {
    margin: 75px 0 0 0;
  }

  .novi-blog-posts__wrapper {
    padding: 0 !important;
  }

  .novi-blog-posts__header {
    padding: 0 20px;
  }

  .novi-blog-posts__tools {
    padding: 0 20px 30px 20px;
    margin: 40px 0 0 0;
  }

  .novi-blog-posts__sidebar {
    flex: unset;
    margin: 20px 0;
  }
}
.novi-tags {
  display: flex;
}

.novi-tags__item {
  background-color: #FCEBDB;
  color: #000000;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 20px;
  margin: 0 10px 15px 0;
}
.novi-detail-card {
  background: #FFFFFF;
  padding: 45px 50px 25px 50px;
  border-radius: 20px;
  max-width: 450px;
  width: 100%;
}

.novi-detail-card__wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.novi-detail-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.novi-detail-card__title {
  margin: 0;
}

.novi-detail-card__logo {
  max-width: 100px;
}

.novi-detail-card__list {
  margin-top: 30px;
}

.novi-detail-card__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  height: 35px;
  font-size: 13px;
}

.novi-detail-card__item__label {
  font-weight: bold;
  color: #000000;
}

.novi-detail-card__item__value,
.novi-detail-card__item__value a {
  color: #6B6B65;
}

.novi-detail-card__item__value p {
  margin: 0;
}

.novi-detail-card__item__value a::after {
  content: '';
  left: -2px;
  right: -2px;
  bottom: -5px;
  position: absolute;
  height: 1px;
  background: #6B6B65;
}

@media (max-width: 1024px) {
  .novi-detail-card {
    max-width: unset;
  }
}

@media (max-width: 768px) {
  .novi-detail-card {
    padding: 20px;
  }
}
.text-button-card {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  background: #000000;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 60px 100px;
}

.text-button-card::before {
  content: '';
  display: block;
  width: 980.32px;
  height: 879.69px;
  border-radius: 459px;
  transform: rotate(100deg);
  background: #F5BDBB;
  position: absolute;
  bottom: -665px;
  right: -780px;
  z-index: 0;
}

.text-button-card__content {
  flex-direction: row;
  align-items: center;
  color: #FFFFFF;
}

.text-button-card__content .button {
  white-space: nowrap;
  min-width: unset;
}

.text-button-card__text {
  padding: 0 50px 0 0;
}

.text-button-card__text p {
  font-size: 18px;
}

.text-button-card__text h3 {
  font-size: 35px;
  line-height: 40px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .text-button-card {
    padding: 30px;
    margin: 10px 0 0 0;
  }

  .text-button-card__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.text-grid {
  display: flex;
  align-items: flex-start;
}

.text-grid.text-grid--row {
  flex-direction: row;
}

.text-grid.text-grid--column {
  flex-direction: column;
}

.text-grid__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.text-grid.text-grid--row .text-grid__item {
  padding-right: 30px;
}

.text-grid__image {
  position: absolute;
  left: 0;
}

.text-grid__content h3 {
  font-weight: bold;
}

.text-grid__content h4 {
  font-family: Poppins, sans-serif;
  font-size: 23px;
}

.text-grid__content p {
  font-size: 14px;
  line-height: 25px;
}

@media (max-width: 768px) {
  .text-grid.text-grid--row {
    flex-direction: column;
  }

  .text-grid__item {
    padding: 0 !important;
    flex-direction: row;
  }
  
  .text-grid__content {
    padding-left: 20px;
  }

  .text-grid__image {
    position: relative;
  }
}
.toggle-boxes {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.toggle-box {
  padding: 25px 40px;
  margin: 0 0 20px 0;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.toggle-box.active .toggle-box__content {
  max-height: 800px;
  margin: 20px 0 0 0;
}

.toggle-box__toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toggle-box__toggle, .toggle-box__toggle * {
  font-size: 24px;
  line-height: 31px;
  margin: 0;
}

.toggle-box__buttons {
  margin: 20px 0 0 0;
}

.toggle-box__icon, .toggle-box__active-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
}

.toggle-box .toggle-box__active-icon,
.toggle-box.active .toggle-box__icon {
  display: none;
}

.toggle-box.active .toggle-box__active-icon {
  display: flex;
}

.toggle-box__icon svg, .toggle-box__active-icon svg {
  width: 13px;
  height: 13px;
  fill: #000000;
}

.toggle-box__content {
  max-height: 0;
  margin: 0;
  transition: max-height 0.2s ease;
  overflow: hidden;
}

.toggle-box__content, .toggle-box__content * {
  font-size: 14px;
  line-height: 25px;
}

.toggle-box__content, .toggle-box__content .button--normal {
  color: #FFFFFF !important;
}

@media (max-width: 768px) {
  .toggle-box {
    padding: 20px;
  }
}
.reviews {
  display: flex;
}

.reviews.review--column {
  flex-direction: column;
}

.reviews.review--row {
  flex-wrap: wrap;
}

.reviews.review--row .review {
  width: calc(50% - 10px);
}

.review {
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  box-shadow: 0px 4px 14px 7px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin-bottom: 20px;
  width: 100%;
  background: #FFFFFF;
}

.reviews.review--row .review:nth-child(odd) {
  margin-right: 10px;
}

.reviews.review--row .review:nth-child(even) {
  margin-left: 10px;
}

.reviews.review--row .review:only-child {
  margin: 0;
}

.review__header {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 20px 0;
}

.review__avatar {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 40px;
  margin: 0 20px 0 0;
}

.review__name {
  font-size: 18px;
  font-weight: bold;
}

.review__stars {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
}

.review__star {
  width: 16px;
}

.review__star svg {
  fill: #FFDE87;
}

.review__content {
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 20px 0;
}

.review__labels {
  display: flex;
}

.review__label {
  font-size: 14px;
  line-height: 25px;
  color: #909089;
  margin: 0 5px 0 0;
}

.reviews__more {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.reviews__more.hidden {
  display: none;
}

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

  .reviews.review--row .review {
    width: 100%;
  }

  .reviews.review--row .review:nth-child(odd),
  .reviews.review--row .review:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .review {
    margin-left: 0 !important;
    padding: 20px;
  }

  .review__avatar {
    margin: 0 10px 0 0;
  }

  .review__labels {
    flex-wrap: wrap;
  }
}
.google-maps {
  border-top-left-radius: 170px;
  border-top-right-radius: 170px;
  overflow: hidden;
  outline: none;
  position: relative;
  margin-bottom: -170px;
  z-index: 2;
}

.google-maps__content {
  position: absolute;
  top: 80px;
  left: 10%;
  background: #FFFFFF;
  padding: 30px;
  border-radius: 20px;
  width: 100%;
  max-width: 450px;
}

.google-maps__content > p {
  font-size: 14px;
  line-height: 25px;
}

@media (max-width: 768px) {
  .google-maps {
    border-radius: 20px;
  }

  .google-maps__content {
    top: 20px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }
}
.image-gallery__images {
  display: grid;
  gap: 4px;
  grid-template-areas:
    "image-1 image-2 image-4"
    "image-1 image-3 image-4";
  height: 550px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.image-gallery__image {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}

.image-gallery__image.image-1 {
  grid-area: image-1;
  max-height: 550px;
}

.image-gallery__image.image-2 {
  grid-area: image-2;
  max-height: 275px;
}

.image-gallery__image.image-3 {
  grid-area: image-3;
  max-height: 275px;
}

.image-gallery__image.image-4 {
  grid-area: image-4;
  max-height: 550px;
}

@media (max-width: 768px) {
  .image-gallery__images {
    grid-template-areas:
      "image-1"
      "image-2"
      "image-3"
      "image-4";
    height: unset;
  }

  .image-gallery__image {
    width: 100%;
  }
}
.cta-form {
  position: relative;
  background: #000000;
  color: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  padding: 45px 79px 65px;
  max-width: 1080px;
  margin: 0 auto;
}

.cta-form:before {
  content: '';
  display: block;
  width: 980.32px;
  height: 879.69px;
  border-radius: 459px;
  transform: rotate(-15.56deg);
  background: #F5BDBB;
  position: absolute;
  top: -785px;
  right: -600px;
  z-index: 0;
}

.cta-form h3 {
  font-size: 35px;
  line-height: 41px;
  margin-bottom: 29px;
}

.cta-form form {
  display: flex;
}

.cta-form form .hs-submit {
  width: 206px;
}

.cta-form form .hs-form-field {
  flex-grow: 1;
  margin-right: 13px;
}

.cta-form form label {
  display: none;
}

.cta-form form input {
  background: rgba(255,255,255,0.15);
}

.cta-form form input[type="submit"] {
  background: #3A5DE9;
  color: #FFFFFF;
  width: 100%;
}

@media (max-width: 480px) {
  .cta-form {
    margin: 0 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
  }

  .cta-form:before {
    top: -810px;
  }

  .cta-form form {
    flex-wrap: wrap;
  }

  .cta-form form input {
    width: 100%;
  }

  .cta-form form .hs-submit {
    width: 100%;
  }

  .cta-form form .hs-form-field {
    margin-right: 0;
  }

  .cta-form h3 br {
    display: none;
  }
}
.rounded-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  min-height: 170px;
  margin: 0 auto;
  padding: 0 20px;
}

.rounded-section__wrapper {
  background: #000000;
  position: relative;
}

.rounded-section__before {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  background: transparent;
}

.rounded-section__after {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: transparent;
}

.rounded-section__background {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.rounded-section__content {
  width: 100%;
  padding: 80px;
}

.rounded-section .rounded-section__content:not(:last-child) {
  padding-right: 50px;
}

@media (max-width: 768px) {
  .rounded-section__background {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    min-height: auto !important;
  }
  .rounded-section {
    flex-direction: column;
    min-height: 20px;
    padding: 0;
  }

  .rounded-section img {
    max-width: 100%;
  }

  .rounded-section__content {
    padding: 20px;
  }
}
.oembed_container {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  display: block !important;
}

.oembed_custom-thumbnail_icon {
  position: relative;
}

.oembed_custom-thumbnail:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96.24px !important;
  height: 103.03px;

  background: #FF5555;
  border-radius: 459px;
  transform: matrix(0.24, 0.96, -0.98, 0.22, 0, 0) translate(-63%,39%);
}

.oembed_custom-thumbnail_icon svg {
  width: 30px !important;
  z-index: 9999;
  fill: #fff !important;
}
.signup-form {
  padding: 70px 30px 50px 30px;
  box-sizing: border-box;
  background: #000000;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  flex-direction: column;
}

.signup-form::before {
  content: '';
  display: block;
  width: 150px;
  height: 120px;
  border-radius: 150px;
  background: #FF5555;
  position: absolute;
  top: -70px;
  right: -70px;
  z-index: 0;
}

.signup-form__title {
  color: white;
}

.signup-form form .hs-form-field {
  margin-bottom: 15px;
}

.signup-form .submitted-message {
  color: #FFFFFF;
}

.signup-form form input[type="text"],
.signup-form form input[type="email"],
.signup-form form input[type="password"],
.signup-form form input[type="tel"],
.signup-form form input[type="number"],
.signup-form form input[type="file"],
.signup-form form select,
.signup-form form textarea {
  background-color: rgba(255, 255, 255, .2);
}

.signup-form form input[type="submit"] {
  background-color: #1E47BB;
  width: 100%;
}
.embed-code {
  min-height: 40px;
}

.embed-code .embed-form-super-wrapper .hs-form fieldset .hs-form-field {
  display: flex;
  flex-direction: column;
}
.oembed_container {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}

.iframe_wrapper {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}

.oembed_container_iframe {
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.oembed_custom-thumbnail,
.oembed_custom-thumbnail:hover,
.oembed_custom-thumbnail:focus,
.oembed_custom-thumbnail:active {
  align-items: center;
  appearance: none;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  border: none;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.oembed_custom-thumbnail_icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 100%;
}

.oembed_custom-thumbnail_icon svg {
  display: block;
  height: auto;
  width: 12%;
}

/* SVGs in IE11 require the max-width to be set to non in order to display scaling properly */
_:-ms-fullscreen, :root .oembed_custom-thumbnail_icon svg {
  max-width: none;
}

.oembed_custom-thumbnail--hide {
  display: none;
}

.embed_container {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}

.embed_container iframe {
  left: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.oembed-info {
  height:1px;
  left:-10000px;
  overflow:hidden;
  position:absolute;
  top:auto;
  width:1px;
}

/* Placeholder styles */
:not(.hs-inline-edit) .hs-video-placeholder {
  display: none;
}

.hs-inline-edit .hs-video-placeholder {
  background-color: #f5f8fa !important;
  border: 1px dashed #516f90 !important;
  display: block !important;
  font-size: 14px !important;
  margin: 2px 1px !important;
  outline: 1px dashed #fff !important;
  text-align: center !important;
}

.hs-video-placeholder > * {
  box-sizing: border-box !important;
  display: block !important;
  margin: 1px !important;
  padding: 12px !important;
  width: calc(100% - 2px) !important;  
}

p.hs-video-placeholder__title {
  color: #7c98b6 !important;
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 700 !important;
  line-height: initial !important;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
  padding: 0 !important;  
  text-shadow: 0 -1px 0 hsla(0,0%,100%,.5) !important;
}

p.hs-video-placeholder__description {
  color: #7c98b6 !important;
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  margin: 0 !important;  
  text-shadow: 0 -1px 0 hsla(0,0%,100%,.5) !important;
}

.video-cards {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 50px;
  width: 100%;
}

.video-card {
  width: 100%;
}

.video-card__thumbnail {
  width: 100%;
  position: relative;
  height: 220px;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.video-card__thumbnail:hover {
  filter: brightness(.6);
}


.video-card__thumbnail::before {
  content: '';
  background: #FF5555;
  border-radius: 20px;
  transform: matrix(0.24, 0.96, -0.98, 0.22, 0, 0);
  position: absolute;
  width: 45px;
  height: 45px;
}

.video-card__thumbnail::after {
  content: '';
  width: 0;
  height: 0;
  transform: translateX(6px);
  border-width: 10px 10px 10px 15px;
  border-style: solid;
  border-color: transparent transparent transparent white;
  z-index: 1;
}

.video-card__title {
  font-size: 23px;
  line-height: 35px;
  font-weight: bold;
  margin: 15px 0;
}

.video-card__link {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  padding: 15px 35px;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #171717;
  border-bottom: 1px solid #171717;
  cursor: pointer;
}

.video-card__link::before {
  content: '';
  background: #FF5555;
  border-radius: 8px;
  transform: matrix(0.24, 0.96, -0.98, 0.22, 0, 0);
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
}

.video-card__link::after {
  content: '';
  width: 0;
  height: 0;
  transform: translateX(5px);
  border-width: 4px 4px 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent white;
  z-index: 1;
  left: 2px;
  position: absolute;
}

.video-card__link .hs_cos_wrapper_type_icon {
  display: flex;
  align-items: center;
  margin: 0 0 0 10px;
}

.video-card__link .hs_cos_wrapper_type_icon svg {
  width: 17px;
  height: 17px;
}

.video-card__modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
}

.video-card__modal__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
}

.video-card__modal.visible {
  display: flex;
}

.video-card__modal__card {
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 7px;
  position: absolute;
}

@media (max-width: 768px) {
  .video-cards {
    grid-template-columns: 1fr;
  }
}
.popup-form__modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
}

.popup-form__modal__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
}

.popup-form__modal.visible {
  display: flex;
}

.popup-form__modal__card {
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 7px;
  position: absolute;
}
.novi-tabbed-detail-card {
  padding: 50px 30px;
  border-radius: 30px;
  max-width: 500px;
  width: 100%;
  background: white;
}

.novi-tabbed-detail-card__wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.novi-tabbed-detail-card__header {
  display: flex;
  align-items: center;
}

.novi-tabbed-detail-card__title {
  margin: 0;
  flex: 1;
}

.novi-tabbed-detail-card__tabs {
  flex: 1;
}

.novi-tabbed-detail-card__tab {
  background: none;
  border: none;
  color: #6B6B65;
  line-height: 30px;
  padding: 0px 10px;
  cursor: pointer;
}

.novi-tabbed-detail-card__tab.active {
  border-bottom: solid 2px #1E47BB;
  color: #000000;
}


.novi-tabbed-detail-card__list {
  display: none;
  margin-top: 20px;
}

.novi-tabbed-detail-card__list.visible {
  display: block;
}

.novi-tabbed-detail-card__item {
  display: flex;
  align-items: center;
  color: #000000;
  min-height: 35px;
  font-size: 0.8em;
}

.novi-tabbed-detail-card__item__label {
  flex: 1;
  font-weight: bold;
  padding-right: 5px;
  color: #000000;
}

.novi-tabbed-detail-card__item__value,
.novi-tabbed-detail-card__item__value a {
  color: #6B6B65;
  flex: 1;
}

.novi-tabbed-detail-card__item__value s {
  margin-right: .5em;
}

.novi-tabbed-detail-card__item__value span.badge {
  background-color: #FFF5EF;
  color: #1E47BB;
  margin-left: .5em;
  padding: 2px;
  display: inline-block;
}

.novi-tabbed-detail-card__item__value p {
  margin: 0;
}

.novi-tabbed-detail-card__item__value a::after {
  content: '';
  left: -2px;
  right: -2px;
  bottom: -5px;
  position: absolute;
  height: 1px;
  background: #6B6B65;
}

@media (max-width: 1024px) {
  .novi-tabbed-detail-card {
    max-width: unset;
  }
}

@media (max-width: 768px) {
  .novi-tabbed-detail-card__item__value s {
    display: none;
  }

  .novi-tabbed-detail-card__tab {
    padding: 0 0;
  }
}

.novi-blog-overview__header {
  background: #FFF5EF;
  text-align: center;
  padding: 120px 0 60px;
  margin-bottom: 40px;
}

.novi-blog-overview__featured-post {
  display: flex;
  text-align: left;
  max-width: 1200px;
  margin: 70px auto 0;
  align-items: center;
}

.novi-blog-overview__featured-post__img {
  width: 50%;
}

.novi-blog-overview__featured-post__img img {
  width: 100%;
  border-radius: 20px;
}

.novi-blog-overview__featured-post__content {
  width: 50%;
  padding-left: 50px;
}

.novi-blog-overview__featured-post__title {
  font-family: Poppins;
  font-weight: 800;
  font-size: 38px;
  line-height: 57px;
}

.novi-blog-overview__featured-post__desc {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
}

.novi-blog-overview__featured-post__time {
  font-size: 14px;
  line-height: 21px;
  color: #919189;
}

.novi-blog-tag__header {
  display: flex;
  max-width: 1200px;
  margin: 0 auto 40px auto;
  justify-content: space-between;
}

.novi-blog-tag__dropdown {
  position: relative;
}

.novi-blog-tag__dropdown__button {
  color: #000000;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, .2);
  border-radius: 7px;
  padding: 0 30px;
  box-sizing: border-box;
  min-width: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  font-size: 14px;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  transition: all 0.2s ease;
}

.novi-blog-tag__dropdown__button svg {
  width: 15px;
  height: 12px;
  margin-left: 10px;
  fill: #000000;
}

.novi-blog-tag__filters {
  display: none;
  flex-direction: column;
  border-radius: 7px;
  overflow: auto;
  box-shadow: 0px 4px 14px 7px rgba(0, 0, 0, .05);
  position: absolute;
  top: 55px;
  z-index: 10;
  max-height: 300px;
}

.novi-blog-tag__filters.open {
  display: flex;
}

.novi-blog-tag__filter {
  background: #FFFFFF;
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  padding: 0 30px;
  box-sizing: border-box;
  min-width: 180px;
  white-space: nowrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  transition: all 0.2s ease;
}

.novi-blog-tag__filter:last-child {
  border-bottom: none;
}

.novi-blog-tag__filter.active {
  background: #171717;
  color: #FFFFFF;
  border-color: #171717;
}

.novi-blog-tag__search__input {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 5px 0 0;
  z-index: 10;
}

.novi-blog-tag__search__input::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 20px;
  background: #171717;
}

.novi-blog-tag__search__input .hs-search-field__input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #171717;
  border-radius: 0;
  background: transparent;
  color: #171717;
  padding: 15px 20px;
  outline: 0;
}

.novi-blog-tag__search__input .hs-search-field__input::placeholder {
  color: #171717;
}

.novi-blog-tag__search__input svg {
  width: 15px;
  height: 15px;
  display: flex;
  fill: #171717;
}

.novi-blog-tag__search__input .hs-search-field__suggestions {
  position: absolute;
  width: 400px;
  z-index: 10;
  right: -5px;
  top: 70px;
  background: #FFFFFF;
  border-radius: 7px;
}

.novi-blog-tag__search__input .hs-search-field__suggestions li {
  line-height: 1;
  font-size: 13px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.novi-blog-tag__search__input .hs-search-field__suggestions li#results-for {
  padding: 10px 30px;
  font-weight: 600;
}

.novi-blog-tag__search__input .hs-search-field__suggestions li a {
  padding: 10px 30px;
}

.novi-blog-tag__search__input .hs-search-field--open .hs-search-field__suggestions {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, .2);
}

.novi-blog-overview {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.novi-blog-overview .novi-articles__card {
  width: calc((100% / 3) - 20px);
  margin-right: 30px;
}

.novi-blog-overview .novi-articles__card:nth-child(3n+3) {
  margin-right: 0;
}

.novi-blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

.blog-pagination__link {
  color: #000000;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, .2);
  border-radius: 7px;
  width: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  transition: all 0.2s ease;
}

.blog-pagination__link svg {
  width: 10px;
}

.blog-pagination__link.blog-pagination__link--active {
  background: #171717;
  color: #FFFFFF;
  border-color: #171717;
}

.novi-blog-overview form input[type=text], 
.novi-blog-overview form input[type=email],
.novi-blog-overview form input[type=password],
.novi-blog-overview form input[type=tel],
.novi-blog-overview form input[type=number],
.novi-blog-overview form input[type=file],
.novi-blog-overview form select,
.novi-blog-overview form textarea {
  color: #fff;
}

@media (max-width: 1024px) {
  .novi-blog-overview__featured-post,
  .novi-blog-tag__header,
  .novi-blog-overview {
    padding-left: 20px;
    padding-right: 20px;
  }

  .novi-blog-overview__featured-post__title {
    font-size: 29px;
    line-height: 38px;
  }
}

@media (max-width: 768px) {
  .novi-blog-tag__header {
    flex-wrap: wrap; 
  }

  .novi-blog-tag__header .novi-blog-tag__filters {
    width: 100%;
    flex-wrap: wrap;
    background: #fff;
    z-index: 15;
  }

  .novi-blog-tag__filter {
    margin-right: 10px;
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
    min-width: unset;
    margin-bottom: 10px;
  }
  
  .novi-blog-tag__header .novi-blog-tag__search{
    width: 100%;
  }

  .novi-blog-tag__search__input,
  .novi-blog-tag__search__input .hs-search-field {
    padding: 0;
    width: 100%;
  }

  .novi-blog-overview__featured-post {
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .novi-blog-overview__featured-post__img {
    width: 100%;
    margin-bottom: 30px;
  }

  .novi-blog-overview__featured-post__content {
    width: 100%;
    padding-left: 0;
  }

  .novi-blog-overview__featured-post__desc {
    font-size: 16px;
    line-height: 29px;
  }

  .novi-blog-overview__featured-post__title {
    font-size: 25px;
    line-height: 32px;
  }

  .novi-blog-tag__header,
  .novi-blog-overview {
    padding: 0 20px;
  }

  .novi-blog-overview .novi-articles__card {
    width: calc((100% / 2) - 10px);
    margin-right: 20px;
  }

  .novi-blog-overview .novi-articles__card:nth-child(3n+3) {
    margin-right: 20px;
  }

  .novi-blog-overview .novi-articles__card:nth-child(2n+2) {
    margin-right: 0;
  }

  .novi-blog-tag__search__input .hs-search-field__suggestions {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .novi-blog-overview .novi-articles__card {
    width: 100%;
    margin-right: 0;
  }

  .novi-articles__card__content {
    font-size: 16px;
    line-height: 29px;
  }

  .novi-articles__card__tag {
    font-size: 15px;
  }
}
.novi-blog-post .novi-blog-post__header {
  background: #FFF5EF;
  width: 100%;
  text-align: center;
  padding: 160px 0 189px;
}

.novi-blog-post .novi-blog-post__title {
  font-family: Moret;
  font-style: normal;
  font-weight: 800;
  font-size: 70px;
  line-height: 81px;
}

.novi-blog-post .container {
  max-width: 750px;
  margin: 0 auto;
}

.novi-blog-post .novi-blog-post__date {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
}

.novi-blog-post .novi-blog-post__tags {
  display: flex;
  padding: 0 0 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.novi-blog-post .novi-blog-post__tag-link {
  display: block;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  background: #FCEBDB;
  padding: 0 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.novi-blog-post .novi-blog-post__image-wrapper {
  position: relative;
  margin-bottom: -160px;
}

.novi-blog-post .novi-blog-post__image-wrapper .novi-blog-post__image {
  position: relative;
  top: -189px;
  margin: 0 auto;
  width: 1080px;
  border-radius: 20px;
  display: block;
}

.novi-blog-post .novi-blog-post__social-sharing {
  position: relative;
  margin: 0 auto;
  width: 1080px;
}

.novi-blog-post .novi-blog-post__social-sharing .social-links{
  position: absolute;
  right: 40px;
}

.novi-blog-post .novi-blog-post__social-sharing .social-links .social-links__icon {
  display: flex;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.novi-blog-post .novi-blog-post__social-sharing .social-links .social-links__icon .hs_cos_wrapper_type_icon {
  display: block;
  height: 18px;
}

.novi-blog-post .novi-blog-post__social-sharing .social-links .social-links__icon svg {
  width: 18px;
  height: 18px;
}

.novi-blog-post__body {
  margin-bottom: 80px;
}

.novi-blog-post__body p,
.novi-blog-post__body li {
  font-size: 18px;
  line-height: 2em;
}

.novi-blog-post__body img {
  width: calc(100% + 100px);
  max-width: calc(100% + 100px);
  border-radius: 20px;
  margin-left: -50px;
  display: block;
  position: relative;
  margin-bottom: 65px;
}

.novi-blog-post__body h1,
.novi-blog-post__body h2,
.novi-blog-post__body h3,
.novi-blog-post__body h4,
.novi-blog-post__body h5,
.novi-blog-post__body h6 {
  font-family: Poppins;
}

.novi-blog-post__body h1 {
  font-size: 37px;
  line-height: 60px;
}

.novi-blog-post__body h2 {
  font-size: 29px;
  line-height: 48px;
}

.novi-blog-post__body h3 {
  font-size: 23px;
  line-height: 39px;
}

.novi-blog-post__body h4 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
}

.novi-blog-post__body ol,
.novi-blog-post__body ul {
  margin-left: 0;
  padding-left: 0;
  list-style-position: inside;
}

.novi-blog-post__body ul {
  list-style-type: square;
}

.novi-blog-post__body ol li,
.novi-blog-post__body ul li {
  padding: 5px 0;
}

.novi-blog-post__body blockquote {
  font-family: Poppins;
  font-style: italic;
  font-weight: 400;
  font-size: 23px;
  line-height: 39px;
  border-left: 2px solid #000000;
  margin: 0 0 80px 0;
  padding: 0 0 0 30px;
}

.novi-blog-post__body blockquote p {
  font-family: Poppins;
  font-style: italic;
  font-weight: 400;
  font-size: 23px;
  line-height: 39px;
}

.novi-blog-post .novi-blog-posts__wrapper  {
  padding-left: calc((100% - 1080px) / 2);
  overflow: hidden;
  margin: 80px 0;
}

.novi-blog-post .novi-blog-posts__wrapper .novi-blog-posts__tools {
  margin-left: 0;
  width: 1080px;
}

.novi-blog-post .novi-blog-posts__wrapper .novi-blog-posts__header {
  max-width: 100%;
  margin: 0;
}

.novi-blog-post form input[type=text], 
.novi-blog-post form input[type=email],
.novi-blog-post form input[type=password],
.novi-blog-post form input[type=tel],
.novi-blog-post form input[type=number],
.novi-blog-post form input[type=file],
.novi-blog-post form select,
.novi-blog-post form textarea {
  color: #fff;
}

@media (max-width: 1024px) {
  .novi-blog-post .novi-blog-post__image-wrapper .novi-blog-post__image {
    width: 100%;
  }

  .novi-blog-post .novi-blog-post__social-sharing {
    width: 100%;
  }

  .novi-blog-post .novi-blog-post__social-sharing .social-links {
    position: static;
    right: 0;
    padding-left: 20px;
  }

  .novi-blog-post .novi-blog-post__social-sharing .social-links .social-links__icon {
    display: inline-flex;
  }
}

@media (max-width: 768px) {
  .novi-blog-post .container {
    padding: 0 20px;
  }

  .novi-blog-post__body {
    margin-bottom: 40px;
  }

  .novi-blog-post .novi-blog-post__title {
    font-size: 50px;
    line-height: 61px;r
  }

  .novi-blog-post .novi-blog-post__image-wrapper .novi-blog-post__image {
    width: 100%;
  }

  .novi-blog-post__body img {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }

  .novi-blog-post__body blockquote {
    margin-bottom: 40px;
  }

  .novi-blog-post .novi-blog-posts__wrapper h1 {
    font-size: 50px;
  }

  .novi-blog-post .novi-blog-posts__wrapper .novi-blog-posts__tools {
    width: 100%;
    padding-right: 20px;
  }
}
.error-page {
  padding: 120px 0;
  max-width: 1200px;
  margin: 0 auto;
}