@charset "utf-8";
*, :after, :before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  outline: 0 !important
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none
}
ol, ul {
  list-style-type: none
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent
}
article, aside, footer, header, nav, section {
  display: block
}
figcaption, figure, main {
  display: block
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:active, a:hover {
  outline-width: 0
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b, strong {
  font-weight: inherit
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background-color: #ff0;
  color: #000
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
audio, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
img {
  border-style: none
}
svg:not(:root) {
  overflow: hidden
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  display: inline-block;
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details, menu {
  display: block
}
summary {
  display: list-item
}
canvas {
  display: inline-block
}
template {
  display: none
}
[hidden] {
  display: none
}
::selection {
  background: rgba(0, 0, 0, .2)
}
::-moz-selection {
  background: rgba(0, 0, 0, .2)
}
.container, .wrapper {
  position: relative
}
.clearfix::after, .clearfix::before, .container::after, .container::before, .wrapper::after, .wrapper::before {
  display: table;
  line-height: 0;
  content: ""
}
.clearfix:after, .container::after, .wrapper::after {
  clear: both
}
.valign-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.embed-content, .youtube-live {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}
.embed-content embed, .embed-content iframe, .embed-content img, .embed-content object, .embed-content video, .youtube-live iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden
}
.no-marg {
  margin: 0 !important
}
.no-padd {
  padding: 0 !important
}
.mt-0 {
  margin-top: 0 !important
}
.mt-0 {
  margin-bottom: 0 !important
}
.pt-0 {
  padding-top: 0 !important
}
.pb-0 {
  padding-bottom: 0 !important
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.333%;
}
.col-4 {
  width: 25%;
}
.is-vc {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.animation-element.fade-in {
  opacity: 0;
  -webkit-transition: all .5s cubic-bezier(.55, .055, .675, .19);
  -moz-transition: all .5s cubic-bezier(.55, .055, .675, .19);
  -o-transition: all .5s cubic-bezier(.55, .055, .675, .19);
  transition: all .5s cubic-bezier(.55, .055, .675, .19)
}
.animation-element.fade-in.in-view {
  opacity: 1
}
.animation-element.fade-in-later {
  opacity: 0;
  -webkit-transition: all .5s .3s cubic-bezier(.55, .055, .675, .19);
  -moz-transition: all .5s .3s cubic-bezier(.55, .055, .675, .19);
  -o-transition: all .5s .3s cubic-bezier(.55, .055, .675, .19);
  transition: all .5s .3s cubic-bezier(.55, .055, .675, .19)
}
.animation-element.fade-in-later.in-view {
  opacity: 1
}
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
  }
}
.hvr-pulse-grow {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent
}
.hvr-pulse-grow {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate
}
@-moz-keyframes yellow {
  0%, 100% {
    -moz-box-shadow: 1px 0px 19px 4px #FEBA2C, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 0px 19px 4px #FEBA2C, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
  }
  50% {
    -moz-box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes yellow {
  0%, 100% {
    -webkit-box-shadow: 1px 0px 19px 4px #FEBA2C, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 0px 19px 4px #FEBA2C, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
  }
}
@-o-keyframes yellow {
  0%, 100% {
    box-shadow: 1px 0px 19px 4px #FEBA2C, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
  }
}
@keyframes yellow {
  0%, 100% {
    box-shadow: 1px 0px 19px 4px #FEBA2C, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
  }
}
#learn-more {
  fill-opacity: 0;
  fill: #fff;
  stroke: #fff;
  stroke-width: 2;
  border-radius: 5px;
  stroke-linejoin: round;
  transition: all 250ms ease-in;
  cursor: pointer;
}
#learn-more:hover {
  fill-opacity: 1;
}
#learn-more:hover ~ .learn-more-text {
  fill: #005fa4;
}
.learn-more-text {
  font-family: "Roboto";
  fill: #fff;
  pointer-events: none;
  font-size: 14px;
  transition: all 250ms ease-in;
}
.center {
  fill: rgba(0, 0, 0, 1);
  stroke-width: 5;
  stroke: #707070;
}
.center-inner {
  fill: #fff;
}
.pointer {
  fill: #fff;
  stroke: #fff;
  stroke-width: 10;
}
.nav-copy {
  font-family: "Roboto";
  fill: #fff;
  fill-opacity: 1;
  transition: all 250ms ease-in;
}
.nav-copy.changing {
  fill-opacity: 0;
}
.service {
  cursor: pointer;
}
.service .icon-wrapper {
  transform-origin: 50% 50%;
}
.service .icon-wrapper, .service .icon-wrapper > * {
  transition: all 250ms ease-in;
}
.service circle {
  fill: rgba(0, 0, 0, 0);
}
/*
.service.active .icon-wrapper, .service:hover .icon-wrapper {
  transform: scale(1.15) translateY(-5px);
}
.service.active .icon-wrapper, .service.active .icon-wrapper > *, .service:hover .icon-wrapper, .service:hover .icon-wrapper > * {
  transition: all 250ms ease-out;
}
.service.active .icon-wrapper circle.shadow, .service:hover .icon-wrapper circle.shadow {
  fill-opacity: 0.4;
}
.service.active text, .service:hover text {
  fill: #005fa4;
  font-weight: bold;
}*/
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
.point-circle {
  position: absolute;
  width: 15px;
  height: 15px;
  z-index: 9;
  cursor: pointer;
}
.point-circle.is-1 {
  left: 25%;
  top: 46%;
}
.point-circle.is-2 {
  left: 54%;
  top: 43%;
}
.point-circle.is-3 {
  left: 43%;
  top: 76%;
}
.point-circle.is-4 {
  left: 40%;
  top: 62%;
}
.point-circle.is-5 {
  left: 51%;
  top: 86%;
}
.point-circle.is-6 {
  left: 49%;
  top: 87%;
}
.point-circle.is-7 {
  left: 77%;
  top: 63%;
}
.point-circle.is-8 {
  left: 53%;
  top: 84%;
}
.point-circle.is-9 {
  left: 43%;
  top: 62%;
}

.point-circle.is-10 {
  left: 28%;
  top: 64%;
}
.point-circle.is-11 {
      left: 54%;
    top: 54%;
}

.point-circle.is-12 {
         left: 67%;
    top: 34%;
}


.point-circle:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 100%;
  background-color: #fff;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.point-circle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes LiveText {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
/*Modal*/


.animation-element.fade-in {
  opacity: 0;
  -webkit-transition: all .5s cubic-bezier(.55, .055, .675, .19);
  -moz-transition: all .5s cubic-bezier(.55, .055, .675, .19);
  -o-transition: all .5s cubic-bezier(.55, .055, .675, .19);
  transition: all .5s cubic-bezier(.55, .055, .675, .19)
}
.animation-element.fade-in.in-view {
  opacity: 1
}
.animation-element.fade-in-later {
  opacity: 0;
  -webkit-transition: all .5s .3s cubic-bezier(.55, .055, .675, .19);
  -moz-transition: all .5s .3s cubic-bezier(.55, .055, .675, .19);
  -o-transition: all .5s .3s cubic-bezier(.55, .055, .675, .19);
  transition: all .5s .3s cubic-bezier(.55, .055, .675, .19)
}
.animation-element.fade-in-later.in-view {
  opacity: 1
} 
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1) 
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
  }
}


.hvr-pulse-grow {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent
}
.hvr-pulse-grow {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate
}
.mt-0{
	margin-top: 0 !important;
}
.mb-0{
	margin-bottom: 0 !important;
}
.mt-20{
	margin-top: 20px !important;
}
.mt-30{
	margin-top: 30px !important;
}

