@font-face
{
    font-family: 'boxicons';
    font-weight: normal;
    font-style: normal;

    src: url(/_content/Varuna.Shared.Ui/assets/dist/fonts/boxicons.eot);
    src: url(/_content/Varuna.Shared.Ui/assets/dist/fonts/boxicons.eot) format('embedded-opentype'),
    url(/_content/Varuna.Shared.Ui/assets/dist/fonts/boxicons.woff2) format('woff2'),
    url(/_content/Varuna.Shared.Ui/assets/dist/fonts/boxicons.woff) format('woff'),
    url(/_content/Varuna.Shared.Ui/assets/dist/fonts/boxicons.ttf) format('truetype'),
    url(/_content/Varuna.Shared.Ui/assets/dist/fonts/boxicons.svg?#boxicons) format('svg');
}
.bx
{
    font-family: 'boxicons' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;

    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bx-ul
{
    margin-left: 2em;
    padding-left: 0;

    list-style: none;
}
.bx-ul > li
{
    position: relative;
}
.bx-ul .bx
{
    font-size: inherit;
    line-height: inherit;

    position: absolute;
    left: -2em;

    width: 2em;

    text-align: center;
}
@-webkit-keyframes spin
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}
@keyframes spin
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}
@-webkit-keyframes burst
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
    90%
    {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);

        opacity: 0;
    }
}
@keyframes burst
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
    90%
    {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);

        opacity: 0;
    }
}
@-webkit-keyframes flashing
{
    0%
    {
        opacity: 1;
    }
    45%
    {
        opacity: 0;
    }
    90%
    {
        opacity: 1;
    }
}
@keyframes flashing
{
    0%
    {
        opacity: 1;
    }
    45%
    {
        opacity: 0;
    }
    90%
    {
        opacity: 1;
    }
}
@-webkit-keyframes fade-left
{
    0%
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    75%
    {
        -webkit-transform: translateX(-20px);
                transform: translateX(-20px);

        opacity: 0;
    }
}
@keyframes fade-left
{
    0%
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    75%
    {
        -webkit-transform: translateX(-20px);
                transform: translateX(-20px);

        opacity: 0;
    }
}
@-webkit-keyframes fade-right
{
    0%
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    75%
    {
        -webkit-transform: translateX(20px);
                transform: translateX(20px);

        opacity: 0;
    }
}
@keyframes fade-right
{
    0%
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    75%
    {
        -webkit-transform: translateX(20px);
                transform: translateX(20px);

        opacity: 0;
    }
}
@-webkit-keyframes fade-up
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
    75%
    {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);

        opacity: 0;
    }
}
@keyframes fade-up
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
    75%
    {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);

        opacity: 0;
    }
}
@-webkit-keyframes fade-down
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
    75%
    {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);

        opacity: 0;
    }
}
@keyframes fade-down
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
    75%
    {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);

        opacity: 0;
    }
}
@-webkit-keyframes tada
{
    from
    {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }

    10%,
    20%
    {
        -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
                transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
    }

    30%,
    50%,
    70%,
    90%
    {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
                transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    }

    40%,
    60%,
    80%
    {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
                transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
    }

    to
    {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}

@keyframes tada
{
    from
    {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }

    10%,
    20%
    {
        -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
                transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
    }

    30%,
    50%,
    70%,
    90%
    {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
                transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    }

    40%,
    60%,
    80%
    {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
                transform: rotate3d(0, 0, 1, -10deg);
    }

    to
    {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}
.bx-spin
{
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
}
.bx-spin-hover:hover
{
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
}

.bx-tada
{
    -webkit-animation: tada 1.5s ease infinite;
            animation: tada 1.5s ease infinite;
}
.bx-tada-hover:hover
{
    -webkit-animation: tada 1.5s ease infinite;
            animation: tada 1.5s ease infinite;
}

.bx-flashing
{
    -webkit-animation: flashing 1.5s infinite linear;
            animation: flashing 1.5s infinite linear;
}
.bx-flashing-hover:hover
{
    -webkit-animation: flashing 1.5s infinite linear;
            animation: flashing 1.5s infinite linear;
}

.bx-burst
{
    -webkit-animation: burst 1.5s infinite linear;
            animation: burst 1.5s infinite linear;
}
.bx-burst-hover:hover
{
    -webkit-animation: burst 1.5s infinite linear;
            animation: burst 1.5s infinite linear;
}
.bx-fade-up
{
    -webkit-animation: fade-up 1.5s infinite linear;
            animation: fade-up 1.5s infinite linear;
}
.bx-fade-up-hover:hover
{
    -webkit-animation: fade-up 1.5s infinite linear;
            animation: fade-up 1.5s infinite linear;
}
.bx-fade-down
{
    -webkit-animation: fade-down 1.5s infinite linear;
            animation: fade-down 1.5s infinite linear;
}
.bx-fade-down-hover:hover
{
    -webkit-animation: fade-down 1.5s infinite linear;
            animation: fade-down 1.5s infinite linear;
}
.bx-fade-left
{
    -webkit-animation: fade-left 1.5s infinite linear;
            animation: fade-left 1.5s infinite linear;
}
.bx-fade-left-hover:hover
{
    -webkit-animation: fade-left 1.5s infinite linear;
            animation: fade-left 1.5s infinite linear;
}
.bx-fade-right
{
    -webkit-animation: fade-right 1.5s infinite linear;
            animation: fade-right 1.5s infinite linear;
}
.bx-fade-right-hover:hover
{
    -webkit-animation: fade-right 1.5s infinite linear;
            animation: fade-right 1.5s infinite linear;
}
.bx-xs
{
    font-size: 1rem!important;
}
.bx-sm
{
    font-size: 1.55rem!important;
}
.bx-md
{
    font-size: 2.25rem!important;
}
.bx-lg
{
    font-size: 3.0rem!important;
}
.bx-fw
{
    font-size: 1.2857142857em;
    line-height: .8em;

    width: 1.2857142857em;
    height: .8em;
    margin-top: -.2em!important;

    vertical-align: middle;
}
.bx-pull-left
{
    float: left;

    margin-right: .3em!important;
}
.bx-pull-right
{
    float: right;

    margin-left: .3em!important;
}
.bx-rotate-90
{
    transform: rotate(90deg);

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
}
.bx-rotate-180
{
    transform: rotate(180deg);

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
}
.bx-rotate-270
{
    transform: rotate(270deg);

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
}
.bx-flip-horizontal
{
    transform: scaleX(-1);

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
}
.bx-flip-vertical
{
    transform: scaleY(-1);

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
}
.bx-border
{
    padding: .25em;

    border: .07em solid rgba(0,0,0,.1);
    border-radius: .25em;
}
.bx-border-circle
{
    padding: .25em;

    border: .07em solid rgba(0,0,0,.1);
    border-radius: 50%;
}

  .bxs-balloon:before {
    content: "\eb60";
  }
  .bxs-castle:before {
    content: "\eb79";
  }
  .bxs-coffee-bean:before {
    content: "\eb92";
  }
  .bxs-objects-horizontal-center:before {
    content: "\ebab";
  }
  .bxs-objects-horizontal-left:before {
    content: "\ebc4";
  }
  .bxs-objects-horizontal-right:before {
    content: "\ebdd";
  }
  .bxs-objects-vertical-bottom:before {
    content: "\ebf6";
  }
  .bxs-objects-vertical-center:before {
    content: "\ef40";
  }
  .bxs-objects-vertical-top:before {
    content: "\ef41";
  }
  .bxs-pear:before {
    content: "\ef42";
  }
  .bxs-shield-minus:before {
    content: "\ef43";
  }
  .bxs-shield-plus:before {
    content: "\ef44";
  }
  .bxs-shower:before {
    content: "\ef45";
  }
  .bxs-sushi:before {
    content: "\ef46";
  }
  .bxs-universal-access:before {
    content: "\ef47";
  }
  .bx-child:before {
    content: "\ef48";
  }
  .bx-horizontal-left:before {
    content: "\ef49";
  }
  .bx-horizontal-right:before {
    content: "\ef4a";
  }
  .bx-objects-horizontal-center:before {
    content: "\ef4b";
  }
  .bx-objects-horizontal-left:before {
    content: "\ef4c";
  }
  .bx-objects-horizontal-right:before {
    content: "\ef4d";
  }
  .bx-objects-vertical-bottom:before {
    content: "\ef4e";
  }
  .bx-objects-vertical-center:before {
    content: "\ef4f";
  }
  .bx-objects-vertical-top:before {
    content: "\ef50";
  }
  .bx-rfid:before {
    content: "\ef51";
  }
  .bx-shield-minus:before {
    content: "\ef52";
  }
  .bx-shield-plus:before {
    content: "\ef53";
  }
  .bx-shower:before {
    content: "\ef54";
  }
  .bx-sushi:before {
    content: "\ef55";
  }
  .bx-universal-access:before {
    content: "\ef56";
  }
  .bx-vertical-bottom:before {
    content: "\ef57";
  }
  .bx-vertical-top:before {
    content: "\ef58";
  }
  .bxl-graphql:before {
    content: "\ef59";
  }
  .bxl-typescript:before {
    content: "\ef5a";
  }
  .bxs-color:before {
    content: "\ef39";
  }
  .bx-reflect-horizontal:before {
    content: "\ef3a";
  }
  .bx-reflect-vertical:before {
    content: "\ef3b";
  }
  .bx-color:before {
    content: "\ef3c";
  }
  .bxl-mongodb:before {
    content: "\ef3d";
  }
  .bxl-postgresql:before {
    content: "\ef3e";
  }
  .bxl-deezer:before {
    content: "\ef3f";
  }
  .bxs-hard-hat:before {
    content: "\ef2a";
  }
  .bxs-home-alt-2:before {
    content: "\ef2b";
  }
  .bxs-cheese:before {
    content: "\ef2c";
  }
  .bx-home-alt-2:before {
    content: "\ef2d";
  }
  .bx-hard-hat:before {
    content: "\ef2e";
  }
  .bx-cheese:before {
    content: "\ef2f";
  }
  .bx-cart-add:before {
    content: "\ef30";
  }
  .bx-cart-download:before {
    content: "\ef31";
  }
  .bx-no-signal:before {
    content: "\ef32";
  }
  .bx-signal-1:before {
    content: "\ef33";
  }
  .bx-signal-2:before {
    content: "\ef34";
  }
  .bx-signal-3:before {
    content: "\ef35";
  }
  .bx-signal-4:before {
    content: "\ef36";
  }
  .bx-signal-5:before {
    content: "\ef37";
  }
  .bxl-xing:before {
    content: "\ef38";
  }
  .bxl-meta:before {
    content: "\ef27";
  }
  .bx-lemon:before {
    content: "\ef28";
  }
  .bxs-lemon:before {
    content: "\ef29";
  }
  .bx-cricket-ball:before {
    content: "\ef0c";
  }
  .bx-baguette:before {
    content: "\ef0d";
  }
  .bx-bowl-hot:before {
    content: "\ef0e";
  }
  .bx-bowl-rice:before {
    content: "\ef0f";
  }
  .bx-cable-car:before {
    content: "\ef10";
  }
  .bx-candles:before {
    content: "\ef11";
  }
  .bx-circle-half:before {
    content: "\ef12";
  }
  .bx-circle-quarter:before {
    content: "\ef13";
  }
  .bx-circle-three-quarter:before {
    content: "\ef14";
  }
  .bx-cross:before {
    content: "\ef15";
  }
  .bx-fork:before {
    content: "\ef16";
  }
  .bx-knife:before {
    content: "\ef17";
  }
  .bx-money-withdraw:before {
    content: "\ef18";
  }
  .bx-popsicle:before {
    content: "\ef19";
  }
  .bx-scatter-chart:before {
    content: "\ef1a";
  }
  .bxs-baguette:before {
    content: "\ef1b";
  }
  .bxs-bowl-hot:before {
    content: "\ef1c";
  }
  .bxs-bowl-rice:before {
    content: "\ef1d";
  }
  .bxs-cable-car:before {
    content: "\ef1e";
  }
  .bxs-circle-half:before {
    content: "\ef1f";
  }
  .bxs-circle-quarter:before {
    content: "\ef20";
  }
  .bxs-circle-three-quarter:before {
    content: "\ef21";
  }
  .bxs-cricket-ball:before {
    content: "\ef22";
  }
  .bxs-invader:before {
    content: "\ef23";
  }
  .bx-male-female:before {
    content: "\ef24";
  }
  .bxs-popsicle:before {
    content: "\ef25";
  }
  .bxs-tree-alt:before {
    content: "\ef26";
  }
  .bxl-venmo:before {
    content: "\e900";
  }
  .bxl-upwork:before {
    content: "\e901";
  }
  .bxl-netlify:before {
    content: "\e902";
  }
  .bxl-java:before {
    content: "\e903";
  }
  .bxl-heroku:before {
    content: "\e904";
  }
  .bxl-go-lang:before {
    content: "\e905";
  }
  .bxl-gmail:before {
    content: "\e906";
  }
  .bxl-flask:before {
    content: "\e907";
  }
  .bxl-99designs:before {
    content: "\e908";
  }
  .bxl-500px:before {
    content: "\e909";
  }
  .bxl-adobe:before {
    content: "\e90a";
  }
  .bxl-airbnb:before {
    content: "\e90b";
  }
  .bxl-algolia:before {
    content: "\e90c";
  }
  .bxl-amazon:before {
    content: "\e90d";
  }
  .bxl-android:before {
    content: "\e90e";
  }
  .bxl-angular:before {
    content: "\e90f";
  }
  .bxl-apple:before {
    content: "\e910";
  }
  .bxl-audible:before {
    content: "\e911";
  }
  .bxl-aws:before {
    content: "\e912";
  }
  .bxl-baidu:before {
    content: "\e913";
  }
  .bxl-behance:before {
    content: "\e914";
  }
  .bxl-bing:before {
    content: "\e915";
  }
  .bxl-bitcoin:before {
    content: "\e916";
  }
  .bxl-blender:before {
    content: "\e917";
  }
  .bxl-blogger:before {
    content: "\e918";
  }
  .bxl-bootstrap:before {
    content: "\e919";
  }
  .bxl-chrome:before {
    content: "\e91a";
  }
  .bxl-codepen:before {
    content: "\e91b";
  }
  .bxl-c-plus-plus:before {
    content: "\e91c";
  }
  .bxl-creative-commons:before {
    content: "\e91d";
  }
  .bxl-css3:before {
    content: "\e91e";
  }
  .bxl-dailymotion:before {
    content: "\e91f";
  }
  .bxl-deviantart:before {
    content: "\e920";
  }
  .bxl-dev-to:before {
    content: "\e921";
  }
  .bxl-digg:before {
    content: "\e922";
  }
  .bxl-digitalocean:before {
    content: "\e923";
  }
  .bxl-discord:before {
    content: "\e924";
  }
  .bxl-discord-alt:before {
    content: "\e925";
  }
  .bxl-discourse:before {
    content: "\e926";
  }
  .bxl-django:before {
    content: "\e927";
  }
  .bxl-docker:before {
    content: "\e928";
  }
  .bxl-dribbble:before {
    content: "\e929";
  }
  .bxl-dropbox:before {
    content: "\e92a";
  }
  .bxl-drupal:before {
    content: "\e92b";
  }
  .bxl-ebay:before {
    content: "\e92c";
  }
  .bxl-edge:before {
    content: "\e92d";
  }
  .bxl-etsy:before {
    content: "\e92e";
  }
  .bxl-facebook:before {
    content: "\e92f";
  }
  .bxl-facebook-circle:before {
    content: "\e930";
  }
  .bxl-facebook-square:before {
    content: "\e931";
  }
  .bxl-figma:before {
    content: "\e932";
  }
  .bxl-firebase:before {
    content: "\e933";
  }
  .bxl-firefox:before {
    content: "\e934";
  }
  .bxl-flickr:before {
    content: "\e935";
  }
  .bxl-flickr-square:before {
    content: "\e936";
  }
  .bxl-flutter:before {
    content: "\e937";
  }
  .bxl-foursquare:before {
    content: "\e938";
  }
  .bxl-git:before {
    content: "\e939";
  }
  .bxl-github:before {
    content: "\e93a";
  }
  .bxl-gitlab:before {
    content: "\e93b";
  }
  .bxl-google:before {
    content: "\e93c";
  }
  .bxl-google-cloud:before {
    content: "\e93d";
  }
  .bxl-google-plus:before {
    content: "\e93e";
  }
  .bxl-google-plus-circle:before {
    content: "\e93f";
  }
  .bxl-html5:before {
    content: "\e940";
  }
  .bxl-imdb:before {
    content: "\e941";
  }
  .bxl-instagram:before {
    content: "\e942";
  }
  .bxl-instagram-alt:before {
    content: "\e943";
  }
  .bxl-internet-explorer:before {
    content: "\e944";
  }
  .bxl-invision:before {
    content: "\e945";
  }
  .bxl-javascript:before {
    content: "\e946";
  }
  .bxl-joomla:before {
    content: "\e947";
  }
  .bxl-jquery:before {
    content: "\e948";
  }
  .bxl-jsfiddle:before {
    content: "\e949";
  }
  .bxl-kickstarter:before {
    content: "\e94a";
  }
  .bxl-kubernetes:before {
    content: "\e94b";
  }
  .bxl-less:before {
    content: "\e94c";
  }
  .bxl-linkedin:before {
    content: "\e94d";
  }
  .bxl-linkedin-square:before {
    content: "\e94e";
  }
  .bxl-magento:before {
    content: "\e94f";
  }
  .bxl-mailchimp:before {
    content: "\e950";
  }
  .bxl-markdown:before {
    content: "\e951";
  }
  .bxl-mastercard:before {
    content: "\e952";
  }
  .bxl-mastodon:before {
    content: "\e953";
  }
  .bxl-medium:before {
    content: "\e954";
  }
  .bxl-medium-old:before {
    content: "\e955";
  }
  .bxl-medium-square:before {
    content: "\e956";
  }
  .bxl-messenger:before {
    content: "\e957";
  }
  .bxl-microsoft:before {
    content: "\e958";
  }
  .bxl-microsoft-teams:before {
    content: "\e959";
  }
  .bxl-nodejs:before {
    content: "\e95a";
  }
  .bxl-ok-ru:before {
    content: "\e95b";
  }
  .bxl-opera:before {
    content: "\e95c";
  }
  .bxl-patreon:before {
    content: "\e95d";
  }
  .bxl-paypal:before {
    content: "\e95e";
  }
  .bxl-periscope:before {
    content: "\e95f";
  }
  .bxl-php:before {
    content: "\e960";
  }
  .bxl-pinterest:before {
    content: "\e961";
  }
  .bxl-pinterest-alt:before {
    content: "\e962";
  }
  .bxl-play-store:before {
    content: "\e963";
  }
  .bxl-pocket:before {
    content: "\e964";
  }
  .bxl-product-hunt:before {
    content: "\e965";
  }
  .bxl-python:before {
    content: "\e966";
  }
  .bxl-quora:before {
    content: "\e967";
  }
  .bxl-react:before {
    content: "\e968";
  }
  .bxl-redbubble:before {
    content: "\e969";
  }
  .bxl-reddit:before {
    content: "\e96a";
  }
  .bxl-redux:before {
    content: "\e96b";
  }
  .bxl-sass:before {
    content: "\e96c";
  }
  .bxl-shopify:before {
    content: "\e96d";
  }
  .bxl-sketch:before {
    content: "\e96e";
  }
  .bxl-skype:before {
    content: "\e96f";
  }
  .bxl-slack:before {
    content: "\e970";
  }
  .bxl-slack-old:before {
    content: "\e971";
  }
  .bxl-snapchat:before {
    content: "\e972";
  }
  .bxl-soundcloud:before {
    content: "\e973";
  }
  .bxl-spotify:before {
    content: "\e974";
  }
  .bxl-spring-boot:before {
    content: "\e975";
  }
  .bxl-squarespace:before {
    content: "\e976";
  }
  .bxl-stack-overflow:before {
    content: "\e977";
  }
  .bxl-steam:before {
    content: "\e978";
  }
  .bxl-stripe:before {
    content: "\e979";
  }
  .bxl-tailwind-css:before {
    content: "\e97a";
  }
  .bxl-telegram:before {
    content: "\e97b";
  }
  .bxl-tiktok:before {
    content: "\e97c";
  }
  .bxl-trello:before {
    content: "\e97d";
  }
  .bxl-trip-advisor:before {
    content: "\e97e";
  }
  .bxl-tumblr:before {
    content: "\e97f";
  }
  .bxl-tux:before {
    content: "\e980";
  }
  .bxl-twitch:before {
    content: "\e981";
  }
  .bxl-twitter:before {
    content: "\e982";
  }
  .bxl-unity:before {
    content: "\e983";
  }
  .bxl-unsplash:before {
    content: "\e984";
  }
  .bxl-vimeo:before {
    content: "\e985";
  }
  .bxl-visa:before {
    content: "\e986";
  }
  .bxl-visual-studio:before {
    content: "\e987";
  }
  .bxl-vk:before {
    content: "\e988";
  }
  .bxl-vuejs:before {
    content: "\e989";
  }
  .bxl-whatsapp:before {
    content: "\e98a";
  }
  .bxl-whatsapp-square:before {
    content: "\e98b";
  }
  .bxl-wikipedia:before {
    content: "\e98c";
  }
  .bxl-windows:before {
    content: "\e98d";
  }
  .bxl-wix:before {
    content: "\e98e";
  }
  .bxl-wordpress:before {
    content: "\e98f";
  }
  .bxl-yahoo:before {
    content: "\e990";
  }
  .bxl-yelp:before {
    content: "\e991";
  }
  .bxl-youtube:before {
    content: "\e992";
  }
  .bxl-zoom:before {
    content: "\e993";
  }
  .bx-collapse-alt:before {
    content: "\e994";
  }
  .bx-collapse-horizontal:before {
    content: "\e995";
  }
  .bx-collapse-vertical:before {
    content: "\e996";
  }
  .bx-expand-horizontal:before {
    content: "\e997";
  }
  .bx-expand-vertical:before {
    content: "\e998";
  }
  .bx-injection:before {
    content: "\e999";
  }
  .bx-leaf:before {
    content: "\e99a";
  }
  .bx-math:before {
    content: "\e99b";
  }
  .bx-party:before {
    content: "\e99c";
  }
  .bx-abacus:before {
    content: "\e99d";
  }
  .bx-accessibility:before {
    content: "\e99e";
  }
  .bx-add-to-queue:before {
    content: "\e99f";
  }
  .bx-adjust:before {
    content: "\e9a0";
  }
  .bx-alarm:before {
    content: "\e9a1";
  }
  .bx-alarm-add:before {
    content: "\e9a2";
  }
  .bx-alarm-exclamation:before {
    content: "\e9a3";
  }
  .bx-alarm-off:before {
    content: "\e9a4";
  }
  .bx-alarm-snooze:before {
    content: "\e9a5";
  }
  .bx-album:before {
    content: "\e9a6";
  }
  .bx-align-justify:before {
    content: "\e9a7";
  }
  .bx-align-left:before {
    content: "\e9a8";
  }
  .bx-align-middle:before {
    content: "\e9a9";
  }
  .bx-align-right:before {
    content: "\e9aa";
  }
  .bx-analyse:before {
    content: "\e9ab";
  }
  .bx-anchor:before {
    content: "\e9ac";
  }
  .bx-angry:before {
    content: "\e9ad";
  }
  .bx-aperture:before {
    content: "\e9ae";
  }
  .bx-arch:before {
    content: "\e9af";
  }
  .bx-archive:before {
    content: "\e9b0";
  }
  .bx-archive-in:before {
    content: "\e9b1";
  }
  .bx-archive-out:before {
    content: "\e9b2";
  }
  .bx-area:before {
    content: "\e9b3";
  }
  .bx-arrow-back:before {
    content: "\e9b4";
  }
  .bx-arrow-from-bottom:before {
    content: "\e9b5";
  }
  .bx-arrow-from-left:before {
    content: "\e9b6";
  }
  .bx-arrow-from-right:before {
    content: "\e9b7";
  }
  .bx-arrow-from-top:before {
    content: "\e9b8";
  }
  .bx-arrow-to-bottom:before {
    content: "\e9b9";
  }
  .bx-arrow-to-left:before {
    content: "\e9ba";
  }
  .bx-arrow-to-right:before {
    content: "\e9bb";
  }
  .bx-arrow-to-top:before {
    content: "\e9bc";
  }
  .bx-at:before {
    content: "\e9bd";
  }
  .bx-atom:before {
    content: "\e9be";
  }
  .bx-award:before {
    content: "\e9bf";
  }
  .bx-badge:before {
    content: "\e9c0";
  }
  .bx-badge-check:before {
    content: "\e9c1";
  }
  .bx-ball:before {
    content: "\e9c2";
  }
  .bx-band-aid:before {
    content: "\e9c3";
  }
  .bx-bar-chart:before {
    content: "\e9c4";
  }
  .bx-bar-chart-alt:before {
    content: "\e9c5";
  }
  .bx-bar-chart-alt-2:before {
    content: "\e9c6";
  }
  .bx-bar-chart-square:before {
    content: "\e9c7";
  }
  .bx-barcode:before {
    content: "\e9c8";
  }
  .bx-barcode-reader:before {
    content: "\e9c9";
  }
  .bx-baseball:before {
    content: "\e9ca";
  }
  .bx-basket:before {
    content: "\e9cb";
  }
  .bx-basketball:before {
    content: "\e9cc";
  }
  .bx-bath:before {
    content: "\e9cd";
  }
  .bx-battery:before {
    content: "\e9ce";
  }
  .bx-bed:before {
    content: "\e9cf";
  }
  .bx-been-here:before {
    content: "\e9d0";
  }
  .bx-beer:before {
    content: "\e9d1";
  }
  .bx-bell:before {
    content: "\e9d2";
  }
  .bx-bell-minus:before {
    content: "\e9d3";
  }
  .bx-bell-off:before {
    content: "\e9d4";
  }
  .bx-bell-plus:before {
    content: "\e9d5";
  }
  .bx-bible:before {
    content: "\e9d6";
  }
  .bx-bitcoin:before {
    content: "\e9d7";
  }
  .bx-blanket:before {
    content: "\e9d8";
  }
  .bx-block:before {
    content: "\e9d9";
  }
  .bx-bluetooth:before {
    content: "\e9da";
  }
  .bx-body:before {
    content: "\e9db";
  }
  .bx-bold:before {
    content: "\e9dc";
  }
  .bx-bolt-circle:before {
    content: "\e9dd";
  }
  .bx-bomb:before {
    content: "\e9de";
  }
  .bx-bone:before {
    content: "\e9df";
  }
  .bx-bong:before {
    content: "\e9e0";
  }
  .bx-book:before {
    content: "\e9e1";
  }
  .bx-book-add:before {
    content: "\e9e2";
  }
  .bx-book-alt:before {
    content: "\e9e3";
  }
  .bx-book-bookmark:before {
    content: "\e9e4";
  }
  .bx-book-content:before {
    content: "\e9e5";
  }
  .bx-book-heart:before {
    content: "\e9e6";
  }
  .bx-bookmark:before {
    content: "\e9e7";
  }
  .bx-bookmark-alt:before {
    content: "\e9e8";
  }
  .bx-bookmark-alt-minus:before {
    content: "\e9e9";
  }
  .bx-bookmark-alt-plus:before {
    content: "\e9ea";
  }
  .bx-bookmark-heart:before {
    content: "\e9eb";
  }
  .bx-bookmark-minus:before {
    content: "\e9ec";
  }
  .bx-bookmark-plus:before {
    content: "\e9ed";
  }
  .bx-bookmarks:before {
    content: "\e9ee";
  }
  .bx-book-open:before {
    content: "\e9ef";
  }
  .bx-book-reader:before {
    content: "\e9f0";
  }
  .bx-border-all:before {
    content: "\e9f1";
  }
  .bx-border-bottom:before {
    content: "\e9f2";
  }
  .bx-border-inner:before {
    content: "\e9f3";
  }
  .bx-border-left:before {
    content: "\e9f4";
  }
  .bx-border-none:before {
    content: "\e9f5";
  }
  .bx-border-outer:before {
    content: "\e9f6";
  }
  .bx-border-radius:before {
    content: "\e9f7";
  }
  .bx-border-right:before {
    content: "\e9f8";
  }
  .bx-border-top:before {
    content: "\e9f9";
  }
  .bx-bot:before {
    content: "\e9fa";
  }
  .bx-bowling-ball:before {
    content: "\e9fb";
  }
  .bx-box:before {
    content: "\e9fc";
  }
  .bx-bracket:before {
    content: "\e9fd";
  }
  .bx-braille:before {
    content: "\e9fe";
  }
  .bx-brain:before {
    content: "\e9ff";
  }
  .bx-briefcase:before {
    content: "\ea00";
  }
  .bx-briefcase-alt:before {
    content: "\ea01";
  }
  .bx-briefcase-alt-2:before {
    content: "\ea02";
  }
  .bx-brightness:before {
    content: "\ea03";
  }
  .bx-brightness-half:before {
    content: "\ea04";
  }
  .bx-broadcast:before {
    content: "\ea05";
  }
  .bx-brush:before {
    content: "\ea06";
  }
  .bx-brush-alt:before {
    content: "\ea07";
  }
  .bx-bug:before {
    content: "\ea08";
  }
  .bx-bug-alt:before {
    content: "\ea09";
  }
  .bx-building:before {
    content: "\ea0a";
  }
  .bx-building-house:before {
    content: "\ea0b";
  }
  .bx-buildings:before {
    content: "\ea0c";
  }
  .bx-bulb:before {
    content: "\ea0d";
  }
  .bx-bullseye:before {
    content: "\ea0e";
  }
  .bx-buoy:before {
    content: "\ea0f";
  }
  .bx-bus:before {
    content: "\ea10";
  }
  .bx-bus-school:before {
    content: "\ea11";
  }
  .bx-cabinet:before {
    content: "\ea12";
  }
  .bx-cake:before {
    content: "\ea13";
  }
  .bx-calculator:before {
    content: "\ea14";
  }
  .bx-calendar:before {
    content: "\ea15";
  }
  .bx-calendar-alt:before {
    content: "\ea16";
  }
  .bx-calendar-check:before {
    content: "\ea17";
  }
  .bx-calendar-edit:before {
    content: "\ea18";
  }
  .bx-calendar-event:before {
    content: "\ea19";
  }
  .bx-calendar-exclamation:before {
    content: "\ea1a";
  }
  .bx-calendar-heart:before {
    content: "\ea1b";
  }
  .bx-calendar-minus:before {
    content: "\ea1c";
  }
  .bx-calendar-plus:before {
    content: "\ea1d";
  }
  .bx-calendar-star:before {
    content: "\ea1e";
  }
  .bx-calendar-week:before {
    content: "\ea1f";
  }
  .bx-calendar-x:before {
    content: "\ea20";
  }
  .bx-camera:before {
    content: "\ea21";
  }
  .bx-camera-home:before {
    content: "\ea22";
  }
  .bx-camera-movie:before {
    content: "\ea23";
  }
  .bx-camera-off:before {
    content: "\ea24";
  }
  .bx-capsule:before {
    content: "\ea25";
  }
  .bx-captions:before {
    content: "\ea26";
  }
  .bx-car:before {
    content: "\ea27";
  }
  .bx-card:before {
    content: "\ea28";
  }
  .bx-caret-down:before {
    content: "\ea29";
  }
  .bx-caret-down-circle:before {
    content: "\ea2a";
  }
  .bx-caret-down-square:before {
    content: "\ea2b";
  }
  .bx-caret-left:before {
    content: "\ea2c";
  }
  .bx-caret-left-circle:before {
    content: "\ea2d";
  }
  .bx-caret-left-square:before {
    content: "\ea2e";
  }
  .bx-caret-right:before {
    content: "\ea2f";
  }
  .bx-caret-right-circle:before {
    content: "\ea30";
  }
  .bx-caret-right-square:before {
    content: "\ea31";
  }
  .bx-caret-up:before {
    content: "\ea32";
  }
  .bx-caret-up-circle:before {
    content: "\ea33";
  }
  .bx-caret-up-square:before {
    content: "\ea34";
  }
  .bx-carousel:before {
    content: "\ea35";
  }
  .bx-cart:before {
    content: "\ea36";
  }
  .bx-cart-alt:before {
    content: "\ea37";
  }
  .bx-cast:before {
    content: "\ea38";
  }
  .bx-category:before {
    content: "\ea39";
  }
  .bx-category-alt:before {
    content: "\ea3a";
  }
  .bx-cctv:before {
    content: "\ea3b";
  }
  .bx-certification:before {
    content: "\ea3c";
  }
  .bx-chair:before {
    content: "\ea3d";
  }
  .bx-chalkboard:before {
    content: "\ea3e";
  }
  .bx-chart:before {
    content: "\ea3f";
  }
  .bx-chat:before {
    content: "\ea40";
  }
  .bx-check:before {
    content: "\ea41";
  }
  .bx-checkbox:before {
    content: "\ea42";
  }
  .bx-checkbox-checked:before {
    content: "\ea43";
  }
  .bx-checkbox-minus:before {
    content: "\ea44";
  }
  .bx-checkbox-square:before {
    content: "\ea45";
  }
  .bx-check-circle:before {
    content: "\ea46";
  }
  .bx-check-double:before {
    content: "\ea47";
  }
  .bx-check-shield:before {
    content: "\ea48";
  }
  .bx-check-square:before {
    content: "\ea49";
  }
  .bx-chevron-down:before {
    content: "\ea4a";
  }
  .bx-chevron-down-circle:before {
    content: "\ea4b";
  }
  .bx-chevron-down-square:before {
    content: "\ea4c";
  }
  .bx-chevron-left:before {
    content: "\ea4d";
  }
  .bx-chevron-left-circle:before {
    content: "\ea4e";
  }
  .bx-chevron-left-square:before {
    content: "\ea4f";
  }
  .bx-chevron-right:before {
    content: "\ea50";
  }
  .bx-chevron-right-circle:before {
    content: "\ea51";
  }
  .bx-chevron-right-square:before {
    content: "\ea52";
  }
  .bx-chevrons-down:before {
    content: "\ea53";
  }
  .bx-chevrons-left:before {
    content: "\ea54";
  }
  .bx-chevrons-right:before {
    content: "\ea55";
  }
  .bx-chevrons-up:before {
    content: "\ea56";
  }
  .bx-chevron-up:before {
    content: "\ea57";
  }
  .bx-chevron-up-circle:before {
    content: "\ea58";
  }
  .bx-chevron-up-square:before {
    content: "\ea59";
  }
  .bx-chip:before {
    content: "\ea5a";
  }
  .bx-church:before {
    content: "\ea5b";
  }
  .bx-circle:before {
    content: "\ea5c";
  }
  .bx-clinic:before {
    content: "\ea5d";
  }
  .bx-clipboard:before {
    content: "\ea5e";
  }
  .bx-closet:before {
    content: "\ea5f";
  }
  .bx-cloud:before {
    content: "\ea60";
  }
  .bx-cloud-download:before {
    content: "\ea61";
  }
  .bx-cloud-drizzle:before {
    content: "\ea62";
  }
  .bx-cloud-lightning:before {
    content: "\ea63";
  }
  .bx-cloud-light-rain:before {
    content: "\ea64";
  }
  .bx-cloud-rain:before {
    content: "\ea65";
  }
  .bx-cloud-snow:before {
    content: "\ea66";
  }
  .bx-cloud-upload:before {
    content: "\ea67";
  }
  .bx-code:before {
    content: "\ea68";
  }
  .bx-code-alt:before {
    content: "\ea69";
  }
  .bx-code-block:before {
    content: "\ea6a";
  }
  .bx-code-curly:before {
    content: "\ea6b";
  }
  .bx-coffee:before {
    content: "\ea6c";
  }
  .bx-coffee-togo:before {
    content: "\ea6d";
  }
  .bx-cog:before {
    content: "\ea6e";
  }
  .bx-coin:before {
    content: "\ea6f";
  }
  .bx-coin-stack:before {
    content: "\ea70";
  }
  .bx-collapse:before {
    content: "\ea71";
  }
  .bx-collection:before {
    content: "\ea72";
  }
  .bx-color-fill:before {
    content: "\ea73";
  }
  .bx-columns:before {
    content: "\ea74";
  }
  .bx-command:before {
    content: "\ea75";
  }
  .bx-comment:before {
    content: "\ea76";
  }
  .bx-comment-add:before {
    content: "\ea77";
  }
  .bx-comment-check:before {
    content: "\ea78";
  }
  .bx-comment-detail:before {
    content: "\ea79";
  }
  .bx-comment-dots:before {
    content: "\ea7a";
  }
  .bx-comment-edit:before {
    content: "\ea7b";
  }
  .bx-comment-error:before {
    content: "\ea7c";
  }
  .bx-comment-minus:before {
    content: "\ea7d";
  }
  .bx-comment-x:before {
    content: "\ea7e";
  }
  .bx-compass:before {
    content: "\ea7f";
  }
  .bx-confused:before {
    content: "\ea80";
  }
  .bx-conversation:before {
    content: "\ea81";
  }
  .bx-cookie:before {
    content: "\ea82";
  }
  .bx-cool:before {
    content: "\ea83";
  }
  .bx-copy:before {
    content: "\ea84";
  }
  .bx-copy-alt:before {
    content: "\ea85";
  }
  .bx-copyright:before {
    content: "\ea86";
  }
  .bx-credit-card:before {
    content: "\ea87";
  }
  .bx-credit-card-alt:before {
    content: "\ea88";
  }
  .bx-credit-card-front:before {
    content: "\ea89";
  }
  .bx-crop:before {
    content: "\ea8a";
  }
  .bx-crosshair:before {
    content: "\ea8b";
  }
  .bx-crown:before {
    content: "\ea8c";
  }
  .bx-cube:before {
    content: "\ea8d";
  }
  .bx-cube-alt:before {
    content: "\ea8e";
  }
  .bx-cuboid:before {
    content: "\ea8f";
  }
  .bx-current-location:before {
    content: "\ea90";
  }
  .bx-customize:before {
    content: "\ea91";
  }
  .bx-cut:before {
    content: "\ea92";
  }
  .bx-cycling:before {
    content: "\ea93";
  }
  .bx-cylinder:before {
    content: "\ea94";
  }
  .bx-data:before {
    content: "\ea95";
  }
  .bx-desktop:before {
    content: "\ea96";
  }
  .bx-detail:before {
    content: "\ea97";
  }
  .bx-devices:before {
    content: "\ea98";
  }
  .bx-dialpad:before {
    content: "\ea99";
  }
  .bx-dialpad-alt:before {
    content: "\ea9a";
  }
  .bx-diamond:before {
    content: "\ea9b";
  }
  .bx-dice-1:before {
    content: "\ea9c";
  }
  .bx-dice-2:before {
    content: "\ea9d";
  }
  .bx-dice-3:before {
    content: "\ea9e";
  }
  .bx-dice-4:before {
    content: "\ea9f";
  }
  .bx-dice-5:before {
    content: "\eaa0";
  }
  .bx-dice-6:before {
    content: "\eaa1";
  }
  .bx-directions:before {
    content: "\eaa2";
  }
  .bx-disc:before {
    content: "\eaa3";
  }
  .bx-dish:before {
    content: "\eaa4";
  }
  .bx-dislike:before {
    content: "\eaa5";
  }
  .bx-dizzy:before {
    content: "\eaa6";
  }
  .bx-dna:before {
    content: "\eaa7";
  }
  .bx-dock-bottom:before {
    content: "\eaa8";
  }
  .bx-dock-left:before {
    content: "\eaa9";
  }
  .bx-dock-right:before {
    content: "\eaaa";
  }
  .bx-dock-top:before {
    content: "\eaab";
  }
  .bx-dollar:before {
    content: "\eaac";
  }
  .bx-dollar-circle:before {
    content: "\eaad";
  }
  .bx-donate-blood:before {
    content: "\eaae";
  }
  .bx-donate-heart:before {
    content: "\eaaf";
  }
  .bx-door-open:before {
    content: "\eab0";
  }
  .bx-dots-horizontal:before {
    content: "\eab1";
  }
  .bx-dots-horizontal-rounded:before {
    content: "\eab2";
  }
  .bx-dots-vertical:before {
    content: "\eab3";
  }
  .bx-dots-vertical-rounded:before {
    content: "\eab4";
  }
  .bx-doughnut-chart:before {
    content: "\eab5";
  }
  .bx-down-arrow:before {
    content: "\eab6";
  }
  .bx-down-arrow-alt:before {
    content: "\eab7";
  }
  .bx-down-arrow-circle:before {
    content: "\eab8";
  }
  .bx-download:before {
    content: "\eab9";
  }
  .bx-downvote:before {
    content: "\eaba";
  }
  .bx-drink:before {
    content: "\eabb";
  }
  .bx-droplet:before {
    content: "\eabc";
  }
  .bx-dumbbell:before {
    content: "\eabd";
  }
  .bx-duplicate:before {
    content: "\eabe";
  }
  .bx-edit:before {
    content: "\eabf";
  }
  .bx-edit-alt:before {
    content: "\eac0";
  }
  .bx-envelope:before {
    content: "\eac1";
  }
  .bx-envelope-open:before {
    content: "\eac2";
  }
  .bx-equalizer:before {
    content: "\eac3";
  }
  .bx-eraser:before {
    content: "\eac4";
  }
  .bx-error:before {
    content: "\eac5";
  }
  .bx-error-alt:before {
    content: "\eac6";
  }
  .bx-error-circle:before {
    content: "\eac7";
  }
  .bx-euro:before {
    content: "\eac8";
  }
  .bx-exclude:before {
    content: "\eac9";
  }
  .bx-exit:before {
    content: "\eaca";
  }
  .bx-exit-fullscreen:before {
    content: "\eacb";
  }
  .bx-expand:before {
    content: "\eacc";
  }
  .bx-expand-alt:before {
    content: "\eacd";
  }
  .bx-export:before {
    content: "\eace";
  }
  .bx-extension:before {
    content: "\eacf";
  }
  .bx-face:before {
    content: "\ead0";
  }
  .bx-fast-forward:before {
    content: "\ead1";
  }
  .bx-fast-forward-circle:before {
    content: "\ead2";
  }
  .bx-female:before {
    content: "\ead3";
  }
  .bx-female-sign:before {
    content: "\ead4";
  }
  .bx-file:before {
    content: "\ead5";
  }
  .bx-file-blank:before {
    content: "\ead6";
  }
  .bx-file-find:before {
    content: "\ead7";
  }
  .bx-film:before {
    content: "\ead8";
  }
  .bx-filter:before {
    content: "\ead9";
  }
  .bx-filter-alt:before {
    content: "\eada";
  }
  .bx-fingerprint:before {
    content: "\eadb";
  }
  .bx-first-aid:before {
    content: "\eadc";
  }
  .bx-first-page:before {
    content: "\eadd";
  }
  .bx-flag:before {
    content: "\eade";
  }
  .bx-folder:before {
    content: "\eadf";
  }
  .bx-folder-minus:before {
    content: "\eae0";
  }
  .bx-folder-open:before {
    content: "\eae1";
  }
  .bx-folder-plus:before {
    content: "\eae2";
  }
  .bx-font:before {
    content: "\eae3";
  }
  .bx-font-color:before {
    content: "\eae4";
  }
  .bx-font-family:before {
    content: "\eae5";
  }
  .bx-font-size:before {
    content: "\eae6";
  }
  .bx-food-menu:before {
    content: "\eae7";
  }
  .bx-food-tag:before {
    content: "\eae8";
  }
  .bx-football:before {
    content: "\eae9";
  }
  .bx-fridge:before {
    content: "\eaea";
  }
  .bx-fullscreen:before {
    content: "\eaeb";
  }
  .bx-game:before {
    content: "\eaec";
  }
  .bx-gas-pump:before {
    content: "\eaed";
  }
  .bx-ghost:before {
    content: "\eaee";
  }
  .bx-gift:before {
    content: "\eaef";
  }
  .bx-git-branch:before {
    content: "\eaf0";
  }
  .bx-git-commit:before {
    content: "\eaf1";
  }
  .bx-git-compare:before {
    content: "\eaf2";
  }
  .bx-git-merge:before {
    content: "\eaf3";
  }
  .bx-git-pull-request:before {
    content: "\eaf4";
  }
  .bx-git-repo-forked:before {
    content: "\eaf5";
  }
  .bx-glasses:before {
    content: "\eaf6";
  }
  .bx-glasses-alt:before {
    content: "\eaf7";
  }
  .bx-globe:before {
    content: "\eaf8";
  }
  .bx-globe-alt:before {
    content: "\eaf9";
  }
  .bx-grid:before {
    content: "\eafa";
  }
  .bx-grid-alt:before {
    content: "\eafb";
  }
  .bx-grid-horizontal:before {
    content: "\eafc";
  }
  .bx-grid-small:before {
    content: "\eafd";
  }
  .bx-grid-vertical:before {
    content: "\eafe";
  }
  .bx-group:before {
    content: "\eaff";
  }
  .bx-handicap:before {
    content: "\eb00";
  }
  .bx-happy:before {
    content: "\eb01";
  }
  .bx-happy-alt:before {
    content: "\eb02";
  }
  .bx-happy-beaming:before {
    content: "\eb03";
  }
  .bx-happy-heart-eyes:before {
    content: "\eb04";
  }
  .bx-hash:before {
    content: "\eb05";
  }
  .bx-hdd:before {
    content: "\eb06";
  }
  .bx-heading:before {
    content: "\eb07";
  }
  .bx-headphone:before {
    content: "\eb08";
  }
  .bx-health:before {
    content: "\eb09";
  }
  .bx-heart:before {
    content: "\eb0a";
  }
  .bx-heart-circle:before {
    content: "\eb0b";
  }
  .bx-heart-square:before {
    content: "\eb0c";
  }
  .bx-help-circle:before {
    content: "\eb0d";
  }
  .bx-hide:before {
    content: "\eb0e";
  }
  .bx-highlight:before {
    content: "\eb0f";
  }
  .bx-history:before {
    content: "\eb10";
  }
  .bx-hive:before {
    content: "\eb11";
  }
  .bx-home:before {
    content: "\eb12";
  }
  .bx-home-alt:before {
    content: "\eb13";
  }
  .bx-home-circle:before {
    content: "\eb14";
  }
  .bx-home-heart:before {
    content: "\eb15";
  }
  .bx-home-smile:before {
    content: "\eb16";
  }
  .bx-horizontal-center:before {
    content: "\eb17";
  }
  .bx-hotel:before {
    content: "\eb18";
  }
  .bx-hourglass:before {
    content: "\eb19";
  }
  .bx-id-card:before {
    content: "\eb1a";
  }
  .bx-image:before {
    content: "\eb1b";
  }
  .bx-image-add:before {
    content: "\eb1c";
  }
  .bx-image-alt:before {
    content: "\eb1d";
  }
  .bx-images:before {
    content: "\eb1e";
  }
  .bx-import:before {
    content: "\eb1f";
  }
  .bx-infinite:before {
    content: "\eb20";
  }
  .bx-info-circle:before {
    content: "\eb21";
  }
  .bx-info-square:before {
    content: "\eb22";
  }
  .bx-intersect:before {
    content: "\eb23";
  }
  .bx-italic:before {
    content: "\eb24";
  }
  .bx-joystick:before {
    content: "\eb25";
  }
  .bx-joystick-alt:before {
    content: "\eb26";
  }
  .bx-joystick-button:before {
    content: "\eb27";
  }
  .bx-key:before {
    content: "\eb28";
  }
  .bx-label:before {
    content: "\eb29";
  }
  .bx-landscape:before {
    content: "\eb2a";
  }
  .bx-laptop:before {
    content: "\eb2b";
  }
  .bx-last-page:before {
    content: "\eb2c";
  }
  .bx-laugh:before {
    content: "\eb2d";
  }
  .bx-layer:before {
    content: "\eb2e";
  }
  .bx-layer-minus:before {
    content: "\eb2f";
  }
  .bx-layer-plus:before {
    content: "\eb30";
  }
  .bx-layout:before {
    content: "\eb31";
  }
  .bx-left-arrow:before {
    content: "\eb32";
  }
  .bx-left-arrow-alt:before {
    content: "\eb33";
  }
  .bx-left-arrow-circle:before {
    content: "\eb34";
  }
  .bx-left-down-arrow-circle:before {
    content: "\eb35";
  }
  .bx-left-indent:before {
    content: "\eb36";
  }
  .bx-left-top-arrow-circle:before {
    content: "\eb37";
  }
  .bx-library:before {
    content: "\eb38";
  }
  .bx-like:before {
    content: "\eb39";
  }
  .bx-line-chart:before {
    content: "\eb3a";
  }
  .bx-line-chart-down:before {
    content: "\eb3b";
  }
  .bx-link:before {
    content: "\eb3c";
  }
  .bx-link-alt:before {
    content: "\eb3d";
  }
  .bx-link-external:before {
    content: "\eb3e";
  }
  .bx-lira:before {
    content: "\eb3f";
  }
  .bx-list-check:before {
    content: "\eb40";
  }
  .bx-list-minus:before {
    content: "\eb41";
  }
  .bx-list-ol:before {
    content: "\eb42";
  }
  .bx-list-plus:before {
    content: "\eb43";
  }
  .bx-list-ul:before {
    content: "\eb44";
  }
  .bx-loader:before {
    content: "\eb45";
  }
  .bx-loader-alt:before {
    content: "\eb46";
  }
  .bx-loader-circle:before {
    content: "\eb47";
  }
  .bx-location-plus:before {
    content: "\eb48";
  }
  .bx-lock:before {
    content: "\eb49";
  }
  .bx-lock-alt:before {
    content: "\eb4a";
  }
  .bx-lock-open:before {
    content: "\eb4b";
  }
  .bx-lock-open-alt:before {
    content: "\eb4c";
  }
  .bx-log-in:before {
    content: "\eb4d";
  }
  .bx-log-in-circle:before {
    content: "\eb4e";
  }
  .bx-log-out:before {
    content: "\eb4f";
  }
  .bx-log-out-circle:before {
    content: "\eb50";
  }
  .bx-low-vision:before {
    content: "\eb51";
  }
  .bx-magnet:before {
    content: "\eb52";
  }
  .bx-mail-send:before {
    content: "\eb53";
  }
  .bx-male:before {
    content: "\eb54";
  }
  .bx-male-sign:before {
    content: "\eb55";
  }
  .bx-map:before {
    content: "\eb56";
  }
  .bx-map-alt:before {
    content: "\eb57";
  }
  .bx-map-pin:before {
    content: "\eb58";
  }
  .bx-mask:before {
    content: "\eb59";
  }
  .bx-medal:before {
    content: "\eb5a";
  }
  .bx-meh:before {
    content: "\eb5b";
  }
  .bx-meh-alt:before {
    content: "\eb5c";
  }
  .bx-meh-blank:before {
    content: "\eb5d";
  }
  .bx-memory-card:before {
    content: "\eb5e";
  }
  .bx-menu:before {
    content: "\eb5f";
  }
  .bx-menu-alt-left:before {
    content: "\ef5b";
  }
  .bx-menu-alt-right:before {
    content: "\eb61";
  }
  .bx-merge:before {
    content: "\eb62";
  }
  .bx-message:before {
    content: "\eb63";
  }
  .bx-message-add:before {
    content: "\eb64";
  }
  .bx-message-alt:before {
    content: "\eb65";
  }
  .bx-message-alt-add:before {
    content: "\eb66";
  }
  .bx-message-alt-check:before {
    content: "\eb67";
  }
  .bx-message-alt-detail:before {
    content: "\eb68";
  }
  .bx-message-alt-dots:before {
    content: "\eb69";
  }
  .bx-message-alt-edit:before {
    content: "\eb6a";
  }
  .bx-message-alt-error:before {
    content: "\eb6b";
  }
  .bx-message-alt-minus:before {
    content: "\eb6c";
  }
  .bx-message-alt-x:before {
    content: "\eb6d";
  }
  .bx-message-check:before {
    content: "\eb6e";
  }
  .bx-message-detail:before {
    content: "\eb6f";
  }
  .bx-message-dots:before {
    content: "\eb70";
  }
  .bx-message-edit:before {
    content: "\eb71";
  }
  .bx-message-error:before {
    content: "\eb72";
  }
  .bx-message-minus:before {
    content: "\eb73";
  }
  .bx-message-rounded:before {
    content: "\eb74";
  }
  .bx-message-rounded-add:before {
    content: "\eb75";
  }
  .bx-message-rounded-check:before {
    content: "\eb76";
  }
  .bx-message-rounded-detail:before {
    content: "\eb77";
  }
  .bx-message-rounded-dots:before {
    content: "\eb78";
  }
  .bx-message-rounded-edit:before {
    content: "\ef5c";
  }
  .bx-message-rounded-error:before {
    content: "\eb7a";
  }
  .bx-message-rounded-minus:before {
    content: "\eb7b";
  }
  .bx-message-rounded-x:before {
    content: "\eb7c";
  }
  .bx-message-square:before {
    content: "\eb7d";
  }
  .bx-message-square-add:before {
    content: "\eb7e";
  }
  .bx-message-square-check:before {
    content: "\eb7f";
  }
  .bx-message-square-detail:before {
    content: "\eb80";
  }
  .bx-message-square-dots:before {
    content: "\eb81";
  }
  .bx-message-square-edit:before {
    content: "\eb82";
  }
  .bx-message-square-error:before {
    content: "\eb83";
  }
  .bx-message-square-minus:before {
    content: "\eb84";
  }
  .bx-message-square-x:before {
    content: "\eb85";
  }
  .bx-message-x:before {
    content: "\eb86";
  }
  .bx-meteor:before {
    content: "\eb87";
  }
  .bx-microchip:before {
    content: "\eb88";
  }
  .bx-microphone:before {
    content: "\eb89";
  }
  .bx-microphone-off:before {
    content: "\eb8a";
  }
  .bx-minus:before {
    content: "\eb8b";
  }
  .bx-minus-back:before {
    content: "\eb8c";
  }
  .bx-minus-circle:before {
    content: "\eb8d";
  }
  .bx-minus-front:before {
    content: "\eb8e";
  }
  .bx-mobile:before {
    content: "\eb8f";
  }
  .bx-mobile-alt:before {
    content: "\eb90";
  }
  .bx-mobile-landscape:before {
    content: "\eb91";
  }
  .bx-mobile-vibration:before {
    content: "\ef5d";
  }
  .bx-money:before {
    content: "\eb93";
  }
  .bx-moon:before {
    content: "\eb94";
  }
  .bx-mouse:before {
    content: "\eb95";
  }
  .bx-mouse-alt:before {
    content: "\eb96";
  }
  .bx-move:before {
    content: "\eb97";
  }
  .bx-move-horizontal:before {
    content: "\eb98";
  }
  .bx-move-vertical:before {
    content: "\eb99";
  }
  .bx-movie:before {
    content: "\eb9a";
  }
  .bx-movie-play:before {
    content: "\eb9b";
  }
  .bx-music:before {
    content: "\eb9c";
  }
  .bx-navigation:before {
    content: "\eb9d";
  }
  .bx-network-chart:before {
    content: "\eb9e";
  }
  .bx-news:before {
    content: "\eb9f";
  }
  .bx-no-entry:before {
    content: "\eba0";
  }
  .bx-note:before {
    content: "\eba1";
  }
  .bx-notepad:before {
    content: "\eba2";
  }
  .bx-notification:before {
    content: "\eba3";
  }
  .bx-notification-off:before {
    content: "\eba4";
  }
  .bx-outline:before {
    content: "\eba5";
  }
  .bx-package:before {
    content: "\eba6";
  }
  .bx-paint:before {
    content: "\eba7";
  }
  .bx-paint-roll:before {
    content: "\eba8";
  }
  .bx-palette:before {
    content: "\eba9";
  }
  .bx-paperclip:before {
    content: "\ebaa";
  }
  .bx-paper-plane:before {
    content: "\ef61";
  }
  .bx-paragraph:before {
    content: "\ebac";
  }
  .bx-paste:before {
    content: "\ebad";
  }
  .bx-pause:before {
    content: "\ebae";
  }
  .bx-pause-circle:before {
    content: "\ebaf";
  }
  .bx-pen:before {
    content: "\ebb0";
  }
  .bx-pencil:before {
    content: "\ebb1";
  }
  .bx-phone:before {
    content: "\ebb2";
  }
  .bx-phone-call:before {
    content: "\ebb3";
  }
  .bx-phone-incoming:before {
    content: "\ebb4";
  }
  .bx-phone-off:before {
    content: "\ebb5";
  }
  .bx-phone-outgoing:before {
    content: "\ebb6";
  }
  .bx-photo-album:before {
    content: "\ebb7";
  }
  .bx-pie-chart:before {
    content: "\ebb8";
  }
  .bx-pie-chart-alt:before {
    content: "\ebb9";
  }
  .bx-pie-chart-alt-2:before {
    content: "\ebba";
  }
  .bx-pin:before {
    content: "\ebbb";
  }
  .bx-planet:before {
    content: "\ebbc";
  }
  .bx-play:before {
    content: "\ebbd";
  }
  .bx-play-circle:before {
    content: "\ebbe";
  }
  .bx-plug:before {
    content: "\ebbf";
  }
  .bx-plus:before {
    content: "\ebc0";
  }
  .bx-plus-circle:before {
    content: "\ebc1";
  }
  .bx-plus-medical:before {
    content: "\ebc2";
  }
  .bx-podcast:before {
    content: "\ebc3";
  }
  .bx-pointer:before {
    content: "\ef5e";
  }
  .bx-poll:before {
    content: "\ebc5";
  }
  .bx-polygon:before {
    content: "\ebc6";
  }
  .bx-pound:before {
    content: "\ebc7";
  }
  .bx-power-off:before {
    content: "\ebc8";
  }
  .bx-printer:before {
    content: "\ebc9";
  }
  .bx-pulse:before {
    content: "\ebca";
  }
  .bx-purchase-tag:before {
    content: "\ebcb";
  }
  .bx-purchase-tag-alt:before {
    content: "\ebcc";
  }
  .bx-pyramid:before {
    content: "\ebcd";
  }
  .bx-qr:before {
    content: "\ebce";
  }
  .bx-qr-scan:before {
    content: "\ebcf";
  }
  .bx-question-mark:before {
    content: "\ebd0";
  }
  .bx-radar:before {
    content: "\ebd1";
  }
  .bx-radio:before {
    content: "\ebd2";
  }
  .bx-radio-circle:before {
    content: "\ebd3";
  }
  .bx-radio-circle-marked:before {
    content: "\ebd4";
  }
  .bx-receipt:before {
    content: "\ebd5";
  }
  .bx-rectangle:before {
    content: "\ebd6";
  }
  .bx-recycle:before {
    content: "\ebd7";
  }
  .bx-redo:before {
    content: "\ebd8";
  }
  .bx-refresh:before {
    content: "\ebd9";
  }
  .bx-registered:before {
    content: "\ebda";
  }
  .bx-rename:before {
    content: "\ebdb";
  }
  .bx-repeat:before {
    content: "\ebdc";
  }
  .bx-reply:before {
    content: "\ef5f";
  }
  .bx-reply-all:before {
    content: "\ebde";
  }
  .bx-repost:before {
    content: "\ebdf";
  }
  .bx-reset:before {
    content: "\ebe0";
  }
  .bx-restaurant:before {
    content: "\ebe1";
  }
  .bx-revision:before {
    content: "\ebe2";
  }
  .bx-rewind:before {
    content: "\ebe3";
  }
  .bx-rewind-circle:before {
    content: "\ebe4";
  }
  .bx-right-arrow:before {
    content: "\ebe5";
  }
  .bx-right-arrow-alt:before {
    content: "\ebe6";
  }
  .bx-right-arrow-circle:before {
    content: "\ebe7";
  }
  .bx-right-down-arrow-circle:before {
    content: "\ebe8";
  }
  .bx-right-indent:before {
    content: "\ebe9";
  }
  .bx-right-top-arrow-circle:before {
    content: "\ebea";
  }
  .bx-rocket:before {
    content: "\ebeb";
  }
  .bx-rotate-left:before {
    content: "\ebec";
  }
  .bx-rotate-right:before {
    content: "\ebed";
  }
  .bx-rss:before {
    content: "\ebee";
  }
  .bx-ruble:before {
    content: "\ebef";
  }
  .bx-ruler:before {
    content: "\ebf0";
  }
  .bx-run:before {
    content: "\ebf1";
  }
  .bx-rupee:before {
    content: "\ebf2";
  }
  .bx-sad:before {
    content: "\ebf3";
  }
  .bx-save:before {
    content: "\ebf4";
  }
  .bx-scan:before {
    content: "\ebf5";
  }
  .bx-screenshot:before {
    content: "\ef60";
  }
  .bx-search:before {
    content: "\ebf7";
  }
  .bx-search-alt:before {
    content: "\ebf8";
  }
  .bx-search-alt-2:before {
    content: "\ebf9";
  }
  .bx-selection:before {
    content: "\ebfa";
  }
  .bx-select-multiple:before {
    content: "\ebfb";
  }
  .bx-send:before {
    content: "\ebfc";
  }
  .bx-server:before {
    content: "\ebfd";
  }
  .bx-shape-circle:before {
    content: "\ebfe";
  }
  .bx-shape-polygon:before {
    content: "\ebff";
  }
  .bx-shape-square:before {
    content: "\ec00";
  }
  .bx-shape-triangle:before {
    content: "\ec01";
  }
  .bx-share:before {
    content: "\ec02";
  }
  .bx-share-alt:before {
    content: "\ec03";
  }
  .bx-shekel:before {
    content: "\ec04";
  }
  .bx-shield:before {
    content: "\ec05";
  }
  .bx-shield-alt:before {
    content: "\ec06";
  }
  .bx-shield-alt-2:before {
    content: "\ec07";
  }
  .bx-shield-quarter:before {
    content: "\ec08";
  }
  .bx-shield-x:before {
    content: "\ec09";
  }
  .bx-shocked:before {
    content: "\ec0a";
  }
  .bx-shopping-bag:before {
    content: "\ec0b";
  }
  .bx-show:before {
    content: "\ec0c";
  }
  .bx-show-alt:before {
    content: "\ec0d";
  }
  .bx-shuffle:before {
    content: "\ec0e";
  }
  .bx-sidebar:before {
    content: "\ec0f";
  }
  .bx-sitemap:before {
    content: "\ec10";
  }
  .bx-skip-next:before {
    content: "\ec11";
  }
  .bx-skip-next-circle:before {
    content: "\ec12";
  }
  .bx-skip-previous:before {
    content: "\ec13";
  }
  .bx-skip-previous-circle:before {
    content: "\ec14";
  }
  .bx-sleepy:before {
    content: "\ec15";
  }
  .bx-slider:before {
    content: "\ec16";
  }
  .bx-slider-alt:before {
    content: "\ec17";
  }
  .bx-slideshow:before {
    content: "\ec18";
  }
  .bx-smile:before {
    content: "\ec19";
  }
  .bx-sort:before {
    content: "\ec1a";
  }
  .bx-sort-alt-2:before {
    content: "\ec1b";
  }
  .bx-sort-a-z:before {
    content: "\ec1c";
  }
  .bx-sort-down:before {
    content: "\ec1d";
  }
  .bx-sort-up:before {
    content: "\ec1e";
  }
  .bx-sort-z-a:before {
    content: "\ec1f";
  }
  .bx-spa:before {
    content: "\ec20";
  }
  .bx-space-bar:before {
    content: "\ec21";
  }
  .bx-speaker:before {
    content: "\ec22";
  }
  .bx-spray-can:before {
    content: "\ec23";
  }
  .bx-spreadsheet:before {
    content: "\ec24";
  }
  .bx-square:before {
    content: "\ec25";
  }
  .bx-square-rounded:before {
    content: "\ec26";
  }
  .bx-star:before {
    content: "\ec27";
  }
  .bx-station:before {
    content: "\ec28";
  }
  .bx-stats:before {
    content: "\ec29";
  }
  .bx-sticker:before {
    content: "\ec2a";
  }
  .bx-stop:before {
    content: "\ec2b";
  }
  .bx-stop-circle:before {
    content: "\ec2c";
  }
  .bx-stopwatch:before {
    content: "\ec2d";
  }
  .bx-store:before {
    content: "\ec2e";
  }
  .bx-store-alt:before {
    content: "\ec2f";
  }
  .bx-street-view:before {
    content: "\ec30";
  }
  .bx-strikethrough:before {
    content: "\ec31";
  }
  .bx-subdirectory-left:before {
    content: "\ec32";
  }
  .bx-subdirectory-right:before {
    content: "\ec33";
  }
  .bx-sun:before {
    content: "\ec34";
  }
  .bx-support:before {
    content: "\ec35";
  }
  .bx-swim:before {
    content: "\ec36";
  }
  .bx-sync:before {
    content: "\ec37";
  }
  .bx-tab:before {
    content: "\ec38";
  }
  .bx-table:before {
    content: "\ec39";
  }
  .bx-tachometer:before {
    content: "\ec3a";
  }
  .bx-tag:before {
    content: "\ec3b";
  }
  .bx-tag-alt:before {
    content: "\ec3c";
  }
  .bx-target-lock:before {
    content: "\ec3d";
  }
  .bx-task:before {
    content: "\ec3e";
  }
  .bx-task-x:before {
    content: "\ec3f";
  }
  .bx-taxi:before {
    content: "\ec40";
  }
  .bx-tennis-ball:before {
    content: "\ec41";
  }
  .bx-terminal:before {
    content: "\ec42";
  }
  .bx-test-tube:before {
    content: "\ec43";
  }
  .bx-text:before {
    content: "\ec44";
  }
  .bx-time:before {
    content: "\ec45";
  }
  .bx-time-five:before {
    content: "\ec46";
  }
  .bx-timer:before {
    content: "\ec47";
  }
  .bx-tired:before {
    content: "\ec48";
  }
  .bx-toggle-left:before {
    content: "\ec49";
  }
  .bx-toggle-right:before {
    content: "\ec4a";
  }
  .bx-tone:before {
    content: "\ec4b";
  }
  .bx-traffic-cone:before {
    content: "\ec4c";
  }
  .bx-train:before {
    content: "\ec4d";
  }
  .bx-transfer:before {
    content: "\ec4e";
  }
  .bx-transfer-alt:before {
    content: "\ec4f";
  }
  .bx-trash:before {
    content: "\ec50";
  }
  .bx-trash-alt:before {
    content: "\ec51";
  }
  .bx-trending-down:before {
    content: "\ec52";
  }
  .bx-trending-up:before {
    content: "\ec53";
  }
  .bx-trim:before {
    content: "\ec54";
  }
  .bx-trip:before {
    content: "\ec55";
  }
  .bx-trophy:before {
    content: "\ec56";
  }
  .bx-tv:before {
    content: "\ec57";
  }
  .bx-underline:before {
    content: "\ec58";
  }
  .bx-undo:before {
    content: "\ec59";
  }
  .bx-unite:before {
    content: "\ec5a";
  }
  .bx-unlink:before {
    content: "\ec5b";
  }
  .bx-up-arrow:before {
    content: "\ec5c";
  }
  .bx-up-arrow-alt:before {
    content: "\ec5d";
  }
  .bx-up-arrow-circle:before {
    content: "\ec5e";
  }
  .bx-upload:before {
    content: "\ec5f";
  }
  .bx-upside-down:before {
    content: "\ec60";
  }
  .bx-upvote:before {
    content: "\ec61";
  }
  .bx-usb:before {
    content: "\ec62";
  }
  .bx-user:before {
    content: "\ec63";
  }
  .bx-user-check:before {
    content: "\ec64";
  }
  .bx-user-circle:before {
    content: "\ec65";
  }
  .bx-user-minus:before {
    content: "\ec66";
  }
  .bx-user-pin:before {
    content: "\ec67";
  }
  .bx-user-plus:before {
    content: "\ec68";
  }
  .bx-user-voice:before {
    content: "\ec69";
  }
  .bx-user-x:before {
    content: "\ec6a";
  }
  .bx-vector:before {
    content: "\ec6b";
  }
  .bx-vertical-center:before {
    content: "\ec6c";
  }
  .bx-vial:before {
    content: "\ec6d";
  }
  .bx-video:before {
    content: "\ec6e";
  }
  .bx-video-off:before {
    content: "\ec6f";
  }
  .bx-video-plus:before {
    content: "\ec70";
  }
  .bx-video-recording:before {
    content: "\ec71";
  }
  .bx-voicemail:before {
    content: "\ec72";
  }
  .bx-volume:before {
    content: "\ec73";
  }
  .bx-volume-full:before {
    content: "\ec74";
  }
  .bx-volume-low:before {
    content: "\ec75";
  }
  .bx-volume-mute:before {
    content: "\ec76";
  }
  .bx-walk:before {
    content: "\ec77";
  }
  .bx-wallet:before {
    content: "\ec78";
  }
  .bx-wallet-alt:before {
    content: "\ec79";
  }
  .bx-water:before {
    content: "\ec7a";
  }
  .bx-webcam:before {
    content: "\ec7b";
  }
  .bx-wifi:before {
    content: "\ec7c";
  }
  .bx-wifi-0:before {
    content: "\ec7d";
  }
  .bx-wifi-1:before {
    content: "\ec7e";
  }
  .bx-wifi-2:before {
    content: "\ec7f";
  }
  .bx-wifi-off:before {
    content: "\ec80";
  }
  .bx-wind:before {
    content: "\ec81";
  }
  .bx-window:before {
    content: "\ec82";
  }
  .bx-window-alt:before {
    content: "\ec83";
  }
  .bx-window-close:before {
    content: "\ec84";
  }
  .bx-window-open:before {
    content: "\ec85";
  }
  .bx-windows:before {
    content: "\ec86";
  }
  .bx-wine:before {
    content: "\ec87";
  }
  .bx-wink-smile:before {
    content: "\ec88";
  }
  .bx-wink-tongue:before {
    content: "\ec89";
  }
  .bx-won:before {
    content: "\ec8a";
  }
  .bx-world:before {
    content: "\ec8b";
  }
  .bx-wrench:before {
    content: "\ec8c";
  }
  .bx-x:before {
    content: "\ec8d";
  }
  .bx-x-circle:before {
    content: "\ec8e";
  }
  .bx-yen:before {
    content: "\ec8f";
  }
  .bx-zoom-in:before {
    content: "\ec90";
  }
  .bx-zoom-out:before {
    content: "\ec91";
  }
  .bxs-party:before {
    content: "\ec92";
  }
  .bxs-hot:before {
    content: "\ec93";
  }
  .bxs-droplet:before {
    content: "\ec94";
  }
  .bxs-cat:before {
    content: "\ec95";
  }
  .bxs-dog:before {
    content: "\ec96";
  }
  .bxs-injection:before {
    content: "\ec97";
  }
  .bxs-leaf:before {
    content: "\ec98";
  }
  .bxs-add-to-queue:before {
    content: "\ec99";
  }
  .bxs-adjust:before {
    content: "\ec9a";
  }
  .bxs-adjust-alt:before {
    content: "\ec9b";
  }
  .bxs-alarm:before {
    content: "\ec9c";
  }
  .bxs-alarm-add:before {
    content: "\ec9d";
  }
  .bxs-alarm-exclamation:before {
    content: "\ec9e";
  }
  .bxs-alarm-off:before {
    content: "\ec9f";
  }
  .bxs-alarm-snooze:before {
    content: "\eca0";
  }
  .bxs-album:before {
    content: "\eca1";
  }
  .bxs-ambulance:before {
    content: "\eca2";
  }
  .bxs-analyse:before {
    content: "\eca3";
  }
  .bxs-angry:before {
    content: "\eca4";
  }
  .bxs-arch:before {
    content: "\eca5";
  }
  .bxs-archive:before {
    content: "\eca6";
  }
  .bxs-archive-in:before {
    content: "\eca7";
  }
  .bxs-archive-out:before {
    content: "\eca8";
  }
  .bxs-area:before {
    content: "\eca9";
  }
  .bxs-arrow-from-bottom:before {
    content: "\ecaa";
  }
  .bxs-arrow-from-left:before {
    content: "\ecab";
  }
  .bxs-arrow-from-right:before {
    content: "\ecac";
  }
  .bxs-arrow-from-top:before {
    content: "\ecad";
  }
  .bxs-arrow-to-bottom:before {
    content: "\ecae";
  }
  .bxs-arrow-to-left:before {
    content: "\ecaf";
  }
  .bxs-arrow-to-right:before {
    content: "\ecb0";
  }
  .bxs-arrow-to-top:before {
    content: "\ecb1";
  }
  .bxs-award:before {
    content: "\ecb2";
  }
  .bxs-baby-carriage:before {
    content: "\ecb3";
  }
  .bxs-backpack:before {
    content: "\ecb4";
  }
  .bxs-badge:before {
    content: "\ecb5";
  }
  .bxs-badge-check:before {
    content: "\ecb6";
  }
  .bxs-badge-dollar:before {
    content: "\ecb7";
  }
  .bxs-ball:before {
    content: "\ecb8";
  }
  .bxs-band-aid:before {
    content: "\ecb9";
  }
  .bxs-bank:before {
    content: "\ecba";
  }
  .bxs-bar-chart-alt-2:before {
    content: "\ecbb";
  }
  .bxs-bar-chart-square:before {
    content: "\ecbc";
  }
  .bxs-barcode:before {
    content: "\ecbd";
  }
  .bxs-baseball:before {
    content: "\ecbe";
  }
  .bxs-basket:before {
    content: "\ecbf";
  }
  .bxs-basketball:before {
    content: "\ecc0";
  }
  .bxs-bath:before {
    content: "\ecc1";
  }
  .bxs-battery:before {
    content: "\ecc2";
  }
  .bxs-battery-charging:before {
    content: "\ecc3";
  }
  .bxs-battery-full:before {
    content: "\ecc4";
  }
  .bxs-battery-low:before {
    content: "\ecc5";
  }
  .bxs-bed:before {
    content: "\ecc6";
  }
  .bxs-been-here:before {
    content: "\ecc7";
  }
  .bxs-beer:before {
    content: "\ecc8";
  }
  .bxs-bell:before {
    content: "\ecc9";
  }
  .bxs-bell-minus:before {
    content: "\ecca";
  }
  .bxs-bell-off:before {
    content: "\eccb";
  }
  .bxs-bell-plus:before {
    content: "\eccc";
  }
  .bxs-bell-ring:before {
    content: "\eccd";
  }
  .bxs-bible:before {
    content: "\ecce";
  }
  .bxs-binoculars:before {
    content: "\eccf";
  }
  .bxs-blanket:before {
    content: "\ecd0";
  }
  .bxs-bolt:before {
    content: "\ecd1";
  }
  .bxs-bolt-circle:before {
    content: "\ecd2";
  }
  .bxs-bomb:before {
    content: "\ecd3";
  }
  .bxs-bone:before {
    content: "\ecd4";
  }
  .bxs-bong:before {
    content: "\ecd5";
  }
  .bxs-book:before {
    content: "\ecd6";
  }
  .bxs-book-add:before {
    content: "\ecd7";
  }
  .bxs-book-alt:before {
    content: "\ecd8";
  }
  .bxs-book-bookmark:before {
    content: "\ecd9";
  }
  .bxs-book-content:before {
    content: "\ecda";
  }
  .bxs-book-heart:before {
    content: "\ecdb";
  }
  .bxs-bookmark:before {
    content: "\ecdc";
  }
  .bxs-bookmark-alt:before {
    content: "\ecdd";
  }
  .bxs-bookmark-alt-minus:before {
    content: "\ecde";
  }
  .bxs-bookmark-alt-plus:before {
    content: "\ecdf";
  }
  .bxs-bookmark-heart:before {
    content: "\ece0";
  }
  .bxs-bookmark-minus:before {
    content: "\ece1";
  }
  .bxs-bookmark-plus:before {
    content: "\ece2";
  }
  .bxs-bookmarks:before {
    content: "\ece3";
  }
  .bxs-bookmark-star:before {
    content: "\ece4";
  }
  .bxs-book-open:before {
    content: "\ece5";
  }
  .bxs-book-reader:before {
    content: "\ece6";
  }
  .bxs-bot:before {
    content: "\ece7";
  }
  .bxs-bowling-ball:before {
    content: "\ece8";
  }
  .bxs-box:before {
    content: "\ece9";
  }
  .bxs-brain:before {
    content: "\ecea";
  }
  .bxs-briefcase:before {
    content: "\eceb";
  }
  .bxs-briefcase-alt:before {
    content: "\ecec";
  }
  .bxs-briefcase-alt-2:before {
    content: "\eced";
  }
  .bxs-brightness:before {
    content: "\ecee";
  }
  .bxs-brightness-half:before {
    content: "\ecef";
  }
  .bxs-brush:before {
    content: "\ecf0";
  }
  .bxs-brush-alt:before {
    content: "\ecf1";
  }
  .bxs-bug:before {
    content: "\ecf2";
  }
  .bxs-bug-alt:before {
    content: "\ecf3";
  }
  .bxs-building:before {
    content: "\ecf4";
  }
  .bxs-building-house:before {
    content: "\ecf5";
  }
  .bxs-buildings:before {
    content: "\ecf6";
  }
  .bxs-bulb:before {
    content: "\ecf7";
  }
  .bxs-bullseye:before {
    content: "\ecf8";
  }
  .bxs-buoy:before {
    content: "\ecf9";
  }
  .bxs-bus:before {
    content: "\ecfa";
  }
  .bxs-business:before {
    content: "\ecfb";
  }
  .bxs-bus-school:before {
    content: "\ecfc";
  }
  .bxs-cabinet:before {
    content: "\ecfd";
  }
  .bxs-cake:before {
    content: "\ecfe";
  }
  .bxs-calculator:before {
    content: "\ecff";
  }
  .bxs-calendar:before {
    content: "\ed00";
  }
  .bxs-calendar-alt:before {
    content: "\ed01";
  }
  .bxs-calendar-check:before {
    content: "\ed02";
  }
  .bxs-calendar-edit:before {
    content: "\ed03";
  }
  .bxs-calendar-event:before {
    content: "\ed04";
  }
  .bxs-calendar-exclamation:before {
    content: "\ed05";
  }
  .bxs-calendar-heart:before {
    content: "\ed06";
  }
  .bxs-calendar-minus:before {
    content: "\ed07";
  }
  .bxs-calendar-plus:before {
    content: "\ed08";
  }
  .bxs-calendar-star:before {
    content: "\ed09";
  }
  .bxs-calendar-week:before {
    content: "\ed0a";
  }
  .bxs-calendar-x:before {
    content: "\ed0b";
  }
  .bxs-camera:before {
    content: "\ed0c";
  }
  .bxs-camera-home:before {
    content: "\ed0d";
  }
  .bxs-camera-movie:before {
    content: "\ed0e";
  }
  .bxs-camera-off:before {
    content: "\ed0f";
  }
  .bxs-camera-plus:before {
    content: "\ed10";
  }
  .bxs-capsule:before {
    content: "\ed11";
  }
  .bxs-captions:before {
    content: "\ed12";
  }
  .bxs-car:before {
    content: "\ed13";
  }
  .bxs-car-battery:before {
    content: "\ed14";
  }
  .bxs-car-crash:before {
    content: "\ed15";
  }
  .bxs-card:before {
    content: "\ed16";
  }
  .bxs-caret-down-circle:before {
    content: "\ed17";
  }
  .bxs-caret-down-square:before {
    content: "\ed18";
  }
  .bxs-caret-left-circle:before {
    content: "\ed19";
  }
  .bxs-caret-left-square:before {
    content: "\ed1a";
  }
  .bxs-caret-right-circle:before {
    content: "\ed1b";
  }
  .bxs-caret-right-square:before {
    content: "\ed1c";
  }
  .bxs-caret-up-circle:before {
    content: "\ed1d";
  }
  .bxs-caret-up-square:before {
    content: "\ed1e";
  }
  .bxs-car-garage:before {
    content: "\ed1f";
  }
  .bxs-car-mechanic:before {
    content: "\ed20";
  }
  .bxs-carousel:before {
    content: "\ed21";
  }
  .bxs-cart:before {
    content: "\ed22";
  }
  .bxs-cart-add:before {
    content: "\ed23";
  }
  .bxs-cart-alt:before {
    content: "\ed24";
  }
  .bxs-cart-download:before {
    content: "\ed25";
  }
  .bxs-car-wash:before {
    content: "\ed26";
  }
  .bxs-category:before {
    content: "\ed27";
  }
  .bxs-category-alt:before {
    content: "\ed28";
  }
  .bxs-cctv:before {
    content: "\ed29";
  }
  .bxs-certification:before {
    content: "\ed2a";
  }
  .bxs-chalkboard:before {
    content: "\ed2b";
  }
  .bxs-chart:before {
    content: "\ed2c";
  }
  .bxs-chat:before {
    content: "\ed2d";
  }
  .bxs-checkbox:before {
    content: "\ed2e";
  }
  .bxs-checkbox-checked:before {
    content: "\ed2f";
  }
  .bxs-checkbox-minus:before {
    content: "\ed30";
  }
  .bxs-check-circle:before {
    content: "\ed31";
  }
  .bxs-check-shield:before {
    content: "\ed32";
  }
  .bxs-check-square:before {
    content: "\ed33";
  }
  .bxs-chess:before {
    content: "\ed34";
  }
  .bxs-chevron-down:before {
    content: "\ed35";
  }
  .bxs-chevron-down-circle:before {
    content: "\ed36";
  }
  .bxs-chevron-down-square:before {
    content: "\ed37";
  }
  .bxs-chevron-left:before {
    content: "\ed38";
  }
  .bxs-chevron-left-circle:before {
    content: "\ed39";
  }
  .bxs-chevron-left-square:before {
    content: "\ed3a";
  }
  .bxs-chevron-right:before {
    content: "\ed3b";
  }
  .bxs-chevron-right-circle:before {
    content: "\ed3c";
  }
  .bxs-chevron-right-square:before {
    content: "\ed3d";
  }
  .bxs-chevrons-down:before {
    content: "\ed3e";
  }
  .bxs-chevrons-left:before {
    content: "\ed3f";
  }
  .bxs-chevrons-right:before {
    content: "\ed40";
  }
  .bxs-chevrons-up:before {
    content: "\ed41";
  }
  .bxs-chevron-up:before {
    content: "\ed42";
  }
  .bxs-chevron-up-circle:before {
    content: "\ed43";
  }
  .bxs-chevron-up-square:before {
    content: "\ed44";
  }
  .bxs-chip:before {
    content: "\ed45";
  }
  .bxs-church:before {
    content: "\ed46";
  }
  .bxs-circle:before {
    content: "\ed47";
  }
  .bxs-city:before {
    content: "\ed48";
  }
  .bxs-clinic:before {
    content: "\ed49";
  }
  .bxs-cloud:before {
    content: "\ed4a";
  }
  .bxs-cloud-download:before {
    content: "\ed4b";
  }
  .bxs-cloud-lightning:before {
    content: "\ed4c";
  }
  .bxs-cloud-rain:before {
    content: "\ed4d";
  }
  .bxs-cloud-upload:before {
    content: "\ed4e";
  }
  .bxs-coffee:before {
    content: "\ed4f";
  }
  .bxs-coffee-alt:before {
    content: "\ed50";
  }
  .bxs-coffee-togo:before {
    content: "\ed51";
  }
  .bxs-cog:before {
    content: "\ed52";
  }
  .bxs-coin:before {
    content: "\ed53";
  }
  .bxs-coin-stack:before {
    content: "\ed54";
  }
  .bxs-collection:before {
    content: "\ed55";
  }
  .bxs-color-fill:before {
    content: "\ed56";
  }
  .bxs-comment:before {
    content: "\ed57";
  }
  .bxs-comment-add:before {
    content: "\ed58";
  }
  .bxs-comment-check:before {
    content: "\ed59";
  }
  .bxs-comment-detail:before {
    content: "\ed5a";
  }
  .bxs-comment-dots:before {
    content: "\ed5b";
  }
  .bxs-comment-edit:before {
    content: "\ed5c";
  }
  .bxs-comment-error:before {
    content: "\ed5d";
  }
  .bxs-comment-minus:before {
    content: "\ed5e";
  }
  .bxs-comment-x:before {
    content: "\ed5f";
  }
  .bxs-compass:before {
    content: "\ed60";
  }
  .bxs-component:before {
    content: "\ed61";
  }
  .bxs-confused:before {
    content: "\ed62";
  }
  .bxs-contact:before {
    content: "\ed63";
  }
  .bxs-conversation:before {
    content: "\ed64";
  }
  .bxs-cookie:before {
    content: "\ed65";
  }
  .bxs-cool:before {
    content: "\ed66";
  }
  .bxs-copy:before {
    content: "\ed67";
  }
  .bxs-copy-alt:before {
    content: "\ed68";
  }
  .bxs-copyright:before {
    content: "\ed69";
  }
  .bxs-coupon:before {
    content: "\ed6a";
  }
  .bxs-credit-card:before {
    content: "\ed6b";
  }
  .bxs-credit-card-alt:before {
    content: "\ed6c";
  }
  .bxs-credit-card-front:before {
    content: "\ed6d";
  }
  .bxs-crop:before {
    content: "\ed6e";
  }
  .bxs-crown:before {
    content: "\ed6f";
  }
  .bxs-cube:before {
    content: "\ed70";
  }
  .bxs-cube-alt:before {
    content: "\ed71";
  }
  .bxs-cuboid:before {
    content: "\ed72";
  }
  .bxs-customize:before {
    content: "\ed73";
  }
  .bxs-cylinder:before {
    content: "\ed74";
  }
  .bxs-dashboard:before {
    content: "\ed75";
  }
  .bxs-data:before {
    content: "\ed76";
  }
  .bxs-detail:before {
    content: "\ed77";
  }
  .bxs-devices:before {
    content: "\ed78";
  }
  .bxs-diamond:before {
    content: "\ed79";
  }
  .bxs-dice-1:before {
    content: "\ed7a";
  }
  .bxs-dice-2:before {
    content: "\ed7b";
  }
  .bxs-dice-3:before {
    content: "\ed7c";
  }
  .bxs-dice-4:before {
    content: "\ed7d";
  }
  .bxs-dice-5:before {
    content: "\ed7e";
  }
  .bxs-dice-6:before {
    content: "\ed7f";
  }
  .bxs-direction-left:before {
    content: "\ed80";
  }
  .bxs-direction-right:before {
    content: "\ed81";
  }
  .bxs-directions:before {
    content: "\ed82";
  }
  .bxs-disc:before {
    content: "\ed83";
  }
  .bxs-discount:before {
    content: "\ed84";
  }
  .bxs-dish:before {
    content: "\ed85";
  }
  .bxs-dislike:before {
    content: "\ed86";
  }
  .bxs-dizzy:before {
    content: "\ed87";
  }
  .bxs-dock-bottom:before {
    content: "\ed88";
  }
  .bxs-dock-left:before {
    content: "\ed89";
  }
  .bxs-dock-right:before {
    content: "\ed8a";
  }
  .bxs-dock-top:before {
    content: "\ed8b";
  }
  .bxs-dollar-circle:before {
    content: "\ed8c";
  }
  .bxs-donate-blood:before {
    content: "\ed8d";
  }
  .bxs-donate-heart:before {
    content: "\ed8e";
  }
  .bxs-door-open:before {
    content: "\ed8f";
  }
  .bxs-doughnut-chart:before {
    content: "\ed90";
  }
  .bxs-down-arrow:before {
    content: "\ed91";
  }
  .bxs-down-arrow-alt:before {
    content: "\ed92";
  }
  .bxs-down-arrow-circle:before {
    content: "\ed93";
  }
  .bxs-down-arrow-square:before {
    content: "\ed94";
  }
  .bxs-download:before {
    content: "\ed95";
  }
  .bxs-downvote:before {
    content: "\ed96";
  }
  .bxs-drink:before {
    content: "\ed97";
  }
  .bxs-droplet-half:before {
    content: "\ed98";
  }
  .bxs-dryer:before {
    content: "\ed99";
  }
  .bxs-duplicate:before {
    content: "\ed9a";
  }
  .bxs-edit:before {
    content: "\ed9b";
  }
  .bxs-edit-alt:before {
    content: "\ed9c";
  }
  .bxs-edit-location:before {
    content: "\ed9d";
  }
  .bxs-eject:before {
    content: "\ed9e";
  }
  .bxs-envelope:before {
    content: "\ed9f";
  }
  .bxs-envelope-open:before {
    content: "\eda0";
  }
  .bxs-eraser:before {
    content: "\eda1";
  }
  .bxs-error:before {
    content: "\eda2";
  }
  .bxs-error-alt:before {
    content: "\eda3";
  }
  .bxs-error-circle:before {
    content: "\eda4";
  }
  .bxs-ev-station:before {
    content: "\eda5";
  }
  .bxs-exit:before {
    content: "\eda6";
  }
  .bxs-extension:before {
    content: "\eda7";
  }
  .bxs-eyedropper:before {
    content: "\eda8";
  }
  .bxs-face:before {
    content: "\eda9";
  }
  .bxs-face-mask:before {
    content: "\edaa";
  }
  .bxs-factory:before {
    content: "\edab";
  }
  .bxs-fast-forward-circle:before {
    content: "\edac";
  }
  .bxs-file:before {
    content: "\edad";
  }
  .bxs-file-archive:before {
    content: "\edae";
  }
  .bxs-file-blank:before {
    content: "\edaf";
  }
  .bxs-file-css:before {
    content: "\edb0";
  }
  .bxs-file-doc:before {
    content: "\edb1";
  }
  .bxs-file-export:before {
    content: "\edb2";
  }
  .bxs-file-find:before {
    content: "\edb3";
  }
  .bxs-file-gif:before {
    content: "\edb4";
  }
  .bxs-file-html:before {
    content: "\edb5";
  }
  .bxs-file-image:before {
    content: "\edb6";
  }
  .bxs-file-import:before {
    content: "\edb7";
  }
  .bxs-file-jpg:before {
    content: "\edb8";
  }
  .bxs-file-js:before {
    content: "\edb9";
  }
  .bxs-file-json:before {
    content: "\edba";
  }
  .bxs-file-md:before {
    content: "\edbb";
  }
  .bxs-file-pdf:before {
    content: "\edbc";
  }
  .bxs-file-plus:before {
    content: "\edbd";
  }
  .bxs-file-png:before {
    content: "\edbe";
  }
  .bxs-file-txt:before {
    content: "\edbf";
  }
  .bxs-film:before {
    content: "\edc0";
  }
  .bxs-filter-alt:before {
    content: "\edc1";
  }
  .bxs-first-aid:before {
    content: "\edc2";
  }
  .bxs-flag:before {
    content: "\edc3";
  }
  .bxs-flag-alt:before {
    content: "\edc4";
  }
  .bxs-flag-checkered:before {
    content: "\edc5";
  }
  .bxs-flame:before {
    content: "\edc6";
  }
  .bxs-flask:before {
    content: "\edc7";
  }
  .bxs-florist:before {
    content: "\edc8";
  }
  .bxs-folder:before {
    content: "\edc9";
  }
  .bxs-folder-minus:before {
    content: "\edca";
  }
  .bxs-folder-open:before {
    content: "\edcb";
  }
  .bxs-folder-plus:before {
    content: "\edcc";
  }
  .bxs-food-menu:before {
    content: "\edcd";
  }
  .bxs-fridge:before {
    content: "\edce";
  }
  .bxs-game:before {
    content: "\edcf";
  }
  .bxs-gas-pump:before {
    content: "\edd0";
  }
  .bxs-ghost:before {
    content: "\edd1";
  }
  .bxs-gift:before {
    content: "\edd2";
  }
  .bxs-graduation:before {
    content: "\edd3";
  }
  .bxs-grid:before {
    content: "\edd4";
  }
  .bxs-grid-alt:before {
    content: "\edd5";
  }
  .bxs-group:before {
    content: "\edd6";
  }
  .bxs-guitar-amp:before {
    content: "\edd7";
  }
  .bxs-hand:before {
    content: "\edd8";
  }
  .bxs-hand-down:before {
    content: "\edd9";
  }
  .bxs-hand-left:before {
    content: "\edda";
  }
  .bxs-hand-right:before {
    content: "\eddb";
  }
  .bxs-hand-up:before {
    content: "\eddc";
  }
  .bxs-happy:before {
    content: "\eddd";
  }
  .bxs-happy-alt:before {
    content: "\edde";
  }
  .bxs-happy-beaming:before {
    content: "\eddf";
  }
  .bxs-happy-heart-eyes:before {
    content: "\ede0";
  }
  .bxs-hdd:before {
    content: "\ede1";
  }
  .bxs-heart:before {
    content: "\ede2";
  }
  .bxs-heart-circle:before {
    content: "\ede3";
  }
  .bxs-heart-square:before {
    content: "\ede4";
  }
  .bxs-help-circle:before {
    content: "\ede5";
  }
  .bxs-hide:before {
    content: "\ede6";
  }
  .bxs-home:before {
    content: "\ede7";
  }
  .bxs-home-circle:before {
    content: "\ede8";
  }
  .bxs-home-heart:before {
    content: "\ede9";
  }
  .bxs-home-smile:before {
    content: "\edea";
  }
  .bxs-hotel:before {
    content: "\edeb";
  }
  .bxs-hourglass:before {
    content: "\edec";
  }
  .bxs-hourglass-bottom:before {
    content: "\eded";
  }
  .bxs-hourglass-top:before {
    content: "\edee";
  }
  .bxs-id-card:before {
    content: "\edef";
  }
  .bxs-image:before {
    content: "\edf0";
  }
  .bxs-image-add:before {
    content: "\edf1";
  }
  .bxs-image-alt:before {
    content: "\edf2";
  }
  .bxs-inbox:before {
    content: "\edf3";
  }
  .bxs-info-circle:before {
    content: "\edf4";
  }
  .bxs-info-square:before {
    content: "\edf5";
  }
  .bxs-institution:before {
    content: "\edf6";
  }
  .bxs-joystick:before {
    content: "\edf7";
  }
  .bxs-joystick-alt:before {
    content: "\edf8";
  }
  .bxs-joystick-button:before {
    content: "\edf9";
  }
  .bxs-key:before {
    content: "\edfa";
  }
  .bxs-keyboard:before {
    content: "\edfb";
  }
  .bxs-label:before {
    content: "\edfc";
  }
  .bxs-landmark:before {
    content: "\edfd";
  }
  .bxs-landscape:before {
    content: "\edfe";
  }
  .bxs-laugh:before {
    content: "\edff";
  }
  .bxs-layer:before {
    content: "\ee00";
  }
  .bxs-layer-minus:before {
    content: "\ee01";
  }
  .bxs-layer-plus:before {
    content: "\ee02";
  }
  .bxs-layout:before {
    content: "\ee03";
  }
  .bxs-left-arrow:before {
    content: "\ee04";
  }
  .bxs-left-arrow-alt:before {
    content: "\ee05";
  }
  .bxs-left-arrow-circle:before {
    content: "\ee06";
  }
  .bxs-left-arrow-square:before {
    content: "\ee07";
  }
  .bxs-left-down-arrow-circle:before {
    content: "\ee08";
  }
  .bxs-left-top-arrow-circle:before {
    content: "\ee09";
  }
  .bxs-like:before {
    content: "\ee0a";
  }
  .bxs-location-plus:before {
    content: "\ee0b";
  }
  .bxs-lock:before {
    content: "\ee0c";
  }
  .bxs-lock-alt:before {
    content: "\ee0d";
  }
  .bxs-lock-open:before {
    content: "\ee0e";
  }
  .bxs-lock-open-alt:before {
    content: "\ee0f";
  }
  .bxs-log-in:before {
    content: "\ee10";
  }
  .bxs-log-in-circle:before {
    content: "\ee11";
  }
  .bxs-log-out:before {
    content: "\ee12";
  }
  .bxs-log-out-circle:before {
    content: "\ee13";
  }
  .bxs-low-vision:before {
    content: "\ee14";
  }
  .bxs-magic-wand:before {
    content: "\ee15";
  }
  .bxs-magnet:before {
    content: "\ee16";
  }
  .bxs-map:before {
    content: "\ee17";
  }
  .bxs-map-alt:before {
    content: "\ee18";
  }
  .bxs-map-pin:before {
    content: "\ee19";
  }
  .bxs-mask:before {
    content: "\ee1a";
  }
  .bxs-medal:before {
    content: "\ee1b";
  }
  .bxs-megaphone:before {
    content: "\ee1c";
  }
  .bxs-meh:before {
    content: "\ee1d";
  }
  .bxs-meh-alt:before {
    content: "\ee1e";
  }
  .bxs-meh-blank:before {
    content: "\ee1f";
  }
  .bxs-memory-card:before {
    content: "\ee20";
  }
  .bxs-message:before {
    content: "\ee21";
  }
  .bxs-message-add:before {
    content: "\ee22";
  }
  .bxs-message-alt:before {
    content: "\ee23";
  }
  .bxs-message-alt-add:before {
    content: "\ee24";
  }
  .bxs-message-alt-check:before {
    content: "\ee25";
  }
  .bxs-message-alt-detail:before {
    content: "\ee26";
  }
  .bxs-message-alt-dots:before {
    content: "\ee27";
  }
  .bxs-message-alt-edit:before {
    content: "\ee28";
  }
  .bxs-message-alt-error:before {
    content: "\ee29";
  }
  .bxs-message-alt-minus:before {
    content: "\ee2a";
  }
  .bxs-message-alt-x:before {
    content: "\ee2b";
  }
  .bxs-message-check:before {
    content: "\ee2c";
  }
  .bxs-message-detail:before {
    content: "\ee2d";
  }
  .bxs-message-dots:before {
    content: "\ee2e";
  }
  .bxs-message-edit:before {
    content: "\ee2f";
  }
  .bxs-message-error:before {
    content: "\ee30";
  }
  .bxs-message-minus:before {
    content: "\ee31";
  }
  .bxs-message-rounded:before {
    content: "\ee32";
  }
  .bxs-message-rounded-add:before {
    content: "\ee33";
  }
  .bxs-message-rounded-check:before {
    content: "\ee34";
  }
  .bxs-message-rounded-detail:before {
    content: "\ee35";
  }
  .bxs-message-rounded-dots:before {
    content: "\ee36";
  }
  .bxs-message-rounded-edit:before {
    content: "\ee37";
  }
  .bxs-message-rounded-error:before {
    content: "\ee38";
  }
  .bxs-message-rounded-minus:before {
    content: "\ee39";
  }
  .bxs-message-rounded-x:before {
    content: "\ee3a";
  }
  .bxs-message-square:before {
    content: "\ee3b";
  }
  .bxs-message-square-add:before {
    content: "\ee3c";
  }
  .bxs-message-square-check:before {
    content: "\ee3d";
  }
  .bxs-message-square-detail:before {
    content: "\ee3e";
  }
  .bxs-message-square-dots:before {
    content: "\ee3f";
  }
  .bxs-message-square-edit:before {
    content: "\ee40";
  }
  .bxs-message-square-error:before {
    content: "\ee41";
  }
  .bxs-message-square-minus:before {
    content: "\ee42";
  }
  .bxs-message-square-x:before {
    content: "\ee43";
  }
  .bxs-message-x:before {
    content: "\ee44";
  }
  .bxs-meteor:before {
    content: "\ee45";
  }
  .bxs-microchip:before {
    content: "\ee46";
  }
  .bxs-microphone:before {
    content: "\ee47";
  }
  .bxs-microphone-alt:before {
    content: "\ee48";
  }
  .bxs-microphone-off:before {
    content: "\ee49";
  }
  .bxs-minus-circle:before {
    content: "\ee4a";
  }
  .bxs-minus-square:before {
    content: "\ee4b";
  }
  .bxs-mobile:before {
    content: "\ee4c";
  }
  .bxs-mobile-vibration:before {
    content: "\ee4d";
  }
  .bxs-moon:before {
    content: "\ee4e";
  }
  .bxs-mouse:before {
    content: "\ee4f";
  }
  .bxs-mouse-alt:before {
    content: "\ee50";
  }
  .bxs-movie:before {
    content: "\ee51";
  }
  .bxs-movie-play:before {
    content: "\ee52";
  }
  .bxs-music:before {
    content: "\ee53";
  }
  .bxs-navigation:before {
    content: "\ee54";
  }
  .bxs-network-chart:before {
    content: "\ee55";
  }
  .bxs-news:before {
    content: "\ee56";
  }
  .bxs-no-entry:before {
    content: "\ee57";
  }
  .bxs-note:before {
    content: "\ee58";
  }
  .bxs-notepad:before {
    content: "\ee59";
  }
  .bxs-notification:before {
    content: "\ee5a";
  }
  .bxs-notification-off:before {
    content: "\ee5b";
  }
  .bxs-offer:before {
    content: "\ee5c";
  }
  .bxs-package:before {
    content: "\ee5d";
  }
  .bxs-paint:before {
    content: "\ee5e";
  }
  .bxs-paint-roll:before {
    content: "\ee5f";
  }
  .bxs-palette:before {
    content: "\ee60";
  }
  .bxs-paper-plane:before {
    content: "\ee61";
  }
  .bxs-parking:before {
    content: "\ee62";
  }
  .bxs-paste:before {
    content: "\ee63";
  }
  .bxs-pen:before {
    content: "\ee64";
  }
  .bxs-pencil:before {
    content: "\ee65";
  }
  .bxs-phone:before {
    content: "\ee66";
  }
  .bxs-phone-call:before {
    content: "\ee67";
  }
  .bxs-phone-incoming:before {
    content: "\ee68";
  }
  .bxs-phone-off:before {
    content: "\ee69";
  }
  .bxs-phone-outgoing:before {
    content: "\ee6a";
  }
  .bxs-photo-album:before {
    content: "\ee6b";
  }
  .bxs-piano:before {
    content: "\ee6c";
  }
  .bxs-pie-chart:before {
    content: "\ee6d";
  }
  .bxs-pie-chart-alt:before {
    content: "\ee6e";
  }
  .bxs-pie-chart-alt-2:before {
    content: "\ee6f";
  }
  .bxs-pin:before {
    content: "\ee70";
  }
  .bxs-pizza:before {
    content: "\ee71";
  }
  .bxs-plane:before {
    content: "\ee72";
  }
  .bxs-plane-alt:before {
    content: "\ee73";
  }
  .bxs-plane-land:before {
    content: "\ee74";
  }
  .bxs-planet:before {
    content: "\ee75";
  }
  .bxs-plane-take-off:before {
    content: "\ee76";
  }
  .bxs-playlist:before {
    content: "\ee77";
  }
  .bxs-plug:before {
    content: "\ee78";
  }
  .bxs-plus-circle:before {
    content: "\ee79";
  }
  .bxs-plus-square:before {
    content: "\ee7a";
  }
  .bxs-pointer:before {
    content: "\ee7b";
  }
  .bxs-polygon:before {
    content: "\ee7c";
  }
  .bxs-printer:before {
    content: "\ee7d";
  }
  .bxs-purchase-tag:before {
    content: "\ee7e";
  }
  .bxs-purchase-tag-alt:before {
    content: "\ee7f";
  }
  .bxs-pyramid:before {
    content: "\ee80";
  }
  .bxs-quote-alt-left:before {
    content: "\ee81";
  }
  .bxs-quote-alt-right:before {
    content: "\ee82";
  }
  .bxs-quote-left:before {
    content: "\ee83";
  }
  .bxs-quote-right:before {
    content: "\ee84";
  }
  .bxs-quote-single-left:before {
    content: "\ee85";
  }
  .bxs-quote-single-right:before {
    content: "\ee86";
  }
  .bxs-radiation:before {
    content: "\ee87";
  }
  .bxs-radio:before {
    content: "\ee88";
  }
  .bxs-receipt:before {
    content: "\ee89";
  }
  .bxs-rectangle:before {
    content: "\ee8a";
  }
  .bxs-registered:before {
    content: "\ee8b";
  }
  .bxs-rename:before {
    content: "\ee8c";
  }
  .bxs-report:before {
    content: "\ee8d";
  }
  .bxs-rewind-circle:before {
    content: "\ee8e";
  }
  .bxs-right-arrow:before {
    content: "\ee8f";
  }
  .bxs-right-arrow-alt:before {
    content: "\ee90";
  }
  .bxs-right-arrow-circle:before {
    content: "\ee91";
  }
  .bxs-right-arrow-square:before {
    content: "\ee92";
  }
  .bxs-right-down-arrow-circle:before {
    content: "\ee93";
  }
  .bxs-right-top-arrow-circle:before {
    content: "\ee94";
  }
  .bxs-rocket:before {
    content: "\ee95";
  }
  .bxs-ruler:before {
    content: "\ee96";
  }
  .bxs-sad:before {
    content: "\ee97";
  }
  .bxs-save:before {
    content: "\ee98";
  }
  .bxs-school:before {
    content: "\ee99";
  }
  .bxs-search:before {
    content: "\ee9a";
  }
  .bxs-search-alt-2:before {
    content: "\ee9b";
  }
  .bxs-select-multiple:before {
    content: "\ee9c";
  }
  .bxs-send:before {
    content: "\ee9d";
  }
  .bxs-server:before {
    content: "\ee9e";
  }
  .bxs-shapes:before {
    content: "\ee9f";
  }
  .bxs-share:before {
    content: "\eea0";
  }
  .bxs-share-alt:before {
    content: "\eea1";
  }
  .bxs-shield:before {
    content: "\eea2";
  }
  .bxs-shield-alt-2:before {
    content: "\eea3";
  }
  .bxs-shield-x:before {
    content: "\eea4";
  }
  .bxs-ship:before {
    content: "\eea5";
  }
  .bxs-shocked:before {
    content: "\eea6";
  }
  .bxs-shopping-bag:before {
    content: "\eea7";
  }
  .bxs-shopping-bag-alt:before {
    content: "\eea8";
  }
  .bxs-shopping-bags:before {
    content: "\eea9";
  }
  .bxs-show:before {
    content: "\eeaa";
  }
  .bxs-skip-next-circle:before {
    content: "\eeab";
  }
  .bxs-skip-previous-circle:before {
    content: "\eeac";
  }
  .bxs-skull:before {
    content: "\eead";
  }
  .bxs-sleepy:before {
    content: "\eeae";
  }
  .bxs-slideshow:before {
    content: "\eeaf";
  }
  .bxs-smile:before {
    content: "\eeb0";
  }
  .bxs-sort-alt:before {
    content: "\eeb1";
  }
  .bxs-spa:before {
    content: "\eeb2";
  }
  .bxs-speaker:before {
    content: "\eeb3";
  }
  .bxs-spray-can:before {
    content: "\eeb4";
  }
  .bxs-spreadsheet:before {
    content: "\eeb5";
  }
  .bxs-square:before {
    content: "\eeb6";
  }
  .bxs-square-rounded:before {
    content: "\eeb7";
  }
  .bxs-star:before {
    content: "\eeb8";
  }
  .bxs-star-half:before {
    content: "\eeb9";
  }
  .bxs-sticker:before {
    content: "\eeba";
  }
  .bxs-stopwatch:before {
    content: "\eebb";
  }
  .bxs-store:before {
    content: "\eebc";
  }
  .bxs-store-alt:before {
    content: "\eebd";
  }
  .bxs-sun:before {
    content: "\eebe";
  }
  .bxs-tachometer:before {
    content: "\eebf";
  }
  .bxs-tag:before {
    content: "\eec0";
  }
  .bxs-tag-alt:before {
    content: "\eec1";
  }
  .bxs-tag-x:before {
    content: "\eec2";
  }
  .bxs-taxi:before {
    content: "\eec3";
  }
  .bxs-tennis-ball:before {
    content: "\eec4";
  }
  .bxs-terminal:before {
    content: "\eec5";
  }
  .bxs-thermometer:before {
    content: "\eec6";
  }
  .bxs-time:before {
    content: "\eec7";
  }
  .bxs-time-five:before {
    content: "\eec8";
  }
  .bxs-timer:before {
    content: "\eec9";
  }
  .bxs-tired:before {
    content: "\eeca";
  }
  .bxs-toggle-left:before {
    content: "\eecb";
  }
  .bxs-toggle-right:before {
    content: "\eecc";
  }
  .bxs-tone:before {
    content: "\eecd";
  }
  .bxs-torch:before {
    content: "\eece";
  }
  .bxs-to-top:before {
    content: "\eecf";
  }
  .bxs-traffic:before {
    content: "\eed0";
  }
  .bxs-traffic-barrier:before {
    content: "\eed1";
  }
  .bxs-traffic-cone:before {
    content: "\eed2";
  }
  .bxs-train:before {
    content: "\eed3";
  }
  .bxs-trash:before {
    content: "\eed4";
  }
  .bxs-trash-alt:before {
    content: "\eed5";
  }
  .bxs-tree:before {
    content: "\eed6";
  }
  .bxs-trophy:before {
    content: "\eed7";
  }
  .bxs-truck:before {
    content: "\eed8";
  }
  .bxs-t-shirt:before {
    content: "\eed9";
  }
  .bxs-tv:before {
    content: "\eeda";
  }
  .bxs-up-arrow:before {
    content: "\eedb";
  }
  .bxs-up-arrow-alt:before {
    content: "\eedc";
  }
  .bxs-up-arrow-circle:before {
    content: "\eedd";
  }
  .bxs-up-arrow-square:before {
    content: "\eede";
  }
  .bxs-upside-down:before {
    content: "\eedf";
  }
  .bxs-upvote:before {
    content: "\eee0";
  }
  .bxs-user:before {
    content: "\eee1";
  }
  .bxs-user-account:before {
    content: "\eee2";
  }
  .bxs-user-badge:before {
    content: "\eee3";
  }
  .bxs-user-check:before {
    content: "\eee4";
  }
  .bxs-user-circle:before {
    content: "\eee5";
  }
  .bxs-user-detail:before {
    content: "\eee6";
  }
  .bxs-user-minus:before {
    content: "\eee7";
  }
  .bxs-user-pin:before {
    content: "\eee8";
  }
  .bxs-user-plus:before {
    content: "\eee9";
  }
  .bxs-user-rectangle:before {
    content: "\eeea";
  }
  .bxs-user-voice:before {
    content: "\eeeb";
  }
  .bxs-user-x:before {
    content: "\eeec";
  }
  .bxs-vector:before {
    content: "\eeed";
  }
  .bxs-vial:before {
    content: "\eeee";
  }
  .bxs-video:before {
    content: "\eeef";
  }
  .bxs-video-off:before {
    content: "\eef0";
  }
  .bxs-video-plus:before {
    content: "\eef1";
  }
  .bxs-video-recording:before {
    content: "\eef2";
  }
  .bxs-videos:before {
    content: "\eef3";
  }
  .bxs-virus:before {
    content: "\eef4";
  }
  .bxs-virus-block:before {
    content: "\eef5";
  }
  .bxs-volume:before {
    content: "\eef6";
  }
  .bxs-volume-full:before {
    content: "\eef7";
  }
  .bxs-volume-low:before {
    content: "\eef8";
  }
  .bxs-volume-mute:before {
    content: "\eef9";
  }
  .bxs-wallet:before {
    content: "\eefa";
  }
  .bxs-wallet-alt:before {
    content: "\eefb";
  }
  .bxs-washer:before {
    content: "\eefc";
  }
  .bxs-watch:before {
    content: "\eefd";
  }
  .bxs-watch-alt:before {
    content: "\eefe";
  }
  .bxs-webcam:before {
    content: "\eeff";
  }
  .bxs-widget:before {
    content: "\ef00";
  }
  .bxs-window-alt:before {
    content: "\ef01";
  }
  .bxs-wine:before {
    content: "\ef02";
  }
  .bxs-wink-smile:before {
    content: "\ef03";
  }
  .bxs-wink-tongue:before {
    content: "\ef04";
  }
  .bxs-wrench:before {
    content: "\ef05";
  }
  .bxs-x-circle:before {
    content: "\ef06";
  }
  .bxs-x-square:before {
    content: "\ef07";
  }
  .bxs-yin-yang:before {
    content: "\ef08";
  }
  .bxs-zap:before {
    content: "\ef09";
  }
  .bxs-zoom-in:before {
    content: "\ef0a";
  }
  .bxs-zoom-out:before {
    content: "\ef0b";
  }
  
@-webkit-keyframes spin
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}
@keyframes spin
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}
@-webkit-keyframes burst
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
    90%
    {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);

        opacity: 0;
    }
}
@keyframes burst
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
    90%
    {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);

        opacity: 0;
    }
}
@-webkit-keyframes flashing
{
    0%
    {
        opacity: 1;
    }
    45%
    {
        opacity: 0;
    }
    90%
    {
        opacity: 1;
    }
}
@keyframes flashing
{
    0%
    {
        opacity: 1;
    }
    45%
    {
        opacity: 0;
    }
    90%
    {
        opacity: 1;
    }
}
@-webkit-keyframes fade-left
{
    0%
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    75%
    {
        -webkit-transform: translateX(-20px);
                transform: translateX(-20px);

        opacity: 0;
    }
}
@keyframes fade-left
{
    0%
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    75%
    {
        -webkit-transform: translateX(-20px);
                transform: translateX(-20px);

        opacity: 0;
    }
}
@-webkit-keyframes fade-right
{
    0%
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    75%
    {
        -webkit-transform: translateX(20px);
                transform: translateX(20px);

        opacity: 0;
    }
}
@keyframes fade-right
{
    0%
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    75%
    {
        -webkit-transform: translateX(20px);
                transform: translateX(20px);

        opacity: 0;
    }
}
@-webkit-keyframes fade-up
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
    75%
    {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);

        opacity: 0;
    }
}
@keyframes fade-up
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
    75%
    {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);

        opacity: 0;
    }
}
@-webkit-keyframes fade-down
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
    75%
    {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);

        opacity: 0;
    }
}
@keyframes fade-down
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
    75%
    {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);

        opacity: 0;
    }
}
@-webkit-keyframes tada
{
    from
    {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }

    10%,
    20%
    {
        -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
                transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
    }

    30%,
    50%,
    70%,
    90%
    {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
                transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    }

    40%,
    60%,
    80%
    {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
                transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
    }

    to
    {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}

@keyframes tada
{
    from
    {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }

    10%,
    20%
    {
        -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
                transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
    }

    30%,
    50%,
    70%,
    90%
    {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
                transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    }

    40%,
    60%,
    80%
    {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
                transform: rotate3d(0, 0, 1, -10deg);
    }

    to
    {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}
.bx-spin
{
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
}
.bx-spin-hover:hover
{
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
}

.bx-tada
{
    -webkit-animation: tada 1.5s ease infinite;
            animation: tada 1.5s ease infinite;
}
.bx-tada-hover:hover
{
    -webkit-animation: tada 1.5s ease infinite;
            animation: tada 1.5s ease infinite;
}

.bx-flashing
{
    -webkit-animation: flashing 1.5s infinite linear;
            animation: flashing 1.5s infinite linear;
}
.bx-flashing-hover:hover
{
    -webkit-animation: flashing 1.5s infinite linear;
            animation: flashing 1.5s infinite linear;
}

.bx-burst
{
    -webkit-animation: burst 1.5s infinite linear;
            animation: burst 1.5s infinite linear;
}
.bx-burst-hover:hover
{
    -webkit-animation: burst 1.5s infinite linear;
            animation: burst 1.5s infinite linear;
}
.bx-fade-up
{
    -webkit-animation: fade-up 1.5s infinite linear;
            animation: fade-up 1.5s infinite linear;
}
.bx-fade-up-hover:hover
{
    -webkit-animation: fade-up 1.5s infinite linear;
            animation: fade-up 1.5s infinite linear;
}
.bx-fade-down
{
    -webkit-animation: fade-down 1.5s infinite linear;
            animation: fade-down 1.5s infinite linear;
}
.bx-fade-down-hover:hover
{
    -webkit-animation: fade-down 1.5s infinite linear;
            animation: fade-down 1.5s infinite linear;
}
.bx-fade-left
{
    -webkit-animation: fade-left 1.5s infinite linear;
            animation: fade-left 1.5s infinite linear;
}
.bx-fade-left-hover:hover
{
    -webkit-animation: fade-left 1.5s infinite linear;
            animation: fade-left 1.5s infinite linear;
}
.bx-fade-right
{
    -webkit-animation: fade-right 1.5s infinite linear;
            animation: fade-right 1.5s infinite linear;
}
.bx-fade-right-hover:hover
{
    -webkit-animation: fade-right 1.5s infinite linear;
            animation: fade-right 1.5s infinite linear;
}
.bx-rotate-90
{
    transform: rotate(90deg);

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
}
.bx-rotate-180
{
    transform: rotate(180deg);

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
}
.bx-rotate-270
{
    transform: rotate(270deg);

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
}
.bx-flip-horizontal
{
    transform: scaleX(-1);

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
}
.bx-flip-vertical
{
    transform: scaleY(-1);

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
}

.maplibregl-map {
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.atlas-map {
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=140562 */
  /* stylelint-disable */
  /*stylelint-enable*/
}
.atlas-map .maplibregl-canary {
  background-color: salmon;
}
.atlas-map .maplibregl-canvas-container.maplibregl-interactive,
.atlas-map .maplibregl-ctrl-nav-compass {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.atlas-map .maplibregl-canvas-container.maplibregl-interactive:active,
.atlas-map .maplibregl-ctrl-nav-compass:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.atlas-map .maplibregl-canvas-container.maplibregl-touch-zoom-rotate {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.atlas-map .maplibregl-canvas-container.maplibregl-touch-drag-pan {
  -ms-touch-action: pinch-zoom;
}
.atlas-map .maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan {
  -ms-touch-action: none;
  touch-action: none;
}
.atlas-map .maplibregl-ctrl-top-left,
.atlas-map .maplibregl-ctrl-top-right,
.atlas-map .maplibregl-ctrl-bottom-left,
.atlas-map .maplibregl-ctrl-bottom-right {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.atlas-map .maplibregl-ctrl-top-left {
  top: 0;
  left: 0;
}
.atlas-map .maplibregl-ctrl-top-right {
  top: 0;
  right: 0;
}
.atlas-map .maplibregl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}
.atlas-map .maplibregl-ctrl-bottom-right {
  right: 0;
  bottom: 0;
}
.atlas-map .maplibregl-ctrl {
  clear: both;
  pointer-events: auto;
}
.atlas-map .maplibregl-ctrl-top-left .maplibregl-ctrl {
  margin: 10px 0 0 10px;
  float: left;
}
.atlas-map .maplibregl-ctrl-top-right .maplibregl-ctrl {
  margin: 10px 10px 0 0;
  float: right;
}
.atlas-map .maplibregl-ctrl-bottom-left .maplibregl-ctrl {
  margin: 0 0 10px 10px;
  float: left;
}
.atlas-map .maplibregl-ctrl-bottom-right .maplibregl-ctrl {
  margin: 0 10px 10px 0;
  float: right;
}
.atlas-map .maplibregl-ctrl-group {
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fff;
}
.atlas-map .maplibregl-ctrl-group > button {
  width: 30px;
  height: 30px;
  display: block;
  padding: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.atlas-map .maplibregl-ctrl > button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.atlas-map .maplibregl-ctrl > button:last-child {
  border-bottom: 0;
}
.atlas-map .maplibregl-ctrl > button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.atlas-map .maplibregl-ctrl-icon,
.atlas-map .maplibregl-ctrl-icon > .maplibregl-ctrl-compass-arrow {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.atlas-map .maplibregl-ctrl-icon {
  padding: 5px;
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-zoom-out {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%23333333%3B%27%20d%3D%27m%207%2C9%20c%20-0.554%2C0%20-1%2C0.446%20-1%2C1%200%2C0.554%200.446%2C1%201%2C1%20l%206%2C0%20c%200.554%2C0%201%2C-0.446%201%2C-1%200%2C-0.554%20-0.446%2C-1%20-1%2C-1%20z%27%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-zoom-in {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%23333333%3B%27%20d%3D%27M%2010%206%20C%209.446%206%209%206.4459904%209%207%20L%209%209%20L%207%209%20C%206.446%209%206%209.446%206%2010%20C%206%2010.554%206.446%2011%207%2011%20L%209%2011%20L%209%2013%20C%209%2013.55401%209.446%2014%2010%2014%20C%2010.554%2014%2011%2013.55401%2011%2013%20L%2011%2011%20L%2013%2011%20C%2013.554%2011%2014%2010.554%2014%2010%20C%2014%209.446%2013.554%209%2013%209%20L%2011%209%20L%2011%207%20C%2011%206.4459904%2010.554%206%2010%206%20z%27%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-geolocate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%20%20%3Cpath%20style%3D%27fill%3A%23333%3B%27%20d%3D%27M10%204C9%204%209%205%209%205L9%205.1A5%205%200%200%200%205.1%209L5%209C5%209%204%209%204%2010%204%2011%205%2011%205%2011L5.1%2011A5%205%200%200%200%209%2014.9L9%2015C9%2015%209%2016%2010%2016%2011%2016%2011%2015%2011%2015L11%2014.9A5%205%200%200%200%2014.9%2011L15%2011C15%2011%2016%2011%2016%2010%2016%209%2015%209%2015%209L14.9%209A5%205%200%200%200%2011%205.1L11%205C11%205%2011%204%2010%204zM10%206.5A3.5%203.5%200%200%201%2013.5%2010%203.5%203.5%200%200%201%2010%2013.5%203.5%203.5%200%200%201%206.5%2010%203.5%203.5%200%200%201%2010%206.5zM10%208.3A1.8%201.8%200%200%200%208.3%2010%201.8%201.8%200%200%200%2010%2011.8%201.8%201.8%200%200%200%2011.8%2010%201.8%201.8%200%200%200%2010%208.3z%27%20%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-geolocate:disabled {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%20%20%3Cpath%20style%3D%27fill%3A%23aaa%3B%27%20d%3D%27M10%204C9%204%209%205%209%205L9%205.1A5%205%200%200%200%205.1%209L5%209C5%209%204%209%204%2010%204%2011%205%2011%205%2011L5.1%2011A5%205%200%200%200%209%2014.9L9%2015C9%2015%209%2016%2010%2016%2011%2016%2011%2015%2011%2015L11%2014.9A5%205%200%200%200%2014.9%2011L15%2011C15%2011%2016%2011%2016%2010%2016%209%2015%209%2015%209L14.9%209A5%205%200%200%200%2011%205.1L11%205C11%205%2011%204%2010%204zM10%206.5A3.5%203.5%200%200%201%2013.5%2010%203.5%203.5%200%200%201%2010%2013.5%203.5%203.5%200%200%201%206.5%2010%203.5%203.5%200%200%201%2010%206.5zM10%208.3A1.8%201.8%200%200%200%208.3%2010%201.8%201.8%200%200%200%2010%2011.8%201.8%201.8%200%200%200%2011.8%2010%201.8%201.8%200%200%200%2010%208.3z%27%20%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%20%20%3Cpath%20style%3D%27fill%3A%2333b5e5%3B%27%20d%3D%27M10%204C9%204%209%205%209%205L9%205.1A5%205%200%200%200%205.1%209L5%209C5%209%204%209%204%2010%204%2011%205%2011%205%2011L5.1%2011A5%205%200%200%200%209%2014.9L9%2015C9%2015%209%2016%2010%2016%2011%2016%2011%2015%2011%2015L11%2014.9A5%205%200%200%200%2014.9%2011L15%2011C15%2011%2016%2011%2016%2010%2016%209%2015%209%2015%209L14.9%209A5%205%200%200%200%2011%205.1L11%205C11%205%2011%204%2010%204zM10%206.5A3.5%203.5%200%200%201%2013.5%2010%203.5%203.5%200%200%201%2010%2013.5%203.5%203.5%200%200%201%206.5%2010%203.5%203.5%200%200%201%2010%206.5zM10%208.3A1.8%201.8%200%200%200%208.3%2010%201.8%201.8%200%200%200%2010%2011.8%201.8%201.8%200%200%200%2011.8%2010%201.8%201.8%200%200%200%2010%208.3z%27%20%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%20%20%3Cpath%20style%3D%27fill%3A%23e58978%3B%27%20d%3D%27M10%204C9%204%209%205%209%205L9%205.1A5%205%200%200%200%205.1%209L5%209C5%209%204%209%204%2010%204%2011%205%2011%205%2011L5.1%2011A5%205%200%200%200%209%2014.9L9%2015C9%2015%209%2016%2010%2016%2011%2016%2011%2015%2011%2015L11%2014.9A5%205%200%200%200%2014.9%2011L15%2011C15%2011%2016%2011%2016%2010%2016%209%2015%209%2015%209L14.9%209A5%205%200%200%200%2011%205.1L11%205C11%205%2011%204%2010%204zM10%206.5A3.5%203.5%200%200%201%2013.5%2010%203.5%203.5%200%200%201%2010%2013.5%203.5%203.5%200%200%201%206.5%2010%203.5%203.5%200%200%201%2010%206.5zM10%208.3A1.8%201.8%200%200%200%208.3%2010%201.8%201.8%200%200%200%2010%2011.8%201.8%201.8%200%200%200%2011.8%2010%201.8%201.8%200%200%200%2010%208.3z%27%20%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%2333b5e5%3B%27%20d%3D%27M%2010%2C4%20C%209%2C4%209%2C5%209%2C5%20L%209%2C5.1%20C%207.0357113%2C5.5006048%205.5006048%2C7.0357113%205.1%2C9%20L%205%2C9%20c%200%2C0%20-1%2C0%20-1%2C1%200%2C1%201%2C1%201%2C1%20l%200.1%2C0%20c%200.4006048%2C1.964289%201.9357113%2C3.499395%203.9%2C3.9%20L%209%2C15%20c%200%2C0%200%2C1%201%2C1%201%2C0%201%2C-1%201%2C-1%20l%200%2C-0.1%20c%201.964289%2C-0.400605%203.499395%2C-1.935711%203.9%2C-3.9%20l%200.1%2C0%20c%200%2C0%201%2C0%201%2C-1%20C%2016%2C9%2015%2C9%2015%2C9%20L%2014.9%2C9%20C%2014.499395%2C7.0357113%2012.964289%2C5.5006048%2011%2C5.1%20L%2011%2C5%20c%200%2C0%200%2C-1%20-1%2C-1%20z%20m%200%2C2.5%20c%201.932997%2C0%203.5%2C1.5670034%203.5%2C3.5%200%2C1.932997%20-1.567003%2C3.5%20-3.5%2C3.5%20C%208.0670034%2C13.5%206.5%2C11.932997%206.5%2C10%206.5%2C8.0670034%208.0670034%2C6.5%2010%2C6.5%20Z%27%20%2F%3E%0A%3C%2Fsvg%3E");
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%23e54e33%3B%27%20d%3D%27M%2010%2C4%20C%209%2C4%209%2C5%209%2C5%20L%209%2C5.1%20C%207.0357113%2C5.5006048%205.5006048%2C7.0357113%205.1%2C9%20L%205%2C9%20c%200%2C0%20-1%2C0%20-1%2C1%200%2C1%201%2C1%201%2C1%20l%200.1%2C0%20c%200.4006048%2C1.964289%201.9357113%2C3.499395%203.9%2C3.9%20L%209%2C15%20c%200%2C0%200%2C1%201%2C1%201%2C0%201%2C-1%201%2C-1%20l%200%2C-0.1%20c%201.964289%2C-0.400605%203.499395%2C-1.935711%203.9%2C-3.9%20l%200.1%2C0%20c%200%2C0%201%2C0%201%2C-1%20C%2016%2C9%2015%2C9%2015%2C9%20L%2014.9%2C9%20C%2014.499395%2C7.0357113%2012.964289%2C5.5006048%2011%2C5.1%20L%2011%2C5%20c%200%2C0%200%2C-1%20-1%2C-1%20z%20m%200%2C2.5%20c%201.932997%2C0%203.5%2C1.5670034%203.5%2C3.5%200%2C1.932997%20-1.567003%2C3.5%20-3.5%2C3.5%20C%208.0670034%2C13.5%206.5%2C11.932997%206.5%2C10%206.5%2C8.0670034%208.0670034%2C6.5%2010%2C6.5%20Z%27%20%2F%3E%0A%3C%2Fsvg%3E");
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting {
  -webkit-animation: maplibregl-spin 2s infinite linear;
  -moz-animation: maplibregl-spin 2s infinite linear;
  -o-animation: maplibregl-spin 2s infinite linear;
  -ms-animation: maplibregl-spin 2s infinite linear;
  animation: maplibregl-spin 2s infinite linear;
}
@-webkit-keyframes maplibregl-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes maplibregl-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes maplibregl-spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes maplibregl-spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes maplibregl-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-fullscreen {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KCjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0iTGF5ZXJfMSIKICAgeD0iMHB4IgogICB5PSIwcHgiCiAgIHZpZXdCb3g9IjAgMCAyMCAyMCIKICAgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkxIHIxMzcyNSIKICAgc29kaXBvZGk6ZG9jbmFtZT0iZnVsbHNjcmVlbi5zdmciPjxtZXRhZGF0YQogICAgIGlkPSJtZXRhZGF0YTQxODUiPjxyZGY6UkRGPjxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj48ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD48ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+PGRjOnRpdGxlPjwvZGM6dGl0bGU+PC9jYzpXb3JrPjwvcmRmOlJERj48L21ldGFkYXRhPjxkZWZzCiAgICAgaWQ9ImRlZnM0MTgzIiAvPjxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgICAgYm9yZGVyb3BhY2l0eT0iMSIKICAgICBvYmplY3R0b2xlcmFuY2U9IjEwIgogICAgIGdyaWR0b2xlcmFuY2U9IjEwIgogICAgIGd1aWRldG9sZXJhbmNlPSIxMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTQ3MSIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI2OTUiCiAgICAgaWQ9Im5hbWVkdmlldzQxODEiCiAgICAgc2hvd2dyaWQ9ImZhbHNlIgogICAgIGlua3NjYXBlOnpvb209IjExLjMxMzcwOCIKICAgICBpbmtzY2FwZTpjeD0iMTQuNjk4MjgiCiAgICAgaW5rc2NhcGU6Y3k9IjEwLjUyNjY4OSIKICAgICBpbmtzY2FwZTp3aW5kb3cteD0iNjk3IgogICAgIGlua3NjYXBlOndpbmRvdy15PSIyOTgiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJMYXllcl8xIgogICAgIGlua3NjYXBlOnNuYXAtYmJveD0idHJ1ZSIKICAgICBpbmtzY2FwZTpiYm94LXBhdGhzPSJ0cnVlIgogICAgIGlua3NjYXBlOm9iamVjdC1wYXRocz0idHJ1ZSIKICAgICBpbmtzY2FwZTpiYm94LW5vZGVzPSJ0cnVlIgogICAgIGlua3NjYXBlOm9iamVjdC1ub2Rlcz0idHJ1ZSI+PGlua3NjYXBlOmdyaWQKICAgICAgIHR5cGU9Inh5Z3JpZCIKICAgICAgIGlkPSJncmlkNjA3NiIgLz48L3NvZGlwb2RpOm5hbWVkdmlldz48cGF0aAogICAgIGQ9Ik0gNSA0IEMgNC41IDQgNCA0LjUgNCA1IEwgNCA2IEwgNCA5IEwgNC41IDkgTCA1Ljc3NzM0MzggNy4yOTY4NzUgQyA2Ljc3NzEzMTkgOC4wNjAyMTMxIDcuODM1NzY1IDguOTU2NTcyOCA4Ljg5MDYyNSAxMCBDIDcuODI1NzEyMSAxMS4wNjMzIDYuNzc2MTc5MSAxMS45NTE2NzUgNS43ODEyNSAxMi43MDcwMzEgTCA0LjUgMTEgTCA0IDExIEwgNCAxNSBDIDQgMTUuNSA0LjUgMTYgNSAxNiBMIDkgMTYgTCA5IDE1LjUgTCA3LjI3MzQzNzUgMTQuMjA1MDc4IEMgOC4wNDI4OTMxIDEzLjE4Nzg4NiA4LjkzOTU0NDEgMTIuMTMzNDgxIDkuOTYwOTM3NSAxMS4wNjgzNTkgQyAxMS4wNDIzNzEgMTIuMTQ2OTkgMTEuOTQyMDkzIDEzLjIxMTIgMTIuNzA3MDMxIDE0LjIxODc1IEwgMTEgMTUuNSBMIDExIDE2IEwgMTQgMTYgTCAxNSAxNiBDIDE1LjUgMTYgMTYgMTUuNSAxNiAxNSBMIDE2IDE0IEwgMTYgMTEgTCAxNS41IDExIEwgMTQuMjA1MDc4IDEyLjcyNjU2MiBDIDEzLjE3Nzk4NSAxMS45NDk2MTcgMTIuMTEyNzE4IDExLjA0MzU3NyAxMS4wMzcxMDkgMTAuMDA5NzY2IEMgMTIuMTUxODU2IDguOTgxMDYxIDEzLjIyNDM0NSA4LjA3OTg2MjQgMTQuMjI4NTE2IDcuMzA0Njg3NSBMIDE1LjUgOSBMIDE2IDkgTCAxNiA1IEMgMTYgNC41IDE1LjUgNCAxNSA0IEwgMTEgNCBMIDExIDQuNSBMIDEyLjcwMzEyNSA1Ljc3NzM0MzggQyAxMS45MzI2NDcgNi43ODY0ODM0IDExLjAyNjY5MyA3Ljg1NTQ3MTIgOS45NzA3MDMxIDguOTE5OTIxOSBDIDguOTU4NDczOSA3LjgyMDQ5NDMgOC4wNjk4NzY3IDYuNzYyNzE4OCA3LjMwNDY4NzUgNS43NzE0ODQ0IEwgOSA0LjUgTCA5IDQgTCA2IDQgTCA1IDQgeiAiCiAgICAgaWQ9InBhdGg0MTY5IiAvPjwvc3ZnPg==);
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-shrink {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KCjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0iTGF5ZXJfMSIKICAgeD0iMHB4IgogICB5PSIwcHgiCiAgIHZpZXdCb3g9IjAgMCAyMCAyMCIKICAgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkxIHIxMzcyNSIKICAgc29kaXBvZGk6ZG9jbmFtZT0ic2hyaW5rLnN2ZyI+PG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhMTkiPjxyZGY6UkRGPjxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj48ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD48ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+PGRjOnRpdGxlPjwvZGM6dGl0bGU+PC9jYzpXb3JrPjwvcmRmOlJERj48L21ldGFkYXRhPjxkZWZzCiAgICAgaWQ9ImRlZnMxNyIgLz48c29kaXBvZGk6bmFtZWR2aWV3CiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIgogICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IgogICAgIGJvcmRlcm9wYWNpdHk9IjEiCiAgICAgb2JqZWN0dG9sZXJhbmNlPSIxMCIKICAgICBncmlkdG9sZXJhbmNlPSIxMCIKICAgICBndWlkZXRvbGVyYW5jZT0iMTAiCiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAiCiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIKICAgICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjIwMjEiCiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iOTA4IgogICAgIGlkPSJuYW1lZHZpZXcxNSIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgaW5rc2NhcGU6em9vbT0iMSIKICAgICBpbmtzY2FwZTpjeD0iNC45NTAxMDgyIgogICAgIGlua3NjYXBlOmN5PSIxMC44NTQ3NDciCiAgICAgaW5rc2NhcGU6d2luZG93LXg9IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJMYXllcl8xIgogICAgIGlua3NjYXBlOnNuYXAtYmJveD0idHJ1ZSIKICAgICBpbmtzY2FwZTpiYm94LXBhdGhzPSJ0cnVlIgogICAgIGlua3NjYXBlOnNuYXAtYmJveC1lZGdlLW1pZHBvaW50cz0idHJ1ZSIKICAgICBpbmtzY2FwZTpiYm94LW5vZGVzPSJ0cnVlIgogICAgIGlua3NjYXBlOnNuYXAtYmJveC1taWRwb2ludHM9InRydWUiCiAgICAgaW5rc2NhcGU6b2JqZWN0LXBhdGhzPSJ0cnVlIgogICAgIGlua3NjYXBlOm9iamVjdC1ub2Rlcz0idHJ1ZSI+PGlua3NjYXBlOmdyaWQKICAgICAgIHR5cGU9Inh5Z3JpZCIKICAgICAgIGlkPSJncmlkNDE0NyIgLz48L3NvZGlwb2RpOm5hbWVkdmlldz48cGF0aAogICAgIHN0eWxlPSJmaWxsOiMwMDAwMDAiCiAgICAgZD0iTSA0LjI0MjE4NzUgMy40OTIxODc1IEEgMC43NTAwNzUgMC43NTAwNzUgMCAwIDAgMy43MTg3NSA0Ljc4MTI1IEwgNS45NjQ4NDM4IDcuMDI3MzQzOCBMIDQgOC41IEwgNCA5IEwgOCA5IEMgOC41MDAwMDEgOC45OTk5OTg4IDkgOC40OTk5OTkyIDkgOCBMIDkgNCBMIDguNSA0IEwgNy4wMTc1NzgxIDUuOTU1MDc4MSBMIDQuNzgxMjUgMy43MTg3NSBBIDAuNzUwMDc1IDAuNzUwMDc1IDAgMCAwIDQuMjQyMTg3NSAzLjQ5MjE4NzUgeiBNIDE1LjczNDM3NSAzLjQ5MjE4NzUgQSAwLjc1MDA3NSAwLjc1MDA3NSAwIDAgMCAxNS4yMTg3NSAzLjcxODc1IEwgMTIuOTg0Mzc1IDUuOTUzMTI1IEwgMTEuNSA0IEwgMTEgNCBMIDExIDggQyAxMSA4LjQ5OTk5OTIgMTEuNDk5OTk5IDguOTk5OTk4OCAxMiA5IEwgMTYgOSBMIDE2IDguNSBMIDE0LjAzNTE1NiA3LjAyNzM0MzggTCAxNi4yODEyNSA0Ljc4MTI1IEEgMC43NTAwNzUgMC43NTAwNzUgMCAwIDAgMTUuNzM0Mzc1IDMuNDkyMTg3NSB6IE0gNCAxMSBMIDQgMTEuNSBMIDUuOTY0ODQzOCAxMi45NzI2NTYgTCAzLjcxODc1IDE1LjIxODc1IEEgMC43NTEzMDA5NiAwLjc1MTMwMDk2IDAgMSAwIDQuNzgxMjUgMTYuMjgxMjUgTCA3LjAyNzM0MzggMTQuMDM1MTU2IEwgOC41IDE2IEwgOSAxNiBMIDkgMTIgQyA5IDExLjUwMDAwMSA4LjUwMDAwMSAxMS4wMDAwMDEgOCAxMSBMIDQgMTEgeiBNIDEyIDExIEMgMTEuNDk5OTk5IDExLjAwMDAwMSAxMSAxMS41MDAwMDEgMTEgMTIgTCAxMSAxNiBMIDExLjUgMTYgTCAxMi45NzI2NTYgMTQuMDM1MTU2IEwgMTUuMjE4NzUgMTYuMjgxMjUgQSAwLjc1MTMwMDk2IDAuNzUxMzAwOTYgMCAxIDAgMTYuMjgxMjUgMTUuMjE4NzUgTCAxNC4wMzUxNTYgMTIuOTcyNjU2IEwgMTYgMTEuNSBMIDE2IDExIEwgMTIgMTEgeiAiCiAgICAgaWQ9InBhdGg3IiAvPjwvc3ZnPg==);
}
.atlas-map .maplibregl-ctrl-icon.maplibregl-ctrl-compass > .maplibregl-ctrl-compass-arrow {
  width: 20px;
  height: 20px;
  margin: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%0A%09%3Cpolygon%20fill%3D%27%23333333%27%20points%3D%276%2C9%2010%2C1%2014%2C9%27%2F%3E%0A%09%3Cpolygon%20fill%3D%27%23CCCCCC%27%20points%3D%276%2C11%2010%2C19%2014%2C11%20%27%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  display: inline-block;
}
.atlas-map a.maplibregl-ctrl-logo {
  width: 85px;
  height: 21px;
  margin: 0 0 -3px -3px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiAgIHZpZXdCb3g9IjAgMCA4NC40OSAyMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODQuNDkgMjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz4gIDxwYXRoIGNsYXNzPSJzdDAiIHN0eWxlPSJvcGFjaXR5OjAuOTsgZmlsbDogI0ZGRkZGRjsgZW5hYmxlLWJhY2tncm91bmQ6IG5ldzsiIGQ9Ik04My4yNSwxNC4yNmMwLDAuMTItMC4wOSwwLjIxLTAuMjEsMC4yMWgtMS42MWMtMC4xMywwLTAuMjQtMC4wNi0wLjMtMC4xN2wtMS40NC0yLjM5bC0xLjQ0LDIuMzkgICAgYy0wLjA2LDAuMTEtMC4xOCwwLjE3LTAuMywwLjE3aC0xLjYxYy0wLjA0LDAtMC4wOC0wLjAxLTAuMTItMC4wM2MtMC4wOS0wLjA2LTAuMTMtMC4xOS0wLjA2LTAuMjhsMCwwbDIuNDMtMy42OEw3Ni4yLDYuODQgICAgYy0wLjAyLTAuMDMtMC4wMy0wLjA3LTAuMDMtMC4xMmMwLTAuMTIsMC4wOS0wLjIxLDAuMjEtMC4yMWgxLjYxYzAuMTMsMCwwLjI0LDAuMDYsMC4zLDAuMTdsMS40MSwyLjM2bDEuNC0yLjM1ICAgIGMwLjA2LTAuMTEsMC4xOC0wLjE3LDAuMy0wLjE3SDgzYzAuMDQsMCwwLjA4LDAuMDEsMC4xMiwwLjAzYzAuMDksMC4wNiwwLjEzLDAuMTksMC4wNiwwLjI4bDAsMGwtMi4zNywzLjYzbDIuNDMsMy42NyAgICBDODMuMjQsMTQuMTgsODMuMjUsMTQuMjIsODMuMjUsMTQuMjZ6Ii8+ICA8cGF0aCBjbGFzcz0ic3QwIiBzdHlsZT0ib3BhY2l0eTowLjk7IGZpbGw6ICNGRkZGRkY7IGVuYWJsZS1iYWNrZ3JvdW5kOiBuZXc7IiBkPSJNNjYuMjQsOS41OWMtMC4zOS0xLjg4LTEuOTYtMy4yOC0zLjg0LTMuMjhjLTEuMDMsMC0yLjAzLDAuNDItMi43MywxLjE4VjMuNTFjMC0wLjEzLTAuMS0wLjIzLTAuMjMtMC4yM2gtMS40ICAgIGMtMC4xMywwLTAuMjMsMC4xMS0wLjIzLDAuMjN2MTAuNzJjMCwwLjEzLDAuMSwwLjIzLDAuMjMsMC4yM2gxLjRjMC4xMywwLDAuMjMtMC4xMSwwLjIzLTAuMjNWMTMuNWMwLjcxLDAuNzUsMS43LDEuMTgsMi43MywxLjE4ICAgIGMxLjg4LDAsMy40NS0xLjQxLDMuODQtMy4yOUM2Ni4zNywxMC43OSw2Ni4zNywxMC4xOCw2Ni4yNCw5LjU5TDY2LjI0LDkuNTl6IE02Mi4wOCwxM2MtMS4zMiwwLTIuMzktMS4xMS0yLjQxLTIuNDh2LTAuMDYgICAgYzAuMDItMS4zOCwxLjA5LTIuNDgsMi40MS0yLjQ4czIuNDIsMS4xMiwyLjQyLDIuNTFTNjMuNDEsMTMsNjIuMDgsMTN6Ii8+ICA8cGF0aCBjbGFzcz0ic3QwIiBzdHlsZT0ib3BhY2l0eTowLjk7IGZpbGw6ICNGRkZGRkY7IGVuYWJsZS1iYWNrZ3JvdW5kOiBuZXc7IiBkPSJNNzEuNjcsNi4zMmMtMS45OC0wLjAxLTMuNzIsMS4zNS00LjE2LDMuMjljLTAuMTMsMC41OS0wLjEzLDEuMTksMCwxLjc3YzAuNDQsMS45NCwyLjE3LDMuMzIsNC4xNywzLjMgICAgYzIuMzUsMCw0LjI2LTEuODcsNC4yNi00LjE5Uzc0LjA0LDYuMzIsNzEuNjcsNi4zMnogTTcxLjY1LDEzLjAxYy0xLjMzLDAtMi40Mi0xLjEyLTIuNDItMi41MXMxLjA4LTIuNTIsMi40Mi0yLjUyICAgIGMxLjMzLDAsMi40MiwxLjEyLDIuNDIsMi41MVM3Mi45OSwxMyw3MS42NSwxMy4wMUw3MS42NSwxMy4wMXoiLz4gIDxwYXRoIGNsYXNzPSJzdDEiIHN0eWxlPSJvcGFjaXR5OjAuMzU7IGVuYWJsZS1iYWNrZ3JvdW5kOm5ldzsiIGQ9Ik02Mi4wOCw3Ljk4Yy0xLjMyLDAtMi4zOSwxLjExLTIuNDEsMi40OHYwLjA2QzU5LjY4LDExLjksNjAuNzUsMTMsNjIuMDgsMTNzMi40Mi0xLjEyLDIuNDItMi41MSAgICBTNjMuNDEsNy45OCw2Mi4wOCw3Ljk4eiBNNjIuMDgsMTEuNzZjLTAuNjMsMC0xLjE0LTAuNTYtMS4xNy0xLjI1di0wLjA0YzAuMDEtMC42OSwwLjU0LTEuMjUsMS4xNy0xLjI1ICAgIGMwLjYzLDAsMS4xNywwLjU3LDEuMTcsMS4yN0M2My4yNCwxMS4yLDYyLjczLDExLjc2LDYyLjA4LDExLjc2eiIvPiAgPHBhdGggY2xhc3M9InN0MSIgc3R5bGU9Im9wYWNpdHk6MC4zNTsgZW5hYmxlLWJhY2tncm91bmQ6bmV3OyIgZD0iTTcxLjY1LDcuOThjLTEuMzMsMC0yLjQyLDEuMTItMi40MiwyLjUxUzcwLjMyLDEzLDcxLjY1LDEzczIuNDItMS4xMiwyLjQyLTIuNTFTNzIuOTksNy45OCw3MS42NSw3Ljk4eiAgICAgTTcxLjY1LDExLjc2Yy0wLjY0LDAtMS4xNy0wLjU3LTEuMTctMS4yN2MwLTAuNywwLjUzLTEuMjYsMS4xNy0xLjI2czEuMTcsMC41NywxLjE3LDEuMjdDNzIuODIsMTEuMjEsNzIuMjksMTEuNzYsNzEuNjUsMTEuNzZ6IiAgICAvPiAgPHBhdGggY2xhc3M9InN0MCIgc3R5bGU9Im9wYWNpdHk6MC45OyBmaWxsOiAjRkZGRkZGOyBlbmFibGUtYmFja2dyb3VuZDogbmV3OyIgZD0iTTQ1Ljc0LDYuNTNoLTEuNGMtMC4xMywwLTAuMjMsMC4xMS0wLjIzLDAuMjN2MC43M2MtMC43MS0wLjc1LTEuNy0xLjE4LTIuNzMtMS4xOCAgICBjLTIuMTcsMC0zLjk0LDEuODctMy45NCw0LjE5czEuNzcsNC4xOSwzLjk0LDQuMTljMS4wNCwwLDIuMDMtMC40MywyLjczLTEuMTl2MC43M2MwLDAuMTMsMC4xLDAuMjMsMC4yMywwLjIzaDEuNCAgICBjMC4xMywwLDAuMjMtMC4xMSwwLjIzLTAuMjNWNi43NGMwLTAuMTItMC4wOS0wLjIyLTAuMjItMC4yMkM0NS43NSw2LjUzLDQ1Ljc1LDYuNTMsNDUuNzQsNi41M3ogTTQ0LjEyLDEwLjUzICAgIEM0NC4xMSwxMS45LDQzLjAzLDEzLDQxLjcxLDEzcy0yLjQyLTEuMTItMi40Mi0yLjUxczEuMDgtMi41MiwyLjQtMi41MmMxLjMzLDAsMi4zOSwxLjExLDIuNDEsMi40OEw0NC4xMiwxMC41M3oiLz4gIDxwYXRoIGNsYXNzPSJzdDEiIHN0eWxlPSJvcGFjaXR5OjAuMzU7IGVuYWJsZS1iYWNrZ3JvdW5kOm5ldzsiIGQ9Ik00MS43MSw3Ljk4Yy0xLjMzLDAtMi40MiwxLjEyLTIuNDIsMi41MVM0MC4zNywxMyw0MS43MSwxM3MyLjM5LTEuMTEsMi40MS0yLjQ4di0wLjA2ICAgIEM0NC4xLDkuMDksNDMuMDMsNy45OCw0MS43MSw3Ljk4eiBNNDAuNTUsMTAuNDljMC0wLjcsMC41Mi0xLjI3LDEuMTctMS4yN2MwLjY0LDAsMS4xNCwwLjU2LDEuMTcsMS4yNXYwLjA0ICAgIGMtMC4wMSwwLjY4LTAuNTMsMS4yNC0xLjE3LDEuMjRDNDEuMDgsMTEuNzUsNDAuNTUsMTEuMTksNDAuNTUsMTAuNDl6Ii8+ICA8cGF0aCBjbGFzcz0ic3QwIiBzdHlsZT0ib3BhY2l0eTowLjk7IGZpbGw6ICNGRkZGRkY7IGVuYWJsZS1iYWNrZ3JvdW5kOiBuZXc7IiBkPSJNNTIuNDEsNi4zMmMtMS4wMywwLTIuMDMsMC40Mi0yLjczLDEuMThWNi43NWMwLTAuMTMtMC4xLTAuMjMtMC4yMy0wLjIzaC0xLjRjLTAuMTMsMC0wLjIzLDAuMTEtMC4yMywwLjIzICAgIHYxMC43MmMwLDAuMTMsMC4xLDAuMjMsMC4yMywwLjIzaDEuNGMwLjEzLDAsMC4yMy0wLjEsMC4yMy0wLjIzVjEzLjVjMC43MSwwLjc1LDEuNywxLjE4LDIuNzQsMS4xOGMyLjE3LDAsMy45NC0xLjg3LDMuOTQtNC4xOSAgICBTNTQuNTgsNi4zMiw1Mi40MSw2LjMyeiBNNTIuMDgsMTMuMDFjLTEuMzIsMC0yLjM5LTEuMTEtMi40Mi0yLjQ4di0wLjA3YzAuMDItMS4zOCwxLjA5LTIuNDksMi40LTIuNDljMS4zMiwwLDIuNDEsMS4xMiwyLjQxLDIuNTEgICAgUzUzLjQsMTMsNTIuMDgsMTMuMDFMNTIuMDgsMTMuMDF6Ii8+ICA8cGF0aCBjbGFzcz0ic3QxIiBzdHlsZT0ib3BhY2l0eTowLjM1OyBlbmFibGUtYmFja2dyb3VuZDpuZXc7IiBkPSJNNTIuMDgsNy45OGMtMS4zMiwwLTIuMzksMS4xMS0yLjQyLDIuNDh2MC4wNmMwLjAzLDEuMzgsMS4xLDIuNDgsMi40MiwyLjQ4czIuNDEtMS4xMiwyLjQxLTIuNTEgICAgUzUzLjQsNy45OCw1Mi4wOCw3Ljk4eiBNNTIuMDgsMTEuNzZjLTAuNjMsMC0xLjE0LTAuNTYtMS4xNy0xLjI1di0wLjA0YzAuMDEtMC42OSwwLjU0LTEuMjUsMS4xNy0xLjI1YzAuNjMsMCwxLjE3LDAuNTgsMS4xNywxLjI3ICAgIFM1Mi43MiwxMS43Niw1Mi4wOCwxMS43NnoiLz4gIDxwYXRoIGNsYXNzPSJzdDAiIHN0eWxlPSJvcGFjaXR5OjAuOTsgZmlsbDogI0ZGRkZGRjsgZW5hYmxlLWJhY2tncm91bmQ6IG5ldzsiIGQ9Ik0zNi4wOCwxNC4yNGMwLDAuMTMtMC4xLDAuMjMtMC4yMywwLjIzaC0xLjQxYy0wLjEzLDAtMC4yMy0wLjExLTAuMjMtMC4yM1Y5LjY4YzAtMC45OC0wLjc0LTEuNzEtMS42Mi0xLjcxICAgIGMtMC44LDAtMS40NiwwLjctMS41OSwxLjYybDAuMDEsNC42NmMwLDAuMTMtMC4xMSwwLjIzLTAuMjMsMC4yM2gtMS40MWMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjNWOS42OCAgICBjMC0wLjk4LTAuNzQtMS43MS0xLjYyLTEuNzFjLTAuODUsMC0xLjU0LDAuNzktMS42LDEuOHY0LjQ4YzAsMC4xMy0wLjEsMC4yMy0wLjIzLDAuMjNoLTEuNGMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjNWNi43NCAgICBjMC4wMS0wLjEzLDAuMS0wLjIyLDAuMjMtMC4yMmgxLjRjMC4xMywwLDAuMjIsMC4xMSwwLjIzLDAuMjJWNy40YzAuNS0wLjY4LDEuMy0xLjA5LDIuMTYtMS4xaDAuMDNjMS4wOSwwLDIuMDksMC42LDIuNiwxLjU1ICAgIGMwLjQ1LTAuOTUsMS40LTEuNTUsMi40NC0xLjU2YzEuNjIsMCwyLjkzLDEuMjUsMi45LDIuNzhMMzYuMDgsMTQuMjR6Ii8+ICA8cGF0aCBjbGFzcz0ic3QxIiBzdHlsZT0ib3BhY2l0eTowLjM1OyBlbmFibGUtYmFja2dyb3VuZDpuZXc7IiBkPSJNODQuMzQsMTMuNTlsLTAuMDctMC4xM2wtMS45Ni0yLjk5bDEuOTQtMi45NWMwLjQ0LTAuNjcsMC4yNi0xLjU2LTAuNDEtMi4wMmMtMC4wMiwwLTAuMDMsMC0wLjA0LTAuMDEgICAgYy0wLjIzLTAuMTUtMC41LTAuMjItMC43OC0wLjIyaC0xLjYxYy0wLjU2LDAtMS4wOCwwLjI5LTEuMzcsMC43OEw3OS43Miw2LjZsLTAuMzQtMC41NkM3OS4wOSw1LjU2LDc4LjU3LDUuMjcsNzgsNS4yN2gtMS42ICAgIGMtMC42LDAtMS4xMywwLjM3LTEuMzUsMC45MmMtMi4xOS0xLjY2LTUuMjgtMS40Ny03LjI2LDAuNDVjLTAuMzUsMC4zNC0wLjY1LDAuNzItMC44OSwxLjE0Yy0wLjktMS42Mi0yLjU4LTIuNzItNC41LTIuNzIgICAgYy0wLjUsMC0xLjAxLDAuMDctMS40OCwwLjIzVjMuNTFjMC0wLjgyLTAuNjYtMS40OC0xLjQ3LTEuNDhoLTEuNGMtMC44MSwwLTEuNDcsMC42Ni0xLjQ3LDEuNDd2My43NSAgICBjLTAuOTUtMS4zNi0yLjUtMi4xOC00LjE3LTIuMTljLTAuNzQsMC0xLjQ2LDAuMTYtMi4xMiwwLjQ3Yy0wLjI0LTAuMTctMC41NC0wLjI2LTAuODQtMC4yNmgtMS40Yy0wLjQ1LDAtMC44NywwLjIxLTEuMTUsMC41NiAgICBjLTAuMDItMC4wMy0wLjA0LTAuMDUtMC4wNy0wLjA4Yy0wLjI4LTAuMy0wLjY4LTAuNDctMS4wOS0wLjQ3aC0xLjM5Yy0wLjMsMC0wLjYsMC4wOS0wLjg0LDAuMjZjLTAuNjctMC4zLTEuMzktMC40Ni0yLjEyLTAuNDYgICAgYy0xLjgzLDAtMy40MywxLTQuMzcsMi41Yy0wLjItMC40Ni0wLjQ4LTAuODktMC44My0xLjI1Yy0wLjgtMC44MS0xLjg5LTEuMjUtMy4wMi0xLjI1aC0wLjAxYy0wLjg5LDAuMDEtMS43NSwwLjMzLTIuNDYsMC44OCAgICBjLTAuNzQtMC41Ny0xLjY0LTAuODgtMi41Ny0wLjg4SDI4LjFjLTAuMjksMC0wLjU4LDAuMDMtMC44NiwwLjExYy0wLjI4LDAuMDYtMC41NiwwLjE2LTAuODIsMC4yOGMtMC4yMS0wLjEyLTAuNDUtMC4xOC0wLjctMC4xOCAgICBoLTEuNGMtMC44MiwwLTEuNDcsMC42Ni0xLjQ3LDEuNDd2Ny41YzAsMC44MiwwLjY2LDEuNDcsMS40NywxLjQ3aDEuNGMwLjgyLDAsMS40OC0wLjY2LDEuNDgtMS40OGwwLDBWOS43OSAgICBjMC4wMy0wLjM2LDAuMjMtMC41OSwwLjM2LTAuNTljMC4xOCwwLDAuMzgsMC4xOCwwLjM4LDAuNDd2NC41N2MwLDAuODIsMC42NiwxLjQ3LDEuNDcsMS40N2gxLjQxYzAuODIsMCwxLjQ3LTAuNjYsMS40Ny0xLjQ3ICAgIGwtMC4wMS00LjU3YzAuMDYtMC4zMiwwLjI1LTAuNDcsMC4zNS0wLjQ3YzAuMTgsMCwwLjM4LDAuMTgsMC4zOCwwLjQ3djQuNTdjMCwwLjgyLDAuNjYsMS40NywxLjQ3LDEuNDdoMS40MSAgICBjMC44MiwwLDEuNDctMC42NiwxLjQ3LTEuNDd2LTAuMzhjMC45NiwxLjI5LDIuNDYsMi4wNiw0LjA2LDIuMDZjMC43NCwwLDEuNDYtMC4xNiwyLjEyLTAuNDdjMC4yNCwwLjE3LDAuNTQsMC4yNiwwLjg0LDAuMjZoMS4zOSAgICBjMC4zLDAsMC42LTAuMDksMC44NC0wLjI2djIuMDFjMCwwLjgyLDAuNjYsMS40NywxLjQ3LDEuNDdoMS40YzAuODIsMCwxLjQ3LTAuNjYsMS40Ny0xLjQ3di0xLjc3YzAuNDgsMC4xNSwwLjk5LDAuMjMsMS40OSwwLjIyICAgIGMxLjcsMCwzLjIyLTAuODcsNC4xNy0yLjJ2MC41MmMwLDAuODIsMC42NiwxLjQ3LDEuNDcsMS40N2gxLjRjMC4zLDAsMC42LTAuMDksMC44NC0wLjI2YzAuNjYsMC4zMSwxLjM5LDAuNDcsMi4xMiwwLjQ3ICAgIGMxLjkyLDAsMy42LTEuMSw0LjQ5LTIuNzNjMS41NCwyLjY1LDQuOTUsMy41Myw3LjU4LDEuOThjMC4xOC0wLjExLDAuMzYtMC4yMiwwLjUzLTAuMzZjMC4yMiwwLjU1LDAuNzYsMC45MSwxLjM1LDAuOUg3OCAgICBjMC41NiwwLDEuMDgtMC4yOSwxLjM3LTAuNzhsMC4zNy0wLjYxbDAuMzcsMC42MWMwLjI5LDAuNDgsMC44MSwwLjc4LDEuMzgsMC43OGgxLjZjMC44MSwwLDEuNDYtMC42NiwxLjQ1LTEuNDYgICAgQzg0LjQ5LDE0LjAyLDg0LjQ0LDEzLjgsODQuMzQsMTMuNTlMODQuMzQsMTMuNTl6IE0zNS44NiwxNC40N2gtMS40MWMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjNWOS42OCAgICBjMC0wLjk4LTAuNzQtMS43MS0xLjYyLTEuNzFjLTAuOCwwLTEuNDYsMC43LTEuNTksMS42MmwwLjAxLDQuNjZjMCwwLjEzLTAuMSwwLjIzLTAuMjMsMC4yM2gtMS40MWMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjMgICAgVjkuNjhjMC0wLjk4LTAuNzQtMS43MS0xLjYyLTEuNzFjLTAuODUsMC0xLjU0LDAuNzktMS42LDEuOHY0LjQ4YzAsMC4xMy0wLjEsMC4yMy0wLjIzLDAuMjNoLTEuNGMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjMgICAgVjYuNzRjMC4wMS0wLjEzLDAuMTEtMC4yMiwwLjIzLTAuMjJoMS40YzAuMTMsMCwwLjIyLDAuMTEsMC4yMywwLjIyVjcuNGMwLjUtMC42OCwxLjMtMS4wOSwyLjE2LTEuMWgwLjAzICAgIGMxLjA5LDAsMi4wOSwwLjYsMi42LDEuNTVjMC40NS0wLjk1LDEuNC0xLjU1LDIuNDQtMS41NmMxLjYyLDAsMi45MywxLjI1LDIuOSwyLjc4bDAuMDEsNS4xNkMzNi4wOSwxNC4zNiwzNS45OCwxNC40NiwzNS44NiwxNC40NyAgICBMMzUuODYsMTQuNDd6IE00NS45NywxNC4yNGMwLDAuMTMtMC4xLDAuMjMtMC4yMywwLjIzaC0xLjRjLTAuMTMsMC0wLjIzLTAuMTEtMC4yMy0wLjIzVjEzLjVjLTAuNywwLjc2LTEuNjksMS4xOC0yLjcyLDEuMTggICAgYy0yLjE3LDAtMy45NC0xLjg3LTMuOTQtNC4xOXMxLjc3LTQuMTksMy45NC00LjE5YzEuMDMsMCwyLjAyLDAuNDMsMi43MywxLjE4VjYuNzRjMC0wLjEzLDAuMS0wLjIzLDAuMjMtMC4yM2gxLjQgICAgYzAuMTItMC4wMSwwLjIyLDAuMDgsMC4yMywwLjIxYzAsMC4wMSwwLDAuMDEsMCwwLjAydjcuNTFoLTAuMDFWMTQuMjR6IE01Mi40MSwxNC42N2MtMS4wMywwLTIuMDItMC40My0yLjczLTEuMTh2My45NyAgICBjMCwwLjEzLTAuMSwwLjIzLTAuMjMsMC4yM2gtMS40Yy0wLjEzLDAtMC4yMy0wLjEtMC4yMy0wLjIzVjYuNzVjMC0wLjEzLDAuMS0wLjIyLDAuMjMtMC4yMmgxLjRjMC4xMywwLDAuMjMsMC4xMSwwLjIzLDAuMjN2MC43MyAgICBjMC43MS0wLjc2LDEuNy0xLjE4LDIuNzMtMS4xOGMyLjE3LDAsMy45NCwxLjg2LDMuOTQsNC4xOFM1NC41OCwxNC42Nyw1Mi40MSwxNC42N3ogTTY2LjI0LDExLjM5Yy0wLjM5LDEuODctMS45NiwzLjI5LTMuODQsMy4yOSAgICBjLTEuMDMsMC0yLjAyLTAuNDMtMi43My0xLjE4djAuNzNjMCwwLjEzLTAuMSwwLjIzLTAuMjMsMC4yM2gtMS40Yy0wLjEzLDAtMC4yMy0wLjExLTAuMjMtMC4yM1YzLjUxYzAtMC4xMywwLjEtMC4yMywwLjIzLTAuMjMgICAgaDEuNGMwLjEzLDAsMC4yMywwLjExLDAuMjMsMC4yM3YzLjk3YzAuNzEtMC43NSwxLjctMS4xOCwyLjczLTEuMTdjMS44OCwwLDMuNDUsMS40LDMuODQsMy4yOEM2Ni4zNywxMC4xOSw2Ni4zNywxMC44LDY2LjI0LDExLjM5ICAgIEw2Ni4yNCwxMS4zOUw2Ni4yNCwxMS4zOXogTTcxLjY3LDE0LjY4Yy0yLDAuMDEtMy43My0xLjM1LTQuMTctMy4zYy0wLjEzLTAuNTktMC4xMy0xLjE5LDAtMS43N2MwLjQ0LTEuOTQsMi4xNy0zLjMxLDQuMTctMy4zICAgIGMyLjM2LDAsNC4yNiwxLjg3LDQuMjYsNC4xOVM3NC4wMywxNC42OCw3MS42NywxNC42OEw3MS42NywxNC42OHogTTgzLjA0LDE0LjQ3aC0xLjYxYy0wLjEzLDAtMC4yNC0wLjA2LTAuMy0wLjE3bC0xLjQ0LTIuMzkgICAgbC0xLjQ0LDIuMzljLTAuMDYsMC4xMS0wLjE4LDAuMTctMC4zLDAuMTdoLTEuNjFjLTAuMDQsMC0wLjA4LTAuMDEtMC4xMi0wLjAzYy0wLjA5LTAuMDYtMC4xMy0wLjE5LTAuMDYtMC4yOGwwLDBsMi40My0zLjY4ICAgIEw3Ni4yLDYuODRjLTAuMDItMC4wMy0wLjAzLTAuMDctMC4wMy0wLjEyYzAtMC4xMiwwLjA5LTAuMjEsMC4yMS0wLjIxaDEuNjFjMC4xMywwLDAuMjQsMC4wNiwwLjMsMC4xN2wxLjQxLDIuMzZsMS40MS0yLjM2ICAgIGMwLjA2LTAuMTEsMC4xOC0wLjE3LDAuMy0wLjE3aDEuNjFjMC4wNCwwLDAuMDgsMC4wMSwwLjEyLDAuMDNjMC4wOSwwLjA2LDAuMTMsMC4xOSwwLjA2LDAuMjhsMCwwbC0yLjM4LDMuNjRsMi40MywzLjY3ICAgIGMwLjAyLDAuMDMsMC4wMywwLjA3LDAuMDMsMC4xMkM4My4yNSwxNC4zOCw4My4xNiwxNC40Nyw4My4wNCwxNC40N0w4My4wNCwxNC40N0w4My4wNCwxNC40N3oiLz4gIDxwYXRoIGNsYXNzPSJzdDAiIHN0eWxlPSJvcGFjaXR5OjAuOTsgZmlsbDogI0ZGRkZGRjsgZW5hYmxlLWJhY2tncm91bmQ6IG5ldzsiIGQ9Ik0xMC41LDEuMjRjLTUuMTEsMC05LjI1LDQuMTUtOS4yNSw5LjI1czQuMTUsOS4yNSw5LjI1LDkuMjVzOS4yNS00LjE1LDkuMjUtOS4yNSAgICBDMTkuNzUsNS4zOCwxNS42MSwxLjI0LDEwLjUsMS4yNHogTTE0Ljg5LDEyLjc3Yy0xLjkzLDEuOTMtNC43OCwyLjMxLTYuNywyLjMxYy0wLjcsMC0xLjQxLTAuMDUtMi4xLTAuMTZjMCwwLTEuMDItNS42NCwyLjE0LTguODEgICAgYzAuODMtMC44MywxLjk1LTEuMjgsMy4xMy0xLjI4YzEuMjcsMCwyLjQ5LDAuNTEsMy4zOSwxLjQyQzE2LjU5LDguMDksMTYuNjQsMTEsMTQuODksMTIuNzd6Ii8+ICA8cGF0aCBjbGFzcz0ic3QxIiBzdHlsZT0ib3BhY2l0eTowLjM1OyBlbmFibGUtYmFja2dyb3VuZDpuZXc7IiBkPSJNMTAuNS0wLjAxQzQuNy0wLjAxLDAsNC43LDAsMTAuNDlzNC43LDEwLjUsMTAuNSwxMC41UzIxLDE2LjI5LDIxLDEwLjQ5QzIwLjk5LDQuNywxNi4zLTAuMDEsMTAuNS0wLjAxeiAgICAgTTEwLjUsMTkuNzRjLTUuMTEsMC05LjI1LTQuMTUtOS4yNS05LjI1czQuMTQtOS4yNiw5LjI1LTkuMjZzOS4yNSw0LjE1LDkuMjUsOS4yNUMxOS43NSwxNS42MSwxNS42MSwxOS43NCwxMC41LDE5Ljc0eiIvPiAgPHBhdGggY2xhc3M9InN0MSIgc3R5bGU9Im9wYWNpdHk6MC4zNTsgZW5hYmxlLWJhY2tncm91bmQ6bmV3OyIgZD0iTTE0Ljc0LDYuMjVDMTIuOSw0LjQxLDkuOTgsNC4zNSw4LjIzLDYuMWMtMy4xNiwzLjE3LTIuMTQsOC44MS0yLjE0LDguODFzNS42NCwxLjAyLDguODEtMi4xNCAgICBDMTYuNjQsMTEsMTYuNTksOC4wOSwxNC43NCw2LjI1eiBNMTIuNDcsMTAuMzRsLTAuOTEsMS44N2wtMC45LTEuODdMOC44LDkuNDNsMS44Ni0wLjlsMC45LTEuODdsMC45MSwxLjg3bDEuODYsMC45TDEyLjQ3LDEwLjM0eiIgICAgLz4gIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHN0eWxlPSJvcGFjaXR5OjAuOTsgZmlsbDogI0ZGRkZGRjsgZW5hYmxlLWJhY2tncm91bmQ6IG5ldzsiIHBvaW50cz0iMTQuMzMsOS40MyAxMi40NywxMC4zNCAxMS41NiwxMi4yMSAxMC42NiwxMC4zNCA4LjgsOS40MyAxMC42Niw4LjUzIDExLjU2LDYuNjYgMTIuNDcsOC41MyAgICIvPjwvZz48L3N2Zz4=);
}
.atlas-map .maplibregl-ctrl.maplibregl-ctrl-attrib {
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.atlas-map .maplibregl-ctrl-attrib.maplibregl-compact {
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0 10px 10px 10px;
  position: relative;
  padding-right: 24px;
  background-color: #fff;
  border-radius: 3px 12px 12px 3px;
  visibility: hidden;
}
.atlas-map .maplibregl-ctrl-attrib.maplibregl-compact:hover {
  visibility: visible;
}
.atlas-map .maplibregl-ctrl-attrib.maplibregl-compact:after {
  content: '';
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%09%3Cpath%20fill%3D%27%23333333%27%20fill-rule%3D%27evenodd%27%20d%3D%27M4%2C10a6%2C6%200%201%2C0%2012%2C0a6%2C6%200%201%2C0%20-12%2C0%20M9%2C7a1%2C1%200%201%2C0%202%2C0a1%2C1%200%201%2C0%20-2%2C0%20M9%2C10a1%2C1%200%201%2C1%202%2C0l0%2C3a1%2C1%200%201%2C1%20-2%2C0%27%20%2F%3E%0D%0A%3C%2Fsvg%3E");
  background-color: rgba(255, 255, 255, 0.5);
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  visibility: visible;
  border-radius: 12px;
}
.atlas-map .maplibregl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.atlas-map .maplibregl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}
.atlas-map .maplibregl-ctrl-attrib .mapbox-improve-map {
  font-weight: bold;
  margin-left: 2px;
}
.atlas-map .maplibregl-ctrl-scale {
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  border-width: medium 2px 2px;
  border-style: none solid solid;
  border-color: #333;
  padding: 0 5px;
  color: #333;
}
.atlas-map .maplibregl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  will-change: transform;
  pointer-events: none;
}
.atlas-map .maplibregl-popup-anchor-top,
.atlas-map .maplibregl-popup-anchor-top-left,
.atlas-map .maplibregl-popup-anchor-top-right {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.atlas-map .maplibregl-popup-anchor-bottom,
.atlas-map .maplibregl-popup-anchor-bottom-left,
.atlas-map .maplibregl-popup-anchor-bottom-right {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.atlas-map .maplibregl-popup-anchor-left {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.atlas-map .maplibregl-popup-anchor-right {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.atlas-map .maplibregl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1;
}
.atlas-map .maplibregl-popup-anchor-top .maplibregl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-top: none;
  border-bottom-color: #fff;
}
.atlas-map .maplibregl-popup-anchor-top-left .maplibregl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff;
}
.atlas-map .maplibregl-popup-anchor-top-right .maplibregl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff;
}
.atlas-map .maplibregl-popup-anchor-bottom .maplibregl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}
.atlas-map .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}
.atlas-map .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}
.atlas-map .maplibregl-popup-anchor-left .maplibregl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}
.atlas-map .maplibregl-popup-anchor-right .maplibregl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-right: none;
  border-left-color: #fff;
}
.atlas-map .maplibregl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}
.atlas-map .maplibregl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.atlas-map .maplibregl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
}
.atlas-map .maplibregl-popup-anchor-top-left .maplibregl-popup-content {
  border-top-left-radius: 0;
}
.atlas-map .maplibregl-popup-anchor-top-right .maplibregl-popup-content {
  border-top-right-radius: 0;
}
.atlas-map .maplibregl-popup-anchor-bottom-left .maplibregl-popup-content {
  border-bottom-left-radius: 0;
}
.atlas-map .maplibregl-popup-anchor-bottom-right .maplibregl-popup-content {
  border-bottom-right-radius: 0;
}
.atlas-map .maplibregl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
.atlas-map .maplibregl-user-location-dot {
  background-color: #1DA1F2;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  border: 2px solid #fff;
}
.atlas-map .maplibregl-user-location-dot:after {
  content: '';
  display: block;
  box-shadow: #1DA1F2 0 0 0 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  z-index: -1;
  -webkit-animation: maplibregl-user-location-dot-pulse 2s;
  -moz-animation: maplibregl-user-location-dot-pulse 2s;
  -ms-animation: maplibregl-user-location-dot-pulse 2s;
  animation: maplibregl-user-location-dot-pulse 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes maplibregl-user-location-dot-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(29, 161, 242, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(29, 161, 242, 0);
  }
  242% {
    -webkit-box-shadow: 0 0 0 0 rgba(29, 161, 242, 0);
  }
}
@-ms-keyframes maplibregl-user-location-dot-pulse {
  0% {
    -ms-box-shadow: 0 0 0 0 rgba(29, 161, 242, 0.8);
  }
  70% {
    -ms-box-shadow: 0 0 0 15px rgba(29, 161, 242, 0);
  }
  242% {
    -ms-box-shadow: 0 0 0 0 rgba(29, 161, 242, 0);
  }
}
@keyframes maplibregl-user-location-dot-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(29, 161, 242, 0.8);
    box-shadow: 0 0 0 0 rgba(29, 161, 242, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(29, 161, 242, 0);
    box-shadow: 0 0 0 15px rgba(29, 161, 242, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(29, 161, 242, 0);
    box-shadow: 0 0 0 0 rgba(29, 161, 242, 0);
  }
}
.atlas-map .maplibregl-user-location-dot-stale {
  background-color: #aaa;
}
.atlas-map .maplibregl-user-location-dot-stale:after {
  display: none;
}
.atlas-map .maplibregl-crosshair,
.atlas-map .maplibregl-crosshair .maplibregl-interactive,
.atlas-map .maplibregl-crosshair .maplibregl-interactive:active {
  cursor: crosshair;
}
.atlas-map .maplibregl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: 0.5;
}
@media print {
  .atlas-map {
    /* stylelint-disable */
    /* stylelint-enable */
  }
  .atlas-map .mapbox-improve-map {
    display: none;
  }
}
@media (inverted-colors: inverted) {
  .atlas-map .atlas-map-canvas {
    filter: invert(100%);
  }
  .atlas-map .azure-map-logo {
    filter: invert(100%);
  }
}
.atlas-map .atlas-map-canvas-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  -ms-user-select: none;
}
.atlas-map .atlas-map-canvas {
  pointer-events: auto;
}
.atlas-map .azure-map-logo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140px 46px;
  height: 16px;
  width: 110px;
  margin-right: 16px;
  pointer-events: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 869.291 287.244%27 height=%27287.244%27 width=%27869.291%27 xml:space=%27preserve%27%3E%3Cpath style=%27fill:%23737373;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27m0 0-6.387-18.197H6.567L.211 0Zm4.459 8.014 16.268-43.202h-8.254L8.646-24.463H-8.375l-3.676-10.725h-8.194L-3.977 8.014Z%27 transform=%27matrix%281.33333 0 0 -1.33333 590.984 125.874%29%27/%3E%3Cpath style=%27fill:%23737373;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M0 0h24.734v-2.922L8.496-25.187h16.328v-5.784H-1.145v3.465L14.853-5.785H0Z%27 transform=%27matrix%281.33333 0 0 -1.33333 623.492 131.498%29%27/%3E%3Cg clip-path=%27url%28%23a%29%27 transform=%27matrix%281.33333 0 0 -1.33333 0 287.244%29%27%3E%3Cpath style=%27fill:%23737373;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M0 0v-30.971h-7.352v4.068h-.12c-.964-1.407-2.255-2.506-3.871-3.3-1.617-.793-3.429-1.19-5.438-1.19-3.595 0-6.332 1.019-8.209 3.059-1.879 2.038-2.818 5.206-2.818 9.504V0h7.381v-17.956c0-2.611.518-4.574 1.552-5.89 1.034-1.316 2.596-1.973 4.685-1.973 2.068 0 3.725.728 4.971 2.184 1.245 1.456 1.867 3.36 1.867 5.709V0z%27 transform=%27translate%28523.469 116.81%29%27/%3E%3Cpath style=%27fill:%23737373;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M0 0c.582 0 1.104-.04 1.566-.12a6.711 6.711 0 0 0 1.175-.301v-7.382c-.382.282-.938.547-1.672.799-.733.251-1.622.376-2.666.376-1.788 0-3.299-.753-4.534-2.259-1.235-1.507-1.852-3.826-1.852-6.96v-15.635h-7.291v30.97h7.291v-4.881h.12c.663 1.687 1.667 3.008 3.012 3.962C-3.505-.477-1.888 0 0 0%27 transform=%27translate%28545.42 117.322%29%27/%3E%3Cpath style=%27fill:%23737373;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M0 0c0 2.41-.558 4.248-1.672 5.513-1.115 1.265-2.686 1.898-4.715 1.898-1.748 0-3.314-.628-4.7-1.883C-12.473 4.272-13.396 2.43-13.858 0Zm4.67-10.816v-5.995c-1.205-.764-2.782-1.381-4.731-1.853-1.948-.472-4.026-.708-6.236-.708-4.72 0-8.39 1.396-11.011 4.188-2.621 2.791-3.931 6.678-3.931 11.659 0 4.8 1.4 8.752 4.202 11.855 2.802 3.103 6.351 4.654 10.65 4.654 4.278 0 7.607-1.31 9.988-3.931C5.98 6.432 7.17 2.812 7.17-1.808v-3.525h-21.209c.321-3.113 1.32-5.287 2.997-6.522 1.677-1.235 3.842-1.853 6.493-1.853 1.747 0 3.414.266 5.001.798 1.586.533 2.992 1.23 4.218 2.094%27 transform=%27translate%28569.734 104.459%29%27/%3E%3C/g%3E%3Cg clip-path=%27url%28%23b%29%27 transform=%27matrix%281.33333 0 0 -1.33333 0 287.244%29%27%3E%3Cpath style=%27fill:%23737373;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M0 0h-10.858v-25.004h-7.38V0h-5.182v5.964h5.182v4.308c0 3.254 1.059 5.92 3.178 7.999 2.119 2.079 4.835 3.118 8.148 3.118.884 0 1.667-.045 2.351-.136a9.3 9.3 0 0 0 1.807-.406v-6.296c-.241.14-.663.31-1.265.512-.603.2-1.296.301-2.078.301-1.528 0-2.702-.477-3.526-1.431-.823-.954-1.235-2.365-1.235-4.232V5.964H0v6.96l7.321 2.229V5.964h7.381V0H7.321v-14.49c0-1.909.346-3.255 1.039-4.037.693-.784 1.782-1.175 3.269-1.175.421 0 .929.1 1.521.301.592.2 1.109.441 1.552.723v-6.025c-.463-.261-1.231-.502-2.305-.723a15.742 15.742 0 0 0-3.178-.331c-3.073 0-5.378.817-6.914 2.454C.768-21.666 0-19.201 0-15.906Zm-48.407-9.731c0-3.234.733-5.704 2.199-7.411 1.466-1.707 3.564-2.56 6.296-2.56 2.652 0 4.67.853 6.055 2.56 1.386 1.707 2.079 4.238 2.079 7.592 0 3.333-.718 5.849-2.154 7.547-1.436 1.697-3.449 2.545-6.04 2.545-2.672 0-4.745-.889-6.221-2.667-1.476-1.776-2.214-4.312-2.214-7.606m-7.592-.241c0 5.122 1.446 9.178 4.338 12.171 2.892 2.992 6.909 4.489 12.051 4.489 4.839 0 8.62-1.441 11.342-4.323 2.721-2.883 4.082-6.774 4.082-11.674 0-5.022-1.446-9.018-4.338-11.99-2.892-2.973-6.829-4.458-11.809-4.458-4.801 0-8.612 1.41-11.433 4.232-2.822 2.821-4.233 6.673-4.233 11.553m-16.417 7.803c0-1.045.331-1.863.994-2.456.662-.592 2.128-1.34 4.399-2.244 2.911-1.165 4.955-2.475 6.129-3.931 1.176-1.456 1.763-3.219 1.763-5.287 0-2.913-1.119-5.252-3.359-7.019-2.239-1.769-5.267-2.651-9.083-2.651-1.285 0-2.706.155-4.263.466-1.556.312-2.877.708-3.961 1.19v7.17a17.945 17.945 0 0 1 4.278-2.198c1.526-.543 2.912-.815 4.157-.815 1.647 0 2.862.231 3.646.694.783.461 1.174 1.235 1.174 2.319 0 1.005-.406 1.853-1.22 2.546-.813.693-2.355 1.491-4.624 2.395-2.692 1.124-4.599 2.39-5.724 3.795-1.125 1.406-1.687 3.194-1.687 5.363 0 2.791 1.109 5.086 3.329 6.884 2.218 1.797 5.096 2.696 8.631 2.696 1.084 0 2.299-.121 3.645-.361 1.346-.241 2.47-.554 3.375-.935v-6.929c-.965.644-2.09 1.195-3.375 1.658-1.286.462-2.561.693-3.826.693-1.386 0-2.465-.271-3.238-.813-.774-.543-1.16-1.287-1.16-2.23m-35.065-7.562c0-3.234.732-5.704 2.199-7.411 1.465-1.707 3.564-2.56 6.295-2.56 2.652 0 4.67.853 6.055 2.56 1.387 1.707 2.079 4.238 2.079 7.592 0 3.333-.718 5.849-2.154 7.547C-94.443-.306-96.456.542-99.046.542c-2.672 0-4.746-.889-6.222-2.667-1.476-1.776-2.213-4.312-2.213-7.606m-7.593-.241c0 5.122 1.446 9.178 4.339 12.171 2.892 2.992 6.908 4.489 12.049 4.489 4.841 0 8.622-1.441 11.343-4.323 2.721-2.883 4.082-6.774 4.082-11.674 0-5.022-1.446-9.018-4.338-11.99-2.892-2.973-6.828-4.458-11.809-4.458-4.801 0-8.612 1.41-11.433 4.232-2.822 2.821-4.233 6.673-4.233 11.553m-3.136 16.449c.583 0 1.105-.041 1.567-.121a6.56 6.56 0 0 0 1.175-.301v-7.381c-.382.282-.939.547-1.672.799-.733.251-1.622.376-2.666.376-1.788 0-3.299-.753-4.534-2.259-1.235-1.507-1.853-3.826-1.853-6.959v-15.635h-7.29V5.964h7.29v-4.88h.12c.663 1.687 1.667 3.007 3.013 3.962 1.346.953 2.962 1.431 4.85 1.431m-27.956-26.179c1.084 0 2.279.25 3.585.753a15.06 15.06 0 0 1 3.615 1.988v-6.778c-1.165-.663-2.485-1.165-3.962-1.506-1.475-.342-3.098-.512-4.865-.512-4.559 0-8.265 1.44-11.116 4.322-2.852 2.882-4.278 6.562-4.278 11.041 0 4.981 1.457 9.083 4.369 12.307 2.911 3.223 7.039 4.835 12.381 4.835 1.366 0 2.746-.176 4.143-.528 1.395-.351 2.504-.757 3.328-1.219v-6.99c-1.125.824-2.274 1.462-3.45 1.914a9.966 9.966 0 0 1-3.599.678c-2.872 0-5.192-.935-6.959-2.802-1.768-1.868-2.651-4.388-2.651-7.562 0-3.133.848-5.573 2.545-7.321 1.697-1.747 4.002-2.62 6.914-2.62m-22.112-5.302h-7.29V5.965h7.29zm-8.044 39.916c0 1.205.437 2.214 1.311 3.027.874.814 1.912 1.221 3.117 1.221 1.286 0 2.351-.418 3.194-1.25.844-.834 1.265-1.834 1.265-2.998 0-1.185-.431-2.18-1.295-2.982-.864-.804-1.918-1.205-3.164-1.205-1.245 0-2.294.406-3.147 1.219-.855.814-1.281 1.803-1.281 2.968m-6.273 3.283v-43.199h-7.501v33.86h-.12l-13.407-33.86h-4.97l-13.738 33.86h-.09v-33.86h-6.929v43.199h10.755l12.412-32.023h.18l13.105 32.023z%27 transform=%27translate%28394.942 110.844%29%27/%3E%3C/g%3E%3Cpath style=%27fill:%23f25022;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M106.213 109.22H71.995v34.218h34.218z%27 transform=%27matrix%281.33333 0 0 -1.33333 0 287.244%29%27/%3E%3Cpath style=%27fill:%237fba00;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M143.993 109.22h-34.218v34.218h34.218z%27 transform=%27matrix%281.33333 0 0 -1.33333 0 287.244%29%27/%3E%3Cpath style=%27fill:%2300a4ef;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M106.213 71.44H71.995v34.218h34.218z%27 transform=%27matrix%281.33333 0 0 -1.33333 0 287.244%29%27/%3E%3Cpath style=%27fill:%23ffb900;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M143.993 71.44h-34.218v34.218h34.218z%27 transform=%27matrix%281.33333 0 0 -1.33333 0 287.244%29%27/%3E%3Cpath style=%27fill:%23f25022;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M106.213 109.22H71.995v34.218h34.218z%27 transform=%27matrix%281.33333 0 0 -1.33333 0 287.244%29%27/%3E%3Cpath style=%27fill:%237fba00;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M143.993 109.22h-34.218v34.218h34.218z%27 transform=%27matrix%281.33333 0 0 -1.33333 0 287.244%29%27/%3E%3Cpath style=%27fill:%2300a4ef;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M106.213 71.44H71.995v34.218h34.218z%27 transform=%27matrix%281.33333 0 0 -1.33333 0 287.244%29%27/%3E%3Cpath style=%27fill:%23ffb900;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M143.993 71.44h-34.218v34.218h34.218z%27 transform=%27matrix%281.33333 0 0 -1.33333 0 287.244%29%27/%3E%3C/svg%3E");
}
.atlas-map .azure-map-logo:last-child {
  margin-right: 5px;
}
.atlas-map .azure-map-copyright {
  margin-left: 16px;
  margin-right: 16px;
  font-family: Segoe UI;
  font-size: 12px;
  line-height: 19px;
  color: #666666;
  text-decoration: none;
  pointer-events: initial;
}
.atlas-map .map-copyright.without-bg.light .azure-map-copyright,
.atlas-map .map-copyright.without-bg.light .azure-map-feedback-text {
  text-shadow: #fff 1px 1px;
}
.atlas-map .map-copyright.without-bg.light .azure-map-feedback-text {
  color: #000;
}
.atlas-map .map-copyright.without-bg.dark .azure-map-copyright,
.atlas-map .map-copyright.without-bg.dark .azure-map-feedback-text {
  text-shadow: #000 1px 1px;
}
.atlas-map .map-copyright.without-bg.dark .azure-map-feedback-text {
  color: #ccc;
}
.atlas-map .map-copyright.without-bg .azure-map-copyright {
  margin-right: 0;
  font-size: 9px;
  line-height: 12px;
}
.atlas-map .map-copyright.without-bg .azure-map-feedback-text {
  margin-right: 10px;
  pointer-events: auto;
  font-family: Segoe UI;
  font-size: 9px;
  line-height: 12px;
  text-underline-position: under;
}
.atlas-map .map-logo-control {
  order: 1;
  display: flex;
  margin: 10px 10px 4px 10px;
}
.atlas-map .map-logo-control.dark .azure-map-logo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 869.291 287.244%27 height=%27287.244%27 width=%27869.291%27 xml:space=%27preserve%27%3E%3Cpath style=%27fill:%23fff;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27m0 0-6.387-18.197H6.567L.211 0Zm4.459 8.014 16.268-43.202h-8.254L8.646-24.463H-8.375l-3.676-10.725h-8.194L-3.977 8.014Z%27 transform=%27matrix%281.33333 0 0 -1.33333 590.984 125.874%29%27/%3E%3Cpath style=%27fill:%23fff;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M0 0h24.734v-2.922L8.496-25.187h16.328v-5.784H-1.145v3.465L14.853-5.785H0Z%27 transform=%27matrix%281.33333 0 0 -1.33333 623.492 131.498%29%27/%3E%3Cg clip-path=%27url%28%23a%29%27 transform=%27matrix%281.33333 0 0 -1.33333 0 287.244%29%27%3E%3Cpath style=%27fill:%23fff;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M0 0v-30.971h-7.352v4.068h-.12c-.964-1.407-2.255-2.506-3.871-3.3-1.617-.793-3.429-1.19-5.438-1.19-3.595 0-6.332 1.019-8.209 3.059-1.879 2.038-2.818 5.206-2.818 9.504V0h7.381v-17.956c0-2.611.518-4.574 1.552-5.89 1.034-1.316 2.596-1.973 4.685-1.973 2.068 0 3.725.728 4.971 2.184 1.245 1.456 1.867 3.36 1.867 5.709V0z%27 transform=%27translate%28523.469 116.81%29%27/%3E%3Cpath style=%27fill:%23fff;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M0 0c.582 0 1.104-.04 1.566-.12a6.711 6.711 0 0 0 1.175-.301v-7.382c-.382.282-.938.547-1.672.799-.733.251-1.622.376-2.666.376-1.788 0-3.299-.753-4.534-2.259-1.235-1.507-1.852-3.826-1.852-6.96v-15.635h-7.291v30.97h7.291v-4.881h.12c.663 1.687 1.667 3.008 3.012 3.962C-3.505-.477-1.888 0 0 0%27 transform=%27translate%28545.42 117.322%29%27/%3E%3Cpath style=%27fill:%23fff;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M0 0c0 2.41-.558 4.248-1.672 5.513-1.115 1.265-2.686 1.898-4.715 1.898-1.748 0-3.314-.628-4.7-1.883C-12.473 4.272-13.396 2.43-13.858 0Zm4.67-10.816v-5.995c-1.205-.764-2.782-1.381-4.731-1.853-1.948-.472-4.026-.708-6.236-.708-4.72 0-8.39 1.396-11.011 4.188-2.621 2.791-3.931 6.678-3.931 11.659 0 4.8 1.4 8.752 4.202 11.855 2.802 3.103 6.351 4.654 10.65 4.654 4.278 0 7.607-1.31 9.988-3.931C5.98 6.432 7.17 2.812 7.17-1.808v-3.525h-21.209c.321-3.113 1.32-5.287 2.997-6.522 1.677-1.235 3.842-1.853 6.493-1.853 1.747 0 3.414.266 5.001.798 1.586.533 2.992 1.23 4.218 2.094%27 transform=%27translate%28569.734 104.459%29%27/%3E%3C/g%3E%3Cg clip-path=%27url%28%23b%29%27 transform=%27matrix%281.33333 0 0 -1.33333 0 287.244%29%27%3E%3Cpath style=%27fill:%23fff;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M0 0h-10.858v-25.004h-7.38V0h-5.182v5.964h5.182v4.308c0 3.254 1.059 5.92 3.178 7.999 2.119 2.079 4.835 3.118 8.148 3.118.884 0 1.667-.045 2.351-.136a9.3 9.3 0 0 0 1.807-.406v-6.296c-.241.14-.663.31-1.265.512-.603.2-1.296.301-2.078.301-1.528 0-2.702-.477-3.526-1.431-.823-.954-1.235-2.365-1.235-4.232V5.964H0v6.96l7.321 2.229V5.964h7.381V0H7.321v-14.49c0-1.909.346-3.255 1.039-4.037.693-.784 1.782-1.175 3.269-1.175.421 0 .929.1 1.521.301.592.2 1.109.441 1.552.723v-6.025c-.463-.261-1.231-.502-2.305-.723a15.742 15.742 0 0 0-3.178-.331c-3.073 0-5.378.817-6.914 2.454C.768-21.666 0-19.201 0-15.906Zm-48.407-9.731c0-3.234.733-5.704 2.199-7.411 1.466-1.707 3.564-2.56 6.296-2.56 2.652 0 4.67.853 6.055 2.56 1.386 1.707 2.079 4.238 2.079 7.592 0 3.333-.718 5.849-2.154 7.547-1.436 1.697-3.449 2.545-6.04 2.545-2.672 0-4.745-.889-6.221-2.667-1.476-1.776-2.214-4.312-2.214-7.606m-7.592-.241c0 5.122 1.446 9.178 4.338 12.171 2.892 2.992 6.909 4.489 12.051 4.489 4.839 0 8.62-1.441 11.342-4.323 2.721-2.883 4.082-6.774 4.082-11.674 0-5.022-1.446-9.018-4.338-11.99-2.892-2.973-6.829-4.458-11.809-4.458-4.801 0-8.612 1.41-11.433 4.232-2.822 2.821-4.233 6.673-4.233 11.553m-16.417 7.803c0-1.045.331-1.863.994-2.456.662-.592 2.128-1.34 4.399-2.244 2.911-1.165 4.955-2.475 6.129-3.931 1.176-1.456 1.763-3.219 1.763-5.287 0-2.913-1.119-5.252-3.359-7.019-2.239-1.769-5.267-2.651-9.083-2.651-1.285 0-2.706.155-4.263.466-1.556.312-2.877.708-3.961 1.19v7.17a17.945 17.945 0 0 1 4.278-2.198c1.526-.543 2.912-.815 4.157-.815 1.647 0 2.862.231 3.646.694.783.461 1.174 1.235 1.174 2.319 0 1.005-.406 1.853-1.22 2.546-.813.693-2.355 1.491-4.624 2.395-2.692 1.124-4.599 2.39-5.724 3.795-1.125 1.406-1.687 3.194-1.687 5.363 0 2.791 1.109 5.086 3.329 6.884 2.218 1.797 5.096 2.696 8.631 2.696 1.084 0 2.299-.121 3.645-.361 1.346-.241 2.47-.554 3.375-.935v-6.929c-.965.644-2.09 1.195-3.375 1.658-1.286.462-2.561.693-3.826.693-1.386 0-2.465-.271-3.238-.813-.774-.543-1.16-1.287-1.16-2.23m-35.065-7.562c0-3.234.732-5.704 2.199-7.411 1.465-1.707 3.564-2.56 6.295-2.56 2.652 0 4.67.853 6.055 2.56 1.387 1.707 2.079 4.238 2.079 7.592 0 3.333-.718 5.849-2.154 7.547C-94.443-.306-96.456.542-99.046.542c-2.672 0-4.746-.889-6.222-2.667-1.476-1.776-2.213-4.312-2.213-7.606m-7.593-.241c0 5.122 1.446 9.178 4.339 12.171 2.892 2.992 6.908 4.489 12.049 4.489 4.841 0 8.622-1.441 11.343-4.323 2.721-2.883 4.082-6.774 4.082-11.674 0-5.022-1.446-9.018-4.338-11.99-2.892-2.973-6.828-4.458-11.809-4.458-4.801 0-8.612 1.41-11.433 4.232-2.822 2.821-4.233 6.673-4.233 11.553m-3.136 16.449c.583 0 1.105-.041 1.567-.121a6.56 6.56 0 0 0 1.175-.301v-7.381c-.382.282-.939.547-1.672.799-.733.251-1.622.376-2.666.376-1.788 0-3.299-.753-4.534-2.259-1.235-1.507-1.853-3.826-1.853-6.959v-15.635h-7.29V5.964h7.29v-4.88h.12c.663 1.687 1.667 3.007 3.013 3.962 1.346.953 2.962 1.431 4.85 1.431m-27.956-26.179c1.084 0 2.279.25 3.585.753a15.06 15.06 0 0 1 3.615 1.988v-6.778c-1.165-.663-2.485-1.165-3.962-1.506-1.475-.342-3.098-.512-4.865-.512-4.559 0-8.265 1.44-11.116 4.322-2.852 2.882-4.278 6.562-4.278 11.041 0 4.981 1.457 9.083 4.369 12.307 2.911 3.223 7.039 4.835 12.381 4.835 1.366 0 2.746-.176 4.143-.528 1.395-.351 2.504-.757 3.328-1.219v-6.99c-1.125.824-2.274 1.462-3.45 1.914a9.966 9.966 0 0 1-3.599.678c-2.872 0-5.192-.935-6.959-2.802-1.768-1.868-2.651-4.388-2.651-7.562 0-3.133.848-5.573 2.545-7.321 1.697-1.747 4.002-2.62 6.914-2.62m-22.112-5.302h-7.29V5.965h7.29zm-8.044 39.916c0 1.205.437 2.214 1.311 3.027.874.814 1.912 1.221 3.117 1.221 1.286 0 2.351-.418 3.194-1.25.844-.834 1.265-1.834 1.265-2.998 0-1.185-.431-2.18-1.295-2.982-.864-.804-1.918-1.205-3.164-1.205-1.245 0-2.294.406-3.147 1.219-.855.814-1.281 1.803-1.281 2.968m-6.273 3.283v-43.199h-7.501v33.86h-.12l-13.407-33.86h-4.97l-13.738 33.86h-.09v-33.86h-6.929v43.199h10.755l12.412-32.023h.18l13.105 32.023z%27 transform=%27translate%28394.942 110.844%29%27/%3E%3C/g%3E%3Cpath style=%27fill:%23f25022;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M106.213 109.22H71.995v34.218h34.218z%27 transform=%27matrix%281.33333 0 0 -1.33333 0 287.244%29%27/%3E%3Cpath style=%27fill:%237fba00;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M143.993 109.22h-34.218v34.218h34.218z%27 transform=%27matrix%281.33333 0 0 -1.33333 0 287.244%29%27/%3E%3Cpath style=%27fill:%2300a4ef;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M106.213 71.44H71.995v34.218h34.218z%27 transform=%27matrix%281.33333 0 0 -1.33333 0 287.244%29%27/%3E%3Cpath style=%27fill:%23ffb900;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M143.993 71.44h-34.218v34.218h34.218z%27 transform=%27matrix%281.33333 0 0 -1.33333 0 287.244%29%27/%3E%3Cpath style=%27fill:%23f25022;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M106.213 109.22H71.995v34.218h34.218z%27 transform=%27matrix%281.33333 0 0 -1.33333 0 287.244%29%27/%3E%3Cpath style=%27fill:%237fba00;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M143.993 109.22h-34.218v34.218h34.218z%27 transform=%27matrix%281.33333 0 0 -1.33333 0 287.244%29%27/%3E%3Cpath style=%27fill:%2300a4ef;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M106.213 71.44H71.995v34.218h34.218z%27 transform=%27matrix%281.33333 0 0 -1.33333 0 287.244%29%27/%3E%3Cpath style=%27fill:%23ffb900;fill-opacity:1;fill-rule:nonzero;stroke:none%27 d=%27M143.993 71.44h-34.218v34.218h34.218z%27 transform=%27matrix%281.33333 0 0 -1.33333 0 287.244%29%27/%3E%3C/svg%3E");
}
.atlas-map .map-logo-control .azure-map-logo {
  background-size: 130px 43px;
  height: 14px;
  width: 102px;
}
.atlas-map a.azure-map-copyright[href]:hover {
  text-decoration: underline;
}
.atlas-map .azure-map-copyright a:visited {
  color: #666666;
}
.atlas-map .azure-map-copyright a {
  color: #666666;
  text-decoration: none;
  margin-left: 4px;
}
.atlas-map .azure-map-copyright span {
  white-space: pre;
}
.atlas-map .azure-map-copyright a[href]:hover {
  text-decoration: underline;
}
.atlas-map .azure-map-copyright-context {
  margin-inline: 4px;
}
.atlas-map .azure-map-copyright-context a:empty {
  display: none;
}
.atlas-map .azure-map-feedback {
  background: no-repeat center center;
  margin-right: 16px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  pointer-events: auto;
  text-decoration: none;
}
.atlas-map .map-copyright.light .azure-map-feedback {
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Ctitle%3EFeedback%3C/title%3E%3Cpath d=%27M0 0v11h2v3.71L5.71 11H16V0H0zm1 1h14v9H5.29L3 12.29V10H1V1z%27 fill=%27%23666%27 fill-rule=%27evenodd%27/%3E%3C/svg%3E");
}
.atlas-map .map-copyright.dark .azure-map-feedback {
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Ctitle%3EFeedback%3C/title%3E%3Cpath d=%27M0 0v11h2v3.71L5.71 11H16V0H0zm1 1h14v9H5.29L3 12.29V10H1V1z%27 fill=%27%23fff%27 fill-rule=%27evenodd%27/%3E%3C/svg%3E");
}
.atlas-map .map-copyright {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: flex-end;
  bottom: 1px;
  right: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-blend-mode: normal, color, luminosity;
}
.atlas-map .map-copyright.light:not(.without-bg) {
  background: rgba(238, 238, 238, 0.8);
}
.atlas-map .map-copyright.dark:not(.without-bg) {
  background: rgba(44, 44, 44, 0.8);
}
.atlas-map .atlas-map.high-contrast-light .azure-map-copyright,
.atlas-map .map-copyright.light .azure-map-copyright {
  color: black;
  -webkit-text-fill-color: black;
  -moz-text-fill-color: black;
}
.atlas-map .atlas-map.high-contrast-dark .azure-map-copyright,
.atlas-map .map-copyright.dark .azure-map-copyright {
  color: #CCC;
  -webkit-text-fill-color: #CCC;
  -moz-text-fill-color: #CCC;
}
.atlas-map .marker-collection-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
.atlas-map .marker-container {
  pointer-events: auto;
}
.atlas-map .popup-collection-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.atlas-map .popup-container {
  display: flex;
  pointer-events: auto;
}
.atlas-map .popup-container.bottom,
.atlas-map .popup-container.bottom-left,
.atlas-map .popup-container.bottom-right {
  flex-direction: column;
}
.atlas-map .popup-container.left {
  flex-direction: row-reverse;
}
.atlas-map .popup-container.right {
  flex-direction: row;
}
.atlas-map .popup-container.top,
.atlas-map .popup-container.top-left,
.atlas-map .popup-container.top-right {
  flex-direction: column-reverse;
}
.atlas-map .popup-content-container {
  display: block;
  box-shadow: -3px -3px 4px rgba(0, 0, 0, 0.32);
  min-width: 30px;
  border-radius: 4px;
  white-space: nowrap;
  position: relative;
}
.atlas-map .popup-container.top-left > .popup-content-container {
  border-top-left-radius: 0;
}
.atlas-map .popup-container.top-right > .popup-content-container {
  border-top-right-radius: 0;
}
.atlas-map .popup-container.bottom-left > .popup-content-container {
  border-bottom-left-radius: 0;
}
.atlas-map .popup-container.bottom-right > .popup-content-container {
  border-bottom-right-radius: 0;
}
.atlas-map .popup-close {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #444;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
}
.atlas-map .popup-close:hover {
  color: #222;
}
.atlas-map .popup-arrow {
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1;
}
.atlas-map .popup-container.bottom > .popup-arrow {
  align-self: center;
  border-bottom: none;
  border-top-color: inherit;
}
.atlas-map .popup-container.bottom-left > .popup-arrow {
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: inherit;
}
.atlas-map .popup-container.bottom-right > .popup-arrow {
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: inherit;
}
.atlas-map .popup-container.left > .popup-arrow {
  align-self: center;
  border-left: none;
  border-right-color: inherit;
}
.atlas-map .popup-container.right > .popup-arrow {
  align-self: center;
  border-right: none;
  border-left-color: inherit;
}
.atlas-map .popup-container.top > .popup-arrow {
  align-self: center;
  border-top: none;
  border-bottom-color: inherit;
}
.atlas-map .popup-container.top-left > .popup-arrow {
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: inherit;
}
.atlas-map .popup-container.top-right > .popup-arrow {
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: inherit;
}
.atlas-map .azure-maps-control-popup-template {
  position: relative;
  padding: 10px;
  max-width: 550px;
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.atlas-map .azure-maps-control-popup-template h1,
.atlas-map .azure-maps-control-popup-template h2,
.atlas-map .azure-maps-control-popup-template h3 {
  margin: 0 !important;
}
.atlas-map .azure-maps-control-popup-template iframe {
  border: 0;
}
@media screen and (max-width: 340px) {
  .atlas-map .azure-maps-control-popup-template {
    max-width: 300px;
  }
}
.atlas-map .azure-maps-control-popup-template-title {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  word-wrap: break-word;
  white-space: normal;
}
.atlas-map .azure-maps-control-popup-template-content {
  width: 100%;
  overflow-y: auto;
  max-height: 280px;
}
.atlas-map .azure-maps-control-popup-template-content-item {
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  width: 100%;
  padding-top: 10px;
  word-wrap: break-word;
  white-space: normal;
}
.atlas-map .azure-maps-control-popup-template-table {
  font-size: 12px;
  width: 100%;
  padding-top: 10px;
  border-collapse: collapse;
}
.atlas-map .azure-maps-control-popup-template-table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.5);
}
.atlas-map .azure-maps-control-popup-template-table tr:nth-child(odd) {
  background-color: rgba(225, 225, 225, 0.5);
}
.atlas-map .azure-maps-control-popup-template-table th {
  border-right: 1px solid rgba(150, 150, 150, 0.5);
}
.atlas-map .azure-maps-control-popup-template-table th,
.atlas-map .azure-maps-control-popup-template-table td {
  padding: 6px 8px;
  text-align: left;
  vertical-align: top;
  word-wrap: normal;
  font-size: 12px;
  font-weight: normal;
}
.atlas-map .incident-popup-content {
  color: #231F20;
  min-width: 140px;
  padding: 0;
  margin: 0;
}
.atlas-map .incident-popup-header {
  color: inherit;
  height: 23px;
  margin: 0;
  padding: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.atlas-map .incident-popup-title {
  color: inherit;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
}
.atlas-map .incident-popup-subtitle {
  color: inherit;
  font-size: 8px;
  line-height: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
}
.atlas-map .incident-popup-body {
  color: inherit;
  padding: 8px;
  margin: 0;
}
.atlas-map .incident-popup-info > .message {
  display: inline-block;
  color: inherit;
  font-size: 8pt;
  line-height: 10pt;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 5pt;
}
.atlas-map .incident-popup-info > .icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10pt 10pt;
  height: 10pt;
  width: 10pt;
}
.atlas-map .incident-popup-info > .delay {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNy4wMDE5IDM3Ij48dGl0bGU+aW5jaWRlbnQ8L3RpdGxlPjxwb2x5Z29uIHBvaW50cz0iMzAuNDQ5IDIwLjQ0OCAxNi44MzggMjAuNDQ4IDE2LjgzOCA2Ljg0MSAxOS41MDQgNi44NDEgMTkuNTA0IDE3Ljc4NiAzMC40NDkgMTcuNzg2IDMwLjQ0OSAyMC40NDgiIGZpbGw9IiM2NzY4NjciLz48cGF0aCBkPSJNMTguNTAxOSwzN2ExOC41LDE4LjUsMCwxLDEsMC0zN1YyLjY2MkExNS44MzgsMTUuODM4LDAsMSwwLDM0LjMzNjIsMTguNWgyLjY2NTdBMTguNTIxMSwxOC41MjExLDAsMCwxLDE4LjUwMTksMzdaIiBmaWxsPSIjNjc2ODY3Ii8+PHBhdGggZD0iTTE5LjczMDYsMi43MWMtLjQwNTItLjAzLS44MTQyLS4wNDgzLTEuMjI4Ny0uMDQ4M1YwYy40ODE1LDAsLjk2MTEuMDE4NiwxLjQzMzIuMDU1OFoiIGZpbGw9IiM2NzY4NjciLz48cGF0aCBkPSJNMzMuODk5MywxNC43Nzg0YTE1Ljg4NjUsMTUuODg2NSwwLDAsMC0uNzcxNS0yLjM1NzFsMi40NjEyLTEuMDI2MWExOC43ODcyLDE4Ljc4NzIsMCwwLDEsLjkwMTYsMi43NTQ5Wm0tMS45MDM1LTQuNTY5MmExNS44MiwxNS44MiwwLDAsMC0xLjQ2MTEtMi4wMDc2bDIuMDIyNS0xLjczMjVhMTguMzI4NiwxOC4zMjg2LDAsMCwxLDEuNzEsMi4zNDIyWk0yOC43NzgsNi40NDY3YTE2LjY4NjEsMTYuNjg2MSwwLDAsMC0yLjAxNjktMS40NjExTDI4LjE1OSwyLjcxNzdhMTguODE3MiwxOC44MTcyLDAsMCwxLDIuMzQ0MSwxLjY5OTFaTTI0LjU1NDUsMy44NjI4YTE1LjU1ODIsMTUuNTU4MiwwLDAsMC0yLjM2NjQtLjc2NTlMMjIuODA5LjUwMTlhMTkuNTM0LDE5LjUzNCwwLDAsMSwyLjc1NjguODkyM1oiIGZpbGw9IiM2NzY4NjciLz48cGF0aCBkPSJNMzcuMDAxOSwxOC41SDM0LjMzNjJjMC0uNDE2NC0uMDE0OS0uODI1NC0uMDQ2NS0xLjIzMDZsMi42NTgzLS4yMDA4QzM2Ljk4MzMsMTcuNTQwOCwzNy4wMDE5LDE4LjAxNjcsMzcuMDAxOSwxOC41WiIgZmlsbD0iIzY3Njg2NyIvPjwvc3ZnPg==);
}
.atlas-map .incident-popup-info > .length {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMSAyNiI+PHRpdGxlPmluY2lkZW50PC90aXRsZT48cGF0aCBkPSJNMCwyLjE2NjdWMEgzMVYyNkgwVjIzLjgzMzNIMi4yMTQzVjEzSDQuNDI4NlYyMy44MzMzSDguODU3MVYxOS41aDIuMjE0M3Y0LjMzMzNIMTUuNVYxM2gyLjIxNDNWMjMuODMzM2g0LjQyODZWMTkuNWgyLjIxNDN2NC4zMzMzaDQuNDI4NlYyLjE2NjdaIiBmaWxsPSIjNjc2ODY3Ii8+PC9zdmc+);
}
.atlas-map .incident-popup-info > .from {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyAzNiI+PHRpdGxlPmluY2lkZW50PC90aXRsZT48cGF0aCBkPSJNMTMuNSwwYTEzLjM3LDEzLjM3LDAsMCwxLDMuNTg1OS40NzkyLDEzLjc4NjYsMTMuNzg2NiwwLDAsMSwzLjIyNzMsMS4zNDM4LDEzLjMzODYsMTMuMzM4NiwwLDAsMSw2LjIwMTYsNy45Njg3QTEyLjkwMDksMTIuOTAwOSwwLDAsMSwyNywxMy4zMzMzYTEwLjU2NjQsMTAuNTY2NCwwLDAsMS0uMzQ4LDIuNzQsMTMuNDA1MSwxMy40MDUxLDAsMCwxLTEuMDAyLDIuNTkzOEwxMy41LDM2LDEuMzUsMTguNjY2N0ExMy40MDUsMTMuNDA1LDAsMCwxLC4zNDgsMTYuMDcyOSwxMC41NjY0LDEwLjU2NjQsMCwwLDEsMCwxMy4zMzMzLDEyLjkwMDksMTIuOTAwOSwwLDAsMSwuNDg1Miw5Ljc5MTcsMTMuNDM0NiwxMy40MzQ2LDAsMCwxLDEuODQ1Nyw2LjYwNDJhMTMuNDUzLDEzLjQ1MywwLDAsMSw0Ljg0MS00Ljc4MTJBMTMuNzg2NSwxMy43ODY1LDAsMCwxLDkuOTE0MS40NzkyLDEzLjM3LDEzLjM3LDAsMCwxLDEzLjUsME0yMy41NDA2LDE3LjYyNXEwLS4wMjA4LjAxMDUtLjAyMDh0LjAxMDUtLjAyMDhhOC45OCw4Ljk4LDAsMCwwLC44MDE2LTIuMDYyNSw4Ljg4MTYsOC44ODE2LDAsMCwwLC4yNzQyLTIuMTg3NSwxMC41MzM3LDEwLjUzMzcsMCwwLDAtLjg3NTQtNC4yNzA4LDExLjE1NjEsMTEuMTU2MSwwLDAsMC0yLjM5NDEtMy41LDExLjMxLDExLjMxLDAsMCwwLTMuNTQzNy0yLjM2NDZBMTAuODk2MSwxMC44OTYxLDAsMCwwLDEzLjUsMi4zMzMzYTEwLjg5NjEsMTAuODk2MSwwLDAsMC00LjMyNDIuODY0NkExMS4zMSwxMS4zMSwwLDAsMCw1LjYzMiw1LjU2MjVhMTEuMTU2MSwxMS4xNTYxLDAsMCwwLTIuMzk0MSwzLjUsMTAuNTMzNywxMC41MzM3LDAsMCwwLS44NzU0LDQuMjcwOCw4Ljg4MTUsOC44ODE1LDAsMCwwLC4yNzQyLDIuMTg3NSw4Ljk4LDguOTgsMCwwLDAsLjgwMTYsMi4wNjI1cTAsLjAyMDguMDEwNS4wMjA4dC4wMTA1LjAyMDhMMTMuNSwzMC43OTE3LDIzLjU0MDYsMTcuNjI1TTEzLjUsNS41YTcuODEyMiw3LjgxMjIsMCwwLDEsMy4wOS42MTQ2LDguMDA5Myw4LjAwOTMsMCwwLDEsMi41MjA3LDEuNjc3MSw3LjksNy45LDAsMCwxLDEuNjk4LDIuNDksNy43OTYsNy43OTYsMCwwLDEsMCw2LjEwNDIsNy45LDcuOSwwLDAsMS0xLjY5OCwyLjQ5QTguMDA5Myw4LjAwOTMsMCwwLDEsMTYuNTksMjAuNTUyMWE4LjA3NjQsOC4wNzY0LDAsMCwxLTYuMTgsMEE4LjAwOTIsOC4wMDkyLDAsMCwxLDcuODg5MSwxOC44NzVhNy45LDcuOSwwLDAsMS0xLjY5OC0yLjQ5LDcuNzk2LDcuNzk2LDAsMCwxLDAtNi4xMDQyLDcuOSw3LjksMCwwLDEsMS42OTgtMi40OUE4LjAwOTIsOC4wMDkyLDAsMCwxLDEwLjQxLDYuMTE0Niw3LjgxMjMsNy44MTIzLDAsMCwxLDEzLjUsNS41bTAsMTMuMzMzM2E1LjU0MDcsNS41NDA3LDAsMCwwLDUuMTM2My0zLjM1NDIsNS41NCw1LjU0LDAsMCwwLDAtNC4yOTE3LDUuNTA1NCw1LjUwNTQsMCwwLDAtMS4xOTE4LTEuNzUsNS42Mjg5LDUuNjI4OSwwLDAsMC03Ljg4OTEsMCw1LjUwNTQsNS41MDU0LDAsMCwwLTEuMTkxOCwxLjc1LDUuNTQsNS41NCwwLDAsMCwwLDQuMjkxNyw1LjUwNTQsNS41MDU0LDAsMCwwLDEuMTkxOCwxLjc1QTUuNTY5NCw1LjU2OTQsMCwwLDAsMTMuNSwxOC44MzMzWiIgZmlsbD0iIzY3Njg2NyIvPjwvc3ZnPg==);
}
.atlas-map .incident-popup-info > .to {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyAzNiI+PHRpdGxlPmluY2lkZW50PC90aXRsZT48cGF0aCBkPSJNMTMuNSwwYTEzLjM3LDEzLjM3LDAsMCwxLDMuNTg1OS40NzkyLDEzLjc4NjYsMTMuNzg2NiwwLDAsMSwzLjIyNzMsMS4zNDM4LDEzLjMzODYsMTMuMzM4NiwwLDAsMSw2LjIwMTYsNy45Njg3QTEyLjkwMDksMTIuOTAwOSwwLDAsMSwyNywxMy4zMzMzYTEwLjU2NjQsMTAuNTY2NCwwLDAsMS0uMzQ4LDIuNzQsMTMuNDA1MSwxMy40MDUxLDAsMCwxLTEuMDAyLDIuNTkzOEwxMy41LDM2LDEuMzUsMTguNjY2N0ExMy40MDUsMTMuNDA1LDAsMCwxLC4zNDgsMTYuMDcyOSwxMC41NjY0LDEwLjU2NjQsMCwwLDEsMCwxMy4zMzMzLDEyLjkwMDksMTIuOTAwOSwwLDAsMSwuNDg1Miw5Ljc5MTcsMTMuNDM0NiwxMy40MzQ2LDAsMCwxLDEuODQ1Nyw2LjYwNDJhMTMuNDUzLDEzLjQ1MywwLDAsMSw0Ljg0MS00Ljc4MTJBMTMuNzg2NSwxMy43ODY1LDAsMCwxLDkuOTE0MS40NzkyLDEzLjM3LDEzLjM3LDAsMCwxLDEzLjUsME0yMy41NDA2LDE3LjYyNXEwLS4wMjA4LjAxMDUtLjAyMDh0LjAxMDUtLjAyMDhhOC45OCw4Ljk4LDAsMCwwLC44MDE2LTIuMDYyNSw4Ljg4MTYsOC44ODE2LDAsMCwwLC4yNzQyLTIuMTg3NSwxMC41MzM3LDEwLjUzMzcsMCwwLDAtLjg3NTQtNC4yNzA4LDExLjE1NjEsMTEuMTU2MSwwLDAsMC0yLjM5NDEtMy41LDExLjMxLDExLjMxLDAsMCwwLTMuNTQzNy0yLjM2NDZBMTAuODk2MSwxMC44OTYxLDAsMCwwLDEzLjUsMi4zMzMzYTEwLjg5NjEsMTAuODk2MSwwLDAsMC00LjMyNDIuODY0NkExMS4zMSwxMS4zMSwwLDAsMCw1LjYzMiw1LjU2MjVhMTEuMTU2MSwxMS4xNTYxLDAsMCwwLTIuMzk0MSwzLjUsMTAuNTMzNywxMC41MzM3LDAsMCwwLS44NzU0LDQuMjcwOCw4Ljg4MTUsOC44ODE1LDAsMCwwLC4yNzQyLDIuMTg3NSw4Ljk4LDguOTgsMCwwLDAsLjgwMTYsMi4wNjI1cTAsLjAyMDguMDEwNS4wMjA4dC4wMTA1LjAyMDhMMTMuNSwzMC43OTE3LDIzLjU0MDYsMTcuNjI1TTEzLjUsNS41YTcuODEyMiw3LjgxMjIsMCwwLDEsMy4wOS42MTQ2LDguMDA5Myw4LjAwOTMsMCwwLDEsMi41MjA3LDEuNjc3MSw3LjksNy45LDAsMCwxLDEuNjk4LDIuNDksNy43OTYsNy43OTYsMCwwLDEsMCw2LjEwNDIsNy45LDcuOSwwLDAsMS0xLjY5OCwyLjQ5QTguMDA5Myw4LjAwOTMsMCwwLDEsMTYuNTksMjAuNTUyMWE4LjA3NjQsOC4wNzY0LDAsMCwxLTYuMTgsMEE4LjAwOTIsOC4wMDkyLDAsMCwxLDcuODg5MSwxOC44NzVhNy45LDcuOSwwLDAsMS0xLjY5OC0yLjQ5LDcuNzk2LDcuNzk2LDAsMCwxLDAtNi4xMDQyLDcuOSw3LjksMCwwLDEsMS42OTgtMi40OUE4LjAwOTIsOC4wMDkyLDAsMCwxLDEwLjQxLDYuMTE0Niw3LjgxMjMsNy44MTIzLDAsMCwxLDEzLjUsNS41IiBmaWxsPSIjNjc2ODY3Ii8+PC9zdmc+);
}
@font-face {
  font-family: "segoeui";
  src: url('https://atlas.microsoft.com/styles/glyphs/segoeui.ttf');
}
.atlas-map .font-segoeui {
  font-family: "segoeui";
}
@font-face {
  font-family: "segoeui-b";
  src: url('https://atlas.microsoft.com/styles/glyphs/segoeuib.ttf');
}
.atlas-map .font-segoeui-b {
  font-family: "segoeui-b";
}
@font-face {
  font-family: "segoeui-i";
  src: url('https://atlas.microsoft.com/styles/glyphs/segoeuii.ttf');
}
.atlas-map .font-segoeui-i {
  font-family: "segoeui-i";
}
@font-face {
  font-family: "segoeui-sl";
  src: url('https://atlas.microsoft.com/styles/glyphs/segoeuisl.ttf');
}
.atlas-map .font-segoeui-sl {
  font-family: "segoeui-sl";
}
@font-face {
  font-family: "standard";
  src: url('https://atlas.microsoft.com/styles/glyphs/standardfont.ttf');
}
.atlas-map .font-standard {
  font-family: "standard";
}
@font-face {
  font-family: "standard-b";
  src: url('https://atlas.microsoft.com/styles/glyphs/standardfontbold.ttf');
}
.atlas-map .font-standard-b {
  font-family: "standard-b";
}
.atlas-map .atlas-control-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.atlas-map .atlas-control-container .sub-container,
.atlas-map .azure-maps-control-container > .style-options.icons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}
.atlas-map .top-left.subcontrol-container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.atlas-map .top-right.subcontrol-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.atlas-map .bottom-left.subcontrol-container {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.atlas-map .bottom-right.subcontrol-container {
  position: absolute;
  bottom: 30px;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.atlas-map .non-fixed.subcontrol-container {
  width: 100%;
  height: 100%;
}
.atlas-map .hidden-accessible-element {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  opacity: 0;
}
.atlas-map .azure-maps-control-container {
  margin: 10px;
  border-collapse: collapse;
  display: flex;
  flex-wrap: nowrap;
  pointer-events: auto;
  position: relative;
}
.atlas-map .azure-maps-control-container:not(:first-child) {
  margin-top: 2px;
}
.atlas-map .azure-maps-control-container:not(:last-child) {
  margin-bottom: 2px;
}
.atlas-map .azure-maps-control-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: collapse;
  width: 32px;
  height: 32px;
  text-align: center;
  cursor: pointer;
  line-height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 100;
}
.atlas-map .azure-maps-control-dropdown {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  padding-block: 8px;
  background-color: white;
  transform: scale(0.1, 0.1);
  transition-timing-function: ease-out;
  transition-duration: 250ms;
  position: absolute;
  z-index: 1001;
  outline: 0;
}
.atlas-map .azure-maps-control-dropdown.top-left {
  transform-origin: top left;
  left: 0;
}
.atlas-map .azure-maps-control-dropdown.top-right {
  transform-origin: top right;
  right: 0;
}
.atlas-map .azure-maps-control-dropdown.bottom-left {
  transform-origin: bottom left;
  left: 0;
  bottom: 0;
}
.atlas-map .azure-maps-control-dropdown.bottom-right {
  transform-origin: bottom right;
  right: 0;
  bottom: 0;
}
.atlas-map .azure-maps-control-container.in-use .azure-maps-control-dropdown {
  transform: scale(1, 1);
  transition-timing-function: ease-out;
  transition-duration: 250ms;
  opacity: 1;
  visibility: visible;
}
.atlas-map .azure-maps-control-list-button {
  display: flex;
  align-items: center;
  background-color: white;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.14);
  border-radius: 0px;
  border: none;
  line-height: 32px;
  padding-inline-end: 16px;
  white-space: nowrap;
}
.atlas-map .azure-maps-control-list-button.curr-style {
  border-radius: 4px;
}
.atlas-map .azure-maps-control-list-button:hover,
.atlas-map .azure-maps-control-list-button[aria-current="true"] {
  background-color: #f0f0f0;
}
.atlas-map .azure-maps-control-list-button:disabled {
  pointer-events: none;
}
.atlas-map .azure-maps-control-list-button img {
  margin: 8px;
  width: 16px;
  height: 16px;
  border: 1px solid lightgrey;
  border-radius: 2px;
}
.atlas-map .azure-maps-control-list-button.expanded {
  padding-inline-end: 64px;
  box-shadow: none;
}
.atlas-map .azure-maps-control-list-button.expanded img {
  margin-inline-end: 16px;
}
.atlas-map .tooltiptext.win.firefox {
  border: none;
  border-radius: 2px;
}
.atlas-map .tooltiptext.mac {
  border: 0.3px ButtonText solid;
  border-radius: 1px;
  padding: 0 6px;
  font-size: 0.86em;
}
.atlas-map * + .tooltiptext {
  visibility: hidden;
  background-color: ButtonFace;
  color: ButtonText;
  border: 1px ButtonText solid;
  text-align: center;
  white-space: nowrap;
  padding: 0 6px;
  position: fixed;
  z-index: 300;
  left: 0px;
  top: 0px;
  font-size: 0.94em;
  line-height: 2em;
  letter-spacing: 0.25px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: visibility 0s;
}
.atlas-map *:hover + .tooltiptext {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s;
  transition-delay: 0.6s;
}
.atlas-map *:focus-visible + .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.atlas-map .azure-maps-control-button:disabled {
  opacity: 0.6;
  pointer-events: none;
}
.atlas-map .azure-maps-control-button[aria-current="true"] {
  position: relative;
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-button,
.atlas-map .azure-maps-control-container.light .azure-maps-control-button[aria-current="true"] {
  background-color: #31acce;
}
.atlas-map .azure-maps-control-button[aria-current="true"] > .selected-icon {
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg%3E%3Cpath d=%27M5.80001 -1.90735e-06C2.59675 -1.90735e-06 5.72205e-06 2.59675 5.72205e-06 5.8C5.72205e-06 9.00325 2.59675 11.6 5.80001 11.6C9.00326 11.6 11.6 9.00325 11.6 5.8C11.6 2.59675 9.00326 -1.90735e-06 5.80001 -1.90735e-06Z%27 fill=%27%23249fc1%27/%3E%3Cpath d=%27M8.90688 2.55L4.675 6.88763L2.69275 5.0085L1.3 6.402L4.675 9.675L10.3 3.94313L8.90688 2.55Z%27 fill=%27white%27/%3E%3C/g%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 200;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-button,
.atlas-map .azure-maps-control-container.light .azure-maps-control-button {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 4px;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-button,
.atlas-map .azure-maps-control-container.dark .azure-maps-control-button {
  background-color: #011c2c;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 4px;
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-button:active,
.atlas-map .azure-maps-control-container.light .azure-maps-control-button:active {
  background-color: #f1f1f1;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-button:active,
.atlas-map .azure-maps-control-container.dark .azure-maps-control-button:active {
  background-color: #43474c;
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container > .style-options.list button,
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-button {
  border: 3px solid #000000;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container > .style-options.list button,
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-button {
  border: 3px solid #ffffff;
}
.atlas-map .azure-maps-control-button.zoom-in {
  background-size: 12px 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27%3E%3Cpath d=%27M7 4.8V.2a.215.215 0 0 0-.2-.2H5.2a.215.215 0 0 0-.2.2v4.6a.215.215 0 0 1-.2.2H.2a.215.215 0 0 0-.2.2v1.6a.215.215 0 0 0 .2.2h4.6a.215.215 0 0 1 .2.2v4.6a.215.215 0 0 0 .2.2h1.6a.215.215 0 0 0 .2-.2V7.2a.215.215 0 0 1 .2-.2h4.6a.215.215 0 0 0 .2-.2V5.2a.215.215 0 0 0-.2-.2H7.2a.215.215 0 0 1-.2-.2z%27 fill=%27%2383888d%27/%3E%3C/svg%3E");
  position: relative;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.zoom-in {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27%3E%3Cpath d=%27M7 4.8V.2a.215.215 0 00-.2-.2H5.2a.215.215 0 00-.2.2v4.6a.215.215 0 01-.2.2H.2a.215.215 0 00-.2.2v1.6a.215.215 0 00.2.2h4.6a.215.215 0 01.2.2v4.6a.215.215 0 00.2.2h1.6a.215.215 0 00.2-.2V7.2a.215.215 0 01.2-.2h4.6a.215.215 0 00.2-.2V5.2a.215.215 0 00-.2-.2H7.2a.215.215 0 01-.2-.2z%27 fill=%27%23fff%27/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.zoom-in {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27%3E%3Cpath d=%27M7 4.8V.2a.215.215 0 00-.2-.2H5.2a.215.215 0 00-.2.2v4.6a.215.215 0 01-.2.2H.2a.215.215 0 00-.2.2v1.6a.215.215 0 00.2.2h4.6a.215.215 0 01.2.2v4.6a.215.215 0 00.2.2h1.6a.215.215 0 00.2-.2V7.2a.215.215 0 01.2-.2h4.6a.215.215 0 00.2-.2V5.2a.215.215 0 00-.2-.2H7.2a.215.215 0 01-.2-.2z%27/%3E%3C/svg%3E");
}
.atlas-map .atlas-map:not(.high-contrast-light):not(.high-contrast-dark) .azure-maps-control-container.light .azure-maps-control-button.zoom-in:after {
  position: absolute;
  width: 24px;
  left: 4px;
  bottom: 0px;
  height: 1px;
  border-bottom: 0.5px solid #bababa;
}
.atlas-map .atlas-map:not(.high-contrast-light):not(.high-contrast-dark) .azure-maps-control-container.dark .azure-maps-control-button.zoom-in:after {
  position: absolute;
  width: 24px;
  left: 4px;
  bottom: 0px;
  height: 1px;
  border-bottom: 0.5px solid #43474c;
}
.atlas-map .azure-maps-control-button.zoom-in:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27%3E%3Cpath d=%27M7 4.8V.2a.215.215 0 0 0-.2-.2H5.2a.215.215 0 0 0-.2.2v4.6a.215.215 0 0 1-.2.2H.2a.215.215 0 0 0-.2.2v1.6a.215.215 0 0 0 .2.2h4.6a.215.215 0 0 1 .2.2v4.6a.215.215 0 0 0 .2.2h1.6a.215.215 0 0 0 .2-.2V7.2a.215.215 0 0 1 .2-.2h4.6a.215.215 0 0 0 .2-.2V5.2a.215.215 0 0 0-.2-.2H7.2a.215.215 0 0 1-.2-.2z%27 fill=%27%2362666a%27/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.zoom-in:active,
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.zoom-in:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27%3E%3Cpath d=%27M7 4.8V.2a.215.215 0 00-.2-.2H5.2a.215.215 0 00-.2.2v4.6a.215.215 0 01-.2.2H.2a.215.215 0 00-.2.2v1.6a.215.215 0 00.2.2h4.6a.215.215 0 01.2.2v4.6a.215.215 0 00.2.2h1.6a.215.215 0 00.2-.2V7.2a.215.215 0 01.2-.2h4.6a.215.215 0 00.2-.2V5.2a.215.215 0 00-.2-.2H7.2a.215.215 0 01-.2-.2z%27 fill=%27%237f7f7f%27/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-button.zoom-out {
  background-size: 12px 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 2%27%3E%3Cpath d=%27M11.8 2H.2a.215.215 0 0 1-.2-.2V.2A.215.215 0 0 1 .2 0h11.6a.215.215 0 0 1 .2.2v1.6a.215.215 0 0 1-.2.2z%27 fill=%27%2383888d%27/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.zoom-out {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 2%27%3E%3Cpath d=%27M11.8 2H.2a.215.215 0 01-.2-.2V.2A.215.215 0 01.2 0h11.6a.215.215 0 01.2.2v1.6a.215.215 0 01-.2.2z%27 fill=%27%23fff%27/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.zoom-out {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 2%27%3E%3Cpath d=%27M11.8 2H.2a.215.215 0 01-.2-.2V.2A.215.215 0 01.2 0h11.6a.215.215 0 01.2.2v1.6a.215.215 0 01-.2.2z%27/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-button.zoom-out:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 2%27%3E%3Cpath d=%27M11.8 2H.2a.215.215 0 0 1-.2-.2V.2A.215.215 0 0 1 .2 0h11.6a.215.215 0 0 1 .2.2v1.6a.215.215 0 0 1-.2.2z%27 fill=%27%2362666a%27/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.zoom-out:active,
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.zoom-out:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 2%27%3E%3Cpath d=%27M11.8 2H.2a.215.215 0 01-.2-.2V.2A.215.215 0 01.2 0h11.6a.215.215 0 01.2.2v1.6a.215.215 0 01-.2.2z%27 fill=%27%237f7f7f%27/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-button.traffic {
  background-size: 12px 12px;
  background-image: url("data:image/svg+xml;utf8,<svg width=%271000%27 height=%271000%27 viewBox=%270 0 1000 1000%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M334.4 867.185V969.3C334.4 983.7 346 995.3 360.4 995.3H432.7C447.1 995.3 458.7 983.7 458.7 969.3V932.8H834.5V969.3C834.5 983.7 846.1 995.3 860.5 995.3H933C947.4 995.3 959 983.7 959 969.3V774.4C959 769.7 957.4 752 955.2 748.2C955.2 748.2 949.7 737.4 941.6 714H971.3C985.8 714.1 993.4 697.3 988.5 683L979.6 657C974.7 642.6 959 631 944.6 631H914.3C895.4 577.2 875.7 529.5 869.2 514.8C858.924 491.484 829.185 483.978 807.737 478.564L807.735 478.563C804.346 477.708 801.165 476.905 798.3 476.1C798.3 476.1 770.798 467.692 683.333 465.783L641.673 513.707C643.366 513.703 645.074 513.7 646.8 513.7C815.428 513.7 826.604 540.475 827.699 543.096C827.749 543.217 827.778 543.287 827.8 543.3C829.269 547.516 831.936 553.034 835.389 560.178C844.632 579.299 859.505 610.069 872.1 658.7C872.1 658.7 797.6 682.9 646.9 682.9C586.48 682.9 538.196 679.01 502.029 674.349L426.546 761.183C441.072 762.303 467.153 774.515 484.6 783C487.19 784.269 489.819 785.51 492.432 786.743C510.002 795.035 526.9 803.011 526.9 817.2C527 832.2 519.3 839.1 493.2 839.1H458.6C427.7 839.1 396.8 834.6 396.8 813.1V795.402L334.4 867.185ZM738.617 402.186C738.171 410.367 736.26 418.406 733 425.9C784.4 429.1 805.8 434.6 810.6 436L818.4 438C844.9 444.7 889.1 455.9 907.6 497.9C910.3 504.1 915.8 517.3 922.8 534.7H933C947.4 534.7 959 523.1 959 508.7V313.9C959 309.2 957.4 291.5 955.2 287.7C955.2 287.7 949.7 276.9 941.6 253.5H971.3C985.7 253.5 993.3 236.8 988.4 222.4L979.4 196.4C974.5 182 958.8 170.4 944.4 170.4H940.106L807.289 323.187C807.828 322.926 808.365 322.664 808.9 322.4C827.2 313.4 855 300.5 869 300.5C883.3 300.5 896.7 301.4 896.7 326.5V352.5C896.7 374 865.8 378.5 834.9 378.5H800.3C781.75 378.5 772.515 374.988 768.746 367.527L738.617 402.186ZM774.214 11.163C751.992 8.19709 712.199 4.79999 646.5 4.79999C529.9 4.79999 494.9 15.5 494.9 15.5C490.554 16.9724 485.906 18.3503 481.124 19.7679L481.123 19.7681C458.949 26.3414 433.905 33.7657 422.8 55.4C418.8 63.3 406.5 93 392.4 130.8C411.6 131.2 427.4 132 441.6 132.9C448.202 117.044 454.004 105.984 458.091 98.1938L458.091 98.1929L458.091 98.1926C460.628 93.3568 462.504 89.781 463.5 87.1C463.627 86.7994 463.753 86.4762 463.888 86.1324C467.473 76.9796 476.787 53.2 646.8 53.2C682.902 53.2 711.788 54.4287 734.903 56.3854L774.214 11.163ZM581.015 233.413C578.934 228.448 577.23 224.483 576 221.7C565.724 198.384 535.985 190.878 514.537 185.464C511.148 184.608 507.966 183.805 505.1 183C505.1 183 470.1 172.3 353.5 172.3C236.9 172.3 201.9 183 201.9 183C197.563 184.469 192.928 185.844 188.162 187.259C166.002 193.834 140.993 201.256 129.8 222.9C124.4 233.4 104.4 282.5 85.2 337.9H55.4C41 337.9 25.4 349.5 20.4 363.9L11.5 389.9C6.59999 404.2 14.2 421 28.6 421H58.6C50.6 444.4 45.2 455.2 45.2 455.2C43 459 41.4 476.6 41.4 481.4V676.2C41.4 690.6 53 702.2 67.4 702.2H139.7C154.1 702.2 165.7 690.6 165.7 676.2V639.7H227.835L447.949 386.488C420.835 388.55 389.493 389.9 353.9 389.9C203 389.9 128 365.6 128 365.6C142.185 309.17 157.404 280.199 165.51 264.766L165.511 264.765L165.511 264.764C167.805 260.397 169.53 257.114 170.5 254.6C170.627 254.299 170.753 253.976 170.888 253.632C174.473 244.48 183.787 220.7 353.8 220.7C522.339 220.7 533.597 247.477 534.698 250.097L534.721 250.151C534.739 250.193 534.754 250.227 534.766 250.251C534.779 250.278 534.79 250.294 534.8 250.3C536.268 254.515 538.935 260.031 542.387 267.173L542.389 267.177L542.389 267.178C543.424 269.318 544.529 271.604 545.694 274.045L581.015 233.413ZM165.7 546.1H200.2C226.2 546.1 233.9 539.1 234 524.2C234 510.011 217.102 502.035 199.532 493.743L199.529 493.742C196.916 492.509 194.289 491.269 191.7 490C173.4 481.1 145.6 468.1 131.6 468.1C117.2 468.1 103.9 469 103.9 494.1V520.1C103.9 541.6 134.8 546.1 165.7 546.1ZM896.7 813.1C896.7 834.6 865.8 839.1 834.9 839.1H800.3C774.3 839.1 766.6 832.2 766.6 817.2C766.6 803.011 783.498 795.035 801.068 786.743L801.069 786.743L801.071 786.742L801.073 786.741C803.685 785.508 806.312 784.268 808.9 783C827.2 774 855 761.1 869 761.1C883.4 761.1 896.7 762 896.7 787.1V813.1Z%27 fill=%27gray%27/><rect x=%2773.4377%27 y=%27925.954%27 width=%271204.71%27 height=%2785.9863%27 rx=%2724%27 transform=%27rotate%28-49 73.4377 925.954%29%27 fill=%27gray%27/></svg>");
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: collapse;
  width: 32px;
  height: 32px;
  text-align: center;
  cursor: pointer;
  line-height: 32px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  z-index: 200;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
}
.atlas-map .azure-maps-control-container.in-use .azure-maps-control-button.traffic:not(:active) {
  background-image: url("data:image/svg+xml;utf8,<svg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 x=%270px%27 y=%270px%27 viewBox=%270 0 1000 1000%27 xml:space=%27preserve%27><g fill=%27DeepSkyBlue%27><path d=%27M988.5,683l-8.9-26c-4.9-14.4-20.6-26-35-26h-30.3c-18.9-53.8-38.6-101.5-45.1-116.2c-11.9-27-49.9-32.8-70.9-38.7c0,0-35-10.7-151.6-10.7c-116.6,0-151.6,10.7-151.6,10.7c-24.5,8.3-58.6,13.6-72.1,39.9c-5.4,10.5-25.4,59.6-44.6,115h-30c-14.4,0-30,11.6-35,26l-8.9,26c-4.9,14.4,2.7,31.1,17.1,31.1h30c-8,23.4-13.4,34.2-13.4,34.2c-2.2,3.8-3.8,21.4-3.8,26.2v194.8c0,14.4,11.6,26,26,26h72.3c14.4,0,26-11.6,26-26v-36.5h375.8v36.5c0,14.4,11.6,26,26,26H933c14.4,0,26-11.6,26-26V774.4c0-4.7-1.6-22.4-3.8-26.2c0,0-5.5-10.8-13.6-34.2h29.7C985.8,714.1,993.4,697.3,988.5,683z M493.2,839.1h-34.6c-30.9,0-61.8-4.5-61.8-26v-26c0-25.1,13.3-26,27.7-26c14,0,41.8,13,60.1,21.9c20,9.8,42.3,17.9,42.3,34.2C527,832.2,519.3,839.1,493.2,839.1z M421,658.7c18.3-72.5,38.1-99.7,42.5-111.1c3.5-8.3,6.9-33.9,183.3-33.9s180.5,29.3,181,29.6c5.4,15.5,27,48.6,44.3,115.4c0,0-74.5,24.2-225.2,24.2S421,658.7,421,658.7z M896.7,813.1c0,21.5-30.9,26-61.8,26h-34.6c-26,0-33.7-6.9-33.7-21.9c0-16.3,22.3-24.4,42.3-34.2c18.3-9,46.1-21.9,60.1-21.9c14.4,0,27.7,0.9,27.7,26V813.1L896.7,813.1z%27/><path d=%27M611.3,346.4L611.3,346.4c-16-45.3-32.4-86.1-41.1-106.8C579,260.4,595.4,301.1,611.3,346.4z%27/><path d=%27M348.5,589.1h0.5c15.4-42.4,30.8-80.3,36.9-92.3c19.3-37.5,58-49,83.6-56.6c4.3-1.3,8.4-2.5,12.3-3.8c8-2.5,48.1-13,165-13c1,0,1.7,0,2.6,0c-0.3-0.9-0.5-1.5-0.9-2.4h29.7c14.4,0,22-16.7,17.1-31.1l-8.9-26c-4.9-14.4-20.6-26-35-26h-30.3c-18.9-53.8-38.6-101.5-45.1-116.2c-11.9-27-49.9-32.8-70.9-38.7c0,0-35-10.7-151.6-10.7c-116.6,0-151.6,10.7-151.6,10.7c-24.5,8.3-58.5,13.6-72.1,39.9c-5.4,10.5-25.4,59.6-44.6,115H55.4c-14.4,0-30,11.6-35,26l-8.9,26C6.6,404.2,14.2,421,28.6,421h30c-8,23.4-13.4,34.2-13.4,34.2c-2.2,3.8-3.8,21.4-3.8,26.2v194.8c0,14.4,11.6,26,26,26h72.3c14.4,0,26-11.6,26-26v-36.5h110.1C287.8,610.3,317.4,589.1,348.5,589.1z M170.5,254.6c3.5-8.3,6.9-33.9,183.3-33.9c176.3,0,180.5,29.3,181,29.6c5.4,15.5,27,48.6,44.3,115.4c0,0-74.5,24.2-225.2,24.2C203,389.9,128,365.6,128,365.6C146.2,293.2,166.1,266,170.5,254.6z M200.2,546.1h-34.5c-30.9,0-61.8-4.5-61.8-26v-26c0-25.1,13.3-26,27.7-26c14,0,41.8,13,60.1,21.9c20,9.8,42.3,17.9,42.3,34.2C233.9,539.1,226.2,546.1,200.2,546.1z%27/><path d=%27M463.5,87.1c3.5-8.3,6.9-33.9,183.3-33.9c176.3,0,180.5,29.3,181,29.6c5.4,15.5,27,48.6,44.3,115.4c0,0-74.5,24.2-225.2,24.2c-8.9,0-16.7-0.3-25.1-0.5c7.1,17.1,17.5,43.1,28.9,74.1h0.9c32.4,0,63.8,22.9,74.5,54.3l8.9,26c5.7,16.5,4.7,34.2-2,49.6c51.4,3.2,72.8,8.7,77.6,10.1l7.8,2c26.5,6.7,70.7,17.9,89.2,59.9c2.7,6.2,8.2,19.4,15.2,36.8H933c14.4,0,26-11.6,26-26V313.9c0-4.7-1.6-22.4-3.8-26.2c0,0-5.5-10.8-13.6-34.2h29.7c14.4,0,22-16.7,17.1-31.1l-9-26c-4.9-14.4-20.6-26-35-26h-30.3c-18.9-53.8-38.6-101.5-45.1-116.2c-11.9-27-49.9-32.8-70.9-38.7c0,0-35-10.7-151.6-10.7c-116.6,0-151.6,10.7-151.6,10.7c-24.5,8.3-58.6,13.6-72.1,39.9c-4,7.9-16.3,37.6-30.4,75.4c19.2,0.4,35,1.2,49.2,2.1C452.3,107.2,460.9,94.1,463.5,87.1z M896.7,326.5v26c0,21.5-30.9,26-61.8,26h-34.6c-26,0-33.7-6.9-33.7-21.9c0-16.2,22.4-24.4,42.3-34.2c18.3-9,46.1-21.9,60.1-21.9C883.3,300.5,896.7,301.4,896.7,326.5z%27/></g></svg>");
  filter: brightness(90%);
}
.atlas-map .azure-maps-control-button.traffic:active {
  background-image: url("data:image/svg+xml;utf8,<svg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 x=%270px%27 y=%270px%27 viewBox=%270 0 1000 1000%27 xml:space=%27preserve%27><g fill=%27DeepSkyBlue%27><path d=%27M988.5,683l-8.9-26c-4.9-14.4-20.6-26-35-26h-30.3c-18.9-53.8-38.6-101.5-45.1-116.2c-11.9-27-49.9-32.8-70.9-38.7c0,0-35-10.7-151.6-10.7c-116.6,0-151.6,10.7-151.6,10.7c-24.5,8.3-58.6,13.6-72.1,39.9c-5.4,10.5-25.4,59.6-44.6,115h-30c-14.4,0-30,11.6-35,26l-8.9,26c-4.9,14.4,2.7,31.1,17.1,31.1h30c-8,23.4-13.4,34.2-13.4,34.2c-2.2,3.8-3.8,21.4-3.8,26.2v194.8c0,14.4,11.6,26,26,26h72.3c14.4,0,26-11.6,26-26v-36.5h375.8v36.5c0,14.4,11.6,26,26,26H933c14.4,0,26-11.6,26-26V774.4c0-4.7-1.6-22.4-3.8-26.2c0,0-5.5-10.8-13.6-34.2h29.7C985.8,714.1,993.4,697.3,988.5,683z M493.2,839.1h-34.6c-30.9,0-61.8-4.5-61.8-26v-26c0-25.1,13.3-26,27.7-26c14,0,41.8,13,60.1,21.9c20,9.8,42.3,17.9,42.3,34.2C527,832.2,519.3,839.1,493.2,839.1z M421,658.7c18.3-72.5,38.1-99.7,42.5-111.1c3.5-8.3,6.9-33.9,183.3-33.9s180.5,29.3,181,29.6c5.4,15.5,27,48.6,44.3,115.4c0,0-74.5,24.2-225.2,24.2S421,658.7,421,658.7z M896.7,813.1c0,21.5-30.9,26-61.8,26h-34.6c-26,0-33.7-6.9-33.7-21.9c0-16.3,22.3-24.4,42.3-34.2c18.3-9,46.1-21.9,60.1-21.9c14.4,0,27.7,0.9,27.7,26V813.1L896.7,813.1z%27/><path d=%27M611.3,346.4L611.3,346.4c-16-45.3-32.4-86.1-41.1-106.8C579,260.4,595.4,301.1,611.3,346.4z%27/><path d=%27M348.5,589.1h0.5c15.4-42.4,30.8-80.3,36.9-92.3c19.3-37.5,58-49,83.6-56.6c4.3-1.3,8.4-2.5,12.3-3.8c8-2.5,48.1-13,165-13c1,0,1.7,0,2.6,0c-0.3-0.9-0.5-1.5-0.9-2.4h29.7c14.4,0,22-16.7,17.1-31.1l-8.9-26c-4.9-14.4-20.6-26-35-26h-30.3c-18.9-53.8-38.6-101.5-45.1-116.2c-11.9-27-49.9-32.8-70.9-38.7c0,0-35-10.7-151.6-10.7c-116.6,0-151.6,10.7-151.6,10.7c-24.5,8.3-58.5,13.6-72.1,39.9c-5.4,10.5-25.4,59.6-44.6,115H55.4c-14.4,0-30,11.6-35,26l-8.9,26C6.6,404.2,14.2,421,28.6,421h30c-8,23.4-13.4,34.2-13.4,34.2c-2.2,3.8-3.8,21.4-3.8,26.2v194.8c0,14.4,11.6,26,26,26h72.3c14.4,0,26-11.6,26-26v-36.5h110.1C287.8,610.3,317.4,589.1,348.5,589.1z M170.5,254.6c3.5-8.3,6.9-33.9,183.3-33.9c176.3,0,180.5,29.3,181,29.6c5.4,15.5,27,48.6,44.3,115.4c0,0-74.5,24.2-225.2,24.2C203,389.9,128,365.6,128,365.6C146.2,293.2,166.1,266,170.5,254.6z M200.2,546.1h-34.5c-30.9,0-61.8-4.5-61.8-26v-26c0-25.1,13.3-26,27.7-26c14,0,41.8,13,60.1,21.9c20,9.8,42.3,17.9,42.3,34.2C233.9,539.1,226.2,546.1,200.2,546.1z%27/><path d=%27M463.5,87.1c3.5-8.3,6.9-33.9,183.3-33.9c176.3,0,180.5,29.3,181,29.6c5.4,15.5,27,48.6,44.3,115.4c0,0-74.5,24.2-225.2,24.2c-8.9,0-16.7-0.3-25.1-0.5c7.1,17.1,17.5,43.1,28.9,74.1h0.9c32.4,0,63.8,22.9,74.5,54.3l8.9,26c5.7,16.5,4.7,34.2-2,49.6c51.4,3.2,72.8,8.7,77.6,10.1l7.8,2c26.5,6.7,70.7,17.9,89.2,59.9c2.7,6.2,8.2,19.4,15.2,36.8H933c14.4,0,26-11.6,26-26V313.9c0-4.7-1.6-22.4-3.8-26.2c0,0-5.5-10.8-13.6-34.2h29.7c14.4,0,22-16.7,17.1-31.1l-9-26c-4.9-14.4-20.6-26-35-26h-30.3c-18.9-53.8-38.6-101.5-45.1-116.2c-11.9-27-49.9-32.8-70.9-38.7c0,0-35-10.7-151.6-10.7c-116.6,0-151.6,10.7-151.6,10.7c-24.5,8.3-58.6,13.6-72.1,39.9c-4,7.9-16.3,37.6-30.4,75.4c19.2,0.4,35,1.2,49.2,2.1C452.3,107.2,460.9,94.1,463.5,87.1z M896.7,326.5v26c0,21.5-30.9,26-61.8,26h-34.6c-26,0-33.7-6.9-33.7-21.9c0-16.2,22.4-24.4,42.3-34.2c18.3-9,46.1-21.9,60.1-21.9C883.3,300.5,896.7,301.4,896.7,326.5z%27/></g></svg>");
  filter: brightness(90%);
}
.atlas-map .traffic-legend {
  font-family: "segoeui";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: collapse;
  width: 150px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.16) 0 0 4px;
  background-color: white;
  color: black;
}
.atlas-map .hidden {
  visibility: hidden;
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container .traffic-legend,
.atlas-map .azure-maps-control-container.light .traffic-legend {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 4px;
  color: black;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container .traffic-legend,
.atlas-map .azure-maps-control-container.dark .traffic-legend {
  background-color: #011c2c;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 4px;
  color: white;
}
.atlas-map .traffic-legend table {
  border-collapse: collapse;
  padding: 0;
  margin: 4px;
  text-align: left;
  font-size: 12px;
}
.atlas-map .traffic-legend table div {
  width: 20px;
  height: 8px;
  margin-top: 2px;
  float: left;
}
.atlas-map .traffic-legend table td div.green {
  background-color: #66CC99;
}
.atlas-map .traffic-legend table td div.yellow {
  background-color: #FFAB66;
}
.atlas-map .traffic-legend table td div.red {
  background-color: #EE2F53;
}
.atlas-map .traffic-legend table td div.dark-red {
  background-color: #6B0512;
}
.atlas-map .traffic-legend-colors {
  -ms-high-contrast-adjust: none;
  high-contrast-adjust: none;
}
.atlas-map .traffic-legend table td.traffic-legend-title {
  font-weight: bold;
}
.atlas-map .traffic-legend table td.traffic-legend-colors {
  width: 84px;
}
.atlas-map .traffic-legend table td.traffic-legend-text {
  width: 25px;
}
.atlas-map .azure-maps-control-button.pitch {
  background-size: 10.8px 8.2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 10.8 8.2%27%3E%3Cpath d=%27M10.5 8.2H.3c-.1 0-.2 0-.2-.1C0 8.1 0 8 0 7.9L2.5.2a.215.215 0 0 1 .2-.2H8c.1 0 .2.1.3.2l2.5 7.7v.2a.367.367 0 0 1-.3.1z%27 fill=%27%2383888d%27/%3E%3C/svg%3E");
  z-index: 200;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.pitch {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 10.8 8.2%27%3E%3Cpath d=%27M10.5 8.2H.3c-.1 0-.2 0-.2-.1C0 8.1 0 8 0 7.9L2.5.2a.215.215 0 01.2-.2H8c.1 0 .2.1.3.2l2.5 7.7v.2a.367.367 0 01-.3.1z%27 fill=%27%23fff%27/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.pitch {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 10.8 8.2%27%3E%3Cpath d=%27M10.5 8.2H.3c-.1 0-.2 0-.2-.1C0 8.1 0 8 0 7.9L2.5.2a.215.215 0 01.2-.2H8c.1 0 .2.1.3.2l2.5 7.7v.2a.367.367 0 01-.3.1z%27/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-container.in-use .azure-maps-control-button.pitch:not(:active) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 10.8 8.2%27%3E%3Cpath d=%27M10.5 8.2H.3c-.1 0-.2 0-.2-.1C0 8.1 0 8 0 7.9L2.5.2a.215.215 0 0 1 .2-.2H8c.1 0 .2.1.3.2l2.5 7.7v.2a.367.367 0 0 1-.3.1z%27 fill=%27%2331acce%27/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container.in-use .azure-maps-control-button.pitch:not(:active),
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container.in-use .azure-maps-control-button.pitch:not(:active) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 10.8 8.2%27%3E%3Cpath d=%27M10.5 8.2H.3c-.1 0-.2 0-.2-.1C0 8.1 0 8 0 7.9L2.5.2a.215.215 0 01.2-.2H8c.1 0 .2.1.3.2l2.5 7.7v.2a.367.367 0 01-.3.1z%27 fill=%27%23136bfb%27/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-button.pitch:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 10.8 8.2%27%3E%3Cpath d=%27M10.5 8.2H.3c-.1 0-.2 0-.2-.1C0 8.1 0 8 0 7.9L2.5.2a.215.215 0 0 1 .2-.2H8c.1 0 .2.1.3.2l2.5 7.7v.2a.367.367 0 0 1-.3.1z%27 fill=%27%2362666a%27/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.pitch:active,
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.pitch:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 10.8 8.2%27%3E%3Cpath d=%27M10.5 8.2H.3c-.1 0-.2 0-.2-.1C0 8.1 0 8 0 7.9L2.5.2a.215.215 0 01.2-.2H8c.1 0 .2.1.3.2l2.5 7.7v.2a.367.367 0 01-.3.1z%27 fill=%27%237f7f7f%27/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-button.pitch-up {
  background-size: 5.2px 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 5.2 13%27%3E%3Cpath d=%27M2.7 0L0 6h1.6v6.8a.215.215 0 0 0 .2.2h1.6a.215.215 0 0 0 .2-.2V6h1.6z%27 fill=%27%2383888d%27/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.pitch-up {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 5.2 13%27%3E%3Cpath d=%27M2.7 0L0 6h1.6v6.8a.215.215 0 00.2.2h1.6a.215.215 0 00.2-.2V6h1.6z%27 fill=%27%23fff%27/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.pitch-up {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 5.2 13%27%3E%3Cpath d=%27M2.7 0L0 6h1.6v6.8a.215.215 0 00.2.2h1.6a.215.215 0 00.2-.2V6h1.6z%27/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-button.pitch-down {
  background-size: 5.2px 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 5.3 12.9%27%3E%3Cpath d=%27M3.6 7V.2a.215.215 0 0 0-.2-.2H1.8a.215.215 0 0 0-.2.2V7L0 6.9l2.5 6h.1L5.3 7H3.6z%27 fill=%27%2383888d%27/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.pitch-down {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 5.3 12.9%27%3E%3Cpath d=%27M3.6 7V.2a.215.215 0 00-.2-.2H1.8a.215.215 0 00-.2.2V7L0 6.9l2.5 6h.1L5.3 7H3.6z%27 fill=%27%23fff%27/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.pitch-down {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 5.3 12.9%27%3E%3Cpath d=%27M3.6 7V.2a.215.215 0 00-.2-.2H1.8a.215.215 0 00-.2.2V7L0 6.9l2.5 6h.1L5.3 7H3.6z%27/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-button.rotation {
  overflow: hidden;
  z-index: 200;
}
.atlas-map .azure-maps-control-button.rotation div {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 7.4 14%27%3E%3Cpath d=%27M2.2 7h3.1L3.7 3.4z%27 fill=%27none%27/%3E%3Cpath d=%27M4.7.6L4.4 0H3L.2 6.6 0 7l2.8 6.4.3.6h1.4l2.9-6.6V7zM2.2 7l1.5-3.5L5.3 7z%27 fill=%27%2383888d%27/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 7.4px 14px;
  height: 100%;
  width: 100%;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.rotation div {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 7.4 14%27%3E%3Cpath d=%27M2.2 7h3.1L3.7 3.4z%27 fill=%27none%27/%3E%3Cpath d=%27M4.7.6L4.4 0H3L.2 6.6 0 7l2.8 6.4.3.6h1.4l2.9-6.6V7zM2.2 7l1.5-3.5L5.3 7z%27 fill=%27%23fff%27/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.rotation div {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 7.4 14%27%3E%3Cpath d=%27M2.2 7h3.1L3.7 3.4z%27 fill=%27none%27/%3E%3Cpath d=%27M4.7.6L4.4 0H3L.2 6.6 0 7l2.8 6.4.3.6h1.4l2.9-6.6V7zM2.2 7l1.5-3.5L5.3 7z%27/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-container.in-use .azure-maps-control-button.rotation:not(:active) div {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 7.4 14%27%3E%3Cpath d=%27M2.2 7h3.1L3.7 3.4z%27 fill=%27none%27/%3E%3Cpath d=%27M4.7.6L4.4 0H3L.2 6.6 0 7l2.8 6.4.3.6h1.4l2.9-6.6V7zM2.2 7l1.5-3.5L5.3 7z%27 fill=%27%2331acce%27/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container.in-use .azure-maps-control-button.rotation:not(:active) div,
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container.in-use .azure-maps-control-button.rotation:not(:active) div {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 7.4 14%27%3E%3Cpath d=%27M2.2 7h3.1L3.7 3.4z%27 fill=%27none%27/%3E%3Cpath d=%27M4.7.6L4.4 0H3L.2 6.6 0 7l2.8 6.4.3.6h1.4l2.9-6.6V7zM2.2 7l1.5-3.5L5.3 7z%27 fill=%27%23136bfb%27/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-button.rotation:active div {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 7.4 14%27%3E%3Cpath d=%27M2.2 7h3.1L3.7 3.4z%27 fill=%27none%27/%3E%3Cpath d=%27M4.7.6L4.4 0H3L.2 6.6 0 7l2.8 6.4.3.6h1.4l2.9-6.6V7zM2.2 7l1.5-3.5L5.3 7z%27 fill=%27%2362666a%27/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.rotation:active div,
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.rotation:active div {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 7.4 14%27%3E%3Cpath d=%27M2.2 7h3.1L3.7 3.4z%27 fill=%27none%27/%3E%3Cpath d=%27M4.7.6L4.4 0H3L.2 6.6 0 7l2.8 6.4.3.6h1.4l2.9-6.6V7zM2.2 7l1.5-3.5L5.3 7z%27 fill=%27%237f7f7f%27/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-button.rotation-left {
  background-size: 14px 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 13.8 10%27%3E%3Cpath d=%27M12.8 10a7.17 7.17 0 0 0-7.2-7.2%27 fill=%27none%27 stroke=%27%2383888d%27 stroke-miterlimit=%2710%27 stroke-width=%272%27/%3E%3Cpath d=%27M6 0L0 2.5v.1l6 2.7z%27 fill=%27%2383888d%27/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.rotation-left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 13.8 10%27%3E%3Cpath d=%27M12.8 10a7.17 7.17 0 00-7.2-7.2%27 fill=%27none%27 stroke=%27%23fff%27 stroke-miterlimit=%2710%27 stroke-width=%272%27/%3E%3Cpath d=%27M6 0L0 2.5v.1l6 2.7z%27 fill=%27%23fff%27/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.rotation-left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 13.8 10%27%3E%3Cpath d=%27M12.8 10a7.17 7.17 0 00-7.2-7.2%27 fill=%27none%27 stroke=%27%23000%27 stroke-miterlimit=%2710%27 stroke-width=%272%27/%3E%3Cpath d=%27M6 0L0 2.5v.1l6 2.7z%27/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-button.rotation-right {
  background-size: 14px 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 13.8 10%27%3E%3Cpath d=%27M1 10a7.17 7.17 0 0 1 7.2-7.2%27 fill=%27none%27 stroke=%27%2383888d%27 stroke-miterlimit=%2710%27 stroke-width=%272%27/%3E%3Cpath d=%27M7.8 0l6 2.5v.1L7.9 5.3z%27 fill=%27%2383888d%27/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.rotation-right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 13.8 10%27%3E%3Cpath d=%27M1 10a7.17 7.17 0 017.2-7.2%27 fill=%27none%27 stroke=%27%23fff%27 stroke-miterlimit=%2710%27 stroke-width=%272%27/%3E%3Cpath d=%27M7.8 0l6 2.5v.1L7.9 5.3z%27 fill=%27%23fff%27/%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.rotation-right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 13.8 10%27%3E%3Cpath d=%27M1 10a7.17 7.17 0 017.2-7.2%27 fill=%27none%27 stroke=%27%23000%27 stroke-miterlimit=%2710%27 stroke-width=%272%27/%3E%3Cpath d=%27M7.8 0l6 2.5v.1L7.9 5.3z%27/%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-button .fullscreen-icon {
  display: block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjUxIiBoZWlnaHQ9IjUxIj4KPHBhdGggZD0iTTAgMCBDMS45OCAwIDMuOTYgMCA2IDAgQzYgNi42IDYgMTMuMiA2IDIwIEMtMC42IDIwIC03LjIgMjAgLTE0IDIwIEMtMTQgMTguMDIgLTE0IDE2LjA0IC0xNCAxNCBDLTkuMzggMTQgLTQuNzYgMTQgMCAxNCBDMCA5LjM4IDAgNC43NiAwIDAgWiAiIGZpbGw9IiM5ODlDQTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQzLDI5KSIvPgo8cGF0aCBkPSJNMCAwIEMxLjk4IDAgMy45NiAwIDYgMCBDNiA0LjYyIDYgOS4yNCA2IDE0IEMxMC42MiAxNCAxNS4yNCAxNCAyMCAxNCBDMjAgMTUuOTggMjAgMTcuOTYgMjAgMjAgQzEzLjQgMjAgNi44IDIwIDAgMjAgQzAgMTMuNCAwIDYuOCAwIDAgWiAiIGZpbGw9IiM5NzlDQTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIsMjkpIi8+CjxwYXRoIGQ9Ik0wIDAgQzYuNiAwIDEzLjIgMCAyMCAwIEMyMCA2LjYgMjAgMTMuMiAyMCAyMCBDMTguMDIgMjAgMTYuMDQgMjAgMTQgMjAgQzE0IDE1LjM4IDE0IDEwLjc2IDE0IDYgQzkuMzggNiA0Ljc2IDYgMCA2IEMwIDQuMDIgMCAyLjA0IDAgMCBaICIgZmlsbD0iIzk4OUNBMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjksMikiLz4KPHBhdGggZD0iTTAgMCBDNi42IDAgMTMuMiAwIDIwIDAgQzIwIDEuOTggMjAgMy45NiAyMCA2IEMxNS4zOCA2IDEwLjc2IDYgNiA2IEM2IDEwLjYyIDYgMTUuMjQgNiAyMCBDNC4wMiAyMCAyLjA0IDIwIDAgMjAgQzAgMTMuNCAwIDYuOCAwIDAgWiAiIGZpbGw9IiM5NzlCQTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIsMikiLz4KPC9zdmc+Cg==);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  height: 100%;
  width: 100%;
  padding: 0;
}
.atlas-map .azure-maps-control-button .fullscreen-icon.fullscreen-start {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjUwIiBoZWlnaHQ9IjUwIj4KPHBhdGggZD0iTTAgMCBDNi4yNyAwIDEyLjU0IDAgMTkgMCBDMTkgMS45OCAxOSAzLjk2IDE5IDYgQzE0LjcxIDYgMTAuNDIgNiA2IDYgQzYgMTAuNjIgNiAxNS4yNCA2IDIwIEM0LjAyIDIwIDIuMDQgMjAgMCAyMCBDMCAxMy40IDAgNi44IDAgMCBaICIgZmlsbD0iIzk4OUNBMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjksMjkpIi8+CjxwYXRoIGQ9Ik0wIDAgQzYuMjcgMCAxMi41NCAwIDE5IDAgQzE5IDYuNiAxOSAxMy4yIDE5IDIwIEMxNy4wMiAyMCAxNS4wNCAyMCAxMyAyMCBDMTMgMTUuMzggMTMgMTAuNzYgMTMgNiBDOC43MSA2IDQuNDIgNiAwIDYgQzAgNC4wMiAwIDIuMDQgMCAwIFogIiBmaWxsPSIjOTg5Q0ExIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLDI5KSIvPgo8cGF0aCBkPSJNMCAwIEMxLjk4IDAgMy45NiAwIDYgMCBDNiA0LjI5IDYgOC41OCA2IDEzIEMxMC4yOSAxMyAxNC41OCAxMyAxOSAxMyBDMTkgMTQuOTggMTkgMTYuOTYgMTkgMTkgQzEyLjczIDE5IDYuNDYgMTkgMCAxOSBDMCAxMi43MyAwIDYuNDYgMCAwIFogIiBmaWxsPSIjOTg5Q0ExIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOSwyKSIvPgo8cGF0aCBkPSJNMCAwIEMxLjk4IDAgMy45NiAwIDYgMCBDNiA2LjI3IDYgMTIuNTQgNiAxOSBDLTAuMjcgMTkgLTYuNTQgMTkgLTEzIDE5IEMtMTMgMTcuMDIgLTEzIDE1LjA0IC0xMyAxMyBDLTguNzEgMTMgLTQuNDIgMTMgMCAxMyBDMCA4LjcxIDAgNC40MiAwIDAgWiAiIGZpbGw9IiM5ODlDQTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LDIpIi8+Cjwvc3ZnPgo=);
}
.atlas-map .azure-maps-control-button .fullscreen-icon.fullscreen-start:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjUwIiBoZWlnaHQ9IjUwIj4KPHBhdGggZD0iTTAgMCBDNi4yNyAwIDEyLjU0IDAgMTkgMCBDMTkgMS45OCAxOSAzLjk2IDE5IDYgQzE0LjcxIDYgMTAuNDIgNiA2IDYgQzYgMTAuNjIgNiAxNS4yNCA2IDIwIEM0LjAyIDIwIDIuMDQgMjAgMCAyMCBDMCAxMy40IDAgNi44IDAgMCBaICIgZmlsbD0iIzMxQUNDRSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjksMjkpIi8+CjxwYXRoIGQ9Ik0wIDAgQzYuMjcgMCAxMi41NCAwIDE5IDAgQzE5IDYuNiAxOSAxMy4yIDE5IDIwIEMxNy4wMiAyMCAxNS4wNCAyMCAxMyAyMCBDMTMgMTUuMzggMTMgMTAuNzYgMTMgNiBDOC43MSA2IDQuNDIgNiAwIDYgQzAgNC4wMiAwIDIuMDQgMCAwIFogIiBmaWxsPSIjMzFBQ0NFIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLDI5KSIvPgo8cGF0aCBkPSJNMCAwIEMxLjk4IDAgMy45NiAwIDYgMCBDNiA0LjI5IDYgOC41OCA2IDEzIEMxMC4yOSAxMyAxNC41OCAxMyAxOSAxMyBDMTkgMTQuOTggMTkgMTYuOTYgMTkgMTkgQzEyLjczIDE5IDYuNDYgMTkgMCAxOSBDMCAxMi43MyAwIDYuNDYgMCAwIFogIiBmaWxsPSIjMzFBQ0NFIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOSwyKSIvPgo8cGF0aCBkPSJNMCAwIEMxLjk4IDAgMy45NiAwIDYgMCBDNiA2LjI3IDYgMTIuNTQgNiAxOSBDLTAuMjcgMTkgLTYuNTQgMTkgLTEzIDE5IEMtMTMgMTcuMDIgLTEzIDE1LjA0IC0xMyAxMyBDLTguNzEgMTMgLTQuNDIgMTMgMCAxMyBDMCA4LjcxIDAgNC40MiAwIDAgWiAiIGZpbGw9IiMzMUFDQ0UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LDIpIi8+Cjwvc3ZnPgo=);
}
.atlas-map .azure-maps-control-button .fullscreen-icon.fullscreen-end {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjUxIiBoZWlnaHQ9IjUxIj4KPHBhdGggZD0iTTAgMCBDMS45OCAwIDMuOTYgMCA2IDAgQzYgNi42IDYgMTMuMiA2IDIwIEMtMC42IDIwIC03LjIgMjAgLTE0IDIwIEMtMTQgMTguMDIgLTE0IDE2LjA0IC0xNCAxNCBDLTkuMzggMTQgLTQuNzYgMTQgMCAxNCBDMCA5LjM4IDAgNC43NiAwIDAgWiAiIGZpbGw9IiM5ODlDQTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQzLDI5KSIvPgo8cGF0aCBkPSJNMCAwIEMxLjk4IDAgMy45NiAwIDYgMCBDNiA0LjYyIDYgOS4yNCA2IDE0IEMxMC42MiAxNCAxNS4yNCAxNCAyMCAxNCBDMjAgMTUuOTggMjAgMTcuOTYgMjAgMjAgQzEzLjQgMjAgNi44IDIwIDAgMjAgQzAgMTMuNCAwIDYuOCAwIDAgWiAiIGZpbGw9IiM5NzlDQTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIsMjkpIi8+CjxwYXRoIGQ9Ik0wIDAgQzYuNiAwIDEzLjIgMCAyMCAwIEMyMCA2LjYgMjAgMTMuMiAyMCAyMCBDMTguMDIgMjAgMTYuMDQgMjAgMTQgMjAgQzE0IDE1LjM4IDE0IDEwLjc2IDE0IDYgQzkuMzggNiA0Ljc2IDYgMCA2IEMwIDQuMDIgMCAyLjA0IDAgMCBaICIgZmlsbD0iIzk4OUNBMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjksMikiLz4KPHBhdGggZD0iTTAgMCBDNi42IDAgMTMuMiAwIDIwIDAgQzIwIDEuOTggMjAgMy45NiAyMCA2IEMxNS4zOCA2IDEwLjc2IDYgNiA2IEM2IDEwLjYyIDYgMTUuMjQgNiAyMCBDNC4wMiAyMCAyLjA0IDIwIDAgMjAgQzAgMTMuNCAwIDYuOCAwIDAgWiAiIGZpbGw9IiM5NzlCQTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIsMikiLz4KPC9zdmc+Cg==);
}
.atlas-map .azure-maps-control-button .fullscreen-icon.fullscreen-end:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjUxIiBoZWlnaHQ9IjUxIj4KPHBhdGggZD0iTTAgMCBDMS45OCAwIDMuOTYgMCA2IDAgQzYgNi42IDYgMTMuMiA2IDIwIEMtMC42IDIwIC03LjIgMjAgLTE0IDIwIEMtMTQgMTguMDIgLTE0IDE2LjA0IC0xNCAxNCBDLTkuMzggMTQgLTQuNzYgMTQgMCAxNCBDMCA5LjM4IDAgNC43NiAwIDAgWiAiIGZpbGw9IiMzMEFDQ0UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQzLDI5KSIvPgo8cGF0aCBkPSJNMCAwIEMxLjk4IDAgMy45NiAwIDYgMCBDNiA0LjYyIDYgOS4yNCA2IDE0IEMxMC42MiAxNCAxNS4yNCAxNCAyMCAxNCBDMjAgMTUuOTggMjAgMTcuOTYgMjAgMjAgQzEzLjQgMjAgNi44IDIwIDAgMjAgQzAgMTMuNCAwIDYuOCAwIDAgWiAiIGZpbGw9IiMzMEFDQ0QiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIsMjkpIi8+CjxwYXRoIGQ9Ik0wIDAgQzYuNiAwIDEzLjIgMCAyMCAwIEMyMCA2LjYgMjAgMTMuMiAyMCAyMCBDMTguMDIgMjAgMTYuMDQgMjAgMTQgMjAgQzE0IDE1LjM4IDE0IDEwLjc2IDE0IDYgQzkuMzggNiA0Ljc2IDYgMCA2IEMwIDQuMDIgMCAyLjA0IDAgMCBaICIgZmlsbD0iIzMxQUNDRSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjksMikiLz4KPHBhdGggZD0iTTAgMCBDNi42IDAgMTMuMiAwIDIwIDAgQzIwIDEuOTggMjAgMy45NiAyMCA2IEMxNS4zOCA2IDEwLjc2IDYgNiA2IEM2IDEwLjYyIDYgMTUuMjQgNiAyMCBDNC4wMiAyMCAyLjA0IDIwIDAgMjAgQzAgMTMuNCAwIDYuOCAwIDAgWiAiIGZpbGw9IiMzMUFCQ0UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIsMikiLz4KPC9zdmc+Cg==);
}
.atlas-map .azure-maps-control-button.curr-style {
  position: relative;
  flex-shrink: 0;
}
.atlas-map .azure-maps-control-button.curr-style > .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 11.6 11.6%27%3E%3Cg transform=%27rotate%28180 5.8 5.8%29%27%3E%3Ccircle cx=%275.8%27 cy=%275.8%27 r=%275.8%27 fill=%27%2383888d%27/%3E%3Cpath d=%27M6 9.5L3.5 5.9v-.2L6 2.4a.188.188 0 0 1 .3 0l1.3 1a.188.188 0 0 1 0 .3L6 5.7A.188.188 0 0 0 6 6l1.6 2.4c.1.1 0 .2-.1.3l-1.3.8c-.1.1-.2.1-.2 0z%27 fill=%27%23fff%27/%3E%3C/g%3E%3C/svg%3E");
  background-size: 11.6px 11.6px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 200;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-button.curr-style > .icon,
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-button.curr-style > .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 11.6 11.6%27%3E%3Cg transform=%27rotate%28180 5.8 5.8%29%27%3E%3Ccircle cx=%275.8%27 cy=%275.8%27 r=%275.05%27 stroke=%27%23fff%27 stroke-width=%271.5%27/%3E%3Cpath d=%27M6 9.5L3.5 5.9v-.2L6 2.4a.188.188 0 01.3 0l1.3 1a.188.188 0 010 .3L6 5.7A.188.188 0 006 6l1.6 2.4c.1.1 0 .2-.1.3l-1.3.8c-.1.1-.2.1-.2 0z%27 fill=%27%23fff%27/%3E%3C/g%3E%3C/svg%3E");
}
.atlas-map .azure-maps-control-container.in-use .azure-maps-control-button.curr-style > .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 11.6 11.6%27%3E%3Cg transform=%27rotate%28180 5.8 5.8%29%27%3E%3Ccircle cx=%275.8%27 cy=%275.8%27 r=%275.8%27 fill=%27%23249fc1%27/%3E%3Cpath d=%27M6 9.5L3.5 5.9v-.2L6 2.4a.188.188 0 0 1 .3 0l1.3 1a.188.188 0 0 1 0 .3L6 5.7A.188.188 0 0 0 6 6l1.6 2.4c.1.1 0 .2-.1.3l-1.3.8c-.1.1-.2.1-.2 0z%27 fill=%27%23fff%27/%3E%3C/g%3E%3C/svg%3E");
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container.in-use .azure-maps-control-button.curr-style > .icon,
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container.in-use .azure-maps-control-button.curr-style > .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 11.6 11.6%27%3E%3Cg transform=%27rotate%28180 5.8 5.8%29%27%3E%3Ccircle cx=%275.8%27 cy=%275.8%27 r=%275.05%27 fill=%27%23136bfb%27 stroke=%27%23fff%27 stroke-width=%271.5%27/%3E%3Cpath d=%27M6 9.5L3.5 5.9v-.2L6 2.4a.188.188 0 01.3 0l1.3 1a.188.188 0 010 .3L6 5.7A.188.188 0 006 6l1.6 2.4c.1.1 0 .2-.1.3l-1.3.8c-.1.1-.2.1-.2 0z%27 fill=%27%23fff%27/%3E%3C/g%3E%3C/svg%3E");
}
.atlas-map .top-right.subcontrol-container .azure-maps-control-button.curr-style > .icon,
.atlas-map .bottom-right.subcontrol-container .azure-maps-control-button.curr-style > .icon {
  transform: scaleX(-1);
}
.atlas-map .top-right.subcontrol-container .azure-maps-control-button.curr-style:active > .icon,
.atlas-map .bottom-right.subcontrol-container .azure-maps-control-button.curr-style:active > .icon {
  transform: scaleX(-1);
}
.atlas-map .azure-maps-control-container > .style-options.icons img,
.atlas-map .azure-maps-control-container .azure-maps-control-button.curr-style img {
  width: 28px;
  height: 28px;
  margin: 2px;
  padding: 0px;
  border-collapse: collapse;
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container > .style-options.icons img,
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container > .style-options.icons img,
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-button.curr-style img,
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-button.curr-style img {
  width: 26px;
  height: 26px;
  margin: 0px;
}
.atlas-map .azure-maps-control-container > .style-options.icons .azure-maps-control-button:active img {
  opacity: 0.6;
}
.atlas-map .azure-maps-control-container > .style-options.list {
  display: grid;
  max-height: 300px;
  min-width: 200px;
  overflow: auto;
  position: absolute;
}
.atlas-map .top-left .azure-maps-control-container > .style-options.list,
.atlas-map .bottom-left .azure-maps-control-container > .style-options.list {
  left: 100%;
  padding-left: 1px;
}
.atlas-map .top-right .azure-maps-control-container > .style-options.list,
.atlas-map .bottom-right .azure-maps-control-container > .style-options.list {
  right: 100%;
  padding-right: 1px;
}
.atlas-map .bottom-right .azure-maps-control-container > .style-options.list,
.atlas-map .bottom-left .azure-maps-control-container > .style-options.list {
  bottom: 0px;
}
.atlas-map .azure-maps-control-container > .style-options.list button {
  align-items: center;
  border: none;
  border-collapse: collapse;
  display: flex;
  font: inherit;
  margin: 0;
  padding: 5px 10px 5px 5px;
  cursor: pointer;
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container > .style-options.list button,
.atlas-map .azure-maps-control-container.light > .style-options.list button {
  background-color: #FFF;
  color: #000;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container > .style-options.list button,
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container > .azure-maps-control-dropdown,
.atlas-map .azure-maps-control-container.dark > .style-options.list button {
  background-color: #011C2C;
  color: #CCC;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container > .style-options.list button :disabled,
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container > .azure-maps-control-dropdown :disabled,
.atlas-map .azure-maps-control-container.dark > .style-options.list button :disabled {
  color: rgba(255, 255, 255, 0.3);
}
.atlas-map .azure-maps-control-container.dark > .azure-maps-control-dropdown,
.atlas-map .azure-maps-control-container.dark .azure-maps-control-list-button {
  background-color: #011c2c;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container > .azure-maps-control-dropdown {
  border-radius: 0;
  border: 3px solid #ffffff;
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container > .azure-maps-control-dropdown {
  border-radius: 0;
  border: 3px solid #000000;
}
.atlas-map .azure-maps-control-container.dark .azure-maps-control-list-button {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 4px;
  color: white;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-list-button {
  background-color: #011C2C;
  color: #fff;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-list-button :disabled {
  color: rgba(255, 255, 255, 0.3);
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-list-button {
  background-color: #FFF;
  color: #000;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-list-button.curr-style {
  border-radius: 0;
  border: 3px solid #ffffff;
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-list-button.curr-style {
  border-radius: 0;
  border: 3px solid #000000;
}
.atlas-map .azure-maps-control-container.dark .azure-maps-control-list-button:hover,
.atlas-map .azure-maps-control-container.dark .azure-maps-control-list-button[aria-current="true"] {
  background-color: #31acce;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-list-button:hover,
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-list-button[aria-current="true"] {
  background-color: #FFF;
  color: #000;
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-list-button:hover,
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-list-button[aria-current="true"] {
  background-color: #011C2C;
  color: #fff;
}
.atlas-map .azure-maps-control-container > .style-options.list button:hover,
.atlas-map .azure-maps-control-container > .style-options.list button:focus {
  color: #31ACCE;
}
.atlas-map .azure-maps-control-container > .style-options.list button:disabled {
  color: rgba(16, 16, 16, 0.3);
  pointer-events: none;
}
.atlas-map .atlas-map.high-contrast-light .azure-maps-control-container > .style-options.list button:active,
.atlas-map .azure-maps-control-container.light > .style-options.list button:active {
  background-color: #f1f1f1;
  color: #62666A;
}
.atlas-map .atlas-map.high-contrast-dark .azure-maps-control-container > .style-options.list button:active,
.atlas-map .azure-maps-control-container.dark > .style-options.list button:active {
  background-color: #43474c;
  color: #62666A;
}
.atlas-map .azure-maps-control-container > .style-options.list img {
  width: 28px;
  height: 28px;
  margin: 0px 5px 0px 0px;
  padding: 0px;
  border-collapse: collapse;
}
.atlas-map .azure-maps-control-container > .style-options.list button:active img {
  opacity: 0.6;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}


/*# sourceMappingURL=vendors.css.map*/