/**
*	Colors

*	#a100ff - 1
*	#7500c0 - 2
*	#460073 - 3
*	#00baff - 4
*	#008eff - 5
*	#003FD1 - 6
*	#bebebe - 7
*	#969696 - 8
*	#5a5a5a - 9
*	
*	Gradient goes from #a100ff (1) to #460073 (3)
**/

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

@media (max-width: 499px) {
  .visible--mobile-xs {
    display: block !important;
  }

  .hidden--mobile-xs {
    display: none !important;
  }
}

.markers-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#tr-delivery-map {
  position: relative;
  /*******************************************
*	Start Hotspot Styles
*******************************************/
  /*******************************************
*	End Hotspot Styles
*******************************************/
  /*******************************************
*	Start Zoom Settings
*******************************************/
  /*******************************************
*	End Zoom Settings
*******************************************/
  /*******************************************
*	Start Info Container Styles
*******************************************/
  /*******************************************
*	End Info Container Styles
*******************************************/
  /*******************************************
*	Start Map Legend Styles
*******************************************/
  /*******************************************
*	End Map Legend Styles
*******************************************/
}

#tr-delivery-map strong {
  font-family: "Graphik Bold", "Arial Black", Arial, sans-serif;
}

#tr-delivery-map div,
#tr-delivery-map p,
#tr-delivery-map span,
#tr-delivery-map a,
#tr-delivery-map li {
  font-family: "Graphik Regular", "Graphik-Regular", Arial, sans-serif;
}

#tr-delivery-map ul,
#tr-delivery-map li {
  padding: 0;
  margin: 0;
}

#tr-delivery-map ul > li > a {
  margin-bottom: 0;
}

#tr-delivery-map .map__controls-wrap {
  position: absolute;
  top: 10px;
  left: 15px;
}

#tr-delivery-map .map__controls {
  display: block;
  position: relative;
  font-family: "Graphik Bold", "Arial Black", Arial, sans-serif;
  font-size: 20px;
  color: #003fd1;
  height: 36px;
  width: 36px;
  z-index: 2;
  border: none;
  background: transparent;
  border-radius: 50%;
  padding: 0;
  margin-bottom: 5px;
}

#tr-delivery-map .map__controls:hover,
#tr-delivery-map .map__controls:active,
#tr-delivery-map .map__controls:focus {
  background: #003fd1;
  color: #ffffff;
}

#tr-delivery-map .map__controls svg {
  fill: #fff;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

#tr-delivery-map .map-container {
  position: relative;
  overflow: hidden;
  padding: 0;
}

#tr-delivery-map .map__wrapper {
  position: relative;
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__zoom-3 .map__wrapper {
    position: absolute;
  }
}

#tr-delivery-map .map__svg-wrapper {
  width: 100%;
  padding-top: 50%;
}

#tr-delivery-map .map__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#tr-delivery-map .map__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#tr-delivery-map .map__svg-country {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #cccccc;
  -webkit-transition: fill 0.2s, stroke 0.2s;
  transition: fill 0.2s, stroke 0.2s;
  stroke: #ffffff;
  stroke-linejoin: miter;
  stroke-width: 0.5px;
}

#tr-delivery-map .map__highlighted,
#tr-delivery-map .map__current-country {
  fill: #969696;
  stroke: #ffffff;
}

#tr-delivery-map .map__current-country {
  stroke: none;
}

#tr-delivery-map .map__plus {
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

#tr-delivery-map .map__plus {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 33px;
  height: 33px;
  border: none;
  border-radius: 50%;
  background: none;
  fill: #003fd1;
  padding: 0;
  z-index: 2;
  font-size: 15px;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  outline: none;
}

#tr-delivery-map .map__plus:hover {
  z-index: 99;
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__plus {
    font-size: 13px;
    background: #003fd1;
  }

  #tr-delivery-map .map__plus.country.europe {
    font-size: 8px;
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 550px) {
  #tr-delivery-map .map__plus {
    font-size: 9px;
    width: 24px;
    height: 24px;
  }

  #tr-delivery-map .map__plus.country.europe {
    font-size: 8px;
  }
}

#tr-delivery-map .map__plus-icon {
  display: block;
  font-family: "Graphik Bold", "Arial Black", Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1;
  color: #ffffff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__plus-icon {
    display: none;
  }
}

#tr-delivery-map .map__city-count {
  display: none;
  font-family: "Graphik Bold", "Arial Black", Arial, sans-serif;
  font-size: 1.3em;
  color: #ffffff;
  line-height: 1;
  background: #003fd1;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__city-count {
    display: block;
  }
}

#tr-delivery-map .map__city-wrapper {
  position: absolute;
  z-index: 4;
  font-size: 15px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#tr-delivery-map .map__city-wrapper:hover {
  z-index: 99;
}

#tr-delivery-map .map__city-wrapper button.city__marker {
  position: absolute;
  top: 0;
  width: 6px;
  height: 6px;
  background: inherit;
  padding: 0;
  border-radius: 50%;
  border-top-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  cursor: default;
}

#tr-delivery-map .map__city-wrapper button.city__marker.csce {
  background: #0063b3;
}

#tr-delivery-map .map__city-wrapper button.city__marker.atc {
  background: #008eff;
}

#tr-delivery-map .map__city-wrapper button.city__marker.ioc {
  background: #460073;
}

#tr-delivery-map .map__city-wrapper button.city__marker.dc {
  background: #7500c0;
}

#tr-delivery-map .map__city-wrapper .map__city-tooltip .tooltip__pointer {
  position: absolute;
  z-index: -1;
  bottom: -8px;
  left: calc(50% - 5px);
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: #003fd1;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__city-wrapper .map__city-tooltip .tooltip__pointer {
    bottom: -8px;
  }
}

#tr-delivery-map .map__city-wrapper.csce {
  background-color: #0063b3;
}

#tr-delivery-map .map__city-wrapper.csce .map__city-tooltip .tooltip__pointer {
  border-top-color: #0063b3;
}

#tr-delivery-map .map__city-wrapper.atc {
  background-color: #008eff;
}

#tr-delivery-map .map__city-wrapper.atc .map__city-tooltip .tooltip__pointer {
  border-top-color: #008eff;
}

#tr-delivery-map .map__city-wrapper.ioc {
  background-color: #460073;
}

#tr-delivery-map .map__city-wrapper.ioc .map__city-tooltip .tooltip__pointer {
  border-top-color: #460073;
}

#tr-delivery-map .map__city-wrapper.dc {
  background-color: #7500c0;
}

#tr-delivery-map .map__city-wrapper.dc .map__city-tooltip .tooltip__pointer {
  border-top-color: #7500c0;
}

#tr-delivery-map .europe.map__current-continent .map__plus-tooltip {
  top: -1.6em;
}

#tr-delivery-map .europe .map__plus-tooltip {
  top: -1.9em;
}

#tr-delivery-map .europe .map__city-tooltip {
  top: -1.9em;
}

#tr-delivery-map .map__zoom-3 .map__city-wrapper.low-zoom #city-marker-tver .map__city-tooltip {
  top: -16px !important;
}

#tr-delivery-map .map__city-tooltip,
#tr-delivery-map .map__plus-tooltip {
  display: none;
  font-family: "Graphik Bold", "Arial Black", Arial, sans-serif;
  font-size: 17px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: -2.0em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  width: auto;
  padding: 5px 8px;
  background-color: inherit;
}

#tr-delivery-map .map__plus-tooltip {
  background-color: #003fd1;
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__plus-tooltip {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 550px) {
  #tr-delivery-map .map__plus-tooltip {
    font-size: 1.2em;
  }
}

#tr-delivery-map .map__plus-tooltip .tooltip__pointer {
  position: absolute;
  bottom: -8px;
  left: calc(50% - 5px);
  z-index: -1;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: #003fd1;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__city-tooltip {
    font-size: 1em;
  }
}

@media screen and (max-width: 550px) {
  #tr-delivery-map .map__city-tooltip {
    font-size: 1em;
  }
}

#tr-delivery-map .map__plus:hover > .map__plus-tooltip,
#tr-delivery-map .city__marker:hover > .map__city-tooltip {
  display: block;
}

#tr-delivery-map .map__zoom-1 .map__plus.country {
  display: none;
}

#tr-delivery-map .map__zoom-1 .map__controls-wrap .map__zoom-out-single,
#tr-delivery-map .map__zoom-1 .map__controls-wrap .map__zoom-out-double {
  display: none;
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__zoom-1 .map__city-wrapper {
    font-size: 13px;
    width: 5px;
    height: 5px;
  }
}

@media screen and (max-width: 450px) {
  #tr-delivery-map .map__zoom-1 .map__city-wrapper {
    font-size: 12px;
    width: 4px;
    height: 4px;
  }
}

#tr-delivery-map .map__zoom-2 .map__plus {
  font-size: 6px;
  width: 13px;
  height: 13px;
}

#tr-delivery-map .map__zoom-2 .map__plus .map__plus-tooltip {
  font-size: 7px;
  padding: 2px 4px;
}

#tr-delivery-map .map__zoom-2 .map__plus .map__plus-tooltip .tooltip__pointer {
  bottom: -4px;
  left: calc(50% - 5px);
  border-top-width: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

@media screen and (max-width: 550px) {
  #tr-delivery-map .map__zoom-2 .map__plus .map__plus-tooltip {
    font-size: 5px;
    padding: 2px 3px;
    min-height: 9px;
  }
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__zoom-2 .map__plus {
    font-size: 8px;
    width: 16px;
    height: 16px;
    -webkit-transform: scale(0.7) translate(-50%, -100%);
            transform: scale(0.7) translate(-50%, -100%);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }

  #tr-delivery-map .map__zoom-2 .map__plus .map__plus-tooltip {
    font-size: 8px;
    padding: 4px 8px;
    top: -2.6em;
  }

  #tr-delivery-map .map__zoom-2 .map__plus .map__plus-tooltip .tooltip__pointer {
    bottom: -5px;
    left: calc(50% - 6px);
    border-top-width: 11px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
}

@media screen and (max-width: 550px) {
  #tr-delivery-map .map__zoom-2 .map__plus {
    -webkit-transform: scale(0.5) translate(-40%, -100%);
            transform: scale(0.5) translate(-40%, -100%);
  }

  #tr-delivery-map .map__zoom-2 .map__plus .map__plus-tooltip {
    font-size: 10px;
    padding: 3px 10px;
    top: -2em;
  }

  #tr-delivery-map .map__zoom-2 .map__plus .map__plus-tooltip .tooltip__pointer {
    bottom: -6px;
    left: calc(50% - 7px);
    border-top-width: 13px;
    border-left-width: 8px;
    border-right-width: 8px;
  }
}

#tr-delivery-map .map__zoom-2 .map__plus.continent {
  display: none;
}

#tr-delivery-map .map__zoom-2 .map__plus.country.europe {
  font-size: 3px;
  width: 7px;
  height: 7px;
}

#tr-delivery-map .map__zoom-2 .map__plus.country.europe .map__plus-tooltip {
  font-size: 4px;
  padding: 1px 2px;
}

#tr-delivery-map .map__zoom-2 .map__plus.country.europe .map__plus-tooltip .tooltip__pointer {
  bottom: -2px;
  left: calc(50% - 3px);
  border-top-width: 5px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

@media screen and (max-width: 999px) {
  #tr-delivery-map .map__zoom-2 .map__plus.country.europe {
    font-size: 3px;
    width: 6px;
    height: 6px;
  }
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__zoom-2 .map__plus.country.europe {
    font-size: 8px;
    width: 16px;
    height: 16px;
    -webkit-transform: scale(0.33) translate(-66%, -100%);
            transform: scale(0.33) translate(-66%, -100%);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }

  #tr-delivery-map .map__zoom-2 .map__plus.country.europe .map__plus-tooltip {
    font-size: 10px;
    padding: 5px 10px;
  }

  #tr-delivery-map .map__zoom-2 .map__plus.country.europe .map__plus-tooltip .tooltip__pointer {
    bottom: -5px;
    left: calc(50% - 6px);
    border-top-width: 11px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
}

@media screen and (max-width: 767px) and (max-width: 550px) {
  #tr-delivery-map .map__zoom-2 .map__plus.country.europe {
    -webkit-transform: scale(0.25) translate(-66%, -100%);
            transform: scale(0.25) translate(-66%, -100%);
  }

  #tr-delivery-map .map__zoom-2 .map__plus.country.europe .map__plus-tooltip {
    font-size: 12px;
    padding: 4px 12px;
  }

  #tr-delivery-map .map__zoom-2 .map__plus.country.europe .map__plus-tooltip .tooltip__pointer {
    bottom: -6px;
    left: calc(50% - 7px);
    border-top-width: 13px;
    border-left-width: 8px;
    border-right-width: 8px;
  }
}

#tr-delivery-map .map__zoom-2 .map__city-wrapper {
  font-size: 6px;
  width: 4px;
  height: 4px;
  -webkit-transform: translate(-33%, -16%);
          transform: translate(-33%, -16%);
}

#tr-delivery-map .map__zoom-2 .map__city-wrapper .map__city-tooltip {
  font-size: 7px;
  padding: 2px 4px;
}

#tr-delivery-map .map__zoom-2 .map__city-wrapper .map__city-tooltip .tooltip__pointer {
  bottom: -4px;
  left: calc(50% - 5px);
  border-top-width: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__zoom-2 .map__city-wrapper {
    font-size: 8px;
    width: 5px;
    height: 5px;
    -webkit-transform: scale(0.7) translate(-33%, -16%);
            transform: scale(0.7) translate(-33%, -16%);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }

  #tr-delivery-map .map__zoom-2 .map__city-wrapper .map__city-tooltip {
    font-size: 8px;
    padding: 4px 8px;
    top: -2.6em;
  }

  #tr-delivery-map .map__zoom-2 .map__city-wrapper .map__city-tooltip .tooltip__pointer {
    bottom: -5px;
    left: calc(50% - 6px);
    border-top-width: 11px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
}

@media screen and (max-width: 550px) {
  #tr-delivery-map .map__zoom-2 .map__city-wrapper {
    -webkit-transform: scale(0.5) translate(-33%, -16%);
            transform: scale(0.5) translate(-33%, -16%);
  }

  #tr-delivery-map .map__zoom-2 .map__city-wrapper .map__city-tooltip {
    font-size: 10px;
    padding: 3px 10px;
    top: -2em;
  }

  #tr-delivery-map .map__zoom-2 .map__city-wrapper .map__city-tooltip .tooltip__pointer {
    bottom: -6px;
    left: calc(50% - 8px);
    border-top-width: 13px;
    border-left-width: 8px;
    border-right-width: 8px;
  }
}

#tr-delivery-map .map__zoom-2 .map__city-wrapper.europe {
  font-size: 4px;
  width: 2px;
  height: 2px;
  -webkit-transform: scale(0.93) translate(-33%, -16%);
          transform: scale(0.93) translate(-33%, -16%);
}

#tr-delivery-map .map__zoom-2 .map__city-wrapper.europe .map__city-tooltip {
  font-size: 4px;
  padding: 1px 2px;
}

#tr-delivery-map .map__zoom-2 .map__city-wrapper.europe .map__city-tooltip .tooltip__pointer {
  bottom: -2px;
  left: calc(50% - 3px);
  border-top-width: 5px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__zoom-2 .map__city-wrapper.europe {
    font-size: 8px;
    width: 6px;
    height: 6px;
    -webkit-transform: scale(0.33) translate(-33%, -16%);
            transform: scale(0.33) translate(-33%, -16%);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }

  #tr-delivery-map .map__zoom-2 .map__city-wrapper.europe .map__city-tooltip {
    font-size: 10px;
    padding: 5px 10px;
  }

  #tr-delivery-map .map__zoom-2 .map__city-wrapper.europe .map__city-tooltip .tooltip__pointer {
    bottom: -5px;
    left: calc(50% - 6px);
    border-top-width: 11px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
}

@media screen and (max-width: 550px) {
  #tr-delivery-map .map__zoom-2 .map__city-wrapper.europe {
    -webkit-transform: scale(0.25) translate(-33%, -16%);
            transform: scale(0.25) translate(-33%, -16%);
  }

  #tr-delivery-map .map__zoom-2 .map__city-wrapper.europe .map__city-tooltip {
    font-size: 12px;
    padding: 4px 12px;
  }

  #tr-delivery-map .map__zoom-2 .map__city-wrapper.europe .map__city-tooltip .tooltip__pointer {
    bottom: -6px;
    left: calc(50% - 7px);
    border-top-width: 13px;
    border-left-width: 8px;
    border-right-width: 8px;
  }
}

#tr-delivery-map .map__zoom-2 .map__controls-wrap .map__zoom-out-double {
  display: none;
}

#tr-delivery-map .map__zoom-2 .map__svg-country {
  opacity: 0;
}

#tr-delivery-map .map__zoom-2 .map__continent-buttons {
  display: none;
}

#tr-delivery-map .map__zoom-2 .map__continent-buttons.map__current-continent {
  display: block;
}

#tr-delivery-map .map__zoom-2 .map__continent-group.map__current-continent .map__svg-country {
  opacity: 1;
}

#tr-delivery-map .map__zoom-3 .map__plus.continent,
#tr-delivery-map .map__zoom-3 .map__plus.country {
  display: none;
}

#tr-delivery-map .map__zoom-3 .map__city-wrapper {
  display: none;
  font-size: 2px;
  width: 2px;
  height: 2px;
  -webkit-transform: scale(0.93) translate(-33%, -16%);
          transform: scale(0.93) translate(-33%, -16%);
}

#tr-delivery-map .map__zoom-3 .map__city-wrapper .map__city-tooltip {
  font-size: 2.5px;
  padding: 1px 2px;
  top: -10px;
  min-height: 4.8px;
}

#tr-delivery-map .map__zoom-3 .map__city-wrapper .map__city-tooltip .tooltip__pointer {
  bottom: -2px;
  left: calc(50% - 2.5px);
  border-top-width: 4px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}

#tr-delivery-map .map__zoom-3 .map__city-wrapper.map__current-cities {
  display: block;
}

#tr-delivery-map .map__zoom-3 .map__city-wrapper.europe,
#tr-delivery-map .map__zoom-3 .map__city-wrapper.hi-zoom {
  font-size: 2px;
  width: 2px;
  height: 2px;
}

#tr-delivery-map .map__zoom-3 .map__city-wrapper.europe .map__city-tooltip,
#tr-delivery-map .map__zoom-3 .map__city-wrapper.hi-zoom .map__city-tooltip {
  font-size: 2px;
  padding: 0 2px;
  top: -7px;
  min-height: 4.5px;
  line-height: 2.5;
}

#tr-delivery-map .map__zoom-3 .map__city-wrapper.europe .map__city-tooltip .tooltip__pointer,
#tr-delivery-map .map__zoom-3 .map__city-wrapper.hi-zoom .map__city-tooltip .tooltip__pointer {
  bottom: -1.5px;
  left: calc(50% - 2px);
  border-top-width: 4px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}

#tr-delivery-map .map__zoom-3 .map__city-wrapper.low-zoom {
  font-size: 3px;
  width: 3px;
  height: 3px;
  -webkit-transform: scale(0.93) translate(-33%, -16%);
          transform: scale(0.93) translate(-33%, -16%);
}

#tr-delivery-map .map__zoom-3 .map__city-wrapper.low-zoom .map__city-tooltip {
  font-size: 4px;
  padding: 2px 4px;
  top: -12px;
  min-height: 8px;
}

#tr-delivery-map .map__zoom-3 .map__city-wrapper.low-zoom .map__city-tooltip .tooltip__pointer {
  bottom: -2px;
  left: calc(50% - 2.5px);
  border-top-width: 4px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}

#tr-delivery-map .map__zoom-3 .map__svg-country {
  opacity: 0;
}

#tr-delivery-map .map__zoom-3 .map__continent-buttons {
  display: none;
}

#tr-delivery-map .map__zoom-3 .map__continent-buttons.map__current-continent {
  display: block;
}

#tr-delivery-map .map__zoom-3 .map__continent-group.map__current-continent .map__svg-country {
  opacity: 1;
}

#tr-delivery-map .map__info-container {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  right: 0;
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__info-container {
    position: relative;
    display: block;
    width: 100%;
  }
}

#tr-delivery-map .map__info-container.info-country {
  background: #fff;
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__info-container.info-country {
    position: relative;
    z-index: 999;
    left: 0;
    width: 100%;
    top: 0;
  }

  #tr-delivery-map .map__info-container.info-country .map__info {
    background: #ffffff;
  }
}

#tr-delivery-map .map__info {
  padding: 15px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
  width: 90%;
  max-height: 90%;
  overflow: auto;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__info {
    max-width: 100%;
    width: 100%;
    max-height: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #efefef;
  }
}

#tr-delivery-map .map__info .map__info-header {
  font-family: "Graphik Bold", "Arial Black", Arial, sans-serif;
  font-size: 21px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__info .map__info-header {
    padding: 20px 20px 0;
  }
}

#tr-delivery-map .map__info .map__info-close {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
  color: #003fd1;
  cursor: pointer;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}

#tr-delivery-map .map__info .map__info-close:hover {
  color: #008eff;
}

@media screen and (min-width: 768px) {
  #tr-delivery-map .map__info .map__info-close {
    display: none;
  }
}

#tr-delivery-map .map__info .map__info-close svg {
  width: 100%;
  height: 100%;
}

#tr-delivery-map .map__info-facts {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__info-facts {
    padding: 0 20px;
  }
}

#tr-delivery-map .map__info-facts p {
  line-height: 1.2;
  margin-bottom: 1em;
}

#tr-delivery-map .map__info-link {
  display: block;
  font-family: "Graphik Bold", "Arial Black", Arial, sans-serif;
  font-size: 18px;
  color: #003fd1;
  font-weight: 900;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__info-link {
    padding: 10px 20px;
    border-top: 1px solid #cccccc;
  }

  #tr-delivery-map .map__info-link .info-link-plus {
    display: none;
  }
}

#tr-delivery-map .map__info-link:hover {
  color: #008eff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__info-link:hover {
    color: #003fd1;
    background: #cccccc;
  }
}

#tr-delivery-map .map__info-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__info-tabs {
    padding: 0 20px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 550px) {
  #tr-delivery-map .map__info-tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#tr-delivery-map .map__info-tabs .nav-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14%;
          flex: 0 0 14%;
  max-width: 80px;
  max-height: 80px;
}

#tr-delivery-map .map__info-tabs .nav-item.active a {
  background: #003fd1;
}

#tr-delivery-map .map__info-tabs .nav-item.active a svg .info__tab-foreground {
  fill: #ffffff;
}

#tr-delivery-map .map__info-tabs .nav-item a {
  padding: 0 5px;
  -webkit-transition: background 200ms;
  transition: background 200ms;
}

#tr-delivery-map .map__info-tabs .nav-item a svg {
  width: 100%;
  max-height: 55px;
}

#tr-delivery-map .map__info-tabs .nav-item a svg .info__tab-foreground {
  fill: #003fd1;
  -webkit-transition: fill 200ms;
  transition: fill 200ms;
}

#tr-delivery-map .map__info-tabs .nav-item a svg .info__tab-background {
  fill: none;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #tr-delivery-map .map__info-tabs .nav-item a svg {
    max-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__info-tabs .nav-item a svg {
    max-height: 70px;
  }
}

@media screen and (max-width: 360px) {
  #tr-delivery-map .map__info-tabs .nav-item a svg {
    max-height: 40px;
  }
}

#tr-delivery-map .map__info-tabs .nav-item a:hover,
#tr-delivery-map .map__info-tabs .nav-item a:active,
#tr-delivery-map .map__info-tabs .nav-item a:focus {
  background: #003fd1;
}

#tr-delivery-map .map__info-tabs .nav-item a:hover svg .info__tab-foreground,
#tr-delivery-map .map__info-tabs .nav-item a:active svg .info__tab-foreground,
#tr-delivery-map .map__info-tabs .nav-item a:focus svg .info__tab-foreground {
  fill: #ffffff;
}

#tr-delivery-map .info__tab-header {
  font-family: "Graphik Bold", "Arial Black", Arial, sans-serif;
  font-size: 18px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #tr-delivery-map .info__tab-header {
    font-size: 17px;
  }
}

#tr-delivery-map .info__services-header {
  font-family: "Graphik Bold", "Arial Black", Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__info-tabs-content {
    padding: 0 20px;
    margin-bottom: 2em;
  }
}

#tr-delivery-map .map__info-tabs-content p {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 1.2em;
}

#tr-delivery-map .map__info-tabs-content ul {
  list-style: none;
  padding: 0;
}

#tr-delivery-map .map__legend {
  position: absolute;
  z-index: 9;
  max-width: 180px;
  border-radius: 10px;
  overflow: hidden;
  min-width: 100px;
}

#tr-delivery-map .map__legend .map__legend-header {
  display: none;
  font-size: 18px;
  font-family: "Graphik Bold", "Arial Black", Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 5px 20px;
  background: #003fd1;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__legend .map__legend-header {
    display: block;
    width: 90px;
    border-radius: 10px;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    -webkit-transition: width 250ms 0ms, border-bottom-left-radius 100ms 0ms, -webkit-transform 250ms 0ms;
    transition: width 250ms 0ms, border-bottom-left-radius 100ms 0ms, -webkit-transform 250ms 0ms;
    transition: width 250ms 0ms, transform 250ms 0ms, border-bottom-left-radius 100ms 0ms;
    transition: width 250ms 0ms, transform 250ms 0ms, border-bottom-left-radius 100ms 0ms, -webkit-transform 250ms 0ms;
  }
}

#tr-delivery-map .map__legend .map__legend-container {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #tr-delivery-map .map__legend .map__legend-container {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__legend .map__legend-container {
    background: #ffffff;
    border-bottom-left-radius: 10px;
    -webkit-transform: translateX(190px);
            transform: translateX(190px);
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
  }
}

@media screen and (max-width: 550px) {
  #tr-delivery-map .map__legend .map__legend-container {
    padding: 10px;
  }
}

#tr-delivery-map .map__legend ul {
  padding-left: 20px;
  list-style: none;
}

#tr-delivery-map .map__legend ul li {
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 1em;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #tr-delivery-map .map__legend ul li {
    font-size: 11px;
  }
}

@media screen and (max-width: 550px) {
  #tr-delivery-map .map__legend ul li {
    font-size: 11px;
    margin-bottom: 0.8em;
  }

  #tr-delivery-map .map__legend ul li:last-child {
    margin-bottom: 0;
  }
}

#tr-delivery-map .map__legend #csce-legend:before {
  content: '';
  position: absolute;
  width: 0.75em;
  height: 0.75em;
  left: -20px;
  top: 0.2em;
  border-radius: 50%;
  background-color: #0063b3;
}

#tr-delivery-map .map__legend #atc-legend:before {
  content: '';
  position: absolute;
  width: 0.75em;
  height: 0.75em;
  left: -20px;
  top: 0.2em;
  border-radius: 50%;
  background-color: #008eff;
}

#tr-delivery-map .map__legend #ioc-legend:before {
  content: '';
  position: absolute;
  width: 0.75em;
  height: 0.75em;
  left: -20px;
  top: 0.2em;
  border-radius: 50%;
  background-color: #460073;
}

#tr-delivery-map .map__legend #dc-legend:before {
  content: '';
  position: absolute;
  width: 0.75em;
  height: 0.75em;
  left: -20px;
  top: 0.2em;
  border-radius: 50%;
  background-color: #7500c0;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #tr-delivery-map .map__legend {
    max-width: 160px;
  }
}

@media screen and (min-width: 768px) {
  #tr-delivery-map .map__legend {
    bottom: 10px;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  #tr-delivery-map .map__legend {
    right: -10px;
    top: 5%;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 200px;
    overflow: visible;
    height: 0;
  }

  #tr-delivery-map .map__legend.active .map__legend-header {
    width: 200px;
    padding-right: 35px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transition: width 400ms 100ms, border-bottom-left-radius 200ms 100ms, -webkit-transform 400ms 100ms;
    transition: width 400ms 100ms, border-bottom-left-radius 200ms 100ms, -webkit-transform 400ms 100ms;
    transition: width 400ms 100ms, transform 400ms 100ms, border-bottom-left-radius 200ms 100ms;
    transition: width 400ms 100ms, transform 400ms 100ms, border-bottom-left-radius 200ms 100ms, -webkit-transform 400ms 100ms;
  }

  #tr-delivery-map .map__legend.active .map__legend-container {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 550px) {
  #tr-delivery-map .map__legend {
    top: 1%;
  }
}

#tr-delivery-map .map__overlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
}

#tr-delivery-map .map__overlay.active {
  display: block;
}

#tr-delivery-map .marker__zoom-2 button.city__marker {
  height: 10px;
  width: 10px;
}

#tr-delivery-map .marker__zoom-3 button.city__marker {
  height: 16px;
  width: 16px;
}

/*******************************************
*	Start Map Mobile Control Styles
*******************************************/

#map-wrapper {
  /*******************************************
  *	End Map Mobile Control Styles
  *******************************************/
  /*******************************************
*	Start Info Container Styles
*******************************************/
  /*******************************************
*	End Info Container Styles
*******************************************/
}

#map-wrapper .map__mobile-controls {
  display: none;
}

#map-wrapper .map__mobile-controls .map__mobile-trigger {
  display: block;
  position: relative;
  white-space: normal;
  font-size: 18px;
  font-family: "Graphik Bold", "Arial Black", Arial, sans-serif;
  font-weight: 900;
  color: #003fd1;
  line-height: 1.25;
  padding: 10px 20px;
  background: #efefef;
  border-top: 1px solid #cccccc;
}

#map-wrapper .map__mobile-controls .map__mobile-trigger:last-child {
  border-bottom: 1px solid #cccccc;
}

#map-wrapper .map__mobile-controls .map__mobile-trigger:hover {
  background: #cccccc;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #map-wrapper .map__mobile-controls {
    display: block;
  }
}

#map-wrapper .map__right-chevron {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
}

@media screen and (min-width: 768px) {
  #map-wrapper .map__right-chevron {
    display: none;
  }
}

#map-wrapper .map__zoom-2 .map__mobile-controls,
#map-wrapper .map__zoom-3 .map__mobile-controls {
  display: none;
}

#map-wrapper .map__info-container {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  right: 0;
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  #map-wrapper .map__info-container {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}

#map-wrapper .map__info-container.info-country {
  background: #fff;
}

@media screen and (max-width: 767px) {
  #map-wrapper .map__info-container.info-country {
    position: relative;
    z-index: 999;
    left: 0;
    width: 100%;
    top: 0;
  }

  #map-wrapper .map__info-container.info-country .map__info {
    background: #ffffff;
  }
}

#map-wrapper .map__info {
  padding: 15px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
  width: 90%;
  max-height: 90%;
  overflow: auto;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  #map-wrapper .map__info {
    max-width: 100%;
    width: 100%;
    max-height: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #efefef;
  }
}

#map-wrapper .map__info .map__info-header {
  font-family: "Graphik Bold", "Arial Black", Arial, sans-serif;
  font-size: 21px;
  margin-top: 0;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  #map-wrapper .map__info .map__info-header {
    padding: 20px 20px 0;
  }
}

#map-wrapper .map__info .map__info-close {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
  color: #003fd1;
  cursor: pointer;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}

#map-wrapper .map__info .map__info-close:hover {
  color: #008eff;
}

@media screen and (min-width: 768px) {
  #map-wrapper .map__info .map__info-close {
    display: none;
  }
}

#map-wrapper .map__info .map__info-close svg {
  width: 100%;
  height: 100%;
}

#map-wrapper .map__info-facts {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  #map-wrapper .map__info-facts {
    padding: 0 20px;
  }
}

#map-wrapper .map__info-facts p {
  line-height: 1.2;
  margin-bottom: 1em;
}

#map-wrapper .map__info-link {
  display: block;
  font-family: "Graphik Bold", "Arial Black", Arial, sans-serif;
  font-size: 18px;
  color: #003fd1;
  font-weight: 900;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}

@media screen and (max-width: 767px) {
  #map-wrapper .map__info-link {
    padding: 10px 20px;
    border-top: 1px solid #cccccc;
  }

  #map-wrapper .map__info-link .info-link-plus {
    display: none;
  }
}

#map-wrapper .map__info-link:hover {
  color: #008eff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #map-wrapper .map__info-link:hover {
    color: #003fd1;
    background: #cccccc;
  }
}

#map-wrapper .map__info-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  #map-wrapper .map__info-tabs {
    padding: 0 20px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 550px) {
  #map-wrapper .map__info-tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#map-wrapper .map__info-tabs .nav-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14%;
          flex: 0 0 14%;
  max-width: 80px;
  max-height: 80px;
}

#map-wrapper .map__info-tabs .nav-item.active a {
  background: #003fd1;
}

#map-wrapper .map__info-tabs .nav-item.active a svg .info__tab-foreground {
  fill: #ffffff;
}

#map-wrapper .map__info-tabs .nav-item a {
  padding: 0 5px;
  -webkit-transition: background 200ms;
  transition: background 200ms;
}

#map-wrapper .map__info-tabs .nav-item a svg {
  width: 100%;
  max-height: 55px;
}

#map-wrapper .map__info-tabs .nav-item a svg .info__tab-foreground {
  fill: #003fd1;
  -webkit-transition: fill 200ms;
  transition: fill 200ms;
}

#map-wrapper .map__info-tabs .nav-item a svg .info__tab-background {
  fill: none;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #map-wrapper .map__info-tabs .nav-item a svg {
    max-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  #map-wrapper .map__info-tabs .nav-item a svg {
    max-height: 70px;
  }
}

@media screen and (max-width: 360px) {
  #map-wrapper .map__info-tabs .nav-item a svg {
    max-height: 40px;
  }
}

#map-wrapper .map__info-tabs .nav-item a:hover,
#map-wrapper .map__info-tabs .nav-item a:active,
#map-wrapper .map__info-tabs .nav-item a:focus {
  background: #003fd1;
}

#map-wrapper .map__info-tabs .nav-item a:hover svg .info__tab-foreground,
#map-wrapper .map__info-tabs .nav-item a:active svg .info__tab-foreground,
#map-wrapper .map__info-tabs .nav-item a:focus svg .info__tab-foreground {
  fill: #ffffff;
}

#map-wrapper .info__tab-header {
  font-family: "Graphik Bold", "Arial Black", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #map-wrapper .info__tab-header {
    font-size: 17px;
  }
}

#map-wrapper .info__services-header {
  font-family: "Graphik Bold", "Arial Black", Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  #map-wrapper .map__info-tabs-content {
    padding: 0 20px;
    margin-bottom: 2em;
  }
}

#map-wrapper .map__info-tabs-content p {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 1.2em;
}

#map-wrapper .map__info-tabs-content ul {
  list-style: none;
  padding: 0;
}

