@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #b93d0c; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px; }

.modaal-gallery-next-outer {
  right: 45px; }

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px; }

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px; }

.modaal-gallery-prev-outer {
  left: 45px; }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }
  .modaal-gallery-next {
    left: auto;
    right: 20px; }
  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
  .modaal-instagram iframe {
    width: 600px !important; } }

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25); }

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

/* ==========================================================================
	Directions
/* ========================================================================== */
/* ==========================================================================
	Variables
/* ========================================================================== */
/* Colors */
/* Font Sizes */
/* ==========================================================================
	Responsive
/* ========================================================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

p {
  margin-top: 0;
  margin-bottom: 16px;
  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: 16px;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 16px;
  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: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    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: 16px;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 16px;
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 8px;
  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"] {
  -webkit-box-sizing: border-box;
          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: 8px;
  margin-bottom: .5rem;
  font-size: 24px;
  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: 8px;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

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

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

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

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

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

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

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

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

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

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

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

hr {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  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: 8px;
    margin-right: 0.5rem; }

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

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

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

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

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

.row {
  display: -webkit-box;
  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 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

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

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

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

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

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

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

.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: #007bff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #007bff !important; }

.border-secondary {
  border-color: #6c757d !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: 4px !important;
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 4px !important;
  border-top-right-radius: 0.25rem !important; }

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

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

.rounded-left {
  border-top-left-radius: 4px !important;
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 4px !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    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 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -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 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

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

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -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 {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 4px !important;
  margin: 0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 48px !important;
  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: 4px !important;
  padding: 0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-left: -48px !important;
  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; } }

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

.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: #007bff !important; }

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !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: #212529 !important; }

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

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

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

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

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

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#svgGotham-Book") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GE SS Two';
  src: url("../fonts/GESSTwoLight-Light.woff2") format("woff2"), url("../fonts/GESSTwoLight-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  unicode-range: U+003A-FFFF; }

@font-face {
  font-family: 'GE SS Two';
  src: url("../fonts/GESSTwoBold-Bold.woff2") format("woff2"), url("../fonts/GESSTwoBold-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  unicode-range: U+003A-FFFF; }

@font-face {
  font-family: 'GE SS Two';
  src: url("../fonts/GESSTwoMedium-Medium.woff2") format("woff2"), url("../fonts/GESSTwoMedium-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  unicode-range: U+003A-FFFF; }

html,
body {
  position: relative;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  font-family: "Gotham", "Verdana";
  font-weight: normal;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth; }

body {
  overflow-x: hidden; }

main {
  overflow-x: hidden;
  display: block; }

caption {
  overflow-x: hidden;
  text-align: left; }

html[dir="rtl"],
html[dir="rtl"] body {
  font-family: "GE SS Two", "Gotham", "Verdana"; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

section {
  margin-bottom: 50px; }

.section-header {
  color: #20275a;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 35px; }
  @media only screen and (max-width: 991px) {
    .section-header {
      font-size: 18px; } }

@media only screen and (max-width: 991px) {
  .mobile-hscroll {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll; } }

.reportype {
  right: 100px !important; }

.print-only {
  display: none !important; }

.example-table {
  background-color: lightgray; }
  .example-table td {
    padding: 10px; }

ol {
  counter-reset: item; }
  ol > li {
    display: block; }
    ol > li h1, ol > li h2, ol > li h3, ol > li h4, ol > li h5, ol > li h6 {
      display: inline; }
  ol > li:before {
    content: counters(item, ".") " ";
    counter-increment: item; }

a.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden; }

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

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

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

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

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

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

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

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

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

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

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

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

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

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

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

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

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

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

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

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

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

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

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

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

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

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

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

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

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

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

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

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

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

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

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

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

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

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

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

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

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

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

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

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

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

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

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

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

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

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

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

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

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

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

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

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

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

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

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

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

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

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

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

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

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

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

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

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

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

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

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

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

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

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

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

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

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

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

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

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

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

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

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

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

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

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

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

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

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

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

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

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

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

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

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

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

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

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

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

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

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

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

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

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

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

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

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

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

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

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

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

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

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

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

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

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

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

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

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

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

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

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

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

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

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

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

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

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

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

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

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

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

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

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

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

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

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

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

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

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

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

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

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

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

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

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

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

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

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

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

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

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

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

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

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

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

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

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

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

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

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

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

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

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

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

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

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

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

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

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

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

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

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

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

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

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

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

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

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

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

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

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

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

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

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

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

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

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }

.apps-services {
  margin-bottom: 0; }
  @media only screen and (max-width: 991px) {
    .apps-services {
      margin-bottom: 50px; } }
  .apps-services .card {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 8px;
    padding: 30px;
    height: 100%;
    background-color: #8ac440;
    min-height: 330px; }
    @media only screen and (max-width: 991px) {
      .apps-services .card {
        padding: 15px;
        min-height: auto; } }
    .apps-services .card:hover .card-img-wrapper, .apps-services .card:active .card-img-wrapper, .apps-services .card:focus .card-img-wrapper {
      height: 55px;
      width: 55px; }
    .apps-services .card:hover .card-text, .apps-services .card:active .card-text, .apps-services .card:focus .card-text {
      -webkit-animation: 600ms delay-overflow;
              animation: 600ms delay-overflow;
      overflow-y: auto; }

@-webkit-keyframes delay-overflow {
  from {
    overflow: hidden; } }

@keyframes delay-overflow {
  from {
    overflow: hidden; } }
    .apps-services .card-wrapper {
      margin-bottom: 70px; }
      @media only screen and (max-width: 991px) {
        .apps-services .card-wrapper {
          margin-bottom: 0px; } }
      @media only screen and (min-width: 992px) {
        .apps-services .card-wrapper {
          opacity: 0;
          -webkit-transform: translate3d(0, 40px, 0);
                  transform: translate3d(0, 40px, 0);
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0);
          -webkit-transition: opacity 450ms 0ms, -webkit-transform 450ms 0ms;
          transition: opacity 450ms 0ms, -webkit-transform 450ms 0ms;
          transition: opacity 450ms 0ms, transform 450ms 0ms;
          transition: opacity 450ms 0ms, transform 450ms 0ms, -webkit-transform 450ms 0ms; } }
    .apps-services .card-img {
      width: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .apps-services .card-img-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 96px;
        height: 96px;
        border-radius: 10px;
        background-color: #ffffff;
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
        -webkit-transition: all 200ms ease-out;
        transition: all 200ms ease-out; }
    .apps-services .card-title {
      font-size: 14px;
      font-weight: bold;
      line-height: 20px;
      text-transform: uppercase; }
    .apps-services .card-text {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      font-size: 14px;
      font-weight: normal;
      line-height: 20px;
      height: 4em;
      overflow-y: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      overflow-y: hidden; }
    .apps-services .card-text::-webkit-scrollbar {
      width: 0px; }
    .apps-services .card-category {
      font-size: 14px;
      font-weight: bold;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin: 0;
      line-height: 20px;
      word-break: break-all;
      padding-right: 10px; }
      @media only screen and (max-width: 991px) {
        .apps-services .card-category {
          font-size: 12px; } }
    .apps-services .card-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .apps-services .card-link {
      background-color: #fff;
      border-radius: 50%;
      height: 30px;
      width: 30px;
      min-width: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .apps-services .card-link-icon {
        height: 13px;
        width: 8px;
        fill: transparent; }
    .apps-services .card-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }

.breadcrumbs {
  padding: 20px 0; }
  .breadcrumbs-list {
    padding: 0px;
    margin: 0px; }
    .breadcrumbs-list .list-item {
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      position: relative; }
      .breadcrumbs-list .list-item:not(:first-child):after {
        content: '';
        width: 15px;
        height: 15px;
        background: url("/ResourcePackages/Theme/assets/dist/icons/inactive-arrow-right.svg");
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -20px; }
      .breadcrumbs-list .list-item:not(:last-child) {
        padding-right: 10px;
        margin-right: 10px; }
      .breadcrumbs-list .list-item:last-child:after {
        content: '';
        width: 15px;
        height: 15px;
        background: url("/ResourcePackages/Theme/assets/dist/icons/active-arrow-right.svg");
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -20px; }
      .breadcrumbs-list .list-item a {
        font-size: inherit;
        text-transform: capitalize;
        color: #20275A; }
        .breadcrumbs-list .list-item a:hover {
          text-decoration: none; }
      .breadcrumbs-list .list-item:last-child a {
        color: #26ADE3; }

.article-lede {
  font-weight: bold;
  font-size: 22px;
  color: #1C2654;
  line-height: 40px; }
  @media only screen and (max-width: 767px) {
    .article-lede {
      font-size: 14px;
      line-height: 28px; } }

.article-body {
  font-weight: normal;
  font-size: 14px;
  color: #1C2654;
  line-height: 28px;
  margin-top: 75px;
  margin-left: 70px; }
  @media only screen and (max-width: 767px) {
    .article-body {
      margin-top: 1em;
      margin-left: 0; } }

.btn, .button, .documentLinks-item-link, .form-container button[type=submit] {
  border-radius: 34px;
  border: 3px solid #26ade3;
  color: #26ade3;
  background-color: transparent;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 30px;
  -webkit-transition: background-color 200ms, color 200ms;
  transition: background-color 200ms, color 200ms; }
  .btn:hover, .button:hover, .documentLinks-item-link:hover, .form-container button:hover[type=submit] {
    text-decoration: none;
    color: #fff;
    background-color: #26ade3; }
  @media only screen and (max-width: 991px) {
    .btn, .button, .documentLinks-item-link, .form-container button[type=submit] {
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .btn, .button, .documentLinks-item-link, .form-container button[type=submit] {
      border-radius: 26px;
      font-size: 12px; } }
  .btn-download {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 15px 40px;
    border: 3px solid #26ADE3;
    border-radius: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    max-height: 68px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 576px) {
      .btn-download {
        padding: 15px 20px;
        width: 100%; } }
    .btn-download:not(:first-child) {
      margin-left: 20px; }
      @media only screen and (max-width: 576px) {
        .btn-download:not(:first-child) {
          margin-left: 0px;
          margin-top: 20px; } }
    .btn-download .btn-icon {
      margin-right: 10px; }
      .btn-download .btn-icon img {
        width: 32px; }
    .btn-download .btn-content h4 {
      font-size: 16px;
      font-weight: 700;
      margin: 0;
      color: #26ADE3;
      text-transform: uppercase; }
      @media only screen and (max-width: 576px) {
        .btn-download .btn-content h4 {
          font-size: 12px; } }
    .btn-download .btn-content p {
      font-size: 12px;
      font-weight: 700;
      margin: 0;
      color: #19262f; }
      @media only screen and (max-width: 576px) {
        .btn-download .btn-content p {
          font-size: 10px; } }
    .btn-download:hover {
      text-decoration: none; }
  .btn-form {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 15px 48px;
    border: 3px solid #26ADE3;
    border-radius: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    max-height: 68px;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #26ADE3;
    text-transform: uppercase; }
    .btn-form:hover {
      background: #26ADE3;
      color: #fff; }
    @media only screen and (max-width: 576px) {
      .btn-form {
        font-size: 12px; } }
    .btn-form span {
      position: relative;
      display: inline-block;
      margin-left: 18px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      margin-top: 22px; }
      .btn-form span:before, .btn-form span:after {
        border-right: 2px solid;
        content: '';
        display: block;
        height: 8px;
        margin-top: -6px;
        position: absolute;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        right: 10px;
        top: 50%;
        width: 0; }
      .btn-form span:after {
        margin-top: -1px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .btn-form img {
      margin-left: 5px;
      display: none; }
    .btn-form:hover {
      text-decoration: none; }

.button, .documentLinks-item-link {
  border: 3px solid #26ADE3;
  border-radius: 33px;
  background: #FFFFFF;
  color: #26ADE3;
  display: inline-block;
  line-height: 60px;
  height: 67px;
  padding: 0 80px;
  text-transform: uppercase; }
  .button[disabled], .documentLinks-item-link[disabled] {
    border: 3px solid #D8D8D8; }

.data-law {
  height: 300px;
  position: relative; }
  .data-law .law-slider .slick-arrow {
    color: transparent;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 12px;
    background: #26ADE3;
    border-color: transparent;
    position: absolute;
    bottom: 30px;
    z-index: 9; }
    .data-law .law-slider .slick-arrow:focus {
      outline: none; }
    .data-law .law-slider .slick-arrow:after {
      content: '';
      width: 10px;
      height: 10px;
      background: url("../icons/arrow-left.svg");
      background-size: 10px;
      background-position: center center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .data-law .law-slider .slick-arrow.slick-next {
      right: 30%; }
      @media only screen and (max-width: 767px) {
        .data-law .law-slider .slick-arrow.slick-next {
          right: 0; } }
      .data-law .law-slider .slick-arrow.slick-next:after {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
                transform: translate(-50%, -50%) rotate(180deg); }
    .data-law .law-slider .slick-arrow.slick-prev {
      left: 30%; }
      @media only screen and (max-width: 767px) {
        .data-law .law-slider .slick-arrow.slick-prev {
          left: 0; } }
  .data-law .law-slider .slider-item {
    width: 220px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 99; }
    .data-law .law-slider .slider-item .item-date {
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0; }
    .data-law .law-slider .slider-item .item-icon {
      width: 160px;
      height: 160px;
      border-radius: 80px;
      border: 3px solid #26ADE3;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #fff;
      margin: 8px 0; }
      .data-law .law-slider .slider-item .item-icon img {
        width: 40%; }
    .data-law .law-slider .slider-item .item-content {
      width: 220px;
      margin: 0 auto; }
      .data-law .law-slider .slider-item .item-content h4 {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0; }
      .data-law .law-slider .slider-item .item-content p {
        font-size: 12px;
        line-height: 20px;
        margin: 0;
        margin-top: 5px; }
  .data-law .law-slider .slider-buttons .button-next, .data-law .law-slider .slider-buttons .button-previous {
    width: 32px;
    height: 32px;
    background-color: #26ADE3;
    display: inline-block;
    border-radius: 16px; }
  .data-law .slider-arrow-anim {
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: -1; }
    @media only screen and (max-width: 767px) {
      .data-law .slider-arrow-anim {
        display: none; } }
    .data-law .slider-arrow-anim .next-item, .data-law .slider-arrow-anim .previous-item {
      text-align: center;
      position: absolute; }
      @media only screen and (max-width: 767px) {
        .data-law .slider-arrow-anim .next-item, .data-law .slider-arrow-anim .previous-item {
          display: none; } }
      .data-law .slider-arrow-anim .next-item .circle, .data-law .slider-arrow-anim .previous-item .circle {
        width: 16px;
        height: 16px;
        border: 2px solid #26ADE3;
        border-radius: 12px;
        display: inline-block;
        background: #fff; }
      .data-law .slider-arrow-anim .next-item .year, .data-law .slider-arrow-anim .next-item .month, .data-law .slider-arrow-anim .previous-item .year, .data-law .slider-arrow-anim .previous-item .month {
        font-size: 10px;
        font-weight: 700;
        margin: 0; }
    .data-law .slider-arrow-anim .previous-item {
      top: 142px;
      left: 190px; }
    .data-law .slider-arrow-anim .next-item {
      top: -15px;
      right: 190px; }

.data-policies {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .data-policies {
      padding-bottom: 70px; } }
  .data-policies .align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .data-policies .policies-item:not(:first-child) {
    margin-top: 70px; }
    @media only screen and (max-width: 767px) {
      .data-policies .policies-item:not(:first-child) {
        margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .data-policies .policies-item div:nth-child(1) {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  @media only screen and (max-width: 767px) {
    .data-policies .policies-item div:nth-child(2) {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media only screen and (max-width: 767px) {
    .data-policies .policies-item div:nth-child(3) {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  .data-policies .policies-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .data-policies .policies-item:nth-child(even) .icon:after {
      right: 100%; }
      @media only screen and (max-width: 767px) {
        .data-policies .policies-item:nth-child(even) .icon:after {
          display: none; } }
    .data-policies .policies-item:nth-child(even) .icon:before {
      right: calc(100% + 50px); }
      @media only screen and (max-width: 767px) {
        .data-policies .policies-item:nth-child(even) .icon:before {
          display: none; } }
  .data-policies .policies-item:nth-child(odd) .icon:after {
    left: 100%; }
    @media only screen and (max-width: 767px) {
      .data-policies .policies-item:nth-child(odd) .icon:after {
        display: none; } }
  .data-policies .policies-item:nth-child(odd) .icon:before {
    left: calc(100% + 50px); }
    @media only screen and (max-width: 767px) {
      .data-policies .policies-item:nth-child(odd) .icon:before {
        display: none; } }
  .data-policies .policies-item .item-wrapper.center {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .data-policies .policies-item .item-wrapper.center {
        text-align: left; } }
  .data-policies .policies-item .item-wrapper .counter {
    font-size: 50px;
    font-weight: 700;
    width: 20%;
    float: left;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .data-policies .policies-item .item-wrapper .counter {
        display: none; } }
  .data-policies .policies-item .item-wrapper .content {
    float: left;
    width: 80%; }
    .data-policies .policies-item .item-wrapper .content .title {
      font-size: 16px;
      font-weight: 700; }
    .data-policies .policies-item .item-wrapper .content .description {
      font-size: 14px; }
  .data-policies .policies-item .item-wrapper .icon {
    width: 175px;
    height: 175px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 4px solid #26ADE3;
    border-radius: 100px;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .data-policies .policies-item .item-wrapper .icon {
        width: 100px;
        height: 100px; } }
    .data-policies .policies-item .item-wrapper .icon:after {
      content: '';
      width: 50px;
      height: 3px;
      background: #26ADE3;
      position: absolute; }
    .data-policies .policies-item .item-wrapper .icon:before {
      content: '';
      width: 10px;
      height: 10px;
      border: 3px solid #26ADE3;
      border-radius: 5px;
      position: absolute; }
    .data-policies .policies-item .item-wrapper .icon img {
      width: 60%; }
  .data-policies .policies-item .item-wrapper .heading {
    font-size: 22px;
    font-weight: 700;
    color: #26ADE3; }
    @media only screen and (max-width: 767px) {
      .data-policies .policies-item .item-wrapper .heading {
        margin-top: 10px; } }
  .data-policies:after {
    content: '';
    width: 100%;
    height: 108%;
    position: absolute;
    top: -43px;
    background: url(../icons/policies-strock.svg);
    background-position: center top;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 767px) {
      .data-policies:after {
        display: none; } }

.compliance {
  position: relative; }
  .compliance-slider {
    width: 100%; }
    .compliance-slider .slider-item {
      text-align: center; }
      .compliance-slider .slider-item .item-icon {
        width: 128px;
        height: 128px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 3px solid #26ADE3;
        border-radius: 100px;
        background: #fff;
        position: relative; }
        .compliance-slider .slider-item .item-icon img {
          width: 60%; }
        .compliance-slider .slider-item .item-icon:after {
          content: '';
          position: absolute;
          top: -20px;
          right: -20px;
          bottom: -20px;
          left: -20px;
          background: rgba(38, 173, 227, 0.08);
          border-radius: 100px;
          z-index: -1; }
      .compliance-slider .slider-item .item-title {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 40px; }
    .compliance-slider .slick-arrow {
      color: transparent;
      width: 24px;
      height: 24px;
      border-radius: 12px;
      background: #26ADE3;
      border-color: transparent;
      position: absolute;
      bottom: 30px;
      z-index: 9999; }
      .compliance-slider .slick-arrow:focus {
        outline: none; }
      .compliance-slider .slick-arrow:after {
        content: '';
        width: 10px;
        height: 10px;
        background: url("../icons/arrow-left.svg");
        background-size: 10px;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .compliance-slider .slick-arrow.slick-next {
        right: 30%; }
        .compliance-slider .slick-arrow.slick-next:after {
          -webkit-transform: translate(-50%, -50%) rotate(180deg);
                  transform: translate(-50%, -50%) rotate(180deg); }
      .compliance-slider .slick-arrow.slick-prev {
        left: 30%; }
  .compliance .number-slider {
    width: 100%; }
    .compliance .number-slider div {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 14px;
      line-height: 14px;
      font-weight: 700;
      width: 24px;
      height: 24px;
      border: 2px solid #26ADE3;
      border-radius: 12px; }

.compliance {
  height: 340px;
  padding-top: 20px;
  overflow: hidden;
  position: relative; }
  .compliance-navWrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(#2da6df), color-stop(white), color-stop(white), to(white));
    background: linear-gradient(to bottom, #2da6df, white, white, white);
    border-radius: 100%;
    padding: 3px; }
  .compliance-nav {
    background-color: #fff;
    padding-bottom: 100%;
    border-radius: 100%;
    position: relative; }
  .compliance-navLink {
    display: block;
    width: 26px;
    height: 26px;
    background-color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    color: #222;
    border: 1px solid #2da6df;
    border-radius: 13px;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -13px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform-origin: 13px 500px;
            transform-origin: 13px 500px;
    -webkit-transform: rotate(-80deg);
            transform: rotate(-80deg); }
  .compliance-navLink:after {
    content: '';
    width: 2px;
    height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#2da6df), to(white));
    background: linear-gradient(to bottom, #2da6df, white);
    margin-left: -1px;
    position: absolute;
    top: 100%;
    left: 50%; }
  .compliance-navLink:hover {
    text-decoration: none; }
  .compliance-navLinkActive ~ .compliance-navLink:not([class*="navLinkNext"]) {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg); }
  .compliance-navLinkPrev2 {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg); }
  .compliance-navLinkPrev1 {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg); }
  .compliance-navLinkActive {
    line-height: 20px;
    border-width: 3px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  .compliance-navLinkNext1 {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg); }
  .compliance-navLinkNext2 {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg); }
  .compliance-itemWrapper {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    top: 10px;
    left: 50%; }
  .compliance-itemIcon {
    width: 128px;
    height: 128px;
    background-color: #fff;
    padding: 29px;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 3px solid #2da6df;
    border-radius: 64px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .compliance-itemTitle {
    font-size: 16px;
    font-weight: 700;
    width: 200px;
    text-align: center; }
  .compliance-itemIcon:after {
    content: '';
    width: 2px;
    height: 25px;
    background: #2da6df;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .compliance-itemIcon:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #2da6df;
    border-radius: 5px;
    position: absolute;
    top: calc(100% + 25px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .compliance-itemIconSvg {
    display: block;
    width: 64px;
    height: 64px; }
  .compliance-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .compliance-arrows .compliance-arrow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 30px;
      height: 30px;
      border-radius: 30px;
      background: #2da6df;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .compliance-arrows .compliance-arrow.compliance-arrowNext {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }

.application-form {
  overflow: hidden;
  padding-top: 30px;
  margin-top: -30px;
  height: 0; }
  .application-form.active {
    height: auto;
    margin-top: 20px; }

.big-data-form {
  overflow: hidden;
  height: 0; }
  .big-data-form.active {
    height: auto; }
  .big-data-form .sf-fieldWrp:before {
    content: attr(tooltip);
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #CCCCCC;
    top: 65px;
    color: #20275A;
    padding: 20px;
    position: absolute;
    left: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
    z-index: 99;
    display: none; }
  .big-data-form .sf-fieldWrp:after {
    content: '';
    display: block;
    position: absolute;
    top: 52px;
    right: 0;
    width: 26px;
    height: 26px;
    background: url("../icons/rectangle.svg");
    background-position: center top;
    z-index: 99;
    display: none; }
  .big-data-form .sf-fieldWrp.show:before {
    display: block; }
  .big-data-form .sf-fieldWrp.show:after {
    display: block; }
  .big-data-form .input-tooltip {
    width: 24px;
    height: 24px;
    background: #F2F2F2;
    position: absolute;
    top: 20px;
    right: 0;
    border-radius: 12px;
    text-align: center;
    color: #9D9D9D;
    cursor: pointer;
    z-index: 9; }

.content-block {
  color: #20275a;
  font-size: 14px;
  line-height: 2;
  font-weight: normal; }
  @media only screen and (max-width: 991px) {
    .content-block {
      font-size: 12px; } }
  .content-block h1, .content-block h2 {
    color: #1C2654;
    font-size: 28px;
    font-weight: bold;
    line-height: 43px;
    text-transform: uppercase; }
  .content-block h3, .content-block h4 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    margin-top: 32px; }
  .content-block h4 {
    margin-top: 5px; }
  .content-block .link {
    position: relative;
    display: inline-block;
    color: #26ade3;
    border-bottom: 2px solid #26ade3;
    text-decoration: none;
    font-weight: bold; }
    .content-block .link:hover {
      text-decoration: none; }
    .content-block .link::after {
      content: url(../icons/arrow-right-circle.svg);
      position: absolute;
      height: 30px;
      width: 30px;
      right: 0;
      -webkit-transform: translate(100%, 2px) translateX(5px);
              transform: translate(100%, 2px) translateX(5px); }
      @media only screen and (max-width: 767px) {
        .content-block .link::after {
          height: 24px;
          width: 24px; } }

.content-linkContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .content-linkContainer a {
    color: #26ADE3 !important;
    font-weight: bold; }

.content-btnContainer {
  margin-top: 20px; }
  .content-btnContainer a {
    display: inline-block; }

.content-header {
  margin: 50px 0 20px; }

.content-readMore, .content-readLess {
  display: block;
  text-align: center;
  cursor: pointer; }

.content-readMore::before, .content-readLess::before {
  content: '';
  position: absolute;
  overflow: visible;
  bottom: 20px;
  left: 0;
  height: 35px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.7)), to(white));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 40%, white 100%); }

.content-expand-icon {
  max-width: 15px;
  max-height: 20px; }
  .content-expand-icon-up {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 5px; }
  .content-expand-icon-down {
    -webkit-transform: translateY(-1px) rotate(270deg);
            transform: translateY(-1px) rotate(270deg);
    max-height: 15px;
    margin-right: 4px; }

@media only screen and (max-width: 991px) {
  .content-readMore::before, .content-readLess::before {
    height: 10px; } }

.collabsed {
  max-height: 15em;
  overflow: hidden; }

.hidden {
  display: none; }

.expanded {
  max-width: auto;
  margin-bottom: 20px; }

.custom-margin {
  margin-bottom: 20px; }

.list-items li {
  display: list-item; }

.list-items li:before {
  content: unset;
  display: table-cell; }

.toc ol {
  list-style-type: none;
  counter-reset: toc-counter;
  margin: 0;
  padding: 0; }

.toc ol > li {
  display: table;
  counter-increment: toc-counter;
  margin-bottom: 0.6em; }

.toc ol > li:before {
  content: counters(toc-counter, ".") ". ";
  display: table-cell;
  padding-right: 0.6em; }

.toc ol > li li {
  margin: 0; }

.toc ol > li ol > li:before {
  content: counters(toc-counter, ".") " "; }

.data-science-lab {
  position: relative; }
  .data-science-lab .lab-item {
    padding: 130px 20px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .data-science-lab .lab-item {
        padding: 20px 10px; } }
    .data-science-lab .lab-item .lab-wrapper .title {
      font-size: 16px;
      font-weight: 700; }
    .data-science-lab .lab-item .lab-wrapper .list ul {
      margin-top: 20px;
      list-style: none; }
      @media only screen and (max-width: 767px) {
        .data-science-lab .lab-item .lab-wrapper .list ul {
          padding-left: 10px; } }
      .data-science-lab .lab-item .lab-wrapper .list ul li {
        max-width: 100%;
        width: 100%;
        position: relative;
        font-size: 14px;
        line-height: 26px; }
        .data-science-lab .lab-item .lab-wrapper .list ul li:before {
          content: '';
          width: 10px;
          height: 10px;
          border: 3px solid #FF5B35;
          border-radius: 10px;
          position: absolute;
          left: -15px;
          top: 5px; }
        .data-science-lab .lab-item .lab-wrapper .list ul li:not(:first-child) {
          margin-top: 30px; }
          @media only screen and (max-width: 767px) {
            .data-science-lab .lab-item .lab-wrapper .list ul li:not(:first-child) {
              margin-top: 15px; } }
    .data-science-lab .lab-item .icon {
      position: absolute;
      top: 0; }
      @media only screen and (max-width: 767px) {
        .data-science-lab .lab-item .icon {
          position: relative;
          margin-bottom: 15px; } }
    .data-science-lab .lab-item:nth-child(2) .icon {
      top: auto;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media only screen and (max-width: 767px) {
        .data-science-lab .lab-item:nth-child(2) .icon {
          top: 0;
          -webkit-transform: translateX(0%);
                  transform: translateX(0%);
          bottom: auto;
          left: auto; } }
    .data-science-lab .lab-item:last-child .icon {
      right: 0; }
  .data-science-lab .arrow-left {
    position: absolute;
    top: 20px;
    left: 100px;
    -webkit-transform: rotate(180deg, 90deg);
            transform: rotate(180deg, 90deg); }
    @media only screen and (max-width: 767px) {
      .data-science-lab .arrow-left {
        display: none; } }
  .data-science-lab .arrow-right {
    position: absolute;
    top: 20px;
    right: 100px;
    left: auto;
    -webkit-transform: rotate(180deg, 90deg);
            transform: rotate(180deg, 90deg); }
    @media only screen and (max-width: 767px) {
      .data-science-lab .arrow-right {
        display: none; } }

.contacts {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #20275A;
  margin-top: 60px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .contacts-header {
    font-weight: bold;
    font-size: 22px;
    line-height: 45px; }
  .contacts-description {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .contacts-description {
        width: 100%; } }
  .contacts-item {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: inline-block;
    margin-bottom: 20px;
    width: 306px;
    padding: 0 45px; }
    @media only screen and (min-width: 992px) {
      .contacts-item:nth-child(3n+0) {
        padding-right: 0; }
      .contacts-item:nth-child(3n+1) {
        padding-left: 0; } }
    @media only screen and (max-width: 1199px) {
      .contacts-item {
        width: 246px; } }
    @media only screen and (max-width: 991px) {
      .contacts-item {
        width: 297px; }
        .contacts-item:nth-child(2n+0) {
          padding-right: 0; }
        .contacts-item:nth-child(2n+1) {
          padding-left: 0; } }
    @media only screen and (max-width: 767px) {
      .contacts-item {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%; } }
  .contacts-name {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    margin-top: 10px; }
  .contacts-title {
    border-bottom: 1px solid #D8D8D8;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px; }
  .contacts-logo {
    height: 30px; }
    .contacts-logo img {
      height: 100%; }

.documentLinks {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #20275A;
  margin-top: 30px;
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .documentLinks {
      margin-bottom: 30px; } }
  .documentLinks-header {
    font-weight: bold;
    font-size: 22px;
    line-height: 45px; }
  .documentLinks-description {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .documentLinks-description {
        width: 100%; } }
  .documentLinks-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media only screen and (max-width: 767px) {
      .documentLinks-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .documentLinks-item {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin-bottom: 20px;
    width: 306px;
    padding: 0 45px;
    text-align: left;
    border-bottom: 1px solid #bbbbbb;
    color: #26ADE3;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 21%;
            flex: 1 0 21%;
    margin: 0 1%;
    min-width: 30%;
    max-width: 30%; }
    @media only screen and (max-width: 991px) {
      .documentLinks-item {
        min-width: 48%;
        max-width: 48%; } }
    @media only screen and (max-width: 767px) {
      .documentLinks-item {
        min-width: 100%;
        max-width: 100%;
        margin: 0; } }
    .documentLinks-item-link {
      height: 23px;
      line-height: initial;
      font-size: 11px;
      padding: 0 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 5px;
      white-space: nowrap; }
      @media only screen and (max-width: 991px) {
        .documentLinks-item-link {
          padding: 0 5px; } }
    .documentLinks-item-text {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }

@media only screen and (max-width: 991px) {
  .error {
    margin-top: 50px; } }

.error-title {
  color: #1C2654;
  font-size: 35px;
  font-weight: bold;
  line-height: 43px;
  text-transform: uppercase;
  margin-bottom: 50px; }

.error-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.error-image {
  width: 100%; }
  @media only screen and (max-width: 991px) {
    .error-image {
      margin-bottom: 50px; } }

.feedback-form {
  color: #20275A; }
  .feedback-form .form {
    padding: 0 100px; }
    @media only screen and (max-width: 991px) {
      .feedback-form .form {
        padding: 0 15px; } }
  .feedback-form .form-section {
    margin: 100px 0 50px; }
    .feedback-form .form-section:first-child {
      margin-top: 0; }
    .feedback-form .form-section-clean {
      margin-top: 0; }
    @media only screen and (max-width: 767px) {
      .feedback-form .form-section {
        margin: 50px 0 20px; } }
  .feedback-form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
    margin-right: -15px;
    margin-left: -15px; }
    @media only screen and (max-width: 767px) {
      .feedback-form .form-row {
        margin-bottom: 0; } }
  .feedback-form .form-group {
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .feedback-form .form-group {
        margin-bottom: 20px; } }
  .feedback-form ::-webkit-input-placeholder {
    color: #C0CCD6;
    font-weight: bold; }
  .feedback-form ::-moz-placeholder {
    color: #C0CCD6;
    font-weight: bold; }
  .feedback-form ::-ms-input-placeholder {
    color: #C0CCD6;
    font-weight: bold; }
  .feedback-form ::placeholder {
    color: #C0CCD6;
    font-weight: bold; }
  .feedback-form input[type="email"],
  .feedback-form input[type="text"],
  .feedback-form textarea {
    border: none;
    border-bottom: 1px solid #D8D8D8;
    color: #20275A;
    display: block;
    padding: 16px 0;
    width: 100%; }
    .feedback-form input[type="email"],
    .feedback-form input[type="email"]:active .feedback-form input[type="email"]:focus,
    .feedback-form input[type="text"],
    .feedback-form input[type="text"]:active .feedback-form input[type="email"]:focus,
    .feedback-form textarea,
    .feedback-form textarea:active .feedback-form input[type="email"]:focus,
    .feedback-form input[type="email"]:active
    .feedback-form input[type="text"]:focus,
    .feedback-form input[type="text"]:active
    .feedback-form input[type="text"]:focus,
    .feedback-form textarea:active
    .feedback-form input[type="text"]:focus,
    .feedback-form input[type="email"]:active
    .feedback-form textarea:focus,
    .feedback-form input[type="text"]:active
    .feedback-form textarea:focus,
    .feedback-form textarea:active
    .feedback-form textarea:focus {
      outline: none; }
    .feedback-form input[type="email"]:focus,
    .feedback-form input[type="text"]:focus,
    .feedback-form textarea:focus {
      border-bottom: 1px solid #26ADE3; }
  .feedback-form button[type="submit"] {
    border: 3px solid #26ADE3;
    border-radius: 33px;
    background: #FFFFFF;
    color: #26ADE3;
    height: 67px;
    padding: 0 80px; }
    .feedback-form button[type="submit"], .feedback-form button[type="submit"]:active, .feedback-form button[type="submit"]:focus {
      outline: none; }
    .feedback-form button[type="submit"]:active, .feedback-form button[type="submit"]:focus, .feedback-form button[type="submit"][disabled] {
      border: 3px solid #D8D8D8; }
  .feedback-form .form-check-label {
    display: inline-block; }

.form-container .feedback-form {
  color: #20275A; }
  .form-container .feedback-form .feedback-form-type-field,
  .form-container .feedback-form .feedback-form-in-practice-field,
  .form-container .feedback-form .feedback-form-toolkit-setting-field {
    margin-bottom: 70px; }
    .form-container .feedback-form .feedback-form-type-field strong,
    .form-container .feedback-form .feedback-form-in-practice-field strong,
    .form-container .feedback-form .feedback-form-toolkit-setting-field strong {
      display: block;
      font-size: 22px;
      font-weight: bold;
      line-height: 39px;
      margin-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        .form-container .feedback-form .feedback-form-type-field strong,
        .form-container .feedback-form .feedback-form-in-practice-field strong,
        .form-container .feedback-form .feedback-form-toolkit-setting-field strong {
          font-size: 16px;
          line-height: 24px; } }
    .form-container .feedback-form .feedback-form-type-field.sf-Checkboxes,
    .form-container .feedback-form .feedback-form-in-practice-field.sf-Checkboxes,
    .form-container .feedback-form .feedback-form-toolkit-setting-field.sf-Checkboxes {
      overflow: hidden; }
      .form-container .feedback-form .feedback-form-type-field.sf-Checkboxes > div,
      .form-container .feedback-form .feedback-form-in-practice-field.sf-Checkboxes > div,
      .form-container .feedback-form .feedback-form-toolkit-setting-field.sf-Checkboxes > div {
        float: left;
        margin-bottom: 20px;
        width: 50%; }
        @media only screen and (max-width: 767px) {
          .form-container .feedback-form .feedback-form-type-field.sf-Checkboxes > div,
          .form-container .feedback-form .feedback-form-in-practice-field.sf-Checkboxes > div,
          .form-container .feedback-form .feedback-form-toolkit-setting-field.sf-Checkboxes > div {
            width: 100%; } }
    .form-container .feedback-form .feedback-form-type-field.sf-RadioButtons,
    .form-container .feedback-form .feedback-form-in-practice-field.sf-RadioButtons,
    .form-container .feedback-form .feedback-form-toolkit-setting-field.sf-RadioButtons {
      overflow: hidden; }
      .form-container .feedback-form .feedback-form-type-field.sf-RadioButtons > div,
      .form-container .feedback-form .feedback-form-in-practice-field.sf-RadioButtons > div,
      .form-container .feedback-form .feedback-form-toolkit-setting-field.sf-RadioButtons > div {
        float: left;
        margin-bottom: 20px;
        width: 25%; }
        @media only screen and (max-width: 767px) {
          .form-container .feedback-form .feedback-form-type-field.sf-RadioButtons > div,
          .form-container .feedback-form .feedback-form-in-practice-field.sf-RadioButtons > div,
          .form-container .feedback-form .feedback-form-toolkit-setting-field.sf-RadioButtons > div {
            width: 100%; } }
  .form-container .feedback-form .feedback-form-feedback-comment-field {
    margin-bottom: 100px; }
  .form-container .feedback-form .feedback-form-share-details-field {
    margin-top: 30px;
    margin-bottom: 20px; }
  .form-container .feedback-form .feedback-form-participation-field {
    margin-bottom: 50px; }
  .form-container .feedback-form .feedback-form-full-name-field label,
  .form-container .feedback-form .feedback-form-email-address-field label {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .form-container .feedback-form .row h3 {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 39px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .form-container .feedback-form .row h3 {
        font-size: 16px;
        line-height: 24px; } }
  .form-container .feedback-form .sf-fieldWrp label {
    font-weight: bold; }
  .form-container .feedback-form .sf-fieldWrp.sf-Checkboxes > div > label, .form-container .feedback-form .sf-fieldWrp.sf-RadioButtons > div > label {
    padding-left: 35px;
    position: relative; }
    .form-container .feedback-form .sf-fieldWrp.sf-Checkboxes > div > label .form-checkbox-input,
    .form-container .feedback-form .sf-fieldWrp.sf-Checkboxes > div > label .form-radio-input, .form-container .feedback-form .sf-fieldWrp.sf-RadioButtons > div > label .form-checkbox-input,
    .form-container .feedback-form .sf-fieldWrp.sf-RadioButtons > div > label .form-radio-input {
      border: 2px solid #D8D8D8;
      display: inline-block;
      left: 0;
      height: 21px;
      margin-top: -5px;
      margin-right: 10px;
      position: absolute;
      top: 5px;
      vertical-align: middle;
      visibility: visible;
      width: 21px; }
    .form-container .feedback-form .sf-fieldWrp.sf-Checkboxes > div > label .form-checkbox-input, .form-container .feedback-form .sf-fieldWrp.sf-RadioButtons > div > label .form-checkbox-input {
      border-radius: 2px; }
    .form-container .feedback-form .sf-fieldWrp.sf-Checkboxes > div > label .form-radio-input, .form-container .feedback-form .sf-fieldWrp.sf-RadioButtons > div > label .form-radio-input {
      border-radius: 50%; }
      .form-container .feedback-form .sf-fieldWrp.sf-Checkboxes > div > label .form-radio-input:after, .form-container .feedback-form .sf-fieldWrp.sf-RadioButtons > div > label .form-radio-input:after {
        border-radius: 50%;
        content: '';
        display: inline-block;
        height: 11px;
        left: 3px;
        position: absolute;
        top: 3px;
        width: 11px; }
    .form-container .feedback-form .sf-fieldWrp.sf-Checkboxes > div > label > input, .form-container .feedback-form .sf-fieldWrp.sf-RadioButtons > div > label > input {
      visibility: hidden;
      position: absolute; }
    .form-container .feedback-form .sf-fieldWrp.sf-Checkboxes > div > label > input[type="checkbox"]:checked ~ div.form-checkbox-input, .form-container .feedback-form .sf-fieldWrp.sf-RadioButtons > div > label > input[type="checkbox"]:checked ~ div.form-checkbox-input {
      background: #26ADE3 url("/ResourcePackages/Theme/assets/dist/icons/check-white.svg") center center no-repeat;
      border: 2px solid #26ADE3; }
    .form-container .feedback-form .sf-fieldWrp.sf-Checkboxes > div > label > input[type="radio"]:checked ~ div.form-radio-input:after, .form-container .feedback-form .sf-fieldWrp.sf-RadioButtons > div > label > input[type="radio"]:checked ~ div.form-radio-input:after {
      background-color: #26ADE3; }
  .form-container .feedback-form .field-captcha-container .captcha-input-wrapper .captcha-input {
    padding-left: 0; }
  .form-container .feedback-form .feedback-form-feedback-comment-field label {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 39px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .form-container .feedback-form .feedback-form-feedback-comment-field label {
        font-size: 16px;
        line-height: 24px; } }

.feedbacks-slider {
  border-radius: 10px;
  border: 1px solid #c6d2db;
  padding: 75px 50px 10px 50px;
  position: relative; }
  .feedbacks-slider::before {
    background: url("/ResourcePackages/Theme/assets/dist/icons/quote.svg") no-repeat center center;
    content: "";
    position: absolute;
    display: block;
    height: 36px;
    width: 36px;
    top: 20px;
    left: 43px; }

.feedbacks .slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .feedbacks .slick-slider .slick-list {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .feedbacks .slick-slider .slick-arrow {
    background-color: #26ade3;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .feedbacks .slick-slider .slick-arrow svg {
      width: 11px;
      height: 13px; }
  .feedbacks .slick-slider .slick-prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    outline: 0;
    margin-left: 0; }
  .feedbacks .slick-slider .slick-next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    outline: 0; }

.feedbacks .card-text {
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  color: #1C2654; }
  @media only screen and (max-width: 991px) {
    .feedbacks .card-text {
      font-size: 12px;
      line-height: 22px; } }

.feedbacks .card-title {
  color: #1C2654;
  font-size: 28px;
  font-weight: bold;
  line-height: 43px;
  text-transform: uppercase; }

.feedbacks-with-image .feedbacks-slider {
  padding: 60px 40px 20px 40px; }
  .feedbacks-with-image .feedbacks-slider:before {
    top: 10px;
    left: 35px; }

.feedbacks-image {
  width: 100%; }
  .feedbacks-image-col {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); }

.feedbacks-flipped .feedbacks-slider-col {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.feedbacks-flipped .feedbacks-image-col {
  -webkit-transform: translateY(40px);
          transform: translateY(40px); }

.feedbacks + .feedbacks {
  margin-top: -50px; }

@media only screen and (max-width: 991px) {
  .feedbacks-slider {
    border-radius: 0px;
    border: none;
    padding: 0px; }
    .feedbacks-slider:before {
      content: none; }
  .feedbacks .card {
    margin-top: 15px;
    border-radius: 10px;
    border: 1px solid #c6d2db;
    padding: 40px 16px 10px 16px;
    position: relative; }
    .feedbacks .card:before {
      background: url("/ResourcePackages/Theme/assets/dist/icons/quote.svg") no-repeat center center;
      content: "";
      position: absolute;
      display: block;
      height: 50px;
      width: 50px;
      top: -25px;
      left: 10px; }
  .feedbacks .feedbacks-slider-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 25px; }
  .feedbacks .feedbacks-image-col {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 25px; }
  .feedbacks .slick-slide ~ .slick-slide .card {
    margin: 0 15px;
    margin-top: 15px; }
  .feedbacks-with-image .feedbacks-slider {
    padding: 0; } }

.follow-us .section-header {
  opacity: 0;
  -webkit-transform: translate3d(-20px, 0, 0) scaleZ(1);
          transform: translate3d(-20px, 0, 0) scaleZ(1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scaleZ(1);
          transform: translate3d(0, 0, 0) scaleZ(1);
  -webkit-transition: opacity 450ms 0ms, -webkit-transform 450ms 0ms;
  transition: opacity 450ms 0ms, -webkit-transform 450ms 0ms;
  transition: opacity 450ms 0ms, transform 450ms 0ms;
  transition: opacity 450ms 0ms, transform 450ms 0ms, -webkit-transform 450ms 0ms; }

.follow-us .card {
  border-radius: 8px;
  position: relative;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  right: 15px; }
  @media only screen and (max-width: 991px) {
    .follow-us .card {
      margin-top: 10px; } }
  .follow-us .card-wrapper {
    margin-bottom: 3%; }
    @media only screen and (min-width: 992px) {
      .follow-us .card-wrapper {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
                transform: translate3d(0, 40px, 0);
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        -webkit-transition: opacity 450ms 0ms, -webkit-transform 450ms 0ms;
        transition: opacity 450ms 0ms, -webkit-transform 450ms 0ms;
        transition: opacity 450ms 0ms, transform 450ms 0ms;
        transition: opacity 450ms 0ms, transform 450ms 0ms, -webkit-transform 450ms 0ms; } }
  .follow-us .card-wrapper:before {
    content: "";
    padding-bottom: 100%;
    display: block; }
  .follow-us .card-img-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #e9ecf6; }
  .follow-us .card-logo-wrapper .card-logo {
    width: 100%;
    height: 100%; }
  .follow-us .card-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .follow-us .card-body {
    padding: 20px; }
  .follow-us .card-category {
    color: #58cbf9;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    left: 20px; }
  .follow-us .card-twitter {
    background-color: #26ade3;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px; }
    .follow-us .card-twitter .card-text {
      overflow: hidden;
      max-height: calc(24px * 8);
      white-space: pre-wrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media only screen and (max-width: 1199px) {
        .follow-us .card-twitter .card-text {
          max-height: calc(24px * 5);
          overflow-y: hidden; } }
  .follow-us .card-facebook {
    background-color: #1761ab;
    font-size: 14px;
    line-height: 24px; }
    .follow-us .card-facebook .card-category {
      color: #6097ce; }
    .follow-us .card-facebook .card-badge-wrapper {
      position: absolute;
      top: -9px;
      right: 10px;
      width: 38px;
      height: 27px; }
    .follow-us .card-facebook .card-badge {
      width: 100%;
      height: 100%; }
    .follow-us .card-facebook .card-text {
      overflow: hidden;
      max-height: calc(24px * 8);
      white-space: pre-wrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media only screen and (max-width: 1199px) {
        .follow-us .card-facebook .card-text {
          max-height: calc(24px * 5);
          overflow-y: hidden; } }
  .follow-us .card-linkedin {
    background-color: #66cbf3;
    font-size: 14px;
    line-height: 24px; }
    .follow-us .card-linkedin .card-category {
      color: #0077B5; }
    .follow-us .card-linkedin .card-badge-wrapper {
      position: absolute;
      top: -9px;
      right: 10px;
      width: 38px;
      height: 27px; }
    .follow-us .card-linkedin .card-badge {
      width: 100%;
      height: 100%; }
    .follow-us .card-linkedin .card-text {
      overflow: hidden;
      max-height: calc(24px * 8);
      white-space: pre-wrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media only screen and (max-width: 1199px) {
        .follow-us .card-linkedin .card-text {
          max-height: calc(24px * 5);
          overflow-y: hidden; } }
  .follow-us .card-instagram .card-text, .follow-us .card-youtube .card-text {
    overflow: hidden;
    max-height: calc(24px * 8);
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media only screen and (max-width: 1199px) {
      .follow-us .card-instagram .card-text, .follow-us .card-youtube .card-text {
        max-height: calc(24px * 5);
        overflow-y: hidden; } }
  .follow-us .card-instagram .card-body, .follow-us .card-youtube .card-body {
    padding: 0; }
  .follow-us .card-instagram .card-logo-wrapper, .follow-us .card-youtube .card-logo-wrapper, .follow-us .card-twitter .card-logo-wrapper, .follow-us .card-linkedin .card-logo-wrapper, .follow-us .card-facebook .card-logo-wrapper {
    background: red;
    width: 44px;
    height: 44px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px;
    left: 30px;
    bottom: -20px;
    position: absolute; }
  .follow-us .card-twitter .card-logo-wrapper {
    background: #1c2654; }
  .follow-us .card-facebook .card-logo-wrapper {
    background: #1c2654; }
  .follow-us .card-instagram .card-logo-wrapper {
    background: #992d8f; }
  .follow-us .card-youtube .card-logo-wrapper {
    background-color: #df4728; }
  .follow-us .card-linkedin .card-logo-wrapper {
    background-color: #0077B5; }

@media only screen and (max-width: 991px) {
  .follow-us .mobile-hscroll {
    padding-bottom: 20px; }
  .follow-us .card-text {
    font-size: 14px; } }

footer.footer-wrapper {
  padding: 30px 0;
  background-color: #1C2654;
  color: white;
  text-align: left; }
  @media only screen and (max-width: 991px) {
    footer.footer-wrapper {
      padding: 20px 0; } }

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .footer-youtube {
    -webkit-transform: translateY(3px);
            transform: translateY(3px); }
  .footer-twitter {
    -webkit-transform: translateY(1px);
            transform: translateY(1px); }

.footer-nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .footer-nav ul li {
      list-style-type: none; }
    @media only screen and (max-width: 991px) {
      .footer-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .footer-nav li:before {
    content: "•";
    padding: 0 10px; }
    @media only screen and (max-width: 991px) {
      .footer-nav li:before {
        display: none; } }
  .footer-nav li:first-child::before {
    content: none; }
  .footer-nav-link {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 37px;
    -webkit-transition: color 450ms;
    transition: color 450ms; }
    @media only screen and (max-width: 991px) {
      .footer-nav-link {
        font-size: 14px;
        font-weight: bold;
        line-height: 41px; } }
    .footer-nav-link:hover {
      color: #26ADE3;
      text-decoration: none; }

.footer-copyright {
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 37px; }
  @media only screen and (max-width: 991px) {
    .footer-copyright {
      font-size: 12px; } }

.footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px; }
  .footer-social li {
    list-style-type: none; }
  .footer-social li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer-social-network {
    position: relative;
    padding: 0 10px; }
    .footer-social-network svg {
      height: 23px;
      width: 23px;
      color: white;
      -webkit-transition: color 450ms;
      transition: color 450ms; }
      @media only screen and (max-width: 767px) {
        .footer-social-network svg {
          height: 20px;
          width: 20px; } }
  .footer-social-network:hover svg {
    color: #26ADE3; }
  @media only screen and (max-width: 767px) {
    .footer-social {
      width: 100%;
      margin-top: 40px;
      margin-bottom: 10px; } }

.header-space {
  height: 90px; }
  @media only screen and (max-width: 991px) {
    .header-space {
      height: 60px; } }

.inactive {
  display: none; }

.active {
  display: block; }

header.header-wrapper {
  position: fixed;
  top: 0px;
  z-index: 10;
  height: 90px;
  width: 100%;
  padding-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
  background-color: white;
  -webkit-transition: -webkit-box-shadow 450ms;
  transition: -webkit-box-shadow 450ms;
  transition: box-shadow 450ms;
  transition: box-shadow 450ms, -webkit-box-shadow 450ms;
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 450ms 0ms, -webkit-transform 450ms 0ms;
  transition: opacity 450ms 0ms, -webkit-transform 450ms 0ms;
  transition: opacity 450ms 0ms, transform 450ms 0ms;
  transition: opacity 450ms 0ms, transform 450ms 0ms, -webkit-transform 450ms 0ms; }
  header.header-wrapper.sticky {
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); }
  header.header-wrapper.bordered {
    border-bottom: solid 1px rgba(151, 151, 151, 0.34); }
  @media only screen and (max-width: 991px) {
    header.header-wrapper {
      color: #fff;
      background-color: #1C2654;
      height: 60px;
      padding: 5px 0; } }

.mobile-navigation-open + header.header-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none; }

.header-dummy-space {
  height: 90px; }
  @media only screen and (max-width: 991px) {
    .header-dummy-space {
      height: 60px; } }

.header {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  margin-top: 10px; }
  @media only screen and (max-width: 991px) {
    .header {
      margin-top: 0; } }
  .header > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    @media only screen and (max-width: 991px) {
      .header > .container {
        position: relative; } }

.header-logo {
  position: absolute;
  -ms-flex-item-align: start;
      align-self: flex-start;
  height: 70%;
  width: auto;
  z-index: 10;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-negative: 10;
      flex-shrink: 10;
  text-decoration: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media only screen and (max-width: 991px) {
    .header-logo {
      height: 100%; } }
  @media only screen and (max-width: 991px) {
    .header-logo a {
      padding: 3px 0; } }
  .header-logo img {
    height: 100%; }
  .header-logo-mobile {
    top: 45%;
    width: 20%;
    height: 100%; }

@media only screen and (min-width: 992px) {
  .header-logo-mobile {
    display: none; } }

@media only screen and (max-width: 991px) {
  .header-logo:not(.header-logo-mobile) {
    display: none; } }

.header-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%; }

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media only screen and (max-width: 991px) {
    .header-nav {
      display: none; } }
  .header-nav:first-child {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.header-navList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .header-navList li {
    list-style-type: none; }
  .header-navList-container {
    position: relative; }
    .header-navList-container::before {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 0;
      border-bottom: 1px solid #D8D8D8; }
  .header-navList-main {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 15px; }
  .header-navList-topHeader-dropdown {
    z-index: 1;
    position: absolute;
    top: -5px;
    left: -4px;
    width: calc(100% + 10px);
    border-radius: 6px;
    overflow: hidden;
    -webkit-transform: perspective(500px) rotateX(-40deg);
            transform: perspective(500px) rotateX(-40deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
    visibility: hidden;
    background-color: white;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
    -webkit-transition: opacity 450ms, visibility 450ms, -webkit-transform 450ms;
    transition: opacity 450ms, visibility 450ms, -webkit-transform 450ms;
    transition: opacity 450ms, transform 450ms, visibility 450ms;
    transition: opacity 450ms, transform 450ms, visibility 450ms, -webkit-transform 450ms; }
    .header-navList-topHeader-dropdown-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 8px 10px;
      border-bottom: 1px solid #DFE9F1;
      background-color: #26ADE3;
      color: white;
      font-weight: bold; }
      .header-navList-topHeader-dropdown-header:first-child a {
        color: white;
        white-space: nowrap; }
      .header-navList-topHeader-dropdown-header-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 4px;
        width: 9px;
        height: 5px; }
        .header-navList-topHeader-dropdown-header-arrow svg {
          color: white;
          width: 100%;
          height: 100%; }
      .header-navList-topHeader-dropdown-header:hover a {
        color: white !important; }
    .header-navList-topHeader-dropdown-item {
      display: block;
      padding: 8px 10px;
      border-bottom: 1px solid #DFE9F1;
      -webkit-transition: color 450ms;
      transition: color 450ms; }
      .header-navList-topHeader-dropdown-item:last-child {
        border-bottom: none; }
      .header-navList-topHeader-dropdown-item:hover {
        color: #26ADE3; }

.header-navList-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  color: white;
  -webkit-transition: border-bottom-color 450ms;
  transition: border-bottom-color 450ms; }
  .header-navList-item:not(:last-child) {
    padding-right: 10px; }
    @media only screen and (max-width: 991px) {
      .header-navList-item:not(:last-child) {
        padding-right: 30px; } }
  .header-navList-item a {
    color: #20275A;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: color 450ms;
    transition: color 450ms; }
  .header-navList-item:hover > a,
  .header-navList-item a.active {
    color: #26ADE3; }
  .header-navList-item.navigation-link {
    -webkit-transition: border-color 450ms, color 450ms;
    transition: border-color 450ms, color 450ms; }
    .header-navList-item.navigation-link.active {
      color: #26ADE3;
      -webkit-transition: color 450ms;
      transition: color 450ms; }
      .header-navList-item.navigation-link.active svg, .header-navList-item.navigation-link.active > a {
        color: #26ADE3; }
  .header-navList-item > span {
    -webkit-transition: color 450ms;
    transition: color 450ms; }
  .header-navList-item-hasDropdown {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    color: #20275A; }
    .header-navList-item-hasDropdown > svg, .header-navList-item-hasDropdown > span {
      pointer-events: none; }
    .header-navList-item-hasDropdown:hover, .header-navList-item-hasDropdown:focus-within, .header-navList-item-hasDropdown a:focus {
      color: #26ADE3; }
      .header-navList-item-hasDropdown:hover .header-navList-topHeader-dropdown, .header-navList-item-hasDropdown:focus-within .header-navList-topHeader-dropdown, .header-navList-item-hasDropdown a:focus .header-navList-topHeader-dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: perspective(0px) rotateX(0);
                transform: perspective(0px) rotateX(0); }
  .header-navList-item-hasSubNavigation {
    cursor: pointer;
    color: #20275A; }
    .header-navList-item-hasSubNavigation > svg, .header-navList-item-hasSubNavigation > span {
      pointer-events: none; }
    .header-navList-item-hasSubNavigation-arrow {
      -webkit-transform: translateX(5px) rotate(-90deg);
              transform: translateX(5px) rotate(-90deg);
      transform: translateX(5px) rotate(-90deg); }
      .header-navList-item-hasSubNavigation-arrow svg {
        color: #20275A;
        width: 9px;
        height: 14px; }
    .header-navList-item-hasSubNavigation-top-header-arrow {
      color: #20275A;
      width: 9px;
      height: 14px;
      margin-left: 5px; }
      .header-navList-item-hasSubNavigation-top-header-arrow svg {
        max-width: 9px;
        max-height: 14px; }
    .header-navList-item-hasSubNavigation:hover .header-navList-itemSubNavigation {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .header-navList-item-languageSelector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -4px;
    font-family: 'GE SS Two', Gotham, Verdana; }
  .header-navList-item-languageSelector a {
    font-size: 19px;
    text-decoration: none;
    font-family: 'GE SS Two'; }

.header-navList-shortcuts {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 13px; }
  .header-navList-shortcuts .header-navList-item {
    padding: 5px;
    font-weight: normal;
    line-height: 14px;
    font-size: 14px; }

.header-navList-cta .header-navList-item a {
  font-size: 14px;
  padding-left: 7px;
  font-weight: bold;
  text-transform: none; }

.header-navList-main {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 17px;
  font-weight: bold; }
  .header-navList-main .header-navList-item a {
    text-transform: uppercase; }
  .header-navList-main .header-navList-item span {
    text-transform: uppercase; }
  .header-navList-main .header-navList-item:not(:first-child) {
    padding-left: 15px; }
  .header-navList-main .header-navList-item:hover svg {
    color: #26ADE3; }
  .header-navList-main .header-navList-itemSubNavigation-linkGroup ul > li {
    list-style-type: disc; }
  .header-navList-main .header-navList-itemSubNavigation-linkGroup ul > li > a {
    font-size: 14px;
    font-weight: normal;
    text-transform: none; }

.header-navList-cta-sticky {
  display: none; }

.header-nav-mobile {
  position: relative;
  height: 100%;
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header-nav-mobile .header-navList {
    height: 100%; }
  .header-nav-mobile .header-navList-item-languageSelector a {
    font-size: 18px;
    font-family: 'GE SS Two'; }
  .header-nav-mobile .header-navList-item-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin-right: 30px;
    margin-right: 30px; }
  @media only screen and (max-width: 991px) {
    .header-nav-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

/* ==========================================================================
Sub Navigation
/* ========================================================================== */
.header-navList-itemSubNavigation {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-height: 369px;
  padding: 50px 0;
  cursor: auto;
  background: white;
  -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  color: #1C2654;
  font-weight: bold;
  pointer-events: none;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: visibility 450ms, opacity 450ms, border 450ms, -webkit-transform 450ms;
  transition: visibility 450ms, opacity 450ms, border 450ms, -webkit-transform 450ms;
  transition: visibility 450ms, opacity 450ms, transform 450ms, border 450ms;
  transition: visibility 450ms, opacity 450ms, transform 450ms, border 450ms, -webkit-transform 450ms; }
  .header-navList-itemSubNavigation-item {
    text-decoration: none; }
    .header-navList-itemSubNavigation-item ul li a {
      font-size: 16px;
      text-transform: none; }
  .header-navList-itemSubNavigation-background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.24; }
  .header-navList-itemSubNavigation-left {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text; }
  .header-navList-itemSubNavigation-right-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-navList-itemSubNavigation-right {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    margin-left: 30px;
    padding-left: 50px;
    -webkit-transition: opacity 450ms, visibility 450ms;
    transition: opacity 450ms, visibility 450ms; }
    .header-navList-itemSubNavigation-right.active {
      position: relative;
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 150ms;
              transition-delay: 150ms; }
    .header-navList-itemSubNavigation-right-img {
      width: 70px;
      height: 70px; }
    .header-navList-itemSubNavigation-right-page-info {
      margin-left: 30px;
      padding-left: 50px; }
    .header-navList-itemSubNavigation-right-outer-pages {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden;
      margin-left: 30px;
      padding-left: 50px;
      -webkit-transition: opacity 450ms, visibility 450ms;
      transition: opacity 450ms, visibility 450ms; }
      .header-navList-itemSubNavigation-right-outer-pages.active {
        position: relative;
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 450ms;
                transition-delay: 450ms; }
  .header-navList-itemSubNavigation-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    font-size: 23px;
    line-height: 38px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #1C2654;
    text-transform: uppercase; }
  .header-navList-itemSubNavigation-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(-45deg) translate(75%, -50%);
            transform: rotate(-45deg) translate(75%, -50%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    height: 35px;
    width: 16px; }
    .header-navList-itemSubNavigation-arrow svg {
      height: 35px;
      width: 16px; }
  .header-navList-itemSubNavigation-description {
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    text-transform: none; }
  .header-navList-itemSubNavigation-linkGroup {
    margin-top: 20px;
    text-transform: lowercase; }
  .header-navList-itemSubNavigation a.header-navList-itemSubNavigation-item {
    display: block;
    color: #1C2654;
    font-size: 14px;
    font-weight: bold;
    padding-top: 8px;
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: color 450ms;
    transition: color 450ms; }
    .header-navList-itemSubNavigation a.header-navList-itemSubNavigation-item .header-navList-itemSubNavigation-item-arrow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 4px;
      width: 9px;
      height: 13px;
      color: #26ADE3;
      opacity: 0;
      -webkit-transition: opacity 450ms, -webkit-transform 450ms;
      transition: opacity 450ms, -webkit-transform 450ms;
      transition: opacity 450ms, transform 450ms;
      transition: opacity 450ms, transform 450ms, -webkit-transform 450ms;
      -webkit-transform: rotate(180deg) translateX(8px);
              transform: rotate(180deg) translateX(8px); }
      .header-navList-itemSubNavigation a.header-navList-itemSubNavigation-item .header-navList-itemSubNavigation-item-arrow svg {
        width: 100%;
        height: 100%; }
    .header-navList-itemSubNavigation a.header-navList-itemSubNavigation-item:active, .header-navList-itemSubNavigation a.header-navList-itemSubNavigation-item.active {
      color: #26ADE3; }
    .header-navList-itemSubNavigation a.header-navList-itemSubNavigation-item:hover, .header-navList-itemSubNavigation a.header-navList-itemSubNavigation-item:focus {
      color: #26ADE3 !important;
      font-weight: bold;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .header-navList-itemSubNavigation a.header-navList-itemSubNavigation-item:hover .header-navList-itemSubNavigation-item-arrow, .header-navList-itemSubNavigation a.header-navList-itemSubNavigation-item:focus .header-navList-itemSubNavigation-item-arrow {
        opacity: 1;
        -webkit-transform: rotate(180deg) translateX(2px);
                transform: rotate(180deg) translateX(2px); }
    .header-navList-itemSubNavigation a.header-navList-itemSubNavigation-item:not(:last-child) {
      margin-bottom: 15px; }

.header-navList-itemSubNavigation:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 10px;
  bottom: 0;
  left: 49%;
  border-left: 1px solid #E5E5E5;
  -webkit-transform: translate(-49%);
          transform: translate(-49%); }

.header-navList-itemSubNavigation:after {
  content: "";
  position: absolute;
  top: 10px;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #E5E5E5; }

/* ==========================================================================
Search
========================================================================== */
.search-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: #1C2654;
  visibility: hidden; }
  @media only screen and (min-width: 992px) {
    .search-wrapper {
      display: none; } }

.search {
  font-size: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 94px; }
  @media only screen and (max-width: 991px) {
    .search {
      font-size: 25px; } }
  .search-form {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .search-form .search-button {
      position: absolute;
      left: 20px;
      height: 20px;
      width: 20px;
      cursor: pointer;
      color: white;
      -webkit-filter: invert(100%);
              filter: invert(100%); }
    .search-form input {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      background: none;
      padding: 0;
      margin: 0;
      outline: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px 20px 10px 20px;
      border-radius: 27px;
      border: 3px solid #414E90;
      text-align: center;
      -webkit-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2;
      width: 100%;
      color: white;
      font-weight: bold;
      font-size: 12px;
      text-transform: uppercase;
      -webkit-transition: border-color 450ms;
      transition: border-color 450ms; }
      .search-form input::-ms-expand, .search-form input::-ms-clear {
        display: none; }
      .search-form input::-webkit-input-placeholder {
        color: #414E90; }
      .search-form input::-moz-placeholder {
        color: #414E90; }
      .search-form input::-ms-input-placeholder {
        color: #414E90; }
      .search-form input::placeholder {
        color: #414E90; }
      .search-form input:focus {
        border-color: white; }

.header-search-closeButton {
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1C2654;
  cursor: pointer;
  -webkit-transition: opacity 450ms, visibility 450ms, -webkit-transform 450ms;
  transition: opacity 450ms, visibility 450ms, -webkit-transform 450ms;
  transition: transform 450ms, opacity 450ms, visibility 450ms;
  transition: transform 450ms, opacity 450ms, visibility 450ms, -webkit-transform 450ms; }
  .header-search-closeButton svg {
    height: 15px;
    width: 15px; }

.header-search-openButton {
  -webkit-transition: -webkit-transform 450ms;
  transition: -webkit-transform 450ms;
  transition: transform 450ms;
  transition: transform 450ms, -webkit-transform 450ms; }

.header-navList-item-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transition: -webkit-transform 450ms;
  transition: -webkit-transform 450ms;
  transition: transform 450ms;
  transition: transform 450ms, -webkit-transform 450ms; }
  .header-navList-item-search svg {
    color: #000000;
    height: 14px;
    width: 14px; }
    @media only screen and (max-width: 991px) {
      .header-navList-item-search svg {
        color: #fff;
        -webkit-filter: invert(100%);
                filter: invert(100%);
        min-height: 19px;
        min-width: 19px; } }
  @media only screen and (min-width: 992px) {
    .header-navList-item-search {
      background: white;
      width: 200px;
      padding: 5px 0 5px 10px;
      margin-right: -170px;
      z-index: 4;
      -webkit-transform: translateY(-1px);
              transform: translateY(-1px); } }

.search-form-desktop {
  position: absolute;
  padding-left: 20px;
  width: 370px;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: opacity 450ms, visibility 450ms;
  transition: opacity 450ms, visibility 450ms; }
  .search-form-desktop input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    outline: none;
    width: 100%;
    font-weight: bold;
    color: #26ADE3;
    background-color: white; }
    .search-form-desktop input::-ms-expand, .search-form-desktop input::-ms-clear {
      display: none; }
    .search-form-desktop input::-webkit-input-placeholder {
      color: #C6D2DB; }
    .search-form-desktop input::-moz-placeholder {
      color: #C6D2DB; }
    .search-form-desktop input::-ms-input-placeholder {
      color: #C6D2DB; }
    .search-form-desktop input::placeholder {
      color: #C6D2DB; }
  .search-form-desktop span {
    color: black;
    margin-left: 10px; }

.search-open .search-form-desktop {
  opacity: 1;
  visibility: visible; }

@media only screen and (min-width: 992px) {
  .search-open .header-navList-item-search {
    -webkit-transform: translateY(-1px) translateX(-350px);
            transform: translateY(-1px) translateX(-350px); } }

/* ==========================================================================
Animations: open/close search and sub navigation
/* ========================================================================== */
@-webkit-keyframes header-fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }
@keyframes header-fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

header.header-wrapper {
  -webkit-animation: header-fade-in 450ms ease-out forwards;
          animation: header-fade-in 450ms ease-out forwards; }
  header.header-wrapper .header {
    -webkit-transition: background-color 300ms 450ms;
    transition: background-color 300ms 450ms; }
  header.header-wrapper .search-wrapper {
    -webkit-transform: translateY(90%);
            transform: translateY(90%);
    opacity: 0;
    -webkit-transition: opacity ease, visibility step-end, -webkit-transform ease;
    transition: opacity ease, visibility step-end, -webkit-transform ease;
    transition: transform ease, opacity ease, visibility step-end;
    transition: transform ease, opacity ease, visibility step-end, -webkit-transform ease;
    -webkit-transition-duration: 450ms;
            transition-duration: 450ms; }
  header.header-wrapper.search-open .search-wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: opacity ease, visibility step-start, -webkit-transform ease;
    transition: opacity ease, visibility step-start, -webkit-transform ease;
    transition: transform ease, opacity ease, visibility step-start;
    transition: transform ease, opacity ease, visibility step-start, -webkit-transform ease;
    -webkit-transition-duration: 450ms;
            transition-duration: 450ms; }
  header.header-wrapper.search-open .header-search-closeButton {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  @media only screen and (max-width: 991px) {
    header.header-wrapper.search-open .header-search-openButton {
      -webkit-transform: translateX(200%);
              transform: translateX(200%); } }
  header.header-wrapper .header-logo:after {
    -webkit-transition: -webkit-transform 225ms 450ms;
    transition: -webkit-transform 225ms 450ms;
    transition: transform 225ms 450ms;
    transition: transform 225ms 450ms, -webkit-transform 225ms 450ms; }
  header.header-wrapper .header .header-navList-item svg {
    -webkit-transition: color 450ms;
    transition: color 450ms; }
  header.header-wrapper.subNavigation-open .header {
    background-color: white; }
    header.header-wrapper.subNavigation-open .header .header-navList-cta .button-secondary {
      color: #004b8e;
      border-color: #004b8e; }
    header.header-wrapper.subNavigation-open .header .navigation-link:hover {
      color: #26ADE3; }
    header.header-wrapper.subNavigation-open .header .header-navList-itemSubNavigation-open .header-navList-itemSubNavigation {
      visibility: visible;
      opacity: 1;
      pointer-events: auto; }
    header.header-wrapper.subNavigation-open .header .header-navList-itemBottomBorder {
      background: #004b8e; }

.is-ie .header-wrapper.sticky .header-nav-wrapper {
  display: block; }

main {
  overflow: hidden; }

.hero {
  margin-top: 50px; }
  @media only screen and (max-width: 991px) {
    .hero {
      overflow: hidden; } }
  @media only screen and (max-width: 991px) {
    .hero-margin {
      margin-bottom: 50px; } }
  .hero-header {
    color: #20275a;
    font-size: 32px;
    font-weight: bold;
    line-height: 43px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 450ms 200ms, -webkit-transform 450ms 200ms;
    transition: opacity 450ms 200ms, -webkit-transform 450ms 200ms;
    transition: opacity 450ms 200ms, transform 450ms 200ms;
    transition: opacity 450ms 200ms, transform 450ms 200ms, -webkit-transform 450ms 200ms; }
    @media only screen and (max-width: 991px) {
      .hero-header {
        font-size: 25px;
        line-height: 30px;
        margin-top: 2em; } }
  .hero-subheader {
    color: #20275a;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 450ms 200ms, -webkit-transform 450ms 200ms;
    transition: opacity 450ms 200ms, -webkit-transform 450ms 200ms;
    transition: opacity 450ms 200ms, transform 450ms 200ms;
    transition: opacity 450ms 200ms, transform 450ms 200ms, -webkit-transform 450ms 200ms; }
    @media only screen and (max-width: 991px) {
      .hero-subheader {
        font-size: 18px;
        line-height: 26px; } }
  .hero-text {
    margin-bottom: 20px;
    color: #20275a;
    font-size: 14px;
    line-height: 28px;
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 450ms 400ms, -webkit-transform 450ms 400ms;
    transition: opacity 450ms 400ms, -webkit-transform 450ms 400ms;
    transition: opacity 450ms 400ms, transform 450ms 400ms;
    transition: opacity 450ms 400ms, transform 450ms 400ms, -webkit-transform 450ms 400ms; }
    @media only screen and (max-width: 991px) {
      .hero-text {
        margin-bottom: 50px; } }
    .hero-text h4 {
      font-size: 18px;
      line-height: 28px; }
  .hero-image-desktop-wrapper {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 5s 0ms, -webkit-transform 5s 0ms;
    transition: opacity 5s 0ms, -webkit-transform 5s 0ms;
    transition: opacity 5s 0ms, transform 5s 0ms;
    transition: opacity 5s 0ms, transform 5s 0ms, -webkit-transform 5s 0ms; }
  .hero-image-desktop {
    width: 100%; }
    @media only screen and (min-width: 1200px) {
      .hero-image-desktop.scale {
        -webkit-transform: scale(1.4) translate(-5%, 6%);
                transform: scale(1.4) translate(-5%, 6%); } }
    @media only screen and (max-width: 1199px) {
      .hero-image-desktop.scale {
        -webkit-transform: scale(1.7) translate(-6%, 16%);
                transform: scale(1.7) translate(-6%, 16%); } }
    @media only screen and (max-width: 991px) {
      .hero-image-desktop.scale {
        -webkit-transform: scale(1.3) translate(-8%, 6%);
                transform: scale(1.3) translate(-8%, 6%); } }
    @media only screen and (max-width: 767px) {
      .hero-image-desktop.scale {
        -webkit-transform: scale(1.3) translate(-5%, 6%);
                transform: scale(1.3) translate(-5%, 6%); } }
  .hero-text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (max-width: 991px) {
      .hero-text-wrapper {
        margin-top: 30px; } }
  .hero .btn-wrapper {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 450ms 600ms, -webkit-transform 450ms 600ms;
    transition: opacity 450ms 600ms, -webkit-transform 450ms 600ms;
    transition: opacity 450ms 600ms, transform 450ms 600ms;
    transition: opacity 450ms 600ms, transform 450ms 600ms, -webkit-transform 450ms 600ms; }
  .hero .btn, .hero .button, .hero .documentLinks-item-link, .hero .form-container button[type=submit], .form-container .hero button[type=submit] {
    display: inline-block; }
  .hero.hero-content .hero-header {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 35px; }
    @media only screen and (max-width: 991px) {
      .hero.hero-content .hero-header {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 1rem; } }
  .hero.hero-content .hero-image-desktop-wrapper {
    position: relative; }
    .hero.hero-content .hero-image-desktop-wrapper .hero-image-wrapper {
      position: relative;
      padding: 30px 10px; }
    .hero.hero-content .hero-image-desktop-wrapper .hero-image-wrapper:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 100px;
      left: -40px;
      bottom: 0;
      background: #1C2654;
      border-radius: 8px; }
      @media only screen and (max-width: 576px) {
        .hero.hero-content .hero-image-desktop-wrapper .hero-image-wrapper:before {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; } }
    .hero.hero-content .hero-image-desktop-wrapper img {
      position: relative;
      border-radius: 8px; }

.hero2 {
  margin-top: 20px; }
  @media only screen and (max-width: 991px) {
    .hero2 {
      margin-top: 0px; } }
  .hero2-image-wrapper, .hero2-video-column {
    background-color: #1C2654;
    border-radius: 10px;
    position: relative;
    padding: 70px; }
    .hero2-image-wrapper::before, .hero2-video-column::before {
      content: "";
      position: absolute;
      height: 100%;
      width: 100vw;
      background-color: #1C2654;
      top: 0;
      left: 10px;
      z-index: 0; }
  .hero2-video-column {
    padding: 100px 0; }
    .hero2-video-column-with-title {
      padding-top: 40px; }
  .hero2-text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    @media only screen and (max-width: 991px) {
      .hero2-text-wrapper {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .hero2-image {
    position: relative;
    -webkit-transform: translateX(-170px);
            transform: translateX(-170px);
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    width: 40vw;
    border-radius: 10px; }
  .hero2-logobg {
    width: 110px;
    height: 110px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
    margin-bottom: 20px; }
    .hero2-logobg .hero2-logo {
      margin-bottom: 0px;
      max-height: 100%;
      max-width: 100%; }
  .hero2-logo {
    height: 80px;
    margin-bottom: 15px; }
  .hero2-header {
    color: #1C2654;
    font-size: 40px;
    font-weight: bold;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .hero2-text {
    position: relative;
    color: #1C2654;
    font-size: 14px;
    line-height: 28px; }
    @media only screen and (max-width: 991px) {
      .hero2-text {
        font-size: 12px;
        color: #20275A;
        line-height: 22px; } }
    .hero2-text-seeMore {
      background: none;
      border: 0;
      padding: 0;
      cursor: pointer;
      font-weight: bold;
      font-size: 16px;
      text-transform: uppercase;
      color: #C6D2DB;
      -webkit-transition: color 450ms;
      transition: color 450ms; }
      .hero2-text-seeMore > span {
        position: relative; }
      .hero2-text-seeMore:hover {
        color: #26ADE3; }
      @media only screen and (max-width: 991px) {
        .hero2-text-seeMore {
          font-size: 12px; } }
    .hero2-text.trimmed-text {
      max-height: 14em;
      overflow: hidden;
      -webkit-transition: max-height 450ms;
      transition: max-height 450ms; }
    .hero2-text.trimmed-text::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 40px;
      width: 100%;
      background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(50%, white), to(transparent));
      background-image: linear-gradient(to top, white, white 50%, transparent); }
    .hero2-text.expanded {
      max-height: 1500px; }
      .hero2-text.expanded::after {
        display: none; }
      .hero2-text.expanded + .hero2-text-seeMore {
        display: none; }
  .hero2-text + .btn, .hero2-text + .button, .hero2-text + .documentLinks-item-link, .form-container .hero2-text + button[type=submit] {
    margin-top: 50px; }
  .hero2-video-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    -webkit-transform: translateX(-5%) scaleZ(1);
            transform: translateX(-5%) scaleZ(1);
    width: 47vw;
    height: 60vh;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.08); }
    .hero2-video-wrapper.video-playing .hero2-video {
      visibility: visible;
      opacity: 1;
      pointer-events: all; }
    .hero2-video-wrapper.video-playing .hero2-video-img {
      display: none; }
    .hero2-video-wrapper.video-playing .hero2-video-play {
      display: none; }
  .hero2-video {
    width: 100%;
    height: 100%;
    background: black;
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none; }
    @media only screen and (max-width: 991px) {
      .hero2-video {
        height: 30vh; } }
  .hero2-video-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .hero2-video-play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer; }
    .hero2-video-play svg {
      width: 75px;
      height: 75px; }
  .hero2-video-title {
    position: relative;
    color: #ffffff;
    font-size: 22px;
    line-height: 43px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 1;
    margin-left: 50px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 991px) {
      .hero2-video-title {
        margin-top: 1rem; } }
  .hero2-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 30px;
    width: 120%; }
    .hero2-breadcrumbs li {
      padding-left: 10px; }
      .hero2-breadcrumbs li a, .hero2-breadcrumbs li span {
        color: #1C2654;
        font-size: 17px;
        font-weight: bold; }
      .hero2-breadcrumbs li span {
        color: #26ade3; }
      .hero2-breadcrumbs li::before {
        content: "»";
        padding-right: 5px;
        color: #1C2654;
        font-weight: bold; }
      .hero2-breadcrumbs li:first-child {
        padding-left: 0; }
        .hero2-breadcrumbs li:first-child::before {
          content: none; }
  .hero2-media-wrapper {
    position: relative; }
  .hero2-bg-icons {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0; }
    .hero2-bg-icons svg:nth-child(1) {
      position: absolute;
      bottom: -3%;
      left: 110px; }
    .hero2-bg-icons svg:nth-child(2) {
      position: absolute;
      bottom: 15vh;
      right: 49vw; }
    .hero2-bg-icons svg:nth-child(3) {
      position: absolute;
      top: -3%;
      right: 60vw; }
    .hero2-bg-icons-multiple {
      position: absolute;
      content: '';
      top: 50%;
      left: 40px;
      height: 100%;
      width: 100%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media only screen and (max-width: 767px) {
        .hero2-bg-icons-multiple {
          width: 75%; } }
      .hero2-bg-icons-multiple > svg {
        position: absolute;
        top: 0;
        left: 0; }
      .hero2-bg-icons-multiple .dubai-careers {
        height: 51px;
        width: 66px;
        fill: #992D8F; }
      .hero2-bg-icons-multiple .bg-icon-o {
        height: 31px;
        width: 31px;
        color: #4CBFBC; }
      .hero2-bg-icons-multiple .bg-icon-x {
        height: 30px;
        width: 34px; }
      .hero2-bg-icons-multiple > svg:nth-child(1) {
        -webkit-transform: rotateY(180deg) translate(-25%, -35%);
                transform: rotateY(180deg) translate(-25%, -35%); }
      .hero2-bg-icons-multiple > svg:nth-child(2) {
        left: 45%;
        -webkit-transform: translateY(100%);
                transform: translateY(100%); }
      .hero2-bg-icons-multiple > svg:nth-child(3) {
        top: 15%;
        left: auto;
        right: 0;
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
      .hero2-bg-icons-multiple > svg:nth-child(4) {
        top: auto;
        bottom: 0;
        left: 20%;
        -webkit-transform: translateY(-150%);
                transform: translateY(-150%); }
      .hero2-bg-icons-multiple > svg:nth-child(5) {
        top: auto;
        bottom: 0;
        left: 70%;
        -webkit-transform: translateY(35%);
                transform: translateY(35%); }
      .hero2-bg-icons-multiple > svg:nth-child(6) {
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
        -webkit-transform: translate(150%, -300%);
                transform: translate(150%, -300%); }
  .hero2-download-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 60px;
    margin-left: -15px; }
    .hero2-download-links-col {
      margin: 0 15px; }
    .hero2-download-links img {
      width: 100%; }
  .hero2-ratings-header {
    color: #1C2654;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px; }
  .hero2-ratings-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px; }
    .hero2-ratings-stars .star {
      height: 24px;
      width: 24px; }
  .hero2 .documentLinks-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0; }
  .hero2 .documentLinks-item + .btn, .hero2 .documentLinks-item + .button, .hero2 .documentLinks-item + .documentLinks-item-link, .hero2 .form-container .documentLinks-item + button[type=submit], .form-container .hero2 .documentLinks-item + button[type=submit] {
    margin-top: 50px; }
  @media only screen and (max-width: 991px) {
    .hero2-video-title {
      display: none; }
    .hero2-media-wrapper {
      padding: 0; }
    .hero2-video-column, .hero2-image-wrapper {
      padding: 15px;
      border-radius: 0;
      margin-bottom: 60px; }
    .hero2-video-wrapper, .hero2-image {
      width: 100%;
      -webkit-transform: translateY(80px);
              transform: translateY(80px);
      margin-top: -80px;
      z-index: 2;
      height: 30vh; }
    .hero2-header-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 2rem; }
    .hero2-header {
      font-size: 20px;
      line-height: 26px; }
    .hero2-logo {
      margin-right: 20px;
      height: 50px; }
    .hero2-image-wrapper::before, .hero2-video-column::before {
      width: 200vw;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .hero2-bg-icons svg {
      width: 16px;
      height: 16px; }
      .hero2-bg-icons svg:nth-child(1) {
        left: 10px;
        top: 100px;
        bottom: auto; }
      .hero2-bg-icons svg:nth-child(3) {
        top: 30px; }
      .hero2-bg-icons svg:nth-child(2) {
        bottom: -7px;
        right: 7px; }
    .hero2-download-links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: 0px;
      margin-bottom: 20px; }
      .hero2-download-links-col {
        margin: 0;
        padding-right: 25%;
        padding-bottom: 30px;
        border-bottom: 1px solid #c6d2db;
        padding-top: 30px; }
        .hero2-download-links-col:last-child {
          border-bottom: 0; }
        .hero2-download-links-col:first-child {
          padding-top: 0; } }
    @media only screen and (max-width: 991px) and (max-width: 991px) {
      .hero2-download-links-col img {
        max-width: 170px; } }
  @media only screen and (max-width: 991px) {
    .hero2-logobg {
      height: 44px;
      width: 44px;
      padding: 6px;
      margin-right: 13px; }
      .hero2-logobg .hero2-logo {
        height: 100%;
        padding: 0;
        margin: 0; }
    .hero2-ratings-header {
      display: block; }
    .hero2 .hero2-image-wrapper {
      margin-bottom: 50px; } }

.hero3 {
  margin-bottom: 72px;
  margin-top: 15px; }
  @media only screen and (max-width: 991px) {
    .hero3 {
      margin-top: 0; } }
  .hero3-imageContainer {
    background-color: #25aee3;
    height: 160px;
    max-height: 160px;
    padding-top: 20px;
    text-align: center; }
  .hero3-image {
    height: 90px; }
  .hero3-imageHeader {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-shadow: 0 6px 8px rgba(76, 76, 76, 0.17); }
  .hero3-textContainer {
    color: #20275A;
    padding: 0 100px;
    text-align: left;
    margin-top: 72px; }
    @media only screen and (max-width: 991px) {
      .hero3-textContainer {
        padding: 0; } }
  .hero3-header {
    color: #20275A;
    font-size: 32px;
    font-weight: bold;
    line-height: 43px;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .hero3-description {
    font-size: 14px;
    line-height: 24px;
    color: #20275A; }
  @media only screen and (max-width: 767px) {
    .hero3 .hero2-breadcrumbs li a, .hero3 .hero2-breadcrumbs li span {
      font-size: 12px;
      white-space: nowrap; } }

.hero4 {
  margin-top: 44px;
  margin-bottom: 32px; }

#ai-principles-ethics .hero2 .hero2-bg-icons-multiple > svg {
  width: 64px !important;
  height: 47px !important; }

#ai-principles-ethics .hero2 .hero2-bg-icons-multiple > svg:nth-child(1) {
  -webkit-transform: none;
          transform: none;
  top: 100%;
  margin-top: -25px;
  left: 10%; }

#ai-principles-ethics .hero2 .hero2-bg-icons-multiple > svg:nth-child(2) {
  top: 80%;
  left: 90%; }

#ai-principles-ethics .hero2 .hero2-bg-icons-multiple > svg:nth-child(3) {
  -webkit-transform: none;
          transform: none;
  top: 0%;
  left: 60%;
  margin-top: -20px; }

.use-cases-data {
  margin-top: 45px;
  margin-bottom: 70px; }
  .use-cases-data .data-item:not(:first-child) {
    margin-top: 32px; }
  .use-cases-data .data-item .data-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #20275A; }
  .use-cases-data .data-item .data-description {
    font-size: 14px;
    line-height: 28px;
    color: #20275A; }

.highlights {
  margin-bottom: 0; }
  @media only screen and (max-width: 991px) {
    .highlights {
      margin-bottom: 50px; } }
  .highlights .section-header {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0) scaleZ(1);
            transform: translate3d(-20px, 0, 0) scaleZ(1);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleZ(1);
            transform: translate3d(0, 0, 0) scaleZ(1);
    -webkit-transition: opacity 450ms 0ms, -webkit-transform 450ms 0ms;
    transition: opacity 450ms 0ms, -webkit-transform 450ms 0ms;
    transition: opacity 450ms 0ms, transform 450ms 0ms;
    transition: opacity 450ms 0ms, transform 450ms 0ms, -webkit-transform 450ms 0ms; }
  .highlights .card {
    border: 1px solid #ebeef8;
    border-radius: 8px;
    overflow: hidden;
    height: 365px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .highlights .card-wrapper {
      margin-bottom: 70px; }
      @media only screen and (min-width: 992px) {
        .highlights .card-wrapper {
          opacity: 0;
          -webkit-transform: translate3d(-20px, 0, 0) scaleZ(1);
                  transform: translate3d(-20px, 0, 0) scaleZ(1);
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0) scaleZ(1);
                  transform: translate3d(0, 0, 0) scaleZ(1);
          -webkit-transition: opacity 0.6s 0ms, -webkit-transform 0.6s 0ms;
          transition: opacity 0.6s 0ms, -webkit-transform 0.6s 0ms;
          transition: opacity 0.6s 0ms, transform 0.6s 0ms;
          transition: opacity 0.6s 0ms, transform 0.6s 0ms, -webkit-transform 0.6s 0ms; } }
      @media only screen and (max-width: 991px) {
        .highlights .card-wrapper {
          margin-bottom: 0px; } }
    .highlights .card-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      position: relative;
      padding: 15px 20px;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      height: 100px; }
      .highlights .card-body:before, .highlights .card-body:after {
        content: '';
        position: absolute;
        bottom: calc(100% - 1px);
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        @media only screen and (max-width: 991px) {
          .highlights .card-body:before, .highlights .card-body:after {
            bottom: calc(100% - 2px); } }
      .highlights .card-body:before {
        right: calc(50% - 2px);
        border-bottom: 20px solid #fff;
        border-right: 20px solid transparent; }
      .highlights .card-body:after {
        left: calc(50% - 2px);
        border-bottom: 20px solid #fff;
        border-left: 20px solid transparent; }
    .highlights .card:hover .card-img-wrapper, .highlights .card:active .card-img-wrapper, .highlights .card:focus .card-img-wrapper {
      height: 100px; }
    .highlights .card:hover .card-text, .highlights .card:active .card-text, .highlights .card:focus .card-text {
      -webkit-animation: 600ms delay-overflow;
              animation: 600ms delay-overflow;
      overflow-y: auto; }

@keyframes delay-overflow {
  from {
    overflow: hidden; } }
    .highlights .card-img-wrapper {
      height: 182.5px;
      padding-bottom: 20px;
      overflow: hidden;
      width: 99.9%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-transition: height 200ms ease-out;
      transition: height 200ms ease-out; }
      @media only screen and (max-width: 991px) {
        .highlights .card-img-wrapper {
          height: 150px; } }
    .highlights .card-category {
      font-size: 14px;
      font-weight: bold;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin: 0;
      line-height: 30px;
      word-break: break-all;
      padding-right: 10px; }
    .highlights .card-title {
      color: #1C2654;
      font-size: 16px;
      font-weight: bold;
      line-height: 19px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      height: 30px;
      padding-bottom: 15px; }
    .highlights .card-text {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: #1C2654;
      display: block;
      font-size: 14px;
      font-weight: normal;
      height: auto;
      line-height: 20px;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      overflow-y: hidden; }
    .highlights .card-link {
      background-color: #26ade3;
      border-radius: 50%;
      height: 30px;
      width: 30px;
      min-width: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .highlights .card-link-icon {
        color: white !important;
        height: 13px;
        width: 8px; }
    .highlights .card-footer {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 0px 20px;
      margin-bottom: 15px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .highlights .card-img {
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease;
      max-width: 90%;
      max-height: 90%; }
      .highlights .card-img-cover {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .highlights .card-img:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
    .highlights .card-img.small {
      max-width: 65%;
      max-height: 65%; }

.blue-class {
  color: #26ade3; }

.purple-class {
  color: purple; }

.yellow-class {
  color: #CCCC00; }

.latest-news {
  background-color: #1C2654;
  padding: 50px 0 50px 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 450ms 0ms, -webkit-transform 450ms 0ms;
  transition: opacity 450ms 0ms, -webkit-transform 450ms 0ms;
  transition: opacity 450ms 0ms, transform 450ms 0ms;
  transition: opacity 450ms 0ms, transform 450ms 0ms, -webkit-transform 450ms 0ms; }
  @media only screen and (max-width: 991px) {
    .latest-news:last-child {
      margin-bottom: 50px; } }
  .latest-news .section-header {
    color: #fff;
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0) scaleZ(1);
            transform: translate3d(-20px, 0, 0) scaleZ(1);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleZ(1);
            transform: translate3d(0, 0, 0) scaleZ(1);
    -webkit-transition: opacity 450ms 200ms, -webkit-transform 450ms 200ms;
    transition: opacity 450ms 200ms, -webkit-transform 450ms 200ms;
    transition: opacity 450ms 200ms, transform 450ms 200ms;
    transition: opacity 450ms 200ms, transform 450ms 200ms, -webkit-transform 450ms 200ms; }
  @media only screen and (min-width: 992px) {
    .latest-news .card-wrapper {
      opacity: 0;
      -webkit-transform: translate3d(0, 40px, 0);
              transform: translate3d(0, 40px, 0);
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transition: opacity 450ms 0ms, -webkit-transform 450ms 0ms;
      transition: opacity 450ms 0ms, -webkit-transform 450ms 0ms;
      transition: opacity 450ms 0ms, transform 450ms 0ms;
      transition: opacity 450ms 0ms, transform 450ms 0ms, -webkit-transform 450ms 0ms; } }
  .latest-news .card {
    display: block;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    height: 300px;
    text-decoration: none; }
    .latest-news .card-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%; }
      @media only screen and (max-width: 991px) {
        .latest-news .card-row {
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
    .latest-news .card-text {
      color: #20275a;
      font-size: 14px;
      font-weight: lighter;
      line-height: 20px;
      min-height: 130px; }
    .latest-news .card-title {
      color: #20275a;
      font-size: 16px;
      font-weight: bold;
      line-height: 20px;
      margin-top: 0.5em;
      margin-bottom: 1em; }
      @media only screen and (max-width: 991px) {
        .latest-news .card-title {
          font-size: 14px; } }
    .latest-news .card-time {
      color: #f15a3b;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase; }
    .latest-news .card-img-wrapper {
      width: 100%;
      height: auto;
      overflow: hidden;
      position: relative;
      padding: 0; }
    .latest-news .card-content-wrapper {
      position: relative;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .latest-news .card-img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: fill;
         object-fit: fill;
      -webkit-transition: -webkit-transform 450ms;
      transition: -webkit-transform 450ms;
      transition: transform 450ms;
      transition: transform 450ms, -webkit-transform 450ms; }
    .latest-news .card:hover .card-img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .latest-news .card-img-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .latest-news .card-img-left .card-text {
        min-height: 0;
        max-height: 7em;
        padding-right: 24px;
        overflow-y: hidden; }
    .latest-news .card-img-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .latest-news .card-img-top .card-row {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%; }
      .latest-news .card-img-top .col-6 {
        max-width: 100%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .latest-news .card-img-top .card-img-wrapper {
        height: 56%;
        padding: 0; }
      .latest-news .card-img-top .card-body {
        padding: 10px 44px 10px 20px; }
      .latest-news .card-img-top .card-title {
        font-size: 14px; }
      .latest-news .card-img-top .card-text {
        display: none; }
    @media only screen and (max-width: 991px) {
      .latest-news .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .latest-news .card .card-row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          height: 100%; }
        .latest-news .card .card-text {
          display: none; }
        .latest-news .card .col-6 {
          max-width: 100%;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
        .latest-news .card .card-img-wrapper {
          height: 57%;
          padding: 0; } }
    .latest-news .card-body {
      padding: 20px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media only screen and (max-width: 991px) {
        .latest-news .card-body {
          padding: 10px 20px; } }
    .latest-news .card-footer {
      position: absolute;
      bottom: 10px;
      right: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      margin: 0;
      padding: 0; }
    .latest-news .card-link {
      background-color: #26ade3;
      border-radius: 50%;
      height: 30px;
      width: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .latest-news .card-link-icon {
        color: white !important;
        height: 13px;
        width: 8px; }
  .latest-news .container {
    position: relative; }
  .latest-news-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    opacity: 0;
    opacity: 1;
    -webkit-transition: opacity 450ms 600ms;
    transition: opacity 450ms 600ms; }
    @media only screen and (max-width: 991px) {
      .latest-news-cta {
        margin-top: 25px; } }
  .latest-news .bg-icons svg:nth-child(1) {
    position: absolute;
    top: 110px;
    left: -60px;
    width: 30px; }
  .latest-news .bg-icons svg:nth-child(2) {
    position: absolute;
    bottom: 110px;
    right: -60px;
    width: 30px; }
  .latest-news .bg-icons svg:nth-child(3) {
    position: absolute;
    top: -60px;
    right: 320px;
    width: 30px;
    color: #1761AB; }
  .latest-news .bg-icons svg:nth-child(4) {
    position: absolute;
    bottom: -113px;
    left: 350px;
    width: 30px;
    color: #1761AB; }
  .latest-news .bg-icons svg:nth-child(5) {
    position: absolute;
    top: -70px;
    left: 30%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
            filter: FlipH;
    -ms-filter: "FlipH";
    width: 67px;
    height: 51px;
    fill: #992d8f; }
  .latest-news .bg-icons svg:nth-child(6) {
    position: absolute;
    bottom: -80px;
    right: 25%;
    width: 67px;
    height: 51px;
    fill: #992d8f; }
  @media only screen and (max-width: 991px) {
    .latest-news .bg-icons svg:nth-child(2) {
      position: absolute;
      right: 45%;
      width: 20px;
      height: 20px;
      top: auto;
      bottom: -50px; }
    .latest-news .bg-icons svg:nth-child(1) {
      display: none; }
    .latest-news .bg-icons svg:nth-child(4) {
      display: none; }
    .latest-news .bg-icons svg:nth-child(3) {
      right: 15px;
      width: 20px;
      height: 20px;
      top: 0; }
    .latest-news .bg-icons svg:nth-child(5),
    .latest-news .bg-icons svg:nth-child(6) {
      width: 47px; } }
  .latest-news.blogs {
    background-color: #1761AB; }
    .latest-news.blogs .card {
      height: 206px;
      border-radius: 0px;
      border: 3px solid #DFDEDE; }
      .latest-news.blogs .card-content-wrapper {
        height: 206px; }
      .latest-news.blogs .card-author {
        font-size: 14px;
        font-weight: 300;
        color: #20275a; }
      .latest-news.blogs .card-title {
        margin-bottom: 5px; }
      .latest-news.blogs .card-footer {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 0 20px; }
        .latest-news.blogs .card-footer .card-category {
          font-size: 13px;
          font-weight: 700; }
        .latest-news.blogs .card-footer .card-link {
          position: absolute;
          right: 20px;
          bottom: 10px; }

.mobile-navigation {
  z-index: 6;
  position: fixed;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100% - 5rem);
  background-color: #1C2654;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: visibility 450ms, opacity 450ms, -webkit-transform 450ms;
  transition: visibility 450ms, opacity 450ms, -webkit-transform 450ms;
  transition: visibility 450ms, opacity 450ms, transform 450ms;
  transition: visibility 450ms, opacity 450ms, transform 450ms, -webkit-transform 450ms; }
  .mobile-navigation-open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); }
  @media only screen and (min-width: 992px) {
    .mobile-navigation {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .mobile-navigation {
      height: calc(100% - 60px); } }
  @media only screen and (max-width: 991px) {
    .mobile-navigation {
      height: calc(100% - 60px); } }

.mobile-navigation-main {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 10px;
  text-transform: uppercase;
  -webkit-transition: opacity 450ms, -webkit-transform 450ms;
  transition: opacity 450ms, -webkit-transform 450ms;
  transition: opacity 450ms, transform 450ms;
  transition: opacity 450ms, transform 450ms, -webkit-transform 450ms;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.mobile-navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  font-size: 15px;
  line-height: 55px; }
  .mobile-navigation-list li {
    list-style-type: none; }
  .mobile-navigation-list .mobile-navigation-item-hasSubNavigation-arrow {
    padding-right: 50px; }

.mobile-navigation-item {
  border-top: 1px solid rgba(151, 151, 151, 0.25);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px; }
  .mobile-navigation-item span {
    color: #fff; }
  .mobile-navigation-item:last-child {
    border-bottom: 1px solid rgba(151, 151, 151, 0.25); }
  .mobile-navigation-item > a {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    width: auto;
    text-decoration: none;
    color: #FFFFFF;
    text-align: left;
    -webkit-transition: color 450ms;
    transition: color 450ms; }
    .mobile-navigation-item > a:hover {
      color: #26ADE3;
      text-decoration: none; }
  .mobile-navigation-item-hasSubNavigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .mobile-navigation-item-hasSubNavigation-arrow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff;
      -webkit-transform: translateX(-10px) rotateZ(180deg);
              transform: translateX(-10px) rotateZ(180deg); }
      .mobile-navigation-item-hasSubNavigation-arrow svg {
        width: 8px;
        height: 13px; }

.mobile-navigation-shortcuts {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px; }
  .mobile-navigation-shortcuts li {
    list-style-type: none; }
  .mobile-navigation-shortcuts .mobile-navigation-item {
    border: none;
    font-weight: normal; }
    .mobile-navigation-shortcuts .mobile-navigation-item > a {
      padding: 15px 0;
      -webkit-transition: color 450ms;
      transition: color 450ms; }
      .mobile-navigation-shortcuts .mobile-navigation-item > a:hover {
        color: #26ADE3;
        text-decoration: none; }
    .mobile-navigation-shortcuts .mobile-navigation-item-hasSubNavigation {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .mobile-navigation-shortcuts .mobile-navigation-item-hasSubNavigation > span {
        padding: 15px 0;
        -webkit-transition: font-weight 450ms;
        transition: font-weight 450ms; }
      .mobile-navigation-shortcuts .mobile-navigation-item-hasSubNavigation-arrow {
        -webkit-transform: translateX(-10px) rotateZ(-90deg);
                transform: translateX(-10px) rotateZ(-90deg);
        -webkit-transition: -webkit-transform 450ms;
        transition: -webkit-transform 450ms;
        transition: transform 450ms;
        transition: transform 450ms, -webkit-transform 450ms; }
    .mobile-navigation-shortcuts .mobile-navigation-item-subNavigation {
      width: 100%;
      margin-left: 5px;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 500ms;
      transition: max-height 500ms; }
      .mobile-navigation-shortcuts .mobile-navigation-item-subNavigation-item {
        position: relative;
        display: block;
        padding: 5px;
        padding-left: 15px;
        text-transform: uppercase;
        padding-left: 20px;
        font-size: 12px;
        color: #FFFFFF;
        text-align: left;
        -webkit-transition: color 450ms;
        transition: color 450ms; }
        .mobile-navigation-shortcuts .mobile-navigation-item-subNavigation-item:hover {
          text-decoration: none;
          color: #26ADE3; }
        .mobile-navigation-shortcuts .mobile-navigation-item-subNavigation-item::before {
          content: '•';
          position: absolute;
          top: 50%;
          left: 5px;
          color: #FFFFFF;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .mobile-navigation-shortcuts .mobile-navigation-item-subNavigation-item.mobile-subNavigation-item-hasSubNavigation {
          padding-left: 0;
          padding: 0; }
          .mobile-navigation-shortcuts .mobile-navigation-item-subNavigation-item.mobile-subNavigation-item-hasSubNavigation:before {
            content: ''; }
          .mobile-navigation-shortcuts .mobile-navigation-item-subNavigation-item.mobile-subNavigation-item-hasSubNavigation .arrow {
            content: '';
            display: inline-block;
            height: 16px;
            width: 16px;
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
            vertical-align: middle;
            margin-top: -1px; }
          .mobile-navigation-shortcuts .mobile-navigation-item-subNavigation-item.mobile-subNavigation-item-hasSubNavigation.active .mobile-navigation-item-subNavigation-item-subNavigation {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
            opacity: 1; }

.mobile-navigation-item-hasSubNavigation.active > span {
  font-weight: bold; }

.mobile-navigation-item-hasSubNavigation.active .mobile-navigation-item-hasSubNavigation-arrow {
  -webkit-transform: translateX(-10px) rotateZ(-90deg) rotateY(180deg);
          transform: translateX(-10px) rotateZ(-90deg) rotateY(180deg); }

.mobile-navigation-item-hasSubNavigation.active .mobile-navigation-item-subNavigation {
  max-height: 100vh; }

.mobile-navigation-background {
  position: absolute;
  top: 40%;
  bottom: 10px;
  right: -5%;
  left: -10%;
  color: #00437e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat; }
  .mobile-navigation-background svg {
    width: 100%;
    height: 100%; }

.mobile-navigation-subNavigation {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 80px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity 450ms, visibility 450ms, -webkit-transform 450ms;
  transition: opacity 450ms, visibility 450ms, -webkit-transform 450ms;
  transition: opacity 450ms, transform 450ms, visibility 450ms;
  transition: opacity 450ms, transform 450ms, visibility 450ms, -webkit-transform 450ms; }

.mobile-navigation-subNavigation-item {
  position: absolute;
  height: 100%;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: visibility 450ms, opacity 450ms;
  transition: visibility 450ms, opacity 450ms; }
  .mobile-navigation-subNavigation-item .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .mobile-navigation-subNavigation-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 30px 0;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase; }
    .mobile-navigation-subNavigation-item-title span {
      line-height: 0; }
  .mobile-navigation-subNavigation-item-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 20px; }
    .mobile-navigation-subNavigation-item-arrow svg {
      width: 8px;
      height: 13px; }
  .mobile-navigation-subNavigation-item-link {
    color: white;
    font-weight: bold;
    font-size: 14px;
    line-height: 62.222px;
    line-height: 3.88889rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    border-top: 1px solid rgba(151, 151, 151, 0.25);
    -webkit-transition: color 450ms;
    transition: color 450ms; }
    .mobile-navigation-subNavigation-item-link:hover {
      color: #26ADE3;
      text-decoration: none; }
  .mobile-navigation-subNavigation-item-background {
    position: absolute;
    top: 30%;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }

.mobile-navigation-subNavigation-open .mobile-navigation-main {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0; }

.mobile-navigation-subNavigation-open .mobile-navigation-subNavigation {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible; }

.mobile-navigation-subNavigation-open .mobile-navigation-subNavigation-item-open {
  visibility: visible;
  opacity: 1; }

.mobile-navigation-toggle {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .mobile-navigation-toggle svg {
    color: #fff;
    width: 20px;
    height: 15px; }
  .mobile-navigation-toggle-icon {
    -webkit-transition: opacity 450ms, -webkit-transform 450ms;
    transition: opacity 450ms, -webkit-transform 450ms;
    transition: opacity 450ms, transform 450ms;
    transition: opacity 450ms, transform 450ms, -webkit-transform 450ms; }
  .mobile-navigation-toggle .mobile-navigation-cross {
    position: absolute;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  .mobile-navigation-toggle-open .mobile-navigation-hamburger {
    opacity: 0; }
  .mobile-navigation-toggle-open .mobile-navigation-cross {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  @media only screen and (min-width: 992px) {
    .mobile-navigation-toggle {
      display: none; } }

.mobile-navigation-item-subNavigation-item-subNavigation {
  background-color: #1C2654;
  bottom: 0;
  color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  margin: 0;
  opacity: 0;
  padding: 0;
  padding-top: 30px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 450ms, -webkit-transform 450ms;
  transition: opacity 450ms, -webkit-transform 450ms;
  transition: transform 450ms, opacity 450ms;
  transition: transform 450ms, opacity 450ms, -webkit-transform 450ms; }
  .mobile-navigation-item-subNavigation-item-subNavigation .back {
    cursor: pointer;
    display: inline-block;
    margin-left: 5px; }
    .mobile-navigation-item-subNavigation-item-subNavigation .back,
    .mobile-navigation-item-subNavigation-item-subNavigation .back svg {
      height: 40px;
      width: 40px; }
  .mobile-navigation-item-subNavigation-item-subNavigation-header {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    padding: 20px; }
  .mobile-navigation-item-subNavigation-item-subNavigation-header, .mobile-navigation-item-subNavigation-item-subNavigation-item {
    border-bottom: 1px solid rgba(201, 216, 255, 0.11);
    color: #fff; }
    .mobile-navigation-item-subNavigation-item-subNavigation-header a, .mobile-navigation-item-subNavigation-item-subNavigation-item a {
      display: block;
      color: #fff;
      padding: 20px;
      width: 100%; }
      .mobile-navigation-item-subNavigation-item-subNavigation-header a:hover, .mobile-navigation-item-subNavigation-item-subNavigation-item a:hover {
        text-decoration: none; }
  .mobile-navigation-item-subNavigation-item-subNavigation-header a {
    padding: 0; }

.articleHeroDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10%;
  margin-bottom: 150px;
  text-align: left; }
  @media only screen and (max-width: 991px) {
    .articleHeroDetails {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    .articleHeroDetails {
      margin-bottom: 20px; } }
  .articleHeroDetails-content {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .articleHeroDetails-content-title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1c2654;
    line-height: 43px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 991px) {
      .articleHeroDetails-content-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px; } }
  .articleHeroDetails-contentNews-date {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #f15a3b; }
    @media only screen and (max-width: 991px) {
      .articleHeroDetails-contentNews-date {
        font-size: 14px;
        line-height: 26px; } }
  .articleHeroDetails-contentNews-title {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1c2654;
    line-height: 45px;
    margin: 5px 0 40px 0px; }
    @media only screen and (max-width: 991px) {
      .articleHeroDetails-contentNews-title {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 20px 0px; } }
  .articleHeroDetails-contentNews-summary {
    font-weight: normal;
    font-size: 14px;
    color: #1c2654;
    line-height: 28px; }
  .articleHeroDetails-contentNews-description {
    font-size: 14px;
    color: #1c2654;
    line-height: 28px; }
    @media only screen and (max-width: 991px) {
      .articleHeroDetails-contentNews-description {
        font-size: 12px;
        line-height: 22px; } }
  .articleHeroDetails-contentNews-link {
    margin-top: 20px;
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .articleHeroDetails-image-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60%;
    max-height: 700px;
    margin-left: 5%; }
    .articleHeroDetails-image-wrapper .articleHeroDetails-image {
      position: relative;
      width: inherit;
      overflow: hidden;
      border-radius: 10px;
      -webkit-box-shadow: 0 7px 24px rgba(0, 0, 0, 0.11);
              box-shadow: 0 7px 24px rgba(0, 0, 0, 0.11); }
      .articleHeroDetails-image-wrapper .articleHeroDetails-image img {
        height: 100%;
        width: 100%;
        position: relative;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
  .articleHeroDetails-image-wrapper::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 40px;
    height: 650px;
    width: 101%;
    border-radius: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #1C2654; }
  .articleHeroDetails-backgroundIcons {
    position: absolute;
    content: "";
    top: 50%;
    left: 40px;
    height: 650px;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .articleHeroDetails-backgroundIcons > svg {
      position: absolute;
      top: 0;
      left: 0; }
    .articleHeroDetails-backgroundIcons .bg-icon-dubai-careers {
      height: 51px;
      width: 66px;
      fill: #992d8f; }
    .articleHeroDetails-backgroundIcons .bg-icon-o {
      height: 31px;
      width: 31px;
      color: #4cbfbc; }
    .articleHeroDetails-backgroundIcons .bg-icon-x {
      height: 30px;
      width: 34px; }
    .articleHeroDetails-backgroundIcons > svg:nth-child(1) {
      -webkit-transform: rotateY(180deg) translate(-25%, -35%);
              transform: rotateY(180deg) translate(-25%, -35%); }
    .articleHeroDetails-backgroundIcons > svg:nth-child(2) {
      left: 45%;
      -webkit-transform: translateY(100%);
              transform: translateY(100%); }
    .articleHeroDetails-backgroundIcons > svg:nth-child(3) {
      top: 15%;
      left: 87%;
      right: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%); }
    .articleHeroDetails-backgroundIcons > svg:nth-child(4) {
      top: auto;
      bottom: 0;
      left: 20%;
      -webkit-transform: translateY(-150%);
              transform: translateY(-150%); }
    .articleHeroDetails-backgroundIcons > svg:nth-child(5) {
      top: auto;
      bottom: 0;
      left: 70%;
      -webkit-transform: translateY(35%);
              transform: translateY(35%); }
    .articleHeroDetails-backgroundIcons > svg:nth-child(6) {
      top: auto;
      bottom: 0;
      left: 87%;
      right: 0;
      -webkit-transform: translate(150%, -300%);
              transform: translate(150%, -300%); }
      @media only screen and (max-width: 767px) {
        .articleHeroDetails-backgroundIcons > svg:nth-child(6) {
          -webkit-transform: inherit;
                  transform: inherit; } }
  @media only screen and (max-width: 991px) {
    .articleHeroDetails {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .articleHeroDetails-content {
        width: 100%; }
      .articleHeroDetails-image-wrapper {
        position: static;
        margin-left: 0;
        margin-bottom: 30px;
        width: 100%; }
        .articleHeroDetails-image-wrapper .articleHeroDetails-image img {
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
      .articleHeroDetails-image-wrapper::before {
        top: 60px;
        left: 0;
        width: 100vw;
        height: 200px;
        border-radius: 0;
        -webkit-transform: none;
                transform: none; }
      .articleHeroDetails-backgroundIcons {
        top: 90px;
        left: 0;
        width: 100vw;
        height: 180px;
        -webkit-transform: none;
                transform: none; } }
  .articleHeroDetails-documentLink {
    background: none;
    border: 2px solid #1dadeb;
    border-radius: 30px;
    height: 60px;
    padding: 0 35px 0 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #1dadeb;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: bold;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-transition: color 450ms;
    transition: color 450ms; }
    @media only screen and (max-width: 991px) {
      .articleHeroDetails-documentLink {
        height: 54px;
        font-size: 12px; } }
    .articleHeroDetails-documentLink[data-url=""] {
      display: none; }
    .articleHeroDetails-documentLink:hover {
      background: #1dadeb;
      color: white; }
  .articleHeroDetails-documentLinkIcon {
    width: 34px;
    height: 34px;
    background-color: #1dadeb;
    border-radius: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 14px; }
    @media only screen and (max-width: 991px) {
      .articleHeroDetails-documentLinkIcon {
        width: 20px;
        height: 20px; } }
    .articleHeroDetails-documentLinkIcon svg {
      height: 16px;
      width: 16px;
      fill: #fff;
      -webkit-transform: translateX(0.5px);
              transform: translateX(0.5px); }
      @media only screen and (max-width: 991px) {
        .articleHeroDetails-documentLinkIcon svg {
          width: 9px;
          height: 9px;
          -webkit-transform: none;
                  transform: none; } }
  .articleHeroDetails-documentTextWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left; }
  .articleHeroDetails-documentSize {
    font-size: 9px;
    color: grey;
    text-transform: none; }

@media only screen and (min-width: 992px) {
  .publicationHeroDetails {
    padding-top: 3%; }
    .publicationHeroDetails .articleHeroDetails-image-wrapper::before {
      top: 0;
      bottom: 0;
      height: auto;
      -webkit-transform: none;
              transform: none; }
    .publicationHeroDetails .articleHeroDetails-backgroundIcons {
      top: 0;
      bottom: 0;
      height: auto;
      -webkit-transform: none;
              transform: none; } }

.newsHero,
.blogsHero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10%;
  margin-bottom: 150px;
  text-align: left; }
  @media only screen and (max-width: 991px) {
    .newsHero,
    .blogsHero {
      margin-bottom: 50px; } }
  .newsHero-content,
  .blogsHero-content {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .newsHero-content-title,
  .blogsHero-content-title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1C2654;
    line-height: 43px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .newsHero-content-title,
      .blogsHero-content-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px; } }
  .newsHero-contentNews-date,
  .blogsHero-contentNews-date {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #f15a3b; }
    @media only screen and (max-width: 767px) {
      .newsHero-contentNews-date,
      .blogsHero-contentNews-date {
        font-size: 14px;
        line-height: 26px; } }
  .newsHero-contentNews-title,
  .blogsHero-contentNews-title {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1c2654;
    line-height: 32px;
    margin: 5px 0 40px 0px; }
    @media only screen and (max-width: 767px) {
      .newsHero-contentNews-title,
      .blogsHero-contentNews-title {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 20px 0px; } }
  .newsHero-contentNews-description,
  .blogsHero-contentNews-description {
    font-size: 14px;
    color: #1c2654;
    line-height: 28px; }
    @media only screen and (max-width: 767px) {
      .newsHero-contentNews-description,
      .blogsHero-contentNews-description {
        font-size: 12px;
        line-height: 22px; } }
  .newsHero-contentNews-link,
  .blogsHero-contentNews-link {
    margin-top: 20px;
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .newsHero-image-wrapper,
  .blogsHero-image-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60%;
    margin-left: 10%; }
    .newsHero-image-wrapper .newsHero-image,
    .newsHero-image-wrapper .blogsHero-image,
    .blogsHero-image-wrapper .newsHero-image,
    .blogsHero-image-wrapper .blogsHero-image {
      position: relative;
      height: 442px;
      overflow: hidden;
      border-radius: 10px;
      -webkit-box-shadow: 0 7px 24px rgba(0, 0, 0, 0.11);
              box-shadow: 0 7px 24px rgba(0, 0, 0, 0.11); }
      .newsHero-image-wrapper .newsHero-image img,
      .newsHero-image-wrapper .blogsHero-image img,
      .blogsHero-image-wrapper .newsHero-image img,
      .blogsHero-image-wrapper .blogsHero-image img {
        height: 100%;
        position: relative;
        border-radius: 10px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
  .newsHero-image-wrapper::before,
  .blogsHero-image-wrapper::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 40px;
    height: 650px;
    width: 100vw;
    border-radius: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #1C2654; }
  .newsHero-backgroundIcons,
  .blogsHero-backgroundIcons {
    position: absolute;
    content: "";
    top: 50%;
    left: 40px;
    height: 650px;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .newsHero-backgroundIcons > svg,
    .blogsHero-backgroundIcons > svg {
      position: absolute;
      top: 0;
      left: 0; }
    .newsHero-backgroundIcons .bg-icon-dubai-careers,
    .blogsHero-backgroundIcons .bg-icon-dubai-careers {
      height: 51px;
      width: 66px;
      fill: #992d8f; }
    .newsHero-backgroundIcons .bg-icon-o,
    .blogsHero-backgroundIcons .bg-icon-o {
      height: 31px;
      width: 31px;
      color: #4cbfbc; }
    .newsHero-backgroundIcons .bg-icon-x,
    .blogsHero-backgroundIcons .bg-icon-x {
      height: 30px;
      width: 34px; }
    .newsHero-backgroundIcons > svg:nth-child(1),
    .blogsHero-backgroundIcons > svg:nth-child(1) {
      -webkit-transform: rotateY(180deg) translate(-25%, -35%);
              transform: rotateY(180deg) translate(-25%, -35%); }
    .newsHero-backgroundIcons > svg:nth-child(2),
    .blogsHero-backgroundIcons > svg:nth-child(2) {
      left: 45%;
      -webkit-transform: translateY(100%);
              transform: translateY(100%); }
    .newsHero-backgroundIcons > svg:nth-child(3),
    .blogsHero-backgroundIcons > svg:nth-child(3) {
      top: 15%;
      left: auto;
      right: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%); }
    .newsHero-backgroundIcons > svg:nth-child(4),
    .blogsHero-backgroundIcons > svg:nth-child(4) {
      top: auto;
      bottom: 0;
      left: 20%;
      -webkit-transform: translateY(-150%);
              transform: translateY(-150%); }
    .newsHero-backgroundIcons > svg:nth-child(5),
    .blogsHero-backgroundIcons > svg:nth-child(5) {
      top: auto;
      bottom: 0;
      left: 70%;
      -webkit-transform: translateY(35%);
              transform: translateY(35%); }
    .newsHero-backgroundIcons > svg:nth-child(6),
    .blogsHero-backgroundIcons > svg:nth-child(6) {
      top: auto;
      bottom: 0;
      left: auto;
      right: 0;
      -webkit-transform: translate(150%, -300%);
              transform: translate(150%, -300%); }
  @media only screen and (max-width: 767px) {
    .newsHero,
    .blogsHero {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .newsHero-content,
      .blogsHero-content {
        width: 100%; }
      .newsHero-image-wrapper,
      .blogsHero-image-wrapper {
        position: static;
        margin-left: 0;
        margin-bottom: 30px;
        width: 100%; }
        .newsHero-image-wrapper .newsHero-image,
        .newsHero-image-wrapper .blogsHero-image,
        .blogsHero-image-wrapper .newsHero-image,
        .blogsHero-image-wrapper .blogsHero-image {
          max-height: 650px;
          height: 100%; }
          .newsHero-image-wrapper .newsHero-image img,
          .newsHero-image-wrapper .blogsHero-image img,
          .blogsHero-image-wrapper .newsHero-image img,
          .blogsHero-image-wrapper .blogsHero-image img {
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: center;
               object-position: center; }
      .newsHero-image-wrapper::before,
      .blogsHero-image-wrapper::before {
        top: 60px;
        left: 0;
        width: 100vw;
        height: 200px;
        border-radius: 0;
        -webkit-transform: none;
                transform: none; }
      .newsHero-backgroundIcons,
      .blogsHero-backgroundIcons {
        top: 90px;
        left: 0;
        width: 100vw;
        height: 180px;
        -webkit-transform: none;
                transform: none;
        overflow: hidden; } }

.icon-cards {
  margin-top: 40px;
  margin-bottom: 70px; }
  .icon-cards .cards-item {
    width: 25%;
    padding: 25px 20px;
    float: left; }
    @media only screen and (max-width: 576px) {
      .icon-cards .cards-item {
        width: 100%; } }
    .icon-cards .cards-item .card-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .icon-cards .cards-item .card-image {
      width: 40px;
      height: 40px;
      overflow: hidden;
      vertical-align: middle;
      position: relative;
      margin-right: 5px; }
      .icon-cards .cards-item .card-image img {
        height: 80%;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .icon-cards .cards-item .card-title .title-text {
      font-size: 16px;
      font-weight: 700;
      color: #20275A;
      margin: 0px;
      text-transform: uppercase; }

.newsHeroDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10%;
  margin-bottom: 150px;
  text-align: left; }
  @media only screen and (max-width: 991px) {
    .newsHeroDetails {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    .newsHeroDetails {
      margin-bottom: 0; } }

.newsHeroDetails-content {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.newsHeroDetails-content-title {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1C2654;
  line-height: 43px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 991px) {
    .newsHeroDetails-content-title {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 20px; } }

.newsHeroDetails-contentNews-date {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #F15A3B; }
  @media only screen and (max-width: 991px) {
    .newsHeroDetails-contentNews-date {
      font-size: 14px;
      line-height: 26px; } }

.newsHeroDetails-contentNews-title {
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1C2654;
  line-height: 45px;
  margin: 5px 0 40px 0px; }
  @media only screen and (max-width: 991px) {
    .newsHeroDetails-contentNews-title {
      font-size: 18px;
      line-height: 26px;
      margin: 0 0 20px 0px; } }

.newsHeroDetails-contentNews-description {
  font-size: 14px;
  color: #1C2654;
  line-height: 28px; }
  @media only screen and (max-width: 991px) {
    .newsHeroDetails-contentNews-description {
      font-size: 12px;
      line-height: 22px; } }

.newsHeroDetails-contentNews-link {
  margin-top: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start; }

.newsHeroDetails-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  margin-left: 5%; }
  .newsHeroDetails-image-wrapper .newsHeroDetails-image {
    position: relative;
    height: 442px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0 7px 24px rgba(0, 0, 0, 0.11);
            box-shadow: 0 7px 24px rgba(0, 0, 0, 0.11); }
    .newsHeroDetails-image-wrapper .newsHeroDetails-image img {
      height: 100%;
      position: relative;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }

.newsHeroDetails-image-wrapper::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 40px;
  height: 650px;
  width: 101%;
  border-radius: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #1C2654; }

.newsHeroDetails-backgroundIcons {
  position: absolute;
  content: '';
  top: 50%;
  left: 40px;
  height: 650px;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .newsHeroDetails-backgroundIcons > svg {
    position: absolute;
    top: 0;
    left: 0; }
  .newsHeroDetails-backgroundIcons .bg-icon-dubai-careers {
    height: 51px;
    width: 66px;
    fill: #992D8F; }
  .newsHeroDetails-backgroundIcons .bg-icon-o {
    height: 31px;
    width: 31px;
    color: #4CBFBC; }
  .newsHeroDetails-backgroundIcons .bg-icon-x {
    height: 30px;
    width: 34px; }
  .newsHeroDetails-backgroundIcons > svg:nth-child(1) {
    -webkit-transform: rotateY(180deg) translate(-25%, -35%);
            transform: rotateY(180deg) translate(-25%, -35%); }
  .newsHeroDetails-backgroundIcons > svg:nth-child(2) {
    left: 45%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  .newsHeroDetails-backgroundIcons > svg:nth-child(3) {
    top: 15%;
    left: 87%;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  .newsHeroDetails-backgroundIcons > svg:nth-child(4) {
    top: auto;
    bottom: 0;
    left: 20%;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%); }
  .newsHeroDetails-backgroundIcons > svg:nth-child(5) {
    top: auto;
    bottom: 0;
    left: 70%;
    -webkit-transform: translateY(35%);
            transform: translateY(35%); }
  .newsHeroDetails-backgroundIcons > svg:nth-child(6) {
    top: auto;
    bottom: 0;
    left: 87%;
    right: 0;
    -webkit-transform: translate(150%, -300%);
            transform: translate(150%, -300%); }
    @media only screen and (max-width: 767px) {
      .newsHeroDetails-backgroundIcons > svg:nth-child(6) {
        -webkit-transform: inherit;
                transform: inherit; } }

@media only screen and (max-width: 991px) {
  .newsHeroDetails {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .newsHeroDetails-content {
    width: 100%; }
  .newsHeroDetails-image-wrapper {
    position: static;
    margin-left: 0;
    margin-bottom: 30px;
    width: 100%; }
    .newsHeroDetails-image-wrapper .newsHeroDetails-image {
      height: 350px; }
      .newsHeroDetails-image-wrapper .newsHeroDetails-image img {
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
  .newsHeroDetails-image-wrapper::before {
    top: 60px;
    left: 0;
    width: 100vw;
    height: 200px;
    border-radius: 0;
    -webkit-transform: none;
            transform: none; }
  .newsHeroDetails-backgroundIcons {
    top: 90px;
    left: 0;
    width: 100vw;
    height: 180px;
    -webkit-transform: none;
            transform: none; } }

@media only screen and (max-width: 767px) {
  .newsHeroDetails-image-wrapper .newsHeroDetails-image {
    height: 177px; } }

.newsletter {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 450ms 0ms, -webkit-transform 450ms 0ms;
  transition: opacity 450ms 0ms, -webkit-transform 450ms 0ms;
  transition: opacity 450ms 0ms, transform 450ms 0ms;
  transition: opacity 450ms 0ms, transform 450ms 0ms, -webkit-transform 450ms 0ms;
  color: #ffffff;
  font-weight: bold; }
  .newsletter .container {
    position: relative; }
  .newsletter .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-radius: 10px;
    background-color: #1C2654;
    padding: 30px 30px;
    margin: 0; }
  .newsletter-bg-icon {
    fill: #f7ce00;
    position: absolute;
    bottom: 85%;
    left: 88%;
    width: 63px;
    height: 50px; }
    .newsletter-bg-icon-success {
      display: none;
      fill: #27AAE1; }
    @media only screen and (max-width: 991px) {
      .newsletter-bg-icon {
        width: 50px;
        height: 50px;
        bottom: 87%;
        left: 80%; } }
  .newsletter.success .newsletter-bg-icon {
    display: none; }
  .newsletter.success .newsletter-bg-icon-success {
    display: block; }
  @media only screen and (max-width: 991px) {
    .newsletter.success .newsletter-text {
      white-space: normal; } }
  .newsletter-header {
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px; }
    @media only screen and (max-width: 991px) {
      .newsletter-header {
        font-size: 18px;
        line-height: 24px; } }
    .newsletter-header-second {
      color: #f5cc1c; }
  .newsletter-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    font-size: 22px; }
    @media only screen and (max-width: 991px) {
      .newsletter-text {
        font-size: 18px;
        font-weight: bold;
        line-height: 31px;
        white-space: initial; } }
    .newsletter-text-input {
      background: transparent;
      color: #26ade3;
      border: 0.5px solid transparent;
      width: 160px;
      min-width: 100%;
      font-weight: bold;
      padding-left: 0.4em;
      -webkit-animation: glowing 1500ms infinite;
              animation: glowing 1500ms infinite; }
      @media only screen and (max-width: 991px) {
        .newsletter-text-input {
          width: 200px; } }
      .newsletter-text-input::-webkit-input-placeholder {
        color: #26ade3; }
      .newsletter-text-input::-moz-placeholder {
        color: #26ade3; }
      .newsletter-text-input::-ms-input-placeholder {
        color: #26ade3; }
      .newsletter-text-input::placeholder {
        color: #26ade3; }
      .newsletter-text-input:focus {
        -webkit-animation: none;
                animation: none; }
        .newsletter-text-input:focus::-webkit-input-placeholder {
          color: transparent;
          border: none; }
        .newsletter-text-input:focus::-moz-placeholder {
          color: transparent;
          border: none; }
        .newsletter-text-input:focus::-ms-input-placeholder {
          color: transparent;
          border: none; }
        .newsletter-text-input:focus::placeholder {
          color: transparent;
          border: none; }
      .newsletter-text-input.not-empty {
        -webkit-animation: none;
                animation: none; }
    .newsletter-text-input-span {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      min-width: 100px;
      position: relative; }
      .newsletter-text-input-span.error {
        margin: 0; }
    .newsletter-text-submit {
      display: none;
      height: auto;
      margin: 20px 0;
      width: 33px;
      height: 33px;
      border-radius: 50%;
      border-width: 2px;
      padding: 0;
      position: relative;
      cursor: pointer; }
      .newsletter-text-submit svg {
        width: 60%;
        position: absolute;
        top: calc(50% + 1px);
        left: calc(50% - 1px);
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      @media only screen and (max-width: 991px) {
        .newsletter-text-submit {
          margin: 0; } }
    .newsletter-text.error .newsletter-text-input {
      color: #f15a3b; }
    .newsletter-text-wrapper {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      z-index: 1; }
  .newsletter .error-inline, .newsletter .form-container .error-inline-captcha, .form-container .newsletter .error-inline-captcha {
    position: absolute;
    /*top: calc(100% - 2px);*/
    color: #f15a3b;
    font-size: 14px;
    font-weight: bold;
    background: url("/ResourcePackages/Theme/assets/dist/icons/error-msg.svg") no-repeat 0 center;
    padding-left: 25px; }
    @media only screen and (max-width: 991px) {
      .newsletter .error-inline, .newsletter .form-container .error-inline-captcha, .form-container .newsletter .error-inline-captcha {
        position: absolute; } }

@-webkit-keyframes glowing {
  50% {
    border-left-color: #26ade3;
    border-left: solid #26ade3 0.5px; } }

@keyframes glowing {
  50% {
    border-left-color: #26ade3;
    border-left: solid #26ade3 0.5px; } }

@-webkit-keyframes glowing-ar {
  50% {
    border-right-color: #26ade3;
    border-right: solid #26ade3 0.5px; } }

@keyframes glowing-ar {
  50% {
    border-right-color: #26ade3;
    border-right: solid #26ade3 0.5px; } }

.other-services-title, .other-services-subtitle, .other-services .card-title {
  color: #1C2654;
  font-size: 18px;
  font-weight: bold;
  line-height: 43px;
  width: 100%; }

.other-services-title {
  text-transform: uppercase; }

@media only screen and (max-width: 991px) {
  .other-services .mobile-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.other-services .card {
  border-bottom: 1px solid #D8D8D8;
  height: 100%;
  padding-top: 30px; }
  .other-services .card-text {
    color: #20275a;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    max-height: 3em;
    overflow-y: hidden; }
  .other-services .card-body {
    padding-right: 30%; }
    @media only screen and (max-width: 991px) {
      .other-services .card-body {
        padding-right: 0; } }

.launcher {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  font-family: "intercom-font", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }

.launcher.open:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) !important; }

.launcher.open {
  background: #3BA8DD; }

.launcher .open-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: opacity .08s linear,-webkit-transform .16s linear;
  transition: opacity .08s linear,-webkit-transform .16s linear;
  transition: transform .16s linear,opacity .08s linear;
  transition: transform .16s linear,opacity .08s linear,-webkit-transform .16s linear;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(../images/rashid-bot.svg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  position: absolute; }

.launcher .close-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: opacity .08s linear,-webkit-transform .16s linear;
  transition: opacity .08s linear,-webkit-transform .16s linear;
  transition: transform .16s linear,opacity .08s linear;
  transition: transform .16s linear,opacity .08s linear,-webkit-transform .16s linear;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcBAMAAACAI8KnAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAIVBMVEUAAAD///////////////////////////////////8AAADPn83rAAAACXRSTlMACq47u/I8r7wWzHxoAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAJJJREFUGNNdzzEKhDAQBdAvwtYWW9hbbSdCDrBnWBDS2Sx7A8HSKwgic1tNxj/jmirDC5P/UTSw01V4ri2nMr7xkg/HIAu+Qi6j9HhEcpB1gHFGGCuSTyQTlQ2Vg3ic4x49TVpzwcQXvI+3x/+r0p9eLAfyYhrIWNOSmfZkVlH2Kpm9Z+bJeh68oSYmnlGMnv1X7RZ2SET5id+LAAAAAElFTkSuQmCC);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%; }

.chat-content {
  background: white; }

.chat-content.open {
  display: inline; }

.launcher.open .close-icon {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg); }

.launcher.open .open-icon {
  opacity: 0;
  -webkit-transform: rotate(30deg) scale(0);
  transform: rotate(30deg) scale(0); }

.chat-content {
  z-index: 2147483000 !important;
  position: fixed !important;
  bottom: 20px;
  right: 20px;
  height: calc(100% - 20px - 20px);
  width: 90vw !important;
  max-width: 370px !important;
  min-height: 250px !important;
  max-height: 590px !important;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.4) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  opacity: 1 !important;
  height: calc(100% - 20px - 75px - 20px);
  bottom: calc(5px + 75px);
  display: none; }

.chat-content > iframe {
  width: 100% !important;
  height: 100% !important; }

.related-items {
  padding: 50px 0 90px 0; }
  @media only screen and (max-width: 991px) {
    .related-items:last-child {
      margin-bottom: 50px; } }
  .related-items .section-header {
    font-size: 28px;
    color: #1C2654;
    line-height: 43px; }
  .related-items-view-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px; }
    @media only screen and (max-width: 767px) {
      .related-items-view-all {
        margin-top: 10px; } }
  .related-items .card-wrapper {
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .related-items .card-wrapper {
        margin-bottom: 20px; } }
  .related-items .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #C6D2DB;
    height: 100%; }
    .related-items .card-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%; }
    .related-items .card-text {
      color: #20275a;
      font-size: 14px;
      font-weight: light;
      line-height: 20px;
      min-height: 130px; }
    .related-items .card-title {
      color: #20275a;
      font-size: 16px;
      font-weight: bold;
      line-height: 20px; }
    .related-items .card-time {
      color: #f15a3b;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase; }
    .related-items .card-img-wrapper {
      width: 100%;
      height: 180px;
      overflow: hidden;
      position: relative; }
    .related-items .card-content-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .related-items .card-img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .related-items .card-img-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .related-items .card-img-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .related-items .card-img-top .card-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%; }
      .related-items .card-img-top .card-text {
        display: none; }
      .related-items .card-img-top .col-6 {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        max-width: 100%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .related-items .card-img-top .card-img-wrapper {
        height: 180px; }
    @media only screen and (max-width: 991px) {
      .related-items .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .related-items .card .card-row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          height: 100%; }
        .related-items .card .card-text {
          display: none; }
        .related-items .card .col-6 {
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          max-width: 100%;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
        .related-items .card .card-img-wrapper {
          height: 180px; } }
    .related-items .card-body {
      padding: 20px 35px 0 20px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .related-items .card-footer {
      padding: 0px 15px;
      margin-bottom: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .related-items .card-link {
      background-color: #26ade3;
      border-radius: 50%;
      height: 30px;
      width: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .related-items .card-link-icon {
        color: white !important;
        height: 13px;
        width: 8px; }
  .related-items .container {
    position: relative; }

@media only screen and (max-width: 991px) {
  .screenshots {
    overflow: hidden; } }

.screenshots .mobile-hscroll {
  max-height: 560px;
  overflow-y: hidden; }
  .screenshots .mobile-hscroll.slick-initialized {
    max-height: none;
    overflow-y: auto; }
  @media only screen and (min-width: 768px) {
    .screenshots .mobile-hscroll {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.screenshots .card {
  padding: 40px;
  border-radius: 23px;
  background-color: #4cbfbc; }
  .screenshots .card-img {
    width: 100%; }

.screenshots [data-slider-screenshots]:not(.slick-initialized) .card {
  width: 30%;
  margin: 30px;
  min-height: 400px; }

.screenshots .card[data-number="0"] {
  background-color: #f15a3b; }

.screenshots .card[data-number="1"] {
  background-color: #f5cc1c; }

.screenshots .card[data-number="2"] {
  background-color: #992d8f; }

.screenshots .card[data-number="3"] {
  background-color: #8ac440; }

.screenshots .card[data-number="4"] {
  background-color: #4cbfbc; }

.screenshots .card[data-number="5"] {
  background-color: #1761ab; }

.screenshots .card[data-number="6"] {
  background-color: #f15a3b; }

.screenshots .card[data-number="7"] {
  background-color: #f5cc1c; }

.screenshots .card[data-number="8"] {
  background-color: #992d8f; }

.screenshots .card[data-number="9"] {
  background-color: #8ac440; }

.screenshots .card[data-number="10"] {
  background-color: #4cbfbc; }

.screenshots .card[data-number="11"] {
  background-color: #1761ab; }

.screenshots .slick-slider {
  margin-left: -30px;
  margin-right: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .screenshots .slick-slider .slick-list {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .screenshots .slick-slider .slick-prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .screenshots .slick-slider .slick-next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .screenshots .slick-slider .slick-arrow {
    background-color: #26ade3;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    outline: 0; }
    .screenshots .slick-slider .slick-arrow svg {
      width: 11px;
      height: 13px; }

.screenshots .slick-slide {
  padding: 30px; }
  @media only screen and (max-width: 991px) {
    .screenshots .slick-slide {
      padding: 10px; } }

.video-wrapper {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-wrapper.video-playing .video-video {
    visibility: visible;
    opacity: 1;
    pointer-events: all; }
  .video-wrapper.video-playing .video-img {
    display: none; }
  .video-wrapper.video-playing .video-play {
    display: none; }

.video-video {
  width: 100%;
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }

.video-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.video-play {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  outline: 0;
  background: none;
  border: none; }

@media only screen and (max-width: 991px) {
  .video-wrapper {
    border-radius: 0; }
  .video-play-icon {
    width: 63px;
    height: 63px; } }

.newsHero,
.blogsHero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10%;
  margin-bottom: 150px;
  text-align: left; }
  @media only screen and (max-width: 991px) {
    .newsHero,
    .blogsHero {
      margin-bottom: 50px; } }
  .newsHero-content,
  .blogsHero-content {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .newsHero-content-title,
  .blogsHero-content-title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1C2654;
    line-height: 43px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .newsHero-content-title,
      .blogsHero-content-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px; } }
  .newsHero-contentNews-date,
  .blogsHero-contentNews-date {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #f15a3b; }
    @media only screen and (max-width: 767px) {
      .newsHero-contentNews-date,
      .blogsHero-contentNews-date {
        font-size: 14px;
        line-height: 26px; } }
  .newsHero-contentNews-title,
  .blogsHero-contentNews-title {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1c2654;
    line-height: 32px;
    margin: 5px 0 40px 0px; }
    @media only screen and (max-width: 767px) {
      .newsHero-contentNews-title,
      .blogsHero-contentNews-title {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 20px 0px; } }
  .newsHero-contentNews-description,
  .blogsHero-contentNews-description {
    font-size: 14px;
    color: #1c2654;
    line-height: 28px; }
    @media only screen and (max-width: 767px) {
      .newsHero-contentNews-description,
      .blogsHero-contentNews-description {
        font-size: 12px;
        line-height: 22px; } }
  .newsHero-contentNews-link,
  .blogsHero-contentNews-link {
    margin-top: 20px;
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .newsHero-image-wrapper,
  .blogsHero-image-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60%;
    margin-left: 10%; }
    .newsHero-image-wrapper .newsHero-image,
    .newsHero-image-wrapper .blogsHero-image,
    .blogsHero-image-wrapper .newsHero-image,
    .blogsHero-image-wrapper .blogsHero-image {
      position: relative;
      height: 442px;
      overflow: hidden;
      border-radius: 10px;
      -webkit-box-shadow: 0 7px 24px rgba(0, 0, 0, 0.11);
              box-shadow: 0 7px 24px rgba(0, 0, 0, 0.11); }
      .newsHero-image-wrapper .newsHero-image img,
      .newsHero-image-wrapper .blogsHero-image img,
      .blogsHero-image-wrapper .newsHero-image img,
      .blogsHero-image-wrapper .blogsHero-image img {
        height: 100%;
        position: relative;
        border-radius: 10px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
  .newsHero-image-wrapper::before,
  .blogsHero-image-wrapper::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 40px;
    height: 650px;
    width: 100vw;
    border-radius: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #1C2654; }
  .newsHero-backgroundIcons,
  .blogsHero-backgroundIcons {
    position: absolute;
    content: "";
    top: 50%;
    left: 40px;
    height: 650px;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .newsHero-backgroundIcons > svg,
    .blogsHero-backgroundIcons > svg {
      position: absolute;
      top: 0;
      left: 0; }
    .newsHero-backgroundIcons .bg-icon-dubai-careers,
    .blogsHero-backgroundIcons .bg-icon-dubai-careers {
      height: 51px;
      width: 66px;
      fill: #992d8f; }
    .newsHero-backgroundIcons .bg-icon-o,
    .blogsHero-backgroundIcons .bg-icon-o {
      height: 31px;
      width: 31px;
      color: #4cbfbc; }
    .newsHero-backgroundIcons .bg-icon-x,
    .blogsHero-backgroundIcons .bg-icon-x {
      height: 30px;
      width: 34px; }
    .newsHero-backgroundIcons > svg:nth-child(1),
    .blogsHero-backgroundIcons > svg:nth-child(1) {
      -webkit-transform: rotateY(180deg) translate(-25%, -35%);
              transform: rotateY(180deg) translate(-25%, -35%); }
    .newsHero-backgroundIcons > svg:nth-child(2),
    .blogsHero-backgroundIcons > svg:nth-child(2) {
      left: 45%;
      -webkit-transform: translateY(100%);
              transform: translateY(100%); }
    .newsHero-backgroundIcons > svg:nth-child(3),
    .blogsHero-backgroundIcons > svg:nth-child(3) {
      top: 15%;
      left: auto;
      right: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%); }
    .newsHero-backgroundIcons > svg:nth-child(4),
    .blogsHero-backgroundIcons > svg:nth-child(4) {
      top: auto;
      bottom: 0;
      left: 20%;
      -webkit-transform: translateY(-150%);
              transform: translateY(-150%); }
    .newsHero-backgroundIcons > svg:nth-child(5),
    .blogsHero-backgroundIcons > svg:nth-child(5) {
      top: auto;
      bottom: 0;
      left: 70%;
      -webkit-transform: translateY(35%);
              transform: translateY(35%); }
    .newsHero-backgroundIcons > svg:nth-child(6),
    .blogsHero-backgroundIcons > svg:nth-child(6) {
      top: auto;
      bottom: 0;
      left: auto;
      right: 0;
      -webkit-transform: translate(150%, -300%);
              transform: translate(150%, -300%); }
  @media only screen and (max-width: 767px) {
    .newsHero,
    .blogsHero {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .newsHero-content,
      .blogsHero-content {
        width: 100%; }
      .newsHero-image-wrapper,
      .blogsHero-image-wrapper {
        position: static;
        margin-left: 0;
        margin-bottom: 30px;
        width: 100%; }
        .newsHero-image-wrapper .newsHero-image,
        .newsHero-image-wrapper .blogsHero-image,
        .blogsHero-image-wrapper .newsHero-image,
        .blogsHero-image-wrapper .blogsHero-image {
          max-height: 650px;
          height: 100%; }
          .newsHero-image-wrapper .newsHero-image img,
          .newsHero-image-wrapper .blogsHero-image img,
          .blogsHero-image-wrapper .newsHero-image img,
          .blogsHero-image-wrapper .blogsHero-image img {
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: center;
               object-position: center; }
      .newsHero-image-wrapper::before,
      .blogsHero-image-wrapper::before {
        top: 60px;
        left: 0;
        width: 100vw;
        height: 200px;
        border-radius: 0;
        -webkit-transform: none;
                transform: none; }
      .newsHero-backgroundIcons,
      .blogsHero-backgroundIcons {
        top: 90px;
        left: 0;
        width: 100vw;
        height: 180px;
        -webkit-transform: none;
                transform: none;
        overflow: hidden; } }

.publicationPreview {
  margin-bottom: 80px; }
  @media only screen and (max-width: 991px) {
    .publicationPreview {
      display: none; } }
  .publicationPreview-object {
    width: 100%;
    height: 80vh; }
  .publicationPreview-frame {
    width: 100%;
    height: 80vh; }

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

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

section.newsroom,
section.knowledgeHub {
  text-align: left; }

.newsroom-content-wrapper,
.knowledgeHub-content-wrapper {
  position: relative; }

.newsroom-tabs,
.knowledgeHub-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  border-bottom: 1px solid #a0a9b0; }

.newsroom-tab,
.knowledgeHub-tab {
  width: 25%;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #c6d2db;
  background-color: white;
  cursor: pointer;
  border: 1px solid #c6d2db;
  border-bottom-width: 1px;
  border-bottom-color: #a0a9b0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-transition: color 450ms, border-color 450ms;
  transition: color 450ms, border-color 450ms; }
  .newsroom-tab.active,
  .knowledgeHub-tab.active {
    position: relative;
    color: #26ade3;
    border-color: #a0a9b0;
    border-bottom-color: white;
    z-index: 2;
    border-right-color: #a0a9b0; }

.newsroom-content,
.knowledgeHub-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 45vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 450ms, visibility 450ms;
  transition: opacity 450ms, visibility 450ms; }
  html[lang="ar"] .newsroom-content:not(.active), html[lang="ar"]
  .knowledgeHub-content:not(.active) {
    display: none; }
  .newsroom-content.active,
  .knowledgeHub-content.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 450ms;
            transition-delay: 450ms; }

.newsroom-content-filters,
.knowledgeHub-content-filters {
  width: calc(25% - 20px);
  margin-right: 20px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #c6d2db;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.newsroom-content-filter-dropdown,
.knowledgeHub-content-filter-dropdown {
  border-radius: 34px;
  border: 3px solid #26ade3;
  height: 60px; }
  .newsroom-content-filter-dropdown :focus,
  .knowledgeHub-content-filter-dropdown :focus {
    outline: none; }
  .newsroom-content-filter-dropdown-icon,
  .knowledgeHub-content-filter-dropdown-icon {
    max-width: 10px;
    display: inline;
    max-height: 10px;
    position: relative;
    top: -70%;
    left: 85%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.newsroom-content-filter-dropdown + .newsroom-content-filter-dropdown,
.knowledgeHub-content-filter-dropdown + .newsroom-content-filter-dropdown, .newsroom-content-filter-dropdown +
.knowledgeHub-content-filter-dropdown,
.knowledgeHub-content-filter-dropdown +
.knowledgeHub-content-filter-dropdown {
  margin-top: 30px; }

.newsroom-content-filterTitle,
.knowledgeHub-content-filterTitle {
  margin-bottom: 6px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #1c2654; }

.newsroom-content-filter-select,
.knowledgeHub-content-filter-select {
  border: none;
  color: #26ade3;
  background-color: transparent;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 30px;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.newsroom-content-filter:not(:first-child),
.knowledgeHub-content-filter:not(:first-child) {
  margin-top: 40px; }

.newsroom-content-filterOption,
.knowledgeHub-content-filterOption {
  position: relative;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: bold;
  font-size: 16px;
  color: #b0bec8;
  cursor: pointer;
  -webkit-transition: color 450ms;
  transition: color 450ms; }
  .newsroom-content-filterOption:hover,
  .knowledgeHub-content-filterOption:hover {
    color: #26ADE3; }
  .newsroom-content-filterOption.active,
  .knowledgeHub-content-filterOption.active {
    color: #26ADE3; }
    .newsroom-content-filterOption.active > svg,
    .knowledgeHub-content-filterOption.active > svg {
      color: #26ADE3; }
    .newsroom-content-filterOption.active::before,
    .knowledgeHub-content-filterOption.active::before {
      border-color: #26ADE3; }
  .newsroom-content-filterOption > svg,
  .knowledgeHub-content-filterOption > svg {
    position: absolute;
    top: 12px;
    left: 4px;
    width: 11px;
    height: 9px;
    color: transparent;
    -webkit-transition: color 450ms;
    transition: color 450ms; }
  .newsroom-content-filterOption > *,
  .knowledgeHub-content-filterOption > * {
    pointer-events: none; }

.newsroom-content-filterOption::before,
.knowledgeHub-content-filterOption::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  pointer-events: none;
  height: 19px;
  width: 19px;
  border: 2px solid #c6d2db;
  -webkit-transition: border-color 450ms;
  transition: border-color 450ms; }

.newsroom-content-filters-mobile,
.knowledgeHub-content-filters-mobile {
  display: none; }

.newsroom-content-filters-mobileOpen,
.knowledgeHub-content-filters-mobileOpen {
  display: none; }

.newsroom-content-listing,
.knowledgeHub-content-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(75% + 20px);
  margin: 0 -10px; }

.newsroom-content-listing-loadMore,
.knowledgeHub-content-listing-loadMore {
  width: 75%;
  margin-top: 30px;
  margin-left: 25%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: center; }
  .newsroom-content-listing-loadMore button,
  .knowledgeHub-content-listing-loadMore button {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    padding: 0 2px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #26ade3;
    border-bottom: 3px solid #26ade3; }
    .newsroom-content-listing-loadMore button > span,
    .knowledgeHub-content-listing-loadMore button > span {
      position: relative; }
  @media only screen and (max-width: 991px) {
    .newsroom-content-listing-loadMore,
    .knowledgeHub-content-listing-loadMore {
      width: 66.66%;
      margin-left: 33.33%; } }
  @media only screen and (max-width: 767px) {
    .newsroom-content-listing-loadMore,
    .knowledgeHub-content-listing-loadMore {
      width: 100%;
      margin-left: 0; } }

.newsroom-content-item,
.knowledgeHub-content-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  width: calc(33.33% - 20px);
  height: 470px;
  margin: 0 10px 20px 10px;
  border-radius: 8px;
  border: 1px solid #c6d2db;
  overflow: hidden;
  text-decoration: none;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition: -webkit-box-shadow 450ms;
  transition: -webkit-box-shadow 450ms;
  transition: box-shadow 450ms;
  transition: box-shadow 450ms, -webkit-box-shadow 450ms; }

.newsroom-content-item:hover,
.knowledgeHub-content-item:hover {
  -webkit-box-shadow: 0px 0px 10px 1px lightgrey;
          box-shadow: 0px 0px 10px 1px lightgrey; }

.newsroom-content-itemImage,
.knowledgeHub-content-itemImage {
  position: relative;
  overflow: hidden;
  height: 180px;
  width: 100%;
  margin-bottom: 10px; }
  .newsroom-content-itemImage img,
  .knowledgeHub-content-itemImage img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-transition: -webkit-transform 450ms;
    transition: -webkit-transform 450ms;
    transition: transform 450ms;
    transition: transform 450ms, -webkit-transform 450ms; }

.newsroom-content-item:hover .newsroom-content-itemImage img,
.newsroom-content-item:hover .knowledgeHub-content-itemImage img,
.knowledgeHub-content-item:hover .newsroom-content-itemImage img,
.knowledgeHub-content-item:hover .knowledgeHub-content-itemImage img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

.newsroom-content-itemDate,
.knowledgeHub-content-itemDate {
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #f15a3b; }

.newsroom-content-itemTitle,
.knowledgeHub-content-itemTitle {
  margin-bottom: 8px;
  padding: 0 15px;
  font-weight: bold;
  font-size: 16px;
  color: #20275a;
  line-height: 20px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

.newsroom-content-itemText,
.knowledgeHub-content-itemText {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: auto;
  max-height: 11.5em;
  margin-bottom: 10px;
  padding: 0 15px;
  font-weight: normal;
  font-size: 14px;
  color: #20275a;
  line-height: 20px; }

.newsroom-content-itemLink,
.knowledgeHub-content-itemLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  color: white;
  background-color: #26ade3;
  -webkit-transform: translate(10px, -5px) rotateZ(180deg);
          transform: translate(10px, -5px) rotateZ(180deg); }
  .newsroom-content-itemLink svg,
  .knowledgeHub-content-itemLink svg {
    height: 12px;
    width: 10px; }

@media only screen and (max-width: 991px) {
  .newsroom-content-filters,
  .knowledgeHub-content-filters {
    width: calc(33.33% - 20px); }
  .newsroom-content-listing,
  .knowledgeHub-content-listing {
    width: calc(66.66% + 20px); }
  .newsroom-content-item,
  .knowledgeHub-content-item {
    width: calc(50% - 20px);
    height: 490px; } }

@media only screen and (max-width: 767px) {
  .newsroom-tabs,
  .knowledgeHub-tabs {
    width: 100%;
    border: none; }
  .newsroom-tab,
  .knowledgeHub-tab {
    width: 50%;
    padding: 18px 0;
    font-size: 12px;
    border: 1px solid #c6d2db;
    border-radius: 0;
    border-bottom-width: 1px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    -webkit-transition: color 450ms, border 450ms;
    transition: color 450ms, border 450ms; }
    .newsroom-tab:nth-child(1),
    .knowledgeHub-tab:nth-child(1) {
      border-right-color: transparent; }
    .newsroom-tab:nth-child(2),
    .knowledgeHub-tab:nth-child(2) {
      border-left-color: transparent;
      -webkit-transform: translateX(-1px) translateY(1px);
              transform: translateX(-1px) translateY(1px); }
    .newsroom-tab.active,
    .knowledgeHub-tab.active {
      position: relative;
      color: #26ade3;
      border-color: #c6d2db !important;
      border-bottom-width: 3px;
      border-bottom-color: #26ade3 !important;
      z-index: 2; }
  .newsroom-content,
  .knowledgeHub-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .newsroom-content-filters,
  .knowledgeHub-content-filters {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    display: none; }
  .newsroom-content-filters-mobileOpen,
  .knowledgeHub-content-filters-mobileOpen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 54px;
    width: 100%;
    margin-bottom: 30px;
    background: #ffffff;
    border: 3px solid #26ade3;
    border-radius: 37.6px;
    padding-left: 26px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #26ade3; }
    .newsroom-content-filters-mobileOpen .newsroom-icon,
    .newsroom-content-filters-mobileOpen .knowledgeHub-icon,
    .knowledgeHub-content-filters-mobileOpen .newsroom-icon,
    .knowledgeHub-content-filters-mobileOpen .knowledgeHub-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      background: #26ade3;
      border-radius: 100%;
      height: 38px;
      width: 38px;
      -webkit-transform: translateX(-6px);
              transform: translateX(-6px); }
    .newsroom-content-filters-mobileOpen svg,
    .knowledgeHub-content-filters-mobileOpen svg {
      color: white;
      height: 12px;
      width: 19px; }
  .newsroom-content-filters-mobileClose,
  .knowledgeHub-content-filters-mobileClose {
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    background: #26ade3;
    border-radius: 100%;
    height: 27px;
    width: 27px; }
    .newsroom-content-filters-mobileClose svg,
    .knowledgeHub-content-filters-mobileClose svg {
      color: white;
      height: 11px;
      width: 11px; }
  .newsroom-content-filters-mobile,
  .knowledgeHub-content-filters-mobile {
    position: fixed;
    display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100vw;
    max-height: 80vh;
    top: 100%;
    left: 0;
    z-index: 5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: white;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 450ms, opacity 450ms, -webkit-transform 450ms;
    transition: visibility 450ms, opacity 450ms, -webkit-transform 450ms;
    transition: transform 450ms, visibility 450ms, opacity 450ms;
    transition: transform 450ms, visibility 450ms, opacity 450ms, -webkit-transform 450ms; }
    .newsroom-content-filters-mobile.active,
    .knowledgeHub-content-filters-mobile.active {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      opacity: 1;
      visibility: visible; }
    .newsroom-content-filters-mobile .newsroom-content-filter,
    .newsroom-content-filters-mobile .knowledgeHub-content-filter,
    .knowledgeHub-content-filters-mobile .newsroom-content-filter,
    .knowledgeHub-content-filters-mobile .knowledgeHub-content-filter {
      margin-top: 0;
      margin-bottom: 20px; }
  .newsroom-content-filters-mobileTitle,
  .knowledgeHub-content-filters-mobileTitle {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: #20275a;
    line-height: 26px;
    margin-bottom: 30px; }
  .newsroom-content-listing,
  .knowledgeHub-content-listing {
    width: 100%;
    margin: 0; }
  .newsroom-content-item,
  .knowledgeHub-content-item {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0; }
    .newsroom-content-itemDate,
    .knowledgeHub-content-itemDate {
      font-size: 12px; }
    .newsroom-content-itemTitle,
    .knowledgeHub-content-itemTitle {
      font-size: 14px;
      line-height: 20.6px; }
    .newsroom-content-itemText,
    .knowledgeHub-content-itemText {
      font-size: 12px;
      line-height: 20px; } }

.newsroom-content-itemLink-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 15px 15px 15px; }

@media only screen and (max-width: 991px) {
  .knowledgeHub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .knowledgeHub-tabs {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }

.knowledgeHub-searchForm {
  margin-bottom: 48px; }
  @media only screen and (max-width: 991px) {
    .knowledgeHub-searchForm {
      margin-bottom: 30px; } }

.knowledgeHub-searchWrapper {
  width: calc(50% - 6px);
  position: relative; }
  @media only screen and (max-width: 991px) {
    .knowledgeHub-searchWrapper {
      width: 100%; } }

.knowledgeHub-searchInput {
  font-weight: 200;
  font-size: 18px;
  line-height: 48px;
  padding: 0 54px 0 32px;
  background-color: #F8F8F8;
  border: 0;
  border-radius: 24px;
  width: 100%;
  outline: none;
  -webkit-transition: -webkit-box-shadow 450ms;
  transition: -webkit-box-shadow 450ms;
  transition: box-shadow 450ms;
  transition: box-shadow 450ms, -webkit-box-shadow 450ms; }
  @media only screen and (max-width: 991px) {
    .knowledgeHub-searchInput {
      font-size: 12px; } }
  .knowledgeHub-searchInput:active, .knowledgeHub-searchInput:focus, .knowledgeHub-searchInput:hover {
    -webkit-box-shadow: 0px 0px 10px 1px lightgrey;
            box-shadow: 0px 0px 10px 1px lightgrey; }

.knowledgeHub-searchButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background-color: #26ADE3;
  position: absolute;
  top: 50%;
  right: 7px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  .knowledgeHub-searchButtonIcon {
    width: 14px;
    height: 14px;
    fill: #fff; }

.knowledgeHub-content-type {
  background-color: #67bebc;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  color: #fff;
  font-size: 9px;
  padding: 2px 6px;
  font-weight: bold; }

.knowledgeHub-content-item {
  height: 206px;
  overflow: visible; }

.knowledgeHub-content-itemImage {
  display: none; }

.knowledgeHub-content-itemDate {
  margin-top: 15px; }

.knowledgeHub-content-itemLink-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 15px 15px 15px; }
  .knowledgeHub-content-itemLink-wrapper-publications {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.knowledgeHub-content-itemLinkActions-wrapper {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.knowledgeHub-content-itemLink-extras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin-right: 10px; }

.knowledgeHub-content-itemLink-tagItem {
  color: #efc71c; }

.knowledgeHub-content-itemLink-tagItem + .knowledgeHub-content-itemLink-tagItem {
  margin-left: 20px; }

.knowledgeHub-content-itemLink-document {
  background: none;
  border: 1px solid #1dadeb;
  border-radius: 15px;
  height: 38px;
  padding: 0 15px 0 10px;
  color: #1dadeb;
  margin-top: 6px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase; }
  @media only screen and (max-width: 991px) {
    .knowledgeHub-content-itemLink-document {
      font-size: 8px; } }
  .knowledgeHub-content-itemLink-document[data-url=""] {
    display: none; }
  .knowledgeHub-content-itemLink-document:hover {
    background: #1dadeb;
    color: white; }

.knowledgeHub-content-itemLink-documentIcon {
  width: 18px;
  height: 18px;
  background-color: #1dadeb;
  border-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 4px; }
  .knowledgeHub-content-itemLink-documentIcon svg {
    height: 9px;
    width: 6.7px;
    fill: #fff;
    -webkit-transform: translateX(0.5px);
            transform: translateX(0.5px); }

.knowledgeHub-content-itemLink-documentTextWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left; }

.knowledgeHub-content-itemLink-documentSize {
  font-size: 9px;
  color: grey;
  text-transform: none; }

.knowledgeHub-content-filterItems {
  padding: 10px 20px; }

.knowledgeHub-content-filterSectionToggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  width: 100%;
  padding: 0 40px 0px 30px;
  border: 3px solid #26ade3;
  border-radius: 34px;
  background-color: transparent;
  outline: none !important; }

.knowledgeHub-content-filterSectionToggleText {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #26ade3;
  background-color: transparent; }

.knowledgeHub-content-filterSectionToggleIcon {
  position: absolute;
  display: inline;
  max-width: 10px;
  max-height: 10px;
  right: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 450ms;
  transition: -webkit-transform 450ms;
  transition: transform 450ms;
  transition: transform 450ms, -webkit-transform 450ms; }
  .knowledgeHub-content-filter-isOpen .knowledgeHub-content-filterSectionToggleIcon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

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

section.podcasts {
  text-align: left; }

.podcasts-content-wrapper {
  position: relative; }

.podcasts-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  border-bottom: 1px solid #c6d2db; }

.podcasts-tab {
  width: 25%;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #c6d2db;
  cursor: pointer;
  border-bottom-width: 1px;
  border-bottom-color: #c6d2db;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-transition: color 450ms, border-color 450ms;
  transition: color 450ms, border-color 450ms; }
  .podcasts-tab.active {
    position: relative;
    color: #26ade3;
    border-bottom: 3px solid #26ade3;
    z-index: 2; }

.podcasts-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 45vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 450ms, visibility 450ms;
  transition: opacity 450ms, visibility 450ms; }
  html[lang="ar"] .podcasts-content:not(.active) {
    display: none; }
  .podcasts-content.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 450ms;
            transition-delay: 450ms; }
  .podcasts-content-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.podcasts-content-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 -10px; }

.podcasts-content-listing-loadMore {
  width: 100%;
  margin-top: 30px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: center; }
  .podcasts-content-listing-loadMore button {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    padding: 0 2px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #26ade3;
    border-bottom: 3px solid #26ade3; }
    .podcasts-content-listing-loadMore button > span {
      position: relative; }
  @media only screen and (max-width: 991px) {
    .podcasts-content-listing-loadMore {
      width: 66.66%;
      margin-left: 33.33%; } }
  @media only screen and (max-width: 767px) {
    .podcasts-content-listing-loadMore {
      width: 100%;
      margin-left: 0; } }

.podcasts-content-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  width: 100%;
  margin: 0 10px 20px 10px;
  overflow: hidden;
  border-bottom: 1px solid #dee2e6;
  text-decoration: none;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.podcasts-content-itemImage:hover {
  -webkit-box-shadow: inset 0 0 1000px 1000px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: inset 0 0 1000px 1000px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.6); }

.podcasts-content-pause {
  display: none; }

.podcasts-content-itemImage {
  position: relative;
  overflow: hidden;
  height: 180px;
  width: 100%;
  margin-bottom: 20px;
  -webkit-transition: -webkit-box-shadow 450ms;
  transition: -webkit-box-shadow 450ms;
  transition: box-shadow 450ms;
  transition: box-shadow 450ms, -webkit-box-shadow 450ms;
  cursor: pointer; }
  .podcasts-content-itemImage img {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-transition: -webkit-transform 450ms;
    transition: -webkit-transform 450ms;
    transition: transform 450ms;
    transition: transform 450ms, -webkit-transform 450ms; }

.podcasts-content-itemImage:hover .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

.podcasts-content-itemDate {
  padding: 0 15px;
  position: relative;
  bottom: 30px;
  text-transform: uppercase;
  font-size: 12px;
  color: #20275a; }

.podcasts-content-itemSeason {
  padding: 0 15px;
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #20275a; }

.podcasts-content-itemTitle {
  margin-bottom: 8px;
  padding: 0 15px;
  font-weight: bold;
  font-size: 28px;
  color: #20275a;
  line-height: 26px; }

.podcasts-content-itemText {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: auto;
  margin-bottom: 45px;
  min-height: 40px;
  margin-top: 40px;
  padding: 0 15px;
  font-weight: normal;
  font-size: 14px;
  color: #20275a;
  line-height: 20px; }

.podcasts-content-itemLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  color: white;
  background-color: #26ade3;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg); }
  .podcasts-content-itemLink svg {
    height: 12px;
    width: 10px; }

@media only screen and (max-width: 991px) {
  .podcasts-content-listing {
    width: 100%; }
  .podcasts-content-item {
    width: 100%;
    min-height: 490px; } }

@media only screen and (max-width: 767px) {
  .podcasts-tabs {
    width: 100%;
    border: none;
    border-bottom: 1px solid #c6d2db; }
  .podcasts-tab {
    width: 50%;
    padding: 18px 0;
    font-size: 12px;
    border-radius: 0;
    border-bottom-width: 1px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    -webkit-transition: color 450ms, border 450ms;
    transition: color 450ms, border 450ms; }
    .podcasts-tab.active {
      position: relative; }
  .podcasts-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .podcasts-content-details {
    padding-left: 0; }
  .podcasts-content-listing {
    width: 100%;
    margin: 0; }
  .podcasts-content-item {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0; }
    .podcasts-content-itemDate {
      font-size: 12px;
      bottom: 5px; }
    .podcasts-content-itemContainer {
      padding-right: 0;
      margin-left: 0;
      padding-left: 0; }
    .podcasts-content-itemTitle {
      font-size: 20px;
      line-height: 24.6px; }
    .podcasts-content-itemTitle, .podcasts-content-itemSeason, .podcasts-content-itemText, .podcasts-content-itemDate {
      padding-left: 0px; }
    .podcasts-content-itemText {
      font-size: 12px;
      line-height: 20px;
      margin-top: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-bottom: 0px; } }

@media only screen and (max-width: 991px) {
  .podcasts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .podcasts-tabs {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }

.podcasts-content-type {
  background-color: #67bebc;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  color: #fff;
  font-size: 9px;
  padding: 2px 6px;
  font-weight: bold; }

.podcasts-content-item {
  overflow: visible; }

.podcasts-content-itemImage {
  display: block;
  border-radius: 10px;
  height: 300px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.3) inset, 0px 0px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.3) inset, 0px 0px 0px rgba(0, 0, 0, 0.3); }

.podcasts-content-itemDate {
  margin-top: 15px; }

.podcasts-content-itemSeason {
  margin-top: 15px; }

.podcasts-content-itemLink-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 15px 15px 15px; }

.podcasts-content-itemLink-extras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin-right: 10px; }

.podcasts-content-itemLink-documentIcon {
  width: 18px;
  height: 18px;
  background-color: #1dadeb;
  border-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 4px; }
  .podcasts-content-itemLink-documentIcon svg {
    height: 9px;
    width: 6.7px;
    fill: #fff;
    -webkit-transform: translateX(0.5px);
            transform: translateX(0.5px); }

.podcasts-content-itemLink-documentTextWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left; }

.podcasts-content-itemLink-documentSize {
  font-size: 9px;
  color: grey;
  text-transform: none; }

.podcast-audio-player {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101; }
  .podcast-audio-player svg path {
    fill: #fff;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .podcast-audio-player .icon-pause {
    display: none; }

.podcast-audio-player .wave-audio-player-holder {
  position: fixed;
  width: 100%;
  height: 55px;
  bottom: 0px;
  background: #20275a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.wave-audio-player-holder .icon-play.fa-pause,
.wave-audio-player-holder .icon-pause,
.wave-audio-player-holder .icon-pause.fa-play {
  display: none; }

.wave-audio-player-holder .icon-pause.fa-pause {
  display: block; }

.wave-audio-contr-btn.is-play .icon-play {
  display: none; }

.wave-audio-contr-btn.is-play .icon-pause {
  display: block; }

@media (max-width: 767px) {
  .podcast-audio-player .wave-audio-player-holder {
    height: 55px;
    padding: 0 15px; }
  .podcast-audio-player .wave-audio-player-holder .wave-audio-waveform > wave {
    height: 25px !important; } }

.podcast-audio-player .wave-audio-player-holder > * {
  margin: 0 5px; }

.podcast-audio-player .wave-audio-icon-color {
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }

.podcast-audio-player .wave-audio-icon-color:hover {
  color: var(--main_color); }

.podcast-audio-player .wave-audio-icon-rollover-color {
  color: var(--main_color) !important;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }

.podcast-audio-player .wave-audio-contr-btn-i {
  font-size: 32px;
  line-height: 55px; }

@media (max-width: 767px) {
  .podcast-audio-player .wave-audio-contr-btn-i {
    font-size: 25px;
    line-height: 35px; } }

.podcast-audio-player .wave-audio-contr-btn-vol-i {
  font-size: 18px !important; }

.podcast-audio-player .wave-audio-playback-toggle {
  width: 34px; }

.podcast-audio-player .wave-audio-prev-toggle {
  width: 25px;
  text-align: center; }

.podcast-audio-player .wave-audio-next-toggle {
  width: 25px; }

.podcast-audio-player .wave-audio-media-time {
  color: #fff;
  line-height: 55px;
  font-size: 14px;
  margin-right: 35px; }

.podcast-audio-player .wave-audio-media-time span {
  padding: 0 5px;
  vertical-align: middle; }

.podcast-audio-player .wave-audio-waveform-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 1px; }

.podcast-audio-player .wave-audio-waveform-preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #333;
  font-size: 18px;
  pointer-events: none;
  opacity: 0; }

.podcast-audio-player .wave-audio-info {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  top: 2px;
  color: #fff;
  line-height: 55px;
  font-size: 12px;
  white-space: nowrap;
  margin-left: 25px;
  margin-right: 15px;
  text-transform: uppercase; }

.podcast-audio-player .wave-audio-playlist-holder {
  display: none; }

.podcast-audio-player .wave-audio-volume-wrapper {
  margin: 0 10px; }

@media (max-width: 1024px) {
  .podcast-audio-player .wave-audio-volume-wrapper {
    display: none; } }

@media (max-width: 767px) {
  .podcast-audio-player .wave-audio-info,
  .podcast-audio-player .wave-audio-media-time {
    display: none; } }

.icon-play-circle.fa-play:before {
  content: "\e927"; }

.icon-play-circle.fa-pause:before {
  content: "\e902"; }

.icon-music-equalizer-1.fa-volume-up:before {
  content: "\e926"; }

.wave-audio-volume-wrapper {
  width: 185px;
  height: 25px;
  position: relative; }

.wave-audio-player-volume {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.wave-audio-player-volume i {
  position: absolute;
  width: 25px;
  height: 25px;
  font-size: 18px !important;
  line-height: 25px !important;
  color: #fff !important;
  text-align: center;
  display: inline-block; }

.wave-audio-volume-seekbar {
  position: absolute;
  right: 0;
  top: 4px;
  width: 150px;
  height: 9px;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none; }

.wave-audio-volume-bg {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 7px;
  background: #0000004d;
  border-radius: 10px; }

.wave-audio-volume-level {
  position: absolute;
  top: 8px;
  left: 3px;
  width: 100%;
  height: 3px;
  background-color: #26ade3; }

.wave-audio-volume-level:after {
  content: '';
  position: absolute;
  right: -7px;
  top: -2.5px;
  width: 7px;
  height: 7px;
  border-radius: 7.5px;
  z-index: 1;
  background: var(--main_color); }

.wave-audio-hidden {
  opacity: 0;
  filter: alpha(opacity=0); }

.wave-audio-visible {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out; }

.wave-audio-preloader {
  position: fixed;
  width: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.wave-audio-preloader span {
  display: block;
  bottom: 0px;
  width: 9px;
  height: 5px;
  background: #baacf1;
  position: absolute;
  -webkit-animation: wave-audio_preloader 1.5s infinite ease-in-out;
  animation: wave-audio_preloader 1.5s infinite ease-in-out; }

.wave-audio-preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.wave-audio-preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.wave-audio-preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }

.wave-audio-preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: .8s;
  animation-delay: .8s; }

@-webkit-keyframes wave-audio_preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px); }
  50% {
    height: 5px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    height: 5px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes wave-audio_preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px); }
  50% {
    height: 5px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    height: 5px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

/*--------   3.2 Popup Player     --------*/
body.mfp-is-open .wave-audio-player-popup {
  display: block; }

.wave-audio-player-popup {
  display: none;
  position: relative;
  background: #000;
  width: 90%;
  max-width: 500px;
  height: 500px;
  margin: 0 auto;
  -webkit-box-shadow: 1px 1px 75px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 75px rgba(0, 0, 0, 0.2); }

.wave-audio-player-popup .mfp-close {
  color: #fff !important; }

.wave-audio-player-popup .wave-audio-player-thumb {
  overflow: hidden;
  position: relative; }

.wave-audio-player-popup .wave-audio-player-thumb:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bg-hover.png) repeat rgba(0, 0, 0, 0.7);
  opacity: 0.65;
  -webkit-transition: .3s;
  transition: .3s; }

.wave-audio-player-popup .wave-audio-player-thumb img {
  display: block;
  width: 100%;
  height: 100%; }

.wave-audio-player-popup .wave-audio-player-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden; }

.wave-audio-player-popup .wave-audio-icon-color {
  color: #eee !important;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }

.wave-audio-player-popup .wave-audio-icon-rollover-color {
  color: #fff !important;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }

.wave-audio-player-popup .wave-audio-contr-btn-i {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  font-size: 26px !important;
  line-height: 35px !important; }

.wave-audio-player-popup .wave-audio-info {
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 200px; }

.wave-audio-player-popup .wave-audio-player-title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  margin: 0 !important; }

.wave-audio-player-popup .wave-audio-player-artist {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: var(--main_color);
  margin: 0 !important; }

.wave-audio-player-popup .wave-audio-player-controls {
  position: absolute;
  height: 50px;
  bottom: 85px;
  left: 20px;
  right: 20px; }

.wave-audio-player-popup .wave-audio-prev-toggle {
  position: relative;
  left: 0px;
  top: 7px;
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 10px; }

.wave-audio-player-popup .wave-audio-playback-toggle {
  position: relative;
  top: 0px;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 5px; }

.wave-audio-player-popup .wave-audio-playback-toggle i {
  width: 60px;
  height: 60px;
  line-height: 50px !important;
  font-size: 50px !important; }

.wave-audio-player-popup .wave-audio-next-toggle {
  position: relative;
  left: 0px;
  top: 7px;
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 10px; }

.wave-audio-player-popup .wave-audio-prev-toggle i,
.wave-audio-player-popup .wave-audio-next-toggle i {
  font-size: 38px !important; }

.wave-audio-player-popup .wave-audio-waveform-wrap {
  position: absolute;
  width: calc(100% - 40px);
  height: 50px;
  left: 20px;
  bottom: 20px; }

.wave-audio-player-popup .wave-audio-waveform-preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  pointer-events: none;
  opacity: 0; }

.wave-audio-player-popup .wave-audio-waveform-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.wave-audio-player-popup .wave-audio-waveform-img-load {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.wave-audio-player-popup .wave-audio-waveform-img-progress-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  border-right: 3px solid #0000ff; }

.wave-audio-player-popup .wave-audio-waveform-img-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.wave-audio-player-popup .wave-audio-waveform-img-load img,
.wave-audio-player-popup .wave-audio-waveform-img-progress img {
  display: block;
  width: 100%;
  height: 100%; }

.wave-audio-player-popup #wave-audio-playlist-list {
  display: none; }

.wave-audio-player-popup .wave-audio-volume-wrapper {
  display: none;
  position: absolute;
  right: 10px;
  top: 12px; }

@media (max-width: 767px) {
  .wave-audio-player-popup .wave-audio-volume-wrapper {
    display: none; } }

section.event-details-hero {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px; }

.event-details-hero-image {
  width: 100%; }

.event-details-heroContent {
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold; }
  .event-details-heroContent-date {
    text-transform: uppercase;
    font-size: 22px;
    color: #F15A3B; }
  .event-details-heroContent-name {
    margin-bottom: 40px;
    font-size: 35px;
    color: #1C2654;
    line-height: 45px; }
  .event-details-heroContent-location {
    font-size: 28px;
    color: #1C2654;
    line-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .event-details-heroContent-location > span:nth-child(2) {
      font-weight: lighter; }
    .event-details-heroContent-location-description {
      font-weight: normal; }

.event-details-hero .newsroom-details-breadcrumbs {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 991px) {
    .event-details-hero .newsroom-details-breadcrumbs {
      display: none; } }
  .event-details-hero .newsroom-details-breadcrumbs-entry {
    font-weight: bold;
    font-size: 17px;
    text-transform: capitalize;
    margin: 0 2px; }
    .event-details-hero .newsroom-details-breadcrumbs-entry-icon {
      height: 10px;
      width: 12px; }
    .event-details-hero .newsroom-details-breadcrumbs-entry:last-child svg {
      display: none; }
  .event-details-hero .newsroom-details-breadcrumbs span {
    color: #1C2654; }
  .event-details-hero .newsroom-details-breadcrumbs a {
    color: #26ADE3; }

@media only screen and (max-width: 991px) {
  section.event-details-hero {
    margin-bottom: 20px; }
  .event-details-heroContent {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin-top: 15px; }
    .event-details-heroContent-date {
      font-size: 18px; }
    .event-details-heroContent-name {
      margin-bottom: 15px;
      font-size: 20px;
      line-height: 26px; }
    .event-details-heroContent-location {
      font-size: 14px;
      line-height: 26px; } }

.newsroom-details-breadcrumbs-mobile {
  border-bottom: 1px solid #cdd7df;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .newsroom-details-breadcrumbs-mobile-arrow {
    max-width: 11px;
    max-height: 11px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .newsroom-details-breadcrumbs-mobile-entry {
    color: #26ADE3; }
    @media only screen and (min-width: 992px) {
      .newsroom-details-breadcrumbs-mobile-entry {
        display: none; } }

section.event-details-info {
  margin-top: 20px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.event-details-info-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 25%;
  margin-right: 80px;
  padding: 40px 30px 25px 30px;
  border: 1px solid #C6D2DB;
  border-radius: 10px; }
  .event-details-info-details-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px; }
  .event-details-info-details-label {
    font-weight: lighter;
    font-size: 14px;
    line-height: 25px;
    color: #1C2654; }
  .event-details-info-details-value {
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: #1C2654; }
  .event-details-info-detailsTitle {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    color: #1C2654; }
  .event-details-info-detailsMakaniAddress {
    margin-bottom: 10px; }
  .event-details-info-details-link {
    font-weight: bold;
    font-size: 14px;
    color: #26ADE3;
    line-height: 31px; }
    .event-details-info-details-link::before {
      content: '—'; }
    .event-details-info-details-link:hover {
      text-decoration: none; }
  .event-details-info-details > .btn, .event-details-info-details > .button, .event-details-info-details > .documentLinks-item-link, .form-container .event-details-info-details > button[type=submit] {
    margin-top: 60px; }
    @media only screen and (max-width: 991px) {
      .event-details-info-details > .btn, .event-details-info-details > .button, .event-details-info-details > .documentLinks-item-link, .form-container .event-details-info-details > button[type=submit] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%; } }

.event-details-info-description {
  width: calc(75% - 80px); }
  .event-details-info-descriptionLede {
    font-weight: bold;
    font-size: 22px;
    color: #1C2654;
    line-height: 40px; }
    @media only screen and (max-width: 767px) {
      .event-details-info-descriptionLede {
        /* "Smart Dubai is cons: */
        font-size: 12px;
        color: #20275A;
        line-height: 22px; } }
  .event-details-info-descriptionBody {
    font-weight: normal;
    font-size: 14px;
    color: #1C2654;
    line-height: 28px;
    margin-top: 45px; }
    @media only screen and (max-width: 767px) {
      .event-details-info-descriptionBody {
        margin-top: 1em;
        margin-left: 0;
        font-size: 12px;
        color: #20275A;
        line-height: 22px; } }

.event-details-info-brief {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .event-details-info-brief-date {
    text-transform: uppercase;
    font-size: 22px;
    color: #F15A3B; }
  .event-details-info-brief-name {
    font-size: 35px;
    color: #1C2654;
    line-height: 45px; }
  .event-details-info-brief-location {
    font-size: 28px;
    color: #1C2654;
    line-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .event-details-info-brief-location > span:nth-child(2) {
      font-weight: lighter;
      margin-bottom: 20px; }
    .event-details-info-brief-location-description {
      font-weight: normal; }

@media only screen and (max-width: 1199px) {
  .event-details-info-details {
    padding: 30px 25px 25px 25px; } }

@media only screen and (max-width: 991px) {
  section.event-details-info {
    margin-bottom: 20px; }
  .event-details-info-details {
    width: 30%;
    margin-right: 50px;
    padding: 20px 15px; }
    .event-details-info-details > .btn, .event-details-info-details > .button, .event-details-info-details > .documentLinks-item-link, .form-container .event-details-info-details > button[type=submit] {
      margin-top: 35px; }
  .event-details-info-description {
    width: calc(70% - 50px); } }

@media only screen and (max-width: 767px) {
  .event-details-info-details {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
    padding: 40px 30px 25px 30px; }
    .event-details-info-detailsTitle {
      font-size: 22px;
      line-height: 16px; }
  .event-details-info-description {
    width: 100%; } }

section.partners-section {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media only screen and (max-width: 991px) {
    section.partners-section {
      margin-top: 25px;
      margin-bottom: 25px; } }

.partners-title {
  width: 100%;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 28px;
  color: #1C2654;
  line-height: 43px; }
  @media only screen and (max-width: 767px) {
    .partners-title {
      font-size: 18px;
      margin-bottom: 25px; } }

.partners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px; }
  .partners-list img {
    width: 80%; }
  @media only screen and (max-width: 767px) {
    .partners-list {
      margin: -25px; } }

.partners-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 30px;
  max-width: 20%;
  max-height: 100px; }
  @media only screen and (max-width: 767px) {
    .partners-item {
      width: calc(50% - 50px);
      margin: 25px; }
      .partners-item img {
        max-height: 30px; } }

.search-results-header {
  background-color: #26ade3;
  padding-top: 15px;
  padding-bottom: 25px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 991px) {
    .search-results-header {
      margin-bottom: 0px; } }
  .search-results-header-label {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold; }
  .search-results-header-input {
    background: none;
    border: none;
    width: 100%;
    color: #71d6ff;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase; }
    @media only screen and (max-width: 991px) {
      .search-results-header-input {
        font-size: 20px; } }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .search-results-header-input {
        font-size: 16px; } }

.search-results-item {
  border-bottom: 1px solid #dfe9f1;
  padding-bottom: 15px;
  padding-top: 15px; }
  @media only screen and (max-width: 991px) {
    .search-results-item {
      padding-bottom: 15px;
      padding-top: 15px; } }
  .search-results-item-header {
    color: #1C2654;
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 15px; }
    .search-results-item-header a {
      color: #1C2654; }
      .search-results-item-header a:hover {
        text-decoration: none; }
    .search-results-item-header-icon {
      width: 13px;
      height: 23px;
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
  .search-results-item-text {
    color: #1C2654;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px; }

.search-results-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 40px; }
  .search-results-pagination li {
    padding: 0 10px; }
    .search-results-pagination li.active {
      border-bottom: 2px solid #1c2654; }
    .search-results-pagination li:before {
      content: ""; }
  .search-results-pagination a {
    color: #1C2654;
    font-size: 28px;
    font-weight: bold; }

@media only screen and (max-width: 991px) {
  .error {
    margin-top: 50px; } }

.error-title {
  color: #1C2654;
  font-size: 35px;
  font-weight: bold;
  line-height: 43px;
  text-transform: uppercase;
  margin-bottom: 50px; }

.error-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.error-image {
  width: 100%; }
  @media only screen and (max-width: 991px) {
    .error-image {
      margin-bottom: 50px; } }

.form-container button[type=submit] {
  cursor: pointer; }

.form-container .contact-us-form .sf-fieldWrp, .form-container .contact-us-form .form-group {
  padding-bottom: 55px;
  position: relative;
  min-height: 150px; }
  .form-container .contact-us-form .sf-fieldWrp label, .form-container .contact-us-form .form-group label {
    position: absolute;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    top: -24px;
    left: 0;
    pointer-events: none;
    letter-spacing: 0;
    line-height: 1;
    -webkit-transition: opacity 350ms, -webkit-transform 350ms;
    transition: opacity 350ms, -webkit-transform 350ms;
    transition: opacity 350ms, transform 350ms;
    transition: opacity 350ms, transform 350ms, -webkit-transform 350ms;
    color: #1C2654;
    font-size: 14px;
    font-weight: 300; }
  .form-container .contact-us-form .sf-fieldWrp input:focus ~ label, .form-container .contact-us-form .sf-fieldWrp select:focus ~ label, .form-container .contact-us-form .sf-fieldWrp textarea:focus ~ label, .form-container .contact-us-form .form-group input:focus ~ label, .form-container .contact-us-form .form-group select:focus ~ label, .form-container .contact-us-form .form-group textarea:focus ~ label {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .form-container .contact-us-form .sf-fieldWrp input, .form-container .contact-us-form .sf-fieldWrp select, .form-container .contact-us-form .sf-fieldWrp textarea, .form-container .contact-us-form .form-group input, .form-container .contact-us-form .form-group select, .form-container .contact-us-form .form-group textarea {
    border: none;
    border-bottom: 1px solid rgba(151, 151, 151, 0.52); }
    .form-container .contact-us-form .sf-fieldWrp input:focus, .form-container .contact-us-form .sf-fieldWrp select:focus, .form-container .contact-us-form .sf-fieldWrp textarea:focus, .form-container .contact-us-form .form-group input:focus, .form-container .contact-us-form .form-group select:focus, .form-container .contact-us-form .form-group textarea:focus {
      outline: none; }
  .form-container .contact-us-form .sf-fieldWrp input, .form-container .contact-us-form .sf-fieldWrp textarea, .form-container .contact-us-form .sf-fieldWrp select, .form-container .contact-us-form .form-group input, .form-container .contact-us-form .form-group textarea, .form-container .contact-us-form .form-group select {
    color: #20275a;
    font-size: 22px;
    padding: 16px 0;
    font-weight: 700; }
    .form-container .contact-us-form .sf-fieldWrp input::-webkit-input-placeholder, .form-container .contact-us-form .sf-fieldWrp textarea::-webkit-input-placeholder, .form-container .contact-us-form .sf-fieldWrp select::-webkit-input-placeholder, .form-container .contact-us-form .form-group input::-webkit-input-placeholder, .form-container .contact-us-form .form-group textarea::-webkit-input-placeholder, .form-container .contact-us-form .form-group select::-webkit-input-placeholder {
      color: #c0ccd6;
      font-size: 22px;
      font-weight: 700; }
    .form-container .contact-us-form .sf-fieldWrp input::-moz-placeholder, .form-container .contact-us-form .sf-fieldWrp textarea::-moz-placeholder, .form-container .contact-us-form .sf-fieldWrp select::-moz-placeholder, .form-container .contact-us-form .form-group input::-moz-placeholder, .form-container .contact-us-form .form-group textarea::-moz-placeholder, .form-container .contact-us-form .form-group select::-moz-placeholder {
      color: #c0ccd6;
      font-size: 22px;
      font-weight: 700; }
    .form-container .contact-us-form .sf-fieldWrp input::-ms-input-placeholder, .form-container .contact-us-form .sf-fieldWrp textarea::-ms-input-placeholder, .form-container .contact-us-form .sf-fieldWrp select::-ms-input-placeholder, .form-container .contact-us-form .form-group input::-ms-input-placeholder, .form-container .contact-us-form .form-group textarea::-ms-input-placeholder, .form-container .contact-us-form .form-group select::-ms-input-placeholder {
      color: #c0ccd6;
      font-size: 22px;
      font-weight: 700; }
    .form-container .contact-us-form .sf-fieldWrp input::placeholder, .form-container .contact-us-form .sf-fieldWrp textarea::placeholder, .form-container .contact-us-form .sf-fieldWrp select::placeholder, .form-container .contact-us-form .form-group input::placeholder, .form-container .contact-us-form .form-group textarea::placeholder, .form-container .contact-us-form .form-group select::placeholder {
      color: #c0ccd6;
      font-size: 22px;
      font-weight: 700; }
    .form-container .contact-us-form .sf-fieldWrp input:focus, .form-container .contact-us-form .sf-fieldWrp textarea:focus, .form-container .contact-us-form .sf-fieldWrp select:focus, .form-container .contact-us-form .form-group input:focus, .form-container .contact-us-form .form-group textarea:focus, .form-container .contact-us-form .form-group select:focus {
      outline: none; }
  .form-container .contact-us-form .sf-fieldWrp select, .form-container .contact-us-form .form-group select {
    padding: 16px 0;
    color: #c0ccd6; }
    .form-container .contact-us-form .sf-fieldWrp select.option-selected, .form-container .contact-us-form .form-group select.option-selected {
      color: #20275a; }
  .form-container .contact-us-form .sf-fieldWrp textarea, .form-container .contact-us-form .sf-fieldWrp input, .form-container .contact-us-form .form-group textarea, .form-container .contact-us-form .form-group input {
    width: 100%; }
  .form-container .contact-us-form .sf-fieldWrp select, .form-container .contact-us-form .form-group select {
    min-width: 40%;
    -webkit-appearance: none;
    position: relative;
    background: url(/ResourcePackages/Theme/assets/dist/icons/select-arrow-down.svg) no-repeat right 15px center; }
    @media only screen and (max-width: 767px) {
      .form-container .contact-us-form .sf-fieldWrp select, .form-container .contact-us-form .form-group select {
        width: 100%; } }

.form-container .error-inline, .form-container .error-inline-captcha {
  background: url("/ResourcePackages/Theme/assets/dist/icons/error-msg.svg") no-repeat left center;
  color: #f15a3b;
  font-size: 12px;
  font-weight: 700;
  padding-left: 25px;
  margin-top: 10px; }

.form-container .field-captcha-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-bottom: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-left: -15px; }
  @media only screen and (max-width: 991px) {
    .form-container .field-captcha-container {
      display: block; } }
  .form-container .field-captcha-container .captcha-refresh-button {
    margin: 0 10px;
    opacity: 0.5;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .form-container .field-captcha-container .captcha-refresh-button:hover {
      opacity: 1; }
    .form-container .field-captcha-container .captcha-refresh-button svg {
      width: 15px;
      height: 15px; }
  .form-container .field-captcha-container .captcha-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .form-container .field-captcha-container .captcha-image-wrapper > div {
      min-width: 150px;
      min-height: 50px; }
    @media only screen and (max-width: 991px) {
      .form-container .field-captcha-container .captcha-image-wrapper {
        padding-bottom: 55px; } }
  .form-container .field-captcha-container .captcha-input-wrapper {
    position: relative;
    margin-top: 24px; }
    .form-container .field-captcha-container .captcha-input-wrapper .captcha-input {
      padding-left: 10px; }

@media only screen and (max-width: 991px) {
  .form-container .error {
    margin-top: 0 !important; } }

.form-success-header {
  color: #c0ccd6;
  font-size: 22px;
  font-weight: 700; }

.form-success-text {
  background: url(/ResourcePackages/Theme/assets/dist/icons/form-success.svg) no-repeat left center;
  color: #26ade3;
  font-size: 14px;
  font-weight: 700;
  padding-left: 25px;
  margin-bottom: 100px; }

.contact-us-phone, .contact-us-email {
  padding-left: 40px;
  display: block;
  color: #20275a;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px; }
  .contact-us-phone:hover, .contact-us-phone:active, .contact-us-phone:focus, .contact-us-email:hover, .contact-us-email:active, .contact-us-email:focus {
    text-decoration: none; }

.contact-us-header {
  color: #1C2654;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px; }

.contact-us-block {
  margin-top: 60px; }
  @media only screen and (max-width: 991px) {
    .contact-us-block {
      margin-top: 10px; } }

.contact-us-address {
  color: #20275a;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 15px; }

.contact-us-phone {
  background: url(/ResourcePackages/Theme/assets/dist/icons/contact-phone.svg) no-repeat left center; }

.contact-us-email {
  background: url(/ResourcePackages/Theme/assets/dist/icons/contact-email.svg) no-repeat left center; }

.contact-us-text-header {
  color: #1C2654;
  font-size: 22px;
  font-weight: 700;
  line-height: 45px; }

.contact-us-text {
  color: #20275a;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px; }

.happiness-meter {
  position: fixed;
  bottom: 10px;
  left: 15px;
  background-color: #0053a5;
  z-index: 99999;
  width: 50px;
  height: 50px;
  padding: 5px; }
  .happiness-meter-link {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAMAAADUivDaAAACqVBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Gkec6AAAA4nRSTlMA/v0D8uIB5wT8EIr3+hjl7Nvu5OMXyRrcxJTViw4C3jYT4fvNWXy/4OkcBTIP9GcWWwYsCsgfOu0VjyA8VJI/5qAnDS+hEupqzrHLttZc3YbSCUtHcW8qG7wiWvNeK0O3rfmwJS6TJJbfnREU1NAhYajG8fU1wdE7Kbs4RmBOa4EHaQtjp56sqZnaLUSHM32bjlF/mI16GWLFg1Y3Iz4076PwXUGrunm5rkkolUDodnVoDGwewutlotPHcrOXr8BKd6TZhfhTV/aQsk+McDClWHh+OUiJJqa0UghMVdeaRXS1B04/3AAABGpJREFUeF6l1fVTW1sXxvEniru7W0uBUmiRtkCLW93d3d3db91drru7u7u+Kt+/5J0hSQMlgST9/Lpm9rPW2nvOkTuBNw4mH3397WVRmRGrp929lnOiTF6JyznWYaaH8PKTEwfJUzvOHseVkLYXR8kT6Xfv4VD0RpjFUlsRjIMl+ab6U73YbI+Mn7f30ccWVcdNnV448c2gp8KwsbyUoj7NSqNLUtVHl63qpnTN4Ldq6bK+Ru5VXjACkLcrTi5su7QKgPDJJrmxLQGA2C8PyI3QSZkAHHZzN8PjASouBaoPQ48FADw1QC7MiQJYn65+XE8DuFqtXrbWAixfoX7NTgB4p1cfQ5YBhvMmeSBjHsD2BwZemQAYPpZnUg4BLO2RZ10K8Jk8FdgOGA6qm5wAoM5fHrucDbwwRfdNjQDKG+WFTQVAqzM0Gbh3Q17ZbwBGyK7wDpAr75g+AFrsrzS1DmgLlJfqK4BidTl1BwI65bWzQGyKJOk74MPR8tooPzB2baPkUzCslQ8SgXWpks4ZISJUPng+GMKqJS0GvpYv9iUAndIr4yDkGfnkPLBcqt8AaaHySU0WtK1QJ7DAJJ/E5EP4rzoJ7JVvrNvB+LIOgWGWfDQSGKk82PiYfPQu8J62QNMQ+WgwkK00iBoqH00AIhQN+aHy0SNApsIgP+ZhjrBoGUS/9jCDxGsVNM2Wj3KA1doMRTXy0WSgXUfBMFg+qgISFQT8om5mLFSf6hucz2guGF/VLuBIqhysp8leJPf8i/14YrxsKsdA5HAVmiG+RHalyYDlJ7mzaQHAWNkMz4LsDKUkwfydshn4HABZZ6bLlSUXw211+/JygQZJ7wPJsjHlBtAlP3dNrxEKg2qxKWq2BW4Grki6DnRUym5XATaZiyeU6L7SKWufjsSu/Ja6bN0IBTclxY0B4ww5bI3Fbv64T37OmbMj/dbu/VXTonAwB8XI5iIwz+T4bmwfL4fGIDNOn5s3bAzAydhaI7vp0WCwZe8wQ8gXchrWasQ1Q94IfzmMBVpW2LayDthcJifT7vav6G3mN986m9WzfsD3jtSZwCR1Z0of2zaT7iLzcn+wyin1RyBpZfefY1O9ekq5Xfxce0t+WFjUmNingzqH7FMPswKAR+WwJhPIG61e/BuHjnp24YBBVj3oRDTwRKnuW2sAEq3yWMZVILJQTql1AE/KUwceB9ij7kJbgJBmeabsDEDDQPVw2w8ImSRPjG4ASKjUAyZGAoaqMvVr6FyAcUvUy7lwgLmz1Y+dSQBbtsmF3/wAoveMVx9Kfg8GWP+HXNq0GoBpz/i73cKVJACOxMiNAX8CMP+vvwW6LDfHAlB0+u9yy7THDwBj7N7hg9RDzD8S4+kyboL6NKUuGFvUlsOTd6cvCW3MiBs17J9PPj4miy4F11aqP3Nag7EzVliOd/wrImoDDk3/XiQPDPzP8mhc6hh7Sp5aWLzOEkwP5lVLR8TIG9apO/974X/ZaQWR4X4R5QtGNg/LkBv/B1kL98iu5TfqAAAAAElFTkSuQmCC");
    background-size: contain;
    display: block;
    width: 100%;
    height: 100%; }
  .happiness-meter-popup .mfp-iframe-holder .mfp-content {
    max-width: 500px;
    height: 480px; }

.shareFeedback {
  color: #20275A;
  margin-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .shareFeedback {
      margin-bottom: 50px; } }
  .shareFeedback-header {
    font-size: 22px;
    line-height: 45px; }
  .shareFeedback-description {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .shareFeedback-description {
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    .shareFeedback-link {
      padding: 0 15px;
      white-space: nowrap; } }

@media only screen and (max-width: 767px) {
  .tabs-container .tabs-tab {
    padding: 0; } }

.tabs {
  border-radius: 8px;
  color: #20275A;
  margin: 0 70px 30px;
  overflow: hidden;
  position: relative; }
  .tabs:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    left: 0px;
    bottom: 0;
    border: 1px solid #D8D8D8;
    border-top: 1px solid transparent;
    border-radius: 8px;
    z-index: -1; }
  .tabs.tabs2 {
    margin: 0px 0px 30px;
    margin-top: 40px;
    margin-bottom: 70px; }
    .tabs.tabs2 .content-block {
      margin-bottom: 0; }
    .tabs.tabs2 .list-topic-section {
      border-bottom: none; }
    .tabs.tabs2 .container {
      margin: 0px;
      padding: 0px; }
  @media only screen and (max-width: 991px) {
    .tabs {
      margin-left: 0;
      margin-right: 0; } }
  .tabs-tab-learn-more-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 30px 30px 30px; }
  .tabs-tabbar {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    -ms-flex-flow: row;
        flex-flow: row; }
    @media only screen and (max-width: 991px) {
      .tabs-tabbar {
        overflow-x: scroll;
        padding-bottom: 10px; } }
    .tabs-tabbar-tab {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #D8D8D8;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      list-style-type: none;
      height: 71px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 0px;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      width: 100%; }
      @media only screen and (max-width: 991px) {
        .tabs-tabbar-tab {
          padding: 0 30px; } }
      .tabs-tabbar-tab:last-child {
        border-right: 1px solid #D8D8D8;
        border-top-right-radius: 8px; }
        @media only screen and (max-width: 991px) {
          .tabs-tabbar-tab:last-child.tabs-tabbar-tab-selected {
            margin: 0 -3px 0; } }
      .tabs-tabbar-tab button {
        border: none;
        background-color: white; }
      .tabs-tabbar-tab-selected {
        border: 0px solid #26ADE3 !important;
        border-right: 0px solid #26ADE3 !important;
        border-top-right-radius: 8px;
        -webkit-box-shadow: 0 0 0 3px #26ADE3 inset;
                box-shadow: 0 0 0 3px #26ADE3 inset;
        height: 71px;
        margin: 0;
        padding: 0 0px; }
        @media only screen and (max-width: 991px) {
          .tabs-tabbar-tab-selected {
            padding: 0 30px; } }
        .tabs-tabbar-tab-selected:before, .tabs-tabbar-tab-selected:after {
          border-style: solid;
          content: "";
          display: inline-block;
          position: absolute;
          left: 50%; }
        .tabs-tabbar-tab-selected:before {
          content: "";
          display: inline-block;
          border-width: 14px;
          border-color: #26ADE3 transparent transparent transparent;
          border-style: solid;
          bottom: -26px;
          margin-left: -12px; }
        .tabs-tabbar-tab-selected:after {
          content: "";
          display: inline-block;
          border-width: 10px;
          border-color: #fff transparent transparent transparent;
          border-style: solid;
          bottom: -16px;
          margin-left: -8px; }
      .tabs-tabbar-tab-next {
        border-left: 1px solid #D8D8D8;
        border-top: 1px solid #D8D8D8; }
      .tabs-tabbar-tabIcon {
        height: 40px;
        margin-right: 10px; }
  .tabs-tab {
    display: none;
    padding: 40px; }
    .tabs-tab-selected {
      display: block; }
  .tabs .tabs-tabbar-tab-mobile {
    display: none;
    height: 60px;
    background: rgba(0, 0, 0, 0.02);
    padding: 5px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .tabs .tabs-tabbar-tab-mobile-title {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .tabs .tabs-tabbar-tab-mobile-icon {
      width: 8px;
      height: 13px;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  @media only screen and (max-width: 991px) {
    .tabs .tabs-tabbar {
      display: none; }
    .tabs .tabs-tabbar-tab-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .tabs .tabs-tab {
      display: block;
      height: 60px;
      max-height: 60px;
      -webkit-transition: max-height 500ms linear;
      transition: max-height 500ms linear;
      overflow: hidden; }
    .tabs .tabs-tab-selected {
      height: auto;
      max-height: 2000px; }
      .tabs .tabs-tab-selected .tabs-tabbar-tab-mobile-icon {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); } }

.list-topic {
  padding: 30px; }
  .list-topic-section {
    border-bottom: 1px solid #D8D8D8;
    padding: 0 0 30px 0;
    margin: 50px 0 0;
    padding-bottom: 0;
    -webkit-transition: padding-bottom 300ms linear;
    transition: padding-bottom 300ms linear; }
    .list-topic-section:first-child {
      margin-top: 0; }
    .list-topic-section:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .list-topic-section-header {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 20px;
      position: relative;
      padding-right: 20px; }
    .list-topic-section-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-size: 14px;
      line-height: 24px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .list-topic-section-content-left {
        padding-right: 30px; }
      .list-topic-section-content-right {
        padding-left: 30px; }
      .list-topic-section-content-left, .list-topic-section-content-right {
        width: 50%; }
        .list-topic-section-content-left strong, .list-topic-section-content-right strong {
          font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .list-topic-section-content-left, .list-topic-section-content-right {
            width: 100%;
            padding-left: 0;
            padding-right: 0; } }
    .list-topic-section li {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-width: 50%;
      padding-right: 20px;
      width: 50%; }
  .list-topic .section-header {
    margin-bottom: 8px; }

.topicCards {
  color: #20275A;
  margin-top: 100px;
  margin-bottom: 100px; }
  @media only screen and (max-width: 991px) {
    .topicCards {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .topicCards-readMore {
    margin-top: 15px; }
  .topicCards .topicCard {
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    color: #20275A;
    padding: 30px;
    height: 100%; }
    .topicCards .topicCard-image {
      text-align: left;
      height: 140px; }
      .topicCards .topicCard-image img {
        height: 106px; }
    .topicCards .topicCard-title {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 15px; }
    .topicCards .topicCard-content {
      font-size: 14px; }
      .topicCards .topicCard-content ul {
        padding: 0;
        margin-left: 15px; }
      .topicCards .topicCard-content li {
        margin-bottom: 10px; }

.hero2 + .topicCards {
  margin-top: 60px; }
  @media only screen and (max-width: 991px) {
    .hero2 + .topicCards {
      margin-top: 50px; } }

.faq {
  color: #20275A; }
  .faq .section-header {
    margin-bottom: 10px; }
  .faq-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -40px; }
    @media only screen and (max-width: 991px) {
      .faq-slider {
        padding-bottom: 80px;
        margin: 0;
        overflow: hidden; } }
    .faq-slider .slick-arrow {
      background-color: #26ade3;
      border: none;
      cursor: pointer;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      margin: 30px 0px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      outline: none; }
      .faq-slider .slick-arrow svg {
        width: 12px;
        height: 14px; }
      @media only screen and (max-width: 991px) {
        .faq-slider .slick-arrow {
          position: absolute;
          bottom: 0px; } }
    .faq-slider .slick-prev {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      left: 0px; }
      @media only screen and (max-width: 991px) {
        .faq-slider .slick-prev {
          left: 50%;
          margin-left: -30px; } }
    .faq-slider .slick-next {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-left: 15px; }
      .faq-slider .slick-next svg {
        width: 11px; }
      @media only screen and (max-width: 991px) {
        .faq-slider .slick-next {
          left: 50%;
          margin-left: 15px; } }
  .faq-card {
    width: 50%; }
    @media only screen and (max-width: 991px) {
      .faq-card {
        margin: 0px;
        width: 100%; } }
  .faq-questions {
    list-style-type: none;
    margin: 0;
    padding: 0 45px; }
    .faq-questions.has-opened .faq-questions-item {
      display: none; }
    @media only screen and (max-width: 991px) {
      .faq-questions {
        padding: 0; } }
    .faq-questions-item {
      border-bottom: 1px solid #D8D8D8; }
      .faq-questions-item.opened {
        display: block !important; }
        .faq-questions-item.opened .faq-answer {
          display: block;
          margin-bottom: 20px; }
        .faq-questions-item.opened .faq-question-button {
          width: 100%;
          text-align: left;
          border: none;
          background-color: white; }
        .faq-questions-item.opened .faq-question-closeIcon {
          display: inline-block; }
        .faq-questions-item.opened .faq-question-openIcon {
          display: none; }
  .faq-question {
    cursor: pointer;
    padding: 20px 0;
    padding-right: 40px;
    position: relative; }
    .faq-question-button {
      width: 100%;
      text-align: left;
      border: none;
      background-color: white; }
    .faq-question-closeIcon {
      display: none; }
    .faq-question-openIcon {
      display: inline-block; }
    .faq-question-closeIcon, .faq-question-openIcon {
      position: absolute;
      top: 23px;
      right: 0; }
      .faq-question-closeIcon,
      .faq-question-closeIcon svg, .faq-question-openIcon,
      .faq-question-openIcon svg {
        height: 24px;
        width: 24px; }
  .faq-answer {
    display: none;
    font-size: 14px;
    padding-right: 20px;
    overflow: hidden; }
    .faq-answer p {
      display: inline; }
    .faq-answer li:before {
      content: counters(a, ".") "- "; }

.sfPageEditor .fade:not(.show) {
  opacity: 1; }

#socialShare {
  margin-top: 15px;
  text-align: center;
  position: fixed;
  top: 50%;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 991px) {
    #socialShare {
      margin-left: 6px; } }

#socialShare a,
#socialShare > .socialBox {
  position: relative;
  float: none;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 5px 5px 5px 5px;
  background-color: transparent;
  width: 60px;
  height: 60px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%; }
  @media only screen and (max-width: 991px) {
    #socialShare a,
    #socialShare > .socialBox {
      width: 30px;
      height: 30px;
      line-height: 25px;
      padding: 0px; } }

#socialShare a {
  background-color: rgba(0, 0, 0, 0.2); }

#socialShare > * > span {
  background-color: #1C2654;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15);
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 7px;
  width: 50px;
  height: 50px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out; }
  @media only screen and (max-width: 991px) {
    #socialShare > * > span {
      width: 30px;
      height: 30px;
      line-height: 25px;
      padding: 3px; } }

#socialShare > * > span svg {
  width: 35px;
  height: 35px;
  fill: white; }
  @media only screen and (max-width: 991px) {
    #socialShare > * > span svg {
      width: 25px;
      height: 25px; } }

#socialShare > * > span:hover,
#socialShare > .open > span {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }

#socialGallery {
  left: 50%;
  margin: 0 auto 0;
  position: absolute;
  top: 60px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: none;
  padding: 5px 75px 5px 75px; }

#socialGallery a {
  display: block;
  margin: 5px 2px;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  top: 10px;
  padding: 7px;
  margin-bottom: 7px; }
  @media only screen and (max-width: 991px) {
    #socialGallery a {
      padding: 2px; } }

#socialGallery a svg {
  width: 35px;
  height: 35px; }
  @media only screen and (max-width: 991px) {
    #socialGallery a svg {
      width: 20px;
      height: 20px; } }

#socialGallery a > span {
  position: relative;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.socialToolBox {
  cursor: default; }

.pointer {
  cursor: pointer; }

.facebook:hover {
  background: #3b5998 !important; }

.instagram:hover {
  background: #bc2a8d !important; }

.twitter:hover {
  background: #00aced !important; }

.linkedin:hover {
  background: #00a0dc !important; }

@media only screen and (max-width: 480px) {
  #socialGallery {
    width: auto;
    top: 20px; } }

.awesomplete [hidden] {
  display: none; }

.awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.awesomplete {
  display: inline-block;
  position: relative;
  width: 100%; }

.awesomplete > input {
  display: block; }

.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff; }

.awesomplete > ul:empty {
  display: none; }

.awesomplete > ul {
  border-radius: .3em;
  margin: .2em 0 0;
  background: rgba(255, 255, 255, 0.9);
  background: -webkit-gradient(linear, left top, right bottom, from(white), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to bottom right, white, rgba(255, 255, 255, 0.8));
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
          box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none;
  color: black; }

@supports ((-webkit-transform: scale(0)) or (transform: scale(0))) {
  .awesomplete > ul {
    -webkit-transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    -webkit-transform-origin: 1.43em -.43em;
            transform-origin: 1.43em -.43em; }
  .awesomplete > ul[hidden],
  .awesomplete > ul:empty {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    display: block;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; } }

/* Pointer */
.awesomplete > ul:before {
  content: "";
  position: absolute;
  top: -.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: .4em;
  background: white;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.awesomplete > ul > li {
  position: relative;
  padding: .2em .5em;
  cursor: pointer; }

.awesomplete > ul > li:hover {
  background: #b8d3e0;
  color: black; }

.awesomplete > ul > li[aria-selected="true"] {
  background: #3d6d8f;
  color: white; }

.awesomplete mark {
  background-color: #76ddf7; }

.awesomplete li:hover mark {
  background-color: #76ddf7; }

.awesomplete li[aria-selected="true"] mark {
  background: #3d6b00;
  color: inherit; }

/*# sourceMappingURL=awesomplete.css.map */
.directoryFilters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media only screen and (max-width: 991px) {
    .directoryFilters {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .directoryFilters-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (max-width: 991px) {
      .directoryFilters-wrapper {
        margin-bottom: 15px; } }
  .directoryFilters-select {
    text-decoration: none;
    width: 100%;
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid #D8D8D8;
    border-radius: 0;
    position: static;
    padding-left: 5px;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #26527c;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background: transparent; }
    .directoryFilters-select::-ms-expand {
      display: none; }
    .directoryFilters-select option {
      color: initial; }
    .directoryFilters-select:focus {
      outline: none; }
    .directoryFilters-selectWrapper {
      position: relative;
      display: inline-block;
      margin-right: 40px;
      width: 160px; }
      .directoryFilters-selectWrapper:after {
        content: " ";
        width: 13px;
        height: 10px;
        background: url(../images/arrow-down.png) no-repeat 0 0;
        background-size: contain;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        z-index: 2;
        pointer-events: none; }
      @media only screen and (max-width: 991px) {
        .directoryFilters-selectWrapper {
          width: 100%; }
          .directoryFilters-selectWrapper:not(:last-child) {
            margin-bottom: 30px; } }

.directoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .directoryList-mobile {
    position: relative;
    display: none; }
    .directoryList-mobile-searchContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      display: none;
      margin-bottom: 20px; }
      @media only screen and (max-width: 991px) {
        .directoryList-mobile-searchContainer {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .directoryList-mobile-searchButton {
      background: transparent;
      border: none;
      border-bottom: 1px solid #1aace6; }
      .directoryList-mobile-searchButton svg {
        width: 27px;
        height: 20px;
        margin-top: 5px; }
    .directoryList-mobile-searchInput {
      bottom: 0px;
      width: 85%;
      border: none;
      background: transparent;
      border-bottom: 1px solid #C7D1D9;
      color: #1aace6;
      outline: none; }
      .directoryList-mobile-searchInput::-webkit-input-placeholder {
        color: #1aace6; }
      .directoryList-mobile-searchInput::-moz-placeholder {
        color: #1aace6; }
      .directoryList-mobile-searchInput::-ms-input-placeholder {
        color: #1aace6; }
      .directoryList-mobile-searchInput::placeholder {
        color: #1aace6; }
    .directoryList-mobileHeader {
      height: 60px;
      margin-bottom: 50px;
      background: #1aace6;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 35px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      color: white;
      cursor: pointer; }
      .directoryList-mobileHeader svg {
        -webkit-transform: scale(1.5) translateY(-2px) rotate(180deg);
                transform: scale(1.5) translateY(-2px) rotate(180deg);
        -webkit-transition: 0.3s -webkit-transform ease-out;
        transition: 0.3s -webkit-transform ease-out;
        transition: 0.3s transform ease-out;
        transition: 0.3s transform ease-out, 0.3s -webkit-transform ease-out; }
    .directoryList-mobileBody {
      display: none;
      position: absolute;
      background: white;
      width: 100%;
      top: 60px;
      padding: 40px 30px 45px;
      -webkit-box-shadow: 0 7px 19px 0 rgba(0, 0, 0, 0.3);
              box-shadow: 0 7px 19px 0 rgba(0, 0, 0, 0.3); }
    .directoryList-mobile-isOpen {
      position: fixed;
      top: 0px;
      width: 100%;
      z-index: 25;
      margin-top: 0px; }
      .directoryList-mobile-isOpen svg {
        -webkit-transform: scale(1.5) translateY(2px) rotate(0deg);
                transform: scale(1.5) translateY(2px) rotate(0deg); }
    @media only screen and (max-width: 991px) {
      .directoryList-mobile {
        display: block; } }
  .directoryList-desktop {
    margin-bottom: 15px;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .directoryList-desktop {
        display: none; } }
    .directoryList-desktop-searchContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .directoryList-desktop-searchButton {
      background: transparent;
      border: none;
      border-bottom: 1px solid #1aace6; }
      .directoryList-desktop-searchButton svg {
        width: 18px;
        height: 18px;
        margin-top: 5px; }
      @media only screen and (max-width: 991px) {
        .directoryList-desktop-searchButton {
          display: none; } }
    .directoryList-desktop-searchInput {
      bottom: 0px;
      width: 220px;
      border: none;
      background: transparent;
      border-bottom: 1px solid #C7D1D9;
      color: #1aace6;
      outline: none; }
      .directoryList-desktop-searchInput::-webkit-input-placeholder {
        color: #1aace6; }
      .directoryList-desktop-searchInput::-moz-placeholder {
        color: #1aace6; }
      .directoryList-desktop-searchInput::-ms-input-placeholder {
        color: #1aace6; }
      .directoryList-desktop-searchInput::placeholder {
        color: #1aace6; }
      @media only screen and (max-width: 991px) {
        .directoryList-desktop-searchInput {
          display: none; } }

#external-link-popup-body h2 {
  font-size: 25px;
  text-align: center;
  color: #004b8e; }

#external-link-popup-body legend {
  color: #004b8e;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 25px; }

#external-link-popup-body .btn-holder {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 0; }
  #external-link-popup-body .btn-holder .btn, #external-link-popup-body .btn-holder .button, #external-link-popup-body .btn-holder .documentLinks-item-link, #external-link-popup-body .btn-holder .form-container button[type=submit], .form-container #external-link-popup-body .btn-holder button[type=submit] {
    -webkit-box-shadow: none;
            box-shadow: none; }
  #external-link-popup-body .btn-holder .external-link-popup-continue {
    margin-left: 20px; }
    @media (max-width: 768px) {
      #external-link-popup-body .btn-holder .external-link-popup-continue {
        margin-left: 0px;
        margin-top: 20px; } }
  @media (max-width: 768px) {
    #external-link-popup-body .btn-holder .btn-submit {
      margin-left: 0px;
      margin-top: 20px; } }

.overlay-card {
  height: 300px; }
  @media only screen and (max-width: 991px) {
    .overlay-card {
      border: 1px solid #D8D8D8;
      border-radius: 8px;
      padding: 15px;
      height: 250px; } }
  .overlay-card-wrapper {
    opacity: 0;
    -webkit-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
    @media only screen and (max-width: 991px) {
      .overlay-card-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 65%;
                flex: 0 0 65%;
        max-width: 65%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px; } }
  @media only screen and (max-width: 991px) {
    .overlay-card-image {
      text-align: center;
      margin-bottom: 20px; } }
  .overlay-card-image img {
    height: 120px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 991px) {
      .overlay-card-image img {
        height: 100px;
        margin-bottom: 20px; } }
  .overlay-card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media only screen and (max-width: 991px) {
      .overlay-card-container {
        padding-top: 10px; } }
  .overlay-card-content {
    width: 80%;
    font-size: 14px;
    line-height: 20px; }
    @media only screen and (max-width: 991px) {
      .overlay-card-content {
        width: 100%;
        font-size: 10px;
        line-height: 14px; } }
  .overlay-card-title {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold; }
    @media only screen and (max-width: 991px) {
      .overlay-card-title {
        font-size: 12px; } }
  .overlay-card-section {
    padding-top: 50px;
    padding-bottom: 50px; }
    @media only screen and (max-width: 991px) {
      .overlay-card-section {
        padding-bottom: 0;
        padding-top: 0; } }

.overlay-content-header {
  color: #1C2654;
  font-size: 22px;
  font-weight: bold;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 450ms 200ms, -webkit-transform 450ms 200ms;
  transition: opacity 450ms 200ms, -webkit-transform 450ms 200ms;
  transition: opacity 450ms 200ms, transform 450ms 200ms;
  transition: opacity 450ms 200ms, transform 450ms 200ms, -webkit-transform 450ms 200ms; }
  @media only screen and (max-width: 991px) {
    .overlay-content-header {
      font-size: 18px;
      line-height: 26px;
      margin-top: 2em;
      margin-bottom: 35px; } }

.overlay-content-text {
  margin-bottom: 20px;
  color: #1C2654;
  font-size: 16px;
  line-height: 24px;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 450ms 400ms, -webkit-transform 450ms 400ms;
  transition: opacity 450ms 400ms, -webkit-transform 450ms 400ms;
  transition: opacity 450ms 400ms, transform 450ms 400ms;
  transition: opacity 450ms 400ms, transform 450ms 400ms, -webkit-transform 450ms 400ms; }
  @media only screen and (max-width: 991px) {
    .overlay-content-text {
      margin-bottom: 0px;
      font-size: 12px;
      line-height: 22px; } }

.overlay-content .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 991px) {
    .overlay-content .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.overlay-content-text-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media only screen and (max-width: 991px) {
    .overlay-content-text-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.overlay-content-image-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  max-width: 32%;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 15%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media only screen and (max-width: 991px) {
    .overlay-content-image-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 80%;
              flex: 0 0 80%;
      max-width: 80%;
      margin: 0 auto; } }

.hide-stories-wrapper {
  padding: 50px;
  text-align: center; }

.paperless-city {
  position: relative;
  padding-top: 40px; }
  @media only screen and (max-width: 991px) {
    .paperless-city {
      padding-top: 0; } }
  .paperless-city:before {
    content: "";
    position: absolute;
    background: #EFF9FD;
    height: 262px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0; }
  .paperless-city-header {
    font-size: 22px;
    color: #1C2654;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 991px) {
      .paperless-city-header {
        font-size: 18px;
        line-height: 16px; } }
  .paperless-city-subheader {
    font-size: 50px;
    color: #26ADE3;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 991px) {
      .paperless-city-subheader {
        font-size: 22px;
        line-height: 26px; } }
  .paperless-city-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    text-align: center; }
    @media only screen and (max-width: 991px) {
      .paperless-city-text {
        font-size: 12px;
        line-height: 22px;
        text-align: left; } }
  .paperless-city-animation {
    max-width: 65%;
    margin: 0 auto; }

.sitemap .container {
  padding-left: 0; }

.sitemap li {
  list-style-type: none;
  width: 100%; }

.sitemap-columns {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  padding-left: 0; }
  @media only screen and (max-width: 991px) {
    .sitemap-columns {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }

.sitemap-link {
  color: #1C2654;
  text-transform: uppercase; }
  .sitemap-link a {
    color: #1C2654;
    text-decoration: none;
    -webkit-transition: color 450ms;
    transition: color 450ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 8px; }
    .sitemap-link a:hover {
      color: #26ADE3;
      font-weight: bold;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .sitemap-link a:hover .sitemap-link-arrow {
        opacity: 1;
        -webkit-transform: rotate(180deg) translateX(2px);
                transform: rotate(180deg) translateX(2px); }
  .sitemap-link-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 4px;
    width: 9px;
    height: 13px;
    color: #26ADE3;
    opacity: 0;
    -webkit-transition: opacity 450ms, -webkit-transform 450ms;
    transition: opacity 450ms, -webkit-transform 450ms;
    transition: opacity 450ms, transform 450ms;
    transition: opacity 450ms, transform 450ms, -webkit-transform 450ms;
    -webkit-transform: rotate(180deg) translateX(8px);
            transform: rotate(180deg) translateX(8px); }
    .sitemap-link-arrow svg {
      width: 100%;
      height: 100%; }

.sitemap-root {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 30px;
  display: inline-block; }

.sitemap-child-item-container {
  padding-left: 0; }

.sitemap-child-item {
  padding: 5px;
  font-weight: normal;
  line-height: 14px;
  font-size: 14px;
  padding-left: 0; }
  .sitemap-child-item:first-child {
    margin-top: 15px; }

/*# sourceMappingURL=style-ltr.css.map */
