.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.section-home-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-navbar {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Bwgradual, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 3.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-navbar:hover {
  color: #7588cc;
}

.text-navbar.color-blue {
  padding-bottom: 6px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #111035;
}

.image-box {
  width: 50%;
  height: 700px;
  max-width: 50%;
  background-image: url('../images/home_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box.about_us._2nd {
  background-image: url('../images/home_2.jpg');
  background-position: 50% 0%;
}

.image-box.usluge {
  width: 670px;
  height: 480px;
  max-width: none;
  background-image: url('../images/home_savjetovanje.jpg');
}

.image-box.usluge._1st {
  max-width: 50%;
}

.image-box.usluge._2nd {
  max-width: 50%;
  background-image: url('../images/savjetovanje_header.jpg');
}

.image-box.broker {
  width: 80%;
  height: 80%;
  max-width: none;
  background-image: url('../images/broker_1.jpg');
}

.image-box.savjetovanje {
  width: 80%;
  height: 80%;
  max-width: none;
  background-image: url('../images/savjetovanje_1.jpg');
}

.mobile-nav {
  display: none;
  overflow: scroll;
}

.text-block-vision {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 130px;
  padding-bottom: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown {
  margin-left: 60px;
}

.text-size-medium {
  font-family: 'Basis grotesque pro', sans-serif;
  color: #080e28;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
}

.text-size-medium.color-white {
  color: #fff;
}

.text-size-medium.size-middle {
  width: 400px;
}

.text-size-medium.size-540px {
  width: 540px;
  margin-top: 0px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 140px auto 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-home-cta {
  position: relative;
  height: 500px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 16, 53, 0.8)), to(rgba(17, 16, 53, 0.8))), url('../images/kontakt.jpg');
  background-image: linear-gradient(180deg, rgba(17, 16, 53, 0.8), rgba(17, 16, 53, 0.8)), url('../images/kontakt.jpg');
  background-position: 0px 0px, 50% 85%;
  background-size: auto, cover;
}

.navbar_component {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999999999;
  display: block;
  width: 100%;
  min-height: auto;
  padding: 60px 0% 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
}

.image-3 {
  margin-right: 15px;
}

.text-quote {
  max-width: 670px;
  font-family: Bwgradual, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 51px;
  font-weight: 400;
  text-align: center;
}

.image-4 {
  display: block;
  margin-left: 15px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.footer_component {
  background-color: #111035;
}

.section-home-usluge {
  margin-bottom: 240px;
  padding-top: 160px;
}

.form_text-field {
  width: 400px;
  height: 60px;
}

.form_text-field.form-text {
  width: 260px;
  height: 43px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #111035 #04203b #04203b;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: 'Basis grotesque pro', sans-serif;
  color: #080e28;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 3.25px;
  text-transform: uppercase;
}

.form_text-field.form-text:hover {
  border-color: #9a6a42;
}

.form_text-field.form-text:focus {
  border-color: #9a6a42;
}

.form_text-field.form-text::-webkit-input-placeholder {
  color: #181818;
}

.form_text-field.form-text:-ms-input-placeholder {
  color: #181818;
}

.form_text-field.form-text::-ms-input-placeholder {
  color: #181818;
}

.form_text-field.form-text::placeholder {
  color: #181818;
}

.section-home-vision {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 16, 53, 0.8)), to(rgba(17, 16, 53, 0.8))), url('../images/home_3.jpg');
  background-image: linear-gradient(180deg, rgba(17, 16, 53, 0.8), rgba(17, 16, 53, 0.8)), url('../images/home_3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-disclaimer {
  padding-bottom: 10px;
  font-family: 'Basis grotesque pro', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 5.4px;
}

.page-padding {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.page-padding.no-padding {
  padding-right: 0rem;
  padding-left: 0rem;
}

.menu-flex-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
}

.close-wrapper-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 15px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.heading-medium {
  margin-top: 40px;
  margin-bottom: 45px;
  font-family: Bwgradual, sans-serif;
  color: #111035;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 3px;
}

.nav-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 80px;
  padding-left: 140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-side-box {
  max-width: 50%;
  margin-right: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-side-box.margin-let {
  margin-right: 0rem;
  margin-left: 2.5rem;
}

.list-item {
  margin-bottom: 15px;
  margin-left: 20px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.desktop-fixed-nav-brand {
  display: block;
  margin-right: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.desktop-fixed-nav-brand.w--current {
  display: block;
}

.section-home-about {
  position: relative;
}

.hamburger-line-2 {
  width: 35px;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #fff;
}

.image-2 {
  display: block;
  color: #111035;
}

.submit-button {
  position: static;
  width: 130px;
  height: 40px;
  margin-top: 40px;
  margin-bottom: 103px;
  background-color: #111035;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Bwgradual, sans-serif;
  color: #fcfcfc;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 3.25px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #9a6a42;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.form.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-large {
  font-family: Bwgradual, sans-serif;
  color: #111035;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 27px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form_text-field_full-width {
  width: 820px;
  height: 60px;
}

.form_text-field_full-width.form-text {
  width: 100%;
  height: 43px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #111035 #04203b #04203b;
  font-family: 'Basis grotesque pro', sans-serif;
  color: #080e28;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 3.25px;
  text-transform: uppercase;
}

.form_text-field_full-width.form-text:hover {
  border-color: #9a6a42;
}

.form_text-field_full-width.form-text:focus {
  border-color: #9a6a42;
}

.form_text-field_full-width.form-text::-webkit-input-placeholder {
  color: #181818;
}

.form_text-field_full-width.form-text:-ms-input-placeholder {
  color: #181818;
}

.form_text-field_full-width.form-text::-ms-input-placeholder {
  color: #181818;
}

.form_text-field_full-width.form-text::placeholder {
  color: #181818;
}

.close-line {
  width: 2px;
  height: 15px;
  background-color: #e9ecf5;
  -webkit-transform: translate(0px, -3px) rotate(45deg);
  -ms-transform: translate(0px, -3px) rotate(45deg);
  transform: translate(0px, -3px) rotate(45deg);
}

.close-line.dark_close {
  height: 35px;
  background-color: #15113b;
}

.close-line.line-2 {
  -webkit-transform: translate(-2px, -3px) rotate(-45deg);
  -ms-transform: translate(-2px, -3px) rotate(-45deg);
  transform: translate(-2px, -3px) rotate(-45deg);
}

.close-line.line-2.dark_close {
  height: 35px;
  background-color: #15113b;
}

.dropdown-list {
  background-color: #04203b;
}

.dropdown-list.w--open {
  background-color: #080e28;
}

.dropdown-list.blue.w--open {
  background-color: #111035;
}

.dropdown-list.white.w--open {
  background-color: #fff;
}

.form_text-area {
  width: 820px;
  min-height: 360px;
}

.form_text-area.form-text {
  width: 100%;
  min-height: 260px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #111035 #04203b #04203b;
  font-family: 'Basis grotesque pro', sans-serif;
  color: #080e28;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 3.25px;
  text-transform: uppercase;
}

.form_text-area.form-text:hover {
  border-color: #9a6a42;
}

.form_text-area.form-text:focus {
  border-color: #9a6a42;
}

.form_text-area.form-text::-webkit-input-placeholder {
  color: #181818;
}

.form_text-area.form-text:-ms-input-placeholder {
  color: #181818;
}

.form_text-area.form-text::-ms-input-placeholder {
  color: #181818;
}

.form_text-area.form-text::placeholder {
  color: #181818;
}

.nav-menu-wrapper-2 {
  z-index: 5555;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button_navbar {
  margin-right: 0px;
  margin-left: 60px;
  text-decoration: none;
}

.button_navbar:hover {
  border-bottom: 5px solid #111035;
}

.button_navbar.w--current {
  border-bottom: 5px solid #111035;
}

.button_navbar.first {
  margin-left: 0px;
}

.hero-slider {
  width: 100%;
  height: 100%;
}

.slider-l_arrrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-r_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video {
  height: 100%;
}

.background-video.mobile {
  display: none;
}

.slider-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-size-large {
  max-width: 970px;
  font-family: Bwgradual, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 68px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
}

.slider-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/616fe2282955d19cacbf1f61_2019120866Fz-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/616fe2282955d19cacbf1f61_2019120866Fz-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-background.slide_1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 16, 53, 0.8)), to(rgba(17, 16, 53, 0.8))), url('../images/home_slide2.jpg');
  background-image: linear-gradient(180deg, rgba(17, 16, 53, 0.8), rgba(17, 16, 53, 0.8)), url('../images/home_slide2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-background.slide_2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 16, 53, 0.8)), to(rgba(17, 16, 53, 0.8))), url('../images/home_slide3.jpg');
  background-image: linear-gradient(180deg, rgba(17, 16, 53, 0.8), rgba(17, 16, 53, 0.8)), url('../images/home_slide3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-nav {
  padding-bottom: 60px;
}

.container-fullwidth {
  display: block;
  margin: 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-wrapper {
  max-width: 540px;
}

.text-wrapper.padding-left {
  margin-left: 100px;
}

.text-wrapper.padding-right {
  margin-right: 100px;
  margin-left: 0px;
}

.spacer {
  width: 28px;
  height: 5px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #fff;
}

.container-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin: 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-medium.columns {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-medium.columns.mobile {
  display: none;
}

.container-medium.position-up {
  position: relative;
  top: -100px;
  padding-top: 100px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.container-medium.padding-sides {
  padding-right: 60px;
  padding-left: 60px;
}

.container-medium.flex-left {
  padding: 130px 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.usluge-list {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.usluge-list.size-540px {
  width: 540px;
}

.text-bold {
  font-weight: 700;
}

.button {
  font-family: Bwgradual, sans-serif;
  color: #111035;
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 2.2px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 40px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #111035;
  text-decoration: none;
}

.button.color-blue {
  margin-top: 0px;
  background-color: #111035;
  color: #fff;
}

.button-arrow {
  margin-left: 20px;
}

.button-arrow.last {
  margin-left: 10px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.inverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.row.inverse.padding-left {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.margin-bottom {
  margin-bottom: 150px;
}

.row.margin-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content {
  position: relative;
  top: -80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 820px;
  height: 430px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 140px;
  padding-left: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.footer-columns {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 150px;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-column.first {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-column.last {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-nav-link {
  font-family: Bwgradual, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 29px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.section-kontakt-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  max-width: 1670px;
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/kontakt.jpg');
  background-position: 50% 70%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-kontakt-form {
  position: relative;
}

.form-columns {
  width: 100%;
}

.column-kontakt {
  padding-right: 0px;
  padding-left: 0px;
}

.column-form {
  padding-right: 0px;
  padding-left: 0px;
}

.kontakt-telephone {
  margin-top: 70px;
}

.heading-kontakt {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Bwgradual, sans-serif;
  color: #111035;
  font-size: 22px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 2.2px;
}

.kontakt-email {
  margin-top: 60px;
}

.kontakt-adress {
  margin-top: 60px;
}

.section-kontakt-impressum {
  position: relative;
  background-color: rgba(117, 136, 204, 0.1);
}

.columns-impressum {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.r-logo {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.section-broker-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  max-width: 1670px;
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/broker_header.jpg');
  background-position: 50% 70%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-broker-content {
  position: relative;
}

.section-broker-image_content {
  position: relative;
  background-color: rgba(117, 136, 204, 0.1);
}

.column-image {
  padding-right: 0px;
  padding-left: 0px;
}

.column-text {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-text.flex-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.columns-broker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-savjetovanje-image_content {
  position: relative;
  background-color: rgba(117, 136, 204, 0.1);
}

.section-savjetovanje-content {
  position: relative;
}

.section-savjetovanje-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  max-width: 1670px;
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/savjetovanje_header.jpg');
  background-position: 50% 70%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.section-home-header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 16, 53, 0.8)), to(rgba(17, 16, 53, 0.8))), url('../images/kontakt.jpg');
  background-image: linear-gradient(180deg, rgba(17, 16, 53, 0.8), rgba(17, 16, 53, 0.8)), url('../images/kontakt.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text-size-large-2 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Basis grotesque pro', sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 58px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 8.8px;
  text-transform: uppercase;
}

.heading-xlarge {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  font-family: Bwgradual, sans-serif;
  color: #fff;
  font-size: 84px;
  line-height: 102px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 8.4px;
}

@media screen and (min-width: 1920px) {
  .text-navbar {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #fcfcfc;
    font-size: 17px;
    line-height: 51px;
    letter-spacing: 6.5px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .text-navbar:hover {
    color: #e3b947;
  }

  .image-box.about_us._2nd {
    background-image: url('../images/home_2.jpg');
    background-position: 50% 0%;
  }

  .image-box.usluge {
    max-width: 50%;
  }

  .image-box.usluge._1st {
    width: 50%;
    max-width: none;
  }

  .image-box.usluge._2nd {
    width: 50%;
    max-width: none;
  }

  .text-block-vision {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 130px;
    padding-bottom: 110px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-size-medium.color-white {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .text-size-medium.size-540px {
    margin-top: 0px;
  }

  .form-block {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown-toggle {
    padding: 0px;
  }

  .section-home-cta {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 16, 53, 0.8)), to(rgba(17, 16, 53, 0.8))), url('../images/kontakt.jpg');
    background-image: linear-gradient(180deg, rgba(17, 16, 53, 0.8), rgba(17, 16, 53, 0.8)), url('../images/kontakt.jpg');
    background-position: 0px 0px, 50% 85%;
    background-size: auto, cover;
  }

  .navbar_component {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .div-block {
    width: 100%;
  }

  .text-quote {
    font-family: Bwgradual, sans-serif;
    font-size: 25px;
    line-height: 51px;
    font-style: normal;
    font-weight: 400;
  }

  .footer_component {
    position: relative;
  }

  .form_text-field {
    width: 400px;
    height: 60px;
    margin-bottom: 0px;
    border: 1px solid #000;
    color: #181818;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 4.5px;
  }

  .form_text-field:active {
    color: #181818;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 4.5px;
  }

  .form_text-field:focus {
    border-color: #e3b947;
  }

  .form_text-field::-webkit-input-placeholder {
    color: #181818;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
  }

  .form_text-field:-ms-input-placeholder {
    color: #181818;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
  }

  .form_text-field::-ms-input-placeholder {
    color: #181818;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
  }

  .form_text-field::placeholder {
    color: #181818;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
  }

  .form_text-field.form-text {
    width: 100%;
  }

  .section-home-vision {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 16, 53, 0.8)), to(rgba(17, 16, 53, 0.8))), url('../images/home_3.jpg');
    background-image: linear-gradient(180deg, rgba(17, 16, 53, 0.8), rgba(17, 16, 53, 0.8)), url('../images/home_3.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .text-disclaimer {
    padding-bottom: 10px;
  }

  .page-padding.no-padding {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .nav-container-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-side-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .list-item {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .submit-button {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 130px;
    height: 50px;
    margin-top: 40px;
    background-color: #111035;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 3.25px;
    text-transform: uppercase;
  }

  .submit-button:hover {
    background-color: #e3b947;
  }

  .form {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 820px;
    margin-bottom: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .form.home {
    width: auto;
    margin-bottom: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .heading-large {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .contact-form-grid {
    width: 540px;
    margin-top: 0px;
    grid-row-gap: 40px;
    grid-template-areas: ". ."
      "Area-2 Area-2"
      "Area Area";
  }

  .form_text-field_full-width {
    width: 820px;
    height: 60px;
    margin-bottom: 0px;
    border: 1px solid #000;
    color: #181818;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 4.5px;
  }

  .form_text-field_full-width:active {
    color: #181818;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 4.5px;
  }

  .form_text-field_full-width:focus {
    border-color: #e3b947;
  }

  .form_text-field_full-width::-webkit-input-placeholder {
    color: #181818;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
  }

  .form_text-field_full-width:-ms-input-placeholder {
    color: #181818;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
  }

  .form_text-field_full-width::-ms-input-placeholder {
    color: #181818;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
  }

  .form_text-field_full-width::placeholder {
    color: #181818;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
  }

  .form_text-area {
    overflow: visible;
    width: 820px;
    min-height: 360px;
    margin-bottom: 0px;
    border: 1px solid #000;
    color: #181818;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 4.5px;
  }

  .form_text-area:active {
    color: #181818;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 4.5px;
  }

  .form_text-area:focus {
    border-color: #e3b947;
  }

  .form_text-area::-webkit-input-placeholder {
    color: #181818;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
  }

  .form_text-area:-ms-input-placeholder {
    color: #181818;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
  }

  .form_text-area::-ms-input-placeholder {
    color: #181818;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
  }

  .form_text-area::placeholder {
    color: #181818;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
  }

  .nav-menu-wrapper-2 {
    width: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button_navbar {
    text-decoration: none;
  }

  .button_navbar:hover {
    text-decoration: none;
  }

  .container-fullwidth {
    max-width: none;
  }

  .text-wrapper.padding-left {
    max-width: 540px;
    margin-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .text-wrapper.padding-right {
    max-width: 540px;
    margin-right: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .spacer {
    width: 28px;
    height: 5px;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .container-medium {
    max-width: 1400px;
  }

  .container-medium.position-up {
    position: relative;
    top: -100px;
    padding-top: 100px;
    padding-right: 100px;
    padding-left: 100px;
    background-color: #fff;
  }

  .container-medium.padding-sides {
    padding-right: 100px;
    padding-left: 100px;
  }

  .container-medium.flex-left {
    padding-right: 100px;
    padding-left: 100px;
  }

  .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .row.inverse.padding-left {
    padding-left: 0rem;
  }

  .row.margin-right {
    padding-right: 0rem;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .section-kontakt-header {
    margin-right: auto;
    margin-left: auto;
    background-size: cover;
  }

  .div-block-2 {
    width: 100%;
  }

  .div-block-3 {
    width: 100%;
  }

  .r-logo {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .section-broker-header {
    margin-right: auto;
    margin-left: auto;
    background-size: cover;
  }

  .section-savjetovanje-header {
    margin-right: auto;
    margin-left: auto;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  .text-navbar {
    margin-bottom: 0px;
    font-size: 20px;
    text-align: center;
  }

  .image-box {
    max-width: 450px;
    margin-top: 80px;
  }

  .image-box.about_us._1st {
    width: 100%;
    height: 330px;
    max-width: none;
    margin-top: 50px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-box.about_us._2nd {
    width: 100%;
    height: 330px;
    max-width: none;
    margin-top: 50px;
  }

  .image-box.usluge._1st {
    width: 100%;
    height: 330px;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .image-box.usluge._2nd {
    width: 100%;
    height: 330px;
    max-width: none;
  }

  .image-box.broker {
    width: auto;
    height: 400px;
    max-width: none;
    margin-top: 40px;
  }

  .image-box.savjetovanje {
    width: auto;
    height: 300px;
    max-width: none;
    margin-top: 40px;
  }

  .mobile-nav {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: visible;
    height: 100vh;
    background-color: #111035;
  }

  .text-block-vision {
    padding: 70px 80px;
  }

  .dropdown {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 140px;
  }

  .text-size-medium.color-white {
    padding-bottom: 170px;
  }

  .text-size-medium.size-middle {
    width: 300px;
  }

  .text-size-medium.size-540px {
    width: auto;
  }

  .mobile-nav-links-contain-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-block {
    width: auto;
    margin-top: 60px;
  }

  .section-home-cta {
    height: 360px;
    padding-top: 110px;
    padding-bottom: 130px;
  }

  .navbar_component {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 5% 0px 43px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-quote {
    max-width: 450px;
    font-size: 19px;
    line-height: 38px;
  }

  .section-home-usluge {
    margin-bottom: 140px;
    padding-top: 60px;
  }

  .form_text-field.form-text {
    width: 100%;
    margin-right: 0px;
    margin-left: auto;
  }

  .section-home-vision {
    margin-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .text-disclaimer {
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 4.86px;
  }

  .page-padding.mobile {
    padding-right: 32px;
    padding-left: 32px;
  }

  .menu-flex-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .close-wrapper-2 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 34px;
    margin-right: 0px;
    padding: 10px 43px 10px 40px;
  }

  .heading-medium {
    font-size: 20px;
    line-height: 24px;
  }

  .nav-container-2 {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-side-box {
    max-width: none;
    margin-right: 0rem;
  }

  .text-side-box.margin-right {
    margin-right: 0rem;
  }

  .text-side-box.margin-let {
    margin-left: 0rem;
  }

  .menu-button-2 {
    display: none;
  }

  .desktop-fixed-nav-brand {
    display: block;
    width: 150px;
  }

  .desktop-fixed-nav-brand.w--current {
    display: block;
  }

  .desktop-fixed-nav-brand.mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 150px;
    margin-top: 50px;
    margin-left: 43px;
  }

  .section-home-about {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .hamburger-line-2 {
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #111035;
  }

  .hamburger-line-2.white {
    background-color: #fff;
  }

  .submit-button {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .form.home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-large {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 3.2px;
  }

  .contact-form-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile-hamburger-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
    margin-left: 14px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
  }

  .form_text-field_full-width.form-text {
    width: 100%;
  }

  .close-line.dark_close {
    background-color: #fff;
  }

  .close-line.line-2.dark_close {
    background-color: #fff;
  }

  .form_text-area.form-text {
    width: 100%;
  }

  .nav-menu-wrapper-2 {
    display: none;
  }

  .button_navbar {
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .text-size-large {
    max-width: 450px;
    font-size: 35px;
    line-height: 48px;
  }

  .container-fullwidth {
    max-width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-wrapper {
    max-width: none;
  }

  .text-wrapper.padding-left {
    max-width: none;
    margin-left: 0px;
  }

  .text-wrapper.padding-right {
    margin-right: 0px;
  }

  .spacer {
    width: 20px;
    height: 4px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .container-medium {
    max-width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-medium.columns.mobile {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container-medium.columns.desktop {
    display: none;
  }

  .container-medium.position-up {
    position: static;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-medium.padding-sides {
    max-width: 80%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-medium.flex-left {
    padding: 0px;
  }

  .usluge-list.size-540px {
    width: auto;
  }

  .row.inverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .row.inverse.padding-left {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .row.margin-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .row.margin-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .content {
    top: -200px;
    width: 500px;
    height: 370px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .footer-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .footer-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .footer-column.first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .footer-nav-link {
    line-height: 51px;
  }

  .footer-nav-link.w--current {
    line-height: 51px;
  }

  .section-kontakt-header {
    height: 200px;
    margin-top: 120px;
  }

  .section-kontakt-form {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-kontakt-impressum {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .columns-impressum {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-broker-header {
    height: 200px;
    margin-top: 120px;
  }

  .section-broker-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-broker-image_content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .columns-broker {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-savjetovanje-image_content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-savjetovanje-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-savjetovanje-header {
    height: 200px;
    margin-top: 120px;
  }

  .grid {
    padding-top: 50px;
  }

  .text-size-large-2 {
    font-size: 28px;
    line-height: 52px;
    letter-spacing: 5.6px;
  }

  .text-block-header {
    padding-right: 80px;
    padding-left: 80px;
  }

  .heading-xlarge {
    font-size: 59px;
    line-height: 72px;
    letter-spacing: 5.9px;
  }
}

@media screen and (max-width: 767px) {
  .image-box {
    max-width: 300px;
    margin-top: 40px;
  }

  .image-box.about_us._1st {
    margin-top: 40px;
  }

  .image-box.about_us._2nd {
    margin-top: 40px;
  }

  .mobile-nav {
    display: none;
  }

  .text-block-vision {
    padding: 60px 32px;
  }

  .text-size-medium.size-middle {
    width: 220px;
    font-size: 17px;
  }

  .mobile-nav-links-contain-2 {
    padding-top: 10px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar_component {
    min-height: auto;
    padding: 2px 0% 2px 17px;
  }

  .section-home-usluge {
    padding-top: 60px;
  }

  .form_text-field.form-text {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .section-home-vision {
    margin-top: 0px;
  }

  .menu-flex-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 25px;
    padding-left: 25px;
  }

  .close-wrapper-2 {
    margin-top: 20px;
    margin-right: 17px;
    padding-right: 30px;
  }

  .nav-container-2 {
    min-height: auto;
    padding-top: 20px;
  }

  .desktop-fixed-nav-brand {
    padding-left: 0px;
  }

  .desktop-fixed-nav-brand.mobile {
    margin-top: 20px;
    margin-left: 17px;
  }

  .section-home-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hamburger-line-2 {
    width: 25px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #111035;
  }

  .hamburger-line-2.white {
    border-color: #fff;
  }

  .submit-button {
    margin-bottom: 60px;
  }

  .form {
    width: 100%;
  }

  .form.home {
    width: 100%;
  }

  .contact-form-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .mobile-hamburger-wrapper-2 {
    margin-right: 0px;
    padding-right: 20px;
  }

  .form_text-field_full-width.form-text {
    width: 100%;
  }

  .form_text-area.form-text {
    min-height: 320px;
  }

  .nav-menu-wrapper-2 {
    display: none;
  }

  .text-size-large {
    max-width: 520px;
    font-size: 24px;
    line-height: 37px;
  }

  .row.margin-bottom {
    margin-bottom: 60px;
  }

  .content {
    width: 500px;
    height: 320px;
  }

  .section-kontakt-header {
    margin-top: 90px;
  }

  .section-kontakt-form {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .kontakt-telephone {
    margin-top: 50px;
  }

  .text-size-large-2 {
    font-size: 20px;
    line-height: 37px;
    letter-spacing: 4px;
  }

  .text-block-header {
    padding-right: 37px;
    padding-left: 37px;
  }

  .heading-xlarge {
    font-size: 35px;
    line-height: 42px;
    letter-spacing: 3.5px;
  }
}

@media screen and (max-width: 479px) {
  .text-navbar {
    font-size: 17px;
    line-height: 29px;
    text-align: center;
  }

  .image-box {
    max-width: none;
  }

  .image-box.about_us._1st {
    height: 270px;
  }

  .image-box.about_us._2nd {
    height: 270px;
  }

  .image-box.usluge._1st {
    height: 210px;
  }

  .image-box.usluge._2nd {
    height: 210px;
  }

  .image-box.broker {
    height: 260px;
  }

  .image-box.savjetovanje {
    height: 200px;
  }

  .mobile-nav {
    display: none;
  }

  .dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-size-medium.color-white {
    padding-bottom: 20px;
  }

  .text-size-medium.size-middle {
    width: auto;
    margin-bottom: 50px;
  }

  .mobile-nav-links-contain-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-block {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navbar_component {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    padding: 0px 10px 0px 17px;
  }

  .text-quote {
    font-size: 20px;
    line-height: 39px;
  }

  .form_text-field.form-text {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
  }

  .page-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-padding.mobile {
    padding-right: 0px;
    padding-left: 0px;
  }

  .close-wrapper-2 {
    padding-top: 10px;
  }

  .nav-container-2 {
    padding-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-side-box.margin-right {
    max-width: 80%;
  }

  .text-side-box.margin-let {
    max-width: 80%;
  }

  .desktop-fixed-nav-brand {
    width: 160px;
    margin-right: 0px;
    padding-left: 0px;
  }

  .desktop-fixed-nav-brand.mobile {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 20px;
    padding-left: 0px;
  }

  .section-home-about {
    padding-top: 70px;
    padding-bottom: 0px;
  }

  .hamburger-line-2 {
    width: 25px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .hamburger-line-2.white {
    border-color: #fff;
    background-color: #fff;
  }

  .submit-button {
    margin-bottom: 30px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .form {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contact-form-grid {
    grid-row-gap: 40px;
  }

  .mobile-hamburger-wrapper-2 {
    margin-left: 0px;
    padding-right: 10px;
  }

  .form_text-field_full-width.form-text {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
  }

  .form_text-area.form-text {
    width: 100%;
    min-height: 325px;
    font-size: 14px;
    line-height: 16px;
  }

  .background-video.desktop {
    display: none;
  }

  .background-video.mobile {
    display: block;
  }

  .slider-base {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .text-size-large {
    max-width: 220px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 2.4px;
  }

  .container-fullwidth {
    max-width: 100%;
  }

  .content {
    width: 80%;
    height: 360px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .columns-impressum {
    padding-bottom: 20px;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-xlarge {
    font-size: 39px;
    line-height: 48px;
    letter-spacing: 3.9px;
  }
}

#w-node-_4895b905-98e4-a779-45b6-2275523c8a9f-ca40ac35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4895b905-98e4-a779-45b6-2275523c8aa3-ca40ac35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_4895b905-98e4-a779-45b6-2275523c8aa5-ca40ac35 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_4895b905-98e4-a779-45b6-2275523c8a9f-462fb5e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4895b905-98e4-a779-45b6-2275523c8aa3-462fb5e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_4895b905-98e4-a779-45b6-2275523c8aa5-462fb5e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_4895b905-98e4-a779-45b6-2275523c8a9f-ca40ac35 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4895b905-98e4-a779-45b6-2275523c8aa1-ca40ac35 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_4895b905-98e4-a779-45b6-2275523c8aa3-ca40ac35 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4895b905-98e4-a779-45b6-2275523c8aa5-ca40ac35 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4895b905-98e4-a779-45b6-2275523c8a9f-462fb5e2 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4895b905-98e4-a779-45b6-2275523c8aa1-462fb5e2 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_4895b905-98e4-a779-45b6-2275523c8aa3-462fb5e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4895b905-98e4-a779-45b6-2275523c8aa5-462fb5e2 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_38383a30-ab75-2d1a-06ee-6e8d0b7285a7-2f7ee184 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_38383a30-ab75-2d1a-06ee-6e8d0b7285af-2f7ee184 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-b266e231-56fd-3bc8-f412-9dde57553b13-57553ad8 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_685fdeab-5c18-4495-69a1-a6fcc9d872d9-57553ad8 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4895b905-98e4-a779-45b6-2275523c8a9f-ca40ac35 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4895b905-98e4-a779-45b6-2275523c8aa1-ca40ac35 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4895b905-98e4-a779-45b6-2275523c8aa3-ca40ac35 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4895b905-98e4-a779-45b6-2275523c8a9f-462fb5e2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4895b905-98e4-a779-45b6-2275523c8aa1-462fb5e2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4895b905-98e4-a779-45b6-2275523c8aa3-462fb5e2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Bwgradual';
  src: url('../fonts/BwGradual-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bwgradual';
  src: url('../fonts/BwGradual-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bwgradual';
  src: url('../fonts/BwGradual-Bold.otf') format('opentype'), url('../fonts/BwGradual-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bwgradual';
  src: url('../fonts/BwGradual-ExtraBoldItalic.otf') format('opentype'), url('../fonts/BwGradual-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bwgradual';
  src: url('../fonts/BwGradual-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bwgradual';
  src: url('../fonts/BwGradual-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bwgradual';
  src: url('../fonts/BwGradual-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bwgradual';
  src: url('../fonts/BwGradual-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bwgradual';
  src: url('../fonts/BwGradual-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bwgradual';
  src: url('../fonts/BwGradual-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bwgradual';
  src: url('../fonts/BwGradual-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bwgradual';
  src: url('../fonts/BwGradual-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basis grotesque pro';
  src: url('../fonts/Basis-Grotesque-Pro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basis grotesque pro';
  src: url('../fonts/Basis-Grotesque-Pro-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Basis grotesque pro';
  src: url('../fonts/Basis-Grotesque-Pro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basis grotesque pro';
  src: url('../fonts/Basis-Grotesque-Pro-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Basis grotesque pro';
  src: url('../fonts/Basis-Grotesque-Pro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basis grotesque pro mono';
  src: url('../fonts/Basis-Grotesque-Pro-Mono-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basis grotesque pro mono';
  src: url('../fonts/Basis-Grotesque-Pro-Mono-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Basis grotesque pro mono';
  src: url('../fonts/Basis-Grotesque-Pro-Mono.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basis grotesque pro';
  src: url('../fonts/Basis-Grotesque-Pro-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Basis grotesque pro mono';
  src: url('../fonts/Basis-Grotesque-Pro-Mono-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Basis grotesque pro';
  src: url('../fonts/Basis-Grotesque-Pro-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Basis grotesque pro off white';
  src: url('../fonts/Basis-Grotesque-Pro-Off-White-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Basis grotesque pro off white';
  src: url('../fonts/Basis-Grotesque-Pro-Off-White.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basis grotesque pro';
  src: url('../fonts/Basis-Grotesque-Pro-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basis grotesque pro';
  src: url('../fonts/Basis-Grotesque-Pro-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Basis grotesque pro';
  src: url('../fonts/Basis-Grotesque-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}