/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #78d5ef;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: 'Montserrat', "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style : normal;
          src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
          src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
                url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
                url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
                url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
                url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  }
    
    
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.15;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; 
  scroll-behavior: smooth;}

body {
  margin: 0;
  font-family: 'Montserrat', "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; 
  overflow-x: hidden;}

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #429eeb;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #76bdf7;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  appearance: listbox;
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  appearance: none;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  appearance: none;
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  appearance: button;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }


.img-container {
  text-align: center;
  max-height: 100%;
}
.img-fluid {
  max-width: 100%;
  height: auto; }

.home-img {
  padding: 5%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .home-img {
    max-height: 50vh;
  }
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; } 
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }


.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center; 
  position: relative; 
  width: 100%;}




#selected-exec-background {
  position: absolute;
  top: -8px;
  left: 0;
  background-color: #ffffff;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; 
  z-index: 5;
  border-radius: 2px;
  height: 16px;
  width: 16px;
  transform: rotate(45deg);
}
.exec {
  text-align: center; 
  padding: 10px 5px; 
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; 
  z-index: 3;}
  .exec .picture {
    border-radius: 50%; 
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin: 0px 0px 10px 0px; }
  .exec .name {
    color: #2f63b2;
    font-weight: 500; 
    margin: 0px 0px 10px 0px;
    line-height: 100%;}
  .exec .position {
    font-size: 85%; 
    margin: 0px 0px 8px 0px;
    font-weight: 500; 
    line-height: 100%;}
  .exec .description-mobile {
    display: none;
    font-size: 14px;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px;
  }
  .exec .learn-more {
    font-size: 14px;
    display: none;
    color: #60baf8 !important;
    margin: 0px;
  }

.exec:hover .picture{
  -webkit-filter: grayscale(0%); 
  filter: grayscale(0%);}

.exec.selected .picture {
  -webkit-filter: grayscale(0%) !important; 
  filter: grayscale(0%) !important; }
  

.exec-description {
  font-size: 85%;
  font-weight: 400;
  background-color: #ffffff;
  padding: 25px !important; 
  box-shadow: 0px 10px 40px rgba(0, 0, 0, .15);
  border-radius: 8px; 
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear; 
  z-index: 4; }
  .exec-description p {
    margin: 0px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear; 
  }

@media (max-width: 768px) {
  .exec {
    text-align: left; 
    padding: 10px 5px; 
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear; 
    z-index: 3;}
    .exec .picture {
      border-radius: 50%; 
      -webkit-filter: grayscale(0%); 
      filter: grayscale(0%);
      width: 35%;
      margin: 0px 10px 0px 0px;
      float: left; }
    .exec .name {
      color: #2f63b2;
      font-weight: 600; 
      font-size: 120%;}
    .exec .position {
      font-size: 100%; 
      font-weight: 500;}
    .exec .description-mobile {
      display: block; }
    .exec .learn-more {
      display: block; }

  #selected-exec-background { 
    display: none;
    visibility: hidden;
  }
  .exec-description { 
    display: none;
    visibility: hidden;
  }
  .exec.selected .description-mobile {
    display: block;
    visibility: visible;
    font-size: 14px;
    height: 100%;
    line-height: 20px;
    overflow: visible;
    margin: 0px;
  }
  .exec.selected .learn-more {
    display: none;
  }
}


.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  box-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  box-flex: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  box-flex: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  box-flex: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  box-flex: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  box-flex: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  box-flex: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  box-flex: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  box-flex: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  box-flex: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  box-flex: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  box-flex: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  box-flex: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  box-flex: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    box-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;}
  .col-sm-auto {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    box-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .offset-md-0 { margin-left: 0; }
  .offset-md-1 { margin-left: 8.33333%; }
  .offset-md-2 { margin-left: 16.66667%; }
  .offset-md-3 { margin-left: 25%; }
  .offset-md-4 { margin-left: 33.33333%; }
  .offset-md-5 { margin-left: 41.66667%; }
  .offset-md-6 { margin-left: 50%; }
  .offset-md-7 { margin-left: 58.33333%; }
  .offset-md-8 { margin-left: 66.66667%; }
  .offset-md-9 { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.33333%; }
  .offset-md-11 { margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    box-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .offset-lg-0 { margin-left: 0; }
  .offset-lg-1 { margin-left: 8.33333%; }
  .offset-lg-2 { margin-left: 16.66667%; }
  .offset-lg-3 { margin-left: 25%; }
  .offset-lg-4 { margin-left: 33.33333%; }
  .offset-lg-5 { margin-left: 41.66667%; }
  .offset-lg-6 { margin-left: 50%; }
  .offset-lg-7 { margin-left: 58.33333%; }
  .offset-lg-8 { margin-left: 66.66667%; }
  .offset-lg-9 { margin-left: 75%; }
  .offset-lg-10 { margin-left: 83.33333%; }
  .offset-lg-11 { margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    box-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .offset-xl-0 { margin-left: 0; }
  .offset-xl-1 { margin-left: 8.33333%; }
  .offset-xl-2 { margin-left: 16.66667%; }
  .offset-xl-3 { margin-left: 25%; }
  .offset-xl-4 { margin-left: 33.33333%; }
  .offset-xl-5 { margin-left: 41.66667%; }
  .offset-xl-6 { margin-left: 50%; }
  .offset-xl-7 { margin-left: 58.33333%; }
  .offset-xl-8 { margin-left: 66.66667%; }
  .offset-xl-9 { margin-left: 75%; }
  .offset-xl-10 { margin-left: 83.33333%; }
  .offset-xl-11 { margin-left: 91.66667%; } }


.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #eaf8fd;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-group {
  margin-bottom: 1rem; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #429eeb;
  background-color: #ffffff;
  border-color: #ffffff; 
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  border-radius: 6px; }
  .btn-primary:hover {
    color: #429eeb;
    background-color: #ffffff;
    border-color: #ffffff; 
    -webkit-box-shadow: 0 0 0 0.4rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 0.4rem rgba(0, 0, 0, 0.5); }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #429eeb;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #4ac7ea;
    border-color: #3fc3e8; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.5); }

.btn-secondary {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffffff}
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #78d5ef; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  box-direction: normal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  box-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    box-orient: horizontal;
    -webkit-box-orient: horizontal;
    box-direction: normal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    box-pack: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      box-orient: horizontal;
      -webkit-box-orient: horizontal;
      box-direction: normal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (max-width: 767.98px) {
  .row {
    text-align: center;
  }}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    box-orient: horizontal;
    -webkit-box-orient: horizontal;
    box-direction: normal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    box-pack: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      box-orient: horizontal;
      -webkit-box-orient: horizontal;
      box-direction: normal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }


.navbar-expand {
  box-orient: horizontal;
  -webkit-box-orient: horizontal;
  box-direction: normal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  box-pack: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    box-orient: horizontal;
    -webkit-box-orient: horizontal;
    box-direction: normal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #132442; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #132442; }

.navbar-dark .navbar-nav .nav-link {
  color: #13244250; }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #13244275; }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: #13244225; }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #132442; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: #13244250; }
  .navbar-dark .navbar-text a {
    color: #132442; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #132442; }


.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
  -webkit-appearance: none; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #78d5ef !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #4ac7ea !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.justify-content-start {
  box-pack: start !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  box-pack: end !important;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  box-pack: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  box-pack: justify !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

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

.align-items-end {
  box-align: end !important;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  box-align: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  box-align: baseline !important;
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  box-align: stretch !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    box-orient: horizontal !important;
    -webkit-box-orient: horizontal !important;
    box-direction: normal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    box-orient: vertical !important;
    -webkit-box-orient: vertical !important;
    box-direction: normal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    box-orient: horizontal !important;
    -webkit-box-orient: horizontal !important;
    box-direction: reverse !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    box-orient: vertical !important;
    -webkit-box-orient: vertical !important;
    box-direction: reverse !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    box-flex: 1 !important;
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    box-flex: 0 !important;
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    box-flex: 1 !important;
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    box-pack: start !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    box-pack: end !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    box-pack: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    box-pack: justify !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    box-align: start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    box-align: end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    box-align: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    box-align: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    box-align: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    box-orient: horizontal !important;
    -webkit-box-orient: horizontal !important;
    box-direction: normal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    box-orient: vertical !important;
    -webkit-box-orient: vertical !important;
    box-direction: normal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    box-orient: horizontal !important;
    -webkit-box-orient: horizontal !important;
    box-direction: reverse !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    box-orient: vertical !important;
    -webkit-box-orient: vertical !important;
    box-direction: reverse !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    box-flex: 1 !important;
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    box-flex: 0 !important;
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    box-flex: 1 !important;
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    box-pack: start !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    box-pack: end !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    box-pack: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    box-pack: justify !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    box-align: start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    box-align: end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    box-align: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    box-align: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    box-align: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    box-orient: horizontal !important;
    -webkit-box-orient: horizontal !important;
    box-direction: normal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    box-orient: vertical !important;
    -webkit-box-orient: vertical !important;
    box-direction: normal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    box-orient: horizontal !important;
    -webkit-box-orient: horizontal !important;
    box-direction: reverse !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    box-orient: vertical !important;
    -webkit-box-orient: vertical !important;
    box-direction: reverse !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    box-flex: 1 !important;
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    box-flex: 0 !important;
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    box-flex: 1 !important;
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    box-pack: start !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    box-pack: end !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    box-pack: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    box-pack: justify !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    box-align: start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    box-align: end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    box-align: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    box-align: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    box-align: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {

  .justify-content-xl-start {
    box-pack: start !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    box-pack: end !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    box-pack: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    box-pack: justify !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pb-10 {
  padding-bottom: 6rem !important; 
}

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #78d5ef !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #4ac7ea !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; } }

body {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  color: #656e7e; }
  body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f63b2; }
  a:hover {
    text-decoration: none;
    color: #2f63b2; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.5;
  color: #3a4348;
  font-weight: 400; }

.text-primary {
  color: #2f63b2 !important; }

.ftco-navbar-light {
  background: transparent !important;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 110; }
  @media (max-width: 991.98px) {
    .ftco-navbar-light {
      position: relative;
      top: 0; } 
    }
  .ftco-navbar-light .navbar-brand {
    color: #fff; }
    .ftco-navbar-light .navbar-brand img {
      max-height: 40px; }
    .ftco-navbar-light .navbar-brand .snapiot-logo-white {
      display: block; }
    .ftco-navbar-light .navbar-brand .snapiot-logo-dark {
      display: none; }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    padding-top: .9rem;
    padding-bottom: .9rem;
    padding-left: 20px;
    padding-right: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    opacity: 1 !important; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #fff; }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41); }
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0; } }
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
      position: absolute;
      content: "";
      top: 10px;
      bottom: 10px;
      left: 0;
      width: 2px;
      background: rgba(255, 255, 255, 0.05); }
      @media (max-width: 991.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
          display: none; } }
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 4px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a span {
      display: inline-block;
      color: #fff; }
    .ftco-navbar-light .navbar-collapse.show .navbar-nav > .nav-item > .nav-link {
      color: #1e2742; }
    .ftco-navbar-light .navbar-collapse.show .navbar-nav > .nav-item.active > .nav-link {
      color: #429eeb; }
  .ftco-navbar-light .navbar-nav > .nav-item.cta.cta-colored span {
    border-color: #429eeb; }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #fff; 
    font-weight: bold;}
  .ftco-navbar-light .navbar-toggler.collapsed {
    border: none;
    color: #fff;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
    .ftco-navbar-light .navbar-collapse.show .navbar-toggler {
      color: rgba(0, 0, 0, 0.5);
      border-color: rgba(0, 0, 0, 0.1); }

  .ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    .ftco-navbar-light.scrolled .nav-item.active > a {
      color: #429eeb !important; }
      .ftco-navbar-light.scrolled .nav-item > .nav-link:hover {
        color: #429eeb; }
    .ftco-navbar-light.scrolled .nav-item.cta > a {
      color: #fff !important;
      background: #429eeb;
      border: none !important;
      padding-top: 0.5rem !important;
      padding-bottom: .5rem !important;
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 6px !important;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px; }
      .ftco-navbar-light.scrolled .nav-item.cta > a span {
        display: inline-block;
        color: #fff !important; }
    .ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
      border-color: #429eeb; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }
    @media (max-width: 767.98px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .ftco-navbar-light.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5) !important;
      border-color: rgba(0, 0, 0, 0.5) !important;
      cursor: pointer;
      padding-right: 0;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
    .ftco-navbar-light.scrolled .nav-link {
      padding-top: 0.9rem !important;
      padding-bottom: 0.9rem !important;
      color: #3a4348 !important; }
      .ftco-navbar-light.scrolled .nav-link.active {
        color: #2f63b2 !important; 
        font-weight: bold;}
    .ftco-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled .navbar-brand {
      color: #132442; }
      .ftco-navbar-light.scrolled .navbar-brand .snapiot-logo-white {
        display: none; }
      .ftco-navbar-light.scrolled .navbar-brand .snapiot-logo-dark {
        display: block; }

   /*   @media (max-width: 767.98px) { 
        .ftco-navbar-light .navbar-brand {
          color: #132442; }
          .ftco-navbar-light .navbar-brand img {
            max-height: 30px; }
          .ftco-navbar-light .navbar-brand .snapiot-logo-white {
            display: none; }
          .ftco-navbar-light .navbar-brand .snapiot-logo-dark {
            display: block; }
        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
          color: #132442;
        }
        .ftco-navbar-light .navbar-nav > .nav-item.active > .nav-link {
          color: #2f63b2;
        }
        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
          color: #132442; }
      } */

.skyline {
  width: 100vw;
  position: absolute;
  bottom: -1px;
  left: 0;}
  .skyline#sandiego {
    bottom: -1px;
    z-index: 5;
  }
  .skyline#generic {
    opacity: .5;
    bottom: -1px;
    z-index: 3;
  }
.iot-ball {
  max-width: 250%;
  max-height: 70vh;
  right: 0;
  float: right;
  margin-top: 5vw;
}
.hero-wrap.company-hero {
  min-height: 100vh;
}
.hero-wrap.company-hero .container-fluid .row .snap-heading {
  z-index: 6;
}
@media (max-width: 768px) {
  .hero-wrap.company-hero {
    min-height: 90vh;
    height: 90vh;
  }
}

.features-list li {
  list-style: none;
  text-transform: uppercase;
  font-weight: 500;
  margin: 16px;
}
  .features-list li i {
    color: #429eeb;
    font-size: 130%;
    margin-right: 6px;
  }
.platform-card {
  border-radius: 16px;
  box-shadow: 0px 20px 80px rgba(0, 0, 0, .15);
  padding: 30px;
  width: 90%; 
}
  .platform-card .platform-card-img {
    height: 180px;
    background-color: #2f63b2;
    margin: -30px -30px 30px -30px;
    border-radius: 16px 16px 0 0; 
    overflow: hidden;
  }
  .platform-card .platform-card-img img {
    width: 150%;
    transform: translateX(-20%) translateY(-10%);
  }
  .platform-card .platform-card-desc {
    margin-bottom: 30px;
  }
  .platform-card .platform-card-button {
    background: #fe9b07;
    color: #ffffff;
  }
  @media (max-width: 768px) {
    .platform-card {
      width: 100%;}
    .features-list {
      padding: 0;
    }
  }

.platform-feature {
  padding: 4%;
  display: block; }
  .platform-feature .description {
    font-weight: 400;
    font-size: 16px; }
  .platform-feature .heading {
    font-size: 120%;
    font-weight: 600; 
    color: #2f63b2; }
  .platform-feature .seperator {
    width: 50px;
    height: 4px; 
    background-color: #fe9b07; 
    margin-bottom: 12px;
    margin-top: -4px;}

.project-development-section {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto; 
  margin: 20vh auto;}
  @media (min-width: 576px) {
    .project-development-section {
      width: 50%;
      max-width: 540px; } }
  @media (min-width: 768px) {
    .project-development-section {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .project-development-section {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .project-development-section {
      max-width: 1000px; } }


.project-development-container {
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 20px 80px rgba(0, 0, 0, .1);
  height: 100%;
  margin-bottom: 20vh;
  padding: 20px;
}

.project-development .title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  padding: 50px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 20px; 
  border: 2px solid #ffffff; 
  height: 100px;
  z-index: 4px;
  border-radius: 8px;
  color: #ffffff; }
  .project-development .title span {
    line-height: 1rem;
  }
  
  .project-development.turnkey .title::after {
    content: '';
    background-color: inherit;
    height: 100%;
    width: 20px;
    position: absolute;
    right: 0px;
    top: 0px; 
    z-index: 6;
    border-radius: 8px;}
  .project-development.turnkey .title::before {
    content: '';
    background-color: inherit;
    border: 4px solid #ffffff;
    height: 30px;
    width: 30px;
    position: absolute;
    right: -25px;
    top: 35px; 
    border-radius: 50%;
    z-index: 5;}

  .project-development.selfservice .title::after {
    content: '';
    background-color: inherit;
    height: 100%;
    width: 20px;
    position: absolute;
    left: 0px;
    top: 0px; 
    z-index: 6;
    border-radius: 8px;}
  .project-development.selfservice .title::before {
    content: '';
    background-color: inherit;
    border: 4px solid #ffffff;
    height: 30px;
    width: 30px;
    position: absolute;
    left: -25px;
    top: 35px; 
    border-radius: 50%;
    z-index: 5;}

.project-development.turnkey ul { border-right: 1px solid #e5eaec; }
/*.project-development.selfservice ul { border-left: 1px solid #e5eaec; }*/


.project-development.turnkey .title{ background-color: #2f63b2; }
.project-development.shared .title{ background-color: #4387cf; }
.project-development.selfservice .title{ background-color: #60baf8; }

.project-development ul {
  margin: 0;
  padding: 10px 20px; }
  .project-development ul li {
    display: flex;
    align-items: center;
    list-style: none;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.3rem; 
    margin: 1.5rem 0; }
  .project-development ul i {
    font-family: "FontAwesome";
    color: #439eeb;
    margin-right: 8px; 
    height: 100%;
    float: left;}



.wwad {
  margin-top: -5vw;
}
.wwad-item .col-md-10 {
  padding: 0 10% 0 2%; }

  .wwad-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007bff27;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 12px auto; }

    .wwad-item .icon img {
      max-height: 60%;
      max-width: 60%;
    }

  .wwad-item .wwad-title {
    text-transform: uppercase;
    font-size: .95rem;
    font-weight: 600;
    letter-spacing: .1rem;
    margin-top: 8px;
    margin-bottom: 4px;
    color: #132442; }

  .wwad-item .desc {
    margin-top: 0px;
    font-weight: 400; 
    font-size: .95rem;}

@media (max-width: 768px) {
  .wwad-item .col-md-10 {
    padding: 0; }
}

.self-service {
  font-weight: bold;
  text-decoration: underline;
}

.hide-mobile { display: block !important; }
.show-mobile { display: none !important; }

@media (max-width: 768px) {
  .hide-mobile { display: none !important; }
  .show-mobile { display: block !important; }
}

.snap-section.section-blue {
  background: #3264af; }
  .snap-section.section-blue h2 {
    color: #ffffff; }
  .snap-section.section-blue p {
    color: rgba(255, 255, 255, .7); }

.snap-section .snap-block {
  margin: 0 auto;
}
.snap-section .snap-heading {
  text-align: center; }
  .snap-section .snap-heading h2 {
    color: #429eeb;
    font-weight: 400;
    font-size: 2.5rem; }
  .snap-section .snap-heading p {
    color: #1e2742;
    font-weight: 400; 
    font-size: 1rem;}
    .snap-section .snap-heading img {
      padding: 2%;
      width: 20%}
.snap-section .snap-img {
  padding: 4%; 
  text-align: center;}
  .snap-section .snap-body {
    text-align: left;
  }
  .snap-section .snap-body .subtitle {
    text-transform: uppercase;
    font-size: .8rem;
    line-height: 2rem;
    font-weight: 600;
    color: #9fa8b6;
    letter-spacing: 2px;
    margin: 0;
  }
  .snap-section .snap-body .title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    color: #2f63b2; 
    margin: 0;
  }
  .snap-section .snap-body .divider {
    background-color: #fe9b07;
    width: 40px;
    height: 4px;
    margin: 1rem 0;
  }
  .snap-section .snap-body p {
    font-weight: 400;
    margin-bottom: .5rem;
  }
  .snap-section .snap-body a {
    font-weight: bold;
    color: #55aeec;
  }
  .snap-section .snap-body a:hover {
    text-decoration: underline;
  }
  @media (max-width: 768px) {
    .snap-section .snap-body {
      text-align: center;
    }
    .snap-section .snap-body .divider {
      margin: 1rem auto !important;
    }
    .platform-hero .platform-heading {
      margin-bottom: 0;
    }
  }
.contact-section-title {
  width: 100%;
  position: relative;
  text-align: center; 
  color: #1e2742;
  margin-bottom: 2vw;
  margin-top: 2vw;
  z-index: 2;
}

.platform-hero {
  display: flex;
  justify-content: center;
  position: relative;
  text-align: left;
  background-color: #429eeb; }
  .platform-hero .platform-heading {
    margin-bottom: 1rem;
  }
  .platform-hero .platform-heading h2 {
    color: #429eeb;
    font-weight: 400;
    font-size: 2.75rem; }
  .platform-hero .platform-heading p {
    color: #1e2742c5;
    font-weight: 400; 
    font-size: 1.25rem;}
  .platform-hero .platform-hero-title {
    font-weight: 600;
    color: #1e2742; }
  .platform-hero .platform-hero-image {
    position: relative; }



.mobile-devices-deploy {
  position: relative;
  display: block;
  width: 100%;
  min-height: 220px;
}
.mobile-devices-deploy img {
  position: absolute;
  left: 50%;
  top: 50%;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, .1);
}
.mobile-devices-deploy .device-1 { 
  transform: translateX(-100%) translateY(-50%);
  max-height: 200px;
  z-index: 5;
}
.mobile-devices-deploy .device-2 { 
  transform: translateX(-50%) translateY(-50%);
  max-height: 180px;
  z-index: 4;
}
.mobile-devices-deploy .device-3 { 
  transform: translateX(0%) translateY(-50%);
  max-height: 160px;
  z-index: 3;
}

#devices-container {
  text-align: center; 
  z-index: 12; 
  opacity: 0; 
  -webkit-transition: opacity .7s ease-in-out;
  -o-transition: opacity .7s ease-in-out;
  transition: opacity .7s ease-in-out;}
  #devices-container .device-img {
    max-height: 400px; 
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, .1);
    background-color: rgba(0,0,0,0);
  }
  /* Devices - Original state */
  #devices-container #device-iphone {
    border-radius: 11%; 
    z-index: 8;
    width: 30%;
  }
  #devices-container #device-galaxy { 
    opacity: 0;
    border-radius: 10%;
    z-index: 7; 
    width: 26%;
  }
  #devices-container #device-pixel { 
    opacity: 0;
    border-radius: 10%;
    z-index: 6; 
    width: 22%;
  }
  #devices-container #device-note { 
    opacity: 0;
    border-radius: 5%;
    z-index: 5; 
    width: 18%;
  }
  #devices-container #device-iphone2 { 
    opacity: 0;
    transform: translateX(50%) translateY(-50%); 
    border-radius: 11%;
    z-index: 5; 
    width: 18%;
  }
  #devices-container #device-galaxy2 { 
    opacity: 0;
    transform: translateX(50%) translateY(-50%); 
    border-radius: 10%;
    z-index: 5; 
    width: 18%;
  }
  #devices-container.development #device-iphone { z-index: 8; transform: translateX(100%) translateY(-35%); width: 20%; opacity: 1; }
  #devices-container.development #device-galaxy { z-index: 7; transform: translateX(100%) translateY(-35%);  width: 20%; opacity: 0; }
  #devices-container.development #device-pixel  { z-index: 6; transform: translateX(100%) translateY(-35%);  width: 20%; opacity: 0; }
  #devices-container.development #device-note   { z-index: 5; transform: translateX(100%) translateY(-35%);  width: 20%; opacity: 0; }

  /* Devices - Deploy */
  #devices-container.deploy #device-iphone { z-index: 8; transform: translateX(-100%) translateY(-50%); width: 30%; opacity: 1; }
  #devices-container.deploy #device-galaxy { z-index: 7; transform: translateX(-50%) translateY(-50%);  width: 26%; opacity: 1; }
  #devices-container.deploy #device-pixel  { z-index: 6; transform: translateX(0%) translateY(-50%);    width: 22%; opacity: 1; }
  #devices-container.deploy #device-note   { z-index: 5; transform: translateX(50%) translateY(-50%);   width: 18%; opacity: 0; }

  /* Devices - Library */
  #devices-container.library #device-iphone { z-index: 9; transform: translateX(-200%) translateY(-50%); width: 30%; opacity: 0; }
  #devices-container.library #device-galaxy { z-index: 8; transform: translateX(-100%) translateY(-50%); width: 30%; opacity: 1; }
  #devices-container.library #device-pixel  { z-index: 7; transform: translateX(-50%) translateY(-50%);  width: 26%; opacity: 1; }
  #devices-container.library #device-note   { z-index: 6; transform: translateX(0%) translateY(-50%);    width: 22%; opacity: 1; }

  /* Devices - Gamification */
  #devices-container.gamification #device-iphone { z-index: 9; transform: translateX(-200%) translateY(-50%); width: 30%; opacity: 0; }
  #devices-container.gamification #device-galaxy { z-index: 9; transform: translateX(-200%) translateY(-50%); width: 30%; opacity: 0; }
  #devices-container.gamification #device-pixel  { z-index: 8; transform: translateX(-100%) translateY(-50%); width: 30%; opacity: 1; }
  #devices-container.gamification #device-note   { z-index: 7; transform: translateX(-50%) translateY(-50%);  width: 26%; opacity: 1; }
  #devices-container.gamification #device-iphone2 { z-index: 6; transform: translateX(0%) translateY(-50%);    width: 22%; opacity: 1; }

  /* Devices - ePRO */
  #devices-container.epro #device-iphone { z-index: 9; transform: translateX(-200%) translateY(-50%); width: 30%; opacity: 0; }
  #devices-container.epro #device-galaxy { z-index: 9; transform: translateX(-200%) translateY(-50%); width: 30%; opacity: 0; }
  #devices-container.epro #device-pixel  { z-index: 9; transform: translateX(-200%) translateY(-50%); width: 30%; opacity: 0; }
  #devices-container.epro #device-note   { z-index: 8; transform: translateX(-100%) translateY(-50%); width: 30%; opacity: 1; }
  #devices-container.epro #device-iphone2 { z-index: 7; transform: translateX(-50%) translateY(-50%);  width: 26%; opacity: 1; }
  #devices-container.epro #device-galaxy2 { z-index: 6; transform: translateX(0%) translateY(-50%);    width: 22%; opacity: 1; }


.platform-section {
  display: flex;
  min-height: 80vh;
  width: 90%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .platform-section {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .platform-section {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .platform-section {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .platform-section {
      max-width: 1140px; } }
.platform-section .platform-body {
  opacity: 100;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  margin-left: -5%;
  padding-right: 5%; }
  .platform-section .platform-body .subtitle {
    text-transform: uppercase;
    font-size: .8rem;
    line-height: 2rem;
    font-weight: 600;
    color: #9fa8b6;
    letter-spacing: 2px;
    margin: 0;
  }
  .platform-section .platform-body .title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    color: #2f63b2; 
    margin: 0;
  }
  .platform-section .platform-body .divider {
    background-color: #fe9b07;
    width: 40px;
    height: 4px;
    margin: 1rem 0;
  }
  .platform-section .platform-body p {
    font-weight: 400;
  }
  @media (max-width: 768px) {
    .platform-section .platform-body {
      padding: 0;
      margin-left: 0;
    }
  }

.platform-section .chrome-container {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  position: relative;
  padding: 0px;
  border-radius: 8px;
  box-shadow: 0px 20px 80px rgba(0, 0, 0, .15);
  overflow: hidden; 
  max-width: 100%; 
  z-index: 4; 
  transition: opacity .7s ease-in-out; }
  .platform-section .chrome-container .chrome {
    width: 100%; 
    height: auto; }
    .platform-section .chrome-container .chrome img {
      width: 100%; 
      height: 100%; }
  .platform-section .chrome-container .header {
    width: 100%; }
    .platform-section .chrome-container .header img {
      width: 100%; }
  .platform-section .chrome-container .chrome-content {
    position: relative;
    display: flex;
    align-items: stretch;  
    max-width: 100%; }
    .platform-section .chrome-container .chrome-content .sidebar {
      position: relative;
      background-color: #429eeb;
      list-style: none;
      margin: 0px;
      padding: 0px;
      width: 20%;
      height: auto; 
      z-index: -2;}
      .platform-section .chrome-container .chrome-content .sidebar li#highlight {
        background-color: rgba(0, 0, 0, .3);
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 10%;
        margin: 8% 0px;
        z-index: -1;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
      }
      .platform-section .chrome-container.protocol .chrome-content .sidebar li#highlight { top: 0; }
      .platform-section .chrome-container.design .chrome-content .sidebar li#highlight { top: 10%; }
      .platform-section .chrome-container.development .chrome-content .sidebar li#highlight { top: 10%; }

      .platform-section .chrome-container .chrome-content .sidebar li.sidebar-item {
        background-color: rgba(255, 255, 255, .7);
        height: 2%;
        margin: 18%; }
        .platform-section .chrome-container .chrome-content .sidebar li.sidebar-item.selected { background-color: #ffffff;}
        .platform-section .chrome-container .chrome-content .sidebar li.sidebar-item.sm { width: 30%; }
        .platform-section .chrome-container .chrome-content .sidebar li.sidebar-item.md { width: 40%; }
        .platform-section .chrome-container .chrome-content .sidebar li.sidebar-item.lg { width: 50%; }
    .platform-section .chrome-container .chrome-content .screen {
      background: #fff;
      position: relative;
      width: 80%;
      height: 80%;}
      .platform-section .chrome-container.protocol .chrome-content .screen .protocol-screen { opacity: 1; }
      .platform-section .chrome-container.protocol .chrome-content .screen .design-screen { opacity: 0; }
      .platform-section .chrome-container.design .chrome-content .screen .protocol-screen { opacity: 0; }
      .platform-section .chrome-container.design .chrome-content .screen .design-screen { opacity: 1; }
      .platform-section .chrome-container.development .chrome-content .screen .protocol-screen { opacity: 0; }
      .platform-section .chrome-container.development .chrome-content .screen .design-screen { opacity: 1; }
      .platform-section .chrome-container.development .chrome-content .screen .design-screen .design-studio-gif { opacity: 0; }
      .platform-section .chrome-container .chrome-content .screen img {
        max-width: 100%; }
      .platform-section .chrome-container .chrome-content .screen .protocol-screen {
        -webkit-transition: all .7s ease-in-out;
        -o-transition: all .7s ease-in-out;
        transition: all .7s ease-in-out;}
      .platform-section .chrome-container .chrome-content .screen .design-screen {
        -webkit-transition: all .7s ease-in-out;
        -o-transition: all .7s ease-in-out;
        transition: all .7s ease-in-out;}
      .platform-section .chrome-container .chrome-content .screen .screen-content {
        position: relative;
        max-height: 100%; }
        .platform-section .chrome-container .chrome-content .screen .screen-content .row {
          position: relative;
          max-height: 100%; }
        .platform-section .chrome-container .chrome-content .screen .design-screen .img-fluid {
          margin: 0;
          max-height: 80%;
          width: auto; 
          box-shadow: 0px 20px 80px rgba(0, 0, 0, .15); }
      .platform-section .chrome-container .chrome-content .design-screen {
        position: absolute;
        top: 0; 
        left: 0; 
        opacity: 0;
        margin:0; 
        z-index: 11;
        background-color: #fff;}
      .platform-section .chrome-container .chrome-content .design-screen .design-studio-gif {
        position: absolute;
        top: 0; 
        left: 0; 
        z-index: 12;
        width: 100%; }
      .platform-section .chrome-container .chrome-content .design-screen .design-studio-screen {
        position: relative;
        max-width: 24%;
        float: left;
        height: auto;
        box-shadow: 0px 20px 80px rgba(0, 0, 0, .15); }
      .platform-section .chrome-container .chrome-content .design-screen .screen1 {
        -webkit-transition: all .7s ease-in-out;
        -o-transition: all .7s ease-in-out;
        transition: all .7s ease-in-out;
        margin: 4% 4% 4% 22%; }
      .platform-section .chrome-container .chrome-content .design-screen .screen2 {
        -webkit-transition: all .7s ease-in-out;
        -o-transition: all .7s ease-in-out;
        transition: all .7s ease-in-out;
        margin: 4% 22% 4% 4%; }
      .platform-section .chrome-container.development .chrome-content .design-screen .screen1 { margin: 5% 0 5% 5% }
      .platform-section .chrome-container.development .chrome-content .design-screen .screen2 { margin: 5%;}

@media (max-width: 767.98px) {
  .platform-section .chrome-container {
    padding: 0px;
    margin: 0px;
    }
} 

.chrome-container-mobile {
  position: relative;
  display: block;
  min-height: 200px;
}
.chrome-container-mobile .development .chrome-content {
  position: relative;
  display: block;
  min-height: 200px;
}
.chrome-container-mobile img {
  max-width: 100%; }
.chrome-container-mobile .screen-content {
  position: relative;
  max-height: 100%;
  -webkit-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;}
  .chrome-container-mobile .screen-content .row {
    position: relative;
    max-height: 100%; }
  .chrome-container-mobile .design-screen .img-fluid {
    margin: 0;
    max-height: 80%;
    width: auto; 
    box-shadow: 0px 20px 80px rgba(0, 0, 0, .15); }
.chrome-container-mobile .design-screen {
  position: absolute;
  top: 0; 
  left: 0; 
  opacity: 1 !important;
  margin:0; 
  z-index: 11;
  background-color: #fff;}
.chrome-container-mobile .design-screen .design-studio-gif {
  position: absolute;
  top: 0; 
  left: 0; 
  z-index: 12;
  width: 100%; }
.chrome-container-mobile .design-screen .design-studio-screen {
  position: relative;
  max-width: 24%;
  float: left;
  height: auto;
  box-shadow: 0px 20px 80px rgba(0, 0, 0, .15); }
.chrome-container-mobile .design-screen .screen1 {
  margin: 4% 4% 4% 22%; }
.chrome-container-mobile .design-screen .screen2 {
  margin: 4% 22% 4% 4%; }

.pin {
  
  align-self: flex-start;
}
#pin-chrome {
  /*align-self: flex-start;*/
}

.curve-container {
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2; }
  .curve-container .curve-svg {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
  }
.emphasis {
  color: #429eeb;
}



/* SOLUTIONS HERO */
.hero-wrap .solutions-hero-title {
  width: 100%;
  text-align: center; 
  color: #1e2742;
  margin-bottom: 3vw;
  margin-top: 2vw; }
.solutions-hero {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 20px 80px rgba(0, 0, 0, .1); 
  padding: 8px;
  border-radius: 12px;}
  .solutions-hero-buttons a {
    margin: 5em 1em 0 1em;
  }
  .solutions-hero .solutions-sub-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 8px; }
    .solutions-hero .solutions-sub-list .solutions-sub-item {
      display: block;
      position: relative;
      box-flex: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666%;
      flex: 0 0 16.6666%;
      max-width: 16.6666%;
      height: 100%;
      text-align: center;
      list-style: none;
      padding: 8px;
      background-color: #fff;
      font-weight: 400;
      font-size: .8rem;
      border-right: 1px solid #e5eaec; 
      z-index: 4px;
      border-radius: 0;
      margin: 0 auto;}
      .solutions-hero .solutions-sub-list .solutions-sub-item .sub-item {
        width: 100%;
        text-align: center;
        margin: 4px 0px;}
      .solutions-hero .solutions-sub-list .solutions-sub-item.solutions-sub-third {
        border-right: 0px; }
  .solutions-hero .solutions-hero-list {
    display: flex;
    flex-direction: row;
    width: 100%; 
    align-items: center;
    justify-content: center;
    line-height: 100px;}
    .solutions-hero .solutions-hero-list .solutions-hero-item {
      position: relative;
      box-flex: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666%;
      flex: 0 0 16.6666%;
      max-width: 16.6666%;
      text-align: center;
      list-style: none;
      padding: 25px;
      font-weight: 500;
      text-transform: uppercase;
      font-size: .9rem;
      line-height: 50px; 
      border: 2px solid #ffffff; 
      height: 100px;
      z-index: 4px;
      border-radius: 8px;}
      .solutions-hero .solutions-hero-list .solutions-hero-item.puzzle::after {
        content: '';
        background-color: inherit;
        height: 100%;
        width: 20px;
        position: absolute;
        right: 0px;
        top: 0px; 
        z-index: 6;
        border-radius: 8px;}
      .solutions-hero .solutions-hero-list .solutions-hero-item.puzzle::before {
        content: '';
        background-color: inherit;
        border: 4px solid #ffffff;
        height: 30px;
        width: 30px;
        position: absolute;
        right: -25px;
        top: 35px; 
        border-radius: 50%;
        z-index: 5;}
      .solutions-hero .solutions-hero-list .solutions-hero-item a span {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        color: #fff; }
      .solutions-hero .solutions-hero-list .solutions-hero-enrollment { background-color: #2f63b2; }
      .solutions-hero .solutions-hero-list .solutions-hero-engagement { background-color: #3772bb; }
      .solutions-hero .solutions-hero-list .solutions-hero-data { background-color: #4387cf; }
      .solutions-hero .solutions-hero-list .solutions-hero-reports { background-color: #4f9edf; }
      .solutions-hero .solutions-hero-list .solutions-hero-iomt { background-color: #55aeec; }
      .solutions-hero .solutions-hero-list .solutions-hero-third { background-color: #60baf8; }



/* SOLUTIONS HERO MOBILE */
@media (max-width: 767.98px) { 
  .solutions-hero .solutions-hero-list {
    display: flex;
    flex-direction: column;
    width: 50%; 
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 100px;
    float: left;}
    .solutions-hero .solutions-hero-list .solutions-hero-item {
      position: relative;
      box-flex: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%;
      text-align: center;
      vertical-align: middle;
      list-style: none;
      padding: 20px;
      font-size: .85rem;
      line-height: 70px; 
      height: 120px; }
      .solutions-hero .solutions-hero-list .solutions-hero-item.puzzle::before {
        left: 50%;
        top: 100%;
        transform: translateX(-50%) translateY(-20%); }
      .solutions-hero .solutions-hero-list .solutions-hero-item.puzzle::after {
        height: 20px;
        width: 100%;
        left: 0px;
        top: 100%; 
        transform: translateY(-20px);}
  .solutions-hero .solutions-sub-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin: 0; }
    .solutions-hero .solutions-sub-list .solutions-sub-item {
      align-items: center;
      position: relative;
      box-flex: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%;
      height: 120px;
      text-align: center;
      vertical-align: middle;
      list-style: none;
      padding: 12px 4px;
      background-color: #fff;
      font-weight: 400;
      font-size: .8rem;
      border-right: 0px;
      border-bottom: 1px solid #e5eaec; 
      margin: auto;}
      .solutions-hero .solutions-sub-list .solutions-sub-item.solutions-sub-third {
        border-bottom: 0px;
      }
}

.solutions-nav .solutions-nav-list .sub-nav-item{
  position: relative;
  box-flex: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
  text-align: center;
  list-style: none;
  padding: 10px 30px;
  border: none;
  background-color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: .95rem;
  line-height: 60px; 
  margin: 2px 1px;
  height: auto;
  z-index: 4px;
  transition: .3s all ease;
}

.solutions-nav .solutions-nav-list .sub-nav-item span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

/* SOLUTIONS NAV */
.solutions-nav {
  position: fixed;
  top: -120px;
  left: 0;
  width: 100%;
  background-color: rgb(230,230,230);
  -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.1);
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  transition: .3s all ease-out;
  z-index: 111;
}

.solutions-nav.scrolled{
  /*top: 66px;*/
  top: 66px;
}

.solutions-nav .solutions-nav-list{
  display: flex;
  flex-direction: row;
  width: 100%; 
  align-items: center;
  justify-content: center;
  height: 82px;
  line-height: 82px;
}

.solutions-nav .solutions-nav-list .solutions-nav-item{
  position: relative;
  box-flex: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
  text-align: center;
  list-style: none;
  padding: 10px 30px;
  border: none;
  background-color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: .95rem;
  line-height: 60px; 
  margin: 2px 1px;
  height: auto;
  z-index: 4px;
  transition: .3s all ease;
}

.solutions-nav .solutions-nav-list .solutions-nav-item::after{
  content: '';
  background-color: inherit;
  height: 100%;
  width: 20px;
  position: absolute;
  right: 0px;
  top: 0px; 
  z-index: 6;
}

.solutions-nav .solutions-nav-list .solutions-nav-item::before{
  content: '';
  background-color: inherit;
  border: 2px solid rgb(230,230,230);
  height: 30px;
  width: 30px;
  position: absolute;
  right: -25px;
  top: 50%; 
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 5;
}

.solutions-nav .solutions-nav-list .solutions-nav-item span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.solutions-nav .solutions-nav-list .solutions-nav-enrollment { color: #2f63b2; }
.solutions-nav .solutions-nav-list .solutions-nav-enrollment.current { background-color: #2f63b2; }
.solutions-nav .solutions-nav-list .solutions-nav-enrollment.current { color: #fff; }

.solutions-nav .solutions-nav-list .solutions-nav-engagement { color: #3772bb; }
.solutions-nav .solutions-nav-list .solutions-nav-engagement.current { background-color: #3772bb; }
.solutions-nav .solutions-nav-list .solutions-nav-engagement.current { color: #fff; }

.solutions-nav .solutions-nav-list .solutions-nav-data { color: #4387cf; }
.solutions-nav .solutions-nav-list .solutions-nav-data.current { background-color: #4387cf; }
.solutions-nav .solutions-nav-list .solutions-nav-data.current { color: #fff; }

.solutions-nav .solutions-nav-list .solutions-nav-reports { color: #4f9edf; }
.solutions-nav .solutions-nav-list .solutions-nav-reports.current { background-color: #4f9edf; }
.solutions-nav .solutions-nav-list .solutions-nav-reports.current { color: #fff; }

.solutions-nav .solutions-nav-list .solutions-nav-iomt { color: #55aeec; }
.solutions-nav .solutions-nav-list .solutions-nav-iomt.current { background-color: #55aeec; }
.solutions-nav .solutions-nav-list .solutions-nav-iomt.current { color: #fff; }

.solutions-nav .solutions-nav-list .solutions-nav-third { color: #60baf8; }
.solutions-nav .solutions-nav-list .solutions-nav-third.current { background-color: #60baf8; }
.solutions-nav .solutions-nav-list .solutions-nav-third.current { color: #fff; }
        
@media (max-width: 767.98px) {
  .solutions-nav {
    width: 200%;}
}
@media (max-width: 576px) {
  .solutions-nav {
    width: 300%;}
  }


/* SOLUTIONS IMAGES */
.solution-screen-mobile-right {
  margin: 0 auto;
  max-height: 50vh;
  max-width: 100%;
  border-radius: 20px;
  -webkit-transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
  transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
  -webkit-box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), 39px 62.5px 125px -25px rgba(50,50,93,.3), 23.4px 37.5px 75px -37.5px rgba(0,0,0,.3);
  box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), 39px 62.5px 125px -25px rgba(50,50,93,.3), 23.4px 37.5px 75px -37.5px rgba(0,0,0,.3);
}
.solution-screen-mobile-left {
  margin: 0 auto;
  max-height: 50vh;
  border-radius: 20px;
  -webkit-transform: scale(1) perspective(1040px) rotateY(11deg) rotateX(-2deg) rotate(-2deg);
  transform: scale(1) perspective(1040px) rotateY(11deg) rotateX(-2deg) rotate(-2deg);
  -webkit-box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), -33.1px 62.5px 125px -25px rgba(50,50,93,.3), -16.2px 37.5px 75px -37.5px rgba(0,0,0,.3);
  box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), -33.1px 62.5px 125px -25px rgba(50,50,93,.3), -16.2px 37.5px 75px -37.5px rgba(0,0,0,.3);
}
.solution-screen-desktop-right {
  margin: 0 -10% 0 0;
  max-height: 50vh;
  max-width: 110%;
  border-radius: 20px;
  -webkit-transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
  transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
  -webkit-box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), 39px 62.5px 125px -25px rgba(50,50,93,.3), 23.4px 37.5px 75px -37.5px rgba(0,0,0,.3);
  box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), 39px 62.5px 125px -25px rgba(50,50,93,.3), 23.4px 37.5px 75px -37.5px rgba(0,0,0,.3);
}
.solution-screen-desktop-left {
  margin: 0 0 0 -10%;
  max-height: 50vh;
  max-width: 110%;
  border-radius: 20px;
  -webkit-transform: scale(1) perspective(1040px) rotateY(11deg) rotateX(-2deg) rotate(-2deg);
  transform: scale(1) perspective(1040px) rotateY(11deg) rotateX(-2deg) rotate(-2deg);
  -webkit-box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), -33.1px 62.5px 125px -25px rgba(50,50,93,.3), -16.2px 37.5px 75px -37.5px rgba(0,0,0,.3);
  box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), -33.1px 62.5px 125px -25px rgba(50,50,93,.3), -16.2px 37.5px 75px -37.5px rgba(0,0,0,.3);
}
@media (max-width: 767.98px) {
  .solution-screen-mobile-right {
    margin: 0 auto;
    max-height: 30vh; 
    border-radius: 15px;
    -webkit-transform: none; 
    transform: none; 
    -webkit-box-shadow: 0px 1px 5px rgba(26,26,67,.1), 0 25px 45px -15px rgba(50,50,93,.3), 0 18px 35px -21.5px rgba(0,0,0,.3);
    box-shadow: 0px 1px 5px rgba(26,26,67,.1), 0 25px 45px -15px rgba(50,50,93,.3), 0 18px 35px -21.5px rgba(0,0,0,.3);
  }
  .solution-screen-mobile-left { 
    margin: 0 auto;
    max-height: 30vh; 
    border-radius: 15px;
    -webkit-transform: none; 
    transform: none; 
    -webkit-box-shadow: 0px 1px 5px rgba(26,26,67,.1), 0 25px 45px -15px rgba(50,50,93,.3), 0 18px 35px -21.5px rgba(0,0,0,.3);
    box-shadow: 0px 1px 5px rgba(26,26,67,.1), 0 25px 45px -15px rgba(50,50,93,.3), 0 18px 35px -21.5px rgba(0,0,0,.3);
  }
  .solution-screen-desktop-right { 
    margin: 0 auto;
    max-height: 30vh; 
    border-radius: 15px;
    -webkit-transform: none; 
    transform: none; 
    -webkit-box-shadow: 0px 1px 5px rgba(26,26,67,.1), 0 25px 45px -15px rgba(50,50,93,.3), 0 18px 35px -21.5px rgba(0,0,0,.3);
    box-shadow: 0px 1px 5px rgba(26,26,67,.1), 0 25px 45px -15px rgba(50,50,93,.3), 0 18px 35px -21.5px rgba(0,0,0,.3);
   }
  .solution-screen-desktop-left { 
    margin: 0 auto;
    max-height: 30vh; 
    border-radius: 15px;
    -webkit-transform: none; 
    transform: none; 
    -webkit-box-shadow: 0px 1px 5px rgba(26,26,67,.1), 0 25px 45px -15px rgba(50,50,93,.3), 0 18px 35px -21.5px rgba(0,0,0,.3);
    box-shadow: 0px 1px 5px rgba(26,26,67,.1), 0 25px 45px -15px rgba(50,50,93,.3), 0 18px 35px -21.5px rgba(0,0,0,.3);
   }
}

.notification-card-list {
  position: relative;
  height: 50vh; }
  .notification-card-list .notification-card {
    position: absolute;
    transition: all .3s ease-in-out;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), 0px 15px 55px rgba(50,50,93,.2), 0px 5px 15px rgba(0,0,0,.2);
    box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), 0px 15px 55px rgba(50,50,93,.2), 0px 5px 15px rgba(0,0,0,.2);
    height: auto; }
    .notification-card-list .notification-card:nth-child(1) {
      width: 100%;
      top: 40%;
      left: 0;
      z-index: 3; }
    .notification-card-list .notification-card:nth-child(2) {
      width: 90%;
      top: 35%;
      left: 5%;
      z-index: 2; }
    .notification-card-list .notification-card:nth-child(3) {
      width: 80%;
      top: 30%;
      left: 10%;
      z-index: 1; }

.solution-gamification-container {
  position: relative;
  overflow: hidden; 
  max-height: 40vh; 
  background-color: #ffffff; }
  .solution-gamification-container #confetti-canvas {
    position: absolute;
    top: 0;
    left:0;
    z-index: 3;
  }
  .solution-gamification-container img {
    z-index: 2;
    height: 40vh;
  }
.device-bubbles {
  height: 50vh; }

  .device-bubbles li {
    position: absolute;
    list-style: none;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    text-align: center;
    font-weight: 400; 
    background-color: #ffffff;}

    .device-bubbles li i {
      width: 100%;
      height: 100%;
      visibility: visible; }

    .device-bubbles li.brand-bubble {
      width: 100px;
      height: 100px;
      font-size: 50px;
      line-height: 100px;
      color: #ffffff; 
      z-index: 3; }

    .device-bubbles li.device-bubble {
      width: 90px;
      height: 90px;
      font-size: 45px;
      line-height: 90px; 
      z-index: 2; }

.device-bubbles li:nth-child(1) {
  top: 32%;
  left: 19%;
  background-color: rgb(100, 100, 100);
}
.device-bubbles li:nth-child(2) {
  top: 27%;
  left: 51%;
  background-color: #94c248;
}
.device-bubbles li:nth-child(3) {
  top: 57%;
  left: 37%;
  background-color: #f16529;
}
.device-bubbles li:nth-child(4) {
  top: 14%;
  left: 25%;
  color: #f5cd79;
}
.device-bubbles li:nth-child(5) {
  top: 39%;
  left: 70%;
  color: #ea8685;
}
.device-bubbles li:nth-child(6) {
  top: 67%;
  left: 18%;
  color: #778beb;
}


.randomization-image-container {
  height: 45vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center; 
  position: relative; 
  width: 100%; 
  max-height: 100%; }
  @media (max-width: 767.98px) {
    .randomization-image-container {
      width: 100%; 
      margin: 0 auto;}
  }
.randomize-all {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 0px;
  margin: 0px;
  box-flex: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; 
  padding: 10px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), 0px 15px 55px rgba(50,50,93,.1), 0px 10px 20px rgba(0,0,0,.1);
  box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), 0px 15px 55px rgba(50,50,93,.1), 0px 10px 20px rgba(0,0,0,.1);
  }
  .randomize-all li, .randomize-a li, .randomize-b li {
    list-style: none;
    height: 40px;
    padding: 5px; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center; 
    position: relative; 
    width: 100%; }
    .randomize-all li .random-profile, .randomize-a li .random-profile, .randomize-b li .random-profile {
      border-radius: 50%;
      height: 30px;
      width: 30px;
      font-size: 30px;
      line-height: 40px;
      overflow: hidden;
      color: #ffffff; }
      .randomize-all li:nth-child(1) .random-profile { background-color: #f3a683; }
      .randomize-all li:nth-child(2) .random-profile { background-color: #f7d794; }
      .randomize-all li:nth-child(3) .random-profile { background-color: #778beb; }
      .randomize-all li:nth-child(4) .random-profile { background-color: #f8a5c2; }
      .randomize-all li:nth-child(5) .random-profile { background-color: #786fa6; }
      .randomize-all li:nth-child(6) .random-profile { background-color: #ea8685; }
      .randomize-a li:nth-child(1) .random-profile { background-color: #778beb; }
      .randomize-a li:nth-child(2) .random-profile { background-color: #f8a5c2; }
      .randomize-a li:nth-child(3) .random-profile { background-color: #f7d794; }
      .randomize-b li:nth-child(1) .random-profile { background-color: #ea8685; }
      .randomize-b li:nth-child(2) .random-profile { background-color: #f3a683; }
      .randomize-b li:nth-child(3) .random-profile { background-color: #786fa6; }

    .randomize-all li .random-name, .randomize-a li .random-name, .randomize-b li .random-name {
      height: 10px;
      width: 40%;
      background-color: #d4d9de; 
      margin-left: 10%; }

.randomize-button {
  box-flex: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; 
  font-size: 40px;
}
.randomize-a-b {
  box-flex: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; 
}
.randomize-a {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 0px;
  margin: 0 0 20px 0;
  padding: 10px; 
  -webkit-box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), 0px 15px 55px rgba(50,50,93,.1), 0px 10px 20px rgba(0,0,0,.1);
  box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), 0px 15px 55px rgba(50,50,93,.1), 0px 10px 20px rgba(0,0,0,.1);
}
.randomize-b {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 0px;
  margin: 0px;
  padding: 10px; 
  -webkit-box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), 0px 15px 55px rgba(50,50,93,.1), 0px 10px 20px rgba(0,0,0,.1);
  box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), 0px 15px 55px rgba(50,50,93,.1), 0px 10px 20px rgba(0,0,0,.1);
}






/* DROPDOWN */
.dropdown-container {
  position: absolute;
  top: 95%;
  bottom: 0;
  padding: 20px 30px;
  opacity: 0;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 50px 100px rgba(0, 0, 0, .15);
  transition: all .4s ease-in-out;
  height: 100%;
  z-index: 115;
  visibility: hidden;
}
.dropdown-container .dropdown-content {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
  .dropdown-container ul {
    padding: 0;
  }
    .dropdown-container ul li {
      list-style: none;
      height: 40px;
      line-height: 40px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: .9rem;
    }
    .dropdown-container ul li a {
      color: #429eeb;
      transition: all .3s linear;
      font-size: 14px;
    }
    .dropdown-container ul li:hover a {
      color: #132442;
    }
.dropdown-arrow {
  position: absolute;
  left: 50%;
  top: -6px;
  background-color: #ffffff;
  height: 16px;
  width: 16px;
  border-radius: 5px;
  transform: translateX(-50%) rotate(45deg);
}

/* Platform solutions */
.dropdown-container .dropdown-solutions li {
  height: 70px; 
  margin: auto; 
  padding: 10px 0; }
  .dropdown-container .dropdown-solutions li .dropdown-icon {
    width: 70%;
    transition: all .3s linear;
  }
  .dropdown-container .dropdown-solutions li .dropdown-title {
    color: #429eeb; 
    letter-spacing: 1px;
    font-size: 15px; 
    font-weight: 500;
    text-transform: uppercase; 
    line-height: 30px;
    margin: 0;
    transition: all .3s linear;}
  .dropdown-container .dropdown-solutions li .dropdown-desc {
    color: #13244265; 
    line-height: 20px;
    letter-spacing: 0px;
    font-size: 14px; 
    text-transform: none; 
    margin: 0;}
  .dropdown-container .dropdown-solutions li:hover .dropdown-title {
    color: #132442; }
  .dropdown-container .dropdown-solutions li:hover .dropdown-icon {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

/* Platform dropdown */
.dropdown-container .platform-dropdown li:first-child {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.dropdown-container .platform-dropdown li.dropdown-subitem {
  line-height: 30px;
  height: 30px;
  width: 50%;
  float: left; }
  .dropdown-container .platform-dropdown li.dropdown-subitem a {
    font-size: 14px;
    text-transform: none;
    color: #13244265;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 20px; }
  .dropdown-container .platform-dropdown li.dropdown-subitem:hover a {
    color: #132442;
  }

/* Platform company */
.dropdown-container .company-dropdown li {
  height: 40px;
  line-height: 24px; 
  padding: 8px 0; }
  .dropdown-container .company-dropdown li a .dropdown-icon {
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    color: #429eeb;
    margin-right: 8px;
    float: left;
    transition: all .3s linear;
  }
  .dropdown-container .company-dropdown li:hover a .dropdown-icon {
    color: #132442;
  }


/* NAVBAR DARK */
.ftco-navbar-dark {
  background: transparent !important;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 112; 
  transition: all .5s linear}
  @media (max-width: 991.98px) {
    .ftco-navbar-dark {
      background: #ffffff !important;
      color: #1e2742 !important;
      position: relative;
      top: 0; 
      box-shadow: 0px 2px 10px rgba(6, 44, 94, 0.1)} }
  .ftco-navbar-dark .navbar-brand {
    color: #1e2742; }
    .ftco-navbar-dark .navbar-brand img {
      max-height: 40px; }
    .ftco-navbar-dark .navbar-brand .snapiot-logo-white {
      display: none; }
    .ftco-navbar-dark .navbar-brand .snapiot-logo-dark {
      display: block; }
  .ftco-navbar-dark .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    padding-top: .9rem;
    padding-bottom: .9rem;
    padding-left: 20px;
    padding-right: 20px;
    color: #1e2742;
    font-weight: 400;
    opacity: 1 !important; }
    .ftco-navbar-dark .navbar-nav > .nav-item > .nav-link:hover {
      color: #1e2742; }
  .ftco-navbar-dark .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #1e2742;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41); }
  .ftco-navbar-dark .navbar-nav > .nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px; }
    @media (max-width: 991.98px) {
      .ftco-navbar-dark .navbar-nav > .nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0; } }
    .ftco-navbar-dark .navbar-nav > .nav-item.ftco-seperator:before {
      position: absolute;
      content: "";
      top: 10px;
      bottom: 10px;
      left: 0;
      width: 2px;
      background: rgba(255, 255, 255, 0.05); }
      @media (max-width: 991.98px) {
        .ftco-navbar-dark .navbar-nav > .nav-item.ftco-seperator:before {
          display: none; } }
  .ftco-navbar-dark .navbar-nav > .nav-item.cta > a {
    color: #1e2742;
    border: 1px solid #2f63b26e;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 4px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
    .ftco-navbar-dark .navbar-nav > .nav-item.cta > a span {
      display: inline-block;
      color: #429eeb; }
  .ftco-navbar-dark .navbar-nav > .nav-item.cta.cta-colored span {
    border-color: #429eeb; }
  .ftco-navbar-dark .navbar-nav > .nav-item.active > a {
    color: #429eeb; 
    font-weight: bold; }
  .ftco-navbar-dark .navbar-nav > .nav-item > .nav-link:hover {
    color: #429eeb; }
  .ftco-navbar-dark .navbar-toggler {
    border: none;
    color: #1e2742;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
  .ftco-navbar-dark.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    .ftco-navbar-dark.scrolled .nav-item.active > a {
      color: #429eeb !important; 
      font-weight: bold}
    .ftco-navbar-dark.scrolled .nav-item.cta > a {
      color: #fff !important;
      background: #2f63b2;
      border: none !important;
      padding-top: 0.5rem !important;
      padding-bottom: .5rem !important;
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 6px !important;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px; }
      .ftco-navbar-dark.scrolled .nav-item.cta > a span {
        display: inline-block;
        color: #fff !important; }
    .ftco-navbar-dark.scrolled .nav-item.cta.cta-colored span {
      border-color: #2f63b2; }
    @media (max-width: 991.98px) {
      .ftco-navbar-dark.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }
    @media (max-width: 767.98px) {
      .ftco-navbar-dark.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .ftco-navbar-dark.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5) !important;
      border-color: rgba(0, 0, 0, 0.5) !important;
      cursor: pointer;
      padding-right: 0;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
    .ftco-navbar-dark.scrolled .nav-link {
      padding-top: 0.9rem !important;
      padding-bottom: 0.9rem !important;
      color: #3a4348 !important; }
      .ftco-navbar-dark.scrolled .nav-link.active {
        color: #2f63b2 !important; }
    .ftco-navbar-dark.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-dark.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-dark.scrolled .navbar-brand {
      color: #3a4348; }

.core-patents {
  display: inline-block;
  background: rgba(0, 0, 0, .1);
  border-radius: 1rem;
  padding: .25rem 1rem .25rem .25rem;
  font-size: .95rem;
  font-weight: 500;
  overflow-y: visible;
  text-align: left;

}
.core-patents .patent-icon {
  height: 2rem;
  width: 2rem;
  background: #429eeb;
  border-radius: 1rem;
  padding: .25rem;
  margin-right: .25rem;
  overflow: visible;
}
.core-patents .patent-icon img {
  height: 1.25rem;
  width: 1.25rem;
  padding: .125rem;
}

.navbar-brand {
  font-weight: 700;
  line-height: 1;
  font-size: 20px;
  text-transform: uppercase; }

#home-background {
  position: absolute;
  left: -10vw;
  top: 10vh;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background: -webkit-linear-gradient(315deg, #429eeb 0%, #60baf8 100%);
  background: -o-linear-gradient(315deg, #429eeb 0%, #60baf8 100%);
  background: linear-gradient(135deg, #429eeb 0%, #60baf8 100%);
  overflow: hidden;
  transform: rotate(-30deg) skewX(45deg);
  transform-origin: 0;
  border-radius: 5vw;
}
@media (max-width: 767.98px) {
  #home-background {
    top: -100vh;
    height: 300vh;
    width: 100vh;
    max-width: 100%;
  }
}

.hero-wrap {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  padding: 30vh 10% 20vh 10%; 
  margin-top: -66px;
  overflow: hidden;}
  .hero-wrap .hero-title {
    padding-right: 1rem;
  }
  @media (max-width: 767.98px) {
    .hero-wrap {
      padding: 10vh 2% 0vh 2%;
      min-height: 105vh;
    }
    .hero-wrap .hero-title {
      padding-right: 0;
    }
    .hero-wrap .hero-title p {
      width: 100%;
      font-size: .9rem;
    }
    .hero-wrap .hero-title h2 {
      font-size: 1.7rem;
    }
  }

  .hero-wrap .hero-title h2{
    font-size: 2.5rem;
    color: white;
    font-weight: 400;
  }

  .hero-wrap .hero-title p{
    color: rgba(255, 255, 255, .7);
    font-weight: 300;
  }
  .hero-wrap .hero-button.center {
    margin: 0 auto;
  }
  .hero-image {
    max-height: 75vh;
    margin: auto;
  }

.privacy-policy {
  padding: 10% 20vh; }
  .privacy-policy .privacy-policy-title {
    text-align: center; }
    .privacy-policy .privacy-policy-section {
      padding: 30px 0px 5px 0px; }
      .privacy-policy .privacy-policy-section .privacy-policy-section-title {
        font-size: 120%;
        font-weight: 500;
        text-transform: uppercase;
        color: #429eeb;
        letter-spacing: 2px; }

.terms-conditions {
  padding: 14vh 10%; 
  margin: 0 auto;}
  @media (max-width: 768px) { .terms-conditions { padding: 10vh 7%; } }
  @media (min-width: 1200px) { .terms-conditions { max-width: 1200px; } }
  .terms-conditions .terms-conditions-title {
    text-align: center; }
    .terms-conditions .terms-conditions-section {
      padding: 30px 0px 5px 0px; }
      .terms-conditions .terms-conditions-section .terms-conditions-section-title {
        font-size: 120%;
        font-weight: 500;
        text-transform: uppercase;
        color: #429eeb;
        letter-spacing: 2px;
      }
      .terms-conditions .terms-conditions-section .terms-conditions-section-body strong {
        font-weight: 600;
        color: #132442;
      }


.hero-wrap-ball {
  position: absolute;
  z-index: 2;
  width: 100vh;
  height: 100vh;
  border-radius: 50%;
  transform: translateX(-25%) translateY(-25%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255,255,255,0) 70%); 
  background: -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(255,255,255,0) 70%);
  background: linear-gradient(to bottom, rgba(255,255,255,.1) 0%,rgba(255,255,255,0) 70%);
}
.hero-wrap-ball-1 {
  top: 50%;
  left: 0;
  transform: translateX(-25%) translateY(-5%);
}
.hero-wrap-ball-2 {
  top: 50%;
  right: 0;
  transform: translateX(45%) translateY(-35%);
}
.svg-light {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 15vw;
  z-index: 101;
}
.svg-white {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 15vw;
  z-index: 102;
}
.svg-footer {
  position: absolute;
  top: -15vw;
  left: 0;
  width: 100vw;
  height: 15vw;
  z-index: -1;
}

.hero-wrap svg {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100vw;
}
.hero-wrap svg.svg-back {
  height: 20vw;
  z-index: 100;
}
.hero-wrap svg.svg-front {
  height: 15vw;
  z-index: 102;
}
@media (max-width: 800px) {
  .svg-footer {
    visibility: hidden;
  }
  .hero-wrap svg.svg-front {
    visibility: hidden;
  }
}

.home-overview-section {
  width: 100vw;
  z-index: 103;
}
@media (max-width: 768px) {
  .home-overview-section {
    margin-top: 0vh;
    padding: 5%;
  }
}

.home-overview-cards {
  max-width: 900px;
  height: 100%;
  margin: 0 auto;
}

.home-overview-card {
  text-align: center;
  /*padding: 0 3%;
  margin: -6% 1%;*/
  min-height: 220px; /* Needed for screens with small heights */
  /*
  -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1); 
  */
  border-radius: 10px;
  background-color: #ffffff;
  font-size: .9rem;
  height: 200px;
  overflow: hidden;
  z-index: 103;
}
@media (min-width: 768px) {
  .home-overview-card:nth-child(2) {
    /*margin-top: 10%;
*/ }
}
  .home-overview-card .home-overview-background {
    /*position: absolute;
    bottom: -5%;
    left: 0;
    margin: 0;
    opacity: 0.2;
    width: 100%;*/
    height: 110px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .home-overview-card .home-overview-img {
    display: none;
    width: 100%;
    height: 140px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .home-overview-card .home-overview-title {
    font-size: 14px;
    line-height: 120%;
    font-weight: 500;
    color: #132442;
    margin: 10px auto;
    letter-spacing: 1px;
  }
  .home-overview-card .home-overview-desc {
    font-weight: 400;
    color: #78808f;
  }

  

#goto-top-button {
  width: 48px;
  height: 48px;
  opacity: 0;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 115;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  cursor: pointer;
  border-radius: 50%;
  font-size: 25px;
  line-height: 48px;
  text-align: center;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out; 
}

#goto-top-button:hover {
    background-color: rgba(0, 0, 0, 0.6);
}




  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .9;
    background: #429eeb;
    background: -moz-linear-gradient(-45deg, #429eeb 0%, #60baf8 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #429eeb), color-stop(100%, #60baf8));
    background: -webkit-linear-gradient(-45deg, #429eeb 0%, #60baf8 100%);
    background: -o-linear-gradient(-45deg, #429eeb 0%, #60baf8 100%);
    background: -ms-linear-gradient(-45deg, #429eeb 0%, #60baf8 100%);
    background: -webkit-linear-gradient(315deg, #429eeb 0%, #60baf8 100%);
    background: -o-linear-gradient(315deg, #429eeb 0%, #60baf8 100%);
    background: linear-gradient(135deg, #429eeb 0%, #60baf8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#429eeb', endColorstr='#60baf8', GradientType=1 ); }
    .blue-hero {
      background: #2f63b2;
      background: -moz-linear-gradient(-45deg, #2f63b2 0%, #60baf8 100%);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, #2f63b2), color-stop(100%, #60baf8));
      background: -webkit-linear-gradient(-45deg, #2f63b2 0%, #60baf8 100%);
      background: -o-linear-gradient(-45deg, #2f63b2 0%, #60baf8 100%);
      background: -ms-linear-gradient(-45deg, #2f63b2 0%, #60baf8 100%);
      background: -webkit-linear-gradient(315deg, #2f63b2 0%, #60baf8 100%);
      background: -o-linear-gradient(315deg, #2f63b2 0%, #60baf8 100%);
      background: linear-gradient(135deg, #2f63b2 0%, #60baf8 100%);
    }
    .light-hero {
      background: #F4F5F7;
    }
  /*.home-hero:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #429eeb;
    background: -moz-linear-gradient(-45deg, #429eeb 0%, #60baf8 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #429eeb), color-stop(100%, #60baf8));
    background: -webkit-linear-gradient(-45deg, #429eeb 0%, #60baf8 100%);
    background: -o-linear-gradient(-45deg, #429eeb 0%, #60baf8 100%);
    background: -ms-linear-gradient(-45deg, #429eeb 0%, #60baf8 100%);
    background: -webkit-linear-gradient(315deg, #429eeb 0%, #60baf8 100%);
    background: -o-linear-gradient(315deg, #429eeb 0%, #60baf8 100%);
    background: linear-gradient(135deg, #429eeb 0%, #60baf8 100%);
    transform: skewY(-10deg);
    height: 730px;
    transform-origin: 0;
    content: '';
    display: block;
    position: absolute;
    z-index: -1;}*/

.bg-light {
  background: #F4F5F7 !important;
  z-index: 0; }

.bg-blue {
  background: #fff;
  overflow: hidden;
}
.bg-blue:before {
  content:"";
  position:absolute;
  top: 340px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1500px;
  background: #429eeb;
  /*
  background: -moz-linear-gradient(0deg, #5bb5ff 0%, #429eeb 100%);
  background: -webkit-gradient(top, bottom, color-stop(0%, #429eeb), color-stop(100%, #429eeb));
  background: -webkit-linear-gradient(90deg, #5bb5ff 0%, #429eeb 100%);
  background: -o-linear-gradient(90deg, #5bb5ff 0%, #429eeb 100%);
  background: -ms-linear-gradient(90deg, #5bb5ff 0%, #429eeb 100%);
  background: linear-gradient(#5bb5ff 0%, #429eeb 100%);
  */
  transform:skewY(-10deg);
 }

.bg-primary {
  background: #2f63b2; }


.btn {
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  transition: all 0.5s ease; 
  padding: 10px 24px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .2); 
  letter-spacing: 1px;}
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: 0 8px 12px rgba(0,0,0,.1);
    box-shadow: 0 8px 12px rgba(0,0,0,.1);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);}
  .btn.btn-white {
    background: #ffffff;
    color: #429eeb;
    margin: 0 16px 16px 0;
  }
  .btn.btn-orange {
    background: #fe9b07;
    color: #ffffff;
    margin: 0 16px 16px 0;
  }
  @media (max-width: 767.98px){
    .btn.btn-white {
      margin: 8px;
    }
    .btn.btn-orange {
      margin: 8px;
    }
  }
  .btn.btn-blue {
    background: #429eeb;
    color: #ffffff;
  }
  .btn.btn-primary {
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #429eeb; }
    .btn.btn-primary:hover {
      border: 2px solid #ffffff;
      background: #ffffff;
      color: #429eeb; }
    .btn.btn-primary.btn-outline-primary {
      border: 2px solid #2f63b2;
      background: transparent;
      color: #429eeb; }
      .btn.btn-primary.btn-outline-primary:hover {
        border: 2px solid #2f63b2;
        background: transparent;
        color: #fff; }
  .btn.btn-outline-white {
    border-color: #ffffff;
    background: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-width: 2px;
    color: #fff; 
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 8px inset rgba(0,0,0,.1), 0 4px 8px rgba(0,0,0,.1);
    box-shadow: 0 4px 8px inset rgba(0,0,0,.1), 0 4px 8px rgba(0,0,0,.1);}
    .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
      -webkit-box-shadow: 0 8px 12px inset rgba(0,0,0,.1), 0 8px 12px rgba(0,0,0,.1);
      box-shadow: 0 8px 12px inset rgba(0,0,0,.1), 0 8px 12px rgba(0,0,0,.1);
      text-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px);}


.table {
  text-align: center; }
  .table th {
    font-weight: 500; }
  .table .thead-primary {
    background: #22d47b !important; }
    .table .thead-primary tr th {
      padding: 30px 10px;
      color: #fff !important;
      border: 1px solid transparent !important; }
  .table tbody tr td {
    padding: 20px 10px !important;
    color: #3a4348;
    border: 1px solid transparent !important;
    border-bottom: 1px solid #e4e7e9 !important; }

.feature .icon {
  height: 60px;
  width: 60px;
  position: relative; 
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  /*background: #c1e3ff;*/
  padding: 0px;
  line-height: 60px;
  }
  .feature .icon span {
    font-size: 50px;
    color: #429eeb; }

.services .icon {
  line-height: 1.3;
  position: relative; }
  .services .icon:after, .services .icon:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1; }
  .services .icon:after {
    width: 25px;
    height: 25px;
    top: 5px;
    left: -10px;
    background: #c1e3ff; }
  .services .icon:before {
    bottom: 0;
    right: -10px;
    background: #b4d3ec; }
  .services .icon span {
    font-size: 60px;
    color: #429eeb; }

.services .media-body h3 {
  font-size: 20px; }

.list-services {
  margin-top: 40px;
  padding: 0; }
  .list-services li {
    font-size: 18px;
    list-style: none; }
    .list-services li a {
      color: #3a4348; }


.contact-form {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.2);
  box-shadow: 0 10px 40px rgba(0,0,0,.2);
  padding: 24px;
}
@media (max-width: 767.98px) {
  .contact-form { margin: 16px;}
}

.contact-form .submit-button {
  margin: 0px; 
  text-align: right;}
  .contact-form .submit-button input {
    margin: 0px; 
    background-color: #429eeb;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    font-size: .8rem;}

.contact-info {
  color: #fff; 
  padding: 30px;}
  .contact-info .contact-info-section {
    margin-bottom: 30px; 
    margin-top: 30px;}
  .contact-info .contact-subheading {
    text-transform: uppercase;
    font-weight: 500;
    color: #fff; 
    letter-spacing: 2px;
    margin-bottom: 8px;}
    @media (max-width: 767.98px) {
      .contact-info .contact-subheading {
        text-align: center;}
    }
  .contact-info .contact-info-title {
    letter-spacing: 1px; 
    margin: 0px;}
  .contact-info .contact-info-body {
    line-height: 1.3rem;}
    
.form-control {
  height: 52px !important;
  background: #fff !important;
  color: #3a4348 !important;
  font-size: 18px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; 
  border-radius: 4px;}
  .form-control:focus, .form-control:active {
    border-color: #429eeb; }

textarea.form-control {
  height: inherit !important; }

.ftco-tab-nav {
  padding: 0;
  margin: 0;
  display: inline-block !important; }
  @media (max-width: 767.98px) {
    .ftco-tab-nav {
      display: block !important;
      margin-bottom: 10px;
      width: 100% !important; } }
  .ftco-tab-nav li {
    padding: 0;
    margin: 0 5px;
    display: inline-block !important; }
    @media (max-width: 767.98px) {
      .ftco-tab-nav li {
        display: block !important;
        margin-bottom: 10px;
        width: 100% !important; } }
    .ftco-tab-nav li a {
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: .2em;
      color: #ccc;
      border: 2px solid #ccc;
      border-radius: 0 !important; }
      .ftco-tab-nav li a.active {
        background: none !important;
        color: black !important;
        border: 2px solid #3a4348; }

.ftco-animate {
  opacity: 0;
  visibility: hidden; }

.bg-primary {
  background: #2f63b2 !important; }

.ftco-section .ftco-sub-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5em;
  color: #d4d4d4;
  font-family: 'Montserrat', "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300; }

.ftco-section .ftco-primary-title {
  margin-top: 0;
  margin-bottom: 30px; }

.media-custom {
  background: #fff; }
  .media-custom .media-body .name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: #2f63b2; }
  .media-custom .media-body .position {
    font-size: 13px;
    color: white; }

.about-author .desc h3 {
  font-size: 24px; }

  
  .feature .subtitle {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 80%;
    color: #429eeb;
    font-weight: 600;
  }
  .feature .title {
    font-size: 160%;
    color: #132442;
    font-weight: 500;
    line-height: 120%;
  }
  .feature .body {
    font-size: 100%;
    color: #656e7e;
    font-weight: 400;
    font-size: 16px;
  }


 /* .ftco-section {
  padding: 5em 0 10em 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 6em 0; } } */

.ftco-bg-dark {
  background: #3c312e; }

.footer.footer-blue {
  background: #429eeb; 
  border-top: 1px solid rgba(255,255,255,.3); }
  .footer.footer-blue .footer-col .footer-category-header {
    color: #fff;
  }
  .footer.footer-blue .footer-col p { color: rgba(255, 255, 255, 0.7); }
  .footer.footer-blue .footer-col li { color: rgba(255, 255, 255, 0.7); }
  .footer.footer-blue .footer-col ul li a { color: rgba(255, 255, 255, 0.7); }
  .footer.footer-blue .footer-col ul li span { color: rgba(255, 255, 255, 0.7); }
  .footer.footer-blue .footer-col ul li span.text { color: rgba(255, 255, 255, 0.7); }
  .footer.footer-blue .footer-copyright { color: rgba(255,255,255,.3); }
  .footer.footer-blue a:hover { color: rgba(255, 255, 255, 1) !important; }


.footer {
  font-size: .9rem;
  background: #F4F5F7;
  padding: 6em 0 4em 0; }
  .footer .footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; }
  .footer .footer-col {
    padding: 0 20px;
  }
  .footer .footer-col .footer-category-header {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .1rem;
    color: #8898aa;
    margin-bottom: .5rem;
    font-size: .9rem; }
  .footer .footer-col ul li a {
    color: #8898aa; 
    font-weight: 300; }
  .footer .footer-col ul li span {
    color: #8898aa; }
  .footer .footer-col ul li a span.text {
    font-size: .9rem;
    color: #8898aa; }
  .footer .footer-col .footer-logo-img {
    opacity: .5;
    margin-bottom: 20px;
  }
  .footer .footer-copyright {
    color: #8898aa6c;
  }
  .footer p {
    color: #8898aa; }
  .footer li {
    color: #8898aa; 
    font-size: .9rem; 
    margin: 3px 0; }
    .footer li a {
      color: #8898aa;
      font-size: .9rem; 
      margin: 3px 0; }
    .footer a:hover {
      color: #429eeb !important; }

.footer-social li {
  list-style: none;
  margin: 0;
  display: inline-block; }
  .footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    position: relative; }
    .footer-social li a span {
      position: absolute;
      font-size: 26px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); 
      transition: all .3s linear}
      .footer-social li a:hover span {
        color: #429eeb;
      }

.footer .footer-cta {
  margin-top: -4em;
  margin-bottom: 4em;
  padding: 3em 4em;
  height: 12em;
  background-color: transparent;
  border-bottom: 1px solid rgba(0,0,0,.1);
  min-height: 100%; }
  .footer .footer-cta .footer-cta-title {
    font-size: 1.8rem;
    line-height: 2rem;
    color: #429eeb;
    margin: 0;
  }
  .footer .footer-cta .footer-cta-subtitle {
    font-size: 1.3rem;
    color: rgba(0, 0, 0, 0.651);
    line-height:1.4rem;
    margin: 15px 0 0 0;
  }

  .footer .footer-cta .btn.btn-footer-cta {
    margin: 0;
    height: 100%;
    width: 100%;
    padding: 1.2em;
    background: #429eeb;
    color: #fff;
  }
  .footer .footer-cta .btn.btn-footer-cta:hover {
    color: #fff !important;
  }
@media (max-width: 767.98px) {
  .footer .footer-cta {
    height: 20em;
    padding: 2em;
}



.footer-small-nav > li {
  display: inline-block; }
  .footer-small-nav > li a {
    margin: 0 10px 10px 0; }
    .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
      color: #2f63b2; }

.media .ftco-icon {
  width: 100px; }
  .media .ftco-icon span {
    color: #2f63b2; }

.ftco-media {
  background: #fff;
  border-radius: 0px; }
  .ftco-media .heading {
    font-weight: normal; }
  .ftco-media.ftco-media-shadow {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    position: relative;
    top: 0; }
    .ftco-media.ftco-media-shadow:hover, .ftco-media.ftco-media-shadow:focus {
      top: -3px;
      -webkit-box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
      box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3); }
  .ftco-media .icon {
    font-size: 50px;
    display: block;
    color: #2f63b2; }
  .ftco-media.text-center .ftco-icon {
    margin: 0 auto; }

.ftco-overflow-hidden {
  overflow: hidden; }

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px; }


@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(36, 189, 201, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(36, 189, 201, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(36, 189, 201, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(36, 189, 201, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(36, 189, 201, 0.4);
    box-shadow: 0 0 0 0 rgba(36, 189, 201, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(36, 189, 201, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(36, 189, 201, 0);
    box-shadow: 0 0 0 30px rgba(36, 189, 201, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(36, 189, 201, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(36, 189, 201, 0);
    box-shadow: 0 0 0 0 rgba(36, 189, 201, 0); } }

.heading-section .subheading {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 80%;
  color: #429eeb;
  font-weight: 600;
  display: block;
  margin-bottom: 12px; }

.heading-section h2 {
  font-size: 30px;
  font-weight: 400; }
  @media (max-width: 767.98px) {
    .heading-section h2 {
      font-size: 28px; } }

.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, 0.9); }

.heading-section.heading-section-white h2 {
  font-size: 40px;
  color: #fff; }

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9); }

.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

@media (max-width: 767.98px) {
  .about-image {
    height: 400px;
    margin-bottom: 30px; } }

.ftco-section {
  /* position: relative; */
  width: 100%;
  display: block; }
  .ftco-section .nav-pills p {
    margin-bottom: 0; }
  .ftco-section .nav-pills .nav-link {
    border-radius: 0;
    margin-bottom: 0;
    color: #22d47b;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    bordeR: 1px solid #73e9ae;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
    .ftco-section .nav-pills .nav-link.active, .ftco-section .nav-pills .nav-link:hover {
      color: #fff;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background: #22d47b;
      bordeR: 1px solid #22d47b; }
      .ftco-section .nav-pills .nav-link.active:after, .ftco-section .nav-pills .nav-link:hover:after {
        opacity: 1; }
      @media (max-width: 767.98px) {
        .ftco-section .nav-pills .nav-link.active:after, .ftco-section .nav-pills .nav-link:hover:after {
          opacity: 0; } }
    @media (max-width: 767.98px) {
      .ftco-section .nav-pills .nav-link {
        display: block;
        width: 100%;
        margin-bottom: 5px; } }
  .ftco-section .tab-content .tab-pane h2 {
    font-size: 24px; }
  .ftco-section .tab-content .tab-pane .one-forth {
    width: 50%; }
    .ftco-section .tab-content .tab-pane .one-forth img {
      -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03);
      -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03);
      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03); }
      @media (max-width: 767.98px) {
        .ftco-section .tab-content .tab-pane .one-forth img {
          margin-bottom: 20px; } }
    @media (max-width: 767.98px) {
      .ftco-section .tab-content .tab-pane .one-forth {
        width: 100%; } }
  .ftco-section .tab-content .tab-pane .one-half {
    width: 50%; }
    @media (max-width: 767.98px) {
      .ftco-section .tab-content .tab-pane .one-half {
        width: 100%; } }


#section-counter {
  position: relative;
  z-index: 0; }
  #section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: .9;
    background: #429eeb;
    background: -moz-linear-gradient(-45deg, #429eeb 0%, #60baf8 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #429eeb), color-stop(100%, #60baf8));
    background: -webkit-linear-gradient(-45deg, #429eeb 0%, #60baf8 100%);
    background: -o-linear-gradient(-45deg, #429eeb 0%, #60baf8 100%);
    background: -ms-linear-gradient(-45deg, #429eeb 0%, #60baf8 100%);
    background: -webkit-linear-gradient(315deg, #429eeb 0%, #60baf8 100%);
    background: -o-linear-gradient(315deg, #429eeb 0%, #60baf8 100%);
    background: linear-gradient(135deg, #429eeb 0%, #60baf8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#429eeb', endColorstr='#60baf8', GradientType=1 ); }


#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
}

.resources-container {
  min-height: 100vh;
  position: relative;
  z-index: 1;
  padding: 10vh 10% 20vh 10%; 
}
.resource-section {
  margin: 20pt 0;
}
.resource-section-title {
  font-size: .875rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  color: #13244280;
  padding: 10pt;
}
.featured-conferences {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  max-width: 100%; }
  .featured-conferences .conference-container {
    flex-basis: 30%;
    margin: 10pt;
  }
.secondary-conferences {
  padding: 15pt; 
  width: 100%; }
  .secondary-conference {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5pt;
    border-bottom: 1px solid #aab7c440; }
    .secondary-conference .conference-info-item {
      text-align: center;
      width: 20%;
    }


.conference-card {
  width: 100%;
  max-width: 350px;
  border-radius: 10pt;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, .15); }
  .conference-banner {
    position: relative;
    height: 100px;
    max-width: 100%; 
    overflow: hidden; } 
    .conference-logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 100px;
      z-index: 3;}
    .conference-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; 
      z-index: 2; 
      border-radius: 10pt 10pt 0 0; }
  .conference-info {
    display: flex;
    flex-direction: column; 
    padding: 5pt 10pt; }
    .conference-info-item {
      font-size: .75rem; 
      color: white; 
      font-weight: 500; 
      text-transform: uppercase;
      letter-spacing: 1px; }
      .conference-info-item i {
        text-align: center;
        font-size: 1rem;
        margin-right: 5pt; }
    .conference-title {
      font-size: 1.125rem;
      font-weight: bold;
      color: #132442;
    }

@media (max-width: 767.98px) {
  .featured-conferences {
    flex-direction: column;
  }
  .conferences .conference-card {
    margin: 10pt 0;
  }
  .featured-conferences div {
    flex-basis: 100%;
  }
  .secondary-conferences {
    width: 100%; 
    padding: 15pt 0; }
    .secondary-conference {
      flex-direction: column }
      .secondary-conference .conference-title {
        font-size: 1rem;
        text-align: center;
        width: 100%;
      }
      .secondary-conference .conference-info-item {
        text-align: center;
        width: 100%;
      }
  .resources-hero-nav {
    flex-direction: column;
  }
}

.resources-hero {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  margin-top: 9vh; 
  padding: 10%; }
  .resources-hero-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start; }
    .resources-hero-nav-item {
      display: flex;
      flex-direction: column;
      margin: 10pt; }
    .resources-hero-nav-item.primary {
      width: 70%;
    }
    .resources-hero-nav-item.secondary {
      width: 25%;
    }
      .resources-hero-title {
        font-size: 1.25rem;
        font-weight: bold;
        color: #429eeb;
        padding: 5pt ;
      }
      .resources-hero-link {
        font-size: 0.75rem;
        font-weight: bold;
        color: #2f63b2;
        padding: .25rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 10pt 5pt;
      }
      .resources-hero-link:hover {
        text-decoration: underline;
      }


.hero-card {
  width: 300px;
  border-radius: 10pt;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, .15); }

.hero-blog-post-card {
  position: relative;
  border-radius: 10pt;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, .15); 
  padding: 5pt 10pt; 
  overflow: hidden; }

  .hero-blog-post-card .post-title {
    font-size: 1.125rem;
    font-weight: bold;
    color: #132442; 
    padding: 5pt 0; }
  .hero-blog-post-card .post-date {
    font-size: .75rem; 
    color: #aab7c4; 
    font-weight: 500; 
    text-transform: uppercase;
    letter-spacing: 1px; }
  .hero-blog-post-card .post-content {
    color: #656e7e;
  }
  .hero-blog-post-card .post-image-container {
    position: relative;
    max-height: 300px; 
    overflow: hidden;
    margin: -5pt -10pt 10pt -10pt; }
    .hero-blog-post-card .post-image {
      top: 0;
      left: 0;
      width: 100%;
    }
