/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
header.site-header {
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
  max-width: 1420px; }
  header.site-header .inside-header.grid-container {
    padding-top: 20px;
    padding-bottom: 20px; }
    header.site-header .inside-header.grid-container nav#site-navigation {
      margin-right: auto; }
      header.site-header .inside-header.grid-container nav#site-navigation .inside-navigation #primary-menu ul.menu li.menu-item.two-row-menu-item a {
        max-width: 200px;
        text-align: center;
        line-height: 28px; }

.apatinska-pivara-logo-wrap {
  width: 240px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 10px 0 3px 0;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .apatinska-pivara-logo-wrap img {
    height: 76px; }

@media only screen and (max-width: 1366px) {
  header.site-header {
    max-width: 1120px; }
    header.site-header .inside-header.grid-container {
      padding-right: 20px; }
      header.site-header .inside-header.grid-container nav#site-navigation {
        margin-top: 16px; }
        header.site-header .inside-header.grid-container nav#site-navigation .inside-navigation #primary-menu ul.menu li.menu-item a {
          font-size: 20px;
          line-height: 35px; }

  .apatinska-pivara-logo-wrap {
    width: 160px;
    left: 20px; }
    .apatinska-pivara-logo-wrap img {
      height: 50px; } }
@media only screen and (max-width: 1024px) {
  header.site-header .inside-header.grid-container {
    padding-top: 10px;
    padding-bottom: 10px; }
    header.site-header .inside-header.grid-container nav#site-navigation {
      margin-top: 0; }
      header.site-header .inside-header.grid-container nav#site-navigation .inside-navigation #primary-menu ul.menu li.menu-item a {
        line-height: 40px; }
      header.site-header .inside-header.grid-container nav#site-navigation .inside-navigation #primary-menu ul.menu li.menu-item.two-row-menu-item a {
        max-width: 100%;
        text-align: left;
        line-height: 40px; }

  .apatinska-pivara-logo-wrap img {
    height: 60px; } }
html {
  font-size: 62.5%; }

html, body {
  overflow-x: hidden; }

.site.container {
  padding-top: 60px; }

#page.site {
  background-color: transparent; }

.contained-width-1640,
.contained-width-1240,
.contained-width-1500,
.contained-width-1080,
.contained-width-860 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.contained-width-1500 {
  max-width: 1500px; }

.contained-width-1640 {
  max-width: 1640px; }

.contained-width-1240 {
  max-width: 1240px; }

.contained-width-1080 {
  max-width: 1080px; }

.contained-width-860 {
  max-width: 860px; }

.wp-block-columns .wp-block-column p:last-child {
  margin-bottom: 0; }
.wp-block-columns .wp-block-column ul li:last-child {
  margin-bottom: 0; }

.title-row h1,
.title-row h2 {
  background-color: #d9d9d9;
  border-radius: 100px;
  font-weight: 900;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  padding: 10px 90px 20px 0;
  position: relative; }
.title-row h1::before,
.title-row h2::before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 500px;
  background-color: #d9d9d9;
  left: -400px;
  top: 0;
  z-index: -1; }

.baseline-row {
  align-items: baseline !important; }

.txt-block-rounded {
  background-color: #d9d9d9;
  border-radius: 100px;
  padding: 40px 90px; }
  .txt-block-rounded p:last-child {
    margin-bottom: 0; }

.col-block-grey {
  background-color: #d9d9d9;
  border-radius: 100px;
  position: relative;
  padding: 40px 8% 40px 50px; }

.txt-highlight-rounded {
  background-color: #d9d9d9;
  border-radius: 24px;
  padding: 3px 15px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 3rem;
  font-weight: 700;
  display: inline-block; }
  .txt-highlight-rounded span {
    font-weight: 400; }

.thr-yellow {
  background-color: #f8bf01; }

.thr-orange {
  background-color: #f16823; }

.thr-green {
  background-color: #78C044; }

.thr-blue {
  background-color: #28a5de; }

.brochure-badge {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 350px;
  border-radius: 50px;
  padding: 8px 8px 8px 40px; }
  .brochure-badge span {
    color: #fff;
    display: block;
    line-height: normal;
    width: calc(100% - 80px);
    font-size: 1.5rem; }
  .brochure-badge a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 70px;
    height: 70px;
    padding: 5px;
    border-radius: 50%;
    background-color: #28a5de;
    color: #fff;
    font-size: 1.5rem;
    line-height: normal;
    text-decoration: none; }

.brochure-badge-orange {
  background-color: #f16823; }

.brochure-badge-yellow {
  background-color: #f8bf01; }
  .brochure-badge-yellow span {
    color: #0a213d;
    font-weight: bold; }
  .brochure-badge-yellow a {
    background-color: #f16823; }

.brochure-badge-blue {
  background-color: #28a5de; }

a.generate-back-to-top {
  background-color: transparent;
  bottom: 10px;
  right: 20px;
  width: 60px;
  height: 60px;
  display: block; }
  a.generate-back-to-top .gp-icon.icon-arrow-up {
    display: none; }

a.generate-back-to-top::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\f062";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #0a213d;
  font-size: 2.6rem; }

.avwp-av-overlay {
  background-color: #d9d9d9; }

article.dynamic-content-template {
  margin-bottom: 0; }

.te-badge-wrap {
  display: flex;
  flex-direction: column; }
  .te-badge-wrap img {
    width: 160px;
    margin-bottom: 6px !important; }

.te-badge-wrap-mob {
  display: none; }

@media only screen and (max-width: 1366px) {
  html {
    font-size: 47%; }

  .brochure-badge span, .brochure-badge a {
    font-size: 1.9rem; }

  .contained-width-1500 {
    max-width: 1120px; }

  .contained-width-1640 {
    max-width: 1120px; }

  .contained-width-1080 {
    max-width: 880px; } }
@media only screen and (max-width: 1280px) {
  .site.container {
    padding-top: 10px; }

  body h4,
  body.page h4,
  body.single h4 {
    line-height: 50px; }

  .txt-block-rounded {
    padding: 30px 60px; }

  .txt-highlight-rounded {
    padding: 3px 13px; } }
@media only screen and (max-width: 1024px) {
  html {
    font-size: 42%; }

  .te-badge-wrap-desk {
    display: none; }

  .te-badge-wrap-mob {
    display: flex;
    flex-direction: row;
    margin-top: 25px; }
    .te-badge-wrap-mob img {
      margin-right: 5px !important;
      width: 100px; } }
@media only screen and (max-width: 781px) {
  .site.container {
    padding-top: 0; }

  body h1,
  body h1.wp-block-heading,
  body.page h1,
  body.page h1.wp-block-heading,
  body.single h1,
  body.single h1.wp-block-heading {
    font-size: 5rem !important; }
  body h2,
  body.page h2,
  body.single h2 {
    font-size: 5rem !important; }

  .txt-block-rounded {
    border-radius: 60px;
    padding: 30px 40px; }

  .col-block-grey {
    border-radius: 60px;
    padding: 30px 8% 30px 0; }

  .gb-container-9c7f58f8 {
    padding-bottom: 0; }

  .gb-container-4725271b {
    padding-top: 20px; }

  .te-badge-wrap-mob {
    justify-content: center; } }
.section-hero {
  position: relative;
  padding: 0 20px 10px 20px; }
  .section-hero .wp-block-columns {
    position: relative;
    left: 30px;
    justify-content: space-between; }
    .section-hero .wp-block-columns .hero-txt-col {
      position: relative;
      z-index: 2; }
    .section-hero .wp-block-columns .hero-img-col {
      position: relative;
      z-index: 2; }
  .section-hero .apatinska-logo {
    margin-bottom: 30px; }
  .section-hero h1 {
    font-weight: 800;
    line-height: 1.3em;
    margin-bottom: 30px;
    color: #0a213d; }
  .section-hero .bdp-img {
    max-width: 100%;
    margin-left: auto;
    position: relative;
    top: -10px;
    right: -20px;
    margin-bottom: 30px; }
  .section-hero .bl-cl-img {
    max-width: 430px;
    position: relative;
    left: -10px; }
  .section-hero .badge-star {
    max-width: 300px;
    margin-left: 70px;
    margin-top: 10px; }

.section-values {
  position: relative;
  padding-top: 70px;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px; }
  .section-values .values-two-cols {
    position: relative;
    left: 30px; }
    .section-values .values-two-cols .wp-block-column:first-child {
      width: calc(100% - 600px);
      flex-basis: unset;
      flex-grow: unset; }
    .section-values .values-two-cols h2 {
      margin-bottom: 0;
      position: relative;
      top: 30px; }
    .section-values .values-two-cols .circle-yellow-col {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 30px;
      width: 580px;
      height: 580px;
      border-radius: 50%;
      position: absolute;
      top: -120px;
      right: 50px; }
      .section-values .values-two-cols .circle-yellow-col p {
        margin-bottom: 10px;
        margin-top: 20px; }
      .section-values .values-two-cols .circle-yellow-col h5 {
        margin-bottom: 0;
        line-height: normal; }
      .section-values .values-two-cols .circle-yellow-col p,
      .section-values .values-two-cols .circle-yellow-col h5 {
        max-width: 390px;
        margin-left: auto;
        margin-right: auto; }
  .section-values .values-six-cols {
    gap: 5px;
    position: relative;
    top: -40px;
    z-index: 1;
    padding-top: 80px; }
    .section-values .values-six-cols .wp-block-column {
      border-radius: 70px;
      padding: 18px; }
      .section-values .values-six-cols .wp-block-column h6 {
        background-color: #0a213d;
        color: #fff;
        height: 124px;
        max-width: 99%;
        margin-left: auto;
        margin-right: auto;
        padding: 18px;
        border-radius: 63px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .section-values .values-six-cols .wp-block-column p,
      .section-values .values-six-cols .wp-block-column strong {
        line-height: normal; }
    .section-values .values-six-cols .wp-block-column {
      width: 19%;
      flex-basis: unset;
      flex-grow: unset;
      transition: transform 0.1s; }
    .section-values .values-six-cols .wp-block-column:hover {
      box-shadow: 10px 10px 0px 0px rgba(56, 56, 56, 0.48);
      -webkit-box-shadow: 10px 10px 0px 0px rgba(56, 56, 56, 0.48);
      -moz-box-shadow: 10px 10px 0px 0px rgba(56, 56, 56, 0.48);
      transform: scale(1.1); }

.section-why-us {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px; }
  .section-why-us .why-us-title {
    position: relative;
    left: 30px; }
    .section-why-us .why-us-title h2 {
      max-width: 700px; }
  .section-why-us .why-us-three-cols {
    position: relative;
    z-index: 3;
    gap: 10px;
    margin-bottom: 10px; }
    .section-why-us .why-us-three-cols .wp-block-column {
      border-radius: 70px;
      padding: 18px 18px 25px 18px;
      position: relative;
      transition: transform 0.1s; }
      .section-why-us .why-us-three-cols .wp-block-column h6 {
        background-color: #0a213d;
        color: #fff;
        height: 124px;
        max-width: 99%;
        margin-left: auto;
        margin-right: auto;
        padding: 18px;
        border-radius: 63px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .section-why-us .why-us-three-cols .wp-block-column h6,
      .section-why-us .why-us-three-cols .wp-block-column p {
        position: relative;
        z-index: 1; }
      .section-why-us .why-us-three-cols .wp-block-column p {
        width: 90%;
        margin-left: auto;
        margin-right: auto; }
    .section-why-us .why-us-three-cols .wp-block-column:nth-child(2) h6 {
      background-color: #f16823; }
    .section-why-us .why-us-three-cols .wp-block-column:nth-child(3) figure.wp-block-image {
      position: absolute;
      z-index: 2;
      max-width: 240px;
      top: -25px;
      right: 0; }
    .section-why-us .why-us-three-cols .wp-block-column:nth-child(3) h6 {
      background-color: #78C044; }
    .section-why-us .why-us-three-cols .wp-block-column:hover {
      transform: scale(1.1);
      box-shadow: 10px 10px 0px 0px rgba(56, 56, 56, 0.48);
      -webkit-box-shadow: 10px 10px 0px 0px rgba(56, 56, 56, 0.48);
      -moz-box-shadow: 10px 10px 0px 0px rgba(56, 56, 56, 0.48); }
  .section-why-us .why-us-two-cols {
    gap: 10px;
    position: relative;
    z-index: 2; }
    .section-why-us .why-us-two-cols .wp-block-column {
      border-radius: 70px;
      padding: 18px 18px 25px 18px;
      position: relative;
      transition: transform 0.1s; }
      .section-why-us .why-us-two-cols .wp-block-column h6 {
        background-color: #0a213d;
        color: #fff;
        height: 124px;
        max-width: 99%;
        margin-left: auto;
        margin-right: auto;
        padding: 18px;
        border-radius: 63px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .section-why-us .why-us-two-cols .wp-block-column p {
        width: 90%;
        margin-left: auto;
        margin-right: auto; }
      .section-why-us .why-us-two-cols .wp-block-column .brochure-badge {
        position: absolute;
        right: 0;
        bottom: -60px; }
    .section-why-us .why-us-two-cols .wp-block-column:nth-child(1) h6 {
      background-color: #28a5de; }
    .section-why-us .why-us-two-cols .wp-block-column:nth-child(2) h6 {
      background-color: #f8bf01; }
    .section-why-us .why-us-two-cols .wp-block-column:hover {
      transform: scale(1.1);
      box-shadow: 10px 10px 0px 0px rgba(56, 56, 56, 0.48);
      -webkit-box-shadow: 10px 10px 0px 0px rgba(56, 56, 56, 0.48);
      -moz-box-shadow: 10px 10px 0px 0px rgba(56, 56, 56, 0.48); }
  .section-why-us .why-us-two-cols:hover {
    z-index: 4; }
  .section-why-us .brochure-badge {
    max-width: 400px;
    border-radius: 80px; }
    .section-why-us .brochure-badge span {
      width: calc(100% - 150px);
      font-size: 2.2rem; }
    .section-why-us .brochure-badge a {
      width: 120px;
      height: 120px;
      font-size: 2.4rem; }

.section-why-us-hashtag {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px; }
  .section-why-us-hashtag .why-us-hashtag-title {
    position: relative;
    position: relative;
    left: 30px;
    gap: 0; }
    .section-why-us-hashtag .why-us-hashtag-title .wp-block-column {
      position: relative; }
      .section-why-us-hashtag .why-us-hashtag-title .wp-block-column h2 {
        margin-bottom: 0;
        z-index: 1;
        position: relative; }
      .section-why-us-hashtag .why-us-hashtag-title .wp-block-column .why-us-title-img {
        position: absolute;
        right: -176px;
        top: -50px;
        z-index: 4; }
  .section-why-us-hashtag .why-us-hashtag-cols {
    position: relative;
    gap: 0;
    margin-bottom: 0;
    justify-content: center; }
    .section-why-us-hashtag .why-us-hashtag-cols .wp-block-column {
      position: relative;
      padding: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-basis: unset !important;
      flex-grow: unset !important;
      width: 340px;
      height: 340px;
      border-radius: 50%;
      box-shadow: 8px 4px 0px 1px rgba(32, 40, 71, 0.39);
      -webkit-box-shadow: 8px 4px 0px 1px rgba(32, 40, 71, 0.39);
      -moz-box-shadow: 8px 4px 0px 1px rgba(32, 40, 71, 0.39); }
      .section-why-us-hashtag .why-us-hashtag-cols .wp-block-column p {
        margin-bottom: 0;
        line-height: normal; }
  .section-why-us-hashtag .why-us-hashtag-cols-1 {
    position: relative;
    z-index: 3; }
    .section-why-us-hashtag .why-us-hashtag-cols-1 .wp-block-column:nth-child(1) {
      z-index: 5;
      left: 30px; }
    .section-why-us-hashtag .why-us-hashtag-cols-1 .wp-block-column:nth-child(2) {
      z-index: 4; }
    .section-why-us-hashtag .why-us-hashtag-cols-1 .wp-block-column:nth-child(3) {
      left: -30px;
      z-index: 3; }
  .section-why-us-hashtag .why-us-hashtag-cols-2 {
    position: relative;
    top: -46px; }
    .section-why-us-hashtag .why-us-hashtag-cols-2 .wp-block-column:nth-child(1) {
      z-index: 2;
      left: 30px; }
    .section-why-us-hashtag .why-us-hashtag-cols-2 .wp-block-column:nth-child(2) {
      z-index: 1; }
    .section-why-us-hashtag .why-us-hashtag-cols-2 .wp-block-column:nth-child(3) {
      left: -30px; }
  .section-why-us-hashtag .mobile-circles-wrap,
  .section-why-us-hashtag .hashtag-img-wrap {
    display: none; }

.section-wellbeing {
  position: relative;
  padding-top: 80px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px; }
  .section-wellbeing .wellbeing-title {
    position: relative;
    left: 30px;
    gap: 0; }
    .section-wellbeing .wellbeing-title .wp-block-column {
      position: relative; }
      .section-wellbeing .wellbeing-title .wp-block-column h2 {
        margin-bottom: 0; }
      .section-wellbeing .wellbeing-title .wp-block-column img {
        margin: 0; }
      .section-wellbeing .wellbeing-title .wp-block-column .ffe-img img {
        width: 146px; }
      .section-wellbeing .wellbeing-title .wp-block-column .wellbeing-img {
        position: absolute;
        right: -27px;
        bottom: -91px;
        z-index: 1; }
  .section-wellbeing .wellbeing-cols {
    position: relative;
    border-radius: 60px;
    position: relative;
    padding: 40px 50px; }
  .section-wellbeing .you-circle-img {
    position: absolute;
    right: 480px;
    bottom: -100px; }
    .section-wellbeing .you-circle-img img {
      width: 164px !important;
      height: 164px;
      border-radius: 50%;
      box-shadow: 8px 4px 0px 1px rgba(32, 40, 71, 0.39);
      -webkit-box-shadow: 8px 4px 0px 1px rgba(32, 40, 71, 0.39);
      -moz-box-shadow: 8px 4px 0px 1px rgba(32, 40, 71, 0.39); }
  .section-wellbeing .brochure-badge {
    max-width: 430px;
    position: absolute;
    right: 0;
    bottom: -100px;
    border-radius: 80px;
    padding: 13px 13px 13px 52px;
    box-shadow: 8px 4px 0px 1px rgba(32, 40, 71, 0.39);
    -webkit-box-shadow: 8px 4px 0px 1px rgba(32, 40, 71, 0.39);
    -moz-box-shadow: 8px 4px 0px 1px rgba(32, 40, 71, 0.39); }
    .section-wellbeing .brochure-badge span {
      width: calc(100% - 140px);
      font-size: 2rem; }
    .section-wellbeing .brochure-badge a {
      width: 140px;
      height: 140px;
      font-size: 2.4rem; }

.section-top-employer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0; }
  .section-top-employer .top-employer-title {
    margin-bottom: 0;
    position: relative;
    left: 30px;
    gap: 0; }
    .section-top-employer .top-employer-title h2 {
      margin-bottom: 0; }
    .section-top-employer .top-employer-title img {
      margin: 0; }
    .section-top-employer .top-employer-title .te-img {
      position: relative;
      top: -10px; }
      .section-top-employer .top-employer-title .te-img img {
        width: 170px; }
  .section-top-employer .top-employer-cols {
    z-index: 1;
    border-radius: 60px;
    position: relative;
    padding: 40px 50px; }
  .section-top-employer .te-badge-wrap {
    float: right;
    position: relative;
    right: 10px;
    z-index: 1; }
  .section-top-employer .brochure-badge {
    max-width: 570px;
    position: absolute;
    right: -60px;
    bottom: -100px;
    border-radius: 80px;
    padding: 13px 13px 13px 52px; }
    .section-top-employer .brochure-badge span {
      width: calc(100% - 140px);
      font-size: 2rem;
      padding-right: 3rem; }
    .section-top-employer .brochure-badge a {
      width: 140px;
      height: 140px;
      font-size: 2.4rem; }

.section-bravo {
  position: relative;
  padding-top: 80px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px; }
  .section-bravo .wp-block-columns {
    z-index: 2; }
  .section-bravo .bravo-title {
    position: relative;
    left: 30px; }
  .section-bravo .bravo-cols {
    position: relative;
    border-radius: 60px;
    position: relative;
    padding: 40px 50px;
    z-index: 1; }
    .section-bravo .bravo-cols .wp-block-column {
      position: relative;
      z-index: 1; }
  .section-bravo .bravo-cols::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    z-index: 0;
    width: 700px;
    height: 100%;
    background-color: #d9d9d9;
    right: -500px;
    z-index: -1; }

.section-karijera {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px; }
  .section-karijera .karijera-title {
    position: relative;
    left: 30px;
    margin-bottom: 0;
    align-items: center;
    gap: 0; }
    .section-karijera .karijera-title img {
      height: 110px;
      width: auto;
      object-fit: contain; }
    .section-karijera .karijera-title .wp-block-column:nth-child(1) {
      flex-basis: unset !important;
      flex-grow: unset !important;
      width: calc(100% - 300px); }
    .section-karijera .karijera-title .wp-block-column:nth-child(2) {
      flex-basis: unset !important;
      flex-grow: unset !important;
      display: flex;
      width: 300px;
      align-items: center; }
  .section-karijera .karijera-cols {
    border-radius: 60px;
    position: relative;
    padding: 40px 50px;
    position: relative;
    z-index: 1; }
    .section-karijera .karijera-cols .wp-block-column {
      position: relative;
      z-index: 1; }
  .section-karijera .karijera-cols::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    z-index: 0;
    width: 700px;
    height: 100%;
    background-color: #d9d9d9;
    left: -500px; }

.section-together {
  position: relative;
  padding-top: 90px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px; }
  .section-together .together-title {
    position: relative;
    left: 30px;
    margin-bottom: 25px;
    gap: 0;
    position: relative;
    z-index: 1; }
    .section-together .together-title h2 {
      margin-bottom: 0;
      position: relative;
      z-index: 1; }
    .section-together .together-title .wp-block-column {
      position: relative; }
      .section-together .together-title .wp-block-column .bdp-img {
        display: block;
        content: "";
        position: absolute;
        left: 25px;
        bottom: -60px;
        margin: 0; }
      .section-together .together-title .wp-block-column .together-circle-img {
        display: block;
        content: "";
        position: absolute;
        right: -280px;
        bottom: -109px;
        margin: 0; }
  .section-together .together-cols {
    border-radius: 60px;
    position: relative;
    padding: 40px 50px;
    position: relative; }
    .section-together .together-cols .wp-block-column {
      position: relative;
      z-index: 1; }
  .section-together .together-cols::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    z-index: 0;
    width: 700px;
    height: 100%;
    background-color: #d9d9d9;
    right: -500px; }

.section-equal {
  position: relative;
  padding-top: 80px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px; }
  .section-equal .equal-title {
    position: relative;
    left: 30px;
    margin-bottom: 0; }
  .section-equal .equal-cols {
    border-radius: 60px;
    position: relative;
    padding: 40px 50px;
    position: relative; }
    .section-equal .equal-cols .wp-block-column {
      position: relative;
      z-index: 1; }
    .section-equal .equal-cols figure.equal-circle-img {
      margin-bottom: 20px;
      width: 100%;
      text-align: right; }
      .section-equal .equal-cols figure.equal-circle-img img {
        margin-top: -99px;
        margin-right: -79px;
        width: 270px; }
  .section-equal .equal-cols::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    z-index: 0;
    width: 700px;
    height: 100%;
    background-color: #d9d9d9;
    left: -500px; }

.section-your-story {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px; }
  .section-your-story .brochure-badge.brochure-badge-blue.brochure-badge-blue-mob {
    display: none; }
  .section-your-story .your-story-title {
    position: relative;
    left: 30px;
    margin-bottom: 0; }
  .section-your-story .your-story-cols {
    border-radius: 60px;
    position: relative;
    padding: 40px 50px;
    position: relative; }
    .section-your-story .your-story-cols .wp-block-column {
      position: relative;
      z-index: 2; }
    .section-your-story .your-story-cols .bdp-img {
      display: block;
      content: "";
      position: absolute;
      left: 15%;
      top: -250px; }
    .section-your-story .your-story-cols .brochure-badge {
      color: #fff;
      max-width: 100%;
      margin: 0 auto;
      justify-content: center;
      padding: 1em;
      border-radius: 66px;
      position: relative;
      bottom: -5em; }
      .section-your-story .your-story-cols .brochure-badge p, .section-your-story .your-story-cols .brochure-badge a {
        font-size: 3rem; }
      .section-your-story .your-story-cols .brochure-badge a {
        height: auto;
        width: auto;
        padding: 0;
        border-radius: unset;
        display: unset;
        position: relative; }
      .section-your-story .your-story-cols .brochure-badge a::after {
        position: absolute;
        left: 0;
        bottom: -5px;
        display: block;
        content: '';
        width: 100%;
        height: 3px;
        background-color: #fff; }
  .section-your-story .your-story-cols::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    z-index: 0;
    width: 700px;
    height: 100%;
    background-color: #d9d9d9;
    right: -500px; }

@media only screen and (max-width: 1366px) {
  .section-hero .wp-block-columns {
    padding-right: 70px; }
  .section-hero .bdp-img {
    right: auto; }
  .section-hero .badge-star {
    max-width: 250px;
    margin-left: 50px;
    margin-top: 20px; }

  .section-values .values-two-cols .circle-yellow-col {
    width: 510px;
    height: 510px;
    right: 70px; }
  .section-values .values-six-cols {
    top: -20px; }
    .section-values .values-six-cols .wp-block-column h6 {
      line-height: 0.89em;
      height: 110px; }
      .section-values .values-six-cols .wp-block-column h6 strong {
        line-height: 0.89em; }

  .section-why-us .why-us-three-cols .wp-block-column h6 {
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 1em;
    height: 110px; }
    .section-why-us .why-us-three-cols .wp-block-column h6 strong {
      line-height: 1em; }
  .section-why-us .why-us-two-cols .wp-block-column h6 {
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 1em;
    height: 110px; }
    .section-why-us .why-us-two-cols .wp-block-column h6 strong {
      line-height: 1em; }

  .section-why-us-hashtag .why-us-hashtag-title .wp-block-column .why-us-title-img {
    right: -154px;
    top: -50px;
    width: 320px;
    z-index: 4; }
  .section-why-us-hashtag .why-us-hashtag-cols {
    padding: 0; }
    .section-why-us-hashtag .why-us-hashtag-cols .wp-block-column {
      width: 300px;
      height: 300px; }

  .section-wellbeing .wellbeing-title .wp-block-column .wellbeing-img {
    right: -30px;
    bottom: -80px; }
  .section-wellbeing .wellbeing-cols {
    padding-bottom: 4em; }

  .section-top-employer .brochure-badge {
    right: 0; }

  .section-together .together-title .wp-block-column .bdp-img {
    left: 0;
    bottom: -50px; }
  .section-together .together-title .wp-block-column .together-circle-img {
    right: -140px;
    bottom: -84px;
    width: 300px; }
  .section-together .together-cols::before {
    right: -500px; }

  .section-equal .equal-cols figure.equal-circle-img img {
    margin-top: -96px;
    margin-right: -139px; }
  .section-equal .equal-cols::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    z-index: 0;
    width: 700px;
    height: 100%;
    background-color: #d9d9d9;
    left: -500px; }

  .section-your-story .your-story-cols .brochure-badge {
    border-radius: 52px;
    bottom: -6em; } }
@media only screen and (max-width: 1280px) {
  .section-hero {
    padding-top: 30px; }
    .section-hero .wp-block-columns {
      left: auto;
      padding-right: 0;
      padding-left: 0; }
      .section-hero .wp-block-columns .hero-txt-col {
        max-width: 50%;
        flex-basis: unset !important;
        flex-grow: unset !important; }
      .section-hero .wp-block-columns .hero-img-col {
        max-width: 50%;
        flex-basis: unset !important;
        flex-grow: unset !important; }

  .section-values .values-two-cols {
    left: auto;
    margin-bottom: 0; }
    .section-values .values-two-cols .wp-block-column:first-child {
      width: calc(100% - 420px); }
    .section-values .values-two-cols .circle-yellow-col {
      width: 410px;
      height: 410px;
      top: -149px;
      right: 0; }
      .section-values .values-two-cols .circle-yellow-col p,
      .section-values .values-two-cols .circle-yellow-col h5 {
        max-width: 80%; }
  .section-values .values-six-cols {
    gap: 10px;
    flex-wrap: wrap !important; }

  .section-why-us .why-us-title {
    left: auto; }
  .section-why-us .why-us-three-cols {
    gap: 10px;
    flex-wrap: wrap !important;
    align-items: unset !important;
    margin-bottom: 10px; }
    .section-why-us .why-us-three-cols .wp-block-column {
      padding: 18px 18px 25px 18px; }
    .section-why-us .why-us-three-cols .wp-block-column:nth-child(2) {
      top: auto;
      box-shadow: none; }
    .section-why-us .why-us-three-cols .wp-block-column:nth-child(2)::after {
      display: none; }
    .section-why-us .why-us-three-cols .wp-block-column:nth-child(3) {
      width: 100%; }
  .section-why-us .why-us-two-cols {
    gap: 10px;
    align-items: unset !important; }
    .section-why-us .why-us-two-cols .wp-block-column {
      border-radius: 70px; }
      .section-why-us .why-us-two-cols .wp-block-column p {
        width: 90%; }
  .section-why-us .wp-block-spacer {
    display: none; }

  .section-why-us-hashtag .why-us-hashtag-title .wp-block-column .why-us-title-img {
    right: -100px;
    width: 290px; }

  .section-wellbeing .you-circle-img {
    right: 460px;
    bottom: -80px; }
    .section-wellbeing .you-circle-img img {
      width: 127px !important;
      height: 127px; }
  .section-wellbeing .brochure-badge {
    bottom: -80px; }
    .section-wellbeing .brochure-badge span {
      width: calc(100% - 100px); }
    .section-wellbeing .brochure-badge a {
      width: 100px;
      height: 100px; }

  .section-top-employer .top-employer-title .te-img {
    margin-right: 10px; }
  .section-top-employer .brochure-badge {
    bottom: -80px; }
    .section-top-employer .brochure-badge span {
      width: calc(100% - 100px);
      padding-right: 20px; }
    .section-top-employer .brochure-badge a {
      width: 100px;
      height: 100px; }

  .section-equal .equal-cols figure.equal-circle-img img {
    margin-right: -121px; } }
@media only screen and (max-width: 1024px) {
  .section-hero .wp-block-columns {
    gap: 0;
    margin-bottom: 8em; }
  .section-hero .bl-cl-img {
    max-width: unset;
    width: auto;
    top: auto;
    left: auto; }
  .section-hero .badge-star {
    max-width: 200px; }

  .section-values {
    padding-top: 30px; }
    .section-values .values-two-cols .wp-block-column:first-child {
      width: 100%; }
    .section-values .values-two-cols,
    .section-values .values-six-cols {
      padding-left: 0;
      padding-right: 0; }
    .section-values .values-six-cols {
      flex-wrap: wrap;
      justify-content: center; }
      .section-values .values-six-cols .wp-block-column {
        width: 30%; }

  .section-why-us .why-us-title,
  .section-why-us .why-us-three-cols,
  .section-why-us .why-us-two-cols {
    padding-left: 0;
    padding-right: 0; }
  .section-why-us .why-us-three-cols .wp-block-column:nth-child(3) figure.wp-block-image {
    max-width: 261px;
    top: -25px; }
  .section-why-us .brochure-badge {
    max-width: 370px;
    border-radius: 80px; }
    .section-why-us .brochure-badge span {
      width: calc(100% - 90px); }
    .section-why-us .brochure-badge a {
      width: 90px;
      height: 90px; }

  .section-why-us-hashtag .hashtag-img-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .section-why-us-hashtag .hashtag-img-wrap img {
      height: 90px;
      max-width: 120px;
      width: auto;
      margin: 5px; }
  .section-why-us-hashtag .why-us-hashtag-title {
    left: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px; }
    .section-why-us-hashtag .why-us-hashtag-title .wp-block-column h2 {
      max-width: 512px; }
    .section-why-us-hashtag .why-us-hashtag-title .wp-block-column:nth-child(1) {
      flex-basis: 70% !important; }
    .section-why-us-hashtag .why-us-hashtag-title .wp-block-column:nth-child(2) {
      flex-basis: 30% !important; }
  .section-why-us-hashtag .why-us-hashtag-cols-2 {
    margin-bottom: 30px; }
  .section-why-us-hashtag .why-us-hashtag-cols .wp-block-column {
    width: 270px;
    height: 270px;
    padding: 20px; }
    .section-why-us-hashtag .why-us-hashtag-cols .wp-block-column p {
      font-size: 3.4rem !important; }

  .section-wellbeing {
    padding-top: 50px; }
    .section-wellbeing .wellbeing-title {
      left: auto;
      padding-left: 0;
      padding-right: 0; }
      .section-wellbeing .wellbeing-title .wp-block-column .wellbeing-img {
        max-width: 178px; }
    .section-wellbeing .wellbeing-cols {
      padding: 30px 20px; }

  .section-top-employer {
    padding-top: 40px; }
    .section-top-employer .top-employer-title {
      left: auto;
      padding-left: 0;
      padding-right: 0; }
    .section-top-employer .top-employer-cols {
      padding: 30px 20px; }
    .section-top-employer .te-badge-wrap-mob {
      float: none;
      right: auto;
      justify-content: flex-start;
      margin-top: 10px;
      margin-bottom: 10px; }

  .section-together .together-title .wp-block-column .bdp-img {
    max-width: 216px;
    bottom: -66px; }
  .section-together .together-title .wp-block-column .together-circle-img {
    right: -47px;
    bottom: -58px;
    width: 244px; }

  .section-bravo {
    padding-top: 40px;
    padding-bottom: 60px; }
    .section-bravo .bravo-title {
      left: auto;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0; }
    .section-bravo .bravo-cols {
      padding: 30px 20px; }

  .section-karijera {
    padding-top: 40px; }
    .section-karijera .karijera-title {
      left: auto;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 20px; }
      .section-karijera .karijera-title .wp-block-column:nth-child(1) {
        width: 100%; }
      .section-karijera .karijera-title .wp-block-column:nth-child(2) {
        width: 100%; }
    .section-karijera .karijera-cols {
      padding: 30px 20px; }

  .section-together {
    padding-top: 40px; }
    .section-together .together-title {
      left: auto;
      margin-bottom: 25px;
      padding-left: 0;
      padding-right: 0; }
      .section-together .together-title .wp-block-column {
        position: relative; }
        .section-together .together-title .wp-block-column .bdp-img {
          display: none; }
        .section-together .together-title .wp-block-column .together-circle-img {
          display: none; }
    .section-together .together-cols {
      padding: 30px 20px; }

  .section-equal {
    padding-top: 50px;
    padding-bottom: 90px; }
    .section-equal .equal-title {
      left: auto;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0;
      gap: 0; }
    .section-equal .equal-cols {
      padding: 30px 20px; }
      .section-equal .equal-cols figure.equal-circle-img img {
        margin: 0;
        width: auto; }

  .section-your-story {
    padding-top: 50px;
    padding-bottom: 110px; }
    .section-your-story .your-story-title {
      left: auto;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0;
      gap: 0; }
    .section-your-story .your-story-cols {
      padding: 30px 20px; }
      .section-your-story .your-story-cols .bdp-img {
        position: relative;
        left: 34px;
        top: auto;
        width: 100%;
        max-width: 207px;
        top: -115px; }
      .section-your-story .your-story-cols .brochure-badge p, .section-your-story .your-story-cols .brochure-badge a {
        font-size: 2.5rem; } }
@media only screen and (max-width: 781px) {
  .section-hero {
    padding-top: 40px; }
    .section-hero .wp-block-columns {
      gap: 0;
      margin-bottom: 3em; }
      .section-hero .wp-block-columns .hero-txt-col {
        max-width: 100%; }
      .section-hero .wp-block-columns .hero-img-col {
        max-width: 100%; }
    .section-hero .bdp-img {
      top: auto; }
    .section-hero .bl-cl-img {
      max-width: unset;
      width: auto;
      top: auto;
      left: auto; }
    .section-hero .badge-star {
      max-width: 250px;
      margin-top: 30px; }

  .section-values .values-two-cols {
    left: auto;
    margin-bottom: 0;
    justify-content: center;
    flex-direction: column;
    align-items: center !important; }
    .section-values .values-two-cols h2 {
      max-width: 100%;
      margin-bottom: 20px; }
    .section-values .values-two-cols .circle-yellow-col {
      padding: 40px 20px;
      position: relative;
      width: 80%;
      height: auto;
      border-radius: 60px;
      top: auto;
      right: auto; }
      .section-values .values-two-cols .circle-yellow-col p {
        margin-top: 0; }
      .section-values .values-two-cols .circle-yellow-col p,
      .section-values .values-two-cols .circle-yellow-col h5 {
        max-width: 100%; }
  .section-values .values-six-cols .wp-block-column {
    width: 100%;
    padding-bottom: 25px;
    flex-basis: unset !important; }
    .section-values .values-six-cols .wp-block-column h6 {
      height: auto; }
  .section-values .values-six-cols .wp-block-column:hover {
    transform: scale(1); }

  .section-why-us {
    padding-top: 50px;
    padding-bottom: 40px; }
    .section-why-us .why-us-title {
      margin-bottom: 0; }
    .section-why-us .why-us-three-cols {
      margin-bottom: 0; }
      .section-why-us .why-us-three-cols .wp-block-column {
        width: 100%;
        margin-bottom: 10px; }
      .section-why-us .why-us-three-cols .wp-block-column:hover {
        transform: scale(1); }
      .section-why-us .why-us-three-cols .wp-block-column:nth-child(3) figure.wp-block-image {
        max-width: 210px;
        top: -22px;
        right: -10px; }
    .section-why-us .why-us-two-cols .wp-block-column {
      margin-bottom: 10px; }
    .section-why-us .why-us-two-cols .wp-block-column:hover {
      transform: scale(1); }
    .section-why-us .why-us-two-cols .wp-block-column:nth-child(1) {
      margin-bottom: 60px; }

  .section-why-us-hashtag {
    padding-top: 80px;
    padding-bottom: 60px; }
    .section-why-us-hashtag .wp-block-column:nth-child(1) {
      flex-basis: 100% !important; }
    .section-why-us-hashtag .wp-block-column:nth-child(2) {
      display: none; }
    .section-why-us-hashtag .why-us-hashtag-title .wp-block-column h2 {
      letter-spacing: -0.04em; }
    .section-why-us-hashtag .why-us-hashtag-title .wp-block-column .why-us-title-img {
      display: none; }
    .section-why-us-hashtag .why-us-hashtag-cols {
      display: none; }
    .section-why-us-hashtag .mobile-circles-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      width: 360px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px;
      position: relative; }
      .section-why-us-hashtag .mobile-circles-wrap .yellow-circle-txt {
        background-color: #f8bf01;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        padding: 10px;
        font-size: 13px;
        text-align: center;
        font-weight: 700;
        box-shadow: 8px 4px 0px 1px rgba(32, 40, 71, 0.39);
        -webkit-box-shadow: 8px 4px 0px 1px rgba(32, 40, 71, 0.39);
        -moz-box-shadow: 8px 4px 0px 1px rgba(32, 40, 71, 0.39); }
      .section-why-us-hashtag .mobile-circles-wrap .yellow-circle-txt:nth-child(1) {
        position: relative;
        z-index: 6; }
      .section-why-us-hashtag .mobile-circles-wrap .yellow-circle-txt:nth-child(2) {
        position: relative;
        z-index: 5; }
      .section-why-us-hashtag .mobile-circles-wrap .yellow-circle-txt:nth-child(3) {
        position: relative;
        z-index: 4; }
      .section-why-us-hashtag .mobile-circles-wrap .yellow-circle-txt:nth-child(4) {
        position: relative;
        z-index: 3; }
      .section-why-us-hashtag .mobile-circles-wrap .yellow-circle-txt:nth-child(5) {
        position: relative;
        z-index: 2; }
      .section-why-us-hashtag .mobile-circles-wrap .yellow-circle-txt:nth-child(6) {
        position: relative;
        z-index: 1; }
      .section-why-us-hashtag .mobile-circles-wrap .yellow-circle-txt:nth-child(2),
      .section-why-us-hashtag .mobile-circles-wrap .yellow-circle-txt:nth-child(5) {
        position: relative;
        left: -5px; }
      .section-why-us-hashtag .mobile-circles-wrap .yellow-circle-txt:nth-child(3),
      .section-why-us-hashtag .mobile-circles-wrap .yellow-circle-txt:nth-child(6) {
        position: relative;
        left: -10px; }
      .section-why-us-hashtag .mobile-circles-wrap .yellow-circle-txt:nth-child(4),
      .section-why-us-hashtag .mobile-circles-wrap .yellow-circle-txt:nth-child(5),
      .section-why-us-hashtag .mobile-circles-wrap .yellow-circle-txt:nth-child(6) {
        top: -5px; }

  .section-wellbeing .you-circle-img {
    right: 200px;
    bottom: -50px; }
    .section-wellbeing .you-circle-img img {
      width: 96px !important;
      height: 96px; }
  .section-wellbeing .brochure-badge {
    right: -7px;
    bottom: -50px;
    padding-left: 25px;
    max-width: 200px; }
    .section-wellbeing .brochure-badge span {
      width: calc(100% - 70px);
      padding-right: 0; }
    .section-wellbeing .brochure-badge a {
      width: 70px;
      height: 70px; }

  .section-top-employer .top-employer-title .te-img {
    margin: 0;
    width: 100%;
    top: auto; }
    .section-top-employer .top-employer-title .te-img figure {
      clear: both;
      padding: 20px;
      width: 100%;
      text-align: center;
      margin: 0; }
      .section-top-employer .top-employer-title .te-img figure img {
        width: 122px; }
  .section-top-employer .brochure-badge {
    padding-left: 30px; }
    .section-top-employer .brochure-badge span {
      width: calc(100% - 70px);
      padding-right: 0; }
    .section-top-employer .brochure-badge a {
      width: 70px;
      height: 70px; }

  .section-karijera {
    padding-top: 80px; }

  .section-together .together-title .wp-block-column {
    position: relative; }

  .section-equal .equal-cols figure.equal-circle-img {
    text-align: center;
    margin-bottom: 2em; }
    .section-equal .equal-cols figure.equal-circle-img img {
      max-width: 80%; }

  .section-your-story .your-story-cols {
    padding-bottom: 5em; }
    .section-your-story .your-story-cols .bdp-img {
      max-width: 100%;
      text-align: center;
      top: auto;
      left: auto; }
    .section-your-story .your-story-cols .brochure-badge {
      display: none; }
  .section-your-story .brochure-badge.brochure-badge-blue.brochure-badge-blue-mob {
    display: block;
    position: absolute;
    right: 18px;
    bottom: 41px;
    max-width: 394px;
    padding: 2em;
    z-index: 2; }
    .section-your-story .brochure-badge.brochure-badge-blue.brochure-badge-blue-mob p {
      margin-bottom: 0; }
    .section-your-story .brochure-badge.brochure-badge-blue.brochure-badge-blue-mob p, .section-your-story .brochure-badge.brochure-badge-blue.brochure-badge-blue-mob a {
      color: #fff;
      font-size: 2.8rem; }
    .section-your-story .brochure-badge.brochure-badge-blue.brochure-badge-blue-mob a {
      height: auto;
      width: auto;
      padding: 0;
      border-radius: unset;
      display: unset;
      position: relative; }
    .section-your-story .brochure-badge.brochure-badge-blue.brochure-badge-blue-mob a::after {
      position: absolute;
      left: 0;
      bottom: -5px;
      display: block;
      content: '';
      width: 100%;
      height: 3px;
      background-color: #fff; } }
@media only screen and (max-width: 380px) {
  .section-hero .wp-block-columns {
    margin-bottom: 2em; }
  .section-hero .badge-star {
    max-width: 230px; }

  .section-why-us-hashtag .why-us-hashtag-title .wp-block-column h2 {
    font-size: 4.7rem !important; }
  .section-why-us-hashtag .mobile-circles-wrap {
    width: 320px; }
    .section-why-us-hashtag .mobile-circles-wrap .yellow-circle-txt {
      width: 100px;
      height: 100px;
      font-size: 12px;
      line-height: 14px; }

  .section-your-story .brochure-badge.brochure-badge-blue.brochure-badge-blue-mob {
    right: 12px;
    bottom: 77px;
    max-width: 290px;
    padding: 1.5em 1em; }
    .section-your-story .brochure-badge.brochure-badge-blue.brochure-badge-blue-mob p, .section-your-story .brochure-badge.brochure-badge-blue.brochure-badge-blue-mob a {
      color: #fff;
      font-size: 2.2rem; } }
.site-footer {
  background-color: #fff;
  z-index: 1;
  position: relative; }
  .site-footer #footer-widgets.site.footer-widgets {
    background-color: transparent; }
  .site-footer footer.site-info {
    background-color: #fff;
    justify-content: flex-start; }
    .site-footer footer.site-info .inside-site-info {
      display: flex;
      justify-content: flex-start;
      max-width: 1600px;
      margin-left: auto;
      margin-right: auto; }
      .site-footer footer.site-info .inside-site-info a {
        margin-right: 15px; }
        .site-footer footer.site-info .inside-site-info a i {
          font-size: 26px;
          color: #000; }

header.site-header {
  position: relative; }

header.site-header::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  left: -94px;
  bottom: -70px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #f16823;
  display: none; }

header.site-header::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 999;
  left: 395px;
  bottom: -56px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f8bf01; }

@media only screen and (max-width: 1366px) {
  header.site-header::before {
    left: -103px;
    bottom: -48px; }

  header.site-header::after {
    left: 31%;
    bottom: -40px;
    width: 50px;
    height: 50px; } }
@media only screen and (max-width: 480px) {
  header.site-header::before {
    left: -103px;
    bottom: -48px; }

  header.site-header::after {
    left: 44%;
    bottom: -30px;
    width: 40px;
    height: 40px; } }
.section-hero .wp-block-columns .wp-block-column .circle-small-dblue {
  display: block;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: -50px;
  right: 25px;
  width: 60px;
  height: 60px;
  background-color: #0a213d; }
.section-hero .wp-block-columns .wp-block-column .circle-small-blue-blur {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  border-radius: 50%;
  z-index: -1;
  top: -28px;
  left: -204px;
  width: 130px;
  height: 130px;
  background-color: #28a5de; }
.section-hero .wp-block-columns .wp-block-column .circle-small-yellow-blur {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  border-radius: 50%;
  z-index: -1;
  top: 203px;
  right: -12px;
  width: 120px;
  height: 120px;
  background-color: #f8bf01; }
.section-hero .circle-small-orange-blur {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  border-radius: 50%;
  z-index: -1;
  top: 14px;
  right: 55px;
  width: 150px;
  height: 150px;
  background-color: #f16823; }
.section-hero .circle-small-yellow {
  display: block;
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  bottom: 476px;
  left: 73px;
  width: 80px;
  height: 80px;
  background-color: #f8bf01; }
.section-hero .circle-medium-blue {
  display: block;
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  bottom: 349px;
  right: -89px;
  width: 230px;
  height: 230px;
  background-color: #28a5de; }
.section-hero .circle-big-blue-blur {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  border-radius: 50%;
  z-index: 1;
  bottom: -94px;
  left: -67px;
  width: 230px;
  height: 230px;
  background-color: #28a5de; }

.section-values .circle-small-dblue {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  left: -138px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -66px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #0a213d; }
.section-values .circle-big-dblue {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  left: -100px;
  bottom: 184px;
  width: 300px;
  height: 325px;
  border-radius: 50%;
  background-color: #0a213d; }
.section-values .circle-big-blue {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  left: -50px;
  bottom: -270px;
  width: 812px;
  height: 794px;
  border-radius: 50%;
  background-color: #28a5de; }

.section-why-us::before {
  display: block;
  content: "";
  position: absolute;
  top: -97px;
  right: 25%;
  background-image: url("https://basdobraprica.co.rs/wp-content/uploads/2023/11/Frame.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 347px; }

.section-why-us .circle-small-white-blur {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  z-index: 1;
  right: 25%;
  top: -42px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff; }
.section-why-us .circle-big-orange-blur {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  z-index: 1;
  right: -170px;
  bottom: 150px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #f16823; }
.section-why-us .circle-big-blue-blur {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  z-index: 1;
  left: -260px;
  bottom: -190px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #28a5de; }
.section-why-us .circle-medium-orange-blur {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  z-index: 1;
  top: 18%;
  left: -50px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #f16823; }

.section-why-us-hashtag .why-us-hashtag-title .circle-medium-big {
  display: block;
  content: "";
  position: absolute;
  left: -57px;
  top: -20px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background-color: #28a5de; }
.section-why-us-hashtag .why-us-hashtag-cols-1 .wp-block-column:nth-child(1)::before {
  display: block;
  content: "";
  position: absolute;
  left: -150px;
  top: 115px;
  background-image: url("https://basdobraprica.co.rs/wp-content/uploads/2024/01/bdp-family-friendly2.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px; }
.section-why-us-hashtag .why-us-hashtag-cols-1 .wp-block-column:nth-child(1)::after {
  display: block;
  content: "";
  position: absolute;
  left: -150px;
  top: 255px;
  background-image: url("https://basdobraprica.co.rs/wp-content/uploads/2023/11/Frame2-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px; }
.section-why-us-hashtag .why-us-hashtag-cols-1::before {
  display: block;
  content: "";
  position: absolute;
  right: 266px;
  top: -22px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #28a5de; }
.section-why-us-hashtag .why-us-hashtag-cols-1::after {
  display: block;
  content: "";
  position: absolute;
  right: -29px;
  top: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #f16823; }
.section-why-us-hashtag .why-us-hashtag-cols-2 .wp-block-column:nth-child(1)::before {
  display: block;
  content: "";
  position: absolute;
  left: -10px;
  bottom: 10px;
  background-image: url("https://basdobraprica.co.rs/wp-content/uploads/2023/11/Mask-groupTreninzi-na-klik.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px; }
.section-why-us-hashtag .why-us-hashtag-cols-2 .wp-block-column:nth-child(1)::after {
  display: block;
  content: "";
  position: absolute;
  left: -74px;
  bottom: -12px;
  background-image: url("https://basdobraprica.co.rs/wp-content/uploads/2023/11/GroupTreninzi-na-klik.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 59px;
  height: 59px; }
.section-why-us-hashtag .why-us-hashtag-cols-2 .wp-block-column:nth-child(2)::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: -90px;
  background-image: url("https://basdobraprica.co.rs/wp-content/uploads/2023/11/Bas-Dobra-Prica-Vizual.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 146px; }
.section-why-us-hashtag .why-us-hashtag-cols-2::after {
  display: block;
  content: "";
  position: absolute;
  right: -198px;
  top: -120px;
  background-image: url("https://basdobraprica.co.rs/wp-content/uploads/2023/11/Frame2.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 171px; }
.section-why-us-hashtag .circle-medium-orange-blur {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  left: -55px;
  bottom: 120px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #f16823; }
.section-why-us-hashtag .circle-medium-yellow-blur {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  z-index: 1;
  right: 14%;
  bottom: -57px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #f8bf01; }

.section-wellbeing .circle-big-orange {
  display: block;
  content: "";
  position: absolute;
  left: -150px;
  top: 25%;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background-color: #f16823; }
.section-wellbeing .circle-medium-orange-blur {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  right: -104px;
  bottom: 18%;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #f16823; }
.section-wellbeing .circle-medium-dblue {
  display: block;
  content: "";
  position: absolute;
  left: 114px;
  bottom: -88px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #0a213d; }

.section-top-employer .circle-big-orange-blur {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  left: 57px;
  top: 36%;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background-color: #f16823; }
.section-top-employer .circle-small-blue {
  display: block;
  content: "";
  position: absolute;
  left: 46%;
  bottom: 70px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #28a5de; }
.section-top-employer .circle-medium-dblue {
  display: block;
  content: "";
  position: absolute;
  left: 38%;
  bottom: -80px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background-color: #0a213d; }
.section-top-employer .circle-small-yellow {
  display: block;
  content: "";
  position: absolute;
  right: -20px;
  top: 26%;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #f8bf01; }

.section-bravo .bravo-cols .wp-block-column:nth-child(2)::before {
  display: block;
  content: "";
  position: absolute;
  right: -46px;
  top: -186px;
  background-image: url("https://basdobraprica.co.rs/wp-content/uploads/2023/12/tvoja-bravo-prica.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 700px;
  height: 700px;
  opacity: 0.5;
  z-index: -1; }
.section-bravo .circle-big-yellow {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  right: -255px;
  top: -64px;
  width: 430px;
  height: 480px;
  background-color: #f8bf01; }
.section-bravo .circle-small-white-blur {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  z-index: 1;
  border-radius: 50%;
  right: 500px;
  bottom: -50px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #fff; }

.section-karijera .circle-small-orange-blur {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  left: -24px;
  top: 26%;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #f16823; }
.section-karijera .circle-medium-blue {
  display: block;
  content: "";
  position: absolute;
  right: 107px;
  bottom: 24%;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: #28a5de; }

.section-together .together-title .circle-medium-big {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  left: -57px;
  top: -20px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background-color: #28a5de; }
.section-together .circle-medium-orange-blur {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  left: 68px;
  bottom: 122px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #f16823; }
.section-together .circle-small-orange-blur {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  z-index: 1;
  right: 49%;
  bottom: -50px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #f16823; }

.section-together::before {
  display: block;
  content: "";
  position: absolute;
  right: 6%;
  top: 16%;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background-color: #f16823; }

.section-equal .circle-small-orange {
  display: block;
  content: "";
  position: absolute;
  left: -27px;
  bottom: 47%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f16823; }
.section-equal .circle-big-yellow-blur {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  z-index: 1;
  right: -150px;
  top: -190px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background-color: #f8bf01; }
.section-equal .equal-section-img {
  display: block;
  content: "";
  position: absolute;
  max-width: 496px;
  right: 15%;
  bottom: -5px; }

.section-equal::before {
  display: block;
  content: "";
  position: absolute;
  right: 35%;
  top: 21%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #0a213d; }

.section-your-story .your-story-cols::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  left: -143px;
  top: -70px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #f8bf01; }
.section-your-story .circle-medium-orange-blur {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  right: -55px;
  top: -99px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #f16823; }
.section-your-story .circle-small-blue {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  left: 72px;
  bottom: 76px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #28a5de; }
.section-your-story .circle-medium-dblue {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  left: -47px;
  bottom: -33px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #0a213d; }
.section-your-story .cv-img {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  max-width: 142px;
  top: 11%; }

@media only screen and (max-width: 1366px) {
  .section-hero .wp-block-columns .wp-block-column .circle-small-dblue {
    width: 40px;
    height: 40px; }
  .section-hero .wp-block-columns .wp-block-column .circle-small-blue-blur {
    top: -36px;
    left: -162px; }
  .section-hero .wp-block-columns .wp-block-column .circle-small-yellow-blur {
    bottom: 310px;
    right: -3px;
    width: 100px;
    height: 100px; }
  .section-hero .circle-small-orange-blur {
    top: -31px;
    right: -22px;
    width: 120px;
    height: 120px; }
  .section-hero .circle-small-yellow {
    bottom: 462px;
    left: -27px; }
  .section-hero .circle-medium-blue {
    bottom: 173px;
    right: -55px;
    width: 130px;
    height: 130px; }
  .section-hero .circle-big-blue-blur {
    width: 200px;
    height: 200px; }

  .section-why-us::before {
    right: 20%; }

  .section-why-us .circle-small-white-blur {
    right: 20%; }
  .section-why-us .circle-big-blue-blur {
    left: -248px;
    bottom: -123px;
    width: 350px;
    height: 350px; }
  .section-why-us .why-us-three-cols .circle-medium-orange-blur {
    display: none; }

  .section-why-us-hashtag .why-us-hashtag-title .circle-medium-big {
    left: -33px;
    top: -25px;
    width: 180px;
    height: 180px; }
  .section-why-us-hashtag .why-us-hashtag-cols-1 .wp-block-column:nth-child(1)::before {
    left: -88px;
    width: 66px;
    height: 66px; }
  .section-why-us-hashtag .why-us-hashtag-cols-1 .wp-block-column:nth-child(1)::after {
    left: -88px;
    top: 204px;
    width: 70px;
    height: 70px; }
  .section-why-us-hashtag .why-us-hashtag-cols-1::before {
    right: 300px; }
  .section-why-us-hashtag .why-us-hashtag-cols-1::after {
    right: -48px;
    width: 180px;
    height: 180px; }
  .section-why-us-hashtag .why-us-hashtag-cols-2 .wp-block-column:nth-child(3)::after {
    right: -160px;
    width: 140px;
    height: 150px; }
  .section-why-us-hashtag .why-us-hashtag-cols-2::after {
    right: -144px;
    top: -61px;
    width: 150px;
    height: 141px; }

  .section-top-employer .circle-big-orange-blur {
    display: none; }
  .section-top-employer .circle-small-blue {
    left: 43%; }
  .section-top-employer .circle-medium-dblue {
    left: 30%; }
  .section-top-employer .circle-small-yellow {
    display: none; }

  .section-bravo .bravo-cols .wp-block-column:nth-child(2)::before {
    display: block;
    content: "";
    position: absolute;
    right: 5%;
    top: -156px;
    width: 550px;
    height: 550px; }
  .section-bravo .circle-big-yellow {
    right: -172px;
    width: 300px;
    height: 300px; }

  .section-karijera .circle-small-orange-blur {
    display: none; }
  .section-karijera .circle-medium-blue {
    display: none; }

  .section-together .together-title .circle-medium-big {
    left: -33px;
    top: -25px;
    width: 180px;
    height: 180px; }
  .section-together .circle-medium-orange-blur {
    display: none; }

  .section-together::before {
    right: 8%; }

  .section-equal .equal-section-img {
    max-width: 300px;
    right: 20%;
    bottom: -5px; }

  .section-equal::before {
    top: 18%; }

  .section-your-story .your-story-cols::before {
    display: none; }
  .section-your-story .circle-small-blue {
    bottom: 49px; }
  .section-your-story .cv-img {
    max-width: 110px;
    top: 13%; } }
@media only screen and (max-width: 1280px) {
  .section-hero .wp-block-columns .wp-block-column .circle-small-dblue {
    top: -2%;
    right: -12%; }
  .section-hero .wp-block-columns .wp-block-column .circle-small-blue-blur {
    display: none; }
  .section-hero .circle-small-orange-blur {
    top: 6px;
    right: 18px;
    width: 90px;
    height: 90px; }
  .section-hero .circle-small-yellow {
    display: none; }
  .section-hero .circle-medium-blue {
    bottom: 190px; }
  .section-hero .circle-big-blue-blur {
    bottom: -77px;
    left: -76px;
    width: 170px;
    height: 170px; }

  .section-values .circle-small-dblue {
    top: -46px;
    width: 100px;
    height: 100px; }
  .section-values .circle-big-dblue {
    bottom: 174px;
    width: 200px;
    height: 225px; }
  .section-values .circle-big-blue {
    width: 612px;
    height: 594px; }

  .section-why-us .circle-big-orange-blur {
    display: none; }
  .section-why-us .circle-big-blue-blur {
    left: -208px;
    bottom: -112px;
    width: 300px;
    height: 300px; }

  .section-why-us-hashtag .why-us-hashtag-title .circle-medium-big {
    left: -31px;
    top: -13px;
    width: 150px;
    height: 150px; }
  .section-why-us-hashtag .why-us-hashtag-cols-2::after {
    right: -66px;
    top: -34px;
    width: 105px;
    height: 114px; }
  .section-why-us-hashtag .circle-medium-orange-blur {
    left: -70px;
    bottom: 140px;
    width: 150px;
    height: 150px; }
  .section-why-us-hashtag .circle-medium-yellow-blur {
    right: 4%;
    bottom: -37px;
    width: 150px;
    height: 150px; }

  .section-together .together-title .circle-medium-big {
    left: -31px;
    top: -23px;
    width: 150px;
    height: 150px; } }
@media only screen and (max-width: 1024px) {
  .section-hero .wp-block-columns .wp-block-column .circle-small-yellow-blur {
    display: none; }
  .section-hero .circle-medium-blue {
    display: none; }
  .section-hero .circle-big-blue-blur {
    bottom: -41px;
    left: -61px;
    width: 140px;
    height: 140px; }

  .section-values .circle-small-dblue {
    top: -36px;
    width: 70px;
    height: 70px; }

  .section-why-us::before {
    right: 3%;
    width: 300px;
    height: 347px; }

  .section-why-us .why-us-three-cols::before {
    display: none; }
  .section-why-us .circle-small-white-blur {
    right: 3%; }
  .section-why-us .circle-big-blue-blur {
    left: -100px;
    bottom: -58px;
    width: 170px;
    height: 170px; }

  .section-why-us-hashtag .why-us-hashtag-title .circle-medium-big {
    left: -15px;
    top: -18px;
    width: 150px;
    height: 150px; }
  .section-why-us-hashtag .why-us-hashtag-cols-1 .wp-block-column:nth-child(1)::before {
    display: none; }
  .section-why-us-hashtag .why-us-hashtag-cols-1 .wp-block-column:nth-child(1)::after {
    display: none; }
  .section-why-us-hashtag .why-us-hashtag-cols-1::before {
    right: 250px;
    top: 7px;
    width: 80px;
    height: 80px; }
  .section-why-us-hashtag .why-us-hashtag-cols-1::after {
    right: 0;
    width: 160px;
    height: 160px;
    top: -28px; }
  .section-why-us-hashtag .why-us-hashtag-cols-2 .wp-block-column:nth-child(1)::before {
    display: none; }
  .section-why-us-hashtag .why-us-hashtag-cols-2 .wp-block-column:nth-child(1)::after {
    display: none; }
  .section-why-us-hashtag .why-us-hashtag-cols-2 .wp-block-column:nth-child(2)::after {
    display: none; }
  .section-why-us-hashtag .why-us-hashtag-cols-2::after {
    display: none; }
  .section-why-us-hashtag .circle-medium-yellow-blur {
    right: -2%;
    bottom: -54px;
    width: 140px;
    height: 140px; }

  .section-wellbeing .circle-big-orange {
    display: none; }
  .section-wellbeing .circle-medium-orange-blur {
    display: none; }

  .section-bravo .bravo-cols .wp-block-column:nth-child(2)::before {
    top: -96px;
    width: 450px;
    height: 450px; }
  .section-bravo .circle-big-yellow {
    right: -99px;
    width: 210px;
    height: 210px; }
  .section-bravo .circle-small-white-blur {
    right: 10%; }

  .section-together .together-title .circle-medium-big {
    left: -2px;
    top: 2px;
    width: 100px;
    height: 100px; }

  .section-together::before {
    display: none; }

  .section-equal .circle-small-orange {
    display: none; }

  .section-equal::before {
    top: 14%; }

  .section-your-story .circle-medium-orange-blur {
    right: -79px; } }
@media only screen and (max-width: 781px) {
  .section-hero .wp-block-columns .wp-block-column .circle-small-dblue {
    display: none; }
  .section-hero .wp-block-columns .wp-block-column .circle-small-blue-blur {
    width: 110px;
    height: 110px; }
  .section-hero .circle-small-orange-blur {
    top: 3%;
    right: 2%;
    width: 90px;
    height: 90px; }
  .section-hero .circle-big-blue-blur {
    bottom: -41px;
    left: -51px;
    width: 120px;
    height: 120px;
    display: none; }

  .section-values .circle-small-dblue {
    left: auto;
    right: 15%;
    top: -30px;
    width: 60px;
    height: 60px; }

  .section-why-us::before {
    top: -67px;
    right: 2%;
    width: 230px;
    height: 290px; }

  .section-why-us .circle-small-white-blur {
    right: 2%;
    top: -40px;
    width: 80px;
    height: 80px; }
  .section-why-us .circle-big-blue-blur {
    left: -60px;
    bottom: -28px;
    width: 120px;
    height: 120px; }

  .section-why-us-hashtag .why-us-hashtag-title .circle-medium-big {
    left: -13px;
    top: -14px;
    width: 100px;
    height: 100px; }
  .section-why-us-hashtag .why-us-hashtag-cols-1::before {
    display: none; }
  .section-why-us-hashtag .why-us-hashtag-cols-1::after {
    display: none; }
  .section-why-us-hashtag .why-us-hashtag-cols-2 .wp-block-column:nth-child(3)::after {
    display: none; }
  .section-why-us-hashtag .circle-medium-orange-blur {
    left: -100px; }
  .section-why-us-hashtag .circle-medium-yellow-blur {
    right: -40px;
    width: 110px;
    height: 110px; }

  .section-wellbeing .circle-medium-dblue {
    left: 83px;
    bottom: -92px;
    width: 160px;
    height: 160px; }

  .section-top-employer .circle-medium-dblue {
    left: 15%; }

  .section-bravo .bravo-cols .wp-block-column:nth-child(2)::before {
    display: none; }
  .section-bravo .circle-big-yellow {
    right: -120px; }

  .section-together .together-title .circle-medium-big {
    left: -13px;
    top: -15px; }

  .section-equal {
    padding-top: 80px; }
    .section-equal .equal-circle-small {
      display: none; }
    .section-equal .equal-section-img {
      max-width: 260px;
      right: 10%; }
    .section-equal .circle-big-yellow-blur {
      right: -184px;
      top: -133px; }

  .section-equal::before {
    display: none; }

  .section-your-story .circle-medium-orange-blur {
    width: 130px;
    height: 130px;
    right: -70px;
    top: -33px; }
  .section-your-story .cv-img {
    max-width: 75px;
    top: 137px; } }
@media only screen and (max-width: 380px) {
  .section-why-us-hashtag .why-us-hashtag-title .circle-medium-big {
    top: -18px; } }
.section-production-logistics {
  margin-top: 90px;
  margin-bottom: 90px; }
  .section-production-logistics .title-row {
    width: 100%; }
    .section-production-logistics .title-row h1 {
      width: 100%;
      display: flex; }
  .section-production-logistics h1,
  .section-production-logistics h3 {
    padding-left: 31px; }
  .section-production-logistics .records-txt {
    text-align: right; }
  .section-production-logistics .baseline-row {
    margin-bottom: 5px; }
  .section-production-logistics .txt-block-wrap {
    width: 100%; }
    .section-production-logistics .txt-block-wrap .txt-block-two-cols {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      .section-production-logistics .txt-block-wrap .txt-block-two-cols div {
        width: 80%;
        padding-left: 60px;
        padding-right: 10px; }
      .section-production-logistics .txt-block-wrap .txt-block-two-cols img {
        width: 20%; }
    .section-production-logistics .txt-block-wrap .txt-block-three-cols {
      margin-top: 30px;
      display: flex;
      justify-content: space-between;
      gap: 15px;
      position: relative;
      left: -100px;
      width: calc(100% + 100px); }
    .section-production-logistics .txt-block-wrap strong {
      position: relative;
      right: -5%;
      margin-top: 60px;
      float: right;
      font-size: 4rem;
      font-weight: 700; }
  .section-production-logistics figure {
    padding-top: 30px;
    padding-left: 25%; }

.section-finance {
  padding-bottom: 90px; }
  .section-finance .title-row h2 {
    background-color: #f16823;
    color: #fff; }
  .section-finance .title-row h2::before {
    background-color: #f16823; }
  .section-finance h2,
  .section-finance h3 {
    padding-left: 31px; }
  .section-finance .finance-paragraph-row .finance-p-left-col p {
    padding-left: 50px;
    padding-right: 18%; }
  .section-finance .finance-paragraph-row .finance-p-right-col p {
    padding-right: 18%; }
  .section-finance .txt-block-rounded {
    background-color: #fdeeba;
    border-radius: 130px; }

.section-sale .title-row h2 {
  background-color: #f8bf01;
  color: #0a213d; }
.section-sale .title-row h2::before {
  background-color: #f8bf01; }
.section-sale h2,
.section-sale h3 {
  padding-left: 31px; }
.section-sale .txt-block-rounded {
  background-color: #d5ecc5;
  border-radius: 130px; }
.section-sale .wp-block-columns:nth-child(3) .wp-block-column:nth-child(1) {
  max-width: 50%;
  padding-left: 50px;
  padding-right: 18%; }
  .section-sale .wp-block-columns:nth-child(3) .wp-block-column:nth-child(1) .txt-highlight-rounded {
    margin-left: -24px; }
.section-sale .wp-block-columns:nth-child(3) .wp-block-column:nth-child(2) {
  max-width: 50%;
  position: relative; }
  .section-sale .wp-block-columns:nth-child(3) .wp-block-column:nth-child(2) figure {
    display: block;
    content: "";
    position: absolute;
    top: 20%;
    right: -22%; }

.section-commercial {
  padding-bottom: 90px; }
  .section-commercial .title-row h2 {
    background-color: #0a213d;
    color: #fff;
    margin-bottom: 30px; }
  .section-commercial .title-row h2::before {
    background-color: #0a213d; }
  .section-commercial .title-row h3 {
    max-width: 600px; }
  .section-commercial h2,
  .section-commercial h3 {
    padding-left: 31px; }
  .section-commercial .wp-block-columns:nth-child(2) {
    align-items: center; }
    .section-commercial .wp-block-columns:nth-child(2) .wp-block-column:nth-child(1) {
      max-width: 50%; }
    .section-commercial .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2) {
      max-width: 50%; }
  .section-commercial .col-block-grey::before {
    display: block;
    content: "";
    position: absolute;
    background-color: #d9d9d9;
    height: 100%;
    width: 500px;
    left: -400px;
    top: 0;
    z-index: -1; }

.section-marketing .title-row {
  margin-bottom: 5px; }
  .section-marketing .title-row h2 {
    background-color: #28a5de;
    color: #fff;
    margin-bottom: 30px; }
  .section-marketing .title-row h2::before {
    background-color: #28a5de; }
.section-marketing h2,
.section-marketing h3 {
  padding-left: 31px; }
.section-marketing .marketing-row {
  align-items: baseline !important; }
  .section-marketing .marketing-row .wp-block-column:nth-child(2) h3 {
    padding-left: 0; }
.section-marketing .col-block-grey::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #d9d9d9;
  height: 100%;
  width: 500px;
  left: -400px;
  top: 0;
  z-index: -1; }

.section-hr {
  position: relative;
  padding-bottom: 130px; }
  .section-hr h2,
  .section-hr h3 {
    padding-left: 31px; }
  .section-hr .blue-transparent-img {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: -430px; }
    .section-hr .blue-transparent-img img {
      height: 430px;
      width: 100%;
      object-fit: contain;
      margin: 0; }
  .section-hr .hr-info-row {
    position: relative; }
  .section-hr .txt-block-rounded {
    background-color: #c7e8f7; }

.section-jobs {
  padding-bottom: 20px;
  background-size: 51% !important; }
  .section-jobs .title-row {
    margin-bottom: 5px; }
    .section-jobs .title-row h2 {
      background-color: #f16823;
      color: #fff;
      margin-bottom: 30px; }
    .section-jobs .title-row h2::before {
      background-color: #f16823; }
  .section-jobs h2,
  .section-jobs h3 {
    padding-left: 31px; }
  .section-jobs .col-block-grey::before {
    display: block;
    content: "";
    position: absolute;
    background-color: #d9d9d9;
    height: 100%;
    width: 500px;
    left: -400px;
    top: 0;
    z-index: -1; }
  .section-jobs .jobs-row {
    align-items: baseline !important; }
    .section-jobs .jobs-row .wp-block-column:nth-child(2) p {
      margin-bottom: 10px; }
  .section-jobs .brochure-badge {
    padding: 15px 15px 15px 28px; }
    .section-jobs .brochure-badge a {
      width: 74px;
      height: 74px; }

.section-purchase {
  padding-bottom: 120px; }
  .section-purchase .title-row h2 {
    background-color: #f8bf01;
    color: #0a213d;
    margin-bottom: 30px; }
  .section-purchase .title-row h2::before {
    background-color: #f8bf01; }
  .section-purchase h2,
  .section-purchase h3 {
    padding-left: 31px; }
  .section-purchase .purchase-row {
    align-items: baseline !important; }
    .section-purchase .purchase-row .txt-block-rounded {
      background-color: #fcdbca; }
  .section-purchase .purchase-paragraph-row .wp-block-column:nth-child(1) {
    padding-left: 50px; }
  .section-purchase .purchase-paragraph-row .wp-block-column {
    max-width: 50%;
    flex-basis: unset !important;
    flex-grow: unset !important; }

.section-employment {
  padding: 150px 20px; }
  .section-employment .employment-title-row {
    align-items: center;
    padding-left: 70px;
    position: relative;
    z-index: 2; }
    .section-employment .employment-title-row h2 {
      margin-bottom: 0; }
    .section-employment .employment-title-row .wp-block-column:nth-child(1) {
      max-width: 70%;
      flex-basis: 70%; }
    .section-employment .employment-title-row .wp-block-column:nth-child(2) {
      max-width: 30%;
      flex-basis: 30%; }
    .section-employment .employment-title-row .wp-block-column {
      position: relative; }
      .section-employment .employment-title-row .wp-block-column .employment-img {
        display: block;
        content: "";
        position: absolute;
        max-width: 350px;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
        .section-employment .employment-title-row .wp-block-column .employment-img img {
          margin: 0; }
  .section-employment .employment-grey-block {
    border-radius: 100px;
    padding: 60px 74px;
    position: relative;
    z-index: 1; }
    .section-employment .employment-grey-block .employment-block-title {
      padding-right: 15px; }
      .section-employment .employment-grey-block .employment-block-title h3 {
        margin-bottom: 0; }
    .section-employment .employment-grey-block .employment-block-info {
      position: relative;
      padding-right: 70px; }
      .section-employment .employment-grey-block .employment-block-info p {
        margin-bottom: 0; }
      .section-employment .employment-grey-block .employment-block-info a {
        background-color: #f8bf01;
        color: #000;
        padding: 5px 30px;
        border-radius: 50px;
        display: inline-block;
        margin-top: 0.5em; }
      .section-employment .employment-grey-block .employment-block-info .brochure-badge {
        max-width: 540px;
        padding: 18px 18px 18px 28px;
        position: absolute;
        bottom: -98px;
        right: -117px; }
        .section-employment .employment-grey-block .employment-block-info .brochure-badge a {
          background-color: #78C044;
          color: #fff;
          padding: 5px;
          border-radius: 50%;
          display: flex; }

@media only screen and (max-width: 1366px) {
  .section-production-logistics .txt-block-wrap strong {
    right: auto; }

  .section-sale .wp-block-columns:nth-child(3) .wp-block-column:nth-child(2) figure {
    right: -4%; }

  .section-hr .blue-transparent-img {
    top: -350px; }
    .section-hr .blue-transparent-img img {
      height: 350px; }

  .section-employment .employment-title-row .wp-block-column .employment-img {
    max-width: 300px; }
  .section-employment .employment-grey-block .employment-block-info .brochure-badge {
    right: 0; } }
@media only screen and (max-width: 1280px) {
  .section-production-logistics h1,
  .section-production-logistics h3 {
    padding-left: 0;
    line-height: normal; }
  .section-production-logistics .txt-block-wrap .txt-block-two-cols div {
    padding-left: 0; }
  .section-production-logistics .txt-block-wrap .txt-block-three-cols {
    margin-top: 40px;
    left: -150px;
    width: calc(100% + 150px);
    justify-content: flex-end; }
  .section-production-logistics .txt-block-wrap strong {
    margin-top: 50px;
    font-size: 3rem; }
  .section-production-logistics figure {
    padding-top: 80px;
    padding-left: 15%; }

  .section-finance h2,
  .section-finance h3 {
    padding-left: 0; }
  .section-finance .txt-block-rounded {
    border-radius: 100px; }

  .section-sale h2,
  .section-sale h3 {
    padding-left: 0; }
  .section-sale .txt-block-rounded {
    border-radius: 100px; }
  .section-sale .wp-block-columns:nth-child(3) .wp-block-column:nth-child(1) {
    padding-right: 8%; }

  .section-commercial h2,
  .section-commercial h3 {
    padding-left: 0; }

  .section-marketing h2,
  .section-marketing h3 {
    padding-left: 0; }

  .section-hr h2,
  .section-hr h3 {
    padding-left: 0; }
  .section-hr .txt-block-rounded {
    border-radius: 100px; }

  .section-jobs h2,
  .section-jobs h3 {
    padding-left: 0; }

  .section-purchase h2,
  .section-purchase h3 {
    padding-left: 0; }
  .section-purchase .purchase-row .txt-block-rounded {
    border-radius: 100px; }

  .section-employment .employment-grey-block .employment-block-info a {
    padding: 5px 20px; }
  .section-employment .employment-grey-block .employment-block-info .brochure-badge a {
    padding: 5px; } }
@media only screen and (max-width: 1024px) {
  .section-production-logistics figure {
    padding-top: 120px; }

  .section-finance .finance-paragraph-row .finance-p-left-col p {
    padding-left: 0;
    padding-right: 9%; }
  .section-finance .finance-paragraph-row .finance-p-right-col p {
    padding-right: 9%; }

  .section-sale .wp-block-columns:nth-child(3) .wp-block-column:nth-child(1) {
    padding-left: 20px;
    padding-right: 0; }
  .section-sale .wp-block-columns:nth-child(3) .wp-block-column:nth-child(2) figure {
    top: 24%;
    right: 5%; }

  .section-purchase .purchase-paragraph-row .wp-block-column:nth-child(1) {
    padding-left: 0;
    padding-right: 8%; }

  .section-employment .employment-grey-block {
    padding: 40px 60px; }
    .section-employment .employment-grey-block .employment-block-title {
      padding-right: 0; }
    .section-employment .employment-grey-block .employment-block-info {
      padding-right: 0; } }
@media only screen and (max-width: 781px) {
  .section-production-logistics {
    margin-bottom: 50px; }
    .section-production-logistics .title-row h1 {
      padding-right: 40px; }
    .section-production-logistics h3 {
      margin-bottom: 0; }
    .section-production-logistics .baseline-row {
      margin-bottom: 25px; }
    .section-production-logistics .txt-block-wrap .txt-block-three-cols {
      flex-direction: column;
      margin-top: 15px;
      left: auto;
      width: 100%; }
    .section-production-logistics .txt-block-wrap strong {
      margin-top: 30px; }
    .section-production-logistics figure {
      padding-top: 20px;
      padding-left: 0; }

  .section-finance {
    padding-bottom: 20px; }
    .section-finance h3 {
      margin-bottom: 0; }
    .section-finance .finance-paragraph-row .finance-p-left-col p {
      padding-right: 0; }
    .section-finance .finance-paragraph-row .finance-p-right-col p {
      padding-right: 0; }
    .section-finance .txt-block-rounded {
      border-radius: 60px; }

  .section-sale .title-row h2 {
    padding-right: 40px; }
  .section-sale h3 {
    margin-bottom: 0; }
  .section-sale .txt-block-rounded {
    border-radius: 60px; }
  .section-sale .wp-block-columns:nth-child(3) .wp-block-column:nth-child(1) {
    max-width: 100%; }
  .section-sale .wp-block-columns:nth-child(3) .wp-block-column:nth-child(2) {
    max-width: 100%; }
    .section-sale .wp-block-columns:nth-child(3) .wp-block-column:nth-child(2) figure {
      top: 39%; }

  .section-commercial {
    padding-bottom: 10px; }
    .section-commercial .title-row h2 {
      padding-right: 40px; }
    .section-commercial .wp-block-columns:nth-child(2) .wp-block-column:nth-child(1) {
      max-width: 100%; }
    .section-commercial .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2) {
      max-width: 100%; }

  .section-marketing h3 {
    margin-bottom: 0; }
  .section-marketing .pivare-logos {
    margin-bottom: 1.5em; }

  .section-hr h3 {
    margin-bottom: 0; }
  .section-hr .blue-transparent-img {
    top: -200px; }
    .section-hr .blue-transparent-img img {
      height: 200px; }
  .section-hr .txt-block-rounded {
    border-radius: 60px; }

  .section-jobs .title-row h2 {
    padding-right: 40px; }

  .section-purchase .title-row {
    margin-bottom: 0; }
  .section-purchase h2,
  .section-purchase h3 {
    margin-bottom: 0; }
  .section-purchase .purchase-row .txt-block-rounded {
    border-radius: 60px; }
  .section-purchase .purchase-paragraph-row .wp-block-column:nth-child(1) {
    padding-right: 0; }
  .section-purchase .purchase-paragraph-row .wp-block-column {
    max-width: 100%; }

  .section-employment {
    padding: 100px 20px; }
    .section-employment .employment-title-row {
      padding-left: 0; }
      .section-employment .employment-title-row h3 {
        font-size: 2.9rem !important; }
      .section-employment .employment-title-row .wp-block-column:nth-child(1) {
        max-width: 100%;
        flex-basis: 100%; }
      .section-employment .employment-title-row .wp-block-column:nth-child(2) {
        max-width: 100%;
        flex-basis: 100%;
        display: none; }
    .section-employment .employment-grey-block {
      border-radius: 60px;
      padding: 40px 20px; }
      .section-employment .employment-grey-block .employment-block-info p a {
        padding: 5px 9px; }
      .section-employment .employment-grey-block .employment-block-info .brochure-badge {
        margin-top: 20px;
        position: relative;
        padding: 12px 12px 12px 28px;
        bottom: auto;
        right: auto; } }
@media only screen and (max-width: 480px) {
  .section-purchase {
    padding-bottom: 0; } }
.section-good-story {
  padding-top: 90px;
  position: relative;
  z-index: 1; }
  .section-good-story .wp-block-columns {
    padding-left: 50px;
    gap: 0; }
    .section-good-story .wp-block-columns h1 {
      line-height: 88px;
      margin-bottom: 60px; }
    .section-good-story .wp-block-columns h4 {
      line-height: 58px;
      padding-right: 15%; }
    .section-good-story .wp-block-columns .wp-block-column {
      position: relative; }
      .section-good-story .wp-block-columns .wp-block-column .bdp-img {
        position: relative;
        top: -50px; }
        .section-good-story .wp-block-columns .wp-block-column .bdp-img figure img {
          max-width: 460px; }
      .section-good-story .wp-block-columns .wp-block-column .btl-img {
        position: relative;
        left: -132px; }
        .section-good-story .wp-block-columns .wp-block-column .btl-img figure img {
          max-width: 520px; }

.section-our-story {
  position: relative; }
  .section-our-story .our-story-title-row {
    padding-top: 60px;
    padding-left: 50px;
    position: relative;
    z-index: 2; }
  .section-our-story .our-story-row {
    margin-bottom: 0;
    padding-left: 56px;
    padding-bottom: 50px;
    position: relative;
    z-index: 2; }
    .section-our-story .our-story-row .our-story-col {
      padding-left: 0;
      padding-right: 0; }
      .section-our-story .our-story-row .our-story-col .our-story-top-row {
        gap: 20px;
        margin-bottom: 10px;
        position: relative; }
        .section-our-story .our-story-row .our-story-col .our-story-top-row .our-story-top-txt {
          position: relative;
          padding-top: 90px;
          padding-right: 20px;
          width: 60%;
          flex-basis: unset !important;
          flex-grow: unset !important; }
          .section-our-story .our-story-row .our-story-col .our-story-top-row .our-story-top-txt p:first-child {
            margin-bottom: 6px; }
        .section-our-story .our-story-row .our-story-col .our-story-top-row .our-story-top-img {
          position: relative;
          width: 40%;
          flex-basis: unset !important;
          flex-grow: unset !important;
          position: relative;
          top: -20px; }
      .section-our-story .our-story-row .our-story-col .our-story-txt-bottom-row {
        position: relative;
        gap: 20px; }

.section-our-story-end {
  padding-bottom: 360px; }

.gb-container.section-our-story-start,
.gb-container.section-our-story-end {
  background-color: transparent; }

@media only screen and (max-width: 1366px) {
  .section-good-story .wp-block-columns .wp-block-column .btl-img {
    left: auto; }

  .section-our-story .our-story-title-row {
    padding-top: 160px; }

  .section-our-story-end {
    padding-bottom: 460px; } }
@media only screen and (max-width: 1280px) {
  .section-good-story .wp-block-columns h1 {
    line-height: 58px; }
  .section-good-story .wp-block-columns h4 {
    font-size: 4rem;
    line-height: 50px;
    padding-right: 0; }
  .section-good-story .wp-block-columns .wp-block-column {
    max-width: 50%;
    flex-basis: unset !important; }
    .section-good-story .wp-block-columns .wp-block-column .btl-img {
      left: -92px; }
      .section-good-story .wp-block-columns .wp-block-column .btl-img figure img {
        max-width: 470px; }

  .section-our-story-end {
    padding-bottom: 460px; } }
@media only screen and (max-width: 1024px) {
  .section-good-story .wp-block-columns {
    padding-left: 20px; }
    .section-good-story .wp-block-columns h4 {
      font-size: 3.3rem !important;
      line-height: 39px; }
    .section-good-story .wp-block-columns .wp-block-column .btl-img {
      left: auto; }
      .section-good-story .wp-block-columns .wp-block-column .btl-img figure img {
        max-width: 370px; }

  .section-our-story .our-story-title-row {
    padding-top: 25px;
    padding-left: 20px; }
  .section-our-story .our-story-row {
    padding-left: 20px; }

  .section-our-story-end {
    padding-bottom: 460px; } }
@media only screen and (max-width: 781px) {
  .section-good-story {
    padding-bottom: 100px; }
    .section-good-story .wp-block-columns h1 {
      line-height: normal;
      margin-bottom: 30px; }
    .section-good-story .wp-block-columns h4 {
      font-size: 2.8rem !important;
      line-height: 36px; }
    .section-good-story .wp-block-columns .wp-block-column {
      max-width: 100%; }
      .section-good-story .wp-block-columns .wp-block-column .bdp-img {
        top: auto;
        width: 100%;
        text-align: center; }
        .section-good-story .wp-block-columns .wp-block-column .bdp-img figure {
          width: 100%;
          text-align: center;
          margin-left: 0;
          margin-right: 0; }
          .section-good-story .wp-block-columns .wp-block-column .bdp-img figure img {
            max-width: 100%; }
      .section-good-story .wp-block-columns .wp-block-column .btl-img {
        width: 100%;
        text-align: center; }
        .section-good-story .wp-block-columns .wp-block-column .btl-img figure {
          width: 100%;
          text-align: center;
          margin-left: 0;
          margin-right: 0; }
          .section-good-story .wp-block-columns .wp-block-column .btl-img figure img {
            max-width: 100%; }

  .section-our-story .our-story-row .our-story-col .our-story-top-row {
    gap: 0;
    margin-bottom: 10px; }
    .section-our-story .our-story-row .our-story-col .our-story-top-row .our-story-top-txt {
      padding-top: 0;
      padding-right: 10px;
      width: 100%;
      order: 2; }
    .section-our-story .our-story-row .our-story-col .our-story-top-row .our-story-top-img {
      width: 60%;
      top: auto;
      order: 1;
      margin-bottom: 20px; }
  .section-our-story .our-story-row .our-story-col .our-story-txt-bottom-row {
    margin-bottom: 0; }

  .section-our-story-end {
    padding-bottom: 30px; }

  .gb-container.section-our-story-start,
  .gb-container.section-our-story-end {
    background-color: #f16823; } }
.section-production-logistics .title-row .wp-block-column {
  position: relative; }
  .section-production-logistics .title-row .wp-block-column .pl-circle-small {
    display: block;
    content: "";
    position: absolute;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    border-radius: 50%;
    z-index: -2;
    top: 90px;
    left: 38px;
    width: 120px;
    height: 120px;
    background-color: #28a5de; }
  .section-production-logistics .title-row .wp-block-column .pl-circle-medium {
    display: block;
    content: "";
    position: absolute;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    border-radius: 50%;
    top: 60px;
    right: -197px;
    width: 150px;
    height: 150px;
    background-color: #f16823; }
.section-production-logistics .baseline-row .wp-block-column {
  position: relative; }
  .section-production-logistics .baseline-row .wp-block-column .pl-circle-small {
    display: block;
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: 160px;
    left: -32px;
    width: 90px;
    height: 90px;
    background-color: #f8bf01; }

.section-finance {
  position: relative; }
  .section-finance .finance-circle-small {
    display: block;
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    bottom: 107px;
    left: -53px;
    width: 90px;
    height: 90px;
    background-color: #f16823; }

.section-sale {
  position: relative; }
  .section-sale .title-row {
    position: relative; }
    .section-sale .title-row .sale-circle-small {
      display: block;
      content: "";
      position: absolute;
      -webkit-filter: blur(15px);
      filter: blur(15px);
      border-radius: 50%;
      top: -29px;
      left: 541px;
      width: 120px;
      height: 120px;
      background-color: #f8bf01; }
  .section-sale .sale-circle-big {
    display: block;
    content: "";
    position: absolute;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    border-radius: 50%;
    bottom: -34px;
    right: -61px;
    width: 190px;
    height: 190px;
    background-color: #28a5de; }

.section-commercial {
  position: relative; }
  .section-commercial .commercial-circle-medium {
    display: block;
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: 17%;
    left: -120px;
    width: 190px;
    height: 190px;
    background-color: #28a5de; }

.section-hr .hr-info-row::before {
  display: block;
  content: "";
  position: absolute;
  left: 24%;
  top: -238px;
  background-image: url("https://basdobraprica.co.rs/wp-content/uploads/2023/11/HR.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 430px;
  height: 500px; }
.section-hr .hr-puzzle-img {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 50px; }

.section-purchase {
  position: relative; }
  .section-purchase .purchase-circle-medium {
    display: block;
    content: "";
    position: absolute;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    border-radius: 50%;
    z-index: -1;
    bottom: 88px;
    left: -68px;
    width: 210px;
    height: 210px;
    background-color: #f16823; }
  .section-purchase .purchase-circle-small {
    display: block;
    content: "";
    position: absolute;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    border-radius: 50%;
    z-index: -1;
    bottom: 90px;
    right: 136px;
    width: 150px;
    height: 150px;
    background-color: #f8bf01; }

.section-employment {
  position: relative; }
  .section-employment .e-circle-micro {
    display: block;
    content: "";
    position: absolute;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    border-radius: 50%;
    top: -39px;
    right: 24%;
    width: 90px;
    height: 90px;
    background-color: #fff; }
  .section-employment .e-circle-small {
    display: block;
    content: "";
    position: absolute;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    border-radius: 50%;
    top: 37%;
    left: -60px;
    width: 140px;
    height: 140px;
    background-color: #f16823; }
  .section-employment .e-circle-medium-blur {
    display: block;
    content: "";
    position: absolute;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    border-radius: 50%;
    z-index: 0;
    top: 29%;
    right: 7%;
    width: 190px;
    height: 190px;
    background-color: #28a5de; }
  .section-employment .e-circle-medium {
    display: block;
    content: "";
    position: absolute;
    border-radius: 50%;
    bottom: -99px;
    right: 10%;
    width: 190px;
    height: 190px;
    background-color: #f16823;
    display: none; }
  .section-employment .e-circle-big {
    display: block;
    content: "";
    position: absolute;
    border-radius: 50%;
    bottom: 9%;
    left: 17%;
    width: 300px;
    height: 300px;
    background-color: #28a5de; }

@media only screen and (max-width: 1366px) {
  .section-production-logistics .title-row .wp-block-column .pl-circle-medium {
    top: 33%; }
  .section-production-logistics .baseline-row .wp-block-column .pl-circle-small {
    width: 70px;
    height: 70px; }

  .section-sale .sale-circle-big {
    bottom: -54px; }

  .section-commercial .commercial-circle-medium {
    left: -141px; }

  .section-hr .hr-info-row::before {
    top: -198px;
    width: 400px; }
  .section-hr .hr-puzzle-img {
    max-width: 292px; }

  .section-purchase .purchase-circle-medium {
    bottom: 33px;
    left: -89px; }
  .section-purchase .purchase-circle-small {
    bottom: 55px;
    right: 109px; }

  .section-employment .e-circle-micro {
    top: -49px; }
  .section-employment .e-circle-small {
    top: 29%; } }
@media only screen and (max-width: 1280px) {
  .section-sale .title-row .sale-circle-small {
    left: 391px; }
  .section-sale .sale-circle-big {
    bottom: -106px;
    right: -78px; }

  .section-commercial .commercial-circle-medium {
    top: 14%; }

  .section-hr .hr-info-row::before {
    left: 22%;
    top: -174px;
    width: 350px;
    height: 350px; } }
@media only screen and (max-width: 1024px) {
  .section-production-logistics .title-row .wp-block-column .pl-circle-small {
    top: 73px; }
  .section-production-logistics .title-row .wp-block-column .pl-circle-medium {
    display: none; }

  .section-sale .title-row .sale-circle-small {
    left: 359px; }
  .section-sale .sale-circle-big {
    right: -98px; }

  .section-hr .hr-info-row::before {
    top: -115px;
    width: 300px;
    height: 300px; } }
@media only screen and (max-width: 781px) {
  .section-production-logistics .baseline-row .wp-block-column .pl-circle-small {
    top: 183px;
    left: -57px; }

  .section-sale .sale-circle-big {
    right: -136px; }

  .section-hr .hr-info-row::before {
    top: -127px;
    width: 205px;
    height: 237px;
    left: auto;
    right: -8%; }
  .section-hr .hr-puzzle-img {
    max-width: 158px;
    bottom: 38px; }

  .section-purchase .purchase-circle-medium {
    left: -140px; }
  .section-purchase .purchase-circle-small {
    bottom: 15px;
    right: -81px; }

  .section-employment .e-circle-medium {
    display: none; }
  .section-employment .e-circle-big {
    left: auto;
    right: -10%; } }
.section-good-story .wp-block-columns .wp-block-column .circle-small-dblue {
  display: block;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: -122px;
  right: 39px;
  width: 60px;
  height: 60px;
  background-color: #0a213d;
  display: none; }
.section-good-story .wp-block-columns .wp-block-column .circle-small-blue-blur {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  border-radius: 50%;
  z-index: -1;
  top: 0;
  left: 10px;
  width: 170px;
  height: 170px;
  background-color: #28a5de; }
.section-good-story .wp-block-columns .wp-block-column .circle-small-yellow-blur {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  border-radius: 50%;
  z-index: -1;
  bottom: 279px;
  right: 55px;
  width: 120px;
  height: 120px;
  background-color: #f8bf01; }
.section-good-story .circle-small-orange-blur {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  border-radius: 50%;
  z-index: -1;
  top: 2%;
  right: 55px;
  width: 150px;
  height: 150px;
  background-color: #f16823; }
.section-good-story .circle-small-yellow {
  display: block;
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  bottom: 178px;
  left: 111px;
  width: 70px;
  height: 70px;
  background-color: #f8bf01; }
.section-good-story .circle-medium-blue {
  display: block;
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  bottom: 14px;
  right: -55px;
  width: 150px;
  height: 150px;
  background-color: #28a5de; }
.section-good-story .circle-big-blue-blur {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  border-radius: 50%;
  z-index: -1;
  bottom: -238px;
  left: -67px;
  width: 230px;
  height: 230px;
  background-color: #28a5de; }

.section-our-story .our-story-row .our-story-col .our-story-top-row .our-story-top-txt .s2-circle-small {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  border-radius: 50%;
  z-index: -1;
  top: -48px;
  left: 39px;
  width: 80px;
  height: 80px;
  background-color: #fff; }
.section-our-story .our-story-row .our-story-col .our-story-top-row .our-story-top-txt .s4-circle-small {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  border-radius: 50%;
  z-index: -1;
  top: -78px;
  left: -113px;
  width: 160px;
  height: 160px;
  background-color: #f8bf01; }
.section-our-story .our-story-row .our-story-col .our-story-top-row .our-story-top-txt .s5-circle-small {
  display: block;
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  top: -56px;
  left: -100px;
  width: 120px;
  height: 120px;
  background-color: #28a5de; }
.section-our-story .our-story-row .our-story-col .our-story-top-row .our-story-top-img .s1-circle-medium {
  display: block;
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  top: -88px;
  left: -56px;
  width: 180px;
  height: 180px;
  background-color: #f8bf01; }
.section-our-story .our-story-row .our-story-col .our-story-top-row .our-story-top-img .s3-circle-medium {
  display: block;
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  top: -65px;
  right: -277px;
  width: 180px;
  height: 180px;
  background-color: #28a5de; }
.section-our-story .our-story-row .our-story-col .our-story-txt-bottom-row .s1-circle-medium {
  display: block;
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  top: 42px;
  left: -174px;
  width: 120px;
  height: 120px;
  background-color: #f8bf01; }
.section-our-story .our-story-row .our-story-col .our-story-txt-bottom-row .s2-circle-big {
  display: block;
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  top: 43px;
  left: -456px;
  width: 380px;
  height: 380px;
  background-color: #0a213d; }
.section-our-story .our-story-row .our-story-col .our-story-txt-bottom-row .s5-circle-big {
  display: block;
  content: "";
  position: absolute;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  border-radius: 50%;
  z-index: -1;
  bottom: -143px;
  right: -373px;
  width: 280px;
  height: 280px;
  background-color: #f8bf01; }

.section-our-story-start::before {
  display: block;
  content: "";
  position: absolute;
  top: -35%;
  left: 0;
  background-color: #f16823;
  width: 100%;
  height: 1600px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%; }

.section-our-story-end::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 45px;
  left: 0;
  background-color: #f16823;
  width: 100%;
  height: 1600px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%; }

.section-our-story-end::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("https://basdobraprica.co.rs/wp-content/uploads/2023/11/apa-pivara.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 1200px; }

@media only screen and (max-width: 1366px) {
  .section-good-story .circle-small-orange-blur {
    top: -4%;
    right: -27px;
    width: 130px;
    height: 130px; }
  .section-good-story .circle-small-yellow {
    bottom: 138px;
    left: 0; }

  .section-our-story .our-story-row .our-story-col .our-story-top-row .our-story-top-img .s3-circle-medium {
    right: -115px; }
  .section-our-story .our-story-row .our-story-col .our-story-txt-bottom-row .s1-circle-medium {
    left: -96px; }
  .section-our-story .our-story-row .our-story-col .our-story-txt-bottom-row .s5-circle-big {
    display: none; }

  .section-our-story-start::before {
    top: -30%;
    height: 1203px; }

  .section-our-story-end::before {
    height: 1203px; } }
@media only screen and (max-width: 1024px) {
  .section-good-story .wp-block-columns .wp-block-column .circle-small-dblue {
    top: -56px;
    right: -2px;
    width: 50px;
    height: 50px; }

  .section-our-story-start::before {
    height: 940px;
    border-top-left-radius: 44%;
    border-top-right-radius: 44%; }

  .section-our-story-end::before {
    bottom: 12%;
    height: 940px; } }
@media only screen and (max-width: 781px) {
  .section-good-story .wp-block-columns .wp-block-column .circle-small-dblue {
    display: none; }
  .section-good-story .wp-block-columns .wp-block-column .circle-small-yellow-blur {
    bottom: 0;
    right: 0; }
  .section-good-story .circle-small-orange-blur {
    display: none; }
  .section-good-story .circle-small-blue-blur {
    bottom: -1%;
    right: -94px; }

  .section-our-story .our-story-row .our-story-col .our-story-top-row .our-story-top-txt .s2-circle-small {
    left: auto;
    right: 0; }
  .section-our-story .our-story-row .our-story-col .our-story-top-row .our-story-top-img .s1-circle-medium {
    display: none; }
  .section-our-story .our-story-row .our-story-col .our-story-top-row .our-story-top-img .s3-circle-medium {
    right: -141px; }
  .section-our-story .our-story-row .our-story-col .our-story-txt-bottom-row .s1-circle-medium {
    left: -96px; }

  .section-our-story-start::before {
    height: 250px;
    top: -120px; }

  .section-our-story-end::before {
    display: none;
    bottom: 12%;
    height: 250px; }

  .section-our-story-end::after {
    background-size: contain; } }
@media only screen and (max-width: 480px) {
  .section-good-story .wp-block-columns .wp-block-column .circle-small-blue-blur {
    top: -71px; }
  .section-good-story .circle-medium-blue {
    bottom: -1px;
    right: -63px;
    width: 130px;
    height: 130px; }
  .section-good-story .circle-big-blue-blur {
    bottom: -141px;
    left: -155px;
    width: 230px;
    height: 230px; }

  .section-our-story .our-story-row .our-story-col .our-story-top-row .our-story-top-txt .s2-circle-small {
    left: auto;
    right: 0; }
  .section-our-story .our-story-row .our-story-col .our-story-top-row .our-story-top-img .s1-circle-medium {
    display: none; }
  .section-our-story .our-story-row .our-story-col .our-story-top-row .our-story-top-img .s3-circle-medium {
    top: -43px;
    right: -172px !important;
    width: 132px;
    height: 132px; }
  .section-our-story .our-story-row .our-story-col .our-story-txt-bottom-row .s1-circle-medium {
    left: -96px; } }
.age-gate__wrapper {
  height: auto !important; }
  .age-gate__wrapper .age-gate form.age-gate__form .age-gate__heading img {
    max-width: 320px; }
  .age-gate__wrapper .age-gate form.age-gate__form .age-gate__subheadline {
    font-size: 1.5rem; }
  .age-gate__wrapper .age-gate form.age-gate__form .age-gate__fields .age-gate__form-elements label {
    font-size: 2rem; }
  .age-gate__wrapper .age-gate form.age-gate__form .age-gate__fields .age-gate__form-elements select.age-gate__select,
  .age-gate__wrapper .age-gate form.age-gate__form .age-gate__fields .age-gate__form-elements option {
    font-size: 1.3rem; }
  .age-gate__wrapper .age-gate form.age-gate__form .age-gate__submit button.age-gate__button {
    font-size: 1.6rem; }

@media only screen and (max-width: 1366px) {
  .age-gate__wrapper .age-gate form.age-gate__form .age-gate__headline {
    font-size: 2rem; }
  .age-gate__wrapper .age-gate form.age-gate__form .age-gate__subheadline {
    font-size: 1.9rem; }
  .age-gate__wrapper .age-gate form.age-gate__form .age-gate__fields .age-gate__form-elements label {
    font-size: 2.4rem; }
  .age-gate__wrapper .age-gate form.age-gate__form .age-gate__fields .age-gate__form-elements select.age-gate__select,
  .age-gate__wrapper .age-gate form.age-gate__form .age-gate__fields .age-gate__form-elements option {
    font-size: 1.7rem; }
  .age-gate__wrapper .age-gate form.age-gate__form .age-gate__submit button.age-gate__button {
    font-size: 2rem; } }
@media only screen and (max-width: 781px) {
  .age-gate__wrapper .age-gate form.age-gate__form .age-gate__headline {
    font-size: 2rem !important; }
  .age-gate__wrapper .age-gate form.age-gate__form .age-gate__subheadline {
    font-size: 2rem; }
  .age-gate__wrapper .age-gate form.age-gate__form .age-gate__fields .age-gate__form-elements label {
    font-size: 2.4rem; }
  .age-gate__wrapper .age-gate form.age-gate__form .age-gate__fields .age-gate__form-elements select.age-gate__select,
  .age-gate__wrapper .age-gate form.age-gate__form .age-gate__fields .age-gate__form-elements option {
    font-size: 2rem; }
  .age-gate__wrapper .age-gate form.age-gate__form .age-gate__submit {
    margin-top: 1em; }
    .age-gate__wrapper .age-gate form.age-gate__form .age-gate__submit button.age-gate__button {
      font-size: 2.2rem; } }
