@font-face {
  font-family: 'lg';
  src: url(../webfonts/lg.eot);
  src: url(../webfonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../webfonts/lg.woff) format("woff"), url(../webfonts/lg.ttf) format("truetype"), url(../images/lg.svg#lg) format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none; }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }
  .lg-actions .lg-next:before {
    content: "\E095"; }

.lg-actions .lg-prev {
  left: 20px; }
  .lg-actions .lg-prev:after {
    content: "\E094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    transition: color 0.2s linear; }
    .lg-toolbar .lg-icon:hover {
      color: #FFF; }
  .lg-toolbar .lg-close:after {
    content: "\E070"; }
  .lg-toolbar .lg-download:after {
    content: "\E0F2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      transition: border-color 0.25s ease; } }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }
  .lg-outer .lg-toogle-thumb:after {
    content: "\E1FF"; }
  .lg-outer .lg-toogle-thumb:hover {
    color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/vimeo-play.png) no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/vimeo-play.png) no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(../images/video-play.png) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../images/youtube-play.png) no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/youtube-play.png) no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s; }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0; }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%; }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1; }

.lg-autoplay-button:after {
  content: "\E01D"; }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\E01A"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\E311"; }

#lg-actual-size {
  font-size: 20px; }
  #lg-actual-size:after {
    content: "\E033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }
  #lg-zoom-out:after {
    content: "\E312"; }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\E20C"; }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\E20D"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; }
  .lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px; }
  .lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px; }
  .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333; }
  .lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px; }
    .lg-outer .lg-dropdown a:hover {
      background-color: rgba(0, 0, 0, 0.07); }
  .lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle; }
  .lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto; }

.lg-outer #lg-share {
  position: relative; }
  .lg-outer #lg-share:after {
    content: "\E80D"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }
  .lg-outer #lg-share-facebook .lg-icon:after {
    content: "\E901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }
  .lg-outer #lg-share-twitter .lg-icon:after {
    content: "\E904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }
  .lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\E902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }
  .lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\E903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s; }
  .lg-outer * {
    box-sizing: border-box; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
  .lg-outer .lg-item {
    background: url(../images/loading.gif) no-repeat scroll center center transparent;
    display: none !important; }
  .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important; }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important; }
  .lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 1060; }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    transition: opacity 0.15s ease 0s; }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-empty-html {
    display: none; }
  .lg-outer.lg-hide-download #lg-download {
    display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s; }
  .lg-backdrop.in {
    opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos]{pointer-events:none}[data-aos].aos-animate{pointer-events:auto}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}@media screen{html:not(.no-js) [data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;-webkit-transform:none;transform:none}html:not(.no-js) [data-aos=fade-up]{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}html:not(.no-js) [data-aos=fade-up-right]{-webkit-transform:translate3d(-100px,100px,0);transform:translate3d(-100px,100px,0)}html:not(.no-js) [data-aos=fade-up-left]{-webkit-transform:translate3d(100px,100px,0);transform:translate3d(100px,100px,0)}html:not(.no-js) [data-aos=fade-down-right]{-webkit-transform:translate3d(-100px,-100px,0);transform:translate3d(-100px,-100px,0)}html:not(.no-js) [data-aos=fade-down-left]{-webkit-transform:translate3d(100px,-100px,0);transform:translate3d(100px,-100px,0)}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}html:not(.no-js) [data-aos=zoom-in]{-webkit-transform:scale(.6);transform:scale(.6)}html:not(.no-js) [data-aos=zoom-in-up]{-webkit-transform:translate3d(0,100px,0) scale(.6);transform:translate3d(0,100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-down]{-webkit-transform:translate3d(0,-100px,0) scale(.6);transform:translate3d(0,-100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-right]{-webkit-transform:translate3d(-100px,0,0) scale(.6);transform:translate3d(-100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-left]{-webkit-transform:translate3d(100px,0,0) scale(.6);transform:translate3d(100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-out]{-webkit-transform:scale(1.2);transform:scale(1.2)}html:not(.no-js) [data-aos=zoom-out-up]{-webkit-transform:translate3d(0,100px,0) scale(1.2);transform:translate3d(0,100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-down]{-webkit-transform:translate3d(0,-100px,0) scale(1.2);transform:translate3d(0,-100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-right]{-webkit-transform:translate3d(-100px,0,0) scale(1.2);transform:translate3d(-100px,0,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-left]{-webkit-transform:translate3d(100px,0,0) scale(1.2);transform:translate3d(100px,0,0) scale(1.2)}html:not(.no-js) [data-aos^=slide][data-aos^=slide]{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;visibility:hidden}html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate{visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}html:not(.no-js) [data-aos=slide-up]{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}html:not(.no-js) [data-aos=slide-down]{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}html:not(.no-js) [data-aos=slide-right]{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}html:not(.no-js) [data-aos=slide-left]{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}html:not(.no-js) [data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}html:not(.no-js) [data-aos=flip-left]{-webkit-transform:perspective(2500px) rotateY(-100deg);transform:perspective(2500px) rotateY(-100deg)}html:not(.no-js) [data-aos=flip-left].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-right]{-webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)}html:not(.no-js) [data-aos=flip-right].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-up]{-webkit-transform:perspective(2500px) rotateX(-100deg);transform:perspective(2500px) rotateX(-100deg)}html:not(.no-js) [data-aos=flip-up].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}html:not(.no-js) [data-aos=flip-down]{-webkit-transform:perspective(2500px) rotateX(100deg);transform:perspective(2500px) rotateX(100deg)}html:not(.no-js) [data-aos=flip-down].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}}@charset "UTF-8";
: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: #0099C2;
  --secondary: #082640;
  --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;
  --breakpoint-xxl: 1500px;
  --breakpoint-xxxl: 1600px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

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

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

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

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

hr {
  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;
  text-decoration-skip-ink: none; }

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; }

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: #0099C2;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #005d76;
    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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

svg {
  overflow: hidden;
  vertical-align: middle; }

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; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -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;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -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-weight: 500;
  line-height: 1.2; }

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\A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.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 {
  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; } }
  @media (min-width: 1500px) {
    .container {
      max-width: 1400px; } }

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1; }

.order-last {
  -ms-flex-order: 13;
      order: 13; }

.order-0 {
  -ms-flex-order: 0;
      order: 0; }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-order: 12;
      order: 12; }

.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;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12; }
  .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;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12; }
  .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;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12; }
  .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;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12; }
  .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%; } }

@media (min-width: 1500px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xxl-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-xxl-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xxl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xxl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xxl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xxl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xxl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xxl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xxl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xxl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xxl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xxl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xxl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xxl-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1600px) {
  .col-xxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xxxl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxxl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxxl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxxl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxxl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxxl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxxl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxxl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxxl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xxxl-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xxxl-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-xxxl-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xxxl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xxxl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xxxl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xxxl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xxxl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xxxl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xxxl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xxxl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xxxl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xxxl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xxxl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xxxl-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.33333%; }
  .offset-xxxl-2 {
    margin-left: 16.66667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.33333%; }
  .offset-xxxl-5 {
    margin-left: 41.66667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.33333%; }
  .offset-xxxl-8 {
    margin-left: 66.66667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.33333%; }
  .offset-xxxl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #082640; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #082640;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e2ee; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7acadf; }

.table-hover .table-primary:hover {
  background-color: #a3dae9; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a3dae9; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #bac2ca; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7f8e9c; }

.table-hover .table-secondary:hover {
  background-color: #acb5bf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #acb5bf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1499.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

@media (max-width: 1599.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #43d7ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 153, 194, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-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:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #082640;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

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

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    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 {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .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-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.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 {
    border-color: #28a745; }

.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 {
  border-color: #34ce57;
  background-color: #34ce57; }

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

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.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 ~ .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 {
  border-color: #28a745;
  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: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    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 {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .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-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.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 {
    border-color: #dc3545; }

.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 {
  border-color: #e4606d;
  background-color: #e4606d; }

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

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.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 ~ .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 {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #082640;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #082640;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 153, 194, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #fff;
  background-color: #0099C2;
  border-color: #0099C2; }
  .btn-primary:hover {
    color: #fff;
    background-color: #007b9c;
    border-color: #00718f; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 168, 203, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0099C2;
    border-color: #0099C2; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00718f;
    border-color: #006782; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 168, 203, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #082640;
  border-color: #082640; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #04121e;
    border-color: #020b13; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 71, 93, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #082640;
    border-color: #082640; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #020b13;
    border-color: #010407; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(45, 71, 93, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #0099C2;
  border-color: #0099C2; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0099C2;
    border-color: #0099C2; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 153, 194, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0099C2;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0099C2;
    border-color: #0099C2; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 153, 194, 0.5); }

.btn-outline-secondary {
  color: #082640;
  border-color: #082640; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #082640;
    border-color: #082640; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(8, 38, 64, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #082640;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #082640;
    border-color: #082640; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(8, 38, 64, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #0099C2;
  text-decoration: none; }
  .btn-link:hover {
    color: #005d76;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

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

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

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

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

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    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: 12.5rem;
  padding: 0 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #082640;
  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; }

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1500px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1600px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxxl-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;
  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;
  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;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  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.75rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:first-child {
    border-top-left-radius: calc(0 - 1px);
    border-top-right-radius: calc(0 - 1px); }
  .dropdown-item:last-child {
    border-bottom-right-radius: calc(0 - 1px);
    border-bottom-left-radius: calc(0 - 1px); }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #0099C2;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0099C2; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

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

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

.dropdown-item-text {
  display: block;
  padding: 0.75rem 1rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.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-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 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: -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;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0099C2; }

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -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: -ms-flexbox;
  display: flex;
  -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%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -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-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 {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -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: 1rem;
        padding-left: 1rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      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 (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@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 {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -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: 1rem;
        padding-left: 1rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

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

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

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

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

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

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

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -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 {
    -ms-flex-direction: row;
        flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 1rem;
      padding-left: 1rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    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: #343a40; }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #343a40; }

.navbar-light .navbar-nav .nav-link {
  color: #343a40; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #0099c2; }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(52, 58, 64, 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: #343a40; }

.navbar-light .navbar-toggler {
  color: #343a40;
  border-color: rgba(52, 58, 64, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23343a40' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: #343a40; }
  .navbar-light .navbar-text a {
    color: #343a40; }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: #343a40; }

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

.navbar-dark .navbar-nav .nav-link {
  color: white; }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #0099c2; }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.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: white; }

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: white; }
  .navbar-dark .navbar-text a {
    color: white; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: white; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        -ms-flex-direction: column;
            flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      .card-group > .card {
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0099C2;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #005d76;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 153, 194, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0099C2;
  border-color: #0099C2; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #005065;
  background-color: #ccebf3;
  border-color: #b8e2ee; }
  .alert-primary hr {
    border-top-color: #a3dae9; }
  .alert-primary .alert-link {
    color: #002832; }

.alert-secondary {
  color: #041421;
  background-color: #ced4d9;
  border-color: #bac2ca; }
  .alert-secondary hr {
    border-top-color: #acb5bf; }
  .alert-secondary .alert-link {
    color: black; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

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

.media-body {
  -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 {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.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: #0099C2 !important; }

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #020b13 !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; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #0099C2 !important; }

.border-secondary {
  border-color: #082640 !important; }

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

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

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

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1600px) {
  .d-xxxl-none {
    display: none !important; }
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-table {
    display: table !important; }
  .d-xxxl-table-row {
    display: table-row !important; }
  .d-xxxl-table-cell {
    display: table-cell !important; }
  .d-xxxl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

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

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

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

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
      align-items: flex-start !important; }

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

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

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

.align-items-stretch {
  -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 {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-sm-stretch {
    -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 {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-md-stretch {
    -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 {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-lg-stretch {
    -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) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xl-stretch {
    -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; } }

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

@media (min-width: 1600px) {
  .flex-xxxl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xxxl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xxxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xxxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xxxl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-xxxl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-xxxl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xxxl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xxxl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xxxl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xxxl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xxxl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xxxl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xxxl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xxxl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xxxl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxxl-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; } }

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

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

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

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

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

.shadow-none {
  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; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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; } }

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

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

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

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

.text-wrap {
  white-space: normal !important; }

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

.text-truncate {
  overflow: hidden;
  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; } }

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

@media (min-width: 1600px) {
  .text-xxxl-left {
    text-align: left !important; }
  .text-xxxl-right {
    text-align: right !important; }
  .text-xxxl-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-lighter {
  font-weight: lighter !important; }

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

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

.font-weight-bolder {
  font-weight: bolder !important; }

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

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

.text-primary {
  color: #0099C2 !important; }

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #082640 !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; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-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; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

.row {
  margin-left: -40px;
  margin-right: -40px; }

.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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl, .col-xxxl-auto {
  padding-left: 40px;
  padding-right: 40px; }

.row.row-20 {
  margin-left: -20px;
  margin-right: -20px; }
  .row.row-20 .col-1, .row.row-20 .col-2, .row.row-20 .col-3, .row.row-20 .col-4, .row.row-20 .col-5, .row.row-20 .col-6, .row.row-20 .col-7, .row.row-20 .col-8, .row.row-20 .col-9, .row.row-20 .col-10, .row.row-20 .col-11, .row.row-20 .col-12, .row.row-20 .col, .row.row-20 .col-auto, .row.row-20 .col-sm-1, .row.row-20 .col-sm-2, .row.row-20 .col-sm-3, .row.row-20 .col-sm-4, .row.row-20 .col-sm-5, .row.row-20 .col-sm-6, .row.row-20 .col-sm-7, .row.row-20 .col-sm-8, .row.row-20 .col-sm-9, .row.row-20 .col-sm-10, .row.row-20 .col-sm-11, .row.row-20 .col-sm-12, .row.row-20 .col-sm, .row.row-20 .col-sm-auto, .row.row-20 .col-md-1, .row.row-20 .col-md-2, .row.row-20 .col-md-3, .row.row-20 .col-md-4, .row.row-20 .col-md-5, .row.row-20 .col-md-6, .row.row-20 .col-md-7, .row.row-20 .col-md-8, .row.row-20 .col-md-9, .row.row-20 .col-md-10, .row.row-20 .col-md-11, .row.row-20 .col-md-12, .row.row-20 .col-md, .row.row-20 .col-md-auto, .row.row-20 .col-lg-1, .row.row-20 .col-lg-2, .row.row-20 .col-lg-3, .row.row-20 .col-lg-4, .row.row-20 .col-lg-5, .row.row-20 .col-lg-6, .row.row-20 .col-lg-7, .row.row-20 .col-lg-8, .row.row-20 .col-lg-9, .row.row-20 .col-lg-10, .row.row-20 .col-lg-11, .row.row-20 .col-lg-12, .row.row-20 .col-lg, .row.row-20 .col-lg-auto, .row.row-20 .col-xl-1, .row.row-20 .col-xl-2, .row.row-20 .col-xl-3, .row.row-20 .col-xl-4, .row.row-20 .col-xl-5, .row.row-20 .col-xl-6, .row.row-20 .col-xl-7, .row.row-20 .col-xl-8, .row.row-20 .col-xl-9, .row.row-20 .col-xl-10, .row.row-20 .col-xl-11, .row.row-20 .col-xl-12, .row.row-20 .col-xl, .row.row-20 .col-xl-auto, .row.row-20 .col-xxl-1, .row.row-20 .col-xxl-2, .row.row-20 .col-xxl-3, .row.row-20 .col-xxl-4, .row.row-20 .col-xxl-5, .row.row-20 .col-xxl-6, .row.row-20 .col-xxl-7, .row.row-20 .col-xxl-8, .row.row-20 .col-xxl-9, .row.row-20 .col-xxl-10, .row.row-20 .col-xxl-11, .row.row-20 .col-xxl-12, .row.row-20 .col-xxl, .row.row-20 .col-xxl-auto, .row.row-20 .col-xxxl-1, .row.row-20 .col-xxxl-2, .row.row-20 .col-xxxl-3, .row.row-20 .col-xxxl-4, .row.row-20 .col-xxxl-5, .row.row-20 .col-xxxl-6, .row.row-20 .col-xxxl-7, .row.row-20 .col-xxxl-8, .row.row-20 .col-xxxl-9, .row.row-20 .col-xxxl-10, .row.row-20 .col-xxxl-11, .row.row-20 .col-xxxl-12, .row.row-20 .col-xxxl, .row.row-20 .col-xxxl-auto {
    padding-left: 20px;
    padding-right: 20px; }

.container {
  padding: 0; }
  @media (max-width: 1199.98px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

html,
body {
  width: 100%;
  height: 100%; }

html {
  scroll-behavior: smooth; }

.section {
  padding: 9.4rem 0; }
  @media (max-width: 1199.98px) {
    .section {
      padding: 4.5rem 0; } }
  @media (max-width: 767.98px) {
    .section {
      padding: 3rem 0; } }

.section-half {
  padding: 2rem 0; }
  @media (max-width: 1199.98px) {
    .section-half {
      padding: 2rem 0; } }
  @media (max-width: 767.98px) {
    .section-half {
      padding: 2rem 0; } }

.section-half__top {
  padding-top: 2rem; }
  @media (max-width: 1199.98px) {
    .section-half__top {
      padding-top: 2rem; } }
  @media (max-width: 767.98px) {
    .section-half__top {
      padding-top: 2rem; } }

.container-small {
  margin: 0 auto;
  max-width: 850px; }

@media (min-width: 1200px) {
  .col-xl-fifth {
    -ms-flex: 20%;
        flex: 20%;
    max-width: 20%; } }

.main-content {
  position: relative;
  overflow-x: clip; }

.content-break {
  border-top: 2px solid #0099c2; }

.swiper-wrapper {
  visibility: hidden; }

.swiper-initialized .swiper-wrapper {
  visibility: visible; }

.w-80 {
  width: 80%; }

.w-90 {
  width: 90%; }

.text-white p a {
  color: #fff; }

.text-link:hover {
  color: #0099C2 !important; }
  .text-link:hover i {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjMDA5OUMyIiBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4=") !important; }

.z-index-1 {
  z-index: 1; }

.ratio-16x9 {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover; }

.ratio-3x1 {
  aspect-ratio: 3/1;
  -o-object-fit: cover;
     object-fit: cover; }

.ratio-1x1 {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover; }

.ratio-4x3 {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover; }

.ratio-2x3 {
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover; }

@media (max-width: 991.98px) {
  .mobile-w-50 {
    width: 50%;
    height: auto; } }

.image-crop {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover; }

blockquote {
  position: relative;
  max-width: 75%;
  margin: 0 auto; }
  blockquote::before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAxOS4yIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMDA4MGE2OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMy4xNiwwYy40OSwwLC44NC4zOC44NC44LDAsLjMtLjE3LjYyLS42Ljg0LTIuMTUsMS4xNC00LjYzLDUuMDctNC42Myw3LjUsMy42Mi0uMTEsNS4xOSwzLjEsNS4xOSw1LjExLDAsMi40MS0yLjA5LDQuOTUtNS4xNyw0Ljk1LTMuODksMC01LjgtMy4wNi01LjgtNi4zN0MxMyw1LjY2LDIxLjIsMCwyMy4xNiwwWk0xMC4xNiwwYy40OSwwLC44NC4zOC44NC44LDAsLjMtLjE3LjYyLS42Ljg0LTIuMTUsMS4xNC00LjYzLDUuMDctNC42Myw3LjUsMy42Mi0uMTEsNS4xOSwzLjEsNS4xOSw1LjExLDAsMi40MS0yLjA5LDQuOTUtNS4xNyw0Ljk1LTMuODksMC01LjgtMy4wNi01LjgtNi4zN0MwLDUuNjYsOC4yLDAsMTAuMTYsMFoiLz4KPC9zdmc+");
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 3rem auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    opacity: 0.2; }
    @media (max-width: 1199.98px) {
      blockquote::before {
        -webkit-transform: translateX(-20%) translateY(-50%);
                transform: translateX(-20%) translateY(-50%); } }

.checklist-lists ul {
  list-style: none; }
  .checklist-lists ul li {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOC43MyAxNi4xNSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzAwODBhNjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNi42OCwxNi4xNWMtLjU2LDAtMS4wOS0uMjMtMS40Ny0uNjRMLjUzLDEwLjQzYy0uNzUtLjgxLS43LTIuMDguMTItMi44My44MS0uNzUsMi4wOC0uNywyLjgzLjEybDMuMTMsMy4zOUwxNS4xOS43M2MuNy0uODUsMS45Ni0uOTcsMi44Mi0uMjcuODUuNy45NywxLjk2LjI3LDIuODJsLTEwLjA1LDEyLjE1Yy0uMzcuNDUtLjkxLjcxLTEuNDkuNzMtLjAyLDAtLjA0LDAtLjA1LDBaIi8+Cjwvc3ZnPg==");
    background-repeat: no-repeat;
    padding-left: 1.5rem;
    background-size: 17px 22px;
    margin-bottom: 0.5rem; }

.not-found-tile {
  border-radius: .5rem;
  background-color: #fff;
  box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
  transition: all .3s;
  height: 100%;
  display: block; }
  .not-found-tile:hover {
    box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
    transition: all 0.3s; }
  .not-found-tile .content {
    padding: 2rem 1rem; }
  .not-found-tile img {
    width: 100%;
    aspect-ratio: 16 / 9;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem; }
  .not-found-tile p.h4 {
    color: #0080a6; }
  .not-found-tile p {
    color: #425466;
    font-size: 0.9rem; }

.fw-bold {
  font-weight: bold; }

.background-White {
  background-color: #fff; }

.background-Black {
  background-color: #000; }

.background-Grey {
  background-color: #f4f4f4; }

.background-LightBlue {
  background-color: #5BC9D9; }
  .background-LightBlue h1, .background-LightBlue h2, .background-LightBlue h3, .background-LightBlue h4, .background-LightBlue h5, .background-LightBlue h6, .background-LightBlue p, .background-LightBlue a:not(.btn), .background-LightBlue ul li {
    color: #082640; }
  .background-LightBlue .btn-primary {
    background-color: #082640;
    color: #fff; }

.background-Blue {
  background-color: #0099C2; }
  .background-Blue h1, .background-Blue h2, .background-Blue h3, .background-Blue h4, .background-Blue h5, .background-Blue h6, .background-Blue p, .background-Blue a:not(.btn), .background-Blue ul li {
    color: #fff; }
  .background-Blue .btn-primary {
    background-color: #082640;
    color: #fff; }
    .background-Blue .btn-primary:hover {
      background-color: #020b13; }
    .background-Blue .btn-primary:focus, .background-Blue .btn-primary:active {
      background-color: #082640 !important; }

.background-Navy {
  background-color: #082640; }
  .background-Navy h1, .background-Navy h2, .background-Navy h3, .background-Navy h4, .background-Navy h5, .background-Navy h6, .background-Navy p, .background-Navy a:not(.btn) {
    color: #fff; }
  .background-Navy a:not(.btn):hover {
    color: #0099C2; }

.background-Gradient {
  background: #5a9fbd;
  background: linear-gradient(90deg, #009ac0 0%, #01a1bb 70%, #5ab9bd 100%); }
  .background-Gradient h1, .background-Gradient h2, .background-Gradient h3, .background-Gradient h4, .background-Gradient h5, .background-Gradient h6, .background-Gradient p, .background-Gradient a:not(.btn), .background-Gradient ul li {
    color: #fff; }
  .background-Gradient .btn-primary {
    background-color: #082640;
    color: #fff; }
    .background-Gradient .btn-primary:hover {
      background-color: #020b13; }

.background-Sand {
  background-color: rgba(201, 177, 146, 0.2); }
  .background-Sand h1, .background-Sand h2, .background-Sand h3, .background-Sand h4, .background-Sand h5, .background-Sand h6, .background-Sand p, .background-Sand a:not(.btn), .background-Sand ul li {
    color: #082640; }
  .background-Sand .btn-primary {
    background-color: #082640;
    color: #fff; }

.background-LightBlueTint {
  background-color: #E4F5F9; }

.top-8 {
  top: 8rem; }

.multi-section-fingerprint {
  position: absolute;
  top: 50%;
  right: 0;
  height: 100% !important;
  opacity: 0.2;
  z-index: 1;
  -webkit-transform: translateX(66%) scaleX(-1) rotate(85deg);
          transform: translateX(66%) scaleX(-1) rotate(85deg);
  width: auto !important; }
  @media (max-width: 991.98px) {
    .multi-section-fingerprint {
      height: 50% !important;
      -webkit-transform: translateX(66%) translateY(50%) scaleX(-1) rotate(85deg);
              transform: translateX(66%) translateY(50%) scaleX(-1) rotate(85deg); } }

.z-index-2 {
  z-index: 2; }

.watch-when-visible {
  min-height: 1px;
  display: block; }

.is-full-background {
  position: relative !important;
  overflow: visible !important; }
  .is-full-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    height: 100%;
    width: 200vw;
    z-index: -1; }
  .is-full-background.background-LightBlue::after {
    background-color: #5BC9D9; }
  .is-full-background.background-Navy::after {
    background-color: #082640; }
  .is-full-background.background-Blue::after {
    background-color: #0099C2; }
  .is-full-background.background-Gradient::after {
    background: #5a9fbd; }
  .is-full-background.background-Sand::after {
    background-color: rgba(201, 177, 146, 0.2); }
  .is-full-background.background-LightBlueTint::after {
    background-color: #E4F5F9; }
  .is-full-background.background-Grey::after {
    background-color: #f4f4f4; }

.event-tag {
  padding: 0.35rem 1rem;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  font-family: "gotham", sans-serif;
  font-weight: 300;
  background-color: #0099C2;
  color: #fff; }
  .event-tag-2 {
    color: #082640;
    background-color: #E4F5F9; }

.swiper-pagination-bullet {
  border: 2px solid #fff;
  background-color: transparent;
  opacity: 1;
  width: 15px;
  height: 15px; }

@media (min-width: 768px) {
  .oritain-business-methodology-advantage .page-title-background .col-12.col-md-9.col-lg-7.col-xxl-6 {
    padding-right: 0 !important; } }

@media (max-width: 991.98px) {
  .oritain-business-methodology-advantage .page-title-background .col-12.col-md-9.col-lg-7.col-xxl-6 {
    padding-right: 35px !important; }
    .oritain-business-methodology-advantage .page-title-background .col-12.col-md-9.col-lg-7.col-xxl-6 h1 {
      font-size: 2rem; } }

body {
  color: #082640;
  font-family: "Calibri", "Open Sans", "Candara, Segoe", "Segoe UI", "Optima", "Arial", sans-serif;
  line-height: 1.25; }

p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5; }
  @media (max-width: 767.98px) {
    p {
      font-size: 1.1rem; } }
  p a {
    font-weight: 600; }

strong {
  font-weight: 500; }

.main-content .section ul, .main-content .section ol {
  padding-left: 24px; }

.main-content .section ul li, .main-content .section ol li {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.25rem; }
  @media (max-width: 767.98px) {
    .main-content .section ul li, .main-content .section ol li {
      font-size: 1.1rem; } }

a:hover {
  text-decoration: none; }

ul {
  padding-left: 15px; }

p strong {
  font-weight: 600; }

.content-container ul li strong {
  font-weight: 600; }

h1 {
  font-weight: 500;
  font-size: 3.9rem;
  color: #082640;
  font-family: "gotham", sans-serif;
  line-height: 1.2; }
  @media (max-width: 1199.98px) {
    h1 {
      font-size: 3rem; } }
  @media (max-width: 767.98px) {
    h1 {
      font-size: 2.2rem; } }

.content-section .element h1 {
  color: #082640; }

h2, .h2 {
  margin-bottom: 2rem;
  font-size: 3.9rem;
  font-weight: 300;
  font-family: "gotham", sans-serif;
  line-height: 1.05; }
  @media (max-width: 1199.98px) {
    h2, .h2 {
      font-size: 3rem; } }
  @media (max-width: 767.98px) {
    h2, .h2 {
      font-size: 2.2rem;
      margin-bottom: 1.2rem; } }

h3, .h3 {
  margin-bottom: .8rem;
  font-size: 2.15rem;
  font-weight: 300;
  font-family: "gotham", sans-serif;
  line-height: 1.25; }
  @media (max-width: 1199.98px) {
    h3, .h3 {
      font-size: 1.65rem; } }
  @media (max-width: 767.98px) {
    h3, .h3 {
      font-size: 1.6rem; } }

h4, .h4 {
  margin-bottom: .6rem;
  font-size: 1.8rem;
  color: #082640;
  font-family: "gotham", sans-serif;
  line-height: 1.25;
  font-weight: 300; }
  @media (max-width: 1199.98px) {
    h4, .h4 {
      font-size: 1.4rem; } }
  h4.white-text,
  .h4.white-text {
    color: #fff; }

h5, .h5 {
  margin-bottom: .4rem;
  font-size: 1.4rem;
  color: #082640;
  font-family: "gotham", sans-serif;
  line-height: 1.25;
  font-weight: 300; }
  @media (max-width: 1199.98px) {
    h5, .h5 {
      font-size: 1.1rem; } }

h6, .h6 {
  margin-bottom: .3rem;
  font-size: 1rem;
  font-weight: 300;
  color: #082640;
  font-family: "gotham", sans-serif;
  line-height: 1.25; }

.fw-normal {
  font-weight: 300 !important; }

.fw-bold {
  font-weight: 500 !important; }

.primary-text {
  color: #0099C2; }

.header-text {
  color: #082640; }

.white-text {
  color: #fff; }

.fw-600 {
  font-weight: 600; }

.error-text {
  font-size: 19px; }

.form-control[type="text"],
.form-control[type="email"],
.form-control[type="date"] {
  height: 2.375rem;
  font-family: "gotham", sans-serif; }

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active {
  padding: 0.5rem 1.5rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #0099C2;
  border-radius: 0;
  font-family: "gotham", sans-serif;
  font-size: 1.2rem;
  border: 0; }
  @media (max-width: 1199.98px) {
    .btn-primary,
    .btn-primary:not(:disabled):not(.disabled):active {
      font-size: 1rem; } }
  .btn-primary:hover,
  .btn-primary:not(:disabled):not(.disabled):active:hover {
    border: 0; }
  .btn-primary:focus, .btn-primary:active,
  .btn-primary:not(:disabled):not(.disabled):active:focus,
  .btn-primary:not(:disabled):not(.disabled):active:active {
    outline: none;
    box-shadow: none; }

.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active {
  border-width: 0;
  border-radius: 0;
  padding: 0.5rem 1.5rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #082640;
  font-family: "gotham", sans-serif;
  color: #fff;
  font-size: 1.2rem;
  border: 0; }
  @media (max-width: 1199.98px) {
    .btn-secondary,
    .btn-secondary:not(:disabled):not(.disabled):active {
      font-size: 1rem; } }
  .btn-secondary:hover,
  .btn-secondary:not(:disabled):not(.disabled):active:hover {
    border: 0; }
  .btn-secondary:focus, .btn-secondary:active,
  .btn-secondary:not(:disabled):not(.disabled):active:focus,
  .btn-secondary:not(:disabled):not(.disabled):active:active {
    outline: none;
    box-shadow: none; }
  .btn-secondary:hover,
  .btn-secondary:not(:disabled):not(.disabled):active:hover {
    background-color: #020b13; }

.btn-tertiary,
.btn-tertiary:not(:disabled):not(.disabled):active {
  border-width: 0;
  border-radius: 0;
  padding: 0.5rem 1.5rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #C9B192;
  font-family: "gotham", sans-serif;
  color: #fff;
  font-size: 1.2rem;
  border: 0; }
  @media (max-width: 1199.98px) {
    .btn-tertiary,
    .btn-tertiary:not(:disabled):not(.disabled):active {
      font-size: 1rem; } }
  .btn-tertiary:hover,
  .btn-tertiary:not(:disabled):not(.disabled):active:hover {
    color: #fff;
    background-color: #b89970;
    border: 0; }
  .btn-tertiary:focus, .btn-tertiary:active,
  .btn-tertiary:not(:disabled):not(.disabled):active:focus,
  .btn-tertiary:not(:disabled):not(.disabled):active:active {
    outline: none;
    box-shadow: none;
    background-color: #C9B192 !important; }

.btn-white,
.btn-i:not(:disabled):not(.disabled):active {
  border-width: 0;
  border-radius: 0;
  padding: 0.5rem 1.5rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  font-family: "gotham", sans-serif;
  color: #082640;
  font-size: 1.2rem;
  border: 0; }
  @media (max-width: 1199.98px) {
    .btn-white,
    .btn-i:not(:disabled):not(.disabled):active {
      font-size: 1rem; } }
  .btn-white:hover,
  .btn-i:not(:disabled):not(.disabled):active:hover {
    border: 0;
    background-color: #d9d9d9; }
  .btn-white:focus, .btn-white:active,
  .btn-i:not(:disabled):not(.disabled):active:focus,
  .btn-i:not(:disabled):not(.disabled):active:active {
    outline: none;
    box-shadow: none;
    background-color: #fff !important; }

.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  border-width: 2px;
  padding: 0.5rem 1.5rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent; }

.btn-outline-secondary {
  border-width: 2px;
  padding: 0.5rem 1.5rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #0099C2;
  color: #fff;
  border-color: #fff; }

.accordion .card {
  margin-bottom: .5rem;
  border: 0;
  border-radius: 0; }

.accordion .card-header {
  background-color: #0099C2;
  border: 0;
  border-radius: 0;
  padding: 1rem 1.5rem; }
  .accordion .card-header a {
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: start;
    /* stylelint-disable selector-no-qualifying-type  */
    /* stylelint-enable */ }
    .accordion .card-header a:focus, .accordion .card-header a:hover {
      text-decoration: none; }
    .accordion .card-header a h5 {
      margin-bottom: 0;
      color: #fff; }
    .accordion .card-header a .fa-plus {
      display: none;
      margin-right: 1rem;
      font-size: 1.2rem; }
    .accordion .card-header a .fa-minus {
      display: inline-block;
      margin-right: 1rem;
      font-size: 1.2rem; }
    .accordion .card-header a.collapsed .fa-plus {
      display: inline-block; }
    .accordion .card-header a.collapsed .fa-minus {
      display: none; }

.accordion .card-body {
  padding: 2rem;
  padding-left: 3.6rem;
  background-color: #F4F4F4; }
  .accordion .card-body p {
    font-size: 1.1rem; }
  @media (max-width: 767.98px) {
    .accordion .card-body {
      padding-left: 1.25rem; } }
  .accordion .card-body p:last-child, .accordion .card-body ul:last-child {
    margin-bottom: 0; }

.admin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 0; }
  .admin .form-group {
    margin-bottom: 2rem; }
  .admin .brand {
    width: 150px;
    max-width: 80%;
    margin: 20px auto;
    overflow: hidden; }
    .admin .brand .admin-logo {
      max-width: 100%; }
      .admin .brand .admin-logo .path-1,
      .admin .brand .admin-logo .path-2,
      .admin .brand .admin-logo .path-3 {
        transition: fill .4s ease;
        will-change: fill;
        fill: #0099C2; }
  .admin .card-wrapper {
    width: 380px; }
    @media (min-width: 768px) {
      .admin .card-wrapper {
        width: 550px; } }
    @media (min-width: 992px) {
      .admin .card-wrapper {
        width: 600px; } }
  .admin .card {
    border-color: transparent;
    box-shadow: none; }
    @media (min-width: 768px) {
      .admin .card {
        background-color: #f8f9fa; } }
    .admin .card.fat {
      padding: 10px; }
    .admin .card .card-title {
      margin-bottom: 30px; }
  .admin .form-control {
    border-width: 2.3px; }
  .admin .form-group label {
    width: 100%; }
  .admin .btn.btn-block {
    padding: 12px 10px; }
  .admin .footer {
    margin: 40px 0;
    color: #6c757d;
    text-align: center; }

.navbar {
  position: fixed;
  background-color: transparent;
  transition: background-color .4s ease;
  padding: 1rem;
  margin-bottom: 0;
  box-shadow: 0px 10px 15px rgba(33, 51, 67, 0.1); }
  @media (max-width: 767.98px) {
    .navbar {
      padding: 0; } }
  .navbar.navbar-light {
    background-color: #fff;
    padding: 0; }
  @media (max-width: 1199.98px) {
    .navbar {
      max-width: 100%; } }
  @media (max-width: 1199.98px) {
    .navbar .container {
      max-width: 100%; } }
  @media (max-width: 991.98px) {
    .navbar .container {
      padding-left: 15px; } }
  @media (max-width: 1199.98px) {
    .navbar .navbar-brand {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; } }

#main-navbar {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-align: center;
      align-items: center; }

.top-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0; }
  .top-nav > a {
    margin-left: 1rem;
    padding: 0.25rem 1rem;
    font-size: 1rem;
    border: 0; }
    .top-nav > a:active, .top-nav > a:focus {
      padding: 0.25rem 1rem !important;
      font-size: 1rem !important; }
    @media (min-width: 1500px) {
      .top-nav > a {
        font-size: 1rem; }
        .top-nav > a:active, .top-nav > a:focus {
          font-size: 1rem !important; } }
  .top-nav .container {
    padding-left: 5px; }
  .top-nav .topnav-search {
    background-color: #F4F4F4;
    position: relative;
    margin-left: 1rem;
    background-color: transparent; }
    .top-nav .topnav-search input {
      display: none;
      width: calc(100% - 10px);
      padding: 0.38rem .5rem;
      color: #082640;
      background-color: transparent;
      border: 0;
      border-radius: 0; }
      .top-nav .topnav-search input::-webkit-input-placeholder {
        color: rgba(8, 38, 64, 0.4);
        letter-spacing: 1px;
        font-weight: 700; }
      .top-nav .topnav-search input::-moz-placeholder {
        color: rgba(8, 38, 64, 0.4);
        letter-spacing: 1px;
        font-weight: 700; }
      .top-nav .topnav-search input:-ms-input-placeholder {
        color: rgba(8, 38, 64, 0.4);
        letter-spacing: 1px;
        font-weight: 700; }
      .top-nav .topnav-search input::-ms-input-placeholder {
        color: rgba(8, 38, 64, 0.4);
        letter-spacing: 1px;
        font-weight: 700; }
      .top-nav .topnav-search input::placeholder {
        color: rgba(8, 38, 64, 0.4);
        letter-spacing: 1px;
        font-weight: 700; }
      .top-nav .topnav-search input:focus {
        outline: 0; }
    .top-nav .topnav-search i {
      position: relative; }
  .top-nav input[type="search"]::-webkit-search-decoration,
  .top-nav input[type="search"]::-webkit-search-cancel-button,
  .top-nav input[type="search"]::-webkit-search-results-button,
  .top-nav input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none; }

@media (max-width: 767.98px) {
  .navbar-expand-md .navbar-nav {
    padding-top: 2.5rem; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-nav {
    padding-top: 2.5rem; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl .navbar-nav {
    padding-top: 2.5rem; } }

.navbar-nav .dropdown.show > a {
  color: #0099C2 !important; }
  .navbar-nav .dropdown.show > a i {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwOTlDMiIgZD0iTTIwMS40IDM3NC42YzEyLjUgMTIuNSAzMi44IDEyLjUgNDUuMyAwbDE2MC0xNjBjMTIuNS0xMi41IDEyLjUtMzIuOCAwLTQ1LjNzLTMyLjgtMTIuNS00NS4zIDBMMjI0IDMwNi43IDg2LjYgMTY5LjRjLTEyLjUtMTIuNS0zMi44LTEyLjUtNDUuMyAwcy0xMi41IDMyLjggMCA0NS4zbDE2MCAxNjB6Ii8+PC9zdmc+"); }

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  -webkit-animation: .3s forwards dropdown-menu-fade-up ease-out;
          animation: .3s forwards dropdown-menu-fade-up ease-out; }

.navbar-nav .dropdown-menu {
  background-color: transparent;
  border-radius: 1rem;
  border: 0;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 2rem);
          transform: translate(-50%, 2rem);
  text-align: left; }
  .navbar-nav .dropdown-menu.mega-dropdown {
    position: absolute;
    top: 60px;
    min-width: auto;
    margin-top: 0;
    border-radius: 0;
    box-shadow: 0px 10px 15px rgba(33, 51, 67, 0.1);
    left: 0;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
    .navbar-nav .dropdown-menu.mega-dropdown .menu-inner {
      background-color: #fff;
      padding: 1rem;
      margin: 0 auto; }
      .navbar-nav .dropdown-menu.mega-dropdown .menu-inner .row {
        margin-left: -15px;
        margin-right: -15px; }
      .navbar-nav .dropdown-menu.mega-dropdown .menu-inner .col {
        max-width: unset;
        padding: 0 2rem 1rem;
        width: 350px; }
        .navbar-nav .dropdown-menu.mega-dropdown .menu-inner .col p.h5 {
          font-size: 1rem;
          font-weight: 500;
          color: #0099C2; }
        .navbar-nav .dropdown-menu.mega-dropdown .menu-inner .col.col-menu:not(:last-of-type) {
          border-right: 1px solid #082640; }
        .navbar-nav .dropdown-menu.mega-dropdown .menu-inner .col.col-promo {
          min-width: 350px; }
      .navbar-nav .dropdown-menu.mega-dropdown .menu-inner .dropdown-item {
        padding-left: 0;
        padding-right: 0;
        font-family: "gotham", sans-serif;
        font-weight: 500; }
        .navbar-nav .dropdown-menu.mega-dropdown .menu-inner .dropdown-item:last-of-type {
          padding-bottom: 0; }
      .navbar-nav .dropdown-menu.mega-dropdown .menu-inner .promo-tile {
        background-color: #082640;
        padding: 1rem; }
        .navbar-nav .dropdown-menu.mega-dropdown .menu-inner .promo-tile p {
          font-size: 1rem;
          color: #fff; }
          .navbar-nav .dropdown-menu.mega-dropdown .menu-inner .promo-tile p i {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4="); }
      .navbar-nav .dropdown-menu.mega-dropdown .menu-inner img {
        aspect-ratio: 3 / 1;
        -o-object-fit: cover;
           object-fit: cover; }
  .navbar-nav .dropdown-menu .nav-arrow {
    position: absolute;
    top: 6px;
    left: 50%;
    margin: 0 0 0 -2px;
    width: 12px;
    height: 12px;
    -webkit-transform: translate(-4px, -100%) rotate(45deg);
            transform: translate(-4px, -100%) rotate(45deg);
    border-radius: 3px 0 0 0;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 2; }
  @media (max-width: 767.98px) {
    .navbar-expand-md .navbar-nav .dropdown-menu {
      border: 0; } }
  @media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
      border: 0; } }
  @media (max-width: 1199.98px) {
    .navbar-expand-xl .navbar-nav .dropdown-menu {
      border: 0; } }
  .navbar-nav .dropdown-menu.show {
    display: none; }

.navbar-nav .dropdown-item {
  font-size: 1rem;
  position: relative;
  z-index: 3;
  background-color: #fff;
  padding: 0.33rem 1rem;
  font-weight: 300;
  white-space: normal; }
  .navbar-nav .dropdown-item.active, .navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:active {
    color: #0099C2; }
  .navbar-nav .dropdown-item:first-of-type {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding-top: 0.5rem; }
  .navbar-nav .dropdown-item:last-of-type {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding-bottom: 0.5rem; }
  .navbar-nav .dropdown-item:hover {
    background-color: #fff;
    border-radius: 1rem; }

.navbar-light .navbar-nav .nav-link {
  font-size: 1rem;
  color: #082640;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 2rem 1rem;
  font-family: "gotham", sans-serif; }
  @media (max-width: 1199.98px) {
    .navbar-light .navbar-nav .nav-link {
      padding: 2rem 0.75rem; } }
  .navbar-light .navbar-nav .nav-link.section {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #0099C2; }
  .navbar-light .navbar-nav .nav-link.active {
    color: #0099C2; }
  .navbar-light .navbar-nav .nav-link.dropdown-toggle:after {
    content: none; }
  .navbar-light .navbar-nav .nav-link.dropdown-toggle i {
    margin-left: 5px;
    display: none; }
  .navbar-light .navbar-nav .nav-link:hover i {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwOTlDMiIgZD0iTTIwMS40IDM3NC42YzEyLjUgMTIuNSAzMi44IDEyLjUgNDUuMyAwbDE2MC0xNjBjMTIuNS0xMi41IDEyLjUtMzIuOCAwLTQ1LjNzLTMyLjgtMTIuNS00NS4zIDBMMjI0IDMwNi43IDg2LjYgMTY5LjRjLTEyLjUtMTIuNS0zMi44LTEyLjUtNDUuMyAwcy0xMi41IDMyLjggMCA0NS4zbDE2MCAxNjB6Ii8+PC9zdmc+"); }

.navbar-toggler {
  border: 0; }
  .navbar-light .navbar-toggler {
    color: #082640; }

.navbar-logo {
  display: block;
  width: 200px;
  height: auto; }
  @media (max-width: 1199.98px) {
    .navbar-logo {
      width: 160px; } }
  @media (max-width: 991.98px) {
    .navbar-logo {
      width: 200px; } }

.site-search {
  position: relative;
  cursor: pointer; }
  .site-search .toggle-search {
    display: block;
    padding: 2rem 1rem;
    font-size: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .site-search .navbar-search {
    position: absolute;
    top: 60px;
    width: 300px;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    left: auto;
    right: 0;
    display: none;
    z-index: 1000;
    padding: 1rem;
    background-color: #fff; }
    .site-search .navbar-search form {
      position: relative;
      border: 2px solid #082640; }
      .site-search .navbar-search form input {
        width: 90%;
        padding: 0.5rem;
        border: 0; }
        .site-search .navbar-search form input:focus {
          outline: 0;
          border: 0; }
      .site-search .navbar-search form i {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }

body.show-search .navbar-search {
  display: block;
  -webkit-animation: .3s forwards search-menu-fade-up ease-out;
          animation: .3s forwards search-menu-fade-up ease-out; }

body.show-search .toggle-search i {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNi4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzA4MjY0MCIgZD0iTTM0Mi42IDE1MC42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zcy0zMi44LTEyLjUtNDUuMyAwTDE5MiAyMTAuNyA4Ni42IDEwNS40Yy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM0wxNDYuNyAyNTYgNDEuNCAzNjEuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNzMzIuOCAxMi41IDQ1LjMgMEwxOTIgMzAxLjMgMjk3LjQgNDA2LjZjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBzMTIuNS0zMi44IDAtNDUuM0wyMzcuMyAyNTYgMzQyLjYgMTUwLjZ6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 16px 20px;
  width: 16px;
  height: 20px; }

@-webkit-keyframes dropdown-menu-fade-up {
  from {
    opacity: 0;
    -webkit-transform: translate(calc(-50% + 3rem), 1.5rem);
            transform: translate(calc(-50% + 3rem), 1.5rem); }
  to {
    opacity: 1;
    -webkit-transform: translate(calc(-50% + 3rem), 1rem);
            transform: translate(calc(-50% + 3rem), 1rem); } }

@keyframes dropdown-menu-fade-up {
  from {
    opacity: 0;
    -webkit-transform: translate(calc(-50% + 3rem), 1.5rem);
            transform: translate(calc(-50% + 3rem), 1.5rem); }
  to {
    opacity: 1;
    -webkit-transform: translate(calc(-50% + 3rem), 1rem);
            transform: translate(calc(-50% + 3rem), 1rem); } }

@-webkit-keyframes search-menu-fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(1.5rem);
            transform: translateY(1.5rem); }
  to {
    opacity: 1;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem); } }

@keyframes search-menu-fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(1.5rem);
            transform: translateY(1.5rem); }
  to {
    opacity: 1;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem); } }

@-webkit-keyframes nav-fade-out {
  to {
    visibility: hidden;
    opacity: 0; } }

@keyframes nav-fade-out {
  to {
    visibility: hidden;
    opacity: 0; } }

@-webkit-keyframes search-fade-in {
  to {
    opacity: 1; } }

@keyframes search-fade-in {
  to {
    opacity: 1; } }

.StandalonePage .header .container {
  text-align: center; }
  .StandalonePage .header .container .navbar-brand {
    margin-right: 0;
    display: block;
    padding: 0.5rem 0; }
    .StandalonePage .header .container .navbar-brand .navbar-logo {
      max-width: 200px;
      margin: 0 auto; }

.dropdown-menu.out-left {
  position: fixed !important;
  left: 0 !important;
  right: auto !important;
  -webkit-animation: .3s forwards dropdown-menu-fade-up-off-screen ease-out !important;
          animation: .3s forwards dropdown-menu-fade-up-off-screen ease-out !important; }

.dropdown-menu.out-right {
  position: fixed !important;
  right: 0 !important;
  left: auto !important;
  -webkit-animation: .3s forwards dropdown-menu-fade-up-off-screen ease-out !important;
          animation: .3s forwards dropdown-menu-fade-up-off-screen ease-out !important; }

.dropdown-menu.out-both {
  position: fixed !important;
  right: 0 !important;
  left: 0 !important;
  -webkit-animation: .3s forwards dropdown-menu-fade-up-off-screen ease-out !important;
          animation: .3s forwards dropdown-menu-fade-up-off-screen ease-out !important;
  width: 100vw !important; }
  .dropdown-menu.out-both .menu-inner .col {
    width: 33% !important; }

@-webkit-keyframes dropdown-menu-fade-up-off-screen {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 1.5rem);
            transform: translate(0, 1.5rem); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 1rem);
            transform: translate(0, 1rem); } }

@keyframes dropdown-menu-fade-up-off-screen {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 1.5rem);
            transform: translate(0, 1.5rem); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 1rem);
            transform: translate(0, 1rem); } }

.language-switcher-content {
  height: 100%;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0; }

.language-switcher-nav .nav-link {
  padding: 0;
  text-transform: lowercase;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #082640;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.65rem 1rem 1.65rem 0.25rem; }
  .language-switcher-nav .nav-link i {
    margin-right: 5px;
    background-size: 24px 32px;
    width: 24px;
    height: 32px; }
  .language-switcher-nav .nav-link:after {
    content: none; }
  @media (max-width: 1199.98px) {
    .language-switcher-nav .nav-link .language-switcher-current-locale {
      display: none; } }
  @media (max-width: 991.98px) {
    .language-switcher-nav .nav-link {
      padding-right: 0.25rem; }
      .language-switcher-nav .nav-link .language-switcher-current-locale {
        display: none; } }

.language-switcher-nav .dropdown-menu {
  position: absolute;
  top: 60px;
  min-width: auto;
  margin-top: 0;
  border-radius: 0;
  box-shadow: 0px 10px 15px rgba(33, 51, 67, 0.1);
  left: auto;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: none; }
  .language-switcher-nav .dropdown-menu .menu-inner {
    background-color: #fff;
    padding: 1rem;
    margin: 0 auto; }

.language-switcher-nav .dropdown-item {
  font-size: 1rem;
  font-weight: 400;
  padding: 0.4rem 1.25rem;
  border-radius: 0 !important;
  padding-left: 0;
  padding-right: 0;
  font-family: "gotham", sans-serif;
  font-weight: 500; }
  .language-switcher-nav .dropdown-item.active {
    color: #0099C2;
    background-color: #fff; }
  .language-switcher-nav .dropdown-item:hover {
    color: #0099C2;
    background-color: #fff;
    border-radius: 0 !important; }

.language-switcher-nav:hover .dropdown-menu {
  display: block;
  -webkit-animation: .3s forwards language-switcher-fade-up ease-out;
          animation: .3s forwards language-switcher-fade-up ease-out; }

@-webkit-keyframes language-switcher-fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(1.5rem);
            transform: translateY(1.5rem); }
  to {
    opacity: 1;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem); } }

@keyframes language-switcher-fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(1.5rem);
            transform: translateY(1.5rem); }
  to {
    opacity: 1;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem); } }

.footer {
  position: relative;
  padding: 9.4rem 0 9.4rem;
  font-size: 1rem;
  background: #082640;
  overflow: hidden;
  color: #fff; }
  @media (max-width: 991.98px) {
    .footer {
      padding: 2rem 15px 0; } }
  .footer .container {
    position: relative;
    z-index: 2; }
  .footer .footer-brand {
    margin-bottom: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: end; }
    .footer .footer-brand .footer-logo {
      display: block;
      max-width: 300px;
      height: auto;
      width: 100%; }
      @media (max-width: 767.98px) {
        .footer .footer-brand .footer-logo {
          max-width: 175px; } }
  .footer .to-top {
    margin-bottom: 2rem;
    padding-bottom: 5px;
    font-size: 1rem; }
    .footer .to-top:hover {
      cursor: pointer; }
  .footer .container {
    position: relative;
    z-index: 3; }
    .footer .container .footer-navigation {
      padding: 2.5rem 0;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media (max-width: 991.98px) {
        .footer .container .footer-navigation {
          padding: 1.5rem 0; } }
      .footer .container .footer-navigation img {
        width: 300px; }
        @media (max-width: 1199.98px) {
          .footer .container .footer-navigation img {
            width: 250px; } }
        @media (max-width: 991.98px) {
          .footer .container .footer-navigation img {
            width: 100%; } }
      .footer .container .footer-navigation .footer-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        padding-right: 1rem; }
        .footer .container .footer-navigation .footer-list .list-title {
          font-weight: 500;
          margin-bottom: 0.5rem;
          color: #0099C2;
          font-family: "gotham", sans-serif; }
        .footer .container .footer-navigation .footer-list ul {
          list-style-type: none;
          padding-left: 0; }
          .footer .container .footer-navigation .footer-list ul li {
            margin: 0.5rem 0; }
            .footer .container .footer-navigation .footer-list ul li a:hover {
              color: #0099C2; }
        .footer .container .footer-navigation .footer-list a {
          color: #fff;
          font-family: "gotham", sans-serif;
          font-weight: 500; }
    .footer .container .footer-mobile-navigation ul {
      padding-bottom: 1.5rem;
      padding-left: 0;
      list-style-type: none;
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; }
      .footer .container .footer-mobile-navigation ul li {
        margin: 0.3rem 0; }
        .footer .container .footer-mobile-navigation ul li a {
          color: #fff;
          font-weight: 700; }
    .footer .container .footer-mobile-navigation img {
      border-top: 1px solid #fff;
      padding: 1.5rem 0;
      margin-top: 1rem; }
    .footer .container .footer-terms {
      padding: 2.5rem 0 0; }
      @media (max-width: 991.98px) {
        .footer .container .footer-terms {
          padding: 1.5rem 0; } }
      .footer .container .footer-terms p {
        margin-bottom: 0.3rem;
        font-size: 0.8rem; }
        .footer .container .footer-terms p a {
          color: #fff; }
      .footer .container .footer-terms .social-links {
        margin-bottom: 3rem;
        font-size: 1.8rem; }
        @media (max-width: 767.98px) {
          .footer .container .footer-terms .social-links {
            margin-bottom: 1rem; } }
        .footer .container .footer-terms .social-links a {
          color: #fff;
          margin-right: .5rem; }
  .footer .dev-by-firebrand .firebrand-logo {
    position: relative;
    top: -4px;
    width: 70px;
    height: auto;
    margin-left: 2px; }
  .footer .footer-fingerprint {
    position: absolute;
    top: -5%;
    right: 0;
    height: 100%;
    opacity: 0.15;
    z-index: 1;
    -webkit-transform: translateX(66%) scaleX(-1) rotate(85deg);
            transform: translateX(66%) scaleX(-1) rotate(85deg);
    mix-blend-mode: soft-light; }
    @media (max-width: 991.98px) {
      .footer .footer-fingerprint {
        height: 500px;
        top: -40px; } }
  .footer .map-image {
    width: 350px; }
    @media (max-width: 767.98px) {
      .footer .map-image {
        width: 100%;
        max-width: 400px;
        margin-bottom: 1rem; } }
    .footer .map-image svg {
      width: 100%; }
  .footer .footer-menu-mobile .card {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0; }
    .footer .footer-menu-mobile .card .list-title {
      font-weight: 700;
      color: #0099C2; }
    .footer .footer-menu-mobile .card button {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding-left: 0;
      padding-right: 0; }
      .footer .footer-menu-mobile .card button:hover, .footer .footer-menu-mobile .card button:focus, .footer .footer-menu-mobile .card button:active {
        text-decoration: none; }
    .footer .footer-menu-mobile .card i {
      background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDA5OUMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNMjAxLjQgMzc0LjZjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBsMTYwLTE2MGMxMi41LTEyLjUgMTIuNS0zMi44IDAtNDUuM3MtMzIuOC0xMi41LTQ1LjMgMEwyMjQgMzA2LjcgODYuNiAxNjkuNGMtMTIuNS0xMi41LTMyLjgtMTIuNS00NS4zIDBzLTEyLjUgMzIuOCAwIDQ1LjNsMTYwIDE2MHoiLz48L3N2Zz4=");
      display: block; }
    .footer .footer-menu-mobile .card .card-body {
      padding: 0; }
      .footer .footer-menu-mobile .card .card-body ul {
        list-style-type: none;
        padding-left: 0; }
        .footer .footer-menu-mobile .card .card-body ul li {
          margin: 0.5rem 0; }
          .footer .footer-menu-mobile .card .card-body ul li a:hover {
            color: #0099C2; }
      .footer .footer-menu-mobile .card .card-body a {
        color: #fff; }

.footer-cta {
  background-color: #0099C2;
  color: #fff;
  padding: 0 15px; }
  .footer-cta h1, .footer-cta h2, .footer-cta h3,
  .footer-cta h4, .footer-cta h5, .footer-cta h6 {
    color: #fff; }
  .footer-cta .container {
    border-bottom: 5px solid #fff;
    text-align: center;
    padding: 3rem; }

.contact-map {
  height: 300px; }

.g-recaptcha {
  margin-bottom: 30px; }

@media (min-width: 992px) {
  .location-row {
    position: relative; } }

.location-details .details-card {
  position: relative;
  background-color: #fff; }
  .location-details .details-card .close {
    cursor: pointer;
    opacity: 1;
    padding: 0.5rem;
    position: relative;
    z-index: 2; }
  .location-details .details-card .location-content {
    padding: 1rem; }
    .location-details .details-card .location-content h5 {
      color: #082640;
      font-weight: bold; }
    .location-details .details-card .location-content p {
      margin: 0.5rem 0 0;
      color: #082640; }
      .location-details .details-card .location-content p.address {
        font-size: 1rem; }
  .location-details .details-card svg {
    position: absolute;
    bottom: -10%;
    right: -10%;
    max-height: 200px;
    max-width: 70%;
    opacity: 0.1; }

.location .contact-card {
  height: 100%;
  border-radius: 0;
  position: relative;
  z-index: 1; }
  .location .contact-card .vertical-borders::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3); }
  .location .contact-card .vertical-borders::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3); }
  .location .contact-card .horizontal-borders::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: calc(100% - 20px);
    height: 10px;
    background-color: rgba(255, 255, 255, 0.3); }
  .location .contact-card .horizontal-borders::after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0;
    width: calc(100% - 20px);
    height: 10px;
    background-color: rgba(255, 255, 255, 0.3); }
  .location .contact-card .location-map {
    height: 600px; }
    @media (max-width: 991.98px) {
      .location .contact-card .location-map {
        height: 300px; } }
    @media (max-width: 767.98px) {
      .location .contact-card .location-map {
        height: 250px; } }
  .location .contact-card .location-content {
    padding: 1rem; }
    .location .contact-card .location-content p {
      margin: 0.5rem 0; }
      .location .contact-card .location-content p.address {
        margin-bottom: 0.5rem;
        line-height: 1.3;
        font-size: 1rem; }

.gm-style > div:last-child .gmnoprint, .gm-style > div:last-child .gm-style-cc {
  display: none !important; }

.gm-bundled-control-on-bottom .gmnoprint > div {
  width: 30px !important;
  height: 61px !important;
  -webkit-transform: translateX(10px) translateY(20px) !important;
          transform: translateX(10px) translateY(20px) !important; }
  .gm-bundled-control-on-bottom .gmnoprint > div button:first-of-type {
    width: 30px !important;
    height: 30px !important;
    margin: 0 auto !important; }
    .gm-bundled-control-on-bottom .gmnoprint > div button:first-of-type img {
      height: 15px !important;
      width: 15px !important; }
  .gm-bundled-control-on-bottom .gmnoprint > div button:last-of-type {
    width: 30px !important;
    height: 30px !important;
    margin: 0 auto !important; }
    .gm-bundled-control-on-bottom .gmnoprint > div button:last-of-type img {
      height: 15px !important;
      width: 15px !important; }
  .gm-bundled-control-on-bottom .gmnoprint > div > div {
    margin: 0 !important; }

#FormSection .form-group {
  margin-bottom: 2rem; }

#FormSection .form-control {
  color: #020202; }

#FormSection .custom-checkbox {
  margin-bottom: 1rem; }
  #FormSection .custom-checkbox .custom-control-label::before {
    top: 0.25rem;
    border: 0;
    background-color: #dddddd; }
  #FormSection .custom-checkbox .custom-control-label::after {
    top: 0.25rem; }

#FormSection label {
  font-weight: 600;
  font-size: 1rem;
  padding-left: 0.5rem; }

#FormSection input:not(.honeypotspamprotector), #FormSection select, #FormSection textarea {
  border-radius: 50rem;
  border: 2px solid #dddddd;
  box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.1);
  background-color: #dddddd; }
  #FormSection input:not(.honeypotspamprotector):active, #FormSection input:not(.honeypotspamprotector):focus, #FormSection select:active, #FormSection select:focus, #FormSection textarea:active, #FormSection textarea:focus {
    box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
    border: 2px solid #0099C2; }
  #FormSection input:not(.honeypotspamprotector).form-control:not(textarea), #FormSection select.form-control:not(textarea), #FormSection textarea.form-control:not(textarea) {
    height: 2.5rem; }

#FormSection .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #8d8d8d;
  border-radius: 0.25rem; }

#FormSection select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */
  background: url("//s3-ap-southeast-2.amazonaws.com/firebrand-cdn/oritain/down-arrow.svg") white no-repeat 98% !important;
  background: url("//s3-ap-southeast-2.amazonaws.com/firebrand-cdn/oritain/down-arrow.svg") white no-repeat calc(100% - 10px) !important;
  background-size: 30px 10px !important; }

#FormSection textarea {
  border-radius: 1rem;
  padding: 1rem; }

#FormSection #ContactForm_Form_action_submit {
  border-radius: 50rem !important;
  margin-top: 0; }

#FormSection .alert.alert-success {
  background-color: #0099C2;
  color: #fff;
  font-weight: 600;
  border-color: #0099C2; }

#FormSection .invalid-feedback {
  padding-left: 0.5rem; }

.form-download__form .form-group {
  margin-bottom: 2rem; }

.form-download__form .form-control {
  color: #020202; }

.form-download__form .custom-checkbox {
  margin-bottom: 1rem; }
  .form-download__form .custom-checkbox .custom-control-label::before {
    top: 0.25rem;
    border: 0;
    background-color: #dddddd; }
  .form-download__form .custom-checkbox .custom-control-label::after {
    top: 0.25rem; }

.form-download__form label {
  font-weight: 600;
  font-size: 1rem;
  padding-left: 0.5rem; }

.form-download__form input:not(.honeypotspamprotector), .form-download__form select, .form-download__form textarea {
  border-radius: 50rem;
  border: 2px solid #dddddd;
  box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.1);
  background-color: #dddddd; }
  .form-download__form input:not(.honeypotspamprotector):active, .form-download__form input:not(.honeypotspamprotector):focus, .form-download__form select:active, .form-download__form select:focus, .form-download__form textarea:active, .form-download__form textarea:focus {
    box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
    border: 2px solid #0099C2; }
  .form-download__form input:not(.honeypotspamprotector).form-control:not(textarea), .form-download__form select.form-control:not(textarea), .form-download__form textarea.form-control:not(textarea) {
    height: 2.5rem; }

.form-download__form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #8d8d8d;
  border-radius: 0.25rem; }

.form-download__form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */
  background: url("//s3-ap-southeast-2.amazonaws.com/firebrand-cdn/oritain/down-arrow.svg") white no-repeat 98% !important;
  background: url("//s3-ap-southeast-2.amazonaws.com/firebrand-cdn/oritain/down-arrow.svg") white no-repeat calc(100% - 10px) !important;
  background-size: 30px 10px !important; }

.form-download__form textarea {
  border-radius: 1rem;
  padding: 1rem; }

.form-download__form .form-download__submit {
  border-radius: 50rem !important;
  margin-top: 0; }

.form-download__form .alert.alert-success {
  background-color: #0099C2;
  color: #fff;
  font-weight: 600;
  border-color: #0099C2; }

.form-download__form .invalid-feedback {
  padding-left: 0.5rem; }

.page-title {
  color: #fff;
  position: relative;
  min-height: 550px;
  width: 100%;
  padding-top: 5rem;
  aspect-ratio: 3/1; }
  @media (max-width: 767.98px) {
    .page-title {
      padding-top: 0rem;
      min-height: auto;
      aspect-ratio: unset; } }
  .page-title .page-title-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 767.98px) {
      .page-title .page-title-image {
        aspect-ratio: 5/2;
        margin-top: 3rem; } }
  .page-title .page-title-background {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    z-index: 2;
    height: 100%;
    width: 100%;
    position: relative; }
    .page-title .page-title-background p {
      font-size: 1.44rem;
      color: #fff; }
      @media (max-width: 767.98px) {
        .page-title .page-title-background p {
          font-size: 1.2rem; } }
  .page-title.title-with-overlay {
    color: #082640; }
    @media (min-width: 768px) {
      .page-title.title-with-overlay {
        color: #fff;
        position: relative; }
        .page-title.title-with-overlay.gradient-Black::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 66.6666%;
          background: black;
          background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
          z-index: 1; }
        .page-title.title-with-overlay.gradient-Blue::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 66.6666%;
          background: black;
          background: linear-gradient(90deg, rgba(0, 153, 194, 0.8) 0%, rgba(0, 153, 194, 0.8) 50%, rgba(0, 153, 194, 0) 100%);
          z-index: 1; }
        .page-title.title-with-overlay.gradient-Navy::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 66.6666%;
          background: #082640;
          background: linear-gradient(90deg, rgba(8, 38, 64, 0.8) 0%, rgba(8, 38, 64, 0.8) 50%, rgba(8, 38, 64, 0) 100%);
          z-index: 1; } }
    @media (min-width: 576px) {
      .page-title.title-with-overlay.gradient-Black::before {
        width: 75%; }
      .page-title.title-with-overlay.gradient-Blue::before {
        width: 75%; }
      .page-title.title-with-overlay.gradient-Navy::before {
        width: 75%; } }
    .page-title.title-with-overlay .page-title-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      aspect-ratio: unset;
      z-index: 0; }
      @media (max-width: 767.98px) {
        .page-title.title-with-overlay .page-title-image {
          position: relative;
          aspect-ratio: 5 / 2;
          -o-object-fit: cover;
             object-fit: cover; } }
    @media (max-width: 1199.98px) {
      .page-title.title-with-overlay .page-title-background {
        aspect-ratio: 5 / 2; } }
    @media (max-width: 767.98px) {
      .page-title.title-with-overlay .page-title-background {
        padding: 3rem 0;
        aspect-ratio: unset;
        z-index: 1;
        background-color: #082640; } }
    .page-title.title-with-overlay .page-title-background h1 {
      text-align: left;
      text-shadow: none;
      color: #fff; }
      @media (min-width: 1600px) {
        .page-title.title-with-overlay .page-title-background h1 {
          font-size: 3.9rem; } }
    @media (max-width: 767.98px) {
      .page-title.title-with-overlay .page-title-background .btn-white {
        background-color: #0099C2;
        color: #fff; }
        .page-title.title-with-overlay .page-title-background .btn-white:hover {
          background-color: #007b9c; } }
  .page-title .header-fingerprint {
    position: absolute;
    top: 5rem;
    right: 0;
    height: auto;
    opacity: 0.2;
    z-index: 1;
    -webkit-transform: translateX(66%) scaleX(-1) rotate(85deg);
    transform: translateX(66%) scaleX(-1) rotate(85deg);
    width: 50%; }
    @media (max-width: 767.98px) {
      .page-title .header-fingerprint {
        top: 4rem;
        bottom: auto; } }
  .page-title .content-header h1 {
    font-weight: 300; }
  .page-title .resource-tag {
    font-size: 1.1rem; }

@media (min-width: 1200px) {
  .CaseStudyPage .page-title.title-with-overlay .page-title-background h1 {
    font-size: 3rem; } }

.PartnerPage .partner-logo img {
  width: 100%;
  max-height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left; }

.ContactPage {
  padding-top: 5rem; }
  @media (max-width: 991.98px) {
    .ContactPage {
      padding-top: 3rem; } }

.ResourcePage .page-title.has-resource-video {
  background-color: #082640; }
  @media (max-width: 991.98px) {
    .ResourcePage .page-title.has-resource-video {
      aspect-ratio: unset; }
      .ResourcePage .page-title.has-resource-video .page-title-background {
        aspect-ratio: unset;
        padding: 0rem 0 3rem; } }
  @media (max-width: 767.98px) {
    .ResourcePage .page-title.has-resource-video .page-title-background {
      padding: 5rem 0 3rem; } }
  .ResourcePage .page-title.has-resource-video .page-title-image {
    display: none; }
  .ResourcePage .page-title.has-resource-video .resource-report .resource-tag {
    border: 1px solid rgba(255, 255, 255, 0.2); }
  .ResourcePage .page-title.has-resource-video .btn-secondary {
    background-color: #0099C2; }
    .ResourcePage .page-title.has-resource-video .btn-secondary:hover {
      background-color: #00718f; }

.ResourcePage .video-inner-wrapper {
  width: 100% !important;
  aspect-ratio: 16/9;
  height: auto !important; }
  @media (max-width: 1199.98px) {
    .ResourcePage .video-inner-wrapper {
      margin: 1rem 0 0 0; } }
  .ResourcePage .video-inner-wrapper img {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 1s all; }

.ResourcePage .ytlazy-playbtn {
  z-index: 5;
  cursor: pointer; }
  .ResourcePage .ytlazy-playbtn:hover path {
    fill: #0080a6; }
  .ResourcePage .ytlazy-playbtn:hover polygon {
    fill: #fff; }

.carousel.full-height .slide {
  position: relative;
  z-index: 100;
  display: block !important;
  height: 40rem;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .carousel.full-height .slide::before {
    position: absolute;
    top: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.7) 100%); }

.carousel.full-height .slide-content {
  position: absolute;
  bottom: 0;
  z-index: 102;
  width: 100%;
  padding: 6rem 0;
  margin: 0;
  color: #fff;
  background-color: rgba(52, 58, 64, 0.5); }
  .carousel.full-height .slide-content h2 {
    padding: 0;
    margin: 0;
    font-size: 2rem;
    font-weight: 700; }
  .carousel.full-height .slide-content p {
    padding: 0;
    margin: 2rem 0 0 0;
    font-size: 1rem; }

.elemental-services {
  padding-top: 50px; }
  .elemental-services hr {
    margin-bottom: 40px; }
  .elemental-services .card-background {
    position: relative;
    display: block;
    height: 200px;
    margin-bottom: 30px;
    overflow: hidden; }
  .elemental-services .card-background-image {
    height: 100%;
    background-position: 50% 50%;
    background-size: cover; }
  .elemental-services .card-body {
    position: absolute;
    top: 150px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
    background: rgba(0, 153, 194, 0.8);
    transition: top .5s ease, background .5s ease; }
  .elemental-services .card-background:hover .card-body,
  .elemental-services .card-background:focus .card-body {
    top: 0;
    background: #0099c2; }
  .elemental-services .card-title {
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px; }
  .elemental-services .card-text {
    height: 150px;
    padding: 15px;
    font-size: 14px; }

.elemental-features .feature {
  padding: 4rem; }
  .elemental-features .feature:first-child {
    border-bottom: 1px solid #dee2e6; }
    @media (min-width: 992px) {
      .elemental-features .feature:first-child {
        border-right: 1px solid #dee2e6;
        border-bottom: 0; } }
  .elemental-features .feature .icon {
    position: relative;
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
    line-height: 3rem;
    color: #082640;
    text-align: center;
    background-color: #1977c8;
    border-radius: 100%; }
    .elemental-features .feature .icon i {
      line-height: inherit; }
  .elemental-features .feature h3 {
    padding-top: 1.5rem;
    padding-bottom: .5rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #082640; }

.elemental-sponsors .sponsor-content {
  padding: 10px; }

.elemental-sponsors .sponsor-image {
  width: 100%; }

.elemental-hail .slick-prev::before,
.elemental-hail .slick-next::before {
  color: #0099C2; }

@media (max-width: 1199.98px) {
  .search-results-container {
    padding-top: 6rem; } }

@media (max-width: 991.98px) {
  .search-results-container {
    padding-top: 2rem; } }

@media (max-width: 767.98px) {
  .search-results-container {
    padding-top: 3rem; } }

.search-results-container .search-results .search-result {
  padding: 2rem 0;
  border-top: 1px solid #e9ecef; }
  .search-results-container .search-results .search-result h4 {
    font-size: 1.2rem; }
    @media (max-width: 767.98px) {
      .search-results-container .search-results .search-result h4 {
        margin-top: 1rem; } }

.search-results-container .search-results img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover; }
  @media (max-width: 767.98px) {
    .search-results-container .search-results img {
      aspect-ratio: 16/9; } }

.search-results-container .btn-outline-primary {
  padding: 0.25rem 1rem;
  font-size: 0.9rem; }
  .search-results-container .btn-outline-primary i {
    font-size: 1.1rem; }

.search-results-container .pagination {
  margin-top: 2rem;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }
  .search-results-container .pagination div {
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 2px;
    border-radius: 0; }
    .search-results-container .pagination div.current-page {
      background-color: #0099C2;
      color: #fff;
      border-radius: 0; }
    .search-results-container .pagination div .next, .search-results-container .pagination div .prev {
      font-size: 1.8rem;
      line-height: 1.4; }

.lightgallery .lightgallery-item {
  display: block;
  margin-bottom: 2rem; }
  .lightgallery .lightgallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16/9; }

.team-members .card.team-member {
  margin-bottom: 2rem; }
  .team-members .card.team-member .card-title {
    color: #0099C2; }

.sidebar-open,
.sidebar-open body {
  overflow: hidden; }

.sidebar {
  position: fixed;
  top: 0;
  z-index: 1032;
  width: 400px;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #082640;
  right: -400px;
  transition: right .3s ease, box-shadow .3s ease; }
  .sidebar-open .sidebar {
    box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.5);
    right: 0; }
  .sidebar i.fa-chevron-right-white {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA0NDggNTEyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLnN0MCB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9InN0MCIgZD0iTTMyNi43LDI5NC42YzEyLjUtMTIuNSwxMi41LTMyLjgsMC00NS4zTDE2Ni43LDg5LjNjLTEyLjUtMTIuNS0zMi44LTEyLjUtNDUuMywwcy0xMi41LDMyLjgsMCw0NS4zbDEzNy40LDEzNy40LTEzNy4zLDEzNy40Yy0xMi41LDEyLjUtMTIuNSwzMi44LDAsNDUuM3MzMi44LDEyLjUsNDUuMywwbDE2MC0xNjBoLS4xWiIvPgo8L3N2Zz4=");
    background-size: 13px 14px;
    width: 12px;
    height: 15px; }
  .sidebar i.fa-chevron-left-white {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA0NDggNTEyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLnN0MCB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyMS4zLDI0OS40Yy0xMi41LDEyLjUtMTIuNSwzMi44LDAsNDUuM2wxNjAsMTYwYzEyLjUsMTIuNSwzMi44LDEyLjUsNDUuMywwczEyLjUtMzIuOCwwLTQ1LjNsLTEzNy40LTEzNy40LDEzNy4zLTEzNy40YzEyLjUtMTIuNSwxMi41LTMyLjgsMC00NS4zcy0zMi44LTEyLjUtNDUuMywwTDEyMS4yLDI0OS4zaC4xWiIvPgo8L3N2Zz4=");
    background-size: 13px 14px;
    width: 12px;
    height: 15px; }

.sidebar-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 55px;
  background-color: #082640;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75); }
  .sidebar-header .sidebar-header-title {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: .5rem 1.25rem; }
    .sidebar-header .sidebar-header-title .sidebar-logo {
      display: block; }
    .sidebar-header .sidebar-header-title img {
      height: auto;
      width: 180px; }
  .sidebar-header .sidebar-close {
    padding: 1.2rem 1.5rem;
    font-size: 1.6rem;
    color: #fff;
    cursor: pointer;
    background: none;
    border: 0; }
    .sidebar-header .sidebar-close:focus {
      outline: none; }

.sidebar-slider {
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  transition: left ease .3s; }
  @media (max-width: 991.98px) {
    .sidebar-slider {
      margin-bottom: 140px; } }
  .sidebar-slider.sidebar-menu-level-2 {
    left: -400px; }
    @media (max-width: 767.98px) {
      .sidebar-slider.sidebar-menu-level-2 {
        left: -100%; } }
    .sidebar-slider.sidebar-menu-level-2 .nav-item-title span {
      border-bottom: 1px solid white;
      padding: 0.5rem 0; }
  .sidebar-slider.sidebar-menu-level-3 {
    left: -800px; }
    @media (max-width: 767.98px) {
      .sidebar-slider.sidebar-menu-level-3 {
        left: -200%; } }

.sidebar-slide {
  position: relative;
  -ms-flex: 0 0 400px;
      flex: 0 0 400px;
  max-width: 400px;
  height: 100%; }
  @media (max-width: 767.98px) {
    .sidebar-slide {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; } }

.sidebar-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  visibility: hidden;
  transition: visibility .3s ease; }
  .sidebar-menu.sidebar-menu-open {
    visibility: visible;
    transition: visibility .3s ease .01s; }
  .sidebar-menu .nav-item {
    background-color: transparent; }
  .sidebar-menu .nav-link {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 1rem 0rem;
    margin: 0 1.5rem;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 600;
    letter-spacing: 0.1px;
    /*&.active {
            color: $sidebar-nav-item-active-color;
            background-color: $sidebar-nav-item-active-bg;
        }*/
    transition: all 0.2s; }
    @media (max-width: 991.98px) {
      .sidebar-menu .nav-link {
        transition: all 0.1s; } }
    .sidebar-menu .nav-link:hover {
      opacity: 1;
      color: #0099C2;
      transition: all 0.2s; }
      @media (max-width: 991.98px) {
        .sidebar-menu .nav-link:hover {
          transition: all 0.1s; } }
      @media (max-width: 767.98px) {
        .sidebar-menu .nav-link:hover {
          color: #fff; } }
    .sidebar-menu .nav-link.sidebar-menu-back:hover {
      color: #fff; }
    .sidebar-menu .nav-link .nav-link-title {
      -ms-flex-positive: 1;
          flex-grow: 1;
      max-width: 350px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      @media (max-width: 767.98px) {
        .sidebar-menu .nav-link .nav-link-title {
          max-width: 100%; } }
    .sidebar-menu .nav-link [class^="fa"] {
      color: rgba(255, 255, 255, 0.5);
      font-size: 1.4rem; }
  .sidebar-menu .nav-link.sidebar-menu-back {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin: 0;
    background-color: transparent;
    border-bottom: 0;
    transition: background-color .3s ease; }
    .sidebar-menu .nav-link.sidebar-menu-back [class^="fa"] {
      margin-right: .5rem;
      color: rgba(255, 255, 255, 0.5); }
  .sidebar-menu .nav-item:last-child .nav-link {
    border-bottom: 0; }

.sidebar-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  background-color: #082640;
  height: 140px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.75); }
  .sidebar-footer .btn {
    -ms-flex-pack: center;
        justify-content: center;
    padding: 1rem 1.5rem; }
    .sidebar-footer .btn:active, .sidebar-footer .btn:focus {
      padding: 1rem 1.5rem !important; }
  .sidebar-footer .sidebar-search {
    padding: 1rem 0rem 0.5rem; }
    .sidebar-footer .sidebar-search form {
      position: relative; }
      .sidebar-footer .sidebar-search form input {
        width: 100%;
        padding: 0.5rem;
        border: 0;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border-radius: 0 !important;
        background-color: #fff !important; }
        .sidebar-footer .sidebar-search form input:focus {
          outline: 0;
          border: 0; }
      .sidebar-footer .sidebar-search form i {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background-color: #fff;
        z-index: 9999; }
  .sidebar-footer .sidebar-contact {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .sidebar-footer .sidebar-contact .col:first-child {
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
    .sidebar-footer .sidebar-contact p {
      padding: 1rem 0;
      margin: 0; }
    .sidebar-footer .sidebar-contact a {
      color: #fff; }

.sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1031;
  display: block;
  visibility: hidden;
  background-color: rgba(33, 37, 41, 0);
  transition: background-color .3s ease, visibility .001s ease .299s; }
  .sidebar-open .sidebar-overlay {
    visibility: visible;
    background-color: rgba(33, 37, 41, 0.7);
    transition: background-color .3s ease, visibility .3s ease 0s; }

#toggle-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 40px;
  height: 26px;
  margin-left: 1rem; }
  #toggle-menu:hover {
    cursor: pointer; }
  #toggle-menu .bars {
    width: 40px;
    height: 26px;
    position: relative; }

#toggle-menu span {
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  transition: top 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.2s;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  background-color: #fff; }

#toggle-menu span.top {
  top: 3px;
  left: 10px; }

#toggle-menu span.middle {
  top: 13px;
  left: 10px; }

#toggle-menu span.bottom {
  top: 23px;
  left: 10px; }

#toggle-menu {
  position: relative; }
  @media (min-width: 576px) {
    #toggle-menu:hover span.top {
      top: 13px; }
    #toggle-menu:hover span.bottom {
      top: 13px; } }

#toggle-menu.menu-is-active span {
  transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out 0.2s;
  transition: transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out 0.2s; }

#toggle-menu.menu-is-active span.top, #toggle-menu.menu-is-active span.middle {
  top: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

#toggle-menu.menu-is-active span.middle {
  opacity: 0; }

#toggle-menu.menu-is-active span.bottom {
  top: 13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.BlogPost .elemental-columns img.ss-htmleditorfield-file {
  max-width: 100%;
  height: auto; }

.post-summary {
  background-color: #082640;
  transition: all 0.3s;
  height: 100%; }
  .post-summary a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%; }
  .post-summary .post-image {
    width: 100%;
    aspect-ratio: 4/5;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 991.98px) {
      .post-summary .post-image {
        aspect-ratio: 16 / 9; } }
  .post-summary .post-overview-summary {
    padding: 2rem 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%; }
    .post-summary .post-overview-summary h4 {
      color: #fff;
      font-family: "Calibri", "Open Sans", "Candara, Segoe", "Segoe UI", "Optima", "Arial", sans-serif;
      line-height: 1.4;
      font-size: 1.3rem;
      font-weight: 400;
      margin-bottom: 0.5rem;
      margin-top: 0.5rem; }
    .post-summary .post-overview-summary p {
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      margin-top: auto; }
      .post-summary .post-overview-summary p.publish-date {
        font-weight: 400;
        font-size: 0.8rem;
        margin-top: 1rem;
        margin-bottom: 1.5rem; }
      .post-summary .post-overview-summary p i {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4="); }

.blog-header {
  padding: 10rem 0 3rem;
  background-color: #082640;
  text-align: center; }
  @media (max-width: 767.98px) {
    .blog-header {
      padding: 6rem 0 2rem; } }
  .blog-header h1 {
    color: #fff;
    font-size: 2rem;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 767.98px) {
      .blog-header h1 {
        font-size: 1.6rem; } }
  .blog-header-image {
    position: relative; }
    .blog-header-image:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background-color: #082640;
      z-index: -1; }
    .blog-header-image img {
      width: 100%; }
  .blog-header .publish-date {
    color: #fff; }
    .blog-header .publish-date a:hover {
      color: #0099C2; }

.blog-section-refresh .pagination {
  margin-top: 2rem;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }
  .blog-section-refresh .pagination div {
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 2px;
    border-radius: 0; }
    .blog-section-refresh .pagination div.current-page {
      background-color: #0099C2;
      color: #fff;
      border-radius: 0; }
    .blog-section-refresh .pagination div .next, .blog-section-refresh .pagination div .prev {
      font-size: 1.8rem;
      line-height: 1.4; }

.blog-filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */
  background: url("//s3-ap-southeast-2.amazonaws.com/firebrand-cdn/oritain/down-arrow-navy.svg") white no-repeat 98% !important;
  background: url("//s3-ap-southeast-2.amazonaws.com/firebrand-cdn/oritain/down-arrow-navy.svg") white no-repeat calc(100% - 10px) !important;
  background-size: 30px 10px !important;
  border-radius: 0;
  color: #082640;
  border-color: #fff;
  font-family: "gotham", sans-serif;
  font-weight: 300;
  min-width: 200px; }
  @media (min-width: 992px) {
    .blog-filters select {
      min-width: 250px; } }
  @media (min-width: 1200px) {
    .blog-filters select {
      min-width: 300px; } }
  .blog-filters select:focus {
    color: #0099C2; }

.disclaimer-text p {
  font-size: 0.8rem; }

.country-redirect-modal .modal-dialog {
  max-width: 500px; }

.country-redirect-modal .modal-content {
  border: 0;
  border-radius: 0;
  padding: 1rem 2rem 0rem;
  text-align: center; }

.country-redirect-modal .country-redirect-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1rem;
  border: none;
  opacity: 1;
  z-index: 2;
  font-size: 2.4rem;
  line-height: 1;
  color: #5e6367;
  text-shadow: none;
  outline: 0; }
  .country-redirect-modal .country-redirect-close:hover {
    opacity: 0.8; }

.country-redirect-modal .country-redirect-flag {
  margin-bottom: 1rem; }

.country-redirect-modal .country-redirect-heading {
  font-family: "gotham", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #082640;
  margin-bottom: 1.25rem; }
  @media (max-width: 768px) {
    .country-redirect-modal .country-redirect-heading {
      font-size: 1.75rem; } }

.country-redirect-modal .country-redirect-subtext {
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #082640;
  margin-bottom: 2.5rem; }

.country-redirect-modal .country-redirect-btn {
  display: block;
  max-width: 380px;
  margin: 0 auto 2rem;
  padding: 1.1rem 2rem;
  background-color: #082640;
  color: #fff;
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 0;
  text-decoration: none; }
  .country-redirect-modal .country-redirect-btn:hover {
    background-color: #0e416d;
    color: #fff;
    text-decoration: none; }

.country-redirect-modal .country-redirect-dismiss {
  display: block;
  color: #082640;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 0.05em; }
  .country-redirect-modal .country-redirect-dismiss:hover {
    color: #0099C2;
    text-decoration: underline; }

.popup-modal {
  padding-right: 0 !important; }
  .popup-modal .modal-dialog {
    min-height: calc(100vh - 60px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: auto; }
    @media (max-width: 768px) {
      .popup-modal .modal-dialog {
        min-height: calc(100vh - 20px); } }
    .popup-modal .modal-dialog .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
      overflow: auto; }
      .popup-modal .modal-dialog .modal-content .modal-body {
        padding: 0; }
      .popup-modal .modal-dialog .modal-content img {
        max-width: 100%;
        width: 100%; }
      .popup-modal .modal-dialog .modal-content .modal-inner {
        padding: 2rem 1rem; }
        .popup-modal .modal-dialog .modal-content .modal-inner h3 {
          font-size: 1.5rem; }
      .popup-modal .modal-dialog .modal-content .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 1rem;
        z-index: 2;
        color: #fff;
        text-shadow: none;
        opacity: 1;
        outline: 0; }
      .popup-modal .modal-dialog .modal-content.Blue {
        background-color: #0099C2;
        color: #fff; }
        .popup-modal .modal-dialog .modal-content.Blue h1, .popup-modal .modal-dialog .modal-content.Blue h2, .popup-modal .modal-dialog .modal-content.Blue h3,
        .popup-modal .modal-dialog .modal-content.Blue h4, .popup-modal .modal-dialog .modal-content.Blue h5, .popup-modal .modal-dialog .modal-content.Blue h6 {
          color: #fff; }
      .popup-modal .modal-dialog .modal-content.LightBlue {
        background-color: #5BC9D9;
        color: #fff; }
        .popup-modal .modal-dialog .modal-content.LightBlue h1, .popup-modal .modal-dialog .modal-content.LightBlue h2, .popup-modal .modal-dialog .modal-content.LightBlue h3,
        .popup-modal .modal-dialog .modal-content.LightBlue h4, .popup-modal .modal-dialog .modal-content.LightBlue h5, .popup-modal .modal-dialog .modal-content.LightBlue h6 {
          color: #fff; }

#popupMessage {
  background-color: #082640;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  #popupMessage p {
    font-size: 1rem; }
  @media (max-width: 991.98px) {
    #popupMessage p {
      font-size: 13px; } }
  #popupMessage a {
    color: #fff;
    text-decoration: underline; }
  #popupMessage #ClosePopUp {
    font-size: 1.2rem;
    position: absolute;
    opacity: 1;
    transition: opacity 0.2s;
    right: 0;
    top: 0;
    padding: 0.75rem; }
    #popupMessage #ClosePopUp svg {
      width: 25px;
      height: 25px; }
    #popupMessage #ClosePopUp:hover {
      opacity: 1;
      transition: opacity 0.2s; }

i.fa-search {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMDgyNjQwIiBkPSJNNDE2IDIwOGMwIDQ1LjktMTQuOSA4OC4zLTQwIDEyMi43TDUwMi42IDQ1Ny40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zcy0zMi44IDEyLjUtNDUuMyAwTDMzMC43IDM3NmMtMzQuNCAyNS4yLTc2LjggNDAtMTIyLjcgNDBDOTMuMSA0MTYgMCAzMjIuOSAwIDIwOFM5My4xIDAgMjA4IDBTNDE2IDkzLjEgNDE2IDIwOHpNMjA4IDM1MmExNDQgMTQ0IDAgMSAwIDAtMjg4IDE0NCAxNDQgMCAxIDAgMCAyODh6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px; }

i.fa-angle-down {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTIwMS40IDM3NC42YzEyLjUgMTIuNSAzMi44IDEyLjUgNDUuMyAwbDE2MC0xNjBjMTIuNS0xMi41IDEyLjUtMzIuOCAwLTQ1LjNzLTMyLjgtMTIuNS00NS4zIDBMMjI0IDMwNi43IDg2LjYgMTY5LjRjLTEyLjUtMTIuNS0zMi44LTEyLjUtNDUuMyAwcy0xMi41IDMyLjggMCA0NS4zbDE2MCAxNjB6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 14px 16px;
  width: 14px;
  height: 16px; }

i.fa-facebook-square {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwODBhNiIgZD0iTTY0IDMyQzI4LjcgMzIgMCA2MC43IDAgOTZWNDE2YzAgMzUuMyAyOC43IDY0IDY0IDY0aDk4LjJWMzM0LjJIMTA5LjRWMjU2aDUyLjhWMjIyLjNjMC04Ny4xIDM5LjQtMTI3LjUgMTI1LTEyNy41YzE2LjIgMCA0NC4yIDMuMiA1NS43IDYuNFYxNzJjLTYtLjYtMTYuNS0xLTI5LjYtMWMtNDIgMC01OC4yIDE1LjktNTguMiA1Ny4yVjI1Nmg4My42bC0xNC40IDc4LjJIMjU1VjQ4MEgzODRjMzUuMyAwIDY0LTI4LjcgNjQtNjRWOTZjMC0zNS4zLTI4LjctNjQtNjQtNjRINjR6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 28px 32px;
  width: 28px;
  height: 32px;
  display: inline-block; }

i.fa-square-x-twitter {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwODBhNiIgZD0iTTY0IDMyQzI4LjcgMzIgMCA2MC43IDAgOTZWNDE2YzAgMzUuMyAyOC43IDY0IDY0IDY0SDM4NGMzNS4zIDAgNjQtMjguNyA2NC02NFY5NmMwLTM1LjMtMjguNy02NC02NC02NEg2NHptMjk3LjEgODRMMjU3LjMgMjM0LjYgMzc5LjQgMzk2SDI4My44TDIwOSAyOTguMSAxMjMuMyAzOTZINzUuOGwxMTEtMTI2LjlMNjkuNyAxMTZoOThsNjcuNyA4OS41TDMxMy42IDExNmg0Ny41ek0zMjMuMyAzNjcuNkwxNTMuNCAxNDIuOUgxMjUuMUwyOTYuOSAzNjcuNmgyNi4zeiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 28px 32px;
  width: 28px;
  height: 32px;
  display: inline-block; }

i.fa-linkedin {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwODBhNiIgZD0iTTQxNiAzMkgzMS45QzE0LjMgMzIgMCA0Ni41IDAgNjQuM3YzODMuNEMwIDQ2NS41IDE0LjMgNDgwIDMxLjkgNDgwSDQxNmMxNy42IDAgMzItMTQuNSAzMi0zMi4zVjY0LjNjMC0xNy44LTE0LjQtMzIuMy0zMi0zMi4zek0xMzUuNCA0MTZINjlWMjAyLjJoNjYuNVY0MTZ6bS0zMy4yLTI0M2MtMjEuMyAwLTM4LjUtMTcuMy0zOC41LTM4LjVTODAuOSA5NiAxMDIuMiA5NmMyMS4yIDAgMzguNSAxNy4zIDM4LjUgMzguNSAwIDIxLjMtMTcuMiAzOC41LTM4LjUgMzguNXptMjgyLjEgMjQzaC02Ni40VjMxMmMwLTI0LjgtLjUtNTYuNy0zNC41LTU2LjctMzQuNiAwLTM5LjkgMjctMzkuOSA1NC45VjQxNmgtNjYuNFYyMDIuMmg2My43djI5LjJoLjljOC45LTE2LjggMzAuNi0zNC41IDYyLjktMzQuNSA2Ny4yIDAgNzkuNyA0NC4zIDc5LjcgMTAxLjlWNDE2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 28px 32px;
  width: 28px;
  height: 32px;
  display: inline-block; }

i.fa-undo-alt {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMDgyNjQwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00OTYsMGMtOC44LDAtMTYsNy4yLTE2LDE2djEwMy44bC0zNy0zOS4xQzM5NC40LDI5LjIsMzI2LjgsMCwyNTYsMCwxMTQuNiwwLDAsMTE0LjYsMCwyNTZzMTE0LjYsMjU2LDI1NiwyNTZjOTguMywwLDE4My42LTU1LjQsMjI2LjUtMTM2LjUsNC4xLTcuOCwxLjEtMTcuNS02LjctMjEuNnMtMTcuNS0xLjEtMjEuNiw2LjdjLTM3LjYsNzEtMTEyLjMsMTE5LjQtMTk4LjIsMTE5LjQtMTIzLjcsMC0yMjQtMTAwLjMtMjI0LTIyNFMxMzIuMywzMiwyNTYsMzJjNjIsMCwxMjEuMiwyNS41LDE2My44LDcwLjZsMzkuMSw0MS40aC0xMDYuOWMtOC44LDAtMTYsNy4yLTE2LDE2czcuMiwxNiwxNiwxNmgxNDRjOC44LDAsMTYtNy4yLDE2LTE2VjE2YzAtOC44LTcuMi0xNi0xNi0xNloiLz4KPC9zdmc+");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px; }

i.fa-chevron-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwODBhNiIgZD0iTTMxMC42IDIzMy40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zbC0xOTIgMTkyYy0xMi41IDEyLjUtMzIuOCAxMi41LTQ1LjMgMHMtMTIuNS0zMi44IDAtNDUuM0wyNDIuNyAyNTYgNzMuNCA4Ni42Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwbDE5MiAxOTJ6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 10px 13px;
  width: 10px;
  height: 12px;
  display: inline-block; }

i.fa-chevron-right-white {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMzkuOSA0NDcuOSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjM1LjI1LDIxMi42NWM2LjIsNi4yLDYuMiwxNi40LDAsMjIuNkwyNy4yNSw0NDMuMjVjLTYuMiw2LjItMTYuNCw2LjItMjIuNiwwcy02LjItMTYuNCwwLTIyLjZsMTk2LjctMTk2LjdMNC42NSwyNy4yNUMtMS41NSwyMS4wNS0xLjU1LDEwLjg1LDQuNjUsNC42NWM2LjItNi4yLDE2LjQtNi4yLDIyLjYsMGwyMDgsMjA4WiIvPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 10px 13px;
  width: 10px;
  height: 12px;
  display: inline-block; }

i.fa-chevron-left-white {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMzkuOSA0NDcuOSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNC42NSwyMzUuMjVjLTYuMi02LjItNi4yLTE2LjQsMC0yMi42TDIxMi42NSw0LjY1YzYuMi02LjIsMTYuNC02LjIsMjIuNiwwczYuMiwxNi40LDAsMjIuNkwzOC41NSwyMjMuOTVsMTk2LjcsMTk2LjdjNi4yLDYuMiw2LjIsMTYuNCwwLDIyLjYtNi4yLDYuMi0xNi40LDYuMi0yMi42LDBMNC42NSwyMzUuMjVaIi8+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px 13px;
  width: 10px;
  height: 12px;
  display: inline-block; }

i.fa-clock-two {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNi41LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTQ2NCAyNTZBMjA4IDIwOCAwIDEgMCA0OCAyNTZhMjA4IDIwOCAwIDEgMCA0MTYgMHpNMCAyNTZhMjU2IDI1NiAwIDEgMSA1MTIgMEEyNTYgMjU2IDAgMSAxIDAgMjU2ek0yODAgMTIwdjkxLjJMMzM4LjcgMTcyYzExLTcuNCAyNS45LTQuNCAzMy4zIDYuN3M0LjQgMjUuOS02LjcgMzMuM2wtOTYgNjRjLTcuNCA0LjktMTYuOCA1LjQtMjQuNiAxLjJTMjMyIDI2NC45IDIzMiAyNTZWMTIwYzAtMTMuMyAxMC43LTI0IDI0LTI0czI0IDEwLjcgMjQgMjR6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  display: inline-block; }

i.fa-circle {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwODBhNiIgZD0iTTI1NiA1MTJBMjU2IDI1NiAwIDEgMCAyNTYgMGEyNTYgMjU2IDAgMSAwIDAgNTEyeiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 5px 5px;
  width: 5px;
  height: 5px; }

i.fa-circle-play {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNi41LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI1NiAxNmEyNDAgMjQwIDAgMSAxIDAgNDgwIDI0MCAyNDAgMCAxIDEgMC00ODB6bTAgNDk2QTI1NiAyNTYgMCAxIDAgMjU2IDBhMjU2IDI1NiAwIDEgMCAwIDUxMnpNMTk2LjEgMTYxYzIuNS0xLjQgNS42LTEuNCA4LjEgLjJsMTQ0IDg4YzIuNCAxLjUgMy44IDQgMy44IDYuOHMtMS40IDUuNC0zLjggNi44bC0xNDQgODhjLTIuNSAxLjUtNS42IDEuNi04LjEgLjJzLTQuMS00LjEtNC4xLTdWMTY4YzAtMi45IDEuNi01LjYgNC4xLTd6bTE2LjQtMTMuNWMtNy40LTQuNS0xNi43LTQuNy0yNC4zLS41cy0xMi4zIDEyLjMtMTIuMyAyMC45VjM0NGMwIDguNyA0LjcgMTYuNyAxMi4zIDIwLjlzMTYuOCA0LjEgMjQuMy0uNWwxNDQtODhjNy4xLTQuNCAxMS41LTEyLjEgMTEuNS0yMC41cy00LjQtMTYuMS0xMS41LTIwLjVsLTE0NC04OHoiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 80px 80px;
  width: 80px;
  height: 80px;
  transition: all 0.2s;
  cursor: pointer; }
  i.fa-circle-play:hover {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yNTYsMEMxMTQuNjIsMCwwLDExNC42MiwwLDI1NnMxMTQuNjIsMjU2LDI1NiwyNTYsMjU2LTExNC42MiwyNTYtMjU2UzM5Ny4zOCwwLDI1NiwwWk0zNTYuNSwyNzYuNGwtMTQ0LDg4Yy03LjUsNC42LTE2LjcsNC43LTI0LjMuNS03LjYtNC4yLTEyLjMtMTIuMi0xMi4zLTIwLjl2LTE3Ni4xYzAtOC42LDQuNy0xNi43LDEyLjMtMjAuOSw3LjYtNC4yLDE2LjktNCwyNC4zLjV2LS4xbDE0NCw4OGM3LjEsNC40LDExLjUsMTIuMSwxMS41LDIwLjVzLTQuNCwxNi4xLTExLjUsMjAuNVoiLz4KPC9zdmc+");
    transition: all 0.2s; }

i.fa-circle-check {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTI1NiA1MTJBMjU2IDI1NiAwIDEgMCAyNTYgMGEyNTYgMjU2IDAgMSAwIDAgNTEyek0zNjkgMjA5TDI0MSAzMzdjLTkuNCA5LjQtMjQuNiA5LjQtMzMuOSAwbC02NC02NGMtOS40LTkuNC05LjQtMjQuNiAwLTMzLjlzMjQuNi05LjQgMzMuOSAwbDQ3IDQ3TDMzNSAxNzVjOS40LTkuNCAyNC42LTkuNCAzMy45IDBzOS40IDI0LjYgMCAzMy45eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 29px 29px;
  width: 29px;
  height: 29px; }
  @media (max-width: 991.98px) {
    i.fa-circle-check {
      background-size: 20px 20px;
      width: 20px;
      height: 20px; } }

i.fa-check {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjMDA4MGE2IiBkPSJNMTIgMmM1LjUxNCAwIDEwIDQuNDg2IDEwIDEwcy00LjQ4NiAxMC0xMCAxMC0xMC00LjQ4Ni0xMC0xMCA0LjQ4Ni0xMCAxMC0xMHptMC0yYy02LjYyNyAwLTEyIDUuMzczLTEyIDEyczUuMzczIDEyIDEyIDEyIDEyLTUuMzczIDEyLTEyLTUuMzczLTEyLTEyLTEyem0tMS45NTkgMTdsLTQuNS00LjMxOSAxLjM5NS0xLjQzNSAzLjA4IDIuOTM3IDcuMDIxLTcuMTgzIDEuNDIyIDEuNDA5LTguNDE4IDguNTkxeiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 29px 29px;
  width: 29px;
  height: 29px; }
  @media (max-width: 991.98px) {
    i.fa-check {
      background-size: 20px 20px;
      width: 20px;
      height: 20px; } }

i.fa-check-white {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIgMmM1LjUxNCAwIDEwIDQuNDg2IDEwIDEwcy00LjQ4NiAxMC0xMCAxMC0xMC00LjQ4Ni0xMC0xMCA0LjQ4Ni0xMCAxMC0xMHptMC0yYy02LjYyNyAwLTEyIDUuMzczLTEyIDEyczUuMzczIDEyIDEyIDEyIDEyLTUuMzczIDEyLTEyLTUuMzczLTEyLTEyLTEyem0tMS45NTkgMTdsLTQuNS00LjMxOSAxLjM5NS0xLjQzNSAzLjA4IDIuOTM3IDcuMDIxLTcuMTgzIDEuNDIyIDEuNDA5LTguNDE4IDguNTkxeiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 29px 29px;
  width: 29px;
  height: 29px; }
  @media (max-width: 991.98px) {
    i.fa-check-white {
      background-size: 20px 20px;
      width: 20px;
      height: 20px; } }

i.fa-bars {
  background-image: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDQ4IDUxMiI+CiAgPHBhdGggZmlsbD0iIzA4MjY0MCIgZD0iTTAgOTZDMCA3OC4zIDE0LjMgNjQgMzIgNjRINDE2YzE3LjcgMCAzMiAxNC4zIDMyIDMycy0xNC4zIDMyLTMyIDMySDMyQzE0LjMgMTI4IDAgMTEzLjcgMCA5NnpNMCAyNTZjMC0xNy43IDE0LjMtMzIgMzItMzJINDE2YzE3LjcgMCAzMiAxNC4zIDMyIDMycy0xNC4zIDMyLTMyIDMySDMyYy0xNy43IDAtMzItMTQuMy0zMi0zMnpNNDQ4IDQxNmMwIDE3LjctMTQuMyAzMi0zMiAzMkgzMmMtMTcuNyAwLTMyLTE0LjMtMzItMzJzMTQuMy0zMiAzMi0zMkg0MTZjMTcuNyAwIDMyIDE0LjMgMzIgMzJ6Ii8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: 25px 28px;
  width: 25px;
  height: 28px; }

i.fa-times, i.fa-xmark {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTM0Mi42IDE1MC42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zcy0zMi44LTEyLjUtNDUuMyAwTDE5MiAyMTAuNyA4Ni42IDEwNS40Yy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM0wxNDYuNyAyNTYgNDEuNCAzNjEuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNzMzIuOCAxMi41IDQ1LjMgMEwxOTIgMzAxLjMgMjk3LjQgNDA2LjZjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBzMTIuNS0zMi44IDAtNDUuM0wyMzcuMyAyNTYgMzQyLjYgMTUwLjZ6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 15px 20px;
  width: 15px;
  height: 20px;
  display: block; }

i.fa-facebook-f {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTgwIDI5OS4zVjUxMkgxOTZWMjk5LjNoODYuNWwxOC05Ny44SDE5NlYxNjYuOWMwLTUxLjcgMjAuMy03MS41IDcyLjctNzEuNWMxNi4zIDAgMjkuNCAuNCAzNyAxLjJWNy45QzI5MS40IDQgMjU2LjQgMCAyMzYuMiAwQzEyOS4zIDAgODAgNTAuNSA4MCAxNTkuNHY0Mi4xSDE0djk3LjhIODB6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 16px 27px;
  width: 16px;
  height: 29px;
  display: inline-block; }

i.fa-instagram {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIyNC4xIDE0MWMtNjMuNiAwLTExNC45IDUxLjMtMTE0LjkgMTE0LjlzNTEuMyAxMTQuOSAxMTQuOSAxMTQuOVMzMzkgMzE5LjUgMzM5IDI1NS45IDI4Ny43IDE0MSAyMjQuMSAxNDF6bTAgMTg5LjZjLTQxLjEgMC03NC43LTMzLjUtNzQuNy03NC43czMzLjUtNzQuNyA3NC43LTc0LjcgNzQuNyAzMy41IDc0LjcgNzQuNy0zMy42IDc0LjctNzQuNyA3NC43em0xNDYuNC0xOTQuM2MwIDE0LjktMTIgMjYuOC0yNi44IDI2LjgtMTQuOSAwLTI2LjgtMTItMjYuOC0yNi44czEyLTI2LjggMjYuOC0yNi44IDI2LjggMTIgMjYuOCAyNi44em03Ni4xIDI3LjJjLTEuNy0zNS45LTkuOS02Ny43LTM2LjItOTMuOS0yNi4yLTI2LjItNTgtMzQuNC05My45LTM2LjItMzctMi4xLTE0Ny45LTIuMS0xODQuOSAwLTM1LjggMS43LTY3LjYgOS45LTkzLjkgMzYuMXMtMzQuNCA1OC0zNi4yIDkzLjljLTIuMSAzNy0yLjEgMTQ3LjkgMCAxODQuOSAxLjcgMzUuOSA5LjkgNjcuNyAzNi4yIDkzLjlzNTggMzQuNCA5My45IDM2LjJjMzcgMi4xIDE0Ny45IDIuMSAxODQuOSAwIDM1LjktMS43IDY3LjctOS45IDkzLjktMzYuMiAyNi4yLTI2LjIgMzQuNC01OCAzNi4yLTkzLjkgMi4xLTM3IDIuMS0xNDcuOCAwLTE4NC44ek0zOTguOCAzODhjLTcuOCAxOS42LTIyLjkgMzQuNy00Mi42IDQyLjYtMjkuNSAxMS43LTk5LjUgOS0xMzIuMSA5cy0xMDIuNyAyLjYtMTMyLjEtOWMtMTkuNi03LjgtMzQuNy0yMi45LTQyLjYtNDIuNi0xMS43LTI5LjUtOS05OS41LTktMTMyLjFzLTIuNi0xMDIuNyA5LTEzMi4xYzcuOC0xOS42IDIyLjktMzQuNyA0Mi42LTQyLjYgMjkuNS0xMS43IDk5LjUtOSAxMzIuMS05czEwMi43LTIuNiAxMzIuMSA5YzE5LjYgNy44IDM0LjcgMjIuOSA0Mi42IDQyLjYgMTEuNyAyOS41IDkgOTkuNSA5IDEzMi4xczIuNyAxMDIuNy05IDEzMi4xeiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 25px 29px;
  width: 25px;
  height: 29px;
  display: inline-block; }

i.fa-x-twitter {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTM4OS4yIDQ4aDcwLjZMMzA1LjYgMjI0LjIgNDg3IDQ2NEgzNDVMMjMzLjcgMzE4LjYgMTA2LjUgNDY0SDM1LjhMMjAwLjcgMjc1LjUgMjYuOCA0OEgxNzIuNEwyNzIuOSAxODAuOSAzODkuMiA0OHpNMzY0LjQgNDIxLjhoMzkuMUwxNTEuMSA4OGgtNDJMMzY0LjQgNDIxLjh6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 29px 29px;
  width: 29px;
  height: 29px;
  display: inline-block; }

i.fa-youtube {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTU0OS43IDEyNC4xYy02LjMtMjMuNy0yNC44LTQyLjMtNDguMy00OC42QzQ1OC44IDY0IDI4OCA2NCAyODggNjRTMTE3LjIgNjQgNzQuNiA3NS41Yy0yMy41IDYuMy00MiAyNC45LTQ4LjMgNDguNi0xMS40IDQyLjktMTEuNCAxMzIuMy0xMS40IDEzMi4zczAgODkuNCAxMS40IDEzMi4zYzYuMyAyMy43IDI0LjggNDEuNSA0OC4zIDQ3LjhDMTE3LjIgNDQ4IDI4OCA0NDggMjg4IDQ0OHMxNzAuOCAwIDIxMy40LTExLjVjMjMuNS02LjMgNDItMjQuMiA0OC4zLTQ3LjggMTEuNC00Mi45IDExLjQtMTMyLjMgMTEuNC0xMzIuM3MwLTg5LjQtMTEuNC0xMzIuM3ptLTMxNy41IDIxMy41VjE3NS4ybDE0Mi43IDgxLjItMTQyLjcgODEuMnoiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 32px 29px;
  width: 32px;
  height: 29px;
  display: inline-block; }

i.fa-linkedin-in {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEwMC4zIDQ0OEg3LjRWMTQ4LjloOTIuOXpNNTMuOCAxMDguMUMyNC4xIDEwOC4xIDAgODMuNSAwIDUzLjhhNTMuOCA1My44IDAgMCAxIDEwNy42IDBjMCAyOS43LTI0LjEgNTQuMy01My44IDU0LjN6TTQ0Ny45IDQ0OGgtOTIuN1YzMDIuNGMwLTM0LjctLjctNzkuMi00OC4zLTc5LjItNDguMyAwLTU1LjcgMzcuNy01NS43IDc2LjdWNDQ4aC05Mi44VjE0OC45aDg5LjF2NDAuOGgxLjNjMTIuNC0yMy41IDQyLjctNDguMyA4Ny45LTQ4LjMgOTQgMCAxMTEuMyA2MS45IDExMS4zIDE0Mi4zVjQ0OHoiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 25px 29px;
  width: 25px;
  height: 29px;
  display: inline-block; }

i.fa-circle-chevron-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNi41LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwODBhNiIgZD0iTTMyIDI1NmEyMjQgMjI0IDAgMSAxIDQ0OCAwQTIyNCAyMjQgMCAxIDEgMzIgMjU2em00ODAgMEEyNTYgMjU2IDAgMSAwIDAgMjU2YTI1NiAyNTYgMCAxIDAgNTEyIDB6TTI3Ni43IDEzMi43bC0xMTIgMTEyYy02LjIgNi4yLTYuMiAxNi40IDAgMjIuNmwxMTIgMTEyYzYuMiA2LjIgMTYuNCA2LjIgMjIuNiAwczYuMi0xNi40IDAtMjIuNkwxOTguNiAyNTYgMjk5LjMgMTU1LjNjNi4yLTYuMiA2LjItMTYuNCAwLTIyLjZzLTE2LjQtNi4yLTIyLjYgMHoiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px; }

i.fa-circle-chevron-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNi41LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwODBhNiIgZD0iTTQ4MCAyNTZBMjI0IDIyNCAwIDEgMSAzMiAyNTZhMjI0IDIyNCAwIDEgMSA0NDggMHpNMCAyNTZhMjU2IDI1NiAwIDEgMCA1MTIgMEEyNTYgMjU2IDAgMSAwIDAgMjU2ek0yMzUuMyAzNzkuM2wxMTItMTEyYzYuMi02LjIgNi4yLTE2LjQgMC0yMi42bC0xMTItMTEyYy02LjItNi4yLTE2LjQtNi4yLTIyLjYgMHMtNi4yIDE2LjQgMCAyMi42TDMxMy40IDI1NiAyMTIuNyAzNTYuN2MtNi4yIDYuMi02LjIgMTYuNCAwIDIyLjZzMTYuNCA2LjIgMjIuNiAweiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px; }

i.fa-plus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI1NiA4MGMwLTE3LjctMTQuMy0zMi0zMi0zMnMtMzIgMTQuMy0zMiAzMlYyMjRINDhjLTE3LjcgMC0zMiAxNC4zLTMyIDMyczE0LjMgMzIgMzIgMzJIMTkyVjQzMmMwIDE3LjcgMTQuMyAzMiAzMiAzMnMzMi0xNC4zIDMyLTMyVjI4OEg0MDBjMTcuNyAwIDMyLTE0LjMgMzItMzJzLTE0LjMtMzItMzItMzJIMjU2VjgweiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 18px 20px;
  width: 18px;
  height: 20px; }

i.fa-minus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTQzMiAyNTZjMCAxNy43LTE0LjMgMzItMzIgMzJMNDggMjg4Yy0xNy43IDAtMzItMTQuMy0zMi0zMnMxNC4zLTMyIDMyLTMybDM1MiAwYzE3LjcgMCAzMiAxNC4zIDMyIDMyeiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 18px 20px;
  width: 18px;
  height: 20px; }

i.fa-xmark {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNi4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwODBhNiIgZD0iTTM0Mi42IDE1MC42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zcy0zMi44LTEyLjUtNDUuMyAwTDE5MiAyMTAuNyA4Ni42IDEwNS40Yy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM0wxNDYuNyAyNTYgNDEuNCAzNjEuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNzMzIuOCAxMi41IDQ1LjMgMEwxOTIgMzAxLjMgMjk3LjQgNDA2LjZjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBzMTIuNS0zMi44IDAtNDUuM0wyMzcuMyAyNTYgMzQyLjYgMTUwLjZ6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 15px 20px;
  width: 15px;
  height: 20px;
  display: block; }

i.fa-return {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyODMuMzYgMjQ1Ljk1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMDcyNjNmOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOTcuMjUsMHYxMTEuNzhoLTEwNC40N3YtNDkuMDNMMCwxNTUuNTNsOTMuMTIsOTAuNDJ2LTQ3LjY5aDE5MC4yNFYwaC04Ni4xMVpNMjU4LjY3LDE3My41Nkg2OC40M3YxNS43NGwtMzMuNjEtMzQuMDcsMzMuOTQtMzMuOTR2MTUuNzFoMTUyLjE4VjI0LjAyaDM3LjczdjE0OS41NFoiLz4KPC9zdmc+");
  background-repeat: no-repeat;
  background-size: 16px 32px;
  width: 16px;
  height: 32px;
  display: block; }

i.fa-play-white {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS44MiAyNCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjEuMjYsMTEuMDVMMS42Mi4xNGMtLjM0LS4xOS0uNzUtLjE4LTEuMDguMDEtLjMzLjItLjU0LjU1LS41NC45NHYyMS44MmMwLC4zOS4yLjc0LjU0Ljk0LjE3LjEuMzYuMTUuNTUuMTVzLjM2LS4wNS41My0uMTRsMTkuNjQtMTAuOTFjLjM1LS4xOS41Ni0uNTYuNTYtLjk1cy0uMjItLjc2LS41Ni0uOTVaIi8+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 16px 32px;
  width: 16px;
  height: 32px;
  display: block; }

i.fa-globe {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIHY3LjIuMCBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIENvcHlyaWdodCAyMDI2IEZvbnRpY29ucywgSW5jLi0tPjxwYXRoIGQ9Ik00MTUuOSAzNDRMMjI1IDM0NEMyMjcuOSA0MDguNSAyNDIuMiA0NjcuOSAyNjIuNSA1MTEuNEMyNzMuOSA1MzUuOSAyODYuMiA1NTMuMiAyOTcuNiA1NjMuOEMzMDguOCA1NzQuMyAzMTYuNSA1NzYgMzIwLjUgNTc2QzMyNC41IDU3NiAzMzIuMiA1NzQuMyAzNDMuNCA1NjMuOEMzNTQuOCA1NTMuMiAzNjcuMSA1MzUuOCAzNzguNSA1MTEuNEMzOTguOCA0NjcuOSA0MTMuMSA0MDguNSA0MTYgMzQ0ek0yMjQuOSAyOTZMNDE1LjggMjk2QzQxMyAyMzEuNSAzOTguNyAxNzIuMSAzNzguNCAxMjguNkMzNjcgMTA0LjIgMzU0LjcgODYuOCAzNDMuMyA3Ni4yQzMzMi4xIDY1LjcgMzI0LjQgNjQgMzIwLjQgNjRDMzE2LjQgNjQgMzA4LjcgNjUuNyAyOTcuNSA3Ni4yQzI4Ni4xIDg2LjggMjczLjggMTA0LjIgMjYyLjQgMTI4LjZDMjQyLjEgMTcyLjEgMjI3LjggMjMxLjUgMjI0LjkgMjk2ek0xNzYuOSAyOTZDMTgwLjQgMjEwLjQgMjAyLjUgMTMwLjkgMjM0LjggNzguN0MxNDIuNyAxMTEuMyA3NC45IDE5NS4yIDY1LjUgMjk2TDE3Ni45IDI5NnpNNjUuNSAzNDRDNzQuOSA0NDQuOCAxNDIuNyA1MjguNyAyMzQuOCA1NjEuM0MyMDIuNSA1MDkuMSAxODAuNCA0MjkuNiAxNzYuOSAzNDRMNjUuNSAzNDR6TTQ2My45IDM0NEM0NjAuNCA0MjkuNiA0MzguMyA1MDkuMSA0MDYgNTYxLjNDNDk4LjEgNTI4LjYgNTY1LjkgNDQ0LjggNTc1LjMgMzQ0TDQ2My45IDM0NHpNNTc1LjMgMjk2QzU2NS45IDE5NS4yIDQ5OC4xIDExMS4zIDQwNiA3OC43QzQzOC4zIDEzMC45IDQ2MC40IDIxMC40IDQ2My45IDI5Nkw1NzUuMyAyOTZ6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 16px 32px;
  width: 16px;
  height: 32px;
  display: block; }

.elemental-industry-slider {
  position: relative;
  overflow: hidden; }
  .elemental-industry-slider .industry-slider, .elemental-industry-slider .industry-grid {
    overflow: hidden;
    margin: 2rem 0;
    position: relative;
    padding-bottom: 70px;
    z-index: 2; }
    @media (max-width: 1499.98px) {
      .elemental-industry-slider .industry-slider, .elemental-industry-slider .industry-grid {
        margin: 2rem 1rem; } }
    @media (max-width: 1199.98px) {
      .elemental-industry-slider .industry-slider, .elemental-industry-slider .industry-grid {
        margin: 2rem 2rem; } }
    .elemental-industry-slider .industry-slider .industry-card, .elemental-industry-slider .industry-grid .industry-card {
      transition: all 0.3s;
      height: 100%;
      aspect-ratio: 5/9;
      position: relative;
      overflow: hidden; }
      @media (max-width: 767.98px) {
        .elemental-industry-slider .industry-slider .industry-card, .elemental-industry-slider .industry-grid .industry-card {
          aspect-ratio: 2/3; } }
      .elemental-industry-slider .industry-slider .industry-card a::after, .elemental-industry-slider .industry-grid .industry-card a::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.3); }
      .elemental-industry-slider .industry-slider .industry-card a:hover img, .elemental-industry-slider .industry-grid .industry-card a:hover img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        transition: all 0.3s; }
      .elemental-industry-slider .industry-slider .industry-card img, .elemental-industry-slider .industry-grid .industry-card img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        transition: all 0.3s; }
      .elemental-industry-slider .industry-slider .industry-card .slider-content, .elemental-industry-slider .industry-grid .industry-card .slider-content {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 2rem 1.5rem;
        z-index: 1;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: start;
        -ms-flex-pack: end;
            justify-content: end; }
        .elemental-industry-slider .industry-slider .industry-card .slider-content::before, .elemental-industry-slider .industry-grid .industry-card .slider-content::before {
          content: "";
          position: absolute;
          background: #082640;
          background: linear-gradient(0deg, rgba(8, 38, 64, 0.8), rgba(8, 38, 64, 0));
          width: 100%;
          height: 75%;
          bottom: 0;
          left: 0;
          z-index: 1; }
        .elemental-industry-slider .industry-slider .industry-card .slider-content h3, .elemental-industry-slider .industry-grid .industry-card .slider-content h3 {
          font-size: 2.15rem;
          position: relative;
          z-index: 1; }
        .elemental-industry-slider .industry-slider .industry-card .slider-content p, .elemental-industry-slider .industry-grid .industry-card .slider-content p {
          font-size: 1.1rem;
          color: #fff;
          position: relative;
          z-index: 1; }
          .elemental-industry-slider .industry-slider .industry-card .slider-content p i, .elemental-industry-slider .industry-grid .industry-card .slider-content p i {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4="); }
        .elemental-industry-slider .industry-slider .industry-card .slider-content.text-Navy h3, .elemental-industry-slider .industry-grid .industry-card .slider-content.text-Navy h3 {
          color: #082640; }
        .elemental-industry-slider .industry-slider .industry-card .slider-content.text-Navy p, .elemental-industry-slider .industry-grid .industry-card .slider-content.text-Navy p {
          color: #082640; }
          .elemental-industry-slider .industry-slider .industry-card .slider-content.text-Navy p i, .elemental-industry-slider .industry-grid .industry-card .slider-content.text-Navy p i {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjMDgyNjQwIiBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4="); }
  .elemental-industry-slider .swiper-slide {
    height: auto; }
  .elemental-industry-slider .swiper-pagination-bullets, .elemental-industry-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0; }
  .elemental-industry-slider .swiper-pagination-bullet {
    border: 2px solid #fff; }
  .elemental-industry-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff; }
  .elemental-industry-slider .swiper-container {
    overflow: visible; }
  .elemental-industry-slider .fingerprint-graphic {
    position: absolute;
    top: -5%;
    right: 0;
    height: 100%;
    opacity: 0.15;
    z-index: 1;
    -webkit-transform: translateX(66%) scaleX(-1) rotate(85deg);
            transform: translateX(66%) scaleX(-1) rotate(85deg);
    mix-blend-mode: soft-light;
    z-index: 0; }
  .elemental-industry-slider .industry-slider-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(calc(-50% - 40px));
            transform: translateY(calc(-50% - 40px));
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    z-index: 1; }
    .elemental-industry-slider .industry-slider-navigation .industry-slider-prev {
      cursor: pointer;
      -webkit-transform: translateX(calc(-100% - 0.5rem));
              transform: translateX(calc(-100% - 0.5rem)); }
      @media (max-width: 1499.98px) {
        .elemental-industry-slider .industry-slider-navigation .industry-slider-prev {
          -webkit-transform: translateX(-1.3rem);
                  transform: translateX(-1.3rem); } }
      @media (max-width: 1199.98px) {
        .elemental-industry-slider .industry-slider-navigation .industry-slider-prev {
          -webkit-transform: translateX(-0.5rem);
                  transform: translateX(-0.5rem); } }
      @media (max-width: 767.98px) {
        .elemental-industry-slider .industry-slider-navigation .industry-slider-prev {
          -webkit-transform: translateX(0.5rem);
                  transform: translateX(0.5rem); } }
    .elemental-industry-slider .industry-slider-navigation .industry-slider-next {
      cursor: pointer;
      -webkit-transform: translateX(calc(100% + 0.5rem));
              transform: translateX(calc(100% + 0.5rem)); }
      @media (max-width: 1499.98px) {
        .elemental-industry-slider .industry-slider-navigation .industry-slider-next {
          -webkit-transform: translateX(1.3rem);
                  transform: translateX(1.3rem); } }
      @media (max-width: 1199.98px) {
        .elemental-industry-slider .industry-slider-navigation .industry-slider-next {
          -webkit-transform: translateX(0.5rem);
                  transform: translateX(0.5rem); } }
      @media (max-width: 767.98px) {
        .elemental-industry-slider .industry-slider-navigation .industry-slider-next {
          -webkit-transform: translateX(-0.5rem);
                  transform: translateX(-0.5rem); } }
    .elemental-industry-slider .industry-slider-navigation .swiper-button-disabled {
      opacity: 0; }
    .elemental-industry-slider .industry-slider-navigation img {
      width: 30px;
      height: auto; }

.elemental-partners-grid .partners-grid-slider {
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px; }

.elemental-partners-grid .swiper-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.elemental-partners-grid .partners-grid {
  position: relative; }
  .elemental-partners-grid .partners-grid::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 3px white; }
  .elemental-partners-grid .partners-grid .partner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    border: 1px solid #f0f0f0;
    padding: 1rem; }
    .elemental-partners-grid .partners-grid .partner .ratio-1x1 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .elemental-partners-grid .partners-grid .partner a {
      position: relative;
      display: block;
      z-index: 2; }
      .elemental-partners-grid .partners-grid .partner a:hover img:not(.membership-status) {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        transition: all 0.2s; }
    .elemental-partners-grid .partners-grid .partner img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      max-height: 200px; }
      .elemental-partners-grid .partners-grid .partner img:not(.membership-status) {
        -webkit-transform: scale(1);
                transform: scale(1);
        transition: all 0.2s; }
  .elemental-partners-grid .partners-grid .membership-status {
    position: absolute;
    aspect-ratio: 1;
    width: 60px !important;
    height: auto !important;
    top: 5px;
    right: 5px; }
    @media (max-width: 767.98px) {
      .elemental-partners-grid .partners-grid .membership-status {
        width: 45px !important; } }

.elemental-partners-grid .swiper-pagination-bullets, .elemental-partners-grid .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0; }

.elemental-partners-grid .swiper-pagination-bullet {
  border: 2px solid #082640; }

.elemental-partners-grid .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #082640; }

.elemental-partners-grid .swiper-container {
  overflow: visible; }

.elemental-stats .stat-col {
  margin: 1rem 0; }
  .elemental-stats .stat-col img {
    height: 80px;
    margin-bottom: 1.5rem;
    width: auto; }
  @media (min-width: 768px) {
    .elemental-stats .stat-col:not(:last-child) {
      border-right: 1px solid #082640; } }
  .elemental-stats .stat-col h3 {
    font-size: 3rem;
    color: #0099C2; }
  .elemental-stats .stat-col p {
    margin-bottom: 0;
    color: #0099C2;
    font-weight: 700; }

@media (max-width: 991.98px) {
  .elemental-stats .stat-count-4 .stat-col:nth-child(2) {
    border-right: 0; } }

@media (max-width: 1199.98px) {
  .elemental-stats .stat-count-5 {
    -ms-flex-pack: center;
        justify-content: center; }
    .elemental-stats .stat-count-5 .stat-col {
      margin: 1rem 0 2rem; }
    .elemental-stats .stat-count-5 .stat-col:nth-child(3) {
      border-right: 0; } }

@media (max-width: 991.98px) {
  .elemental-stats .stat-count-5 .stat-col {
    margin: 1rem 0;
    border-right: 0; } }

.elemental-testimonial {
  position: relative;
  overflow: hidden; }
  .elemental-testimonial .testimonial-name {
    font-weight: 700;
    font-size: 1rem; }
  .elemental-testimonial .testimonial-position {
    font-size: 1rem; }
  .elemental-testimonial .testimonial-with-image {
    position: relative; }
    .elemental-testimonial .testimonial-with-image .testimonial-name {
      font-size: 1.1rem; }
      @media (min-width: 576px) {
        .elemental-testimonial .testimonial-with-image .testimonial-name {
          margin-top: 2rem; } }
    .elemental-testimonial .testimonial-with-image .testimonial-position {
      font-size: 1rem; }
    .elemental-testimonial .testimonial-with-image .testimonial-image {
      position: relative;
      width: 100%;
      aspect-ratio: 2/3; }
      .elemental-testimonial .testimonial-with-image .testimonial-image::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.3); }
      .elemental-testimonial .testimonial-with-image .testimonial-image img {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        width: 100%;
        height: 100%; }
    .elemental-testimonial .testimonial-with-image .testimonial-brand {
      width: 100%;
      margin-bottom: 2rem;
      max-height: 150px;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: 0% 50%;
         object-position: 0% 50%; }
      @media (max-width: 767.98px) {
        .elemental-testimonial .testimonial-with-image .testimonial-brand {
          margin-bottom: 1rem; } }
  .elemental-testimonial .testimonials-slider {
    overflow: hidden;
    position: relative;
    padding-bottom: 50px; }
    @media (max-width: 767.98px) {
      .elemental-testimonial .testimonials-slider {
        margin-top: 1rem; } }
    .elemental-testimonial .testimonials-slider .swiper-slide {
      padding: 0 0.25rem; }
  .elemental-testimonial .swiper-pagination-bullets, .elemental-testimonial .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0; }
  .elemental-testimonial .swiper-pagination-bullet {
    border: 2px solid #082640; }
  .elemental-testimonial .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #082640; }
  .elemental-testimonial .swiper-container {
    overflow: visible; }

.elemental-video {
  position: relative; }
  .elemental-video .container {
    position: relative;
    z-index: 1; }
  .elemental-video .brand-mark {
    position: absolute;
    bottom: 0;
    width: 40%;
    right: 0;
    opacity: 0.1;
    z-index: 0; }
  .elemental-video .html-video {
    position: relative; }
    .elemental-video .html-video .htmlVideoPlayButton {
      font-size: 6rem;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 2; }
    .elemental-video .html-video .placeholder-image {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .elemental-video .ytdefer {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; }
    .elemental-video .ytdefer img {
      top: 0;
      left: 0; }
  .elemental-video .two-videos {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991.98px) {
      .elemental-video .two-videos {
        display: block; } }
    .elemental-video .two-videos > div {
      margin: 1rem;
      width: 100% !important;
      aspect-ratio: 16 / 9;
      height: auto !important; }
      .elemental-video .two-videos > div img {
        top: 0;
        left: 0; }
      @media (max-width: 991.98px) {
        .elemental-video .two-videos > div {
          margin: 1rem 0; } }

.ytlazy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ytlazy-placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0; }

.ytlazy-playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: auto; }
  .ytlazy-playbtn path, .ytlazy-playbtn polygon {
    transition: fill 0.2s; }

.embed-responsive:hover {
  cursor: pointer; }
  .embed-responsive:hover .ytlazy-playbtn path {
    fill: #0099C2;
    transition: fill 0.2s; }
  .embed-responsive:hover .ytlazy-playbtn polygon {
    fill: #fff;
    transition: fill 0.2s; }

.embed-responsive .d-flex {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.elemental-media-links .media-tile, .elemental-media-links .video-tile {
  position: relative;
  padding: 0; }
  .elemental-media-links .media-tile img, .elemental-media-links .video-tile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1; }
  .elemental-media-links .media-tile .media-content, .elemental-media-links .video-tile .media-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 1.5rem;
    background-color: rgba(4, 18, 23, 0.25);
    transition: all 0.2s; }
    .elemental-media-links .media-tile .media-content:hover, .elemental-media-links .video-tile .media-content:hover {
      background-color: rgba(4, 18, 23, 0);
      transition: all 0.2s; }
    .elemental-media-links .media-tile .media-content h3, .elemental-media-links .video-tile .media-content h3 {
      color: #fff;
      margin-bottom: 0;
      font-size: 2.5rem;
      text-align: center; }
      @media (max-width: 767.98px) {
        .elemental-media-links .media-tile .media-content h3, .elemental-media-links .video-tile .media-content h3 {
          font-size: 1.6rem; } }
    .elemental-media-links .media-tile .media-content.play-media i, .elemental-media-links .video-tile .media-content.play-media i {
      font-size: 6rem;
      color: #fff; }
      @media (max-width: 767.98px) {
        .elemental-media-links .media-tile .media-content.play-media i, .elemental-media-links .video-tile .media-content.play-media i {
          font-size: 5rem; } }

.elemental-media-links .media-tiles[data-tiles="3"] .media-tile {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%; }
  @media (max-width: 991.98px) {
    .elemental-media-links .media-tiles[data-tiles="3"] .media-tile {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }

@media (max-width: 991.98px) {
  .elemental-media-links .media-tiles[data-tiles="3"] .video-tile {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }

.elemental-media-links .media-tiles[data-tiles="3"] .video-tile img {
  aspect-ratio: 4/2; }

.elemental-media-links .media-tiles[data-tiles="2"] .media-tile img, .elemental-media-links .media-tiles[data-tiles="2"] .video-tile img {
  aspect-ratio: 4/2; }
  @media (max-width: 991.98px) {
    .elemental-media-links .media-tiles[data-tiles="2"] .media-tile img, .elemental-media-links .media-tiles[data-tiles="2"] .video-tile img {
      aspect-ratio: 1/1; } }

.elemental-media-links .media-tiles[data-tiles="1"] .media-tile img, .elemental-media-links .media-tiles[data-tiles="1"] .video-tile img {
  aspect-ratio: 5/2; }
  @media (max-width: 767.98px) {
    .elemental-media-links .media-tiles[data-tiles="1"] .media-tile img, .elemental-media-links .media-tiles[data-tiles="1"] .video-tile img {
      aspect-ratio: 1/1; } }

.elemental-large-image-text {
  position: relative;
  padding: 0;
  overflow: hidden; }
  .elemental-large-image-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5); }
  .elemental-large-image-text .full-width-image {
    padding: 0;
    position: relative; }
    .elemental-large-image-text .full-width-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .elemental-large-image-text .full-width-image p a {
      color: #fff; }
  .elemental-large-image-text .container {
    padding-top: 12rem;
    padding-bottom: 12rem;
    color: #fff;
    position: relative;
    z-index: 2; }
    @media (max-width: 767.98px) {
      .elemental-large-image-text .container {
        padding-top: 3rem;
        padding-bottom: 3rem; } }
  .elemental-large-image-text.no-overlay::after {
    content: none; }
  .elemental-large-image-text.no-overlay .container {
    color: #082640; }

.elemental-image-text, .elemental-video-text {
  position: relative; }
  .elemental-image-text img, .elemental-video-text img {
    width: 100%;
    height: auto; }
  .elemental-image-text p img, .elemental-video-text p img {
    width: auto;
    height: auto; }
  .elemental-image-text .ytlazy-playbtn, .elemental-video-text .ytlazy-playbtn {
    z-index: 5;
    cursor: pointer; }
    .elemental-image-text .ytlazy-playbtn:hover path, .elemental-video-text .ytlazy-playbtn:hover path {
      fill: #0080a6; }
    .elemental-image-text .ytlazy-playbtn:hover polygon, .elemental-video-text .ytlazy-playbtn:hover polygon {
      fill: #fff; }
  .elemental-image-text.Blue, .elemental-video-text.Blue {
    background-color: #0099C2;
    color: #fff; }
    .elemental-image-text.Blue h1, .elemental-image-text.Blue .h1, .elemental-image-text.Blue h2, .elemental-image-text.Blue .h2, .elemental-image-text.Blue h3, .elemental-image-text.Blue .h3, .elemental-image-text.Blue h4, .elemental-image-text.Blue .h4, .elemental-image-text.Blue h5, .elemental-image-text.Blue .h5, .elemental-image-text.Blue h6, .elemental-image-text.Blue .h6, .elemental-image-text.Blue span, .elemental-image-text.Blue a, .elemental-image-text.Blue li, .elemental-video-text.Blue h1, .elemental-video-text.Blue .h1, .elemental-video-text.Blue h2, .elemental-video-text.Blue .h2, .elemental-video-text.Blue h3, .elemental-video-text.Blue .h3, .elemental-video-text.Blue h4, .elemental-video-text.Blue .h4, .elemental-video-text.Blue h5, .elemental-video-text.Blue .h5, .elemental-video-text.Blue h6, .elemental-video-text.Blue .h6, .elemental-video-text.Blue span, .elemental-video-text.Blue a, .elemental-video-text.Blue li {
      color: #fff; }
  .elemental-image-text.LightBlue, .elemental-video-text.LightBlue {
    background-color: #5BC9D9;
    color: #fff; }
    .elemental-image-text.LightBlue h1, .elemental-image-text.LightBlue .h1, .elemental-image-text.LightBlue h2, .elemental-image-text.LightBlue .h2, .elemental-image-text.LightBlue h3, .elemental-image-text.LightBlue .h3, .elemental-image-text.LightBlue h4, .elemental-image-text.LightBlue .h4, .elemental-image-text.LightBlue h5, .elemental-image-text.LightBlue .h5, .elemental-image-text.LightBlue h6, .elemental-image-text.LightBlue .h6, .elemental-image-text.LightBlue span, .elemental-image-text.LightBlue a, .elemental-image-text.LightBlue li, .elemental-video-text.LightBlue h1, .elemental-video-text.LightBlue .h1, .elemental-video-text.LightBlue h2, .elemental-video-text.LightBlue .h2, .elemental-video-text.LightBlue h3, .elemental-video-text.LightBlue .h3, .elemental-video-text.LightBlue h4, .elemental-video-text.LightBlue .h4, .elemental-video-text.LightBlue h5, .elemental-video-text.LightBlue .h5, .elemental-video-text.LightBlue h6, .elemental-video-text.LightBlue .h6, .elemental-video-text.LightBlue span, .elemental-video-text.LightBlue a, .elemental-video-text.LightBlue li {
      color: #fff; }
  .elemental-image-text .video-inner-wrapper, .elemental-video-text .video-inner-wrapper {
    width: 100% !important;
    aspect-ratio: 16/9;
    height: auto !important; }
    @media (max-width: 1199.98px) {
      .elemental-image-text .video-inner-wrapper, .elemental-video-text .video-inner-wrapper {
        margin: 1rem 0 0 0; } }
    .elemental-image-text .video-inner-wrapper img, .elemental-video-text .video-inner-wrapper img {
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      transition: 1s all; }
  .elemental-image-text .video-wrapper, .elemental-video-text .video-wrapper {
    position: relative;
    display: block; }
    .elemental-image-text .video-wrapper video, .elemental-video-text .video-wrapper video {
      display: block; }

.elemental-trustmark {
  padding: 0; }
  .elemental-trustmark img.trustmark {
    width: 10rem;
    height: auto;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
  .elemental-trustmark .content-wrapper {
    padding: 7rem 0 3rem;
    background-color: #F4F4F4; }
    .elemental-trustmark .content-wrapper h3 {
      color: #0099C2; }

.elemental-news-slider {
  background-color: rgba(201, 177, 146, 0.2);
  position: relative;
  overflow: hidden; }
  .elemental-news-slider .news-slider-wrapper {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991.98px) {
      .elemental-news-slider .news-slider-wrapper {
        display: block; } }
    .elemental-news-slider .news-slider-wrapper > .container {
      position: relative;
      z-index: 2; }
  .elemental-news-slider .news-slider {
    overflow: hidden;
    margin: 2rem 0 0;
    position: relative; }
    @media (max-width: 1499.98px) {
      .elemental-news-slider .news-slider {
        padding-bottom: 70px; } }
    .elemental-news-slider .news-slider .news-card {
      background-color: #082640;
      transition: all 0.3s;
      height: 100%; }
      .elemental-news-slider .news-slider .news-card a {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
      .elemental-news-slider .news-slider .news-card img {
        width: 100%;
        aspect-ratio: 4/5;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 991.98px) {
          .elemental-news-slider .news-slider .news-card img {
            aspect-ratio: 16 / 9; } }
      .elemental-news-slider .news-slider .news-card .slider-content {
        padding: 2rem 1rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        height: 100%; }
        .elemental-news-slider .news-slider .news-card .slider-content h4, .elemental-news-slider .news-slider .news-card .slider-content h3 {
          color: #fff;
          font-family: "Calibri", "Open Sans", "Candara, Segoe", "Segoe UI", "Optima", "Arial", sans-serif;
          line-height: 1.4;
          font-size: 1.3rem;
          font-weight: 400;
          margin-bottom: 1rem; }
        .elemental-news-slider .news-slider .news-card .slider-content p {
          color: #fff;
          font-size: 1rem;
          font-weight: bold;
          margin-top: auto; }
          .elemental-news-slider .news-slider .news-card .slider-content p.publish-date {
            font-weight: 400;
            font-size: 0.8rem;
            margin-top: 1rem;
            margin-bottom: 1.5rem; }
          .elemental-news-slider .news-slider .news-card .slider-content p i {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4="); }
    .elemental-news-slider .news-slider .swiper-pagination-bullets, .elemental-news-slider .news-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
      bottom: 0; }
    .elemental-news-slider .news-slider .swiper-pagination-bullet {
      border: 2px solid #C9B192; }
    .elemental-news-slider .news-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #C9B192; }
    .elemental-news-slider .news-slider .swiper-container {
      overflow: visible; }
  .elemental-news-slider .swiper-slide {
    height: auto; }
  .elemental-news-slider .fingerprint-graphic {
    position: absolute;
    top: -5%;
    right: 0;
    height: 100%;
    opacity: 0.4;
    z-index: 1;
    -webkit-transform: translateX(66%) scaleX(-1) rotate(85deg);
            transform: translateX(66%) scaleX(-1) rotate(85deg);
    mix-blend-mode: soft-light;
    z-index: 0; }

.elemental-icons img {
  height: 100px;
  width: auto;
  margin-bottom: 2rem; }

.elemental-icons h4 {
  color: #0099C2; }

.elemental-icon-tiles .icon-tile:nth-child(odd) .icon-tile-inner {
  background-color: #0099C2; }

.elemental-icon-tiles .icon-tile:nth-child(even) .icon-tile-inner {
  background-color: #5bb8c7; }

.elemental-icon-tiles .icon-tile {
  margin-bottom: 30px;
  text-align: center; }
  @media (max-width: 767.98px) {
    .elemental-icon-tiles .icon-tile {
      margin-bottom: 15px; } }
  .elemental-icon-tiles .icon-tile .icon-tile-inner {
    padding: 3rem;
    height: 100%; }
    .elemental-icon-tiles .icon-tile .icon-tile-inner img {
      height: 100px;
      width: auto;
      margin-bottom: 2rem; }
    .elemental-icon-tiles .icon-tile .icon-tile-inner h4 {
      font-size: 2rem;
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .elemental-icon-tiles .icon-tile .icon-tile-inner h4 {
          font-size: 1.4rem; } }
    .elemental-icon-tiles .icon-tile .icon-tile-inner h3 {
      font-size: 2.4rem;
      font-weight: 600; }
      @media (max-width: 767.98px) {
        .elemental-icon-tiles .icon-tile .icon-tile-inner h3 {
          font-size: 1.8rem; } }
    .elemental-icon-tiles .icon-tile .icon-tile-inner hr {
      border-top: 1px solid white;
      max-width: 70px; }
    .elemental-icon-tiles .icon-tile .icon-tile-inner p {
      color: #fff; }
      .elemental-icon-tiles .icon-tile .icon-tile-inner p:last-of-type {
        margin-bottom: 0; }
      .elemental-icon-tiles .icon-tile .icon-tile-inner p a {
        font-weight: bold; }

.elemental-leadership-item .team-card {
  background-color: #fff;
  height: 100%; }
  .elemental-leadership-item .team-card img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover; }
  .elemental-leadership-item .team-card .slider-content {
    padding: 2rem 0; }
    .elemental-leadership-item .team-card .slider-content .team-member-title h5 {
      font-size: 1.2rem; }
    .elemental-leadership-item .team-card .slider-content p {
      color: #082640;
      font-size: 1rem; }
      .elemental-leadership-item .team-card .slider-content p:last-of-type {
        margin-bottom: 0; }

.elemental-leadership-item .full-width-member > div:nth-child(1) {
  max-width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .elemental-leadership-item .full-width-member > div:nth-child(1) .team-card {
    width: calc(33.33333% - 20px); }
    @media (max-width: 991.98px) {
      .elemental-leadership-item .full-width-member > div:nth-child(1) .team-card {
        width: calc(50% - 20px); } }
    @media (max-width: 575.98px) {
      .elemental-leadership-item .full-width-member > div:nth-child(1) .team-card {
        width: 100%; } }

.elemental-leadership-item .half-width-member > div:nth-child(1), .elemental-leadership-item .half-width-member > div:nth-child(2) {
  max-width: 50%;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 575.98px) {
    .elemental-leadership-item .half-width-member > div:nth-child(1), .elemental-leadership-item .half-width-member > div:nth-child(2) {
      max-width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }
  .elemental-leadership-item .half-width-member > div:nth-child(1) .team-card, .elemental-leadership-item .half-width-member > div:nth-child(2) .team-card {
    width: calc(66.66666% - 20px); }
    @media (max-width: 991.98px) {
      .elemental-leadership-item .half-width-member > div:nth-child(1) .team-card, .elemental-leadership-item .half-width-member > div:nth-child(2) .team-card {
        width: calc(100%); } }

.elemental-leadership-item .half-width-member > div:nth-child(1) {
  -ms-flex-pack: end;
      justify-content: end; }

.elemental-leadership-item .half-width-member > div:nth-child(2) {
  -ms-flex-pack: start;
      justify-content: start; }

.elemental-leadership-item .half-width-member.fifth-width-member div:nth-child(1) .team-card, .elemental-leadership-item .half-width-member.fifth-width-member div:nth-child(2) .team-card {
  width: calc(40% - 20px); }
  @media (max-width: 1199.98px) {
    .elemental-leadership-item .half-width-member.fifth-width-member div:nth-child(1) .team-card, .elemental-leadership-item .half-width-member.fifth-width-member div:nth-child(2) .team-card {
      width: calc(70% - 20px); } }
  @media (max-width: 991.98px) {
    .elemental-leadership-item .half-width-member.fifth-width-member div:nth-child(1) .team-card, .elemental-leadership-item .half-width-member.fifth-width-member div:nth-child(2) .team-card {
      width: 100%; } }

.elemental-leadership-item .full-width-member.fifth-width-member div:nth-child(1) .team-card {
  width: calc(20% - 20px); }
  @media (max-width: 1199.98px) {
    .elemental-leadership-item .full-width-member.fifth-width-member div:nth-child(1) .team-card {
      width: calc(33.3333% - 20px); } }
  @media (max-width: 991.98px) {
    .elemental-leadership-item .full-width-member.fifth-width-member div:nth-child(1) .team-card {
      width: calc(50% - 20px); } }
  @media (max-width: 767.98px) {
    .elemental-leadership-item .full-width-member.fifth-width-member div:nth-child(1) .team-card {
      width: 100%; } }

.elemental-leadership-item .half-width-member.quarter-width-member div:nth-child(1) .team-card, .elemental-leadership-item .half-width-member.quarter-width-member div:nth-child(2) .team-card {
  width: calc(51% - 20px); }
  @media (max-width: 1199.98px) {
    .elemental-leadership-item .half-width-member.quarter-width-member div:nth-child(1) .team-card, .elemental-leadership-item .half-width-member.quarter-width-member div:nth-child(2) .team-card {
      width: calc(70% - 20px); } }
  @media (max-width: 991.98px) {
    .elemental-leadership-item .half-width-member.quarter-width-member div:nth-child(1) .team-card, .elemental-leadership-item .half-width-member.quarter-width-member div:nth-child(2) .team-card {
      width: 100%; } }

.elemental-leadership-item .full-width-member.quarter-width-member div:nth-child(1) .team-card {
  width: calc(25% - 20px); }
  @media (max-width: 1199.98px) {
    .elemental-leadership-item .full-width-member.quarter-width-member div:nth-child(1) .team-card {
      width: calc(33.3333% - 20px); } }
  @media (max-width: 991.98px) {
    .elemental-leadership-item .full-width-member.quarter-width-member div:nth-child(1) .team-card {
      width: calc(51% - 20px); } }
  @media (max-width: 575.98px) {
    .elemental-leadership-item .full-width-member.quarter-width-member div:nth-child(1) .team-card {
      width: 100%; } }

@media (min-width: 1200px) {
  .elemental-leadership-item .small-3-col {
    max-width: 77%;
    margin: 0 auto; } }

.team-member-bio {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease; }

.team-member-read-more {
  cursor: pointer;
  font-weight: 600;
  margin-top: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
  color: #0099C2; }
  .team-member-read-more i.fa-chevron-right, .team-member-read-more i.fa-chevron-left {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjMDA5OUMyIiBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 10px 13px;
    width: 10px;
    height: 12px;
    display: inline-block; }
  .team-member-read-more:hover i {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjMDgyNjQwIiBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4="); }

.team-member-read-more i {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.team-card.active .team-member-read-more i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.team-member-read-more:hover {
  color: #082640; }

.elemental-multi-image img {
  width: 100%; }

.elemental-embed #whr_embed_hook .whr-group {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #0099C2; }

.elemental-embed #whr_embed_hook .whr-items {
  padding-left: 0; }
  .elemental-embed #whr_embed_hook .whr-items .whr-item {
    list-style-type: none;
    margin-bottom: 1rem; }
    .elemental-embed #whr_embed_hook .whr-items .whr-item:last-child {
      margin-bottom: 3rem; }
    .elemental-embed #whr_embed_hook .whr-items .whr-item h3 {
      font-size: 1.5rem;
      font-weight: bold; }
      .elemental-embed #whr_embed_hook .whr-items .whr-item h3 a::after {
        font: var(--fa-font-solid);
        content: "\F061";
        margin-left: 0.5rem;
        color: #0099C2;
        font-size: 1rem;
        transition: all 0.2s; }
      .elemental-embed #whr_embed_hook .whr-items .whr-item h3 a:hover::after {
        color: #00455a;
        margin-left: 0.75rem;
        transition: all 0.2s; }
    .elemental-embed #whr_embed_hook .whr-items .whr-item .whr-info {
      list-style-type: none;
      padding-left: 0; }
      .elemental-embed #whr_embed_hook .whr-items .whr-item .whr-info .whr-dept {
        font-size: 1.2rem; }
        .elemental-embed #whr_embed_hook .whr-items .whr-item .whr-info .whr-dept span {
          font-weight: bold; }
      .elemental-embed #whr_embed_hook .whr-items .whr-item .whr-info .whr-date {
        font-style: italic;
        font-size: 0.9rem;
        margin-top: 0.5rem; }

.elemental-embed .teamtailor-jobs__filters,
.elemental-embed .teamtailor-jobs__pagination {
  display: none; }

.elemental-embed .teamtailor-jobs-widget {
  margin-top: -2rem; }

.elemental-embed .teamtailor-jobs__job-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .elemental-embed .teamtailor-jobs__job-wrapper .teamtailor-jobs__job {
    width: 48%;
    -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    position: relative;
    border-radius: 0.5rem;
    box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
    padding: 2rem;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s;
    min-height: 150px;
    margin-right: 2%; }
    @media (max-width: 1199.98px) {
      .elemental-embed .teamtailor-jobs__job-wrapper .teamtailor-jobs__job {
        width: 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%; } }
    @media (max-width: 991.98px) {
      .elemental-embed .teamtailor-jobs__job-wrapper .teamtailor-jobs__job {
        width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        margin: 1% 0; } }
    .elemental-embed .teamtailor-jobs__job-wrapper .teamtailor-jobs__job:hover {
      box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
      transition: all 0.3s; }
    .elemental-embed .teamtailor-jobs__job-wrapper .teamtailor-jobs__job .teamtailor-jobs__job-title {
      margin-bottom: 1rem;
      font-size: 1.6rem; }
    .elemental-embed .teamtailor-jobs__job-wrapper .teamtailor-jobs__job .teamtailor-jobs__job-info {
      font-size: 1.2rem; }
    .elemental-embed .teamtailor-jobs__job-wrapper .teamtailor-jobs__job::after {
      content: "";
      background-image: url("/_resources/themes/oritain-website/images/fingerprint.svg");
      position: absolute;
      right: -1rem;
      bottom: -1rem;
      height: 130px;
      width: 130px;
      z-index: 1;
      background-repeat: no-repeat;
      background-size: contain;
      opacity: 0.1; }
    .elemental-embed .teamtailor-jobs__job-wrapper .teamtailor-jobs__job .teamtailor-jobs__department {
      display: block; }
    .elemental-embed .teamtailor-jobs__job-wrapper .teamtailor-jobs__job span.teamtailor-jobs__region::after {
      content: " \2013"; }
    .elemental-embed .teamtailor-jobs__job-wrapper .teamtailor-jobs__job .teamtailor-jobs__region, .elemental-embed .teamtailor-jobs__job-wrapper .teamtailor-jobs__job .teamtailor-jobs__location {
      font-size: 1rem; }

.elemental-embed-content-inner p {
  color: #fff !important; }

.elemental-embed-content .light-form {
  box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
  padding: 2rem; }
  @media (max-width: 991.98px) {
    .elemental-embed-content .light-form {
      padding: 1.5rem; } }

.elemental-image-grid .grid-image-wrapper {
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .elemental-image-grid .grid-image-wrapper {
      margin-bottom: 15px; } }

.elemental-image-grid img {
  width: 100%; }

.elemental-image-content {
  position: relative;
  overflow: hidden; }
  .elemental-image-content .row {
    position: relative;
    z-index: 2; }
  .elemental-image-content .image-content-card {
    transition: all 0.3s;
    height: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .elemental-image-content .image-content-card::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.3);
      z-index: 1; }
    .elemental-image-content .image-content-card img {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      aspect-ratio: 16/9; }
    .elemental-image-content .image-content-card .slider-content {
      position: relative;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 2rem 1.5rem;
      z-index: 1;
      background-color: #082640;
      height: 100%; }
      .elemental-image-content .image-content-card .slider-content h3 {
        font-size: 2.2rem; }
      .elemental-image-content .image-content-card .slider-content p {
        color: #fff; }
        .elemental-image-content .image-content-card .slider-content p i {
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4="); }
      .elemental-image-content .image-content-card .slider-content.text-Navy h3 {
        color: #082640; }
      .elemental-image-content .image-content-card .slider-content.text-Navy p {
        color: #082640; }
        .elemental-image-content .image-content-card .slider-content.text-Navy p i {
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjMDgyNjQwIiBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4="); }
    .elemental-image-content .image-content-card.content-overlay {
      position: relative; }
      .elemental-image-content .image-content-card.content-overlay::before {
        content: "";
        position: absolute;
        background: #082640;
        background: linear-gradient(0deg, rgba(8, 38, 64, 0.8) 0%, rgba(8, 38, 64, 0) 100%);
        width: 100%;
        height: 75%;
        bottom: 0;
        left: 0;
        z-index: 1; }
      .elemental-image-content .image-content-card.content-overlay img {
        aspect-ratio: 5/9; }
        @media (max-width: 575.98px) {
          .elemental-image-content .image-content-card.content-overlay img {
            aspect-ratio: 2/3; } }
      .elemental-image-content .image-content-card.content-overlay .slider-content {
        position: absolute;
        height: auto;
        background-color: transparent; }
  .elemental-image-content .fingerprint-graphic {
    position: absolute;
    top: -5%;
    right: 0;
    height: 100%;
    opacity: 0.15;
    z-index: 1;
    -webkit-transform: translateX(66%) scaleX(-1) rotate(85deg);
            transform: translateX(66%) scaleX(-1) rotate(85deg);
    mix-blend-mode: soft-light;
    z-index: 0; }

.elemental-image-content-slider {
  position: relative;
  overflow: hidden; }
  .elemental-image-content-slider .image-content-slider {
    overflow: hidden;
    padding-bottom: 70px; }
    @media (max-width: 1199.98px) {
      .elemental-image-content-slider .image-content-slider {
        margin: 2rem 2rem; } }
  .elemental-image-content-slider .image-content-card {
    transition: all 0.3s;
    height: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    aspect-ratio: 5/9; }
    @media (max-width: 767.98px) {
      .elemental-image-content-slider .image-content-card {
        aspect-ratio: 2/3; } }
    .elemental-image-content-slider .image-content-card::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.3);
      z-index: 1; }
    .elemental-image-content-slider .image-content-card img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      aspect-ratio: 1; }
    .elemental-image-content-slider .image-content-card .slider-content {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 5rem 1.5rem 2rem 1.5rem;
      z-index: 1;
      background-color: #082640;
      background: linear-gradient(180deg, rgba(8, 38, 64, 0) 0%, rgba(8, 38, 64, 0.7) 45%, rgba(8, 38, 64, 0.9) 100%); }
      .elemental-image-content-slider .image-content-card .slider-content h3 {
        font-size: 2.15rem; }
      .elemental-image-content-slider .image-content-card .slider-content p {
        font-size: 0.815rem;
        color: #fff; }
        .elemental-image-content-slider .image-content-card .slider-content p i {
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4="); }
      .elemental-image-content-slider .image-content-card .slider-content.text-Navy h3 {
        color: #082640; }
      .elemental-image-content-slider .image-content-card .slider-content.text-Navy p {
        color: #082640; }
        .elemental-image-content-slider .image-content-card .slider-content.text-Navy p i {
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjMDgyNjQwIiBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4="); }
  .elemental-image-content-slider a.image-content-card {
    overflow: hidden; }
    .elemental-image-content-slider a.image-content-card img {
      transition: all 0.3s; }
    .elemental-image-content-slider a.image-content-card:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      transition: all 0.3s; }
  .elemental-image-content-slider .swiper-pagination {
    bottom: 0; }
  .elemental-image-content-slider .image-content-slider-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(calc(-50% - 40px));
            transform: translateY(calc(-50% - 40px));
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    z-index: 1; }
    .elemental-image-content-slider .image-content-slider-navigation .image-content-slider-prev {
      cursor: pointer;
      -webkit-transform: translateX(calc(-100% - 0.5rem));
              transform: translateX(calc(-100% - 0.5rem)); }
      @media (max-width: 767.98px) {
        .elemental-image-content-slider .image-content-slider-navigation .image-content-slider-prev {
          -webkit-transform: translateX(calc(0% - 0.5rem));
                  transform: translateX(calc(0% - 0.5rem)); } }
    .elemental-image-content-slider .image-content-slider-navigation .image-content-slider-next {
      cursor: pointer;
      -webkit-transform: translateX(calc(100% + 0.5rem));
              transform: translateX(calc(100% + 0.5rem)); }
      @media (max-width: 767.98px) {
        .elemental-image-content-slider .image-content-slider-navigation .image-content-slider-next {
          -webkit-transform: translateX(calc(0% + 0.5rem));
                  transform: translateX(calc(0% + 0.5rem)); } }
    .elemental-image-content-slider .image-content-slider-navigation .swiper-button-disabled {
      opacity: 0; }
    .elemental-image-content-slider .image-content-slider-navigation img {
      width: 30px;
      height: auto; }
  .elemental-image-content-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff; }

.elemental-customer-logos .customer-logos, .elemental-customer-logos .customer-logos-static {
  overflow: hidden; }
  .elemental-customer-logos .customer-logos .swiper-container, .elemental-customer-logos .customer-logos-static .swiper-container {
    margin-top: 4rem; }
    .elemental-customer-logos .customer-logos .swiper-container .swiper-slide, .elemental-customer-logos .customer-logos-static .swiper-container .swiper-slide {
      padding: 1rem; }
      @media (min-width: 768px) {
        .elemental-customer-logos .customer-logos .swiper-container .swiper-slide, .elemental-customer-logos .customer-logos-static .swiper-container .swiper-slide {
          padding: 2rem; } }
  .elemental-customer-logos .customer-logos .swiper-wrapper, .elemental-customer-logos .customer-logos-static .swiper-wrapper {
    transition-timing-function: linear !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

.elemental-customer-logos .no-autoplay.larger-logos img.customer-logo {
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center; }

.elemental-customer-logos img.customer-logo {
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center; }
  @media (min-width: 992px) {
    .elemental-customer-logos img.customer-logo {
      height: 120px; } }

.elemental-customer-logos a img {
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }

.elemental-customer-logos a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }

.elemental-promo-form-embed {
  position: relative;
  overflow: hidden; }
  .elemental-promo-form-embed svg {
    position: absolute;
    top: -50%;
    opacity: 0.05;
    width: 100%;
    height: auto;
    left: 0; }
  .elemental-promo-form-embed .promo-tag {
    margin-bottom: 1rem;
    display: inline-block;
    background-color: #00718f;
    padding: 0.5rem;
    border-radius: 0.5rem; }
    .elemental-promo-form-embed .promo-tag p {
      margin-bottom: 0;
      color: #fff;
      font-size: 1rem; }
  .elemental-promo-form-embed .subtitle {
    font-size: 1.8rem; }
  .elemental-promo-form-embed .promo-brand {
    max-width: 250px;
    margin-top: 1rem;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }

.elemental-vertical-scrolling-content {
  position: relative; }
  @media (max-width: 991.98px) {
    .elemental-vertical-scrolling-content .position-sticky {
      position: relative !important;
      top: 0 !important; } }
  .elemental-vertical-scrolling-content .scroll-container {
    padding-right: 2rem;
    position: relative;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .elemental-vertical-scrolling-content .scroll-container {
        margin-top: 2rem;
        padding-right: 0; } }
    .elemental-vertical-scrolling-content .scroll-container p, .elemental-vertical-scrolling-content .scroll-container ul li {
      font-size: 1.2rem; }
      @media (max-width: 767.98px) {
        .elemental-vertical-scrolling-content .scroll-container p, .elemental-vertical-scrolling-content .scroll-container ul li {
          font-size: 1.1rem; } }
  .elemental-vertical-scrolling-content .number-scroller .num {
    margin-right: 1rem;
    position: relative; }
    .elemental-vertical-scrolling-content .number-scroller .num::after {
      content: "";
      width: 2px;
      height: calc(100% + 5rem);
      position: absolute;
      left: 50%;
      top: 0.5rem;
      background-color: #0099C2;
      -webkit-transform: translateX(-1px);
              transform: translateX(-1px); }
    .elemental-vertical-scrolling-content .number-scroller .num span {
      position: relative;
      z-index: 1;
      color: #0099C2;
      border-radius: 10rem;
      padding: 1rem;
      border: 2px solid #0099C2;
      width: 2rem;
      height: 2rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-top: 0.5rem; }
  .elemental-vertical-scrolling-content .number-scroller .scroller-items {
    padding-bottom: 5rem; }
    @media (max-width: 991.98px) {
      .elemental-vertical-scrolling-content .number-scroller .scroller-items {
        padding-bottom: 3rem; } }
    .elemental-vertical-scrolling-content .number-scroller .scroller-items:last-child {
      padding-bottom: 0; }
    .elemental-vertical-scrolling-content .number-scroller .scroller-items:last-child .num::after {
      height: 100%; }
  .elemental-vertical-scrolling-content .scroller-items {
    padding-bottom: 5rem; }
    @media (max-width: 991.98px) {
      .elemental-vertical-scrolling-content .scroller-items {
        padding-bottom: 3rem; } }
    @media (max-width: 767.98px) {
      .elemental-vertical-scrolling-content .scroller-items {
        padding-bottom: 2rem; } }
    .elemental-vertical-scrolling-content .scroller-items:last-child {
      padding-bottom: 0; }
    .elemental-vertical-scrolling-content .scroller-items img {
      max-width: 100%;
      height: auto; }
  .elemental-vertical-scrolling-content .fingerprint-graphic {
    position: absolute;
    top: -5%;
    right: 0;
    height: 100%;
    opacity: 0.15;
    z-index: 1;
    -webkit-transform: translateX(66%) scaleX(-1) rotate(85deg);
            transform: translateX(66%) scaleX(-1) rotate(85deg);
    mix-blend-mode: soft-light;
    z-index: 0; }
  .elemental-vertical-scrolling-content.background-LightBlueTint .number-scroller .num span {
    background-color: #E4F5F9; }

.elemental-two-column-text {
  position: relative; }
  @media (max-width: 575.98px) {
    .elemental-two-column-text .animated-list-item .col-9 {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .elemental-two-column-text .animated-list-item.pre-fade {
    opacity: 0; }
  .elemental-two-column-text .animated-list-item.fade-in {
    opacity: 1;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease; }
  .elemental-two-column-text .membership-image {
    width: 100%;
    height: auto; }
    @media (max-width: 767.98px) {
      .elemental-two-column-text .membership-image {
        width: 100px; } }

.elemental-text {
  position: relative; }
  .elemental-text.background-Gradient {
    background: radial-gradient(circle at -20% 120%, #8DD0BE, #0097BE); }
  .elemental-text .container {
    position: relative;
    z-index: 1; }
  .elemental-text img {
    max-width: 100%;
    height: auto; }

.elemental-video-background {
  position: relative;
  padding: 0; }
  .elemental-video-background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .elemental-video-background::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5); }
  .elemental-video-background .container {
    padding-top: 12rem;
    padding-bottom: 12rem;
    color: #fff;
    position: relative;
    z-index: 2; }
    @media (max-width: 767.98px) {
      .elemental-video-background .container {
        padding-top: 3rem;
        padding-bottom: 3rem; } }

.elemental-webinar-presenters {
  position: relative; }
  @media (max-width: 991.98px) {
    .elemental-webinar-presenters .position-sticky {
      position: relative !important;
      top: 0 !important; } }
  .elemental-webinar-presenters .scroll-container {
    padding-right: 2rem;
    position: relative;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .elemental-webinar-presenters .scroll-container {
        margin-top: 2rem; } }
  .elemental-webinar-presenters .scroller-items {
    padding-bottom: 5rem; }
    @media (max-width: 991.98px) {
      .elemental-webinar-presenters .scroller-items {
        padding-bottom: 3rem; } }
    .elemental-webinar-presenters .scroller-items:last-child {
      padding-bottom: 0; }
  .elemental-webinar-presenters .fingerprint-graphic {
    position: absolute;
    top: -5%;
    right: 0;
    height: 100%;
    opacity: 0.15;
    z-index: 1;
    -webkit-transform: translateX(66%) scaleX(-1) rotate(85deg);
            transform: translateX(66%) scaleX(-1) rotate(85deg);
    mix-blend-mode: soft-light;
    z-index: 0; }
  .elemental-webinar-presenters.background-LightBlueTint .number-scroller .num span {
    background-color: #E4F5F9; }

.elemental-events .featured-event {
  background-color: #082640; }
  .elemental-events .featured-event .event-image {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    aspect-ratio: unset;
    position: absolute; }
    @media (max-width: 767.98px) {
      .elemental-events .featured-event .event-image {
        position: relative; } }
  .elemental-events .featured-event .event-summary {
    padding: 3rem 1rem; }
  .elemental-events .featured-event .event-logo {
    width: 200px;
    height: 120px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom; }
    @media (max-width: 991.98px) {
      .elemental-events .featured-event .event-logo {
        width: 120px; } }
  .elemental-events .featured-event h4, .elemental-events .featured-event p {
    color: #fff; }

.elemental-events .event-card {
  transition: all 0.3s;
  height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .elemental-events .event-card a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%; }
  .elemental-events .event-card .event-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16/9; }
  .elemental-events .event-card .slider-content {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2rem 1.5rem;
    z-index: 1;
    background-color: #082640;
    height: 100%; }
  .elemental-events .event-card h4, .elemental-events .event-card p {
    color: #fff; }

.elemental-events .event-logo {
  width: 150px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom; }
  @media (max-width: 991.98px) {
    .elemental-events .event-logo {
      width: 120px; } }

.elemental-events i {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4="); }

.elemental-customer-spotlight {
  position: relative;
  overflow: hidden; }
  .elemental-customer-spotlight .customer-spotlight-wrapper {
    position: relative;
    overflow-x: hidden;
    padding-bottom: 50px; }
    .elemental-customer-spotlight .customer-spotlight-wrapper .customer-spotlight-item {
      background-color: #082640;
      height: 100%; }
      @media (max-width: 767.98px) {
        .elemental-customer-spotlight .customer-spotlight-wrapper .customer-spotlight-item {
          height: auto; } }
      .elemental-customer-spotlight .customer-spotlight-wrapper .customer-spotlight-item a {
        display: block;
        height: 100%; }
      .elemental-customer-spotlight .customer-spotlight-wrapper .customer-spotlight-item .spotlight-logo {
        width: 100%;
        max-height: 150px;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: left;
           object-position: left; }
      .elemental-customer-spotlight .customer-spotlight-wrapper .customer-spotlight-item .spotlight-status {
        width: 100%;
        height: auto; }
      .elemental-customer-spotlight .customer-spotlight-wrapper .customer-spotlight-item .spotlight-image {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 767.98px) {
          .elemental-customer-spotlight .customer-spotlight-wrapper .customer-spotlight-item .spotlight-image {
            height: 300px;
            position: relative;
            display: block;
            z-index: 2; } }
      .elemental-customer-spotlight .customer-spotlight-wrapper .customer-spotlight-item .spotlight-content {
        color: #fff; }
        .elemental-customer-spotlight .customer-spotlight-wrapper .customer-spotlight-item .spotlight-content p {
          font-size: 1rem; }
        .elemental-customer-spotlight .customer-spotlight-wrapper .customer-spotlight-item .spotlight-content i {
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4="); }
    .elemental-customer-spotlight .customer-spotlight-wrapper .swiper-slide {
      height: auto; }
    .elemental-customer-spotlight .customer-spotlight-wrapper .swiper-pagination-bullets, .elemental-customer-spotlight .customer-spotlight-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
      bottom: 0; }
    .elemental-customer-spotlight .customer-spotlight-wrapper .swiper-pagination-bullet {
      border: 2px solid #082640; }
    .elemental-customer-spotlight .customer-spotlight-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #082640; }
    .elemental-customer-spotlight .customer-spotlight-wrapper .swiper-container {
      overflow: visible; }

.elemental-collapsible-content {
  position: relative; }
  .elemental-collapsible-content .card {
    border: none;
    margin-bottom: 1rem;
    background: transparent; }
  .elemental-collapsible-content .card-header {
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 0 !important; }
  .elemental-collapsible-content .collapse-header {
    width: 100%;
    text-align: left;
    padding: 1rem 0.5rem 1rem 0.5rem;
    background: transparent;
    border: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-weight: bold;
    border-bottom: 1px solid #082640;
    position: relative;
    font-size: 1.3rem;
    color: #082640; }
    @media (max-width: 767.98px) {
      .elemental-collapsible-content .collapse-header {
        font-size: 1.1rem; } }
    .elemental-collapsible-content .collapse-header:focus, .elemental-collapsible-content .collapse-header:hover {
      outline: none !important;
      background-color: #0099C2;
      color: #fff;
      border-bottom-color: #0099C2; }
      .elemental-collapsible-content .collapse-header:focus i, .elemental-collapsible-content .collapse-header:hover i {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0yMDEuNCAzNzQuNmMxMi41IDEyLjUgMzIuOCAxMi41IDQ1LjMgMGwxNjAtMTYwYzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zcy0zMi44LTEyLjUtNDUuMyAwTDIyNCAzMDYuNyA4Ni42IDE2OS40Yy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM2wxNjAgMTYweiIvPjwvc3ZnPg=="); }
    .elemental-collapsible-content .collapse-header i {
      display: inline-block;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
      margin-top: 5px; }
    .elemental-collapsible-content .collapse-header.collapsed i {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
  .elemental-collapsible-content .card-body {
    padding: 1rem 1rem 1rem 0.5rem;
    background-color: transparent; }
    .elemental-collapsible-content .card-body p {
      font-size: 1.17rem; }
      @media (max-width: 767.98px) {
        .elemental-collapsible-content .card-body p {
          font-size: 1.1rem; } }
  .elemental-collapsible-content .fingerprint-graphic {
    position: absolute;
    top: -5%;
    right: 0;
    height: 100%;
    opacity: 0.15;
    z-index: 1;
    -webkit-transform: translateX(66%) scaleX(-1) rotate(85deg);
            transform: translateX(66%) scaleX(-1) rotate(85deg);
    mix-blend-mode: soft-light;
    z-index: 0; }
  .elemental-collapsible-content.background-Blue .collapse-header, .elemental-collapsible-content.background-Navy .collapse-header, .elemental-collapsible-content.background-Gradient .collapse-header {
    color: #fff;
    border-bottom: 1px solid #fff; }
    .elemental-collapsible-content.background-Blue .collapse-header i, .elemental-collapsible-content.background-Navy .collapse-header i, .elemental-collapsible-content.background-Gradient .collapse-header i {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0yMDEuNCAzNzQuNmMxMi41IDEyLjUgMzIuOCAxMi41IDQ1LjMgMGwxNjAtMTYwYzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zcy0zMi44LTEyLjUtNDUuMyAwTDIyNCAzMDYuNyA4Ni42IDE2OS40Yy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM2wxNjAgMTYweiIvPjwvc3ZnPg=="); }
    .elemental-collapsible-content.background-Blue .collapse-header:focus, .elemental-collapsible-content.background-Blue .collapse-header:hover, .elemental-collapsible-content.background-Navy .collapse-header:focus, .elemental-collapsible-content.background-Navy .collapse-header:hover, .elemental-collapsible-content.background-Gradient .collapse-header:focus, .elemental-collapsible-content.background-Gradient .collapse-header:hover {
      background-color: rgba(255, 255, 255, 0.1); }

.elemental-faq-multiple .nav-tabs {
  border-bottom: 0; }
  .elemental-faq-multiple .nav-tabs .nav-link {
    background-color: #082640;
    color: #fff;
    border-radius: 0;
    border: 0;
    margin-bottom: 1rem;
    padding: 1.5rem;
    font-size: 1.3rem;
    transition: color 0.3s ease, background-color 0.3s ease; }
    .elemental-faq-multiple .nav-tabs .nav-link.active, .elemental-faq-multiple .nav-tabs .nav-link:hover {
      background-color: #0099C2;
      transition: color 0.3s ease, background-color 0.3s ease; }

.elemental-faq-multiple .card {
  border: 0;
  background-color: transparent; }

.elemental-faq-multiple .accordion .card {
  border: 0; }
  .elemental-faq-multiple .accordion .card .card-header {
    background-color: transparent;
    padding-left: 0;
    padding-top: 0;
    font-size: 1.3rem; }
    @media (max-width: 767.98px) {
      .elemental-faq-multiple .accordion .card .card-header {
        font-size: 1.1rem; } }
    .elemental-faq-multiple .accordion .card .card-header .collapse-header {
      padding: 1rem 0.5rem 1rem 0.5rem;
      background-color: transparent;
      border: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      font-weight: bold;
      border-bottom: 1px solid #082640;
      position: relative;
      width: 100%; }
      .elemental-faq-multiple .accordion .card .card-header .collapse-header:focus, .elemental-faq-multiple .accordion .card .card-header .collapse-header:hover {
        outline: none !important;
        background-color: rgba(213, 213, 213, 0.25); }
      .elemental-faq-multiple .accordion .card .card-header .collapse-header i {
        display: inline-block;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
        margin-top: 5px; }
      .elemental-faq-multiple .accordion .card .card-header .collapse-header.collapsed i {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
    .elemental-faq-multiple .accordion .card .card-header i.fa-angle-down {
      display: inline-block; }
  .elemental-faq-multiple .accordion .card .card-body {
    padding-left: 0.5rem;
    padding-top: 0rem;
    background-color: transparent; }
    .elemental-faq-multiple .accordion .card .card-body p {
      font-size: 1.3rem; }
      @media (max-width: 767.98px) {
        .elemental-faq-multiple .accordion .card .card-body p {
          font-size: 1.1rem; } }

.elemental-faq-multiple.background-Blue .accordion .card .card-header .collapse-header, .elemental-faq-multiple.background-Gradient .accordion .card .card-header .collapse-header {
  color: #fff;
  border-bottom: 1px solid #fff; }
  .elemental-faq-multiple.background-Blue .accordion .card .card-header .collapse-header i, .elemental-faq-multiple.background-Gradient .accordion .card .card-header .collapse-header i {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0yMDEuNCAzNzQuNmMxMi41IDEyLjUgMzIuOCAxMi41IDQ1LjMgMGwxNjAtMTYwYzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zcy0zMi44LTEyLjUtNDUuMyAwTDIyNCAzMDYuNyA4Ni42IDE2OS40Yy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM2wxNjAgMTYweiIvPjwvc3ZnPg=="); }
  .elemental-faq-multiple.background-Blue .accordion .card .card-header .collapse-header:focus, .elemental-faq-multiple.background-Blue .accordion .card .card-header .collapse-header:hover, .elemental-faq-multiple.background-Gradient .accordion .card .card-header .collapse-header:focus, .elemental-faq-multiple.background-Gradient .accordion .card .card-header .collapse-header:hover {
    background-color: rgba(255, 255, 255, 0.1); }

.elemental-faq-multiple.background-Blue .nav-tabs .nav-link, .elemental-faq-multiple.background-Gradient .nav-tabs .nav-link {
  background-color: #fff;
  color: #082640; }
  .elemental-faq-multiple.background-Blue .nav-tabs .nav-link.active, .elemental-faq-multiple.background-Blue .nav-tabs .nav-link:hover, .elemental-faq-multiple.background-Gradient .nav-tabs .nav-link.active, .elemental-faq-multiple.background-Gradient .nav-tabs .nav-link:hover {
    background-color: #082640;
    color: #fff; }

.elemental-faq-multiple.background-Navy .accordion .card .card-header .collapse-header {
  color: #fff;
  border-bottom: 1px solid #fff; }
  .elemental-faq-multiple.background-Navy .accordion .card .card-header .collapse-header i {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0yMDEuNCAzNzQuNmMxMi41IDEyLjUgMzIuOCAxMi41IDQ1LjMgMGwxNjAtMTYwYzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zcy0zMi44LTEyLjUtNDUuMyAwTDIyNCAzMDYuNyA4Ni42IDE2OS40Yy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM2wxNjAgMTYweiIvPjwvc3ZnPg=="); }
  .elemental-faq-multiple.background-Navy .accordion .card .card-header .collapse-header:focus, .elemental-faq-multiple.background-Navy .accordion .card .card-header .collapse-header:hover {
    background-color: rgba(255, 255, 255, 0.1); }

.elemental-faq-multiple.background-Navy .nav-tabs .nav-link {
  background-color: #fff;
  color: #082640; }
  .elemental-faq-multiple.background-Navy .nav-tabs .nav-link.active, .elemental-faq-multiple.background-Navy .nav-tabs .nav-link:hover {
    background-color: #0099C2;
    color: #fff; }

.elemental-table td p {
  font-size: 1rem;
  margin-bottom: 0.5rem; }
  .elemental-table td p:last-of-type {
    margin-bottom: 0; }

.elemental-table td.larger-cell-text p {
  font-size: 1.15rem; }

.elemental-table td.cell-colour-Navy {
  background-color: #082640;
  color: #fff; }
  .elemental-table td.cell-colour-Navy h1, .elemental-table td.cell-colour-Navy h2, .elemental-table td.cell-colour-Navy h3,
  .elemental-table td.cell-colour-Navy h4, .elemental-table td.cell-colour-Navy h5, .elemental-table td.cell-colour-Navy h6 {
    color: #fff; }

.elemental-table td.cell-colour-Grey {
  background-color: #F4F4F4; }

.elemental-table td.cell-colour-Blue {
  background-color: #0099C2;
  color: #fff; }
  .elemental-table td.cell-colour-Blue h1, .elemental-table td.cell-colour-Blue h2, .elemental-table td.cell-colour-Blue h3,
  .elemental-table td.cell-colour-Blue h4, .elemental-table td.cell-colour-Blue h5, .elemental-table td.cell-colour-Blue h6 {
    color: #fff; }

.elemental-table td.cell-colour-LightBlue {
  background-color: #5BC9D9;
  color: #fff; }
  .elemental-table td.cell-colour-LightBlue h1, .elemental-table td.cell-colour-LightBlue h2, .elemental-table td.cell-colour-LightBlue h3,
  .elemental-table td.cell-colour-LightBlue h4, .elemental-table td.cell-colour-LightBlue h5, .elemental-table td.cell-colour-LightBlue h6 {
    color: #fff; }

.elemental-table td.cell-colour-Sand {
  background-color: #C9B192; }

#headerVideo {
  display: block;
  width: 100%; }

.home-video {
  height: 100vh;
  overflow: hidden;
  width: 100%;
  position: relative;
  aspect-ratio: 16/6; }
  .home-video::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5); }
  .home-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .home-video .video-content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    bottom: auto;
    z-index: 2;
    margin-top: 2rem; }
    .home-video .video-content h2 {
      color: #fff; }
    .home-video .video-content p {
      color: #fff;
      font-size: 1.5rem; }
      @media (max-width: 767.98px) {
        .home-video .video-content p {
          font-size: 1.3rem; } }

.modal-open {
  padding-right: 0 !important; }

#videoModal .modal-content {
  background-color: transparent;
  border: 0;
  border-radius: 0; }
  #videoModal .modal-content .close {
    background-color: #f5f0eb;
    opacity: 1;
    box-shadow: none;
    text-shadow: none;
    padding: 0.5rem 1rem;
    color: #082640; }
  #videoModal .modal-content.modal-background .modal-body {
    background-color: #f5f0eb;
    padding: 1rem; }
  #videoModal .modal-content.modal-background .close {
    background-color: #f5f0eb;
    opacity: 1;
    box-shadow: none;
    text-shadow: none;
    padding: 0.5rem 1rem;
    color: #082640; }

#videoModal .modal-header {
  background-color: transparent;
  border: 0; }

#videoModal .modal-body {
  padding: 0rem; }

#videoModal .modal-footer {
  background-color: #f5f0eb;
  border-top: 0;
  border-radius: 0; }

@media (min-width: 1200px) {
  #videoModal .modal-xl {
    max-width: 66%; } }

.IndustryHolder .industry-card {
  border-radius: 0.5rem;
  background-color: #fff;
  height: 100%;
  box-shadow: 2px 4px 10px rgba(8, 38, 64, 0.3);
  transition: all 0.3s; }
  .IndustryHolder .industry-card:hover {
    box-shadow: 2px 4px 10px rgba(8, 38, 64, 0.7);
    transition: all 0.3s; }
  .IndustryHolder .industry-card img {
    width: 100%;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem; }
  .IndustryHolder .industry-card .slider-content {
    padding: 2rem 1rem; }
    .IndustryHolder .industry-card .slider-content h4 {
      color: #0099C2; }
    .IndustryHolder .industry-card .slider-content p {
      color: #082640; }

.ResourceHolderPage .resource-card, .WebinarHolderPage .resource-card {
  height: 100%; }
  .ResourceHolderPage .resource-card .resource-image, .WebinarHolderPage .resource-card .resource-image {
    overflow: hidden; }
  .ResourceHolderPage .resource-card img, .WebinarHolderPage .resource-card img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: all 0.2s; }
  .ResourceHolderPage .resource-card:hover img, .WebinarHolderPage .resource-card:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    transition: all 0.2s; }
  .ResourceHolderPage .resource-card .slider-content, .WebinarHolderPage .resource-card .slider-content {
    padding: 1.5rem; }
    .ResourceHolderPage .resource-card .slider-content h3, .WebinarHolderPage .resource-card .slider-content h3 {
      color: #082640;
      margin-bottom: 0; }
      @media (max-width: 1199.98px) {
        .ResourceHolderPage .resource-card .slider-content h3, .WebinarHolderPage .resource-card .slider-content h3 {
          font-size: 1.3rem; } }
    .ResourceHolderPage .resource-card .slider-content p, .WebinarHolderPage .resource-card .slider-content p {
      color: #082640;
      font-size: 1.1rem;
      margin-top: 1rem; }

.ResourceHolderPage .all-resources, .WebinarHolderPage .all-resources {
  position: relative;
  z-index: 1; }

.resource-filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */
  background: url("//s3-ap-southeast-2.amazonaws.com/firebrand-cdn/oritain/down-arrow-navy.svg") white no-repeat 98% !important;
  background: url("//s3-ap-southeast-2.amazonaws.com/firebrand-cdn/oritain/down-arrow-navy.svg") white no-repeat calc(100% - 10px) !important;
  background-size: 30px 10px !important;
  border-radius: 0;
  color: #082640;
  border-color: #fff;
  font-family: "gotham", sans-serif;
  font-weight: 300;
  min-width: 200px; }
  @media (min-width: 992px) {
    .resource-filters select {
      min-width: 250px; } }
  @media (min-width: 1200px) {
    .resource-filters select {
      min-width: 300px; } }
  .resource-filters select:focus {
    color: #0099C2; }

#resetResourceFilters, #ClearButton {
  color: #082640;
  height: calc(1.5em + 0.75rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 1.1rem;
  font-weight: 300; }
  #resetResourceFilters i, #ClearButton i {
    margin-right: 0;
    margin-left: 0.75rem;
    color: #082640; }
  #resetResourceFilters:hover, #ClearButton:hover {
    cursor: pointer; }
    #resetResourceFilters:hover i, #ClearButton:hover i {
      -webkit-transform: none;
              transform: none; }

.resource-tag {
  padding: 0.35rem 1rem;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  font-family: "gotham", sans-serif;
  font-weight: 300; }

.resource-whitepaper {
  background-color: rgba(0, 153, 194, 0.2); }
  .resource-whitepaper .resource-tag {
    background-color: #0099C2;
    color: #fff; }

.resource-guide {
  background-color: rgba(168, 217, 194, 0.2); }
  .resource-guide .resource-tag {
    background-color: #A8D9C2;
    color: #082640; }

.resource-infographic {
  background-color: rgba(91, 201, 217, 0.2); }
  .resource-infographic .resource-tag {
    background-color: #5BC9D9;
    color: #fff; }

.resource-checklist {
  background-color: rgba(201, 177, 146, 0.2); }
  .resource-checklist .resource-tag {
    background-color: #C9B192;
    color: #fff; }

.resource-report {
  background-color: rgba(0, 137, 255, 0.2); }
  .resource-report .resource-tag {
    background-color: #082640;
    color: #fff; }

.resource-webinar {
  background-color: rgba(8, 38, 64, 0.2); }
  .resource-webinar .resource-tag {
    background-color: #082640;
    color: #fff; }

.ResourcePage .resource-slider-wrapper .resource-slider, .elemental-resources .resource-slider-wrapper .resource-slider, .WebinarPage .resource-slider-wrapper .resource-slider {
  overflow: hidden;
  margin: 2rem 0;
  position: relative;
  z-index: 2; }
  @media (max-width: 1199.98px) {
    .ResourcePage .resource-slider-wrapper .resource-slider, .elemental-resources .resource-slider-wrapper .resource-slider, .WebinarPage .resource-slider-wrapper .resource-slider {
      margin: 2rem 2rem; } }
  .ResourcePage .resource-slider-wrapper .resource-slider .resource-card, .elemental-resources .resource-slider-wrapper .resource-slider .resource-card, .WebinarPage .resource-slider-wrapper .resource-slider .resource-card {
    height: 100%; }
    .ResourcePage .resource-slider-wrapper .resource-slider .resource-card .resource-image, .elemental-resources .resource-slider-wrapper .resource-slider .resource-card .resource-image, .WebinarPage .resource-slider-wrapper .resource-slider .resource-card .resource-image {
      overflow: hidden; }
    .ResourcePage .resource-slider-wrapper .resource-slider .resource-card img, .elemental-resources .resource-slider-wrapper .resource-slider .resource-card img, .WebinarPage .resource-slider-wrapper .resource-slider .resource-card img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      aspect-ratio: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
      transition: all 0.2s; }
    .ResourcePage .resource-slider-wrapper .resource-slider .resource-card:hover img, .elemental-resources .resource-slider-wrapper .resource-slider .resource-card:hover img, .WebinarPage .resource-slider-wrapper .resource-slider .resource-card:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      transition: all 0.2s; }
    .ResourcePage .resource-slider-wrapper .resource-slider .resource-card .slider-content, .elemental-resources .resource-slider-wrapper .resource-slider .resource-card .slider-content, .WebinarPage .resource-slider-wrapper .resource-slider .resource-card .slider-content {
      padding: 1.5rem; }
      .ResourcePage .resource-slider-wrapper .resource-slider .resource-card .slider-content h3, .elemental-resources .resource-slider-wrapper .resource-slider .resource-card .slider-content h3, .WebinarPage .resource-slider-wrapper .resource-slider .resource-card .slider-content h3 {
        color: #082640;
        margin-bottom: 0; }
        @media (max-width: 1199.98px) {
          .ResourcePage .resource-slider-wrapper .resource-slider .resource-card .slider-content h3, .elemental-resources .resource-slider-wrapper .resource-slider .resource-card .slider-content h3, .WebinarPage .resource-slider-wrapper .resource-slider .resource-card .slider-content h3 {
            font-size: 1.3rem; } }

.ResourcePage .resource-slider-wrapper .swiper-slide, .elemental-resources .resource-slider-wrapper .swiper-slide, .WebinarPage .resource-slider-wrapper .swiper-slide {
  height: auto; }

.ResourcePage .resource-slider-wrapper .swiper-pagination-bullets, .ResourcePage .resource-slider-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal, .elemental-resources .resource-slider-wrapper .swiper-pagination-bullets, .elemental-resources .resource-slider-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal, .WebinarPage .resource-slider-wrapper .swiper-pagination-bullets, .WebinarPage .resource-slider-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0; }

.ResourcePage .resource-slider-wrapper .swiper-pagination-bullet, .elemental-resources .resource-slider-wrapper .swiper-pagination-bullet, .WebinarPage .resource-slider-wrapper .swiper-pagination-bullet {
  border: 2px solid #082640; }

.ResourcePage .resource-slider-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active, .elemental-resources .resource-slider-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active, .WebinarPage .resource-slider-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #082640; }

.ResourcePage .resource-slider-navigation, .elemental-resources .resource-slider-navigation, .WebinarPage .resource-slider-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(calc(-50% - 40px));
          transform: translateY(calc(-50% - 40px));
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  z-index: 1; }
  .ResourcePage .resource-slider-navigation .resource-slider-prev, .elemental-resources .resource-slider-navigation .resource-slider-prev, .WebinarPage .resource-slider-navigation .resource-slider-prev {
    cursor: pointer;
    -webkit-transform: translateX(calc(-100% - 0.5rem));
            transform: translateX(calc(-100% - 0.5rem)); }
    @media (max-width: 1199.98px) {
      .ResourcePage .resource-slider-navigation .resource-slider-prev, .elemental-resources .resource-slider-navigation .resource-slider-prev, .WebinarPage .resource-slider-navigation .resource-slider-prev {
        -webkit-transform: translateX(-0.5rem);
                transform: translateX(-0.5rem); } }
    @media (max-width: 767.98px) {
      .ResourcePage .resource-slider-navigation .resource-slider-prev, .elemental-resources .resource-slider-navigation .resource-slider-prev, .WebinarPage .resource-slider-navigation .resource-slider-prev {
        -webkit-transform: translateX(-0.5rem);
                transform: translateX(-0.5rem); } }
  .ResourcePage .resource-slider-navigation .resource-slider-next, .elemental-resources .resource-slider-navigation .resource-slider-next, .WebinarPage .resource-slider-navigation .resource-slider-next {
    cursor: pointer;
    -webkit-transform: translateX(calc(100% + 0.5rem));
            transform: translateX(calc(100% + 0.5rem)); }
    @media (max-width: 1199.98px) {
      .ResourcePage .resource-slider-navigation .resource-slider-next, .elemental-resources .resource-slider-navigation .resource-slider-next, .WebinarPage .resource-slider-navigation .resource-slider-next {
        -webkit-transform: translateX(0.5rem);
                transform: translateX(0.5rem); } }
    @media (max-width: 767.98px) {
      .ResourcePage .resource-slider-navigation .resource-slider-next, .elemental-resources .resource-slider-navigation .resource-slider-next, .WebinarPage .resource-slider-navigation .resource-slider-next {
        -webkit-transform: translateX(0.5rem);
                transform: translateX(0.5rem); } }
  .ResourcePage .resource-slider-navigation .swiper-button-disabled, .elemental-resources .resource-slider-navigation .swiper-button-disabled, .WebinarPage .resource-slider-navigation .swiper-button-disabled {
    opacity: 0; }
  .ResourcePage .resource-slider-navigation img, .elemental-resources .resource-slider-navigation img, .WebinarPage .resource-slider-navigation img {
    width: 30px;
    height: auto; }

.oritain-blog-meta {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 2px solid #082640; }
  .oritain-blog-meta .blog-author img {
    aspect-ratio: 1/1;
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50rem;
    overflow: hidden;
    margin-right: 1rem; }
  .oritain-blog-meta .blog-author h4 {
    margin-bottom: 0.5rem; }

#ClearButton {
  padding: 0.25rem 1.5rem; }

.share-buttons a {
  font-size: 2rem; }

@media (min-width: 576px) {
  .post-summary.featured-post a {
    min-height: 300px; } }

@media (min-width: 768px) {
  .post-summary.featured-post img {
    height: 100%;
    aspect-ratio: unset;
    position: absolute; }
  .post-summary.featured-post h4:not(.muted) {
    font-size: 1.4rem; }
  .post-summary.featured-post p.post-overview-content {
    font-size: 1.1rem; }
  .post-summary.featured-post .post-overview-summary {
    padding: 3rem 1rem; } }

@media (min-width: 576px) {
  .post-summary.featured-post img {
    height: 100%;
    aspect-ratio: unset;
    position: absolute; } }

.category-tag, .blog-category-tag {
  background-color: #0099C2;
  color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  margin-right: 0.25rem;
  margin-bottom: 0.5rem;
  display: inline-block; }
  .category-tag:not(.no-click):hover, .blog-category-tag:not(.no-click):hover {
    cursor: pointer;
    opacity: 0.8; }

.more-blogs-section {
  background-color: rgba(201, 177, 146, 0.2); }
  .more-blogs-section .news-slider {
    overflow: hidden;
    margin: 2rem 0 0;
    position: relative; }
    @media (max-width: 1499.98px) {
      .more-blogs-section .news-slider {
        padding-bottom: 70px; } }
    .more-blogs-section .news-slider .news-card {
      background-color: #082640;
      transition: all 0.3s;
      height: 100%; }
      .more-blogs-section .news-slider .news-card a {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
      .more-blogs-section .news-slider .news-card img {
        width: 100%;
        aspect-ratio: 4/5;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 991.98px) {
          .more-blogs-section .news-slider .news-card img {
            aspect-ratio: 16 / 9; } }
      .more-blogs-section .news-slider .news-card .slider-content {
        padding: 2rem 1rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        height: 100%; }
        .more-blogs-section .news-slider .news-card .slider-content h4 {
          color: #fff;
          font-family: "Calibri", "Open Sans", "Candara, Segoe", "Segoe UI", "Optima", "Arial", sans-serif;
          line-height: 1.4;
          font-size: 1.3rem;
          font-weight: 400;
          margin-bottom: 1rem; }
        .more-blogs-section .news-slider .news-card .slider-content p {
          color: #fff;
          font-size: 1rem;
          font-weight: bold;
          margin-top: auto; }
          .more-blogs-section .news-slider .news-card .slider-content p i {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4="); }
    .more-blogs-section .news-slider .swiper-pagination-bullets, .more-blogs-section .news-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
      bottom: 0; }
    .more-blogs-section .news-slider .swiper-pagination-bullet {
      border: 2px solid #C9B192; }
    .more-blogs-section .news-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #C9B192; }
    .more-blogs-section .news-slider .swiper-container {
      overflow: visible; }
  .more-blogs-section .swiper-slide {
    height: auto; }

.blog-section-refresh {
  position: relative;
  z-index: 1; }

.OritainBlogPost .elemental-text img.center {
  display: block;
  margin: 0 auto; }

.author-page-header {
  background-color: #082640;
  padding: 14.4rem 0 9.4rem; }
  @media (max-width: 767.98px) {
    .author-page-header {
      padding: 7rem 0 3rem; } }
  .author-page-header img {
    border-radius: 50rem;
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 767.98px) {
      .author-page-header img {
        max-width: 125px;
        margin-bottom: 1rem; } }
  .author-page-header h1 {
    color: #fff; }
  .author-page-header p {
    color: #fff; }

.blog-author-tile {
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
  transition: all 0.3s;
  height: 100%;
  padding: 1rem;
  color: #082640;
  transition: all .3s; }
  .blog-author-tile:hover {
    box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
    transition: all .3s; }
  .blog-author-tile h4 {
    color: #0099C2; }
  .blog-author-tile img {
    border-radius: 50rem;
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 1rem; }

.job-section {
  margin-bottom: 3rem; }
  @media (max-width: 991.98px) {
    .job-section {
      margin-bottom: 2rem; } }

.job-tile {
  position: relative;
  border-radius: 0.5rem;
  box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
  padding: 1rem;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s; }
  .job-tile svg {
    position: absolute;
    bottom: -10%;
    right: -10%;
    max-height: 200px;
    max-width: 70%;
    opacity: 0.1; }
  .job-tile h3 {
    margin-bottom: .8rem;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #082640; }
    @media (max-width: 767.98px) {
      .job-tile h3 {
        font-size: 1.4rem; } }
  .job-tile:hover {
    box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
    transition: all 0.3s; }

.CareerPage {
  overflow-x: hidden; }
  .CareerPage .main-content > svg {
    position: absolute;
    width: 40%;
    height: auto;
    top: -3%;
    right: -3%;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    z-index: -1;
    opacity: 0.075; }
  .CareerPage .job-header .fa-circle {
    font-size: 0.3rem;
    color: #0099C2; }

#careersSection {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden; }

.CaseStudyHolderPage .case-card {
  background-color: #082640;
  height: 100%;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: -ms-flexbox;
  display: flex; }
  .CaseStudyHolderPage .case-card img {
    width: 100%;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover; }
  .CaseStudyHolderPage .case-card .case-card-summary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    height: 100%;
    padding: 2rem 1rem;
    color: #fff; }
    .CaseStudyHolderPage .case-card .case-card-summary h4 {
      color: #fff;
      font-family: "Calibri", "Open Sans", "Candara, Segoe", "Segoe UI", "Optima", "Arial", sans-serif;
      line-height: 1.4;
      font-size: 1.4rem;
      font-weight: 400;
      margin-bottom: 0.5rem;
      margin-top: 0.5rem; }
    .CaseStudyHolderPage .case-card .case-card-summary p {
      color: #fff;
      font-size: 1.1rem;
      font-weight: 400;
      line-height: 1.5; }
      .CaseStudyHolderPage .case-card .case-card-summary p.publish-date {
        font-weight: 400;
        font-size: 0.8rem;
        margin-top: 1rem;
        margin-bottom: 1.5rem; }
      .CaseStudyHolderPage .case-card .case-card-summary p i {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4="); }
    .CaseStudyHolderPage .case-card .case-card-summary img {
      max-width: 140px;
      max-height: 110px;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: bottom;
         object-position: bottom; }
  .CaseStudyHolderPage .case-card a p {
    color: #fff;
    font-size: 0.9rem; }
  .CaseStudyHolderPage .case-card .case-tag {
    background-color: #0099C2;
    color: #fff;
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    margin-right: 0.25rem;
    margin-top: 0.5rem;
    display: inline-block; }
    .CaseStudyHolderPage .case-card .case-tag:not(.no-click):hover {
      cursor: pointer;
      opacity: 0.8; }

.case-filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */
  background: url("//s3-ap-southeast-2.amazonaws.com/firebrand-cdn/oritain/down-arrow-navy.svg") white no-repeat 98% !important;
  background: url("//s3-ap-southeast-2.amazonaws.com/firebrand-cdn/oritain/down-arrow-navy.svg") white no-repeat calc(100% - 10px) !important;
  background-size: 30px 10px !important;
  border-radius: 0;
  color: #082640;
  border-color: #fff;
  font-family: "gotham", sans-serif;
  font-weight: 300;
  min-width: 200px; }
  @media (min-width: 992px) {
    .case-filters select {
      min-width: 250px; } }
  @media (min-width: 1200px) {
    .case-filters select {
      min-width: 300px; } }
  .case-filters select:focus {
    color: #0099C2; }

#resetCaseFilters {
  color: #082640;
  height: calc(1.5em + 0.75rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 1.1rem;
  font-weight: 300; }
  #resetCaseFilters i {
    margin-right: 0;
    margin-left: 0.75rem;
    color: #082640; }
  #resetCaseFilters:hover {
    cursor: pointer; }
    #resetCaseFilters:hover i {
      -webkit-transform: none;
              transform: none; }

.CaseStudyPage .case-study-customer-image, .elemental-case-studies .case-study-customer-image {
  max-width: 150px;
  max-height: 150px; }

.CaseStudyPage .case-study-page-information, .elemental-case-studies .case-study-page-information {
  position: -webkit-sticky;
  position: sticky;
  top: 3rem; }
  .CaseStudyPage .case-study-page-information .case-page-card, .elemental-case-studies .case-study-page-information .case-page-card {
    background-color: #fff;
    box-shadow: 2px 4px 10px rgba(8, 38, 64, 0.3);
    height: 100%;
    border-radius: 0; }
    .CaseStudyPage .case-study-page-information .case-page-card img, .elemental-case-studies .case-study-page-information .case-page-card img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .CaseStudyPage .case-study-page-information .case-page-card .case-page-card-summary, .elemental-case-studies .case-study-page-information .case-page-card .case-page-card-summary {
      padding: 2rem 1rem;
      border-radius: 0; }
      .CaseStudyPage .case-study-page-information .case-page-card .case-page-card-summary h6, .elemental-case-studies .case-study-page-information .case-page-card .case-page-card-summary h6 {
        color: #0099C2;
        letter-spacing: 0;
        margin-bottom: 0;
        font-weight: 500; }

.CaseStudyPage .case-study-checkmark-section .case-study-checkmark-wrapper, .elemental-case-studies .case-study-checkmark-section .case-study-checkmark-wrapper {
  background-color: #082640;
  height: 100%;
  padding: 1rem 1rem 0 1rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column; }
  .CaseStudyPage .case-study-checkmark-section .case-study-checkmark-wrapper h4, .elemental-case-studies .case-study-checkmark-section .case-study-checkmark-wrapper h4 {
    color: #fff;
    font-size: 1.5rem; }
  .CaseStudyPage .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item, .elemental-case-studies .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: start;
    -ms-flex-pack: start;
        justify-content: start;
    margin-bottom: 1rem; }
    @media (max-width: 991.98px) {
      .CaseStudyPage .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item, .elemental-case-studies .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item {
        -ms-flex-pack: start;
            justify-content: start; } }
    .CaseStudyPage .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item div, .elemental-case-studies .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item div {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .CaseStudyPage .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item div:first-child, .elemental-case-studies .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item div:first-child {
        width: 20px;
        height: 20px;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px; }
      .CaseStudyPage .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item div i, .elemental-case-studies .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item div i {
        position: absolute;
        color: #fff;
        top: 0;
        left: 0;
        font-size: 1rem;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        top: 4px; }
      .CaseStudyPage .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item div p, .elemental-case-studies .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item div p {
        color: #fff;
        font-size: 1.1rem; }
        @media (max-width: 767.98px) {
          .CaseStudyPage .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item div p, .elemental-case-studies .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item div p {
            font-size: 1.1rem; } }

.CaseStudyPage .case-study-navigation-buttons .btn-secondary, .elemental-case-studies .case-study-navigation-buttons .btn-secondary {
  border-color: #0099C2; }

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