.locations {
  font-family: "Roboto", Sans-serif;
}
.locations.accordion .item {
  font-weight: 300;
  color: var(--e-global-color-text);
  background: var(--e-global-color-29082f0);
  border-radius: 16px;
  margin: 15px 0;
}
@media (max-width: 576px) {
  .locations.accordion .item {
    width: 100%;
  }
}
.locations.accordion .item.active {
  background: var(--e-global-color-59eaaac);
}
.locations.accordion .item.active .item__title:after {
  background-color: var(--e-global-color-686bac4);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='%23E8E8EB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='%23E8E8EB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-user-selectit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='%23E8E8EB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.locations.accordion .item.active .item__content {
  display: block;
}
.locations.accordion .item__title {
  position: relative;
  color: var(--e-global-color-686bac4);
  width: 100%;
  padding: 16px 24px;
}
.locations.accordion .item__title span {
  font-weight: 500;
  line-height: 28px;
}
.locations.accordion .item__title:hover {
  cursor: hand;
  cursor: pointer;
}
.locations.accordion .item__title:hover:after {
  background-color: var(--e-global-color-f8be6be);
}
.locations.accordion .item__title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 24px;
  height: 24px;
  transform: translate(0, -50%);
  transition: background-color 0.3s ease-in-out;
  background-color: var(--e-global-color-497fb77);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5V19' stroke='%235D6281' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12H19' stroke='%235D6281' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5V19' stroke='%235D6281' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12H19' stroke='%235D6281' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-user-selectit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5V19' stroke='%235D6281' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12H19' stroke='%235D6281' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.locations.accordion .item__title .flag-icon {
  position: unset;
  border-radius: 0;
  display: inline-block;
  margin-right: 10px;
}
.locations.accordion .item__title .flag-icon img {
  width: 24px;
  height: 16px;
  border-radius: 0;
}
.locations.accordion .item__content {
  display: none;
}
.locations.accordion .item .contact-info {
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 400;
  color: var(--e-global-color-32d5d50);
  margin: 0;
}
.locations.accordion .item .contact-info .col-12.col-sm-6 {
  margin: 0;
  padding: 0;
}
.locations.accordion .item .contact-info span {
  line-height: 20px;
}
.locations.accordion .item .contact-info a {
  text-decoration: underline;
  color: var(--e-global-color-32d5d50);
}
.locations.accordion .item .contact-info a:hover {
  cursor: pointer;
  cursor: hand;
  color: var(--e-global-color-6a633fa);
}
.locations.accordion .item .contact-info__item {
  display: flex;
  gap: 16px;
  align-items: center;
  height: 40px;
}
.locations.accordion i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.locations.accordion i.address-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 10C21 17 12 23 12 23C12 23 3 17 3 10C3 7.61305 3.94821 5.32387 5.63604 3.63604C7.32387 1.94821 9.61305 1 12 1C14.3869 1 16.6761 1.94821 18.364 3.63604C20.0518 5.32387 21 7.61305 21 10Z' stroke='%238CB1EC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z' stroke='%238CB1EC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.locations.accordion i.mail-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4H20C21.1 4 22 4.9 22 6V18C22 19.1 21.1 20 20 20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4Z' stroke='%238CB1EC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 6L12 13L2 6' stroke='%238CB1EC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.locations.accordion i.instagram-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 2H7C4.23858 2 2 4.23858 2 7V17C2 19.7614 4.23858 22 7 22H17C19.7614 22 22 19.7614 22 17V7C22 4.23858 19.7614 2 17 2Z' stroke='%238CB1EC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.9997 11.37C16.1231 12.2022 15.981 13.0522 15.5935 13.799C15.206 14.5458 14.5929 15.1514 13.8413 15.5297C13.0898 15.9079 12.2382 16.0396 11.4075 15.9059C10.5768 15.7723 9.80947 15.3801 9.21455 14.7852C8.61962 14.1902 8.22744 13.4229 8.09377 12.5922C7.96011 11.7615 8.09177 10.9099 8.47003 10.1584C8.84829 9.40685 9.45389 8.79374 10.2007 8.40624C10.9475 8.01874 11.7975 7.87658 12.6297 8C13.4786 8.12588 14.2646 8.52146 14.8714 9.1283C15.4782 9.73515 15.8738 10.5211 15.9997 11.37Z' stroke='%238CB1EC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.5 6.5H17.51' stroke='%238CB1EC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.locations.accordion i.linkedin-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C17.5913 8 19.1174 8.63214 20.2426 9.75736C21.3679 10.8826 22 12.4087 22 14V21H18V14C18 13.4696 17.7893 12.9609 17.4142 12.5858C17.0391 12.2107 16.5304 12 16 12C15.4696 12 14.9609 12.2107 14.5858 12.5858C14.2107 12.9609 14 13.4696 14 14V21H10V14C10 12.4087 10.6321 10.8826 11.7574 9.75736C12.8826 8.63214 14.4087 8 16 8V8Z' stroke='%238CB1EC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 9H2V21H6V9Z' stroke='%238CB1EC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 6C5.10457 6 6 5.10457 6 4C6 2.89543 5.10457 2 4 2C2.89543 2 2 2.89543 2 4C2 5.10457 2.89543 6 4 6Z' stroke='%238CB1EC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.locations.globe {
  display: flex;
  align-items: center;
  padding: 55px 0;
  grid-gap: 35px;
}
@media (max-width: 820px) {
  .locations.globe {
    flex-direction: column;
    grid-gap: 75px;
  }
}
@media (max-width: 567px) {
  .locations.globe {
    grid-gap: 35px;
  }
}
.locations.globe .globe-part {
  width: 50%;
}
@media (max-width: 820px) {
  .locations.globe .globe-part {
    width: 100%;
  }
}
.locations.globe .globe-part .background-img {
  display: block;
  position: relative;
  width: 400px;
  height: 400px;
  background-size: 125%;
  background-position: 5% 40%;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0px 0px 55px 5px rgba(255, 255, 255, 0.7);
}
@media (max-width: 567px) {
  .locations.globe .globe-part .background-img {
    width: 350px;
    height: 350px;
    background-size: 140%;
    background-position: 15% 45%;
  }
}
.locations.globe .globe-part .background-img #globeCanvas,
.locations.globe .globe-part .background-img #globeCanvasSolid {
  position: absolute;
  top: 0;
  left: 0;
}
.locations.globe .globe-part .background-img .item-pin {
  position: absolute;
  width: 13px;
  height: 13px;
  background: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-text);
  border-radius: 50%;
}
.locations.globe .globe-part .background-img .item-pin:hover {
  cursor: pointer;
}
.locations.globe .globe-part .background-img .item-pin:after {
  animation: pulse-anim 2s infinite;
  -webkit-animation: pulse-anim 2s infinite;
  content: "";
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  transform: scale(1);
}
.locations.globe .globe-part .background-img .item-pin.active:after {
  background: var(--e-global-color-accent);
  top: -3px;
  left: -3px;
  width: 17px;
  height: 17px;
  border: 1px solid var(--e-global-color-text);
}
.locations.globe .globe-part .background-img .item-pin#ukraine {
  top: 145px;
  left: 330px;
}
@media (max-width: 567px) {
  .locations.globe .globe-part .background-img .item-pin#ukraine {
    top: 120px;
    left: 305px;
  }
}
.locations.globe .globe-part .background-img .item-pin#netherlands {
  top: 100px;
  left: 160px;
}
@media (max-width: 567px) {
  .locations.globe .globe-part .background-img .item-pin#netherlands {
    top: 74px;
    left: 145px;
  }
}
.locations.globe .globe-part .background-img .item-pin#peru {
  top: 300px;
  left: 50px;
}
@media (max-width: 567px) {
  .locations.globe .globe-part .background-img .item-pin#peru {
    top: 260px;
    left: 35px;
  }
}
.locations.globe .globe-part .background-img .item-pin#portugal {
  top: 255px;
  left: 45px;
}
@media (max-width: 567px) {
  .locations.globe .globe-part .background-img .item-pin#portugal {
    top: 228px;
    left: 25px;
  }
}
.locations.globe .globe-part .background-img .item-pin#bosnia-and-herzegovina {
  top: 200px;
  left: 270px;
}
@media (max-width: 567px) {
  .locations.globe .globe-part .background-img .item-pin#bosnia-and-herzegovina {
    top: 175px;
    left: 250px;
  }
}
.locations.globe .office-part {
  width: 50%;
}
@media (max-width: 820px) {
  .locations.globe .office-part {
    width: 100%;
  }
}
.locations.globe .office-part .item-box {
  position: relative;
  height: 0;
  opacity: 0;
  color: #ffffff;
  text-align: center;
  border-radius: 35px;
  background: var(--e-global-color-4f996a1);
  border: 0;
}
.locations.globe .office-part .item-box.active {
  opacity: 1;
  height: auto;
  display: block;
  transition: opacity 0.4s ease-in-out;
  border: 1px solid var(--e-global-color-text);
}
.locations.globe .office-part .item-box .text {
  padding: 35px 0 15px;
}
.locations.globe .office-part .item-box .description {
  font-weight: 400;
  padding: 15px;
}
.locations.globe .office-part .item-box .discover-btn {
  font-weight: 300;
  padding-right: 50px;
}
.locations.globe .office-part .item-box .discover-btn:hover, .locations.globe .office-part .item-box .discover-btn:visited {
  color: var(--e-global-color-text);
}
.locations.globe .office-part .item-box .insta-feed {
  overflow: hidden;
  border-radius: 0 0 35px 35px;
}
.locations.globe .office-part .item-box .insta-feed img {
  border-radius: 0;
}
.locations.globe .office-part .item-box .insta-feed a {
  pointer-events: none;
}
.locations.globe .office-part .item-box .flag-icon {
  top: 0;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.locations.globe .office-part .item-box .flag-icon img {
  width: 55px;
  height: 55px;
  border: 3px solid var(--e-global-color-text);
}
.locations .flag-icon {
  position: absolute;
  border-radius: 50%;
}
.locations .flag-icon img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

@keyframes pulse-anim {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}/*# sourceMappingURL=shm-locations.css.map */