/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss ***!
  \************************************************************************************************************/
@charset "UTF-8";
header.colored {
  height: 84px !important;
  background-color: rgba(140, 116, 52, 0.45) !important;
  transition: 0.5s;
}
header.colored .d-flex.align-items-center.justify-content-between.container {
  transition: 0.5s;
}
header.colored .d-flex.align-items-center.justify-content-between.container a.logo svg#Layer_1 {
  width: 130px;
  transition: 0.5s;
}

header#navbar {
  height: 100px;
  background: transparent;
  z-index: 9999;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  transition: 0.5s;
}
header#navbar .d-flex.align-items-center.justify-content-between.container {
  height: 100%;
}
header#navbar .d-flex.align-items-center.justify-content-between.container a.logo svg#Layer_1 {
  transition: 0.5s;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul {
  display: flex;
  position: relative;
  margin-bottom: 0px;
  justify-content: space-evenly;
  padding: 0px;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li a {
  color: white;
  font-size: calc(16px + 0.3vw);
  font-weight: 500;
  line-height: normal;
  position: relative;
  cursor: pointer;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  border-radius: 100px;
  background-color: white;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 1.2s;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li a:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li {
  margin-left: calc(16px + 0.01vw);
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.menu-item-has-children ul.sub-menu {
  display: none;
  position: absolute;
  padding-left: 0px;
  padding-top: 30px;
  right: 0px;
  top: 100%;
  white-space: nowrap;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.menu-item-has-children ul.sub-menu li {
  background: rgba(200, 200, 200, 0.658);
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.menu-item-has-children ul.sub-menu li a {
  font-size: 1.15rem;
  font-weight: 400;
  color: #000000 !important;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.menu-item-has-children ul.sub-menu li a::after {
  background-color: black !important;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.menu-item-has-children ul.sub-menu li {
  padding: 15px;
  transition: 0.3s;
  margin-left: 0px;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.menu-item-has-children ul.sub-menu li:hover {
  transition: 0.3s;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.menu-item-has-children ul.sub-menu li.lang-item {
  padding: 0;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.menu-item-has-children ul.sub-menu li.lang-item a {
  display: inline-block;
  padding: 6px 12px;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.menu-item-has-children ul.sub-menu li.lang-item:hover {
  background-color: rgba(140, 116, 52, 0.45);
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children {
  position: relative;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
  background: transparent;
  display: flex !important;
  position: relative;
  flex-direction: column;
  width: 100%;
  padding-left: 0px;
  padding-top: 0px;
  left: 0; /* Postavite levo na 0 da biste počeli sa prikazivanjem menija unutar menija */
  top: 0px;
  white-space: nowrap;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li {
  margin: 0px;
  background-color: transparent;
  padding: 5px 0px;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
  display: block !important;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.menu-item-has-children:hover ul.sub-menu {
  display: flex !important;
  width: fit-content;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.pll-parent-menu-item {
  position: relative;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.pll-parent-menu-item a img {
  width: 16px !important;
  height: 16px !important;
  border-radius: 50%;
  border: 1px solid black;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.8) !important;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.pll-parent-menu-item a::after {
  box-sizing: border-box;
  height: 8px;
  width: 8px;
  border-style: solid;
  border-color: white;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  transform-origin: center center;
  margin-left: 5px;
  background-color: transparent !important;
  border-radius: 0px;
  position: absolute;
  left: 100%;
  top: 40%;
  transition: 0.5s;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.pll-parent-menu-item a:hover::after {
  top: 50%;
  transform-origin: center center;
  transform: rotate(-135deg);
  transition: 0.5s;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.pll-parent-menu-item ul.sub-menu {
  left: -5px;
  flex-direction: column !important;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.pll-parent-menu-item ul.sub-menu li {
  padding: 15px 10px;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.pll-parent-menu-item ul.sub-menu li a img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid black;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.pll-parent-menu-item ul.sub-menu li a::after {
  display: none;
}
header#navbar .d-flex.align-items-center.justify-content-between.container nav.d-none.d-lg-block div ul li.pll-parent-menu-item.active a::after {
  transform-origin: center center;
  transform: rotate(-135deg);
}
header#navbar .d-flex.align-items-center.justify-content-between.container div#offcanvasWithBothOptions {
  max-width: 70%;
}

.hamburger-menu {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.hamburger-menu .bar,
.hamburger-menu .bar:after,
.hamburger-menu .bar:before {
  width: 30px;
  height: 3px;
}
.hamburger-menu .bar {
  position: relative;
  background: #000000;
  transition: all 0ms 300ms;
  border-radius: 100px;
}
.hamburger-menu .bar.animate {
  background: transparent;
}
.hamburger-menu .bar:before {
  border-radius: 100px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #000000;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu .bar:after {
  border-radius: 100px;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #000000;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu .bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu .bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*---------------------
    Mobiles Menu 
    ----------------------*/
/*---------------------
        Mobiles Menu - Design 
        ----------------------*/
.mobile-menu ul {
  margin: 0;
  padding: 0;
  padding-bottom: 25px;
}
.mobile-menu ul li {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding-left: 0px;
  overflow: hidden;
  float: none;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  position: relative;
  text-align: left;
  width: fit-content;
  text-transform: uppercase;
}
.mobile-menu ul li:first-child {
  margin-top: 1rem;
}
.mobile-menu ul li a:hover {
  color: #f3d250;
}
.mobile-menu ul li a {
  text-decoration: none;
  color: black;
}
.mobile-menu ul li.menu-item-has-children ul.sub-menu {
  padding-bottom: 0px;
  padding-left: 15px;
}
.mobile-menu ul li.menu-item-has-children ul.sub-menu li {
  margin-top: 0px !important;
}
.mobile-menu ul li.menu-item-has-children ul.sub-menu li a {
  font-size: 13px;
  display: flex;
  align-items: center;
}
.mobile-menu ul li.menu-item-has-children ul.sub-menu li a::before {
  content: "-";
  margin-right: 5px;
}

/*---------------------
        Mobiles Menu - Slide IN 
        ----------------------*/
.mobile-menu {
  padding-bottom: 20px;
  top: 60px;
  left: -100%;
  width: 100%;
  background: #ebebeb;
  color: black;
  height: 100%;
  position: fixed;
  z-index: 10;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
  -moz-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.mobile-menu ul#mobile-menu {
  border-top: 1px solid silver;
}
.mobile-menu svg {
  margin-bottom: 1rem;
}
.mobile-menu li.pll-parent-menu-item {
  display: flex;
  flex-direction: column;
}
.mobile-menu li.pll-parent-menu-item a {
  font-weight: 700;
  color: #02817c;
}
.mobile-menu li.pll-parent-menu-item a::before {
  display: none;
}
.mobile-menu li.pll-parent-menu-item ul.sub-menu {
  display: flex;
  padding-left: 0px !important;
}
.mobile-menu li.pll-parent-menu-item ul.sub-menu a {
  margin-right: 10px;
  color: black;
}
.mobile-menu li.pll-parent-menu-item ul.sub-menu a::before {
  display: none;
}

.mobile-menu.active {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.mobile-menu.active .content {
  padding: 1rem;
}

@media (max-width: 992px) {
  .hamburger-menu {
    display: flex;
    height: 100%;
    width: auto;
    align-items: center;
  }
  .mobile-menu {
    top: 0px;
    width: 80%;
    background: white;
    box-shadow: 4px 0px 20px -3px black;
  }
}
nav.mobile-menu.active .content svg {
  fill: rgb(65, 66, 65) !important;
}

.swiper-typesofemployers-wrapper {
  position: relative;
}
.swiper-typesofemployers-wrapper .types-swiper-button-prev,
.swiper-typesofemployers-wrapper .types-swiper-button-next {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 5;
  translate: calc(-100% - 20px) -50%;
}
.swiper-typesofemployers-wrapper .types-swiper-button-prev::after,
.swiper-typesofemployers-wrapper .types-swiper-button-next::after {
  content: "prev";
  font-family: "swiper-icons";
  font-size: 40px;
  color: #02817c;
  cursor: pointer;
}
.swiper-typesofemployers-wrapper .types-swiper-button-next {
  right: 0;
  left: auto;
  translate: calc(100% + 20px) -50%;
}
.swiper-typesofemployers-wrapper .types-swiper-button-next::after {
  content: "next";
}
@media (max-width: 1024px) {
  .swiper-typesofemployers-wrapper {
    margin: 0 10px;
  }
  .swiper-typesofemployers-wrapper .types-swiper-button-prev::after,
  .swiper-typesofemployers-wrapper .types-swiper-button-next::after {
    font-size: 25px;
  }
}

.typesofemployers-swiper {
  overflow: hidden;
}
.typesofemployers-swiper .swiper-slide img {
  min-height: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 0px 45px 0px 0px;
}
@media (max-width: 600px) {
  .typesofemployers-swiper .swiper-slide img {
    min-height: 300px;
    height: 300px;
  }
}

.container-fluid.px-0.slider {
  color: #fff;
  min-height: 90vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .container-fluid.px-0.slider {
    display: flex;
    align-items: flex-end;
  }
}
.container-fluid.px-0.slider img.img-fluid.position-absolute.bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.container-fluid.px-0.slider .container {
  position: relative;
  top: 45vh;
  max-width: 84vw;
}
@media (max-width: 600px) {
  .container-fluid.px-0.slider .container {
    top: 0;
  }
}
.container-fluid.px-0.slider .container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transform: translate(-50%);
  width: 100%;
  background-color: rgba(134, 169, 193, 0.5960784314);
  z-index: 1;
  box-shadow: 0 0rem 0.8rem rgba(0, 0, 0, 0.2) !important;
}
.container-fluid.px-0.slider .container .swiper {
  max-width: 45%;
  overflow: hidden;
  padding: 32px 0px;
  margin: 0px;
}
.container-fluid.px-0.slider .container .swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.container-fluid.px-0.slider .container .swiper .swiper-wrapper .swiper-slide h1 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 2.8rem;
  text-shadow: 1.5px 1.5px 4px rgba(0, 0, 0, 0.7);
}
.container-fluid.px-0.slider .container .swiper .swiper-wrapper .swiper-slide p {
  font-size: 1.4rem;
  text-shadow: 1.5px 1.5px 4px rgba(0, 0, 0, 0.7);
  line-height: 30px;
}
.container-fluid.px-0.slider .container .swiper .swiper-wrapper .swiper-slide a {
  text-shadow: 1.5px 1.5px 4px rgba(0, 0, 0, 0.7);
}
.container-fluid.px-0.slider .container .swiper .swiper-wrapper .swiper-slide a svg {
  fill: white;
}
.container-fluid.px-0.slider .container .swipernavs {
  position: absolute;
  z-index: 25;
  left: 0;
  top: 50%;
  width: 50%;
}
.container-fluid.px-0.slider .container .swipernavs .swiper-button-next,
.container-fluid.px-0.slider .container .swipernavs .swiper-button-prev {
  justify-content: flex-start;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.7);
  position: absolute;
  color: white;
  font-weight: 700;
  width: 5%;
}
.container-fluid.px-0.slider .container .swipernavs .swiper-button-next::after, .container-fluid.px-0.slider .container .swipernavs .swiper-button-next::before,
.container-fluid.px-0.slider .container .swipernavs .swiper-button-prev::after,
.container-fluid.px-0.slider .container .swipernavs .swiper-button-prev::before {
  font-size: 25px;
}
.container-fluid.px-0.slider .container .swipernavs .swiper-button-prev {
  transform: translate(-90px);
}

section.news {
  padding: 0 0 0vh;
}
section.news a.linkbutton {
  background-color: transparent;
  color: #8c7434 !important;
  margin-top: 5px;
  width: 100%;
  text-align: right;
}
section.news a.linkbutton svg {
  fill: #8c7434 !important;
}
section.news h2 {
  font-size: 56px;
  line-height: 55px;
  font-weight: 500;
  margin: 0;
  padding: 60px 0px;
}
section.news h4 {
  font-size: 27px;
  line-height: 33px;
  font-weight: 700;
  margin: 16px 0;
}
section.news p {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}
section.news a {
  color: #000000 !important;
}
section.news .swiper-container {
  background-color: white;
  padding-bottom: 120px;
}
section.news .swiper-container__inner {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
section.news .swiper-container .swiper-news {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
section.news .swiper-slide {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: auto;
}
section.news .swiper-slide .datefont {
  color: #8c7434 !important;
  font-size: 17px;
  padding-bottom: 5px;
}
section.news .swiper-slide img {
  max-height: 323px;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  border-radius: 0 0 0 27px;
}
section.news .swiper-slide h4 {
  margin: 16px 0px !important;
  color: #02817c;
  font-weight: 500;
  font-size: 26px;
  line-height: 26px;
}
section.news .swiper-button-prev1,
section.news .swiper-button-next1 {
  position: absolute;
  top: 25%;
  border-radius: 50%;
  background-color: #02817c;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.news .swiper-button-prev1::after,
section.news .swiper-button-next1::after {
  content: "";
}
section.news .swiper-button-prev1 svg,
section.news .swiper-button-next1 svg {
  fill: #616161;
  width: 20px;
}
section.news polygon {
  fill: white !important;
}
section.news path {
  fill: white !important;
}
section.news .news .swiper-button-next1 svg {
  fill: white !important;
}
section.news .swiper-button-prev1 {
  left: -60px;
}
section.news .swiper-button-next1 {
  right: -60px;
}
section.news .swiper-button-next1 svg {
  transform: rotate(180deg);
  transform-origin: center;
}
section.news .swiper-pagination {
  bottom: -70px;
  z-index: 1;
}
section.news .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #02817c;
}
section.news .swiper-pagination-bullet-active {
  background-color: #02817c;
  position: relative;
}

@media (max-width: 1560px) {
  .news h2 {
    font-size: 45px;
    line-height: 45px;
    font-weight: 500;
    margin: 0;
    padding: 60px 0px;
  }
  .news p {
    font-size: 18px;
    line-height: 23px;
  }
  .swiper-slide h4 {
    font-size: 23px !important;
    line-height: 23px !important;
    font-weight: 700;
    margin: 16px 0 4px 0 !important;
  }
}
@media (max-width: 1200px) {
  .swiper h2 {
    font-size: 45px;
    line-height: 45px;
    padding: 40px 0px;
  }
  .swiper h4 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    margin: 12px 0 0 0;
  }
  .news .swiper-button-prev1 {
    left: 0px !important;
    width: 40px;
    height: 40px;
    z-index: 99;
  }
  .news .swiper-button-next1 {
    right: 0px !important;
    width: 40px;
    height: 40px;
    z-index: 99;
  }
}
@media (max-width: 600px) {
  .news .swiper-container {
    padding-bottom: 80px;
  }
  .news .swiper-button-prev1 {
    left: -10px;
    width: 40px;
    height: 40px;
    z-index: 99;
  }
  .news .swiper-button-next1 {
    right: -10px;
    width: 40px;
    height: 40px;
    z-index: 99;
  }
  .news h2 {
    font-size: 32px;
    padding: 20px 0px;
  }
  .news .swiper-pagination-bullet {
    width: 23px;
    height: 23px;
  }
  .news .swiper-pagination-bullet-active {
    width: 23px;
    height: 23px;
  }
  .news .swiper-slide h4 {
    margin: 16px 0px 4px 0px !important;
  }
}
.extra-bold {
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

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

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.extra-light {
  font-weight: 300;
}

.padding-y {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-hero {
  padding-top: 90px;
  padding-bottom: 90px;
}

h1 {
  font-size: calc(14px + 0.5vw);
  font-weight: 700;
  opacity: 1;
  margin: 0;
  padding: 0;
}

h2 {
  line-height: normal;
  font-weight: 500;
  font-size: calc(24px + 1vw);
  opacity: 1;
  color: #02817c;
  margin-bottom: 24px;
}

.text-shadow {
  text-shadow: 0 0rem 0.8rem rgba(0, 0, 0, 0.2) !important;
}

.box-shadow {
  box-shadow: 0 0rem 0.8rem rgba(0, 0, 0, 0.2) !important;
}

h2.hero {
  font-size: calc(32px + 0.8vw);
}

.border-top-right-small {
  border-radius: 0px 20px 0px 0px;
}

.padding-banner {
  padding-left: 90px;
  padding-right: 90px;
}

h3 {
  text-align: left;
  line-height: 39px;
  font-weight: 400;
  letter-spacing: 0px;
  opacity: 1;
}
@media (max-width: 600px) {
  h3 {
    margin-bottom: 12px;
  }
}

p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  p {
    font-size: calc(13px + 0.4vw);
    line-height: 26px !important;
  }
}

.app {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
}
.app .container .row {
  padding-top: 60px;
  padding-bottom: 60px;
  justify-content: space-around;
}
.app .container .row .col-sm-12.col-md-12.col-lg-8 {
  max-width: 900px;
}
.app .container .row .col-sm-12.col-md-12.col-lg-8 h2 {
  margin-bottom: 24px;
}
.app .container .row .col-sm-12.col-md-12.col-lg-8 p {
  margin-bottom: 5px;
  line-height: 34px;
}
.app .container .row .col-sm-12.col-md-12.col-lg-4 {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  align-content: flex-end;
}
@media (min-width: 600px) {
  .app .container .row .col-sm-12.col-md-12.col-lg-4 {
    flex-wrap: wrap;
  }
}
.app .container .row .col-sm-12.col-md-12.col-lg-4 h3 {
  text-align: left;
  font-weight: 700 !important;
  line-height: 45px;
  letter-spacing: -1.48px;
  color: #000000;
  opacity: 1;
  margin-bottom: 0px;
  font-weight: 400;
}
.app .container .row .col-sm-12.col-md-12.col-lg-4 h5 {
  text-align: left;
  letter-spacing: -0.48px;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  opacity: 1;
  padding-bottom: 40px;
  font-weight: 400;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.app .container .row .col-sm-12.col-md-12.col-lg-4 .step .d-flex {
  align-items: center;
}
.app .container .row .col-sm-12.col-md-12.col-lg-4 .step .d-flex p {
  text-align: left;
  font-size: 28px;
  letter-spacing: -0.56px;
  color: white;
  opacity: 1;
  height: 40px;
  width: 40px;
  margin-right: 12px !important;
  padding: 7px 10px !important;
  background: #f5840b;
  opacity: 0.55;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f5840b;
  opacity: 1;
  border-radius: 50%;
  line-height: 18px;
  font-weight: 300;
  transition: ease-in-out 0.5s;
}
.app .container .row .col-sm-12.col-md-12.col-lg-4 .step .d-flex.active p {
  background: white;
  color: #000000;
  border-color: White;
}
.app .container .row .col-sm-12.col-md-12.col-lg-4 .step.maps .d-flex {
  display: none !important;
}
.app .container .row .col-sm-12.col-md-12.col-lg-4 .step.maps .d-flex.active {
  display: block !important;
}
.app .container .row .col-sm-12.col-md-12.col-lg-4 .step.maps .d-flex.active .germany-maps.d-none {
  display: block !important;
}
.app .container .row .col-sm-12.col-md-12.col-lg-4 .step.maps .d-flex.active .germany-maps.d-none svg {
  position: relative;
}
.app .container .row .col-sm-12.col-md-12.col-lg-4 .step.maps .d-flex.active p {
  display: none;
}
.app .container .row .col-sm-12.col-md-12.col-lg-4 .step.maps .d-flex.active h4 {
  display: none;
}
.app .matching-app {
  overflow-x: hidden;
  min-height: 700px;
  position: relative;
}

div#matchings-employers .frm_forms .frm-show-form .frm_form_fields.frm_page_num_6 .frm_fields_container .iti.iti--allow-dropdown {
  display: block !important;
}
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields.frm_page_num_6 .frm_fields_container .iti.iti--allow-dropdown input {
  padding-left: 60px;
}
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields.frm_page_num_6 .frm_fields_container .frm_form_field {
  margin-bottom: 25px;
}

div#matchings .frm_forms .frm-show-form .frm_form_fields.frm_page_num_8 .frm_fields_container .iti.iti--allow-dropdown,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields.frm_page_num_8 .frm_fields_container .iti.iti--allow-dropdown {
  display: block !important;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_fields_container .iti.iti--allow-dropdown,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_fields_container .iti.iti--allow-dropdown {
  display: none;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_submit,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_submit {
  display: flex;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_submit button,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_submit button {
  box-shadow: none !important;
  padding: 18px 40px !important;
  background-color: #02817c !important;
  border-color: #02817c !important;
  border-radius: 0px;
  transition: 0.4s !important;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_submit button:first-of-type,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_submit button:first-of-type {
  margin-right: 20px;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_submit button:hover,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_submit button:hover {
  background-color: white !important;
  color: #02817c !important;
  transition: 0.4s !important;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading h3,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading h3 {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 400;
  font-size: 45px;
  text-shadow: 0 0rem 0.8rem rgba(0, 0, 0, 0.9) !important;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .frm_description,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .frm_description {
  text-shadow: 0 0rem 0.8rem rgba(0, 0, 0, 0.9) !important;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_check .frm_image_option,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_check .frm_image_option {
  background-color: white !important;
  border-radius: 0px 13px 0px 0px;
  box-shadow: 0px;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_check .frm_image_option label,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_check .frm_image_option label {
  height: 100%;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_check .frm_image_option label .frm_image_option_container.frm_label_with_image,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_check .frm_image_option label .frm_image_option_container.frm_label_with_image {
  height: 100%;
  min-height: 75px;
  border: 0px;
  cursor: pointer;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0px !important;
  transition: ease-in-out 0.3s;
  border-radius: 0px 13px 0px 0px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1607843137);
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_check .frm_image_option label .frm_image_option_container.frm_label_with_image .frm_empty_url,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_check .frm_image_option label .frm_image_option_container.frm_label_with_image .frm_empty_url {
  display: none;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_check .frm_image_option label .frm_image_option_container.frm_label_with_image span.frm_text_label_for_image,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_check .frm_image_option label .frm_image_option_container.frm_label_with_image span.frm_text_label_for_image {
  display: flex;
  word-break: break-word;
  align-items: center;
  border: 0px !important;
  justify-content: center;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_check .frm_image_option label .frm_image_option_container.frm_label_with_image span.frm_text_label_for_image:hover,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_check .frm_image_option label .frm_image_option_container.frm_label_with_image span.frm_text_label_for_image:hover {
  border-radius: 0px 13px 0px 0px;
  background: rgba(245, 132, 11, 0.4745098039) !important;
  border: 0px !important;
  transition: ease-in-out 0.3s;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_check .frm_image_option label .frm_image_option_container.frm_label_with_image .frm_selected_checkmark svg,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_check .frm_image_option label .frm_image_option_container.frm_label_with_image .frm_selected_checkmark svg {
  border-radius: 50px !important;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_check .frm_image_option label .frm_image_option_container.frm_label_with_image .frm_selected_checkmark svg use,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_check .frm_image_option label .frm_image_option_container.frm_label_with_image .frm_selected_checkmark svg use {
  fill: #02817c !important;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_check .frm_image_option label .frm_image_options .frm_image_option_container:hover,
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_check .frm_image_option label input[type=radio]:checked + .frm_image_option_container,
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_check .frm_image_option label input[type=checkbox]:checked + .frm_image_option_container,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_check .frm_image_option label .frm_image_options .frm_image_option_container:hover,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_check .frm_image_option label input[type=radio]:checked + .frm_image_option_container,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_check .frm_image_option label input[type=checkbox]:checked + .frm_image_option_container {
  background-color: rgba(245, 132, 11, 0.4745098039) !important;
  border-radius: 0px 13px 0px 0px;
  transition: ease-in-out 0.3s;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option {
  background-color: white !important;
  border-radius: 0px 13px 0px 0px;
  box-shadow: 0px;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option label,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option label {
  border: 0px !important;
  height: 100%;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option label .frm_image_option_container.frm_label_with_image,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option label .frm_image_option_container.frm_label_with_image {
  cursor: pointer;
  display: flex;
  justify-content: center;
  border: 0px !important;
  box-shadow: none !important;
  transition: ease-in-out 0.3s;
  align-items: center;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option label .frm_image_option_container.frm_label_with_image img,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option label .frm_image_option_container.frm_label_with_image img {
  width: 47px;
  height: 47px;
  margin-top: 30px;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option label .frm_image_option_container.frm_label_with_image span.frm_text_label_for_image,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option label .frm_image_option_container.frm_label_with_image span.frm_text_label_for_image {
  word-break: break-word;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option label .frm_image_option_container.frm_label_with_image:hover,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option label .frm_image_option_container.frm_label_with_image:hover {
  transition: ease-in-out 0.3s;
  border-radius: 0px 13px 0px 0px;
  background: rgba(245, 132, 11, 0.4745098039) !important;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option label .frm_image_option_container.frm_label_with_image .frm_selected_checkmark svg,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option label .frm_image_option_container.frm_label_with_image .frm_selected_checkmark svg {
  border-radius: 50px !important;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option label .frm_image_option_container.frm_label_with_image .frm_selected_checkmark svg use,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option label .frm_image_option_container.frm_label_with_image .frm_selected_checkmark svg use {
  fill: #02817c !important;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option label .frm_image_options .frm_image_option_container:hover,
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option label input[type=radio]:checked + .frm_image_option_container,
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option label input[type=checkbox]:checked + .frm_image_option_container,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option label .frm_image_options .frm_image_option_container:hover,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option label input[type=radio]:checked + .frm_image_option_container,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option label input[type=checkbox]:checked + .frm_image_option_container {
  background-color: rgba(245, 132, 11, 0.4745098039) !important;
  border-radius: 0px 13px 0px 0px;
  transition: ease-in-out 0.3s;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option:hover,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .matching_images .frm_image_option:hover {
  border: 0px !important;
  transition: ease-in-out 0.3s;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .frm_primary_label,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .frm_primary_label {
  color: white !important;
  font-size: 1rem;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .chosen-container ul.chosen-choices,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .chosen-container ul.chosen-choices {
  padding: 14px 20px;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .chosen-container ul.chosen-choices li.search-field,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .chosen-container ul.chosen-choices li.search-field {
  font-size: 1rem;
  color: #555555;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .chosen-container ul.chosen-choices li.search-field input.chosen-search-input.default,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .chosen-container ul.chosen-choices li.search-field input.chosen-search-input.default {
  height: auto !important;
  line-height: 32px;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .chosen-container ul.chosen-choices li.search-field input[type=text],
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .chosen-container ul.chosen-choices li.search-field input[type=text] {
  height: 35px !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .chosen-container ul.chosen-choices li.search-choice,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .chosen-container ul.chosen-choices li.search-choice {
  padding: 10px 10px 10px 10px;
  display: flex;
  margin: 3px;
  align-items: center;
  justify-content: space-between;
  border-color: #02817c !important;
  border-width: 1px !important;
  background-color: transparent !important;
  box-shadow: none !important;
  background-image: none !important;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .chosen-container ul.chosen-choices li.search-choice a,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .chosen-container ul.chosen-choices li.search-choice a {
  position: relative !important;
  right: -2px !important;
  top: 2px !important;
  margin-left: 5px;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .chosen-container ul.chosen-choices li.search-choice span,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .chosen-container ul.chosen-choices li.search-choice span {
  font-size: 1rem !important;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .chosen-container .chosen-drop ul.chosen-results li,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .chosen-container .chosen-drop ul.chosen-results li {
  font-size: 1rem !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .chosen-container .chosen-drop ul.chosen-results li:hover,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .chosen-container .chosen-drop ul.chosen-results li:hover {
  background: #02817c !important;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .chosen-container .chosen-drop ul.chosen-results li.active-result.highlighted,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .chosen-container .chosen-drop ul.chosen-results li.active-result.highlighted {
  background: #02817c !important;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .chosen-container .chosen-drop ul.chosen-results li.active-result.highlighted:hover,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .regions_city .chosen-container .chosen-drop ul.chosen-results li.active-result.highlighted:hover {
  background: #02817c !important;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .reg.vertical_radio .frm_primary_label,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .reg.vertical_radio .frm_primary_label {
  font-size: 1rem;
  color: white !important;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .reg.vertical_radio .frm_opt_container,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .reg.vertical_radio .frm_opt_container {
  flex-direction: row;
  display: flex;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .reg.vertical_radio .frm_opt_container .frm_radio,
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .reg.vertical_radio .frm_opt_container .frm_checkbox,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .reg.vertical_radio .frm_opt_container .frm_radio,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .reg.vertical_radio .frm_opt_container .frm_checkbox {
  cursor: pointer;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .reg.vertical_radio .frm_opt_container .frm_radio label,
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .reg.vertical_radio .frm_opt_container .frm_checkbox label,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .reg.vertical_radio .frm_opt_container .frm_radio label,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .reg.vertical_radio .frm_opt_container .frm_checkbox label {
  font-size: 1rem;
  cursor: pointer;
  color: white;
  margin-right: 0.8rem;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .reg.frm_label_float_top .frm_primary_label,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .reg.frm_label_float_top .frm_primary_label {
  color: white !important;
  font-size: 1rem;
  top: -15px;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .reg.mails,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .reg.mails {
  grid-column: span 6/span 6 !important;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .reg,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .reg {
  margin-bottom: 35px;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .labelst,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .labelst {
  margin-bottom: 40px;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .labelst .frm_primary_label,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .labelst .frm_primary_label {
  color: white !important;
  font-size: 1rem;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .labelst .iti.iti--allow-dropdown,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .labelst .iti.iti--allow-dropdown {
  width: 100%;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .labelst .iti.iti--allow-dropdown input,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .labelst .iti.iti--allow-dropdown input {
  padding-left: 60px;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .labelst.frm_label_float_top .frm_primary_label,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .labelst.frm_label_float_top .frm_primary_label {
  font-size: 1rem;
  color: white !important;
}
div#matchings .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .frm_form_field .frm_error,
div#matchings-employers .frm_forms .frm-show-form .frm_form_fields .frm_section_heading .frm_form_field .frm_error {
  background-color: #b94a48;
  font-size: 0.8rem;
  margin-top: 5px;
  padding: 5px;
  color: white;
}

.container.category {
  padding-bottom: 60px;
}
.container.category h1.category-title {
  margin-left: -12px;
  font-size: 58px;
  line-height: 58px;
  text-align: left;
  color: #030303;
  opacity: 1;
  font-weight: 400;
  padding: 60px 0px;
}
.container.category .row .col-sm-12.col-md-12.col-lg-8 .tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container.category .row .col-sm-12.col-md-12.col-lg-8 .tags p {
  font-size: 1rem;
}
.container.category .row .col-sm-12.col-md-12.col-lg-8 .post-content.row {
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
  position: relative;
  padding-top: 2rem;
  border-bottom: 1px solid silver;
}
.container.category .row .col-sm-12.col-md-12.col-lg-8 .post-content.row .content-text .date {
  letter-spacing: 0px;
  color: #a7a7a7;
  opacity: 1;
  text-align: left;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 1rem;
}
.container.category .row .col-sm-12.col-md-12.col-lg-8 .post-content.row .content-text h2 {
  letter-spacing: -1px;
  color: #02817c;
  opacity: 1;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.container.category .row .col-sm-12.col-md-12.col-lg-8 .post-content.row .content-text h2 a {
  color: #02817c;
}
.container.category .row .col-sm-12.col-md-12.col-lg-8 .post-content.row .content-text a.read-more {
  color: #818569;
  width: 100%;
  display: block;
  text-align: right;
  font-size: 20px;
  padding-right: 2rem;
  transition: 0.3s;
}
.container.category .row .col-sm-12.col-md-12.col-lg-8 .post-content.row .content-text a.read-more svg {
  width: 10px;
}
.container.category .row .col-sm-12.col-md-12.col-lg-8 .post-content.row .content-text a.read-more:hover {
  padding-right: 1.6rem;
  transition: 0.3s;
}
.container.category .row .col-sm-12.col-md-12.col-lg-8 .post-content.row .content-text .post-excerpt {
  margin-bottom: 1rem;
}
.container.category .row .col-sm-12.col-md-12.col-lg-8 .post-content.row .content-text .post-excerpt p {
  font-size: 18px;
}
.container.category .row .col-sm-12.col-md-12.col-lg-8 .post-content.row .image-content .post-thumbnail {
  width: fit-content;
  max-width: 200px;
}
.container.category .row .col-sm-12.col-md-12.col-lg-8 .post-content.row .image-content .post-thumbnail img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .container.category .row .col-sm-12.col-md-12.col-lg-8 .post-content.row .image-content .post-thumbnail {
    width: 100%;
    max-width: 100%;
  }
}
.container.category .row .col-sm-12.col-md-12.col-lg-8 .post-content.row::after {
  content: "";
  width: 100px;
  height: 6px;
  position: absolute;
  background: #e6e6e6 0% 0% no-repeat padding-box;
  bottom: -3.3px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
}
.container.category .row .col-sm-12.col-md-12.col-lg-8 .post-content.row:first-of-type {
  padding-top: 0px;
}
.container.category .row .col-sm-12.col-md-12.col-lg-4 ul.position-sticky {
  top: 150px;
}
.container.category .row .col-sm-12.col-md-12.col-lg-4 ul.position-sticky h4.blog-title {
  background: #deb93f 0% 0% no-repeat padding-box;
  opacity: 0.83;
  padding: 5px 6px;
  color: #030303;
  text-transform: uppercase;
  opacity: 1;
  width: fit-content;
  margin-top: 5px;
  font-size: 21px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 0px;
}
.container.category .row .col-sm-12.col-md-12.col-lg-4 ul.position-sticky .content {
  position: relative;
  padding: 15px 30px;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.container.category .row .col-sm-12.col-md-12.col-lg-4 ul.position-sticky .content:first-of-type {
  border-top: 1px solid #e6e6e6;
}
.container.category .row .col-sm-12.col-md-12.col-lg-4 ul.position-sticky .content li.title a {
  text-align: left;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: -0.7px;
  color: #030303;
  opacity: 1;
}
.container.category .row .col-sm-12.col-md-12.col-lg-4 ul.position-sticky .content .date.center {
  letter-spacing: 0px;
  color: #bebebe;
  opacity: 1;
  font-size: 1rem;
  line-height: 1.333rem;
  font-style: italic;
  margin-top: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
.container.category .row .col-sm-12.col-md-12.col-lg-4 ul.position-sticky .content::after {
  content: "";
  width: 100px;
  height: 6px;
  position: absolute;
  background: #e6e6e6 0% 0% no-repeat padding-box;
  bottom: -3.3px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
}
.container.category .row .col-sm-12.col-md-12.col-lg-4 ul.position-sticky .content:hover {
  background: rgba(229, 229, 229, 0.3215686275) 0% 0% no-repeat padding-box;
}

.container.single {
  padding-top: 60px;
  padding-bottom: 60px;
}
.container.single span.separator {
  margin: 0 10px;
}
.container.single .breadcrumb {
  margin-bottom: 60px;
  font-size: 1.1rem;
}
.container.single .breadcrumb a {
  font-size: 1.1rem;
  font-weight: 700;
  transition: 0.3s;
}
.container.single .breadcrumb a:hover {
  color: black;
  transition: 0.3s;
}
.container.single .row.justify-content-between .col-sm-12.col-md-12.col-lg-4.border-radius-left img.img-fluid.border-top-right {
  width: 100%;
}
.container.single .row.justify-content-between .col-sm-12.col-md-12.col-lg-8 .tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container.single .row.justify-content-between .col-sm-12.col-md-12.col-lg-8 .tags p {
  font-size: 1rem;
}
.container.single .row.justify-content-between .col-sm-12.col-md-12.col-lg-8 h1.page-title {
  padding-bottom: 20px;
  letter-spacing: -1px;
  color: #02817c;
  opacity: 1;
  font-weight: 500;
  line-height: 43px;
  font-size: 2rem;
}
.container.single .row.justify-content-between .col-sm-12.col-md-12.col-lg-8 .author {
  letter-spacing: 0px;
  color: #a7a7a7;
  opacity: 1;
  text-align: left;
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 20px;
}
.container.single .row.justify-content-between .col-sm-12.col-md-12.col-lg-8 .content ul {
  padding-left: revert;
  list-style-type: initial;
}
.container.single .row.justify-content-between .col-sm-12.col-md-12.col-lg-8 .content ul li {
  list-style-type: initial;
  margin-bottom: 0.4rem;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: -0.7px;
}
.container.single .row.justify-content-between .col-sm-12.col-md-12.col-lg-8 .content p {
  line-height: 34px;
  font-size: 18px;
}
.container.single .row.justify-content-between .col-sm-12.col-md-12.col-lg-8 .content a.read-more.animated.nomargin {
  color: #818569;
  margin-top: 2rem;
  cursor: pointer;
  width: 100%;
  display: block;
  text-align: right;
  font-size: 20px;
  padding-right: 2rem;
  transition: 0.3s;
}
.container.single .row .col-sm-12.col-md-12.col-lg-12.col-xl-3 ul.position-sticky {
  top: 150px;
}
.container.single .row .col-sm-12.col-md-12.col-lg-12.col-xl-3 ul.position-sticky h4.blog-title {
  background: #deb93f 0% 0% no-repeat padding-box;
  opacity: 0.83;
  padding: 5px 6px;
  color: white;
  text-transform: uppercase;
  opacity: 1;
  width: fit-content;
  margin-top: 5px;
  font-size: 21px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 0px;
}
.container.single .row .col-sm-12.col-md-12.col-lg-12.col-xl-3 ul.position-sticky .content {
  position: relative;
  padding: 15px 30px;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.container.single .row .col-sm-12.col-md-12.col-lg-12.col-xl-3 ul.position-sticky .content:first-of-type {
  border-top: 1px solid #e6e6e6;
}
.container.single .row .col-sm-12.col-md-12.col-lg-12.col-xl-3 ul.position-sticky .content li.title a {
  text-align: left;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: -0.7px;
  color: #030303;
  opacity: 1;
}
.container.single .row .col-sm-12.col-md-12.col-lg-12.col-xl-3 ul.position-sticky .content .date.center {
  letter-spacing: 0px;
  color: #bebebe;
  opacity: 1;
  font-size: 1rem;
  line-height: 1.333rem;
  font-style: italic;
  margin-top: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
.container.single .row .col-sm-12.col-md-12.col-lg-12.col-xl-3 ul.position-sticky .content::after {
  content: "";
  width: 100px;
  height: 6px;
  position: absolute;
  background: #e6e6e6 0% 0% no-repeat padding-box;
  bottom: -3.3px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
}
.container.single .row .col-sm-12.col-md-12.col-lg-12.col-xl-3 ul.position-sticky .content:hover {
  background: rgba(229, 229, 229, 0.3215686275) 0% 0% no-repeat padding-box;
}

.paginations {
  margin-top: 60px;
}
.paginations nav.navigation.pagination {
  justify-content: center;
  align-items: center;
}
.paginations nav.navigation.pagination .nav-links a {
  margin: 0 15px;
  padding: 3px 6px;
  transition: 0.5s;
  border-radius: 5px;
}
.paginations nav.navigation.pagination .nav-links a:hover {
  background-color: #02817c;
  color: white;
  border-radius: 5px;
  transition: 0.5s;
}
.paginations nav.navigation.pagination .nav-links span.page-numbers.current {
  padding: 2px 7px;
  transition: 0.5s;
  background-color: #02817c;
  color: white;
  border-radius: 5px;
}

footer {
  min-height: auto;
  background-size: cover !important;
  padding: 12vh 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .footer__grid {
  display: flex;
  align-items: flex-start;
}
footer .footer__grid__logo {
  font-size: 96px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -5.28px;
  color: rgba(255, 255, 255, 0.39);
}
footer .footer__grid__logo span {
  display: block;
  font-size: 25.5px;
  letter-spacing: 0.08px;
  line-height: 38px;
  margin-top: 36px;
}
footer .footer__grid .links {
  margin-left: auto;
  display: flex;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
}
footer .footer__grid .links li a {
  color: #000 !important;
  position: relative;
}
footer .footer__grid .links li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  border-radius: 100px;
  background-color: black;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 1.2s;
}
footer .footer__grid .links li a:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
footer .footer__grid .links li.menu-item-has-children {
  position: relative;
}
footer .footer__grid .links li.menu-item-has-children ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
}
footer .footer__grid .links li.menu-item-has-children ul.sub-menu li a {
  font-size: 17px;
}
footer .footer__grid .links li.menu-item-has-children ul.sub-menu li a::before {
  display: none;
}
footer .footer__grid .links li.menu-item-has-children ul.sub-menu li {
  margin-bottom: 10px;
}
footer .footer__grid .links li.menu-item-has-children ul.sub-menu li:first-of-type {
  padding-top: 10px;
}
footer .footer__grid .links li.menu-item-has-children:hover ul.sub-menu {
  visibility: visible;
  height: 100%;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s, 0.2s, 0.2s;
}
footer .footer__grid .links li.menu-item-has-children a::before {
  content: "";
  box-sizing: border-box;
  height: 8px;
  width: 8px;
  border-style: solid;
  border-color: #000;
  border-width: 2px 2px 0px 0px;
  transform: rotate(45deg);
  transform-origin: center center;
  background-color: transparent !important;
  border-radius: 0px;
  position: absolute;
  right: -14px;
  top: 10px;
  transition: 0.5s;
}
footer .footer__grid .links li.menu-item-has-children a:hover::before {
  transform-origin: center center;
  transform: rotate(135deg);
  transition: 1s;
}
footer .footer__grid .links .justify-content-around div ul.menu {
  margin-left: 2vw !important;
  padding-left: 0px;
}
footer .footer__grid .links li {
  margin-bottom: 15px;
}
footer .footer__grid .links li:last-child {
  margin-bottom: 0;
}
footer .footer__grid .links li:first-child {
  font-size: 20px;
  cursor: pointer;
  line-height: 20px;
}
footer .copyright {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-top: 130px;
}
footer .container.d-flex.justify-content-between {
  align-items: flex-end;
}
footer .container.d-flex.justify-content-between .copyright {
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
footer .container.d-flex.justify-content-between .copyright .copyright1 {
  padding-left: 5px;
  margin-bottom: 10px;
  line-height: normal;
}
footer .container.d-flex.justify-content-between .copyright .copyright1 a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 30px;
  transition: 0.4s;
}
footer .container.d-flex.justify-content-between .copyright .copyright1 a:hover {
  color: #02817c;
  transition: 0.4s;
}

@media (max-width: 1560px) {
  footer .footer__grid .links {
    margin-left: auto;
    display: flex;
    font-size: 17px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  footer .footer__grid .links > div:last-child {
    grid-column-start: 3;
  }
  footer .footer__grid .links li {
    margin-bottom: 15px;
  }
  footer .footer__grid .links li:first-child {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  footer .copyright {
    font-size: 18px;
    margin-top: 186px;
  }
}
@media (max-width: 1200px) {
  footer .footer__grid {
    font-size: 16px;
  }
  footer .footer__grid .links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  footer .footer__grid .links > div:last-child {
    grid-column-start: auto;
  }
}
@media (max-width: 992px) {
  footer {
    padding-top: 56px;
  }
  footer .footer__grid {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .footer__grid__logo {
    margin-bottom: 40px;
  }
  footer .footer__grid .links {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }
  footer .copyright {
    margin-top: 60px;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  footer .footer__grid__logo {
    margin-bottom: 20px;
    width: 90%;
  }
  footer .footer__grid .links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 20px;
    font-size: 15px;
  }
  footer .copyright {
    margin-top: 40px;
    font-size: 14px;
    line-height: 18px;
  }
}
a.linkbutton {
  color: #8c7434;
  background-color: transparent;
  display: block;
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
  font-size: 22px;
}
a.linkbutton svg {
  height: 17px;
  width: 16px;
  fill: #8c7434;
  transition: 0.5s;
}
a.linkbutton:hover svg {
  padding-left: 5px;
  transition: 0.5s;
}

section.profession.padding-y .container h2 {
  margin-bottom: 24px;
}
section.profession.padding-y .container h3 {
  margin-bottom: 40px;
  color: #02817c;
}
section.profession.padding-y .container p {
  margin-bottom: 1.4rem;
}
section.profession.padding-y .title-wrapper {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 30px;
  padding-right: 60px;
  justify-items: center;
}
@media (max-width: 600px) {
  section.profession.padding-y .title-wrapper {
    padding-right: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
section.profession.padding-y .title-wrapper .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  cursor: pointer;
  width: fit-content;
}
@media (max-width: 600px) {
  section.profession.padding-y .title-wrapper .title:nth-child(7n+7) {
    display: none;
  }
}
section.profession.padding-y .title-wrapper .title__iconWrapper {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.profession.padding-y .title-wrapper .title__iconWrapper img {
  width: 90%;
  height: 90%;
  pointer-events: none;
}
section.profession.padding-y .title-wrapper .title p {
  font-size: 12px;
  line-height: 1.2 !important;
  text-align: center;
}
section.profession.padding-y .title-wrapper .title:nth-child(9) .title__iconWrapper {
  border: 1px solid #bfbfbf;
}
section.profession.padding-y .box {
  border: 1px solid rgb(200, 200, 200);
  padding: 4px 10px;
  margin-bottom: 6px;
  border-radius: 6px;
  background-color: rgb(248, 245, 240);
  transition: background-color 0.25s ease-in-out;
}
section.profession.padding-y .box.highlight {
  background-color: #deb93f;
}
section.profession.padding-y .box p {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.border-top-left {
  border-radius: 45px 0px 0px 0px;
}

.border-top-right {
  border-radius: 0px 45px 0px 0px;
}

.container-fluid.banner .container h1 {
  font-size: 56px;
  line-height: 58px;
  letter-spacing: -1.91px;
  font-weight: 500;
  color: #02817c;
}
.container-fluid.banner .container h3 {
  text-transform: uppercase;
  line-height: 36px;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: -0.15px;
  margin-bottom: 60px;
}
.container-fluid.banner .container-fluid.px-0 .col-sm-12.col-md-12.col-xl-7.left {
  max-width: 1000px;
  margin-right: auto;
}
.container-fluid.banner .container-fluid.px-0 .col-sm-12.col-md-12.col-xl-7.right {
  max-width: 1000px;
  margin-left: auto;
}

.container-fluid.banner p {
  font-size: 20px;
  line-height: 34px;
}
.container-fluid.banner h2 {
  margin-bottom: 24px;
}

.container-fluid.banner-box {
  position: relative;
}
.container-fluid.banner-box .container .titles h2 {
  margin-bottom: 20px;
}
.container-fluid.banner-box .container .titles {
  margin-bottom: 60px;
}
.container-fluid.banner-box .container .row .col-sm-12.col-md-6.col-lg-6.col-xl-4,
.container-fluid.banner-box .container .row .col-sm-12.col-md-6.col-lg-6.col-xl-3,
.container-fluid.banner-box .container .row .col-sm-12.col-md-6.col-lg-6.col-xl-6.col-xxl-4.pe-lg-5 {
  display: flex;
  flex-direction: column;
}
.container-fluid.banner-box .container .row .col-sm-12.col-md-6.col-lg-6.col-xl-4 img.img-fluid.w-100,
.container-fluid.banner-box .container .row .col-sm-12.col-md-6.col-lg-6.col-xl-3 img.img-fluid.w-100,
.container-fluid.banner-box .container .row .col-sm-12.col-md-6.col-lg-6.col-xl-6.col-xxl-4.pe-lg-5 img.img-fluid.w-100 {
  height: 450px;
  object-fit: cover;
  border-radius: 0px 45px 0px 0px;
}
.container-fluid.banner-box .container .row .col-sm-12.col-md-6.col-lg-6.col-xl-4 .content-box,
.container-fluid.banner-box .container .row .col-sm-12.col-md-6.col-lg-6.col-xl-3 .content-box,
.container-fluid.banner-box .container .row .col-sm-12.col-md-6.col-lg-6.col-xl-6.col-xxl-4.pe-lg-5 .content-box {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.container-fluid.banner-box .container .row .col-sm-12.col-md-6.col-lg-6.col-xl-4 .content-box h3,
.container-fluid.banner-box .container .row .col-sm-12.col-md-6.col-lg-6.col-xl-3 .content-box h3,
.container-fluid.banner-box .container .row .col-sm-12.col-md-6.col-lg-6.col-xl-6.col-xxl-4.pe-lg-5 .content-box h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 33px;
  color: #02817c;
}
.container-fluid.banner-box .container .row .col-sm-12.col-md-6.col-lg-6.col-xl-4 .content-box p,
.container-fluid.banner-box .container .row .col-sm-12.col-md-6.col-lg-6.col-xl-3 .content-box p,
.container-fluid.banner-box .container .row .col-sm-12.col-md-6.col-lg-6.col-xl-6.col-xxl-4.pe-lg-5 .content-box p {
  font-size: 1rem;
}
.container-fluid.banner-box .container .row .col-sm-12.col-md-6.col-lg-6.col-xl-4 .content-box a,
.container-fluid.banner-box .container .row .col-sm-12.col-md-6.col-lg-6.col-xl-3 .content-box a,
.container-fluid.banner-box .container .row .col-sm-12.col-md-6.col-lg-6.col-xl-6.col-xxl-4.pe-lg-5 .content-box a {
  margin-top: 1rem;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.container-fluid.banner-box .container .row .col-sm-12.col-md-6.col-lg-6.col-xl-6.col-xxl-4.pe-lg-5.emp img.img-fluid.w-100 {
  min-height: 450px;
}

.container-fluid.banner-box.team {
  position: relative;
}
.container-fluid.banner-box.team .container h2 {
  color: white;
  margin-bottom: 24px;
}
.container-fluid.banner-box.team .container .titles p {
  line-height: 34px;
}
.container-fluid.banner-box.team .container .row .col-sm-12.col-md-6.col-lg-6.col-xl-3 {
  z-index: 10;
}
.container-fluid.banner-box.team .container .row .col-sm-12.col-md-6.col-lg-6.col-xl-3 .content-box h3 {
  color: white;
  font-size: 30px;
}
.container-fluid.banner-box.team .container .row .col-sm-12.col-md-6.col-lg-6.col-xl-3 .content-box p {
  color: White;
  font-size: 20px;
}
.container-fluid.banner-box.team .bg-image img {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
}

section.tabless .container.row.mx-auto .description p {
  letter-spacing: -0.12px;
  color: #000000;
  opacity: 1;
  line-height: 34px;
}
@media (max-width: 600px) {
  section.tabless .container.row.mx-auto .description p {
    font-size: calc(13px + 0.4vw);
    line-height: 26px;
  }
}
section.tabless .container.row.mx-auto .description h2 {
  line-height: normal;
  font-weight: 500;
  font-size: calc(24px + 1vw);
  opacity: 1;
  color: #02817c;
  margin-bottom: 24px;
}
section.tabless .container.row.mx-auto .description.first {
  padding-bottom: 60px;
}
@media (max-width: 600px) {
  section.tabless .container.row.mx-auto .description.first > p {
    font-size: calc(13px + 0.4vw);
    line-height: 26px;
  }
}
section.tabless .container.row.mx-auto .d-flex.align-items-start {
  padding-top: 60px;
  margin-bottom: 60px;
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tab {
  max-width: 400px;
}
@media (max-width: 900px) {
  section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tab {
    max-width: max-content;
  }
  section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tab button {
    width: 100%;
    min-height: 86px;
  }
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tab h4 {
  margin-bottom: 2rem;
  color: #86a9c1;
}
@media (max-width: 600px) {
  section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tab h4 {
    margin-bottom: 1.25rem;
  }
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tab button {
  padding: 0px;
  display: flex;
  border: 1px solid silver;
  border-radius: 10px;
  margin: 4px 0px;
  align-items: center;
  justify-content: flex-start;
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tab button .images {
  flex: 1;
  background-color: #52beb9;
  border-radius: 10px;
}
@media (max-width: 600px) {
  section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tab button .images {
    margin-left: 4px;
  }
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tab button .images img {
  padding: 10px;
}
@media (max-width: 1024px) {
  section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tab button .images img {
    padding: 5px;
  }
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tab button .titles {
  padding: 0px 15px;
  color: black;
  flex: 3;
  font-size: 1.1rem;
  line-height: normal;
}
@media (max-width: 600px) {
  section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tab button .titles {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tab button .titles p {
  font-size: 0.8rem;
  line-height: normal !important;
  margin-top: 5px;
  margin-bottom: 0px;
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tab button.active {
  background-color: rgba(192, 192, 192, 0.356);
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tab button.active .images {
  background-color: #02817c;
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent {
  height: 100%;
  width: 100%;
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane {
  height: 100%;
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane .d-flex {
  align-items: flex-start;
  height: 100%;
  width: 100%;
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane .d-flex .req {
  width: 100%;
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane .d-flex .req .boxes.d-flex .icons {
  flex: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 900px) {
  section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane .d-flex .req .boxes.d-flex .icons {
    margin-top: 24px;
    align-items: flex-start;
  }
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane .d-flex .req .boxes.d-flex .icons h4 {
  width: 250px;
  color: #deb83f;
  margin-bottom: 2rem;
}
@media (max-width: 900px) {
  section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane .d-flex .req .boxes.d-flex .icons h4 {
    margin-bottom: 1.25rem;
  }
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane .d-flex .req .boxes.d-flex .icons .d-flex {
  align-items: center;
  height: 100%;
  margin: 4px 0px;
  max-width: 250px;
  min-height: 90px;
}
@media (max-width: 900px) {
  section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane .d-flex .req .boxes.d-flex .icons .d-flex {
    max-width: max-content;
  }
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane .d-flex .req .boxes.d-flex .icons .d-flex img {
  width: 72px;
  margin-right: 1rem;
}
@media (max-width: 1024px) {
  section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane .d-flex .req .boxes.d-flex .icons .d-flex img {
    width: 64px;
  }
}
@media (max-width: 900px) {
  section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane .d-flex .req .boxes.d-flex .icons .d-flex img {
    width: 158px;
  }
}
@media (max-width: 900px) {
  section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane .d-flex .req .boxes.d-flex .icons .d-flex img {
    width: 65px;
  }
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane .d-flex .req .boxes.d-flex .icons .d-flex p {
  font-size: 1.1rem;
  line-height: normal;
  margin-bottom: 0px;
  color: #86a9c1;
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane .d-flex .req .boxes.d-flex .desc {
  flex: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane .d-flex .req .boxes.d-flex .desc {
    margin-top: 24px;
  }
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane .d-flex .req .boxes.d-flex .desc .columns .message .alerts {
  line-height: normal;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  margin-right: auto;
  margin-top: 10px;
  margin-left: 20px;
  color: #e8633a;
}
@media (max-width: 600px) {
  section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane .d-flex .req .boxes.d-flex .desc .columns .message .alerts {
    margin-left: 0;
    justify-content: flex-end;
  }
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane .d-flex .req .boxes.d-flex .desc .columns .d-flex .text {
  margin: 5px;
  align-items: center;
  display: flex;
  border: 1px solid silver;
  border-radius: 10px;
  min-height: 85px;
  width: 100%;
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane .d-flex .req .boxes.d-flex .desc .columns .d-flex .text p {
  padding: 10px 15px;
  font-size: 1.1rem;
  margin-bottom: 0px;
  line-height: normal;
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane .d-flex .req .boxes.d-flex .desc h4 {
  order: -1;
  margin-bottom: 2rem;
  color: #deb83f;
}
@media (max-width: 600px) {
  section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane .d-flex .req .boxes.d-flex .desc h4 {
    margin-bottom: 1.25rem;
    margin-top: 3rem;
  }
}
section.tabless .container.row.mx-auto .d-flex.align-items-start div#v-pills-tabContent .tab-pane .content .title {
  font-size: 1.2rem;
}
section.tabless .container.row.mx-auto .message .alerts {
  display: flex;
  align-items: center;
}
section.tabless .container.row.mx-auto .message .alerts img {
  width: 70px;
  background-color: rgba(192, 192, 192, 0.356);
  padding: 7px;
  border-radius: 10px;
  margin-right: 20px;
}
section.tabless .container.row.mx-auto .message .alerts p {
  font-size: 1rem;
  line-height: normal;
}

div#languee {
  height: fit-content;
}

section.competences .container .despc h3 {
  font-weight: 500;
  margin-bottom: 0.2rem;
}
section.competences .container .despc h4 {
  color: #02817c;
  font-size: calc(24px + 1vw);
  margin-bottom: 3rem;
}
section.competences .container .despc h2 {
  font-size: 24px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
section.competences .container .despc p {
  line-height: 34px;
}
section.competences .container .row.first .content.table.d-flex p.question {
  border: 0px;
  color: #deb93f;
  font-size: 1.4rem;
  font-weight: 700;
}
section.competences .container .row.first .content.table.d-flex p.exam {
  background-color: transparent;
  padding: 0px;
  color: #deb93f !important;
}
section.competences .container .row.first .content.table.d-flex p.coruse {
  border: 0px;
  color: #deb93f;
  font-weight: 700;
  font-size: 1.4rem;
}
section.competences .container .row .content.table.d-flex {
  align-items: center;
  margin-bottom: 10px;
}
section.competences .container .row .content.table.d-flex p.question {
  flex: 46%;
  border: 1px solid silver;
  border-radius: 15px;
  color: black;
}
section.competences .container .row .content.table.d-flex p.coruse {
  flex: 46%;
  color: black;
  border-radius: 15px;
  border: 1px solid silver;
}
section.competences .container .row .content.table.d-flex p.exam {
  flex: 11%;
  justify-content: center;
  align-items: center;
  display: flex;
}
section.competences .container .row .content.table.d-flex p.exam a {
  background-color: #02817c;
  padding: 20px 18px;
  color: white;
  border-radius: 40px;
  width: 100%;
  text-align: center;
  font-size: 15px;
}
section.competences .container .row .content.table.d-flex p {
  align-items: center;
  display: flex;
  height: 100%;
  line-height: 20px;
  padding: 10px 16px;
  font-size: 17px;
}
@media (max-width: 600px) {
  section.competences .container .row .content.table.d-flex p {
    font-size: calc(13px + 0.4vw);
    line-height: 26px;
  }
}
section.competences .container .row .content.table.d-flex.plusminus p.question {
  background-color: rgb(243, 243, 243);
}
section.competences .container .row .content.table.d-flex.plusminus p.coruse {
  background-color: rgb(243, 243, 243);
}

section.recognised-doctor .container {
  max-width: 1120px;
  margin: 0 auto;
}
section.recognised-doctor .container .desc {
  position: relative;
}
section.recognised-doctor .container .desc h4 {
  padding-top: 40px;
  color: #02817c;
  padding-bottom: 20px;
}
section.recognised-doctor .container .desc h2 {
  font-weight: 700;
  color: #02817c;
  margin-bottom: 3rem;
}
section.recognised-doctor .container .desc p {
  margin-bottom: 1.2rem !important;
}
section.recognised-doctor .container .answers {
  position: relative;
}
section.recognised-doctor .container .answers h2 {
  color: #f3d250;
  padding-bottom: 1rem;
  padding-top: 1rem;
  font-size: calc(20px + 0.8vw);
  margin-bottom: 20px !important;
}
section.recognised-doctor .container .answers img.checks {
  width: 90px;
  position: absolute;
  right: 20px;
  top: 10px;
}
section.recognised-doctor .container .answers .contents {
  background: white;
  padding: 5px 0px;
}
section.recognised-doctor .container .answers .contents img {
  width: 50px;
  margin-right: 10px;
}
section.recognised-doctor .container .answers .contents p {
  margin-bottom: 0px;
  padding: 13px 10px;
  width: 100%;
  border: 1px solid silver;
  border-radius: 5px;
}
section.recognised-doctor .container .content-bottom {
  margin-top: 3rem;
}

div#languee {
  height: fit-content;
}

section.competences .container.row.p-0 .col-sm-12.col-md-12.col-lg-5.titleText {
  padding-right: 70px;
}
section.competences .container.row.p-0 .col-sm-12.col-md-12.col-lg-5.titleText p {
  line-height: 34px;
}
section.competences .container.row.p-0 h2 {
  font-size: calc(24px + 1vw);
  font-weight: 500;
  padding-bottom: 30px;
  line-height: 40px;
  color: #02817c;
}
@media (max-width: 600px) {
  section.competences .container.row.p-0 .titleText {
    margin-bottom: 24px;
  }
}
section.competences .container.row.p-0 .box {
  padding: 30px;
  border-radius: 15px;
  background: rgba(192, 192, 192, 0.356);
}
section.competences .container.row.p-0 .box h2.lvl {
  font-size: 36px;
  font-weight: 500;
  padding-bottom: 0px;
  line-height: 30px;
  color: #8c7434 !important;
}
section.competences .container.row.p-0 .box .trans {
  position: absolute;
}
section.competences .container.row.p-0 .box p.lvl {
  font-weight: 500;
  font-size: 22px;
}
section.competences .container.row.p-0 .box p.des {
  padding-top: 40px;
  font-size: 22px;
  color: rgb(138, 138, 138);
}
section.competences .container.row.p-0 .box .row .langue {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0 5px;
  margin-top: 100px;
}
section.competences .container.row.p-0 .box .row .langue .colorbox0 {
  height: 200px;
}
section.competences .container.row.p-0 .box .row .langue .colorbox1 {
  height: 260px;
}
section.competences .container.row.p-0 .box .row .langue .colorbox2 {
  height: 320px;
}
section.competences .container.row.p-0 .box .row .langue .colorbox3 {
  height: 380px;
}
section.competences .container.row.p-0 .box .row .langue .boxs {
  display: flex;
  border-radius: 15px 15px 0px 0px;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px;
  clip-path: inset(100% 0 0 0);
  transition: all 1s ease-in-out;
}
section.competences .container.row.p-0 .box .row .langue .boxs p.index {
  text-align: right;
  padding-right: 10px;
  padding-top: 30px;
  font-size: 70px;
  font-weight: 300;
  color: white;
}
section.competences .container.row.p-0 .box .row .langue .boxs p {
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}
section.competences .container.row.p-0 .box .row .langue .boxs > * {
  opacity: 0;
  transition: all 0.3s linear;
  transition-delay: 0.75s;
}
section.competences .container.row.p-0 .box .row.animated .boxs {
  clip-path: inset(0 0 0 0);
}
section.competences .container.row.p-0 .box .row.animated .boxs > * {
  opacity: 1;
}
section.competences .container.row.p-0 .box .row.animated .colorbox1 {
  transition-delay: 0.4s;
}
section.competences .container.row.p-0 .box .row.animated .colorbox1 > * {
  transition-delay: 1.25s;
}
section.competences .container.row.p-0 .box .row.animated .colorbox2 {
  transition-delay: 0.8s;
}
section.competences .container.row.p-0 .box .row.animated .colorbox2 > * {
  transition-delay: 1.75s;
}
section.competences .container.row.p-0 .box .row.animated .colorbox3 {
  transition-delay: 1.2s;
}
section.competences .container.row.p-0 .box .row.animated .colorbox3 > * {
  transition-delay: 2.25s;
}

@media (max-width: 600px) {
  .leaflet-map.WPLeafletMap.leaflet-container.leaflet-touch.leaflet-retina.leaflet-safari.leaflet-fade-anim.leaflet-grab.leaflet-touch-drag.leaflet-touch-zoom {
    height: 400px !important;
  }
  section.competences .container.row.p-0 .col-sm-12.col-md-12.col-lg-5.titleText {
    padding-right: 10.5px;
  }
  section.competences p {
    font-size: 19px;
    line-height: 26px;
  }
  section.competences {
    padding: 60px 0px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  section.competences p {
    font-size: calc(13px + 0.4vw);
    line-height: 26px !important;
  }
}
@media (max-width: 600px) {
  section.competences .container.row.p-0 h2 {
    font-size: 45px;
    line-height: 45px;
    font-weight: 500;
    padding-bottom: 60px;
    color: #02817c;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  section.competences .container.row.p-0 h2 {
    font-size: calc(24px + 1vw) !important;
    line-height: 1.25 !important;
    padding-bottom: 24px !important;
  }
}
@media (max-width: 600px) {
  section.competences .container.row.p-0 .box {
    padding: 15px;
    background: rgba(192, 192, 192, 0.356);
  }
  section.competences .container.row.p-0 .box p.des {
    font-size: 19px;
    padding-top: 0px;
  }
  section.competences .container.row.p-0 .box h2.lvl {
    font-size: 32px;
    font-weight: 500;
    padding-bottom: 0px;
    line-height: 26px;
    color: #8c7434 !important;
  }
  section.competences .container.row.p-0 .box .row .langue .boxs p {
    line-height: 19px;
    font-size: 14px;
  }
  section.competences .container.row.p-0 .box .row .langue .boxs p.index {
    align-self: center;
    padding-top: 0px !important;
  }
  .row .langue {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0 5px;
    margin-top: 20px !important;
  }
  .row .langue:first-child {
    margin-top: 115px !important;
  }
  .row .langue .boxs {
    padding: 20px !important;
    flex-direction: row !important;
    width: 85%;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .row .langue .colorbox0 {
    height: auto !important;
  }
  .row .langue .colorbox1 {
    height: auto !important;
  }
  .row .langue .colorbox2 {
    height: auto !important;
  }
  .row .langue .colorbox3 {
    height: auto !important;
  }
  .row .langue p.index {
    font-size: 70px !important;
  }
  .row.langue-row.animated {
    padding-top: 10vh;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .row.langue-row.animated {
    padding-top: 100px;
  }
}
section.process .container .uptext h2 {
  text-align: left;
  font-weight: 500;
  letter-spacing: -1.91px;
  color: #02817c;
}
section.process .container .bottext p {
  line-height: 32px;
}
section.process.animated .gradientLine {
  animation: animateLine 4.5s linear forwards;
}
@media (max-width: 600px) {
  section.process.animated .gradientLine {
    animation: animateLineTop 4.5s linear forwards;
  }
}
section.process .row > div {
  width: 85%;
  justify-content: space-between;
  display: flex;
  padding: 0 !important;
}
section.process .icons-wrapper {
  margin: 90px 0;
}

.gradientRow {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

.gradientLine {
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, rgb(232, 99, 58) 0%, rgb(230, 139, 53) 20%, rgb(222, 185, 63) 40%, rgb(163, 194, 180) 60%, rgb(134, 169, 193) 80%, rgb(86, 128, 233) 100%);
  clip-path: inset(0 100% 0 0);
}

.icon-wrapper {
  position: relative;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transform: scale(0);
  cursor: pointer;
}
.icon-wrapper .text {
  opacity: 0;
  background-color: transparent;
  padding: 8px;
  border: 1px solid silver;
  text-align: center;
  width: max-content;
  position: absolute;
  bottom: -10px;
  transform: translateY(100%);
  border-radius: 10px;
  color: black;
  transition: opacity 1.2s ease-in-out;
}
.icon-wrapper .text p.strong {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.7px;
  margin-bottom: 0.2rem;
}
.icon-wrapper .text p {
  font-size: 16px;
  letter-spacing: -0.7px;
  margin-bottom: 0px;
}

.box:nth-child(1) .icon-wrapper {
  background-color: #e8633a;
}
.box:nth-child(2) .icon-wrapper {
  background-color: #e68b35;
}
.box:nth-child(3) .icon-wrapper {
  background-color: #deb93f;
}
.box:nth-child(4) .icon-wrapper {
  background-color: #a3c2b4;
}
.box:nth-child(5) .icon-wrapper {
  background-color: #86a9c1;
}

section.process.animated .icon-wrapper {
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.52, 0.01, 0, 1);
}
section.process.animated .icon-wrapper .text {
  opacity: 1;
  animation-delay: 6s;
}
section.process.animated .icon-wrapper:hover .text {
  opacity: 1 !important;
}
section.process.animated .box:nth-child(2) .icon-wrapper {
  transition-delay: 1s;
}
section.process.animated .box:nth-child(2) .icon-wrapper .text {
  transition-delay: 1s;
}
section.process.animated .box:nth-child(3) .icon-wrapper {
  transition-delay: 2s;
}
section.process.animated .box:nth-child(3) .icon-wrapper .text {
  transition-delay: 2s;
}
section.process.animated .box:nth-child(4) .icon-wrapper {
  transition-delay: 3s;
}
section.process.animated .box:nth-child(4) .icon-wrapper .text {
  transition-delay: 3s;
}
section.process.animated .box:nth-child(5) .icon-wrapper {
  transition-delay: 4s;
}
section.process.animated .box:nth-child(5) .icon-wrapper .text {
  transition-delay: 4s;
}

@keyframes hideAfter {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animateLine {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  11% {
    clip-path: inset(0 100% 0 0);
  }
  22% {
    clip-path: inset(0 100% 0 0);
  }
  33% {
    clip-path: inset(0 75% 0 0);
  }
  44% {
    clip-path: inset(0 75% 0 0);
  }
  55% {
    clip-path: inset(0 50% 0 0);
  }
  66% {
    clip-path: inset(0 50% 0 0);
  }
  77% {
    clip-path: inset(0 25% 0 0);
  }
  88% {
    clip-path: inset(0 25% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes animateLineTop {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  11% {
    clip-path: inset(0 0 100% 0);
  }
  22% {
    clip-path: inset(0 0 100% 0);
  }
  33% {
    clip-path: inset(0 0 75% 0);
  }
  44% {
    clip-path: inset(0 0 75% 0);
  }
  55% {
    clip-path: inset(0 0 50% 0);
  }
  66% {
    clip-path: inset(0 0 50% 0);
  }
  77% {
    clip-path: inset(0 0 25% 0);
  }
  88% {
    clip-path: inset(0 0 25% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@media (max-width: 1560px) {
  section.process .container p {
    font-size: 16px;
    line-height: 24px;
  }
  section.process .container .uptext .center {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 1360px) {
  .icon-wrapper .text p.strong {
    font-size: 16px;
  }
  section.process .container p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 998px) {
  .icon-wrapper {
    width: 80px;
    height: 80px;
  }
  .icon-wrapper img {
    width: 60%;
  }
  .gradientLine {
    height: 8px;
  }
}
@media (max-width: 750px) {
  .icons-wrapper {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .icons-wrapper .row.icons-row.justify-content-center div {
    flex-direction: column;
    width: 100%;
    justify-items: center;
  }
  .icons-wrapper .row.icons-row.justify-content-center div .box .icon-wrapper {
    width: 200px;
    height: 200px;
    padding: 8px;
    margin: 40px auto 80px;
  }
}
@media (max-width: 750px) and (max-width: 600px) {
  .icons-wrapper .row.icons-row.justify-content-center div .box .icon-wrapper {
    width: 120px;
    height: 120px;
  }
  .icons-wrapper .row.icons-row.justify-content-center div .box .icon-wrapper img {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 750px) {
  .icons-wrapper .row.icons-row.justify-content-center div .box .icon-wrapper .text {
    width: 200%;
    display: block;
    z-index: 2;
    background-color: #fff;
  }
  .icons-wrapper .row.icons-row.justify-content-center div .box.box-sr {
    margin-bottom: 32px;
  }
  .row.gradientRow {
    display: block !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 85%;
  }
  .row.gradientRow .gradientLine {
    height: 100%;
    width: 12px;
    background: linear-gradient(180deg, rgb(232, 99, 58) 0%, rgb(230, 139, 53) 20%, rgb(222, 185, 63) 40%, rgb(163, 194, 180) 60%, rgb(134, 169, 193) 80%, rgb(86, 128, 233) 100%);
    clip-path: inset(0 0 100% 0);
  }
}
section.container-fluid.logo .container h2 {
  margin-bottom: 3rem;
}
section.container-fluid.logo .container .row.d-flex.align-items-center {
  justify-content: center;
}
section.container-fluid.logo .container .row.d-flex.align-items-center .col-sm-12.col-md-4.col-lg-3.col-xl-2 {
  margin-bottom: 2rem;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
section.container-fluid.logo .container .row.d-flex.align-items-center .col-sm-12.col-md-4.col-lg-3.col-xl-2:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
  transition: 0.4s;
}

@media (max-width: 600px) {
  .heading-and-link-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}

section.locations .container p {
  margin-bottom: 2rem;
}
section.locations .container a {
  display: block;
  max-width: 1200px;
  text-align: right;
  width: fit-content;
  margin-right: auto;
  font-size: 1.6rem;
  color: #8c7434;
  font-weight: 700;
  float: right;
  transition: 0.4s;
}
@media (max-width: 600px) {
  section.locations .container a {
    float: none;
    margin-left: auto;
    margin-right: 0;
  }
}
section.locations .container a svg {
  fill: #8c7434;
  font-size: 1.2rem;
  padding-left: 10px;
  transition: 0.4s;
}
section.locations .container a:hover svg {
  padding-left: 15px;
  transition: 0.4s;
}
section.locations .container h4 {
  padding-left: 100px;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: -0.18px;
  font-weight: 400;
  padding-bottom: 30px;
}
@media (max-width: 600px) {
  section.locations .container h4 {
    padding: 0;
    text-align: center;
  }
}
section.locations .container .locations {
  max-width: 1000px;
  margin: 0 auto;
}
section.locations .container .locations ul {
  padding-top: 60px;
  list-style: none;
  font-size: 22px;
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  grid-auto-flow: column;
  justify-content: space-evenly;
  font-weight: 300;
  font-size: 2rem;
  list-style-position: inside;
}
@media (max-width: 600px) {
  section.locations .container .locations ul {
    display: flex;
    flex-direction: column;
  }
}
section.locations .container .locations ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  line-height: 30px;
  margin-bottom: 1rem;
  font-size: 1rem;
  position: relative;
  align-items: center;
}
section.locations .container .locations ul li p {
  margin-bottom: 0px;
  font-size: 1.6rem;
}
section.locations .container .locations ul li span {
  font-size: 61px;
  line-height: 72px;
  color: #8c7434;
  font-weight: 300;
  margin-right: 5px;
  opacity: 50%;
  padding-right: 4px;
  display: inline-block;
}
section.locations .container .row.togeder {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
section.locations .container .row.togeder .col-sm-12.col-md-12.col-xl-6.col-lg-6.images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.locations .container .row.togeder .col-sm-12.col-md-12.col-xl-6.col-lg-6.images .logo {
  margin-bottom: 2.2rem;
}
section.locations .container .row.togeder h2 {
  margin-bottom: 2rem;
}
section.locations .container .row.togeder p {
  margin-bottom: 1rem;
}

section#signite-forms, section#signite-forms-quid {
  padding-top: 90px;
  padding-bottom: 90px;
}
section#signite-forms .container.quid, section#signite-forms-quid .container.quid {
  max-width: 1200px;
  margin: 0 auto;
}
section#signite-forms .container.quid h3, section#signite-forms-quid .container.quid h3 {
  margin-bottom: 0px;
}
section#signite-forms .container.quid p, section#signite-forms-quid .container.quid p {
  line-height: 34px;
}
@media (max-width: 600px) {
  section#signite-forms .container.quid p, section#signite-forms-quid .container.quid p {
    font-size: calc(13px + 0.4vw);
    line-height: 26px;
  }
}
section#signite-forms .container.quid h2, section#signite-forms-quid .container.quid h2 {
  margin-bottom: 2rem;
}
section#signite-forms .container.quid .frm_forms, section#signite-forms-quid .container.quid .frm_forms {
  padding: 50px;
  padding-bottom: 30px;
  background-color: rgb(240, 240, 240);
  border-radius: 10px;
}
section#signite-forms .container, section#signite-forms-quid .container {
  max-width: 1000px;
  margin: 0 auto;
}
section#signite-forms .container h1, section#signite-forms-quid .container h1 {
  line-height: normal;
  font-weight: 500;
  font-size: calc(24px + 1vw);
  opacity: 1;
  color: #02817c;
  margin-bottom: 2rem;
}
section#signite-forms .container p, section#signite-forms-quid .container p {
  margin-bottom: 3rem;
}
section#signite-forms .container .frm_forms .frm_opt_container, section#signite-forms-quid .container .frm_forms .frm_opt_container {
  display: flex;
}
section#signite-forms .container .frm_forms .frm_opt_container .frm_radio, section#signite-forms-quid .container .frm_forms .frm_opt_container .frm_radio {
  margin-right: 20px;
}
section#signite-forms .container .frm_forms .frm_opt_container .frm_radio label, section#signite-forms-quid .container .frm_forms .frm_opt_container .frm_radio label {
  cursor: pointer !important;
}
section#signite-forms .container .frm_forms .intl-tel-input, section#signite-forms-quid .container .frm_forms .intl-tel-input {
  position: relative;
  display: block;
  width: 100%;
}
section#signite-forms .container .frm_forms .intl-tel-input input[type=tel], section#signite-forms-quid .container .frm_forms .intl-tel-input input[type=tel] {
  padding-left: 90px;
  width: 100%;
  box-sizing: border-box;
}
section#signite-forms .container .frm_forms .intl-tel-input.separate-dial-code input[type=tel], section#signite-forms-quid .container .frm_forms .intl-tel-input.separate-dial-code input[type=tel] {
  padding-left: 100px;
}
section#signite-forms .container .frm_forms .intl-tel-input .flag-container, section#signite-forms-quid .container .frm_forms .intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
section#signite-forms .container .frm_forms .intl-tel-input .selected-flag, section#signite-forms-quid .container .frm_forms .intl-tel-input .selected-flag {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 6px 0 8px;
  border-right: 1px solid #ccc;
  background: transparent;
  cursor: pointer;
}
section#signite-forms .container .frm_forms .intl-tel-input .selected-dial-code, section#signite-forms-quid .container .frm_forms .intl-tel-input .selected-dial-code {
  margin-left: 4px;
  font-size: 0.9rem;
  color: #333;
}
section#signite-forms .container .frm_forms .intl-tel-input .iti-arrow, section#signite-forms-quid .container .frm_forms .intl-tel-input .iti-arrow {
  margin-left: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #7c7c7c;
}
section#signite-forms .container .frm_forms .intl-tel-input .country-list, section#signite-forms-quid .container .frm_forms .intl-tel-input .country-list {
  z-index: 9999;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  max-height: 200px;
  overflow-y: scroll;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
section#signite-forms .container .frm_forms .iti.iti--allow-dropdown, section#signite-forms-quid .container .frm_forms .iti.iti--allow-dropdown {
  width: 100%;
}
section#signite-forms .container .frm_forms .iti.iti--allow-dropdown input, section#signite-forms-quid .container .frm_forms .iti.iti--allow-dropdown input {
  padding-left: 90px;
}
section#signite-forms .container .frm_forms .iti__arrow, section#signite-forms-quid .container .frm_forms .iti__arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #7c7c7c;
}
section#signite-forms .container .frm_forms .iti__arrow.iti__arrow--up, section#signite-forms-quid .container .frm_forms .iti__arrow.iti__arrow--up {
  border-top: 0px;
  border-bottom: 5px solid #7c7c7c;
}
section#signite-forms .container .frm_forms .iti__selected-flag, section#signite-forms-quid .container .frm_forms .iti__selected-flag {
  margin-right: 5px;
}
section#signite-forms .container .frm_forms .frm_top_container.vertical_radio .frm_primary_label, section#signite-forms-quid .container .frm_forms .frm_top_container.vertical_radio .frm_primary_label {
  margin-bottom: 1.2rem;
}
section#signite-forms .container .frm_forms .frm_top_container.vertical_radio .frm_opt_container .frm_checkbox, section#signite-forms-quid .container .frm_forms .frm_top_container.vertical_radio .frm_opt_container .frm_checkbox {
  margin-right: 20px;
}
section#signite-forms .container .frm_forms .frm_top_container.vertical_radio .frm_opt_container .frm_checkbox label, section#signite-forms-quid .container .frm_forms .frm_top_container.vertical_radio .frm_opt_container .frm_checkbox label {
  cursor: pointer !important;
}

.container.quid .frm_forms form.frm-show-form .frm_fields_container .custom_layout .frm_opt_container {
  display: flex;
  flex-wrap: wrap;
}
.container.quid .frm_forms form.frm-show-form .frm_fields_container .custom_layout .frm_opt_container .frm_checkbox,
.container.quid .frm_forms form.frm-show-form .frm_fields_container .custom_layout .frm_opt_container .frm_radio {
  flex: 45%;
}
.container.quid .frm_forms form.frm-show-form .frm_fields_container .custom_layout .frm_opt_container .frm_checkbox label .frm_label_with_image,
.container.quid .frm_forms form.frm-show-form .frm_fields_container .custom_layout .frm_opt_container .frm_radio label .frm_label_with_image {
  border: 0px;
  border-radius: 4px;
}
.container.quid .frm_forms form.frm-show-form .frm_fields_container .custom_layout .frm_opt_container .frm_checkbox label .frm_label_with_image .frm_empty_url,
.container.quid .frm_forms form.frm-show-form .frm_fields_container .custom_layout .frm_opt_container .frm_radio label .frm_label_with_image .frm_empty_url {
  display: none;
}
.container.quid .frm_forms form.frm-show-form .frm_fields_container .custom_layout .frm_opt_container .frm_checkbox label .frm_label_with_image .frm_text_label_for_image,
.container.quid .frm_forms form.frm-show-form .frm_fields_container .custom_layout .frm_opt_container .frm_radio label .frm_label_with_image .frm_text_label_for_image {
  cursor: pointer;
  padding: 30px;
  background: White;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #bfc3c8 !important;
}
.container.quid .frm_forms form.frm-show-form .frm_fields_container .custom_layout .frm_opt_container .frm_checkbox label .frm_label_with_image .frm_text_label_for_image span,
.container.quid .frm_forms form.frm-show-form .frm_fields_container .custom_layout .frm_opt_container .frm_radio label .frm_label_with_image .frm_text_label_for_image span {
  font-size: 1rem !important;
}
.container.quid .frm_forms form.frm-show-form .frm_fields_container .custom_layout .frm_primary_label {
  font-size: 1.2rem !important;
  margin-bottom: 2rem !important;
  color: #02817c;
  font-weight: 500;
}
.container.quid .frm_forms form.frm-show-form .frm_fields_container .frm_submit button.frm_prev_page {
  margin-right: 20px !important;
}
.container.quid .frm_forms form.frm-show-form .frm_fields_container .frm_section_heading h3.frm_pos_top.frm_section_spacing {
  font-size: 22px !important;
  margin-bottom: 2rem !important;
  color: #02817c;
  font-weight: 500;
}
.container.quid .frm_forms form.frm-show-form .frm_fields_container .customtitle.frm_html_container {
  font-size: 1.2rem !important;
  margin-bottom: 2rem !important;
  color: #02817c;
  line-height: 32px !important;
  font-weight: 500;
  margin-bottom: 2rem !important;
}
.container.quid .frm_forms form.frm-show-form .frm_fields_container .customtitle.frm_html_container h1 {
  margin-bottom: 0px !important;
  color: #3f4b5b !important;
}
.container.quid .frm_forms form.frm-show-form .frm_fields_container .customtitle.frm_html_container p {
  font-size: 1.2rem !important;
  margin-bottom: 2rem !important;
  color: #02817c;
  line-height: 32px !important;
  font-weight: 500;
}
.container.quid .frm_forms form.frm-show-form .intl-tel-input.allow-dropdown,
.container.quid .frm_forms form.frm-show-form .iti.iti--allow-dropdown {
  display: none;
}
.container.quid .frm_forms form.frm-show-form .frm_page_num_1 .frm_submit {
  text-align: center;
}
.container.quid .frm_forms form.frm-show-form .frm_page_num_1 .frm_submit button.frm_prev_page {
  margin-right: 20px !important;
}
.container.quid .frm_forms form.frm-show-form .frm_page_num_1 .frm_submit button.frm_button_submit {
  padding: 6px 40px;
  border-radius: 50px;
  font-size: 1.4rem;
}
.container.quid .frm_forms form.frm-show-form .frm_page_num_5 .intl-tel-input.allow-dropdown,
.container.quid .frm_forms form.frm-show-form .frm_page_num_5 .iti.iti--allow-dropdown {
  display: block !important;
}

.frm_form_field.form-field.frm_top_container .chosen-container ul.chosen-choices {
  padding: 14px 20px;
}
.frm_form_field.form-field.frm_top_container .chosen-container ul.chosen-choices li.search-field {
  font-size: 1rem;
  color: #555555;
}
.frm_form_field.form-field.frm_top_container .chosen-container ul.chosen-choices li.search-field input.chosen-search-input.default {
  height: auto !important;
  line-height: 32px;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
.frm_form_field.form-field.frm_top_container .chosen-container ul.chosen-choices li.search-field input[type=text] {
  height: 35px !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
.frm_form_field.form-field.frm_top_container .chosen-container ul.chosen-choices li.search-choice {
  padding: 10px 10px 10px 10px;
  display: flex;
  margin: 3px;
  align-items: center;
  justify-content: space-between;
  border-color: #02817c !important;
  border-width: 1px !important;
  background-color: transparent !important;
  box-shadow: none !important;
  background-image: none !important;
}
.frm_form_field.form-field.frm_top_container .chosen-container ul.chosen-choices li.search-choice a {
  position: relative !important;
  right: -2px !important;
  top: 2px !important;
  margin-left: 5px;
}
.frm_form_field.form-field.frm_top_container .chosen-container ul.chosen-choices li.search-choice span {
  font-size: 1rem !important;
}
.frm_form_field.form-field.frm_top_container .chosen-container .chosen-drop ul.chosen-results li {
  font-size: 1rem !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
.frm_form_field.form-field.frm_top_container .chosen-container .chosen-drop ul.chosen-results li:hover {
  background: #02817c !important;
}
.frm_form_field.form-field.frm_top_container .chosen-container .chosen-drop ul.chosen-results li.active-result.highlighted {
  background: #02817c !important;
}
.frm_form_field.form-field.frm_top_container .chosen-container .chosen-drop ul.chosen-results li.active-result.highlighted:hover {
  background: #02817c !important;
}

.frm_style_formidable-style.with_frm_style .frm_rootline .frm_current_page input[type=button],
.frm_style_formidable-style.with_frm_style .frm_page_bar input.frm_rootline_show_more_btn.active {
  border-color: #02817c;
  background-color: #02817c;
}

.frm_rootline_group {
  border-bottom: 1px solid #5f5f5f;
  padding-bottom: 40px;
}
.frm_rootline_group ul.frm_page_bar.frm_rootline.frm_rootline_line.frm_show_lines li input {
  font-size: 1.4rem;
  color: white;
  font-weight: 400;
  box-shadow: 0 0rem 0.4rem rgba(0, 0, 0, 0.2) !important;
}
.frm_rootline_group ul.frm_page_bar.frm_rootline.frm_rootline_line.frm_show_lines li::after {
  background-color: #cecece !important;
}

.frm_page_num_1 .frm_rootline_group {
  border-bottom: 0px !important;
}

.frm_forms .frm_page_bar input,
.frm_forms .frm_page_bar input:disabled {
  background-color: #a1a1a1 !important;
}

.frm_forms .frm_rootline input.frm_page_back {
  background-color: #5f5f5f !important;
}

.registeras .frm_opt_container {
  flex-direction: column;
  gap: 10px;
}
.registeras .frm_opt_container .frm_checkbox label {
  margin-bottom: 0.8rem;
}

section.page-content {
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: 90vh;
}
section.page-content .container {
  max-width: 1120px;
}
section.page-content .container h1.title {
  font-size: calc(40px + 0.5vw);
  margin-bottom: 30px;
}
section.page-content .container h1 {
  font-size: calc(40px + 0.5vw);
  margin-bottom: 0px;
}
section.page-content .container h4 {
  font-size: calc(30px + 0.5vw);
  font-weight: 500;
}
section.page-content .container p a {
  color: #8c7434;
}
section.page-content .container a {
  color: #8c7434;
}
section.page-content .container strong {
  color: inherit;
}
section.page-content .container p strong {
  color: inherit;
}

@media (max-width: 900px) {
  section.page-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section.page-content .container {
    max-width: 1120px;
  }
  section.page-content .container h1.title {
    font-size: calc(40px + 0.5vw);
    margin-bottom: 30px;
  }
  section.page-content .container h1 {
    font-size: 30px;
    margin-bottom: 0px;
  }
  section.page-content .container h4 {
    font-size: 26px;
    font-weight: 500;
  }
  section.page-content .container p {
    font-size: 15px;
    line-height: 20px;
  }
  section.page-content .container p a {
    color: #8c7434;
  }
  section.page-content .container a {
    color: #8c7434;
  }
  section.page-content .container strong {
    color: inherit;
  }
  section.page-content .container p strong {
    color: inherit;
    font-size: 1.1rem;
  }
}
section.head-magazin.container-fluid .container .row .contents h5 {
  color: #7aaacf;
}
section.head-magazin.container-fluid .container .row .contents h2 {
  color: #818569;
}

section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tab {
  max-width: 350px;
  position: sticky;
  top: 150px;
  margin-right: 4rem !important;
}
section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tab h5 {
  color: #7aaacf;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tab .d-flex.tag {
  align-items: center;
  margin-bottom: 0.6rem;
  justify-content: flex-start;
}
section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tab .d-flex.tag img.img-fluid.iconic {
  width: 35px;
  margin-right: 0.8rem;
}
section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tab .d-flex.tag p {
  font-size: 1rem;
  color: #6d6d6d;
  margin-bottom: 0px;
}
section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tab button:last-of-type {
  margin-bottom: 2rem;
}
section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tab button .titles p {
  color: #6d6d6d;
}
section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .d-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .d-flex h5 {
  color: #7aaacf;
  font-size: 1.6rem;
}
section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .d-flex form.is-search-form.is-form-style label {
  right: 120px;
}
section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .d-flex form.is-search-form.is-form-style label input.is-search-input {
  width: 280px;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 1rem !important;
  border-radius: 3px !important;
}
section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .d-flex form.is-search-form.is-form-style label .is-search-input::placeholder {
  color: transparent;
}
section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .d-flex form.is-search-form.is-form-style input.is-search-submit {
  background-color: #02817c;
  transition: 0.3s;
  color: White;
  border-radius: 30px;
  padding-left: 30px !important;
  padding-right: 30px !important;
  border: 1px solid #02817c !important;
}
section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .d-flex form.is-search-form.is-form-style input.is-search-submit:hover {
  transition: 0.3s;
  color: #02817c;
  background-color: transparent;
}
section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .post-item.row.align-items-center {
  padding-bottom: 2rem;
  position: relative;
  padding-top: 2rem;
  border-bottom: 1px solid silver;
}
section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .post-item.row.align-items-center::after {
  content: "";
  width: 100px;
  height: 6px;
  position: absolute;
  background: #e6e6e6 0% 0% no-repeat padding-box;
  bottom: -3.3px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
}
section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .post-item.row.align-items-center:first-of-type {
  padding-top: 0px !important;
}
section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .post-item.row.align-items-center .col-md-12.col-lg-12.col-xl-8.col-xxl-9 .post-content .dtags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px;
  margin-top: 2rem;
}
section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .post-item.row.align-items-center .col-md-12.col-lg-12.col-xl-8.col-xxl-9 .post-content .dtags img {
  width: 40px;
  margin-right: 1rem;
}

div.is-ajax-search-details,
div.is-ajax-search-result {
  left: auto !important;
  right: 150px !important;
}

section#countrymaps .container {
  max-width: 1300px;
}
section#countrymaps .container .globalmap .leaflet-map {
  margin: 60px 0px;
  border-radius: 15px;
}
section#countrymaps .container .globalmap h2 {
  margin-bottom: 24px;
}
section#countrymaps .container .globalmap p {
  line-height: 34px;
}
section#countrymaps .container .d-flex.align-items-start p.smallp {
  line-height: normal;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  margin-right: auto;
  margin-top: 10px;
  color: #e8633a;
}
section#countrymaps .container .d-flex.align-items-start div#v-pills-tab {
  flex: 15%;
}
section#countrymaps .container .d-flex.align-items-start div#v-pills-tab button {
  border-radius: 0px 13px 0px 0px;
  padding: 15px;
  background-color: #efefef;
  color: black;
  transition: background-color 0.4s, color 0.4s; /* Prelazi za boju pozadine i boju teksta */
}
section#countrymaps .container .d-flex.align-items-start div#v-pills-tab button.active {
  background-color: #dbb003;
  color: White;
  text-shadow: 0 0rem 0.8rem rgba(0, 0, 0, 0.3);
}
section#countrymaps .container .d-flex.align-items-start div#v-pills-tabContent {
  flex: 85%;
}
section#countrymaps .container .d-flex.align-items-start div#v-pills-tabContent .tab-pane .content.d-flex.flex-column > div {
  display: flex;
  margin-bottom: 0.6rem;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  border: 1px solid silver;
  border-radius: 10px;
}
section#countrymaps .container .d-flex.align-items-start div#v-pills-tabContent .tab-pane .content.d-flex.flex-column > div p {
  margin-bottom: 0px;
  font-size: calc(10px + 0.4vw);
}
section#countrymaps .container .d-flex.align-items-start div#v-pills-tabContent .tab-pane .content.d-flex.flex-column .flag {
  background-color: #efefef;
  border: 0px;
  border-radius: 0px 10px 0px 0px;
}
section#countrymaps .container .d-flex.align-items-start div#v-pills-tabContent .tab-pane .content.d-flex.flex-column .flag p {
  color: #dbb003;
  text-shadow: 0 0rem 1rem rgba(255, 255, 255, 0.3);
  font-size: calc(14px + 0.4vw);
}
section#countrymaps .container .d-flex.align-items-start div#v-pills-tabContent .tab-pane .content.d-flex.flex-column .Education {
  align-items: flex-start !important;
}
section#countrymaps .container .d-flex.align-items-start div#v-pills-tabContent .tab-pane .content.d-flex.flex-column .Education p:last-of-type {
  text-align: right;
}

section.germap {
  background: white;
}
section.germap .container h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: -0.18px;
}
section.germap .container h2 {
  font-size: calc(24px + 1vw);
  line-height: 58px;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: -1.91px;
  color: #02817c;
}
section.germap .container p {
  letter-spacing: -0.12px;
  color: #000000;
  opacity: 1;
  line-height: 34px;
}
@media (max-width: 600px) {
  section.germap .container p {
    font-size: calc(13px + 0.4vw);
    line-height: 26px;
  }
}

.region {
  font-family: "Plus Jakarta Sans" !important;
  cursor: pointer;
  outline: none;
}

.region:hover,
.region:hover * {
  fill: #e4ecf0;
}

.city {
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  font-family: "Plus Jakarta Sans" !important;
  /* display: none; */
}

.cities ul li {
  font-size: 24px;
  color: #8c7434;
  font-weight: 700;
  cursor: pointer;
  transition: 0.4s;
  margin-bottom: 10px;
  text-align: left;
  font-family: "Plus Jakarta Sans" !important;
}
.cities ul li:hover {
  color: black;
  transition: 0.4s;
}

.cities {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.modal-header .modal-title {
  font-size: 30px;
  color: #8c7434;
  font-weight: 700;
  text-align: left;
}
.modal-header button.close {
  font-size: 40px;
}

.modal-body .flex {
  display: flex;
  justify-content: space-between;
}

.map-preview .map {
  display: none;
}

.map-preview .map svg {
  height: 400px;
  width: 100%;
}

svg#german-map {
  width: 100%;
}

.map-preview .map .city {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.map-preview .map .city.active {
  opacity: 1;
}

.map-preview .map .city.pointer {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.map-preview .map .city.pointer.active {
  opacity: 1;
}

div#regionModal .modal-dialog {
  max-width: 1000px;
  left: 0px;
  padding: 12px;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 1000px; /* Maksimalna širina modala */
  margin: auto;
}
div#regionModal .modal-dialog .modal-content {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}

.popup-overlay {
  display: none;
  position: fixed;
  justify-content: flex-end !important;
  align-content: flex-end !important;
  align-items: flex-end !important;
  bottom: 35px;
  right: 35px;
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.popup-container {
  background-color: rgb(222, 185, 63);
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 300px;
  opacity: 0;
  z-index: 9999;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}

.popup-card {
  padding: 20px;
}
.popup-card .d-flex {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.popup-card h2 {
  font-size: 1.4rem;
  margin-bottom: 0px;
}

.popup-card p {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: white;
}

p#close-popup {
  margin-bottom: 0px;
  transition: 0.4s;
  cursor: pointer;
}
p#close-popup:hover {
  background-color: transparent;
}

.popup-card a {
  color: white;
  background-color: #02817c;
  color: white;
  border: none;
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid #02817c;
  cursor: pointer;
  font-size: 1rem;
  transition: 0.5s;
}
.popup-card a:hover {
  background-color: transparent;
  transition: 0.5s;
  color: #02817c;
}
.popup-card a:hover svg {
  fill: #02817c;
  transition: 0.5s;
}

#close-popup {
  font-size: 1rem;
}
#close-popup svg {
  fill: white;
  transition: 0.5s;
}

.container.\34 04 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.container.\34 04 .row {
  height: 100%;
}
.container.\34 04 .row .col-sm-12.col-md-12.col-lg-6.svg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container.\34 04 .row .col-sm-12.col-md-12.col-lg-6.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container.\34 04 .row .col-sm-12.col-md-12.col-lg-6.text .message-box {
  background-color: rgba(140, 116, 52, 0.45) !important;
  padding: 60px;
  border-radius: 20px;
}
.container.\34 04 .row .col-sm-12.col-md-12.col-lg-6.text .message-box a.error-button {
  margin-left: 0px;
  color: white;
  cursor: pointer;
  font-size: 1rem;
  padding: 10px 18px;
  border-radius: 20px;
  background-color: #02817c;
  border: 1px solid transparent;
  transition: 0.4s;
  line-height: normal;
}
.container.\34 04 .row .col-sm-12.col-md-12.col-lg-6.text .message-box a.error-button:hover {
  transition: 0.4s;
  background-color: transparent;
  border: 1px solid #02817c;
  color: #02817c;
}
.container.\34 04 .row .col-sm-12.col-md-12.col-lg-6.text .message-box h1 {
  margin-bottom: 1.2rem;
  font-size: 2rem;
}
.container.\34 04 .row .col-sm-12.col-md-12.col-lg-6.text .message-box p {
  margin-bottom: 1.2rem;
  max-width: 400px;
  font-size: 1.2rem;
}

#Polygon-1,
#Polygon-2,
#Polygon-3,
#Polygon-4,
#Polygon-4,
#Polygon-5 {
  animation: float 1s infinite ease-in-out alternate;
}

#Polygon-2 {
  animation-delay: 0.2s;
}

#Polygon-3 {
  animation-delay: 0.4s;
}

#Polygon-4 {
  animation-delay: 0.6s;
}

#Polygon-5 {
  animation-delay: 0.8s;
}

@keyframes float {
  100% {
    transform: translateY(20px);
  }
}
@media (max-width: 998px) {
  .container.\34 04 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .container.\34 04 .row .col-sm-12.col-md-12.col-lg-6.svg svg {
    position: relative;
  }
  .container.\34 04 .row .col-sm-12.col-md-12.col-lg-6.text .message-box {
    padding: 20px 40px;
  }
}
@media (max-width: 600px) {
  .container.\34 04 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .container.\34 04 .row .col-sm-12.col-md-12.col-lg-6.svg svg {
    position: relative;
  }
  .container.\34 04 .row .col-sm-12.col-md-12.col-lg-6.text .message-box {
    padding: 20px;
  }
  .container.\34 04 .row .col-sm-12.col-md-12.col-lg-6.text .message-box a.error-button {
    font-size: 0.8rem;
  }
  .container.\34 04 .row .col-sm-12.col-md-12.col-lg-6.text .message-box p {
    font-size: 1rem;
  }
  .container.\34 04 .row .col-sm-12.col-md-12.col-lg-6.text .message-box h1 {
    font-size: 1.6rem;
  }
}
.frm_forms .frm_message {
  background-color: #d7d9ce;
  padding: 2rem;
  margin-top: 2rem;
  border-color: transparent;
}
.frm_forms .frm_message p {
  color: black;
  margin-bottom: 2rem;
}
.frm_forms .frm_message .images {
  text-align: center;
  margin-bottom: 2rem;
}

.matching {
  background-size: cover;
  padding: 0 0 10vh;
  color: #000 !important;
  min-height: 90vh;
  padding: 60px 0px;
}
.matching h2 {
  font-size: 56px;
  line-height: 58px;
  font-weight: 500;
  letter-spacing: -1.91px;
  margin-bottom: 4px;
}
.matching h3 {
  margin: 0;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: -0.18px;
}
.matching p {
  margin-top: 12px !important;
}
.matching__grid {
  margin-top: 8vh;
  padding: 0 2.5vw;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.matching__grid > div {
  background-color: rgba(255, 255, 255, 0.74);
  border-radius: 0px 0px 0px 27px;
  min-height: 340px;
  position: relative;
  padding-bottom: 125px;
}
.matching__grid > div h5 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 12px;
  padding-top: 15px;
}
.matching__grid > div p {
  font-size: 23px;
  line-height: 34px;
}
.matching__grid > div .index {
  font-size: 150px;
  color: #02817c;
  position: absolute;
  right: 0;
  bottom: -10px;
  font-weight: 300;
  line-height: 175px;
}
.matching__grid > div:nth-child(4) {
  grid-row-start: 2;
  grid-column-start: 2;
}
.matching__grid > div:nth-child(5) {
  grid-row-start: 2;
  grid-column-start: 3;
}
.matching__grid > div:nth-child(6) {
  grid-row-start: 2;
  grid-column-start: 4;
}

@media (max-width: 1560px) {
  .matching {
    padding: 60px 0px;
  }
  .matching h2 {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -1.21px;
    padding: 0 !important;
  }
  .matching h3 {
    margin: 0;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: -0.18px;
    padding-top: 5px;
  }
  .matching__grid {
    margin-top: 80px;
    padding: 0;
    gap: 30px;
  }
  .matching__grid > div {
    padding-bottom: 105px;
  }
  .matching__grid > div h5 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .matching__grid > div p {
    font-size: 20px;
    line-height: 24px;
  }
  .matching__grid > div .index {
    font-size: 90px;
    color: #02817c;
    position: absolute;
    right: 0;
    bottom: -10px;
    font-weight: 300;
    line-height: 150px;
  }
}
@media (max-width: 1200px) {
  .matching__grid {
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .matching__grid > div {
    padding-bottom: 85px;
  }
  .matching__grid > div h5 {
    font-size: 24px;
    line-height: 28px;
  }
  .matching__grid > div p {
    font-size: 18px;
    line-height: 22px;
  }
  .matching__grid > div .index {
    font-size: 90px;
    line-height: 125px;
  }
  .matching__grid > div:nth-child(4) {
    grid-row-start: auto;
    grid-column-start: auto;
  }
  .matching__grid > div:nth-child(5) {
    grid-row-start: auto;
    grid-column-start: auto;
  }
  .matching__grid > div:nth-child(6) {
    grid-row-start: auto;
    grid-column-start: auto;
  }
}
@media (max-width: 600px) {
  .matching .matching__grid {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .matching__grid {
    margin-top: 35px;
    gap: 10px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .matching__grid > div {
    min-height: 247px;
  }
  .matching__grid > div .index {
    font-size: 80px;
  }
  .matching__grid > div .flip-box-front,
  .matching__grid > div .flip-box-back {
    min-height: 247px;
  }
}
.flip-box {
  background-color: transparent;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
  background-color: rgba(255, 255, 255, 0.74);
  border-radius: 0px 0px 0px 27px;
  min-height: auto;
  position: relative;
  padding-bottom: 125px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 1.5s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0px 0px 0px 27px;
  padding: 10px 16px;
}

.flip-box-front {
  background: #ffffff 0% 0% no-repeat padding-box;
  color: #000000;
  opacity: 0.74;
  min-height: 340px;
}

.flip-box-back {
  background: #ffffff 0% 0% no-repeat padding-box;
  color: #000000;
  opacity: 0.74;
  min-height: 340px;
  transform: rotateY(180deg);
}

section.container-fluid.questions .container h2 {
  color: black;
  font-size: 56px;
}
@media (max-width: 1360px) {
  section.container-fluid.questions .container h2 {
    font-size: 46px;
  }
}
@media (max-width: 600px) {
  section.container-fluid.questions .container h2 {
    font-size: 38px;
  }
}
section.container-fluid.questions .container .row {
  margin-top: 44px;
}
section.container-fluid.questions .container .row h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1rem;
}
section.container-fluid.questions .container .row .accordion .accordion-item {
  border-bottom: 1px solid #8c7434;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background-color: transparent;
}
section.container-fluid.questions .container .row .accordion .accordion-item:first-child {
  border-top: 1px solid #8c7434;
}
section.container-fluid.questions .container .row .accordion .accordion-item h2.accordion-header {
  font-size: 56px;
  font-weight: 500;
  line-height: 55px;
  width: 100%;
}
section.container-fluid.questions .container .row .accordion .accordion-item h2.accordion-header .accordion-button {
  position: relative;
  padding: 14px 0;
  padding-right: 60px !important;
  font-size: 18px;
  outline: 0;
  background-color: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
section.container-fluid.questions .container .row .accordion .accordion-item h2.accordion-header .accordion-button:focus {
  background-color: transparent;
  outline: 0;
  color: #02817c !important;
}
section.container-fluid.questions .container .row .accordion .accordion-item h2.accordion-header .accordion-button p {
  margin-bottom: 0px;
  font-weight: 500;
  line-height: normal;
  font-size: 1.1rem;
}
section.container-fluid.questions .container .row .accordion .accordion-item h2.accordion-header .accordion-button::after {
  content: "";
  position: absolute;
  background: none;
  width: 2px;
  height: 16px;
  right: 30px;
  background-color: #616161;
}
section.container-fluid.questions .container .row .accordion .accordion-item h2.accordion-header .accordion-button::before {
  background-color: #616161;
  right: 30px;
  content: "";
  position: absolute;
  flex-shrink: 0;
  height: 16px;
  margin-left: auto;
  width: 2px;
  transition: transform 0.2s ease-in-out;
  transform: rotate(90deg);
}
section.container-fluid.questions .container .row .accordion .accordion-item h2.accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}
section.container-fluid.questions .container .row .accordion .accordion-item h2.accordion-header .accordion-button:not(.collapsed)::before {
  transform: rotate(90deg);
}
section.container-fluid.questions .container .row .accordion .accordion-item .accordion-body {
  padding: 15px 18px;
}
section.container-fluid.questions .container .row .accordion .accordion-item .accordion-body p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 24px;
}

.approach.animated .title {
  opacity: 1 !important;
}
.approach.animated .jobs-and-quote-wrapper h4 {
  opacity: 1;
}
.approach.animated .jobs-wrapper .job-wrapper {
  opacity: 1;
}
.approach.animated .animation-wrapper .plane {
  animation: movePlane1 11s infinite ease-in;
}
.approach.animated .animation-wrapper .plane2 {
  animation: movePlane2 11s infinite ease-out;
}
.approach.animated .animation-wrapper .cloud.cloud1 {
  animation: moveCloud1 11s linear infinite;
}
.approach.animated .animation-wrapper .cloud.cloud2 {
  animation: moveCloud2 11s linear infinite;
}
.approach.animated .animation-wrapper .cloud.cloud3 {
  animation: moveCloud3 11s linear infinite;
}
.approach.animated .animation-wrapper .cloud.cloud4 {
  animation: moveCloud4 11s linear infinite;
}
.approach.animated .animation-wrapper .cloud .raindrop {
  animation: rainDrop 1.5s linear infinite;
}
.approach.animated .animation-wrapper .sun {
  animation: sunAnimation 11s infinite ease-out;
}
@media (max-width: 1024px) {
  .approach.animated .animation-wrapper .sun {
    animation: sunAnimationResponsive 11s infinite ease-out;
  }
}
@media (max-width: 600px) {
  .approach.animated .animation-wrapper .sun {
    animation: sunAnimationResponsiveMobile 11s infinite ease-out;
  }
}
@media (min-width: 1900px) {
  .approach .container.smaller {
    width: 1698px;
    max-width: 85vw;
  }
}
.approach .animation-wrapper {
  position: relative;
  padding-top: 225px;
  overflow: hidden;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1900px) {
  .approach .animation-wrapper {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .approach .animation-wrapper {
    max-width: 680px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .approach .animation-wrapper {
    top: -25px;
    max-width: 336px;
    margin-top: -100px;
  }
}
.approach .animation-wrapper .logo-journey {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 800px) {
  .approach .animation-wrapper .logo-journey {
    max-width: 100px;
  }
}
@media (max-width: 600px) {
  .approach .animation-wrapper .logo-journey {
    top: 100px;
    max-width: 70px;
  }
}
.approach .animation-wrapper svg {
  max-width: 100%;
}
.approach .animation-wrapper .sun {
  scale: 0.7;
  opacity: 0;
  translate: -100%;
}
@media (max-width: 1024px) {
  .approach .animation-wrapper .sun {
    top: 100px !important;
  }
}
@media (max-width: 600px) {
  .approach .animation-wrapper .sun {
    top: 150px !important;
  }
}
.approach .animation-wrapper .cloud {
  scale: 0.7;
  opacity: 0;
}
@media (max-width: 1024px) {
  .approach .animation-wrapper .cloud {
    scale: 0.5;
    translate: 0 100px;
  }
}
@media (max-width: 600px) {
  .approach .animation-wrapper .cloud {
    scale: 0.35;
    translate: 0 150px;
  }
}
.approach .animation-wrapper .cloud,
.approach .animation-wrapper .sun {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.approach .animation-wrapper .cloud path,
.approach .animation-wrapper .sun path {
  fill: #a2a1a1;
}
.approach .animation-wrapper .cloud.storm,
.approach .animation-wrapper .sun.storm {
  opacity: 0;
}
.approach .animation-wrapper .cloud.storm .bolt,
.approach .animation-wrapper .sun.storm .bolt {
  animation: boltAnimation 1s infinite;
}
.approach .animation-wrapper .cloud .raindrop,
.approach .animation-wrapper .sun .raindrop {
  opacity: 0;
}
.approach .animation-wrapper .cloud.cloud1,
.approach .animation-wrapper .sun.cloud1 {
  top: 80px;
  left: 40px;
}
.approach .animation-wrapper .cloud.cloud2,
.approach .animation-wrapper .sun.cloud2 {
  top: 20px;
}
.approach .animation-wrapper .cloud.cloud3,
.approach .animation-wrapper .sun.cloud3 {
  top: 75px;
  left: 65px;
}
.approach .animation-wrapper .cloud.cloud4,
.approach .animation-wrapper .sun.cloud4 {
  top: 125px;
  left: 65px;
}
@media (max-width: 600px) {
  .approach .animation-wrapper .cloud.cloud4,
  .approach .animation-wrapper .sun.cloud4 {
    top: 85px;
  }
}
.approach .animation-wrapper .plane {
  position: absolute;
  left: 90px;
  top: 0;
  scale: 0.7;
  offset-path: path("M 3 510 C 1294 499 1005 148 2319 189");
}
@media (max-width: 1900px) {
  .approach .animation-wrapper .plane {
    offset-path: path("M 1 481 C 604 468 613 374 790 290 C 896 225 1088 214 1641 207");
  }
}
@media (max-width: 1024px) {
  .approach .animation-wrapper .plane {
    scale: 0.5;
    offset-path: path("M 1 596 C 604 583 613 489 790 405 C 896 340 1088 329 1248 332");
  }
}
@media (max-width: 600px) {
  .approach .animation-wrapper .plane {
    scale: 0.25;
    offset-path: path("M -374 1131 C 229 1118 238 1024 415 940 C 521 875 713 864 873 867");
  }
}
.approach .animation-wrapper .plane2 {
  position: absolute;
  scale: 0.7;
  top: 0;
  left: 0;
  offset-path: path("M -137 181 C 1195 167 875 539 2108 501");
}
@media (max-width: 1900px) {
  .approach .animation-wrapper .plane2 {
    offset-path: path("M -137 138 C 1062 398 875 496 1536 480");
  }
}
@media (max-width: 1024px) {
  .approach .animation-wrapper .plane2 {
    scale: 0.5;
    offset-path: path("M -103 349 C 401 339 491 608 1158 609");
  }
}
@media (max-width: 600px) {
  .approach .animation-wrapper .plane2 {
    scale: 0.25;
    offset-path: path("M -234 888 C 401 879 491 1148 1063 1136");
  }
}
.approach .jobs-wrapper {
  position: relative;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
  display: grid;
  grid-template-areas: "one four" "two five" "three six";
}
@media (max-width: 1200px) {
  .approach .jobs-wrapper {
    display: flex;
  }
}
@media (max-width: 600px) {
  .approach .jobs-wrapper .job-wrapper {
    display: none;
  }
}
@media (max-width: 600px) {
  .approach .jobs-wrapper {
    display: none;
  }
}
.approach .job-wrapper {
  opacity: 0;
  position: relative;
  width: fit-content;
  height: fit-content;
  transition: all 1.667s ease-in-out;
  grid-area: one;
}
.approach .job-wrapper:nth-child(2) {
  grid-area: two;
  transition-delay: 1.66s;
}
.approach .job-wrapper:nth-child(3) {
  grid-area: three;
  transition-delay: 3.33s;
}
.approach .job-wrapper:nth-child(4) {
  grid-area: four;
  transition-delay: 5s;
}
.approach .job-wrapper:nth-child(5) {
  grid-area: five;
  transition-delay: 6.67s;
}
.approach .job-wrapper:nth-child(6) {
  grid-area: six;
  transition-delay: 8.33s;
}
.approach .job-wrapper:nth-of-type(2) {
  margin-left: 50px;
}
@media (min-width: 1200px) {
  .approach .job-wrapper:nth-of-type(2) {
    margin-left: 100px;
  }
}
.approach .job-wrapper:nth-of-type(3) {
  margin-left: 100px;
}
@media (min-width: 1200px) {
  .approach .job-wrapper:nth-of-type(3) {
    margin-left: 200px;
  }
}
.approach .job-wrapper:nth-of-type(4) {
  margin-left: 150px;
}
@media (min-width: 1200px) {
  .approach .job-wrapper:nth-of-type(4) {
    margin-left: 0;
  }
}
.approach .job-wrapper:nth-of-type(5) {
  margin-left: 200px;
}
@media (min-width: 1200px) {
  .approach .job-wrapper:nth-of-type(5) {
    margin-left: 100px;
  }
}
.approach .job-wrapper:nth-of-type(6) {
  margin-left: 250px;
}
@media (min-width: 1200px) {
  .approach .job-wrapper:nth-of-type(6) {
    margin-left: 200px;
  }
}
@media (max-width: 600px) {
  .approach .job-wrapper {
    opacity: 1;
    margin: 0 auto !important;
    width: 90%;
  }
}
.approach .job-wrapper .job {
  width: 330px;
  padding: 8px;
  padding-right: 20px;
  border: 1px solid rgb(200, 200, 200);
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.approach .job-wrapper .job p {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .approach .job-wrapper .job p {
    line-height: normal;
    font-size: 19px;
  }
}
@media (max-width: 600px) {
  .approach .job-wrapper .job {
    width: 100%;
  }
  .approach .job-wrapper .job p {
    line-height: normal !important;
    margin-bottom: 0 !important;
  }
}
.approach .job-wrapper .job__bg {
  left: -16px;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 10px;
}
.approach .plane-img-wrapper {
  position: relative;
}
.approach .plane-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.approach .jobs-and-quote-wrapper {
  display: flex;
  position: relative;
}
@media (max-width: 1900px) {
  .approach .jobs-and-quote-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .approach .jobs-and-quote-wrapper {
    flex-direction: column-reverse;
  }
}
.approach .jobs-and-quote-wrapper h4 {
  color: rgb(200, 200, 200);
  font-size: 32px;
  padding-top: 30px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  transition-delay: 8s;
}
@media (max-width: 1200px) {
  .approach .jobs-and-quote-wrapper h4 {
    padding-top: 50px;
    font-size: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
  }
}
@media (max-width: 900px) {
  .approach .jobs-and-quote-wrapper h4 {
    font-size: 27px;
  }
}
@media (max-width: 600px) {
  .approach .jobs-and-quote-wrapper h4 {
    font-size: 22px;
    width: 100%;
    position: relative;
  }
}
.approach .job-color {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -10px;
  border-radius: 12px;
  z-index: -1;
}
.approach .job {
  margin-top: auto;
  text-align: left;
  border: 1px solid rgb(200, 200, 200);
  min-height: 70px;
  display: flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 12px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 600px) {
  .approach .job {
    min-height: auto;
  }
}
.approach .content-wrapper {
  width: fit-content;
}
.approach h4 {
  font-weight: 500;
  font-size: calc(20px + 1vw);
  line-height: normal;
}
.approach h3 {
  color: #88b9d6;
}
.approach .small-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 24px;
}
@media (max-width: 600px) {
  .approach .small-title-wrapper {
    flex-direction: column;
  }
}
.approach .small-title-wrapper h3 {
  margin-top: 0;
}
.approach .small-title-wrapper img {
  width: 150px;
  height: 150px;
}
.approach .title-wrapper {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 30px;
  justify-items: center;
}
@media (max-width: 600px) {
  .approach .title-wrapper {
    gap: 30px;
  }
}
.approach .title-wrapper.professions {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .approach .title-wrapper.professions {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .approach .title-wrapper.professions {
    margin-top: 0;
  }
}
.approach .title-wrapper.jobs {
  text-align: center;
}
@media (max-width: 1024px) {
  .approach .title-wrapper {
    padding-right: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .approach .title-wrapper {
    padding-right: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .approach .title-wrapper {
    padding-right: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.approach .title-wrapper .title .p-title {
  line-height: 1.15 !important;
}
.approach .title-wrapper .title {
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  cursor: pointer;
  width: fit-content;
  transition: all 1.667s ease-in-out;
  width: 100%;
}
@media (max-width: 600px) {
  .approach .title-wrapper .title {
    gap: 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
  }
  .approach .title-wrapper .title .title__iconWrapper {
    grid-column: span 1/span 1;
  }
  .approach .title-wrapper .title .p-title {
    grid-column: span 5/span 5;
    justify-content: flex-start !important;
    align-self: end;
  }
  .approach .title-wrapper .title .job-wrapper {
    grid-column: span 6/span 6;
  }
}
.approach .title-wrapper .title .job-wrapper {
  display: none;
}
@media (max-width: 600px) {
  .approach .title-wrapper .title .job-wrapper {
    display: block;
  }
}
.approach .title-wrapper .title:nth-child(2) {
  transition-delay: 1.66s;
}
.approach .title-wrapper .title:nth-child(3) {
  transition-delay: 3.33s;
}
.approach .title-wrapper .title:nth-child(4) {
  transition-delay: 5s;
}
.approach .title-wrapper .title:nth-child(5) {
  transition-delay: 6.67s;
}
.approach .title-wrapper .title:nth-child(6) {
  transition-delay: 8.33s;
}
@media (max-width: 600px) {
  .approach .title-wrapper .title:nth-child(7n+7) {
    display: none;
  }
}
.approach .title-wrapper .title__iconWrapper {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .approach .title-wrapper .title__iconWrapper {
    width: 50px;
    height: 50px;
  }
}
.approach .title-wrapper .title__iconWrapper img {
  width: 90%;
  height: 90%;
  pointer-events: none;
}
.approach .title-wrapper .title .p-title {
  min-height: 58px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgb(200, 200, 200);
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .approach .title-wrapper .title .p-title {
    font-size: 14px;
    width: auto;
    padding: 8px;
    min-height: auto;
    margin-bottom: 2px;
    text-align: left;
  }
}
.approach .box {
  border: 1px solid rgb(200, 200, 200);
  padding: 4px 10px;
  margin-bottom: 6px;
  border-radius: 6px;
  background-color: #fff;
  transition: background-color 0.25s ease-in-out;
}
.approach .box .p-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 600px) {
  .approach .box .p-title {
    font-size: 15px;
  }
}

@keyframes show {
  to {
    opacity: 100%;
  }
}
@keyframes sunAnimation {
  0% {
    opacity: 0;
    scale: 0.75;
    left: 0;
  }
  70% {
    scale: 0.55;
    opacity: 0;
    left: 55%;
  }
  90% {
    opacity: 1;
  }
  100% {
    scale: 1;
    opacity: 1;
    left: 85%;
  }
}
@keyframes sunAnimationResponsive {
  0% {
    opacity: 0;
    scale: 0.35;
    left: 0;
  }
  70% {
    scale: 0.35;
    opacity: 0;
    left: 55%;
  }
  90% {
    opacity: 1;
  }
  100% {
    scale: 0.5;
    opacity: 1;
    left: 85%;
  }
}
@keyframes sunAnimationResponsiveMobile {
  0% {
    opacity: 0;
    scale: 0.2;
    left: 0;
  }
  70% {
    scale: 0.2;
    opacity: 0;
    left: 55%;
  }
  90% {
    opacity: 1;
  }
  100% {
    scale: 0.35;
    opacity: 1;
    left: 95%;
  }
}
@keyframes curveMotionResponsive {
  0% {
    left: 0;
    top: 0;
  }
  100% {
    left: 80%;
    top: 600px;
  }
}
@keyframes curveMotionResponsiveMobile {
  0% {
    left: 0;
    top: 0;
  }
  100% {
    left: 70%;
    top: 700px;
  }
}
@keyframes curveMotion {
  0% {
    left: 0;
    bottom: 0;
    transform: translateY(100%) rotate(15deg);
  }
  25% {
    bottom: 50px;
    transform: translateY(100%) rotate(30deg);
  }
  50% {
    bottom: 100px;
    transform: translateY(100%) rotate(60deg);
  }
  75% {
    bottom: 50px;
    transform: translateY(100%) rotate(75deg);
  }
  100% {
    bottom: 0;
    left: 100%;
    transform: translateY(100%) translateX(-100%) rotate(75deg);
  }
}
@keyframes movePlane1 {
  0% {
    offset-distance: 0%;
  }
  45%, 100% {
    offset-distance: 100%;
  }
}
@keyframes movePlane2 {
  0% {
    offset-distance: 0%;
  }
  45% {
    offset-distance: 0%;
  }
  90%, 100% {
    offset-distance: 100%;
  }
}
@keyframes moveCloud1 {
  0% {
    left: 20%;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    left: 40%;
    top: 0;
  }
}
@keyframes moveCloud2 {
  0% {
    left: 50%;
  }
  50%, 70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    left: 100%;
    top: 0;
  }
}
@keyframes moveCloud3 {
  0% {
    left: 20%;
  }
  50%, 70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    left: 65%;
    top: 0;
  }
}
@keyframes moveCloud4 {
  0% {
    left: 30%;
  }
  50%, 70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    left: 75%;
    top: 0;
  }
}
@keyframes rainDrop {
  0% {
    opacity: 1;
    translate: 0;
  }
  50% {
    opacity: 1;
    translate: -15px 15px;
  }
  100% {
    opacity: 1;
    translate: -30px 30px;
  }
}
@keyframes boltAnimation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.integration .integration-inner {
  text-align: left;
}
.integration .integration-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: stretch;
  align-items: stretch;
  gap: 20px 16px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 960px;
}
@media (max-width: 900px) {
  .integration .integration-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .integration .integration-buttons {
    grid-template-columns: 1fr;
  }
}
.integration .integration-buttons a.linkbutton {
  margin-left: 0;
  background-color: #00807b;
  color: #ffffff;
  border-radius: 50px;
  padding: 12px 16px;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.25;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: clamp(48px, 5.5vw, 56px);
  min-width: 0;
  width: 100%;
  height: 100%;
  overflow-wrap: anywhere;
}
.integration .integration-buttons a.linkbutton svg {
  display: none;
}
.integration .integration-buttons a.linkbutton:hover {
  background-color: rgb(0, 87.2, 83.79375);
  color: #ffffff;
}

@media (max-width: 575.98px) {
  section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .post-item.row.align-items-center .col-md-12.col-lg-12.col-xl-8.col-xxl-9 h3 {
    margin-top: 2rem;
  }
  section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .post-item.row.align-items-center .col-md-12.col-lg-12.col-xl-8.col-xxl-9 .post-content a.linkbutton {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
  .container-fluid.px-0.slider .container {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .container-fluid.px-0.slider .container .swiper {
    width: 100%;
    margin: 0 auto !important;
  }
  .container-fluid.px-0.slider .container .swipernavs {
    width: 100% !important;
  }
  .container-fluid.px-0.slider .container .swipernavs .swiper-button-next {
    right: 2% !important;
  }
  .container-fluid.px-0.slider .container .swipernavs .swiper-button-prev {
    left: 0px;
  }
  .container-fluid.px-0.slider .container::before {
    transform: translate(0%) !important;
    width: 100% !important;
  }
  .container-fluid.px-0.slider .container .swiper-button-prev {
    transform: translate(0px) !important;
  }
  .container-fluid.banner p {
    line-height: 26px !important;
  }
}
@media (max-width: 991.98px) {
  .container.single .row .col-sm-12.col-md-12.col-lg-12.col-xl-9 .row.justify-content-between .col-sm-12.col-md-12.col-lg-4.border-radius-left {
    order: 2;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .app .container .row .col-sm-12.col-md-12.col-lg-4 {
    align-content: center !important;
  }
  footer .container.d-flex.justify-content-between {
    flex-direction: column;
    align-items: start;
  }
  footer .container.d-flex.justify-content-between .copyright.mt-0 {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .container.d-flex.justify-content-between .icons123.d-flex.flex-wrap {
    flex-wrap: wrap !important;
  }
  .container-fluid.banner .container h1 {
    font-size: calc(30px + 1vw);
  }
  .container-fluid.banner .container h3 {
    font-size: calc(20px + 0.5vw);
  }
  .container-fluid.banner p {
    font-size: calc(13px + 0.4vw);
    line-height: 36px;
  }
  .container-fluid.banner h2 {
    margin-bottom: 24px;
    font-size: 25px;
  }
  .container {
    max-width: 100vw !important;
  }
  h2.hero {
    font-size: 40px;
  }
  .container-fluid.px-0.slider .container .swiper {
    margin-right: 50px !important;
  }
  .container-fluid.px-0.slider .container .swipernavs {
    width: 90% !important;
  }
  .container-fluid.px-0.slider .container .swipernavs .swiper-button-next {
    right: 10%;
  }
  .container-fluid.px-0.slider .container::before {
    width: 90%;
    transform: translate(5%);
  }
  .container-fluid.px-0.slider .container .swiper-button-prev {
    transform: translate(0px) !important;
  }
}
@media (max-width: 900px) {
  section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .post-item.row.align-items-center .col-md-12.col-lg-12.col-xl-8.col-xxl-9 h3 {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: normal;
  }
  section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .post-item.row.align-items-center .col-md-12.col-lg-12.col-xl-8.col-xxl-9 .post-excerpt p {
    font-size: 1rem;
    line-height: normal;
  }
  section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .post-item.row.align-items-center .col-md-12.col-lg-12.col-xl-8.col-xxl-9 .post-content a.linkbutton {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
  section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tab {
    position: relative;
    top: 0px;
    max-width: 100%;
    margin-bottom: 2rem;
    margin-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .container-fluid.banner img.img-fluid {
    max-width: 100% !important;
  }
  .container-fluid.banner .container {
    padding: 0px;
  }
  .container-fluid.banner .container .row.justify-content-center.align-items-center.hero {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .container-fluid.banner .container .row.justify-content-center.align-items-center.hero .col-sm-12.col-md-12.col-xl-6.text-md-start.text-lg-center img.img-fluid {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .post-item.row.align-items-center .col-md-12.col-lg-12.col-xl-8.col-xxl-9 h3 {
    font-size: 1.4rem;
    line-height: normal;
  }
  section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .post-item.row.align-items-center .col-md-12.col-lg-12.col-xl-8.col-xxl-9 .post-excerpt p {
    font-size: 1rem;
    line-height: normal;
  }
  section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .post-item.row.align-items-center .col-md-12.col-lg-12.col-xl-8.col-xxl-9 .post-content a.linkbutton {
    font-size: 20px;
  }
  h2.hero {
    font-size: 45px;
  }
  .container-fluid.banner p {
    font-size: calc(12px + 0.4vw);
    line-height: 32px;
  }
  .container-fluid.banner h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 1400px) {
  /* Tvoji stilovi za vrlo velike uređaje ovdje */
  .container {
    max-width: 90vw;
  }
}
@media (min-width: 1401px) {
  .container {
    max-width: 85vw;
  }
}
@media (max-width: 1200px) {
  section.head-magazin.container-fluid.padding-y,
  section#magazine {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .post-item.row.align-items-center .col-md-12.col-lg-12.col-xl-8.col-xxl-9 h3 {
    font-size: 1.4rem;
    line-height: normal;
    margin-top: 2rem;
  }
  section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .post-item.row.align-items-center .col-md-12.col-lg-12.col-xl-8.col-xxl-9 .post-excerpt p {
    font-size: 1rem;
    line-height: normal;
  }
  section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .post-item.row.align-items-center .col-md-12.col-lg-12.col-xl-8.col-xxl-9 .post-content a.linkbutton {
    font-size: 20px;
  }
  section#magazine .container.row.mx-auto .d-flex.align-items-start.flex-direction.tablet-flex-direction div#v-pills-tabContent .d-flex {
    flex-direction: column;
    align-items: flex-end;
  }
  .container-fluid.banner img.img-fluid {
    max-width: 50%;
  }
  .container-fluid.banner .container-fluid.px-0 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .container-fluid.banner .container {
    padding: 0px;
  }
  .container-fluid.banner .container .row.justify-content-center.align-items-center.hero {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .container-fluid.banner .container .row.justify-content-center.align-items-center.hero .col-sm-12.col-md-12.col-xl-6.text-md-start.text-lg-center img.img-fluid {
    max-width: 100% !important;
  }
  .container-fluid.px-0.slider .container {
    max-width: 75%;
    margin: 0px;
    padding-left: 70px;
    padding-right: 70px;
  }
  .container-fluid.px-0.slider .container .swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    max-width: 100% !important;
  }
  .container-fluid.px-0.slider .container .swipernavs {
    width: 100% !important;
  }
  .container-fluid.px-0.slider .container .swipernavs .swiper-button-prev {
    transform: translate(15px) !important;
  }
  .container-fluid.px-0.slider .container::before {
    transform: translate(0%) !important;
  }
}
@media (max-width: 1400px) {
  .container-fluid.px-0.slider .container::before {
    transform: translate(-30%);
  }
  .container-fluid.px-0.slider .container .swiper {
    max-width: 63% !important;
  }
  .container-fluid.px-0.slider .container .swiper h1 {
    font-size: 32px !important;
  }
  .container-fluid.px-0.slider .container .swiper p {
    font-size: 18px !important;
  }
  .container-fluid.px-0.slider .container .swiper a {
    font-size: 16px !important;
  }
  .container-fluid.px-0.slider .container .swipernavs {
    width: 70%;
  }
  .container-fluid.px-0.slider .container .swipernavs .swiper-button-prev {
    transform: translate(-70px);
  }
}
/* Plus Jakarta Sans is self-hosted via assets/css/local-fonts.css (enqueued in functions.php) */
ul,
ol {
  list-style: none; /* Remove default marker for all lists */
  padding-left: 0px;
}

ul li::marker,
ol li::marker {
  display: none; /* Hide the marker for list items */
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: normal;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #02817c;
}

@media (max-width: 600px) {
  .overflow-wrapper {
    overflow: hidden;
  }
}

@media (max-width: 600px) {
  .rows-wrapper .plusminus p:nth-of-type(2) {
    display: none !important;
  }
  .rows-wrapper > * .content p:last-of-type {
    display: none !important;
  }
}

.rows-wrapper-responsive {
  display: none;
}
.rows-wrapper-responsive .row .content {
  flex-direction: row-reverse;
}
.rows-wrapper-responsive .plusminus p:nth-of-type(2) {
  display: none !important;
}
@media (max-width: 600px) {
  .rows-wrapper-responsive {
    display: block;
  }
  .rows-wrapper-responsive > * .content p:first-of-type {
    display: none !important;
  }
}

.flex-direction {
  flex-direction: row;
}
@media (max-width: 600px) {
  .flex-direction {
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .flex-direction.tablet-flex-direction {
    flex-direction: column;
  }
}

.leaflet-geojson.serbia {
  fill: #ff0000; /* Change this to your desired fill color */
  stroke: #ffffff; /* Change this to your desired stroke color */
  stroke-width: 2; /* Change this to your desired stroke width */
}

/*# sourceMappingURL=main.min.2c28dfa7627f0c330a9d.css.map*/