/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./web/app/plugins/gital-blocks/assets/styles/src/gital.blocks.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.g-contentslider__content h3 a {
  margin: 1em 0 0.5em 0;
  color: black;
  font-family: Figtree, sans-serif;
  font-weight: 700;
  font-size: clamp(1.35rem, 0.63vw + 1.12rem, 1.65rem);
  line-height: 1.3;
  text-transform: uppercase;
}

.g-services__navigation__item {
  padding: 12px 24px;
  border-radius: 10px;
  font-family: Figtree, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-appearance: none;
  font-size: clamp(0.9rem, 0.42vw + 0.74rem, 1.1rem);
  line-height: 0.8;
}
.g-services__navigation__item:active {
  transform: scale(0.95);
}
.g-services__navigation__item:hover, .g-services__navigation__item:focus {
  text-decoration: none;
}
[disabled].g-services__navigation__item:hover, .g-services__navigation__item:disabled:hover, .disabled.g-services__navigation__item:hover, [aria-disabled=true].g-services__navigation__item:hover {
  cursor: default;
}
.g-services__navigation__item.active {
  color: black;
  background: #e6e6e6;
  border: none;
}
.g-services__navigation__item.active:visited {
  color: black;
}
.g-services__navigation__item.active:hover, .g-services__navigation__item.active:focus {
  color: black;
  background: #b3b3b3;
}
[disabled].g-services__navigation__item.active, .g-services__navigation__item.active:disabled, .disabled.g-services__navigation__item.active, [aria-disabled=true].g-services__navigation__item.active {
  opacity: 0.5 !important;
  color: black !important;
  background: #e6e6e6 !important;
}

.g-services__navigation__item {
  color: black;
  background: transparent;
  border: none;
}
.g-services__navigation__item:visited {
  color: black;
}
.g-services__navigation__item:hover, .g-services__navigation__item:focus {
  color: black;
  background: rgba(0, 0, 0, 0);
}
[disabled].g-services__navigation__item, .g-services__navigation__item:disabled, .disabled.g-services__navigation__item, [aria-disabled=true].g-services__navigation__item {
  opacity: 0.5 !important;
  color: black !important;
  background: transparent !important;
}

.g-services__navigation__item, .g-services__navigation__item.active {
  font-size: clamp(0.81rem, 0.38vw + 0.67rem, 0.99rem);
  line-height: 0.8;
  padding: 8px 16px;
}

.g-map .gm-style .gm-style-iw-t .gm-style-iw-c {
  padding: 16px;
  border-radius: 10px;
  background: #fff;
  border: none;
}
@media (min-width: 782px) {
  .g-map .gm-style .gm-style-iw-t .gm-style-iw-c {
    padding: 32px;
  }
}

.g-files--block, .g-coworker__text-container {
  padding: 16px;
  border-radius: 10px;
  background: #e6e6e6;
  border: none;
}
@media (min-width: 782px) {
  .g-files--block, .g-coworker__text-container {
    padding: 32px;
  }
}

.g-distance {
  height: 36px;
}
@media (min-width: 600px) {
  .g-distance {
    height: 42px;
  }
}
@media (min-width: 782px) {
  .g-distance {
    height: 48px;
  }
}
.g-distance--none {
  height: 0;
}
.g-distance--small {
  height: 12px;
}
@media (min-width: 600px) {
  .g-distance--small {
    height: 18px;
  }
}
@media (min-width: 782px) {
  .g-distance--small {
    height: 24px;
  }
}
.g-distance--large {
  height: 60px;
}
@media (min-width: 600px) {
  .g-distance--large {
    height: 66px;
  }
}
@media (min-width: 782px) {
  .g-distance--large {
    height: 72px;
  }
}
.acf-block-preview .g-distance {
  background: #e6e6e6;
}
.acf-block-preview .g-distance--none {
  height: 16px;
  background: #ff1654;
}

.g-figure {
  margin: 0;
}
.g-figure__wrapper {
  display: flex;
  flex-direction: column;
}

.g-buttons {
  display: flex;
  align-items: center;
}
.g-buttons--center {
  justify-content: center;
}
.g-buttons--left {
  justify-content: flex-start;
}
.g-buttons--right {
  justify-content: flex-end;
}
.g-buttons .g-button {
  margin-right: 8px;
  margin-left: 8px;
}
.g-buttons .g-button:first-child {
  margin-left: 0;
}
.g-buttons .g-button:last-child {
  margin-right: 0;
}

.g-carousel-wrapper__inner {
  display: flex;
}

.g-columns {
  display: flex;
  justify-content: space-between;
}
.g-columns__item {
  flex-basis: var(--flex-basis, 100%);
  display: flex;
  flex-direction: column;
  justify-content: var(--adjust, flex-start);
}
.g-columns__item h2 {
  line-height: 1.5 !important;
  text-align: left !important;
}
.g-columns__item p {
  font-size: 18px;
}
.g-columns--gap {
  gap: 64px;
}
.g-columns--stack {
  flex-direction: column;
}
@media (min-width: 600px) {
  .g-columns--stack {
    flex-direction: row;
  }
}

.g-contentslider__wrapper {
  display: flex;
}
.g-contentslider__image {
  height: unset !important;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}
.g-contentslider__image::after {
  display: block;
  padding-bottom: 100%;
  content: "";
}
.g-coworkers {
  display: block;
}
@media (min-width: 600px) {
  .g-coworkers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -8px;
  }
  .g-coworkers > * {
    margin: 0 8px;
  }
}
@media (min-width: 782px) {
  .g-coworkers {
    grid-template-columns: repeat(3, 1fr);
  }
}

.g-coworker {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.g-coworker__portrait {
  width: 75%;
  margin-left: 16px;
}
.g-coworker__phone, .g-coworker__mail {
  margin: 0;
  text-align: right;
}

.g-faq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.g-faq div {
  padding: 0;
}
.g-faq div div {
  justify-content: center;
  align-items: center;
}
.g-faq div div h3 {
  margin-right: 10px;
  margin-bottom: 16px;
}
.g-faq div div svg {
  margin-bottom: 16px;
}

.g-form-modal--modal h2 {
  margin-top: 0;
}
.g-form-modal .nf-form-errors {
  max-width: 300px;
}

.g-fullscreen-hero {
  display: flex;
  height: 100vh !important;
  justify-content: center;
  align-items: center;
}
.g-fullscreen-hero:not(.swiper-slide) {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-right: -50vw;
  margin-left: -50vw;
}
.g-fullscreen-hero::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 75%);
  content: "";
}
.g-fullscreen-hero__image, .g-fullscreen-hero__film {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center center;
     object-position: center center;
}
.g-fullscreen-hero__content {
  z-index: 1;
  width: 100%;
}
@media (min-width: 782px) {
  .g-fullscreen-hero__content {
    margin-bottom: 5%;
  }
}
.g-fullscreen-hero__content h1 {
  display: block !important;
  padding: 0 !important;
  font-size: clamp(3rem, 6.27vw + 1.15rem, 6rem);
}
.g-fullscreen-hero__content h1.g-hero,
.g-fullscreen-hero__content h2,
.g-fullscreen-hero__content p {
  margin: 0;
  color: #e6e6e6;
  text-align: left;
}
.g-fullscreen-hero__content .g-buttons {
  margin-top: 32px;
}
.g-fullscreen-hero .g-hero {
  line-height: 1.3;
}
.g-fullscreen-hero__scroll-down {
  position: absolute;
  z-index: 1;
  bottom: 2em;
  width: 30px;
  height: 60px;
}
.g-fullscreen-hero__scroll-down svg {
  position: absolute;
  animation: g_fullscreen_hero_scroll_down_animation 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
.g-fullscreen-hero__scroll-down svg * {
  stroke: #fff;
}
.g-fullscreen-hero__scroll-down-anchor {
  position: absolute;
  bottom: 0;
}
@media (min-width: 782px) {
  .g-fullscreen-hero {
    height: calc(75vh - 75px);
  }
}

@keyframes g_fullscreen_hero_scroll_down_animation {
  0% {
    top: 0;
    margin-top: 0;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    margin-top: -100%;
    opacity: 0;
  }
}
.g-heading--left {
  text-align: left;
}
.g-heading--center {
  text-align: center;
}
.g-heading--right {
  text-align: right;
}

.g-logolist {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
.g-logolist__item {
  display: flex;
  max-width: 100px;
  flex: 1 0 90px;
  align-items: center;
}

.g-map {
  height: 50vh;
}
.g-map .gm-style .gm-style-iw-t .gm-style-iw-c,
.g-map .gm-style .gm-style-iw-t .gm-style-iw-tc {
  margin-top: -3px;
}
.g-map .gm-style .gm-style-iw-t .gm-style-iw-c * {
  text-align: center;
}
.g-map .gm-style .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d > div h3 {
  margin-top: 0;
}
.g-map .gm-style .gm-style-iw-t:after {
  top: -3px;
}

.g-media__item video {
  max-width: 100%;
}
.g-media--gallery {
  display: grid;
}
.g-media--gap {
  gap: 16px;
}
.g-media--crop img, .g-media--crop video, .g-media--crop .plyr {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.g-media--float {
  --margin: var(--w-small-margin);
  width: var(--w-small, 100%);
  margin-bottom: calc(16px - var(--margin, 0px));
}
@media (min-width: 782px) {
  .g-media--float {
    --margin: var(--w-medium-margin);
    width: var(--w-medium, 50%);
  }
}
@media (min-width: 960px) {
  .g-media--float {
    --margin: var(--w-large-margin);
    width: var(--w-large, 33%);
  }
}
.g-media--float-left {
  float: left;
  margin-right: var(--margin);
}
.g-media--float-right {
  float: right;
  margin-left: var(--margin);
}
@media (min-width: 480px) {
  .g-media--columns-2, .g-media--columns-3, .g-media--columns-4, .g-media--columns-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .g-media--columns-3, .g-media--columns-5, .g-media--columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 782px) {
  .g-media--columns-4, .g-media--columns-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 960px) {
  .g-media--columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.g-media:not(.g-media--float) + * {
  margin-top: 16px;
}

.g-offices {
  background: #e6e6e6;
}
.g-offices__wrapper {
  display: flex;
  max-width: 1366px;
  margin: 0 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.g-offices__hours {
  max-width: 1366px;
  margin: -16px 16px 0 16px;
  padding-bottom: 16px;
  text-align: center;
}
.g-offices__hours p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.g-offices__hours p span {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.g-offices__hours p span.label {
  text-align: center;
}
.g-offices__hours p span.value {
  text-align: left;
}
.g-offices__item {
  flex-basis: 60%;
  margin: 32px 0;
}
.g-offices__item__bottom div,
.g-offices__item__bottom h3 {
  text-align: center;
}
.g-offices__item__bottom h3 {
  margin-bottom: 16px;
}
.g-offices__item__top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-offices__item__top svg {
  width: 64px;
}
.g-offices__item__top svg * {
  stroke: #e6e6e6;
}
.g-offices__item__top__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.g-offices__two_columns {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
}
.g-offices__two_columns:first-child {
  margin-top: 16px;
}
.g-offices__two_columns__label {
  text-align: right;
}
.g-offices__two_columns__value {
  padding-left: 8px;
  text-align: left;
}
.g-offices__two_columns > span {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 782px) {
  .g-offices__item {
    flex-basis: 33.3333333333%;
  }
}
@media (min-width: 960px) {
  .g-offices__item {
    flex-basis: 25%;
  }
}
@media (min-width: 1366px) {
  .g-offices__item {
    flex-basis: 20%;
  }
  .g-offices__wrapper {
    margin-right: auto;
    margin-left: auto;
  }
}
p.is-style-intro {
  font-family: Figtree, sans-serif;
  font-weight: 400;
  font-size: clamp(1.26rem, 0.58vw + 1.04rem, 1.54rem);
  line-height: 1.3;
}

@media (min-width: 782px) {
  .g-body .g-products-block ul.products[class*=columns-] {
    gap: 32px;
  }
}

.g-services--toggle {
  position: relative;
}
.g-services--toggle:before, .g-services--toggle:after {
  display: block;
  position: absolute;
  z-index: 2;
  top: 32px;
  width: 16px;
  height: 32px;
  opacity: 0.5;
  content: "";
}
.g-services--toggle:before {
  left: 0; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.g-services--toggle:after {
  right: 0; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.g-services__content {
  position: relative;
  margin-top: 32px;
  margin-bottom: 64px;
}
.g-services__content__item {
  display: flex;
  visibility: visible;
  flex-direction: column;
  z-index: 2;
  border-radius: 10px;
  background: #e6e6e6;
  row-gap: 16px;
}
.g-services--all .g-services__content__item {
  margin-bottom: 100px;
}
.g-services--toggle .g-services__content__item {
  position: absolute;
}
.g-services--toggle .g-services__content__item__dummy {
  visibility: hidden;
  position: unset;
}
.g-services--toggle .g-services__content__item:not(.active) {
  animation: 1s g-services__slide-out forwards ease-in-out;
}
.g-services--toggle .g-services__content__item.active {
  animation: 0.7s g-services__slide-in forwards cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.g-services__content__item__image {
  grid-area: contentimage;
  position: relative;
}
.g-services__content__item__image .g-image {
  position: absolute;
  height: 100%;
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
.g-services__content__item__image:after {
  display: block;
  padding-bottom: 75%;
  content: "";
}
.g-services__content__item__text {
  grid-area: contenttext;
  place-self: center;
  margin: 16px;
}
.g-services__content > .g-buttons {
  margin-top: 64px;
}
.g-services__navigation {
  display: flex;
  overflow: auto;
  justify-content: center;
  flex-wrap: wrap;
}
.g-services__navigation__item {
  z-index: 1;
  margin: 16px;
  transition: all 0.3s;
}
.g-services__navigation__item:hover:not(.active) {
  cursor: pointer;
}
@media (min-width: 782px) {
  .g-services__content__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    grid-template-areas: "contentimage contenttext";
  }
  .g-services--all .g-services__content__item:nth-child(even) {
    grid-template-areas: "contenttext contentimage";
  }
  .g-services--all .g-services__content__item:nth-child(even) .g-services__content__item__text {
    text-align: right;
  }
  .g-services--all .g-services__content__item:nth-child(even) .g-services__content__item__image .g-image {
    transform: rotate(5deg);
  }
}

@keyframes g-services__slide-out {
  0% {
    z-index: 0;
    right: 0;
    left: 0;
    background: #e6e6e6;
    transform: scale(1);
  }
  10% {
    background: #cccccc;
    transform: scale(0.8);
  }
  75% {
    opacity: 1;
  }
  98% {
    right: 0;
    left: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    z-index: 0;
    right: 100vw;
    left: -100vw;
    opacity: 0;
    background: #cccccc;
    transform: scale(0.8);
  }
}
@keyframes g-services__slide-in {
  0% {
    right: -150vw;
    left: 150vw;
  }
  10% {
    right: -150vw;
    left: 150vw;
  }
  50% {
    right: -150vw;
    left: 150vw;
  }
  100% {
    right: 0;
    left: 0;
  }
}
.g-service div:first-child {
  display: flex;
  flex-direction: column;
  min-height: 50vh !important;
  margin-top: 64px;
  background-position: center bottom;
  background-position-y: bottom;
  justify-content: center;
}
.g-service div:first-child h1 {
  display: none;
}
.g-service__content {
  padding: 0;
}
.g-service h2 {
  color: #004851;
  font-size: 24px;
}
@media (min-width: 782px) {
  .g-service h2 {
    font-size: 28px;
  }
}

.g-margin-ver {
  margin-top: 96px !important;
}

.g-shoutout {
  display: flex;
  max-width: 1366px;
  margin-top: 5em;
  margin-bottom: 5em;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
}
.g-shoutout span {
  width: 100%;
  margin: 0;
  color: black;
  font-family: Figtree, sans-serif;
  font-size: 2em;
  text-align: center;
}

@media (min-width: 1366px) {
  .g-shoutout {
    margin-right: auto;
    margin-left: auto;
  }
}
.g-tiles {
  display: flex;
  flex-wrap: wrap;
}
.g-tiles__item {
  position: relative;
  flex-basis: 100%;
}
.g-tiles__item:after {
  display: block;
  content: "";
}
.g-tiles__title {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: white;
  background: rgba(0, 216, 252, 0.5);
  transition: opacity 0.3s;
  align-items: center;
  justify-content: center;
}
.g-tiles__title:hover {
  opacity: 1;
}
.g-tiles__title h3 {
  margin: 0;
  color: #e6e6e6;
}
@media (min-width: 782px) {
  .g-tiles--three .g-tiles__item {
    flex-basis: 33.3333333333%;
  }
}
@media (min-width: 600px) {
  .g-tiles--two .g-tiles__item {
    flex-basis: 50%;
  }
}

/*# sourceMappingURL=gital.blocks.min.css.map*/