/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/ContentModal.vue?vue&type=style&index=0&id=575053e4&lang=scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.content-modal {
  width: 40vw;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: white;
  padding: 20px 40px 30px 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1001;
  transition: all 0.4s ease;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.25);
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 1024px) {
.content-modal {
    width: 90%;
    height: 90vh;
    position: fixed;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0) scale(1);
    transition: opacity 0.4s ease, transform 0.4s ease, top 0.4s ease;
    padding: 15px;
}
}
.content-modal.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 1024px) {
.content-modal.active {
    top: 20%;
    transform: translate(-50%, 0) scale(1);
}
}
.content-modal .step-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #fff;
  color: white;
  font-size: 1.2em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}
.content-modal .step-circle .step-circle-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background-color: transparent;
  color: #182983;
  font-weight: 700;
  font-size: 1.2rem;
}
.content-modal .content-modal-header {
  margin-left: 20px;
}
.content-modal .content-modal-header h2 {
  font-weight: normal;
  color: #2A4C86;
  margin: 0;
}
.content-modal.goods-flow {
  background-color: #FFEA00;
  color: black;
}
.content-modal.goods-flow .close-button svg path {
  stroke: #182983;
}
.content-modal.goods-flow .close-button:hover {
  background-color: transparent;
}
.content-modal.goods-flow .close-button:hover svg path {
  stroke: #000;
}
.content-modal.goods-flow .content-btn {
  border: 1px solid #244e87;
}
.content-modal.data-flow {
  background-color: #182983;
  color: white;
}
.content-modal.data-flow .content-modal-header h2 {
  color: white;
}
.content-modal.data-flow .step-circle {
  border: 3px solid white;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  flex-grow: 0;
}
.content-modal.data-flow .step-circle .step-circle-inner {
  color: white;
}
.content-modal.data-flow .close-button svg path {
  stroke: white;
}
.content-modal.data-flow .close-button:hover {
  background-color: transparent;
}
.content-modal.data-flow .close-button:hover svg path {
  stroke: #cccccc;
}
.content-modal.service-modal {
  background-color: #fff;
}
.content-modal.service-modal .content-header .step-circle {
  background-color: #fff;
  border: 3px solid #244e87 !important;
}
.content-modal.service-modal .content-header .step-circle svg#contactIcon {
  width: 30px;
  height: 30px;
}
.content-modal .content-body {
  overflow: auto;
  display: flex;
  flex-direction: column;
  max-height: 70vh;
  box-sizing: border-box;
  padding-right: 77px;
  padding-left: 77px;
}
.content-modal .content-body .content-and-first-image {
  flex-direction: column;
}
@media (max-width: 579px) {
.content-modal .content-body {
    max-height: 100vh;
    padding-right: 40px;
    padding-left: 40px;
}
.content-modal .content-body .content-and-first-image {
    flex-direction: column;
}
.content-modal .content-body .content-and-first-image .first-image {
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-top: 10px;
}
}
.content-modal .content-body .content-and-first-image {
  display: flex;
  justify-content: space-between;
}
.content-modal .content-body .content-and-first-image .content-text {
  margin-bottom: 30px;
  flex: 1;
  color: #2A4C86;
}
.content-modal .content-body .content-and-first-image .content-text.data-flow {
  color: white;
}
.content-modal .content-body .content-and-first-image img.first-image {
  width: auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (max-width: 579px) {
.content-modal .content-body .content-and-first-image img.first-image {
    margin-left: 0;
}
}
.content-modal .content-body .content-and-first-image video.first-video {
  margin-bottom: 20px;
}
.content-modal .content-body .additional-images {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px auto;
}
.content-modal .content-body .additional-images .content-image {
  width: 100%;
  height: auto;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s ease-in-out, transform 0.3s ease-in-out;
}
.content-modal .content-body .content-actions a.btn.content-btn {
  box-sizing: border-box;
}
.content-modal .content-body .content-actions a.btn.content-btn:hover {
  background-color: #2036ae;
  border-color: #2036ae;
}
.content-modal .content-body .content-actions a.btn.content-btn:first-child {
  background-color: #FFEA00;
  border: 1px solid #FFEA00;
  color: #182983;
}
.content-modal .content-body .content-actions a.btn.content-btn:first-child svg path {
  stroke: #182983;
}
.content-modal .content-body .content-actions a.btn.content-btn:first-child:hover {
  background-color: #ffee33;
  border-color: #ffee33;
}
@media (max-width: 1024px) {
.content-modal .content-body {
    padding-bottom: 50px;
}
}
.inline .content-modal {
  width: 70vw;
}
.modal-wrapper {
  transition: all 0.4s ease-in-out;
}
.modal-wrapper.active {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1010;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  display: grid;
  place-items: center;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/MapMarker.vue?vue&type=style&index=0&id=29b05db6&lang=scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.map-marker {
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: white;
  z-index: 150;
  opacity: 0;
}
.map-marker .decorator {
  margin-right: -20px;
  z-index: 125;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 3px solid #fff;
  transition: border-color 0.6s, background-color 0.3s;
  flex-shrink: 0;
}
.map-marker .decorator .step-circle .step {
  font-size: 1.2rem;
  font-weight: 700;
}
.map-marker .svg-icon--plus {
  width: 1.5rem;
  height: 1.5rem;
  color: transparent !important;
}
.map-marker .content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 0;
  height: 3.45rem;
}
.map-marker .label {
  margin-left: 20px;
  font-weight: 400;
  padding: 0 16px;
  font-size: 1.1rem;
  height: 100%;
  left: 0;
  max-width: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
}
.map-marker .label span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}
.map-marker:hover .content {
  min-width: calc(100% + 32px);
  width: 100%;
}
.map-marker:hover .content .label {
  z-index: 150;
  max-width: 100%;
  opacity: 1;
  visibility: visible;
}
.map-marker.data-flow .decorator, .map-marker.data-flow .content {
  background-color: #182983;
}
.map-marker.data-flow .decorator .label, .map-marker.data-flow .content .label {
  color: white;
}
.map-marker.goods-flow {
  color: #182983;
}
.map-marker.goods-flow .decorator, .map-marker.goods-flow .content {
  background-color: #FFEA00;
}
.map-marker.goods-flow .decorator .label, .map-marker.goods-flow .content .label {
  color: #182983;
}
.map-marker.service .decorator, .map-marker.special-environment .decorator {
  border: 3px solid #182983;
  background-color: #ffffff;
}
.map-marker.service .decorator .step-circle .step.service svg, .map-marker.special-environment .decorator .step-circle .step.service svg {
  width: 2.5rem;
  height: 2.5rem;
}
.map-marker.service .decorator, .map-marker.service .content, .map-marker.special-environment .decorator, .map-marker.special-environment .content {
  background-color: #ffffff;
}
.map-marker.service .decorator .label, .map-marker.service .content .label, .map-marker.special-environment .decorator .label, .map-marker.special-environment .content .label {
  color: #182983;
}
.map-marker:hover.goods-flow .decorator {
  background-color: #ffee33;
  transition-duration: 0.2s;
}
.map-marker:hover.data-flow .decorator {
  background-color: #2036ae;
  transition-duration: 0.2s;
}
.map-marker:hover.service .decorator, .map-marker:hover.special-environment .decorator {
  background-color: white;
  transition-duration: 0.2s;
}
.pulse {
  width: 300px;
  height: 300px;
  background: rgba(24, 41, 131, 0.5);
  border: 1px solid rgba(128, 159, 255, 0.12);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  transform: scale(0.1, 0.1);
  opacity: 0;
  animation: none;
  z-index: -1;
}
.pulse-active {
  animation: ring-1 3s ease-out 3, fadeOut 1s ease-in-out 9s forwards;
}
@keyframes ring-1 {
0% {
    transform: scale(0);
    opacity: 0;
}
50% {
    opacity: 0.9;
    filter: blur(5px);
}
100% {
    transform: scale(1.2);
    opacity: 0;
    filter: blur(5px);
}
}
@keyframes fadeOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes fadeInAnimation {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
.fade-in {
  animation: fadeInAnimation 0.8s ease forwards;
}
@media (max-width: 1024px) {
.map-marker {
    position: static;
    margin: 0.5rem 0;
}
.map-marker .content {
    display: inline-block;
    width: 100%;
}
.map-marker .label {
    width: 100%;
    max-width: 100%;
    opacity: 1;
    visibility: visible;
    left: auto;
    transform: translateY(0);
}
.map-marker:hover .content {
    width: 100%;
}
.map-marker:hover .content .label {
    width: 100%;
    max-width: 100%;
    opacity: 1;
    visibility: visible;
}
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/screens/LoadingScreen.vue?vue&type=style&index=0&id=49d3b380&lang=scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.loading-spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.loading-spinner {
  position: relative;
  border: 5px solid rgba(255, 255, 255, 0.2);
  border-top: 5px solid #182983;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1001;
  opacity: 1;
  transition: opacity 0.5s ease, visibility 0.5s;
}
.loading-percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  color: #182983;
  z-index: 2;
}
h3 {
  font-size: 1.3rem;
  color: #182983;
  margin-top: 1rem;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/widgets/FlowTypeWrapper.vue?vue&type=style&index=0&id=7f3f070b&lang=scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flow-wrapper {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 0;
       column-gap: 0;
  padding: 20px;
}
@media (max-width: 767px) {
.flow-wrapper .flow-wrapper {
    margin-bottom: 15px;
}
}
button.flow-type {
  font-size: 1.25rem;
  padding: 1rem 2rem;
  background-color: white;
  color: #182983;
  border-color: white;
  border-radius: 0;
}
button.flow-type:hover {
  background-color: white;
  border-color: #182983;
}
button.flow-type.active {
  color: white;
  background-color: #182983 !important;
  border-color: #182983;
}
button.flow-type.active:hover {
  background-color: white;
  cursor: default;
}
button.flow-type.active.goods-flow {
  background-color: #FFEA00 !important;
  border-color: #FFEA00;
  color: #182983;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Footer.vue?vue&type=style&index=0&id=40ab164b&lang=scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1005;
}
.footer .link-wrapper {
  padding-bottom: 20px;
  padding-left: 20px;
}
.footer .link-wrapper a {
  color: #333;
  margin-right: 20px;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.125s linear;
}
.footer .link-wrapper a:hover {
  color: #182983;
  text-decoration: none;
}
@media (max-width: 1024px) {
.footer .footer {
    padding-bottom: 0;
}
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/DataFlowLines.vue?vue&type=style&index=0&id=ee3c5b32&lang=css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************/

@keyframes drawLine {
to {
    stroke-dashoffset: 0;
}
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.app-header {
  position: relative;
  top: 10px;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1000;
}
.app-header .flow-holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 20px;
}
@media (max-width: 1024px) {
.app-header .flow-holder {
    flex-direction: column;
    align-items: flex-start;
}
}
.app-header .flow-holder .app-logo {
  margin: 0 20px;
}
.app-header .flow-holder .app-logo a {
  text-decoration: none;
  width: 100%;
  height: auto;
}
.app-header .flow-holder .app-logo a:hover {
  text-decoration: none;
}
.app-header .flow-holder .app-logo img {
  width: 100%;
  max-width: 160px;
  height: auto;
  background-size: contain;
}
@media (max-width: 768px) {
.app-header .flow-holder .app-logo img {
    max-width: 120px;
}
}
.app-header .action-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: 10px;
}
.app-header .action-menu .language-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.app-header .action-menu .language-wrapper select {
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 0;
  border: 1px solid #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  cursor: pointer;
  color: #182983;
  transition: all 0.15s ease-in-out;
}
.app-header .action-menu .language-wrapper select:focus, .app-header .action-menu .language-wrapper select:hover {
  outline: none;
  border: 1px solid #182983;
}
.app-header .action-menu .language-wrapper select option {
  padding: 0.5rem;
}
.app-header .action-menu .language-wrapper select:active option {
  background-color: #182983;
  color: #fff;
}
.bg-image {
  position: fixed;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  border-style: none;
}
@media (min-width: 1020px) {
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
}
}
@media (min-width: 767px) {
.action-menu {
    position: relative;
    top: 20px;
    align-self: center;
    padding-right: 30px;
}
.bg-image {
    -o-object-position: 25% center;
       object-position: 25% center;
}
}
.mobile-markers {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin-left: 20px;
  max-height: 50%;
  overflow: scroll;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
.mobile-markers {
    margin-left: 0;
    margin-bottom: 30px;
}
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/shepherd.js/dist/css/shepherd.css ***!
  \**********************************************************************************************************************************************************************************************/
.shepherd-button{background:#3288e6;border:0;border-radius:3px;color:hsla(0,0%,100%,.75);cursor:pointer;margin-right:.5rem;padding:.5rem 1.5rem;transition:all .5s ease}.shepherd-button:not(:disabled):hover{background:#196fcc;color:hsla(0,0%,100%,.75)}.shepherd-button.shepherd-button-secondary{background:#f1f2f3;color:rgba(0,0,0,.75)}.shepherd-button.shepherd-button-secondary:not(:disabled):hover{background:#d6d9db;color:rgba(0,0,0,.75)}.shepherd-button:disabled{cursor:not-allowed}
.shepherd-footer{border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;justify-content:flex-end;padding:0 .75rem .75rem}.shepherd-footer .shepherd-button:last-child{margin-right:0}
.shepherd-cancel-icon{background:transparent;border:none;color:hsla(0,0%,50%,.75);cursor:pointer;font-size:2em;font-weight:400;margin:0;padding:0;transition:color .5s ease}.shepherd-cancel-icon:hover{color:rgba(0,0,0,.75)}.shepherd-has-title .shepherd-content .shepherd-cancel-icon{color:hsla(0,0%,50%,.75)}.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover{color:rgba(0,0,0,.75)}
.shepherd-title{color:rgba(0,0,0,.75);display:flex;flex:1 0 auto;font-size:1rem;font-weight:400;margin:0;padding:0}
.shepherd-header{align-items:center;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;justify-content:flex-end;line-height:2em;padding:.75rem .75rem 0}.shepherd-has-title .shepherd-content .shepherd-header{background:#e6e6e6;padding:1em}
.shepherd-text{color:rgba(0,0,0,.75);font-size:1rem;line-height:1.3em;padding:.75em}.shepherd-text p{margin-top:0}.shepherd-text p:last-child{margin-bottom:0}
.shepherd-content{border-radius:5px;outline:none;padding:0}
.shepherd-element{background:#fff;border-radius:5px;box-shadow:0 1px 4px rgba(0,0,0,.2);max-width:400px;opacity:0;outline:none;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%;z-index:9999}.shepherd-enabled.shepherd-element{opacity:1;visibility:visible}.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered){opacity:0;pointer-events:none;visibility:hidden}.shepherd-element,.shepherd-element *,.shepherd-element :after,.shepherd-element :before{box-sizing:border-box}.shepherd-arrow,.shepherd-arrow:before{height:16px;position:absolute;width:16px;z-index:-1}.shepherd-arrow:before{background:#fff;content:"";transform:rotate(45deg)}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow{bottom:-8px}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{top:-8px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow{right:-8px}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow{left:-8px}.shepherd-element.shepherd-centered>.shepherd-arrow{opacity:0}.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before{background-color:#e6e6e6}.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,.shepherd-target-click-disabled.shepherd-enabled.shepherd-target *{pointer-events:none}
.shepherd-modal-overlay-container{height:0;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-out,height 0ms .3s,opacity .3s 0ms;width:100vw;z-index:9997}.shepherd-modal-overlay-container.shepherd-modal-is-visible{height:100vh;opacity:.5;transform:translateZ(0);transition:all .3s ease-out,height 0s 0s,opacity .3s 0s}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{pointer-events:all}
/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-24.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-24.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-24.use[3]!./src/styles/base.scss ***!
  \************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-VariableFont_slnt,wght.7385e8d9.ttf) format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
html {
  font-family: "Inter", sans-serif;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  margin: 0;
  background-color: #e5e4de;
}

#app {
  color: #333;
  position: relative;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}

.svg-icon--black svg {
  color: black;
}

.svg-icon--white svg {
  color: white;
  fill: white;
}

.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

svg .cls-1 {
  fill: #182983;
  stroke-width: 0px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: white;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #182983;
  border: 1px solid #182983;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  text-decoration: none;
}
.btn:hover {
  cursor: pointer;
  background-color: #2f65af;
  border-color: #2f65af;
}
.btn.content-btn {
  border: 1px solid #182983;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
}
.btn.content-btn svg path {
  stroke: #fff;
}
.btn.content-btn.data-flow {
  background-color: #FFEA00;
  border-color: #FFEA00;
  color: #182983;
}
.btn.content-btn.data-flow svg path {
  stroke: #182983;
}
.btn.content-btn.data-flow:hover {
  background-color: #ffee33;
  border-color: #ffee33;
}
.btn.content-btn.goods-flow:hover {
  background-color: #2036ae;
}

.btn-primary {
  background-color: #182983;
  border-color: #182983;
}

.icon-button {
  padding: 10px;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.2s;
  text-decoration: none;
}
.icon-button--yellow {
  background-color: #182983;
}
.icon-button--yellow:hover {
  background-color: #2f65af;
}

.close-button {
  border: none;
  background: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.close-button:hover {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.shepherd-content .shepherd-header {
  background: #182983 !important;
}
.shepherd-content .shepherd-header h3 {
  color: white !important;
}
.shepherd-content .shepherd-button {
  background: #182983 !important;
  color: white !important;
}
.shepherd-content .shepherd-button:hover {
  background: #2f65af !important;
}

.fade-in {
  opacity: 0;
  transition: opacity 2s ease-in;
}

.fade-in.visible {
  opacity: 1;
}

img.object-image.hidden {
  opacity: 0;
  z-index: -10 !important;
}

.object-wrapper {
  transition: opacity 1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.object-wrapper img.object-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: absolute;
}
.object-wrapper img.object-image.floor-image {
  z-index: 0;
}
.object-wrapper img.object-image.animate-right, .object-wrapper img.object-image.animate-left {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.object-wrapper img.object-image.animate-right {
  animation-name: slideRight;
  opacity: 0;
  z-index: -5;
  will-change: transform, opacity;
}
.object-wrapper img.object-image.animate-left {
  animation-name: slideLeft;
  opacity: 0;
  will-change: transform, opacity;
}

@keyframes slideRight {
  from {
    transform: translateX(-200px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  from {
    transform: translateX(200px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
#app.inline-mode {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  max-height: 600px;
  max-width: 1280px;
  overflow: hidden;
  position: relative;
  min-width: 50%;
  min-height: 500px;
  border: 1px solid #182983;
  border-radius: 5px;
}

.background-image-container {
  position: absolute;
}

.background-image-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  min-width: 1024px;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 100;
}
@media (max-width: 1024px) {
  .background-image-container {
    background-position: top center;
    min-width: auto;
    width: 100vw;
    height: auto;
    margin-top: 150px;
  }
}

#app {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
