@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*/*test*/
/**
Function fade like LESS,
convert color value to alpha
@uses SASS rgba()
 */
/**
Function automatically assign forground color ,
 in contrast of background.
 @uses 2 variables
 $all-colors  -- all merged colors
 $all-colors-text 
@uses SASS lightness()
 */
/**/
/*  Override for scss/variable/ */
/** Playing Around with default Values
$_xs_: 	0;
$_sm_: 	576px;
$_md_: 	768px;
$_lg_: 	1025px;
$_xl_: 	1366px;
$_xxl_: 1680px;
*/
/* *** MERGING ----------------
//----------------------------- */
/***
$all-colors-text must match Keys, to work properly
@todo, fix auto color bug
 */
/*  Responsive Font Size Vars
//---------------------------------------------------------*/
/**
 MOVED TO helper/type.scss
*/
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: rgba(86, 110, 177, 0.4);
}

/**
Function automatically assign forground color ,
 in contrast of background.
@uses SASS lightness()
 */
/*  Mixing
//--------------------------------------------------*/
/*@mixin scrollbars($size, $brand-secondary, $brand-primary: mix($brand-secondary, white, 50%)) {
	::-webkit-scrollbar {
		width:  $size;
		height: $size;
	}

	::-webkit-scrollbar-thumb {
		background: $brand-secondary;
	}

	::-webkit-scrollbar-track {
		background: $brand-primary;
	}

	// For Internet Explorer
	body {
		scrollbar-face-color: $brand-secondary;
		scrollbar-track-color: $brand-primary;
	}
}
@include scrollbars(.5em, slategray);*/
/**
Instead of overriding box-shadow, creating own,
because default mixin is deeply interconnected with DEFAULT ON option
*/
/*  Override Default Button, Added Param with Size
//--------------------------------------------------*/
.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: 1366px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1680px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
/**
	Generate Responsive font size property,
	@param list of font.
	eg: $font:(desktop:20px, laptop: 60px )
	this is based on recursive approach,
	@update: adding multiply Factor
*/
/**
@uses font-resp-singular
 */
/*  Font Awesome - update Only Variables
//--------------------------------------------------*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("./fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("./fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("./fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("./fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("./fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("./fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 1rem/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #125759;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6b83a2;
  --gray-dark: #273548;
  --gold: #e3a703;
  --primary: #566EB1;
  --secondary: #CB2026;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #002877;
  --primary-light: #B9C3DF;
  --primary-dark: #202A46;
  --secondary-light: #F8D3D4;
  --secondary-dark: #580E10;
  --gray-dark: #272f48;
  --gray: #6b83a2;
  --gray-light: #e1e6eb;
  --error: #dc3545;
  --def: #4a5c81;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1366px;
  --breakpoint-xxl: 1680px;
  --font-family-sans-serif: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(a.read-more):not(.anchor):not(a.anchor):not(button):not(.button):not(submit):not(input[type=submit]):not(input[type=button]):not(a.btn):not(a.read-more):not(a.anchor):not(a.button) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #818894;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3,
  .faq-wrapper .cat-heading {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3,
  .faq-wrapper .cat-heading {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table, table {
    border-collapse: collapse !important;
  }
  .table td, table td,
  .table th,
  table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e1e6eb !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #DADDE0;
  }
  .table .thead-dark th, table .thead-dark th {
    color: inherit;
    border-color: #DADDE0;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #272f48;
  text-align: left;
  background-color: #fff;
}

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

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

h1, h2, h3, .faq-wrapper .cat-heading, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #566EB1;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(58.8947368421, 77.016194332, 127.6052631579);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type=radio],
input[type=checkbox] {
  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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, .faq-wrapper .cat-heading, h4, h5, h6,
.h1,
.lbl-primary,
.title-lg,
.title, .h2, .lead.xl, .h3, .h4, .h-tag, .faq-wrapper .panel-title a,
.faq-wrapper .panel-title span, .legend,
legend,
h2.heading,
h3.heading,
h4.heading, .h5, .h6 {
  margin-bottom: 1.5rem;
  font-family: "Outfit";
  font-weight: 700;
  line-height: 1;
  color: inherit;
}

h1, .h1, .lbl-primary, .title-lg, .title {
  font-size: 3rem;
}

h2, .h2, .lead.xl {
  font-size: 2.25rem;
}

h3, .faq-wrapper .cat-heading, .h3 {
  font-size: 1.65rem;
}

h4, .h4, .h-tag, .faq-wrapper .panel-title a,
.faq-wrapper .panel-title span, .legend,
legend,
h2.heading,
h3.heading,
.faq-wrapper .heading.cat-heading,
h4.heading {
  font-size: 1.35rem;
}

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

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

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

.display-1 {
  font-size: 4.25rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6b83a2;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1680px) {
  .container {
    max-width: 1580px;
  }
}

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

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

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

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, #content-wrapper,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col, #content-wrapper {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1366px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1680px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table, table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th, table th,
.table td,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #DADDE0;
}
.table thead th, table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #DADDE0;
}
.table tbody + tbody, table tbody + tbody {
  border-top: 2px solid #DADDE0;
}
.table .table, table .table, .table table, table table {
  background-color: #fff;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(207.68, 214.4, 233.16);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(167.12, 179.6, 214.44);
}

.table-hover .table-primary:hover {
  background-color: rgb(190.2326315789, 199.4303643725, 225.1073684211);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(190.2326315789, 199.4303643725, 225.1073684211);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(240.44, 192.56, 194.24);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(227.96, 139.04, 142.16);
}

.table-hover .table-secondary:hover {
  background-color: rgb(235.6181818182, 171.8818181818, 174.1181818182);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(235.6181818182, 171.8818181818, 174.1181818182);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(183.6, 194.8, 216.92);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(122.4, 143.2, 184.28);
}

.table-hover .table-dark:hover {
  background-color: rgb(166.9695652174, 180.7782608696, 208.0504347826);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(166.9695652174, 180.7782608696, 208.0504347826);
}

.table-primary-light,
.table-primary-light > th,
.table-primary-light > td {
  background-color: rgb(235.4, 238.2, 246.04);
}
.table-primary-light th,
.table-primary-light td,
.table-primary-light thead th,
.table-primary-light tbody + tbody {
  border-color: rgb(218.6, 223.8, 238.36);
}

.table-hover .table-primary-light:hover {
  background-color: rgb(217.9, 223.2, 238.04);
}
.table-hover .table-primary-light:hover > td,
.table-hover .table-primary-light:hover > th {
  background-color: rgb(217.9, 223.2, 238.04);
}

.table-primary-dark,
.table-primary-dark > th,
.table-primary-dark > td {
  background-color: rgb(192.56, 195.36, 203.2);
}
.table-primary-dark th,
.table-primary-dark td,
.table-primary-dark thead th,
.table-primary-dark tbody + tbody {
  border-color: rgb(139.04, 144.24, 158.8);
}

.table-hover .table-primary-dark:hover {
  background-color: rgb(178.6225, 182.0475, 191.6375);
}
.table-hover .table-primary-dark:hover > td,
.table-hover .table-primary-dark:hover > th {
  background-color: rgb(178.6225, 182.0475, 191.6375);
}

.table-secondary-light,
.table-secondary-light > th,
.table-secondary-light > td {
  background-color: rgb(253.04, 242.68, 242.96);
}
.table-secondary-light th,
.table-secondary-light td,
.table-secondary-light thead th,
.table-secondary-light tbody + tbody {
  border-color: rgb(251.36, 232.12, 232.64);
}

.table-hover .table-secondary-light:hover {
  background-color: rgb(249.54, 220.68, 221.46);
}
.table-hover .table-secondary-light:hover > td,
.table-hover .table-secondary-light:hover > th {
  background-color: rgb(249.54, 220.68, 221.46);
}

.table-secondary-dark,
.table-secondary-dark > th,
.table-secondary-dark > td {
  background-color: rgb(208.24, 187.52, 188.08);
}
.table-secondary-dark th,
.table-secondary-dark td,
.table-secondary-dark thead th,
.table-secondary-dark tbody + tbody {
  border-color: rgb(168.16, 129.68, 130.72);
}

.table-hover .table-secondary-dark:hover {
  background-color: rgb(197.8025, 172.4575, 173.1425);
}
.table-hover .table-secondary-dark:hover > td,
.table-hover .table-secondary-dark:hover > th {
  background-color: rgb(197.8025, 172.4575, 173.1425);
}

.table-gray-dark,
.table-gray-dark > th,
.table-gray-dark > td {
  background-color: rgb(194.52, 196.76, 203.76);
}
.table-gray-dark th,
.table-gray-dark td,
.table-gray-dark thead th,
.table-gray-dark tbody + tbody {
  border-color: rgb(142.68, 146.84, 159.84);
}

.table-hover .table-gray-dark:hover {
  background-color: rgb(180.7154887218, 183.4667669173, 192.0645112782);
}
.table-hover .table-gray-dark:hover > td,
.table-hover .table-gray-dark:hover > th {
  background-color: rgb(180.7154887218, 183.4667669173, 192.0645112782);
}

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: rgb(213.56, 220.28, 228.96);
}
.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
  border-color: rgb(178.04, 190.52, 206.64);
}

.table-hover .table-gray:hover {
  background-color: rgb(197.9002489627, 207.1596680498, 219.1197510373);
}
.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: rgb(197.9002489627, 207.1596680498, 219.1197510373);
}

.table-gray-light,
.table-gray-light > th,
.table-gray-light > td {
  background-color: rgb(246.6, 248, 249.4);
}
.table-gray-light th,
.table-gray-light td,
.table-gray-light thead th,
.table-gray-light tbody + tbody {
  border-color: rgb(239.4, 242, 244.6);
}

.table-hover .table-gray-light:hover {
  background-color: rgb(231.3, 235.25, 239.2);
}
.table-hover .table-gray-light:hover > td,
.table-hover .table-gray-light:hover > th {
  background-color: rgb(231.3, 235.25, 239.2);
}

.table-error,
.table-error > th,
.table-error > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-error th,
.table-error td,
.table-error thead th,
.table-error tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-error:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-error:hover > td,
.table-hover .table-error:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-def,
.table-def > th,
.table-def > td {
  background-color: rgb(204.32, 209.36, 219.72);
}
.table-def th,
.table-def td,
.table-def thead th,
.table-def tbody + tbody {
  border-color: rgb(160.88, 170.24, 189.48);
}

.table-hover .table-def:hover {
  background-color: rgb(189.2857980456, 195.8209120521, 209.2542019544);
}
.table-hover .table-def:hover > td,
.table-hover .table-def:hover > th {
  background-color: rgb(189.2857980456, 195.8209120521, 209.2542019544);
}

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

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

.table .thead-dark th, table .thead-dark th {
  color: #fff;
  background-color: #272f48;
  border-color: rgb(52.4391891892, 63.1959459459, 96.8108108108);
}
.table .thead-light th, table .thead-light th {
  color: #566EB1;
  background-color: #DADDE0;
  border-color: #DADDE0;
}

.table-dark {
  color: #fff;
  background-color: #272f48;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(52.4391891892, 63.1959459459, 96.8108108108);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1365.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1679.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, .select-box, select, textarea, input {
  display: block;
  width: 100%;
  height: 3rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #465061;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #9FA5AD;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand, .select-box::-ms-expand, select::-ms-expand, textarea::-ms-expand, input::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .select-box:focus, select:focus, textarea:focus, input:focus {
  color: #465061;
  background-color: #fff;
  border-color: rgb(173.2368421053, 184.8481781377, 217.2631578947);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(86, 110, 177, 0.25);
}
.form-control::placeholder, .select-box::placeholder, select::placeholder, textarea::placeholder, input::placeholder {
  color: #6b83a2;
  opacity: 1;
}
.form-control:disabled, .select-box:disabled, select:disabled, textarea:disabled, input:disabled, .form-control[readonly], [readonly].select-box, select[readonly], textarea[readonly], input[readonly] {
  background-color: #DADDE0;
  opacity: 1;
}

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

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

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

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

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

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

.form-control-sm, .select-box.sm, .select-box.small, select.sm, select.small, textarea.sm, textarea.small, input.sm, input.small {
  height: 1.8rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.form-control-lg, .select-box.lg, .select-box.large, select.lg, select.large, textarea.lg, textarea.large, input.lg, input.large {
  height: 3.5rem;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

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

textarea.form-control, textarea.select-box, textarea {
  height: auto;
}

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid, .was-validated .select-box:valid, .was-validated select:valid, .was-validated textarea:valid, .was-validated input:valid, .form-control.is-valid, .is-valid.select-box, select.is-valid, textarea.is-valid, input.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}
.was-validated .form-control:valid:focus, .was-validated .select-box:valid:focus, .was-validated select:valid:focus, .was-validated textarea:valid:focus, .was-validated input:valid:focus, .form-control.is-valid:focus, .is-valid.select-box:focus, select.is-valid:focus, textarea.is-valid:focus, input.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .select-box:valid ~ .valid-feedback, .was-validated select:valid ~ .valid-feedback, .was-validated textarea:valid ~ .valid-feedback, .was-validated input:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .select-box:valid ~ .valid-tooltip,
.was-validated select:valid ~ .valid-tooltip,
.was-validated textarea:valid ~ .valid-tooltip,
.was-validated input:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .is-valid.select-box ~ .valid-feedback, select.is-valid ~ .valid-feedback, textarea.is-valid ~ .valid-feedback, input.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.is-valid.select-box ~ .valid-tooltip,
select.is-valid ~ .valid-tooltip,
textarea.is-valid ~ .valid-tooltip,
input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, .was-validated textarea:valid, textarea.form-control.is-valid, textarea.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

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

.was-validated .form-control:invalid, .was-validated .select-box:invalid, .was-validated select:invalid, .was-validated textarea:invalid, .was-validated input:invalid, .form-control.is-invalid, .is-invalid.select-box, select.is-invalid, textarea.is-invalid, input.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}
.was-validated .form-control:invalid:focus, .was-validated .select-box:invalid:focus, .was-validated select:invalid:focus, .was-validated textarea:invalid:focus, .was-validated input:invalid:focus, .form-control.is-invalid:focus, .is-invalid.select-box:focus, select.is-invalid:focus, textarea.is-invalid:focus, input.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .select-box:invalid ~ .invalid-feedback, .was-validated select:invalid ~ .invalid-feedback, .was-validated textarea:invalid ~ .invalid-feedback, .was-validated input:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .select-box:invalid ~ .invalid-tooltip,
.was-validated select:invalid ~ .invalid-tooltip,
.was-validated textarea:invalid ~ .invalid-tooltip,
.was-validated input:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .is-invalid.select-box ~ .invalid-feedback, select.is-invalid ~ .invalid-feedback, textarea.is-invalid ~ .invalid-feedback, input.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.is-invalid.select-box ~ .invalid-tooltip,
select.is-invalid ~ .invalid-tooltip,
textarea.is-invalid ~ .invalid-tooltip,
input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, .was-validated textarea:invalid, textarea.form-control.is-invalid, textarea.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23273548' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

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

.btn, a.read-more,
.anchor,
a.anchor, button, .button, submit, input[type=submit], input[type=button], a.btn, a.button {
  display: inline-block;
  font-weight: 500;
  color: #272f48;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 0px solid transparent;
  padding: 0.6rem 2.5rem;
  font-size: 1rem;
  line-height: 1.84rem;
  color: #EEF0F7;
  letter-spacing: 1px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  border-radius: 200px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, a.read-more:hover,
.anchor:hover, button:hover, .button:hover, submit:hover, input[type=submit]:hover, input[type=button]:hover {
  color: #272f48;
  text-decoration: none;
}
.btn:focus, a.read-more:focus,
.anchor:focus, button:focus, .button:focus, submit:focus, input[type=submit]:focus, input[type=button]:focus, .btn.focus, a.focus.read-more,
.focus.anchor, button.focus, .focus.button, submit.focus, input.focus[type=submit], input.focus[type=button] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(86, 110, 177, 0.25);
}
.btn.disabled, a.disabled.read-more,
.disabled.anchor, button.disabled, .disabled.button, submit.disabled, input.disabled[type=submit], input.disabled[type=button], .btn:disabled, a.read-more:disabled,
.anchor:disabled, button:disabled, .button:disabled, submit:disabled, input[type=submit]:disabled, input[type=button]:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), a.read-more:not(:disabled):not(.disabled),
.anchor:not(:disabled):not(.disabled), button:not(:disabled):not(.disabled), .button:not(:disabled):not(.disabled), submit:not(:disabled):not(.disabled), input[type=submit]:not(:disabled):not(.disabled), input[type=button]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, a.disabled.read-more,
a.disabled.anchor, a.disabled.button,
fieldset:disabled a.btn,
fieldset:disabled a.read-more,
fieldset:disabled a.anchor,
fieldset:disabled a.button {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #566EB1;
  border-color: #566EB1;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(70.9736842105, 92.8117408907, 153.7763157895);
  border-color: rgb(66.9473684211, 87.5465587045, 145.0526315789);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(111.35, 131.75, 188.7, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #566EB1;
  border-color: #566EB1;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(66.9473684211, 87.5465587045, 145.0526315789);
  border-color: rgb(62.9210526316, 82.2813765182, 136.3289473684);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111.35, 131.75, 188.7, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #CB2026;
  border-color: #CB2026;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(169.9585106383, 26.7914893617, 31.814893617);
  border-color: rgb(158.9446808511, 25.0553191489, 29.7531914894);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(210.8, 65.45, 70.55, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #CB2026;
  border-color: #CB2026;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(158.9446808511, 25.0553191489, 29.7531914894);
  border-color: rgb(147.9308510638, 23.3191489362, 27.6914893617);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210.8, 65.45, 70.55, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #272f48;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #272f48;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222.6, 171.1, 16.75, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #272f48;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #272f48;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222.6, 171.1, 16.75, 0.5);
}

.btn-danger, .btn.del, a.del.read-more,
.del.anchor, button.del, .button.del, submit.del, input[type=submit].del, input[type=button].del, a.btn.del {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover, .btn.del:hover, a.del.read-more:hover,
.del.anchor:hover, button.del:hover, .button.del:hover, submit.del:hover, input[type=submit].del:hover, input[type=button].del:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn.del:focus, a.del.read-more:focus,
.del.anchor:focus, button.del:focus, .button.del:focus, submit.del:focus, input[type=submit].del:focus, input[type=button].del:focus, .btn-danger.focus, .focus.btn.del, a.focus.del.read-more,
.focus.del.anchor, button.focus.del, .focus.button.del, submit.focus.del, input.focus[type=submit].del, input.focus[type=button].del {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .disabled.btn.del, a.disabled.del.read-more,
.disabled.del.anchor, button.disabled.del, .disabled.button.del, submit.disabled.del, input.disabled[type=submit].del, input.disabled[type=button].del, .btn-danger:disabled, .btn.del:disabled, a.del.read-more:disabled,
.del.anchor:disabled, button.del:disabled, .button.del:disabled, submit.del:disabled, input[type=submit].del:disabled, input[type=button].del:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn.del:not(:disabled):not(.disabled):active, a.del.read-more:not(:disabled):not(.disabled):active,
.del.anchor:not(:disabled):not(.disabled):active, button.del:not(:disabled):not(.disabled):active, .button.del:not(:disabled):not(.disabled):active, submit.del:not(:disabled):not(.disabled):active, input[type=submit].del:not(:disabled):not(.disabled):active, input[type=button].del:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .btn.del:not(:disabled):not(.disabled).active, a.del.read-more:not(:disabled):not(.disabled).active,
.del.anchor:not(:disabled):not(.disabled).active, button.del:not(:disabled):not(.disabled).active, .button.del:not(:disabled):not(.disabled).active, submit.del:not(:disabled):not(.disabled).active, input[type=submit].del:not(:disabled):not(.disabled).active, input[type=button].del:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle, .show > .dropdown-toggle.btn.del, .show > a.dropdown-toggle.del.read-more,
.show > .dropdown-toggle.del.anchor, .show > button.dropdown-toggle.del, .show > .dropdown-toggle.button.del, .show > submit.dropdown-toggle.del, .show > input.dropdown-toggle[type=submit].del, .show > input.dropdown-toggle[type=button].del {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn.del:not(:disabled):not(.disabled):active:focus, a.del.read-more:not(:disabled):not(.disabled):active:focus,
.del.anchor:not(:disabled):not(.disabled):active:focus, button.del:not(:disabled):not(.disabled):active:focus, .button.del:not(:disabled):not(.disabled):active:focus, submit.del:not(:disabled):not(.disabled):active:focus, input[type=submit].del:not(:disabled):not(.disabled):active:focus, input[type=button].del:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .btn.del:not(:disabled):not(.disabled).active:focus, a.del.read-more:not(:disabled):not(.disabled).active:focus,
.del.anchor:not(:disabled):not(.disabled).active:focus, button.del:not(:disabled):not(.disabled).active:focus, .button.del:not(:disabled):not(.disabled).active:focus, submit.del:not(:disabled):not(.disabled).active:focus, input[type=submit].del:not(:disabled):not(.disabled).active:focus, input[type=button].del:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus, .show > .dropdown-toggle.btn.del:focus, .show > a.dropdown-toggle.del.read-more:focus,
.show > .dropdown-toggle.del.anchor:focus, .show > button.dropdown-toggle.del:focus, .show > .dropdown-toggle.button.del:focus, .show > submit.dropdown-toggle.del:focus, .show > input.dropdown-toggle[type=submit].del:focus, .show > input.dropdown-toggle[type=button].del:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #272f48;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #272f48;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216.65, 218.7, 223.3, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #272f48;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #272f48;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216.65, 218.7, 223.3, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #002877;
  border-color: #002877;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(0, 27.1428571429, 80.75);
  border-color: rgb(0, 22.8571428571, 68);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 72.25, 139.4, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #002877;
  border-color: #002877;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 22.8571428571, 68);
  border-color: rgb(0, 18.5714285714, 55.25);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 72.25, 139.4, 0.5);
}

.btn-primary-light {
  color: #272f48;
  background-color: #B9C3DF;
  border-color: #B9C3DF;
}
.btn-primary-light:hover {
  color: #272f48;
  background-color: rgb(158.75, 172.5, 211);
  border-color: #96a5cf;
}
.btn-primary-light:focus, .btn-primary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(163.1, 172.8, 200.35, 0.5);
}
.btn-primary-light.disabled, .btn-primary-light:disabled {
  color: #272f48;
  background-color: #B9C3DF;
  border-color: #B9C3DF;
}
.btn-primary-light:not(:disabled):not(.disabled):active, .btn-primary-light:not(:disabled):not(.disabled).active, .show > .btn-primary-light.dropdown-toggle {
  color: #272f48;
  background-color: #96a5cf;
  border-color: rgb(141.25, 157.5, 203);
}
.btn-primary-light:not(:disabled):not(.disabled):active:focus, .btn-primary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(163.1, 172.8, 200.35, 0.5);
}

.btn-primary-dark {
  color: #fff;
  background-color: #202A46;
  border-color: #202A46;
}
.btn-primary-dark:hover {
  color: #fff;
  background-color: rgb(20, 26.25, 43.75);
  border-color: #101523;
}
.btn-primary-dark:focus, .btn-primary-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(65.45, 73.95, 97.75, 0.5);
}
.btn-primary-dark.disabled, .btn-primary-dark:disabled {
  color: #fff;
  background-color: #202A46;
  border-color: #202A46;
}
.btn-primary-dark:not(:disabled):not(.disabled):active, .btn-primary-dark:not(:disabled):not(.disabled).active, .show > .btn-primary-dark.dropdown-toggle {
  color: #fff;
  background-color: #101523;
  border-color: rgb(12, 15.75, 26.25);
}
.btn-primary-dark:not(:disabled):not(.disabled):active:focus, .btn-primary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65.45, 73.95, 97.75, 0.5);
}

.btn-secondary-light {
  color: #272f48;
  background-color: #F8D3D4;
  border-color: #F8D3D4;
}
.btn-secondary-light:hover {
  color: #272f48;
  background-color: rgb(242.75, 178, 179.75);
  border-color: #f1a7a9;
}
.btn-secondary-light:focus, .btn-secondary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216.65, 186.4, 191, 0.5);
}
.btn-secondary-light.disabled, .btn-secondary-light:disabled {
  color: #272f48;
  background-color: #F8D3D4;
  border-color: #F8D3D4;
}
.btn-secondary-light:not(:disabled):not(.disabled):active, .btn-secondary-light:not(:disabled):not(.disabled).active, .show > .btn-secondary-light.dropdown-toggle {
  color: #272f48;
  background-color: #f1a7a9;
  border-color: rgb(239.25, 156, 158.25);
}
.btn-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-secondary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216.65, 186.4, 191, 0.5);
}

.btn-secondary-dark {
  color: #fff;
  background-color: #580E10;
  border-color: #580E10;
}
.btn-secondary-dark:hover {
  color: #fff;
  background-color: rgb(55, 8.75, 10);
  border-color: #2c0708;
}
.btn-secondary-dark:focus, .btn-secondary-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(113.05, 50.15, 51.85, 0.5);
}
.btn-secondary-dark.disabled, .btn-secondary-dark:disabled {
  color: #fff;
  background-color: #580E10;
  border-color: #580E10;
}
.btn-secondary-dark:not(:disabled):not(.disabled):active, .btn-secondary-dark:not(:disabled):not(.disabled).active, .show > .btn-secondary-dark.dropdown-toggle {
  color: #fff;
  background-color: #2c0708;
  border-color: rgb(33, 5.25, 6);
}
.btn-secondary-dark:not(:disabled):not(.disabled):active:focus, .btn-secondary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(113.05, 50.15, 51.85, 0.5);
}

.btn-gray-dark {
  color: #fff;
  background-color: #272f48;
  border-color: #272f48;
}
.btn-gray-dark:hover {
  color: #fff;
  background-color: rgb(25.5608108108, 30.8040540541, 47.1891891892);
  border-color: rgb(21.0810810811, 25.4054054054, 38.9189189189);
}
.btn-gray-dark:focus, .btn-gray-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(71.4, 78.2, 99.45, 0.5);
}
.btn-gray-dark.disabled, .btn-gray-dark:disabled {
  color: #fff;
  background-color: #272f48;
  border-color: #272f48;
}
.btn-gray-dark:not(:disabled):not(.disabled):active, .btn-gray-dark:not(:disabled):not(.disabled).active, .show > .btn-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(21.0810810811, 25.4054054054, 38.9189189189);
  border-color: rgb(16.6013513514, 20.0067567568, 30.6486486486);
}
.btn-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-gray-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71.4, 78.2, 99.45, 0.5);
}

.btn-gray {
  color: #fff;
  background-color: #6b83a2;
  border-color: #6b83a2;
}
.btn-gray:hover {
  color: #fff;
  background-color: rgb(89.0446058091, 112.0238589212, 141.7053941909);
  border-color: rgb(84.1244813278, 105.8340248963, 133.8755186722);
}
.btn-gray:focus, .btn-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(129.2, 149.6, 175.95, 0.5);
}
.btn-gray.disabled, .btn-gray:disabled {
  color: #fff;
  background-color: #6b83a2;
  border-color: #6b83a2;
}
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.1244813278, 105.8340248963, 133.8755186722);
  border-color: rgb(79.2043568465, 99.6441908714, 126.0456431535);
}
.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129.2, 149.6, 175.95, 0.5);
}

.btn-gray-light {
  color: #272f48;
  background-color: #e1e6eb;
  border-color: #e1e6eb;
}
.btn-gray-light:hover {
  color: #272f48;
  background-color: rgb(202.05, 210.875, 219.7);
  border-color: rgb(194.4, 204.5, 214.6);
}
.btn-gray-light:focus, .btn-gray-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(197.1, 202.55, 210.55, 0.5);
}
.btn-gray-light.disabled, .btn-gray-light:disabled {
  color: #272f48;
  background-color: #e1e6eb;
  border-color: #e1e6eb;
}
.btn-gray-light:not(:disabled):not(.disabled):active, .btn-gray-light:not(:disabled):not(.disabled).active, .show > .btn-gray-light.dropdown-toggle {
  color: #272f48;
  background-color: rgb(194.4, 204.5, 214.6);
  border-color: rgb(186.75, 198.125, 209.5);
}
.btn-gray-light:not(:disabled):not(.disabled):active:focus, .btn-gray-light:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197.1, 202.55, 210.55, 0.5);
}

.btn-error {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-error:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-error:focus, .btn-error.focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-error.disabled, .btn-error:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-error:not(:disabled):not(.disabled):active, .btn-error:not(:disabled):not(.disabled).active, .show > .btn-error.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-error:not(:disabled):not(.disabled):active:focus, .btn-error:not(:disabled):not(.disabled).active:focus, .show > .btn-error.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-def {
  color: #fff;
  background-color: #4a5c81;
  border-color: #4a5c81;
}
.btn-def:hover {
  color: #fff;
  background-color: rgb(60.0566502463, 74.6650246305, 104.6933497537);
  border-color: rgb(55.4088669951, 68.8866995074, 96.5911330049);
}
.btn-def:focus, .btn-def.focus {
  box-shadow: 0 0 0 0.2rem rgba(101.15, 116.45, 147.9, 0.5);
}
.btn-def.disabled, .btn-def:disabled {
  color: #fff;
  background-color: #4a5c81;
  border-color: #4a5c81;
}
.btn-def:not(:disabled):not(.disabled):active, .btn-def:not(:disabled):not(.disabled).active, .show > .btn-def.dropdown-toggle {
  color: #fff;
  background-color: rgb(55.4088669951, 68.8866995074, 96.5911330049);
  border-color: rgb(50.7610837438, 63.1083743842, 88.4889162562);
}
.btn-def:not(:disabled):not(.disabled):active:focus, .btn-def:not(:disabled):not(.disabled).active:focus, .show > .btn-def.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101.15, 116.45, 147.9, 0.5);
}

.btn-outline-primary {
  color: #566EB1;
  border-color: #566EB1;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #566EB1;
  border-color: #566EB1;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 110, 177, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #566EB1;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #566EB1;
  border-color: #566EB1;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 110, 177, 0.5);
}

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

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

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

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

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

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

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

.btn-outline-primary-light {
  color: #B9C3DF;
  border-color: #B9C3DF;
}
.btn-outline-primary-light:hover {
  color: #272f48;
  background-color: #B9C3DF;
  border-color: #B9C3DF;
}
.btn-outline-primary-light:focus, .btn-outline-primary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 195, 223, 0.5);
}
.btn-outline-primary-light.disabled, .btn-outline-primary-light:disabled {
  color: #B9C3DF;
  background-color: transparent;
}
.btn-outline-primary-light:not(:disabled):not(.disabled):active, .btn-outline-primary-light:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-light.dropdown-toggle {
  color: #272f48;
  background-color: #B9C3DF;
  border-color: #B9C3DF;
}
.btn-outline-primary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 195, 223, 0.5);
}

.btn-outline-primary-dark {
  color: #202A46;
  border-color: #202A46;
}
.btn-outline-primary-dark:hover {
  color: #fff;
  background-color: #202A46;
  border-color: #202A46;
}
.btn-outline-primary-dark:focus, .btn-outline-primary-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 42, 70, 0.5);
}
.btn-outline-primary-dark.disabled, .btn-outline-primary-dark:disabled {
  color: #202A46;
  background-color: transparent;
}
.btn-outline-primary-dark:not(:disabled):not(.disabled):active, .btn-outline-primary-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-dark.dropdown-toggle {
  color: #fff;
  background-color: #202A46;
  border-color: #202A46;
}
.btn-outline-primary-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 42, 70, 0.5);
}

.btn-outline-secondary-light {
  color: #F8D3D4;
  border-color: #F8D3D4;
}
.btn-outline-secondary-light:hover {
  color: #272f48;
  background-color: #F8D3D4;
  border-color: #F8D3D4;
}
.btn-outline-secondary-light:focus, .btn-outline-secondary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 211, 212, 0.5);
}
.btn-outline-secondary-light.disabled, .btn-outline-secondary-light:disabled {
  color: #F8D3D4;
  background-color: transparent;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):active, .btn-outline-secondary-light:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-light.dropdown-toggle {
  color: #272f48;
  background-color: #F8D3D4;
  border-color: #F8D3D4;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 211, 212, 0.5);
}

.btn-outline-secondary-dark {
  color: #580E10;
  border-color: #580E10;
}
.btn-outline-secondary-dark:hover {
  color: #fff;
  background-color: #580E10;
  border-color: #580E10;
}
.btn-outline-secondary-dark:focus, .btn-outline-secondary-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 14, 16, 0.5);
}
.btn-outline-secondary-dark.disabled, .btn-outline-secondary-dark:disabled {
  color: #580E10;
  background-color: transparent;
}
.btn-outline-secondary-dark:not(:disabled):not(.disabled):active, .btn-outline-secondary-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-dark.dropdown-toggle {
  color: #fff;
  background-color: #580E10;
  border-color: #580E10;
}
.btn-outline-secondary-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 14, 16, 0.5);
}

.btn-outline-gray-dark {
  color: #272f48;
  border-color: #272f48;
}
.btn-outline-gray-dark:hover {
  color: #fff;
  background-color: #272f48;
  border-color: #272f48;
}
.btn-outline-gray-dark:focus, .btn-outline-gray-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 47, 72, 0.5);
}
.btn-outline-gray-dark.disabled, .btn-outline-gray-dark:disabled {
  color: #272f48;
  background-color: transparent;
}
.btn-outline-gray-dark:not(:disabled):not(.disabled):active, .btn-outline-gray-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #272f48;
  border-color: #272f48;
}
.btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 47, 72, 0.5);
}

.btn-outline-gray {
  color: #6b83a2;
  border-color: #6b83a2;
}
.btn-outline-gray:hover {
  color: #fff;
  background-color: #6b83a2;
  border-color: #6b83a2;
}
.btn-outline-gray:focus, .btn-outline-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 131, 162, 0.5);
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #6b83a2;
  background-color: transparent;
}
.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #6b83a2;
  border-color: #6b83a2;
}
.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 131, 162, 0.5);
}

.btn-outline-gray-light {
  color: #e1e6eb;
  border-color: #e1e6eb;
}
.btn-outline-gray-light:hover {
  color: #272f48;
  background-color: #e1e6eb;
  border-color: #e1e6eb;
}
.btn-outline-gray-light:focus, .btn-outline-gray-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 230, 235, 0.5);
}
.btn-outline-gray-light.disabled, .btn-outline-gray-light:disabled {
  color: #e1e6eb;
  background-color: transparent;
}
.btn-outline-gray-light:not(:disabled):not(.disabled):active, .btn-outline-gray-light:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-light.dropdown-toggle {
  color: #272f48;
  background-color: #e1e6eb;
  border-color: #e1e6eb;
}
.btn-outline-gray-light:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 230, 235, 0.5);
}

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

.btn-outline-def {
  color: #4a5c81;
  border-color: #4a5c81;
}
.btn-outline-def:hover {
  color: #fff;
  background-color: #4a5c81;
  border-color: #4a5c81;
}
.btn-outline-def:focus, .btn-outline-def.focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 92, 129, 0.5);
}
.btn-outline-def.disabled, .btn-outline-def:disabled {
  color: #4a5c81;
  background-color: transparent;
}
.btn-outline-def:not(:disabled):not(.disabled):active, .btn-outline-def:not(:disabled):not(.disabled).active, .show > .btn-outline-def.dropdown-toggle {
  color: #fff;
  background-color: #4a5c81;
  border-color: #4a5c81;
}
.btn-outline-def:not(:disabled):not(.disabled):active:focus, .btn-outline-def:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-def.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 92, 129, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #566EB1;
}
.btn-link:hover {
  color: rgb(58.8947368421, 77.016194332, 127.6052631579);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #DADDE0;
  pointer-events: none;
}

.btn-lg, .btn.large, a.large.read-more,
.large.anchor, button.large, .large.button, submit.large, input.large[type=submit], input.large[type=button],
.btn.lg,
a.lg.read-more,
.lg.anchor,
button.lg,
.lg.button,
submit.lg,
input.lg[type=submit],
input.lg[type=button], .btn-group-lg > .btn, .btn-group-lg > a.read-more,
.btn-group-lg > .anchor, .btn-group-lg > button, .btn-group-lg > .button, .btn-group-lg > submit, .btn-group-lg > input[type=submit], .btn-group-lg > input[type=button] {
  padding: 0.75rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #EEF0F7;
  letter-spacing: 1px;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn.small, a.small.read-more,
.small.anchor, button.small, .small.button, submit.small, input.small[type=submit], input.small[type=button],
.btn.sm,
a.sm.read-more,
.sm.anchor,
button.sm,
.sm.button,
submit.sm,
input.sm[type=submit],
input.sm[type=button],
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > a.read-more,
.btn-group-sm > .anchor, .btn-group-sm > button, .btn-group-sm > .button, .btn-group-sm > submit, .btn-group-sm > input[type=submit], .btn-group-sm > input[type=button] {
  padding: 0.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #EEF0F7;
  letter-spacing: 1px;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  border-radius: 0.2rem;
}

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

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1366px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1680px) {
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1366px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1680px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item, .dropdown-menu > * {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #272f48;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:first-child, .dropdown-menu > :first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.dropdown-item:last-child, .dropdown-menu > :last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.dropdown-item:hover, .dropdown-menu > :hover, .dropdown-item:focus, .dropdown-menu > :focus {
  color: rgb(30.0405405405, 36.2027027027, 55.4594594595);
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.active, .dropdown-menu > .active, .dropdown-item:active, .dropdown-menu > :active {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.disabled, .dropdown-menu > .disabled, .dropdown-item:disabled, .dropdown-menu > :disabled {
  color: #6b83a2;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #272f48;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > a.read-more,
.btn-group > .anchor, .btn-group > button, .btn-group > .button, .btn-group > submit, .btn-group > input[type=submit], .btn-group > input[type=button],
.btn-group-vertical > .btn,
.btn-group-vertical > a.read-more,
.btn-group-vertical > .anchor,
.btn-group-vertical > button,
.btn-group-vertical > .button,
.btn-group-vertical > submit,
.btn-group-vertical > input[type=submit],
.btn-group-vertical > input[type=button] {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group > a.read-more:hover,
.btn-group > .anchor:hover, .btn-group > button:hover, .btn-group > .button:hover, .btn-group > submit:hover, .btn-group > input[type=submit]:hover, .btn-group > input[type=button]:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > a.read-more:hover,
.btn-group-vertical > .anchor:hover,
.btn-group-vertical > button:hover,
.btn-group-vertical > .button:hover,
.btn-group-vertical > submit:hover,
.btn-group-vertical > input[type=submit]:hover,
.btn-group-vertical > input[type=button]:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > a.read-more:focus,
.btn-group > .anchor:focus, .btn-group > button:focus, .btn-group > .button:focus, .btn-group > submit:focus, .btn-group > input[type=submit]:focus, .btn-group > input[type=button]:focus, .btn-group > .btn:active, .btn-group > a.read-more:active,
.btn-group > .anchor:active, .btn-group > button:active, .btn-group > .button:active, .btn-group > submit:active, .btn-group > input[type=submit]:active, .btn-group > input[type=button]:active, .btn-group > .btn.active, .btn-group > a.active.read-more,
.btn-group > .active.anchor, .btn-group > button.active, .btn-group > .active.button, .btn-group > submit.active, .btn-group > input.active[type=submit], .btn-group > input.active[type=button],
.btn-group-vertical > .btn:focus,
.btn-group-vertical > a.read-more:focus,
.btn-group-vertical > .anchor:focus,
.btn-group-vertical > button:focus,
.btn-group-vertical > .button:focus,
.btn-group-vertical > submit:focus,
.btn-group-vertical > input[type=submit]:focus,
.btn-group-vertical > input[type=button]:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > a.read-more:active,
.btn-group-vertical > .anchor:active,
.btn-group-vertical > button:active,
.btn-group-vertical > .button:active,
.btn-group-vertical > submit:active,
.btn-group-vertical > input[type=submit]:active,
.btn-group-vertical > input[type=button]:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > a.active.read-more,
.btn-group-vertical > .active.anchor,
.btn-group-vertical > button.active,
.btn-group-vertical > .active.button,
.btn-group-vertical > submit.active,
.btn-group-vertical > input.active[type=submit],
.btn-group-vertical > input.active[type=button] {
  z-index: 1;
}

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

.btn-group > .btn:not(:first-child), .btn-group > a.read-more:not(:first-child),
.btn-group > .anchor:not(:first-child), .btn-group > button:not(:first-child), .btn-group > .button:not(:first-child), .btn-group > submit:not(:first-child), .btn-group > input[type=submit]:not(:first-child), .btn-group > input[type=button]:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: 0px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > a.read-more:not(:last-child):not(.dropdown-toggle),
.btn-group > .anchor:not(:last-child):not(.dropdown-toggle), .btn-group > button:not(:last-child):not(.dropdown-toggle), .btn-group > .button:not(:last-child):not(.dropdown-toggle), .btn-group > submit:not(:last-child):not(.dropdown-toggle), .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle), .btn-group > input[type=button]:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > a.read-more,
.btn-group > .btn-group:not(:last-child) > .anchor,
.btn-group > .btn-group:not(:last-child) > button,
.btn-group > .btn-group:not(:last-child) > .button,
.btn-group > .btn-group:not(:last-child) > submit,
.btn-group > .btn-group:not(:last-child) > input[type=submit],
.btn-group > .btn-group:not(:last-child) > input[type=button] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > a.read-more:not(:first-child),
.btn-group > .anchor:not(:first-child), .btn-group > button:not(:first-child), .btn-group > .button:not(:first-child), .btn-group > submit:not(:first-child), .btn-group > input[type=submit]:not(:first-child), .btn-group > input[type=button]:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > a.read-more,
.btn-group > .btn-group:not(:first-child) > .anchor,
.btn-group > .btn-group:not(:first-child) > button,
.btn-group > .btn-group:not(:first-child) > .button,
.btn-group > .btn-group:not(:first-child) > submit,
.btn-group > .btn-group:not(:first-child) > input[type=submit],
.btn-group > .btn-group:not(:first-child) > input[type=button] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-sm + .dropdown-toggle-split, .btn.small + .dropdown-toggle-split, a.small.read-more + .dropdown-toggle-split,
.small.anchor + .dropdown-toggle-split, button.small + .dropdown-toggle-split, .small.button + .dropdown-toggle-split, submit.small + .dropdown-toggle-split, input.small[type=submit] + .dropdown-toggle-split, input.small[type=button] + .dropdown-toggle-split,
.btn.sm + .dropdown-toggle-split,
a.sm.read-more + .dropdown-toggle-split,
.sm.anchor + .dropdown-toggle-split,
button.sm + .dropdown-toggle-split,
.sm.button + .dropdown-toggle-split,
submit.sm + .dropdown-toggle-split,
input.sm[type=submit] + .dropdown-toggle-split,
input.sm[type=button] + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > a.read-more + .dropdown-toggle-split,
.btn-group-sm > .anchor + .dropdown-toggle-split, .btn-group-sm > button + .dropdown-toggle-split, .btn-group-sm > .button + .dropdown-toggle-split, .btn-group-sm > submit + .dropdown-toggle-split, .btn-group-sm > input[type=submit] + .dropdown-toggle-split, .btn-group-sm > input[type=button] + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-lg + .dropdown-toggle-split, .btn.large + .dropdown-toggle-split, a.large.read-more + .dropdown-toggle-split,
.large.anchor + .dropdown-toggle-split, button.large + .dropdown-toggle-split, .large.button + .dropdown-toggle-split, submit.large + .dropdown-toggle-split, input.large[type=submit] + .dropdown-toggle-split, input.large[type=button] + .dropdown-toggle-split,
.btn.lg + .dropdown-toggle-split,
a.lg.read-more + .dropdown-toggle-split,
.lg.anchor + .dropdown-toggle-split,
button.lg + .dropdown-toggle-split,
.lg.button + .dropdown-toggle-split,
submit.lg + .dropdown-toggle-split,
input.lg[type=submit] + .dropdown-toggle-split,
input.lg[type=button] + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > a.read-more + .dropdown-toggle-split,
.btn-group-lg > .anchor + .dropdown-toggle-split, .btn-group-lg > button + .dropdown-toggle-split, .btn-group-lg > .button + .dropdown-toggle-split, .btn-group-lg > submit + .dropdown-toggle-split, .btn-group-lg > input[type=submit] + .dropdown-toggle-split, .btn-group-lg > input[type=button] + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > a.read-more,
.btn-group-vertical > .anchor, .btn-group-vertical > button, .btn-group-vertical > .button, .btn-group-vertical > submit, .btn-group-vertical > input[type=submit], .btn-group-vertical > input[type=button],
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > a.read-more:not(:first-child),
.btn-group-vertical > .anchor:not(:first-child), .btn-group-vertical > button:not(:first-child), .btn-group-vertical > .button:not(:first-child), .btn-group-vertical > submit:not(:first-child), .btn-group-vertical > input[type=submit]:not(:first-child), .btn-group-vertical > input[type=button]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: 0px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > a.read-more:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .anchor:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > submit:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > input[type=button]:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > a.read-more,
.btn-group-vertical > .btn-group:not(:last-child) > .anchor,
.btn-group-vertical > .btn-group:not(:last-child) > button,
.btn-group-vertical > .btn-group:not(:last-child) > .button,
.btn-group-vertical > .btn-group:not(:last-child) > submit,
.btn-group-vertical > .btn-group:not(:last-child) > input[type=submit],
.btn-group-vertical > .btn-group:not(:last-child) > input[type=button] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > a.read-more:not(:first-child),
.btn-group-vertical > .anchor:not(:first-child), .btn-group-vertical > button:not(:first-child), .btn-group-vertical > .button:not(:first-child), .btn-group-vertical > submit:not(:first-child), .btn-group-vertical > input[type=submit]:not(:first-child), .btn-group-vertical > input[type=button]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > a.read-more,
.btn-group-vertical > .btn-group:not(:first-child) > .anchor,
.btn-group-vertical > .btn-group:not(:first-child) > button,
.btn-group-vertical > .btn-group:not(:first-child) > .button,
.btn-group-vertical > .btn-group:not(:first-child) > submit,
.btn-group-vertical > .btn-group:not(:first-child) > input[type=submit],
.btn-group-vertical > .btn-group:not(:first-child) > input[type=button] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .select-box, .input-group > select, .input-group > textarea, .input-group > input,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > .select-box + .form-control, .input-group > select + .form-control, .input-group > textarea + .form-control, .input-group > input + .form-control, .input-group > .form-control + .select-box, .input-group > .select-box + .select-box, .input-group > select + .select-box, .input-group > textarea + .select-box, .input-group > input + .select-box, .input-group > .form-control + select, .input-group > .select-box + select, .input-group > select + select, .input-group > textarea + select, .input-group > input + select, .input-group > .form-control + textarea, .input-group > .select-box + textarea, .input-group > select + textarea, .input-group > textarea + textarea, .input-group > input + textarea, .input-group > .form-control + input, .input-group > .select-box + input, .input-group > select + input, .input-group > textarea + input, .input-group > input + input,
.input-group > .form-control + .custom-select,
.input-group > .select-box + .custom-select,
.input-group > select + .custom-select,
.input-group > textarea + .custom-select,
.input-group > input + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .select-box + .custom-file,
.input-group > select + .custom-file,
.input-group > textarea + .custom-file,
.input-group > input + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .select-box,
.input-group > .form-control-plaintext + select,
.input-group > .form-control-plaintext + textarea,
.input-group > .form-control-plaintext + input,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .select-box,
.input-group > .custom-select + select,
.input-group > .custom-select + textarea,
.input-group > .custom-select + input,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .select-box,
.input-group > .custom-file + select,
.input-group > .custom-file + textarea,
.input-group > .custom-file + input,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .input-group > .select-box:focus, .input-group > select:focus, .input-group > textarea:focus, .input-group > input:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child), .input-group > .select-box:not(:last-child), .input-group > select:not(:last-child), .input-group > textarea:not(:last-child), .input-group > input:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .input-group > .select-box:not(:first-child), .input-group > select:not(:first-child), .input-group > textarea:not(:first-child), .input-group > input:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend a.read-more,
.input-group-prepend .anchor, .input-group-prepend button, .input-group-prepend .button, .input-group-prepend submit, .input-group-prepend input[type=submit], .input-group-prepend input[type=button],
.input-group-append .btn,
.input-group-append a.read-more,
.input-group-append .anchor,
.input-group-append button,
.input-group-append .button,
.input-group-append submit,
.input-group-append input[type=submit],
.input-group-append input[type=button] {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend a.read-more:focus,
.input-group-prepend .anchor:focus, .input-group-prepend button:focus, .input-group-prepend .button:focus, .input-group-prepend submit:focus, .input-group-prepend input[type=submit]:focus, .input-group-prepend input[type=button]:focus,
.input-group-append .btn:focus,
.input-group-append a.read-more:focus,
.input-group-append .anchor:focus,
.input-group-append button:focus,
.input-group-append .button:focus,
.input-group-append submit:focus,
.input-group-append input[type=submit]:focus,
.input-group-append input[type=button]:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend a.read-more + .btn,
.input-group-prepend .anchor + .btn,
.input-group-prepend a.anchor + .btn, .input-group-prepend .btn + a.read-more, .input-group-prepend a.read-more + a.read-more,
.input-group-prepend .anchor + a.read-more,
.input-group-prepend a.anchor + a.read-more,
.input-group-prepend .btn + .anchor,
.input-group-prepend a.read-more + .anchor,
.input-group-prepend .anchor + .anchor,
.input-group-prepend a.anchor + .anchor,
.input-group-prepend .btn + a.anchor,
.input-group-prepend a.read-more + a.anchor,
.input-group-prepend .anchor + a.anchor,
.input-group-prepend a.anchor + a.anchor, .input-group-prepend .btn + .btn, .input-group-prepend a.read-more + .btn,
.input-group-prepend .anchor + .btn,
.input-group-prepend a.anchor + .btn, .input-group-prepend .btn + a.read-more, .input-group-prepend a.read-more + a.read-more,
.input-group-prepend .anchor + a.read-more,
.input-group-prepend a.anchor + a.read-more,
.input-group-prepend .btn + .anchor,
.input-group-prepend a.read-more + .anchor,
.input-group-prepend .anchor + .anchor,
.input-group-prepend a.anchor + .anchor,
.input-group-prepend .btn + a.anchor,
.input-group-prepend a.read-more + a.anchor,
.input-group-prepend .anchor + a.anchor,
.input-group-prepend a.anchor + a.anchor, .input-group-prepend button + .btn, .input-group-prepend button + a.read-more,
.input-group-prepend button + .anchor,
.input-group-prepend button + a.anchor, .input-group-prepend .button + .btn, .input-group-prepend .button + a.read-more,
.input-group-prepend .button + .anchor,
.input-group-prepend .button + a.anchor, .input-group-prepend submit + .btn, .input-group-prepend submit + a.read-more,
.input-group-prepend submit + .anchor,
.input-group-prepend submit + a.anchor, .input-group-prepend input[type=submit] + .btn, .input-group-prepend input[type=submit] + a.read-more,
.input-group-prepend input[type=submit] + .anchor,
.input-group-prepend input[type=submit] + a.anchor, .input-group-prepend input[type=button] + .btn, .input-group-prepend input[type=button] + a.read-more,
.input-group-prepend input[type=button] + .anchor,
.input-group-prepend input[type=button] + a.anchor, .input-group-prepend a.btn + .btn, .input-group-prepend a.read-more + .btn,
.input-group-prepend a.anchor + .btn,
.input-group-prepend a.anchor + .btn, .input-group-prepend a.btn + a.read-more, .input-group-prepend a.read-more + a.read-more,
.input-group-prepend a.anchor + a.read-more,
.input-group-prepend a.anchor + a.read-more,
.input-group-prepend a.btn + .anchor,
.input-group-prepend a.read-more + .anchor,
.input-group-prepend a.anchor + .anchor,
.input-group-prepend a.anchor + .anchor,
.input-group-prepend a.btn + a.anchor,
.input-group-prepend a.read-more + a.anchor,
.input-group-prepend a.anchor + a.anchor,
.input-group-prepend a.anchor + a.anchor, .input-group-prepend a.button + .btn, .input-group-prepend a.button + a.read-more,
.input-group-prepend a.button + .anchor,
.input-group-prepend a.button + a.anchor, .input-group-prepend .btn + .btn, .input-group-prepend a.read-more + .btn,
.input-group-prepend .anchor + .btn,
.input-group-prepend a.anchor + .btn, .input-group-prepend .btn + a.read-more, .input-group-prepend a.read-more + a.read-more,
.input-group-prepend .anchor + a.read-more,
.input-group-prepend a.anchor + a.read-more,
.input-group-prepend .btn + .anchor,
.input-group-prepend a.read-more + .anchor,
.input-group-prepend .anchor + .anchor,
.input-group-prepend a.anchor + .anchor,
.input-group-prepend .btn + a.anchor,
.input-group-prepend a.read-more + a.anchor,
.input-group-prepend .anchor + a.anchor,
.input-group-prepend a.anchor + a.anchor, .input-group-prepend .btn + .btn, .input-group-prepend a.read-more + .btn,
.input-group-prepend .anchor + .btn,
.input-group-prepend a.anchor + .btn, .input-group-prepend .btn + a.read-more, .input-group-prepend a.read-more + a.read-more,
.input-group-prepend .anchor + a.read-more,
.input-group-prepend a.anchor + a.read-more,
.input-group-prepend .btn + .anchor,
.input-group-prepend a.read-more + .anchor,
.input-group-prepend .anchor + .anchor,
.input-group-prepend a.anchor + .anchor,
.input-group-prepend .btn + a.anchor,
.input-group-prepend a.read-more + a.anchor,
.input-group-prepend .anchor + a.anchor,
.input-group-prepend a.anchor + a.anchor, .input-group-prepend button + .btn, .input-group-prepend button + a.read-more,
.input-group-prepend button + .anchor,
.input-group-prepend button + a.anchor, .input-group-prepend .button + .btn, .input-group-prepend .button + a.read-more,
.input-group-prepend .button + .anchor,
.input-group-prepend .button + a.anchor, .input-group-prepend submit + .btn, .input-group-prepend submit + a.read-more,
.input-group-prepend submit + .anchor,
.input-group-prepend submit + a.anchor, .input-group-prepend input[type=submit] + .btn, .input-group-prepend input[type=submit] + a.read-more,
.input-group-prepend input[type=submit] + .anchor,
.input-group-prepend input[type=submit] + a.anchor, .input-group-prepend input[type=button] + .btn, .input-group-prepend input[type=button] + a.read-more,
.input-group-prepend input[type=button] + .anchor,
.input-group-prepend input[type=button] + a.anchor, .input-group-prepend a.btn + .btn, .input-group-prepend a.read-more + .btn,
.input-group-prepend a.anchor + .btn,
.input-group-prepend a.anchor + .btn, .input-group-prepend a.btn + a.read-more, .input-group-prepend a.read-more + a.read-more,
.input-group-prepend a.anchor + a.read-more,
.input-group-prepend a.anchor + a.read-more,
.input-group-prepend a.btn + .anchor,
.input-group-prepend a.read-more + .anchor,
.input-group-prepend a.anchor + .anchor,
.input-group-prepend a.anchor + .anchor,
.input-group-prepend a.btn + a.anchor,
.input-group-prepend a.read-more + a.anchor,
.input-group-prepend a.anchor + a.anchor,
.input-group-prepend a.anchor + a.anchor, .input-group-prepend a.button + .btn, .input-group-prepend a.button + a.read-more,
.input-group-prepend a.button + .anchor,
.input-group-prepend a.button + a.anchor, .input-group-prepend .btn + button, .input-group-prepend a.read-more + button,
.input-group-prepend .anchor + button,
.input-group-prepend a.anchor + button, .input-group-prepend .btn + button, .input-group-prepend a.read-more + button,
.input-group-prepend .anchor + button,
.input-group-prepend a.anchor + button, .input-group-prepend button + button, .input-group-prepend .button + button, .input-group-prepend submit + button, .input-group-prepend input[type=submit] + button, .input-group-prepend input[type=button] + button, .input-group-prepend a.btn + button, .input-group-prepend a.read-more + button,
.input-group-prepend a.anchor + button,
.input-group-prepend a.anchor + button, .input-group-prepend a.button + button, .input-group-prepend .btn + .button, .input-group-prepend a.read-more + .button,
.input-group-prepend .anchor + .button,
.input-group-prepend a.anchor + .button, .input-group-prepend .btn + .button, .input-group-prepend a.read-more + .button,
.input-group-prepend .anchor + .button,
.input-group-prepend a.anchor + .button, .input-group-prepend button + .button, .input-group-prepend .button + .button, .input-group-prepend submit + .button, .input-group-prepend input[type=submit] + .button, .input-group-prepend input[type=button] + .button, .input-group-prepend a.btn + .button, .input-group-prepend a.read-more + .button,
.input-group-prepend a.anchor + .button,
.input-group-prepend a.anchor + .button, .input-group-prepend a.button + .button, .input-group-prepend .btn + submit, .input-group-prepend a.read-more + submit,
.input-group-prepend .anchor + submit,
.input-group-prepend a.anchor + submit, .input-group-prepend .btn + submit, .input-group-prepend a.read-more + submit,
.input-group-prepend .anchor + submit,
.input-group-prepend a.anchor + submit, .input-group-prepend button + submit, .input-group-prepend .button + submit, .input-group-prepend submit + submit, .input-group-prepend input[type=submit] + submit, .input-group-prepend input[type=button] + submit, .input-group-prepend a.btn + submit, .input-group-prepend a.read-more + submit,
.input-group-prepend a.anchor + submit,
.input-group-prepend a.anchor + submit, .input-group-prepend a.button + submit, .input-group-prepend .btn + input[type=submit], .input-group-prepend a.read-more + input[type=submit],
.input-group-prepend .anchor + input[type=submit],
.input-group-prepend a.anchor + input[type=submit], .input-group-prepend .btn + input[type=submit], .input-group-prepend a.read-more + input[type=submit],
.input-group-prepend .anchor + input[type=submit],
.input-group-prepend a.anchor + input[type=submit], .input-group-prepend button + input[type=submit], .input-group-prepend .button + input[type=submit], .input-group-prepend submit + input[type=submit], .input-group-prepend input[type=submit] + input[type=submit], .input-group-prepend input[type=button] + input[type=submit], .input-group-prepend a.btn + input[type=submit], .input-group-prepend a.read-more + input[type=submit],
.input-group-prepend a.anchor + input[type=submit],
.input-group-prepend a.anchor + input[type=submit], .input-group-prepend a.button + input[type=submit], .input-group-prepend .btn + input[type=button], .input-group-prepend a.read-more + input[type=button],
.input-group-prepend .anchor + input[type=button],
.input-group-prepend a.anchor + input[type=button], .input-group-prepend .btn + input[type=button], .input-group-prepend a.read-more + input[type=button],
.input-group-prepend .anchor + input[type=button],
.input-group-prepend a.anchor + input[type=button], .input-group-prepend button + input[type=button], .input-group-prepend .button + input[type=button], .input-group-prepend submit + input[type=button], .input-group-prepend input[type=submit] + input[type=button], .input-group-prepend input[type=button] + input[type=button], .input-group-prepend a.btn + input[type=button], .input-group-prepend a.read-more + input[type=button],
.input-group-prepend a.anchor + input[type=button],
.input-group-prepend a.anchor + input[type=button], .input-group-prepend a.button + input[type=button], .input-group-prepend .btn + a.btn, .input-group-prepend a.read-more + a.btn,
.input-group-prepend .anchor + a.btn,
.input-group-prepend a.anchor + a.btn, .input-group-prepend .btn + a.read-more, .input-group-prepend a.read-more + a.read-more,
.input-group-prepend .anchor + a.read-more,
.input-group-prepend a.anchor + a.read-more,
.input-group-prepend .btn + a.anchor,
.input-group-prepend a.read-more + a.anchor,
.input-group-prepend .anchor + a.anchor,
.input-group-prepend a.anchor + a.anchor, .input-group-prepend .btn + a.btn, .input-group-prepend a.read-more + a.btn,
.input-group-prepend .anchor + a.btn,
.input-group-prepend a.anchor + a.btn, .input-group-prepend .btn + a.read-more, .input-group-prepend a.read-more + a.read-more,
.input-group-prepend .anchor + a.read-more,
.input-group-prepend a.anchor + a.read-more,
.input-group-prepend .btn + a.anchor,
.input-group-prepend a.read-more + a.anchor,
.input-group-prepend .anchor + a.anchor,
.input-group-prepend a.anchor + a.anchor, .input-group-prepend button + a.btn, .input-group-prepend button + a.read-more,
.input-group-prepend button + a.anchor, .input-group-prepend .button + a.btn, .input-group-prepend .button + a.read-more,
.input-group-prepend .button + a.anchor, .input-group-prepend submit + a.btn, .input-group-prepend submit + a.read-more,
.input-group-prepend submit + a.anchor, .input-group-prepend input[type=submit] + a.btn, .input-group-prepend input[type=submit] + a.read-more,
.input-group-prepend input[type=submit] + a.anchor, .input-group-prepend input[type=button] + a.btn, .input-group-prepend input[type=button] + a.read-more,
.input-group-prepend input[type=button] + a.anchor, .input-group-prepend a.btn + a.btn, .input-group-prepend a.read-more + a.btn,
.input-group-prepend a.anchor + a.btn,
.input-group-prepend a.anchor + a.btn, .input-group-prepend a.btn + a.read-more, .input-group-prepend a.read-more + a.read-more,
.input-group-prepend a.anchor + a.read-more,
.input-group-prepend a.anchor + a.read-more,
.input-group-prepend a.btn + a.anchor,
.input-group-prepend a.read-more + a.anchor,
.input-group-prepend a.anchor + a.anchor,
.input-group-prepend a.anchor + a.anchor, .input-group-prepend a.button + a.btn, .input-group-prepend a.button + a.read-more,
.input-group-prepend a.button + a.anchor, .input-group-prepend .btn + a.button, .input-group-prepend a.read-more + a.button,
.input-group-prepend .anchor + a.button,
.input-group-prepend a.anchor + a.button, .input-group-prepend .btn + a.button, .input-group-prepend a.read-more + a.button,
.input-group-prepend .anchor + a.button,
.input-group-prepend a.anchor + a.button, .input-group-prepend button + a.button, .input-group-prepend .button + a.button, .input-group-prepend submit + a.button, .input-group-prepend input[type=submit] + a.button, .input-group-prepend input[type=button] + a.button, .input-group-prepend a.btn + a.button, .input-group-prepend a.read-more + a.button,
.input-group-prepend a.anchor + a.button,
.input-group-prepend a.anchor + a.button, .input-group-prepend a.button + a.button,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend a.read-more + .input-group-text,
.input-group-prepend .anchor + .input-group-text,
.input-group-prepend a.anchor + .input-group-text,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend a.read-more + .input-group-text,
.input-group-prepend .anchor + .input-group-text,
.input-group-prepend a.anchor + .input-group-text,
.input-group-prepend button + .input-group-text,
.input-group-prepend .button + .input-group-text,
.input-group-prepend submit + .input-group-text,
.input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend input[type=button] + .input-group-text,
.input-group-prepend a.btn + .input-group-text,
.input-group-prepend a.read-more + .input-group-text,
.input-group-prepend a.anchor + .input-group-text,
.input-group-prepend a.anchor + .input-group-text,
.input-group-prepend a.button + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + a.read-more,
.input-group-prepend .input-group-text + .anchor,
.input-group-prepend .input-group-text + a.anchor,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + a.read-more,
.input-group-prepend .input-group-text + .anchor,
.input-group-prepend .input-group-text + a.anchor,
.input-group-prepend .input-group-text + button,
.input-group-prepend .input-group-text + .button,
.input-group-prepend .input-group-text + submit,
.input-group-prepend .input-group-text + input[type=submit],
.input-group-prepend .input-group-text + input[type=button],
.input-group-prepend .input-group-text + a.btn,
.input-group-prepend .input-group-text + a.read-more,
.input-group-prepend .input-group-text + a.anchor,
.input-group-prepend .input-group-text + a.button,
.input-group-append .btn + .btn,
.input-group-append a.read-more + .btn,
.input-group-append .anchor + .btn,
.input-group-append a.anchor + .btn,
.input-group-append .btn + a.read-more,
.input-group-append a.read-more + a.read-more,
.input-group-append .anchor + a.read-more,
.input-group-append a.anchor + a.read-more,
.input-group-append .btn + .anchor,
.input-group-append a.read-more + .anchor,
.input-group-append .anchor + .anchor,
.input-group-append a.anchor + .anchor,
.input-group-append .btn + a.anchor,
.input-group-append a.read-more + a.anchor,
.input-group-append .anchor + a.anchor,
.input-group-append a.anchor + a.anchor,
.input-group-append .btn + .btn,
.input-group-append a.read-more + .btn,
.input-group-append .anchor + .btn,
.input-group-append a.anchor + .btn,
.input-group-append .btn + a.read-more,
.input-group-append a.read-more + a.read-more,
.input-group-append .anchor + a.read-more,
.input-group-append a.anchor + a.read-more,
.input-group-append .btn + .anchor,
.input-group-append a.read-more + .anchor,
.input-group-append .anchor + .anchor,
.input-group-append a.anchor + .anchor,
.input-group-append .btn + a.anchor,
.input-group-append a.read-more + a.anchor,
.input-group-append .anchor + a.anchor,
.input-group-append a.anchor + a.anchor,
.input-group-append button + .btn,
.input-group-append button + a.read-more,
.input-group-append button + .anchor,
.input-group-append button + a.anchor,
.input-group-append .button + .btn,
.input-group-append .button + a.read-more,
.input-group-append .button + .anchor,
.input-group-append .button + a.anchor,
.input-group-append submit + .btn,
.input-group-append submit + a.read-more,
.input-group-append submit + .anchor,
.input-group-append submit + a.anchor,
.input-group-append input[type=submit] + .btn,
.input-group-append input[type=submit] + a.read-more,
.input-group-append input[type=submit] + .anchor,
.input-group-append input[type=submit] + a.anchor,
.input-group-append input[type=button] + .btn,
.input-group-append input[type=button] + a.read-more,
.input-group-append input[type=button] + .anchor,
.input-group-append input[type=button] + a.anchor,
.input-group-append a.btn + .btn,
.input-group-append a.read-more + .btn,
.input-group-append a.anchor + .btn,
.input-group-append a.anchor + .btn,
.input-group-append a.btn + a.read-more,
.input-group-append a.read-more + a.read-more,
.input-group-append a.anchor + a.read-more,
.input-group-append a.anchor + a.read-more,
.input-group-append a.btn + .anchor,
.input-group-append a.read-more + .anchor,
.input-group-append a.anchor + .anchor,
.input-group-append a.anchor + .anchor,
.input-group-append a.btn + a.anchor,
.input-group-append a.read-more + a.anchor,
.input-group-append a.anchor + a.anchor,
.input-group-append a.anchor + a.anchor,
.input-group-append a.button + .btn,
.input-group-append a.button + a.read-more,
.input-group-append a.button + .anchor,
.input-group-append a.button + a.anchor,
.input-group-append .btn + .btn,
.input-group-append a.read-more + .btn,
.input-group-append .anchor + .btn,
.input-group-append a.anchor + .btn,
.input-group-append .btn + a.read-more,
.input-group-append a.read-more + a.read-more,
.input-group-append .anchor + a.read-more,
.input-group-append a.anchor + a.read-more,
.input-group-append .btn + .anchor,
.input-group-append a.read-more + .anchor,
.input-group-append .anchor + .anchor,
.input-group-append a.anchor + .anchor,
.input-group-append .btn + a.anchor,
.input-group-append a.read-more + a.anchor,
.input-group-append .anchor + a.anchor,
.input-group-append a.anchor + a.anchor,
.input-group-append .btn + .btn,
.input-group-append a.read-more + .btn,
.input-group-append .anchor + .btn,
.input-group-append a.anchor + .btn,
.input-group-append .btn + a.read-more,
.input-group-append a.read-more + a.read-more,
.input-group-append .anchor + a.read-more,
.input-group-append a.anchor + a.read-more,
.input-group-append .btn + .anchor,
.input-group-append a.read-more + .anchor,
.input-group-append .anchor + .anchor,
.input-group-append a.anchor + .anchor,
.input-group-append .btn + a.anchor,
.input-group-append a.read-more + a.anchor,
.input-group-append .anchor + a.anchor,
.input-group-append a.anchor + a.anchor,
.input-group-append button + .btn,
.input-group-append button + a.read-more,
.input-group-append button + .anchor,
.input-group-append button + a.anchor,
.input-group-append .button + .btn,
.input-group-append .button + a.read-more,
.input-group-append .button + .anchor,
.input-group-append .button + a.anchor,
.input-group-append submit + .btn,
.input-group-append submit + a.read-more,
.input-group-append submit + .anchor,
.input-group-append submit + a.anchor,
.input-group-append input[type=submit] + .btn,
.input-group-append input[type=submit] + a.read-more,
.input-group-append input[type=submit] + .anchor,
.input-group-append input[type=submit] + a.anchor,
.input-group-append input[type=button] + .btn,
.input-group-append input[type=button] + a.read-more,
.input-group-append input[type=button] + .anchor,
.input-group-append input[type=button] + a.anchor,
.input-group-append a.btn + .btn,
.input-group-append a.read-more + .btn,
.input-group-append a.anchor + .btn,
.input-group-append a.anchor + .btn,
.input-group-append a.btn + a.read-more,
.input-group-append a.read-more + a.read-more,
.input-group-append a.anchor + a.read-more,
.input-group-append a.anchor + a.read-more,
.input-group-append a.btn + .anchor,
.input-group-append a.read-more + .anchor,
.input-group-append a.anchor + .anchor,
.input-group-append a.anchor + .anchor,
.input-group-append a.btn + a.anchor,
.input-group-append a.read-more + a.anchor,
.input-group-append a.anchor + a.anchor,
.input-group-append a.anchor + a.anchor,
.input-group-append a.button + .btn,
.input-group-append a.button + a.read-more,
.input-group-append a.button + .anchor,
.input-group-append a.button + a.anchor,
.input-group-append .btn + button,
.input-group-append a.read-more + button,
.input-group-append .anchor + button,
.input-group-append a.anchor + button,
.input-group-append .btn + button,
.input-group-append a.read-more + button,
.input-group-append .anchor + button,
.input-group-append a.anchor + button,
.input-group-append button + button,
.input-group-append .button + button,
.input-group-append submit + button,
.input-group-append input[type=submit] + button,
.input-group-append input[type=button] + button,
.input-group-append a.btn + button,
.input-group-append a.read-more + button,
.input-group-append a.anchor + button,
.input-group-append a.anchor + button,
.input-group-append a.button + button,
.input-group-append .btn + .button,
.input-group-append a.read-more + .button,
.input-group-append .anchor + .button,
.input-group-append a.anchor + .button,
.input-group-append .btn + .button,
.input-group-append a.read-more + .button,
.input-group-append .anchor + .button,
.input-group-append a.anchor + .button,
.input-group-append button + .button,
.input-group-append .button + .button,
.input-group-append submit + .button,
.input-group-append input[type=submit] + .button,
.input-group-append input[type=button] + .button,
.input-group-append a.btn + .button,
.input-group-append a.read-more + .button,
.input-group-append a.anchor + .button,
.input-group-append a.anchor + .button,
.input-group-append a.button + .button,
.input-group-append .btn + submit,
.input-group-append a.read-more + submit,
.input-group-append .anchor + submit,
.input-group-append a.anchor + submit,
.input-group-append .btn + submit,
.input-group-append a.read-more + submit,
.input-group-append .anchor + submit,
.input-group-append a.anchor + submit,
.input-group-append button + submit,
.input-group-append .button + submit,
.input-group-append submit + submit,
.input-group-append input[type=submit] + submit,
.input-group-append input[type=button] + submit,
.input-group-append a.btn + submit,
.input-group-append a.read-more + submit,
.input-group-append a.anchor + submit,
.input-group-append a.anchor + submit,
.input-group-append a.button + submit,
.input-group-append .btn + input[type=submit],
.input-group-append a.read-more + input[type=submit],
.input-group-append .anchor + input[type=submit],
.input-group-append a.anchor + input[type=submit],
.input-group-append .btn + input[type=submit],
.input-group-append a.read-more + input[type=submit],
.input-group-append .anchor + input[type=submit],
.input-group-append a.anchor + input[type=submit],
.input-group-append button + input[type=submit],
.input-group-append .button + input[type=submit],
.input-group-append submit + input[type=submit],
.input-group-append input[type=submit] + input[type=submit],
.input-group-append input[type=button] + input[type=submit],
.input-group-append a.btn + input[type=submit],
.input-group-append a.read-more + input[type=submit],
.input-group-append a.anchor + input[type=submit],
.input-group-append a.anchor + input[type=submit],
.input-group-append a.button + input[type=submit],
.input-group-append .btn + input[type=button],
.input-group-append a.read-more + input[type=button],
.input-group-append .anchor + input[type=button],
.input-group-append a.anchor + input[type=button],
.input-group-append .btn + input[type=button],
.input-group-append a.read-more + input[type=button],
.input-group-append .anchor + input[type=button],
.input-group-append a.anchor + input[type=button],
.input-group-append button + input[type=button],
.input-group-append .button + input[type=button],
.input-group-append submit + input[type=button],
.input-group-append input[type=submit] + input[type=button],
.input-group-append input[type=button] + input[type=button],
.input-group-append a.btn + input[type=button],
.input-group-append a.read-more + input[type=button],
.input-group-append a.anchor + input[type=button],
.input-group-append a.anchor + input[type=button],
.input-group-append a.button + input[type=button],
.input-group-append .btn + a.btn,
.input-group-append a.read-more + a.btn,
.input-group-append .anchor + a.btn,
.input-group-append a.anchor + a.btn,
.input-group-append .btn + a.read-more,
.input-group-append a.read-more + a.read-more,
.input-group-append .anchor + a.read-more,
.input-group-append a.anchor + a.read-more,
.input-group-append .btn + a.anchor,
.input-group-append a.read-more + a.anchor,
.input-group-append .anchor + a.anchor,
.input-group-append a.anchor + a.anchor,
.input-group-append .btn + a.btn,
.input-group-append a.read-more + a.btn,
.input-group-append .anchor + a.btn,
.input-group-append a.anchor + a.btn,
.input-group-append .btn + a.read-more,
.input-group-append a.read-more + a.read-more,
.input-group-append .anchor + a.read-more,
.input-group-append a.anchor + a.read-more,
.input-group-append .btn + a.anchor,
.input-group-append a.read-more + a.anchor,
.input-group-append .anchor + a.anchor,
.input-group-append a.anchor + a.anchor,
.input-group-append button + a.btn,
.input-group-append button + a.read-more,
.input-group-append button + a.anchor,
.input-group-append .button + a.btn,
.input-group-append .button + a.read-more,
.input-group-append .button + a.anchor,
.input-group-append submit + a.btn,
.input-group-append submit + a.read-more,
.input-group-append submit + a.anchor,
.input-group-append input[type=submit] + a.btn,
.input-group-append input[type=submit] + a.read-more,
.input-group-append input[type=submit] + a.anchor,
.input-group-append input[type=button] + a.btn,
.input-group-append input[type=button] + a.read-more,
.input-group-append input[type=button] + a.anchor,
.input-group-append a.btn + a.btn,
.input-group-append a.read-more + a.btn,
.input-group-append a.anchor + a.btn,
.input-group-append a.anchor + a.btn,
.input-group-append a.btn + a.read-more,
.input-group-append a.read-more + a.read-more,
.input-group-append a.anchor + a.read-more,
.input-group-append a.anchor + a.read-more,
.input-group-append a.btn + a.anchor,
.input-group-append a.read-more + a.anchor,
.input-group-append a.anchor + a.anchor,
.input-group-append a.anchor + a.anchor,
.input-group-append a.button + a.btn,
.input-group-append a.button + a.read-more,
.input-group-append a.button + a.anchor,
.input-group-append .btn + a.button,
.input-group-append a.read-more + a.button,
.input-group-append .anchor + a.button,
.input-group-append a.anchor + a.button,
.input-group-append .btn + a.button,
.input-group-append a.read-more + a.button,
.input-group-append .anchor + a.button,
.input-group-append a.anchor + a.button,
.input-group-append button + a.button,
.input-group-append .button + a.button,
.input-group-append submit + a.button,
.input-group-append input[type=submit] + a.button,
.input-group-append input[type=button] + a.button,
.input-group-append a.btn + a.button,
.input-group-append a.read-more + a.button,
.input-group-append a.anchor + a.button,
.input-group-append a.anchor + a.button,
.input-group-append a.button + a.button,
.input-group-append .btn + .input-group-text,
.input-group-append a.read-more + .input-group-text,
.input-group-append .anchor + .input-group-text,
.input-group-append a.anchor + .input-group-text,
.input-group-append .btn + .input-group-text,
.input-group-append a.read-more + .input-group-text,
.input-group-append .anchor + .input-group-text,
.input-group-append a.anchor + .input-group-text,
.input-group-append button + .input-group-text,
.input-group-append .button + .input-group-text,
.input-group-append submit + .input-group-text,
.input-group-append input[type=submit] + .input-group-text,
.input-group-append input[type=button] + .input-group-text,
.input-group-append a.btn + .input-group-text,
.input-group-append a.read-more + .input-group-text,
.input-group-append a.anchor + .input-group-text,
.input-group-append a.anchor + .input-group-text,
.input-group-append a.button + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + a.read-more,
.input-group-append .input-group-text + .anchor,
.input-group-append .input-group-text + a.anchor,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + a.read-more,
.input-group-append .input-group-text + .anchor,
.input-group-append .input-group-text + a.anchor,
.input-group-append .input-group-text + button,
.input-group-append .input-group-text + .button,
.input-group-append .input-group-text + submit,
.input-group-append .input-group-text + input[type=submit],
.input-group-append .input-group-text + input[type=button],
.input-group-append .input-group-text + a.btn,
.input-group-append .input-group-text + a.read-more,
.input-group-append .input-group-text + a.anchor,
.input-group-append .input-group-text + a.button {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #566EB1;
  border: 1px solid #566EB1;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .input-group-lg > .select-box:not(textarea), .input-group-lg > select:not(textarea), .input-group-lg > textarea:not(textarea), .input-group-lg > input:not(textarea),
.input-group-lg > .custom-select {
  height: 3.5rem;
}

.input-group-lg > .form-control, .input-group-lg > .select-box, .input-group-lg > select, .input-group-lg > textarea, .input-group-lg > input,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > a.read-more,
.input-group-lg > .input-group-prepend > .anchor,
.input-group-lg > .input-group-prepend > button,
.input-group-lg > .input-group-prepend > .button,
.input-group-lg > .input-group-prepend > submit,
.input-group-lg > .input-group-prepend > input[type=submit],
.input-group-lg > .input-group-prepend > input[type=button],
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > a.read-more,
.input-group-lg > .input-group-append > .anchor,
.input-group-lg > .input-group-append > button,
.input-group-lg > .input-group-append > .button,
.input-group-lg > .input-group-append > submit,
.input-group-lg > .input-group-append > input[type=submit],
.input-group-lg > .input-group-append > input[type=button] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > .select-box:not(textarea), .input-group-sm > select:not(textarea), .input-group-sm > textarea:not(textarea), .input-group-sm > input:not(textarea),
.input-group-sm > .custom-select {
  height: 1.8rem;
}

.input-group-sm > .form-control, .input-group-sm > .select-box, .input-group-sm > select, .input-group-sm > textarea, .input-group-sm > input,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > a.read-more,
.input-group-sm > .input-group-prepend > .anchor,
.input-group-sm > .input-group-prepend > button,
.input-group-sm > .input-group-prepend > .button,
.input-group-sm > .input-group-prepend > submit,
.input-group-sm > .input-group-prepend > input[type=submit],
.input-group-sm > .input-group-prepend > input[type=button],
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > a.read-more,
.input-group-sm > .input-group-append > .anchor,
.input-group-sm > .input-group-append > button,
.input-group-sm > .input-group-append > .button,
.input-group-sm > .input-group-append > submit,
.input-group-sm > .input-group-append > input[type=submit],
.input-group-sm > .input-group-append > input[type=button] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > a.read-more,
.input-group > .input-group-prepend > .anchor, .input-group > .input-group-prepend > button, .input-group > .input-group-prepend > .button, .input-group > .input-group-prepend > submit, .input-group > .input-group-prepend > input[type=submit], .input-group > .input-group-prepend > input[type=button],
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > a.read-more,
.input-group > .input-group-append:not(:last-child) > .anchor,
.input-group > .input-group-append:not(:last-child) > button,
.input-group > .input-group-append:not(:last-child) > .button,
.input-group > .input-group-append:not(:last-child) > submit,
.input-group > .input-group-append:not(:last-child) > input[type=submit],
.input-group > .input-group-append:not(:last-child) > input[type=button],
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > a.read-more:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .anchor:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > submit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > input[type=button]:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > a.read-more,
.input-group > .input-group-append > .anchor, .input-group > .input-group-append > button, .input-group > .input-group-append > .button, .input-group > .input-group-append > submit, .input-group > .input-group-append > input[type=submit], .input-group > .input-group-append > input[type=button],
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > a.read-more,
.input-group > .input-group-prepend:not(:first-child) > .anchor,
.input-group > .input-group-prepend:not(:first-child) > button,
.input-group > .input-group-prepend:not(:first-child) > .button,
.input-group > .input-group-prepend:not(:first-child) > submit,
.input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.input-group > .input-group-prepend:not(:first-child) > input[type=button],
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > a.read-more:not(:first-child),
.input-group > .input-group-prepend:first-child > .anchor:not(:first-child),
.input-group > .input-group-prepend:first-child > button:not(:first-child),
.input-group > .input-group-prepend:first-child > .button:not(:first-child),
.input-group > .input-group-prepend:first-child > submit:not(:first-child),
.input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.input-group > .input-group-prepend:first-child > input[type=button]:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #566EB1;
  background-color: #566EB1;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(86, 110, 177, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(173.2368421053, 184.8481781377, 217.2631578947);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(208.1315789474, 214.7874493927, 233.3684210526);
  border-color: rgb(208.1315789474, 214.7874493927, 233.3684210526);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6b83a2;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #DADDE0;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.3rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #818894 solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.3rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #566EB1;
  background-color: #566EB1;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(86, 110, 177, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(86, 110, 177, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(86, 110, 177, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.3rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #818894;
  border-radius: 0.5rem;
  -webkit-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(86, 110, 177, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #465061;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23273548' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #9FA5AD;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(173.2368421053, 184.8481781377, 217.2631578947);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(173.2368421053, 184.8481781377, 217.2631578947, 0.5);
}
.custom-select:focus::-ms-value {
  color: #465061;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6b83a2;
  background-color: #DADDE0;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(173.2368421053, 184.8481781377, 217.2631578947);
  box-shadow: 0 0 0 0.2rem rgba(86, 110, 177, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #DADDE0;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #465061;
  background-color: #fff;
  border: 1px solid #9FA5AD;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #465061;
  content: "Browse";
  background-color: #DADDE0;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(86, 110, 177, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(86, 110, 177, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(86, 110, 177, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #566EB1;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(208.1315789474, 214.7874493927, 233.3684210526);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e1e6eb;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #566EB1;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(208.1315789474, 214.7874493927, 233.3684210526);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e1e6eb;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #566EB1;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(208.1315789474, 214.7874493927, 233.3684210526);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #e1e6eb;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e1e6eb;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #818894;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #818894;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #818894;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #566EB1;
}

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

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

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

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

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

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1365.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1366px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1679.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1680px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #DADDE0;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6b83a2;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6b83a2;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 5px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #566EB1;
  background-color: #fff;
  border: 1px solid #e1e6eb;
}
.page-link:hover {
  z-index: 2;
  color: rgb(58.8947368421, 77.016194332, 127.6052631579);
  text-decoration: none;
  background-color: #DADDE0;
  border-color: #e1e6eb;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(86, 110, 177, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #566EB1;
  border-color: #566EB1;
}
.page-item.disabled .page-link {
  color: #6b83a2;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e1e6eb;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, a.read-more .badge,
.anchor .badge, button .badge, .button .badge, submit .badge, input[type=submit] .badge, input[type=button] .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #566EB1;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(66.9473684211, 87.5465587045, 145.0526315789);
}

.badge-secondary {
  color: #fff;
  background-color: #CB2026;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(158.9446808511, 25.0553191489, 29.7531914894);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.badge-warning {
  color: #272f48;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #272f48;
  background-color: rgb(211, 158.25, 0);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.badge-light {
  color: #272f48;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #272f48;
  background-color: rgb(218.25, 223.5, 228.75);
}

.badge-dark {
  color: #fff;
  background-color: #002877;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(0, 22.8571428571, 68);
}

.badge-primary-light {
  color: #272f48;
  background-color: #B9C3DF;
}
a.badge-primary-light:hover, a.badge-primary-light:focus {
  color: #272f48;
  background-color: #96a5cf;
}

.badge-primary-dark {
  color: #fff;
  background-color: #202A46;
}
a.badge-primary-dark:hover, a.badge-primary-dark:focus {
  color: #fff;
  background-color: #101523;
}

.badge-secondary-light {
  color: #272f48;
  background-color: #F8D3D4;
}
a.badge-secondary-light:hover, a.badge-secondary-light:focus {
  color: #272f48;
  background-color: #f1a7a9;
}

.badge-secondary-dark {
  color: #fff;
  background-color: #580E10;
}
a.badge-secondary-dark:hover, a.badge-secondary-dark:focus {
  color: #fff;
  background-color: #2c0708;
}

.badge-gray-dark {
  color: #fff;
  background-color: #272f48;
}
a.badge-gray-dark:hover, a.badge-gray-dark:focus {
  color: #fff;
  background-color: rgb(21.0810810811, 25.4054054054, 38.9189189189);
}

.badge-gray {
  color: #fff;
  background-color: #6b83a2;
}
a.badge-gray:hover, a.badge-gray:focus {
  color: #fff;
  background-color: rgb(84.1244813278, 105.8340248963, 133.8755186722);
}

.badge-gray-light {
  color: #272f48;
  background-color: #e1e6eb;
}
a.badge-gray-light:hover, a.badge-gray-light:focus {
  color: #272f48;
  background-color: rgb(194.4, 204.5, 214.6);
}

.badge-error {
  color: #fff;
  background-color: #dc3545;
}
a.badge-error:hover, a.badge-error:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.badge-def {
  color: #fff;
  background-color: #4a5c81;
}
a.badge-def:hover, a.badge-def:focus {
  color: #fff;
  background-color: rgb(55.4088669951, 68.8866995074, 96.5911330049);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #DADDE0;
  border-radius: 10px;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

.alert-link, .alert-def a,
.alert.def a, .alert-error a,
.alert.error a, .alert-gray-light a,
.alert.gray-light a, .alert-gray a,
.alert.gray a, .alert-gray-dark a,
.alert.gray-dark a, .alert-secondary-dark a,
.alert.secondary-dark a, .alert-secondary-light a,
.alert.secondary-light a, .alert-primary-dark a,
.alert.primary-dark a, .alert-primary-light a,
.alert.primary-light a, .alert-dark a,
.alert.dark a, .alert-light a,
.alert.light a, .alert-danger a,
.alert.danger a, .alert-warning a,
.alert.warning a, .alert-info a,
.alert.info a, .alert-success a,
.alert.success a, .alert-secondary a,
.alert.secondary a, .alert-primary a,
.alert.primary a {
  font-weight: 700;
}

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

.alert-primary {
  color: rgb(44.72, 57.2, 92.04);
  background-color: rgb(221.2, 226, 239.4);
  border-color: rgb(207.68, 214.4, 233.16);
}
.alert-primary hr {
  border-top-color: rgb(190.2326315789, 199.4303643725, 225.1073684211);
}
.alert-primary .alert-link,
.alert-primary .alert.def a,
.alert.def .alert-primary a,
.alert-primary .alert.error a,
.alert.error .alert-primary a,
.alert-primary .alert.gray-light a,
.alert.gray-light .alert-primary a,
.alert-primary .alert.gray a,
.alert.gray .alert-primary a,
.alert-primary .alert.gray-dark a,
.alert.gray-dark .alert-primary a,
.alert-primary .alert.secondary-dark a,
.alert.secondary-dark .alert-primary a,
.alert-primary .alert.secondary-light a,
.alert.secondary-light .alert-primary a,
.alert-primary .alert.primary-dark a,
.alert.primary-dark .alert-primary a,
.alert-primary .alert.primary-light a,
.alert.primary-light .alert-primary a,
.alert-primary .alert.dark a,
.alert.dark .alert-primary a,
.alert-primary .alert.light a,
.alert.light .alert-primary a,
.alert-primary .alert.danger a,
.alert.danger .alert-primary a,
.alert-primary .alert.warning a,
.alert.warning .alert-primary a,
.alert-primary .alert.info a,
.alert.info .alert-primary a,
.alert-primary .alert.success a,
.alert.success .alert-primary a,
.alert-primary .alert.secondary a,
.alert.secondary .alert-primary a, .alert-primary a,
.alert-primary .alert.primary a,
.alert.primary .alert-primary a {
  color: rgb(28.0431939163, 35.8692015209, 57.7168060837);
}

.alert-secondary {
  color: rgb(105.56, 16.64, 19.76);
  background-color: rgb(244.6, 210.4, 211.6);
  border-color: rgb(240.44, 192.56, 194.24);
}
.alert-secondary hr {
  border-top-color: rgb(235.6181818182, 171.8818181818, 174.1181818182);
}
.alert-secondary .alert-link,
.alert-secondary .alert.def a,
.alert.def .alert-secondary a,
.alert-secondary .alert.error a,
.alert.error .alert-secondary a,
.alert-secondary .alert.gray-light a,
.alert.gray-light .alert-secondary a,
.alert-secondary .alert.gray a,
.alert.gray .alert-secondary a,
.alert-secondary .alert.gray-dark a,
.alert.gray-dark .alert-secondary a,
.alert-secondary .alert.secondary-dark a,
.alert.secondary-dark .alert-secondary a,
.alert-secondary .alert.secondary-light a,
.alert.secondary-light .alert-secondary a,
.alert-secondary .alert.primary-dark a,
.alert.primary-dark .alert-secondary a,
.alert-secondary .alert.primary-light a,
.alert.primary-light .alert-secondary a,
.alert-secondary .alert.dark a,
.alert.dark .alert-secondary a,
.alert-secondary .alert.light a,
.alert.light .alert-secondary a,
.alert-secondary .alert.danger a,
.alert.danger .alert-secondary a,
.alert-secondary .alert.warning a,
.alert.warning .alert-secondary a,
.alert-secondary .alert.info a,
.alert.info .alert-secondary a,
.alert-secondary .alert.success a,
.alert.success .alert-secondary a, .alert-secondary a,
.alert-secondary .alert.secondary a,
.alert.secondary .alert-secondary a,
.alert-secondary .alert.primary a,
.alert.primary .alert-secondary a {
  color: rgb(61.5046808511, 9.6953191489, 11.5131914894);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link,
.alert-success .alert.def a,
.alert.def .alert-success a,
.alert-success .alert.error a,
.alert.error .alert-success a,
.alert-success .alert.gray-light a,
.alert.gray-light .alert-success a,
.alert-success .alert.gray a,
.alert.gray .alert-success a,
.alert-success .alert.gray-dark a,
.alert.gray-dark .alert-success a,
.alert-success .alert.secondary-dark a,
.alert.secondary-dark .alert-success a,
.alert-success .alert.secondary-light a,
.alert.secondary-light .alert-success a,
.alert-success .alert.primary-dark a,
.alert.primary-dark .alert-success a,
.alert-success .alert.primary-light a,
.alert.primary-light .alert-success a,
.alert-success .alert.dark a,
.alert.dark .alert-success a,
.alert-success .alert.light a,
.alert.light .alert-success a,
.alert-success .alert.danger a,
.alert.danger .alert-success a,
.alert-success .alert.warning a,
.alert.warning .alert-success a,
.alert-success .alert.info a,
.alert.info .alert-success a, .alert-success a,
.alert-success .alert.success a,
.alert.success .alert-success a,
.alert-success .alert.secondary a,
.alert.secondary .alert-success a,
.alert-success .alert.primary a,
.alert.primary .alert-success a {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link,
.alert-info .alert.def a,
.alert.def .alert-info a,
.alert-info .alert.error a,
.alert.error .alert-info a,
.alert-info .alert.gray-light a,
.alert.gray-light .alert-info a,
.alert-info .alert.gray a,
.alert.gray .alert-info a,
.alert-info .alert.gray-dark a,
.alert.gray-dark .alert-info a,
.alert-info .alert.secondary-dark a,
.alert.secondary-dark .alert-info a,
.alert-info .alert.secondary-light a,
.alert.secondary-light .alert-info a,
.alert-info .alert.primary-dark a,
.alert.primary-dark .alert-info a,
.alert-info .alert.primary-light a,
.alert.primary-light .alert-info a,
.alert-info .alert.dark a,
.alert.dark .alert-info a,
.alert-info .alert.light a,
.alert.light .alert-info a,
.alert-info .alert.danger a,
.alert.danger .alert-info a,
.alert-info .alert.warning a,
.alert.warning .alert-info a, .alert-info a,
.alert-info .alert.info a,
.alert.info .alert-info a,
.alert-info .alert.success a,
.alert.success .alert-info a,
.alert-info .alert.secondary a,
.alert.secondary .alert-info a,
.alert-info .alert.primary a,
.alert.primary .alert-info a {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link,
.alert-warning .alert.def a,
.alert.def .alert-warning a,
.alert-warning .alert.error a,
.alert.error .alert-warning a,
.alert-warning .alert.gray-light a,
.alert.gray-light .alert-warning a,
.alert-warning .alert.gray a,
.alert.gray .alert-warning a,
.alert-warning .alert.gray-dark a,
.alert.gray-dark .alert-warning a,
.alert-warning .alert.secondary-dark a,
.alert.secondary-dark .alert-warning a,
.alert-warning .alert.secondary-light a,
.alert.secondary-light .alert-warning a,
.alert-warning .alert.primary-dark a,
.alert.primary-dark .alert-warning a,
.alert-warning .alert.primary-light a,
.alert.primary-light .alert-warning a,
.alert-warning .alert.dark a,
.alert.dark .alert-warning a,
.alert-warning .alert.light a,
.alert.light .alert-warning a,
.alert-warning .alert.danger a,
.alert.danger .alert-warning a, .alert-warning a,
.alert-warning .alert.warning a,
.alert.warning .alert-warning a,
.alert-warning .alert.info a,
.alert.info .alert-warning a,
.alert-warning .alert.success a,
.alert.success .alert-warning a,
.alert-warning .alert.secondary a,
.alert.secondary .alert-warning a,
.alert-warning .alert.primary a,
.alert.primary .alert-warning a {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link,
.alert-danger .alert.def a,
.alert.def .alert-danger a,
.alert-danger .alert.error a,
.alert.error .alert-danger a,
.alert-danger .alert.gray-light a,
.alert.gray-light .alert-danger a,
.alert-danger .alert.gray a,
.alert.gray .alert-danger a,
.alert-danger .alert.gray-dark a,
.alert.gray-dark .alert-danger a,
.alert-danger .alert.secondary-dark a,
.alert.secondary-dark .alert-danger a,
.alert-danger .alert.secondary-light a,
.alert.secondary-light .alert-danger a,
.alert-danger .alert.primary-dark a,
.alert.primary-dark .alert-danger a,
.alert-danger .alert.primary-light a,
.alert.primary-light .alert-danger a,
.alert-danger .alert.dark a,
.alert.dark .alert-danger a,
.alert-danger .alert.light a,
.alert.light .alert-danger a, .alert-danger a,
.alert-danger .alert.danger a,
.alert.danger .alert-danger a,
.alert-danger .alert.warning a,
.alert.warning .alert-danger a,
.alert-danger .alert.info a,
.alert.info .alert-danger a,
.alert-danger .alert.success a,
.alert.success .alert-danger a,
.alert-danger .alert.secondary a,
.alert.secondary .alert-danger a,
.alert-danger .alert.primary a,
.alert.primary .alert-danger a {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link,
.alert-light .alert.def a,
.alert.def .alert-light a,
.alert-light .alert.error a,
.alert.error .alert-light a,
.alert-light .alert.gray-light a,
.alert.gray-light .alert-light a,
.alert-light .alert.gray a,
.alert.gray .alert-light a,
.alert-light .alert.gray-dark a,
.alert.gray-dark .alert-light a,
.alert-light .alert.secondary-dark a,
.alert.secondary-dark .alert-light a,
.alert-light .alert.secondary-light a,
.alert.secondary-light .alert-light a,
.alert-light .alert.primary-dark a,
.alert.primary-dark .alert-light a,
.alert-light .alert.primary-light a,
.alert.primary-light .alert-light a,
.alert-light .alert.dark a,
.alert.dark .alert-light a, .alert-light a,
.alert-light .alert.light a,
.alert.light .alert-light a,
.alert-light .alert.danger a,
.alert.danger .alert-light a,
.alert-light .alert.warning a,
.alert.warning .alert-light a,
.alert-light .alert.info a,
.alert.info .alert-light a,
.alert-light .alert.success a,
.alert.success .alert-light a,
.alert-light .alert.secondary a,
.alert.secondary .alert-light a,
.alert-light .alert.primary a,
.alert.primary .alert-light a {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(0, 20.8, 61.88);
  background-color: rgb(204, 212, 227.8);
  border-color: rgb(183.6, 194.8, 216.92);
}
.alert-dark hr {
  border-top-color: rgb(166.9695652174, 180.7782608696, 208.0504347826);
}
.alert-dark .alert-link,
.alert-dark .alert.def a,
.alert.def .alert-dark a,
.alert-dark .alert.error a,
.alert.error .alert-dark a,
.alert-dark .alert.gray-light a,
.alert.gray-light .alert-dark a,
.alert-dark .alert.gray a,
.alert.gray .alert-dark a,
.alert-dark .alert.gray-dark a,
.alert.gray-dark .alert-dark a,
.alert-dark .alert.secondary-dark a,
.alert.secondary-dark .alert-dark a,
.alert-dark .alert.secondary-light a,
.alert.secondary-light .alert-dark a,
.alert-dark .alert.primary-dark a,
.alert.primary-dark .alert-dark a,
.alert-dark .alert.primary-light a,
.alert.primary-light .alert-dark a, .alert-dark a,
.alert-dark .alert.dark a,
.alert.dark .alert-dark a,
.alert-dark .alert.light a,
.alert.light .alert-dark a,
.alert-dark .alert.danger a,
.alert.danger .alert-dark a,
.alert-dark .alert.warning a,
.alert.warning .alert-dark a,
.alert-dark .alert.info a,
.alert.info .alert-dark a,
.alert-dark .alert.success a,
.alert.success .alert-dark a,
.alert-dark .alert.secondary a,
.alert.secondary .alert-dark a,
.alert-dark .alert.primary a,
.alert.primary .alert-dark a {
  color: rgb(0, 3.6571428571, 10.88);
}

.alert-primary-light {
  color: rgb(96.2, 101.4, 115.96);
  background-color: rgb(241, 243, 248.6);
  border-color: rgb(235.4, 238.2, 246.04);
}
.alert-primary-light hr {
  border-top-color: rgb(217.9, 223.2, 238.04);
}
.alert-primary-light .alert-link,
.alert-primary-light .alert.def a,
.alert.def .alert-primary-light a,
.alert-primary-light .alert.error a,
.alert.error .alert-primary-light a,
.alert-primary-light .alert.gray-light a,
.alert.gray-light .alert-primary-light a,
.alert-primary-light .alert.gray a,
.alert.gray .alert-primary-light a,
.alert-primary-light .alert.gray-dark a,
.alert.gray-dark .alert-primary-light a,
.alert-primary-light .alert.secondary-dark a,
.alert.secondary-dark .alert-primary-light a,
.alert-primary-light .alert.secondary-light a,
.alert.secondary-light .alert-primary-light a,
.alert-primary-light .alert.primary-dark a,
.alert.primary-dark .alert-primary-light a, .alert-primary-light a,
.alert-primary-light .alert.primary-light a,
.alert.primary-light .alert-primary-light a,
.alert-primary-light .alert.dark a,
.alert.dark .alert-primary-light a,
.alert-primary-light .alert.light a,
.alert.light .alert-primary-light a,
.alert-primary-light .alert.danger a,
.alert.danger .alert-primary-light a,
.alert-primary-light .alert.warning a,
.alert.warning .alert-primary-light a,
.alert-primary-light .alert.info a,
.alert.info .alert-primary-light a,
.alert-primary-light .alert.success a,
.alert.success .alert-primary-light a,
.alert-primary-light .alert.secondary a,
.alert.secondary .alert-primary-light a,
.alert-primary-light .alert.primary a,
.alert.primary .alert-primary-light a {
  color: rgb(73.075, 77.025, 88.085);
}

.alert-primary-dark {
  color: rgb(16.64, 21.84, 36.4);
  background-color: rgb(210.4, 212.4, 218);
  border-color: rgb(192.56, 195.36, 203.2);
}
.alert-primary-dark hr {
  border-top-color: rgb(178.6225, 182.0475, 191.6375);
}
.alert-primary-dark .alert-link,
.alert-primary-dark .alert.def a,
.alert.def .alert-primary-dark a,
.alert-primary-dark .alert.error a,
.alert.error .alert-primary-dark a,
.alert-primary-dark .alert.gray-light a,
.alert.gray-light .alert-primary-dark a,
.alert-primary-dark .alert.gray a,
.alert.gray .alert-primary-dark a,
.alert-primary-dark .alert.gray-dark a,
.alert.gray-dark .alert-primary-dark a,
.alert-primary-dark .alert.secondary-dark a,
.alert.secondary-dark .alert-primary-dark a,
.alert-primary-dark .alert.secondary-light a,
.alert.secondary-light .alert-primary-dark a, .alert-primary-dark a,
.alert-primary-dark .alert.primary-dark a,
.alert.primary-dark .alert-primary-dark a,
.alert-primary-dark .alert.primary-light a,
.alert.primary-light .alert-primary-dark a,
.alert-primary-dark .alert.dark a,
.alert.dark .alert-primary-dark a,
.alert-primary-dark .alert.light a,
.alert.light .alert-primary-dark a,
.alert-primary-dark .alert.danger a,
.alert.danger .alert-primary-dark a,
.alert-primary-dark .alert.warning a,
.alert.warning .alert-primary-dark a,
.alert-primary-dark .alert.info a,
.alert.info .alert-primary-dark a,
.alert-primary-dark .alert.success a,
.alert.success .alert-primary-dark a,
.alert-primary-dark .alert.secondary a,
.alert.secondary .alert-primary-dark a,
.alert-primary-dark .alert.primary a,
.alert.primary .alert-primary-dark a {
  color: rgb(0.64, 0.84, 1.4);
}

.alert-secondary-light {
  color: rgb(128.96, 109.72, 110.24);
  background-color: rgb(253.6, 246.2, 246.4);
  border-color: rgb(253.04, 242.68, 242.96);
}
.alert-secondary-light hr {
  border-top-color: rgb(249.54, 220.68, 221.46);
}
.alert-secondary-light .alert-link,
.alert-secondary-light .alert.def a,
.alert.def .alert-secondary-light a,
.alert-secondary-light .alert.error a,
.alert.error .alert-secondary-light a,
.alert-secondary-light .alert.gray-light a,
.alert.gray-light .alert-secondary-light a,
.alert-secondary-light .alert.gray a,
.alert.gray .alert-secondary-light a,
.alert-secondary-light .alert.gray-dark a,
.alert.gray-dark .alert-secondary-light a,
.alert-secondary-light .alert.secondary-dark a,
.alert.secondary-dark .alert-secondary-light a, .alert-secondary-light a,
.alert-secondary-light .alert.secondary-light a,
.alert.secondary-light .alert-secondary-light a,
.alert-secondary-light .alert.primary-dark a,
.alert.primary-dark .alert-secondary-light a,
.alert-secondary-light .alert.primary-light a,
.alert.primary-light .alert-secondary-light a,
.alert-secondary-light .alert.dark a,
.alert.dark .alert-secondary-light a,
.alert-secondary-light .alert.light a,
.alert.light .alert-secondary-light a,
.alert-secondary-light .alert.danger a,
.alert.danger .alert-secondary-light a,
.alert-secondary-light .alert.warning a,
.alert.warning .alert-secondary-light a,
.alert-secondary-light .alert.info a,
.alert.info .alert-secondary-light a,
.alert-secondary-light .alert.success a,
.alert.success .alert-secondary-light a,
.alert-secondary-light .alert.secondary a,
.alert.secondary .alert-secondary-light a,
.alert-secondary-light .alert.primary a,
.alert.primary .alert-secondary-light a {
  color: rgb(101.4044444444, 86.2755555556, 86.6844444444);
}

.alert-secondary-dark {
  color: rgb(45.76, 7.28, 8.32);
  background-color: rgb(221.6, 206.8, 207.2);
  border-color: rgb(208.24, 187.52, 188.08);
}
.alert-secondary-dark hr {
  border-top-color: rgb(197.8025, 172.4575, 173.1425);
}
.alert-secondary-dark .alert-link,
.alert-secondary-dark .alert.def a,
.alert.def .alert-secondary-dark a,
.alert-secondary-dark .alert.error a,
.alert.error .alert-secondary-dark a,
.alert-secondary-dark .alert.gray-light a,
.alert.gray-light .alert-secondary-dark a,
.alert-secondary-dark .alert.gray a,
.alert.gray .alert-secondary-dark a,
.alert-secondary-dark .alert.gray-dark a,
.alert.gray-dark .alert-secondary-dark a, .alert-secondary-dark a,
.alert-secondary-dark .alert.secondary-dark a,
.alert.secondary-dark .alert-secondary-dark a,
.alert-secondary-dark .alert.secondary-light a,
.alert.secondary-light .alert-secondary-dark a,
.alert-secondary-dark .alert.primary-dark a,
.alert.primary-dark .alert-secondary-dark a,
.alert-secondary-dark .alert.primary-light a,
.alert.primary-light .alert-secondary-dark a,
.alert-secondary-dark .alert.dark a,
.alert.dark .alert-secondary-dark a,
.alert-secondary-dark .alert.light a,
.alert.light .alert-secondary-dark a,
.alert-secondary-dark .alert.danger a,
.alert.danger .alert-secondary-dark a,
.alert-secondary-dark .alert.warning a,
.alert.warning .alert-secondary-dark a,
.alert-secondary-dark .alert.info a,
.alert.info .alert-secondary-dark a,
.alert-secondary-dark .alert.success a,
.alert.success .alert-secondary-dark a,
.alert-secondary-dark .alert.secondary a,
.alert.secondary .alert-secondary-dark a,
.alert-secondary-dark .alert.primary a,
.alert.primary .alert-secondary-dark a {
  color: rgb(1.76, 0.28, 0.32);
}

.alert-gray-dark {
  color: rgb(20.28, 24.44, 37.44);
  background-color: rgb(211.8, 213.4, 218.4);
  border-color: rgb(194.52, 196.76, 203.76);
}
.alert-gray-dark hr {
  border-top-color: rgb(180.7154887218, 183.4667669173, 192.0645112782);
}
.alert-gray-dark .alert-link,
.alert-gray-dark .alert.def a,
.alert.def .alert-gray-dark a,
.alert-gray-dark .alert.error a,
.alert.error .alert-gray-dark a,
.alert-gray-dark .alert.gray-light a,
.alert.gray-light .alert-gray-dark a,
.alert-gray-dark .alert.gray a,
.alert.gray .alert-gray-dark a, .alert-gray-dark a,
.alert-gray-dark .alert.gray-dark a,
.alert.gray-dark .alert-gray-dark a,
.alert-gray-dark .alert.secondary-dark a,
.alert.secondary-dark .alert-gray-dark a,
.alert-gray-dark .alert.secondary-light a,
.alert.secondary-light .alert-gray-dark a,
.alert-gray-dark .alert.primary-dark a,
.alert.primary-dark .alert-gray-dark a,
.alert-gray-dark .alert.primary-light a,
.alert.primary-light .alert-gray-dark a,
.alert-gray-dark .alert.dark a,
.alert.dark .alert-gray-dark a,
.alert-gray-dark .alert.light a,
.alert.light .alert-gray-dark a,
.alert-gray-dark .alert.danger a,
.alert.danger .alert-gray-dark a,
.alert-gray-dark .alert.warning a,
.alert.warning .alert-gray-dark a,
.alert-gray-dark .alert.info a,
.alert.info .alert-gray-dark a,
.alert-gray-dark .alert.success a,
.alert.success .alert-gray-dark a,
.alert-gray-dark .alert.secondary a,
.alert.secondary .alert-gray-dark a,
.alert-gray-dark .alert.primary a,
.alert.primary .alert-gray-dark a {
  color: rgb(2.3610810811, 2.8454054054, 4.3589189189);
}

.alert-gray {
  color: rgb(55.64, 68.12, 84.24);
  background-color: rgb(225.4, 230.2, 236.4);
  border-color: rgb(213.56, 220.28, 228.96);
}
.alert-gray hr {
  border-top-color: rgb(197.9002489627, 207.1596680498, 219.1197510373);
}
.alert-gray .alert-link,
.alert-gray .alert.def a,
.alert.def .alert-gray a,
.alert-gray .alert.error a,
.alert.error .alert-gray a,
.alert-gray .alert.gray-light a,
.alert.gray-light .alert-gray a, .alert-gray a,
.alert-gray .alert.gray a,
.alert.gray .alert-gray a,
.alert-gray .alert.gray-dark a,
.alert.gray-dark .alert-gray a,
.alert-gray .alert.secondary-dark a,
.alert.secondary-dark .alert-gray a,
.alert-gray .alert.secondary-light a,
.alert.secondary-light .alert-gray a,
.alert-gray .alert.primary-dark a,
.alert.primary-dark .alert-gray a,
.alert-gray .alert.primary-light a,
.alert.primary-light .alert-gray a,
.alert-gray .alert.dark a,
.alert.dark .alert-gray a,
.alert-gray .alert.light a,
.alert.light .alert-gray a,
.alert-gray .alert.danger a,
.alert.danger .alert-gray a,
.alert-gray .alert.warning a,
.alert.warning .alert-gray a,
.alert-gray .alert.info a,
.alert.info .alert-gray a,
.alert-gray .alert.success a,
.alert.success .alert-gray a,
.alert-gray .alert.secondary a,
.alert.secondary .alert-gray a,
.alert-gray .alert.primary a,
.alert.primary .alert-gray a {
  color: rgb(35.3537546468, 43.2835687732, 53.5262453532);
}

.alert-gray-light {
  color: rgb(117, 119.6, 122.2);
  background-color: #f9fafb;
  border-color: rgb(246.6, 248, 249.4);
}
.alert-gray-light hr {
  border-top-color: rgb(231.3, 235.25, 239.2);
}
.alert-gray-light .alert-link,
.alert-gray-light .alert.def a,
.alert.def .alert-gray-light a,
.alert-gray-light .alert.error a,
.alert.error .alert-gray-light a, .alert-gray-light a,
.alert-gray-light .alert.gray-light a,
.alert.gray-light .alert-gray-light a,
.alert-gray-light .alert.gray a,
.alert.gray .alert-gray-light a,
.alert-gray-light .alert.gray-dark a,
.alert.gray-dark .alert-gray-light a,
.alert-gray-light .alert.secondary-dark a,
.alert.secondary-dark .alert-gray-light a,
.alert-gray-light .alert.secondary-light a,
.alert.secondary-light .alert-gray-light a,
.alert-gray-light .alert.primary-dark a,
.alert.primary-dark .alert-gray-light a,
.alert-gray-light .alert.primary-light a,
.alert.primary-light .alert-gray-light a,
.alert-gray-light .alert.dark a,
.alert.dark .alert-gray-light a,
.alert-gray-light .alert.light a,
.alert.light .alert-gray-light a,
.alert-gray-light .alert.danger a,
.alert.danger .alert-gray-light a,
.alert-gray-light .alert.warning a,
.alert.warning .alert-gray-light a,
.alert-gray-light .alert.info a,
.alert.info .alert-gray-light a,
.alert-gray-light .alert.success a,
.alert.success .alert-gray-light a,
.alert-gray-light .alert.secondary a,
.alert.secondary .alert-gray-light a,
.alert-gray-light .alert.primary a,
.alert.primary .alert-gray-light a {
  color: rgb(92.0543478261, 94.1, 96.1456521739);
}

.alert-error {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-error hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-error .alert-link,
.alert-error .alert.def a,
.alert.def .alert-error a, .alert-error a,
.alert-error .alert.error a,
.alert.error .alert-error a,
.alert-error .alert.gray-light a,
.alert.gray-light .alert-error a,
.alert-error .alert.gray a,
.alert.gray .alert-error a,
.alert-error .alert.gray-dark a,
.alert.gray-dark .alert-error a,
.alert-error .alert.secondary-dark a,
.alert.secondary-dark .alert-error a,
.alert-error .alert.secondary-light a,
.alert.secondary-light .alert-error a,
.alert-error .alert.primary-dark a,
.alert.primary-dark .alert-error a,
.alert-error .alert.primary-light a,
.alert.primary-light .alert-error a,
.alert-error .alert.dark a,
.alert.dark .alert-error a,
.alert-error .alert.light a,
.alert.light .alert-error a,
.alert-error .alert.danger a,
.alert.danger .alert-error a,
.alert-error .alert.warning a,
.alert.warning .alert-error a,
.alert-error .alert.info a,
.alert.info .alert-error a,
.alert-error .alert.success a,
.alert.success .alert-error a,
.alert-error .alert.secondary a,
.alert.secondary .alert-error a,
.alert-error .alert.primary a,
.alert.primary .alert-error a {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-def {
  color: rgb(38.48, 47.84, 67.08);
  background-color: rgb(218.8, 222.4, 229.8);
  border-color: rgb(204.32, 209.36, 219.72);
}
.alert-def hr {
  border-top-color: rgb(189.2857980456, 195.8209120521, 209.2542019544);
}
.alert-def .alert-link, .alert-def a,
.alert-def .alert.def a,
.alert.def .alert-def a,
.alert-def .alert.error a,
.alert.error .alert-def a,
.alert-def .alert.gray-light a,
.alert.gray-light .alert-def a,
.alert-def .alert.gray a,
.alert.gray .alert-def a,
.alert-def .alert.gray-dark a,
.alert.gray-dark .alert-def a,
.alert-def .alert.secondary-dark a,
.alert.secondary-dark .alert-def a,
.alert-def .alert.secondary-light a,
.alert.secondary-light .alert-def a,
.alert-def .alert.primary-dark a,
.alert.primary-dark .alert-def a,
.alert-def .alert.primary-light a,
.alert.primary-light .alert-def a,
.alert-def .alert.dark a,
.alert.dark .alert-def a,
.alert-def .alert.light a,
.alert.light .alert-def a,
.alert-def .alert.danger a,
.alert.danger .alert-def a,
.alert-def .alert.warning a,
.alert.warning .alert-def a,
.alert-def .alert.info a,
.alert.info .alert-def a,
.alert-def .alert.success a,
.alert.success .alert-def a,
.alert-def .alert.secondary a,
.alert.secondary .alert-def a,
.alert-def .alert.primary a,
.alert.primary .alert-def a {
  color: rgb(19.8888669951, 24.7266995074, 34.6711330049);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #DADDE0;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #566EB1;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media only screen and (max-width:991.98px) {
  progress-round {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
.progress-round {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: none;
  margin: 0 auto 15px;
  box-shadow: none;
  position: relative;
}
.progress-round:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 10px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.progress-round > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress-round .progress-left {
  left: 0;
}
.progress-round .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 10px;
  border-style: solid;
  position: absolute;
  top: 0;
  /*border-color: $border-color-fill;*/
}
.progress-round .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress-round .progress-right {
  right: 0;
}
.progress-round .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress-round .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 300;
}
.progress-round .progress-value div {
  margin-top: 10px;
}
.progress-round .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}

.progress-round[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress-round[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress-round[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress-round[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress-round[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress-round[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress-round[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress-round[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress-round[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress-round[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress-round[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress-round[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress-round[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress-round[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress-round[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress-round[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress-round[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress-round[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress-round[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress-round[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #465061;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #465061;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #272f48;
  background-color: #DADDE0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6b83a2;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #566EB1;
  border-color: #566EB1;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(44.72, 57.2, 92.04);
  background-color: rgb(207.68, 214.4, 233.16);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(44.72, 57.2, 92.04);
  background-color: rgb(190.2326315789, 199.4303643725, 225.1073684211);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(44.72, 57.2, 92.04);
  border-color: rgb(44.72, 57.2, 92.04);
}

.list-group-item-secondary {
  color: rgb(105.56, 16.64, 19.76);
  background-color: rgb(240.44, 192.56, 194.24);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(105.56, 16.64, 19.76);
  background-color: rgb(235.6181818182, 171.8818181818, 174.1181818182);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(105.56, 16.64, 19.76);
  border-color: rgb(105.56, 16.64, 19.76);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(0, 20.8, 61.88);
  background-color: rgb(183.6, 194.8, 216.92);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(0, 20.8, 61.88);
  background-color: rgb(166.9695652174, 180.7782608696, 208.0504347826);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 20.8, 61.88);
  border-color: rgb(0, 20.8, 61.88);
}

.list-group-item-primary-light {
  color: rgb(96.2, 101.4, 115.96);
  background-color: rgb(235.4, 238.2, 246.04);
}
.list-group-item-primary-light.list-group-item-action:hover, .list-group-item-primary-light.list-group-item-action:focus {
  color: rgb(96.2, 101.4, 115.96);
  background-color: rgb(217.9, 223.2, 238.04);
}
.list-group-item-primary-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(96.2, 101.4, 115.96);
  border-color: rgb(96.2, 101.4, 115.96);
}

.list-group-item-primary-dark {
  color: rgb(16.64, 21.84, 36.4);
  background-color: rgb(192.56, 195.36, 203.2);
}
.list-group-item-primary-dark.list-group-item-action:hover, .list-group-item-primary-dark.list-group-item-action:focus {
  color: rgb(16.64, 21.84, 36.4);
  background-color: rgb(178.6225, 182.0475, 191.6375);
}
.list-group-item-primary-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(16.64, 21.84, 36.4);
  border-color: rgb(16.64, 21.84, 36.4);
}

.list-group-item-secondary-light {
  color: rgb(128.96, 109.72, 110.24);
  background-color: rgb(253.04, 242.68, 242.96);
}
.list-group-item-secondary-light.list-group-item-action:hover, .list-group-item-secondary-light.list-group-item-action:focus {
  color: rgb(128.96, 109.72, 110.24);
  background-color: rgb(249.54, 220.68, 221.46);
}
.list-group-item-secondary-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 109.72, 110.24);
  border-color: rgb(128.96, 109.72, 110.24);
}

.list-group-item-secondary-dark {
  color: rgb(45.76, 7.28, 8.32);
  background-color: rgb(208.24, 187.52, 188.08);
}
.list-group-item-secondary-dark.list-group-item-action:hover, .list-group-item-secondary-dark.list-group-item-action:focus {
  color: rgb(45.76, 7.28, 8.32);
  background-color: rgb(197.8025, 172.4575, 173.1425);
}
.list-group-item-secondary-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(45.76, 7.28, 8.32);
  border-color: rgb(45.76, 7.28, 8.32);
}

.list-group-item-gray-dark {
  color: rgb(20.28, 24.44, 37.44);
  background-color: rgb(194.52, 196.76, 203.76);
}
.list-group-item-gray-dark.list-group-item-action:hover, .list-group-item-gray-dark.list-group-item-action:focus {
  color: rgb(20.28, 24.44, 37.44);
  background-color: rgb(180.7154887218, 183.4667669173, 192.0645112782);
}
.list-group-item-gray-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.28, 24.44, 37.44);
  border-color: rgb(20.28, 24.44, 37.44);
}

.list-group-item-gray {
  color: rgb(55.64, 68.12, 84.24);
  background-color: rgb(213.56, 220.28, 228.96);
}
.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: rgb(55.64, 68.12, 84.24);
  background-color: rgb(197.9002489627, 207.1596680498, 219.1197510373);
}
.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: rgb(55.64, 68.12, 84.24);
  border-color: rgb(55.64, 68.12, 84.24);
}

.list-group-item-gray-light {
  color: rgb(117, 119.6, 122.2);
  background-color: rgb(246.6, 248, 249.4);
}
.list-group-item-gray-light.list-group-item-action:hover, .list-group-item-gray-light.list-group-item-action:focus {
  color: rgb(117, 119.6, 122.2);
  background-color: rgb(231.3, 235.25, 239.2);
}
.list-group-item-gray-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(117, 119.6, 122.2);
  border-color: rgb(117, 119.6, 122.2);
}

.list-group-item-error {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-error.list-group-item-action:hover, .list-group-item-error.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-error.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-def {
  color: rgb(38.48, 47.84, 67.08);
  background-color: rgb(204.32, 209.36, 219.72);
}
.list-group-item-def.list-group-item-action:hover, .list-group-item-def.list-group-item-action:focus {
  color: rgb(38.48, 47.84, 67.08);
  background-color: rgb(189.2857980456, 195.8209120521, 209.2542019544);
}
.list-group-item-def.list-group-item-action.active {
  color: #fff;
  background-color: rgb(38.48, 47.84, 67.08);
  border-color: rgb(38.48, 47.84, 67.08);
}

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

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

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

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: transform 0.15s ease-out;
  -moz-transition: transform 0.15s ease-out;
  -o-transition: transform 0.15s ease-out;
  -ms-transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 0.5rem * 2);
  content: "";
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 1.75rem * 2);
  }
  .modal-sm {
    max-width: 320px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 820px;
  }
}
@media (min-width: 1366px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 5070;
  display: block;
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 10px;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 10px 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 10px 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(10px - 1px);
  border-top-right-radius: calc(10px - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #272f48;
}

.carousel {
  position: relative;
}

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

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

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  -webkit-transition: transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  -ms-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  -moz-transition: 0s 0.6s opacity;
  -o-transition: 0s 0.6s opacity;
  -ms-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  -ms-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #566EB1 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(66.9473684211, 87.5465587045, 145.0526315789) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(158.9446808511, 25.0553191489, 29.7531914894) !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: rgb(30.1449275362, 125.8550724638, 52) !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: rgb(17.3333333333, 122.0869565217, 138.6666666667) !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: rgb(211, 158.25, 0) !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: rgb(189.2151898734, 32.7848101266, 47.7721518987) !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: rgb(218.25, 223.5, 228.75) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(0, 22.8571428571, 68) !important;
}

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

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

.bg-primary-dark {
  background-color: #202A46 !important;
}

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

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

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

.bg-secondary-dark {
  background-color: #580E10 !important;
}

a.bg-secondary-dark:hover, a.bg-secondary-dark:focus,
button.bg-secondary-dark:hover,
button.bg-secondary-dark:focus {
  background-color: #2c0708 !important;
}

.bg-gray-dark {
  background-color: #272f48 !important;
}

a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: rgb(21.0810810811, 25.4054054054, 38.9189189189) !important;
}

.bg-gray, .post-date {
  background-color: #6b83a2 !important;
}

a.bg-gray:hover, a.post-date:hover, a.bg-gray:focus, a.post-date:focus,
button.bg-gray:hover,
button.post-date:hover,
button.bg-gray:focus,
button.post-date:focus {
  background-color: rgb(84.1244813278, 105.8340248963, 133.8755186722) !important;
}

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

a.bg-gray-light:hover, a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
  background-color: rgb(194.4, 204.5, 214.6) !important;
}

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

a.bg-error:hover, a.bg-error:focus,
button.bg-error:hover,
button.bg-error:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-def {
  background-color: #4a5c81 !important;
}

a.bg-def:hover, a.bg-def:focus,
button.bg-def:hover,
button.bg-def:focus {
  background-color: rgb(55.4088669951, 68.8866995074, 96.5911330049) !important;
}

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #e1e6eb !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: #566EB1 !important;
}

.border-secondary {
  border-color: #CB2026 !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: #002877 !important;
}

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

.border-primary-dark {
  border-color: #202A46 !important;
}

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

.border-secondary-dark {
  border-color: #580E10 !important;
}

.border-gray-dark {
  border-color: #272f48 !important;
}

.border-gray {
  border-color: #6b83a2 !important;
}

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

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

.border-def {
  border-color: #4a5c81 !important;
}

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

.rounded {
  border-radius: 5px !important;
}

.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.rounded-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-left {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

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

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

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

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }
  .d-sm-inline-flex {
    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: flex !important;
  }
  .d-md-inline-flex {
    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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1366px) {
  .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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1680px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    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.8571428571%;
}

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

.embed-responsive-3by4::before {
  padding-top: 133.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1366px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1680px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    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: 1366px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1680px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-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: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1366px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1680px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.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: 1366px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1680px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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: #566EB1 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(58.8947368421, 77.016194332, 127.6052631579) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(136.9170212766, 21.5829787234, 25.629787234) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(0, 14.2857142857, 42.5) !important;
}

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

a.text-primary-light:hover, a.text-primary-light:focus {
  color: rgb(132.5, 150, 199) !important;
}

.text-primary-dark {
  color: #202A46 !important;
}

a.text-primary-dark:hover, a.text-primary-dark:focus {
  color: rgb(8, 10.5, 17.5) !important;
}

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

a.text-secondary-light:hover, a.text-secondary-light:focus {
  color: rgb(237.5, 145, 147.5) !important;
}

.text-secondary-dark {
  color: #580E10 !important;
}

a.text-secondary-dark:hover, a.text-secondary-dark:focus {
  color: rgb(22, 3.5, 4) !important;
}

.text-gray-dark {
  color: #272f48 !important;
}

a.text-gray-dark:hover, a.text-gray-dark:focus {
  color: rgb(12.1216216216, 14.6081081081, 22.3783783784) !important;
}

.text-gray {
  color: #6b83a2 !important;
}

a.text-gray:hover, a.text-gray:focus {
  color: rgb(74.2842323651, 93.4543568465, 118.2157676349) !important;
}

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

a.text-gray-light:hover, a.text-gray-light:focus {
  color: rgb(179.1, 191.75, 204.4) !important;
}

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

a.text-error:hover, a.text-error:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-def {
  color: #4a5c81 !important;
}

a.text-def:hover, a.text-def:focus {
  color: rgb(46.1133004926, 57.3300492611, 80.3866995074) !important;
}

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

.text-muted {
  color: #6b83a2 !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-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* Disabled, Obsolete !!*/
.container {
  width: 100%;
  max-width: 1580px;
}
@media (min-width: 992px) {
  .container {
    width: calc(92% - 15px);
    max-width: calc(92% - 15px);
  }
}
.container.condensed {
  padding-left: 20%;
  padding-left: 15vw;
  padding-right: 20%;
  padding-right: 15vw;
}

.row.align-bottom {
  align-items: flex-end;
}

.mc, .service-area .content-side-wrapper, .header-super-menu,
.flex-vc {
  display: flex;
  align-items: center;
  align-content: center;
  flex-grow: 1;
  flex-wrap: wrap;
}

/*
$_ph : breakpoint-max(sm, $grid-breakpoints );

@include media-breakpoint-down( sm ) {
	@content;
}*/
@media only screen and (max-width: 767.98px) {
  .mc-phone,
  .flex-vc-phone {
    display: flex;
    align-items: center;
    align-content: center;
    flex-grow: 1;
    flex-wrap: wrap;
  }
}
.flex-vc {
  flex-direction: column;
  justify-content: space-around;
  align-content: normal;
}

.flex-hc {
  flex-direction: row;
  justify-content: space-around;
  align-content: normal;
  width: 100%;
}

.self-stretch,
.str {
  align-self: stretch;
}

.self-center {
  align-self: center;
}

.justify-end {
  justify-content: flex-end;
}

.v-container {
  align-items: stretch;
  display: flex;
  height: 100%;
  width: auto;
  max-width: unset;
}
.v-container > div {
  display: flex;
  align-items: center;
}
.v-container.full > div {
  align-items: stretch;
}
.v-container {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .v-container {
    flex-wrap: wrap;
  }
}

.v-direction {
  flex-direction: column;
}

.grid-order-0 {
  order: 0;
}
.grid-order-1 {
  order: 1;
}
.grid-order-2 {
  order: 2;
}
.grid-order-3 {
  order: 3;
}
.grid-order-4 {
  order: 4;
}
.grid-order {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .grid-order-0-phone {
    order: 0;
  }
  .grid-order-1-phone {
    order: 1;
  }
  .grid-order-2-phone {
    order: 2;
  }
  .grid-order-3-phone {
    order: 3;
  }
  .grid-order-4-phone {
    order: 4;
  }
}
@media (min-width: 768px) {
  .grid-order-0-tablet {
    order: 0;
  }
  .grid-order-1-tablet {
    order: 1;
  }
  .grid-order-2-tablet {
    order: 2;
  }
  .grid-order-3-tablet {
    order: 3;
  }
  .grid-order-4-tablet {
    order: 4;
  }
}
@media (min-width: 992px) {
  .grid-order-0-desktop {
    order: 0;
  }
  .grid-order-1-desktop {
    order: 1;
  }
  .grid-order-2-desktop {
    order: 2;
  }
  .grid-order-3-desktop {
    order: 3;
  }
  .grid-order-4-desktop {
    order: 4;
  }
}

/* Grid Dissabled */
.row-flex.fixed {
  display: flex;
  flex-wrap: nowrap;
}
.row-flex.fixed > * {
  flex: 1 1 auto;
}

.v-panel-xxl-12, .v-panel-xxl-11, .v-panel-xxl-10, .v-panel-xxl-9, .v-panel-xxl-8, .v-panel-xxl-7, .v-panel-xxl-6, .v-panel-xxl-5, .v-panel-xxl-4, .v-panel-xxl-3, .v-panel-xxl-2, .v-panel-xxl-1, .v-panel-xl-12, .v-panel-xl-11, .v-panel-xl-10, .v-panel-xl-9, .v-panel-xl-8, .v-panel-xl-7, .v-panel-xl-6, .v-panel-xl-5, .v-panel-xl-4, .v-panel-xl-3, .v-panel-xl-2, .v-panel-xl-1, .v-panel-lg-12, .v-panel-lg-11, .v-panel-lg-10, .v-panel-lg-9, .v-panel-lg-8, .v-panel-lg-7, .v-panel-lg-6, .v-panel-lg-5, .v-panel-lg-4, .v-panel-lg-3, .v-panel-lg-2, .v-panel-lg-1, .v-panel-md-12, .v-panel-md-11, .v-panel-md-10, .v-panel-md-9, .v-panel-md-8, .v-panel-md-7, .v-panel-md-6, .v-panel-md-5, .v-panel-md-4, .v-panel-md-3, .v-panel-md-2, .v-panel-md-1, .v-panel-sm-12, .v-panel-sm-11, .v-panel-sm-10, .v-panel-sm-9, .v-panel-sm-8, .v-panel-sm-7, .v-panel-sm-6, .v-panel-sm-5, .v-panel-sm-4, .v-panel-sm-3, .v-panel-sm-2, .v-panel-sm-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

@media (min-width: 576px) {
  .v-panel-sm-1 {
    width: 8.3333333333vw;
    flex: 0 0 8.3333333333vw;
    max-width: 8.3333333333vw;
  }
  .v-panel-sm-push-1 {
    left: 8.3333333333vw;
  }
  .v-panel-sm-pull-1 {
    right: 8.3333333333vw;
  }
  .v-panel-sm-offset-1 {
    margin-left: 8.3333333333vw;
  }
  .v-panel-sm-2 {
    width: 16.6666666667vw;
    flex: 0 0 16.6666666667vw;
    max-width: 16.6666666667vw;
  }
  .v-panel-sm-push-2 {
    left: 16.6666666667vw;
  }
  .v-panel-sm-pull-2 {
    right: 16.6666666667vw;
  }
  .v-panel-sm-offset-2 {
    margin-left: 16.6666666667vw;
  }
  .v-panel-sm-3 {
    width: 25vw;
    flex: 0 0 25vw;
    max-width: 25vw;
  }
  .v-panel-sm-push-3 {
    left: 25vw;
  }
  .v-panel-sm-pull-3 {
    right: 25vw;
  }
  .v-panel-sm-offset-3 {
    margin-left: 25vw;
  }
  .v-panel-sm-4 {
    width: 33.3333333333vw;
    flex: 0 0 33.3333333333vw;
    max-width: 33.3333333333vw;
  }
  .v-panel-sm-push-4 {
    left: 33.3333333333vw;
  }
  .v-panel-sm-pull-4 {
    right: 33.3333333333vw;
  }
  .v-panel-sm-offset-4 {
    margin-left: 33.3333333333vw;
  }
  .v-panel-sm-5 {
    width: 41.6666666667vw;
    flex: 0 0 41.6666666667vw;
    max-width: 41.6666666667vw;
  }
  .v-panel-sm-push-5 {
    left: 41.6666666667vw;
  }
  .v-panel-sm-pull-5 {
    right: 41.6666666667vw;
  }
  .v-panel-sm-offset-5 {
    margin-left: 41.6666666667vw;
  }
  .v-panel-sm-6 {
    width: 50vw;
    flex: 0 0 50vw;
    max-width: 50vw;
  }
  .v-panel-sm-push-6 {
    left: 50vw;
  }
  .v-panel-sm-pull-6 {
    right: 50vw;
  }
  .v-panel-sm-offset-6 {
    margin-left: 50vw;
  }
  .v-panel-sm-7 {
    width: 58.3333333333vw;
    flex: 0 0 58.3333333333vw;
    max-width: 58.3333333333vw;
  }
  .v-panel-sm-push-7 {
    left: 58.3333333333vw;
  }
  .v-panel-sm-pull-7 {
    right: 58.3333333333vw;
  }
  .v-panel-sm-offset-7 {
    margin-left: 58.3333333333vw;
  }
  .v-panel-sm-8 {
    width: 66.6666666667vw;
    flex: 0 0 66.6666666667vw;
    max-width: 66.6666666667vw;
  }
  .v-panel-sm-push-8 {
    left: 66.6666666667vw;
  }
  .v-panel-sm-pull-8 {
    right: 66.6666666667vw;
  }
  .v-panel-sm-offset-8 {
    margin-left: 66.6666666667vw;
  }
  .v-panel-sm-9 {
    width: 75vw;
    flex: 0 0 75vw;
    max-width: 75vw;
  }
  .v-panel-sm-push-9 {
    left: 75vw;
  }
  .v-panel-sm-pull-9 {
    right: 75vw;
  }
  .v-panel-sm-offset-9 {
    margin-left: 75vw;
  }
  .v-panel-sm-10 {
    width: 83.3333333333vw;
    flex: 0 0 83.3333333333vw;
    max-width: 83.3333333333vw;
  }
  .v-panel-sm-push-10 {
    left: 83.3333333333vw;
  }
  .v-panel-sm-pull-10 {
    right: 83.3333333333vw;
  }
  .v-panel-sm-offset-10 {
    margin-left: 83.3333333333vw;
  }
  .v-panel-sm-11 {
    width: 91.6666666667vw;
    flex: 0 0 91.6666666667vw;
    max-width: 91.6666666667vw;
  }
  .v-panel-sm-push-11 {
    left: 91.6666666667vw;
  }
  .v-panel-sm-pull-11 {
    right: 91.6666666667vw;
  }
  .v-panel-sm-offset-11 {
    margin-left: 91.6666666667vw;
  }
  .v-panel-sm-12 {
    width: 100vw;
    flex: 0 0 100vw;
    max-width: 100vw;
  }
  .v-panel-sm-push-12 {
    left: 100vw;
  }
  .v-panel-sm-pull-12 {
    right: 100vw;
  }
  .v-panel-sm-offset-12 {
    margin-left: 100vw;
  }
}
@media (min-width: 768px) {
  .v-panel-md-1 {
    width: 8.3333333333vw;
    flex: 0 0 8.3333333333vw;
    max-width: 8.3333333333vw;
  }
  .v-panel-md-push-1 {
    left: 8.3333333333vw;
  }
  .v-panel-md-pull-1 {
    right: 8.3333333333vw;
  }
  .v-panel-md-offset-1 {
    margin-left: 8.3333333333vw;
  }
  .v-panel-md-2 {
    width: 16.6666666667vw;
    flex: 0 0 16.6666666667vw;
    max-width: 16.6666666667vw;
  }
  .v-panel-md-push-2 {
    left: 16.6666666667vw;
  }
  .v-panel-md-pull-2 {
    right: 16.6666666667vw;
  }
  .v-panel-md-offset-2 {
    margin-left: 16.6666666667vw;
  }
  .v-panel-md-3 {
    width: 25vw;
    flex: 0 0 25vw;
    max-width: 25vw;
  }
  .v-panel-md-push-3 {
    left: 25vw;
  }
  .v-panel-md-pull-3 {
    right: 25vw;
  }
  .v-panel-md-offset-3 {
    margin-left: 25vw;
  }
  .v-panel-md-4 {
    width: 33.3333333333vw;
    flex: 0 0 33.3333333333vw;
    max-width: 33.3333333333vw;
  }
  .v-panel-md-push-4 {
    left: 33.3333333333vw;
  }
  .v-panel-md-pull-4 {
    right: 33.3333333333vw;
  }
  .v-panel-md-offset-4 {
    margin-left: 33.3333333333vw;
  }
  .v-panel-md-5 {
    width: 41.6666666667vw;
    flex: 0 0 41.6666666667vw;
    max-width: 41.6666666667vw;
  }
  .v-panel-md-push-5 {
    left: 41.6666666667vw;
  }
  .v-panel-md-pull-5 {
    right: 41.6666666667vw;
  }
  .v-panel-md-offset-5 {
    margin-left: 41.6666666667vw;
  }
  .v-panel-md-6 {
    width: 50vw;
    flex: 0 0 50vw;
    max-width: 50vw;
  }
  .v-panel-md-push-6 {
    left: 50vw;
  }
  .v-panel-md-pull-6 {
    right: 50vw;
  }
  .v-panel-md-offset-6 {
    margin-left: 50vw;
  }
  .v-panel-md-7 {
    width: 58.3333333333vw;
    flex: 0 0 58.3333333333vw;
    max-width: 58.3333333333vw;
  }
  .v-panel-md-push-7 {
    left: 58.3333333333vw;
  }
  .v-panel-md-pull-7 {
    right: 58.3333333333vw;
  }
  .v-panel-md-offset-7 {
    margin-left: 58.3333333333vw;
  }
  .v-panel-md-8 {
    width: 66.6666666667vw;
    flex: 0 0 66.6666666667vw;
    max-width: 66.6666666667vw;
  }
  .v-panel-md-push-8 {
    left: 66.6666666667vw;
  }
  .v-panel-md-pull-8 {
    right: 66.6666666667vw;
  }
  .v-panel-md-offset-8 {
    margin-left: 66.6666666667vw;
  }
  .v-panel-md-9 {
    width: 75vw;
    flex: 0 0 75vw;
    max-width: 75vw;
  }
  .v-panel-md-push-9 {
    left: 75vw;
  }
  .v-panel-md-pull-9 {
    right: 75vw;
  }
  .v-panel-md-offset-9 {
    margin-left: 75vw;
  }
  .v-panel-md-10 {
    width: 83.3333333333vw;
    flex: 0 0 83.3333333333vw;
    max-width: 83.3333333333vw;
  }
  .v-panel-md-push-10 {
    left: 83.3333333333vw;
  }
  .v-panel-md-pull-10 {
    right: 83.3333333333vw;
  }
  .v-panel-md-offset-10 {
    margin-left: 83.3333333333vw;
  }
  .v-panel-md-11 {
    width: 91.6666666667vw;
    flex: 0 0 91.6666666667vw;
    max-width: 91.6666666667vw;
  }
  .v-panel-md-push-11 {
    left: 91.6666666667vw;
  }
  .v-panel-md-pull-11 {
    right: 91.6666666667vw;
  }
  .v-panel-md-offset-11 {
    margin-left: 91.6666666667vw;
  }
  .v-panel-md-12 {
    width: 100vw;
    flex: 0 0 100vw;
    max-width: 100vw;
  }
  .v-panel-md-push-12 {
    left: 100vw;
  }
  .v-panel-md-pull-12 {
    right: 100vw;
  }
  .v-panel-md-offset-12 {
    margin-left: 100vw;
  }
}
@media (min-width: 992px) {
  .v-panel-lg-1 {
    width: 8.3333333333vw;
    flex: 0 0 8.3333333333vw;
    max-width: 8.3333333333vw;
  }
  .v-panel-lg-push-1 {
    left: 8.3333333333vw;
  }
  .v-panel-lg-pull-1 {
    right: 8.3333333333vw;
  }
  .v-panel-lg-offset-1 {
    margin-left: 8.3333333333vw;
  }
  .v-panel-lg-2 {
    width: 16.6666666667vw;
    flex: 0 0 16.6666666667vw;
    max-width: 16.6666666667vw;
  }
  .v-panel-lg-push-2 {
    left: 16.6666666667vw;
  }
  .v-panel-lg-pull-2 {
    right: 16.6666666667vw;
  }
  .v-panel-lg-offset-2 {
    margin-left: 16.6666666667vw;
  }
  .v-panel-lg-3 {
    width: 25vw;
    flex: 0 0 25vw;
    max-width: 25vw;
  }
  .v-panel-lg-push-3 {
    left: 25vw;
  }
  .v-panel-lg-pull-3 {
    right: 25vw;
  }
  .v-panel-lg-offset-3 {
    margin-left: 25vw;
  }
  .v-panel-lg-4 {
    width: 33.3333333333vw;
    flex: 0 0 33.3333333333vw;
    max-width: 33.3333333333vw;
  }
  .v-panel-lg-push-4 {
    left: 33.3333333333vw;
  }
  .v-panel-lg-pull-4 {
    right: 33.3333333333vw;
  }
  .v-panel-lg-offset-4 {
    margin-left: 33.3333333333vw;
  }
  .v-panel-lg-5 {
    width: 41.6666666667vw;
    flex: 0 0 41.6666666667vw;
    max-width: 41.6666666667vw;
  }
  .v-panel-lg-push-5 {
    left: 41.6666666667vw;
  }
  .v-panel-lg-pull-5 {
    right: 41.6666666667vw;
  }
  .v-panel-lg-offset-5 {
    margin-left: 41.6666666667vw;
  }
  .v-panel-lg-6 {
    width: 50vw;
    flex: 0 0 50vw;
    max-width: 50vw;
  }
  .v-panel-lg-push-6 {
    left: 50vw;
  }
  .v-panel-lg-pull-6 {
    right: 50vw;
  }
  .v-panel-lg-offset-6 {
    margin-left: 50vw;
  }
  .v-panel-lg-7 {
    width: 58.3333333333vw;
    flex: 0 0 58.3333333333vw;
    max-width: 58.3333333333vw;
  }
  .v-panel-lg-push-7 {
    left: 58.3333333333vw;
  }
  .v-panel-lg-pull-7 {
    right: 58.3333333333vw;
  }
  .v-panel-lg-offset-7 {
    margin-left: 58.3333333333vw;
  }
  .v-panel-lg-8 {
    width: 66.6666666667vw;
    flex: 0 0 66.6666666667vw;
    max-width: 66.6666666667vw;
  }
  .v-panel-lg-push-8 {
    left: 66.6666666667vw;
  }
  .v-panel-lg-pull-8 {
    right: 66.6666666667vw;
  }
  .v-panel-lg-offset-8 {
    margin-left: 66.6666666667vw;
  }
  .v-panel-lg-9 {
    width: 75vw;
    flex: 0 0 75vw;
    max-width: 75vw;
  }
  .v-panel-lg-push-9 {
    left: 75vw;
  }
  .v-panel-lg-pull-9 {
    right: 75vw;
  }
  .v-panel-lg-offset-9 {
    margin-left: 75vw;
  }
  .v-panel-lg-10 {
    width: 83.3333333333vw;
    flex: 0 0 83.3333333333vw;
    max-width: 83.3333333333vw;
  }
  .v-panel-lg-push-10 {
    left: 83.3333333333vw;
  }
  .v-panel-lg-pull-10 {
    right: 83.3333333333vw;
  }
  .v-panel-lg-offset-10 {
    margin-left: 83.3333333333vw;
  }
  .v-panel-lg-11 {
    width: 91.6666666667vw;
    flex: 0 0 91.6666666667vw;
    max-width: 91.6666666667vw;
  }
  .v-panel-lg-push-11 {
    left: 91.6666666667vw;
  }
  .v-panel-lg-pull-11 {
    right: 91.6666666667vw;
  }
  .v-panel-lg-offset-11 {
    margin-left: 91.6666666667vw;
  }
  .v-panel-lg-12 {
    width: 100vw;
    flex: 0 0 100vw;
    max-width: 100vw;
  }
  .v-panel-lg-push-12 {
    left: 100vw;
  }
  .v-panel-lg-pull-12 {
    right: 100vw;
  }
  .v-panel-lg-offset-12 {
    margin-left: 100vw;
  }
}
@media (min-width: 1366px) {
  .v-panel-xl-1 {
    width: 8.3333333333vw;
    flex: 0 0 8.3333333333vw;
    max-width: 8.3333333333vw;
  }
  .v-panel-xl-push-1 {
    left: 8.3333333333vw;
  }
  .v-panel-xl-pull-1 {
    right: 8.3333333333vw;
  }
  .v-panel-xl-offset-1 {
    margin-left: 8.3333333333vw;
  }
  .v-panel-xl-2 {
    width: 16.6666666667vw;
    flex: 0 0 16.6666666667vw;
    max-width: 16.6666666667vw;
  }
  .v-panel-xl-push-2 {
    left: 16.6666666667vw;
  }
  .v-panel-xl-pull-2 {
    right: 16.6666666667vw;
  }
  .v-panel-xl-offset-2 {
    margin-left: 16.6666666667vw;
  }
  .v-panel-xl-3 {
    width: 25vw;
    flex: 0 0 25vw;
    max-width: 25vw;
  }
  .v-panel-xl-push-3 {
    left: 25vw;
  }
  .v-panel-xl-pull-3 {
    right: 25vw;
  }
  .v-panel-xl-offset-3 {
    margin-left: 25vw;
  }
  .v-panel-xl-4 {
    width: 33.3333333333vw;
    flex: 0 0 33.3333333333vw;
    max-width: 33.3333333333vw;
  }
  .v-panel-xl-push-4 {
    left: 33.3333333333vw;
  }
  .v-panel-xl-pull-4 {
    right: 33.3333333333vw;
  }
  .v-panel-xl-offset-4 {
    margin-left: 33.3333333333vw;
  }
  .v-panel-xl-5 {
    width: 41.6666666667vw;
    flex: 0 0 41.6666666667vw;
    max-width: 41.6666666667vw;
  }
  .v-panel-xl-push-5 {
    left: 41.6666666667vw;
  }
  .v-panel-xl-pull-5 {
    right: 41.6666666667vw;
  }
  .v-panel-xl-offset-5 {
    margin-left: 41.6666666667vw;
  }
  .v-panel-xl-6 {
    width: 50vw;
    flex: 0 0 50vw;
    max-width: 50vw;
  }
  .v-panel-xl-push-6 {
    left: 50vw;
  }
  .v-panel-xl-pull-6 {
    right: 50vw;
  }
  .v-panel-xl-offset-6 {
    margin-left: 50vw;
  }
  .v-panel-xl-7 {
    width: 58.3333333333vw;
    flex: 0 0 58.3333333333vw;
    max-width: 58.3333333333vw;
  }
  .v-panel-xl-push-7 {
    left: 58.3333333333vw;
  }
  .v-panel-xl-pull-7 {
    right: 58.3333333333vw;
  }
  .v-panel-xl-offset-7 {
    margin-left: 58.3333333333vw;
  }
  .v-panel-xl-8 {
    width: 66.6666666667vw;
    flex: 0 0 66.6666666667vw;
    max-width: 66.6666666667vw;
  }
  .v-panel-xl-push-8 {
    left: 66.6666666667vw;
  }
  .v-panel-xl-pull-8 {
    right: 66.6666666667vw;
  }
  .v-panel-xl-offset-8 {
    margin-left: 66.6666666667vw;
  }
  .v-panel-xl-9 {
    width: 75vw;
    flex: 0 0 75vw;
    max-width: 75vw;
  }
  .v-panel-xl-push-9 {
    left: 75vw;
  }
  .v-panel-xl-pull-9 {
    right: 75vw;
  }
  .v-panel-xl-offset-9 {
    margin-left: 75vw;
  }
  .v-panel-xl-10 {
    width: 83.3333333333vw;
    flex: 0 0 83.3333333333vw;
    max-width: 83.3333333333vw;
  }
  .v-panel-xl-push-10 {
    left: 83.3333333333vw;
  }
  .v-panel-xl-pull-10 {
    right: 83.3333333333vw;
  }
  .v-panel-xl-offset-10 {
    margin-left: 83.3333333333vw;
  }
  .v-panel-xl-11 {
    width: 91.6666666667vw;
    flex: 0 0 91.6666666667vw;
    max-width: 91.6666666667vw;
  }
  .v-panel-xl-push-11 {
    left: 91.6666666667vw;
  }
  .v-panel-xl-pull-11 {
    right: 91.6666666667vw;
  }
  .v-panel-xl-offset-11 {
    margin-left: 91.6666666667vw;
  }
  .v-panel-xl-12 {
    width: 100vw;
    flex: 0 0 100vw;
    max-width: 100vw;
  }
  .v-panel-xl-push-12 {
    left: 100vw;
  }
  .v-panel-xl-pull-12 {
    right: 100vw;
  }
  .v-panel-xl-offset-12 {
    margin-left: 100vw;
  }
}
@media (min-width: 1680px) {
  .v-panel-xxl-1 {
    width: 8.3333333333vw;
    flex: 0 0 8.3333333333vw;
    max-width: 8.3333333333vw;
  }
  .v-panel-xxl-push-1 {
    left: 8.3333333333vw;
  }
  .v-panel-xxl-pull-1 {
    right: 8.3333333333vw;
  }
  .v-panel-xxl-offset-1 {
    margin-left: 8.3333333333vw;
  }
  .v-panel-xxl-2 {
    width: 16.6666666667vw;
    flex: 0 0 16.6666666667vw;
    max-width: 16.6666666667vw;
  }
  .v-panel-xxl-push-2 {
    left: 16.6666666667vw;
  }
  .v-panel-xxl-pull-2 {
    right: 16.6666666667vw;
  }
  .v-panel-xxl-offset-2 {
    margin-left: 16.6666666667vw;
  }
  .v-panel-xxl-3 {
    width: 25vw;
    flex: 0 0 25vw;
    max-width: 25vw;
  }
  .v-panel-xxl-push-3 {
    left: 25vw;
  }
  .v-panel-xxl-pull-3 {
    right: 25vw;
  }
  .v-panel-xxl-offset-3 {
    margin-left: 25vw;
  }
  .v-panel-xxl-4 {
    width: 33.3333333333vw;
    flex: 0 0 33.3333333333vw;
    max-width: 33.3333333333vw;
  }
  .v-panel-xxl-push-4 {
    left: 33.3333333333vw;
  }
  .v-panel-xxl-pull-4 {
    right: 33.3333333333vw;
  }
  .v-panel-xxl-offset-4 {
    margin-left: 33.3333333333vw;
  }
  .v-panel-xxl-5 {
    width: 41.6666666667vw;
    flex: 0 0 41.6666666667vw;
    max-width: 41.6666666667vw;
  }
  .v-panel-xxl-push-5 {
    left: 41.6666666667vw;
  }
  .v-panel-xxl-pull-5 {
    right: 41.6666666667vw;
  }
  .v-panel-xxl-offset-5 {
    margin-left: 41.6666666667vw;
  }
  .v-panel-xxl-6 {
    width: 50vw;
    flex: 0 0 50vw;
    max-width: 50vw;
  }
  .v-panel-xxl-push-6 {
    left: 50vw;
  }
  .v-panel-xxl-pull-6 {
    right: 50vw;
  }
  .v-panel-xxl-offset-6 {
    margin-left: 50vw;
  }
  .v-panel-xxl-7 {
    width: 58.3333333333vw;
    flex: 0 0 58.3333333333vw;
    max-width: 58.3333333333vw;
  }
  .v-panel-xxl-push-7 {
    left: 58.3333333333vw;
  }
  .v-panel-xxl-pull-7 {
    right: 58.3333333333vw;
  }
  .v-panel-xxl-offset-7 {
    margin-left: 58.3333333333vw;
  }
  .v-panel-xxl-8 {
    width: 66.6666666667vw;
    flex: 0 0 66.6666666667vw;
    max-width: 66.6666666667vw;
  }
  .v-panel-xxl-push-8 {
    left: 66.6666666667vw;
  }
  .v-panel-xxl-pull-8 {
    right: 66.6666666667vw;
  }
  .v-panel-xxl-offset-8 {
    margin-left: 66.6666666667vw;
  }
  .v-panel-xxl-9 {
    width: 75vw;
    flex: 0 0 75vw;
    max-width: 75vw;
  }
  .v-panel-xxl-push-9 {
    left: 75vw;
  }
  .v-panel-xxl-pull-9 {
    right: 75vw;
  }
  .v-panel-xxl-offset-9 {
    margin-left: 75vw;
  }
  .v-panel-xxl-10 {
    width: 83.3333333333vw;
    flex: 0 0 83.3333333333vw;
    max-width: 83.3333333333vw;
  }
  .v-panel-xxl-push-10 {
    left: 83.3333333333vw;
  }
  .v-panel-xxl-pull-10 {
    right: 83.3333333333vw;
  }
  .v-panel-xxl-offset-10 {
    margin-left: 83.3333333333vw;
  }
  .v-panel-xxl-11 {
    width: 91.6666666667vw;
    flex: 0 0 91.6666666667vw;
    max-width: 91.6666666667vw;
  }
  .v-panel-xxl-push-11 {
    left: 91.6666666667vw;
  }
  .v-panel-xxl-pull-11 {
    right: 91.6666666667vw;
  }
  .v-panel-xxl-offset-11 {
    margin-left: 91.6666666667vw;
  }
  .v-panel-xxl-12 {
    width: 100vw;
    flex: 0 0 100vw;
    max-width: 100vw;
  }
  .v-panel-xxl-push-12 {
    left: 100vw;
  }
  .v-panel-xxl-pull-12 {
    right: 100vw;
  }
  .v-panel-xxl-offset-12 {
    margin-left: 100vw;
  }
}
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 540px;
}

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

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

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

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

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

/**
All Typography Override of Bootstrap here.
*/
/**
	Font Generated
	@author: xafaR
	@file: xash-bootstrap

*/
@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-Regular.eot");
  src: url("./fonts/Outfit-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Outfit-Regular.svg#${family-name}") format("svg"), url("./fonts/Outfit-Regular.woff") format("woff"), url("./fonts/Outfit-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-Semibold.eot");
  src: url("./fonts/Outfit-Semibold.eot?#iefix") format("embedded-opentype"), url("./fonts/Outfit-Semibold.svg#${family-name}") format("svg"), url("./fonts/Outfit-Semibold.woff") format("woff"), url("./fonts/Outfit-Semibold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-bold.eot");
  src: url("./fonts/Outfit-bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Outfit-bold.svg#${family-name}") format("svg"), url("./fonts/Outfit-bold.woff") format("woff"), url("./fonts/Outfit-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-Thin.eot");
  src: url("./fonts/Outfit-Thin.eot?#iefix") format("embedded-opentype"), url("./fonts/Outfit-Thin.svg#${family-name}") format("svg"), url("./fonts/Outfit-Thin.woff") format("woff"), url("./fonts/Outfit-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Outfit Light";
  src: url("./fonts/Outfit-Light.eot");
  src: url("./fonts/Outfit-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/Outfit-Light.svg#${family-name}") format("svg"), url("./fonts/Outfit-Light.woff") format("woff"), url("./fonts/Outfit-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-Light.eot");
  src: url("./fonts/Outfit-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/Outfit-Light.svg#${family-name}") format("svg"), url("./fonts/Outfit-Light.woff") format("woff"), url("./fonts/Outfit-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Outfit Light";
  src: url("./fonts/Outfit-Bold.eot");
  src: url("./fonts/Outfit-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Outfit-Bold.svg#${family-name}") format("svg"), url("./fonts/Outfit-Bold.woff") format("woff"), url("./fonts/Outfit-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./fonts/roboto-light-wf.eot");
  src: url("./fonts/roboto-light-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto-light-wf.svg#${family-name}") format("svg"), url("./fonts/roboto-light-wf.woff") format("woff"), url("./fonts/roboto-light-wf.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./fonts/roboto-thin-wf.eot");
  src: url("./fonts/roboto-thin-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto-thin-wf.svg#${family-name}") format("svg"), url("./fonts/roboto-thin-wf.woff") format("woff"), url("./fonts/roboto-thin-wf.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./fonts/roboto-light-wf.eot");
  src: url("./fonts/roboto-light-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto-light-wf.svg#${family-name}") format("svg"), url("./fonts/roboto-light-wf.woff") format("woff"), url("./fonts/roboto-light-wf.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./fonts/roboto-bold-wf.eot");
  src: url("./fonts/roboto-bold-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto-bold-wf.svg#${family-name}") format("svg"), url("./fonts/roboto-bold-wf.woff") format("woff"), url("./fonts/roboto-bold-wf.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Light";
  src: url("./fonts/roboto-light-wf.eot");
  src: url("./fonts/roboto-light-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto-light-wf.svg#${family-name}") format("svg"), url("./fonts/roboto-light-wf.woff") format("woff"), url("./fonts/roboto-light-wf.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Light";
  src: url("./fonts/roboto-semibold-wf.eot");
  src: url("./fonts/roboto-semibold-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto-semibold-wf.svg#${family-name}") format("svg"), url("./fonts/roboto-semibold-wf.woff") format("woff"), url("./fonts/roboto-semibold-wf.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Light";
  src: url("./fonts/roboto-bold-wf.eot");
  src: url("./fonts/roboto-bold-wf.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto-bold-wf.svg#${family-name}") format("svg"), url("./fonts/roboto-bold-wf.woff") format("woff"), url("./fonts/roboto-bold-wf.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Alumni Sans";
  src: url("./fonts/Alumni-Sans-Regular.eot");
  src: url("./fonts/Alumni-Sans-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Alumni-Sans-Regular.svg#${family-name}") format("svg"), url("./fonts/Alumni-Sans-Regular.woff") format("woff"), url("./fonts/Alumni-Sans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alumni Sans";
  src: url("./fonts/Alumni-Sans-Thin.eot");
  src: url("./fonts/Alumni-Sans-Thin.eot?#iefix") format("embedded-opentype"), url("./fonts/Alumni-Sans-Thin.svg#${family-name}") format("svg"), url("./fonts/Alumni-Sans-Thin.woff") format("woff"), url("./fonts/Alumni-Sans-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Alumni Sans";
  src: url("./fonts/Alumni-Sans-Light.eot");
  src: url("./fonts/Alumni-Sans-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/Alumni-Sans-Light.svg#${family-name}") format("svg"), url("./fonts/Alumni-Sans-Light.woff") format("woff"), url("./fonts/Alumni-Sans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Alumni Sans";
  src: url("./fonts/Alumni-Sans-Medium.eot");
  src: url("./fonts/Alumni-Sans-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/Alumni-Sans-Medium.svg#${family-name}") format("svg"), url("./fonts/Alumni-Sans-Medium.woff") format("woff"), url("./fonts/Alumni-Sans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Alumni Sans";
  src: url("./fonts/Alumni-Sans-Bold.eot");
  src: url("./fonts/Alumni-Sans-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Alumni-Sans-Bold.svg#${family-name}") format("svg"), url("./fonts/Alumni-Sans-Bold.woff") format("woff"), url("./fonts/Alumni-Sans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*
* Theme Overrides here, like button style etc.
*/
/**
 *  All Default Elements of HTML override here
 *  Tables, UL A etc.
 *	@file: layout-default
*/
/*
/*Font size controller for Desktop and Tablet
  is defined in new file, easier to manage!
update, Please file variable-media-query */
/**
	Typography Elements and stuff
	@author: xafaR
	@file: typography-elements

*/
/*  RESET ROOT
//--------------------------------------------------*/
html {
  font-size: 13px;
}
@media only screen and (min-width:768px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1366px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 1366px) and (min--moz-device-pixel-ratio: 1.25), only screen and (min-width: 1366px) and (-o-min-device-pixel-ratio: 1.25/1), only screen and (min-width: 1366px) and (min-device-pixel-ratio: 1.25) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 1680px) and (min--moz-device-pixel-ratio: 1.25), only screen and (min-width: 1680px) and (-o-min-device-pixel-ratio: 1.25/1), only screen and (min-width: 1680px) and (min-device-pixel-ratio: 1.25) {
  html {
    font-size: 18px;
  }
}
html body {
  font-size: 100%;
  font-size: 1.25em;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

h1,
.h1,
.lbl-primary,
.title-lg,
.title {
  font-size: 3rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h1,
  .h1,
  .lbl-primary,
  .title-lg,
  .title {
    font-size: 3rem;
  }
}
@media only screen and (min-width:992px) {
  h1,
  .h1,
  .lbl-primary,
  .title-lg,
  .title {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 1680px) {
  h1,
  .h1,
  .lbl-primary,
  .title-lg,
  .title {
    font-size: 7rem;
  }
}

h2,
.h2,
.lead.xl {
  font-size: 2.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h2,
  .h2,
  .lead.xl {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width:992px) {
  h2,
  .h2,
  .lead.xl {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1680px) {
  h2,
  .h2,
  .lead.xl {
    font-size: 3.35rem;
  }
}

blockquote.lg, h3, .faq-wrapper .cat-heading,
.h3 {
  font-size: 1.65rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  blockquote.lg, h3, .faq-wrapper .cat-heading,
  .h3 {
    font-size: 1.65rem;
  }
}
@media only screen and (min-width:992px) {
  blockquote.lg, h3, .faq-wrapper .cat-heading,
  .h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1680px) {
  blockquote.lg, h3, .faq-wrapper .cat-heading,
  .h3 {
    font-size: 2.6rem;
  }
}

.lead.sm {
  font-size: 1.35rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .lead.sm {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width:992px) {
  .lead.sm {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 1680px) {
  .lead.sm {
    font-size: 1.35rem;
  }
}

.circle-pt .text {
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .circle-pt .text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width:992px) {
  .circle-pt .text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1680px) {
  .circle-pt .text {
    font-size: 1.125rem;
  }
}

.h-tag.sm {
  font-size: 0.8rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .h-tag.sm {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width:992px) {
  .h-tag.sm {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 1680px) {
  .h-tag.sm {
    font-size: 0.8rem;
  }
}

h1,
.h1,
.lbl-primary,
.title-lg,
.title {
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.032rem;
  color: #303F69;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 2rem;
}

h2,
.h2,
.lead.xl {
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #CB2026;
  margin-bottom: 2rem;
  line-height: 1.2;
}

h3, .faq-wrapper .cat-heading,
.h3 {
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #273548;
  margin-bottom: 1rem;
  letter-spacing: -1px;
}

h4,
.h4,
.h-tag,
.faq-wrapper .panel-title a,
.faq-wrapper .panel-title span,
.legend,
legend,
h2.heading,
h3.heading,
.faq-wrapper .heading.cat-heading,
h4.heading {
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #273548;
  margin-bottom: 10px;
  font-size: 1.35rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h4,
  .h4,
  .h-tag,
  .faq-wrapper .panel-title a,
  .faq-wrapper .panel-title span,
  .legend,
  legend,
  h2.heading,
  h3.heading,
  .faq-wrapper .heading.cat-heading,
  h4.heading {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width:992px) {
  h4,
  .h4,
  .h-tag,
  .faq-wrapper .panel-title a,
  .faq-wrapper .panel-title span,
  .legend,
  legend,
  h2.heading,
  h3.heading,
  .faq-wrapper .heading.cat-heading,
  h4.heading {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 1680px) {
  h4,
  .h4,
  .h-tag,
  .faq-wrapper .panel-title a,
  .faq-wrapper .panel-title span,
  .legend,
  legend,
  h2.heading,
  h3.heading,
  .faq-wrapper .heading.cat-heading,
  h4.heading {
    font-size: 1.35rem;
  }
}

h5,
.h5 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #4a5c81;
  margin-bottom: 0.5rem;
}

h6,
.h6 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #4a5c81;
  margin-bottom: 0;
  font-size: 0.8rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h6,
  .h6 {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width:992px) {
  h6,
  .h6 {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 1680px) {
  h6,
  .h6 {
    font-size: 0.8rem;
  }
}

h4, h5, h6,
.h4,
.h-tag,
.faq-wrapper .panel-title a,
.faq-wrapper .panel-title span,
.legend,
legend,
h2.heading,
h3.heading,
.faq-wrapper .heading.cat-heading,
h4.heading, .h5, .h6 {
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.display-1,
.display-2 {
  font-family: "Alumni Sans", "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
Generating lot of Mess
 */
/*
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
*/
*[data-class*=sm],
*[data-class*=small],
span.sm,
span.small {
  display: block;
  font-size: 0.6666em;
  line-height: 1;
}

*[data-class*=light],
span.light {
  font-weight: 300;
}

*[data-class*=color-secondary] {
  color: #CB2026;
}

/*}*/
.underline:after {
  content: "";
  height: 2px;
  background: #eee;
  width: 80px;
  margin: 5px auto;
  display: block;
}

.bar-sm:before, .h3.bar-sm:before, .h4.bar-sm:before, .faq-wrapper .panel-title a.bar-sm:before,
.faq-wrapper .panel-title span.bar-sm:before, .h5.bar-sm:before {
  content: "";
  height: 10px;
  width: 90px;
  position: absolute;
  right: 100%;
  background: #CB2026;
  position: absolute;
  border-radius: 5px;
  top: 17px;
}

h3.bar-sm, .faq-wrapper .bar-sm.cat-heading, .h3.bar-sm,
h4.bar-sm, .h4.bar-sm, .bar-sm.h-tag, .faq-wrapper .panel-title a.bar-sm,
.faq-wrapper .panel-title span.bar-sm, .bar-sm.legend,
legend.bar-sm,
h2.bar-sm.heading,
h5.bar-sm, .h5.bar-sm {
  position: relative;
  padding-left: 45px;
}
h3.bar-sm:before, .faq-wrapper .bar-sm.cat-heading:before, .h3.bar-sm:before,
h4.bar-sm:before, .h4.bar-sm:before, .bar-sm.h-tag:before, .faq-wrapper .panel-title a.bar-sm:before,
.faq-wrapper .panel-title span.bar-sm:before, .bar-sm.legend:before,
legend.bar-sm:before,
h2.bar-sm.heading:before,
h5.bar-sm:before, .h5.bar-sm:before {
  top: 10px;
  right: auto;
  left: 0;
  width: 30px;
  height: 5px;
}

sub,
sup {
  font-size: 65%;
}

.font-size-diplay-1 {
  font-size: 5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-size-diplay-1 {
    font-size: 5.5rem;
  }
}
@media only screen and (min-width:992px) {
  .font-size-diplay-1 {
    font-size: 9rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-size-diplay-1 {
    font-size: 10rem;
  }
}

.font-size-xl,
.size-xl {
  font-size: 5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-size-xl,
  .size-xl {
    font-size: 5.5rem;
  }
}
@media only screen and (min-width:992px) {
  .font-size-xl,
  .size-xl {
    font-size: 9rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-size-xl,
  .size-xl {
    font-size: 10rem;
  }
}

.font-size-h1,
.size-h1 {
  font-size: 3rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-size-h1,
  .size-h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width:992px) {
  .font-size-h1,
  .size-h1 {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-size-h1,
  .size-h1 {
    font-size: 7rem;
  }
}

.font-size-h2,
.size-h2 {
  font-size: 2.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-size-h2,
  .size-h2 {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width:992px) {
  .font-size-h2,
  .size-h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-size-h2,
  .size-h2 {
    font-size: 3.35rem;
  }
}

.font-size-h3,
.size-h3 {
  font-size: 1.65rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-size-h3,
  .size-h3 {
    font-size: 1.65rem;
  }
}
@media only screen and (min-width:992px) {
  .font-size-h3,
  .size-h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-size-h3,
  .size-h3 {
    font-size: 2.6rem;
  }
}

.font-size-h4,
.size-h4 {
  font-size: 1.35rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-size-h4,
  .size-h4 {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width:992px) {
  .font-size-h4,
  .size-h4 {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-size-h4,
  .size-h4 {
    font-size: 1.35rem;
  }
}

.font-size-h5,
.size-h5 {
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-size-h5,
  .size-h5 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width:992px) {
  .font-size-h5,
  .size-h5 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-size-h5,
  .size-h5 {
    font-size: 1.125rem;
  }
}

.font-size-h6,
.size-h6 {
  font-size: 0.8rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-size-h6,
  .size-h6 {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width:992px) {
  .font-size-h6,
  .size-h6 {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-size-h6,
  .size-h6 {
    font-size: 0.8rem;
  }
}

.font-heading {
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.font-heading-light {
  font-weight: 300;
  font-family: "Outfit Light", "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.font-secondary {
  font-family: "Alumni Sans", "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-body-light {
  font-family: "Roboto Light", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

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

.font-xxl {
  font-size: 7.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-xxl {
    font-size: 6.6rem;
  }
}
@media only screen and (min-width:992px) {
  .font-xxl {
    font-size: 10.8rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-xxl {
    font-size: 12rem;
  }
}
.font-xxl {
  font-weight: 300;
  color: #40548C;
  line-height: 1;
  letter-spacing: -2px;
}

.font-xl {
  font-size: 4.25rem;
  font-size: 5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-xl {
    font-size: 5.5rem;
  }
}
@media only screen and (min-width:992px) {
  .font-xl {
    font-size: 9rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-xl {
    font-size: 10rem;
  }
}
.font-xl {
  font-weight: 300;
  line-height: 1;
  color: #303F69;
}

.font-size-xxl {
  font-size: 7.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-size-xxl {
    font-size: 6.6rem;
  }
}
@media only screen and (min-width:992px) {
  .font-size-xxl {
    font-size: 10.8rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-size-xxl {
    font-size: 12rem;
  }
}

.font-size-xl {
  font-size: 4.25rem;
  font-size: 5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-size-xl {
    font-size: 5.5rem;
  }
}
@media only screen and (min-width:992px) {
  .font-size-xl {
    font-size: 9rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-size-xl {
    font-size: 10rem;
  }
}

.small,
small {
  font-size: 90%;
}
@media (min-width: 992px) {
  .small,
  small {
    font-size: 85%;
  }
}

.display-1,
.display-2 {
  letter-spacing: -3px;
  font-weight: inherit;
  line-height: 1;
  font-family: "Alumni Sans", "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #303F69;
}

.display-2 {
  font-family: "Alumni Sans", "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .display-2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width:992px) {
  .display-2 {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 1680px) {
  .display-2 {
    font-size: 7.5rem;
  }
}

.display-1 {
  font-size: 4.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .display-1 {
    font-size: 5.5rem;
  }
}
@media only screen and (min-width:992px) {
  .display-1 {
    font-size: 9rem;
  }
}
@media only screen and (min-width: 1680px) {
  .display-1 {
    font-size: 10rem;
  }
}
.display-1.bar:after {
  content: "";
  height: 10px;
  width: 200px;
  background: #CB2026;
  display: block;
}

h1.heading {
  text-transform: uppercase;
}

.display-1 .light, .display-2 .light, .font-xl .light, .font-xxl .light, h1 .light, .h1 .light, .title-lg .light, .title .light, .lbl-primary .light, h2 .light, .h2 .light, .lead.xl .light, h3 .light, .faq-wrapper .cat-heading .light, .h3 .light, h4 .light, .h4 .light, .h-tag .light, .faq-wrapper .panel-title a .light,
.faq-wrapper .panel-title span .light, .legend .light,
legend .light, h5 .light, .h5 .light, h6 .light, .h6 .light {
  font-weight: 300;
}
.display-1 .____tag, .display-2 .____tag, .font-xl .____tag, .font-xxl .____tag, h1 .____tag, .h1 .____tag, .title-lg .____tag, .title .____tag, .lbl-primary .____tag, h2 .____tag, .h2 .____tag, .lead.xl .____tag, h3 .____tag, .faq-wrapper .cat-heading .____tag, .h3 .____tag, h4 .____tag, .h4 .____tag, .h-tag .____tag, .faq-wrapper .panel-title a .____tag,
.faq-wrapper .panel-title span .____tag, .legend .____tag,
legend .____tag, h5 .____tag, .h5 .____tag, h6 .____tag, .h6 .____tag {
  background: transparent;
  color: #566EB1;
  position: relative;
  z-index: 1;
}
.display-1 .____tag:before, .display-2 .____tag:before, .font-xl .____tag:before, .font-xxl .____tag:before, h1 .____tag:before, .h1 .____tag:before, .title-lg .____tag:before, .title .____tag:before, .lbl-primary .____tag:before, h2 .____tag:before, .h2 .____tag:before, .lead.xl .____tag:before, h3 .____tag:before, .faq-wrapper .cat-heading .____tag:before, .h3 .____tag:before, h4 .____tag:before, .h4 .____tag:before, .h-tag .____tag:before, .faq-wrapper .panel-title a .____tag:before,
.faq-wrapper .panel-title span .____tag:before, .legend .____tag:before,
legend .____tag:before, h5 .____tag:before, .h5 .____tag:before, h6 .____tag:before, .h6 .____tag:before {
  content: "";
  height: 85%;
  width: 100%;
  background: #B9C3DF;
  display: block;
  position: absolute;
  z-index: -1;
  top: 10px;
  left: -5px;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
}

.lead {
  font-size: 1.65rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .lead {
    font-size: 1.65rem;
  }
}
@media only screen and (min-width:992px) {
  .lead {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1680px) {
  .lead {
    font-size: 2.6rem;
  }
}
.lead {
  margin-bottom: 30px;
  line-height: 1.25;
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #202A46;
}
.lead.lg {
  font-size: 2.5rem;
  font-size: 2.145rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .lead.lg {
    font-size: 2.145rem;
  }
}
@media only screen and (min-width:992px) {
  .lead.lg {
    font-size: 3.12rem;
  }
}
@media only screen and (min-width: 1680px) {
  .lead.lg {
    font-size: 3.38rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .lead.lg {
    font-size: 1.1rem;
  }
}
.lead.xl {
  color: rgb(25.05, 52.1289473684, 127.95);
  margin: 30px 0;
  font-family: "Alumni Sans", "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
@media only screen and (min-width:992px) {
  .lead.xl {
    margin: 45px 0;
    font-size: 3.5rem;
  }
}
.lead.light {
  font-weight: 300;
  font-family: "Roboto Light", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.lead.sm {
  font-weight: 300;
  line-height: 1.35;
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #566EB1;
}
.lead.expanded {
  line-height: 2;
}
.lead.condensed {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.heading-caption,
.h-caption {
  color: #566EB1;
  font-weight: 300;
  display: block;
  line-height: 1;
  margin: 0 0.25em 0 0;
}

.narrow-width {
  width: 70%;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.highlight {
  display: inline-block;
  color: white;
  background: #566EB1;
  padding: 15px;
  position: relative;
  margin: 0 2.5% 0 5%;
  z-index: 2;
}
.highlight:before {
  width: 116%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: -8%;
  background: inherit;
  z-index: -1;
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
.highlight.rev {
  margin: 0 5% 0 2.5%;
}
.highlight.rev:before {
  left: auto;
  right: -8%;
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
.highlight.txt-shadow {
  -moz-text-shadow: 1px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 1px 10px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 1px 10px 0 rgba(0, 0, 0, 0.2);
}

a {
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

b,
strong,
.strong,
.bold {
  font-weight: bold;
}

.hash-tag {
  font-weight: 700;
  color: #125759;
  padding-right: 0.5rem;
  font-size: 1.125em;
}

.em-num {
  font-family: "Alumni Sans", "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #CB2026;
  font-size: 1.6em;
  vertical-align: middle;
  padding: 5px;
}

.tag.white {
  display: inline-block;
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  color: #6b83a2;
  background: white;
  -moz-box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.title {
  font-size: 3.9rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .title {
    font-size: 3.9rem;
  }
}
@media only screen and (min-width:992px) {
  .title {
    font-size: 7.8rem;
  }
}
@media only screen and (min-width: 1680px) {
  .title {
    font-size: 9.1rem;
  }
}
.title {
  color: #566EB1;
  font-weight: 300;
  line-height: 0.8;
}
.title span {
  display: block;
  width: 100%;
  color: #CB2026;
  font-size: 0.4em;
  padding-left: 1rem;
}
.title:after {
  content: "";
  display: block;
}
.title-lg {
  color: #566EB1;
}

.size-xxl-phone {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .size-xxl-phone {
    font-size: 7.5rem;
  }
}

.size-xl-phone {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .size-xl-phone {
    font-size: 5rem;
  }
}

.size-h1-phone {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .size-h1-phone {
    font-size: 3rem;
  }
}

.size-h2-phone {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .size-h2-phone {
    font-size: 2.25rem;
  }
}

.size-h3-phone {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .size-h3-phone {
    font-size: 1.65rem;
  }
}

.size-h4-phone {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .size-h4-phone {
    font-size: 1.35rem;
  }
}

.size-h5-phone {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .size-h5-phone {
    font-size: 1.125rem;
  }
}

.size-h6-phone {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .size-h6-phone {
    font-size: 0.8rem;
  }
}

.size-small-phone {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .size-small-phone {
    font-size: 0.8rem;
  }
}

a {
  font-size: inherit;
  font-weight: inherit;
}
a:hover {
  text-decoration: none !important;
}

ul {
  padding-left: 1rem;
  margin-bottom: 2rem;
}
ul.ticks,
ul.check,
ul.arrow {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2rem;
}
ul.ticks li,
ul.check li,
ul.arrow li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.75rem;
  list-style: none;
  position: relative;
}
ul.ticks li:before,
ul.check li:before,
ul.arrow li:before {
  content: "\f058";
  font-size: 1em;
  font-family: "Fontawesome";
  color: #CB2026;
  position: absolute;
  left: 5px;
  top: 1px;
}
ul.ticks.sm,
ul.check.sm,
ul.arrow.sm {
  font-size: 1rem;
}

ul.check li:before {
  content: "\f00c";
}

ul.arrow li:before {
  content: "\f178";
}

ul.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2rem;
  counter-reset: step-counter;
}
ul.steps li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.75rem;
  list-style: none;
  position: relative;
}
ul.steps li:before {
  content: counter(step-counter);
  counter-increment: step-counter;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #CB2026;
  position: absolute;
  left: 11px;
  top: 3px;
  line-height: 1.4;
}
ul.steps.sm {
  font-size: 1rem;
}

img {
  pointer-events: none;
}

blockquote {
  color: #394e69;
  width: 90%;
  position: relative;
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  font-family: "Alumni Sans";
  font-size: 1.25rem;
  line-height: 2;
  padding-left: 10%;
  z-index: 0;
  letter-spacing: 0;
  font-style: normal;
  text-align: left;
}
blockquote:before {
  content: "\f10d";
  display: inline-block;
  position: absolute;
  z-index: -1;
  font-family: "Fontawesome";
  font-size: 7rem;
  top: -10%;
  left: 15px;
  color: rgb(233.125, 236.25, 239.375);
}
blockquote.bg {
  background: #f8f9fa;
}
blockquote.condensed {
  width: 60%;
}
blockquote.lg {
  font-weight: bold;
}
blockquote.lg:before {
  font-size: 5rem;
}
blockquote *:last-child {
  margin-bottom: 0;
}

/*
fieldset {
	padding: $grid-gutter-width;
	border: 2px solid $border-color-default;
	margin-top: $grid-gutter-width;
	margin-bottom: $grid-gutter-width;

	@include xash-border-radius($fieldset-border-radius);


	legend {
		display: inline-block;
		width: auto;
		padding: 0 15px 0 5px;
	}
}
*/
table th,
.table th {
  background-color: #DADDE0;
  border-bottom: 3px solid #DADDE0;
  color: #566EB1;
}
table th > p:last-child,
table td > p:last-child,
.table th > p:last-child,
.table td > p:last-child {
  margin: 0;
}

iframe {
  height: 100%;
  width: 100%;
}

form .row {
  margin-bottom: 15px;
}

/**
	Form elements
	@author: xafaR
	@file: layout-form-elements

*/
.btn, a.read-more,
.anchor,
a.anchor, button, .button, submit, input[type=submit], input[type=button], a.btn, a.button {
  display: inline-block;
  font-weight: 500;
  color: #EEF0F7;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 0px solid transparent;
  padding: 0.6rem 2.5rem;
  font-size: 1rem;
  line-height: 1.84rem;
  color: #EEF0F7;
  letter-spacing: 1px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  border-radius: 200px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, a.read-more:hover,
.anchor:hover, button:hover, .button:hover, submit:hover, input[type=submit]:hover, input[type=button]:hover {
  color: white;
  text-decoration: none;
}
.btn.icon, a.icon.read-more,
.icon.anchor, button.icon, .icon.button, submit.icon, input.icon[type=submit], input.icon[type=button] {
  padding-right: 60px;
}
.btn.icon > span, a.icon.read-more > span,
.icon.anchor > span, button.icon > span, .icon.button > span, submit.icon > span, input.icon[type=submit] > span, input.icon[type=button] > span {
  border-radius: 200px;
  color: #EEF0F7;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.255rem;
  right: 4px;
}
.btn.icon > span svg, a.icon.read-more > span svg,
.icon.anchor > span svg, button.icon > span svg, .icon.button > span svg, submit.icon > span svg, input.icon[type=submit] > span svg, input.icon[type=button] > span svg {
  fill: #EEF0F7;
}
.btn.icon.primary > span, a.icon.primary.read-more > span,
.icon.primary.anchor > span, button.icon.primary > span, .icon.primary.button > span, submit.icon.primary > span, input.icon.primary[type=submit] > span, input.icon.primary[type=button] > span {
  color: #566EB1;
  background: white;
}

.btn.primary, a.primary.read-more,
.primary.anchor, button.primary, .button.primary, submit.primary, input[type=submit].primary, input[type=button].primary, a.btn.primary {
  background-color: #566EB1;
  color: #b5e4e8;
}
.btn.primary:hover, a.primary.read-more:hover,
.primary.anchor:hover, .btn.primary:focus, a.primary.read-more:focus,
.primary.anchor:focus, button.primary:hover, button.primary:focus, .button.primary:hover, .button.primary:focus, submit.primary:hover, submit.primary:focus, input[type=submit].primary:hover, input[type=submit].primary:focus, input[type=button].primary:hover, input[type=button].primary:focus, a.btn.primary:hover, a.btn.primary:focus {
  background-color: rgb(94.7236842105, 117.4848178138, 181.0263157895);
  -moz-box-shadow: 0 0 0 0.25rem rgba(94.7236842105, 117.4848178138, 181.0263157895, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(94.7236842105, 117.4848178138, 181.0263157895, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(94.7236842105, 117.4848178138, 181.0263157895, 0.45);
}
.btn.primary:active, a.primary.read-more:active,
.primary.anchor:active, button.primary:active, .button.primary:active, submit.primary:active, input[type=submit].primary:active, input[type=button].primary:active, a.btn.primary:active {
  background-color: rgb(79.8315789474, 104.3951417004, 172.9684210526);
  outline: 0;
}
.btn.secondary, a.secondary.read-more,
.secondary.anchor, button.secondary, .button.secondary, submit.secondary, input[type=submit].secondary, input[type=button].secondary, a.btn.secondary {
  background-color: #CB2026;
  color: white;
}
.btn.secondary:hover, a.secondary.read-more:hover,
.secondary.anchor:hover, .btn.secondary:focus, a.secondary.read-more:focus,
.secondary.anchor:focus, button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus, submit.secondary:hover, submit.secondary:focus, input[type=submit].secondary:hover, input[type=submit].secondary:focus, input[type=button].secondary:hover, input[type=button].secondary:focus, a.btn.secondary:hover, a.btn.secondary:focus {
  background-color: rgb(214.0138297872, 33.7361702128, 40.0617021277);
  -moz-box-shadow: 0 0 0 0.25rem rgba(214.0138297872, 33.7361702128, 40.0617021277, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(214.0138297872, 33.7361702128, 40.0617021277, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(214.0138297872, 33.7361702128, 40.0617021277, 0.45);
}
.btn.secondary:active, a.secondary.read-more:active,
.secondary.anchor:active, button.secondary:active, .button.secondary:active, submit.secondary:active, input[type=submit].secondary:active, input[type=button].secondary:active, a.btn.secondary:active {
  background-color: rgb(194.1889361702, 30.6110638298, 36.3506382979);
  outline: 0;
}
.btn.success, a.success.read-more,
.success.anchor, button.success, .button.success, submit.success, input[type=submit].success, input[type=button].success, a.btn.success {
  background-color: #28a745;
  color: yellowgreen;
}
.btn.success:hover, a.success.read-more:hover,
.success.anchor:hover, .btn.success:focus, a.success.read-more:focus,
.success.anchor:focus, button.success:hover, button.success:focus, .button.success:hover, .button.success:focus, submit.success:hover, submit.success:focus, input[type=submit].success:hover, input[type=submit].success:focus, input[type=button].success:hover, input[type=button].success:focus, a.btn.success:hover, a.btn.success:focus {
  background-color: rgb(42.4637681159, 177.2862318841, 73.25);
  -moz-box-shadow: 0 0 0 0.25rem rgba(42.4637681159, 177.2862318841, 73.25, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(42.4637681159, 177.2862318841, 73.25, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(42.4637681159, 177.2862318841, 73.25, 0.45);
}
.btn.success:active, a.success.read-more:active,
.success.anchor:active, button.success:active, .button.success:active, submit.success:active, input[type=submit].success:active, input[type=button].success:active, a.btn.success:active {
  background-color: rgb(38.0289855072, 158.7710144928, 65.6);
  outline: 0;
}
.btn.info, a.info.read-more,
.info.anchor, button.info, .button.info, submit.info, input[type=submit].info, input[type=button].info, a.btn.info {
  background-color: #17a2b8;
  color: rgb(0, 44.4195652174, 51.45);
}
.btn.info:hover, a.info.read-more:hover,
.info.anchor:hover, .btn.info:focus, a.info.read-more:focus,
.info.anchor:focus, button.info:hover, button.info:focus, .button.info:hover, .button.info:focus, submit.info:hover, submit.info:focus, input[type=submit].info:hover, input[type=submit].info:focus, input[type=button].info:hover, input[type=button].info:focus, a.btn.info:hover, a.btn.info:focus {
  background-color: rgb(24.4166666667, 171.9782608696, 195.3333333333);
  -moz-box-shadow: 0 0 0 0.25rem rgba(24.4166666667, 171.9782608696, 195.3333333333, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(24.4166666667, 171.9782608696, 195.3333333333, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(24.4166666667, 171.9782608696, 195.3333333333, 0.45);
}
.btn.info:active, a.info.read-more:active,
.info.anchor:active, button.info:active, .button.info:active, submit.info:active, input[type=submit].info:active, input[type=button].info:active, a.btn.info:active {
  background-color: rgb(21.8666666667, 154.0173913043, 174.9333333333);
  outline: 0;
}
.btn.warning, a.warning.read-more,
.warning.anchor, button.warning, .button.warning, submit.warning, input[type=submit].warning, input[type=button].warning, a.btn.warning {
  background-color: #ffc107;
  color: rgb(106.45, 79.8375, 0);
}
.btn.warning:hover, a.warning.read-more:hover,
.warning.anchor:hover, .btn.warning:focus, a.warning.read-more:focus,
.warning.anchor:focus, button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus, submit.warning:hover, submit.warning:focus, input[type=submit].warning:hover, input[type=submit].warning:focus, input[type=button].warning:hover, input[type=button].warning:focus, a.btn.warning:hover, a.btn.warning:focus {
  background-color: rgb(255, 196.1875, 19.75);
  -moz-box-shadow: 0 0 0 0.25rem rgba(255, 196.1875, 19.75, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 196.1875, 19.75, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(255, 196.1875, 19.75, 0.45);
}
.btn.warning:active, a.warning.read-more:active,
.warning.anchor:active, button.warning:active, .button.warning:active, submit.warning:active, input[type=submit].warning:active, input[type=button].warning:active, a.btn.warning:active {
  background-color: rgb(251.8, 188.85, 0);
  outline: 0;
}
.btn.danger, a.danger.read-more,
.danger.anchor, button.danger, .button.danger, submit.danger, input[type=submit].danger, input[type=button].danger, a.btn.danger {
  background-color: #dc3545;
  color: white;
}
.btn.danger:hover, a.danger.read-more:hover,
.danger.anchor:hover, .btn.danger:focus, a.danger.read-more:focus,
.danger.anchor:focus, button.danger:hover, button.danger:focus, .button.danger:hover, .button.danger:focus, submit.danger:hover, submit.danger:focus, input[type=submit].danger:hover, input[type=submit].danger:focus, input[type=button].danger:hover, input[type=button].danger:focus, a.btn.danger:hover, a.btn.danger:focus {
  background-color: rgb(221.8829113924, 63.8670886076, 79.0063291139);
  -moz-box-shadow: 0 0 0 0.25rem rgba(221.8829113924, 63.8670886076, 79.0063291139, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(221.8829113924, 63.8670886076, 79.0063291139, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(221.8829113924, 63.8670886076, 79.0063291139, 0.45);
}
.btn.danger:active, a.danger.read-more:active,
.danger.anchor:active, button.danger:active, .button.danger:active, submit.danger:active, input[type=submit].danger:active, input[type=button].danger:active, a.btn.danger:active {
  background-color: rgb(218.4936708861, 44.3063291139, 60.9949367089);
  outline: 0;
}
.btn.light, a.light.read-more,
.light.anchor, button.light, .button.light, submit.light, input[type=submit].light, input[type=button].light, a.btn.light {
  background-color: #f8f9fa;
  color: rgb(132.96775, 171.225, 209.48225);
}
.btn.light:hover, a.light.read-more:hover,
.light.anchor:hover, .btn.light:focus, a.light.read-more:focus,
.light.anchor:focus, button.light:hover, button.light:focus, .button.light:hover, .button.light:focus, submit.light:hover, submit.light:focus, input[type=submit].light:hover, input[type=submit].light:focus, input[type=button].light:hover, input[type=button].light:focus, a.btn.light:hover, a.btn.light:focus {
  background-color: white;
  -moz-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
}
.btn.light:active, a.light.read-more:active,
.light.anchor:active, button.light:active, .button.light:active, submit.light:active, input[type=submit].light:active, input[type=button].light:active, a.btn.light:active {
  background-color: rgb(242.05, 243.9, 245.75);
  outline: 0;
}
.btn.dark, a.dark.read-more,
.dark.anchor, button.dark, .button.dark, submit.dark, input[type=submit].dark, input[type=button].dark, a.btn.dark {
  background-color: #273548;
  color: rgb(86.383277027, 136.9883753071, 205.666722973);
}
.btn.dark:hover, a.dark.read-more:hover,
.dark.anchor:hover, .btn.dark:focus, a.dark.read-more:focus,
.dark.anchor:focus, button.dark:hover, button.dark:focus, .button.dark:hover, .button.dark:focus, submit.dark:hover, submit.dark:focus, input[type=submit].dark:hover, input[type=submit].dark:focus, input[type=button].dark:hover, input[type=button].dark:focus, a.btn.dark:hover, a.btn.dark:focus {
  background-color: rgb(43.4797297297, 59.0878378378, 80.2702702703);
  -moz-box-shadow: 0 0 0 0.25rem rgba(43.4797297297, 59.0878378378, 80.2702702703, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(43.4797297297, 59.0878378378, 80.2702702703, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(43.4797297297, 59.0878378378, 80.2702702703, 0.45);
}
.btn.dark:active, a.dark.read-more:active,
.dark.anchor:active, button.dark:active, .button.dark:active, submit.dark:active, input[type=submit].dark:active, input[type=button].dark:active, a.btn.dark:active {
  background-color: rgb(35.4162162162, 48.1297297297, 65.3837837838);
  outline: 0;
}
.btn.primary-light, a.primary-light.read-more,
.primary-light.anchor, button.primary-light, .button.primary-light, submit.primary-light, input[type=submit].primary-light, input[type=button].primary-light, a.btn.primary-light {
  background-color: #B9C3DF;
  color: #566EB1;
}
.btn.primary-light:hover, a.primary-light.read-more:hover,
.primary-light.anchor:hover, .btn.primary-light:focus, a.primary-light.read-more:focus,
.primary-light.anchor:focus, button.primary-light:hover, button.primary-light:focus, .button.primary-light:hover, .button.primary-light:focus, submit.primary-light:hover, submit.primary-light:focus, input[type=submit].primary-light:hover, input[type=submit].primary-light:focus, input[type=button].primary-light:hover, input[type=button].primary-light:focus, a.btn.primary-light:hover, a.btn.primary-light:focus {
  background-color: rgb(193.75, 202.5, 227);
  -moz-box-shadow: 0 0 0 0.25rem rgba(193.75, 202.5, 227, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(193.75, 202.5, 227, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(193.75, 202.5, 227, 0.45);
}
.btn.primary-light:active, a.primary-light.read-more:active,
.primary-light.anchor:active, button.primary-light:active, .button.primary-light:active, submit.primary-light:active, input[type=submit].primary-light:active, input[type=button].primary-light:active, a.btn.primary-light:active {
  background-color: rgb(178, 189, 219.8);
  outline: 0;
}
.btn.primary-dark, a.primary-dark.read-more,
.primary-dark.anchor, button.primary-dark, .button.primary-dark, submit.primary-dark, input[type=submit].primary-dark, input[type=button].primary-dark, a.btn.primary-dark {
  background-color: #202A46;
  color: #b5e4e8;
}
.btn.primary-dark:hover, a.primary-dark.read-more:hover,
.primary-dark.anchor:hover, .btn.primary-dark:focus, a.primary-dark.read-more:focus,
.primary-dark.anchor:focus, button.primary-dark:hover, button.primary-dark:focus, .button.primary-dark:hover, .button.primary-dark:focus, submit.primary-dark:hover, submit.primary-dark:focus, input[type=submit].primary-dark:hover, input[type=submit].primary-dark:focus, input[type=button].primary-dark:hover, input[type=button].primary-dark:focus, a.btn.primary-dark:hover, a.btn.primary-dark:focus {
  background-color: rgb(36, 47.25, 78.75);
  -moz-box-shadow: 0 0 0 0.25rem rgba(36, 47.25, 78.75, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(36, 47.25, 78.75, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(36, 47.25, 78.75, 0.45);
}
.btn.primary-dark:active, a.primary-dark.read-more:active,
.primary-dark.anchor:active, button.primary-dark:active, .button.primary-dark:active, submit.primary-dark:active, input[type=submit].primary-dark:active, input[type=button].primary-dark:active, a.btn.primary-dark:active {
  background-color: rgb(28.8, 37.8, 63);
  outline: 0;
}
.btn.secondary-light, a.secondary-light.read-more,
.secondary-light.anchor, button.secondary-light, .button.secondary-light, submit.secondary-light, input[type=submit].secondary-light, input[type=button].secondary-light, a.btn.secondary-light {
  background-color: #F8D3D4;
  color: rgb(255, 48.45, 54.0324324324);
}
.btn.secondary-light:hover, a.secondary-light.read-more:hover,
.secondary-light.anchor:hover, .btn.secondary-light:focus, a.secondary-light.read-more:focus,
.secondary-light.anchor:focus, button.secondary-light:hover, button.secondary-light:focus, .button.secondary-light:hover, .button.secondary-light:focus, submit.secondary-light:hover, submit.secondary-light:focus, input[type=submit].secondary-light:hover, input[type=submit].secondary-light:focus, input[type=button].secondary-light:hover, input[type=button].secondary-light:focus, a.btn.secondary-light:hover, a.btn.secondary-light:focus {
  background-color: rgb(249.75, 222, 222.75);
  -moz-box-shadow: 0 0 0 0.25rem rgba(249.75, 222, 222.75, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(249.75, 222, 222.75, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(249.75, 222, 222.75, 0.45);
}
.btn.secondary-light:active, a.secondary-light.read-more:active,
.secondary-light.anchor:active, button.secondary-light:active, .button.secondary-light:active, submit.secondary-light:active, input[type=submit].secondary-light:active, input[type=button].secondary-light:active, a.btn.secondary-light:active {
  background-color: rgb(246.6, 202.2, 203.4);
  outline: 0;
}
.btn.secondary-dark, a.secondary-dark.read-more,
.secondary-dark.anchor, button.secondary-dark, .button.secondary-dark, submit.secondary-dark, input[type=submit].secondary-dark, input[type=button].secondary-dark, a.btn.secondary-dark {
  background-color: #580E10;
  color: rgb(252.21875, 30.83125, 36.8146959459);
}
.btn.secondary-dark:hover, a.secondary-dark.read-more:hover,
.secondary-dark.anchor:hover, .btn.secondary-dark:focus, a.secondary-dark.read-more:focus,
.secondary-dark.anchor:focus, button.secondary-dark:hover, button.secondary-dark:focus, .button.secondary-dark:hover, .button.secondary-dark:focus, submit.secondary-dark:hover, submit.secondary-dark:focus, input[type=submit].secondary-dark:hover, input[type=submit].secondary-dark:focus, input[type=button].secondary-dark:hover, input[type=button].secondary-dark:focus, a.btn.secondary-dark:hover, a.btn.secondary-dark:focus {
  background-color: rgb(99, 15.75, 18);
  -moz-box-shadow: 0 0 0 0.25rem rgba(99, 15.75, 18, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(99, 15.75, 18, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(99, 15.75, 18, 0.45);
}
.btn.secondary-dark:active, a.secondary-dark.read-more:active,
.secondary-dark.anchor:active, button.secondary-dark:active, .button.secondary-dark:active, submit.secondary-dark:active, input[type=submit].secondary-dark:active, input[type=button].secondary-dark:active, a.btn.secondary-dark:active {
  background-color: rgb(79.2, 12.6, 14.4);
  outline: 0;
}
.btn.gray-dark, a.gray-dark.read-more,
.gray-dark.anchor, button.gray-dark, .button.gray-dark, submit.gray-dark, input[type=submit].gray-dark, input[type=button].gray-dark, a.btn.gray-dark {
  background-color: #273548;
  color: rgb(86.383277027, 136.9883753071, 205.666722973);
}
.btn.gray-dark:hover, a.gray-dark.read-more:hover,
.gray-dark.anchor:hover, .btn.gray-dark:focus, a.gray-dark.read-more:focus,
.gray-dark.anchor:focus, button.gray-dark:hover, button.gray-dark:focus, .button.gray-dark:hover, .button.gray-dark:focus, submit.gray-dark:hover, submit.gray-dark:focus, input[type=submit].gray-dark:hover, input[type=submit].gray-dark:focus, input[type=button].gray-dark:hover, input[type=button].gray-dark:focus, a.btn.gray-dark:hover, a.btn.gray-dark:focus {
  background-color: rgb(43.4797297297, 59.0878378378, 80.2702702703);
  -moz-box-shadow: 0 0 0 0.25rem rgba(43.4797297297, 59.0878378378, 80.2702702703, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(43.4797297297, 59.0878378378, 80.2702702703, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(43.4797297297, 59.0878378378, 80.2702702703, 0.45);
}
.btn.gray-dark:active, a.gray-dark.read-more:active,
.gray-dark.anchor:active, button.gray-dark:active, .button.gray-dark:active, submit.gray-dark:active, input[type=submit].gray-dark:active, input[type=button].gray-dark:active, a.btn.gray-dark:active {
  background-color: rgb(35.4162162162, 48.1297297297, 65.3837837838);
  outline: 0;
}
.btn.gray, a.gray.read-more,
.gray.anchor, button.gray, .button.gray, submit.gray, input[type=submit].gray, input[type=button].gray, a.btn.gray {
  background-color: #6b83a2;
  color: rgb(27.3292105809, 52.9837177103, 86.1207894191);
}
.btn.gray:hover, a.gray.read-more:hover,
.gray.anchor:hover, .btn.gray:focus, a.gray.read-more:focus,
.gray.anchor:focus, button.gray:hover, button.gray:focus, .button.gray:hover, .button.gray:focus, submit.gray:hover, submit.gray:focus, input[type=submit].gray:hover, input[type=submit].gray:focus, input[type=button].gray:hover, input[type=button].gray:focus, a.btn.gray:hover, a.btn.gray:focus {
  background-color: rgb(114.8298755187, 137.5601659751, 166.9201244813);
  -moz-box-shadow: 0 0 0 0.25rem rgba(114.8298755187, 137.5601659751, 166.9201244813, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(114.8298755187, 137.5601659751, 166.9201244813, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(114.8298755187, 137.5601659751, 166.9201244813, 0.45);
}
.btn.gray:active, a.gray.read-more:active,
.gray.anchor:active, button.gray:active, .button.gray:active, submit.gray:active, input[type=submit].gray:active, input[type=button].gray:active, a.btn.gray:active {
  background-color: rgb(100.7360995851, 125.7518672199, 158.0639004149);
  outline: 0;
}
.btn.gray-light, a.gray-light.read-more,
.gray-light.anchor, button.gray-light, .button.gray-light, submit.gray-light, input[type=submit].gray-light, input[type=button].gray-light, a.btn.gray-light {
  background-color: #e1e6eb;
  color: rgb(101.86525, 152.225, 202.58475);
}
.btn.gray-light:hover, a.gray-light.read-more:hover,
.gray-light.anchor:hover, .btn.gray-light:focus, a.gray-light.read-more:focus,
.gray-light.anchor:focus, button.gray-light:hover, button.gray-light:focus, .button.gray-light:hover, .button.gray-light:focus, submit.gray-light:hover, submit.gray-light:focus, input[type=submit].gray-light:hover, input[type=submit].gray-light:focus, input[type=button].gray-light:hover, input[type=button].gray-light:focus, a.btn.gray-light:hover, a.btn.gray-light:focus {
  background-color: rgb(232.65, 236.375, 240.1);
  -moz-box-shadow: 0 0 0 0.25rem rgba(232.65, 236.375, 240.1, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(232.65, 236.375, 240.1, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(232.65, 236.375, 240.1, 0.45);
}
.btn.gray-light:active, a.gray-light.read-more:active,
.gray-light.anchor:active, button.gray-light:active, .button.gray-light:active, submit.gray-light:active, input[type=submit].gray-light:active, input[type=button].gray-light:active, a.btn.gray-light:active {
  background-color: rgb(218.88, 224.9, 230.92);
  outline: 0;
}
.btn.blue, a.blue.read-more,
.blue.anchor, button.blue, .button.blue, submit.blue, input[type=submit].blue, input[type=button].blue, a.btn.blue {
  background-color: #007bff;
  color: rgb(0, 47.97, 99.45);
}
.btn.blue:hover, a.blue.read-more:hover,
.blue.anchor:hover, .btn.blue:focus, a.blue.read-more:focus,
.blue.anchor:focus, button.blue:hover, button.blue:focus, .button.blue:hover, .button.blue:focus, submit.blue:hover, submit.blue:focus, input[type=submit].blue:hover, input[type=submit].blue:focus, input[type=button].blue:hover, input[type=button].blue:focus, a.btn.blue:hover, a.btn.blue:focus {
  background-color: rgb(12.75, 129.6, 255);
  -moz-box-shadow: 0 0 0 0.25rem rgba(12.75, 129.6, 255, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(12.75, 129.6, 255, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(12.75, 129.6, 255, 0.45);
}
.btn.blue:active, a.blue.read-more:active,
.blue.anchor:active, button.blue:active, .button.blue:active, submit.blue:active, input[type=submit].blue:active, input[type=button].blue:active, a.btn.blue:active {
  background-color: rgb(0, 118.08, 244.8);
  outline: 0;
}
.btn.indigo, a.indigo.read-more,
.indigo.anchor, button.indigo, .button.indigo, submit.indigo, input[type=submit].indigo, input[type=button].indigo, a.btn.indigo {
  background-color: #6610f2;
  color: rgb(38.9853982301, 0, 102.45);
}
.btn.indigo:hover, a.indigo.read-more:hover,
.indigo.anchor:hover, .btn.indigo:focus, a.indigo.read-more:focus,
.indigo.anchor:focus, button.indigo:hover, button.indigo:focus, .button.indigo:hover, .button.indigo:focus, submit.indigo:hover, submit.indigo:focus, input[type=submit].indigo:hover, input[type=submit].indigo:focus, input[type=button].indigo:hover, input[type=button].indigo:focus, a.btn.indigo:hover, a.btn.indigo:focus {
  background-color: rgb(109.7410714286, 28.0922619048, 242.6577380952);
  -moz-box-shadow: 0 0 0 0.25rem rgba(109.7410714286, 28.0922619048, 242.6577380952, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(109.7410714286, 28.0922619048, 242.6577380952, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(109.7410714286, 28.0922619048, 242.6577380952, 0.45);
}
.btn.indigo:active, a.indigo.read-more:active,
.indigo.anchor:active, button.indigo:active, .button.indigo:active, submit.indigo:active, input[type=submit].indigo:active, input[type=button].indigo:active, a.btn.indigo:active {
  background-color: rgb(97.35, 12.7833333333, 235.0166666667);
  outline: 0;
}
.btn.purple, a.purple.read-more,
.purple.anchor, button.purple, .button.purple, submit.purple, input[type=submit].purple, input[type=button].purple, a.btn.purple {
  background-color: #6f42c1;
  color: rgb(39.7300476284, 10.5531364542, 92.8968635458);
}
.btn.purple:hover, a.purple.read-more:hover,
.purple.anchor:hover, .btn.purple:focus, a.purple.read-more:focus,
.purple.anchor:focus, button.purple:hover, button.purple:focus, .button.purple:hover, .button.purple:focus, submit.purple:hover, submit.purple:focus, input[type=submit].purple:hover, input[type=submit].purple:focus, input[type=button].purple:hover, input[type=button].purple:focus, a.btn.purple:hover, a.btn.purple:focus {
  background-color: rgb(118.3147410359, 75.6005976096, 196.1494023904);
  -moz-box-shadow: 0 0 0 0.25rem rgba(118.3147410359, 75.6005976096, 196.1494023904, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(118.3147410359, 75.6005976096, 196.1494023904, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(118.3147410359, 75.6005976096, 196.1494023904, 0.45);
}
.btn.purple:active, a.purple.read-more:active,
.purple.anchor:active, button.purple:active, .button.purple:active, submit.purple:active, input[type=submit].purple:active, input[type=button].purple:active, a.btn.purple:active {
  background-color: rgb(106.0621513944, 61.4565737052, 187.3434262948);
  outline: 0;
}
.btn.pink, a.pink.read-more,
.pink.anchor, button.pink, .button.pink, submit.pink, input[type=submit].pink, input[type=button].pink, a.btn.pink {
  background-color: #e83e8c;
  color: rgb(138.45, 0, 63.5241176471);
}
.btn.pink:hover, a.pink.read-more:hover,
.pink.anchor:hover, .btn.pink:focus, a.pink.read-more:focus,
.pink.anchor:focus, button.pink:hover, button.pink:focus, .button.pink:hover, .button.pink:focus, submit.pink:hover, submit.pink:focus, input[type=submit].pink:hover, input[type=submit].pink:focus, input[type=button].pink:hover, input[type=button].pink:focus, a.btn.pink:hover, a.btn.pink:focus {
  background-color: rgb(233.3576388889, 73.3923611111, 146.7881944444);
  -moz-box-shadow: 0 0 0 0.25rem rgba(233.3576388889, 73.3923611111, 146.7881944444, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(233.3576388889, 73.3923611111, 146.7881944444, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(233.3576388889, 73.3923611111, 146.7881944444, 0.45);
}
.btn.pink:active, a.pink.read-more:active,
.pink.anchor:active, button.pink:active, .button.pink:active, submit.pink:active, input[type=submit].pink:active, input[type=button].pink:active, a.btn.pink:active {
  background-color: rgb(230.9138888889, 52.8861111111, 134.5694444444);
  outline: 0;
}
.btn.red, a.red.read-more,
.red.anchor, button.red, .button.red, submit.red, input[type=submit].red, input[type=button].red, a.btn.red {
  background-color: #dc3545;
  color: rgb(117.1353132911, 0.3146867089, 11.50708207);
}
.btn.red:hover, a.red.read-more:hover,
.red.anchor:hover, .btn.red:focus, a.red.read-more:focus,
.red.anchor:focus, button.red:hover, button.red:focus, .button.red:hover, .button.red:focus, submit.red:hover, submit.red:focus, input[type=submit].red:hover, input[type=submit].red:focus, input[type=button].red:hover, input[type=button].red:focus, a.btn.red:hover, a.btn.red:focus {
  background-color: rgb(221.8829113924, 63.8670886076, 79.0063291139);
  -moz-box-shadow: 0 0 0 0.25rem rgba(221.8829113924, 63.8670886076, 79.0063291139, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(221.8829113924, 63.8670886076, 79.0063291139, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(221.8829113924, 63.8670886076, 79.0063291139, 0.45);
}
.btn.red:active, a.red.read-more:active,
.red.anchor:active, button.red:active, .button.red:active, submit.red:active, input[type=submit].red:active, input[type=button].red:active, a.btn.red:active {
  background-color: rgb(218.4936708861, 44.3063291139, 60.9949367089);
  outline: 0;
}
.btn.orange, a.orange.read-more,
.orange.anchor, button.orange, .button.orange, submit.orange, input[type=submit].orange, input[type=button].orange, a.btn.orange {
  background-color: #fd7e14;
  color: rgb(117.45, 53.4321888412, 0);
}
.btn.orange:hover, a.orange.read-more:hover,
.orange.anchor:hover, .btn.orange:focus, a.orange.read-more:focus,
.orange.anchor:focus, button.orange:hover, button.orange:focus, .button.orange:hover, .button.orange:focus, submit.orange:hover, submit.orange:focus, input[type=submit].orange:hover, input[type=submit].orange:focus, input[type=button].orange:hover, input[type=button].orange:focus, a.btn.orange:hover, a.btn.orange:focus {
  background-color: rgb(253.1075949367, 132.9398734177, 32.6424050633);
  -moz-box-shadow: 0 0 0 0.25rem rgba(253.1075949367, 132.9398734177, 32.6424050633, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(253.1075949367, 132.9398734177, 32.6424050633, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(253.1075949367, 132.9398734177, 32.6424050633, 0.45);
}
.btn.orange:active, a.orange.read-more:active,
.orange.anchor:active, button.orange:active, .button.orange:active, submit.orange:active, input[type=submit].orange:active, input[type=button].orange:active, a.btn.orange:active {
  background-color: rgb(252.9139240506, 120.4481012658, 9.8860759494);
  outline: 0;
}
.btn.yellow, a.yellow.read-more,
.yellow.anchor, button.yellow, .button.yellow, submit.yellow, input[type=submit].yellow, input[type=button].yellow, a.btn.yellow {
  background-color: #ffc107;
  color: rgb(106.45, 79.8375, 0);
}
.btn.yellow:hover, a.yellow.read-more:hover,
.yellow.anchor:hover, .btn.yellow:focus, a.yellow.read-more:focus,
.yellow.anchor:focus, button.yellow:hover, button.yellow:focus, .button.yellow:hover, .button.yellow:focus, submit.yellow:hover, submit.yellow:focus, input[type=submit].yellow:hover, input[type=submit].yellow:focus, input[type=button].yellow:hover, input[type=button].yellow:focus, a.btn.yellow:hover, a.btn.yellow:focus {
  background-color: rgb(255, 196.1875, 19.75);
  -moz-box-shadow: 0 0 0 0.25rem rgba(255, 196.1875, 19.75, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 196.1875, 19.75, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(255, 196.1875, 19.75, 0.45);
}
.btn.yellow:active, a.yellow.read-more:active,
.yellow.anchor:active, button.yellow:active, .button.yellow:active, submit.yellow:active, input[type=submit].yellow:active, input[type=button].yellow:active, a.btn.yellow:active {
  background-color: rgb(251.8, 188.85, 0);
  outline: 0;
}
.btn.green, a.green.read-more,
.green.anchor, button.green, .button.green, submit.green, input[type=submit].green, input[type=button].green, a.btn.green {
  background-color: #28a745;
  color: rgb(2.4817789855, 48.9682210145, 13.0967933071);
}
.btn.green:hover, a.green.read-more:hover,
.green.anchor:hover, .btn.green:focus, a.green.read-more:focus,
.green.anchor:focus, button.green:hover, button.green:focus, .button.green:hover, .button.green:focus, submit.green:hover, submit.green:focus, input[type=submit].green:hover, input[type=submit].green:focus, input[type=button].green:hover, input[type=button].green:focus, a.btn.green:hover, a.btn.green:focus {
  background-color: rgb(42.4637681159, 177.2862318841, 73.25);
  -moz-box-shadow: 0 0 0 0.25rem rgba(42.4637681159, 177.2862318841, 73.25, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(42.4637681159, 177.2862318841, 73.25, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(42.4637681159, 177.2862318841, 73.25, 0.45);
}
.btn.green:active, a.green.read-more:active,
.green.anchor:active, button.green:active, .button.green:active, submit.green:active, input[type=submit].green:active, input[type=button].green:active, a.btn.green:active {
  background-color: rgb(38.0289855072, 158.7710144928, 65.6);
  outline: 0;
}
.btn.teal, a.teal.read-more,
.teal.anchor, button.teal, .button.teal, submit.teal, input[type=submit].teal, input[type=button].teal, a.btn.teal {
  background-color: #125759;
  color: rgb(42.6436331776, 239.6947405226, 245.4063668224);
}
.btn.teal:hover, a.teal.read-more:hover,
.teal.anchor:hover, .btn.teal:focus, a.teal.read-more:focus,
.teal.anchor:focus, button.teal:hover, button.teal:focus, .button.teal:hover, .button.teal:focus, submit.teal:hover, submit.teal:focus, input[type=submit].teal:hover, input[type=submit].teal:focus, input[type=button].teal:hover, input[type=button].teal:focus, a.btn.teal:hover, a.btn.teal:focus {
  background-color: rgb(20.1448598131, 97.3668224299, 99.6051401869);
  -moz-box-shadow: 0 0 0 0.25rem rgba(20.1448598131, 97.3668224299, 99.6051401869, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(20.1448598131, 97.3668224299, 99.6051401869, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(20.1448598131, 97.3668224299, 99.6051401869, 0.45);
}
.btn.teal:active, a.teal.read-more:active,
.teal.anchor:active, button.teal:active, .button.teal:active, submit.teal:active, input[type=submit].teal:active, input[type=button].teal:active, a.btn.teal:active {
  background-color: rgb(16.2841121495, 78.7065420561, 80.5158878505);
  outline: 0;
}
.btn.cyan, a.cyan.read-more,
.cyan.anchor, button.cyan, .button.cyan, submit.cyan, input[type=submit].cyan, input[type=button].cyan, a.btn.cyan {
  background-color: #17a2b8;
  color: rgb(0, 44.4195652174, 51.45);
}
.btn.cyan:hover, a.cyan.read-more:hover,
.cyan.anchor:hover, .btn.cyan:focus, a.cyan.read-more:focus,
.cyan.anchor:focus, button.cyan:hover, button.cyan:focus, .button.cyan:hover, .button.cyan:focus, submit.cyan:hover, submit.cyan:focus, input[type=submit].cyan:hover, input[type=submit].cyan:focus, input[type=button].cyan:hover, input[type=button].cyan:focus, a.btn.cyan:hover, a.btn.cyan:focus {
  background-color: rgb(24.4166666667, 171.9782608696, 195.3333333333);
  -moz-box-shadow: 0 0 0 0.25rem rgba(24.4166666667, 171.9782608696, 195.3333333333, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(24.4166666667, 171.9782608696, 195.3333333333, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(24.4166666667, 171.9782608696, 195.3333333333, 0.45);
}
.btn.cyan:active, a.cyan.read-more:active,
.cyan.anchor:active, button.cyan:active, .button.cyan:active, submit.cyan:active, input[type=submit].cyan:active, input[type=button].cyan:active, a.btn.cyan:active {
  background-color: rgb(21.8666666667, 154.0173913043, 174.9333333333);
  outline: 0;
}
.btn.white, a.white.read-more,
.white.anchor, button.white, .button.white, submit.white, input[type=submit].white, input[type=button].white, a.btn.white {
  background-color: #fff;
  color: rgb(199.77975, 154.67025, 154.67025);
}
.btn.white:hover, a.white.read-more:hover,
.white.anchor:hover, .btn.white:focus, a.white.read-more:focus,
.white.anchor:focus, button.white:hover, button.white:focus, .button.white:hover, .button.white:focus, submit.white:hover, submit.white:focus, input[type=submit].white:hover, input[type=submit].white:focus, input[type=button].white:hover, input[type=button].white:focus, a.btn.white:hover, a.btn.white:focus {
  background-color: white;
  -moz-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
}
.btn.white:active, a.white.read-more:active,
.white.anchor:active, button.white:active, .button.white:active, submit.white:active, input[type=submit].white:active, input[type=button].white:active, a.btn.white:active {
  background-color: rgb(249.9, 249.9, 249.9);
  outline: 0;
}
.btn.gold, a.gold.read-more,
.gold.anchor, button.gold, .button.gold, submit.gold, input[type=submit].gold, input[type=button].gold, a.btn.gold {
  background-color: #e3a703;
  color: rgb(56, 6, 6);
}
.btn.gold:hover, a.gold.read-more:hover,
.gold.anchor:hover, .btn.gold:focus, a.gold.read-more:focus,
.gold.anchor:focus, button.gold:hover, button.gold:focus, .button.gold:hover, .button.gold:focus, submit.gold:hover, submit.gold:focus, input[type=submit].gold:hover, input[type=submit].gold:focus, input[type=button].gold:hover, input[type=button].gold:focus, a.btn.gold:hover, a.btn.gold:focus {
  background-color: rgb(239.5836956522, 176.2576086957, 3.1663043478);
  -moz-box-shadow: 0 0 0 0.25rem rgba(239.5836956522, 176.2576086957, 3.1663043478, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(239.5836956522, 176.2576086957, 3.1663043478, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(239.5836956522, 176.2576086957, 3.1663043478, 0.45);
}
.btn.gold:active, a.gold.read-more:active,
.gold.anchor:active, button.gold:active, .button.gold:active, submit.gold:active, input[type=submit].gold:active, input[type=button].gold:active, a.btn.gold:active {
  background-color: rgb(216.9330434783, 159.5939130435, 2.8669565217);
  outline: 0;
}
.btn, a.read-more,
.anchor,
a.anchor, button, .button, submit, input[type=submit], input[type=button], a.btn, a.button, a.btn {
  min-height: 3rem;
  line-height: 1.84rem;
  font-weight: 500;
}
.btn:before, a.read-more:before,
.anchor:before, button:before, .button:before, submit:before, input[type=submit]:before, input[type=button]:before, a.btn:before {
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  left: -7px;
  background: #101523;
  z-index: -1;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  border-radius: 200px;
}

.select-box.primary, select.primary, textarea.primary, input.primary {
  background-color: rgb(130.6947368421, 144.5700404858, 183.3052631579);
  color: #b5e4e8;
}
.select-box.primary:hover, .select-box.primary:focus, select.primary:hover, select.primary:focus, textarea.primary:hover, textarea.primary:focus, input.primary:hover, input.primary:focus {
  background-color: rgb(94.7236842105, 117.4848178138, 181.0263157895);
  -moz-box-shadow: 0 0 0 0.25rem rgba(94.7236842105, 117.4848178138, 181.0263157895, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(94.7236842105, 117.4848178138, 181.0263157895, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(94.7236842105, 117.4848178138, 181.0263157895, 0.45);
}
.select-box.secondary, select.secondary, textarea.secondary, input.secondary {
  background-color: rgb(213.2978723404, 72.7021276596, 77.6353116835);
  color: white;
}
.select-box.secondary:hover, .select-box.secondary:focus, select.secondary:hover, select.secondary:focus, textarea.secondary:hover, textarea.secondary:focus, input.secondary:hover, input.secondary:focus {
  background-color: rgb(214.0138297872, 33.7361702128, 40.0617021277);
  -moz-box-shadow: 0 0 0 0.25rem rgba(214.0138297872, 33.7361702128, 40.0617021277, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(214.0138297872, 33.7361702128, 40.0617021277, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(214.0138297872, 33.7361702128, 40.0617021277, 0.45);
}
.select-box.success, select.success, textarea.success, input.success {
  background-color: rgb(64.2956521739, 193.7043478261, 93.8456692913);
  color: yellowgreen;
}
.select-box.success:hover, .select-box.success:focus, select.success:hover, select.success:focus, textarea.success:hover, textarea.success:focus, input.success:hover, input.success:focus {
  background-color: rgb(42.4637681159, 177.2862318841, 73.25);
  -moz-box-shadow: 0 0 0 0.25rem rgba(42.4637681159, 177.2862318841, 73.25, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(42.4637681159, 177.2862318841, 73.25, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(42.4637681159, 177.2862318841, 73.25, 0.45);
}
.select-box.info, select.info, textarea.info, input.info {
  background-color: rgb(43.6, 191.0608695652, 214.4);
  color: rgb(0, 44.4195652174, 51.45);
}
.select-box.info:hover, .select-box.info:focus, select.info:hover, select.info:focus, textarea.info:hover, textarea.info:focus, input.info:hover, input.info:focus {
  background-color: rgb(24.4166666667, 171.9782608696, 195.3333333333);
  -moz-box-shadow: 0 0 0 0.25rem rgba(24.4166666667, 171.9782608696, 195.3333333333, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(24.4166666667, 171.9782608696, 195.3333333333, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(24.4166666667, 171.9782608696, 195.3333333333, 0.45);
}
.select-box.warning, select.warning, textarea.warning, input.warning {
  background-color: rgb(245.15, 200.825, 67.85);
  color: rgb(106.45, 79.8375, 0);
}
.select-box.warning:hover, .select-box.warning:focus, select.warning:hover, select.warning:focus, textarea.warning:hover, textarea.warning:focus, input.warning:hover, input.warning:focus {
  background-color: rgb(255, 196.1875, 19.75);
  -moz-box-shadow: 0 0 0 0.25rem rgba(255, 196.1875, 19.75, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 196.1875, 19.75, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(255, 196.1875, 19.75, 0.45);
}
.select-box.danger, select.danger, textarea.danger, input.danger {
  background-color: rgb(218.2316455696, 105.7683544304, 116.5432805276);
  color: white;
}
.select-box.danger:hover, .select-box.danger:focus, select.danger:hover, select.danger:focus, textarea.danger:hover, textarea.danger:focus, input.danger:hover, input.danger:focus {
  background-color: rgb(221.8829113924, 63.8670886076, 79.0063291139);
  -moz-box-shadow: 0 0 0 0.25rem rgba(221.8829113924, 63.8670886076, 79.0063291139, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(221.8829113924, 63.8670886076, 79.0063291139, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(221.8829113924, 63.8670886076, 79.0063291139, 0.45);
}
.select-box.light, select.light, textarea.light, input.light {
  background-color: white;
  color: rgb(132.96775, 171.225, 209.48225);
}
.select-box.light:hover, .select-box.light:focus, select.light:hover, select.light:focus, textarea.light:hover, textarea.light:focus, input.light:hover, input.light:focus {
  background-color: white;
  -moz-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
}
.select-box.dark, select.dark, textarea.dark, input.dark {
  background-color: rgb(65.0189189189, 78.5786240786, 96.9810810811);
  color: rgb(86.383277027, 136.9883753071, 205.666722973);
}
.select-box.dark:hover, .select-box.dark:focus, select.dark:hover, select.dark:focus, textarea.dark:hover, textarea.dark:focus, input.dark:hover, input.dark:focus {
  background-color: rgb(43.4797297297, 59.0878378378, 80.2702702703);
  -moz-box-shadow: 0 0 0 0.25rem rgba(43.4797297297, 59.0878378378, 80.2702702703, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(43.4797297297, 59.0878378378, 80.2702702703, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(43.4797297297, 59.0878378378, 80.2702702703, 0.45);
}
.select-box.primary-light, select.primary-light, textarea.primary-light, input.primary-light {
  background-color: rgb(222.55, 226.2078947368, 236.45);
  color: #566EB1;
}
.select-box.primary-light:hover, .select-box.primary-light:focus, select.primary-light:hover, select.primary-light:focus, textarea.primary-light:hover, textarea.primary-light:focus, input.primary-light:hover, input.primary-light:focus {
  background-color: rgb(193.75, 202.5, 227);
  -moz-box-shadow: 0 0 0 0.25rem rgba(193.75, 202.5, 227, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(193.75, 202.5, 227, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(193.75, 202.5, 227, 0.45);
}
.select-box.primary-dark, select.primary-dark, textarea.primary-dark, input.primary-dark {
  background-color: rgb(55.65, 66.6236842105, 97.35);
  color: #b5e4e8;
}
.select-box.primary-dark:hover, .select-box.primary-dark:focus, select.primary-dark:hover, select.primary-dark:focus, textarea.primary-dark:hover, textarea.primary-dark:focus, input.primary-dark:hover, input.primary-dark:focus {
  background-color: rgb(36, 47.25, 78.75);
  -moz-box-shadow: 0 0 0 0.25rem rgba(36, 47.25, 78.75, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(36, 47.25, 78.75, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(36, 47.25, 78.75, 0.45);
}
.select-box.secondary-light, select.secondary-light, textarea.secondary-light, input.secondary-light {
  background-color: white;
  color: rgb(255, 48.45, 54.0324324324);
}
.select-box.secondary-light:hover, .select-box.secondary-light:focus, select.secondary-light:hover, select.secondary-light:focus, textarea.secondary-light:hover, textarea.secondary-light:focus, input.secondary-light:hover, input.secondary-light:focus {
  background-color: rgb(249.75, 222, 222.75);
  -moz-box-shadow: 0 0 0 0.25rem rgba(249.75, 222, 222.75, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(249.75, 222, 222.75, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(249.75, 222, 222.75, 0.45);
}
.select-box.secondary-dark, select.secondary-dark, textarea.secondary-dark, input.secondary-dark {
  background-color: rgb(124.35, 28.65, 31.2364864865);
  color: rgb(252.21875, 30.83125, 36.8146959459);
}
.select-box.secondary-dark:hover, .select-box.secondary-dark:focus, select.secondary-dark:hover, select.secondary-dark:focus, textarea.secondary-dark:hover, textarea.secondary-dark:focus, input.secondary-dark:hover, input.secondary-dark:focus {
  background-color: rgb(99, 15.75, 18);
  -moz-box-shadow: 0 0 0 0.25rem rgba(99, 15.75, 18, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(99, 15.75, 18, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(99, 15.75, 18, 0.45);
}
.select-box.gray-dark, select.gray-dark, textarea.gray-dark, input.gray-dark {
  background-color: rgb(65.0189189189, 78.5786240786, 96.9810810811);
  color: rgb(86.383277027, 136.9883753071, 205.666722973);
}
.select-box.gray-dark:hover, .select-box.gray-dark:focus, select.gray-dark:hover, select.gray-dark:focus, textarea.gray-dark:hover, textarea.gray-dark:focus, input.gray-dark:hover, input.gray-dark:focus {
  background-color: rgb(43.4797297297, 59.0878378378, 80.2702702703);
  -moz-box-shadow: 0 0 0 0.25rem rgba(43.4797297297, 59.0878378378, 80.2702702703, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(43.4797297297, 59.0878378378, 80.2702702703, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(43.4797297297, 59.0878378378, 80.2702702703, 0.45);
}
.select-box.gray, select.gray, textarea.gray, input.gray {
  background-color: rgb(147.8195020747, 158.4497548095, 172.1804979253);
  color: rgb(27.3292105809, 52.9837177103, 86.1207894191);
}
.select-box.gray:hover, .select-box.gray:focus, select.gray:hover, select.gray:focus, textarea.gray:hover, textarea.gray:focus, input.gray:hover, input.gray:focus {
  background-color: rgb(114.8298755187, 137.5601659751, 166.9201244813);
  -moz-box-shadow: 0 0 0 0.25rem rgba(114.8298755187, 137.5601659751, 166.9201244813, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(114.8298755187, 137.5601659751, 166.9201244813, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(114.8298755187, 137.5601659751, 166.9201244813, 0.45);
}
.select-box.gray-light, select.gray-light, textarea.gray-light, input.gray-light {
  background-color: white;
  color: rgb(101.86525, 152.225, 202.58475);
}
.select-box.gray-light:hover, .select-box.gray-light:focus, select.gray-light:hover, select.gray-light:focus, textarea.gray-light:hover, textarea.gray-light:focus, input.gray-light:hover, input.gray-light:focus {
  background-color: rgb(232.65, 236.375, 240.1);
  -moz-box-shadow: 0 0 0 0.25rem rgba(232.65, 236.375, 240.1, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(232.65, 236.375, 240.1, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(232.65, 236.375, 240.1, 0.45);
}
.select-box.blue, select.blue, textarea.blue, input.blue {
  background-color: rgb(61.2, 149.76, 244.8);
  color: rgb(0, 47.97, 99.45);
}
.select-box.blue:hover, .select-box.blue:focus, select.blue:hover, select.blue:focus, textarea.blue:hover, textarea.blue:focus, input.blue:hover, input.blue:focus {
  background-color: rgb(12.75, 129.6, 255);
  -moz-box-shadow: 0 0 0 0.25rem rgba(12.75, 129.6, 255, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(12.75, 129.6, 255, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(12.75, 129.6, 255, 0.45);
}
.select-box.indigo, select.indigo, textarea.indigo, input.indigo {
  background-color: rgb(135.3656131479, 74.419047619, 234.580952381);
  color: rgb(38.9853982301, 0, 102.45);
}
.select-box.indigo:hover, .select-box.indigo:focus, select.indigo:hover, select.indigo:focus, textarea.indigo:hover, textarea.indigo:focus, input.indigo:hover, input.indigo:focus {
  background-color: rgb(109.7410714286, 28.0922619048, 242.6577380952);
  -moz-box-shadow: 0 0 0 0.25rem rgba(109.7410714286, 28.0922619048, 242.6577380952, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(109.7410714286, 28.0922619048, 242.6577380952, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(109.7410714286, 28.0922619048, 242.6577380952, 0.45);
}
.select-box.purple, select.purple, textarea.purple, input.purple {
  background-color: rgb(143.1723499702, 114.4023904382, 195.5976095618);
  color: rgb(39.7300476284, 10.5531364542, 92.8968635458);
}
.select-box.purple:hover, .select-box.purple:focus, select.purple:hover, select.purple:focus, textarea.purple:hover, textarea.purple:focus, input.purple:hover, input.purple:focus {
  background-color: rgb(118.3147410359, 75.6005976096, 196.1494023904);
  -moz-box-shadow: 0 0 0 0.25rem rgba(118.3147410359, 75.6005976096, 196.1494023904, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(118.3147410359, 75.6005976096, 196.1494023904, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(118.3147410359, 75.6005976096, 196.1494023904, 0.45);
}
.select-box.pink, select.pink, textarea.pink, input.pink {
  background-color: rgb(229.1805555556, 115.8194444444, 167.8321895425);
  color: rgb(138.45, 0, 63.5241176471);
}
.select-box.pink:hover, .select-box.pink:focus, select.pink:hover, select.pink:focus, textarea.pink:hover, textarea.pink:focus, input.pink:hover, input.pink:focus {
  background-color: rgb(233.3576388889, 73.3923611111, 146.7881944444);
  -moz-box-shadow: 0 0 0 0.25rem rgba(233.3576388889, 73.3923611111, 146.7881944444, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(233.3576388889, 73.3923611111, 146.7881944444, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(233.3576388889, 73.3923611111, 146.7881944444, 0.45);
}
.select-box.red, select.red, textarea.red, input.red {
  background-color: rgb(218.2316455696, 105.7683544304, 116.5432805276);
  color: rgb(117.1353132911, 0.3146867089, 11.50708207);
}
.select-box.red:hover, .select-box.red:focus, select.red:hover, select.red:focus, textarea.red:hover, textarea.red:focus, input.red:hover, input.red:focus {
  background-color: rgb(221.8829113924, 63.8670886076, 79.0063291139);
  -moz-box-shadow: 0 0 0 0.25rem rgba(221.8829113924, 63.8670886076, 79.0063291139, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(221.8829113924, 63.8670886076, 79.0063291139, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(221.8829113924, 63.8670886076, 79.0063291139, 0.45);
}
.select-box.orange, select.orange, textarea.orange, input.orange {
  background-color: rgb(244.1303797468, 154.5976910958, 79.8696202532);
  color: rgb(117.45, 53.4321888412, 0);
}
.select-box.orange:hover, .select-box.orange:focus, select.orange:hover, select.orange:focus, textarea.orange:hover, textarea.orange:focus, input.orange:hover, input.orange:focus {
  background-color: rgb(253.1075949367, 132.9398734177, 32.6424050633);
  -moz-box-shadow: 0 0 0 0.25rem rgba(253.1075949367, 132.9398734177, 32.6424050633, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(253.1075949367, 132.9398734177, 32.6424050633, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(253.1075949367, 132.9398734177, 32.6424050633, 0.45);
}
.select-box.yellow, select.yellow, textarea.yellow, input.yellow {
  background-color: rgb(245.15, 200.825, 67.85);
  color: rgb(106.45, 79.8375, 0);
}
.select-box.yellow:hover, .select-box.yellow:focus, select.yellow:hover, select.yellow:focus, textarea.yellow:hover, textarea.yellow:focus, input.yellow:hover, input.yellow:focus {
  background-color: rgb(255, 196.1875, 19.75);
  -moz-box-shadow: 0 0 0 0.25rem rgba(255, 196.1875, 19.75, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 196.1875, 19.75, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(255, 196.1875, 19.75, 0.45);
}
.select-box.green, select.green, textarea.green, input.green {
  background-color: rgb(64.2956521739, 193.7043478261, 93.8456692913);
  color: rgb(2.4817789855, 48.9682210145, 13.0967933071);
}
.select-box.green:hover, .select-box.green:focus, select.green:hover, select.green:focus, textarea.green:hover, textarea.green:focus, input.green:hover, input.green:focus {
  background-color: rgb(42.4637681159, 177.2862318841, 73.25);
  -moz-box-shadow: 0 0 0 0.25rem rgba(42.4637681159, 177.2862318841, 73.25, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(42.4637681159, 177.2862318841, 73.25, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(42.4637681159, 177.2862318841, 73.25, 0.45);
}
.select-box.teal, select.teal, textarea.teal, input.teal {
  background-color: rgb(34.4794392523, 121.0123601422, 123.5205607477);
  color: rgb(42.6436331776, 239.6947405226, 245.4063668224);
}
.select-box.teal:hover, .select-box.teal:focus, select.teal:hover, select.teal:focus, textarea.teal:hover, textarea.teal:focus, input.teal:hover, input.teal:focus {
  background-color: rgb(20.1448598131, 97.3668224299, 99.6051401869);
  -moz-box-shadow: 0 0 0 0.25rem rgba(20.1448598131, 97.3668224299, 99.6051401869, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(20.1448598131, 97.3668224299, 99.6051401869, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(20.1448598131, 97.3668224299, 99.6051401869, 0.45);
}
.select-box.cyan, select.cyan, textarea.cyan, input.cyan {
  background-color: rgb(43.6, 191.0608695652, 214.4);
  color: rgb(0, 44.4195652174, 51.45);
}
.select-box.cyan:hover, .select-box.cyan:focus, select.cyan:hover, select.cyan:focus, textarea.cyan:hover, textarea.cyan:focus, input.cyan:hover, input.cyan:focus {
  background-color: rgb(24.4166666667, 171.9782608696, 195.3333333333);
  -moz-box-shadow: 0 0 0 0.25rem rgba(24.4166666667, 171.9782608696, 195.3333333333, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(24.4166666667, 171.9782608696, 195.3333333333, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(24.4166666667, 171.9782608696, 195.3333333333, 0.45);
}
.select-box.white, select.white, textarea.white, input.white {
  background-color: white;
  color: rgb(199.77975, 154.67025, 154.67025);
}
.select-box.white:hover, .select-box.white:focus, select.white:hover, select.white:focus, textarea.white:hover, textarea.white:focus, input.white:hover, input.white:focus {
  background-color: white;
  -moz-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.45);
}
.select-box.gold, select.gold, textarea.gold, input.gold {
  background-color: rgb(240.5630434783, 186.9578416149, 40.4369565217);
  color: rgb(56, 6, 6);
}
.select-box.gold:hover, .select-box.gold:focus, select.gold:hover, select.gold:focus, textarea.gold:hover, textarea.gold:focus, input.gold:hover, input.gold:focus {
  background-color: rgb(239.5836956522, 176.2576086957, 3.1663043478);
  -moz-box-shadow: 0 0 0 0.25rem rgba(239.5836956522, 176.2576086957, 3.1663043478, 0.45);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(239.5836956522, 176.2576086957, 3.1663043478, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(239.5836956522, 176.2576086957, 3.1663043478, 0.45);
}

button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  cursor: pointer;
  -moz-box-shadow: 0 0 0 0.1rem rgba(32, 18, 47, 0.15);
  -webkit-box-shadow: 0 0 0 0.1rem rgba(32, 18, 47, 0.15);
  box-shadow: 0 0 0 0.1rem rgba(32, 18, 47, 0.15);
}

.btn, a.read-more,
.anchor,
a.anchor, button, .button, submit, input[type=submit], input[type=button], a.btn, a.button, a.btn {
  background-color: #566EB1;
  position: relative;
  font-family: "Outfit";
}
.btn .fa, a.read-more .fa,
.anchor .fa,
.btn *:before,
a.read-more *:before,
.anchor *:before, button .fa,
button *:before, .button .fa,
.button *:before, submit .fa,
submit *:before, input[type=submit] .fa,
input[type=submit] *:before, input[type=button] .fa,
input[type=button] *:before, a.btn .fa,
a.btn *:before {
  font-size: inherit;
}
.btn.arrow:after, a.arrow.read-more:after,
.arrow.anchor:after, button.arrow:after, .button.arrow:after, submit.arrow:after, input[type=submit].arrow:after, input[type=button].arrow:after, a.btn.arrow:after {
  display: inline-block;
  color: white;
  font-family: "Fontawesome";
  padding: 0 10px 0 0;
  font-size: 0.9rem;
  content: "\f178";
  padding: 0 0 0 15px;
}
.right .btn.arrow:after, .right a.arrow.read-more:after,
.right .arrow.anchor:after, .right button.arrow:after, .right .button.arrow:after, .right submit.arrow:after, .right input[type=submit].arrow:after, .right input[type=button].arrow:after, .right a.btn.arrow:after {
  content: "\f177";
  padding: 0 15px 0 0;
}
.btn.simple:after, a.simple.read-more:after,
.simple.anchor:after, .btn.simple:before, a.simple.read-more:before,
.simple.anchor:before, button.simple:after, button.simple:before, .button.simple:after, .button.simple:before, submit.simple:after, submit.simple:before, input[type=submit].simple:after, input[type=submit].simple:before, input[type=button].simple:after, input[type=button].simple:before, a.btn.simple:after, a.btn.simple:before {
  content: none;
}
.btn.btn-icon, a.btn-icon.read-more,
.btn-icon.anchor, button.btn-icon, .button.btn-icon, submit.btn-icon, input[type=submit].btn-icon, input[type=button].btn-icon, a.btn.btn-icon {
  background: transparent;
  color: #CB2026;
  border: 0;
  padding: inherit 30px;
}
.btn.btn-icon:active, a.btn-icon.read-more:active,
.btn-icon.anchor:active, .btn.btn-icon:focus, a.btn-icon.read-more:focus,
.btn-icon.anchor:focus, button.btn-icon:active, button.btn-icon:focus, .button.btn-icon:active, .button.btn-icon:focus, submit.btn-icon:active, submit.btn-icon:focus, input[type=submit].btn-icon:active, input[type=submit].btn-icon:focus, input[type=button].btn-icon:active, input[type=button].btn-icon:focus, a.btn.btn-icon:active, a.btn.btn-icon:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .fa, a.read-more .fa,
.anchor .fa, button .fa, .button .fa, submit .fa, input[type=submit] .fa, input[type=button] .fa, a.btn .fa {
  font-size: 1.25em;
}
.btn .fa:before, a.read-more .fa:before,
.anchor .fa:before, button .fa:before, .button .fa:before, submit .fa:before, input[type=submit] .fa:before, input[type=button] .fa:before, a.btn .fa:before {
  color: #566EB1;
  color: inherit;
  margin-right: 5px;
  margin-left: 5px;
  top: 0;
  position: relative;
}
.btn.wide, a.wide.read-more,
.wide.anchor, button.wide, .button.wide, submit.wide, input[type=submit].wide, input[type=button].wide, a.btn.wide {
  padding-left: 3rem;
  padding-right: 3rem;
}
.btn.narrow, a.narrow.read-more,
.narrow.anchor, button.narrow, .button.narrow, submit.narrow, input[type=submit].narrow, input[type=button].narrow, a.btn.narrow {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.btn.full, a.full.read-more,
.full.anchor, .btn.full-width, a.full-width.read-more,
.full-width.anchor, button.full, button.full-width, .button.full, .button.full-width, submit.full, submit.full-width, input[type=submit].full, input[type=submit].full-width, input[type=button].full, input[type=button].full-width, a.btn.full, a.btn.full-width {
  width: 100%;
}
.btn.outline, a.outline.read-more,
.outline.anchor, button.outline, .button.outline, submit.outline, input[type=submit].outline, input[type=button].outline, a.btn.outline {
  background-color: transparent;
  color: #566EB1;
  border: 3px #566EB1 solid;
}
.btn.outline:hover, a.outline.read-more:hover,
.outline.anchor:hover, button.outline:hover, .button.outline:hover, submit.outline:hover, input[type=submit].outline:hover, input[type=button].outline:hover, a.btn.outline:hover {
  background-color: #566EB1;
  border-color: #566EB1;
  color: #EEF0F7;
}

.btn-primary,
.btn.primary,
a.primary.read-more,
.primary.anchor,
button.primary,
.primary.button,
submit.primary,
input.primary[type=submit],
input.primary[type=button] {
  color: white !important;
  background: #CB2026 !important;
}
.btn-primary:hover,
.btn.primary:hover,
a.primary.read-more:hover,
.primary.anchor:hover,
button.primary:hover,
.primary.button:hover,
submit.primary:hover,
input.primary[type=submit]:hover,
input.primary[type=button]:hover {
  background: rgb(255, 5.5, 14.2543859649) !important;
}

/**

@Note: 23-4-18, Implemented small and large classic classes as well
*/
.select-box, select, textarea, input {
  min-height: 3rem;
  color: #4a5c81;
  padding: 0.375rem 0.75rem;
  width: 100%;
  border: 2px solid #DADDE0;
  border-width: 0 0 2px;
}
.select-box.lg, .select-box.large, select.lg, select.large, textarea.lg, textarea.large, input.lg, input.large {
  min-height: 3.5rem;
}
.select-box.sm, .select-box.small, select.sm, select.small, textarea.sm, textarea.small, input.sm, input.small {
  display: inline-block;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input.flat {
  border-width: 0 0 3px;
  padding-left: 0;
  border-radius: 0;
}
input.flat:focus, input.flat:hover, input.flat:active {
  border-color: #465061;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  color: #4a5c81;
}

select {
  cursor: pointer;
  background-image: url("images/dropdown-bg.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 32px 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearence: none;
}
select option {
  padding: 5px 15px;
}

.select-box.auto, select.auto, textarea.auto, input.auto, .btn.auto, a.auto.read-more,
.auto.anchor, button.auto, .button.auto, submit.auto, input[type=submit].auto, input[type=button].auto, a.btn.auto {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.btn.small, a.small.read-more,
.small.anchor, button.small, .small.button, submit.small, input.small[type=submit], input.small[type=button],
.btn.sm,
a.sm.read-more,
.sm.anchor,
button.sm,
.sm.button,
submit.sm,
input.sm[type=submit],
input.sm[type=button],
.btn-sm,
button.small,
submit.small,
.btn.sm,
button.sm,
submit.sm,
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > a.read-more,
.btn-group-sm > .anchor,
.btn-group-sm > button,
.btn-group-sm > .button,
.btn-group-sm > submit,
.btn-group-sm > input[type=submit],
.btn-group-sm > input[type=button] {
  min-height: 1.8rem;
  height: 1.8rem;
  letter-spacing: 0;
  padding: 0.25rem 1.5rem;
  font-size: 0.75rem;
  font-weight: 400;
}

.btn.large, a.large.read-more,
.large.anchor, .large.button, input.large[type=submit], input.large[type=button], .btn.lg, a.lg.read-more,
.lg.anchor, .lg.button, input.lg[type=submit], input.lg[type=button], .btn-lg, .btn-group-lg > .btn, .btn-group-lg > a.read-more,
.btn-group-lg > .anchor, .btn-group-lg > button, .btn-group-lg > .button, .btn-group-lg > submit, .btn-group-lg > input[type=submit], .btn-group-lg > input[type=button], .btn.large, button.large, submit.large,
.btn.lg,
button.lg,
submit.lg {
  height: 3.5rem;
  min-height: 3.5rem;
}

/*  Fancy Input and Checkboxs
	//--------------------------------------------------*/
.input-fancy {
  display: inline-block;
  text-align: left;
}
.input-fancy input[type=checkbox],
.input-fancy input[type=radio] {
  display: none;
}
.input-fancy input[type=checkbox]:checked + .checkbox, .input-fancy input[type=checkbox]:checked + label, .input-fancy input[type=checkbox].checked + .checkbox, .input-fancy input[type=checkbox].checked + label,
.input-fancy input[type=radio]:checked + .checkbox,
.input-fancy input[type=radio]:checked + label,
.input-fancy input[type=radio].checked + .checkbox,
.input-fancy input[type=radio].checked + label {
  color: #4a5c81;
  border-color: #e1e6eb;
}
.input-fancy input[type=checkbox]:checked + .checkbox:after, .input-fancy input[type=checkbox]:checked + .checkbox::after, .input-fancy input[type=checkbox]:checked + label:after, .input-fancy input[type=checkbox]:checked + label::after, .input-fancy input[type=checkbox].checked + .checkbox:after, .input-fancy input[type=checkbox].checked + .checkbox::after, .input-fancy input[type=checkbox].checked + label:after, .input-fancy input[type=checkbox].checked + label::after,
.input-fancy input[type=radio]:checked + .checkbox:after,
.input-fancy input[type=radio]:checked + .checkbox::after,
.input-fancy input[type=radio]:checked + label:after,
.input-fancy input[type=radio]:checked + label::after,
.input-fancy input[type=radio].checked + .checkbox:after,
.input-fancy input[type=radio].checked + .checkbox::after,
.input-fancy input[type=radio].checked + label:after,
.input-fancy input[type=radio].checked + label::after {
  content: "\f00c";
  font-family: "Fontawesome";
  color: white;
  background: #566EB1;
  padding-top: 1px;
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.input-fancy input[type=checkbox]:checked + .checkbox.large:after, .input-fancy input[type=checkbox]:checked + .checkbox.large::after, .input-fancy input[type=checkbox]:checked + label.large:after, .input-fancy input[type=checkbox]:checked + label.large::after, .input-fancy input[type=checkbox].checked + .checkbox.large:after, .input-fancy input[type=checkbox].checked + .checkbox.large::after, .input-fancy input[type=checkbox].checked + label.large:after, .input-fancy input[type=checkbox].checked + label.large::after,
.input-fancy input[type=radio]:checked + .checkbox.large:after,
.input-fancy input[type=radio]:checked + .checkbox.large::after,
.input-fancy input[type=radio]:checked + label.large:after,
.input-fancy input[type=radio]:checked + label.large::after,
.input-fancy input[type=radio].checked + .checkbox.large:after,
.input-fancy input[type=radio].checked + .checkbox.large::after,
.input-fancy input[type=radio].checked + label.large:after,
.input-fancy input[type=radio].checked + label.large::after {
  font-size: 30px;
}
.input-fancy input[type=checkbox]:checked + .checkbox.small:after, .input-fancy input[type=checkbox]:checked + .checkbox.small::after, .input-fancy input[type=checkbox]:checked + label.small:after, .input-fancy input[type=checkbox]:checked + label.small::after, .input-fancy input[type=checkbox].checked + .checkbox.small:after, .input-fancy input[type=checkbox].checked + .checkbox.small::after, .input-fancy input[type=checkbox].checked + label.small:after, .input-fancy input[type=checkbox].checked + label.small::after,
.input-fancy input[type=radio]:checked + .checkbox.small:after,
.input-fancy input[type=radio]:checked + .checkbox.small::after,
.input-fancy input[type=radio]:checked + label.small:after,
.input-fancy input[type=radio]:checked + label.small::after,
.input-fancy input[type=radio].checked + .checkbox.small:after,
.input-fancy input[type=radio].checked + .checkbox.small::after,
.input-fancy input[type=radio].checked + label.small:after,
.input-fancy input[type=radio].checked + label.small::after {
  font-size: 12px;
}
.input-fancy .checkbox,
.input-fancy .radio-btn,
.input-fancy input[type=radio] + label,
.input-fancy input[type=checkbox] + label {
  position: relative;
  padding: 0 0 0 calc(1.8em + 8px);
  display: block;
  transition: all 0.15s;
  cursor: pointer;
  line-height: 1.6 span;
  line-height-display: inline-block;
  line-height-overflow: hidden;
  line-height-padding: 0;
}
.input-fancy .checkbox:before, .input-fancy .checkbox::before, .input-fancy .checkbox:after, .input-fancy .checkbox::after,
.input-fancy .radio-btn:before,
.input-fancy .radio-btn::before,
.input-fancy .radio-btn:after,
.input-fancy .radio-btn::after,
.input-fancy input[type=radio] + label:before,
.input-fancy input[type=radio] + label::before,
.input-fancy input[type=radio] + label:after,
.input-fancy input[type=radio] + label::after,
.input-fancy input[type=checkbox] + label:before,
.input-fancy input[type=checkbox] + label::before,
.input-fancy input[type=checkbox] + label:after,
.input-fancy input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  font-family: "Fontawesome";
  color: #566EB1;
  top: 50%;
  left: 0;
  display: inline-block;
  line-height: 1.5em; /*30px;*/
  height: 1.6em; /*30px;*/
  padding-left: 0px;
  width: 1.6em; /*30px;*/
  text-align: center;
  border-radius: 2px;
  vertical-align: text-bottom;
  margin: 0 10px 10px 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -moz-transition: all 0.1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -o-transition: all 0.1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -ms-transition: all 0.1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: all 0.1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.input-fancy .checkbox:before, .input-fancy .checkbox::before,
.input-fancy .radio-btn:before,
.input-fancy .radio-btn::before,
.input-fancy input[type=radio] + label:before,
.input-fancy input[type=radio] + label::before,
.input-fancy input[type=checkbox] + label:before,
.input-fancy input[type=checkbox] + label::before {
  background: #9FA5AD;
}
.input-fancy .checkbox:after, .input-fancy .checkbox::after,
.input-fancy .radio-btn:after,
.input-fancy .radio-btn::after,
.input-fancy input[type=radio] + label:after,
.input-fancy input[type=radio] + label::after,
.input-fancy input[type=checkbox] + label:after,
.input-fancy input[type=checkbox] + label::after {
  -webkit-transform: translateY(-50%) scale(0.3);
  -moz-transform: translateY(-50%) scale(0.3);
  -ms-transform: translateY(-50%) scale(0.3);
  -o-transform: translateY(-50%) scale(0.3);
  transform: translateY(-50%) scale(0.3);
}
.input-fancy .checkbox.large,
.input-fancy .radio-btn.large,
.input-fancy input[type=radio] + label.large,
.input-fancy input[type=checkbox] + label.large {
  padding: 0 0 0 calc(1.8em + 15px);
}
.input-fancy .checkbox.large:before, .input-fancy .checkbox.large::before,
.input-fancy .radio-btn.large:before,
.input-fancy .radio-btn.large::before,
.input-fancy input[type=radio] + label.large:before,
.input-fancy input[type=radio] + label.large::before,
.input-fancy input[type=checkbox] + label.large:before,
.input-fancy input[type=checkbox] + label.large::before {
  line-height: 1.6em; /*40px;*/
  height: 1.66667em; /*40px;*/
  width: 1.66667em; /*40px;*/
  padding-left: 2px;
  font-size: 30px;
}
.input-fancy .checkbox.small:before, .input-fancy .checkbox.small::before,
.input-fancy .radio-btn.small:before,
.input-fancy .radio-btn.small::before,
.input-fancy input[type=radio] + label.small:before,
.input-fancy input[type=radio] + label.small::before,
.input-fancy input[type=checkbox] + label.small:before,
.input-fancy input[type=checkbox] + label.small::before {
  width: 1.112em; /*20px;*/
  height: 1.1125em; /*20px;*/
  line-height: 1.2223em; /*22px;*/
  top: 0.333334em; /*6px;*/
  font-size: 12px;
}
.input-fancy input[type=radio]:checked + label:after, .input-fancy input[type=radio].checked + label:after {
  content: "";
  border: 0.5rem solid #566EB1;
  background: #fff;
}
.input-fancy .radio-btn:before, .input-fancy .radio-btn::before, .input-fancy .radio-btn:after,
.input-fancy input[type=radio] + label:before,
.input-fancy input[type=radio] + label::before,
.input-fancy input[type=radio] + label:after {
  border-radius: 50px;
  padding: 0;
}
.input-fancy .radio-btn:after, .input-fancy .radio-btn::after,
.input-fancy input[type=radio] + label:after,
.input-fancy input[type=radio] + label::after {
  content: "";
  border-width: 0 solid #566EB1;
  background: #fff;
}

a.read-more,
.anchor {
  background-color: #96A5CF;
  transition: all 0.25s ease-in-out;
}
a.read-more:hover,
.anchor:hover {
  background-color: #566EB1;
  color: white;
}
a.read-more.has-icon,
.anchor.has-icon {
  padding-right: 75px;
}
a.read-more.has-icon span.fa,
.anchor.has-icon span.fa {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 37px;
  width: 37px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1366px) {
  a.read-more.has-icon span.fa,
  .anchor.has-icon span.fa {
    top: 4px;
    right: 4px;
    height: 41px;
    width: 41px;
  }
}
@media only screen and (min-width: 1680px) {
  a.read-more.has-icon span.fa,
  .anchor.has-icon span.fa {
    top: 4px;
    right: 4px;
    height: 47px;
    width: 47px;
  }
}

.has-error {
  -moz-box-shadow: 0 0 20px rgba(220, 53, 69, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(220, 53, 69, 0.2);
  box-shadow: 0 0 20px rgba(220, 53, 69, 0.2);
  background-color: rgba(220, 53, 69, 0.4);
}

/**
 *  All Default Elements of HTML override here
 *  Tables, UL A etc.
 *	@file: layout-default
*/
/*
/*Font size controller for Desktop and Tablet
  is defined in new file, easier to manage!
update, Please file variable-media-query */
/**
	Typography Elements and stuff
	@author: xafaR
	@file: typography-elements

*/
/*  RESET ROOT
//--------------------------------------------------*/
html {
  font-size: 13px;
}
@media only screen and (min-width:768px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1366px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 1366px) and (min--moz-device-pixel-ratio: 1.25), only screen and (min-width: 1366px) and (-o-min-device-pixel-ratio: 1.25/1), only screen and (min-width: 1366px) and (min-device-pixel-ratio: 1.25) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 1680px) and (min--moz-device-pixel-ratio: 1.25), only screen and (min-width: 1680px) and (-o-min-device-pixel-ratio: 1.25/1), only screen and (min-width: 1680px) and (min-device-pixel-ratio: 1.25) {
  html {
    font-size: 18px;
  }
}
html body {
  font-size: 100%;
  font-size: 1.25em;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

h1,
.h1,
.lbl-primary,
.title,
.title-lg {
  font-size: 3rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h1,
  .h1,
  .lbl-primary,
  .title,
  .title-lg {
    font-size: 3rem;
  }
}
@media only screen and (min-width:992px) {
  h1,
  .h1,
  .lbl-primary,
  .title,
  .title-lg {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 1680px) {
  h1,
  .h1,
  .lbl-primary,
  .title,
  .title-lg {
    font-size: 7rem;
  }
}

h2,
.h2,
.lead.xl {
  font-size: 2.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h2,
  .h2,
  .lead.xl {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width:992px) {
  h2,
  .h2,
  .lead.xl {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1680px) {
  h2,
  .h2,
  .lead.xl {
    font-size: 3.35rem;
  }
}

h3, .faq-wrapper .cat-heading,
.h3, blockquote.lg {
  font-size: 1.65rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h3, .faq-wrapper .cat-heading,
  .h3, blockquote.lg {
    font-size: 1.65rem;
  }
}
@media only screen and (min-width:992px) {
  h3, .faq-wrapper .cat-heading,
  .h3, blockquote.lg {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1680px) {
  h3, .faq-wrapper .cat-heading,
  .h3, blockquote.lg {
    font-size: 2.6rem;
  }
}

.lead.sm {
  font-size: 1.35rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .lead.sm {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width:992px) {
  .lead.sm {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 1680px) {
  .lead.sm {
    font-size: 1.35rem;
  }
}

.circle-pt .text {
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .circle-pt .text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width:992px) {
  .circle-pt .text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1680px) {
  .circle-pt .text {
    font-size: 1.125rem;
  }
}

.h-tag.sm {
  font-size: 0.8rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .h-tag.sm {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width:992px) {
  .h-tag.sm {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 1680px) {
  .h-tag.sm {
    font-size: 0.8rem;
  }
}

h1,
.h1,
.lbl-primary,
.title,
.title-lg {
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.032rem;
  color: #303F69;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 2rem;
}

h2,
.h2,
.lead.xl {
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #CB2026;
  margin-bottom: 2rem;
  line-height: 1.2;
}

h3, .faq-wrapper .cat-heading,
.h3 {
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #273548;
  margin-bottom: 1rem;
  letter-spacing: -1px;
}

h4,
.h4,
.h-tag,
.faq-wrapper .panel-title a,
.faq-wrapper .panel-title span,
.legend,
legend,
h2.heading,
h3.heading,
.faq-wrapper .heading.cat-heading,
h4.heading {
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #273548;
  margin-bottom: 10px;
  font-size: 1.35rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h4,
  .h4,
  .h-tag,
  .faq-wrapper .panel-title a,
  .faq-wrapper .panel-title span,
  .legend,
  legend,
  h2.heading,
  h3.heading,
  .faq-wrapper .heading.cat-heading,
  h4.heading {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width:992px) {
  h4,
  .h4,
  .h-tag,
  .faq-wrapper .panel-title a,
  .faq-wrapper .panel-title span,
  .legend,
  legend,
  h2.heading,
  h3.heading,
  .faq-wrapper .heading.cat-heading,
  h4.heading {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 1680px) {
  h4,
  .h4,
  .h-tag,
  .faq-wrapper .panel-title a,
  .faq-wrapper .panel-title span,
  .legend,
  legend,
  h2.heading,
  h3.heading,
  .faq-wrapper .heading.cat-heading,
  h4.heading {
    font-size: 1.35rem;
  }
}

h5,
.h5 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #4a5c81;
  margin-bottom: 0.5rem;
}

h6,
.h6 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #4a5c81;
  margin-bottom: 0;
  font-size: 0.8rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h6,
  .h6 {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width:992px) {
  h6,
  .h6 {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 1680px) {
  h6,
  .h6 {
    font-size: 0.8rem;
  }
}

h4, h5, h6,
.h4,
.h-tag,
.faq-wrapper .panel-title a,
.faq-wrapper .panel-title span,
.legend,
legend,
h2.heading,
h3.heading,
.faq-wrapper .heading.cat-heading,
h4.heading, .h5, .h6 {
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.display-1,
.display-2 {
  font-family: "Alumni Sans", "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
Generating lot of Mess
 */
/*
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
*/
*[data-class*=sm],
*[data-class*=small],
span.sm,
span.small {
  display: block;
  font-size: 0.6666em;
  line-height: 1;
}

*[data-class*=light],
span.light {
  font-weight: 300;
}

*[data-class*=color-secondary] {
  color: #CB2026;
}

/*}*/
.underline:after {
  content: "";
  height: 2px;
  background: #eee;
  width: 80px;
  margin: 5px auto;
  display: block;
}

.bar-sm:before, .h3.bar-sm:before, .h4.bar-sm:before, .faq-wrapper .panel-title a.bar-sm:before,
.faq-wrapper .panel-title span.bar-sm:before, .h5.bar-sm:before {
  content: "";
  height: 10px;
  width: 90px;
  position: absolute;
  right: 100%;
  background: #CB2026;
  position: absolute;
  border-radius: 5px;
  top: 17px;
}

h3.bar-sm, .faq-wrapper .bar-sm.cat-heading, .h3.bar-sm,
h4.bar-sm, .h4.bar-sm, .bar-sm.h-tag, .faq-wrapper .panel-title a.bar-sm,
.faq-wrapper .panel-title span.bar-sm, .bar-sm.legend,
legend.bar-sm,
h2.bar-sm.heading,
h5.bar-sm, .h5.bar-sm {
  position: relative;
  padding-left: 45px;
}
h3.bar-sm:before, .faq-wrapper .bar-sm.cat-heading:before, .h3.bar-sm:before,
h4.bar-sm:before, .h4.bar-sm:before, .bar-sm.h-tag:before, .faq-wrapper .panel-title a.bar-sm:before,
.faq-wrapper .panel-title span.bar-sm:before, .bar-sm.legend:before,
legend.bar-sm:before,
h2.bar-sm.heading:before,
h5.bar-sm:before, .h5.bar-sm:before {
  top: 10px;
  right: auto;
  left: 0;
  width: 30px;
  height: 5px;
}

sub,
sup {
  font-size: 65%;
}

.font-size-diplay-1 {
  font-size: 5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-size-diplay-1 {
    font-size: 5.5rem;
  }
}
@media only screen and (min-width:992px) {
  .font-size-diplay-1 {
    font-size: 9rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-size-diplay-1 {
    font-size: 10rem;
  }
}

.font-size-xl,
.size-xl {
  font-size: 5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-size-xl,
  .size-xl {
    font-size: 5.5rem;
  }
}
@media only screen and (min-width:992px) {
  .font-size-xl,
  .size-xl {
    font-size: 9rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-size-xl,
  .size-xl {
    font-size: 10rem;
  }
}

.font-size-h1,
.size-h1 {
  font-size: 3rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-size-h1,
  .size-h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width:992px) {
  .font-size-h1,
  .size-h1 {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-size-h1,
  .size-h1 {
    font-size: 7rem;
  }
}

.font-size-h2,
.size-h2 {
  font-size: 2.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-size-h2,
  .size-h2 {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width:992px) {
  .font-size-h2,
  .size-h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-size-h2,
  .size-h2 {
    font-size: 3.35rem;
  }
}

.font-size-h3,
.size-h3 {
  font-size: 1.65rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-size-h3,
  .size-h3 {
    font-size: 1.65rem;
  }
}
@media only screen and (min-width:992px) {
  .font-size-h3,
  .size-h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-size-h3,
  .size-h3 {
    font-size: 2.6rem;
  }
}

.font-size-h4,
.size-h4 {
  font-size: 1.35rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-size-h4,
  .size-h4 {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width:992px) {
  .font-size-h4,
  .size-h4 {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-size-h4,
  .size-h4 {
    font-size: 1.35rem;
  }
}

.font-size-h5,
.size-h5 {
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-size-h5,
  .size-h5 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width:992px) {
  .font-size-h5,
  .size-h5 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-size-h5,
  .size-h5 {
    font-size: 1.125rem;
  }
}

.font-size-h6,
.size-h6 {
  font-size: 0.8rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-size-h6,
  .size-h6 {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width:992px) {
  .font-size-h6,
  .size-h6 {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-size-h6,
  .size-h6 {
    font-size: 0.8rem;
  }
}

.font-heading {
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.font-heading-light {
  font-weight: 300;
  font-family: "Outfit Light", "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.font-secondary {
  font-family: "Alumni Sans", "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-body-light {
  font-family: "Roboto Light", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

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

.font-xxl {
  font-size: 7.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-xxl {
    font-size: 6.6rem;
  }
}
@media only screen and (min-width:992px) {
  .font-xxl {
    font-size: 10.8rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-xxl {
    font-size: 12rem;
  }
}
.font-xxl {
  font-weight: 300;
  color: #40548C;
  line-height: 1;
  letter-spacing: -2px;
}

.font-xl {
  font-size: 4.25rem;
  font-size: 5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-xl {
    font-size: 5.5rem;
  }
}
@media only screen and (min-width:992px) {
  .font-xl {
    font-size: 9rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-xl {
    font-size: 10rem;
  }
}
.font-xl {
  font-weight: 300;
  line-height: 1;
  color: #303F69;
}

.font-size-xxl {
  font-size: 7.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-size-xxl {
    font-size: 6.6rem;
  }
}
@media only screen and (min-width:992px) {
  .font-size-xxl {
    font-size: 10.8rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-size-xxl {
    font-size: 12rem;
  }
}

.font-size-xl {
  font-size: 4.25rem;
  font-size: 5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .font-size-xl {
    font-size: 5.5rem;
  }
}
@media only screen and (min-width:992px) {
  .font-size-xl {
    font-size: 9rem;
  }
}
@media only screen and (min-width: 1680px) {
  .font-size-xl {
    font-size: 10rem;
  }
}

.small,
small {
  font-size: 90%;
}
@media (min-width: 992px) {
  .small,
  small {
    font-size: 85%;
  }
}

.display-1,
.display-2 {
  letter-spacing: -3px;
  font-weight: inherit;
  line-height: 1;
  font-family: "Alumni Sans", "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #303F69;
}

.display-2 {
  font-family: "Alumni Sans", "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .display-2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width:992px) {
  .display-2 {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 1680px) {
  .display-2 {
    font-size: 7.5rem;
  }
}

.display-1 {
  font-size: 4.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .display-1 {
    font-size: 5.5rem;
  }
}
@media only screen and (min-width:992px) {
  .display-1 {
    font-size: 9rem;
  }
}
@media only screen and (min-width: 1680px) {
  .display-1 {
    font-size: 10rem;
  }
}
.display-1.bar:after {
  content: "";
  height: 10px;
  width: 200px;
  background: #CB2026;
  display: block;
}

h1.heading {
  text-transform: uppercase;
}

.display-1 .light, .display-2 .light, .font-xl .light, .font-xxl .light, h1 .light, .h1 .light, .title .light, .title-lg .light, .lbl-primary .light, h2 .light, .h2 .light, .lead.xl .light, h3 .light, .faq-wrapper .cat-heading .light, .h3 .light, h4 .light, .h4 .light, .h-tag .light, .faq-wrapper .panel-title a .light,
.faq-wrapper .panel-title span .light, .legend .light,
legend .light, h5 .light, .h5 .light, h6 .light, .h6 .light {
  font-weight: 300;
}
.display-1 .____tag, .display-2 .____tag, .font-xl .____tag, .font-xxl .____tag, h1 .____tag, .h1 .____tag, .title .____tag, .title-lg .____tag, .lbl-primary .____tag, h2 .____tag, .h2 .____tag, .lead.xl .____tag, h3 .____tag, .faq-wrapper .cat-heading .____tag, .h3 .____tag, h4 .____tag, .h4 .____tag, .h-tag .____tag, .faq-wrapper .panel-title a .____tag,
.faq-wrapper .panel-title span .____tag, .legend .____tag,
legend .____tag, h5 .____tag, .h5 .____tag, h6 .____tag, .h6 .____tag {
  background: transparent;
  color: #566EB1;
  position: relative;
  z-index: 1;
}
.display-1 .____tag:before, .display-2 .____tag:before, .font-xl .____tag:before, .font-xxl .____tag:before, h1 .____tag:before, .h1 .____tag:before, .title .____tag:before, .title-lg .____tag:before, .lbl-primary .____tag:before, h2 .____tag:before, .h2 .____tag:before, .lead.xl .____tag:before, h3 .____tag:before, .faq-wrapper .cat-heading .____tag:before, .h3 .____tag:before, h4 .____tag:before, .h4 .____tag:before, .h-tag .____tag:before, .faq-wrapper .panel-title a .____tag:before,
.faq-wrapper .panel-title span .____tag:before, .legend .____tag:before,
legend .____tag:before, h5 .____tag:before, .h5 .____tag:before, h6 .____tag:before, .h6 .____tag:before {
  content: "";
  height: 85%;
  width: 100%;
  background: #B9C3DF;
  display: block;
  position: absolute;
  z-index: -1;
  top: 10px;
  left: -5px;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
}

.lead {
  font-size: 1.65rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .lead {
    font-size: 1.65rem;
  }
}
@media only screen and (min-width:992px) {
  .lead {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1680px) {
  .lead {
    font-size: 2.6rem;
  }
}
.lead {
  margin-bottom: 30px;
  line-height: 1.25;
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #202A46;
}
.lead.lg {
  font-size: 2.5rem;
  font-size: 2.145rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .lead.lg {
    font-size: 2.145rem;
  }
}
@media only screen and (min-width:992px) {
  .lead.lg {
    font-size: 3.12rem;
  }
}
@media only screen and (min-width: 1680px) {
  .lead.lg {
    font-size: 3.38rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .lead.lg {
    font-size: 1.1rem;
  }
}
.lead.xl {
  color: rgb(25.05, 52.1289473684, 127.95);
  margin: 30px 0;
  font-family: "Alumni Sans", "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
@media only screen and (min-width:992px) {
  .lead.xl {
    margin: 45px 0;
    font-size: 3.5rem;
  }
}
.lead.light {
  font-weight: 300;
  font-family: "Roboto Light", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.lead.sm {
  font-weight: 300;
  line-height: 1.35;
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #566EB1;
}
.lead.expanded {
  line-height: 2;
}
.lead.condensed {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.heading-caption,
.h-caption {
  color: #566EB1;
  font-weight: 300;
  display: block;
  line-height: 1;
  margin: 0 0.25em 0 0;
}

.narrow-width {
  width: 70%;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.highlight {
  display: inline-block;
  color: white;
  background: #566EB1;
  padding: 15px;
  position: relative;
  margin: 0 2.5% 0 5%;
  z-index: 2;
}
.highlight:before {
  width: 116%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: -8%;
  background: inherit;
  z-index: -1;
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
.highlight.rev {
  margin: 0 5% 0 2.5%;
}
.highlight.rev:before {
  left: auto;
  right: -8%;
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
.highlight.txt-shadow {
  -moz-text-shadow: 1px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 1px 10px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 1px 10px 0 rgba(0, 0, 0, 0.2);
}

a {
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

b,
strong,
.strong,
.bold {
  font-weight: bold;
}

.hash-tag {
  font-weight: 700;
  color: #125759;
  padding-right: 0.5rem;
  font-size: 1.125em;
}

.em-num {
  font-family: "Alumni Sans", "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #CB2026;
  font-size: 1.6em;
  vertical-align: middle;
  padding: 5px;
}

.tag.white {
  display: inline-block;
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  color: #6b83a2;
  background: white;
  -moz-box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.title {
  font-size: 3.9rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .title {
    font-size: 3.9rem;
  }
}
@media only screen and (min-width:992px) {
  .title {
    font-size: 7.8rem;
  }
}
@media only screen and (min-width: 1680px) {
  .title {
    font-size: 9.1rem;
  }
}
.title {
  color: #566EB1;
  font-weight: 300;
  line-height: 0.8;
}
.title span {
  display: block;
  width: 100%;
  color: #CB2026;
  font-size: 0.4em;
  padding-left: 1rem;
}
.title:after {
  content: "";
  display: block;
}
.title-lg {
  color: #566EB1;
}

.size-xxl-phone {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .size-xxl-phone {
    font-size: 7.5rem;
  }
}

.size-xl-phone {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .size-xl-phone {
    font-size: 5rem;
  }
}

.size-h1-phone {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .size-h1-phone {
    font-size: 3rem;
  }
}

.size-h2-phone {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .size-h2-phone {
    font-size: 2.25rem;
  }
}

.size-h3-phone {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .size-h3-phone {
    font-size: 1.65rem;
  }
}

.size-h4-phone {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .size-h4-phone {
    font-size: 1.35rem;
  }
}

.size-h5-phone {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .size-h5-phone {
    font-size: 1.125rem;
  }
}

.size-h6-phone {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .size-h6-phone {
    font-size: 0.8rem;
  }
}

.size-small-phone {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .size-small-phone {
    font-size: 0.8rem;
  }
}

a {
  font-size: inherit;
  font-weight: inherit;
}
a:hover {
  text-decoration: none !important;
}

ul {
  padding-left: 1rem;
  margin-bottom: 2rem;
}
ul.ticks,
ul.check,
ul.arrow {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2rem;
}
ul.ticks li,
ul.check li,
ul.arrow li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.75rem;
  list-style: none;
  position: relative;
}
ul.ticks li:before,
ul.check li:before,
ul.arrow li:before {
  content: "\f058";
  font-size: 1em;
  font-family: "Fontawesome";
  color: #CB2026;
  position: absolute;
  left: 5px;
  top: 1px;
}
ul.ticks.sm,
ul.check.sm,
ul.arrow.sm {
  font-size: 1rem;
}

ul.check li:before {
  content: "\f00c";
}

ul.arrow li:before {
  content: "\f178";
}

ul.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2rem;
  counter-reset: step-counter;
}
ul.steps li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.75rem;
  list-style: none;
  position: relative;
}
ul.steps li:before {
  content: counter(step-counter);
  counter-increment: step-counter;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #CB2026;
  position: absolute;
  left: 11px;
  top: 3px;
  line-height: 1.4;
}
ul.steps.sm {
  font-size: 1rem;
}

img {
  pointer-events: none;
}

blockquote {
  color: #394e69;
  width: 90%;
  position: relative;
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  font-family: "Alumni Sans";
  font-size: 1.25rem;
  line-height: 2;
  padding-left: 10%;
  z-index: 0;
  letter-spacing: 0;
  font-style: normal;
  text-align: left;
}
blockquote:before {
  content: "\f10d";
  display: inline-block;
  position: absolute;
  z-index: -1;
  font-family: "Fontawesome";
  font-size: 7rem;
  top: -10%;
  left: 15px;
  color: rgb(233.125, 236.25, 239.375);
}
blockquote.bg {
  background: #f8f9fa;
}
blockquote.condensed {
  width: 60%;
}
blockquote.lg {
  font-weight: bold;
}
blockquote.lg:before {
  font-size: 5rem;
}
blockquote *:last-child {
  margin-bottom: 0;
}

/*
fieldset {
	padding: $grid-gutter-width;
	border: 2px solid $border-color-default;
	margin-top: $grid-gutter-width;
	margin-bottom: $grid-gutter-width;

	@include xash-border-radius($fieldset-border-radius);


	legend {
		display: inline-block;
		width: auto;
		padding: 0 15px 0 5px;
	}
}
*/
table th,
.table th {
  background-color: #DADDE0;
  border-bottom: 3px solid #DADDE0;
  color: #566EB1;
}
table th > p:last-child,
table td > p:last-child,
.table th > p:last-child,
.table td > p:last-child {
  margin: 0;
}

iframe {
  height: 100%;
  width: 100%;
}

form .row {
  margin-bottom: 15px;
}

/**
	Layout Page
	@author: xafaR
	@file: layout-page

*/
body,
html {
  overflow-x: hidden;
  overflow-x: clip;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 767.98px) {
  body,
  html {
    -webkit-overflow-scrolling: touch;
  }
}

body {
  height: 100%;
  min-height: 100vh;
  width: 100%;
}

#page-content {
  background-color: #f0f;
  background: #DCE1EF url(./images/bg-about-cloud.png) no-repeat center center fixed;
  overflow: clip;
  animation: page-cont-animated 100s linear infinite;
}

@keyframes page-cont-animated {
  from {
    background-position: -10% center;
  }
  to {
    background-position: 180% center;
  }
}
#wrapper {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  background-size: 100%;
}
#wrapper > * {
  width: 100%;
}
#wrapper #footer {
  align-self: flex-end;
}

#main-wrapper {
  min-height: 100%;
  width: 100%;
}

@media only screen and (min-width:992px) {
  #sidebar + #content-wrapper {
    margin-left: 100%;
  }
}
.entry-content.container,
#main > article.page {
  padding: 0;
  width: 100%;
}

#content-wrapper {
  height: 100%;
  flex-basis: 100%;
  width: auto;
  padding: 0;
  min-height: 100vh;
}
.body-content {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .body-content {
    padding-top: 1rem;
  }
}
@media (min-width: 992px) {
  .body-content {
    padding-top: 1.2rem;
  }
}
> div > .row > .col .body-contentbody.homepage, > div > .row > #content-wrapper .body-contentbody.homepage {
  padding: 0;
}
@media (min-width: 992px) {
  .body-content .main-body-content {
    padding: 30px 30px 45px;
    background: white;
    -webkit-border-radius: 15px 45px;
    -moz-border-radius: 15px 45px;
    -ms-border-radius: 15px 45px;
    -o-border-radius: 15px 45px;
    border-radius: 15px 45px;
  }
  .homepage .body-content .main-body-content, .full-width .body-content .main-body-content {
    padding: 0;
  }
  .body-content .main-body-content {
    /*&.col-md-9,
    &.col-lg-9{ */
  }
}
.body-content .main-body-content > .col, .body-content .main-body-content > #content-wrapper {
  padding: 0;
}
.body-content .inner-page-wrapper {
  padding-top: 2rem;
}

.link-item {
  padding: 0.5em 0.5em 0.5em 2.5em;
  border-bottom: 1px solid #4a5c81;
  position: relative;
  text-decoration: none !important;
  text-transform: uppercase;
}
.link-item:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f178";
  left: 0;
  top: 5px;
}

.modal-open.ajax-loader {
  background-image: url(images/ajax-loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

/**
	Headers
	@author: xafaR
	@file: layout-header

*/
#header {
  padding: 0 30px;
  height: 60px;
  background: rgba(255, 255, 255, 0.009);
}
#header > .row {
  height: 100%;
}
#header > .row > div {
  font-size: 13px;
  display: flex;
  align-items: center;
}
#header > .row > div:last-child {
  justify-content: flex-end;
}

.area-menu {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.area-menu .area-menu-button .btn, .area-menu .area-menu-button button, .area-menu .area-menu-button .button, .area-menu .area-menu-button submit, .area-menu .area-menu-button input[type=submit], .area-menu .area-menu-button input[type=button], .area-menu .area-menu-button a.read-more,
.area-menu .area-menu-button .anchor {
  margin-left: 30px;
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
}

.btn-menu-toggle {
  position: absolute;
  height: 100%;
  width: 60px;
  margin-left: -30px;
  top: 0;
}
.btn-menu-toggle .btn-menu {
  height: 100%;
  width: 100%;
  margin: 0;
  font-size: 1.5em;
  color: rgb(155.7894736842, 169.8785425101, 209.2105263158);
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
}

#header-wrapper {
  position: relative;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  #header-wrapper {
    min-height: 290px;
    min-height: 180px;
  }
}
@media only screen and (max-width:991.98px) {
  #header-wrapper .header-primary {
    height: 60px;
  }
}
@media (min-width: 992px) {
  #header-wrapper .header-primary {
    padding: 0.5rem;
  }
}

/*  Site Branding
//--------------------------------------------------*/
.logo-wrapper {
  padding: 5px 0;
  position: relative;
  z-index: 5030;
}

.site-title {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-top: 0 !important;
  padding: 0 15px;
  max-width: 200px;
  line-height: 0;
}
.site-title a {
  border: none !important;
  outline: none !important;
  margin-top: 10px;
  display: block;
}
.site-title > span,
.site-title .site-name {
  display: none;
}
.site-title svg {
  pointer-events: none;
}
.site-title img {
  max-width: 220px;
  height: auto;
  position: relative;
  margin-top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .site-title img {
    max-width: 100%;
  }
}
.site-title img {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .site-title img {
    max-width: 100px;
    max-height: 50px;
  }
}
body.sticky .site-title .site-title-heading img {
  margin-top: -250px;
}
body.sticky .site-title .site-title-heading a {
  height: 38px;
}
.site-title {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .site-title {
    height: 64px;
  }
  .site-title a {
    height: 100%;
  }
  .site-title a img,
  .site-title a svg {
    height: 100%;
  }
}

/*  Primary Header Area
//--------------------------------------------------*/
@media only screen and (max-width:991.98px) {
  #header-wrapper .header-primary > .container {
    width: 100%;
  }
}
#header-wrapper .header-primary-area {
  margin-bottom: 1rem;
}

.header-super-menu {
  font-size: 0.8rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header-super-menu {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width:992px) {
  .header-super-menu {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 1680px) {
  .header-super-menu {
    font-size: 0.8rem;
  }
}
.header-super-menu > div {
  width: 100%;
}
.header-super-menu > div p {
  margin: 0;
  font-weight: 500;
}
html {
  background-color: white;
}

.logo-wrapper {
  mix-blend-mode: difference;
}
/**
	All navigation styles comes here.
	@author: xafaR
	@file: layout-navigation

*/
/*  Menu Header Area
//--------------------------------------------------*/
.header-menu-wrapper {
  height: 50px;
}
.header-menu-wrapper .dropdown,
.header-menu-wrapper .nav-category,
.header-menu-wrapper > .container,
.header-menu-wrapper > .container > .row {
  height: 100%;
}

/*  Navigation
//--------------------------------------------------*/
.area-menu {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .area-menu {
    justify-content: flex-end;
  }
}

.menu-wrap-phone {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .menu-wrap-phone {
    padding: 5px 0;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.25);
  }
}

.menu-wrapper {
  background: linear-gradient(135deg, #060918 0%, #0d1530 25%, #0f1a3a 50%, #0a1025 75%, #050b14 100%);
  background-color: #060918;
}
.menu-wrapper:before {
  content: "";
  display: block;
  width: 100vw;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vw;
  background: linear-gradient(135deg, #060918 0%, #0d1530 25%, #0f1a3a 50%, #0a1025 75%, #050b14 100%);
  background-color: #060918;
  transform: translate(50%, -50%) scale(0);
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  transition: transform 1s;
}
@media (min-width: 992px) {
  .menu-wrapper {
    background: transparent;
  }
  .menu-wrapper:before {
    border-radius: 100vh;
  }
}
.menu-wrapper {
  display: block;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .menu-wrapper {
    height: 100vh;
    overflow: auto;
    overflow-x: hidden;
    padding: 10vh 5vw;
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .menu-wrapper {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.main-navigation {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: linear-gradient(135deg, #060918 0%, #0d1530 30%, #0f1a3a 60%, #050b14 100%);
  background-color: #060918;
}
.main-navigation li.lv1 {
  width: 100%;
}
.main-navigation .top-main-menu .nav {
  width: 100%;
  float: none;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-content: center;
  margin-top: 8vh;
}
.main-navigation .top-main-menu .nav > li {
  font-size: 2rem;
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #DADDE0;
  display: flex;
  float: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  text-align: left;
  flex-wrap: wrap;
  justify-content: left;
  width: 100%;
  position: relative;
  /*
  &.menu-item-has-children > a {
  	padding: $nav-link-padding-child;
  }
  */
}
@media (min-width: 992px) {
  .main-navigation .top-main-menu .nav > li {
    margin: 0;
    padding: 0;
    text-align: right;
    width: auto;
    z-index: 1;
    justify-content: center;
    padding-right: 90px;
  }
}
.main-navigation .top-main-menu .nav > li:hover {
  color: #CB2026;
  background-color: transparent;
  z-index: 30;
}
.main-navigation .top-main-menu .nav > li:hover > a {
  color: #CB2026;
  z-index: 5;
}
.main-navigation .top-main-menu .nav > li > a {
  font-size: 2rem;
  font-family: inherit;
  font-weight: 700;
  color: #DADDE0;
  padding: 2rem;
  letter-spacing: 0.75px;
  line-height: 1;
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  .main-navigation .top-main-menu .nav > li > a {
    display: inline-block;
    font-size: 3rem;
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .main-navigation .top-main-menu .nav {
    justify-content: center;
  }
  .main-navigation .top-main-menu .nav > li {
    text-align: right;
  }
}
@media only screen and (min-width: 1366px) {
  .main-navigation .top-main-menu .pull-right {
    width: 100%;
  }
}
@media only screen and (max-width:991.98px) {
  .main-navigation {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .main-navigation {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}

.menu-button {
  position: relative;
  width: 100%;
  text-align: right;
  position: absolute;
  top: 20px;
  right: 10px;
}
@media only screen and (max-width:991.98px) {
  .menu-button {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }
}
.menu-burger {
  background: transparent;
  width: 70px;
  height: 70px;
  padding: 0;
  margin: 0;
  position: relative;
  min-height: unset;
  z-index: 3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background-position 0.1s ease-in;
  -moz-transition: background-position 0.1s ease-in;
  -o-transition: background-position 0.1s ease-in;
  -ms-transition: background-position 0.1s ease-in;
  transition: background-position 0.1s ease-in;
}
.menu-burger:after, .menu-burger:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: -6px;
  left: auto;
  z-index: 2;
  margin-top: -5px;
  pointer-events: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.menu-burger:before {
  content: "";
  height: 35px;
  width: 35px;
  top: 10px;
  background: transparent;
  border: 1px solid #CB2026;
  -webkit-transition: all 0.25s cubic-bezier(0.17, 0.59, 0.51, 0.92);
  -moz-transition: all 0.25s cubic-bezier(0.17, 0.59, 0.51, 0.92);
  -o-transition: all 0.25s cubic-bezier(0.17, 0.59, 0.51, 0.92);
  -ms-transition: all 0.25s cubic-bezier(0.17, 0.59, 0.51, 0.92);
  transition: all 0.25s cubic-bezier(0.17, 0.59, 0.51, 0.92);
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transform: rotateZ(135deg);
  -moz-transform: rotateZ(135deg);
  -ms-transform: rotateZ(135deg);
  -o-transform: rotateZ(135deg);
  transform: rotateZ(135deg);
}
.menu-burger:after {
  height: 100%;
  width: 0;
  background: #4a5c81;
  -webkit-transition: all 0.15s cubic-bezier(0.17, 0.59, 0.51, 0.92) 0.26s;
  -moz-transition: all 0.15s cubic-bezier(0.17, 0.59, 0.51, 0.92) 0.26s;
  -o-transition: all 0.15s cubic-bezier(0.17, 0.59, 0.51, 0.92) 0.26s;
  -ms-transition: all 0.15s cubic-bezier(0.17, 0.59, 0.51, 0.92) 0.26s;
  transition: all 0.15s cubic-bezier(0.17, 0.59, 0.51, 0.92) 0.26s;
}
.menu-burger:focus {
  box-shadow: none !important;
}
.menu-burger:hover, .menu-burger:active {
  background-color: transparent;
  background-position: -110% -5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-burger:hover:before, .menu-burger:active:before {
  height: 100%;
  width: 117%;
  width: -webkit-calc(100% + 12px);
  width: -ms-calc(100% + 12px);
  width: -moz-calc(100% + 12px);
  width: calc(100% + 12px);
  top: 6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.menu-burger:hover:after, .menu-burger:active:after {
  width: 117%;
  width: -webkit-calc(100% + 12px);
  width: -ms-calc(100% + 12px);
  width: -moz-calc(100% + 12px);
  width: calc(100% + 12px);
  top: 6px;
}
.menu-burger:hover span i, .menu-burger:active span i {
  background-color: inherit;
}
.menu-burger span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.menu-burger span i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 17px 2px;
  background-color: #B9C3DF;
  position: relative;
  z-index: 3;
  transform-origin: center center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.menu-burger span i.mbfrst, .menu-burger span i.mblast {
  position: absolute;
  top: 0;
  left: 10px;
}
.menu-burger span i.mblast {
  left: auto;
  right: 10px;
}
body.menu-visible .menu-burger span i.mbfrst,
body.menu-visible .menu-burger span i.mblast {
  width: 42px;
  height: 3px;
}
body.menu-visible .menu-burger span i.mbfrst {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 14px;
}
body.menu-visible .menu-burger span i.mblast {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 10px;
}
body.menu-visible .menu-burger span i.mbmid {
  height: 0;
  width: 0;
}
body.menu-visible .menu-burger:after, body.menu-visible .menu-burger:before {
  content: unset;
}

body.menu-open .area-menu.mobile-menu-btn,
body.menu-visible .area-menu.mobile-menu-btn {
  opacity: 0;
}

.area-menu.mobile-menu-btn {
  margin-top: 5px;
  padding: 0;
}
.area-menu.mobile-menu-btn .mb-wrap {
  height: 42px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-items: space-between;
  flex-wrap: wrap;
}
.area-menu.mobile-menu-btn .first,
.area-menu.mobile-menu-btn .mid,
.area-menu.mobile-menu-btn .last {
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 30px;
  background: #DCE1EF;
}

.navbar-nav > li {
  padding: 0;
}
.navbar-nav > li a {
  position: relative;
  width: 100%;
}
.navbar-nav > li {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .navbar-nav > li > a {
    border-bottom: 1px solid rgba(220, 225, 239, 0.25);
  }
}
.navbar-nav > li.menu-item-has-children > a,
.navbar-nav > li.dropdown > a {
  padding: 8px 40px 8px 20px;
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .navbar-nav > li.menu-item-has-children > a,
  .navbar-nav > li.dropdown > a {
    width: 100%;
    border-bottom: 1px solid rgba(220, 225, 239, 0.25);
  }
  .navbar-nav > li.menu-item-has-children > a .caret,
  .navbar-nav > li.dropdown > a .caret {
    position: absolute;
    right: 0;
    font-size: 1em;
    transform: rotate(90deg);
  }
  .navbar-nav > li.menu-item-has-children > a .caret.fa,
  .navbar-nav > li.dropdown > a .caret.fa {
    font-size: 1em;
  }
}
.navbar-nav > li.menu-item-has-children .caret,
.navbar-nav > li.dropdown .caret {
  vertical-align: middle;
  padding: 0 15px;
  transform: translateX(0);
  transition: all 0.25s ease-in-out;
  font-size: 0.6em;
  position: absolute;
  top: 32px;
}
.navbar-nav > li.menu-item-has-children .caret.fa,
.navbar-nav > li.dropdown .caret.fa {
  font-size: 0.6em;
}
.navbar-nav > li.menu-item-has-children ._caret__DISABLED,
.navbar-nav > li.dropdown ._caret__DISABLED {
  position: absolute;
  content: "";
  font-family: "Fontawesome";
  font-size: 0.5rem;
  top: 0;
  right: -30px;
  height: 5rem;
  width: 50px;
  text-align: center;
}
.navbar-nav > li.menu-item-has-children ._caret__DISABLED:before,
.navbar-nav > li.dropdown ._caret__DISABLED:before {
  line-height: 5rem;
  width: 100%;
  text-align: center;
  content: "";
}
@media (min-width: 992px) {
  .navbar-nav > li.menu-item-has-children ._caret__DISABLED,
  .navbar-nav > li.dropdown ._caret__DISABLED {
    left: calc(100% - 30px);
    height: 2px;
    width: 2rem;
    display: block;
    top: 50%;
    top: calc(50% - 2px);
    border: 2px solid white;
    border-width: 2px 0 0;
  }
}
@media (min-width: 992px) {
  .navbar-nav > li.menu-item-has-children:hover .caret,
  .navbar-nav > li.dropdown:hover .caret {
    transform: translateX(10px);
  }
  .navbar-nav > li.menu-item-has-children:hover > a ._caret__DISABLED,
  .navbar-nav > li.dropdown:hover > a ._caret__DISABLED {
    -webkit-animation: submenu-hover-arrow 0.25s ease-in 0s 1;
    -moz-animation: submenu-hover-arrow 0.25s ease-in 0s 1;
    -ms-animation: submenu-hover-arrow 0.25s ease-in 0s 1;
    animation: submenu-hover-arrow 0.25s ease-in 0s 1;
    animation-fill-mode: forwards;
  }
}

.sub-menu,
.dropdown-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #131519;
}
.sub-menu.hover-animated,
.dropdown-menu.hover-animated {
  background-color: transparent;
}
.sub-menu,
.dropdown-menu {
  border: 0;
  display: block;
  width: 560px;
  padding: 0;
  -moz-box-shadow: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
@media (min-width: 992px) {
  .sub-menu,
  .dropdown-menu {
    position: absolute;
    z-index: 5000;
    visibility: hidden;
    left: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-30%);
    -moz-transform: translateY(-50%) translateX(-30%);
    -ms-transform: translateY(-50%) translateX(-30%);
    -o-transform: translateY(-50%) translateX(-30%);
    transform: translateY(-50%) translateX(-30%);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 992px) {
  .sub-menu.show-menu, .sub-menu.show, li.dropdown:hover .sub-menu,
  .dropdown-menu.show-menu,
  .dropdown-menu.show,
  li.dropdown:hover .dropdown-menu {
    visibility: visible;
    -webkit-transform: translateY(-50%) translateX(70px);
    -moz-transform: translateY(-50%) translateX(70px);
    -ms-transform: translateY(-50%) translateX(70px);
    -o-transform: translateY(-50%) translateX(70px);
    transform: translateY(-50%) translateX(70px);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .sub-menu.show-menu li.lv2 > a, .sub-menu.show li.lv2 > a, li.dropdown:hover .sub-menu li.lv2 > a,
  .dropdown-menu.show-menu li.lv2 > a,
  .dropdown-menu.show li.lv2 > a,
  li.dropdown:hover .dropdown-menu li.lv2 > a {
    animation-play-state: running;
  }
}
.sub-menu,
.dropdown-menu {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .sub-menu.hover-animated,
  .dropdown-menu.hover-animated {
    display: none;
    padding: 20px 20px 20px 30px;
  }
  .sub-menu.hover-animated a,
  .dropdown-menu.hover-animated a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.5rem;
    border-bottom: 1px solid rgba(64, 84, 140, 0.7);
  }
}
.sub-menu > *,
.dropdown-menu > * {
  padding: 0;
}
.sub-menu ul,
.dropdown-menu ul {
  list-style: none;
}
.sub-menu li,
.dropdown-menu li {
  font-size: 1.25rem;
  font-weight: 400;
  color: white;
  background-color: transparent;
  padding: 0;
  text-align: left;
  width: 100%;
  -webkit-transition: all .45s;
  -moz-transition: all .45s;
  -o-transition: all .45s;
  -ms-transition: all .45s;
  transition: all .45s;
}
.sub-menu li a,
.dropdown-menu li a {
  font-size: inherit;
  color: inherit;
  padding: 1.5vh 1.5vh;
  display: block;
  letter-spacing: 0.12em;
  -webkit-transition: all .45s;
  -moz-transition: all .45s;
  -o-transition: all .45s;
  -ms-transition: all .45s;
  transition: all .45s;
}
.sub-menu li a:hover,
.dropdown-menu li a:hover {
  color: #007bff;
  background: inherit;
}
@media (min-width: 1366px) {
  .sub-menu li a a,
  .dropdown-menu li a a {
    padding: 15px 1.5vh;
  }
}
.sub-menu li.menu-item-has-children > a,
.dropdown-menu li.menu-item-has-children > a {
  padding: 8px 40px 8px 20px;
}
.sub-menu li:hover > a, .sub-menu li.current-menu-item > a, .sub-menu li.current-menu-parent > a, .sub-menu li.current-page-ancestor > a,
.dropdown-menu li:hover > a,
.dropdown-menu li.current-menu-item > a,
.dropdown-menu li.current-menu-parent > a,
.dropdown-menu li.current-page-ancestor > a {
  background-color: transparent;
}
.sub-menu li:hover > a,
.dropdown-menu li:hover > a {
  padding-left: calc(1.5vh + 20px);
  transform: translateX(30px);
}
.sub-menu,
.dropdown-menu {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .sub-menu.sub-menu-opened,
  .dropdown-menu.sub-menu-opened {
    display: block;
  }
}

.sub-menu > li.menu-item-has-children > a:before,
.dropdown-menu > li.menu-item-has-children > a:before,
.navbar-nav.vert > li.menu-item-has-children > a:before,
.nav-category > li.menu-item-has-children > a:before {
  content: "\f054";
}

.main-navigation > .container {
  margin: 0;
  padding: 0;
  list-style: none;
}

@-moz-keyframes menuhover {
  75% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes menuhover {
  75% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes menuhover {
  75% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes menuhover {
  75% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes menu-hover-child {
  100% {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes menu-hover-child {
  100% {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes menu-hover-child {
  100% {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes menu-hover-child {
  100% {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
body.menu-visible .menu-wrapper:before {
  transform: translate(50%, -50%) scale(3);
}
body.menu-visible .menu-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
body.menu-visible .hide-close {
  display: block;
  visibility: visible;
}
body.menu-visible .logo-wrapper .site-title svg * {
  fill: #DADDE0;
  stroke: #DADDE0;
}
body.menu-visible #footer *,
body.menu-visible #footer .fa:before {
  color: #DADDE0;
}

.hide-close {
  display: none;
  visibility: hidden;
}

.hover-animated.animate > ul > li a {
  -webkit-animation: submenu-hover 0.18s ease-out 0.15s 1;
  -moz-animation: submenu-hover 0.18s ease-out 0.15s 1;
  -ms-animation: submenu-hover 0.18s ease-out 0.15s 1;
  animation: submenu-hover 0.18s ease-out 0.15s 1;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hover-animated > ul > li a {
  line-height: 1.75;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .hover-animated > ul > li a {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
}
@media (min-width: 992px) {
  .hover-animated > ul > li a {
    line-height: 0;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
    -webkit-transform: translateX(-60%);
    -moz-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    -o-transform: translateX(-60%);
    transform: translateX(-60%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@-moz-keyframes submenu-hover {
  100% {
    line-height: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes submenu-hover {
  100% {
    line-height: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes submenu-hover {
  100% {
    line-height: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes submenu-hover {
  100% {
    line-height: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes submenu-hover-arrow {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    width: 170px;
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
}
@-webkit-keyframes submenu-hover-arrow {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    width: 170px;
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
}
@-ms-keyframes submenu-hover-arrow {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    width: 170px;
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
}
@keyframes submenu-hover-arrow {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    width: 170px;
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
}
/*  Experimental
//--------------------------------------------------*/
.menu-galaxy-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.menu-galaxy-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  overflow: hidden;
  animation: menu-stars-drift 20s linear infinite;
  will-change: transform;
}

.menu-star {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  animation: menu-star-twinkle 3s ease-in-out infinite;
  will-change: opacity;
}
.menu-star:nth-child(3n) {
  width: 1px;
  height: 1px;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.9), 0 0 4px rgba(255, 255, 255, 0.4);
}
.menu-star:nth-child(3n+1) {
  width: 2px;
  height: 2px;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.9), 0 0 6px rgba(86, 110, 177, 0.5);
}
.menu-star:nth-child(3n+2) {
  width: 3px;
  height: 3px;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.9), 0 0 8px rgba(203, 32, 38, 0.4);
}
.menu-star:nth-child(5n) {
  background: rgba(203, 32, 38, 0.95);
  box-shadow: 0 0 3px rgba(203, 32, 38, 0.9), 0 0 6px rgba(203, 32, 38, 0.5);
}
.menu-star:nth-child(5n+2) {
  background: rgba(86, 110, 177, 0.95);
  box-shadow: 0 0 3px rgba(86, 110, 177, 0.9), 0 0 6px rgba(86, 110, 177, 0.5);
}
.menu-star:nth-child(1) {
  left: 3%;
  top: 5%;
  animation-delay: 0s;
}
.menu-star:nth-child(2) {
  left: 10%;
  top: 16%;
  animation-delay: 0.12s;
}
.menu-star:nth-child(3) {
  left: 17%;
  top: 27%;
  animation-delay: 0.24s;
}
.menu-star:nth-child(4) {
  left: 24%;
  top: 38%;
  animation-delay: 0.36s;
}
.menu-star:nth-child(5) {
  left: 31%;
  top: 49%;
  animation-delay: 0.48s;
}
.menu-star:nth-child(6) {
  left: 38%;
  top: 60%;
  animation-delay: 0.6s;
}
.menu-star:nth-child(7) {
  left: 45%;
  top: 71%;
  animation-delay: 0.72s;
}
.menu-star:nth-child(8) {
  left: 52%;
  top: 82%;
  animation-delay: 0.84s;
}
.menu-star:nth-child(9) {
  left: 59%;
  top: 93%;
  animation-delay: 0.96s;
}
.menu-star:nth-child(10) {
  left: 66%;
  top: 6%;
  animation-delay: 1.08s;
}
.menu-star:nth-child(11) {
  left: 73%;
  top: 17%;
  animation-delay: 1.2s;
}
.menu-star:nth-child(12) {
  left: 80%;
  top: 28%;
  animation-delay: 1.32s;
}
.menu-star:nth-child(13) {
  left: 87%;
  top: 39%;
  animation-delay: 1.44s;
}
.menu-star:nth-child(14) {
  left: 94%;
  top: 50%;
  animation-delay: 1.56s;
}
.menu-star:nth-child(15) {
  left: 3%;
  top: 61%;
  animation-delay: 1.68s;
}
.menu-star:nth-child(16) {
  left: 10%;
  top: 72%;
  animation-delay: 1.8s;
}
.menu-star:nth-child(17) {
  left: 17%;
  top: 83%;
  animation-delay: 1.92s;
}
.menu-star:nth-child(18) {
  left: 24%;
  top: 94%;
  animation-delay: 2.04s;
}
.menu-star:nth-child(19) {
  left: 31%;
  top: 7%;
  animation-delay: 2.16s;
}
.menu-star:nth-child(20) {
  left: 38%;
  top: 18%;
  animation-delay: 2.28s;
}
.menu-star:nth-child(21) {
  left: 45%;
  top: 29%;
  animation-delay: 2.4s;
}
.menu-star:nth-child(22) {
  left: 52%;
  top: 40%;
  animation-delay: 2.52s;
}
.menu-star:nth-child(23) {
  left: 59%;
  top: 51%;
  animation-delay: 2.64s;
}
.menu-star:nth-child(24) {
  left: 66%;
  top: 62%;
  animation-delay: 2.76s;
}
.menu-star:nth-child(25) {
  left: 73%;
  top: 73%;
  animation-delay: 2.88s;
}
.menu-star:nth-child(26) {
  left: 80%;
  top: 84%;
  animation-delay: 3s;
}
.menu-star:nth-child(27) {
  left: 87%;
  top: 95%;
  animation-delay: 3.12s;
}
.menu-star:nth-child(28) {
  left: 94%;
  top: 8%;
  animation-delay: 3.24s;
}
.menu-star:nth-child(29) {
  left: 3%;
  top: 19%;
  animation-delay: 3.36s;
}
.menu-star:nth-child(30) {
  left: 10%;
  top: 30%;
  animation-delay: 3.48s;
}
.menu-star:nth-child(31) {
  left: 17%;
  top: 41%;
  animation-delay: 3.6s;
}
.menu-star:nth-child(32) {
  left: 24%;
  top: 52%;
  animation-delay: 3.72s;
}
.menu-star:nth-child(33) {
  left: 31%;
  top: 63%;
  animation-delay: 3.84s;
}
.menu-star:nth-child(34) {
  left: 38%;
  top: 74%;
  animation-delay: 3.96s;
}
.menu-star:nth-child(35) {
  left: 45%;
  top: 85%;
  animation-delay: 4.08s;
}
.menu-star:nth-child(36) {
  left: 52%;
  top: 96%;
  animation-delay: 4.2s;
}
.menu-star:nth-child(37) {
  left: 59%;
  top: 9%;
  animation-delay: 4.32s;
}
.menu-star:nth-child(38) {
  left: 66%;
  top: 20%;
  animation-delay: 4.44s;
}
.menu-star:nth-child(39) {
  left: 73%;
  top: 31%;
  animation-delay: 4.56s;
}
.menu-star:nth-child(40) {
  left: 80%;
  top: 42%;
  animation-delay: 4.68s;
}
.menu-star:nth-child(41) {
  left: 87%;
  top: 53%;
  animation-delay: 4.8s;
}
.menu-star:nth-child(42) {
  left: 94%;
  top: 64%;
  animation-delay: 4.92s;
}
.menu-star:nth-child(43) {
  left: 3%;
  top: 75%;
  animation-delay: 5.04s;
}
.menu-star:nth-child(44) {
  left: 10%;
  top: 86%;
  animation-delay: 5.16s;
}
.menu-star:nth-child(45) {
  left: 17%;
  top: 97%;
  animation-delay: 5.28s;
}
.menu-star:nth-child(46) {
  left: 24%;
  top: 10%;
  animation-delay: 5.4s;
}
.menu-star:nth-child(47) {
  left: 31%;
  top: 21%;
  animation-delay: 5.52s;
}
.menu-star:nth-child(48) {
  left: 38%;
  top: 32%;
  animation-delay: 5.64s;
}
.menu-star:nth-child(49) {
  left: 45%;
  top: 43%;
  animation-delay: 5.76s;
}
.menu-star:nth-child(50) {
  left: 52%;
  top: 54%;
  animation-delay: 5.88s;
}
.menu-star:nth-child(51) {
  left: 3%;
  top: 105%;
  animation-delay: 0s;
}
.menu-star:nth-child(52) {
  left: 10%;
  top: 116%;
  animation-delay: 0.12s;
}
.menu-star:nth-child(53) {
  left: 17%;
  top: 127%;
  animation-delay: 0.24s;
}
.menu-star:nth-child(54) {
  left: 24%;
  top: 138%;
  animation-delay: 0.36s;
}
.menu-star:nth-child(55) {
  left: 31%;
  top: 149%;
  animation-delay: 0.48s;
}
.menu-star:nth-child(56) {
  left: 38%;
  top: 160%;
  animation-delay: 0.6s;
}
.menu-star:nth-child(57) {
  left: 45%;
  top: 171%;
  animation-delay: 0.72s;
}
.menu-star:nth-child(58) {
  left: 52%;
  top: 182%;
  animation-delay: 0.84s;
}
.menu-star:nth-child(59) {
  left: 59%;
  top: 193%;
  animation-delay: 0.96s;
}
.menu-star:nth-child(60) {
  left: 66%;
  top: 106%;
  animation-delay: 1.08s;
}
.menu-star:nth-child(61) {
  left: 73%;
  top: 117%;
  animation-delay: 1.2s;
}
.menu-star:nth-child(62) {
  left: 80%;
  top: 128%;
  animation-delay: 1.32s;
}
.menu-star:nth-child(63) {
  left: 87%;
  top: 139%;
  animation-delay: 1.44s;
}
.menu-star:nth-child(64) {
  left: 94%;
  top: 150%;
  animation-delay: 1.56s;
}
.menu-star:nth-child(65) {
  left: 3%;
  top: 161%;
  animation-delay: 1.68s;
}
.menu-star:nth-child(66) {
  left: 10%;
  top: 172%;
  animation-delay: 1.8s;
}
.menu-star:nth-child(67) {
  left: 17%;
  top: 183%;
  animation-delay: 1.92s;
}
.menu-star:nth-child(68) {
  left: 24%;
  top: 194%;
  animation-delay: 2.04s;
}
.menu-star:nth-child(69) {
  left: 31%;
  top: 107%;
  animation-delay: 2.16s;
}
.menu-star:nth-child(70) {
  left: 38%;
  top: 118%;
  animation-delay: 2.28s;
}
.menu-star:nth-child(71) {
  left: 45%;
  top: 129%;
  animation-delay: 2.4s;
}
.menu-star:nth-child(72) {
  left: 52%;
  top: 140%;
  animation-delay: 2.52s;
}
.menu-star:nth-child(73) {
  left: 59%;
  top: 151%;
  animation-delay: 2.64s;
}
.menu-star:nth-child(74) {
  left: 66%;
  top: 162%;
  animation-delay: 2.76s;
}
.menu-star:nth-child(75) {
  left: 73%;
  top: 173%;
  animation-delay: 2.88s;
}
.menu-star:nth-child(76) {
  left: 80%;
  top: 184%;
  animation-delay: 3s;
}
.menu-star:nth-child(77) {
  left: 87%;
  top: 195%;
  animation-delay: 3.12s;
}
.menu-star:nth-child(78) {
  left: 94%;
  top: 108%;
  animation-delay: 3.24s;
}
.menu-star:nth-child(79) {
  left: 3%;
  top: 119%;
  animation-delay: 3.36s;
}
.menu-star:nth-child(80) {
  left: 10%;
  top: 130%;
  animation-delay: 3.48s;
}
.menu-star:nth-child(81) {
  left: 17%;
  top: 141%;
  animation-delay: 3.6s;
}
.menu-star:nth-child(82) {
  left: 24%;
  top: 152%;
  animation-delay: 3.72s;
}
.menu-star:nth-child(83) {
  left: 31%;
  top: 163%;
  animation-delay: 3.84s;
}
.menu-star:nth-child(84) {
  left: 38%;
  top: 174%;
  animation-delay: 3.96s;
}
.menu-star:nth-child(85) {
  left: 45%;
  top: 185%;
  animation-delay: 4.08s;
}
.menu-star:nth-child(86) {
  left: 52%;
  top: 196%;
  animation-delay: 4.2s;
}
.menu-star:nth-child(87) {
  left: 59%;
  top: 109%;
  animation-delay: 4.32s;
}
.menu-star:nth-child(88) {
  left: 66%;
  top: 120%;
  animation-delay: 4.44s;
}
.menu-star:nth-child(89) {
  left: 73%;
  top: 131%;
  animation-delay: 4.56s;
}
.menu-star:nth-child(90) {
  left: 80%;
  top: 142%;
  animation-delay: 4.68s;
}
.menu-star:nth-child(91) {
  left: 87%;
  top: 153%;
  animation-delay: 4.8s;
}
.menu-star:nth-child(92) {
  left: 94%;
  top: 164%;
  animation-delay: 4.92s;
}
.menu-star:nth-child(93) {
  left: 3%;
  top: 175%;
  animation-delay: 5.04s;
}
.menu-star:nth-child(94) {
  left: 10%;
  top: 186%;
  animation-delay: 5.16s;
}
.menu-star:nth-child(95) {
  left: 17%;
  top: 197%;
  animation-delay: 5.28s;
}
.menu-star:nth-child(96) {
  left: 24%;
  top: 110%;
  animation-delay: 5.4s;
}
.menu-star:nth-child(97) {
  left: 31%;
  top: 121%;
  animation-delay: 5.52s;
}
.menu-star:nth-child(98) {
  left: 38%;
  top: 132%;
  animation-delay: 5.64s;
}
.menu-star:nth-child(99) {
  left: 45%;
  top: 143%;
  animation-delay: 5.76s;
}
.menu-star:nth-child(100) {
  left: 52%;
  top: 154%;
  animation-delay: 5.88s;
}

@-moz-keyframes menu-star-twinkle {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes menu-star-twinkle {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes menu-star-twinkle {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes menu-star-twinkle {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes menu-stars-drift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-15px, -100%);
  }
}
@-webkit-keyframes menu-stars-drift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-15px, -100%);
  }
}
@-ms-keyframes menu-stars-drift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-15px, -100%);
  }
}
@keyframes menu-stars-drift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-15px, -100%);
  }
}
.x-bub-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.x-bub-menu li {
  position: absolute;
  list-style: none;
  display: block;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -100px;
  animation: circle 15s infinite;
  transition-timing-function: linear;
}
.x-bub-menu li:nth-child(odd) {
  border-color: rgba(203, 32, 38, 0.6);
  box-shadow: 0 0 15px rgba(203, 32, 38, 0.25);
}
.x-bub-menu li:nth-child(even) {
  border-color: rgba(86, 110, 177, 0.6);
  box-shadow: 0 0 15px rgba(86, 110, 177, 0.25);
}
.x-bub-menu li:nth-child(1) {
  width: 40px;
  height: 40px;
  left: 20%;
  background: url(images/element-dot-square.png) repeat;
  box-shadow: 0 0 20px rgba(203, 32, 38, 0.3);
}
.x-bub-menu li:nth-child(2) {
  width: 60px;
  height: 60px;
  left: 40%;
  animation-delay: 2s;
  animation-duration: 16s;
  background-color: transparent;
  border: 10px solid rgba(86, 110, 177, 0.6);
}
.x-bub-menu li:nth-child(3) {
  width: 30px;
  height: 30px;
  left: 60%;
  animation-delay: 4s;
  animation-duration: 13s;
  background: url(images/element-x.png) repeat;
  box-shadow: 0 0 18px rgba(203, 32, 38, 0.3);
}
.x-bub-menu li:nth-child(4) {
  width: 100px;
  height: 100px;
  left: 80%;
  animation-delay: 1s;
  animation-duration: 19s;
  opacity: 0.25;
  filter: alpha(opacity=25);
  background: url(images/element-dot-square.png) repeat;
  background-size: 20px 20px;
  box-shadow: 0 0 25px rgba(86, 110, 177, 0.25);
}
.x-bub-menu li:nth-child(5) {
  width: 50px;
  height: 50px;
  left: 50%;
  animation-delay: 5s;
  animation-duration: 12s;
  background: url(images/element-x.png) repeat;
  box-shadow: 0 0 18px rgba(203, 32, 38, 0.3);
}
.x-bub-menu li:nth-child(6) {
  width: 25px;
  height: 25px;
  left: 10%;
  animation-delay: 3s;
  animation-duration: 11s;
  background: url(images/element-x.png) repeat;
  box-shadow: 0 0 12px rgba(86, 110, 177, 0.3);
}
.x-bub-menu li:nth-child(7) {
  width: 55px;
  height: 55px;
  left: 70%;
  animation-delay: 2.5s;
  animation-duration: 11s;
  background-color: transparent;
  border: 6px solid rgba(203, 32, 38, 0.6);
}
.x-bub-menu li:nth-child(8) {
  width: 75px;
  height: 75px;
  left: 30%;
  animation-delay: 3.5s;
  animation-duration: 11s;
  box-shadow: 0 0 20px rgba(86, 110, 177, 0.3);
}

@-moz-keyframes circle {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1080px) rotate(800deg);
    -moz-transform: translateY(-1080px) rotate(800deg);
    -ms-transform: translateY(-1080px) rotate(800deg);
    -o-transform: translateY(-1080px) rotate(800deg);
    transform: translateY(-1080px) rotate(800deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1080px) rotate(800deg);
    -moz-transform: translateY(-1080px) rotate(800deg);
    -ms-transform: translateY(-1080px) rotate(800deg);
    -o-transform: translateY(-1080px) rotate(800deg);
    transform: translateY(-1080px) rotate(800deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-ms-keyframes circle {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1080px) rotate(800deg);
    -moz-transform: translateY(-1080px) rotate(800deg);
    -ms-transform: translateY(-1080px) rotate(800deg);
    -o-transform: translateY(-1080px) rotate(800deg);
    transform: translateY(-1080px) rotate(800deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1080px) rotate(800deg);
    -moz-transform: translateY(-1080px) rotate(800deg);
    -ms-transform: translateY(-1080px) rotate(800deg);
    -o-transform: translateY(-1080px) rotate(800deg);
    transform: translateY(-1080px) rotate(800deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
/**
	Header Primary area
	@author: xafaR
	@file: header-primary

*/
.sepia_banner-widget {
  margin-bottom: 0;
}

img.hero {
  width: auto;
  height: 100%;
  max-width: none;
  left: 50vw;
  top: 0;
  position: absolute;
  z-index: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width:768px) {
  img.hero {
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
img.hero.left {
  left: -50%;
}
img.hero.right {
  left: 50%;
}
@media only screen and (min-width:992px) {
  img.hero-desktop {
    width: auto;
    height: 100%;
    max-width: none;
    left: 50vw;
    top: 0;
    position: absolute;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (min-width:992px) and (min-width:768px) {
  img.hero-desktop {
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width:992px) {
  img.hero-desktop.left {
    left: -50%;
  }
  img.hero-desktop.right {
    left: 50%;
  }
}
body.right img.hero.left {
  left: 50%;
}
body.right img.hero.right {
  left: -50%;
}
@media only screen and (min-width:992px) {
  body.right img.hero-desktop {
    width: auto;
    height: 100%;
    max-width: none;
    left: 50vw;
    top: 0;
    position: absolute;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (min-width:992px) and (min-width:768px) {
  body.right img.hero-desktop {
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width:992px) {
  body.right img.hero-desktop.left {
    left: 50%;
  }
  body.right img.hero-desktop.right {
    left: -50%;
  }
}

/**
	Has Header
 */
body #header-wrapper {
  padding: 0;
}
body #header-wrapper header.top-menu-wrapper {
  position: absolute;
  position: fixed;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5000;
}

.bounce-arrow {
  -moz-animation: bounce-arrow 2s infinite;
  -webkit-animation: bounce-arrow 2s infinite;
  animation: bounce-arrow 2s infinite;
}

.slick-slider .slick-track {
  padding: 0;
}

.banner-wrapper {
  height: 95vh;
  width: 100%;
  padding: 2.5vh 0;
}
.banner-wrapper .bg-plate {
  align-items: flex-start;
}
.banner-wrapper .lead {
  font-size: 3rem;
}
.banner-wrapper > * {
  height: 100%;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.banner-wrapper > * ul, .banner-wrapper > * li {
  height: 100%;
  width: 100%;
}
.banner-wrapper > * li > div {
  height: 100%;
}
.banner-wrapper > * .banner-content-wrapper {
  display: table;
  vertical-align: middle;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  position: relative;
}
.banner-wrapper > * .banner-content-wrapper img.hero {
  width: auto;
  height: 100%;
  max-width: none;
  left: 50vw;
  top: 0;
  position: absolute;
  z-index: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .banner-wrapper > * .banner-content-wrapper img.hero {
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.banner-wrapper > * .banner-content-wrapper .banner-content {
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
  width: 100%;
}
.banner-wrapper > * .banner-content-wrapper > div {
  width: 100%;
}
.banner-wrapper > * .banner-content-wrapper .banner-content-wrapper-child {
  width: 100%;
}
.banner-wrapper > * .banner-content-wrapper .banner-content {
  display: block;
}
.banner-wrapper > * .banner-content-wrapper {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
.banner-wrapper > * {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .banner-wrapper > * {
    display: flex;
    align-items: stretch;
    align-items: center;
  }
  .banner-wrapper > * .banner-content-wrapper {
    height: 100%;
    padding-top: 100px;
  }
}
.banner-wrapper .header-img {
  max-height: 100%;
  margin: 0 auto;
}
.homepage .banner-wrapper .header-img,
.banner-wrapper .header-img .header-lg {
  max-height: 75vh;
}
.header-sm .banner-wrapper .header-img {
  max-height: 45vh;
}
.banner-wrapper .section-slider .banner-content-wrapper {
  width: 100%;
}
.banner-wrapper .slick-pager {
  height: auto;
  left: 0;
  bottom: 0;
  top: auto;
  align-items: flex-end;
  align-content: center;
  display: none;
}
@media (min-width: 992px) {
  .banner-wrapper .slick-pager {
    display: block;
  }
}
.banner-wrapper .slick-pager ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.banner-wrapper .slick-pager .slick-track {
  max-width: 100%;
  display: flex;
  justify-content: center;
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  -o-transform: unset !important;
  transform: unset !important;
}
.banner-wrapper .slick-pager .ss-thumblink {
  position: relative;
  display: inline-block;
  width: auto;
  z-index: 1;
}
.banner-wrapper .slick-pager .ss-thumblink span {
  position: absolute;
  display: inline-block;
  background: gainsboro;
  padding: 4px 20px;
  font-weight: bold;
  left: 0;
  top: 50%;
}
.banner-wrapper .slick-pager .ss-thumblink div {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: white;
}
.banner-wrapper .slick-pager .ss-thumblink div img {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.banner-wrapper .slick-pager .ss-thumblink.slick-current {
  z-index: 3;
}
.banner-wrapper .slick-pager .ss-thumblink.slick-current span {
  background-color: #CB2026;
  color: white;
}
.banner-wrapper .slick-pager .ss-thumblink.slick-current div {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.banner-wrapper .slick-pager .ss-thumblink.slick-current div img {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width:991.98px) {
  #header-wrapper {
    padding-top: 70px;
  }
  .main-body-content {
    padding-bottom: 0;
  }
}
.rect-sm {
  width: 120px;
}

.rect-md {
  width: 540px;
}

.rect-red stop:nth-child(1) {
  stop-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  stop-opacity: 1;
}
.rect-red stop:nth-child(2) {
  stop-color: #dc3545;
  stop-opacity: 0.5;
}
.rect-red stop:nth-child(3) {
  stop-color: #dc3545;
  stop-opacity: 0;
}

.banner-wrapper {
  overflow: visible;
}
.banner-wrapper.home-banner {
  padding: 0;
  background: url(images/home-header-banner.jpg) no-repeat center top;
  background-size: cover;
}
.banner-wrapper.home-banner .bg-plate {
  height: 100%;
  width: 100%;
}
.banner-wrapper.home-banner .bg-plt-base > * {
  position: absolute;
}
.banner-wrapper.home-banner .bg-plt-base .tower-main {
  left: 50%;
  top: 14%;
}
.banner-wrapper.home-banner .bg-plt-base .rect-red.r-2 {
  top: 15%;
  left: 47%;
}
.banner-wrapper.home-banner .bg-plt-base .rect-red.r-2 > img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.banner-wrapper.home-banner .bg-plt-base .tower-front {
  bottom: 20%;
  left: 30%;
}
.banner-wrapper.home-banner .bg-plt-base .lyr-cloud.lyr-cld-1 {
  top: 15%;
  left: 35%;
}
.banner-wrapper.home-banner .bg-plt-base .lyr-cloud.lyr-cld-2 {
  bottom: 20%;
  left: 35%;
}
.banner-wrapper.home-banner .bg-plt-base .r-1 {
  top: 10%;
  right: 10%;
}
.banner-wrapper .bg-plate-base {
  height: 100%;
  width: 100%;
}
.banner-wrapper .imgFit {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.lyr-cloud.lyr-cld-1 img,
.lyr-cloud.lyr-cld-2 img {
  -webkit-animation: cloud-header-home 30s ease-in infinite alternate-reverse;
  -moz-animation: cloud-header-home 30s ease-in infinite alternate-reverse;
  -ms-animation: cloud-header-home 30s ease-in infinite alternate-reverse;
  animation: cloud-header-home 30s ease-in infinite alternate-reverse;
}

.lyr-cloud.lyr.cld-2 img {
  animation-direction: alternate;
  animation-duration: 20s;
}

@-moz-keyframes cloud-header-home {
  0% {
    -webkit-transform: translateX(-70%);
    -moz-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    -o-transform: translateX(-70%);
    transform: translateX(-70%);
  }
  100% {
    -webkit-transform: translateX(70%);
    -moz-transform: translateX(70%);
    -ms-transform: translateX(70%);
    -o-transform: translateX(70%);
    transform: translateX(70%);
  }
}
@-webkit-keyframes cloud-header-home {
  0% {
    -webkit-transform: translateX(-70%);
    -moz-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    -o-transform: translateX(-70%);
    transform: translateX(-70%);
  }
  100% {
    -webkit-transform: translateX(70%);
    -moz-transform: translateX(70%);
    -ms-transform: translateX(70%);
    -o-transform: translateX(70%);
    transform: translateX(70%);
  }
}
@-ms-keyframes cloud-header-home {
  0% {
    -webkit-transform: translateX(-70%);
    -moz-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    -o-transform: translateX(-70%);
    transform: translateX(-70%);
  }
  100% {
    -webkit-transform: translateX(70%);
    -moz-transform: translateX(70%);
    -ms-transform: translateX(70%);
    -o-transform: translateX(70%);
    transform: translateX(70%);
  }
}
@keyframes cloud-header-home {
  0% {
    -webkit-transform: translateX(-70%);
    -moz-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    -o-transform: translateX(-70%);
    transform: translateX(-70%);
  }
  100% {
    -webkit-transform: translateX(70%);
    -moz-transform: translateX(70%);
    -ms-transform: translateX(70%);
    -o-transform: translateX(70%);
    transform: translateX(70%);
  }
}
/**
	Bootstrap Overrides
	@author: xafaR
	@file: bootstrap-override

*/
.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
}
@media (max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}
.modal-dialog .modal-content {
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.65), 0 2px 6px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.65), 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.65), 0 2px 6px rgba(0, 0, 0, 0.15);
  border: 0;
}
.modal-dialog .modal-title {
  color: #566EB1;
}
.modal-dialog .modal-header {
  background: #fff;
}
.modal-dialog .lbl-icon .fa:before {
  color: #9FA5AD;
  font-size: 4em;
}
.modal-dialog .modal-body iframe {
  width: 100%;
}

.modal.fade .modal-dialog {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.modal.show .modal-dialog {
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

body.modal-open {
  padding: 0 !important;
}
body.modal-open #header-wrapper,
body.modal-open #body-wrapper,
body.modal-open #footer {
  filter: blur(4px);
}

.alert-primary,
.alert.primary {
  color: rgb(44.72, 57.2, 92.04);
  background-color: rgb(221.2, 226, 239.4);
  border-color: rgb(207.68, 214.4, 233.16);
}
.alert-primary hr,
.alert.primary hr {
  border-top-color: rgb(190.2326315789, 199.4303643725, 225.1073684211);
}
.alert-primary .alert-link,
.alert-primary .alert.def a,
.alert.def .alert-primary a,
.alert-primary .alert.error a,
.alert.error .alert-primary a,
.alert-primary .alert.gray-light a,
.alert.gray-light .alert-primary a,
.alert-primary .alert.gray a,
.alert.gray .alert-primary a,
.alert-primary .alert.gray-dark a,
.alert.gray-dark .alert-primary a,
.alert-primary .alert.secondary-dark a,
.alert.secondary-dark .alert-primary a,
.alert-primary .alert.secondary-light a,
.alert.secondary-light .alert-primary a,
.alert-primary .alert.primary-dark a,
.alert.primary-dark .alert-primary a,
.alert-primary .alert.primary-light a,
.alert.primary-light .alert-primary a,
.alert-primary .alert.dark a,
.alert.dark .alert-primary a,
.alert-primary .alert.light a,
.alert.light .alert-primary a,
.alert-primary .alert.danger a,
.alert.danger .alert-primary a,
.alert-primary .alert.warning a,
.alert.warning .alert-primary a,
.alert-primary .alert.info a,
.alert.info .alert-primary a,
.alert-primary .alert.success a,
.alert.success .alert-primary a,
.alert-primary .alert.secondary a,
.alert.secondary .alert-primary a, .alert-primary a,
.alert.primary .alert-link,
.alert.primary a {
  color: rgb(28.0431939163, 35.8692015209, 57.7168060837);
}
.alert-secondary,
.alert.secondary {
  color: rgb(105.56, 16.64, 19.76);
  background-color: rgb(244.6, 210.4, 211.6);
  border-color: rgb(240.44, 192.56, 194.24);
}
.alert-secondary hr,
.alert.secondary hr {
  border-top-color: rgb(235.6181818182, 171.8818181818, 174.1181818182);
}
.alert-secondary .alert-link,
.alert-secondary .alert.def a,
.alert.def .alert-secondary a,
.alert-secondary .alert.error a,
.alert.error .alert-secondary a,
.alert-secondary .alert.gray-light a,
.alert.gray-light .alert-secondary a,
.alert-secondary .alert.gray a,
.alert.gray .alert-secondary a,
.alert-secondary .alert.gray-dark a,
.alert.gray-dark .alert-secondary a,
.alert-secondary .alert.secondary-dark a,
.alert.secondary-dark .alert-secondary a,
.alert-secondary .alert.secondary-light a,
.alert.secondary-light .alert-secondary a,
.alert-secondary .alert.primary-dark a,
.alert.primary-dark .alert-secondary a,
.alert-secondary .alert.primary-light a,
.alert.primary-light .alert-secondary a,
.alert-secondary .alert.dark a,
.alert.dark .alert-secondary a,
.alert-secondary .alert.light a,
.alert.light .alert-secondary a,
.alert-secondary .alert.danger a,
.alert.danger .alert-secondary a,
.alert-secondary .alert.warning a,
.alert.warning .alert-secondary a,
.alert-secondary .alert.info a,
.alert.info .alert-secondary a,
.alert-secondary .alert.success a,
.alert.success .alert-secondary a, .alert-secondary a,
.alert-secondary .alert.primary a,
.alert.primary .alert-secondary a,
.alert.secondary .alert-link,
.alert.secondary a {
  color: rgb(61.5046808511, 9.6953191489, 11.5131914894);
}
.alert-success,
.alert.success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr,
.alert.success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link,
.alert-success .alert.def a,
.alert.def .alert-success a,
.alert-success .alert.error a,
.alert.error .alert-success a,
.alert-success .alert.gray-light a,
.alert.gray-light .alert-success a,
.alert-success .alert.gray a,
.alert.gray .alert-success a,
.alert-success .alert.gray-dark a,
.alert.gray-dark .alert-success a,
.alert-success .alert.secondary-dark a,
.alert.secondary-dark .alert-success a,
.alert-success .alert.secondary-light a,
.alert.secondary-light .alert-success a,
.alert-success .alert.primary-dark a,
.alert.primary-dark .alert-success a,
.alert-success .alert.primary-light a,
.alert.primary-light .alert-success a,
.alert-success .alert.dark a,
.alert.dark .alert-success a,
.alert-success .alert.light a,
.alert.light .alert-success a,
.alert-success .alert.danger a,
.alert.danger .alert-success a,
.alert-success .alert.warning a,
.alert.warning .alert-success a,
.alert-success .alert.info a,
.alert.info .alert-success a, .alert-success a,
.alert-success .alert.primary a,
.alert.primary .alert-success a,
.alert-success .alert.secondary a,
.alert.secondary .alert-success a,
.alert.success .alert-link,
.alert.success a {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}
.alert-info,
.alert.info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr,
.alert.info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link,
.alert-info .alert.def a,
.alert.def .alert-info a,
.alert-info .alert.error a,
.alert.error .alert-info a,
.alert-info .alert.gray-light a,
.alert.gray-light .alert-info a,
.alert-info .alert.gray a,
.alert.gray .alert-info a,
.alert-info .alert.gray-dark a,
.alert.gray-dark .alert-info a,
.alert-info .alert.secondary-dark a,
.alert.secondary-dark .alert-info a,
.alert-info .alert.secondary-light a,
.alert.secondary-light .alert-info a,
.alert-info .alert.primary-dark a,
.alert.primary-dark .alert-info a,
.alert-info .alert.primary-light a,
.alert.primary-light .alert-info a,
.alert-info .alert.dark a,
.alert.dark .alert-info a,
.alert-info .alert.light a,
.alert.light .alert-info a,
.alert-info .alert.danger a,
.alert.danger .alert-info a,
.alert-info .alert.warning a,
.alert.warning .alert-info a, .alert-info a,
.alert-info .alert.primary a,
.alert.primary .alert-info a,
.alert-info .alert.secondary a,
.alert.secondary .alert-info a,
.alert-info .alert.success a,
.alert.success .alert-info a,
.alert.info .alert-link,
.alert.info a {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}
.alert-warning,
.alert.warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr,
.alert.warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link,
.alert-warning .alert.def a,
.alert.def .alert-warning a,
.alert-warning .alert.error a,
.alert.error .alert-warning a,
.alert-warning .alert.gray-light a,
.alert.gray-light .alert-warning a,
.alert-warning .alert.gray a,
.alert.gray .alert-warning a,
.alert-warning .alert.gray-dark a,
.alert.gray-dark .alert-warning a,
.alert-warning .alert.secondary-dark a,
.alert.secondary-dark .alert-warning a,
.alert-warning .alert.secondary-light a,
.alert.secondary-light .alert-warning a,
.alert-warning .alert.primary-dark a,
.alert.primary-dark .alert-warning a,
.alert-warning .alert.primary-light a,
.alert.primary-light .alert-warning a,
.alert-warning .alert.dark a,
.alert.dark .alert-warning a,
.alert-warning .alert.light a,
.alert.light .alert-warning a,
.alert-warning .alert.danger a,
.alert.danger .alert-warning a, .alert-warning a,
.alert-warning .alert.primary a,
.alert.primary .alert-warning a,
.alert-warning .alert.secondary a,
.alert.secondary .alert-warning a,
.alert-warning .alert.success a,
.alert.success .alert-warning a,
.alert-warning .alert.info a,
.alert.info .alert-warning a,
.alert.warning .alert-link,
.alert.warning a {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}
.alert-danger,
.alert.danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr,
.alert.danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link,
.alert-danger .alert.def a,
.alert.def .alert-danger a,
.alert-danger .alert.error a,
.alert.error .alert-danger a,
.alert-danger .alert.gray-light a,
.alert.gray-light .alert-danger a,
.alert-danger .alert.gray a,
.alert.gray .alert-danger a,
.alert-danger .alert.gray-dark a,
.alert.gray-dark .alert-danger a,
.alert-danger .alert.secondary-dark a,
.alert.secondary-dark .alert-danger a,
.alert-danger .alert.secondary-light a,
.alert.secondary-light .alert-danger a,
.alert-danger .alert.primary-dark a,
.alert.primary-dark .alert-danger a,
.alert-danger .alert.primary-light a,
.alert.primary-light .alert-danger a,
.alert-danger .alert.dark a,
.alert.dark .alert-danger a,
.alert-danger .alert.light a,
.alert.light .alert-danger a, .alert-danger a,
.alert-danger .alert.primary a,
.alert.primary .alert-danger a,
.alert-danger .alert.secondary a,
.alert.secondary .alert-danger a,
.alert-danger .alert.success a,
.alert.success .alert-danger a,
.alert-danger .alert.info a,
.alert.info .alert-danger a,
.alert-danger .alert.warning a,
.alert.warning .alert-danger a,
.alert.danger .alert-link,
.alert.danger a {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}
.alert-light,
.alert.light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr,
.alert.light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link,
.alert-light .alert.def a,
.alert.def .alert-light a,
.alert-light .alert.error a,
.alert.error .alert-light a,
.alert-light .alert.gray-light a,
.alert.gray-light .alert-light a,
.alert-light .alert.gray a,
.alert.gray .alert-light a,
.alert-light .alert.gray-dark a,
.alert.gray-dark .alert-light a,
.alert-light .alert.secondary-dark a,
.alert.secondary-dark .alert-light a,
.alert-light .alert.secondary-light a,
.alert.secondary-light .alert-light a,
.alert-light .alert.primary-dark a,
.alert.primary-dark .alert-light a,
.alert-light .alert.primary-light a,
.alert.primary-light .alert-light a,
.alert-light .alert.dark a,
.alert.dark .alert-light a, .alert-light a,
.alert-light .alert.primary a,
.alert.primary .alert-light a,
.alert-light .alert.secondary a,
.alert.secondary .alert-light a,
.alert-light .alert.success a,
.alert.success .alert-light a,
.alert-light .alert.info a,
.alert.info .alert-light a,
.alert-light .alert.warning a,
.alert.warning .alert-light a,
.alert-light .alert.danger a,
.alert.danger .alert-light a,
.alert.light .alert-link,
.alert.light a {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}
.alert-dark,
.alert.dark {
  color: rgb(0, 20.8, 61.88);
  background-color: rgb(204, 212, 227.8);
  border-color: rgb(183.6, 194.8, 216.92);
}
.alert-dark hr,
.alert.dark hr {
  border-top-color: rgb(166.9695652174, 180.7782608696, 208.0504347826);
}
.alert-dark .alert-link,
.alert-dark .alert.def a,
.alert.def .alert-dark a,
.alert-dark .alert.error a,
.alert.error .alert-dark a,
.alert-dark .alert.gray-light a,
.alert.gray-light .alert-dark a,
.alert-dark .alert.gray a,
.alert.gray .alert-dark a,
.alert-dark .alert.gray-dark a,
.alert.gray-dark .alert-dark a,
.alert-dark .alert.secondary-dark a,
.alert.secondary-dark .alert-dark a,
.alert-dark .alert.secondary-light a,
.alert.secondary-light .alert-dark a,
.alert-dark .alert.primary-dark a,
.alert.primary-dark .alert-dark a,
.alert-dark .alert.primary-light a,
.alert.primary-light .alert-dark a, .alert-dark a,
.alert-dark .alert.primary a,
.alert.primary .alert-dark a,
.alert-dark .alert.secondary a,
.alert.secondary .alert-dark a,
.alert-dark .alert.success a,
.alert.success .alert-dark a,
.alert-dark .alert.info a,
.alert.info .alert-dark a,
.alert-dark .alert.warning a,
.alert.warning .alert-dark a,
.alert-dark .alert.danger a,
.alert.danger .alert-dark a,
.alert-dark .alert.light a,
.alert.light .alert-dark a,
.alert.dark .alert-link,
.alert.dark a {
  color: rgb(0, 3.6571428571, 10.88);
}
.alert-primary-light,
.alert.primary-light {
  color: rgb(96.2, 101.4, 115.96);
  background-color: rgb(241, 243, 248.6);
  border-color: rgb(235.4, 238.2, 246.04);
}
.alert-primary-light hr,
.alert.primary-light hr {
  border-top-color: rgb(217.9, 223.2, 238.04);
}
.alert-primary-light .alert-link,
.alert-primary-light .alert.def a,
.alert.def .alert-primary-light a,
.alert-primary-light .alert.error a,
.alert.error .alert-primary-light a,
.alert-primary-light .alert.gray-light a,
.alert.gray-light .alert-primary-light a,
.alert-primary-light .alert.gray a,
.alert.gray .alert-primary-light a,
.alert-primary-light .alert.gray-dark a,
.alert.gray-dark .alert-primary-light a,
.alert-primary-light .alert.secondary-dark a,
.alert.secondary-dark .alert-primary-light a,
.alert-primary-light .alert.secondary-light a,
.alert.secondary-light .alert-primary-light a,
.alert-primary-light .alert.primary-dark a,
.alert.primary-dark .alert-primary-light a, .alert-primary-light a,
.alert-primary-light .alert.primary a,
.alert.primary .alert-primary-light a,
.alert-primary-light .alert.secondary a,
.alert.secondary .alert-primary-light a,
.alert-primary-light .alert.success a,
.alert.success .alert-primary-light a,
.alert-primary-light .alert.info a,
.alert.info .alert-primary-light a,
.alert-primary-light .alert.warning a,
.alert.warning .alert-primary-light a,
.alert-primary-light .alert.danger a,
.alert.danger .alert-primary-light a,
.alert-primary-light .alert.light a,
.alert.light .alert-primary-light a,
.alert-primary-light .alert.dark a,
.alert.dark .alert-primary-light a,
.alert.primary-light .alert-link,
.alert.primary-light a {
  color: rgb(73.075, 77.025, 88.085);
}
.alert-primary-dark,
.alert.primary-dark {
  color: rgb(16.64, 21.84, 36.4);
  background-color: rgb(210.4, 212.4, 218);
  border-color: rgb(192.56, 195.36, 203.2);
}
.alert-primary-dark hr,
.alert.primary-dark hr {
  border-top-color: rgb(178.6225, 182.0475, 191.6375);
}
.alert-primary-dark .alert-link,
.alert-primary-dark .alert.def a,
.alert.def .alert-primary-dark a,
.alert-primary-dark .alert.error a,
.alert.error .alert-primary-dark a,
.alert-primary-dark .alert.gray-light a,
.alert.gray-light .alert-primary-dark a,
.alert-primary-dark .alert.gray a,
.alert.gray .alert-primary-dark a,
.alert-primary-dark .alert.gray-dark a,
.alert.gray-dark .alert-primary-dark a,
.alert-primary-dark .alert.secondary-dark a,
.alert.secondary-dark .alert-primary-dark a,
.alert-primary-dark .alert.secondary-light a,
.alert.secondary-light .alert-primary-dark a, .alert-primary-dark a,
.alert-primary-dark .alert.primary a,
.alert.primary .alert-primary-dark a,
.alert-primary-dark .alert.secondary a,
.alert.secondary .alert-primary-dark a,
.alert-primary-dark .alert.success a,
.alert.success .alert-primary-dark a,
.alert-primary-dark .alert.info a,
.alert.info .alert-primary-dark a,
.alert-primary-dark .alert.warning a,
.alert.warning .alert-primary-dark a,
.alert-primary-dark .alert.danger a,
.alert.danger .alert-primary-dark a,
.alert-primary-dark .alert.light a,
.alert.light .alert-primary-dark a,
.alert-primary-dark .alert.dark a,
.alert.dark .alert-primary-dark a,
.alert-primary-dark .alert.primary-light a,
.alert.primary-light .alert-primary-dark a,
.alert.primary-dark .alert-link,
.alert.primary-dark a {
  color: rgb(0.64, 0.84, 1.4);
}
.alert-secondary-light,
.alert.secondary-light {
  color: rgb(128.96, 109.72, 110.24);
  background-color: rgb(253.6, 246.2, 246.4);
  border-color: rgb(253.04, 242.68, 242.96);
}
.alert-secondary-light hr,
.alert.secondary-light hr {
  border-top-color: rgb(249.54, 220.68, 221.46);
}
.alert-secondary-light .alert-link,
.alert-secondary-light .alert.def a,
.alert.def .alert-secondary-light a,
.alert-secondary-light .alert.error a,
.alert.error .alert-secondary-light a,
.alert-secondary-light .alert.gray-light a,
.alert.gray-light .alert-secondary-light a,
.alert-secondary-light .alert.gray a,
.alert.gray .alert-secondary-light a,
.alert-secondary-light .alert.gray-dark a,
.alert.gray-dark .alert-secondary-light a,
.alert-secondary-light .alert.secondary-dark a,
.alert.secondary-dark .alert-secondary-light a, .alert-secondary-light a,
.alert-secondary-light .alert.primary a,
.alert.primary .alert-secondary-light a,
.alert-secondary-light .alert.secondary a,
.alert.secondary .alert-secondary-light a,
.alert-secondary-light .alert.success a,
.alert.success .alert-secondary-light a,
.alert-secondary-light .alert.info a,
.alert.info .alert-secondary-light a,
.alert-secondary-light .alert.warning a,
.alert.warning .alert-secondary-light a,
.alert-secondary-light .alert.danger a,
.alert.danger .alert-secondary-light a,
.alert-secondary-light .alert.light a,
.alert.light .alert-secondary-light a,
.alert-secondary-light .alert.dark a,
.alert.dark .alert-secondary-light a,
.alert-secondary-light .alert.primary-light a,
.alert.primary-light .alert-secondary-light a,
.alert-secondary-light .alert.primary-dark a,
.alert.primary-dark .alert-secondary-light a,
.alert.secondary-light .alert-link,
.alert.secondary-light a {
  color: rgb(101.4044444444, 86.2755555556, 86.6844444444);
}
.alert-secondary-dark,
.alert.secondary-dark {
  color: rgb(45.76, 7.28, 8.32);
  background-color: rgb(221.6, 206.8, 207.2);
  border-color: rgb(208.24, 187.52, 188.08);
}
.alert-secondary-dark hr,
.alert.secondary-dark hr {
  border-top-color: rgb(197.8025, 172.4575, 173.1425);
}
.alert-secondary-dark .alert-link,
.alert-secondary-dark .alert.def a,
.alert.def .alert-secondary-dark a,
.alert-secondary-dark .alert.error a,
.alert.error .alert-secondary-dark a,
.alert-secondary-dark .alert.gray-light a,
.alert.gray-light .alert-secondary-dark a,
.alert-secondary-dark .alert.gray a,
.alert.gray .alert-secondary-dark a,
.alert-secondary-dark .alert.gray-dark a,
.alert.gray-dark .alert-secondary-dark a, .alert-secondary-dark a,
.alert-secondary-dark .alert.primary a,
.alert.primary .alert-secondary-dark a,
.alert-secondary-dark .alert.secondary a,
.alert.secondary .alert-secondary-dark a,
.alert-secondary-dark .alert.success a,
.alert.success .alert-secondary-dark a,
.alert-secondary-dark .alert.info a,
.alert.info .alert-secondary-dark a,
.alert-secondary-dark .alert.warning a,
.alert.warning .alert-secondary-dark a,
.alert-secondary-dark .alert.danger a,
.alert.danger .alert-secondary-dark a,
.alert-secondary-dark .alert.light a,
.alert.light .alert-secondary-dark a,
.alert-secondary-dark .alert.dark a,
.alert.dark .alert-secondary-dark a,
.alert-secondary-dark .alert.primary-light a,
.alert.primary-light .alert-secondary-dark a,
.alert-secondary-dark .alert.primary-dark a,
.alert.primary-dark .alert-secondary-dark a,
.alert-secondary-dark .alert.secondary-light a,
.alert.secondary-light .alert-secondary-dark a,
.alert.secondary-dark .alert-link,
.alert.secondary-dark a {
  color: rgb(1.76, 0.28, 0.32);
}
.alert-gray-dark,
.alert.gray-dark {
  color: rgb(20.28, 24.44, 37.44);
  background-color: rgb(211.8, 213.4, 218.4);
  border-color: rgb(194.52, 196.76, 203.76);
}
.alert-gray-dark hr,
.alert.gray-dark hr {
  border-top-color: rgb(180.7154887218, 183.4667669173, 192.0645112782);
}
.alert-gray-dark .alert-link, .alert-gray-dark .alert-def a, .alert-def .alert-gray-dark a,
.alert-gray-dark .alert.def a,
.alert.def .alert-gray-dark a, .alert-gray-dark .alert-error a, .alert-error .alert-gray-dark a,
.alert-gray-dark .alert.error a,
.alert.error .alert-gray-dark a, .alert-gray-dark .alert-gray-light a, .alert-gray-light .alert-gray-dark a,
.alert-gray-dark .alert.gray-light a,
.alert.gray-light .alert-gray-dark a, .alert-gray-dark .alert-gray a, .alert-gray .alert-gray-dark a,
.alert-gray-dark .alert.gray a,
.alert.gray .alert-gray-dark a, .alert-gray-dark a,
.alert-gray-dark .alert.gray-dark a,
.alert.gray-dark .alert-gray-dark a, .alert-gray-dark .alert-primary a, .alert-primary .alert-gray-dark a,
.alert-gray-dark .alert.primary a,
.alert.primary .alert-gray-dark a, .alert-gray-dark .alert-secondary a, .alert-secondary .alert-gray-dark a,
.alert-gray-dark .alert.secondary a,
.alert.secondary .alert-gray-dark a, .alert-gray-dark .alert-success a, .alert-success .alert-gray-dark a,
.alert-gray-dark .alert.success a,
.alert.success .alert-gray-dark a, .alert-gray-dark .alert-info a, .alert-info .alert-gray-dark a,
.alert-gray-dark .alert.info a,
.alert.info .alert-gray-dark a, .alert-gray-dark .alert-warning a, .alert-warning .alert-gray-dark a,
.alert-gray-dark .alert.warning a,
.alert.warning .alert-gray-dark a, .alert-gray-dark .alert-danger a, .alert-danger .alert-gray-dark a,
.alert-gray-dark .alert.danger a,
.alert.danger .alert-gray-dark a, .alert-gray-dark .alert-light a, .alert-light .alert-gray-dark a,
.alert-gray-dark .alert.light a,
.alert.light .alert-gray-dark a, .alert-gray-dark .alert-dark a, .alert-dark .alert-gray-dark a,
.alert-gray-dark .alert.dark a,
.alert.dark .alert-gray-dark a, .alert-gray-dark .alert-primary-light a, .alert-primary-light .alert-gray-dark a,
.alert-gray-dark .alert.primary-light a,
.alert.primary-light .alert-gray-dark a, .alert-gray-dark .alert-primary-dark a, .alert-primary-dark .alert-gray-dark a,
.alert-gray-dark .alert.primary-dark a,
.alert.primary-dark .alert-gray-dark a, .alert-gray-dark .alert-secondary-light a, .alert-secondary-light .alert-gray-dark a,
.alert-gray-dark .alert.secondary-light a,
.alert.secondary-light .alert-gray-dark a, .alert-gray-dark .alert-secondary-dark a, .alert-secondary-dark .alert-gray-dark a,
.alert-gray-dark .alert.secondary-dark a,
.alert.secondary-dark .alert-gray-dark a,
.alert.gray-dark .alert-link,
.alert.gray-dark .alert-def a,
.alert-def .alert.gray-dark a,
.alert.gray-dark .alert.def a,
.alert.def .alert.gray-dark a,
.alert.gray-dark .alert-error a,
.alert-error .alert.gray-dark a,
.alert.gray-dark .alert.error a,
.alert.error .alert.gray-dark a,
.alert.gray-dark .alert-gray-light a,
.alert-gray-light .alert.gray-dark a,
.alert.gray-dark .alert.gray-light a,
.alert.gray-light .alert.gray-dark a,
.alert.gray-dark .alert-gray a,
.alert-gray .alert.gray-dark a,
.alert.gray-dark .alert.gray a,
.alert.gray .alert.gray-dark a,
.alert.gray-dark .alert-gray-dark a,
.alert-gray-dark .alert.gray-dark a,
.alert.gray-dark a,
.alert.gray-dark .alert-primary a,
.alert-primary .alert.gray-dark a,
.alert.gray-dark .alert.primary a,
.alert.primary .alert.gray-dark a,
.alert.gray-dark .alert-secondary a,
.alert-secondary .alert.gray-dark a,
.alert.gray-dark .alert.secondary a,
.alert.secondary .alert.gray-dark a,
.alert.gray-dark .alert-success a,
.alert-success .alert.gray-dark a,
.alert.gray-dark .alert.success a,
.alert.success .alert.gray-dark a,
.alert.gray-dark .alert-info a,
.alert-info .alert.gray-dark a,
.alert.gray-dark .alert.info a,
.alert.info .alert.gray-dark a,
.alert.gray-dark .alert-warning a,
.alert-warning .alert.gray-dark a,
.alert.gray-dark .alert.warning a,
.alert.warning .alert.gray-dark a,
.alert.gray-dark .alert-danger a,
.alert-danger .alert.gray-dark a,
.alert.gray-dark .alert.danger a,
.alert.danger .alert.gray-dark a,
.alert.gray-dark .alert-light a,
.alert-light .alert.gray-dark a,
.alert.gray-dark .alert.light a,
.alert.light .alert.gray-dark a,
.alert.gray-dark .alert-dark a,
.alert-dark .alert.gray-dark a,
.alert.gray-dark .alert.dark a,
.alert.dark .alert.gray-dark a,
.alert.gray-dark .alert-primary-light a,
.alert-primary-light .alert.gray-dark a,
.alert.gray-dark .alert.primary-light a,
.alert.primary-light .alert.gray-dark a,
.alert.gray-dark .alert-primary-dark a,
.alert-primary-dark .alert.gray-dark a,
.alert.gray-dark .alert.primary-dark a,
.alert.primary-dark .alert.gray-dark a,
.alert.gray-dark .alert-secondary-light a,
.alert-secondary-light .alert.gray-dark a,
.alert.gray-dark .alert.secondary-light a,
.alert.secondary-light .alert.gray-dark a,
.alert.gray-dark .alert-secondary-dark a,
.alert-secondary-dark .alert.gray-dark a,
.alert.gray-dark .alert.secondary-dark a,
.alert.secondary-dark .alert.gray-dark a {
  color: rgb(2.3610810811, 2.8454054054, 4.3589189189);
}
.alert-gray,
.alert.gray {
  color: rgb(55.64, 68.12, 84.24);
  background-color: rgb(225.4, 230.2, 236.4);
  border-color: rgb(213.56, 220.28, 228.96);
}
.alert-gray hr,
.alert.gray hr {
  border-top-color: rgb(197.9002489627, 207.1596680498, 219.1197510373);
}
.alert-gray .alert-link, .alert-gray .alert-def a, .alert-def .alert-gray a,
.alert-gray .alert.def a,
.alert.def .alert-gray a, .alert-gray .alert-error a, .alert-error .alert-gray a,
.alert-gray .alert.error a,
.alert.error .alert-gray a, .alert-gray .alert-gray-light a, .alert-gray-light .alert-gray a,
.alert-gray .alert.gray-light a,
.alert.gray-light .alert-gray a, .alert-gray a,
.alert-gray .alert.gray a,
.alert.gray .alert-gray a, .alert-gray .alert-primary a, .alert-primary .alert-gray a,
.alert-gray .alert.primary a,
.alert.primary .alert-gray a, .alert-gray .alert-secondary a, .alert-secondary .alert-gray a,
.alert-gray .alert.secondary a,
.alert.secondary .alert-gray a, .alert-gray .alert-success a, .alert-success .alert-gray a,
.alert-gray .alert.success a,
.alert.success .alert-gray a, .alert-gray .alert-info a, .alert-info .alert-gray a,
.alert-gray .alert.info a,
.alert.info .alert-gray a, .alert-gray .alert-warning a, .alert-warning .alert-gray a,
.alert-gray .alert.warning a,
.alert.warning .alert-gray a, .alert-gray .alert-danger a, .alert-danger .alert-gray a,
.alert-gray .alert.danger a,
.alert.danger .alert-gray a, .alert-gray .alert-light a, .alert-light .alert-gray a,
.alert-gray .alert.light a,
.alert.light .alert-gray a, .alert-gray .alert-dark a, .alert-dark .alert-gray a,
.alert-gray .alert.dark a,
.alert.dark .alert-gray a, .alert-gray .alert-primary-light a, .alert-primary-light .alert-gray a,
.alert-gray .alert.primary-light a,
.alert.primary-light .alert-gray a, .alert-gray .alert-primary-dark a, .alert-primary-dark .alert-gray a,
.alert-gray .alert.primary-dark a,
.alert.primary-dark .alert-gray a, .alert-gray .alert-secondary-light a, .alert-secondary-light .alert-gray a,
.alert-gray .alert.secondary-light a,
.alert.secondary-light .alert-gray a, .alert-gray .alert-secondary-dark a, .alert-secondary-dark .alert-gray a,
.alert-gray .alert.secondary-dark a,
.alert.secondary-dark .alert-gray a, .alert-gray .alert-gray-dark a, .alert-gray-dark .alert-gray a,
.alert-gray .alert.gray-dark a,
.alert.gray-dark .alert-gray a,
.alert.gray .alert-link,
.alert.gray .alert-def a,
.alert-def .alert.gray a,
.alert.gray .alert.def a,
.alert.def .alert.gray a,
.alert.gray .alert-error a,
.alert-error .alert.gray a,
.alert.gray .alert.error a,
.alert.error .alert.gray a,
.alert.gray .alert-gray-light a,
.alert-gray-light .alert.gray a,
.alert.gray .alert.gray-light a,
.alert.gray-light .alert.gray a,
.alert.gray .alert-gray a,
.alert-gray .alert.gray a,
.alert.gray a,
.alert.gray .alert-primary a,
.alert-primary .alert.gray a,
.alert.gray .alert.primary a,
.alert.primary .alert.gray a,
.alert.gray .alert-secondary a,
.alert-secondary .alert.gray a,
.alert.gray .alert.secondary a,
.alert.secondary .alert.gray a,
.alert.gray .alert-success a,
.alert-success .alert.gray a,
.alert.gray .alert.success a,
.alert.success .alert.gray a,
.alert.gray .alert-info a,
.alert-info .alert.gray a,
.alert.gray .alert.info a,
.alert.info .alert.gray a,
.alert.gray .alert-warning a,
.alert-warning .alert.gray a,
.alert.gray .alert.warning a,
.alert.warning .alert.gray a,
.alert.gray .alert-danger a,
.alert-danger .alert.gray a,
.alert.gray .alert.danger a,
.alert.danger .alert.gray a,
.alert.gray .alert-light a,
.alert-light .alert.gray a,
.alert.gray .alert.light a,
.alert.light .alert.gray a,
.alert.gray .alert-dark a,
.alert-dark .alert.gray a,
.alert.gray .alert.dark a,
.alert.dark .alert.gray a,
.alert.gray .alert-primary-light a,
.alert-primary-light .alert.gray a,
.alert.gray .alert.primary-light a,
.alert.primary-light .alert.gray a,
.alert.gray .alert-primary-dark a,
.alert-primary-dark .alert.gray a,
.alert.gray .alert.primary-dark a,
.alert.primary-dark .alert.gray a,
.alert.gray .alert-secondary-light a,
.alert-secondary-light .alert.gray a,
.alert.gray .alert.secondary-light a,
.alert.secondary-light .alert.gray a,
.alert.gray .alert-secondary-dark a,
.alert-secondary-dark .alert.gray a,
.alert.gray .alert.secondary-dark a,
.alert.secondary-dark .alert.gray a,
.alert.gray .alert-gray-dark a,
.alert-gray-dark .alert.gray a,
.alert.gray .alert.gray-dark a,
.alert.gray-dark .alert.gray a {
  color: rgb(35.3537546468, 43.2835687732, 53.5262453532);
}
.alert-gray-light,
.alert.gray-light {
  color: rgb(117, 119.6, 122.2);
  background-color: #f9fafb;
  border-color: rgb(246.6, 248, 249.4);
}
.alert-gray-light hr,
.alert.gray-light hr {
  border-top-color: rgb(231.3, 235.25, 239.2);
}
.alert-gray-light .alert-link, .alert-gray-light .alert-def a, .alert-def .alert-gray-light a,
.alert-gray-light .alert.def a,
.alert.def .alert-gray-light a, .alert-gray-light .alert-error a, .alert-error .alert-gray-light a,
.alert-gray-light .alert.error a,
.alert.error .alert-gray-light a, .alert-gray-light a,
.alert-gray-light .alert.gray-light a,
.alert.gray-light .alert-gray-light a, .alert-gray-light .alert-primary a, .alert-primary .alert-gray-light a,
.alert-gray-light .alert.primary a,
.alert.primary .alert-gray-light a, .alert-gray-light .alert-secondary a, .alert-secondary .alert-gray-light a,
.alert-gray-light .alert.secondary a,
.alert.secondary .alert-gray-light a, .alert-gray-light .alert-success a, .alert-success .alert-gray-light a,
.alert-gray-light .alert.success a,
.alert.success .alert-gray-light a, .alert-gray-light .alert-info a, .alert-info .alert-gray-light a,
.alert-gray-light .alert.info a,
.alert.info .alert-gray-light a, .alert-gray-light .alert-warning a, .alert-warning .alert-gray-light a,
.alert-gray-light .alert.warning a,
.alert.warning .alert-gray-light a, .alert-gray-light .alert-danger a, .alert-danger .alert-gray-light a,
.alert-gray-light .alert.danger a,
.alert.danger .alert-gray-light a, .alert-gray-light .alert-light a, .alert-light .alert-gray-light a,
.alert-gray-light .alert.light a,
.alert.light .alert-gray-light a, .alert-gray-light .alert-dark a, .alert-dark .alert-gray-light a,
.alert-gray-light .alert.dark a,
.alert.dark .alert-gray-light a, .alert-gray-light .alert-primary-light a, .alert-primary-light .alert-gray-light a,
.alert-gray-light .alert.primary-light a,
.alert.primary-light .alert-gray-light a, .alert-gray-light .alert-primary-dark a, .alert-primary-dark .alert-gray-light a,
.alert-gray-light .alert.primary-dark a,
.alert.primary-dark .alert-gray-light a, .alert-gray-light .alert-secondary-light a, .alert-secondary-light .alert-gray-light a,
.alert-gray-light .alert.secondary-light a,
.alert.secondary-light .alert-gray-light a, .alert-gray-light .alert-secondary-dark a, .alert-secondary-dark .alert-gray-light a,
.alert-gray-light .alert.secondary-dark a,
.alert.secondary-dark .alert-gray-light a, .alert-gray-light .alert-gray-dark a, .alert-gray-dark .alert-gray-light a,
.alert-gray-light .alert.gray-dark a,
.alert.gray-dark .alert-gray-light a, .alert-gray-light .alert-gray a, .alert-gray .alert-gray-light a,
.alert-gray-light .alert.gray a,
.alert.gray .alert-gray-light a,
.alert.gray-light .alert-link,
.alert.gray-light .alert-def a,
.alert-def .alert.gray-light a,
.alert.gray-light .alert.def a,
.alert.def .alert.gray-light a,
.alert.gray-light .alert-error a,
.alert-error .alert.gray-light a,
.alert.gray-light .alert.error a,
.alert.error .alert.gray-light a,
.alert.gray-light .alert-gray-light a,
.alert-gray-light .alert.gray-light a,
.alert.gray-light a,
.alert.gray-light .alert-primary a,
.alert-primary .alert.gray-light a,
.alert.gray-light .alert.primary a,
.alert.primary .alert.gray-light a,
.alert.gray-light .alert-secondary a,
.alert-secondary .alert.gray-light a,
.alert.gray-light .alert.secondary a,
.alert.secondary .alert.gray-light a,
.alert.gray-light .alert-success a,
.alert-success .alert.gray-light a,
.alert.gray-light .alert.success a,
.alert.success .alert.gray-light a,
.alert.gray-light .alert-info a,
.alert-info .alert.gray-light a,
.alert.gray-light .alert.info a,
.alert.info .alert.gray-light a,
.alert.gray-light .alert-warning a,
.alert-warning .alert.gray-light a,
.alert.gray-light .alert.warning a,
.alert.warning .alert.gray-light a,
.alert.gray-light .alert-danger a,
.alert-danger .alert.gray-light a,
.alert.gray-light .alert.danger a,
.alert.danger .alert.gray-light a,
.alert.gray-light .alert-light a,
.alert-light .alert.gray-light a,
.alert.gray-light .alert.light a,
.alert.light .alert.gray-light a,
.alert.gray-light .alert-dark a,
.alert-dark .alert.gray-light a,
.alert.gray-light .alert.dark a,
.alert.dark .alert.gray-light a,
.alert.gray-light .alert-primary-light a,
.alert-primary-light .alert.gray-light a,
.alert.gray-light .alert.primary-light a,
.alert.primary-light .alert.gray-light a,
.alert.gray-light .alert-primary-dark a,
.alert-primary-dark .alert.gray-light a,
.alert.gray-light .alert.primary-dark a,
.alert.primary-dark .alert.gray-light a,
.alert.gray-light .alert-secondary-light a,
.alert-secondary-light .alert.gray-light a,
.alert.gray-light .alert.secondary-light a,
.alert.secondary-light .alert.gray-light a,
.alert.gray-light .alert-secondary-dark a,
.alert-secondary-dark .alert.gray-light a,
.alert.gray-light .alert.secondary-dark a,
.alert.secondary-dark .alert.gray-light a,
.alert.gray-light .alert-gray-dark a,
.alert-gray-dark .alert.gray-light a,
.alert.gray-light .alert.gray-dark a,
.alert.gray-dark .alert.gray-light a,
.alert.gray-light .alert-gray a,
.alert-gray .alert.gray-light a,
.alert.gray-light .alert.gray a,
.alert.gray .alert.gray-light a {
  color: rgb(92.0543478261, 94.1, 96.1456521739);
}
.alert-error,
.alert.error {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-error hr,
.alert.error hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-error .alert-link, .alert-error .alert-def a, .alert-def .alert-error a,
.alert-error .alert.def a,
.alert.def .alert-error a, .alert-error a,
.alert-error .alert.error a,
.alert.error .alert-error a, .alert-error .alert-primary a, .alert-primary .alert-error a,
.alert-error .alert.primary a,
.alert.primary .alert-error a, .alert-error .alert-secondary a, .alert-secondary .alert-error a,
.alert-error .alert.secondary a,
.alert.secondary .alert-error a, .alert-error .alert-success a, .alert-success .alert-error a,
.alert-error .alert.success a,
.alert.success .alert-error a, .alert-error .alert-info a, .alert-info .alert-error a,
.alert-error .alert.info a,
.alert.info .alert-error a, .alert-error .alert-warning a, .alert-warning .alert-error a,
.alert-error .alert.warning a,
.alert.warning .alert-error a, .alert-error .alert-danger a, .alert-danger .alert-error a,
.alert-error .alert.danger a,
.alert.danger .alert-error a, .alert-error .alert-light a, .alert-light .alert-error a,
.alert-error .alert.light a,
.alert.light .alert-error a, .alert-error .alert-dark a, .alert-dark .alert-error a,
.alert-error .alert.dark a,
.alert.dark .alert-error a, .alert-error .alert-primary-light a, .alert-primary-light .alert-error a,
.alert-error .alert.primary-light a,
.alert.primary-light .alert-error a, .alert-error .alert-primary-dark a, .alert-primary-dark .alert-error a,
.alert-error .alert.primary-dark a,
.alert.primary-dark .alert-error a, .alert-error .alert-secondary-light a, .alert-secondary-light .alert-error a,
.alert-error .alert.secondary-light a,
.alert.secondary-light .alert-error a, .alert-error .alert-secondary-dark a, .alert-secondary-dark .alert-error a,
.alert-error .alert.secondary-dark a,
.alert.secondary-dark .alert-error a, .alert-error .alert-gray-dark a, .alert-gray-dark .alert-error a,
.alert-error .alert.gray-dark a,
.alert.gray-dark .alert-error a, .alert-error .alert-gray a, .alert-gray .alert-error a,
.alert-error .alert.gray a,
.alert.gray .alert-error a, .alert-error .alert-gray-light a, .alert-gray-light .alert-error a,
.alert-error .alert.gray-light a,
.alert.gray-light .alert-error a,
.alert.error .alert-link,
.alert.error .alert-def a,
.alert-def .alert.error a,
.alert.error .alert.def a,
.alert.def .alert.error a,
.alert.error .alert-error a,
.alert-error .alert.error a,
.alert.error a,
.alert.error .alert-primary a,
.alert-primary .alert.error a,
.alert.error .alert.primary a,
.alert.primary .alert.error a,
.alert.error .alert-secondary a,
.alert-secondary .alert.error a,
.alert.error .alert.secondary a,
.alert.secondary .alert.error a,
.alert.error .alert-success a,
.alert-success .alert.error a,
.alert.error .alert.success a,
.alert.success .alert.error a,
.alert.error .alert-info a,
.alert-info .alert.error a,
.alert.error .alert.info a,
.alert.info .alert.error a,
.alert.error .alert-warning a,
.alert-warning .alert.error a,
.alert.error .alert.warning a,
.alert.warning .alert.error a,
.alert.error .alert-danger a,
.alert-danger .alert.error a,
.alert.error .alert.danger a,
.alert.danger .alert.error a,
.alert.error .alert-light a,
.alert-light .alert.error a,
.alert.error .alert.light a,
.alert.light .alert.error a,
.alert.error .alert-dark a,
.alert-dark .alert.error a,
.alert.error .alert.dark a,
.alert.dark .alert.error a,
.alert.error .alert-primary-light a,
.alert-primary-light .alert.error a,
.alert.error .alert.primary-light a,
.alert.primary-light .alert.error a,
.alert.error .alert-primary-dark a,
.alert-primary-dark .alert.error a,
.alert.error .alert.primary-dark a,
.alert.primary-dark .alert.error a,
.alert.error .alert-secondary-light a,
.alert-secondary-light .alert.error a,
.alert.error .alert.secondary-light a,
.alert.secondary-light .alert.error a,
.alert.error .alert-secondary-dark a,
.alert-secondary-dark .alert.error a,
.alert.error .alert.secondary-dark a,
.alert.secondary-dark .alert.error a,
.alert.error .alert-gray-dark a,
.alert-gray-dark .alert.error a,
.alert.error .alert.gray-dark a,
.alert.gray-dark .alert.error a,
.alert.error .alert-gray a,
.alert-gray .alert.error a,
.alert.error .alert.gray a,
.alert.gray .alert.error a,
.alert.error .alert-gray-light a,
.alert-gray-light .alert.error a,
.alert.error .alert.gray-light a,
.alert.gray-light .alert.error a {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}
.alert-def,
.alert.def {
  color: rgb(38.48, 47.84, 67.08);
  background-color: rgb(218.8, 222.4, 229.8);
  border-color: rgb(204.32, 209.36, 219.72);
}
.alert-def hr,
.alert.def hr {
  border-top-color: rgb(189.2857980456, 195.8209120521, 209.2542019544);
}
.alert-def .alert-link, .alert-def a,
.alert-def .alert.def a,
.alert.def .alert-def a, .alert-def .alert-primary a, .alert-primary .alert-def a,
.alert-def .alert.primary a,
.alert.primary .alert-def a, .alert-def .alert-secondary a, .alert-secondary .alert-def a,
.alert-def .alert.secondary a,
.alert.secondary .alert-def a, .alert-def .alert-success a, .alert-success .alert-def a,
.alert-def .alert.success a,
.alert.success .alert-def a, .alert-def .alert-info a, .alert-info .alert-def a,
.alert-def .alert.info a,
.alert.info .alert-def a, .alert-def .alert-warning a, .alert-warning .alert-def a,
.alert-def .alert.warning a,
.alert.warning .alert-def a, .alert-def .alert-danger a, .alert-danger .alert-def a,
.alert-def .alert.danger a,
.alert.danger .alert-def a, .alert-def .alert-light a, .alert-light .alert-def a,
.alert-def .alert.light a,
.alert.light .alert-def a, .alert-def .alert-dark a, .alert-dark .alert-def a,
.alert-def .alert.dark a,
.alert.dark .alert-def a, .alert-def .alert-primary-light a, .alert-primary-light .alert-def a,
.alert-def .alert.primary-light a,
.alert.primary-light .alert-def a, .alert-def .alert-primary-dark a, .alert-primary-dark .alert-def a,
.alert-def .alert.primary-dark a,
.alert.primary-dark .alert-def a, .alert-def .alert-secondary-light a, .alert-secondary-light .alert-def a,
.alert-def .alert.secondary-light a,
.alert.secondary-light .alert-def a, .alert-def .alert-secondary-dark a, .alert-secondary-dark .alert-def a,
.alert-def .alert.secondary-dark a,
.alert.secondary-dark .alert-def a, .alert-def .alert-gray-dark a, .alert-gray-dark .alert-def a,
.alert-def .alert.gray-dark a,
.alert.gray-dark .alert-def a, .alert-def .alert-gray a, .alert-gray .alert-def a,
.alert-def .alert.gray a,
.alert.gray .alert-def a, .alert-def .alert-gray-light a, .alert-gray-light .alert-def a,
.alert-def .alert.gray-light a,
.alert.gray-light .alert-def a, .alert-def .alert-error a, .alert-error .alert-def a,
.alert-def .alert.error a,
.alert.error .alert-def a,
.alert.def .alert-link,
.alert.def .alert-def a,
.alert-def .alert.def a,
.alert.def a,
.alert.def .alert-primary a,
.alert-primary .alert.def a,
.alert.def .alert.primary a,
.alert.primary .alert.def a,
.alert.def .alert-secondary a,
.alert-secondary .alert.def a,
.alert.def .alert.secondary a,
.alert.secondary .alert.def a,
.alert.def .alert-success a,
.alert-success .alert.def a,
.alert.def .alert.success a,
.alert.success .alert.def a,
.alert.def .alert-info a,
.alert-info .alert.def a,
.alert.def .alert.info a,
.alert.info .alert.def a,
.alert.def .alert-warning a,
.alert-warning .alert.def a,
.alert.def .alert.warning a,
.alert.warning .alert.def a,
.alert.def .alert-danger a,
.alert-danger .alert.def a,
.alert.def .alert.danger a,
.alert.danger .alert.def a,
.alert.def .alert-light a,
.alert-light .alert.def a,
.alert.def .alert.light a,
.alert.light .alert.def a,
.alert.def .alert-dark a,
.alert-dark .alert.def a,
.alert.def .alert.dark a,
.alert.dark .alert.def a,
.alert.def .alert-primary-light a,
.alert-primary-light .alert.def a,
.alert.def .alert.primary-light a,
.alert.primary-light .alert.def a,
.alert.def .alert-primary-dark a,
.alert-primary-dark .alert.def a,
.alert.def .alert.primary-dark a,
.alert.primary-dark .alert.def a,
.alert.def .alert-secondary-light a,
.alert-secondary-light .alert.def a,
.alert.def .alert.secondary-light a,
.alert.secondary-light .alert.def a,
.alert.def .alert-secondary-dark a,
.alert-secondary-dark .alert.def a,
.alert.def .alert.secondary-dark a,
.alert.secondary-dark .alert.def a,
.alert.def .alert-gray-dark a,
.alert-gray-dark .alert.def a,
.alert.def .alert.gray-dark a,
.alert.gray-dark .alert.def a,
.alert.def .alert-gray a,
.alert-gray .alert.def a,
.alert.def .alert.gray a,
.alert.gray .alert.def a,
.alert.def .alert-gray-light a,
.alert-gray-light .alert.def a,
.alert.def .alert.gray-light a,
.alert.gray-light .alert.def a,
.alert.def .alert-error a,
.alert-error .alert.def a,
.alert.def .alert.error a,
.alert.error .alert.def a {
  color: rgb(19.8888669951, 24.7266995074, 34.6711330049);
}
/*  Cards
//----------------------------------------------------------------------------------*/
.media-grid .thumb-wrap, .card .thumb-wrap {
  position: relative;
  overflow: hidden;
  height: 1px;
  padding-top: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.media-grid .thumb-wrap img, .card .thumb-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.row-card {
  margin-left: 0;
}

.card {
  background: transparent;
  border: 0;
}
.card .card-wrap {
  padding: 15px;
  border: 1px solid #e1e6eb;
  background: #fff;
}
.card > div {
  height: 100%;
  position: relative;
}
.card .thumb-wrap {
  width: calc(100% + 30px);
  margin: -15px;
  margin-bottom: 15px;
}
.card .action-panel {
  position: absolute;
  top: 10px;
  right: 10px;
}

.dropdown-menu {
  -moz-box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
ul.pagination {
  border: 1px solid rgba(86, 110, 177, 0.2);
}
ul.pagination .active span,
ul.pagination a {
  display: inline-block;
  padding: 5px 10px;
}
ul.pagination .active span {
  background-color: #B9C3DF;
  color: #202A46;
  font-weight: bold;
}
ul.pagination li {
  border-left: 1px solid rgba(86, 110, 177, 0.2);
}
ul.pagination li:first-child {
  border: 0;
}

/**
	Footers
	@author: xafaR
	@file: layout-footer

*/
#footer {
  background: transparent;
  /*position: fixed;
  bottom: 0;
  border-top: 3px solid $sidebar-bg;*/
  padding: 0;
  text-align: center;
}
#footer h2,
#footer h3,
#footer .faq-wrapper .cat-heading,
.faq-wrapper #footer .cat-heading,
#footer h4 {
  color: white;
}
@media only screen and (max-width:991.98px) {
  #footer {
    width: 100%;
  }
}
#footer {
  font-size: 0.8rem;
  left: 0px;
}
#footer p {
  font-size: 0.8rem;
}
#footer * {
  color: #4a5c81;
  font-size: inherit;
}
#footer .footer-row {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  #footer .footer-row {
    display: flex;
    flex-wrap: wrap;
  }
  #footer .footer-row > * {
    width: 100%;
  }
  #footer .footer-row .block-address {
    text-align: center;
    order: 0;
  }
  #footer .footer-row .block-newsletter {
    order: 1;
  }
  #footer .footer-row .block-copyright {
    order: 2;
  }
}
#footer .copyrights {
  font-size: 10px;
  font-family: sans-serif;
}
#footer .copyrights p {
  font-size: inherit;
}
#footer .fs-left,
#footer .fs-right {
  position: fixed;
  z-index: 5;
  width: 56px;
  height: auto;
  left: 15px;
  bottom: 30px;
  z-index: 5000;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#footer .fs-right {
  left: auto;
  right: 5px;
}
#footer .fs-left {
  width: 280px;
  transform-origin: left top;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#footer .copyrights {
  width: 280px;
}

.loader-curtain {
  position: fixed;
  height: 100%;
  width: 100%;
  background: white;
  left: 0;
  top: 0;
  z-index: 8000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: translateY(105%);
  -moz-transform: translateY(105%);
  -ms-transform: translateY(105%);
  -o-transform: translateY(105%);
  transform: translateY(105%);
}
html.loading-content .loader-curtain {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
html.loading-content .loader-curtain:after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.loader-curtain:after {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 8001;
  background: rgba(255, 255, 255, 0.35) url(images/ajax-loader-sm.gif) no-repeat center center;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.25s ease-in-out -0.5s;
  -moz-transition: all 0.25s ease-in-out -0.5s;
  -o-transition: all 0.25s ease-in-out -0.5s;
  -ms-transition: all 0.25s ease-in-out -0.5s;
  transition: all 0.25s ease-in-out -0.5s;
  -webkit-transform: translateY(105%);
  -moz-transform: translateY(105%);
  -ms-transform: translateY(105%);
  -o-transform: translateY(105%);
  transform: translateY(105%);
}

html.loading-content body #body-wrapper {
  filter: blur(4px);
}
html.loading-content, html.loading-content body {
  overflow: hidden;
}

.msg-loading {
  background: white;
  font-size: 12px;
}
.msg-loading > * {
  display: block;
}
.msg-loading .loader {
  height: 10px;
  background: #CB2026;
  clear: both;
}

.footer-copyright {
  font-size: 12.5px;
  text-align: center;
}
.footer-copyright p a {
  padding: 0 15px;
}

/**
	All Homepage styles / elements comes here.
	@author: xafaR
	@file: page-element

*/
img {
  max-width: 100%;
}

/*  Table
//--------------------------------------------------*/
.table thead, table thead {
  background: #566EB1;
  color: #fff;
}
.table tfoot, table tfoot {
  background: #e1e6eb;
}

/*  UL OL
//---------------------------------------------------------------------------------*/
ul, ol {
  padding-left: 1rem;
}

/*  Panels
//--------------------------------------------------*/
.media-grid .thumb-wrap {
  width: 50px;
  overflow: hidden;
}
.media-grid tr:nth-child(even) {
  background: rgba(86, 110, 177, 0.003);
}
.media-grid td {
  vertical-align: middle;
}
.media-grid .selector {
  width: 30px;
}
.media-grid .thumbnail {
  width: 50px;
}
.media-grid .action {
  text-align: right;
}
.media-grid .action button {
  padding: 2px;
}
.media-grid p {
  margin-bottom: 0;
}

.section {
  height: auto;
  display: inline-block;
  width: 100%;
  padding-top: 49.5px;
  padding-bottom: 49.5px;
}
@media only screen and (min-width:768px) {
  .section {
    padding-top: 75px;
    padding-bottom: 75px;
    min-height: 250px;
  }
}
@media only screen and (min-width:992px) {
  .section {
    padding-top: 150px;
    padding-bottom: 150px;
    min-height: 250px;
  }
}
.section:before, .section:after {
  content: " ";
  display: table;
}
.section:after {
  clear: both;
}
@media only screen and (min-width:768px) {
  .section.sm {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media only screen and (min-width:992px) {
  .section.sm {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media only screen and (min-width:768px) {
  .section.lg {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width:992px) {
  .section.lg {
    padding-top: 300px;
    padding-bottom: 300px;
  }
}
.section.top {
  padding-bottom: 0;
}
.section.bottom {
  padding-top: 0;
}
@media (min-width: 1366px) {
  .section.narrow {
    padding-right: 25%;
  }
}

.auto-scroll-wrapper {
  position: relative;
}

.contact-compact-section {
  padding: 60px 0;
}
.contact-compact-section .contact-heading-with-line {
  display: block;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.contact-compact-section .contact-heading-with-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: #CB2026;
}

.block {
  position: relative;
}

.fs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .fs {
    min-height: 100vh;
  }
}
.fs.bg-diag {
  min-height: 120vh;
}
.fs.fh {
  max-height: 120vh;
}

.widget-wrapper {
  width: 100%;
}

.sticky-panel {
  position: sticky !important;
  top: 29vh;
}

.card {
  position: relative;
  background: white;
  height: 100%;
  padding: 2vw;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -moz-box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1366px) {
  .card {
    padding: 1.5vw;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
  }
}
.card.auto {
  height: auto;
}
.card.has-gap {
  margin-bottom: 30px;
}
.card.square, .card.box {
  aspect-ratio: 1;
}
.card.rect {
  aspect-ratio: 1.5;
}
.card > .content {
  height: 100%;
  padding: 1.25vw;
}
.card > .content h3, .card > .content .faq-wrapper .cat-heading, .faq-wrapper .card > .content .cat-heading {
  font-weight: 300;
  margin-bottom: 30px;
}
.card > .content h3, .card > .content .faq-wrapper .cat-heading, .faq-wrapper .card > .content .cat-heading,
.card > .content h4 {
  display: block;
  width: 100%;
}
.card > .content h3, .card > .content .faq-wrapper .cat-heading, .faq-wrapper .card > .content .cat-heading,
.card > .content h2 {
  margin: 0 0 1rem;
}
.card > .content h3 span, .card > .content .faq-wrapper .cat-heading span, .faq-wrapper .card > .content .cat-heading span,
.card > .content h2 span {
  display: block;
}
.card > .content.x-2 {
  padding: 60px;
}
.card > .content.x-2 > * {
  margin-bottom: 30px;
}
.card > .content.x-2 > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width:992px) {
  .card.align-top > .content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.card.dark {
  background: #202A46;
  color: white;
}
.card.dark > * {
  color: white !important;
}
.card.outline {
  outline: 5px solid rgba(203, 32, 38, 0.25) !important;
}
.card.outline:after {
  content: none;
}
.card.border {
  border-left: 6px solid #CB2026 !important;
}

.grid-square > div {
  margin-bottom: 30px;
}
.grid-square .rect {
  aspect-ratio: 1.5;
}

@media only screen and (min-width:992px) {
  .box-square {
    height: 0;
    width: 100%;
    padding: 100% 0 0;
    padding-bottom: 0;
    position: relative;
  }
  .box-square > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .box-square > .content {
    position: absolute;
    top: 50%;
    height: auto;
    max-height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .box-square > .content.full {
    height: 100%;
  }
  .box-square img.square {
    left: 100%;
    margin-top: 50%;
    height: 100%;
    width: auto;
    max-width: unset;
    position: relative;
    margin-left: -50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/*  Tag List
//--------------------------------------------------*/
ul.tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  text-align: right;
}
ul.tag-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 0 0 10px 10px;
  padding: 15px;
  border: 1px solid rgba(86, 110, 177, 0.3);
  font-size: 1rem;
  color: #566EB1;
  font-weight: bold;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  -ms-border-radius: 120px;
  -o-border-radius: 120px;
  border-radius: 120px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  ul.tag-list li {
    padding: 15px 30px;
  }
}
ul.tag-list li > a {
  font-family: inherit;
  font-size: inherit;
  padding: 15px 30px;
  text-align: center;
  background: white;
  font-weight: bold;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
ul.tag-list li > a:hover {
  text-decoration: none;
}
ul.tag-list li:hover {
  -moz-box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15), 0 0 0 10px rgba(86, 110, 177, 0.3);
  -webkit-box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15), 0 0 0 10px rgba(86, 110, 177, 0.3);
  box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15), 0 0 0 10px rgba(86, 110, 177, 0.3);
}
ul.tag-list.bg li {
  background-color: #f8f9fa;
}

/*  Tabs
//----------------------------------------------------------------------------------*/
.tab-container .tab-trigger ul,
.tab-container .tab-trigger li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab-container .tab-trigger li {
  display: block;
  margin-right: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .tab-container .tab-trigger li {
    display: inline-block;
  }
}
.tab-container .tab-trigger li a {
  display: inline-block;
  padding: 10px 3rem;
  background: #DADDE0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.tab-container .tab-trigger li.active a {
  background: #CB2026;
  color: white;
}
.tab-container .tab-trigger li input[type=checkbox],
.tab-container .tab-trigger li input[type=radio] {
  position: absolute;
  left: 10px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tab-container .tab-trigger li input[type=checkbox] + .tab-link,
.tab-container .tab-trigger li input[type=radio] + .tab-link {
  padding-left: 1.5rem;
  border-left: 2rem solid #e1e6eb;
}
.tab-container .tab-trigger li input[type=checkbox]:checked + .tab-link,
.tab-container .tab-trigger li input[type=radio]:checked + .tab-link {
  border-left-color: #B9C3DF;
}
.tab-container .tab-content {
  padding-top: 0px;
}

.wrap-screen-full,
.wrap-full-screen {
  width: 100vw;
  margin-left: -50vw;
  position: relative;
  left: 50%;
  display: block;
  max-width: 100vw;
  overflow: hidden;
}
.wrap-screen-full img.cover,
.wrap-full-screen img.cover {
  min-width: 100%;
  max-width: none;
  height: auto;
  width: auto !important;
}

.wrap-screen-half, .wrap-screen-third {
  width: 100vw;
  left: -15px;
  right: -15px;
  top: 0;
  height: 100%;
  z-index: 0;
  position: absolute;
  overflow: hidden;
  background-position: right top;
}
.wrap-screen-half.right, .right.wrap-screen-third {
  left: 0;
  right: auto;
  background-position: left top;
}
@media only screen and (min-width:992px) {
  .wrap-screen-half, .wrap-screen-third {
    width: 50vw;
    left: auto;
    right: 0;
  }
  .wrap-screen-half.right, .right.wrap-screen-third {
    left: 0;
    right: auto;
  }
}

@media only screen and (min-width:992px) {
  .wrap-screen-third {
    width: 75vw;
  }
  .wrap-screen-third img.hero {
    height: 100%;
    width: auto;
  }
}

.wrap-screen-third + *,
.wrap-screen-half + * {
  position: relative;
}

.widget-content {
  position: relative;
}

.lbl {
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #CB2026;
}
.lbl span {
  color: #4a5c81;
}

.bar-fat {
  max-width: 100px;
  width: 100%;
  height: 10px;
  background: #566EB1;
  display: block;
  margin: 15px 0;
}

.v-spacer {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #e1e6eb;
  width: 1px;
  margin: 0 15px;
  content: "&#160";
  min-height: 15px;
}

.box-content {
  overflow: hidden;
}

ul.list-index,
ul.list-index li,
ul.index,
ul.index li,
ul.item-list,
ul.item-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.list-index li,
ul.index li,
ul.item-list li {
  margin-bottom: 1.5rem;
  position: relative;
}
ul.list-index li .icon,
ul.index li .icon,
ul.item-list li .icon {
  position: absolute;
  left: -3.5rem;
  top: 0;
}
ul.list-index li .title,
ul.index li .title,
ul.item-list li .title {
  font-size: 1.35rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  ul.list-index li .title,
  ul.index li .title,
  ul.item-list li .title {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width:992px) {
  ul.list-index li .title,
  ul.index li .title,
  ul.item-list li .title {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 1680px) {
  ul.list-index li .title,
  ul.index li .title,
  ul.item-list li .title {
    font-size: 1.35rem;
  }
}
ul.list-index li > *,
ul.index li > *,
ul.item-list li > * {
  margin-bottom: 0;
}

ul.item-list {
  padding-left: 2rem;
}
ul.item-list li:before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 0.25rem;
  left: -2rem;
  background: url(images/icon-list.png) no-repeat center center;
}
ul.item-list.inline li {
  display: inline-block;
  margin: 15px 30px 15px 15px;
}
ul.item-list {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  ul.item-list li:before {
    top: 0;
  }
}

ul.tiles {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
ul.tiles li {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 90%;
}
ul.tiles li {
  display: inline-block;
  text-align: center;
}

.video-hero {
  width: auto;
  height: 100%;
  max-width: none;
  left: 50vw;
  top: 0;
  position: absolute;
  z-index: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width:768px) {
  .video-hero {
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.img-overlay,
.bg-vid-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.img-overlay.blue,
.bg-vid-overlay.blue {
  background: url(images/overlay-video-blue.png) repeat;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.img-overlay.green,
.bg-vid-overlay.green {
  background: rgba(86, 110, 177, 0.6);
}

/*  Dropzone, Uploader
//--------------------------------------------------*/
.drag-upload {
  border: 4px dashed #e1e6eb;
  padding: 30px;
  text-align: center;
}
.drag-upload #fileupload {
  display: none;
}

.legend,
legend,
h2.heading,
h3.heading,
.faq-wrapper .heading.cat-heading,
h4.heading {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #272f48;
}
.legend.primary,
legend.primary,
h2.heading.primary,
h3.heading.primary,
.faq-wrapper .heading.primary.cat-heading,
h4.heading.primary {
  color: #CB2026;
  border-bottom: 1px solid rgba(203, 32, 38, 0.7);
}

.info-wrapper {
  margin-bottom: 30px;
}
.info-wrapper ul,
.info-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 10px;
}
.info-wrapper strong {
  color: #DADDE0;
  padding-right: 5px;
}

.follow-up-wrapper {
  height: 100%;
  margin-top: 15px;
}

.response-note {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 50%;
  margin-right: 50%;
  border-right: 2px solid #e1e6eb;
  height: 100%;
  text-align: right;
}
.response-note li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px 20px;
  position: relative;
}
.response-note li:after {
  content: "";
  width: 13px;
  height: 13px;
  background: #DADDE0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: -8px;
}
.response-note li.alt {
  right: -100%;
  text-align: left;
}
.response-note li.alt:after {
  right: auto;
  left: -5px;
}
.response-note li p {
  margin: 0;
}
.response-note li.lead-generated:after {
  background: #ffc107;
}
.response-note li.lead-approved:after {
  background: #125759;
}
.response-note li.lead-disqualified:after, .response-note li.lead-reject:after {
  background: #dc3545;
}
.response-note li.lead-accept:after {
  background: #28a745;
}
.response-note li.lead-close:after {
  background: #CB2026;
}
.response-note li .lead-offer {
  font-weight: bold;
  color: #DADDE0;
  background: #DADDE0;
  display: inline-block;
  padding: 2px 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.response-note li .lead-offer.accept {
  border-bottom: 2px solid #DADDE0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.response-note li .date-update {
  letter-spacing: -0.5px;
  font-size: 0.95em;
}

body.show-loading .loader-wrapper {
  display: block;
}

.loader-wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5040;
  background: rgba(0, 0, 0, 0.75);
  display: none;
}
.loader-wrapper .loader {
  display: inline-block;
  margin: auto;
  padding: 15px;
  background: #fff no-repeat center center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.xash-collapse {
  padding-bottom: 70px;
  position: relative;
  margin-bottom: 30px;
  max-height: 400vh;
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.xash-collapse .xash-collapse-wrapper {
  position: relative;
}
.xash-collapse .xash-collapse-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: url(images/expander-bg.png) repeat-x center bottom;
}
.xash-collapse .xash-collapse-btn {
  height: 50px;
  width: 50px;
  background: #f8f9fa;
  bordeR: 3px solid rgba(159, 165, 173, 0.5);
  z-index: 20;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -25px;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.xash-collapse .xash-collapse-btn:after {
  content: "\f103";
  font-family: "Fontawesome";
  font-size: 1rem;
  color: white;
}
.xash-collapse.collapsed .xash-collapse-wrapper {
  max-height: 100px;
  overflow: hidden;
}
.xash-collapse.collapsed .xash-collapse-wrapper:after {
  height: 75px;
}
.xash-collapse.collapsed .xash-collapse-btn {
  bottom: 0;
}

.search-result-list li {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.search-label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.widget-title {
  padding-bottom: 1rem;
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  font-size: 3rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .widget-title {
    font-size: 3rem;
  }
}
@media only screen and (min-width:992px) {
  .widget-title {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 1680px) {
  .widget-title {
    font-size: 7rem;
  }
}
.widget-titleh2 {
  border-bottom: 2px solid rgba(32, 42, 70, 0.7);
}
.widget .widget-title {
  text-align: center;
}

/*  Modules Global METAs
//----------------------------------------------------------------------------------*/
.post-date {
  top: 0;
  left: 0;
  padding: 5px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.icon-duration:before,
.icon-play:before {
  content: "\f01d";
}

.post-author:before {
  content: "\f044";
  font-size: 1.25em;
  display: inline-block;
  font: normal normal normal 1.25em/1 FontAwesome;
  font-size: 1.25em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.25em;
}

.post-meta-item,
.post-author,
.category-title,
.post-date,
.icon-date,
li .post-date,
.icon-duration,
.icon-play {
  margin-right: 10px;
}
.post-meta-item:before, .post-meta-item:after,
.post-author:before,
.post-author:after,
.category-title:before,
.category-title:after,
.post-date:before,
.post-date:after,
.icon-date:before,
.icon-duration:before,
.icon-play:before,
.icon-date:after,
.icon-duration:after,
.icon-play:after {
  color: #B9C3DF;
}

.item-condensed .post-meta-item {
  font-size: 12.5px;
}

.category-title {
  margin-bottom: 0.5rem;
  display: inline-block;
}
.category-title:before {
  content: "\f126";
  font-size: 1.25em;
  display: inline-block;
  font: normal normal normal 1.25em/1 FontAwesome;
  font-size: 1.25em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.25em;
}
li .category-title,
li .post-date {
  font-size: 1em;
}

ul.news-list,
.list-archive,
.archive-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
}
ul.news-list li,
.list-archive li,
.archive-list li {
  margin-top: 30px;
  padding: 30px;
}
.main-body-conten____t ul.news-list li:before,
.main-body-conten____t .list-archive li:before,
.main-body-conten____t .archive-list li:before {
  content: "";
  background: white;
  display: block;
  position: absolute;
  height: 98%;
  width: 98%;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  left: 15px;
  top: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.news-list li .post-content,
.list-archive li .post-content,
.archive-list li .post-content {
  padding: 15px 0;
}
ul.news-list li .post-title,
.list-archive li .post-title,
.archive-list li .post-title {
  font-size: 1.35rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  ul.news-list li .post-title,
  .list-archive li .post-title,
  .archive-list li .post-title {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width:992px) {
  ul.news-list li .post-title,
  .list-archive li .post-title,
  .archive-list li .post-title {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 1680px) {
  ul.news-list li .post-title,
  .list-archive li .post-title,
  .archive-list li .post-title {
    font-size: 1.35rem;
  }
}
ul.news-list li .post-title,
.list-archive li .post-title,
.archive-list li .post-title {
  margin-bottom: 0.5rem;
  font-weight: bold;
}
ul.news-list li .post-title > *,
.list-archive li .post-title > *,
.archive-list li .post-title > * {
  color: inherit;
  font-weight: inherit;
}
ul.news-list li > div,
.list-archive li > div,
.archive-list li > div {
  position: relative;
}
ul.news-list li:hover:before,
.list-archive li:hover:before,
.archive-list li:hover:before {
  -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.12);
}
ul.news-list .__date-badge > *,
.list-archive .__date-badge > *,
.archive-list .__date-badge > * {
  height: 100%;
  padding-top: 5px;
}
ul.news-list .__date-badge .date,
.list-archive .__date-badge .date,
.archive-list .__date-badge .date {
  color: white;
}
ul.news-list .__date-badge .month,
.list-archive .__date-badge .month,
.archive-list .__date-badge .month {
  position: absolute;
  background: white;
  color: #202A46;
  text-align: center;
  padding: 2px 0;
  bottom: -5px;
  height: 20px;
  left: 0;
  width: 100%;
}

.img-thumb-wrapper {
  height: 0;
  position: relative;
  width: 100%;
  padding: 60% 0 0;
  overflow: hidden;
  background: url(images/logo-thumb.jpg) no-repeat center center #eee;
  background-size: 65% auto;
}
.img-thumb-wrapper img,
.img-thumb-wrapper > * {
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.img-thumb-wrapper #image-gallery {
  height: 100%;
}
.img-thumb-wrapper .video-player {
  height: 100%;
}
.img-thumb-wrapper.square {
  padding: 100% 0 0;
}
.img-thumb-wrapper.vertical {
  padding: 160% 0 0;
}
.img-thumb-wrapper.vertical > * {
  height: 100%;
  width: 100%;
}
.img-thumb-wrapper.vertical img.thumb {
  height: 100%;
  width: auto;
  max-width: unset;
}
.news-primary .img-thumb-wrapper {
  padding: 75% 0 0;
}
.img-thumb-wrapper .thumb-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  background: url(images/icon-play.png) no-repeat center center;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.slider-img-gallery .thumb-cont img {
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-img-gallery #image-gallery-thumb .thumb-cont .thumb-wrap {
  padding-top: 65%;
  overflow: hidden;
  position: relative;
  height: 0;
}
.slider-img-gallery #image-gallery-thumb .thumb-cont .thumb-wrap > * {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-img-gallery #image-gallery-thumb button.slick-next,
.slider-img-gallery #image-gallery-thumb button.slick-prev {
  height: 30px;
  width: 30px;
}

header .archive-filters {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  header .archive-filters {
    justify-content: flex-end;
    min-width: 40%;
  }
  header .archive-filters label {
    width: 100%;
    text-align: right;
    margin: 0;
  }
  header .archive-filters .filter-wrapper {
    width: 100%;
  }
}

.view-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.view-list li {
  padding: 30px;
  background: white;
  margin-bottom: 1.5rem;
  position: relative;
  border-left: 4px solid #DADDE0;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.view-list li p {
  margin: 1rem 0 0;
}
@media (min-width: 768px) {
  .view-list .post-thumb {
    width: 30%;
    display: inline-block;
    padding-right: 15px;
  }
  .view-list .post-thumb + .post-content {
    width: 69.5%;
    display: inline-block;
    vertical-align: top;
  }
}

.product-list > * {
  margin-bottom: 30px;
}

.album-gallery {
  margin-bottom: 45px;
}
.album-gallery:nth-child(even) .media-gallery-wrap div:first-child {
  order: 1;
}
.album-gallery p {
  line-height: 1.24;
}
.album-gallery p.link {
  text-align: right;
}
.album-gallery:after {
  content: "";
  display: block;
  margin: 10px auto;
  height: 1px;
  width: 20%;
  border-bottom: 1px solid #DADDE0;
}

.img-thumbnail {
  width: 100%;
}

.media-gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  align-items: stretch;
}
.media-gallery-wrap .desc {
  width: 100%;
}
.media-gallery-wrap .desc a.btn, .media-gallery-wrap .desc a.button, .media-gallery-wrap .desc a.read-more,
.media-gallery-wrap .desc a.anchor {
  float: right;
}

ul.media-gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
}
ul.media-gallery li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
  width: 100%;
  padding: 0 15px;
  position: relative;
  background: #566EB1;
  background-clip: content-box;
}
@media only screen and (min-width:768px) {
  .media-archive ul.media-gallery li {
    width: 50%;
  }
}
ul.media-gallery li .post-content {
  background: #566EB1;
  color: white;
}
ul.media-gallery li .post-content * {
  color: white;
}
ul.media-gallery li .post-content *:last-child {
  margin: 0;
}

.gallery-detail.slick-slider > .slick-list,
.gallery-detail > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.img-thumbnail {
  width: 100%;
}

body.media-detail .media-gallery-wrap > .col-md-2 {
  display: flex;
  align-content: center;
}

.gallery-thumb li.active div {
  outline: 5px solid #B9C3DF;
}
.gallery-thumb.slick-vertical {
  display: flex;
  align-content: center;
}
.gallery-thumb.slick-vertical:after {
  top: auto;
  bottom: 0;
}
.gallery-thumb.slick-vertical .slick-prev,
.gallery-thumb.slick-vertical .slick-next {
  width: 100%;
  height: 25px;
  top: 0;
  left: 0%;
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.gallery-thumb.slick-vertical .slick-prev::before,
.gallery-thumb.slick-vertical .slick-next::before {
  font-size: 2rem;
  content: "\f106";
}
.gallery-thumb.slick-vertical .slick-next {
  top: auto;
  bottom: 0;
}
.gallery-thumb.slick-vertical .slick-next:before {
  content: "\f107";
}

.faq-wrapper {
  margin: 15px 0;
}
.faq-wrapper .cat-heading {
  margin: 2.5rem 0 0.5rem;
  font-weight: 300;
  color: #DADDE0;
}
.faq-wrapper .panel {
  margin-bottom: 0.5rem;
  background: white;
  padding: 1rem 1rem 1rem 2rem;
  border-radius: 15px;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.faq-wrapper .panel .panel-heading {
  background: rgb(247.35, 247.35, 247.35);
  background-image: linear-gradient(to bottom, white 0%, rgb(252.45, 252.45, 252.45) 100%);
  background-repeat: repeat-x;
  border: 1px solid rgb(229.5, 229.5, 229.5);
  border-width: 2px 0;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.faq-wrapper .panel .panel-heading:first-child {
  border-top: 2px solid rgb(229.5, 229.5, 229.5);
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.faq-wrapper .panel .panel-heading:last-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.faq-wrapper .panel .panel-heading:hover {
  background-color: white;
  background-image: linear-gradient(to bottom, white 0%, white 100%);
  background-repeat: repeat-x;
  border-color: #eee;
}
.faq-wrapper .panel .panel-heading {
  margin: 0 0 0;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-width: 0 0 2px;
  cursor: pointer;
}
.faq-wrapper .panel .panel-collapse {
  margin: -10px 0 20px 0;
  border: 2px solid rgb(229.5, 229.5, 229.5);
  border-top: 0;
}
.faq-wrapper .panel .faq-content {
  -webkit-transition: max-height 0.35s ease-in-out;
  -moz-transition: max-height 0.35s ease-in-out;
  -o-transition: max-height 0.35s ease-in-out;
  -ms-transition: max-height 0.35s ease-in-out;
  transition: max-height 0.35s ease-in-out;
  max-height: 400px;
  color: #272f48;
  font-size: 1rem;
}
.faq-wrapper .panel.collapsed .faq-content {
  max-height: 0;
  overflow: hidden;
}
.faq-wrapper .panel.collapsed .panel-title:before {
  transform: rotate(0deg);
}
.faq-wrapper .panel-title {
  padding: 0.5rem 0;
  margin: 0;
  position: relative;
}
.faq-wrapper .panel-title:before {
  content: "\f107";
  font-size: 2rem;
  display: inline-block;
  font: normal normal normal 2rem/1 FontAwesome;
  font-size: 2rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.25em;
}
.faq-wrapper .panel-title:before {
  position: absolute;
  right: 0;
  top: 10px;
  color: #272f48;
  transition: transform 0.25s ease-in-out;
  will-change: transform;
  transform: rotate(180deg);
}
.faq-wrapper .panel-title a,
.faq-wrapper .panel-title span {
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .faq-wrapper .panel-title a,
  .faq-wrapper .panel-title span {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width:992px) {
  .faq-wrapper .panel-title a,
  .faq-wrapper .panel-title span {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1680px) {
  .faq-wrapper .panel-title a,
  .faq-wrapper .panel-title span {
    font-size: 1.125rem;
  }
}

.faq-panel .faq-header {
  border-bottom: 3px solid #566EB1;
}

.tab-profile ul,
.tab-profile li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab-profile ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.tab-profile ul li {
  flex-grow: 1;
  text-align: center;
  margin-bottom: 15px;
}
.tab-profile ul li a {
  padding: 5px 15px;
  background: #DADDE0;
  display: block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .tab-profile ul li {
    margin-left: 10px;
  }
}

.profile-detail .col-md-6 {
  border-bottom: 1px solid #DADDE0;
}
.profile-detail label {
  font-size: 1rem;
  font-weight: 500;
  margin: 1rem 0 0;
}
.profile-detail label + p {
  margin-bottom: 1.5rem;
  line-height: 1;
  color: #DADDE0;
  font-weight: 300;
  font-size: 1.65rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .profile-detail label + p {
    font-size: 1.65rem;
  }
}
@media only screen and (min-width:992px) {
  .profile-detail label + p {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1680px) {
  .profile-detail label + p {
    font-size: 2.6rem;
  }
}

.inner-page .view-single-thumb-wrapper {
  width: 60%;
  margin-right: 2rem;
  float: left;
  display: inline-block;
}
.inner-page .view-single-thumb-wrapper .img-thumb-wrapper {
  padding: 0;
  height: auto;
}
.inner-page .view-single-thumb-wrapper .img-thumb-wrapper img {
  position: relative;
}

.auto-scroll-wrapper.blur-cards-section .card-wrapper {
  position: relative;
  z-index: 1;
}
.auto-scroll-wrapper.blur-cards-section .card-wrapper .card {
  position: relative;
  background: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-left: 3px solid transparent !important;
  border-radius: 16px !important;
  padding: 24px 28px !important;
  margin-bottom: 20px !important;
  transition: all ease-in-out 150ms !important;
  overflow: hidden;
  will-change: transform, opacity;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.auto-scroll-wrapper.blur-cards-section .card-wrapper .card::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 3px !important;
  height: 0 !important;
  background: linear-gradient(180deg, #CB2026 0%, rgba(203, 32, 38, 0.6) 100%) !important;
  transition: height 0.5s cubic-bezier(0.23, 1, 0.32, 1) !important;
  z-index: 1 !important;
}
.auto-scroll-wrapper.blur-cards-section .card-wrapper .card::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 0 !important;
  height: 0 !important;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.2) 0%, transparent 70%) !important;
  transform: translate(-50%, -50%) !important;
  transition: width 150ms ease, height 150ms ease, transform 150ms ease !important;
  opacity: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
}
.auto-scroll-wrapper.blur-cards-section .card-wrapper .card:hover {
  transform: scale(1.02) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 10px 20px rgba(86, 110, 177, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}
.auto-scroll-wrapper.blur-cards-section .card-wrapper .card:hover::before {
  height: 100% !important;
}
.auto-scroll-wrapper.blur-cards-section .card-wrapper .card:hover::after {
  width: 300px !important;
  height: 300px !important;
  opacity: 1 !important;
}
.auto-scroll-wrapper.blur-cards-section .card-wrapper .card:hover h4, .auto-scroll-wrapper.blur-cards-section .card-wrapper .card:hover h3, .auto-scroll-wrapper.blur-cards-section .card-wrapper .card:hover .faq-wrapper .cat-heading, .faq-wrapper .auto-scroll-wrapper.blur-cards-section .card-wrapper .card:hover .cat-heading {
  color: #CB2026 !important;
}
.auto-scroll-wrapper.blur-cards-section .card-wrapper .card:hover p {
  color: rgba(255, 255, 255, 0.95) !important;
}
.auto-scroll-wrapper.blur-cards-section .card-wrapper .card h4, .auto-scroll-wrapper.blur-cards-section .card-wrapper .card h3, .auto-scroll-wrapper.blur-cards-section .card-wrapper .card .faq-wrapper .cat-heading, .faq-wrapper .auto-scroll-wrapper.blur-cards-section .card-wrapper .card .cat-heading {
  position: relative !important;
  z-index: 2 !important;
  color: #566EB1 !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
  transition: all 0.4s ease !important;
}
.auto-scroll-wrapper.blur-cards-section .card-wrapper .card h4 strong, .auto-scroll-wrapper.blur-cards-section .card-wrapper .card h3 strong, .auto-scroll-wrapper.blur-cards-section .card-wrapper .card .faq-wrapper .cat-heading strong, .faq-wrapper .auto-scroll-wrapper.blur-cards-section .card-wrapper .card .cat-heading strong {
  font-weight: 700 !important;
}
.auto-scroll-wrapper.blur-cards-section .card-wrapper .card p {
  position: relative !important;
  z-index: 2 !important;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 0.9375rem !important;
  line-height: 1.7 !important;
  margin: 0 !important;
  transition: color 0.4s ease !important;
}

.auto-scroll-wrapper:not(.blur-cards-section) .card-wrapper .card {
  background: white !important;
  border: 1px solid rgba(86, 110, 177, 0.08) !important;
  border-radius: 20px !important;
  padding: 32px !important;
  margin-bottom: 24px !important;
  overflow-x: hidden !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06) !important;
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transform-origin: center center !important;
  will-change: transform, opacity;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  border-left: 1px solid rgba(86, 110, 177, 0.08) !important;
}
.auto-scroll-wrapper:not(.blur-cards-section) .card-wrapper .card::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 4px !important;
  background: linear-gradient(90deg, #CB2026 0%, rgba(203, 32, 38, 0.6) 100%) !important;
  z-index: 1 !important;
}
.auto-scroll-wrapper:not(.blur-cards-section) .card-wrapper .card::after {
  content: none !important;
}
.auto-scroll-wrapper:not(.blur-cards-section) .card-wrapper .card h4, .auto-scroll-wrapper:not(.blur-cards-section) .card-wrapper .card h3, .auto-scroll-wrapper:not(.blur-cards-section) .card-wrapper .card .faq-wrapper .cat-heading, .faq-wrapper .auto-scroll-wrapper:not(.blur-cards-section) .card-wrapper .card .cat-heading {
  position: relative !important;
  z-index: 2 !important;
  color: #566EB1 !important;
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
  line-height: 1.3 !important;
}
.auto-scroll-wrapper:not(.blur-cards-section) .card-wrapper .card h4 strong, .auto-scroll-wrapper:not(.blur-cards-section) .card-wrapper .card h3 strong, .auto-scroll-wrapper:not(.blur-cards-section) .card-wrapper .card .faq-wrapper .cat-heading strong, .faq-wrapper .auto-scroll-wrapper:not(.blur-cards-section) .card-wrapper .card .cat-heading strong {
  font-weight: 700 !important;
}
.auto-scroll-wrapper:not(.blur-cards-section) .card-wrapper .card p {
  position: relative !important;
  z-index: 2 !important;
  color: rgba(86, 110, 177, 0.7) !important;
  font-size: 0.9375rem !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}
.auto-scroll-wrapper:not(.blur-cards-section) .card-wrapper .card:hover {
  transform: none !important;
  background: white !important;
  border-color: rgba(86, 110, 177, 0.12) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.1) !important;
}
.auto-scroll-wrapper:not(.blur-cards-section) .card-wrapper .card:hover h4, .auto-scroll-wrapper:not(.blur-cards-section) .card-wrapper .card:hover h3, .auto-scroll-wrapper:not(.blur-cards-section) .card-wrapper .card:hover .faq-wrapper .cat-heading, .faq-wrapper .auto-scroll-wrapper:not(.blur-cards-section) .card-wrapper .card:hover .cat-heading {
  color: #566EB1 !important;
  transform: none !important;
}
.auto-scroll-wrapper:not(.blur-cards-section) .card-wrapper .card:hover p {
  color: rgba(86, 110, 177, 0.8) !important;
}

.filter-wrapper .quick-search-wrapper {
  position: relative;
}
.filter-wrapper .quick-search-wrapper .btn-qs {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}

.sub-color-scroll {
  color: #CB2026;
}

/**
 * Power BI Page Styles
 * Author: xafaR
 * Created: Jan 2026
 * Description: Dedicated styles for Power BI service page
 */
body.page-srv-cloud .power-bi-partner-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  min-height: auto;
}
@media (max-width: 991px) {
  body.page-srv-cloud .power-bi-partner-section {
    padding: 60px 0;
  }
}
body.page-srv-cloud .power-bi-partner-section .power-bi-partner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  animation: floatOrb 20s ease-in-out infinite;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-gradient-orb.power-bi-orb-1 {
  width: 500px;
  height: 500px;
  top: -10%;
  left: -5%;
  background: radial-gradient(circle, rgba(86, 110, 177, 0.6) 0%, transparent 70%);
  animation-delay: 0s;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-gradient-orb.power-bi-orb-2 {
  width: 400px;
  height: 400px;
  top: 50%;
  right: -5%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.5) 0%, transparent 70%);
  animation-delay: 5s;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-gradient-orb.power-bi-orb-3 {
  width: 350px;
  height: 350px;
  bottom: -5%;
  left: 30%;
  background: radial-gradient(circle, rgba(138, 79, 143, 0.4) 0%, transparent 70%);
  animation-delay: 10s;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-partner-header {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-partner-header .power-bi-partner-badge {
  display: inline-block;
  padding: 8px 24px;
  background: linear-gradient(135deg, #566EB1 0%, rgb(120.8947368421, 139.9392712551, 193.1052631579) 100%);
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(86, 110, 177, 0.3);
}
body.page-srv-cloud .power-bi-partner-section .power-bi-partner-header .power-bi-partner-title {
  font-size: 3rem;
  font-weight: 300;
  color: #0F1B3D;
  margin-bottom: 20px;
  line-height: 1.2;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-partner-header .power-bi-partner-title strong {
  font-weight: 700;
  color: #CB2026;
}
@media (max-width: 991px) {
  body.page-srv-cloud .power-bi-partner-section .power-bi-partner-header .power-bi-partner-title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  body.page-srv-cloud .power-bi-partner-section .power-bi-partner-header .power-bi-partner-title {
    font-size: 1.75rem;
  }
}
body.page-srv-cloud .power-bi-partner-section .power-bi-partner-header .power-bi-partner-subtitle {
  font-size: 1.125rem;
  color: rgba(15, 27, 61, 0.7);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}
@media (max-width: 767px) {
  body.page-srv-cloud .power-bi-partner-section .power-bi-partner-header .power-bi-partner-subtitle {
    font-size: 1rem;
  }
}
body.page-srv-cloud .power-bi-partner-section .power-bi-stats-row {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  body.page-srv-cloud .power-bi-partner-section .power-bi-stats-row {
    margin-bottom: 50px;
  }
}
body.page-srv-cloud .power-bi-partner-section .power-bi-stat-card {
  text-align: center;
  padding: 40px 20px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #566EB1 0%, #CB2026 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
body.page-srv-cloud .power-bi-partner-section .power-bi-stat-card:hover::before {
  transform: scaleX(1);
}
body.page-srv-cloud .power-bi-partner-section .power-bi-stat-card:hover .power-bi-stat-icon {
  transform: scale(1.1);
  color: #CB2026;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-stat-card:hover .power-bi-stat-number {
  color: #CB2026;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-stat-card .power-bi-stat-icon {
  font-size: 2.5rem;
  color: #566EB1;
  margin-bottom: 20px;
  transition: all 0.4s ease;
  display: inline-block;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-stat-card .power-bi-stat-number {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0F1B3D;
  line-height: 1;
  margin-bottom: 10px;
  transition: color 0.4s ease;
}
@media (max-width: 767px) {
  body.page-srv-cloud .power-bi-partner-section .power-bi-stat-card .power-bi-stat-number {
    font-size: 2.5rem;
  }
}
body.page-srv-cloud .power-bi-partner-section .power-bi-stat-card .power-bi-stat-label {
  font-size: 0.9375rem;
  color: rgba(15, 27, 61, 0.6);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-features-grid {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  body.page-srv-cloud .power-bi-partner-section .power-bi-features-grid {
    margin-bottom: 50px;
  }
}
body.page-srv-cloud .power-bi-partner-section .power-bi-feature-card {
  background: white;
  border-radius: 24px;
  padding: 50px 35px;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  margin-bottom: 30px;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(86, 110, 177, 0.05) 0%, rgba(203, 32, 38, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-feature-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #566EB1 0%, #CB2026 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-feature-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
body.page-srv-cloud .power-bi-partner-section .power-bi-feature-card:hover::before {
  opacity: 1;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-feature-card:hover::after {
  transform: scaleX(1);
}
body.page-srv-cloud .power-bi-partner-section .power-bi-feature-card:hover .power-bi-feature-icon {
  transform: scale(1.15);
  background: linear-gradient(135deg, #566EB1 0%, #CB2026 100%);
  color: white;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-feature-card:hover .power-bi-feature-title {
  color: #CB2026;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-feature-card .power-bi-feature-icon-wrapper {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-feature-card .power-bi-feature-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(86, 110, 177, 0.1) 0%, rgba(203, 32, 38, 0.1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #566EB1;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  z-index: 2;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-feature-card .power-bi-feature-icon i {
  transition: transform 0.5s ease;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-feature-card .power-bi-feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0F1B3D;
  margin-bottom: 20px;
  transition: color 0.4s ease;
  position: relative;
  z-index: 2;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-feature-card .power-bi-feature-title strong {
  font-weight: 700;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-feature-card .power-bi-feature-text {
  font-size: 1rem;
  color: rgba(15, 27, 61, 0.7);
  line-height: 1.8;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
  margin: 0;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-feature-card .power-bi-feature-highlight {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(86, 110, 177, 0.1);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #566EB1;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-feature-card .power-bi-feature-highlight span {
  position: relative;
  z-index: 1;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-feature-card:hover .power-bi-feature-highlight {
  background: #566EB1;
  color: white;
  transform: translateX(5px);
}
body.page-srv-cloud .power-bi-partner-section .power-bi-partner-cta {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-cta-content {
  background: linear-gradient(135deg, #566EB1 0%, rgb(75, 98.0769230769, 162.5) 100%);
  border-radius: 30px;
  padding: 60px 50px;
  text-align: center;
  box-shadow: 0 15px 50px rgba(86, 110, 177, 0.3);
  position: relative;
  overflow: hidden;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-cta-content::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: rotateGradient 20s linear infinite;
}
@media (max-width: 767px) {
  body.page-srv-cloud .power-bi-partner-section .power-bi-cta-content {
    padding: 40px 30px;
  }
}
body.page-srv-cloud .power-bi-partner-section .power-bi-cta-title {
  font-size: 2.25rem;
  font-weight: 600;
  color: white;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  body.page-srv-cloud .power-bi-partner-section .power-bi-cta-title {
    font-size: 1.75rem;
  }
}
body.page-srv-cloud .power-bi-partner-section .power-bi-cta-text {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  body.page-srv-cloud .power-bi-partner-section .power-bi-cta-text {
    font-size: 1rem;
  }
}
body.page-srv-cloud .power-bi-partner-section .power-bi-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 40px;
  background: white;
  color: #566EB1;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
body.page-srv-cloud .power-bi-partner-section .power-bi-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  background: #CB2026;
  color: white;
}
body.page-srv-cloud .power-bi-partner-section .power-bi-cta-button:hover i {
  transform: translateX(5px);
}
body.page-srv-cloud .power-bi-partner-section .power-bi-cta-button i {
  transition: transform 0.4s ease;
}

@keyframes floatOrb {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}
@keyframes rotateGradient {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.page-srv-cloud .power-bi-advantages-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
@media (max-width: 768px) {
  body.page-srv-cloud .power-bi-advantages-section {
    padding: 60px 0;
  }
}
body.page-srv-cloud .power-bi-bubbles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
body.page-srv-cloud .power-bi-bubble {
  position: absolute;
  top: -150px;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: bubbleFloatDown 7.5s infinite linear;
  animation-delay: calc(var(--i) * 0.3s);
  opacity: 0.6;
}
body.page-srv-cloud .power-bi-bubble:nth-child(odd) {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.25);
  animation-duration: 10s;
}
body.page-srv-cloud .power-bi-bubble:nth-child(3n) {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.35);
  animation-duration: 6s;
}
body.page-srv-cloud .power-bi-bubble:nth-child(4n) {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.2);
  animation-duration: 9s;
}
body.page-srv-cloud .power-bi-bubble:nth-child(1) {
  left: 3%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(2) {
  left: 7%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(3) {
  left: 12%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(4) {
  left: 17%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(5) {
  left: 22%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(6) {
  left: 27%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(7) {
  left: 32%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(8) {
  left: 37%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(9) {
  left: 42%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(10) {
  left: 47%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(11) {
  left: 52%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(12) {
  left: 57%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(13) {
  left: 62%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(14) {
  left: 67%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(15) {
  left: 72%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(16) {
  left: 77%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(17) {
  left: 82%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(18) {
  left: 87%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(19) {
  left: 92%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(20) {
  left: 97%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(21) {
  left: 5%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(22) {
  left: 10%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(23) {
  left: 15%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(24) {
  left: 20%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(25) {
  left: 25%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(26) {
  left: 30%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(27) {
  left: 35%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(28) {
  left: 40%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(29) {
  left: 45%;
}
body.page-srv-cloud .power-bi-bubble:nth-child(30) {
  left: 50%;
}
@keyframes bubbleFloatDown {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  5% {
    opacity: 0.6;
  }
  95% {
    opacity: 0.6;
  }
  100% {
    transform: translateY(calc(100vh + 150px)) translateX(20px);
    opacity: 0;
  }
}
body.page-srv-cloud .power-bi-advantages-header {
  padding-right: 40px;
}
@media (max-width: 768px) {
  body.page-srv-cloud .power-bi-advantages-header {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}
body.page-srv-cloud .power-bi-advantages-intro {
  font-size: 18px;
  line-height: 1.7;
  color: #566EB1;
  margin: 0;
  font-weight: 500;
  max-width: 800px;
}
@media (max-width: 768px) {
  body.page-srv-cloud .power-bi-advantages-intro {
    font-size: 16px;
  }
}
body.page-srv-cloud .power-bi-advantages-wrapper {
  margin-top: 0;
}
body.page-srv-cloud .power-bi-advantage-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  border: 2px solid rgba(86, 110, 177, 0.1);
  display: flex;
  gap: 20px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  height: 100%;
}
body.page-srv-cloud .power-bi-advantage-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(203, 32, 38, 0.15), 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: rgba(203, 32, 38, 0.3);
}
body.page-srv-cloud .power-bi-advantage-number {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(203, 32, 38, 0.15) 0%, rgba(86, 110, 177, 0.1) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CB2026;
  box-shadow: 0 4px 12px rgba(203, 32, 38, 0.2);
  transition: all 0.3s ease;
}
body.page-srv-cloud .power-bi-advantage-number i {
  font-size: 28px;
  color: #CB2026;
  transition: all 0.3s ease;
}
.power-bi-advantage-card:hover body.page-srv-cloud .power-bi-advantage-number {
  background: linear-gradient(135deg, rgba(203, 32, 38, 0.25) 0%, rgba(86, 110, 177, 0.15) 100%);
  transform: scale(1.1);
}
.power-bi-advantage-card:hover body.page-srv-cloud .power-bi-advantage-number i {
  color: #CB2026;
  transform: rotate(5deg);
}
body.page-srv-cloud .power-bi-advantage-content {
  flex: 1;
}
body.page-srv-cloud .power-bi-advantage-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0F1B3D;
}
body.page-srv-cloud .power-bi-advantage-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #566EB1;
  margin: 0;
}
@media (max-width: 768px) {
  body.page-srv-cloud .power-bi-advantages-section .container {
    padding: 30px 15px !important;
  }
  body.page-srv-cloud .power-bi-advantage-card {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }
  body.page-srv-cloud .power-bi-advantage-number {
    margin: 0 auto;
  }
  body.page-srv-cloud .power-bi-advantages-intro {
    font-size: 16px;
  }
}
body.page-srv-cloud .power-bi-service-card {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 20px;
  padding: 40px 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  margin-bottom: 30px;
  border: 2px solid transparent;
}
body.page-srv-cloud .power-bi-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #566EB1 0%, #CB2026 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
body.page-srv-cloud .power-bi-service-card::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(86, 110, 177, 0.05) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
body.page-srv-cloud .power-bi-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(203, 32, 38, 0.2), 0 10px 30px rgba(0, 0, 0, 0.15);
  border-color: rgba(203, 32, 38, 0.3);
}
body.page-srv-cloud .power-bi-service-card:hover::before {
  transform: scaleX(1);
}
body.page-srv-cloud .power-bi-service-card:hover::after {
  opacity: 1;
}
body.page-srv-cloud .power-bi-service-card:hover .power-bi-service-icon {
  transform: scale(1.1);
  background: linear-gradient(135deg, #566EB1 0%, #CB2026 100%);
  color: white;
  box-shadow: 0 10px 30px rgba(203, 32, 38, 0.4);
}
body.page-srv-cloud .power-bi-service-card:hover .power-bi-service-title {
  color: #CB2026;
}
body.page-srv-cloud .power-bi-service-icon {
  width: 80px;
  height: 80px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(86, 110, 177, 0.1) 0%, rgba(203, 32, 38, 0.1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #566EB1;
  margin: 0 auto 25px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  z-index: 2;
  box-shadow: 0 5px 20px rgba(86, 110, 177, 0.15);
}
body.page-srv-cloud .power-bi-service-icon i {
  transition: transform 0.4s ease;
}
body.page-srv-cloud .power-bi-service-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0F1B3D;
  margin-bottom: 15px;
  text-align: center;
  transition: color 0.4s ease;
  position: relative;
  z-index: 2;
}
body.page-srv-cloud .power-bi-service-title strong {
  font-weight: 700;
}
body.page-srv-cloud .power-bi-service-text {
  font-size: 1rem;
  color: rgba(15, 27, 61, 0.7);
  line-height: 1.8;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  body.page-srv-cloud .power-bi-service-card {
    padding: 30px 25px;
    margin-bottom: 25px;
  }
  body.page-srv-cloud .power-bi-service-icon {
    width: 70px;
    height: 70px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  body.page-srv-cloud .power-bi-service-title {
    font-size: 1.3rem;
  }
  body.page-srv-cloud .power-bi-service-text {
    font-size: 0.95rem;
  }
}
body.page-srv-cloud .power-bi-about-section {
  position: relative;
  overflow: hidden;
  padding: 140px 0;
  background: #0a1529;
  background-image: radial-gradient(circle at 15% 25%, rgba(86, 110, 177, 0.15) 0%, transparent 50%), radial-gradient(circle at 85% 75%, rgba(203, 32, 38, 0.1) 0%, transparent 50%);
}
@media (max-width: 991px) {
  body.page-srv-cloud .power-bi-about-section {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  body.page-srv-cloud .power-bi-about-section {
    padding: 80px 0;
  }
}
body.page-srv-cloud .power-bi-about-section .power-bi-about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
body.page-srv-cloud .power-bi-about-section .power-bi-circuit-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/bg-lines-abstract.svg");
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  filter: blur(1px);
}
body.page-srv-cloud .power-bi-about-section .power-bi-circuit-pattern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(86, 110, 177, 0.1) 1px, transparent 1px), linear-gradient(rgba(86, 110, 177, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
}
body.page-srv-cloud .power-bi-about-section .power-bi-circuit-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, transparent 30%, rgba(86, 110, 177, 0.1) 50%, transparent 70%), linear-gradient(-45deg, transparent 30%, rgba(203, 32, 38, 0.08) 50%, transparent 70%);
  background-size: 200px 200px, 150px 150px;
  animation: circuitMove 20s linear infinite;
  opacity: 0.4;
}
body.page-srv-cloud .power-bi-about-section .power-bi-glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.3;
  animation: floatGlow 15s ease-in-out infinite;
}
body.page-srv-cloud .power-bi-about-section .power-bi-glow-orb.power-bi-glow-1 {
  width: 400px;
  height: 400px;
  top: 10%;
  left: -10%;
  background: radial-gradient(circle, rgba(86, 110, 177, 0.6) 0%, transparent 70%);
  animation-delay: 0s;
}
body.page-srv-cloud .power-bi-about-section .power-bi-glow-orb.power-bi-glow-2 {
  width: 350px;
  height: 350px;
  bottom: 15%;
  right: -5%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.5) 0%, transparent 70%);
  animation-delay: 5s;
}
body.page-srv-cloud .power-bi-about-section .power-bi-glow-orb.power-bi-glow-3 {
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(138, 79, 143, 0.4) 0%, transparent 70%);
  animation-delay: 10s;
}
body.page-srv-cloud .power-bi-about-section .power-bi-about-card {
  position: relative;
  z-index: 1;
  background: rgba(30, 45, 80, 0.65);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 24px;
  padding: 60px 50px;
  border: 1px solid rgba(86, 110, 177, 0.35);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.05);
  text-align: center;
}
@media (max-width: 991px) {
  body.page-srv-cloud .power-bi-about-section .power-bi-about-card {
    padding: 50px 40px;
  }
}
@media (max-width: 767px) {
  body.page-srv-cloud .power-bi-about-section .power-bi-about-card {
    padding: 40px 30px;
    border-radius: 20px;
  }
}
body.page-srv-cloud .power-bi-about-section .power-bi-about-badge {
  display: inline-block;
  margin-bottom: 30px;
}
body.page-srv-cloud .power-bi-about-section .power-bi-about-badge span {
  display: inline-block;
  padding: 12px 28px;
  background: #d44a3a;
  color: white;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(212, 74, 58, 0.4);
  transition: all 0.4s ease;
}
body.page-srv-cloud .power-bi-about-section .power-bi-about-badge:hover span {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 74, 58, 0.6);
  background: #e55a4a;
}
body.page-srv-cloud .power-bi-about-section .power-bi-about-title {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 30px;
  color: white;
}
body.page-srv-cloud .power-bi-about-section .power-bi-about-title strong {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}
@media (max-width: 991px) {
  body.page-srv-cloud .power-bi-about-section .power-bi-about-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  body.page-srv-cloud .power-bi-about-section .power-bi-about-title {
    font-size: 2rem;
  }
}
body.page-srv-cloud .power-bi-about-section .power-bi-about-text {
  font-size: 1.125rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.85);
  max-width: 750px;
  margin: 0 auto;
  font-weight: 400;
}
@media (max-width: 991px) {
  body.page-srv-cloud .power-bi-about-section .power-bi-about-text {
    font-size: 1.05rem;
  }
}
@media (max-width: 767px) {
  body.page-srv-cloud .power-bi-about-section .power-bi-about-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@keyframes circuitMove {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 200px 200px, -150px -150px;
  }
}
@keyframes floatGlow {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}
@keyframes floatGlow3 {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  33% {
    transform: translate(calc(-50% + 20px), calc(-50% - 20px)) scale(1.1);
  }
  66% {
    transform: translate(calc(-50% - 15px), calc(-50% + 15px)) scale(0.9);
  }
}
body.page-srv-cloud .power-bi-glow-3 {
  animation: floatGlow3 15s ease-in-out infinite;
}

body.page-srv-cloud .power-bi-for-you {
  background: url("/assets/images/header-bg-general-1.JPG") no-repeat top center !important;
  background-size: cover !important;
}
body.page-srv-cloud .illus-cont.style-lg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
body.page-srv-cloud .illus-cont.style-lg img {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  opacity: 0.15;
  animation: spin-slow 120s linear infinite;
}

@keyframes spin-slow {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.staff-aug-intro-section {
  position: relative;
  overflow: hidden;
  padding: 140px 0 100px;
  background-color: #F8D3D4;
  background: linear-gradient(180deg, #FCE9EA 0%, #F8D3D4 50%, #F1A7A9 100%);
}
@media (max-width: 768px) {
  .staff-aug-intro-section {
    padding: 100px 0 70px;
  }
}
.staff-aug-intro-section .container-xl,
.staff-aug-intro-section .read-more-down {
  position: relative;
  z-index: 2;
}
.staff-aug-intro-section .staff-aug-intro-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.staff-aug-intro-section .staff-aug-hero {
  margin-bottom: 2.5rem;
}
.staff-aug-intro-section .staff-aug-hero .staff-aug-hero-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #CB2026;
  background: rgba(203, 32, 38, 0.15);
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 1.25rem;
}
.staff-aug-intro-section .staff-aug-hero .staff-aug-hero-title {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 300;
  line-height: 1.2;
  color: #0F1B3D;
  margin: 0 0 1rem;
}
.staff-aug-intro-section .staff-aug-hero .staff-aug-hero-lead {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #566EB1;
  margin: 0;
  font-weight: 500;
}
.staff-aug-intro-section .staff-aug-intro-block {
  margin-bottom: 2.5rem;
  padding: 1.5rem 1.75rem;
  background: rgba(255, 255, 255, 0.7);
  border-left: 4px solid #566EB1;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.staff-aug-intro-section .staff-aug-intro-block .staff-aug-intro-text {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #566EB1;
  margin: 0;
}
.staff-aug-intro-section .staff-aug-understanding-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  border: 2px solid rgba(86, 110, 177, 0.12);
  overflow: hidden;
  margin-bottom: 3rem;
}
.staff-aug-intro-section .staff-aug-understanding-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 1.75rem;
  background: linear-gradient(135deg, rgba(203, 32, 38, 0.08) 0%, rgba(86, 110, 177, 0.06) 100%);
  border-bottom: 1px solid rgba(86, 110, 177, 0.1);
}
.staff-aug-intro-section .staff-aug-understanding-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(203, 32, 38, 0.2) 0%, rgba(86, 110, 177, 0.15) 100%);
  border-radius: 12px;
  color: #CB2026;
  flex-shrink: 0;
}
.staff-aug-intro-section .staff-aug-understanding-icon i {
  font-size: 22px;
}
.staff-aug-intro-section .staff-aug-understanding-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0F1B3D;
  margin: 0;
}
.staff-aug-intro-section .staff-aug-understanding-body {
  padding: 1.75rem 1.75rem;
}
.staff-aug-intro-section .staff-aug-understanding-body p {
  font-size: 1rem;
  line-height: 1.75;
  color: #566EB1;
  margin: 0 0 1rem;
}
.staff-aug-intro-section .staff-aug-understanding-body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .staff-aug-intro-section .staff-aug-hero .staff-aug-hero-title {
    font-size: 1.75rem;
  }
  .staff-aug-intro-section .staff-aug-hero .staff-aug-hero-lead {
    font-size: 1.1rem;
  }
  .staff-aug-intro-section .staff-aug-understanding-header {
    flex-direction: column;
    text-align: center;
  }
  .staff-aug-intro-section .staff-aug-understanding-body {
    padding: 1.25rem 1.25rem;
  }
}
.staff-aug-intro-section .staff-aug-partner-section .staff-aug-partner-heading {
  font-size: 1.75rem;
  font-weight: 300;
  text-align: center;
  color: #0F1B3D;
  margin: 0 0 1rem;
}
.staff-aug-intro-section .staff-aug-partner-section .staff-aug-partner-intro {
  text-align: center;
  color: #566EB1;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 auto 2rem;
  max-width: 700px;
}
.staff-aug-intro-section .staff-aug-partner-cards {
  margin-top: 0;
}
.staff-aug-intro-section .staff-aug-partner-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  border: 2px solid rgba(86, 110, 177, 0.1);
  display: flex;
  gap: 20px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  height: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.staff-aug-intro-section .staff-aug-partner-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(203, 32, 38, 0.15), 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: rgba(203, 32, 38, 0.3);
}
.staff-aug-intro-section .staff-aug-partner-card:hover .staff-aug-partner-icon {
  background: linear-gradient(135deg, rgba(203, 32, 38, 0.25) 0%, rgba(86, 110, 177, 0.15) 100%);
  transform: scale(1.1);
}
.staff-aug-intro-section .staff-aug-partner-card:hover .staff-aug-partner-icon i {
  transform: rotate(5deg);
}
.staff-aug-intro-section .staff-aug-partner-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(203, 32, 38, 0.15) 0%, rgba(86, 110, 177, 0.1) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CB2026;
  box-shadow: 0 4px 12px rgba(203, 32, 38, 0.2);
  transition: all 0.3s ease;
}
.staff-aug-intro-section .staff-aug-partner-icon i {
  font-size: 28px;
  color: #CB2026;
  transition: all 0.3s ease;
}
.staff-aug-intro-section .staff-aug-partner-content {
  flex: 1;
}
.staff-aug-intro-section .staff-aug-partner-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0F1B3D;
}
.staff-aug-intro-section .staff-aug-partner-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #566EB1;
  margin: 0;
}
@media (max-width: 768px) {
  .staff-aug-intro-section .staff-aug-partner-card {
    padding: 24px 20px;
  }
  .staff-aug-intro-section .staff-aug-partner-content h4 {
    font-size: 18px;
  }
  .staff-aug-intro-section .staff-aug-partner-content p {
    font-size: 14px;
  }
}

/* ===== Our Proven Integration Process – cards (global: applies in .power-bi-for-you on Staff Augmentation) ===== */
.staff-aug-process-block .staff-aug-process-cards {
  margin-top: 1.5rem;
}

.staff-aug-process-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid #e2e4e8;
  border-radius: 16px;
  padding: 24px 22px;
  padding-top: 28px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09), 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* Colored top accent so cards look clearly defined */
}
.staff-aug-process-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #566EB1 0%, rgb(73.3894736842, 95.9708502024, 159.0105263158) 100%);
  border-radius: 16px 16px 0 0;
}
.staff-aug-process-card .staff-aug-process-card-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(86, 110, 177, 0.1);
  color: #566EB1;
  transition: transform 0.3s ease, background 0.3s ease;
}
.staff-aug-process-card .staff-aug-process-card-icon .fa {
  font-size: 1.35rem;
}
.staff-aug-process-card .staff-aug-process-card-step {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #566EB1;
  margin-bottom: 0.35rem;
  line-height: 1;
}
.staff-aug-process-card .staff-aug-process-card-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.staff-aug-process-card .staff-aug-process-card-desc {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 0;
}
.staff-aug-process-card:hover {
  transform: translateY(-6px);
  border-color: rgba(86, 110, 177, 0.4);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(86, 110, 177, 0.1);
}
.staff-aug-process-card:hover .staff-aug-process-card-icon {
  transform: scale(1.08);
  background: rgba(86, 110, 177, 0.18);
}

/* Even cards (2, 4): blue top accent */
.staff-aug-process-block .staff-aug-process-cards .col-md-6:nth-child(2) .staff-aug-process-card::before,
.staff-aug-process-block .staff-aug-process-cards .col-md-6:nth-child(4) .staff-aug-process-card::before {
  background: linear-gradient(90deg, #566EB1 0%, rgb(70.1684210526, 91.7587044534, 152.0315789474) 100%);
}

.staff-aug-process-block .staff-aug-process-cards .col-md-6:nth-child(2) .staff-aug-process-card-icon,
.staff-aug-process-block .staff-aug-process-cards .col-md-6:nth-child(4) .staff-aug-process-card-icon {
  background: rgba(86, 110, 177, 0.12);
  color: #566EB1;
}

.staff-aug-process-block .staff-aug-process-cards .col-md-6:nth-child(2) .staff-aug-process-card:hover .staff-aug-process-card-icon,
.staff-aug-process-block .staff-aug-process-cards .col-md-6:nth-child(4) .staff-aug-process-card:hover .staff-aug-process-card-icon {
  background: rgba(86, 110, 177, 0.22);
}

.staff-aug-bubbles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.staff-aug-bubble {
  position: absolute;
  bottom: -120px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: staffAugBubbleFloatUp 8s infinite ease-in-out;
  animation-delay: calc(var(--i) * 0.25s);
  opacity: 0.5;
}
.staff-aug-bubble:nth-child(odd) {
  background: radial-gradient(circle at 30% 30%, rgba(203, 32, 38, 0.22), rgba(203, 32, 38, 0.08));
  width: 90px;
  height: 90px;
  animation-duration: 9s;
}
.staff-aug-bubble:nth-child(even) {
  background: radial-gradient(circle at 30% 30%, rgba(86, 110, 177, 0.22), rgba(86, 110, 177, 0.08));
}
.staff-aug-bubble:nth-child(3n) {
  width: 55px;
  height: 55px;
  background: radial-gradient(circle at 30% 30%, rgba(86, 110, 177, 0.2), rgba(86, 110, 177, 0.06));
  animation-duration: 7s;
}
.staff-aug-bubble:nth-child(4n) {
  width: 100px;
  height: 100px;
  background: radial-gradient(circle at 30% 30%, rgba(203, 32, 38, 0.18), rgba(203, 32, 38, 0.05));
  animation-duration: 10s;
}
.staff-aug-bubble:nth-child(1) {
  left: 2%;
}
.staff-aug-bubble:nth-child(2) {
  left: 8%;
}
.staff-aug-bubble:nth-child(3) {
  left: 14%;
}
.staff-aug-bubble:nth-child(4) {
  left: 20%;
}
.staff-aug-bubble:nth-child(5) {
  left: 26%;
}
.staff-aug-bubble:nth-child(6) {
  left: 32%;
}
.staff-aug-bubble:nth-child(7) {
  left: 38%;
}
.staff-aug-bubble:nth-child(8) {
  left: 44%;
}
.staff-aug-bubble:nth-child(9) {
  left: 50%;
}
.staff-aug-bubble:nth-child(10) {
  left: 56%;
}
.staff-aug-bubble:nth-child(11) {
  left: 62%;
}
.staff-aug-bubble:nth-child(12) {
  left: 68%;
}
.staff-aug-bubble:nth-child(13) {
  left: 74%;
}
.staff-aug-bubble:nth-child(14) {
  left: 80%;
}
.staff-aug-bubble:nth-child(15) {
  left: 86%;
}
.staff-aug-bubble:nth-child(16) {
  left: 92%;
}
.staff-aug-bubble:nth-child(17) {
  left: 5%;
}
.staff-aug-bubble:nth-child(18) {
  left: 15%;
}
.staff-aug-bubble:nth-child(19) {
  left: 25%;
}
.staff-aug-bubble:nth-child(20) {
  left: 35%;
}
.staff-aug-bubble:nth-child(21) {
  left: 45%;
}
.staff-aug-bubble:nth-child(22) {
  left: 55%;
}
.staff-aug-bubble:nth-child(23) {
  left: 65%;
}
.staff-aug-bubble:nth-child(24) {
  left: 75%;
}
.staff-aug-bubble:nth-child(25) {
  left: 85%;
}

.staff-aug-bubble--from-top {
  top: -150px;
  bottom: auto;
  animation: staffAugBubbleFloatDown 7.5s infinite linear;
  animation-delay: calc(var(--i) * 0.35s);
}
.staff-aug-bubble--from-top:nth-child(26) {
  left: 4%;
}
.staff-aug-bubble--from-top:nth-child(27) {
  left: 12%;
}
.staff-aug-bubble--from-top:nth-child(28) {
  left: 20%;
}
.staff-aug-bubble--from-top:nth-child(29) {
  left: 28%;
}
.staff-aug-bubble--from-top:nth-child(30) {
  left: 36%;
}
.staff-aug-bubble--from-top:nth-child(31) {
  left: 44%;
}
.staff-aug-bubble--from-top:nth-child(32) {
  left: 52%;
}
.staff-aug-bubble--from-top:nth-child(33) {
  left: 60%;
}
.staff-aug-bubble--from-top:nth-child(34) {
  left: 68%;
}
.staff-aug-bubble--from-top:nth-child(35) {
  left: 76%;
}
.staff-aug-bubble--from-top:nth-child(36) {
  left: 84%;
}
.staff-aug-bubble--from-top:nth-child(37) {
  left: 92%;
}
.staff-aug-bubble--from-top:nth-child(38) {
  left: 8%;
}
.staff-aug-bubble--from-top:nth-child(39) {
  left: 24%;
}
.staff-aug-bubble--from-top:nth-child(40) {
  left: 48%;
}
.staff-aug-bubble--from-top:nth-child(6n) {
  animation-duration: 6s;
}
.staff-aug-bubble--from-top:nth-child(6n+1) {
  animation-duration: 9s;
}
.staff-aug-bubble--from-top:nth-child(6n+3) {
  animation-duration: 8s;
}

@keyframes staffAugBubbleFloatUp {
  0% {
    transform: translateY(0) translateX(0) scale(0.8);
    opacity: 0;
  }
  8% {
    opacity: 0.5;
  }
  92% {
    opacity: 0.5;
  }
  100% {
    transform: translateY(calc(-100vh - 120px)) translateX(-15px) scale(1);
    opacity: 0;
  }
}
@keyframes staffAugBubbleFloatDown {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  5% {
    opacity: 0.5;
  }
  95% {
    opacity: 0.5;
  }
  100% {
    transform: translateY(calc(100vh + 150px)) translateX(15px);
    opacity: 0;
  }
}
/**
 * Data Warehouse Page Styles
 * Author: xafaR
 * Created: Jan 2026
 * Description: Dedicated styles for Data Warehouse service page
 */
body.page-srv-cloud .data-warehouse-features-section {
  background: linear-gradient(135deg, rgba(86, 110, 177, 0.04) 0%, rgba(203, 32, 38, 0.06) 100%);
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
@media (max-width: 768px) {
  body.page-srv-cloud .data-warehouse-features-section {
    padding: 60px 0;
  }
}
body.page-srv-cloud .data-warehouse-features-section::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(86, 110, 177, 0.07) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
body.page-srv-cloud .data-warehouse-features-section::after {
  content: "";
  position: absolute;
  bottom: -15%;
  left: -5%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
body.page-srv-cloud .data-warehouse-features-header {
  margin-bottom: 40px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  body.page-srv-cloud .data-warehouse-features-header {
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
body.page-srv-cloud .data-warehouse-features-wrapper {
  margin-top: 0;
}
body.page-srv-cloud .data-warehouse-feature-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 25px 20px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  border: 2px solid rgba(86, 110, 177, 0.1);
  display: flex;
  gap: 20px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  align-items: flex-start;
}
body.page-srv-cloud .data-warehouse-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(203, 32, 38, 0.15), 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: rgba(203, 32, 38, 0.3);
}
body.page-srv-cloud .data-warehouse-feature-card:hover .data-warehouse-feature-icon {
  transform: scale(1.1);
  background: linear-gradient(135deg, rgba(203, 32, 38, 0.25) 0%, rgba(86, 110, 177, 0.15) 100%);
}
body.page-srv-cloud .data-warehouse-feature-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(203, 32, 38, 0.15) 0%, rgba(86, 110, 177, 0.1) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #CB2026;
  box-shadow: 0 4px 12px rgba(203, 32, 38, 0.2);
  transition: all 0.3s ease;
}
body.page-srv-cloud .data-warehouse-feature-icon i {
  transition: transform 0.3s ease;
}
body.page-srv-cloud .data-warehouse-feature-content {
  flex: 1;
}
body.page-srv-cloud .data-warehouse-feature-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0F1B3D;
}
body.page-srv-cloud .data-warehouse-feature-content p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(15, 27, 61, 0.7);
  margin: 0;
}
body.page-srv-cloud .data-warehouse-understanding-wrapper {
  position: relative;
  z-index: 2;
}
body.page-srv-cloud .data-warehouse-understanding-header {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body.page-srv-cloud .data-warehouse-understanding-header {
    text-align: center;
    margin-bottom: 25px;
  }
}
body.page-srv-cloud .data-warehouse-understanding-card {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 20px;
  padding: 40px 35px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(86, 110, 177, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
body.page-srv-cloud .data-warehouse-understanding-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #566EB1 0%, #CB2026 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
body.page-srv-cloud .data-warehouse-understanding-card::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(86, 110, 177, 0.05) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
body.page-srv-cloud .data-warehouse-understanding-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(203, 32, 38, 0.2), 0 10px 30px rgba(0, 0, 0, 0.15);
  border-color: rgba(203, 32, 38, 0.3);
}
body.page-srv-cloud .data-warehouse-understanding-card:hover::before {
  transform: scaleX(1);
}
body.page-srv-cloud .data-warehouse-understanding-card:hover::after {
  opacity: 1;
}
body.page-srv-cloud .data-warehouse-understanding-card:hover .data-warehouse-understanding-icon {
  transform: scale(1.15);
  background: linear-gradient(135deg, #566EB1 0%, #CB2026 100%);
  color: white;
  box-shadow: 0 10px 30px rgba(203, 32, 38, 0.4);
}
body.page-srv-cloud .data-warehouse-understanding-card p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(15, 27, 61, 0.8);
  margin: 0;
  position: relative;
  z-index: 2;
}
body.page-srv-cloud .data-warehouse-understanding-icon {
  width: 90px;
  height: 90px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(86, 110, 177, 0.1) 0%, rgba(203, 32, 38, 0.1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  color: #566EB1;
  margin: 0 auto 25px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  z-index: 2;
  box-shadow: 0 5px 20px rgba(86, 110, 177, 0.15);
}
body.page-srv-cloud .data-warehouse-understanding-icon i {
  transition: transform 0.4s ease;
}
@media (max-width: 768px) {
  body.page-srv-cloud .data-warehouse-features-section .container-xl {
    padding: 30px 15px !important;
  }
  body.page-srv-cloud .data-warehouse-feature-card {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }
  body.page-srv-cloud .data-warehouse-feature-icon {
    margin: 0 auto;
  }
  body.page-srv-cloud .data-warehouse-understanding-card {
    padding: 30px 25px;
    margin-top: 30px;
  }
  body.page-srv-cloud .data-warehouse-understanding-icon {
    width: 80px;
    height: 80px;
    font-size: 2.5rem;
  }
}

/**
 * Data Governance Page Styles
 * "The TnZ International Way" section – clean card layout
 */
body.page-data-gov .data-gov-way-cards {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  body.page-data-gov .data-gov-way-cards {
    margin-top: 3rem;
    display: flex;
    align-items: stretch;
  }
}
body.page-data-gov .data-gov-way-cards .col-md-4 {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  body.page-data-gov .data-gov-way-cards .col-md-4 {
    margin-bottom: 0;
    display: flex;
  }
}
body.page-data-gov .data-gov-way-card {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(86, 110, 177, 0.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
body.page-data-gov .data-gov-way-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.875rem;
  line-height: 1.35;
}
body.page-data-gov .data-gov-way-card p {
  font-size: 0.9375rem;
  line-height: 1.65;
  margin-bottom: 0.5rem;
  color: rgba(74, 92, 129, 0.88);
}
body.page-data-gov .data-gov-way-card ul.check {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 0.9375rem;
  line-height: 1.65;
}
body.page-data-gov .data-gov-way-card ul.check li {
  margin-bottom: 0.4rem;
}
body.page-data-gov .data-gov-way-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 6px 20px rgba(86, 110, 177, 0.1);
  border-color: rgba(86, 110, 177, 0.2);
}
body.page-data-gov .data-gov-way-card--icon {
  border-top: 3px solid #CB2026;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, border-top-color 0.35s ease;
}
body.page-data-gov .data-gov-way-card--icon:hover {
  border-top-color: #566EB1;
}
body.page-data-gov .data-gov-way-card--icon .data-gov-way-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(86, 110, 177, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.35rem;
  color: #566EB1;
  transition: background 0.25s ease, color 0.25s ease, transform 0.3s ease;
}
body.page-data-gov .data-gov-way-card--icon:hover .data-gov-way-card-icon {
  background: rgba(86, 110, 177, 0.18);
  color: rgb(70.1684210526, 91.7587044534, 152.0315789474);
  transform: scale(1.08);
}
body.page-data-gov .data-gov-way-card--accent {
  border-left: 3px solid #CB2026;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, border-left-color 0.35s ease;
}
body.page-data-gov .data-gov-way-card--accent:hover {
  border-left-color: #566EB1;
}
body.page-data-gov .data-gov-way-card--gradient {
  border-bottom: 3px solid #CB2026;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, border-bottom-color 0.35s ease;
}
body.page-data-gov .data-gov-way-card--gradient:hover {
  border-bottom-color: #566EB1;
}

body.page-data-gov .data-gov-expert-section .data-gov-expert-intro {
  max-width: 42em;
  margin-left: auto;
  margin-right: auto;
}
body.page-data-gov .data-gov-expert-cards {
  margin-bottom: 0;
}
body.page-data-gov .data-gov-expert-cards .col-lg-5,
body.page-data-gov .data-gov-expert-cards .col-md-6 {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  body.page-data-gov .data-gov-expert-cards .col-lg-5,
  body.page-data-gov .data-gov-expert-cards .col-md-6 {
    margin-bottom: 0;
    display: flex;
  }
}
body.page-data-gov .data-gov-expert-card {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(86, 110, 177, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05), 0 2px 10px rgba(86, 110, 177, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
body.page-data-gov .data-gov-expert-card .data-gov-expert-card-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.75rem 1.75rem 0;
}
body.page-data-gov .data-gov-expert-card .data-gov-expert-card-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(86, 110, 177, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #566EB1;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
body.page-data-gov .data-gov-expert-card .data-gov-expert-card-heading {
  flex: 1;
  min-width: 0;
}
body.page-data-gov .data-gov-expert-card .data-gov-expert-card-heading h3, body.page-data-gov .data-gov-expert-card .data-gov-expert-card-heading .faq-wrapper .cat-heading, .faq-wrapper body.page-data-gov .data-gov-expert-card .data-gov-expert-card-heading .cat-heading {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
body.page-data-gov .data-gov-expert-card .data-gov-expert-card-heading h3 .h-caption, body.page-data-gov .data-gov-expert-card .data-gov-expert-card-heading .faq-wrapper .cat-heading .h-caption, .faq-wrapper body.page-data-gov .data-gov-expert-card .data-gov-expert-card-heading .cat-heading .h-caption {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: #CB2026;
  margin-bottom: 0.2rem;
}
body.page-data-gov .data-gov-expert-card .data-gov-expert-card-heading p {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(74, 92, 129, 0.85);
  margin: 0;
}
body.page-data-gov .data-gov-expert-card ul.check {
  margin: 0;
  padding: 1.25rem 1.75rem 1.75rem;
  padding-left: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.7;
}
body.page-data-gov .data-gov-expert-card ul.check li {
  margin-bottom: 0.5rem;
}
body.page-data-gov .data-gov-expert-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.1), 0 8px 24px rgba(86, 110, 177, 0.08);
  border-color: rgba(86, 110, 177, 0.18);
}
body.page-data-gov .data-gov-expert-card:hover .data-gov-expert-card-icon {
  background: rgba(86, 110, 177, 0.14);
  color: rgb(73.3894736842, 95.9708502024, 159.0105263158);
  transform: scale(1.06);
}
body.page-data-gov .data-gov-expert-card--practices {
  border-left: 4px solid #CB2026;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, border-left-color 0.35s ease;
}
body.page-data-gov .data-gov-expert-card--practices:hover {
  border-left-color: #566EB1;
}
body.page-data-gov .data-gov-expert-card--roadmap {
  border-top: 4px solid #CB2026;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, border-top-color 0.35s ease;
}
body.page-data-gov .data-gov-expert-card--roadmap:hover {
  border-top-color: #566EB1;
}

/**
 * Overview of Our Development Services – cards
 * Mobile Development + Web Development pages
 * Hover: animations + colors (red accent → blue)
 */
body.page-mob-dev .dev-overview-section .dev-overview-cards {
  margin-top: 0.5rem;
}
body.page-mob-dev .dev-overview-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 0.75rem 1.125rem;
  align-items: start;
  height: calc(100% - 20px) !important;
  margin: 10px 0 !important;
  border-radius: 16px;
  padding: 1.5rem 1.5rem !important;
  background: #fff !important;
  border: 1px solid rgba(86, 110, 177, 0.12) !important;
  border-left: 4px solid #CB2026 !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(86, 110, 177, 0.04) !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, border-left-color 0.35s ease, background 0.35s ease !important;
}
body.page-mob-dev .dev-overview-card .dev-overview-card-icon {
  grid-column: 1;
  grid-row: 1;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(86, 110, 177, 0.12) 0%, rgba(203, 32, 38, 0.08) 100%);
  border: 1px solid rgba(86, 110, 177, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
body.page-mob-dev .dev-overview-card .dev-overview-card-icon i {
  font-size: 1.5rem;
  color: #566EB1;
  line-height: 1;
  transition: color 0.3s ease;
}
body.page-mob-dev .dev-overview-card .dev-overview-card-icon {
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
body.page-mob-dev .dev-overview-card .dev-overview-card-heading {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  min-width: 0;
  height: 56px;
  display: flex;
  align-items: center;
}
body.page-mob-dev .dev-overview-card .dev-overview-card-body {
  grid-column: 1/-1;
  grid-row: 2;
  margin: 0;
  min-width: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(74, 92, 129, 0.88);
}
body.page-mob-dev .dev-overview-card .dev-overview-card-heading strong,
body.page-mob-dev .dev-overview-card strong {
  color: #566EB1;
  transition: color 0.3s ease;
}
body.page-mob-dev .dev-overview-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 8px 24px rgba(86, 110, 177, 0.12) !important;
  border-left-color: #566EB1 !important;
  border-color: rgba(86, 110, 177, 0.25) !important;
  background: rgba(86, 110, 177, 0.02) !important;
}
body.page-mob-dev .dev-overview-card:hover .dev-overview-card-icon {
  background: linear-gradient(135deg, #566EB1 0%, rgb(73.3894736842, 95.9708502024, 159.0105263158) 100%);
  border-color: #566EB1;
  box-shadow: 0 6px 20px rgba(86, 110, 177, 0.35);
  transform: scale(1.06);
}
body.page-mob-dev .dev-overview-card:hover .dev-overview-card-icon i {
  color: #fff;
}
body.page-mob-dev .dev-overview-card:hover .dev-overview-card-heading strong,
body.page-mob-dev .dev-overview-card:hover strong {
  color: rgb(73.3894736842, 95.9708502024, 159.0105263158);
}

body.page-web-dev .dev-overview-section.dev-overview-section .dev-overview-card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 0.75rem 1.125rem;
  align-items: start;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-left-color 0.35s ease, background 0.35s ease, border-color 0.35s ease !important;
}
body.page-web-dev .dev-overview-section.dev-overview-section .dev-overview-card .dev-overview-card-icon {
  grid-column: 1;
  grid-row: 1;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
body.page-web-dev .dev-overview-section.dev-overview-section .dev-overview-card .dev-overview-card-icon i {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  transition: color 0.3s ease;
}
body.page-web-dev .dev-overview-section.dev-overview-section .dev-overview-card .dev-overview-card-icon {
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
body.page-web-dev .dev-overview-section.dev-overview-section .dev-overview-card .dev-overview-card-heading {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  min-width: 0;
}
body.page-web-dev .dev-overview-section.dev-overview-section .dev-overview-card .dev-overview-card-heading h4 {
  margin: 0 0 0.25rem 0;
}
body.page-web-dev .dev-overview-section.dev-overview-section .dev-overview-card .dev-overview-card-body {
  grid-column: 1/-1;
  grid-row: 2;
  margin: 0;
  min-width: 0;
}
body.page-web-dev .dev-overview-section.dev-overview-section .dev-overview-card .dev-overview-card-body p {
  margin: 0;
}
body.page-web-dev .dev-overview-section.dev-overview-section .dev-overview-card::before {
  background: linear-gradient(180deg, #CB2026 0%, #566EB1 100%) !important;
  transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
}
body.page-web-dev .dev-overview-section.dev-overview-section .dev-overview-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35), 0 12px 28px rgba(86, 110, 177, 0.25) !important;
  background: rgba(255, 255, 255, 0.25) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
  border-left-color: #566EB1 !important;
}
body.page-web-dev .dev-overview-section.dev-overview-section .dev-overview-card:hover .dev-overview-card-icon {
  background: linear-gradient(135deg, #566EB1 0%, rgb(113.9157894737, 133.951417004, 189.8842105263) 100%);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 24px rgba(86, 110, 177, 0.4);
  transform: scale(1.06);
}
body.page-web-dev .dev-overview-section.dev-overview-section .dev-overview-card:hover .dev-overview-card-icon i {
  color: #fff;
}
body.page-web-dev .dev-overview-section.dev-overview-section .dev-overview-card:hover::before {
  height: 100% !important;
  background: linear-gradient(180deg, #566EB1 0%, rgb(127.8736842105, 145.9271255061, 196.3263157895) 100%) !important;
}
body.page-web-dev .dev-overview-section.dev-overview-section .dev-overview-card:hover h4, body.page-web-dev .dev-overview-section.dev-overview-section .dev-overview-card:hover .color-primary {
  color: #566EB1 !important;
}
body.page-web-dev .dev-overview-section.dev-overview-section .dev-overview-card:hover p {
  color: rgba(255, 255, 255, 0.95) !important;
}

/**
	All Homepage styles / elements comes here.
	@author: xafaR
	@file: page-element-home

*/
.homepage #header-wrapper .banner-wrapper .h-tag {
  position: absolute;
}

#body-wrapper {
  overflow: clip;
}

.homepage .page-container.container,
.homepage #body-wrapper,
.homepage #content,
.homepage #content #main-column,
.full-width .page-container.container,
.full-width #body-wrapper,
.full-width #content,
.full-width #content #main-column {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.homepage #content,
.full-width #content {
  padding-top: 0;
}
.homepage #content #main-column,
.full-width #content #main-column {
  margin: 0 !important;
}

.homepage .body-content,
.full-width .body-content {
  padding: 0;
  margin-top: 0;
}
.homepage .body-content > .container,
.full-width .body-content > .container {
  width: 100%;
  padding: 0;
  margin-top: 0;
  max-width: 100%;
}

/**
 - FULL WIDTH
*/
.layer-wrap {
  position: relative;
  padding-top: 80%;
}

.svg-import path,
.svg-import circle {
  stroke-linecap: round;
}

.glossy {
  padding: 60px;
  background: rgba(86, 110, 177, 0.1) radial-gradient(rgba(255, 255, 255, 0.7), transparent);
  backdrop-filter: blur(13px);
  -moz-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15), 0 1px 2px white inset;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15), 0 1px 2px white inset;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15), 0 1px 2px white inset;
  border-radius: 24px;
}
.glossy .client-logo-wrapper {
  display: flex;
  filter: saturate(0.5);
}
.glossy .client-logo-wrapper:hover .logo-set {
  animation-play-state: paused;
}
.glossy .client-logo-wrapper .logo-set {
  animation: marquee-content 50s linear infinite;
}
.glossy .client-logo-wrapper .logo-set.reverse {
  animation: marquee-content 30s linear reverse infinite;
}
@keyframes marquee-content {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.glossy.card {
  padding: 2vw;
}

.body-content .inner-page-wrapper {
  padding: 0;
}

#sec-about-home .highlight {
  background: transparent;
  padding-right: 0;
  margin-right: 0;
}
#sec-about-home .highlight:before {
  background-color: #CB2026;
  left: auto;
  right: 0;
  width: 70vw;
}
#sec-about-home .illus-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#sec-about-home .illus-wrapper svg {
  width: 100%;
  margin-top: -10vh;
}
#sec-about-home .illus-wrapper {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  #sec-about-home .illus-wrapper svg {
    margin-top: -3vh;
    width: unset;
    height: 100vh;
    object-fit: fill;
    opacity: 0.5;
  }
  #sec-about-home .illus-wrapper svg path {
    stroke-width: 45px;
  }
}
@media only screen and (min-width: 1366px) {
  #sec-about-home .slide-cont .side-slide-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 310%;
  }
  #sec-about-home .slide-cont .side-slide-wrapper > * {
    width: 60vw;
  }
}
#sec-about-home .garnish {
  position: relative;
}
#sec-about-home .garnish .img-1 {
  position: absolute;
  top: -10em;
  transform: scale(0.65);
}
#sec-about-home .garnish .img-2 {
  position: absolute;
  top: -15em;
  right: 40vw;
  transform: scale(0.45);
}
#sec-about-home {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  #sec-about-home .anim-head-1 {
    display: block;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 3rem;
  }
}

#sec-client-home {
  position: relative;
  z-index: 10;
}
#sec-client-home .bg-illus {
  position: absolute;
  top: 0;
  width: 100vw;
  right: -2vw;
}
#sec-client-home .bg-illus .svg-ribbon {
  position: absolute;
  top: -30vh;
  width: 100%;
}
#sec-client-home .bg-illus .tag {
  top: 3vh;
  right: 20vw;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  border-left: 5px solid #CB2026;
  color: #40548C;
  text-wrap-mode: nowrap;
}
#sec-client-home .bg-illus .tag.tag-2 {
  top: -6vh;
  right: 57vw;
}
#sec-client-home .bg-illus .tag.tag-3 {
  top: 14vh;
  right: 77vw;
}
#sec-client-home .bg-illus .tag {
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
#sec-client-home .bg-illus .tag.has-icon {
  padding: 1rem 1.5rem 1rem 0.75rem;
}
#sec-client-home .bg-illus .tag .fa.badge {
  padding: 5px;
  font-size: 110% !important;
  color: white;
  background-color: #B01C21;
  margin-right: 10px;
}
#sec-client-home .bg-illus .tag .fa.badge:empty {
  display: unset;
}
@media (min-width: 992px) {
  #sec-client-home .bg-illus .tag {
    position: absolute;
  }
}
#sec-client-home {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  #sec-client-home {
    padding: 40px 0;
  }
  #sec-client-home .bg-illus {
    position: relative;
  }
  #sec-client-home .bg-illus .svg-ribbon {
    top: 0;
  }
}

.client-list {
  padding: 0 30px;
  overflow: hidden;
}

.client-logo-wrapper {
  display: flex;
  justify-content: start;
  white-space: nowrap;
  align-items: start;
  overflow: hidden;
  width: 300vw;
}

.logo-set {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  flex-basis: auto;
}
.logo-set img {
  width: 150px;
  max-width: 300px;
  object-fit: contain;
  margin: 0 75px 0 0;
}
.logo-set img.adj-lw {
  width: 240px;
}

#sec-testimonial-home {
  position: relative;
  z-index: 10;
  background-image: url(/assets/images/case-study/Databricks%20Lakehouse%20for%20Enterprise%20Data%20Consolidation%20.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -10vh;
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  #sec-testimonial-home {
    background-attachment: scroll;
  }
}
#sec-testimonial-home .section {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0 150px 0;
}
#sec-testimonial-home .testimonial-glass-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(135deg, rgba(15, 49, 93, 0.75) 0%, rgba(10, 30, 60, 0.65) 100%);
}
#sec-testimonial-home .testimonial-galaxy-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
#sec-testimonial-home .testimonial-star {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  transform: translate3d(0, 0, 0);
  transition: transform 0.15s ease-out;
  will-change: transform;
  backface-visibility: hidden;
}
#sec-testimonial-home .testimonial-star.star-small {
  width: 1px;
  height: 1px;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.8), 0 0 4px rgba(255, 255, 255, 0.4);
  opacity: 0.8;
}
#sec-testimonial-home .testimonial-star.star-medium {
  width: 2px;
  height: 2px;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.9), 0 0 6px rgba(255, 255, 255, 0.5), 0 0 10px rgba(203, 32, 38, 0.3);
  opacity: 0.9;
}
#sec-testimonial-home .testimonial-star.star-large {
  width: 3px;
  height: 3px;
  box-shadow: 0 0 4px rgb(255, 255, 255), 0 0 8px rgba(255, 255, 255, 0.6), 0 0 15px rgba(86, 110, 177, 0.4);
  opacity: 1;
}
#sec-testimonial-home .testimonial-star {
  animation: star-twinkle 3s ease-in-out infinite;
}
#sec-testimonial-home .testimonial-star.star-blue {
  background: rgba(86, 110, 177, 0.9);
  box-shadow: 0 0 2px rgba(86, 110, 177, 0.8), 0 0 4px rgba(86, 110, 177, 0.4);
}
#sec-testimonial-home .testimonial-star.star-red {
  background: rgba(203, 32, 38, 0.9);
  box-shadow: 0 0 2px rgba(203, 32, 38, 0.8), 0 0 4px rgba(203, 32, 38, 0.4);
}
#sec-testimonial-home .testimonial-star.star-white {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.8), 0 0 4px rgba(255, 255, 255, 0.4);
}
@keyframes star-twinkle {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
#sec-testimonial-home .testimonial-glass-content-container {
  position: relative;
  z-index: 3;
  padding: 0 20px;
  width: 100%;
}
#sec-testimonial-home .testimonial-glass-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 30px 35px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  #sec-testimonial-home .testimonial-glass-card {
    padding: 25px 20px;
  }
}
#sec-testimonial-home .testimonial-tag {
  background: rgba(203, 32, 38, 0.25);
  color: #ff6b6b;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-bottom: 16px;
}
#sec-testimonial-home .testimonial-glass-desc {
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 0;
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  #sec-testimonial-home .testimonial-glass-desc {
    font-size: 16px;
    line-height: 1.65;
  }
}
#sec-testimonial-home .testimonial-author {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
#sec-testimonial-home .testimonial-author-name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
#sec-testimonial-home .testimonial-author-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 300;
}
#sec-testimonial-home .garnish {
  position: relative;
}
#sec-testimonial-home .garnish .img-1 {
  position: absolute;
  top: -10em;
  right: 10%;
  transform: scale(0.65);
  opacity: 0.15;
}
#sec-testimonial-home .garnish .img-2 {
  position: absolute;
  top: -15em;
  right: 40vw;
  transform: scale(0.45);
  opacity: 0.12;
}
#sec-testimonial-home {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  #sec-testimonial-home {
    min-height: auto;
    margin-bottom: 0;
  }
  #sec-testimonial-home .section {
    min-height: auto;
    padding: 20px 0;
  }
  #sec-testimonial-home .testimonial-glass-content-container {
    padding: 0 15px;
  }
  #sec-testimonial-home .testimonial-glass-card {
    padding: 25px 20px;
  }
  #sec-testimonial-home .testimonial-galaxy-stars .testimonial-star {
    opacity: 0.6;
  }
  #sec-testimonial-home .garnish .img-1,
  #sec-testimonial-home .garnish .img-2 {
    opacity: 0.05;
  }
}

#tagline-home {
  background-color: #566EB1;
  background-image: linear-gradient(to bottom, #7387BF 0%, #122f83 100%);
  background-repeat: repeat-x;
  clip-path: ellipse(75% 68% at 50% 29%);
  padding: 10vh 0 30vh;
  position: relative;
  z-index: 11;
  margin-bottom: -20vh;
}
#tagline-home .bg-abstract-illus {
  position: absolute;
  bottom: -35vh;
  left: 50%;
  transform: translate(-50%, 0);
  width: 150%;
  opacity: 0.55;
  max-width: unset;
  pointer-events: none;
}
#tagline-home .display-1.tag-heading {
  color: white;
  font-weight: bold;
  font-size: 19vw;
}
#tagline-home .display-1.tag-heading > span {
  display: block;
  width: 100;
  line-height: 0.8;
  letter-spacing: -5px;
  /*
  background-clip: text;
  background-color: blueviolet;
  @include gradient-y(map-get($primary-colorkit,"100"), map-get($primary-colorkit,"300"));
  -webkit-text-fill-color: transparent;
  */
}

.service-area .service-card {
  width: 100%;
  overflow: hidden;
  background-color: white;
  min-height: 500px;
}
@supports (aspect-ratio: 16/9) {
  .service-area .service-card {
    min-height: auto;
    aspect-ratio: 16/9;
  }
}
.service-area .service-card {
  align-items: stretch;
  display: flex;
  position: relative;
  top: 10px;
  z-index: 12;
  margin-bottom: 30px;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(86, 110, 177, 0.2);
}
.service-area .service-card-container {
  position: relative;
  min-height: 90vh;
  width: 100%;
}
.service-area .thumb-side {
  padding: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.service-area .thumb-side img {
  max-width: unset;
  width: auto;
  height: 100%;
  float: left;
  object-fit: cover;
  display: block;
}
.service-area .content-side-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.service-area .content-side-wrapper .content-side {
  width: 100%;
}
.service-area .content-side-wrapper .title-tag,
.service-area .content-side-wrapper .title-heading {
  letter-spacing: 0.025em;
}
.service-area .content-side-wrapper .title-tag {
  color: rgb(74.8378378378, 90.1891891892, 138.1621621622);
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.service-area .content-side-wrapper .title-heading {
  color: #CB2026;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.service-area .content-side-wrapper p {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.service-area .content-side-wrapper .title-heading,
.service-area .content-side-wrapper .title-tag,
.service-area .content-side-wrapper p,
.service-area .content-side-wrapper a.read-more {
  margin-bottom: 30px;
}
.service-area .content-side-wrapper a.read-more {
  text-transform: uppercase;
}
.service-area .content-side-wrapper a.read-more.gradient-btn {
  background: linear-gradient(90deg, #CB2026 0%, #8A4F8F 50%, #566EB1 100%);
  color: #fff;
  border: none;
}
.service-area .content-side-wrapper a.read-more.gradient-btn:hover, .service-area .content-side-wrapper a.read-more.gradient-btn:focus {
  background: linear-gradient(90deg, #CB2026 0%, #8A4F8F 50%, #566EB1 100%);
  color: #fff;
  opacity: 0.9;
}
@media (min-width: 992px) {
  .service-area .title-wrap {
    padding: 40px;
    width: auto;
    margin-bottom: 10vh;
    text-align: left;
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
    -moz-box-shadow: 0 0 30px rgba(86, 110, 177, 0.2);
    -webkit-box-shadow: 0 0 30px rgba(86, 110, 177, 0.2);
    box-shadow: 0 0 30px rgba(86, 110, 177, 0.2);
  }
  .service-area .srv-container {
    height: 100vh;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    padding-left: 45px;
  }
  .service-area .srv-container .srv-card {
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
  }
}
.service-area .misc.back {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-area .srv-circle-wrap {
  width: 100%;
}

.blurred {
  filter: blur(6px);
}

.tags-container div:nth-child(2n) {
  align-self: flex-end;
}
.tags-container div:nth-child(3n) {
  align-self: center;
}
.tags-container div:nth-child(4n) {
  align-self: flex-end;
}
.tags-container div:nth-child(5n) {
  -webkit-transform: translateX(-15%);
  -moz-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  -o-transform: translateX(-15%);
  transform: translateX(-15%);
}

.modal-content .form-wrapper {
  width: 100%;
  margin: 0;
}
.modal-content .form-wrapper form.row {
  margin: 0;
}
.modal-content .form-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.glb-search-form .modal-content {
  background: white;
}
.glb-search-form .modal-content .modal-footer {
  display: none;
}

.page-about-us #page-content {
  background: url(images/bg-about-us-1.jpg) repeat-y top center;
}
.page-about-us .abstract-line-svg polygon {
  filter: drop-shadow(3px 8px 10px rgba(203, 32, 38, 0.2));
}
.page-about-us .abstract-line-svg text, .page-about-us .abstract-line-svg tspan {
  color: #303F69;
  font-family: "Alumni Sans", "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 2rem;
}
.page-about-us .svg-red {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 65vh;
}
.page-about-us .svg-red text {
  color: white;
  font-family: "Outfit";
  font-weight: 100;
  font-size: 7px;
}
.page-about-us .ai-robot {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -10%);
}
.page-about-us .service-infographic {
  width: 100%;
}
.page-about-us .service-infographic svg {
  width: 100%;
}
.page-about-us .card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: stretch;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.page-about-us .card-wrapper .cards-cont {
  aspect-ratio: 0.75;
  width: 25%;
  transform: rotateY(0);
  position: relative;
  transform-style: preserve-3d;
}
.page-about-us .card-wrapper .cards-cont:nth-child(2) {
  z-index: 2;
}
.page-about-us .card-wrapper .cards,
.page-about-us .card-wrapper .cards-back {
  position: absolute;
  border-radius: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #566EB1;
  background: linear-gradient(180deg, #C4D0EA 0%, #fefefe 100%);
  box-shadow: 0 10px 20px rgba(86, 110, 177, 0.3);
  transform: rotateY(0);
  text-align: center;
  padding: 30px;
  color: #DCE1EF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  backface-visibility: hidden;
  outline: 15px solid rgba(86, 110, 177, 0.1);
  z-index: 1;
}
.page-about-us .card-wrapper .cards img,
.page-about-us .card-wrapper .cards-back img {
  margin-bottom: 20px;
}
.page-about-us .card-wrapper .cards h4 {
  font-size: 2.25rem;
  font-family: "Alumni Sans", "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #303F69;
}
.page-about-us .card-wrapper .cards-back {
  background: #DCE1EF;
  transform: rotateY(-180deg);
  color: #303F69;
  font-size: 1rem;
}
.page-about-us .card-wrapper .cards-back img {
  max-width: 100px;
}

.bg-1 {
  background: white url("/assets/images/bg-1.jpg") no-repeat top center;
}
.bg-2 {
  background: url("/assets/images/bg-2.jpg") no-repeat top center;
}
.bg-3 {
  background: url("/assets/images/bg-3.jpg") no-repeat top center;
}
.bg-4 {
  background: url("/assets/images/bg-4.jpg") no-repeat top center;
}
.bg-5 {
  background: url("/assets/images/bg-5.jpg") no-repeat top center;
}
.bg-6 {
  background: url("/assets/images/bg-6.jpg") no-repeat top center;
}
.bg-1.bg-cover, .bg-2.bg-cover, .bg-3.bg-cover, .bg-4.bg-cover, .bg-5.bg-cover, .bg-6.bg-cover {
  background-size: cover;
}
.bg-1.bg-fix, .bg-2.bg-fix, .bg-3.bg-fix, .bg-4.bg-fix, .bg-5.bg-fix, .bg-6.bg-fix {
  background-attachment: fixed !important;
}

.page-app-dev #sec-dev-steps {
  background: #b3c3f1 url("/assets/images/bg-app-dev.png") center top fixed;
}
.page-app-dev .illus-cont .illus-img {
  top: 0;
  height: auto;
}

.page-mob-dev #sec-mob-steps {
  background: white url("/assets/images/header-about-us-bg.jpg") no-repeat top center fixed;
}

.power-bi-for-you {
  background: url("/assets/images/header-bg-general-1.JPG") no-repeat top center;
  background-size: cover;
}

.page-contact-us #wrapper,
.page-contact-us #page-content {
  background: transparent;
  background-color: #060e10;
}
.page-contact-us .map-wrapper {
  line-height: 0;
  width: 100vw;
  margin: -15px;
  height: 300px;
}
@media (min-width: 992px) {
  .page-contact-us .map-wrapper {
    width: 40vw;
    margin: 0;
    height: 66vw;
    overflow: hidden;
    position: absolute;
    top: 5vh;
    right: 10vw;
  }
  .page-contact-us .map-wrapper > * {
    width: 150%;
    height: 150%;
    margin: -10vw;
  }
  .page-contact-us .map-wrapper iframe {
    margin: 0;
  }
}
.page-contact-us .contact-form-wrapper {
  /*position: absolute;
  width: 50%;
  top: 60%;
  left: 50%;*/
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .page-contact-us .contact-form-wrapper {
    margin-top: 30%;
  }
}
.page-contact-us .form-wrapper {
  padding: 45px;
  background: white;
}
.page-contact-us .form-wrapper form {
  padding: 3px;
}
.page-contact-us .form-wrapper form .row {
  margin-bottom: 15px;
}
.page-contact-us .form-wrapper {
  -moz-box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .page-contact-us .form-wrapper {
    margin: 0 auto 0;
    width: 100%;
    position: relative;
    -moz-box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  }
  .page-contact-us .form-wrapper.neg {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.page-contact-us .form-wrapper {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .page-contact-us .form-wrapper .form .row,
  .page-contact-us .form-wrapper form .row {
    margin-bottom: 0;
  }
  .page-contact-us .form-wrapper .form .row > *,
  .page-contact-us .form-wrapper form .row > * {
    margin-bottom: 15px;
  }
  .page-contact-us .form-wrapper.xl .col, .page-contact-us .form-wrapper.xl #content-wrapper {
    flex-basis: 100%;
  }
  .page-contact-us .form-wrapper.xl .col-auto {
    width: 50%;
  }
  .page-contact-us .form-wrapper.xl .col-auto input,
  .page-contact-us .form-wrapper.xl .col-auto button {
    width: 100%;
  }
}
.page-contact-us .form-wrapper .form-loading-overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
}
.page-contact-us .form-wrapper .form-loading-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: auto;
  box-sizing: border-box;
  z-index: 1001;
}
.page-contact-us .form-wrapper .form-loading-state svg {
  margin-bottom: 0.75rem;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
.page-contact-us .form-wrapper .form-loading-state p {
  color: #566EB1;
  font-size: 1rem;
  margin: 0;
  line-height: 1.5;
}
.page-contact-us .form-wrapper .form-success-state {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}
.page-contact-us .form-wrapper .form-success-state svg {
  margin-bottom: 0.75rem;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
.page-contact-us .form-wrapper .form-success-state p {
  color: #566EB1;
  font-size: 1rem;
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
}
.page-contact-us .form-wrapper.form-submitting .contact-form {
  filter: blur(4px);
  -webkit-filter: blur(4px);
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  opacity: 0.7;
}
.page-contact-us .form-wrapper.form-submitting .form-loading-state,
.page-contact-us .form-wrapper.form-submitting .form-success-state {
  min-height: 100%;
  display: flex;
}
.page-contact-us .form-wrapper .contact-form {
  transition: filter 0.3s ease, opacity 0.3s ease;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
}
.page-contact-us .form-wrapper:not(.form-submitting) .contact-form {
  filter: none;
  -webkit-filter: none;
  pointer-events: auto;
  user-select: auto;
  -webkit-user-select: auto;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.page-contact-us .contact-body {
  margin-top: -25vh;
}
.page-contact-us .contact-body * {
  color: #4a5c81;
}
.page-contact-us .contact-body .fa {
  margin: 0 20px;
}
.page-contact-us .area-address .address-wrapper {
  background: #B9C3DF;
  padding: 30px;
  color: white;
  -webkit-border-radius: 10px 30px;
  -moz-border-radius: 10px 30px;
  -ms-border-radius: 10px 30px;
  -o-border-radius: 10px 30px;
  border-radius: 10px 30px;
  -moz-box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.v-masonary-grid .row.vt {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100%;
}
.v-masonary-grid .row.vt > div[class*=v-panel-] {
  padding: 0;
}
.v-masonary-grid .phz-1 {
  width: 33.3333333333%;
  flex-basis: 33.3333333333%;
}
.v-masonary-grid .phz-2 {
  width: 50%;
  flex-basis: 50%;
}
.v-masonary-grid .phz-3 {
  width: 100%;
  flex-basis: 100%;
}
.v-masonary-grid .pvt-1 {
  height: 33.3333333333%;
}
.v-masonary-grid .pvt-2 {
  height: 66.6666666667%;
}
.v-masonary-grid .pvt-half {
  height: 50%;
}
.v-masonary-grid .pvt-3 {
  height: 100%;
}

.h-masonry-grid {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  align-items: stretch;
}
.h-masonry-grid.test .brick,
.h-masonry-grid .brick.bg {
  background: rgba(118, 255, 236, 0.15);
}
.h-masonry-grid .br-auto {
  flex-basis: auto;
  flex-grow: 1;
}
.h-masonry-grid .brick.br-1 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.h-masonry-grid .brick.br-2 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.h-masonry-grid .brick.br-3 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.h-masonry-grid .brick.br-4 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.h-masonry-grid .brick.br-5 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.h-masonry-grid .brick.br-6 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.h-masonry-grid .brick.br-7 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.h-masonry-grid .brick.br-8 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.h-masonry-grid .brick.br-9 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.h-masonry-grid .brick.br-10 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.h-masonry-grid .brick.br-11 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.h-masonry-grid .brick.br-12 {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.h-masonry-grid .brick {
  margin: 30px 0;
}
@media (min-width: 992px) {
  .h-masonry-grid {
    margin-left: -30px; /* Adjustment for the gutter */
    margin-right: -30px;
  }
  .h-masonry-grid .brick.br-1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .h-masonry-grid .brick.br-offset-1 {
    margin-left: 8.3333333333%;
  }
  .h-masonry-grid .brick.br-2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .h-masonry-grid .brick.br-offset-2 {
    margin-left: 16.6666666667%;
  }
  .h-masonry-grid .brick.br-3 {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .h-masonry-grid .brick.br-offset-3 {
    margin-left: 25%;
  }
  .h-masonry-grid .brick.br-4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .h-masonry-grid .brick.br-offset-4 {
    margin-left: 33.3333333333%;
  }
  .h-masonry-grid .brick.br-5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .h-masonry-grid .brick.br-offset-5 {
    margin-left: 41.6666666667%;
  }
  .h-masonry-grid .brick.br-6 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .h-masonry-grid .brick.br-offset-6 {
    margin-left: 50%;
  }
  .h-masonry-grid .brick.br-7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .h-masonry-grid .brick.br-offset-7 {
    margin-left: 58.3333333333%;
  }
  .h-masonry-grid .brick.br-8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .h-masonry-grid .brick.br-offset-8 {
    margin-left: 66.6666666667%;
  }
  .h-masonry-grid .brick.br-9 {
    width: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .h-masonry-grid .brick.br-offset-9 {
    margin-left: 75%;
  }
  .h-masonry-grid .brick.br-10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .h-masonry-grid .brick.br-offset-10 {
    margin-left: 83.3333333333%;
  }
  .h-masonry-grid .brick.br-11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .h-masonry-grid .brick.br-offset-11 {
    margin-left: 91.6666666667%;
  }
  .h-masonry-grid .brick.br-12 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .h-masonry-grid .brick.br-offset-12 {
    margin-left: 100%;
  }
  .h-masonry-grid .brick {
    min-height: 250px;
    min-width: 150px;
    margin: 0 0 180px 0; /* Some gutter */
    padding-left: 30px;
    padding-right: 30px;
  }
  .h-masonry-grid .brick.hz-1 {
    width: 33%;
  }
  .h-masonry-grid .brick.hz-2 {
    width: 66%;
  }
  .h-masonry-grid .brick.hz-3 {
    width: 70%;
  }
  .h-masonry-grid .brick.vt-1 {
    height: 29%;
    height: 20vh;
  }
  .h-masonry-grid .brick.vt-2 {
    height: 54%;
    height: 54vh;
  }
  .h-masonry-grid .brick.vt-3 {
    height: 90%;
    height: 90vh;
  }
  .h-masonry-grid .brick.auto {
    flex-grow: 1;
  }
}

.screen-height {
  height: 90vh;
}

.v-row {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.v-row > div {
  padding: 15px;
}
.v-row > div .content {
  width: 100%;
  height: 100%;
}
.v-row > div .content.bg {
  background: #676e7f;
}

.page-srv-branding {
  shape-rendering: geometricPrecision;
}
.page-srv-branding #wrapper {
  overflow: hidden;
  background: #FEFEFE url(images/bg-long-curve.svg) repeat-y center top;
  background-size: 100%;
}
.page-srv-branding .banner-wrapper {
  background: url(images/header-branding.jpg) no-repeat center top;
  background-size: cover;
}
.page-srv-branding .branding-box {
  text-align: center;
}
.page-srv-branding .branding-box h2 {
  margin: 0;
}
.page-srv-branding .bnd-emblm {
  color: white;
  text-align: left;
}
.page-srv-branding .bnd-emblm > span {
  display: block;
  font-size: 3.5em;
}
.page-srv-branding .bnd-emblm > span.line-row {
  margin: 0 0 -20px;
  line-height: 1.1;
}
.page-srv-branding .bnd-emblm > span:nth-child(2) {
  font-size: 2.25em;
}
.page-srv-branding .bnd-emblm > span:nth-child(3) {
  font-size: 1.75em;
}
.page-srv-branding .img-3 {
  margin-top: -120px;
}
.page-srv-branding .img-cont.illus-wrap {
  position: absolute;
  top: 10%;
  left: 0;
  height: 100%;
  width: auto;
}
.page-srv-branding .img-cont.illus-wrap > * {
  height: 100%;
}
.page-srv-branding .logo-tmp {
  width: 100%;
  max-width: 100vw;
}
@media (min-width: 992px) {
  .page-srv-branding .logo-tmp {
    max-width: 70vw;
  }
}
.page-srv-branding .card-illus {
  width: 50vw;
  height: 50vh;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  -moz-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
  opacity: 0;
  filter: alpha(opacity=0);
}
.page-srv-branding .white-over {
  background: #FEFEFE;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.obj-1-v,
.obj-2-v,
.obj-3-v,
.chit,
.chit-l {
  position: absolute;
  background: white;
  padding: 45px;
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.obj-1-v > *,
.obj-2-v > *,
.obj-3-v > *,
.chit > *,
.chit-l > * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.obj-1-v {
  height: 60vh;
  width: 94px;
  top: 0;
  left: 10%;
  align-items: flex-end;
}
.obj-1-v > * {
  width: 312px;
  display: inline-block;
  overflow: visible;
  transform-origin: left top;
  position: absolute;
  left: 30px;
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.obj-2-v,
.chit {
  width: 320px;
  height: 200px;
  right: 0;
  top: 25%;
  padding: 15px;
  align-items: flex-end;
  justify-content: flex-end;
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #4a5c81;
}

.bg-dotted {
  background: url(images/bg-circle-dotted.svg) no-repeat center center fixed;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-team #page-content {
  background: #070a19;
}
.page-team .illus-overlay {
  position: absolute;
  top: 30%;
  left: -20%;
  width: 400%;
  max-width: unset;
  transform: scale(-1, 1);
}
.page-team .contact-compact-section h3, .page-team .contact-compact-section .faq-wrapper .cat-heading, .faq-wrapper .page-team .contact-compact-section .cat-heading {
  color: #ffffff;
}
.page-team .contact-compact-section .contact-heading-with-line {
  color: #ffffff;
}
.page-team .contact-compact-section p {
  color: rgba(255, 255, 255, 0.85);
}

.team-thumb {
  aspect-ratio: 0.75;
  overflow: clip;
  border-radius: 15px;
  background-color: white;
}

.team-card {
  padding: 10px;
}
@media (min-width: 992px) {
  .team-card {
    margin-bottom: 40px;
    aspect-ratio: 1.6;
  }
}
.team-card .detail {
  margin-top: -40px;
  background: white;
  padding: 15px;
  border-radius: 30px;
  text-align: center;
  width: 100%;
  align-items: center;
  box-shadow: 10px 0 20px -12px rgba(86, 110, 177, 0.3) inset;
}
@media (min-width: 992px) {
  .team-card .detail {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 0;
    height: 80%;
    border-radius: 0 15px 15px 0;
    text-align: left;
    display: flex;
  }
  .team-card .detail .info {
    font-size: 70%;
  }
}
.team-card .card {
  border-radius: 15px;
  text-align: left;
}
.team-card .designation {
  font-style: italic;
  font-size: 80%;
}

.team-snap {
  height: 100%;
  max-width: unset;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#abt-ai-ser {
  background: #060910 url("images/bg-ai.jpg") center center fixed;
  background-size: cover;
}

.page-case-study #page-content {
  background: url("images/bg-case-study.jpg") no-repeat center top;
  background-size: cover;
  animation: unset;
}
.page-case-study .banner-wrapper .lead {
  font-size: 2.5rem;
}
.page-case-study .bg-case-study {
  position: relative;
  top: -125px;
}
.page-case-study .area-solution {
  display: flex;
  flex-wrap: wrap;
}
.page-case-study .area-solution li {
  width: 50%;
  margin-bottom: 1vh;
}
.page-case-study .arrow li {
  margin-bottom: 1vh;
}

#area-bi-info {
  position: relative;
}

.area-why-tnz {
  position: relative;
  overflow: clip;
  background: url(images/bg-about-us-1.jpg) repeat-y top center;
}

.illus-cont {
  position: absolute;
  width: 60%;
  top: 0;
  height: 100%;
}
.illus-cont .illus-img {
  height: 100%;
  opacity: 0.2;
  animation: img-parallex linear both;
  animation-timeline: View();
  animation-range: entry 0% cover 80%;
}
.illus-cont .illus-img.top-left {
  position: absolute;
  top: 0;
  left: 0;
}
.illus-cont .illus-img.top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.illus-cont .illus-img.bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
}
.illus-cont .illus-img.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
}
.illus-cont .illus-img.auto {
  height: auto;
}
.area-why-tnz .illus-cont {
  right: -100px;
  left: auto;
}
.area-why-tnz .illus-cont .illus-img {
  width: 100%;
  filter: saturate(0);
  animation: img-parallex linear both;
  animation-timeline: View();
  animation-range: entry 0% cover 80%;
}
.illus-cont.style-lg {
  width: 100%;
}
.illus-cont.style-lg .illus-img {
  width: 120%;
}

@keyframes img-parallex {
  from {
    transform: translateY(-20%);
  }
  to {
    transform: translateY(20%);
  }
}
.theme-dark {
  background-color: #131519;
}
.theme-dark #page-content {
  background-color: #131519;
}
.theme-dark .bg-line-ovrlay,
.theme-dark .bg-line-ovrlay:before {
  border-color: rgba(218, 221, 224, 0.1);
}
.theme-dark .display-1, .theme-dark .display-2, .theme-dark .font-xl, .theme-dark .font-xxl, .theme-dark h1, .theme-dark .h1, .theme-dark .title, .theme-dark .title-lg, .theme-dark .lbl-primary, .theme-dark h2, .theme-dark .h2, .theme-dark h3, .theme-dark .faq-wrapper .cat-heading, .faq-wrapper .theme-dark .cat-heading, .theme-dark .h3, .theme-dark h4, .theme-dark .h4, .theme-dark .h-tag, .theme-dark .legend,
.theme-dark legend, .theme-dark .faq-wrapper .panel-title a, .faq-wrapper .panel-title .theme-dark a,
.theme-dark .faq-wrapper .panel-title span,
.faq-wrapper .panel-title .theme-dark span, .theme-dark h5, .theme-dark .h5, .theme-dark h6, .theme-dark .h6, .theme-dark p, .theme-dark a, .theme-dark span, .theme-dark em, .theme-dark b, .theme-dark strong, .theme-dark .lead, .theme-dark .lead.xl ul, .theme-dark li, .theme-dark ol {
  color: #DADDE0;
}
.theme-dark .site-title svg * {
  fill: #DADDE0;
  stroke: #DADDE0;
}
.theme-dark .color-light {
  color: #2393c9 !important;
}
.theme-dark .color-dark {
  color: #080d13 !important;
}

.bg-dark,
.dark-bg {
  background-color: #131519;
}

.list-stylish,
.list-stylish li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-stylish li {
  padding: 4px 10px;
  margin: 5px 10px;
  background: rgba(255, 255, 255, 0.15);
  font-size: 0.9rem;
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .list-stylish li {
    padding: 10px;
    margin: 8px 10px;
    text-align: center;
    width: 100%;
  }
  .list-stylish li:nth-child(2n) {
    margin: 12px 10px 10px 60px;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  .list-stylish li:nth-child(3n) {
    margin: 12px 10px 10px 30px;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
  }
  .list-stylish li:nth-child(4n) {
    margin: 12px 10px 10px 10px;
  }
}

.bg-abs-1 {
  background-image: url(images/bg-abs-1.svg);
  background-repeat: no-repeat;
}

.card-style {
  padding: 7.5px;
  background: #FEFEFE;
  -moz-box-shadow: 0 0 25px 10px rgba(254, 254, 254, 0.25);
  -webkit-box-shadow: 0 0 25px 10px rgba(254, 254, 254, 0.25);
  box-shadow: 0 0 25px 10px rgba(254, 254, 254, 0.25);
}
@media (min-width: 992px) {
  .card-style {
    padding: 45px;
  }
}

.dv-device {
  display: none;
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .dv-device {
    display: block;
  }
}

.map-popup {
  width: 100%;
  height: 600px;
}

.ajax-loader {
  background: url(images/ajax-loader.gif) no-repeat center center;
  display: none;
}

select.ajax-loader {
  background-position: 97% center;
}
.dir-right select.ajax-loader {
  background-position: 2% center;
}

.heading-cont {
  width: 100vw;
  left: 0;
  white-space: nowrap;
}
.heading-cont .heading-huge {
  margin-top: -20vh;
  margin-left: 20px;
}
.heading-cont .sub-heading {
  padding: 0 30px;
}
.heading-cont .sub-heading h1 {
  color: #40548C;
  text-transform: uppercase;
  font-size: 7rem;
  line-height: 0;
  margin: 0;
}

.heading-huge {
  color: white;
  font-size: 16vw;
  text-transform: uppercase;
  transform-origin: 35% center;
  -moz-text-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.fancy-bar {
  position: absolute;
  top: 30px;
  left: 0;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.fancy-bar.bottom {
  bottom: 30px;
  top: auto;
}
.fancy-bar {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .fancy-bar {
    display: none;
  }
}

.canvas-container {
  position: fixed;
  top: 0;
  left: 45vw;
  height: 70vh;
  width: 40vw;
  pointer-events: none;
  z-index: 4;
}
.canvas-container canvas {
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .canvas-container {
    height: 100vh;
    width: 100vw;
  }
}

.home-main-slider,
#sec-about-home,
#sec-client-home,
#sec-testimonial-home,
#tagline-home,
#service-home {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .home-main-slider,
  #sec-about-home,
  #sec-client-home,
  #sec-testimonial-home,
  #tagline-home,
  #service-home {
    min-height: 70vh;
  }
}

.home-banner .home-main-slider {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .home-banner .home-main-slider .banner-wrapper > * .banner-content-wrapper {
    overflow: visible !important;
  }
}

.mobile-align-card {
  height: calc(100% - 20px) !important;
  margin: 10px 0 !important;
}

/**
	Secondary Elements for Garnishing
	@author: xafaR
	@file: layout-page-elements-home-partial

*/
div {
  font-size: inherit;
  color: inherit;
}

.fx-spin-wrapper {
  position: relative;
}

.xs-fx-spin-text {
  transform-style: preserve-3d;
  perspective: 500px;
}

.xs-fx-spin-text.shadow-clone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: white;
}

.push-back {
  transform: translateX(-20%);
}

.push-forward {
  transform: translateX(20%);
}

@media only screen and (max-width: 767.98px) {
  .sticky-panel-phone {
    position: sticky;
    margin-bottom: 10vh;
    top: 30vh;
  }
  .sticky-area-phone {
    position: sticky !important;
    top: 10vh;
  }
  .sticky-area-middle-phone {
    position: sticky !important;
    top: 50vh;
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .sticky-panel-tablet {
    position: sticky;
    margin-bottom: 10vh;
    top: 30vh;
  }
  .sticky-area-tablet {
    position: sticky !important;
    top: 10vh;
  }
  .sticky-area-middle-tablet {
    position: sticky !important;
    top: 50vh;
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width:992px) {
  .sticky-panel-desktop {
    position: sticky;
    margin-bottom: 10vh;
    top: 30vh;
  }
  .sticky-area-desktop {
    position: sticky !important;
    top: 10vh;
  }
  .sticky-area-middle-desktop {
    position: sticky !important;
    top: 50vh;
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 1680px) {
  .sticky-panel-large {
    position: sticky;
    margin-bottom: 10vh;
    top: 30vh;
  }
  .sticky-area-large {
    position: sticky !important;
    top: 10vh;
  }
  .sticky-area-middle-large {
    position: sticky !important;
    top: 50vh;
    transform: translate(0, -50%);
  }
}
.sticky-panel {
  position: sticky;
  margin-bottom: 10vh;
  top: 30vh;
}

.sticky-area {
  position: sticky !important;
  top: 10vh;
}

.sticky-area-middle {
  position: sticky !important;
  top: 50vh;
  transform: translate(0, -50%);
}

ul.reset,
.no-style {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.reset li,
.no-style li {
  list-style: none;
}

.bc-inv,
.bg-clip-left {
  clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 calc(100% - 64px));
}
@media (min-width: 992px) {
  .bc-inv,
  .bg-clip-left {
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 94%);
  }
}

.bc,
.bg-clip {
  clip-path: polygon(0 0, 100% 40px, 100% calc(100% - 64px), 0 100%);
}
@media (min-width: 992px) {
  .bc,
  .bg-clip {
    clip-path: polygon(0 0, 100% 6%, 100% 94%, 0 100%);
  }
}

.bc-diamond {
  clip-path: polygon(0 40px, 25% 0, 100% 6%, 100% calc(100% - 64px), 25% 100%, 0 94%);
}
@media (min-width: 992px) {
  .bc-diamond {
    clip-path: polygon(0 6%, 25% 0, 100% 6%, 100% 94%, 25% 100%, 0 94%);
  }
}

.bc-diamond-inv {
  clip-path: polygon(0 40px, 75% 0, 100% 40px, 100% calc(100% - 64px), 75% 100%, calc(100% - 64px));
}
@media (min-width: 992px) {
  .bc-diamond-inv {
    clip-path: polygon(0 6%, 75% 0, 100% 6%, 100% 94%, 75% 100%, 0 94%);
  }
}

.bc-diamond,
.bc-diamond-inv,
.bc,
.bg-clip,
.bg-clip-left {
  margin-top: -64px;
  margin-bottom: -64px;
  padding: 50px 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .bc-diamond,
  .bc-diamond-inv,
  .bc,
  .bg-clip,
  .bg-clip-left {
    margin-top: -10vh;
    margin-bottom: -10vh;
    padding: 25vh 0;
  }
}

.v-panel section {
  padding: 30px 0;
}

.section-primary {
  margin: 30px 0;
  position: relative;
}
.section-primary * {
  color: white;
  -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.section-primary.wide {
  background: transparent;
}
.section-primary.wide:before {
  width: 100vw;
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
  display: block;
  -webkit-border-radius: 50px 0 0 300px;
  -moz-border-radius: 50px 0 0 300px;
  -ms-border-radius: 50px 0 0 300px;
  -o-border-radius: 50px 0 0 300px;
  border-radius: 50px 0 0 300px;
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .section-primary.wide:before {
    left: -15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}

.h-tag {
  font-family: "Outfit Light", "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  display: inline-block;
  font-weight: normal;
}
.h-tag.line:after,
.h-tag > span.line {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  right: -10px;
  top: -10px;
  padding: 10px;
  box-sizing: content-box;
  background: rgba(74, 92, 129, 0.3);
}
.h-tag.sm {
  margin-bottom: 45px;
}
.h-tag.sm.line:after {
  background: transparent;
}
.h-tag.sm.line:after,
.h-tag.sm > span.line {
  background: transparent;
  border-bottom: 1px solid rgba(74, 92, 129, 0.3);
}
.h-tag.light {
  color: #DADDE0;
}
.h-tag.light.line:after,
.h-tag.light > span.line {
  background: rgba(218, 221, 224, 0.3);
}
.h-tag.light.sm.line:after,
.h-tag.light.sm > span.line {
  background: transparent;
  border-bottom: 1px solid rgba(218, 221, 224, 0.3);
}

.circle-pt {
  background: white;
  height: 7.5rem;
  width: 7.5rem;
  display: flex;
  align-items: center;
  flex-grow: 0;
  padding-left: 2.5rem;
  position: relative;
  -webkit-transition: box-shadow 0.25s;
  -moz-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  -ms-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  -moz-box-shadow: 0 0 0 0 rgba(74, 92, 129, 0);
  -webkit-box-shadow: 0 0 0 0 rgba(74, 92, 129, 0);
  box-shadow: 0 0 0 0 rgba(74, 92, 129, 0);
  -webkit-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -ms-border-radius: 50rem;
  -o-border-radius: 50rem;
  border-radius: 50rem;
}
.circle-pt span.pt, .circle-pt.auto:after, .circle-pt.auto:before {
  position: absolute;
  height: 95%;
  width: 95%;
  background: url(images/pattern-diag.png) repeat;
  display: block;
  top: 10%;
  left: 15%;
  -webkit-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -ms-border-radius: 50rem;
  -o-border-radius: 50rem;
  border-radius: 50rem;
}
.circle-pt.auto:after {
  content: "";
}
.circle-pt.auto.inv:after {
  content: unset;
}
.circle-pt.auto.inv:before {
  content: "";
}
.circle-pt .text {
  position: relative;
  font-weight: 500;
  color: #125759;
  line-height: 1;
  z-index: 5;
  display: block;
  width: 300%;
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  white-space: nowrap;
}
.circle-pt.v2 {
  padding-left: 0;
  padding-right: 2.5rem;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 2rem;
}
.circle-pt.v2.auto:after,
.circle-pt.v2 span.pt {
  top: -5%;
  left: -10%;
}
.circle-pt:hover {
  -moz-box-shadow: 0 0 0 20px rgba(74, 92, 129, 0.15);
  -webkit-box-shadow: 0 0 0 20px rgba(74, 92, 129, 0.15);
  box-shadow: 0 0 0 20px rgba(74, 92, 129, 0.15);
}
.circle-pt.lg {
  width: 11.25rem;
  height: 11.25rem;
}
.circle-pt.lg:hover {
  -moz-box-shadow: 0 0 0 40px rgba(74, 92, 129, 0.15);
  -webkit-box-shadow: 0 0 0 40px rgba(74, 92, 129, 0.15);
  box-shadow: 0 0 0 40px rgba(74, 92, 129, 0.15);
}
.circle-pt.lg .text {
  font-size: 1.5rem;
}
.circle-pt .fill {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: white;
  border-radius: 500px;
  -moz-box-shadow: 0 5px 15px rgba(86, 110, 177, 0.15);
  -webkit-box-shadow: 0 5px 15px rgba(86, 110, 177, 0.15);
  box-shadow: 0 5px 15px rgba(86, 110, 177, 0.15);
}

.area-middle {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.area-middle > div {
  display: flex;
  align-content: space-between;
  height: 100%;
}

.ele-dots-square,
.ele-grid {
  height: 150px;
  width: 150px;
  background: url(images/element-dot-square.png) repeat top left;
}
.ele-dots-square.vt,
.ele-grid.vt {
  width: 90px;
}
.ele-dots-square.lg,
.ele-grid.lg {
  height: 300px;
  width: 250px;
}
.ele-dots-square.lg.vt,
.ele-grid.lg.vt {
  width: 150px;
}
.ele-dots-square.lg.hz,
.ele-grid.lg.hz {
  width: 350px;
  height: 150px;
}

.ele-grid {
  background: url(images/pattern-grid.png) repeat top left;
}

.ele-x {
  height: 210px;
  width: 190px;
  background: url(images/element-x.png) repeat top left;
}
.ele-x.lg {
  width: 250px;
  height: 250px;
}
.ele-x.sm {
  width: 160px;
  height: 115px;
}

.ele-dots {
  height: 390px;
  width: 75px;
  background: url(images/pattern-circular.png) repeat-x top left;
}
.ele-wave {
  width: 260px;
  height: 100px;
  background: url(images/element-wave.png) no-repeat center center;
}

.ele-circle {
  width: 200px;
  height: 200px;
  background: url(images/pattern-diag.png) center center;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  border-radius: 200px;
}
.ele-circle.lg {
  width: 350px;
  height: 350px;
  -webkit-border-radius: 350px;
  -moz-border-radius: 350px;
  -ms-border-radius: 350px;
  -o-border-radius: 350px;
  border-radius: 350px;
}

/*  Position of Elements
//--------------------------------------------------*/
.pos-abs,
.pos-rel {
  position: absolute;
}
.pos-abs.left,
.pos-rel.left {
  left: 5%;
}
.pos-abs.top,
.pos-rel.top {
  top: 5%;
}
.pos-abs.left-n,
.pos-rel.left-n {
  left: -5%;
}
.pos-abs.n-top-n,
.pos-rel.n-top-n {
  top: -5%;
}
.pos-abs.left-2x,
.pos-rel.left-2x {
  left: 10%;
}
.pos-abs.top-2x,
.pos-rel.top-2x {
  top: 10%;
}
.pos-abs.left-2x-n,
.pos-rel.left-2x-n {
  left: -10%;
}
.pos-abs.top-2x-n,
.pos-rel.top-2x-n {
  top: -10%;
}
.pos-abs.right,
.pos-rel.right {
  right: 5%;
}
.pos-abs.bottom,
.pos-rel.bottom {
  bottom: 5%;
}
.pos-abs.right-n,
.pos-rel.right-n {
  right: -5%;
}
.pos-abs.bottom-n,
.pos-rel.bottom-n {
  bottom: -5%;
}
.pos-abs.right-2x,
.pos-rel.right-2x {
  right: 20%;
}
.pos-abs.bottom-2x,
.pos-rel.bottom-2x {
  bottom: 15%;
}
.pos-abs.right-2x-n,
.pos-rel.right-2x-n {
  right: -20%;
}
.pos-abs.bottom-2x-n,
.pos-rel.bottom-2x-n {
  bottom: -15%;
}
.pos-abs.center,
.pos-rel.center {
  left: 45%;
}
.pos-abs.middle,
.pos-rel.middle {
  top: 45%;
}

.pos-rel {
  position: relative;
}

.width-full {
  width: 100%;
}
.width-half {
  width: 50%;
}

.height-full {
  height: 100%;
}
.height-half {
  height: 50%;
}

.more-fancy {
  display: inline-block;
  padding: 10px 1.5rem 2px 0;
  position: relative;
  font-size: 1rem;
  text-align: right;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(86, 110, 177, 0.5);
  font-family: "Outfit";
}
.more-fancy:before, .more-fancy:after {
  content: "";
  border: 1px solid rgba(86, 110, 177, 0.75);
  background-color: rgba(86, 110, 177, 0.2);
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  right: -25px;
  top: 15px;
  -webkit-transform: translate(0, 0) rotate(45deg);
  -moz-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  -o-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
}
.more-fancy:after {
  border-color: rgba(203, 32, 38, 0.75);
  background-color: rgba(203, 32, 38, 0.25);
  animation: fancy-more-anim 2s infinite;
}
.more-fancy.horz {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.more-fancy:hover span {
  -webkit-transform: translatex(11.5%);
  -moz-transform: translatex(11.5%);
  -ms-transform: translatex(11.5%);
  -o-transform: translatex(11.5%);
  transform: translatex(11.5%);
}
@keyframes fancy-more-anim {
  from {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -moz-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    -o-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
  }
  to {
    -webkit-transform: translate(0, 50%) rotate(45deg);
    -moz-transform: translate(0, 50%) rotate(45deg);
    -ms-transform: translate(0, 50%) rotate(45deg);
    -o-transform: translate(0, 50%) rotate(45deg);
    transform: translate(0, 50%) rotate(45deg);
  }
}
.more-fancy span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-text-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  -webkit-text-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  display: inline-block;
}

.read-more-down.abs {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 6vh 0 10vh;
}
.read-more-down.abs.pos-right {
  right: 0;
  width: 20vw;
}
.read-more-down.abs.pos-left {
  right: auto;
  left: 0;
}

.spacer {
  height: 10vh;
}
.spacer.lg {
  height: 20vh;
}

.bar {
  position: relative;
  z-index: 1;
}
.bar:before {
  position: absolute;
  display: block;
  content: "";
  height: 40px;
  width: 180px;
  margin-top: 0;
  left: -10%;
  top: -10px;
  z-index: -1;
  background: #CB2026;
}
.bar.display-1:after {
  content: none;
}

.rm-bar:before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(203, 32, 38, 0.75);
  position: absolute;
  top: 50%;
  left: 0;
  background-image: linear-gradient(to right, rgba(203, 32, 38, 0.1), #CB2026 50%, rgba(203, 32, 38, 0.1));
  background-repeat: no-repeat;
}

.st1:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: -2rem;
  left: 1.7rem;
  border: 4px solid #CB2026;
  -moz-box-shadow: -3.4rem 3.4rem 0 rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: -3.4rem 3.4rem 0 rgba(0, 0, 0, 0.075);
  box-shadow: -3.4rem 3.4rem 0 rgba(0, 0, 0, 0.075);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.st1.alt {
  left: -1.7rem;
  -moz-box-shadow: 3.4rem 3.4rem 0 rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 3.4rem 3.4rem 0 rgba(0, 0, 0, 0.075);
  box-shadow: 3.4rem 3.4rem 0 rgba(0, 0, 0, 0.075);
}

.heading-block {
  overflow: hidden;
  display: inline-block;
}

._icon {
  display: inline-block;
  width: 2rem;
  margin-right: 10px;
  position: relative;
  height: 0;
  padding: 100% 0 0;
}
._icon > * {
  max-width: 95%;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vert-bar,
.div-or {
  text-align: center;
  position: relative;
  height: 100%;
}
.vert-bar span,
.div-or span {
  position: relative;
  width: 1px;
  height: 100%;
  border: 1px solid #566EB1;
  top: 2px;
  left: 50%;
  display: block;
}
.vert-bar span:before,
.div-or span:before {
  content: "";
  position: absolute;
  height: 8px;
  left: -4px;
  width: 8px;
  top: 0;
  display: block;
  background-color: #566EB1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .vert-bar span,
  .div-or span {
    position: absolute;
  }
}

.v-gape {
  padding-top: 2.3vh;
  padding-bottom: 2.3vh;
}
@media (min-width: 992px) {
  .v-gape {
    padding-top: 6.5vh;
    padding-bottom: 6.5vh;
  }
}

.svg-import text,
.svg-import tspan {
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 500;
}
.svg-import text[font-family*=Poppins-Bold],
.svg-import tspan[font-family*=Poppins-Bold] {
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  letter-spacing: -1.5px;
}
.svg-import *[font-family*=Poppins-Light] {
  font-weight: 300;
  font-family: "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.svg-import rect {
  transform-origin: center center;
  transform-box: fill-box;
}
.svg-import #Tag * {
  letter-spacing: 0;
}
.svg-import.font-secondary text,
.svg-import.font-secondary tspan {
  font-family: "Alumni Sans", "Outfit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

div.svg-import:before,
span.svg-import:before {
  display: block;
  content: "Loading ...";
  margin-bottom: 14px;
  text-align: center;
}
div.svg-import,
span.svg-import {
  height: 60px;
  width: 200px;
  padding-top: 15px;
  font-size: 12px;
  display: block;
  margin: 20% 12vw;
  background: rgba(255, 255, 255, 0.5) url(images/ajax-loader-sm.gif) no-repeat center 35px;
  -moz-box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.fx-spin-text {
  perspective: 500px;
  transform-style: preserve-3d;
}

.page-about-us .svg-cont {
  width: 100vw;
  height: 100vh;
  transform: translate(-15%, 10%);
}
.page-about-us .svg-cont svg {
  height: 100%;
}

.logo-solutions img {
  max-width: 190px;
  height: 120px;
}

.zigzag > * {
  text-align: left;
}
.zigzag > *:nth-child(even) {
  text-align: right;
}

.social-media.lg a {
  font-size: 3rem;
  color: #DADDE0;
  margin: 0 1.5rem 0 0;
  display: inline-block;
}
.social-media.lg a i:before {
  font-size: 1em;
}
.social-media.lg a:hover {
  color: #B9C3DF;
}
.social-media.lg h4 a {
  font-size: inherit;
}

span[data-class=facebook] {
  display: inline-block;
  font: normal normal normal 1rem/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
span[data-class=facebook]:before {
  content: "\f09a";
  font-size: 1rem;
}
span[data-class=twitter] {
  display: inline-block;
  font: normal normal normal 1rem/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
span[data-class=twitter]:before {
  content: "\f099";
  font-size: 1rem;
}
span[data-class=insta] {
  display: inline-block;
  font: normal normal normal 1rem/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
span[data-class=insta]:before {
  content: "\f16d";
  font-size: 1rem;
}

.widget-content > .container {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  .widget-content > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .homepage .widget-content > .container, .full-width .widget-content > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width:991.98px) {
  .phone-ord-1 {
    order: 1;
  }
  .phone-ord-2 {
    order: 2;
  }
}
.anim-float {
  -webkit-animation: anim-float 5s ease-in-out infinite alternate forwards;
  -moz-animation: anim-float 5s ease-in-out infinite alternate forwards;
  -ms-animation: anim-float 5s ease-in-out infinite alternate forwards;
  animation: anim-float 5s ease-in-out infinite alternate forwards;
}

.anim-float-sm {
  -webkit-animation: anim-float-sm 6s ease-in-out infinite alternate forwards;
  -moz-animation: anim-float-sm 6s ease-in-out infinite alternate forwards;
  -ms-animation: anim-float-sm 6s ease-in-out infinite alternate forwards;
  animation: anim-float-sm 6s ease-in-out infinite alternate forwards;
}

.anim-float-sm-2 {
  -webkit-animation: anim-float-sm-2 6s ease-in-out infinite alternate forwards;
  -moz-animation: anim-float-sm-2 6s ease-in-out infinite alternate forwards;
  -ms-animation: anim-float-sm-2 6s ease-in-out infinite alternate forwards;
  animation: anim-float-sm-2 6s ease-in-out infinite alternate forwards;
}

.anim-float-p1 {
  -webkit-animation: anim-float-p1 5s ease-in-out infinite alternate forwards;
  -moz-animation: anim-float-p1 5s ease-in-out infinite alternate forwards;
  -ms-animation: anim-float-p1 5s ease-in-out infinite alternate forwards;
  animation: anim-float-p1 5s ease-in-out infinite alternate forwards;
}

.anim-float-p2 {
  -webkit-animation: anim-float-p2 5s ease-in-out infinite alternate forwards;
  -moz-animation: anim-float-p2 5s ease-in-out infinite alternate forwards;
  -ms-animation: anim-float-p2 5s ease-in-out infinite alternate forwards;
  animation: anim-float-p2 5s ease-in-out infinite alternate forwards;
}

.anim-bubble-px {
  -webkit-animation: anim-bubble-px 15s ease-in-out infinite;
  -moz-animation: anim-bubble-px 15s ease-in-out infinite;
  -ms-animation: anim-bubble-px 15s ease-in-out infinite;
  animation: anim-bubble-px 15s ease-in-out infinite;
}

.anim-bubble {
  -webkit-animation: anim-bubble 15s ease-in-out infinite;
  -moz-animation: anim-bubble 15s ease-in-out infinite;
  -ms-animation: anim-bubble 15s ease-in-out infinite;
  animation: anim-bubble 15s ease-in-out infinite;
}

.anim-bubble-xl {
  -webkit-animation: anim-bubble-xl 15s ease-in-out infinite;
  -moz-animation: anim-bubble-xl 15s ease-in-out infinite;
  -ms-animation: anim-bubble-xl 15s ease-in-out infinite;
  animation: anim-bubble-xl 15s ease-in-out infinite;
}

.anim-bubble-rotate {
  -webkit-animation: anim-bubble-rotate 15s ease-in-out infinite alternate;
  -moz-animation: anim-bubble-rotate 15s ease-in-out infinite alternate;
  -ms-animation: anim-bubble-rotate 15s ease-in-out infinite alternate;
  animation: anim-bubble-rotate 15s ease-in-out infinite alternate;
}

.fadeInUpSm {
  -webkit-animation: fadeInUpSm 0.1s cubic-bezier(0, 0.77, 0.48, 1.01);
  -moz-animation: fadeInUpSm 0.1s cubic-bezier(0, 0.77, 0.48, 1.01);
  -ms-animation: fadeInUpSm 0.1s cubic-bezier(0, 0.77, 0.48, 1.01);
  animation: fadeInUpSm 0.1s cubic-bezier(0, 0.77, 0.48, 1.01);
}

@-moz-keyframes rotation {
  0% {
    -webkit-transform: 0deg;
    -moz-transform: 0deg;
    -ms-transform: 0deg;
    -o-transform: 0deg;
    transform: 0deg;
  }
  100% {
    -webkit-transform: 359deg;
    -moz-transform: 359deg;
    -ms-transform: 359deg;
    -o-transform: 359deg;
    transform: 359deg;
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: 0deg;
    -moz-transform: 0deg;
    -ms-transform: 0deg;
    -o-transform: 0deg;
    transform: 0deg;
  }
  100% {
    -webkit-transform: 359deg;
    -moz-transform: 359deg;
    -ms-transform: 359deg;
    -o-transform: 359deg;
    transform: 359deg;
  }
}
@-ms-keyframes rotation {
  0% {
    -webkit-transform: 0deg;
    -moz-transform: 0deg;
    -ms-transform: 0deg;
    -o-transform: 0deg;
    transform: 0deg;
  }
  100% {
    -webkit-transform: 359deg;
    -moz-transform: 359deg;
    -ms-transform: 359deg;
    -o-transform: 359deg;
    transform: 359deg;
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: 0deg;
    -moz-transform: 0deg;
    -ms-transform: 0deg;
    -o-transform: 0deg;
    transform: 0deg;
  }
  100% {
    -webkit-transform: 359deg;
    -moz-transform: 359deg;
    -ms-transform: 359deg;
    -o-transform: 359deg;
    transform: 359deg;
  }
}
@-moz-keyframes anim-float {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-1%, 3%);
    -moz-transform: translate(-1%, 3%);
    -ms-transform: translate(-1%, 3%);
    -o-transform: translate(-1%, 3%);
    transform: translate(-1%, 3%);
  }
  75% {
    -webkit-transform: translate(3%, -4%);
    -moz-transform: translate(3%, -4%);
    -ms-transform: translate(3%, -4%);
    -o-transform: translate(3%, -4%);
    transform: translate(3%, -4%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes anim-float {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-1%, 3%);
    -moz-transform: translate(-1%, 3%);
    -ms-transform: translate(-1%, 3%);
    -o-transform: translate(-1%, 3%);
    transform: translate(-1%, 3%);
  }
  75% {
    -webkit-transform: translate(3%, -4%);
    -moz-transform: translate(3%, -4%);
    -ms-transform: translate(3%, -4%);
    -o-transform: translate(3%, -4%);
    transform: translate(3%, -4%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes anim-float {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-1%, 3%);
    -moz-transform: translate(-1%, 3%);
    -ms-transform: translate(-1%, 3%);
    -o-transform: translate(-1%, 3%);
    transform: translate(-1%, 3%);
  }
  75% {
    -webkit-transform: translate(3%, -4%);
    -moz-transform: translate(3%, -4%);
    -ms-transform: translate(3%, -4%);
    -o-transform: translate(3%, -4%);
    transform: translate(3%, -4%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes anim-float {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-1%, 3%);
    -moz-transform: translate(-1%, 3%);
    -ms-transform: translate(-1%, 3%);
    -o-transform: translate(-1%, 3%);
    transform: translate(-1%, 3%);
  }
  75% {
    -webkit-transform: translate(3%, -4%);
    -moz-transform: translate(3%, -4%);
    -ms-transform: translate(3%, -4%);
    -o-transform: translate(3%, -4%);
    transform: translate(3%, -4%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes anim-float-sm {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-0.5%, 1%);
    -moz-transform: translate(-0.5%, 1%);
    -ms-transform: translate(-0.5%, 1%);
    -o-transform: translate(-0.5%, 1%);
    transform: translate(-0.5%, 1%);
  }
  75% {
    -webkit-transform: translate(1.5%, -1.35%);
    -moz-transform: translate(1.5%, -1.35%);
    -ms-transform: translate(1.5%, -1.35%);
    -o-transform: translate(1.5%, -1.35%);
    transform: translate(1.5%, -1.35%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes anim-float-sm {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-0.5%, 1%);
    -moz-transform: translate(-0.5%, 1%);
    -ms-transform: translate(-0.5%, 1%);
    -o-transform: translate(-0.5%, 1%);
    transform: translate(-0.5%, 1%);
  }
  75% {
    -webkit-transform: translate(1.5%, -1.35%);
    -moz-transform: translate(1.5%, -1.35%);
    -ms-transform: translate(1.5%, -1.35%);
    -o-transform: translate(1.5%, -1.35%);
    transform: translate(1.5%, -1.35%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes anim-float-sm {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-0.5%, 1%);
    -moz-transform: translate(-0.5%, 1%);
    -ms-transform: translate(-0.5%, 1%);
    -o-transform: translate(-0.5%, 1%);
    transform: translate(-0.5%, 1%);
  }
  75% {
    -webkit-transform: translate(1.5%, -1.35%);
    -moz-transform: translate(1.5%, -1.35%);
    -ms-transform: translate(1.5%, -1.35%);
    -o-transform: translate(1.5%, -1.35%);
    transform: translate(1.5%, -1.35%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes anim-float-sm {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-0.5%, 1%);
    -moz-transform: translate(-0.5%, 1%);
    -ms-transform: translate(-0.5%, 1%);
    -o-transform: translate(-0.5%, 1%);
    transform: translate(-0.5%, 1%);
  }
  75% {
    -webkit-transform: translate(1.5%, -1.35%);
    -moz-transform: translate(1.5%, -1.35%);
    -ms-transform: translate(1.5%, -1.35%);
    -o-transform: translate(1.5%, -1.35%);
    transform: translate(1.5%, -1.35%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes anim-float-sm-2 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0.75%, -2%);
    -moz-transform: translate(0.75%, -2%);
    -ms-transform: translate(0.75%, -2%);
    -o-transform: translate(0.75%, -2%);
    transform: translate(0.75%, -2%);
  }
  75% {
    -webkit-transform: translate(-1.5%, 1.35%);
    -moz-transform: translate(-1.5%, 1.35%);
    -ms-transform: translate(-1.5%, 1.35%);
    -o-transform: translate(-1.5%, 1.35%);
    transform: translate(-1.5%, 1.35%);
  }
  100% {
    -webkit-transform: translate(-0.5%, 0.5%);
    -moz-transform: translate(-0.5%, 0.5%);
    -ms-transform: translate(-0.5%, 0.5%);
    -o-transform: translate(-0.5%, 0.5%);
    transform: translate(-0.5%, 0.5%);
  }
}
@-webkit-keyframes anim-float-sm-2 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0.75%, -2%);
    -moz-transform: translate(0.75%, -2%);
    -ms-transform: translate(0.75%, -2%);
    -o-transform: translate(0.75%, -2%);
    transform: translate(0.75%, -2%);
  }
  75% {
    -webkit-transform: translate(-1.5%, 1.35%);
    -moz-transform: translate(-1.5%, 1.35%);
    -ms-transform: translate(-1.5%, 1.35%);
    -o-transform: translate(-1.5%, 1.35%);
    transform: translate(-1.5%, 1.35%);
  }
  100% {
    -webkit-transform: translate(-0.5%, 0.5%);
    -moz-transform: translate(-0.5%, 0.5%);
    -ms-transform: translate(-0.5%, 0.5%);
    -o-transform: translate(-0.5%, 0.5%);
    transform: translate(-0.5%, 0.5%);
  }
}
@-ms-keyframes anim-float-sm-2 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0.75%, -2%);
    -moz-transform: translate(0.75%, -2%);
    -ms-transform: translate(0.75%, -2%);
    -o-transform: translate(0.75%, -2%);
    transform: translate(0.75%, -2%);
  }
  75% {
    -webkit-transform: translate(-1.5%, 1.35%);
    -moz-transform: translate(-1.5%, 1.35%);
    -ms-transform: translate(-1.5%, 1.35%);
    -o-transform: translate(-1.5%, 1.35%);
    transform: translate(-1.5%, 1.35%);
  }
  100% {
    -webkit-transform: translate(-0.5%, 0.5%);
    -moz-transform: translate(-0.5%, 0.5%);
    -ms-transform: translate(-0.5%, 0.5%);
    -o-transform: translate(-0.5%, 0.5%);
    transform: translate(-0.5%, 0.5%);
  }
}
@keyframes anim-float-sm-2 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0.75%, -2%);
    -moz-transform: translate(0.75%, -2%);
    -ms-transform: translate(0.75%, -2%);
    -o-transform: translate(0.75%, -2%);
    transform: translate(0.75%, -2%);
  }
  75% {
    -webkit-transform: translate(-1.5%, 1.35%);
    -moz-transform: translate(-1.5%, 1.35%);
    -ms-transform: translate(-1.5%, 1.35%);
    -o-transform: translate(-1.5%, 1.35%);
    transform: translate(-1.5%, 1.35%);
  }
  100% {
    -webkit-transform: translate(-0.5%, 0.5%);
    -moz-transform: translate(-0.5%, 0.5%);
    -ms-transform: translate(-0.5%, 0.5%);
    -o-transform: translate(-0.5%, 0.5%);
    transform: translate(-0.5%, 0.5%);
  }
}
@-moz-keyframes anim-float-p1 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(15px, 10px);
    -moz-transform: translate(15px, 10px);
    -ms-transform: translate(15px, 10px);
    -o-transform: translate(15px, 10px);
    transform: translate(15px, 10px);
  }
  75% {
    -webkit-transform: translate(-10px, 25px);
    -moz-transform: translate(-10px, 25px);
    -ms-transform: translate(-10px, 25px);
    -o-transform: translate(-10px, 25px);
    transform: translate(-10px, 25px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
}
@-webkit-keyframes anim-float-p1 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(15px, 10px);
    -moz-transform: translate(15px, 10px);
    -ms-transform: translate(15px, 10px);
    -o-transform: translate(15px, 10px);
    transform: translate(15px, 10px);
  }
  75% {
    -webkit-transform: translate(-10px, 25px);
    -moz-transform: translate(-10px, 25px);
    -ms-transform: translate(-10px, 25px);
    -o-transform: translate(-10px, 25px);
    transform: translate(-10px, 25px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
}
@-ms-keyframes anim-float-p1 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(15px, 10px);
    -moz-transform: translate(15px, 10px);
    -ms-transform: translate(15px, 10px);
    -o-transform: translate(15px, 10px);
    transform: translate(15px, 10px);
  }
  75% {
    -webkit-transform: translate(-10px, 25px);
    -moz-transform: translate(-10px, 25px);
    -ms-transform: translate(-10px, 25px);
    -o-transform: translate(-10px, 25px);
    transform: translate(-10px, 25px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
}
@keyframes anim-float-p1 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(15px, 10px);
    -moz-transform: translate(15px, 10px);
    -ms-transform: translate(15px, 10px);
    -o-transform: translate(15px, 10px);
    transform: translate(15px, 10px);
  }
  75% {
    -webkit-transform: translate(-10px, 25px);
    -moz-transform: translate(-10px, 25px);
    -ms-transform: translate(-10px, 25px);
    -o-transform: translate(-10px, 25px);
    transform: translate(-10px, 25px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
}
@-moz-keyframes anim-float-p2 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 3px);
    -moz-transform: translate(5px, 3px);
    -ms-transform: translate(5px, 3px);
    -o-transform: translate(5px, 3px);
    transform: translate(5px, 3px);
  }
  75% {
    -webkit-transform: translate(-6px, 0px);
    -moz-transform: translate(-6px, 0px);
    -ms-transform: translate(-6px, 0px);
    -o-transform: translate(-6px, 0px);
    transform: translate(-6px, 0px);
  }
  100% {
    -webkit-transform: translate(3px, -2px);
    -moz-transform: translate(3px, -2px);
    -ms-transform: translate(3px, -2px);
    -o-transform: translate(3px, -2px);
    transform: translate(3px, -2px);
  }
}
@-webkit-keyframes anim-float-p2 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 3px);
    -moz-transform: translate(5px, 3px);
    -ms-transform: translate(5px, 3px);
    -o-transform: translate(5px, 3px);
    transform: translate(5px, 3px);
  }
  75% {
    -webkit-transform: translate(-6px, 0px);
    -moz-transform: translate(-6px, 0px);
    -ms-transform: translate(-6px, 0px);
    -o-transform: translate(-6px, 0px);
    transform: translate(-6px, 0px);
  }
  100% {
    -webkit-transform: translate(3px, -2px);
    -moz-transform: translate(3px, -2px);
    -ms-transform: translate(3px, -2px);
    -o-transform: translate(3px, -2px);
    transform: translate(3px, -2px);
  }
}
@-ms-keyframes anim-float-p2 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 3px);
    -moz-transform: translate(5px, 3px);
    -ms-transform: translate(5px, 3px);
    -o-transform: translate(5px, 3px);
    transform: translate(5px, 3px);
  }
  75% {
    -webkit-transform: translate(-6px, 0px);
    -moz-transform: translate(-6px, 0px);
    -ms-transform: translate(-6px, 0px);
    -o-transform: translate(-6px, 0px);
    transform: translate(-6px, 0px);
  }
  100% {
    -webkit-transform: translate(3px, -2px);
    -moz-transform: translate(3px, -2px);
    -ms-transform: translate(3px, -2px);
    -o-transform: translate(3px, -2px);
    transform: translate(3px, -2px);
  }
}
@keyframes anim-float-p2 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 3px);
    -moz-transform: translate(5px, 3px);
    -ms-transform: translate(5px, 3px);
    -o-transform: translate(5px, 3px);
    transform: translate(5px, 3px);
  }
  75% {
    -webkit-transform: translate(-6px, 0px);
    -moz-transform: translate(-6px, 0px);
    -ms-transform: translate(-6px, 0px);
    -o-transform: translate(-6px, 0px);
    transform: translate(-6px, 0px);
  }
  100% {
    -webkit-transform: translate(3px, -2px);
    -moz-transform: translate(3px, -2px);
    -ms-transform: translate(3px, -2px);
    -o-transform: translate(3px, -2px);
    transform: translate(3px, -2px);
  }
}
@-moz-keyframes anim-bubble-px {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes anim-bubble-px {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes anim-bubble-px {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes anim-bubble-px {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes anim-bubble {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes anim-bubble {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes anim-bubble {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes anim-bubble {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes anim-bubble-xl {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
  }
  70% {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes anim-bubble-xl {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
  }
  70% {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes anim-bubble-xl {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
  }
  70% {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes anim-bubble-xl {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
  }
  70% {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes anim-bubble-rotate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    -moz-transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    -o-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10%) rotate(45deg);
    -moz-transform: translateY(10%) rotate(45deg);
    -ms-transform: translateY(10%) rotate(45deg);
    -o-transform: translateY(10%) rotate(45deg);
    transform: translateY(10%) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(10deg);
    -moz-transform: translateY(0) rotate(10deg);
    -ms-transform: translateY(0) rotate(10deg);
    -o-transform: translateY(0) rotate(10deg);
    transform: translateY(0) rotate(10deg);
  }
}
@-webkit-keyframes anim-bubble-rotate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    -moz-transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    -o-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10%) rotate(45deg);
    -moz-transform: translateY(10%) rotate(45deg);
    -ms-transform: translateY(10%) rotate(45deg);
    -o-transform: translateY(10%) rotate(45deg);
    transform: translateY(10%) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(10deg);
    -moz-transform: translateY(0) rotate(10deg);
    -ms-transform: translateY(0) rotate(10deg);
    -o-transform: translateY(0) rotate(10deg);
    transform: translateY(0) rotate(10deg);
  }
}
@-ms-keyframes anim-bubble-rotate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    -moz-transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    -o-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10%) rotate(45deg);
    -moz-transform: translateY(10%) rotate(45deg);
    -ms-transform: translateY(10%) rotate(45deg);
    -o-transform: translateY(10%) rotate(45deg);
    transform: translateY(10%) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(10deg);
    -moz-transform: translateY(0) rotate(10deg);
    -ms-transform: translateY(0) rotate(10deg);
    -o-transform: translateY(0) rotate(10deg);
    transform: translateY(0) rotate(10deg);
  }
}
@keyframes anim-bubble-rotate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    -moz-transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    -o-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10%) rotate(45deg);
    -moz-transform: translateY(10%) rotate(45deg);
    -ms-transform: translateY(10%) rotate(45deg);
    -o-transform: translateY(10%) rotate(45deg);
    transform: translateY(10%) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(10deg);
    -moz-transform: translateY(0) rotate(10deg);
    -ms-transform: translateY(0) rotate(10deg);
    -o-transform: translateY(0) rotate(10deg);
    transform: translateY(0) rotate(10deg);
  }
}
@-moz-keyframes scaleSide {
  0% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes scaleSide {
  0% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes scaleSide {
  0% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes scaleSide {
  0% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes fadeInUpSm {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpSm {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUpSm {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpSm {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.item-blur-1 {
  filter: blur(5px);
}

.item-blur-2 {
  filter: blur(12px);
}

.item-blur-3 {
  filter: blur(17px);
}

.item-blur-4 {
  filter: blur(25px);
}

.scaleSide {
  animation-duration: 0.05s;
  transition-duration: 0.3s;
  animation-name: scaleSide;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

_body .section, h_tml .section {
  background-color: lightgrey;
  border-top: 1px solid black;
}

.cursor-ovl {
  pointer-events: none;
  position: absolute;
  height: 80px;
  width: 80px;
  background: rgba(203, 32, 38, 0.15);
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.15);
  -moz-transform: translate(-50%, -50%) scale(0.15);
  -ms-transform: translate(-50%, -50%) scale(0.15);
  -o-transform: translate(-50%, -50%) scale(0.15);
  transform: translate(-50%, -50%) scale(0.15);
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  -ms-border-radius: 400px;
  -o-border-radius: 400px;
  border-radius: 400px;
  -webkit-transition: transform 0.15s ease-in;
  -moz-transition: transform 0.15s ease-in;
  -o-transition: transform 0.15s ease-in;
  -ms-transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in;
  z-index: 2;
  will-change: height;
}
.cursor-ovl.xpanded {
  -webkit-transform: translate(-50%, -50%) scale(3);
  -moz-transform: translate(-50%, -50%) scale(3);
  -ms-transform: translate(-50%, -50%) scale(3);
  -o-transform: translate(-50%, -50%) scale(3);
  transform: translate(-50%, -50%) scale(3);
  backdrop-filter: invert(0.8);
  z-index: 5001;
}
body.menu-visible .cursor-ovl.xpanded.xpanded {
  opacity: 0.14;
}

body {
  cursor: crosshair;
}

/**
 Print Styles
*/
/*
To apply the theme, tell Select2 to do so by passing bootstrap to the theme option when initializing Select2:

$( "#dropdown" ).select2({
  theme: "bootstrap4"
});

You may also set it as the default theme for all Select2 widgets like so:

$.fn.select2.defaults.set( "theme", "bootstrap4" );

*/
.select2-container--bootstrap4 .select2-selection {
  background-color: #fff;
  border: 1px solid #9FA5AD;
  border-radius: 0;
  color: #465061;
  font-size: 1rem;
  outline: 0;
}
.select2-container--bootstrap4 .select2-selection.form-control, .select2-container--bootstrap4 .select2-selection.select-box, .select2-container--bootstrap4 select.select2-selection, .select2-container--bootstrap4 textarea.select2-selection, .select2-container--bootstrap4 input.select2-selection {
  border-radius: 5px;
}
.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field {
  background-color: #fff;
  border: 1px solid #9FA5AD;
  border-radius: 0;
  color: #465061;
  font-size: 1rem;
}
.select2-container--bootstrap4 .select2-search__field {
  outline: 0;
}
.select2-container--bootstrap4 .select2-search__field::-webkit-input-placeholder {
  color: #6b83a2;
}
.select2-container--bootstrap4 .select2-search__field:-moz-placeholder {
  color: #6b83a2;
}
.select2-container--bootstrap4 .select2-search__field::-moz-placeholder {
  color: #6b83a2;
  opacity: 1;
}
.select2-container--bootstrap4 .select2-search__field:-ms-input-placeholder {
  color: #6b83a2;
}
.select2-container--bootstrap4 .select2-results__option {
  padding: 0.25rem 1rem;
  font-size: 1rem;
}
.select2-container--bootstrap4 .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap4 .select2-results__option[aria-disabled=true] {
  color: #6b83a2;
  cursor: not-allowed;
}
.select2-container--bootstrap4 .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: rgb(30.0405405405, 36.2027027027, 55.4594594595);
}
.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #fff;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option {
  padding: 0.75rem 0.375rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -0.375rem;
  padding-left: 0.75rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -0.75rem;
  padding-left: 1.125rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1.125rem;
  padding-left: 1.5rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1.5rem;
  padding-left: 1.875rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1.875rem;
  padding-left: 2.25rem;
}
.select2-container--bootstrap4 .select2-results__group {
  color: #6b83a2;
  display: block;
  padding: 0.75rem 0.375rem;
  font-size: 0.875rem;
  line-height: 1;
  white-space: nowrap;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection, .select2-container--bootstrap4.select2-container--open .select2-selection {
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: rgb(173.2368421053, 184.8481781377, 217.2631578947);
}
.select2-container--bootstrap4.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #CB2026 transparent;
  border-width: 0 0.25rem 0.25rem 0.25rem;
}
.select2-container--bootstrap4.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap4.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap4 .select2-selection__clear {
  color: #CB2026;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap4 .select2-selection__clear:hover {
  color: #002877;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection {
  border-color: #9FA5AD;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #DADDE0;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap4 .select2-dropdown {
  border-color: rgb(173.2368421053, 184.8481781377, 217.2631578947);
  border-width: 1px;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap4 .select2-dropdown--above {
  margin-top: 1px;
}
.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap4 .select2-selection--single {
  text-align: center;
  height: 3rem;
  line-height: 1;
  padding: 0.75rem 1.125rem 0.75rem 0.375rem;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 0.375rem;
  top: 0;
  width: 0.25rem;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  border-color: #CB2026 transparent transparent transparent;
  border-style: solid;
  border-width: 0.25rem 0.25rem 0 0.25rem;
  height: 0;
  left: -0.5rem;
  margin-left: -0.25rem;
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  color: #465061;
  padding: 0;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  color: #6b83a2;
}
.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: 3rem;
  padding: 0;
  height: auto;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0.75rem 0.375rem 0 0.75rem;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__placeholder {
  color: #6b83a2;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  color: #465061;
  background: transparent;
  border: 1px solid #002877;
  border-radius: 5px;
  cursor: default;
  float: left;
  margin: -0.25rem 0 0 0.1875rem;
  padding: 0 0.75rem;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 0.375rem;
  height: 1rem;
  line-height: 1;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  color: #6b83a2;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.375rem;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #002877;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.75rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-sm, .input-group-sm .select2-container--bootstrap4 .select2-selection--single, .form-group-sm .select2-container--bootstrap4 .select2-selection--single {
  border-radius: 0;
  font-size: 0.875rem;
  height: 1.8rem;
  line-height: 1;
  padding: 1.5rem 1rem 1.5rem 0.25rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-sm .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  margin-left: -1.5rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm, .input-group-sm .select2-container--bootstrap4 .select2-selection--multiple, .form-group-sm .select2-container--bootstrap4 .select2-selection--multiple {
  min-height: 1.8rem;
  border-radius: 0;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-selection__rendered, .input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered, .form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  padding: 1.5rem 0.25rem 0 1.5rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-selection__choice, .input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  font-size: 0.875rem;
  line-height: 1;
  margin: 0 0 0 0.125rem;
  padding: 0 1.5rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 0.25rem;
  font-size: 0.875rem;
  height: -0.2rem;
  line-height: 1;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-selection__clear, .input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  margin-top: 1.5rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-lg, .input-group-lg .select2-container--bootstrap4 .select2-selection--single, .form-group-lg .select2-container--bootstrap4 .select2-selection--single {
  border-radius: 10px;
  font-size: 1.25rem;
  height: 3.5rem;
  line-height: 1;
  padding: 2rem 1.6875rem 2rem 0.75rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-lg .select2-selection__arrow, .input-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  width: 0.3125rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-lg .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  border-width: 0.3125rem 0.3125rem 0 0.3125rem;
  margin-left: -0.3125rem;
  margin-left: -2rem;
  margin-top: -0.15625rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-lg, .input-group-lg .select2-container--bootstrap4 .select2-selection--multiple, .form-group-lg .select2-container--bootstrap4 .select2-selection--multiple {
  min-height: 3.5rem;
  border-radius: 10px;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-lg .select2-selection__choice, .input-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 5px;
  margin: 1rem 0 0 0.375rem;
  padding: 0 2rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 0.75rem;
  font-size: 1.25rem;
  height: 1.5rem;
  line-height: 1;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-lg .select2-selection__clear, .input-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  margin-top: 2rem;
}
.select2-container--bootstrap4 .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #CB2026 transparent;
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
}
.input-group-lg .select2-container--bootstrap4 .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #CB2026 transparent;
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
}
.select2-container--bootstrap4[dir=rtl] .select2-selection--single {
  padding-left: 1.125rem;
  padding-right: 0.375rem;
}
.select2-container--bootstrap4[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}
.select2-container--bootstrap4[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap4[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 0.375rem;
  right: auto;
}
.select2-container--bootstrap4[dir=rtl] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap4[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap4[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap4[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--bootstrap4[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 0.1875rem;
}
.select2-container--bootstrap4[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #ffc107;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  border-color: rgb(211, 158.25, 0);
}
.has-warning.select2-drop-active {
  border-color: rgb(211, 158.25, 0);
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: rgb(211, 158.25, 0);
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #dc3545;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.has-error.select2-drop-active {
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #28a745;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.has-success.select2-drop-active {
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: rgb(30.1449275362, 125.8550724638, 52);
}

.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap4 > .selection > .select2-selection, .input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap4 > .selection > .select2-selection.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap4:not(:last-child) > .selection > .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap4:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap4:last-child > .selection > .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap4:last-child > .selection > .select2-selection.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .select2-container--bootstrap4 {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
}
.input-group > .select2-container--bootstrap4 > .selection > .select2-selection.form-control, .input-group > .select2-container--bootstrap4 > .selection > .select2-selection.select-box, .input-group > .select2-container--bootstrap4 > .selection > select.select2-selection, .input-group > .select2-container--bootstrap4 > .selection > textarea.select2-selection, .input-group > .select2-container--bootstrap4 > .selection > input.select2-selection {
  float: none;
}
.input-group > .select2-container--bootstrap4.select2-container--open, .input-group > .select2-container--bootstrap4.select2-container--focus {
  z-index: 3;
}
.input-group > .select2-container--bootstrap4,
.input-group > .select2-container--bootstrap4 .input-group-btn,
.input-group > .select2-container--bootstrap4 .input-group-btn .btn,
.input-group > .select2-container--bootstrap4 .input-group-btn button,
.input-group > .select2-container--bootstrap4 .input-group-btn .button,
.input-group > .select2-container--bootstrap4 .input-group-btn submit,
.input-group > .select2-container--bootstrap4 .input-group-btn input[type=submit],
.input-group > .select2-container--bootstrap4 .input-group-btn input[type=button],
.input-group > .select2-container--bootstrap4 .input-group-btn a.read-more,
.input-group > .select2-container--bootstrap4 .input-group-btn .anchor {
  vertical-align: top;
}

.form-control.select2-hidden-accessible, .select2-hidden-accessible.select-box, select.select2-hidden-accessible, textarea.select2-hidden-accessible, input.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

@media (min-width: 576px) {
  .form-inline .select2-container--bootstrap4 {
    display: inline-block;
  }
}

.select2-container {
  width: 100% !important;
  height: 3rem !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
.select2-container .select2-selection {
  height: 3rem !important;
  min-height: 3rem !important;
  max-height: 3rem !important;
}
.select2-container--default .select2-selection--multiple {
  min-height: 3rem !important;
  height: 3rem !important;
  max-height: 3rem !important;
  padding: 0.375rem 0.75rem !important;
  border: none !important;
  border-bottom: 2px solid #DADDE0 !important;
  border-radius: 0 !important;
  background-color: #fff !important;
  background-clip: padding-box;
  display: flex !important;
  align-items: center !important;
  box-sizing: border-box !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-image: url("images/dropdown-bg.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 32px 48px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  display: block !important;
  width: 100% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5 !important;
  height: auto !important;
  min-height: auto !important;
  max-height: 100% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin: 0 !important;
  padding: 0 !important;
  display: inline !important;
  float: none !important;
  line-height: 1.5 !important;
  height: auto !important;
  font-size: 1rem !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  color: #465061 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  float: none !important;
  display: inline !important;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  vertical-align: baseline !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice--custom {
  background-color: transparent !important;
  border: none !important;
  color: #465061 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  float: none !important;
  display: inline !important;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  vertical-align: baseline !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #6b83a2 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.5 !important;
  padding: 0 !important;
  height: auto !important;
  vertical-align: baseline !important;
  display: inline !important;
  float: none !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: rgb(173.2368421053, 184.8481781377, 217.2631578947);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(86, 110, 177, 0.25);
}
.select2-container--default .select2-selection--multiple:hover {
  border-color: rgb(173.2368421053, 184.8481781377, 217.2631578947);
}
.select2-container--default .select2-search--inline {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  color: #465061;
  font-size: 1rem;
  display: none !important;
}
.select2-container--default .select2-results__option {
  padding: 0.5rem 0.75rem;
  color: #465061;
  font-size: 1rem !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgb(173.2368421053, 184.8481781377, 217.2631578947);
  color: #465061;
}

.select2-dropdown {
  border: 1px solid #9FA5AD;
  border-radius: 0;
}
.select2-dropdown .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 8px;
}
.select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body.select2-dropdown-open {
  overflow: hidden !important;
}

/**
	Utilities Style
	@author: xafaR
	@file: utility-class

*/
/*
  All the utility classes based on Responsive MUST come between
  @each loop with prefix
  @TODO, make it dyanmic or with better approach

  @TODO , need to implement this if REQUIRED.
  https://www.sitepoint.com/cross-media-query-extend-sass/
 */
.icon-inline {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  margin: 0 10px 0 0;
  font-size: 1em;
}
.sm.icon-inline {
  width: 24px;
  height: 24px;
  font-size: 12px;
}
.lg.icon-inline {
  width: 64px;
  height: 64px;
  font-size: 25.6px;
}
.xl.icon-inline {
  width: 100px;
  height: 100px;
  font-size: 40px;
}
.icon-inline > * {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tag {
  margin-left: 15px;
  margin-right: 15px;
  margin: 0 15px;
  margin: 0 20px 20px 0;
  padding: 1rem 2rem;
  display: inline-block;
  vertical-align: middle;
  background-color: white;
  color: #202A46;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(86, 110, 177, 0.25);
  font-size: 1rem;
  border-left: 5px solid #CB2026;
}
.tag:hover, .active.tag {
  cursor: auto !important;
}
.sqr.tag, .no-border.tag {
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  -ms-border-radius: unset;
  -o-border-radius: unset;
  border-radius: unset;
}
.round.tag {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.txt-shadow.tag {
  -moz-text-shadow: 1px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 1px 10px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 1px 10px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width:768px) {
  ul.align-right {
    text-align: right;
  }
  ul.align-right li {
    display: inline-block;
  }
}
.bg-primary,
.btn-primary,
.hl-primary {
  background-color: #566EB1 !important;
  color: #b5e4e8;
}

.outline.primary {
  background-color: transparent;
  border: 3px #566EB1 solid;
  color: #566EB1;
}
.outline.primary:hover {
  background-color: #566EB1;
  border-color: #566EB1;
  color: #b5e4e8;
}

.color-primary {
  color: #566EB1 !important;
}

.bg-primary-light,
.btn-primary-light,
.hl-primary-light {
  background-color: #B9C3DF !important;
  color: #566EB1;
}

.outline.primary-light {
  background-color: transparent;
  border: 3px #B9C3DF solid;
  color: #B9C3DF;
}
.outline.primary-light:hover {
  background-color: #B9C3DF;
  border-color: #B9C3DF;
  color: #566EB1;
}

.color-primary-light {
  color: #B9C3DF !important;
}

.bg-secondary,
.btn-secondary,
.hl-secondary {
  background-color: #CB2026 !important;
  color: white;
}

.outline.secondary {
  background-color: transparent;
  border: 3px #CB2026 solid;
  color: #CB2026;
}
.outline.secondary:hover {
  background-color: #CB2026;
  border-color: #CB2026;
  color: white;
}

.color-secondary {
  color: #CB2026 !important;
}

.bg-success,
.btn-success,
.hl-success {
  background-color: #28a745 !important;
  color: yellowgreen;
}

.outline.success {
  background-color: transparent;
  border: 3px #28a745 solid;
  color: #28a745;
}
.outline.success:hover {
  background-color: #28a745;
  border-color: #28a745;
  color: yellowgreen;
}

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

.bg-info,
.btn-info,
.hl-info {
  background-color: #17a2b8 !important;
  color: rgb(0, 88.450621118, 102.45);
}

.outline.info {
  background-color: transparent;
  border: 3px #17a2b8 solid;
  color: #17a2b8;
}
.outline.info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: rgb(0, 88.450621118, 102.45);
}

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

.bg-warning,
.btn-warning,
.hl-warning {
  background-color: #ffc107 !important;
  color: rgb(157.45, 118.0875, 0);
}

.outline.warning {
  background-color: transparent;
  border: 3px #ffc107 solid;
  color: #ffc107;
}
.outline.warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: rgb(157.45, 118.0875, 0);
}

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

.bg-danger,
.btn-danger,
.btn.del,
button.del,
.button.del,
submit.del,
input[type=submit].del,
input[type=button].del,
a.del.read-more,
.del.anchor,
.hl-danger {
  background-color: #dc3545 !important;
  color: white;
}

.outline.danger {
  background-color: transparent;
  border: 3px #dc3545 solid;
  color: #dc3545;
}
.outline.danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: white;
}

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

.bg-teal,
.btn-teal,
.hl-teal {
  background-color: #125759 !important;
  color: rgb(10.2463200935, 220.7034725879, 226.8036799065);
}

.outline.teal {
  background-color: transparent;
  border: 3px #125759 solid;
  color: #125759;
}
.outline.teal:hover {
  background-color: #125759;
  border-color: #125759;
  color: rgb(10.2463200935, 220.7034725879, 226.8036799065);
}

.color-teal {
  color: #125759 !important;
}

.bg-def,
.btn-def,
.hl-def {
  background-color: #4a5c81 !important;
  color: white;
}

.outline.def {
  background-color: transparent;
  border: 3px #4a5c81 solid;
  color: #4a5c81;
}
.outline.def:hover {
  background-color: #4a5c81;
  border-color: #4a5c81;
  color: white;
}

.color-def {
  color: #4a5c81 !important;
}

.color-primary-50 {
  color: #EEF0F7;
}

.bg-primary-50 {
  background-color: #EEF0F7;
}

.color-primary-100 {
  color: #DCE1EF;
}

.bg-primary-100 {
  background-color: #DCE1EF;
}

.color-primary-200 {
  color: #b3c3f1;
}

.bg-primary-200 {
  background-color: #b3c3f1;
}

.color-primary-300 {
  color: #96A5CF;
}

.bg-primary-300 {
  background-color: #96A5CF;
}

.color-primary-400 {
  color: #7387BF;
}

.bg-primary-400 {
  background-color: #7387BF;
}

.color-primary-500 {
  color: #566EB1;
}

.bg-primary-500 {
  background-color: #566EB1;
}

.color-primary-600 {
  color: #40548C;
}

.bg-primary-600 {
  background-color: #40548C;
}

.color-primary-700 {
  color: #303F69;
}

.bg-primary-700 {
  background-color: #303F69;
}

.color-primary-800 {
  color: #202A46;
}

.bg-primary-800 {
  background-color: #202A46;
}

.color-primary-900 {
  color: #101523;
}

.bg-primary-900 {
  background-color: #101523;
}

.color-secondary-50,
.color-sec-50 {
  color: #FCE9EA;
}

.bg-secondary-50,
.bg-sec-50 {
  background-color: #FCE9EA;
}

.color-secondary-100,
.color-sec-100 {
  color: #F8D3D4;
}

.bg-secondary-100,
.bg-sec-100 {
  background-color: #F8D3D4;
}

.color-secondary-200,
.color-sec-200 {
  color: #F1A7A9;
}

.bg-secondary-200,
.bg-sec-200 {
  background-color: #F1A7A9;
}

.color-secondary-300,
.color-sec-300 {
  color: #EA7B7F;
}

.bg-secondary-300,
.bg-sec-300 {
  background-color: #EA7B7F;
}

.color-secondary-400,
.color-sec-400 {
  color: #E34F54;
}

.bg-secondary-400,
.bg-sec-400 {
  background-color: #E34F54;
}

.color-secondary-500,
.color-sec-500 {
  color: #CB2026;
}

.bg-secondary-500,
.bg-sec-500 {
  background-color: #CB2026;
}

.color-secondary-600,
.color-sec-600 {
  color: #B01C21;
}

.bg-secondary-600,
.bg-sec-600 {
  background-color: #B01C21;
}

.color-secondary-700,
.color-sec-700 {
  color: #841519;
}

.bg-secondary-700,
.bg-sec-700 {
  background-color: #841519;
}

.color-secondary-800,
.color-sec-800 {
  color: #580E10;
}

.bg-secondary-800,
.bg-sec-800 {
  background-color: #580E10;
}

.color-secondary-900,
.color-sec-900 {
  color: #2C0708;
}

.bg-secondary-900,
.bg-sec-900 {
  background-color: #2C0708;
}

.color-white,
.clr-white,
.c-w {
  color: white !important;
}

.color-text,
.clr-txt {
  color: #4a5c81 !important;
}

.clr-txt-light,
.clr-light,
.color-text-light {
  color: #DADDE0 !important;
}

.clr-p-dull {
  color: #6e6b6b;
}

.clr-p {
  color: #566EB1;
}

.clr-pl {
  color: #B9C3DF;
}

.clr-s {
  color: #CB2026;
}

.clr-sl {
  color: #F8D3D4;
}

.color-red,
.color-brand-red {
  color: #CB2026 !important;
}

.bg-50 {
  background-color: #EEF0F7;
}

.color-primary-50 {
  color: #EEF0F7;
}

.bg-100 {
  background-color: #DCE1EF;
}

.color-primary-100 {
  color: #DCE1EF;
}

.bg-200 {
  background-color: #b3c3f1;
}

.color-primary-200 {
  color: #b3c3f1;
}

.bg-300 {
  background-color: #96A5CF;
}

.color-primary-300 {
  color: #96A5CF;
}

.bg-400 {
  background-color: #7387BF;
}

.color-primary-400 {
  color: #7387BF;
}

.bg-500 {
  background-color: #566EB1;
}

.color-primary-500 {
  color: #566EB1;
}

.bg-600 {
  background-color: #40548C;
}

.color-primary-600 {
  color: #40548C;
}

.bg-700 {
  background-color: #303F69;
}

.color-primary-700 {
  color: #303F69;
}

.bg-800 {
  background-color: #202A46;
}

.color-primary-800 {
  color: #202A46;
}

.bg-900 {
  background-color: #101523;
}

.color-primary-900 {
  color: #101523;
}

.bg-50 {
  background-color: #FCE9EA;
}

.color-secondary-50 {
  color: #FCE9EA;
}

.bg-100 {
  background-color: #F8D3D4;
}

.color-secondary-100 {
  color: #F8D3D4;
}

.bg-200 {
  background-color: #F1A7A9;
}

.color-secondary-200 {
  color: #F1A7A9;
}

.bg-300 {
  background-color: #EA7B7F;
}

.color-secondary-300 {
  color: #EA7B7F;
}

.bg-400 {
  background-color: #E34F54;
}

.color-secondary-400 {
  color: #E34F54;
}

.bg-500 {
  background-color: #CB2026;
}

.color-secondary-500 {
  color: #CB2026;
}

.bg-600 {
  background-color: #B01C21;
}

.color-secondary-600 {
  color: #B01C21;
}

.bg-700 {
  background-color: #841519;
}

.color-secondary-700 {
  color: #841519;
}

.bg-800 {
  background-color: #580E10;
}

.color-secondary-800 {
  color: #580E10;
}

.bg-900 {
  background-color: #2C0708;
}

.color-secondary-900 {
  color: #2C0708;
}

.content-white * {
  color: white;
}

.bg-gredient, .section-primary, .section-primary.wide:before {
  background-image: radial-gradient(circle, rgb(0, 146, 203), rgb(0, 40, 119));
  background-repeat: no-repeat;
}

.bg-gredient-dark {
  background-image: radial-gradient(circle, rgb(21, 45, 78), #02184E);
  background-repeat: no-repeat;
}

.bg-dark-blue {
  background-color: #002877;
}

.bg-light-blue {
  background-color: #DDE6ED;
}

.bg-lightgray {
  background-color: #f3f5f9;
}

.text-shadow {
  -moz-text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  -webkit-text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.text-glow {
  -moz-text-shadow: 0 4px 8px rgba(255, 255, 255, 0.25);
  -webkit-text-shadow: 0 4px 8px rgba(255, 255, 255, 0.25);
  text-shadow: 0 4px 8px rgba(255, 255, 255, 0.25);
}

.text-shadow-lg {
  -moz-text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.25);
  -webkit-text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.25);
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.25);
}

.shadow {
  -moz-box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 15px 50px 0 rgba(0, 123, 255, 0.15), 0 5px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

.no-wrap,
.nowrap {
  white-space: nowrap;
}

.no-shadow {
  -moz-box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.no-shadow:after, .no-shadow:before {
  -moz-box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

@media only screen and (min-width:992px) {
  .condensed {
    width: 70%;
    display: inline-block;
  }
}

.round {
  -webkit-border-radius: 300px !important;
  -moz-border-radius: 300px !important;
  -ms-border-radius: 300px !important;
  -o-border-radius: 300px !important;
  border-radius: 300px !important;
}

.content-middle,
.content-center {
  justify-content: center;
  align-items: center;
}

.font-weight-100,
.font-thin {
  font-weight: 100 !important;
}

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

.font-weight-400,
.font-regular {
  font-weight: 400 !important;
}

.font-weight-500,
.font-medium {
  font-weight: 500 !important;
}

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

p.lg {
  font-size: 1.25rem;
}

.pr {
  position: relative !important;
}
.pr-2 {
  position: relative;
  z-index: 2;
}
.pr-3 {
  position: relative;
  z-index: 3;
}
.pr-4 {
  position: relative;
  z-index: 4;
}

.z-1,
.zi-1 {
  z-index: 1;
}
.z-2,
.zi-2 {
  z-index: 2;
}
.z-3,
.zi-3 {
  z-index: 3;
}
.z-4,
.zi-4 {
  z-index: 4;
}
.z-5,
.zi-5 {
  z-index: 5;
}
.z-6,
.zi-6 {
  z-index: 6;
}
.z-7,
.zi-7 {
  z-index: 7;
}
.z-8,
.zi-8 {
  z-index: 8;
}
.z-9,
.zi-9 {
  z-index: 9;
}

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

.no-outline:focus,
.no-out:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.em,
em {
  font-weight: bold;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: #B9C3DF;
  border-bottom: 3px solid #B9C3DF;
}
.em:hover, .em:active,
em:hover,
em:active {
  color: #dce1ef;
  border-color: #dce1ef;
}

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

.txt-large,
.text-large {
  font-size: 1.75em;
}

.txt-small,
.text-small {
  font-size: 0.75em;
}

.opacity-0 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.opacity-1 {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.opacity-2 {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.opacity-3 {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.opacity-4 {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.opacity-5 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.opacity-6 {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.opacity-7 {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.opacity-8 {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.opacity-9 {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media (min-width: 768px) {
  p.column-2,
  .column-2 p {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
    column-gap: 37.5px;
  }
  p.column-3,
  .column-3 p {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;
    column-gap: 37.5px;
  }
  .column-2,
  .column-3 {
    text-align: justify;
  }
  .column-2 br,
  .column-3 br {
    margin-bottom: 45px;
  }
  .letter-large::first-letter, body.dir-left .inner-page .single-content > p:first-child::first-letter,
  body.dir-left .inner-page .single-content .view-single-thumb-wrapper + p::first-letter,
  .letter-large:first-letter {
    font-size: 8em;
    float: left;
    font-family: "Georgia", "Times New Roman", Serif;
    margin-right: 10px;
    line-height: 1;
    margin-top: 0.5rem;
    margin-bottom: 0;
    text-align: justify;
  }
  body.dir-right .letter-large::first-letter, body.dir-right body.dir-left .inner-page .single-content > p:first-child::first-letter, body.dir-left .inner-page body.dir-right .single-content > p:first-child::first-letter,
  body.dir-right body.dir-left .inner-page .single-content .view-single-thumb-wrapper + p::first-letter,
  body.dir-left .inner-page .single-content body.dir-right .view-single-thumb-wrapper + p::first-letter,
  body.dir-right .letter-large:first-letter {
    color: #4a5c81;
  }
}
.round-corner {
  border-radius: 30px;
  overflow: clip;
}

.overflow-clip,
.has-corner {
  overflow: clip;
}

.icon-date:before, .icon-duration:before,
.icon-play:before, li .post-date:before {
  content: "\f017";
  font-size: 1.25em;
  display: inline-block;
  font: normal normal normal 1.25em/1 FontAwesome;
  font-size: 1.25em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.25em;
}

body.hide-title .col > h1.heading, body.hide-title #content-wrapper > h1.heading,
body.no-title .col > h1.heading,
body.no-title #content-wrapper > h1.heading {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .fr-phone {
    float: right;
  }
  .fl-phone {
    float: left;
  }
  .fn-phone {
    float: none;
  }
  .dp-phone {
    display: block;
  }
  .df-phone {
    display: flex;
  }
  .d-flex-phone {
    display: flex;
  }
  .no-padding-phone {
    padding: 0 !important;
  }
  .padding-phone {
    padding: 30px !important;
  }
  .padding-left-phone {
    padding-left: 15px !important;
  }
  .padding-right-phone {
    padding-right: 15px !important;
  }
  .padding-bottom-phone {
    padding-bottom: 15px !important;
  }
  .padding-top-phone {
    padding-top: 15px !important;
  }
  .padding-xxl-phone {
    padding: 240px !important;
  }
  .padding-left-xxl-phone {
    padding-left: 240px !important;
  }
  .padding-right-xxl-phone {
    padding-right: 240px !important;
  }
  .padding-bottom-xxl-phone {
    padding-bottom: 240px !important;
  }
  .padding-top-xxl-phone {
    padding-top: 240px !important;
  }
  .padding-xl-phone {
    padding: 150px !important;
  }
  .padding-left-xl-phone {
    padding-left: 150px !important;
  }
  .padding-right-xl-phone {
    padding-right: 150px !important;
  }
  .padding-bottom-xl-phone {
    padding-bottom: 150px !important;
  }
  .padding-top-xl-phone {
    padding-top: 150px !important;
  }
  .padding-3x-phone {
    padding: 90px !important;
  }
  .padding-left-3x-phone {
    padding-left: 90px !important;
  }
  .padding-right-3x-phone {
    padding-right: 90px !important;
  }
  .padding-bottom-3x-phone {
    padding-bottom: 90px !important;
  }
  .padding-top-3x-phone {
    padding-top: 90px !important;
  }
  .padding-2x-phone {
    padding: 60px !important;
  }
  .padding-left-2x-phone {
    padding-left: 60px !important;
  }
  .padding-right-2x-phone {
    padding-right: 60px !important;
  }
  .padding-bottom-2x-phone {
    padding-bottom: 60px !important;
  }
  .padding-top-2x-phone {
    padding-top: 60px !important;
  }
  .padding-1x-phone {
    padding: 30px !important;
  }
  .padding-left-1x-phone {
    padding-left: 30px !important;
  }
  .padding-right-1x-phone {
    padding-right: 30px !important;
  }
  .padding-bottom-1x-phone {
    padding-bottom: 30px !important;
  }
  .padding-top-1x-phone {
    padding-top: 30px !important;
  }
  .no-margin-phone {
    margin: 0 !important;
  }
  .margin-phone {
    margin: 30px !important;
  }
  .margin-left-phone {
    margin-left: 15px !important;
  }
  .margin-right-phone {
    margin-right: 15px !important;
  }
  .margin-bottom-phone {
    margin-bottom: 15px !important;
  }
  .margin-top-phone {
    margin-top: 15px !important;
  }
  .margin-xxl-phone {
    margin: 240px !important;
  }
  .margin-left-xxl-phone {
    margin-left: 240px !important;
  }
  .margin-right-xxl-phone {
    margin-right: 240px !important;
  }
  .margin-bottom-xxl-phone {
    margin-bottom: 240px !important;
  }
  .margin-top-xxl-phone {
    margin-top: 240px !important;
  }
  .margin-xl-phone {
    margin: 150px !important;
  }
  .margin-left-xl-phone {
    margin-left: 150px !important;
  }
  .margin-right-xl-phone {
    margin-right: 150px !important;
  }
  .margin-bottom-xl-phone {
    margin-bottom: 150px !important;
  }
  .margin-top-xl-phone {
    margin-top: 150px !important;
  }
  .margin-3x-phone {
    margin: 90px !important;
  }
  .margin-left-3x-phone {
    margin-left: 90px !important;
  }
  .margin-right-3x-phone {
    margin-right: 90px !important;
  }
  .margin-bottom-3x-phone {
    margin-bottom: 90px !important;
  }
  .margin-top-3x-phone {
    margin-top: 90px !important;
  }
  .margin-2x-phone {
    margin: 60px !important;
  }
  .margin-left-2x-phone {
    margin-left: 60px !important;
  }
  .margin-right-2x-phone {
    margin-right: 60px !important;
  }
  .margin-bottom-2x-phone {
    margin-bottom: 60px !important;
  }
  .margin-top-2x-phone {
    margin-top: 60px !important;
  }
  .margin-left-1x-phone {
    margin-left: 30px !important;
  }
  .margin-right-1x-phone {
    margin-right: 30px !important;
  }
  .margin-bottom-1x-phone {
    margin-bottom: 30px !important;
  }
  .margin-top-1x-phone {
    margin-top: 30px !important;
  }
  /*  Negative Margins
  //--------------------------------------------------*/
  .margin-n-phone {
    margin: -30px !important;
  }
  .margin-left-n-phone {
    margin-left: -15px !important;
  }
  .margin-right-n-phone {
    margin-right: -15px !important;
  }
  .margin-bottom-n-phone {
    margin-bottom: -15px !important;
  }
  .margin-top-n-phone {
    margin-top: -15px !important;
  }
  .margin-n-xxl-phone {
    margin: -240px !important;
  }
  .margin-left-n-xxl-phone {
    margin-left: -240px !important;
  }
  .margin-right-n-xxl-phone {
    margin-right: -240px !important;
  }
  .margin-bottom-n-xxl-phone {
    margin-bottom: -240px !important;
  }
  .margin-top-n-xxl-phone {
    margin-top: -240px !important;
  }
  .margin-n-xl-phone {
    margin: -150px !important;
  }
  .margin-left-n-xl-phone {
    margin-left: -150px !important;
  }
  .margin-right-n-xl-phone {
    margin-right: -150px !important;
  }
  .margin-bottom-n-xl-phone {
    margin-bottom: -150px !important;
  }
  .margin-top-n-xl-phone {
    margin-top: -150px !important;
  }
  .margin-n-3x-phone {
    margin: -90px !important;
  }
  .margin-left-n-3x-phone {
    margin-left: -90px !important;
  }
  .margin-right-n-3x-phone {
    margin-right: -90px !important;
  }
  .margin-bottom-n-3x-phone {
    margin-bottom: -90px !important;
  }
  .margin-top-n-3x-phone {
    margin-top: -90px !important;
  }
  .margin-n-2x-phone {
    margin: -60px !important;
  }
  .margin-left-n-2x-phone {
    margin-left: -60px !important;
  }
  .margin-right-n-2x-phone {
    margin-right: -60px !important;
  }
  .margin-bottom-n-2x-phone {
    margin-bottom: -60px !important;
  }
  .margin-top-n-2x-phone {
    margin-top: -60px !important;
  }
  .margin-left-n-1x-phone {
    margin-left: -30px !important;
  }
  .margin-right-n-1x-phone {
    margin-right: -30px !important;
  }
  .margin-bottom-n-1x-phone {
    margin-bottom: -30px !important;
  }
  .margin-top-n-1x-phone {
    margin-top: -30px !important;
  }
  .no-margin-left-phone {
    margin-left: 0 !important;
  }
  .no-margin-right-phone {
    margin-right: 0 !important;
  }
  .no-margin-bottom-phone {
    margin-bottom: 0 !important;
  }
  .no-margin-top-phone {
    margin-top: 0 !important;
  }
  .no-padding-left-phone {
    padding-left: 0 !important;
  }
  .no-padding-right-phone {
    padding-right: 0 !important;
  }
  .no-padding-bottom-phone {
    padding-bottom: 0 !important;
  }
  .no-padding-top-phone {
    padding-top: 0 !important;
  }
  .text-left-phone {
    text-align: left !important;
  }
  .text-right-phone {
    text-align: right !important;
  }
  .text-center-phone {
    text-align: center !important;
  }
  img.align-left-phone {
    float: left;
    margin: 0 30px 30px 0;
  }
  img.align-right-phone {
    float: right;
    margin: 0 0 30px 30px;
  }
  .hide-phone {
    display: none;
  }
  .db-phone {
    display: block !important;
  }
  .di-phone {
    display: inline-block !important;
  }
  body.right .align-left-phone,
  body.right .text-left-phone {
    text-align: right !important;
  }
  body.right .align-right-phone,
  body.right .text-right-phone {
    text-align: left !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .fr-tablet {
    float: right;
  }
  .fl-tablet {
    float: left;
  }
  .fn-tablet {
    float: none;
  }
  .dp-tablet {
    display: block;
  }
  .df-tablet {
    display: flex;
  }
  .d-flex-tablet {
    display: flex;
  }
  .no-padding-tablet {
    padding: 0 !important;
  }
  .padding-tablet {
    padding: 30px !important;
  }
  .padding-left-tablet {
    padding-left: 15px !important;
  }
  .padding-right-tablet {
    padding-right: 15px !important;
  }
  .padding-bottom-tablet {
    padding-bottom: 15px !important;
  }
  .padding-top-tablet {
    padding-top: 15px !important;
  }
  .padding-xxl-tablet {
    padding: 240px !important;
  }
  .padding-left-xxl-tablet {
    padding-left: 240px !important;
  }
  .padding-right-xxl-tablet {
    padding-right: 240px !important;
  }
  .padding-bottom-xxl-tablet {
    padding-bottom: 240px !important;
  }
  .padding-top-xxl-tablet {
    padding-top: 240px !important;
  }
  .padding-xl-tablet {
    padding: 150px !important;
  }
  .padding-left-xl-tablet {
    padding-left: 150px !important;
  }
  .padding-right-xl-tablet {
    padding-right: 150px !important;
  }
  .padding-bottom-xl-tablet {
    padding-bottom: 150px !important;
  }
  .padding-top-xl-tablet {
    padding-top: 150px !important;
  }
  .padding-3x-tablet {
    padding: 90px !important;
  }
  .padding-left-3x-tablet {
    padding-left: 90px !important;
  }
  .padding-right-3x-tablet {
    padding-right: 90px !important;
  }
  .padding-bottom-3x-tablet {
    padding-bottom: 90px !important;
  }
  .padding-top-3x-tablet {
    padding-top: 90px !important;
  }
  .padding-2x-tablet {
    padding: 60px !important;
  }
  .padding-left-2x-tablet {
    padding-left: 60px !important;
  }
  .padding-right-2x-tablet {
    padding-right: 60px !important;
  }
  .padding-bottom-2x-tablet {
    padding-bottom: 60px !important;
  }
  .padding-top-2x-tablet {
    padding-top: 60px !important;
  }
  .padding-1x-tablet {
    padding: 30px !important;
  }
  .padding-left-1x-tablet {
    padding-left: 30px !important;
  }
  .padding-right-1x-tablet {
    padding-right: 30px !important;
  }
  .padding-bottom-1x-tablet {
    padding-bottom: 30px !important;
  }
  .padding-top-1x-tablet {
    padding-top: 30px !important;
  }
  .no-margin-tablet {
    margin: 0 !important;
  }
  .margin-tablet {
    margin: 30px !important;
  }
  .margin-left-tablet {
    margin-left: 15px !important;
  }
  .margin-right-tablet {
    margin-right: 15px !important;
  }
  .margin-bottom-tablet {
    margin-bottom: 15px !important;
  }
  .margin-top-tablet {
    margin-top: 15px !important;
  }
  .margin-xxl-tablet {
    margin: 240px !important;
  }
  .margin-left-xxl-tablet {
    margin-left: 240px !important;
  }
  .margin-right-xxl-tablet {
    margin-right: 240px !important;
  }
  .margin-bottom-xxl-tablet {
    margin-bottom: 240px !important;
  }
  .margin-top-xxl-tablet {
    margin-top: 240px !important;
  }
  .margin-xl-tablet {
    margin: 150px !important;
  }
  .margin-left-xl-tablet {
    margin-left: 150px !important;
  }
  .margin-right-xl-tablet {
    margin-right: 150px !important;
  }
  .margin-bottom-xl-tablet {
    margin-bottom: 150px !important;
  }
  .margin-top-xl-tablet {
    margin-top: 150px !important;
  }
  .margin-3x-tablet {
    margin: 90px !important;
  }
  .margin-left-3x-tablet {
    margin-left: 90px !important;
  }
  .margin-right-3x-tablet {
    margin-right: 90px !important;
  }
  .margin-bottom-3x-tablet {
    margin-bottom: 90px !important;
  }
  .margin-top-3x-tablet {
    margin-top: 90px !important;
  }
  .margin-2x-tablet {
    margin: 60px !important;
  }
  .margin-left-2x-tablet {
    margin-left: 60px !important;
  }
  .margin-right-2x-tablet {
    margin-right: 60px !important;
  }
  .margin-bottom-2x-tablet {
    margin-bottom: 60px !important;
  }
  .margin-top-2x-tablet {
    margin-top: 60px !important;
  }
  .margin-left-1x-tablet {
    margin-left: 30px !important;
  }
  .margin-right-1x-tablet {
    margin-right: 30px !important;
  }
  .margin-bottom-1x-tablet {
    margin-bottom: 30px !important;
  }
  .margin-top-1x-tablet {
    margin-top: 30px !important;
  }
  /*  Negative Margins
  //--------------------------------------------------*/
  .margin-n-tablet {
    margin: -30px !important;
  }
  .margin-left-n-tablet {
    margin-left: -15px !important;
  }
  .margin-right-n-tablet {
    margin-right: -15px !important;
  }
  .margin-bottom-n-tablet {
    margin-bottom: -15px !important;
  }
  .margin-top-n-tablet {
    margin-top: -15px !important;
  }
  .margin-n-xxl-tablet {
    margin: -240px !important;
  }
  .margin-left-n-xxl-tablet {
    margin-left: -240px !important;
  }
  .margin-right-n-xxl-tablet {
    margin-right: -240px !important;
  }
  .margin-bottom-n-xxl-tablet {
    margin-bottom: -240px !important;
  }
  .margin-top-n-xxl-tablet {
    margin-top: -240px !important;
  }
  .margin-n-xl-tablet {
    margin: -150px !important;
  }
  .margin-left-n-xl-tablet {
    margin-left: -150px !important;
  }
  .margin-right-n-xl-tablet {
    margin-right: -150px !important;
  }
  .margin-bottom-n-xl-tablet {
    margin-bottom: -150px !important;
  }
  .margin-top-n-xl-tablet {
    margin-top: -150px !important;
  }
  .margin-n-3x-tablet {
    margin: -90px !important;
  }
  .margin-left-n-3x-tablet {
    margin-left: -90px !important;
  }
  .margin-right-n-3x-tablet {
    margin-right: -90px !important;
  }
  .margin-bottom-n-3x-tablet {
    margin-bottom: -90px !important;
  }
  .margin-top-n-3x-tablet {
    margin-top: -90px !important;
  }
  .margin-n-2x-tablet {
    margin: -60px !important;
  }
  .margin-left-n-2x-tablet {
    margin-left: -60px !important;
  }
  .margin-right-n-2x-tablet {
    margin-right: -60px !important;
  }
  .margin-bottom-n-2x-tablet {
    margin-bottom: -60px !important;
  }
  .margin-top-n-2x-tablet {
    margin-top: -60px !important;
  }
  .margin-left-n-1x-tablet {
    margin-left: -30px !important;
  }
  .margin-right-n-1x-tablet {
    margin-right: -30px !important;
  }
  .margin-bottom-n-1x-tablet {
    margin-bottom: -30px !important;
  }
  .margin-top-n-1x-tablet {
    margin-top: -30px !important;
  }
  .no-margin-left-tablet {
    margin-left: 0 !important;
  }
  .no-margin-right-tablet {
    margin-right: 0 !important;
  }
  .no-margin-bottom-tablet {
    margin-bottom: 0 !important;
  }
  .no-margin-top-tablet {
    margin-top: 0 !important;
  }
  .no-padding-left-tablet {
    padding-left: 0 !important;
  }
  .no-padding-right-tablet {
    padding-right: 0 !important;
  }
  .no-padding-bottom-tablet {
    padding-bottom: 0 !important;
  }
  .no-padding-top-tablet {
    padding-top: 0 !important;
  }
  .text-left-tablet {
    text-align: left !important;
  }
  .text-right-tablet {
    text-align: right !important;
  }
  .text-center-tablet {
    text-align: center !important;
  }
  img.align-left-tablet {
    float: left;
    margin: 0 30px 30px 0;
  }
  img.align-right-tablet {
    float: right;
    margin: 0 0 30px 30px;
  }
  .hide-tablet {
    display: none;
  }
  .db-tablet {
    display: block !important;
  }
  .di-tablet {
    display: inline-block !important;
  }
  body.right .align-left-tablet,
  body.right .text-left-tablet {
    text-align: right !important;
  }
  body.right .align-right-tablet,
  body.right .text-right-tablet {
    text-align: left !important;
  }
}
@media only screen and (min-width:992px) {
  .fr-desktop {
    float: right;
  }
  .fl-desktop {
    float: left;
  }
  .fn-desktop {
    float: none;
  }
  .dp-desktop {
    display: block;
  }
  .df-desktop {
    display: flex;
  }
  .d-flex-desktop {
    display: flex;
  }
  .no-padding-desktop {
    padding: 0 !important;
  }
  .padding-desktop {
    padding: 30px !important;
  }
  .padding-left-desktop {
    padding-left: 15px !important;
  }
  .padding-right-desktop {
    padding-right: 15px !important;
  }
  .padding-bottom-desktop {
    padding-bottom: 15px !important;
  }
  .padding-top-desktop {
    padding-top: 15px !important;
  }
  .padding-xxl-desktop {
    padding: 240px !important;
  }
  .padding-left-xxl-desktop {
    padding-left: 240px !important;
  }
  .padding-right-xxl-desktop {
    padding-right: 240px !important;
  }
  .padding-bottom-xxl-desktop {
    padding-bottom: 240px !important;
  }
  .padding-top-xxl-desktop {
    padding-top: 240px !important;
  }
  .padding-xl-desktop {
    padding: 150px !important;
  }
  .padding-left-xl-desktop {
    padding-left: 150px !important;
  }
  .padding-right-xl-desktop {
    padding-right: 150px !important;
  }
  .padding-bottom-xl-desktop {
    padding-bottom: 150px !important;
  }
  .padding-top-xl-desktop {
    padding-top: 150px !important;
  }
  .padding-3x-desktop {
    padding: 90px !important;
  }
  .padding-left-3x-desktop {
    padding-left: 90px !important;
  }
  .padding-right-3x-desktop {
    padding-right: 90px !important;
  }
  .padding-bottom-3x-desktop {
    padding-bottom: 90px !important;
  }
  .padding-top-3x-desktop {
    padding-top: 90px !important;
  }
  .padding-2x-desktop {
    padding: 60px !important;
  }
  .padding-left-2x-desktop {
    padding-left: 60px !important;
  }
  .padding-right-2x-desktop {
    padding-right: 60px !important;
  }
  .padding-bottom-2x-desktop {
    padding-bottom: 60px !important;
  }
  .padding-top-2x-desktop {
    padding-top: 60px !important;
  }
  .padding-1x-desktop {
    padding: 30px !important;
  }
  .padding-left-1x-desktop {
    padding-left: 30px !important;
  }
  .padding-right-1x-desktop {
    padding-right: 30px !important;
  }
  .padding-bottom-1x-desktop {
    padding-bottom: 30px !important;
  }
  .padding-top-1x-desktop {
    padding-top: 30px !important;
  }
  .no-margin-desktop {
    margin: 0 !important;
  }
  .margin-desktop {
    margin: 30px !important;
  }
  .margin-left-desktop {
    margin-left: 15px !important;
  }
  .margin-right-desktop {
    margin-right: 15px !important;
  }
  .margin-bottom-desktop {
    margin-bottom: 15px !important;
  }
  .margin-top-desktop {
    margin-top: 15px !important;
  }
  .margin-xxl-desktop {
    margin: 240px !important;
  }
  .margin-left-xxl-desktop {
    margin-left: 240px !important;
  }
  .margin-right-xxl-desktop {
    margin-right: 240px !important;
  }
  .margin-bottom-xxl-desktop {
    margin-bottom: 240px !important;
  }
  .margin-top-xxl-desktop {
    margin-top: 240px !important;
  }
  .margin-xl-desktop {
    margin: 150px !important;
  }
  .margin-left-xl-desktop {
    margin-left: 150px !important;
  }
  .margin-right-xl-desktop {
    margin-right: 150px !important;
  }
  .margin-bottom-xl-desktop {
    margin-bottom: 150px !important;
  }
  .margin-top-xl-desktop {
    margin-top: 150px !important;
  }
  .margin-3x-desktop {
    margin: 90px !important;
  }
  .margin-left-3x-desktop {
    margin-left: 90px !important;
  }
  .margin-right-3x-desktop {
    margin-right: 90px !important;
  }
  .margin-bottom-3x-desktop {
    margin-bottom: 90px !important;
  }
  .margin-top-3x-desktop {
    margin-top: 90px !important;
  }
  .margin-2x-desktop {
    margin: 60px !important;
  }
  .margin-left-2x-desktop {
    margin-left: 60px !important;
  }
  .margin-right-2x-desktop {
    margin-right: 60px !important;
  }
  .margin-bottom-2x-desktop {
    margin-bottom: 60px !important;
  }
  .margin-top-2x-desktop {
    margin-top: 60px !important;
  }
  .margin-left-1x-desktop {
    margin-left: 30px !important;
  }
  .margin-right-1x-desktop {
    margin-right: 30px !important;
  }
  .margin-bottom-1x-desktop {
    margin-bottom: 30px !important;
  }
  .margin-top-1x-desktop {
    margin-top: 30px !important;
  }
  /*  Negative Margins
  //--------------------------------------------------*/
  .margin-n-desktop {
    margin: -30px !important;
  }
  .margin-left-n-desktop {
    margin-left: -15px !important;
  }
  .margin-right-n-desktop {
    margin-right: -15px !important;
  }
  .margin-bottom-n-desktop {
    margin-bottom: -15px !important;
  }
  .margin-top-n-desktop {
    margin-top: -15px !important;
  }
  .margin-n-xxl-desktop {
    margin: -240px !important;
  }
  .margin-left-n-xxl-desktop {
    margin-left: -240px !important;
  }
  .margin-right-n-xxl-desktop {
    margin-right: -240px !important;
  }
  .margin-bottom-n-xxl-desktop {
    margin-bottom: -240px !important;
  }
  .margin-top-n-xxl-desktop {
    margin-top: -240px !important;
  }
  .margin-n-xl-desktop {
    margin: -150px !important;
  }
  .margin-left-n-xl-desktop {
    margin-left: -150px !important;
  }
  .margin-right-n-xl-desktop {
    margin-right: -150px !important;
  }
  .margin-bottom-n-xl-desktop {
    margin-bottom: -150px !important;
  }
  .margin-top-n-xl-desktop {
    margin-top: -150px !important;
  }
  .margin-n-3x-desktop {
    margin: -90px !important;
  }
  .margin-left-n-3x-desktop {
    margin-left: -90px !important;
  }
  .margin-right-n-3x-desktop {
    margin-right: -90px !important;
  }
  .margin-bottom-n-3x-desktop {
    margin-bottom: -90px !important;
  }
  .margin-top-n-3x-desktop {
    margin-top: -90px !important;
  }
  .margin-n-2x-desktop {
    margin: -60px !important;
  }
  .margin-left-n-2x-desktop {
    margin-left: -60px !important;
  }
  .margin-right-n-2x-desktop {
    margin-right: -60px !important;
  }
  .margin-bottom-n-2x-desktop {
    margin-bottom: -60px !important;
  }
  .margin-top-n-2x-desktop {
    margin-top: -60px !important;
  }
  .margin-left-n-1x-desktop {
    margin-left: -30px !important;
  }
  .margin-right-n-1x-desktop {
    margin-right: -30px !important;
  }
  .margin-bottom-n-1x-desktop {
    margin-bottom: -30px !important;
  }
  .margin-top-n-1x-desktop {
    margin-top: -30px !important;
  }
  .no-margin-left-desktop {
    margin-left: 0 !important;
  }
  .no-margin-right-desktop {
    margin-right: 0 !important;
  }
  .no-margin-bottom-desktop {
    margin-bottom: 0 !important;
  }
  .no-margin-top-desktop {
    margin-top: 0 !important;
  }
  .no-padding-left-desktop {
    padding-left: 0 !important;
  }
  .no-padding-right-desktop {
    padding-right: 0 !important;
  }
  .no-padding-bottom-desktop {
    padding-bottom: 0 !important;
  }
  .no-padding-top-desktop {
    padding-top: 0 !important;
  }
  .text-left-desktop {
    text-align: left !important;
  }
  .text-right-desktop {
    text-align: right !important;
  }
  .text-center-desktop {
    text-align: center !important;
  }
  img.align-left-desktop {
    float: left;
    margin: 0 30px 30px 0;
  }
  img.align-right-desktop {
    float: right;
    margin: 0 0 30px 30px;
  }
  .hide-desktop {
    display: none;
  }
  .db-desktop {
    display: block !important;
  }
  .di-desktop {
    display: inline-block !important;
  }
  body.right .align-left-desktop,
  body.right .text-left-desktop {
    text-align: right !important;
  }
  body.right .align-right-desktop,
  body.right .text-right-desktop {
    text-align: left !important;
  }
}
@media only screen and (min-width: 1680px) {
  .fr-large {
    float: right;
  }
  .fl-large {
    float: left;
  }
  .fn-large {
    float: none;
  }
  .dp-large {
    display: block;
  }
  .df-large {
    display: flex;
  }
  .d-flex-large {
    display: flex;
  }
  .no-padding-large {
    padding: 0 !important;
  }
  .padding-large {
    padding: 30px !important;
  }
  .padding-left-large {
    padding-left: 15px !important;
  }
  .padding-right-large {
    padding-right: 15px !important;
  }
  .padding-bottom-large {
    padding-bottom: 15px !important;
  }
  .padding-top-large {
    padding-top: 15px !important;
  }
  .padding-xxl-large {
    padding: 240px !important;
  }
  .padding-left-xxl-large {
    padding-left: 240px !important;
  }
  .padding-right-xxl-large {
    padding-right: 240px !important;
  }
  .padding-bottom-xxl-large {
    padding-bottom: 240px !important;
  }
  .padding-top-xxl-large {
    padding-top: 240px !important;
  }
  .padding-xl-large {
    padding: 150px !important;
  }
  .padding-left-xl-large {
    padding-left: 150px !important;
  }
  .padding-right-xl-large {
    padding-right: 150px !important;
  }
  .padding-bottom-xl-large {
    padding-bottom: 150px !important;
  }
  .padding-top-xl-large {
    padding-top: 150px !important;
  }
  .padding-3x-large {
    padding: 90px !important;
  }
  .padding-left-3x-large {
    padding-left: 90px !important;
  }
  .padding-right-3x-large {
    padding-right: 90px !important;
  }
  .padding-bottom-3x-large {
    padding-bottom: 90px !important;
  }
  .padding-top-3x-large {
    padding-top: 90px !important;
  }
  .padding-2x-large {
    padding: 60px !important;
  }
  .padding-left-2x-large {
    padding-left: 60px !important;
  }
  .padding-right-2x-large {
    padding-right: 60px !important;
  }
  .padding-bottom-2x-large {
    padding-bottom: 60px !important;
  }
  .padding-top-2x-large {
    padding-top: 60px !important;
  }
  .padding-1x-large {
    padding: 30px !important;
  }
  .padding-left-1x-large {
    padding-left: 30px !important;
  }
  .padding-right-1x-large {
    padding-right: 30px !important;
  }
  .padding-bottom-1x-large {
    padding-bottom: 30px !important;
  }
  .padding-top-1x-large {
    padding-top: 30px !important;
  }
  .no-margin-large {
    margin: 0 !important;
  }
  .margin-large {
    margin: 30px !important;
  }
  .margin-left-large {
    margin-left: 15px !important;
  }
  .margin-right-large {
    margin-right: 15px !important;
  }
  .margin-bottom-large {
    margin-bottom: 15px !important;
  }
  .margin-top-large {
    margin-top: 15px !important;
  }
  .margin-xxl-large {
    margin: 240px !important;
  }
  .margin-left-xxl-large {
    margin-left: 240px !important;
  }
  .margin-right-xxl-large {
    margin-right: 240px !important;
  }
  .margin-bottom-xxl-large {
    margin-bottom: 240px !important;
  }
  .margin-top-xxl-large {
    margin-top: 240px !important;
  }
  .margin-xl-large {
    margin: 150px !important;
  }
  .margin-left-xl-large {
    margin-left: 150px !important;
  }
  .margin-right-xl-large {
    margin-right: 150px !important;
  }
  .margin-bottom-xl-large {
    margin-bottom: 150px !important;
  }
  .margin-top-xl-large {
    margin-top: 150px !important;
  }
  .margin-3x-large {
    margin: 90px !important;
  }
  .margin-left-3x-large {
    margin-left: 90px !important;
  }
  .margin-right-3x-large {
    margin-right: 90px !important;
  }
  .margin-bottom-3x-large {
    margin-bottom: 90px !important;
  }
  .margin-top-3x-large {
    margin-top: 90px !important;
  }
  .margin-2x-large {
    margin: 60px !important;
  }
  .margin-left-2x-large {
    margin-left: 60px !important;
  }
  .margin-right-2x-large {
    margin-right: 60px !important;
  }
  .margin-bottom-2x-large {
    margin-bottom: 60px !important;
  }
  .margin-top-2x-large {
    margin-top: 60px !important;
  }
  .margin-left-1x-large {
    margin-left: 30px !important;
  }
  .margin-right-1x-large {
    margin-right: 30px !important;
  }
  .margin-bottom-1x-large {
    margin-bottom: 30px !important;
  }
  .margin-top-1x-large {
    margin-top: 30px !important;
  }
  /*  Negative Margins
  //--------------------------------------------------*/
  .margin-n-large {
    margin: -30px !important;
  }
  .margin-left-n-large {
    margin-left: -15px !important;
  }
  .margin-right-n-large {
    margin-right: -15px !important;
  }
  .margin-bottom-n-large {
    margin-bottom: -15px !important;
  }
  .margin-top-n-large {
    margin-top: -15px !important;
  }
  .margin-n-xxl-large {
    margin: -240px !important;
  }
  .margin-left-n-xxl-large {
    margin-left: -240px !important;
  }
  .margin-right-n-xxl-large {
    margin-right: -240px !important;
  }
  .margin-bottom-n-xxl-large {
    margin-bottom: -240px !important;
  }
  .margin-top-n-xxl-large {
    margin-top: -240px !important;
  }
  .margin-n-xl-large {
    margin: -150px !important;
  }
  .margin-left-n-xl-large {
    margin-left: -150px !important;
  }
  .margin-right-n-xl-large {
    margin-right: -150px !important;
  }
  .margin-bottom-n-xl-large {
    margin-bottom: -150px !important;
  }
  .margin-top-n-xl-large {
    margin-top: -150px !important;
  }
  .margin-n-3x-large {
    margin: -90px !important;
  }
  .margin-left-n-3x-large {
    margin-left: -90px !important;
  }
  .margin-right-n-3x-large {
    margin-right: -90px !important;
  }
  .margin-bottom-n-3x-large {
    margin-bottom: -90px !important;
  }
  .margin-top-n-3x-large {
    margin-top: -90px !important;
  }
  .margin-n-2x-large {
    margin: -60px !important;
  }
  .margin-left-n-2x-large {
    margin-left: -60px !important;
  }
  .margin-right-n-2x-large {
    margin-right: -60px !important;
  }
  .margin-bottom-n-2x-large {
    margin-bottom: -60px !important;
  }
  .margin-top-n-2x-large {
    margin-top: -60px !important;
  }
  .margin-left-n-1x-large {
    margin-left: -30px !important;
  }
  .margin-right-n-1x-large {
    margin-right: -30px !important;
  }
  .margin-bottom-n-1x-large {
    margin-bottom: -30px !important;
  }
  .margin-top-n-1x-large {
    margin-top: -30px !important;
  }
  .no-margin-left-large {
    margin-left: 0 !important;
  }
  .no-margin-right-large {
    margin-right: 0 !important;
  }
  .no-margin-bottom-large {
    margin-bottom: 0 !important;
  }
  .no-margin-top-large {
    margin-top: 0 !important;
  }
  .no-padding-left-large {
    padding-left: 0 !important;
  }
  .no-padding-right-large {
    padding-right: 0 !important;
  }
  .no-padding-bottom-large {
    padding-bottom: 0 !important;
  }
  .no-padding-top-large {
    padding-top: 0 !important;
  }
  .text-left-large {
    text-align: left !important;
  }
  .text-right-large {
    text-align: right !important;
  }
  .text-center-large {
    text-align: center !important;
  }
  img.align-left-large {
    float: left;
    margin: 0 30px 30px 0;
  }
  img.align-right-large {
    float: right;
    margin: 0 0 30px 30px;
  }
  .hide-large {
    display: none;
  }
  .db-large {
    display: block !important;
  }
  .di-large {
    display: inline-block !important;
  }
  body.right .align-left-large,
  body.right .text-left-large {
    text-align: right !important;
  }
  body.right .align-right-large,
  body.right .text-right-large {
    text-align: left !important;
  }
}
.fr {
  float: right;
}

.fl {
  float: left;
}

.fn {
  float: none;
}

.dp {
  display: block;
}

.df {
  display: flex;
}

.d-flex {
  display: flex;
}

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

.padding {
  padding: 30px !important;
}

.padding-left {
  padding-left: 15px !important;
}

.padding-right {
  padding-right: 15px !important;
}

.padding-bottom {
  padding-bottom: 15px !important;
}

.padding-top {
  padding-top: 15px !important;
}

.padding-xxl {
  padding: 240px !important;
}

.padding-left-xxl {
  padding-left: 240px !important;
}

.padding-right-xxl {
  padding-right: 240px !important;
}

.padding-bottom-xxl {
  padding-bottom: 240px !important;
}

.padding-top-xxl {
  padding-top: 240px !important;
}

.padding-xl {
  padding: 150px !important;
}

.padding-left-xl {
  padding-left: 150px !important;
}

.padding-right-xl {
  padding-right: 150px !important;
}

.padding-bottom-xl {
  padding-bottom: 150px !important;
}

.padding-top-xl {
  padding-top: 150px !important;
}

.padding-3x {
  padding: 90px !important;
}

.padding-left-3x {
  padding-left: 90px !important;
}

.padding-right-3x {
  padding-right: 90px !important;
}

.padding-bottom-3x {
  padding-bottom: 90px !important;
}

.padding-top-3x {
  padding-top: 90px !important;
}

.padding-2x {
  padding: 60px !important;
}

.padding-left-2x {
  padding-left: 60px !important;
}

.padding-right-2x {
  padding-right: 60px !important;
}

.padding-bottom-2x {
  padding-bottom: 60px !important;
}

.padding-top-2x {
  padding-top: 60px !important;
}

.padding-1x {
  padding: 30px !important;
}

.padding-left-1x {
  padding-left: 30px !important;
}

.padding-right-1x {
  padding-right: 30px !important;
}

.padding-bottom-1x {
  padding-bottom: 30px !important;
}

.padding-top-1x {
  padding-top: 30px !important;
}

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

.margin {
  margin: 30px !important;
}

.margin-left {
  margin-left: 15px !important;
}

.margin-right {
  margin-right: 15px !important;
}

.margin-bottom {
  margin-bottom: 15px !important;
}

.margin-top {
  margin-top: 15px !important;
}

.margin-xxl {
  margin: 240px !important;
}

.margin-left-xxl {
  margin-left: 240px !important;
}

.margin-right-xxl {
  margin-right: 240px !important;
}

.margin-bottom-xxl {
  margin-bottom: 240px !important;
}

.margin-top-xxl {
  margin-top: 240px !important;
}

.margin-xl {
  margin: 150px !important;
}

.margin-left-xl {
  margin-left: 150px !important;
}

.margin-right-xl {
  margin-right: 150px !important;
}

.margin-bottom-xl {
  margin-bottom: 150px !important;
}

.margin-top-xl {
  margin-top: 150px !important;
}

.margin-3x {
  margin: 90px !important;
}

.margin-left-3x {
  margin-left: 90px !important;
}

.margin-right-3x {
  margin-right: 90px !important;
}

.margin-bottom-3x {
  margin-bottom: 90px !important;
}

.margin-top-3x {
  margin-top: 90px !important;
}

.margin-2x {
  margin: 60px !important;
}

.margin-left-2x {
  margin-left: 60px !important;
}

.margin-right-2x {
  margin-right: 60px !important;
}

.margin-bottom-2x {
  margin-bottom: 60px !important;
}

.margin-top-2x {
  margin-top: 60px !important;
}

.margin-left-1x {
  margin-left: 30px !important;
}

.margin-right-1x {
  margin-right: 30px !important;
}

.margin-bottom-1x {
  margin-bottom: 30px !important;
}

.margin-top-1x {
  margin-top: 30px !important;
}

/*  Negative Margins
//--------------------------------------------------*/
.margin-n {
  margin: -30px !important;
}

.margin-left-n {
  margin-left: -15px !important;
}

.margin-right-n {
  margin-right: -15px !important;
}

.margin-bottom-n {
  margin-bottom: -15px !important;
}

.margin-top-n {
  margin-top: -15px !important;
}

.margin-n-xxl {
  margin: -240px !important;
}

.margin-left-n-xxl {
  margin-left: -240px !important;
}

.margin-right-n-xxl {
  margin-right: -240px !important;
}

.margin-bottom-n-xxl {
  margin-bottom: -240px !important;
}

.margin-top-n-xxl {
  margin-top: -240px !important;
}

.margin-n-xl {
  margin: -150px !important;
}

.margin-left-n-xl {
  margin-left: -150px !important;
}

.margin-right-n-xl {
  margin-right: -150px !important;
}

.margin-bottom-n-xl {
  margin-bottom: -150px !important;
}

.margin-top-n-xl {
  margin-top: -150px !important;
}

.margin-n-3x {
  margin: -90px !important;
}

.margin-left-n-3x {
  margin-left: -90px !important;
}

.margin-right-n-3x {
  margin-right: -90px !important;
}

.margin-bottom-n-3x {
  margin-bottom: -90px !important;
}

.margin-top-n-3x {
  margin-top: -90px !important;
}

.margin-n-2x {
  margin: -60px !important;
}

.margin-left-n-2x {
  margin-left: -60px !important;
}

.margin-right-n-2x {
  margin-right: -60px !important;
}

.margin-bottom-n-2x {
  margin-bottom: -60px !important;
}

.margin-top-n-2x {
  margin-top: -60px !important;
}

.margin-left-n-1x {
  margin-left: -30px !important;
}

.margin-right-n-1x {
  margin-right: -30px !important;
}

.margin-bottom-n-1x {
  margin-bottom: -30px !important;
}

.margin-top-n-1x {
  margin-top: -30px !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

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

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

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

img.align-left {
  float: left;
  margin: 0 30px 30px 0;
}

img.align-right {
  float: right;
  margin: 0 0 30px 30px;
}

.hide {
  display: none;
}

.db {
  display: block !important;
}

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

body.right .align-left,
body.right .text-left {
  text-align: right !important;
}
body.right .align-right,
body.right .text-right {
  text-align: left !important;
}

@media only screen and (min-width:992px) {
  .hide-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .hide-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .hide-phone {
    display: none !important;
  }
}
@media only screen and (max-width:991.98px) {
  .hide-device {
    display: none !important;
  }
}
.full-height {
  height: 100%;
}

.full-widht {
  height: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

/**
 * Case Study Landing Page Styles
 * Author: xafaR
 * Created: Jan 2026
 * Description: Styles for Case Study Landing Page
 */
body.page-case-study-landing .cs-cards-grid .cs-card-wrapper .cs-card .cs-card-visual .cs-card-icon > svg {
  width: 64px !important;
  height: 64px !important;
  max-width: 64px !important;
  max-height: 64px !important;
  min-width: 64px !important;
  min-height: 64px !important;
  display: block !important;
}
body.page-case-study-landing .cs-cards-grid .cs-card-wrapper .cs-card .cs-card-footer .cs-card-link > svg {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  display: inline-block !important;
  flex-shrink: 0 !important;
}
body.page-case-study-landing .cs-testimonial-card .cs-quote-icon > svg {
  width: 60px !important;
  height: 60px !important;
  max-width: 60px !important;
  max-height: 60px !important;
}
body.page-case-study-landing .cs-animated-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
body.page-case-study-landing .cs-bg-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(15, 49, 93, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 49, 93, 0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.5;
}
body.page-case-study-landing .cs-bg-gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
}
body.page-case-study-landing .cs-bg-gradient-orb.cs-orb-1 {
  width: 500px;
  height: 500px;
  top: -10%;
  left: -10%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.3) 0%, transparent 70%);
}
body.page-case-study-landing .cs-bg-gradient-orb.cs-orb-2 {
  width: 400px;
  height: 400px;
  top: 40%;
  right: -5%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.2) 0%, transparent 70%);
}
body.page-case-study-landing .cs-bg-gradient-orb.cs-orb-3 {
  width: 350px;
  height: 350px;
  bottom: 10%;
  left: 20%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, transparent 70%);
}
body.page-case-study-landing .cs-particle {
  position: absolute;
  background: #0F315D;
  border-radius: 50%;
  opacity: 0.3;
}
body.page-case-study-landing .cs-particle:nth-child(odd) {
  background: #CB2026;
}
body.page-case-study-landing .cs-particle:nth-child(3n) {
  background: #6366f1;
}
body.page-case-study-landing .cs-card-glow {
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  filter: blur(30px);
  transform: translate(-50%, -50%);
}
body.page-case-study-landing .cs-cta-bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
body.page-case-study-landing .cs-cta-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
}
body.page-case-study-landing .cs-cta-shape.cs-cta-shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: 10%;
  background: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
body.page-case-study-landing .cs-cta-shape.cs-cta-shape-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  left: 5%;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.2);
}
body.page-case-study-landing .cs-cta-shape.cs-cta-shape-3 {
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.1);
}
body.page-case-study-landing .cs-filter-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}
body.page-case-study-landing .cs-filter-btn .btn-text {
  position: relative;
  z-index: 1;
}
body.page-case-study-landing .cs-filter-btn .btn-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  background: rgba(15, 49, 93, 0.1);
  border-radius: 11px;
  font-size: 11px;
  font-weight: 700;
  color: #0F315D;
  transition: all 0.3s ease;
}
body.page-case-study-landing .cs-filter-btn.active .btn-count {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
body.page-case-study-landing .cs-filter-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: #0F315D;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease;
  z-index: 0;
}
body.page-case-study-landing .cs-filter-btn.active::before {
  width: 300px;
  height: 300px;
}
body.page-case-study-landing .cs-header-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 80%, rgba(203, 32, 38, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(15, 49, 93, 0.15) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(15, 49, 93, 0.05) 0%, transparent 70%), linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
}
body.page-case-study-landing .cs-header-pattern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(15, 49, 93, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 49, 93, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
}
body.page-case-study-landing .cs-floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
body.page-case-study-landing .cs-float-item {
  position: absolute;
  border-radius: 50%;
  opacity: 0.6;
  animation: csFloat 20s ease-in-out infinite;
}
body.page-case-study-landing .cs-float-item.cs-float-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: -5%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.1) 0%, transparent 70%);
  animation-delay: 0s;
}
body.page-case-study-landing .cs-float-item.cs-float-2 {
  width: 200px;
  height: 200px;
  top: 60%;
  right: -3%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.08) 0%, transparent 70%);
  animation-delay: -7s;
}
body.page-case-study-landing .cs-float-item.cs-float-3 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 20%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.06) 0%, transparent 70%);
  animation-delay: -14s;
}
@keyframes csFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, -30px) scale(1.1);
  }
  50% {
    transform: translate(-20px, 20px) scale(0.95);
  }
  75% {
    transform: translate(20px, 10px) scale(1.05);
  }
}
body.page-case-study-landing .cs-header-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
body.page-case-study-landing .cs-line {
  opacity: 0.5;
}
body.page-case-study-landing .cs-geo-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.6;
}
body.page-case-study-landing .cs-geo-shape svg {
  width: 100%;
  height: 100%;
}
body.page-case-study-landing .cs-geo-shape.cs-geo-1 {
  width: 120px;
  height: 120px;
  top: 15%;
  right: 10%;
}
body.page-case-study-landing .cs-geo-shape.cs-geo-2 {
  width: 80px;
  height: 80px;
  bottom: 25%;
  left: 8%;
}
body.page-case-study-landing .cs-geo-shape.cs-geo-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  right: 25%;
}
@media (max-width: 768px) {
  body.page-case-study-landing .cs-geo-shape {
    display: none;
  }
}
body.page-case-study-landing .cs-header-content {
  position: relative;
  z-index: 2;
  padding: 40px 0;
}
body.page-case-study-landing .cs-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: rgba(15, 49, 93, 0.08);
  border: 1px solid rgba(15, 49, 93, 0.15);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #0F315D;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 24px;
}
body.page-case-study-landing .cs-badge .cs-badge-dot {
  width: 8px;
  height: 8px;
  background: #CB2026;
  border-radius: 50%;
  animation: csPulse 2s ease-in-out infinite;
}
@keyframes csPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}
body.page-case-study-landing .cs-main-title {
  font-size: clamp(48px, 8vw, 100px);
  font-weight: 700;
  color: #0F315D;
  line-height: 1;
  margin-bottom: 24px;
  letter-spacing: -2px;
}
body.page-case-study-landing .cs-subtitle {
  color: #64748b;
  max-width: 600px;
  margin: 0 auto 40px;
  font-weight: 400;
}
body.page-case-study-landing .cs-stats-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
body.page-case-study-landing .cs-stat-item {
  text-align: center;
}
body.page-case-study-landing .cs-stat-number {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #0F315D;
  line-height: 1.2;
}
body.page-case-study-landing .cs-stat-label {
  display: block;
  font-size: 13px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}
body.page-case-study-landing .cs-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(15, 49, 93, 0.1);
}
body.page-case-study-landing .cs-grid-wrapper {
  background: #f8fafc;
  position: relative;
  z-index: 1;
}
body.page-case-study-landing .cs-grid-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 100% 0%, rgba(15, 49, 93, 0.03) 0%, transparent 50%), radial-gradient(circle at 0% 100%, rgba(203, 32, 38, 0.02) 0%, transparent 50%);
  pointer-events: none;
}
body.page-case-study-landing .cs-section-header {
  margin-bottom: 50px;
}
body.page-case-study-landing .cs-section-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #CB2026;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 16px;
}
body.page-case-study-landing .cs-section-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 300;
  color: #0F315D;
  line-height: 1.2;
  margin-bottom: 20px;
}
body.page-case-study-landing .cs-section-title .highlight {
  font-weight: 700;
  color: #CB2026;
}
body.page-case-study-landing .cs-section-desc {
  color: #64748b;
  font-size: 17px;
  max-width: 500px;
  margin: 0 auto;
}
body.page-case-study-landing .cs-filter-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
body.page-case-study-landing .cs-filter-btn {
  padding: 10px 24px;
  border: 1px solid rgba(15, 49, 93, 0.1);
  background: white;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
  cursor: pointer;
  transition: all 0.3s ease;
}
body.page-case-study-landing .cs-filter-btn:hover {
  border-color: #0F315D;
  color: #0F315D;
}
body.page-case-study-landing .cs-filter-btn.active {
  background: #0F315D;
  border-color: #0F315D;
  color: white;
}
body.page-case-study-landing .cs-cards-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px;
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  body.page-case-study-landing .cs-cards-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 768px) {
  body.page-case-study-landing .cs-cards-grid {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }
}
body.page-case-study-landing .cs-card-wrapper {
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
body.page-case-study-landing .cs-card-wrapper[style*="display: none"] {
  position: absolute;
  visibility: hidden;
}
body.page-case-study-landing .cs-card {
  position: relative;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.08);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}
body.page-case-study-landing .cs-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 40px 60px -12px rgba(0, 0, 0, 0.15);
}
body.page-case-study-landing .cs-card:hover .cs-card-visual {
  transform: scale(1.05);
}
body.page-case-study-landing .cs-card:hover .cs-card-icon {
  transform: scale(1.1) rotate(5deg);
}
body.page-case-study-landing .cs-card:hover .cs-card-link svg {
  transform: translateX(5px);
}
body.page-case-study-landing .cs-card:hover .cs-card-overlay {
  opacity: 1;
}
body.page-case-study-landing .cs-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px 0;
}
body.page-case-study-landing .cs-card-category {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.page-case-study-landing .cs-category-dot {
  width: 6px;
  height: 6px;
  background: #CB2026;
  border-radius: 50%;
}
body.page-case-study-landing .cs-card-number {
  font-size: 14px;
  font-weight: 700;
  color: rgba(15, 49, 93, 0.15);
}
body.page-case-study-landing .cs-card-visual {
  position: relative;
  height: 140px;
  min-height: 140px;
  max-height: 140px;
  margin: 16px 24px;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gradient-blue body.page-case-study-landing .cs-card-visual {
  background: linear-gradient(135deg, #0F315D 0%, #1a4a7a 100%);
}
.gradient-purple body.page-case-study-landing .cs-card-visual {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}
.gradient-teal body.page-case-study-landing .cs-card-visual {
  background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
}
.gradient-orange body.page-case-study-landing .cs-card-visual {
  background: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
}
.gradient-red body.page-case-study-landing .cs-card-visual {
  background: linear-gradient(135deg, #CB2026 0%, #ef4444 100%);
}
.gradient-green body.page-case-study-landing .cs-card-visual {
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
}
body.page-case-study-landing .cs-card-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px !important;
  height: 64px !important;
  max-width: 64px !important;
  max-height: 64px !important;
  color: white;
  z-index: 2;
  transition: transform 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-case-study-landing .cs-card-icon svg {
  width: 64px !important;
  height: 64px !important;
  max-width: 64px !important;
  max-height: 64px !important;
  min-width: 64px;
  min-height: 64px;
  display: block;
}
body.page-case-study-landing .cs-card-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
}
body.page-case-study-landing .cs-card-pattern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 20px 20px;
}
body.page-case-study-landing .cs-card-content {
  padding: 0 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
body.page-case-study-landing .cs-card-industry {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #64748b;
  margin-bottom: 12px;
}
body.page-case-study-landing .cs-card-industry .fa {
  font-size: 11px;
  opacity: 0.6;
}
body.page-case-study-landing .cs-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #0F315D;
  line-height: 1.3;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}
.cs-card:hover body.page-case-study-landing .cs-card-title {
  color: #CB2026;
}
body.page-case-study-landing .cs-card-desc {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.page-case-study-landing .cs-card-results {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
body.page-case-study-landing .cs-result-pill {
  padding: 5px 12px;
  background: rgba(203, 32, 38, 0.08);
  border-radius: 50px;
  font-size: 11px;
  font-weight: 600;
  color: #CB2026;
}
body.page-case-study-landing .cs-card-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
  padding-bottom: 16px;
}
body.page-case-study-landing .cs-tech-tag {
  padding: 4px 10px;
  background: rgba(15, 49, 93, 0.06);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  color: #0F315D;
}
body.page-case-study-landing .cs-card-footer {
  padding: 16px 24px;
  border-top: 1px solid rgba(15, 49, 93, 0.1);
  margin-top: auto;
}
body.page-case-study-landing .cs-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  color: #0F315D;
  text-decoration: none;
  transition: color 0.3s ease;
}
body.page-case-study-landing .cs-card-link:hover {
  color: #CB2026;
}
body.page-case-study-landing .cs-card-link svg {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  min-width: 20px;
  min-height: 20px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
body.page-case-study-landing .cs-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(15, 49, 93, 0.02) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
body.page-case-study-landing .cs-cta-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
body.page-case-study-landing .cs-cta-wrapper::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  pointer-events: none;
}
body.page-case-study-landing .cs-cta-content {
  position: relative;
  z-index: 2;
  padding: 40px 0;
}
body.page-case-study-landing .cs-cta-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 20px;
}
body.page-case-study-landing .cs-cta-desc {
  font-size: 17px;
  opacity: 0.9;
  max-width: 500px;
  margin: 0 auto 32px;
}
body.page-case-study-landing .cs-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
body.page-case-study-landing .cs-cta-buttons .btn, body.page-case-study-landing .cs-cta-buttons button, body.page-case-study-landing .cs-cta-buttons .button, body.page-case-study-landing .cs-cta-buttons submit, body.page-case-study-landing .cs-cta-buttons input[type=submit], body.page-case-study-landing .cs-cta-buttons input[type=button], body.page-case-study-landing .cs-cta-buttons a.read-more,
body.page-case-study-landing .cs-cta-buttons .anchor {
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
body.page-case-study-landing .cs-cta-buttons .btn.primary, body.page-case-study-landing .cs-cta-buttons button.primary, body.page-case-study-landing .cs-cta-buttons .primary.button, body.page-case-study-landing .cs-cta-buttons submit.primary, body.page-case-study-landing .cs-cta-buttons input.primary[type=submit], body.page-case-study-landing .cs-cta-buttons input.primary[type=button], body.page-case-study-landing .cs-cta-buttons a.primary.read-more,
body.page-case-study-landing .cs-cta-buttons .primary.anchor {
  background: white;
  color: #0F315D;
  border: 2px solid white;
}
body.page-case-study-landing .cs-cta-buttons .btn.primary:hover, body.page-case-study-landing .cs-cta-buttons button.primary:hover, body.page-case-study-landing .cs-cta-buttons .primary.button:hover, body.page-case-study-landing .cs-cta-buttons submit.primary:hover, body.page-case-study-landing .cs-cta-buttons input.primary[type=submit]:hover, body.page-case-study-landing .cs-cta-buttons input.primary[type=button]:hover, body.page-case-study-landing .cs-cta-buttons a.primary.read-more:hover,
body.page-case-study-landing .cs-cta-buttons .primary.anchor:hover {
  background: transparent;
  color: white;
}
body.page-case-study-landing .cs-cta-buttons .btn.outline.light, body.page-case-study-landing .cs-cta-buttons button.outline.light, body.page-case-study-landing .cs-cta-buttons .outline.light.button, body.page-case-study-landing .cs-cta-buttons submit.outline.light, body.page-case-study-landing .cs-cta-buttons input.outline.light[type=submit], body.page-case-study-landing .cs-cta-buttons input.outline.light[type=button], body.page-case-study-landing .cs-cta-buttons a.outline.light.read-more,
body.page-case-study-landing .cs-cta-buttons .outline.light.anchor {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.4);
}
body.page-case-study-landing .cs-cta-buttons .btn.outline.light:hover, body.page-case-study-landing .cs-cta-buttons button.outline.light:hover, body.page-case-study-landing .cs-cta-buttons .outline.light.button:hover, body.page-case-study-landing .cs-cta-buttons submit.outline.light:hover, body.page-case-study-landing .cs-cta-buttons input.outline.light[type=submit]:hover, body.page-case-study-landing .cs-cta-buttons input.outline.light[type=button]:hover, body.page-case-study-landing .cs-cta-buttons a.outline.light.read-more:hover,
body.page-case-study-landing .cs-cta-buttons .outline.light.anchor:hover {
  background: white;
  color: #0F315D;
  border-color: white;
}
body.page-case-study-landing .cs-testimonial-wrapper {
  background: white;
  position: relative;
  z-index: 2;
}
body.page-case-study-landing .cs-testimonial-card {
  background: #f8fafc;
  border-radius: 24px;
  padding: 50px;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  body.page-case-study-landing .cs-testimonial-card {
    padding: 32px 24px;
  }
}
body.page-case-study-landing .cs-quote-icon {
  width: 60px;
  height: 60px;
  max-width: 60px;
  max-height: 60px;
  margin: 0 auto 24px;
  color: rgba(203, 32, 38, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-case-study-landing .cs-quote-icon svg {
  width: 60px !important;
  height: 60px !important;
  max-width: 60px !important;
  max-height: 60px !important;
}
body.page-case-study-landing .cs-quote-text {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 400;
  color: #0F315D;
  line-height: 1.6;
  font-style: italic;
  margin: 0 0 32px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
body.page-case-study-landing .cs-quote-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
body.page-case-study-landing .cs-author-avatar {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #0F315D 0%, #1a4a7a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
}
body.page-case-study-landing .cs-author-info {
  text-align: left;
}
body.page-case-study-landing .cs-author-info strong {
  display: block;
  font-size: 16px;
  color: #0F315D;
  margin-bottom: 2px;
}
body.page-case-study-landing .cs-author-info span {
  font-size: 13px;
  color: #64748b;
}

@media (max-width: 991px) {
  .page-case-study-landing .cs-stats-row {
    gap: 24px;
  }
  .page-case-study-landing .cs-stat-divider {
    display: none;
  }
  .page-case-study-landing .cs-stat-item {
    flex: 0 0 auto;
  }
}
@media (max-width: 768px) {
  .page-case-study-landing .cs-main-title {
    letter-spacing: -1px;
  }
  .page-case-study-landing .cs-filter-row {
    gap: 8px;
  }
  .page-case-study-landing .cs-filter-btn {
    padding: 8px 16px;
    font-size: 12px;
  }
  .page-case-study-landing .cs-card {
    border-radius: 16px;
  }
  .page-case-study-landing .cs-card-visual {
    height: 120px;
    margin: 12px 16px;
  }
  .page-case-study-landing .cs-card-content,
  .page-case-study-landing .cs-card-header,
  .page-case-study-landing .cs-card-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-case-study-landing .cs-cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .page-case-study-landing .cs-cta-buttons .btn, .page-case-study-landing .cs-cta-buttons button, .page-case-study-landing .cs-cta-buttons .button, .page-case-study-landing .cs-cta-buttons submit, .page-case-study-landing .cs-cta-buttons input[type=submit], .page-case-study-landing .cs-cta-buttons input[type=button], .page-case-study-landing .cs-cta-buttons a.read-more,
  .page-case-study-landing .cs-cta-buttons .anchor {
    width: 100%;
    max-width: 280px;
  }
}
body.page-case-study-detail .cs-detail-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #0a1628 0%, #0F315D 100%);
  overflow: hidden;
}
body.page-case-study-detail .cs-detail-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
body.page-case-study-detail .cs-detail-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.5;
}
body.page-case-study-detail .cs-detail-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.3;
}
body.page-case-study-detail .cs-detail-orb.cs-orb-1 {
  width: 600px;
  height: 600px;
  top: -20%;
  left: -10%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.4) 0%, transparent 70%);
}
body.page-case-study-detail .cs-detail-orb.cs-orb-2 {
  width: 500px;
  height: 500px;
  bottom: -15%;
  right: -5%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.3) 0%, transparent 70%);
}
body.page-case-study-detail .cs-detail-orb.cs-orb-3 {
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(203, 32, 38, 0.2) 0%, transparent 70%);
}
body.page-case-study-detail .cs-detail-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-case-study-detail .cs-detail-particles .cs-particle {
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  opacity: 0.3;
}
body.page-case-study-detail .cs-detail-particles .cs-particle:nth-child(odd) {
  background: rgba(203, 32, 38, 0.4);
}
body.page-case-study-detail .cs-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 13px;
}
body.page-case-study-detail .cs-breadcrumb-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}
body.page-case-study-detail .cs-breadcrumb-link:hover {
  color: white;
}
body.page-case-study-detail .cs-breadcrumb-separator {
  color: rgba(255, 255, 255, 0.4);
}
body.page-case-study-detail .cs-breadcrumb-current {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}
body.page-case-study-detail .cs-category-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 24px;
  backdrop-filter: blur(10px);
}
body.page-case-study-detail .cs-detail-title {
  font-size: clamp(42px, 7vw, 90px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  color: white;
}
body.page-case-study-detail .cs-detail-title .cs-title-line-1 {
  display: block;
  margin-bottom: 8px;
}
body.page-case-study-detail .cs-detail-title .cs-title-line-2 {
  display: block;
}
body.page-case-study-detail .cs-detail-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 2.5vw, 24px);
  margin-bottom: 32px;
  max-width: 700px;
}
body.page-case-study-detail .cs-detail-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
body.page-case-study-detail .cs-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body.page-case-study-detail .cs-meta-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
body.page-case-study-detail .cs-meta-value {
  font-size: 15px;
  color: white;
  font-weight: 500;
}
body.page-case-study-detail .cs-meta-divider {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
}
body.page-case-study-detail .cs-scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
body.page-case-study-detail .cs-scroll-mouse {
  width: 24px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  position: relative;
}
body.page-case-study-detail .cs-scroll-wheel {
  width: 4px;
  height: 8px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}
body.page-case-study-detail .cs-scroll-text {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.page-case-study-detail .cs-section-context,
body.page-case-study-detail .cs-section-challenges,
body.page-case-study-detail .cs-section-tools,
body.page-case-study-detail .cs-section-outcomes {
  background: white;
}
body.page-case-study-detail .cs-section-problem,
body.page-case-study-detail .cs-section-solution,
body.page-case-study-detail .cs-section-approach {
  background: #0F315D;
  color: white;
}
body.page-case-study-detail .cs-section-matters {
  background: #CB2026;
  color: white;
}
body.page-case-study-detail .cs-section-label {
  position: sticky;
  top: 100px;
  height: fit-content;
}
body.page-case-study-detail .cs-label-number {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: rgba(15, 49, 93, 0.3);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.bg-primary-700 body.page-case-study-detail .cs-label-number, .bg-secondary-600 body.page-case-study-detail .cs-label-number, .bg-secondary-400 body.page-case-study-detail .cs-label-number {
  color: rgba(255, 255, 255, 0.3);
}
body.page-case-study-detail .cs-section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 300;
  color: #0F315D;
  line-height: 1.2;
}
.bg-primary-700 body.page-case-study-detail .cs-section-title, .bg-secondary-600 body.page-case-study-detail .cs-section-title, .bg-secondary-400 body.page-case-study-detail .cs-section-title {
  color: white;
}
body.page-case-study-detail .cs-content-box p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  color: #64748b;
}
.bg-primary-700 body.page-case-study-detail .cs-content-box p, .bg-secondary-600 body.page-case-study-detail .cs-content-box p, .bg-secondary-400 body.page-case-study-detail .cs-content-box p {
  color: rgba(255, 255, 255, 0.9);
}
body.page-case-study-detail .cs-content-box p.lead {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
body.page-case-study-detail .cs-challenges-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  body.page-case-study-detail .cs-challenges-grid {
    grid-template-columns: 1fr;
  }
}
body.page-case-study-detail .cs-challenge-card {
  padding: 24px;
  background: rgba(15, 49, 93, 0.03);
  border: 1px solid rgba(15, 49, 93, 0.1);
  border-radius: 16px;
  transition: all 0.3s ease;
}
body.page-case-study-detail .cs-challenge-card:hover {
  background: rgba(15, 49, 93, 0.06);
  border-color: rgba(15, 49, 93, 0.2);
  transform: translateY(-4px);
}
body.page-case-study-detail .cs-challenge-icon {
  width: 48px;
  height: 48px;
  background: rgba(203, 32, 38, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CB2026;
  margin-bottom: 16px;
}
body.page-case-study-detail .cs-challenge-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0F315D;
  margin-bottom: 12px;
}
body.page-case-study-detail .cs-challenge-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}
body.page-case-study-detail .cs-warning-box {
  margin-top: 32px;
  padding: 20px 24px;
  background: rgba(203, 32, 38, 0.08);
  border-left: 4px solid #CB2026;
  border-radius: 8px;
  display: flex;
  gap: 16px;
}
body.page-case-study-detail .cs-warning-icon {
  width: 32px;
  height: 32px;
  color: #CB2026;
  flex-shrink: 0;
}
body.page-case-study-detail .cs-warning-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #0F315D;
}
body.page-case-study-detail .cs-warning-box p strong {
  color: #CB2026;
}
body.page-case-study-detail .cs-architecture-diagram {
  margin: 40px 0;
  padding: 32px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  backdrop-filter: blur(10px);
}
body.page-case-study-detail .cs-arch-layer {
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 16px;
  text-align: center;
}
body.page-case-study-detail .cs-arch-layer.cs-arch-gold {
  background: rgba(255, 215, 0, 0.2);
  border: 2px solid rgba(255, 215, 0, 0.4);
}
body.page-case-study-detail .cs-arch-layer.cs-arch-silver {
  background: rgba(192, 192, 192, 0.2);
  border: 2px solid rgba(192, 192, 192, 0.4);
}
body.page-case-study-detail .cs-arch-layer.cs-arch-bronze {
  background: rgba(205, 127, 50, 0.2);
  border: 2px solid rgba(205, 127, 50, 0.4);
}
body.page-case-study-detail .cs-arch-layer.cs-arch-raw {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
}
body.page-case-study-detail .cs-arch-label {
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin-bottom: 4px;
}
body.page-case-study-detail .cs-arch-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
body.page-case-study-detail .cs-arch-arrow {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin: 8px 0;
}
body.page-case-study-detail .cs-rejected-box {
  margin-top: 32px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}
body.page-case-study-detail .cs-rejected-label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
body.page-case-study-detail .cs-rejected-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.6;
}
body.page-case-study-detail .cs-design-principles {
  margin-top: 32px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
}
body.page-case-study-detail .cs-design-principles h4 {
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin-bottom: 16px;
}
body.page-case-study-detail .cs-design-principles ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.page-case-study-detail .cs-design-principles ul li {
  padding: 8px 0;
  padding-left: 24px;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}
body.page-case-study-detail .cs-design-principles ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #CB2026;
  font-weight: 700;
}
body.page-case-study-detail .cs-tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  margin-top: 32px;
}
body.page-case-study-detail .cs-tool-item {
  padding: 20px;
  background: rgba(15, 49, 93, 0.04);
  border: 1px solid rgba(15, 49, 93, 0.1);
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
}
body.page-case-study-detail .cs-tool-item:hover {
  background: rgba(15, 49, 93, 0.08);
  border-color: rgba(15, 49, 93, 0.2);
  transform: translateY(-4px);
}
body.page-case-study-detail .cs-tool-icon {
  font-size: 16px;
  font-weight: 700;
  color: #0F315D;
  margin-bottom: 8px;
}
body.page-case-study-detail .cs-tool-label {
  display: block;
  font-size: 12px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
body.page-case-study-detail .cs-phases-timeline {
  margin-top: 32px;
}
body.page-case-study-detail .cs-phase-item {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.page-case-study-detail .cs-phase-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
body.page-case-study-detail .cs-phase-number {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}
body.page-case-study-detail .cs-phase-content {
  flex: 1;
}
body.page-case-study-detail .cs-phase-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
}
body.page-case-study-detail .cs-phase-content p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0;
}
body.page-case-study-detail .cs-tradeoff-box {
  margin-top: 32px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.05);
  border-left: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}
body.page-case-study-detail .cs-tradeoff-label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
body.page-case-study-detail .cs-tradeoff-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.6;
}
body.page-case-study-detail .cs-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}
@media (max-width: 991px) {
  body.page-case-study-detail .cs-outcomes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  body.page-case-study-detail .cs-outcomes-grid {
    grid-template-columns: 1fr;
  }
}
body.page-case-study-detail .cs-outcome-card {
  padding: 32px;
  background: rgba(15, 49, 93, 0.03);
  border: 1px solid rgba(15, 49, 93, 0.1);
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s ease;
}
body.page-case-study-detail .cs-outcome-card:hover {
  background: rgba(15, 49, 93, 0.06);
  border-color: rgba(15, 49, 93, 0.2);
  transform: translateY(-6px);
}
body.page-case-study-detail .cs-outcome-icon {
  width: 64px;
  height: 64px;
  background: rgba(203, 32, 38, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CB2026;
  margin: 0 auto 20px;
}
body.page-case-study-detail .cs-outcome-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0F315D;
  margin-bottom: 12px;
}
body.page-case-study-detail .cs-outcome-card p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}
body.page-case-study-detail .cs-matters-content {
  padding: 60px 0;
}
body.page-case-study-detail .cs-matters-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 300;
  color: white;
  margin-bottom: 24px;
}
body.page-case-study-detail .cs-detail-cta {
  background: white;
}
body.page-case-study-detail .cs-cta-content {
  padding: 60px 0;
}
body.page-case-study-detail .cs-cta-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 300;
  color: #0F315D;
  margin-bottom: 20px;
}
body.page-case-study-detail .cs-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}
body.page-case-study-detail .cs-cta-buttons .btn, body.page-case-study-detail .cs-cta-buttons button, body.page-case-study-detail .cs-cta-buttons .button, body.page-case-study-detail .cs-cta-buttons submit, body.page-case-study-detail .cs-cta-buttons input[type=submit], body.page-case-study-detail .cs-cta-buttons input[type=button], body.page-case-study-detail .cs-cta-buttons a.read-more,
body.page-case-study-detail .cs-cta-buttons .anchor {
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
body.page-case-study-detail .cs-cta-buttons .btn.primary, body.page-case-study-detail .cs-cta-buttons button.primary, body.page-case-study-detail .cs-cta-buttons .primary.button, body.page-case-study-detail .cs-cta-buttons submit.primary, body.page-case-study-detail .cs-cta-buttons input.primary[type=submit], body.page-case-study-detail .cs-cta-buttons input.primary[type=button], body.page-case-study-detail .cs-cta-buttons a.primary.read-more,
body.page-case-study-detail .cs-cta-buttons .primary.anchor {
  background: #0F315D;
  color: white;
  border: 2px solid #0F315D;
}
body.page-case-study-detail .cs-cta-buttons .btn.primary:hover, body.page-case-study-detail .cs-cta-buttons button.primary:hover, body.page-case-study-detail .cs-cta-buttons .primary.button:hover, body.page-case-study-detail .cs-cta-buttons submit.primary:hover, body.page-case-study-detail .cs-cta-buttons input.primary[type=submit]:hover, body.page-case-study-detail .cs-cta-buttons input.primary[type=button]:hover, body.page-case-study-detail .cs-cta-buttons a.primary.read-more:hover,
body.page-case-study-detail .cs-cta-buttons .primary.anchor:hover {
  background: #CB2026;
  border-color: #CB2026;
}
body.page-case-study-detail .cs-cta-buttons .btn.outline, body.page-case-study-detail .cs-cta-buttons button.outline, body.page-case-study-detail .cs-cta-buttons .outline.button, body.page-case-study-detail .cs-cta-buttons submit.outline, body.page-case-study-detail .cs-cta-buttons input.outline[type=submit], body.page-case-study-detail .cs-cta-buttons input.outline[type=button], body.page-case-study-detail .cs-cta-buttons a.outline.read-more,
body.page-case-study-detail .cs-cta-buttons .outline.anchor {
  background: transparent;
  color: #0F315D;
  border: 2px solid #0F315D;
}
body.page-case-study-detail .cs-cta-buttons .btn.outline:hover, body.page-case-study-detail .cs-cta-buttons button.outline:hover, body.page-case-study-detail .cs-cta-buttons .outline.button:hover, body.page-case-study-detail .cs-cta-buttons submit.outline:hover, body.page-case-study-detail .cs-cta-buttons input.outline[type=submit]:hover, body.page-case-study-detail .cs-cta-buttons input.outline[type=button]:hover, body.page-case-study-detail .cs-cta-buttons a.outline.read-more:hover,
body.page-case-study-detail .cs-cta-buttons .outline.anchor:hover {
  background: #0F315D;
  color: white;
}
@media (max-width: 768px) {
  body.page-case-study-detail .cs-detail-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  body.page-case-study-detail .cs-meta-divider {
    display: none;
  }
  body.page-case-study-detail .cs-challenges-grid {
    grid-template-columns: 1fr;
  }
  body.page-case-study-detail .cs-outcomes-grid {
    grid-template-columns: 1fr;
  }
  body.page-case-study-detail .cs-tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body.page-case-study-detail .cs-phase-item {
    flex-direction: column;
    gap: 16px;
  }
}

/**
 * Case Study Detail Page Styles
 * Author: xafaR
 * Created: Jan 2026
 * Description: Styles for Case Study Detail Page
 */
body.page-case-study-detail .card-wrapper .card p {
  font-size: 1rem !important;
  line-height: 1.7 !important;
  color: #0F315D;
}
body.page-case-study-detail .card-wrapper .card p.color-primary {
  font-size: 1rem !important;
}
body.page-case-study-detail .card-wrapper .sticky-panel p {
  font-size: 1rem !important;
  line-height: 1.7 !important;
}
body.page-case-study-detail .cs-detail-hero {
  position: relative;
  height: 100vh;
  max-height: 900px;
  min-height: 600px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #0a1628 0%, #0F315D 100%);
  overflow: hidden;
}
@media (max-height: 700px) {
  body.page-case-study-detail .cs-detail-hero {
    min-height: 100vh;
    max-height: 100vh;
  }
}
@media (min-height: 900px) {
  body.page-case-study-detail .cs-detail-hero {
    height: 900px;
  }
}
body.page-case-study-detail .cs-detail-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
body.page-case-study-detail .cs-detail-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.5;
}
body.page-case-study-detail .cs-detail-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.3;
}
body.page-case-study-detail .cs-detail-orb.cs-orb-1 {
  width: 600px;
  height: 600px;
  top: -20%;
  left: -10%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.4) 0%, transparent 70%);
}
body.page-case-study-detail .cs-detail-orb.cs-orb-2 {
  width: 500px;
  height: 500px;
  bottom: -15%;
  right: -5%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.3) 0%, transparent 70%);
}
body.page-case-study-detail .cs-detail-orb.cs-orb-3 {
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(203, 32, 38, 0.2) 0%, transparent 70%);
}
body.page-case-study-detail .cs-detail-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-case-study-detail .cs-detail-particles .cs-particle {
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  opacity: 0.3;
}
body.page-case-study-detail .cs-detail-particles .cs-particle:nth-child(odd) {
  background: rgba(203, 32, 38, 0.4);
}
body.page-case-study-detail .cs-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 13px;
}
body.page-case-study-detail .cs-breadcrumb-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}
body.page-case-study-detail .cs-breadcrumb-link:hover {
  color: white;
}
body.page-case-study-detail .cs-breadcrumb-separator {
  color: rgba(255, 255, 255, 0.4);
}
body.page-case-study-detail .cs-breadcrumb-current {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}
body.page-case-study-detail .cs-category-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 24px;
  backdrop-filter: blur(10px);
}
body.page-case-study-detail .cs-detail-title {
  font-size: clamp(42px, 7vw, 90px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  color: white;
}
body.page-case-study-detail .cs-detail-title .cs-title-line-1 {
  display: block;
  margin-bottom: 8px;
}
body.page-case-study-detail .cs-detail-title .cs-title-line-2 {
  display: block;
}
body.page-case-study-detail .cs-detail-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 2.5vw, 24px);
  margin-bottom: 32px;
  max-width: 700px;
}
body.page-case-study-detail .cs-detail-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
body.page-case-study-detail .cs-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body.page-case-study-detail .cs-meta-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
body.page-case-study-detail .cs-meta-value {
  font-size: 15px;
  color: white;
  font-weight: 500;
}
body.page-case-study-detail .cs-meta-divider {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
}
body.page-case-study-detail .cs-scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
body.page-case-study-detail .cs-scroll-mouse {
  width: 24px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  position: relative;
}
body.page-case-study-detail .cs-scroll-wheel {
  width: 4px;
  height: 8px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}
body.page-case-study-detail .cs-scroll-text {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.page-case-study-detail .cs-section-context,
body.page-case-study-detail .cs-section-challenges,
body.page-case-study-detail .cs-section-tools,
body.page-case-study-detail .cs-section-outcomes {
  background: white;
}
body.page-case-study-detail .cs-section-problem,
body.page-case-study-detail .cs-section-solution,
body.page-case-study-detail .cs-section-approach {
  background: #0F315D;
  color: white;
}
body.page-case-study-detail .cs-section-matters {
  background: #CB2026;
  color: white;
}
body.page-case-study-detail .cs-section-label {
  position: sticky;
  top: 100px;
  height: fit-content;
}
body.page-case-study-detail .cs-label-number {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: rgba(15, 49, 93, 0.3);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.bg-primary-700 body.page-case-study-detail .cs-label-number, .bg-secondary-600 body.page-case-study-detail .cs-label-number, .bg-secondary-400 body.page-case-study-detail .cs-label-number {
  color: rgba(255, 255, 255, 0.3);
}
body.page-case-study-detail .cs-section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 300;
  color: #0F315D;
  line-height: 1.2;
}
.bg-primary-700 body.page-case-study-detail .cs-section-title, .bg-secondary-600 body.page-case-study-detail .cs-section-title, .bg-secondary-400 body.page-case-study-detail .cs-section-title {
  color: white;
}
body.page-case-study-detail .cs-content-box p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  color: #64748b;
}
.bg-primary-700 body.page-case-study-detail .cs-content-box p, .bg-secondary-600 body.page-case-study-detail .cs-content-box p, .bg-secondary-400 body.page-case-study-detail .cs-content-box p {
  color: rgba(255, 255, 255, 0.9);
}
body.page-case-study-detail .cs-content-box p.lead {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
body.page-case-study-detail .cs-challenges-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  body.page-case-study-detail .cs-challenges-grid {
    grid-template-columns: 1fr;
  }
}
body.page-case-study-detail .cs-challenge-card {
  padding: 24px;
  background: rgba(15, 49, 93, 0.03);
  border: 1px solid rgba(15, 49, 93, 0.1);
  border-radius: 16px;
  transition: all 0.3s ease;
}
body.page-case-study-detail .cs-challenge-card:hover {
  background: rgba(15, 49, 93, 0.06);
  border-color: rgba(15, 49, 93, 0.2);
  transform: translateY(-4px);
}
body.page-case-study-detail .cs-challenge-icon {
  width: 48px;
  height: 48px;
  background: rgba(203, 32, 38, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CB2026;
  margin-bottom: 16px;
}
body.page-case-study-detail .cs-challenge-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0F315D;
  margin-bottom: 12px;
}
body.page-case-study-detail .cs-challenge-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}
body.page-case-study-detail .cs-warning-box {
  margin-top: 32px;
  padding: 20px 24px;
  background: rgba(203, 32, 38, 0.08);
  border-left: 4px solid #CB2026;
  border-radius: 8px;
  display: flex;
  gap: 16px;
}
body.page-case-study-detail .cs-warning-icon {
  width: 32px;
  height: 32px;
  color: #CB2026;
  flex-shrink: 0;
}
body.page-case-study-detail .cs-warning-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #0F315D;
}
body.page-case-study-detail .cs-warning-box p strong {
  color: #CB2026;
}
body.page-case-study-detail .cs-architecture-diagram {
  margin: 40px 0;
  padding: 32px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  backdrop-filter: blur(10px);
}
body.page-case-study-detail .cs-arch-layer {
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 16px;
  text-align: center;
}
body.page-case-study-detail .cs-arch-layer.cs-arch-gold {
  background: rgba(255, 215, 0, 0.2);
  border: 2px solid rgba(255, 215, 0, 0.4);
}
body.page-case-study-detail .cs-arch-layer.cs-arch-silver {
  background: rgba(192, 192, 192, 0.2);
  border: 2px solid rgba(192, 192, 192, 0.4);
}
body.page-case-study-detail .cs-arch-layer.cs-arch-bronze {
  background: rgba(205, 127, 50, 0.2);
  border: 2px solid rgba(205, 127, 50, 0.4);
}
body.page-case-study-detail .cs-arch-layer.cs-arch-raw {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
}
body.page-case-study-detail .cs-arch-label {
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin-bottom: 4px;
}
body.page-case-study-detail .cs-arch-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
body.page-case-study-detail .cs-arch-arrow {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin: 8px 0;
}
body.page-case-study-detail .cs-rejected-box {
  margin-top: 32px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}
body.page-case-study-detail .cs-rejected-label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
body.page-case-study-detail .cs-rejected-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.6;
}
body.page-case-study-detail .cs-design-principles {
  margin-top: 32px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
}
body.page-case-study-detail .cs-design-principles h4 {
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin-bottom: 16px;
}
body.page-case-study-detail .cs-design-principles ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.page-case-study-detail .cs-design-principles ul li {
  padding: 8px 0;
  padding-left: 24px;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}
body.page-case-study-detail .cs-design-principles ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #CB2026;
  font-weight: 700;
}
body.page-case-study-detail .cs-tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  margin-top: 32px;
}
body.page-case-study-detail .cs-tool-item {
  padding: 20px;
  background: rgba(15, 49, 93, 0.04);
  border: 1px solid rgba(15, 49, 93, 0.1);
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
}
body.page-case-study-detail .cs-tool-item:hover {
  background: rgba(15, 49, 93, 0.08);
  border-color: rgba(15, 49, 93, 0.2);
  transform: translateY(-4px);
}
body.page-case-study-detail .cs-tool-icon {
  font-size: 16px;
  font-weight: 700;
  color: #0F315D;
  margin-bottom: 8px;
}
body.page-case-study-detail .cs-tool-label {
  display: block;
  font-size: 12px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
body.page-case-study-detail .cs-phases-timeline {
  margin-top: 32px;
}
body.page-case-study-detail .cs-phase-item {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.page-case-study-detail .cs-phase-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
body.page-case-study-detail .cs-phase-number {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}
body.page-case-study-detail .cs-phase-content {
  flex: 1;
}
body.page-case-study-detail .cs-phase-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
}
body.page-case-study-detail .cs-phase-content p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0;
}
body.page-case-study-detail .cs-tradeoff-box {
  margin-top: 32px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.05);
  border-left: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}
body.page-case-study-detail .cs-tradeoff-label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
body.page-case-study-detail .cs-tradeoff-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.6;
}
body.page-case-study-detail .cs-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}
@media (max-width: 991px) {
  body.page-case-study-detail .cs-outcomes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  body.page-case-study-detail .cs-outcomes-grid {
    grid-template-columns: 1fr;
  }
}
body.page-case-study-detail .cs-outcome-card {
  padding: 32px;
  background: rgba(15, 49, 93, 0.03);
  border: 1px solid rgba(15, 49, 93, 0.1);
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s ease;
}
body.page-case-study-detail .cs-outcome-card:hover {
  background: rgba(15, 49, 93, 0.06);
  border-color: rgba(15, 49, 93, 0.2);
  transform: translateY(-6px);
}
body.page-case-study-detail .cs-outcome-icon {
  width: 64px;
  height: 64px;
  background: rgba(203, 32, 38, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CB2026;
  margin: 0 auto 20px;
}
body.page-case-study-detail .cs-outcome-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0F315D;
  margin-bottom: 12px;
}
body.page-case-study-detail .cs-outcome-card p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}
body.page-case-study-detail .cs-matters-content {
  padding: 60px 0;
}
body.page-case-study-detail .cs-matters-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 300;
  color: white;
  margin-bottom: 24px;
}
body.page-case-study-detail .cs-detail-cta {
  background: white;
}
body.page-case-study-detail .cs-cta-content {
  padding: 60px 0;
}
body.page-case-study-detail .cs-cta-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 300;
  color: #0F315D;
  margin-bottom: 20px;
}
body.page-case-study-detail .cs-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}
body.page-case-study-detail .cs-cta-buttons .btn, body.page-case-study-detail .cs-cta-buttons button, body.page-case-study-detail .cs-cta-buttons .button, body.page-case-study-detail .cs-cta-buttons submit, body.page-case-study-detail .cs-cta-buttons input[type=submit], body.page-case-study-detail .cs-cta-buttons input[type=button], body.page-case-study-detail .cs-cta-buttons a.read-more,
body.page-case-study-detail .cs-cta-buttons .anchor {
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
body.page-case-study-detail .cs-cta-buttons .btn.primary, body.page-case-study-detail .cs-cta-buttons button.primary, body.page-case-study-detail .cs-cta-buttons .primary.button, body.page-case-study-detail .cs-cta-buttons submit.primary, body.page-case-study-detail .cs-cta-buttons input.primary[type=submit], body.page-case-study-detail .cs-cta-buttons input.primary[type=button], body.page-case-study-detail .cs-cta-buttons a.primary.read-more,
body.page-case-study-detail .cs-cta-buttons .primary.anchor {
  background: #0F315D;
  color: white;
  border: 2px solid #0F315D;
}
body.page-case-study-detail .cs-cta-buttons .btn.primary:hover, body.page-case-study-detail .cs-cta-buttons button.primary:hover, body.page-case-study-detail .cs-cta-buttons .primary.button:hover, body.page-case-study-detail .cs-cta-buttons submit.primary:hover, body.page-case-study-detail .cs-cta-buttons input.primary[type=submit]:hover, body.page-case-study-detail .cs-cta-buttons input.primary[type=button]:hover, body.page-case-study-detail .cs-cta-buttons a.primary.read-more:hover,
body.page-case-study-detail .cs-cta-buttons .primary.anchor:hover {
  background: #CB2026;
  border-color: #CB2026;
}
body.page-case-study-detail .cs-cta-buttons .btn.outline, body.page-case-study-detail .cs-cta-buttons button.outline, body.page-case-study-detail .cs-cta-buttons .outline.button, body.page-case-study-detail .cs-cta-buttons submit.outline, body.page-case-study-detail .cs-cta-buttons input.outline[type=submit], body.page-case-study-detail .cs-cta-buttons input.outline[type=button], body.page-case-study-detail .cs-cta-buttons a.outline.read-more,
body.page-case-study-detail .cs-cta-buttons .outline.anchor {
  background: transparent;
  color: #0F315D;
  border: 2px solid #0F315D;
}
body.page-case-study-detail .cs-cta-buttons .btn.outline:hover, body.page-case-study-detail .cs-cta-buttons button.outline:hover, body.page-case-study-detail .cs-cta-buttons .outline.button:hover, body.page-case-study-detail .cs-cta-buttons submit.outline:hover, body.page-case-study-detail .cs-cta-buttons input.outline[type=submit]:hover, body.page-case-study-detail .cs-cta-buttons input.outline[type=button]:hover, body.page-case-study-detail .cs-cta-buttons a.outline.read-more:hover,
body.page-case-study-detail .cs-cta-buttons .outline.anchor:hover {
  background: #0F315D;
  color: white;
}
body.page-case-study-detail .cs-detail-section {
  position: relative;
  overflow: hidden;
}
body.page-case-study-detail .cs-detail-section .container-xl {
  overflow-x: hidden;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 0 40px;
}
@media (max-width: 768px) {
  body.page-case-study-detail .cs-detail-section .container-xl {
    padding: 0 20px;
  }
}
body.page-case-study-detail .cs-detail-section .cs-section-header {
  overflow-x: hidden;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: center;
}
body.page-case-study-detail .cs-detail-section .cs-section-header h2 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  text-align: center;
}
body.page-case-study-detail .cs-detail-section .cs-section-header p.lead {
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 900px;
  overflow-x: hidden;
  text-align: justify;
  text-align-last: center;
  margin: 0 auto;
  padding: 0 20px;
  opacity: 1 !important;
  visibility: visible !important;
}
@media (max-width: 768px) {
  body.page-case-study-detail .cs-detail-section .cs-section-header p.lead {
    text-align: left;
    text-align-last: left;
    padding: 0 10px;
  }
}
body.page-case-study-detail #business-problem h2 {
  line-height: 0.9;
  opacity: 1;
}
body.page-case-study-detail #business-problem p {
  opacity: 1;
}
body.page-case-study-detail .cs-impact-section {
  padding: 50px 0;
}
body.page-case-study-detail .cs-arch-section .container {
  padding: 50px 15px;
}
body.page-case-study-detail .cs-arch-section .cs-arch-cards-wrapper {
  margin-top: 40px;
}
body.page-case-study-detail .cs-rejected-section .container {
  padding: 40px 15px;
}
body.page-case-study-detail .cs-tools-stacks-section .cs-tools-grid {
  margin-top: 30px;
}
body.page-case-study-detail .cs-impl-approach .container {
  padding: 50px 15px;
}
body.page-case-study-detail .cs-impl-approach .cs-phases-wrapper {
  margin-top: 35px;
}
body.page-case-study-detail .cs-tradeoff-section-bg .container {
  padding: 50px 15px;
}
body.page-case-study-detail .cs-matters-section {
  padding: 60px 0;
}
body.page-case-study-detail .cs-contact-section {
  padding: 80px 0 100px 0;
  min-height: auto;
  position: relative;
  z-index: 10;
  overflow: visible;
  display: block !important;
  visibility: visible !important;
}
body.page-case-study-detail .fx-spin-wrap {
  overflow-x: hidden;
  max-width: 100%;
}
body.page-case-study-detail .cs-tools-grid {
  margin-top: 30px;
}
body.page-case-study-detail .cs-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
body.page-case-study-detail .cs-section-bg .cs-bg-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(15, 49, 93, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 49, 93, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.4;
}
body.page-case-study-detail .cs-section-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.3;
}
body.page-case-study-detail .cs-section-orb.cs-orb-1 {
  width: 400px;
  height: 400px;
  top: -15%;
  left: -10%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.25) 0%, transparent 70%);
}
body.page-case-study-detail .cs-section-orb.cs-orb-2 {
  width: 350px;
  height: 350px;
  bottom: -10%;
  right: -5%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.2) 0%, transparent 70%);
}
body.page-case-study-detail .cs-section-particle {
  position: absolute;
  background: #0F315D;
  border-radius: 50%;
  opacity: 0.25;
}
body.page-case-study-detail .cs-section-particle:nth-child(odd) {
  background: #CB2026;
}
body.page-case-study-detail .cs-section-particle:nth-child(3n) {
  background: rgba(15, 49, 93, 0.3);
}
body.page-case-study-detail .cs-section-header {
  position: relative;
  z-index: 1;
}
body.page-case-study-detail .cs-section-tag {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(15, 49, 93, 0.08);
  border: 1px solid rgba(15, 49, 93, 0.15);
  border-radius: 50px;
  font-size: 11px;
  font-weight: 600;
  color: #0F315D;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
body.page-case-study-detail .cs-anim-fade {
  opacity: 0;
}
body.page-case-study-detail .cs-anim-split {
  opacity: 1;
}
body.page-case-study-detail .cs-impact-box {
  position: relative;
  padding: 32px 28px;
  background: linear-gradient(135deg, rgba(203, 32, 38, 0.12) 0%, rgba(15, 49, 93, 0.08) 100%);
  border-left: 5px solid #CB2026;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 8px 32px rgba(203, 32, 38, 0.15), 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  border-top: 1px solid rgba(203, 32, 38, 0.1);
  border-right: 1px solid rgba(15, 49, 93, 0.1);
  border-bottom: 1px solid rgba(15, 49, 93, 0.1);
  min-height: 80px;
}
body.page-case-study-detail .cs-impact-box::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
body.page-case-study-detail .cs-impact-box::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
body.page-case-study-detail .cs-impact-box:hover {
  box-shadow: 0 12px 40px rgba(203, 32, 38, 0.2), 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
  border-left-width: 6px;
  background: linear-gradient(135deg, rgba(203, 32, 38, 0.15) 0%, rgba(15, 49, 93, 0.1) 100%);
}
body.page-case-study-detail .cs-impact-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, rgba(203, 32, 38, 0.25) 0%, rgba(203, 32, 38, 0.18) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CB2026;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 12px rgba(203, 32, 38, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
body.page-case-study-detail .cs-impact-icon svg {
  width: 26px;
  height: 26px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}
body.page-case-study-detail .cs-impact-content {
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
body.page-case-study-detail .cs-impact-text {
  font-size: 18px;
  line-height: 1.65;
  color: #0F315D;
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.1px;
}
body.page-case-study-detail .cs-impact-text strong {
  color: #CB2026;
  font-weight: 700;
}
@media (max-width: 768px) {
  body.page-case-study-detail .cs-detail-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  body.page-case-study-detail .cs-meta-divider {
    display: none;
  }
  body.page-case-study-detail .cs-challenges-grid {
    grid-template-columns: 1fr;
  }
  body.page-case-study-detail .cs-outcomes-grid {
    grid-template-columns: 1fr;
  }
  body.page-case-study-detail .cs-tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body.page-case-study-detail .cs-phase-item {
    flex-direction: column;
    gap: 16px;
  }
  body.page-case-study-detail .cs-section-orb.cs-orb-1, body.page-case-study-detail .cs-section-orb.cs-orb-2 {
    width: 250px;
    height: 250px;
  }
  body.page-case-study-detail .cs-impact-box {
    padding: 24px 20px;
    flex-direction: column;
    text-align: center;
  }
  body.page-case-study-detail .cs-impact-icon {
    margin: 0 auto;
  }
  body.page-case-study-detail .cs-impact-text {
    font-size: 16px;
  }
}
body.page-case-study-detail .cs-arch-section {
  background: linear-gradient(135deg, rgba(15, 49, 93, 0.03) 0%, rgba(203, 32, 38, 0.05) 100%);
  position: relative;
  overflow: hidden;
}
body.page-case-study-detail .cs-arch-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
body.page-case-study-detail .cs-arch-section::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
body.page-case-study-detail .cs-arch-card {
  height: 100%;
  transition: all 0.3s ease;
  border: 2px solid rgba(15, 49, 93, 0.15);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}
body.page-case-study-detail .cs-arch-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(203, 32, 38, 0.2), 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: rgba(203, 32, 38, 0.4);
  background: rgb(255, 255, 255);
}
body.page-case-study-detail .cs-arch-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
body.page-case-study-detail .cs-arch-card p {
  color: #0F315D;
  line-height: 1.75;
  margin: 0;
}
body.page-case-study-detail .cs-rejected-section {
  background: linear-gradient(135deg, #0F315D 0%, #1a4a7a 50%, #0F315D 100%);
  position: relative;
  overflow: visible;
  z-index: 2;
  clip-path: polygon(0 40px, 75% 0, 100% 40px, 100% calc(100% - 40px), 75% 100%, 0 calc(100% - 40px));
  margin-top: -40px;
  margin-bottom: -40px;
  padding: 80px 0;
}
@media (min-width: 992px) {
  body.page-case-study-detail .cs-rejected-section {
    clip-path: polygon(0 6%, 75% 0, 100% 6%, 100% 94%, 75% 100%, 0 94%);
    padding: 100px 0;
  }
}
body.page-case-study-detail .cs-rejected-section .cs-rejected-illus {
  position: absolute;
  top: 50%;
  right: -150px;
  transform: translateY(-50%);
  width: 400px;
  height: 400px;
  opacity: 0.15;
  pointer-events: none;
}
body.page-case-study-detail .cs-rejected-section .cs-rejected-illus img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  body.page-case-study-detail .cs-rejected-section .cs-rejected-illus {
    display: none;
  }
}
body.page-case-study-detail .cs-rejected-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.08) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(203, 32, 38, 0.12) 0%, transparent 40%);
  pointer-events: none;
}
body.page-case-study-detail .cs-rejected-wrapper {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
}
body.page-case-study-detail .cs-rejected-header {
  margin-bottom: 20px;
}
body.page-case-study-detail .cs-rejected-header h3, body.page-case-study-detail .cs-rejected-header .faq-wrapper .cat-heading, .faq-wrapper body.page-case-study-detail .cs-rejected-header .cat-heading {
  margin-bottom: 0;
  color: #ffffff;
}
body.page-case-study-detail .cs-rejected-header h3 .h4, body.page-case-study-detail .cs-rejected-header .faq-wrapper .cat-heading .h4, .faq-wrapper body.page-case-study-detail .cs-rejected-header .cat-heading .h4, body.page-case-study-detail .cs-rejected-header h3 .legend, body.page-case-study-detail .cs-rejected-header .faq-wrapper .cat-heading .legend, .faq-wrapper body.page-case-study-detail .cs-rejected-header .cat-heading .legend,
body.page-case-study-detail .cs-rejected-header h3 legend,
body.page-case-study-detail .cs-rejected-header .faq-wrapper .cat-heading legend,
.faq-wrapper body.page-case-study-detail .cs-rejected-header .cat-heading legend,
body.page-case-study-detail .cs-rejected-header h3 h2.heading,
body.page-case-study-detail .cs-rejected-header .faq-wrapper .cat-heading h2.heading,
.faq-wrapper body.page-case-study-detail .cs-rejected-header .cat-heading h2.heading,
body.page-case-study-detail .cs-rejected-header h3 h3.heading,
body.page-case-study-detail .cs-rejected-header .faq-wrapper .cat-heading h3.heading,
.faq-wrapper body.page-case-study-detail .cs-rejected-header .cat-heading h3.heading,
body.page-case-study-detail .cs-rejected-header h3 h4.heading,
body.page-case-study-detail .cs-rejected-header .faq-wrapper .cat-heading h4.heading,
.faq-wrapper body.page-case-study-detail .cs-rejected-header .cat-heading h4.heading,
body.page-case-study-detail .cs-rejected-header h3 .faq-wrapper .heading.cat-heading,
.faq-wrapper body.page-case-study-detail .cs-rejected-header h3 .heading.cat-heading,
body.page-case-study-detail .cs-rejected-header .faq-wrapper .cat-heading .heading.cat-heading,
.faq-wrapper body.page-case-study-detail .cs-rejected-header .cat-heading .heading.cat-heading, body.page-case-study-detail .cs-rejected-header h3 .faq-wrapper .panel-title a, .faq-wrapper .panel-title body.page-case-study-detail .cs-rejected-header h3 a, body.page-case-study-detail .cs-rejected-header .faq-wrapper .cat-heading .panel-title a, body.page-case-study-detail .cs-rejected-header .faq-wrapper .panel-title .cat-heading a, .faq-wrapper body.page-case-study-detail .cs-rejected-header .cat-heading .panel-title a, .faq-wrapper .panel-title body.page-case-study-detail .cs-rejected-header .cat-heading a,
body.page-case-study-detail .cs-rejected-header h3 .faq-wrapper .panel-title span,
.faq-wrapper .panel-title body.page-case-study-detail .cs-rejected-header h3 span,
body.page-case-study-detail .cs-rejected-header .faq-wrapper .cat-heading .panel-title span,
body.page-case-study-detail .cs-rejected-header .faq-wrapper .panel-title .cat-heading span,
.faq-wrapper body.page-case-study-detail .cs-rejected-header .cat-heading .panel-title span,
.faq-wrapper .panel-title body.page-case-study-detail .cs-rejected-header .cat-heading span, body.page-case-study-detail .cs-rejected-header h3 .h-tag, body.page-case-study-detail .cs-rejected-header .faq-wrapper .cat-heading .h-tag, .faq-wrapper body.page-case-study-detail .cs-rejected-header .cat-heading .h-tag {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.8);
}
body.page-case-study-detail .cs-rejected-header h3 .h1, body.page-case-study-detail .cs-rejected-header .faq-wrapper .cat-heading .h1, .faq-wrapper body.page-case-study-detail .cs-rejected-header .cat-heading .h1, body.page-case-study-detail .cs-rejected-header h3 .title, body.page-case-study-detail .cs-rejected-header .faq-wrapper .cat-heading .title, .faq-wrapper body.page-case-study-detail .cs-rejected-header .cat-heading .title, body.page-case-study-detail .cs-rejected-header h3 .title-lg, body.page-case-study-detail .cs-rejected-header .faq-wrapper .cat-heading .title-lg, .faq-wrapper body.page-case-study-detail .cs-rejected-header .cat-heading .title-lg, body.page-case-study-detail .cs-rejected-header h3 .lbl-primary, body.page-case-study-detail .cs-rejected-header .faq-wrapper .cat-heading .lbl-primary, .faq-wrapper body.page-case-study-detail .cs-rejected-header .cat-heading .lbl-primary {
  font-size: 38px;
  font-weight: 300;
  color: #ffffff;
}
body.page-case-study-detail .cs-rejected-content {
  margin-bottom: 25px;
}
body.page-case-study-detail .cs-rejected-text {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin: 0;
  font-weight: 400;
}
body.page-case-study-detail .cs-rejected-failure-modes h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #ffffff;
}
body.page-case-study-detail .cs-rejected-failure-modes h4 .color-secondary {
  color: #CB2026 !important;
}
body.page-case-study-detail .cs-failure-list {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 22px 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
body.page-case-study-detail .cs-failure-list li {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 10px;
  padding-left: 28px;
}
body.page-case-study-detail .cs-failure-list li:last-child {
  margin-bottom: 0;
}
body.page-case-study-detail .cs-failure-list li::before {
  color: #CB2026;
}
@media (max-width: 768px) {
  body.page-case-study-detail .cs-rejected-section {
    padding: 60px 0;
    margin-top: -30px;
    margin-bottom: -30px;
  }
  body.page-case-study-detail .cs-rejected-wrapper {
    padding: 30px 20px;
  }
  body.page-case-study-detail .cs-rejected-header h3 .h1, body.page-case-study-detail .cs-rejected-header .faq-wrapper .cat-heading .h1, .faq-wrapper body.page-case-study-detail .cs-rejected-header .cat-heading .h1, body.page-case-study-detail .cs-rejected-header h3 .title, body.page-case-study-detail .cs-rejected-header .faq-wrapper .cat-heading .title, .faq-wrapper body.page-case-study-detail .cs-rejected-header .cat-heading .title, body.page-case-study-detail .cs-rejected-header h3 .title-lg, body.page-case-study-detail .cs-rejected-header .faq-wrapper .cat-heading .title-lg, .faq-wrapper body.page-case-study-detail .cs-rejected-header .cat-heading .title-lg, body.page-case-study-detail .cs-rejected-header h3 .lbl-primary, body.page-case-study-detail .cs-rejected-header .faq-wrapper .cat-heading .lbl-primary, .faq-wrapper body.page-case-study-detail .cs-rejected-header .cat-heading .lbl-primary {
    font-size: 32px;
  }
  body.page-case-study-detail .cs-rejected-text {
    font-size: 16px;
  }
  body.page-case-study-detail .cs-failure-list {
    padding: 20px 25px;
  }
}
body.page-case-study-detail .cs-impl-approach {
  background: linear-gradient(135deg, rgba(15, 49, 93, 0.04) 0%, rgba(203, 32, 38, 0.06) 100%);
  position: relative;
  overflow: hidden;
}
body.page-case-study-detail .cs-impl-approach::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.07) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
body.page-case-study-detail .cs-impl-approach::after {
  content: "";
  position: absolute;
  bottom: -15%;
  left: -5%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
body.page-case-study-detail .cs-impl-intro {
  font-size: 18px;
  line-height: 1.7;
  color: #0F315D;
  margin: 0;
  font-weight: 500;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
body.page-case-study-detail .cs-phase-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  border: 2px solid rgba(15, 49, 93, 0.1);
  display: flex;
  gap: 20px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  height: 100%;
}
body.page-case-study-detail .cs-phase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(203, 32, 38, 0.15), 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: rgba(203, 32, 38, 0.3);
}
body.page-case-study-detail .cs-phase-number {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(203, 32, 38, 0.15) 0%, rgba(15, 49, 93, 0.1) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #CB2026;
  box-shadow: 0 4px 12px rgba(203, 32, 38, 0.2);
}
body.page-case-study-detail .cs-phase-content {
  flex: 1;
}
body.page-case-study-detail .cs-phase-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
body.page-case-study-detail .cs-phase-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #0F315D;
  margin: 0;
}
@media (max-width: 768px) {
  body.page-case-study-detail .cs-impl-approach .container {
    padding: 30px 15px !important;
  }
  body.page-case-study-detail .cs-phase-card {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }
  body.page-case-study-detail .cs-phase-number {
    margin: 0 auto;
  }
  body.page-case-study-detail .cs-impl-intro {
    font-size: 16px;
  }
}
body.page-case-study-detail .cs-tradeoff-section-bg {
  background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 30%, rgba(203, 32, 38, 0.15) 70%, rgba(203, 32, 38, 0.25) 100%);
  position: relative;
  overflow: hidden;
}
body.page-case-study-detail .cs-tradeoff-horizontal {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(15, 49, 93, 0.1);
  transition: all 0.3s ease;
  min-height: 140px;
}
body.page-case-study-detail .cs-tradeoff-horizontal:hover {
  box-shadow: 0 12px 40px rgba(203, 32, 38, 0.2), 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
body.page-case-study-detail .cs-tradeoff-left {
  flex-shrink: 0;
  width: 200px;
  background: linear-gradient(135deg, rgba(203, 32, 38, 0.15) 0%, rgba(203, 32, 38, 0.1) 100%);
  padding: 30px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-right: 3px solid rgba(203, 32, 38, 0.3);
}
body.page-case-study-detail .cs-tradeoff-left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 15px solid rgba(203, 32, 38, 0.15);
}
body.page-case-study-detail .cs-tradeoff-label {
  font-size: 28px;
  font-weight: 700;
  color: #CB2026;
  text-transform: uppercase;
  letter-spacing: 2px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}
body.page-case-study-detail .cs-tradeoff-right {
  flex: 1;
  padding: 35px 40px;
  display: flex;
  align-items: center;
}
body.page-case-study-detail .cs-tradeoff-text {
  font-size: 17px;
  line-height: 1.75;
  color: #0F315D;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  body.page-case-study-detail .cs-tradeoff-horizontal {
    flex-direction: column;
    min-height: auto;
  }
  body.page-case-study-detail .cs-tradeoff-left {
    width: 100%;
    padding: 20px;
    border-right: none;
    border-bottom: 3px solid rgba(203, 32, 38, 0.3);
  }
  body.page-case-study-detail .cs-tradeoff-left::after {
    display: none;
  }
  body.page-case-study-detail .cs-tradeoff-label {
    writing-mode: horizontal-tb;
    text-orientation: unset;
    transform: none;
    font-size: 24px;
  }
  body.page-case-study-detail .cs-tradeoff-right {
    padding: 25px 25px;
  }
  body.page-case-study-detail .cs-tradeoff-text {
    font-size: 16px;
    text-align: center;
  }
}

/* Case Study: Databricks Lakehouse for Enterprise Data Consolidation - Scoped Styles */
.case-study-databricks {
  /* =========================================
     1. Client Context Section (Glassmorphism)
     ========================================= */
}
.case-study-databricks .cs-glass-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.case-study-databricks .cs-glass-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.case-study-databricks .cs-glass-bg-image {
  background-image: url("/assets/images/case-study/Databricks%20Lakehouse%20for%20Enterprise%20Data%20Consolidation%20.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.case-study-databricks .cs-glass-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(135deg, rgba(15, 49, 93, 0.9) 0%, rgba(10, 30, 60, 0.8) 100%);
}
.case-study-databricks .cs-glass-content-container {
  position: relative;
  z-index: 3;
}
.case-study-databricks .cs-glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
.case-study-databricks .cs-tag {
  background: rgba(203, 32, 38, 0.2);
  color: #ff6b6b;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.case-study-databricks .cs-glass-title {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
}
.case-study-databricks .cs-highlight-blue {
  color: #fff;
}
.case-study-databricks .cs-glass-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}
.case-study-databricks {
  /* =========================================
     2. Business Problem Section
     ========================================= */
}
.case-study-databricks .cs-detail-section {
  background: linear-gradient(180deg, #f9f9f9 0%, #e9e9e9 100%);
  color: #2c2c2c;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 60vh;
}
.case-study-databricks .cs-problem-header {
  position: relative;
}
.case-study-databricks .cs-problem-title {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 0;
  color: #999;
}
.case-study-databricks .cs-problem-subtitle {
  color: #999;
}
.case-study-databricks .cs-problem-content {
  border-left: 3px solid #CB2026;
  padding-left: 40px;
}
.case-study-databricks .cs-problem-text {
  color: #444;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0;
}
.case-study-databricks {
  /* =========================================
     3. Technical Challenges Section
     ========================================= */
}
.case-study-databricks .cs-tech-challenges-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.case-study-databricks .cs-tech-title {
  font-size: 2.5rem !important;
  line-height: 1.1;
}
.case-study-databricks .cs-tech-subtitle {
  font-size: 3.5rem !important;
}
.case-study-databricks .cs-tech-impact-box {
  border-top: none;
}
.case-study-databricks .cs-tech-impact-text {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.4;
  font-style: normal;
  opacity: 1;
}
.case-study-databricks {
  /* Technical Challenges Hover Effects (Spotlight) */
}
.case-study-databricks .card-wrapper:hover .card {
  opacity: 0.5;
  transform: scale(0.98);
  transition: all 0.4s ease;
}
.case-study-databricks .card-wrapper .card:hover {
  opacity: 1;
  transform: scale(1.05) translateY(-5px);
  z-index: 100;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-color: #CB2026 !important;
  /* Brand Red accent on hover */
}
.case-study-databricks .card-wrapper .card {
  transition: all 0.4s ease;
  background: #fff;
  /* Ensure bg is solid for overlay effect */
  padding: 1.5rem !important;
  /* Compact padding */
  margin-bottom: 10px !important;
  /* Tighter spacing */
  height: 100%;
  display: flex;
  align-items: center;
}
.case-study-databricks {
  /* =========================================
     4. Tools and Stacks Section
     ========================================= */
}
.case-study-databricks .cs-bento-section {
  padding: 60px 0;
}
.case-study-databricks .cs-bento-container {
  background-color: #f9f9f9;
  border-radius: 40px;
  padding: 60px 40px;
  margin: 0 20px;
}
.case-study-databricks .cs-bento-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.case-study-databricks .bento-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.02);
  padding: 20px 25px;
  display: flex;
  align-items: center;
  /* Vertical Center */
  text-align: left;
  transition: all 0.3s ease;
  /* 3 Columns Fixed Width ~30% */
  flex: 0 0 30%;
  min-width: 250px;
}
.case-study-databricks .bento-icon {
  font-size: 24px;
  color: #CB2026;
  /* Brand Red */
  margin-right: 15px;
  width: 30px;
  /* Fixed width for alignment */
  text-align: center;
}
.case-study-databricks .bento-content {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}
.case-study-databricks {
  /* Hover Effects */
}
.case-study-databricks .bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: #CB2026;
  /* Highlight border on hover */
}
.case-study-databricks {
  /* Responsive */
}
@media (max-width: 991px) {
  .case-study-databricks .bento-card {
    flex: 0 0 45%;
    /* 2 Columns on tablet */
  }
}
@media (max-width: 576px) {
  .case-study-databricks .bento-card {
    flex: 0 0 100%;
    /* 1 Column on mobile */
  }
}
.case-study-databricks {
  /* =========================================
     5. Tradeoff Section (Conceptual)
     ========================================= */
}
.case-study-databricks .cs-conceptual-tradeoff {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  /* Conceptually distinct */
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.case-study-databricks .cs-tradeoff-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Use the specific requested image */
  background-image: url("/assets/images/case-study/Databricks%20Lakehouse%20for%20Enterprise%20Data%20Consolidation%20.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Parallax feel */
  z-index: 0;
}
.case-study-databricks .cs-tradeoff-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10, 31, 61, 0.92) 0%, rgba(5, 16, 33, 0.85) 100%);
  backdrop-filter: blur(4px);
  z-index: 1;
}
.case-study-databricks .cs-concept-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #CB2026;
  /* Brand Accent */
  font-weight: 700;
  margin-bottom: 30px;
}
.case-study-databricks .cs-concept-divider {
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 0 auto 40px;
  opacity: 0.3;
}
.case-study-databricks .cs-concept-text {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: inherit;
  /* Use site font */
  color: #ffffff;
}
.case-study-databricks .cs-concept-insight {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
@media (max-width: 768px) {
  .case-study-databricks .cs-concept-text {
    font-size: 1.6rem;
  }
  .case-study-databricks .cs-tradeoff-bg {
    background-attachment: scroll;
    /* Mobile fix */
  }
}
.case-study-databricks {
  /* =========================================
     6. Outcomes Section
     ========================================= */
}
.case-study-databricks .cs-outcomes-wrapper {
  overflow: hidden;
}
.case-study-databricks .cs-outcomes-title {
  color: #2c2c2c;
}
.case-study-databricks .cs-outcomes-impact {
  color: #CB2026;
}
.case-study-databricks {
  /* Animated Impact Cards */
}
.case-study-databricks .outcome-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  /* Subtle initial shadow */
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.case-study-databricks .outcome-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #eef2f6;
  /* Bluish Shady Background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.case-study-databricks .outcome-icon i {
  color: #CB2026;
  /* Brand Red */
  font-size: 18px;
}
.case-study-databricks .outcome-text strong {
  display: block;
  font-size: 1.1rem;
  color: #1a1a1a;
  margin-bottom: 5px;
  font-weight: 700;
}
.case-study-databricks .outcome-text p {
  margin: 0;
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.case-study-databricks {
  /* Hover Animation */
}
.case-study-databricks .outcome-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
  border-color: #CB2026;
  /* Red accent on hover */
}
.case-study-databricks {
  /* Background Particles CSS */
}
.case-study-databricks .cs-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.case-study-databricks .cs-particles span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(203, 32, 38, 0.08);
  /* Low opacity Red */
  animation: cs-floatUp 25s linear infinite;
  bottom: -150px;
  border-radius: 50%;
}
.case-study-databricks .cs-particles span:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.case-study-databricks .cs-particles span:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.case-study-databricks .cs-particles span:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.case-study-databricks .cs-particles span:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.case-study-databricks .cs-particles span:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.case-study-databricks .cs-particles span:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.case-study-databricks .cs-particles span:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.case-study-databricks .cs-particles span:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.case-study-databricks .cs-particles span:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.case-study-databricks .cs-particles span:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
.case-study-databricks {
  /* Helper Classes */
}
.case-study-databricks .cs-tradeoff-content-container {
  position: relative;
  z-index: 2;
}
.case-study-databricks .cs-outcomes-content {
  position: relative;
  z-index: 1;
}
.case-study-databricks .cs-conclusion-section {
  background-color: #050b18;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.case-study-databricks {
  /* Animated Mesh Background */
}
.case-study-databricks .cs-conclusion-bg-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(circle at 20% 30%, rgba(203, 32, 38, 0.15) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(15, 49, 93, 0.3) 0%, transparent 40%), radial-gradient(circle at 50% 50%, rgba(10, 30, 60, 0.2) 0%, transparent 60%);
  filter: blur(60px);
  animation: csMeshMove 15s ease-in-out infinite alternate;
}
.case-study-databricks .cs-conclusion-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.case-study-databricks .cs-conclusion-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(203, 32, 38, 0.4);
  border-radius: 50%;
  animation: csFloatAround var(--duration, 10s) linear infinite;
  filter: blur(1px);
}
.case-study-databricks .cs-conclusion-particles span:nth-child(1) {
  top: 20%;
  left: 10%;
  --duration: 12s;
}
.case-study-databricks .cs-conclusion-particles span:nth-child(2) {
  top: 60%;
  left: 80%;
  --duration: 15s;
}
.case-study-databricks .cs-conclusion-particles span:nth-child(3) {
  top: 80%;
  left: 30%;
  --duration: 18s;
}
.case-study-databricks .cs-conclusion-particles span:nth-child(4) {
  top: 40%;
  left: 50%;
  --duration: 20s;
}
.case-study-databricks .cs-conclusion-particles span:nth-child(5) {
  top: 10%;
  left: 70%;
  --duration: 14s;
}
.case-study-databricks .cs-conclusion-split-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}
.case-study-databricks .cs-conclusion-split-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transform: skewX(-25deg);
  animation: csShineLoop 6s infinite;
}
.case-study-databricks .cs-conclusion-split-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #CB2026;
}
.case-study-databricks .cs-conclusion-tag {
  color: #ff6b6b;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
  opacity: 0.8;
}
.case-study-databricks .cs-premium-title-compact {
  font-size: clamp(32px, 4vw, 52px);
  color: #fff;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.case-study-databricks .cs-premium-title-compact .highlight-red {
  color: #CB2026;
}
.case-study-databricks .cs-conclusion-divider {
  position: absolute;
  left: 42%;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
}
.case-study-databricks .cs-premium-text-compact {
  font-size: clamp(16px, 1.5vw, 19px);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 25px;
}
.case-study-databricks .cs-badge-slim {
  font-size: 10px;
  color: #ff6b6b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 16px;
  background: rgba(203, 32, 38, 0.1);
  border: 1px solid rgba(203, 32, 38, 0.2);
  border-radius: 30px;
}
@media (max-width: 991px) {
  .case-study-databricks .cs-conclusion-split-card {
    padding: 40px 30px;
  }
  .case-study-databricks .cs-premium-text-compact {
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.case-study-databricks {
  /* =========================================
     8. Contact Section Alignment
     ========================================= */
  /* Fix Alignment for Get Started Template */
}
.case-study-databricks .cs-contact-section .col-md-3.hide-device {
  display: none !important;
}
.case-study-databricks .cs-contact-section .col-md-9 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  text-align: center !important;
}
.case-study-databricks .cs-contact-section .container-lg {
  margin: 0 auto !important;
}
.case-study-databricks {
  /* =========================================
     9. Global / Responsive Fixes
     ========================================= */
}
@media (max-width: 768px) {
  .case-study-databricks {
    /* Fix Business Problem & Outcomes Typography */
  }
  .case-study-databricks .h2.font-size-h1, .case-study-databricks .font-size-h1.lead.xl,
  .case-study-databricks .h3.font-light.color-primary-100 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .case-study-databricks .h3.font-light.color-primary-100 {
    display: block;
    font-size: 24px !important;
    margin-bottom: 5px;
  }
  .case-study-databricks {
    /* Fix Outcomes Title */
  }
  .case-study-databricks #area-outcomes .h2, .case-study-databricks #area-outcomes .lead.xl {
    text-align: left !important;
  }
  .case-study-databricks #area-outcomes .h2 .font-size-h1, .case-study-databricks #area-outcomes .lead.xl .font-size-h1 {
    font-size: 32px !important;
  }
  .case-study-databricks {
    /* Stack Pinned Panels (Disable Pinning Visuals) */
  }
  .case-study-databricks .pin-panel {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    transform: none !important;
    margin-bottom: 30px;
    text-align: left !important;
  }
  .case-study-databricks {
    /* Override GSAP Pin Spacer if present (Brute force fix for visual gaps) */
  }
  .case-study-databricks .pin-spacer {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .case-study-databricks {
    /* Adjust Container Padding */
  }
  .case-study-databricks .section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .case-study-databricks {
    /* Reduce Illustration Clutter */
  }
  .case-study-databricks .illus-cont.style-lg img {
    opacity: 0.1;
    width: 150%;
    left: -25%;
  }
  .case-study-databricks {
    /* Ensure Content Visibility */
  }
  .case-study-databricks .wow {
    visibility: visible !important;
    animation-name: none !important;
    /* Disable fade-ins that might get stuck */
    opacity: 1 !important;
  }
  .case-study-databricks {
    /* Adjust sticky cards gap */
  }
  .case-study-databricks .sticky-panel {
    margin-bottom: 10px !important;
    /* Tighter gap for compact view */
  }
}
.case-study-databricks {
  /* FORCE VISIBILITY for Implementation Approach (Safe Mode) */
}
.case-study-databricks .cs-impl-approach .wow {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
}

/* End of .case-study-databricks Scope */
/* Global Keyframes (bubbled up) */
@keyframes cs-floatUp {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: translateY(-800px) rotate(720deg);
    opacity: 0;
  }
}
/* Global Keyframes for Hero (bubbled up) */
@keyframes csFloatNode1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, -20px) scale(1.1);
  }
  50% {
    transform: translate(-15px, 25px) scale(0.9);
  }
  75% {
    transform: translate(20px, 10px) scale(1.05);
  }
}
@keyframes csFloatNode2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-25px, 30px) scale(1.15);
  }
  50% {
    transform: translate(20px, -15px) scale(0.85);
  }
  75% {
    transform: translate(-10px, -25px) scale(1.1);
  }
}
@keyframes csFloatNode3 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(40px, -30px) scale(1.2);
  }
  50% {
    transform: translate(-30px, 20px) scale(0.8);
  }
  75% {
    transform: translate(25px, 15px) scale(1.1);
  }
}
@keyframes csFloatNode4 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-20px, 25px) scale(1.1);
  }
  50% {
    transform: translate(15px, -20px) scale(0.9);
  }
  75% {
    transform: translate(-10px, -15px) scale(1.05);
  }
}
@keyframes csFloatNode5 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(35px, 20px) scale(1.15);
  }
  50% {
    transform: translate(-25px, -30px) scale(0.85);
  }
  75% {
    transform: translate(15px, 25px) scale(1.1);
  }
}
@keyframes csRotateGeo1 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-20px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csRotateGeo2 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(-180deg) translateY(15px);
  }
  to {
    transform: rotate(-360deg) translateY(0px);
  }
}
@keyframes csRotateGeo3 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-25px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csDrawLine {
  to {
    stroke-dashoffset: 0;
  }
}
.case-study-databricks {
  /* =========================================
     10. Hero Section (Migrated from header.php)
     ========================================= */
  /* Base Hero Layout */
}
.case-study-databricks .case-study-detail-hero {
  position: relative;
  height: 100vh;
  /* max-height removed to ensure it fills 1080px screens, allowing scroll indicator to hit bottom */
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Ensure it doesn't overlap header menu if fixed */
  z-index: 1;
  background-color: #f4f7fa;
  /* Fallback light bg */
}
.case-study-databricks {
  /* Gradient Overlay for Depth */
}
.case-study-databricks .cs-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Premium dark blue fade to white/transparent bottom */
  background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.8) 0%, rgba(230, 240, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: overlay;
}
.case-study-databricks .cs-detail-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-databricks .banner-content-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 80px 0 20px;
  /* Added top padding for mobile menu clearance */
  pointer-events: none;
}
.case-study-databricks .banner-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  pointer-events: auto;
}
.case-study-databricks .container {
  /* Contextual override for hero container */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  position: relative;
  z-index: 11;
}
.case-study-databricks {
  /* Typography & Animations */
}
.case-study-databricks .case-study-hero-title {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  /* Wider for big text */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 12;
}
.case-study-databricks .cs-hero-tag {
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #CB2026;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.case-study-databricks .cs-hero-tag::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #CB2026;
  margin: 10px auto 0;
}
.case-study-databricks .gradient-text-wrap {
  margin-bottom: 10px;
}
.case-study-databricks .cs-hero-main-title {
  /* Massive Text */
  font-size: clamp(40px, 8vw, 110px);
  line-height: 0.9;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -2px;
  /* Solid Color for Reliability (Gradient caused visibility issues with SplitText) */
  color: #0F315D;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: initial;
  position: relative;
  z-index: 13;
  /* Subtle glow */
  filter: drop-shadow(0 10px 20px rgba(15, 49, 93, 0.15));
  /* Ensure visibility for animation */
  visibility: visible;
  opacity: 1;
}
.case-study-databricks {
  /* Ensure children created by SplitText inherit the solid color */
}
.case-study-databricks .cs-hero-main-title div {
  color: inherit;
  -webkit-text-fill-color: inherit;
  background: none;
}
.case-study-databricks .cs-hero-sub-title-wrap {
  margin-top: 20px;
}
.case-study-databricks .case-study-hero-title .h2, .case-study-databricks .case-study-hero-title .lead.xl {
  font-size: clamp(20px, 3vw, 42px);
  line-height: 1.2;
  color: #555;
  font-weight: 300;
  max-width: 800px;
}
.case-study-databricks {
  /* Media Queries */
}
@media (max-height: 700px) {
  .case-study-databricks .case-study-detail-hero {
    min-height: 100vh;
    max-height: 100vh;
  }
}
@media (min-height: 900px) {
  .case-study-databricks .case-study-detail-hero {
    height: 900px;
  }
}
.case-study-databricks {
  /* Floating Data Nodes and Geo shapes - Keeping existing animations */
}
.case-study-databricks .cs-data-node {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.4) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.case-study-databricks .cs-node-1 {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 10%;
  animation: csFloatNode1 8s ease-in-out infinite;
}
.case-study-databricks .cs-node-2 {
  width: 60px;
  height: 60px;
  top: 45%;
  right: 15%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.4) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode2 10s ease-in-out infinite;
}
.case-study-databricks .cs-node-3 {
  width: 100px;
  height: 100px;
  bottom: 25%;
  left: 20%;
  animation: csFloatNode3 12s ease-in-out infinite;
}
.case-study-databricks .cs-node-4 {
  width: 50px;
  height: 50px;
  top: 60%;
  right: 25%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.3) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  animation: csFloatNode4 9s ease-in-out infinite;
}
.case-study-databricks .cs-node-5 {
  width: 70px;
  height: 70px;
  bottom: 15%;
  right: 10%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.3) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode5 11s ease-in-out infinite;
}
.case-study-databricks .cs-geo-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.4;
  z-index: 1;
}
.case-study-databricks .cs-geo-1 {
  width: 120px;
  height: 120px;
  top: 15%;
  right: 10%;
  animation: csRotateGeo1 20s linear infinite;
}
.case-study-databricks .cs-geo-2 {
  width: 90px;
  height: 90px;
  bottom: 30%;
  left: 8%;
  animation: csRotateGeo2 25s linear infinite reverse;
}
.case-study-databricks .cs-geo-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  right: 20%;
  animation: csRotateGeo3 30s linear infinite;
}
.case-study-databricks .cs-connections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-databricks .cs-line-1,
.case-study-databricks .cs-line-2,
.case-study-databricks .cs-line-3,
.case-study-databricks .cs-line-4 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: csDrawLine 3s ease-in-out forwards;
}
.case-study-databricks .cs-line-2 {
  animation-delay: 0.5s;
}
.case-study-databricks .cs-line-3 {
  animation-delay: 1s;
}
.case-study-databricks .cs-line-4 {
  animation-delay: 1.5s;
}
.case-study-databricks {
  /* Responsive Adjustments */
}
@media (max-width: 768px) {
  .case-study-databricks .case-study-detail-hero {
    height: auto;
    min-height: 100vh;
    padding-top: 60px;
  }
  .case-study-databricks .banner-content-wrapper {
    padding-top: 60px !important;
  }
  .case-study-databricks .cs-hero-main-title {
    font-size: 42px !important;
    line-height: 1.1;
    padding: 0 10px;
  }
  .case-study-databricks .case-study-hero-title .h2, .case-study-databricks .case-study-hero-title .lead.xl {
    font-size: 18px !important;
  }
  .case-study-databricks .cs-data-node {
    width: 30px !important;
    height: 30px !important;
  }
  .case-study-databricks .cs-geo-shape {
    width: 50px !important;
    height: 50px !important;
  }
  .case-study-databricks .cs-hero-scroll-indicator {
    margin-top: 30px !important;
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
.case-study-databricks {
  /* EQUAL HEIGHT CARDS for Implementation Phase */
}
.case-study-databricks .cs-phases-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.case-study-databricks .cs-phase-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 25px;
}
.case-study-databricks .cs-phase-content {
  flex: 1;
}
.case-study-databricks .cs-impl-approach {
  padding: 100px 0;
}
.case-study-databricks .cs-impl-header {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .case-study-databricks .cs-impl-header {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}

/* Force Center Alignment for Desktop */
@media (min-width: 769px) {
  .banner-content,
  .container,
  .row,
  .col-12 {
    position: static !important;
  }
  .cs-hero-scroll-indicator {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 40px !important;
    margin: 0 auto !important;
    width: fit-content !important;
    transform: none !important;
    z-index: 20;
  }
}
/* Global Conclusion Section Animations */
@keyframes csMeshMove {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(2%, 3%) scale(1.1);
  }
  100% {
    transform: translate(-1%, -2%) scale(1.05);
  }
}
@keyframes csFloatAround {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) translateX(20px) scale(1.5);
    opacity: 0;
  }
}
@keyframes csShineLoop {
  0% {
    left: -100%;
  }
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
/* Case Study: Databricks Lakehouse for Enterprise Data Consolidation - Scoped Styles */
.case-study-fabric {
  /* =========================================
     1. Client Context Section (Glassmorphism)
     ========================================= */
}
.case-study-fabric .cs-glass-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.case-study-fabric .cs-glass-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.case-study-fabric .cs-glass-bg-image {
  background-image: url("/assets/images/case-study/microsoft-fabric-bg.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.case-study-fabric .cs-glass-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(135deg, rgba(15, 49, 93, 0.9) 0%, rgba(10, 30, 60, 0.8) 100%);
}
.case-study-fabric .cs-glass-content-container {
  position: relative;
  z-index: 3;
}
.case-study-fabric .cs-glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
.case-study-fabric .cs-tag {
  background: rgba(203, 32, 38, 0.2);
  color: #ff6b6b;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.case-study-fabric .cs-glass-title {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
}
.case-study-fabric .cs-highlight-blue {
  color: #fff;
}
.case-study-fabric .cs-glass-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}
.case-study-fabric {
  /* =========================================
     2. Business Problem Section
     ========================================= */
}
.case-study-fabric .cs-detail-section {
  background: linear-gradient(180deg, #f9f9f9 0%, #e9e9e9 100%);
  color: #2c2c2c;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 60vh;
}
.case-study-fabric .cs-problem-header {
  position: relative;
}
.case-study-fabric .cs-problem-title {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 0;
  color: #999;
}
.case-study-fabric .cs-problem-subtitle {
  color: #999;
}
.case-study-fabric .cs-problem-content {
  border-left: 3px solid #CB2026;
  padding-left: 40px;
}
.case-study-fabric .cs-problem-text {
  color: #444;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0;
}
.case-study-fabric {
  /* =========================================
     3. Technical Challenges Section
     ========================================= */
}
.case-study-fabric .cs-tech-challenges-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.case-study-fabric .cs-tech-title {
  font-size: 2.5rem !important;
  line-height: 1.1;
}
.case-study-fabric .cs-tech-subtitle {
  font-size: 3.5rem !important;
}
.case-study-fabric .cs-tech-impact-box {
  border-top: none;
}
.case-study-fabric .cs-tech-impact-text {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.4;
  font-style: normal;
  opacity: 1;
}
.case-study-fabric {
  /* Technical Challenges Hover Effects (Spotlight) */
}
.case-study-fabric .card-wrapper:hover .card {
  opacity: 0.5;
  transform: scale(0.98);
  transition: all 0.4s ease;
}
.case-study-fabric .card-wrapper .card:hover {
  opacity: 1;
  transform: scale(1.05) translateY(-5px);
  z-index: 100;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-color: #CB2026 !important;
  /* Brand Red accent on hover */
}
.case-study-fabric .card-wrapper .card {
  transition: all 0.4s ease;
  background: #fff;
  /* Ensure bg is solid for overlay effect */
  padding: 1.5rem !important;
  /* Compact padding */
  margin-bottom: 10px !important;
  /* Tighter spacing */
  height: 100%;
  display: flex;
  align-items: center;
}
.case-study-fabric {
  /* =========================================
     4. Tools and Stacks Section
     ========================================= */
}
.case-study-fabric .cs-bento-section {
  padding: 60px 0;
}
.case-study-fabric .cs-bento-container {
  background-color: #f9f9f9;
  border-radius: 40px;
  padding: 60px 40px;
  margin: 0 20px;
}
.case-study-fabric .cs-bento-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.case-study-fabric .bento-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.02);
  padding: 20px 25px;
  display: flex;
  align-items: center;
  /* Vertical Center */
  text-align: left;
  transition: all 0.3s ease;
  /* 3 Columns Fixed Width ~30% */
  flex: 0 0 30%;
  min-width: 250px;
}
.case-study-fabric .bento-icon {
  font-size: 24px;
  color: #CB2026;
  /* Brand Red */
  margin-right: 15px;
  width: 30px;
  /* Fixed width for alignment */
  text-align: center;
}
.case-study-fabric .bento-content {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}
.case-study-fabric {
  /* Hover Effects */
}
.case-study-fabric .bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: #CB2026;
  /* Highlight border on hover */
}
.case-study-fabric {
  /* Responsive */
}
@media (max-width: 991px) {
  .case-study-fabric .bento-card {
    flex: 0 0 45%;
    /* 2 Columns on tablet */
  }
}
@media (max-width: 576px) {
  .case-study-fabric .bento-card {
    flex: 0 0 100%;
    /* 1 Column on mobile */
  }
}
.case-study-fabric {
  /* =========================================
     5. Tradeoff Section (Conceptual)
     ========================================= */
}
.case-study-fabric .cs-conceptual-tradeoff {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  /* Conceptually distinct */
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.case-study-fabric .cs-tradeoff-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Use the specific requested image */
  background-image: url("/assets/images/case-study/microsoft-fabric-bg.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Parallax feel */
  z-index: 0;
}
.case-study-fabric .cs-tradeoff-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10, 31, 61, 0.92) 0%, rgba(5, 16, 33, 0.85) 100%);
  backdrop-filter: blur(4px);
  z-index: 1;
}
.case-study-fabric .cs-concept-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #CB2026;
  /* Brand Accent */
  font-weight: 700;
  margin-bottom: 30px;
}
.case-study-fabric .cs-concept-divider {
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 0 auto 40px;
  opacity: 0.3;
}
.case-study-fabric .cs-concept-text {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: inherit;
  /* Use site font */
  color: #ffffff;
}
.case-study-fabric .cs-concept-insight {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
@media (max-width: 768px) {
  .case-study-fabric .cs-concept-text {
    font-size: 1.6rem;
  }
  .case-study-fabric .cs-tradeoff-bg {
    background-attachment: scroll;
    /* Mobile fix */
  }
}
.case-study-fabric {
  /* =========================================
     6. Outcomes Section
     ========================================= */
}
.case-study-fabric .cs-outcomes-wrapper {
  overflow: hidden;
}
.case-study-fabric .cs-outcomes-title {
  color: #2c2c2c;
}
.case-study-fabric .cs-outcomes-impact {
  color: #CB2026;
}
.case-study-fabric {
  /* Animated Impact Cards */
}
.case-study-fabric .outcome-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  /* Subtle initial shadow */
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.case-study-fabric .outcome-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #eef2f6;
  /* Bluish Shady Background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.case-study-fabric .outcome-icon i {
  color: #CB2026;
  /* Brand Red */
  font-size: 18px;
}
.case-study-fabric .outcome-text strong {
  display: block;
  font-size: 1.1rem;
  color: #1a1a1a;
  margin-bottom: 5px;
  font-weight: 700;
}
.case-study-fabric .outcome-text p {
  margin: 0;
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.case-study-fabric {
  /* Hover Animation */
}
.case-study-fabric .outcome-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
  border-color: #CB2026;
  /* Red accent on hover */
}
.case-study-fabric {
  /* Background Particles CSS */
}
.case-study-fabric .cs-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.case-study-fabric .cs-particles span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(203, 32, 38, 0.08);
  /* Low opacity Red */
  animation: cs-floatUp 25s linear infinite;
  bottom: -150px;
  border-radius: 50%;
}
.case-study-fabric .cs-particles span:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.case-study-fabric .cs-particles span:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.case-study-fabric .cs-particles span:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.case-study-fabric .cs-particles span:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.case-study-fabric .cs-particles span:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.case-study-fabric .cs-particles span:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.case-study-fabric .cs-particles span:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.case-study-fabric .cs-particles span:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.case-study-fabric .cs-particles span:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.case-study-fabric .cs-particles span:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
.case-study-fabric {
  /* Helper Classes */
}
.case-study-fabric .cs-tradeoff-content-container {
  position: relative;
  z-index: 2;
}
.case-study-fabric .cs-outcomes-content {
  position: relative;
  z-index: 1;
}
.case-study-fabric .cs-conclusion-section {
  background-color: #050b18;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.case-study-fabric {
  /* Animated Mesh Background */
}
.case-study-fabric .cs-conclusion-bg-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(circle at 20% 30%, rgba(203, 32, 38, 0.15) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(15, 49, 93, 0.3) 0%, transparent 40%), radial-gradient(circle at 50% 50%, rgba(10, 30, 60, 0.2) 0%, transparent 60%);
  filter: blur(60px);
  animation: csMeshMove 15s ease-in-out infinite alternate;
}
.case-study-fabric .cs-conclusion-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.case-study-fabric .cs-conclusion-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(203, 32, 38, 0.4);
  border-radius: 50%;
  animation: csFloatAround var(--duration, 10s) linear infinite;
  filter: blur(1px);
}
.case-study-fabric .cs-conclusion-particles span:nth-child(1) {
  top: 20%;
  left: 10%;
  --duration: 12s;
}
.case-study-fabric .cs-conclusion-particles span:nth-child(2) {
  top: 60%;
  left: 80%;
  --duration: 15s;
}
.case-study-fabric .cs-conclusion-particles span:nth-child(3) {
  top: 80%;
  left: 30%;
  --duration: 18s;
}
.case-study-fabric .cs-conclusion-particles span:nth-child(4) {
  top: 40%;
  left: 50%;
  --duration: 20s;
}
.case-study-fabric .cs-conclusion-particles span:nth-child(5) {
  top: 10%;
  left: 70%;
  --duration: 14s;
}
.case-study-fabric .cs-conclusion-split-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}
.case-study-fabric .cs-conclusion-split-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transform: skewX(-25deg);
  animation: csShineLoop 6s infinite;
}
.case-study-fabric .cs-conclusion-split-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #CB2026;
}
.case-study-fabric .cs-conclusion-tag {
  color: #ff6b6b;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
  opacity: 0.8;
}
.case-study-fabric .cs-premium-title-compact {
  font-size: clamp(32px, 4vw, 52px);
  color: #fff;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.case-study-fabric .cs-premium-title-compact .highlight-red {
  color: #CB2026;
}
.case-study-fabric .cs-conclusion-divider {
  position: absolute;
  left: 42%;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
}
.case-study-fabric .cs-premium-text-compact {
  font-size: clamp(16px, 1.5vw, 19px);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 25px;
}
.case-study-fabric .cs-badge-slim {
  font-size: 10px;
  color: #ff6b6b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 16px;
  background: rgba(203, 32, 38, 0.1);
  border: 1px solid rgba(203, 32, 38, 0.2);
  border-radius: 30px;
}
@media (max-width: 991px) {
  .case-study-fabric .cs-conclusion-split-card {
    padding: 40px 30px;
  }
  .case-study-fabric .cs-premium-text-compact {
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.case-study-fabric {
  /* =========================================
     8. Contact Section Alignment
     ========================================= */
  /* Fix Alignment for Get Started Template */
}
.case-study-fabric .cs-contact-section .col-md-3.hide-device {
  display: none !important;
}
.case-study-fabric .cs-contact-section .col-md-9 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  text-align: center !important;
}
.case-study-fabric .cs-contact-section .container-lg {
  margin: 0 auto !important;
}
.case-study-fabric {
  /* =========================================
     9. Global / Responsive Fixes
     ========================================= */
}
@media (max-width: 768px) {
  .case-study-fabric {
    /* Fix Business Problem & Outcomes Typography */
  }
  .case-study-fabric .h2.font-size-h1, .case-study-fabric .font-size-h1.lead.xl,
  .case-study-fabric .h3.font-light.color-primary-100 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .case-study-fabric .h3.font-light.color-primary-100 {
    display: block;
    font-size: 24px !important;
    margin-bottom: 5px;
  }
  .case-study-fabric {
    /* Fix Outcomes Title */
  }
  .case-study-fabric #area-outcomes .h2, .case-study-fabric #area-outcomes .lead.xl {
    text-align: left !important;
  }
  .case-study-fabric #area-outcomes .h2 .font-size-h1, .case-study-fabric #area-outcomes .lead.xl .font-size-h1 {
    font-size: 32px !important;
  }
  .case-study-fabric {
    /* Stack Pinned Panels (Disable Pinning Visuals) */
  }
  .case-study-fabric .pin-panel {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    transform: none !important;
    margin-bottom: 30px;
    text-align: left !important;
  }
  .case-study-fabric {
    /* Override GSAP Pin Spacer if present (Brute force fix for visual gaps) */
  }
  .case-study-fabric .pin-spacer {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .case-study-fabric {
    /* Adjust Container Padding */
  }
  .case-study-fabric .section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .case-study-fabric {
    /* Reduce Illustration Clutter */
  }
  .case-study-fabric .illus-cont.style-lg img {
    opacity: 0.1;
    width: 150%;
    left: -25%;
  }
  .case-study-fabric {
    /* Ensure Content Visibility */
  }
  .case-study-fabric .wow {
    visibility: visible !important;
    animation-name: none !important;
    /* Disable fade-ins that might get stuck */
    opacity: 1 !important;
  }
  .case-study-fabric {
    /* Adjust sticky cards gap */
  }
  .case-study-fabric .sticky-panel {
    margin-bottom: 10px !important;
    /* Tighter gap for compact view */
  }
}
.case-study-fabric {
  /* FORCE VISIBILITY for Implementation Approach (Safe Mode) */
}
.case-study-fabric .cs-impl-approach .wow {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
}

/* End of .case-study-fabric Scope */
/* Global Keyframes (bubbled up) */
@keyframes cs-floatUp {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: translateY(-800px) rotate(720deg);
    opacity: 0;
  }
}
/* Global Keyframes for Hero (bubbled up) */
@keyframes csFloatNode1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, -20px) scale(1.1);
  }
  50% {
    transform: translate(-15px, 25px) scale(0.9);
  }
  75% {
    transform: translate(20px, 10px) scale(1.05);
  }
}
@keyframes csFloatNode2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-25px, 30px) scale(1.15);
  }
  50% {
    transform: translate(20px, -15px) scale(0.85);
  }
  75% {
    transform: translate(-10px, -25px) scale(1.1);
  }
}
@keyframes csFloatNode3 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(40px, -30px) scale(1.2);
  }
  50% {
    transform: translate(-30px, 20px) scale(0.8);
  }
  75% {
    transform: translate(25px, 15px) scale(1.1);
  }
}
@keyframes csFloatNode4 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-20px, 25px) scale(1.1);
  }
  50% {
    transform: translate(15px, -20px) scale(0.9);
  }
  75% {
    transform: translate(-10px, -15px) scale(1.05);
  }
}
@keyframes csFloatNode5 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(35px, 20px) scale(1.15);
  }
  50% {
    transform: translate(-25px, -30px) scale(0.85);
  }
  75% {
    transform: translate(15px, 25px) scale(1.1);
  }
}
@keyframes csRotateGeo1 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-20px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csRotateGeo2 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(-180deg) translateY(15px);
  }
  to {
    transform: rotate(-360deg) translateY(0px);
  }
}
@keyframes csRotateGeo3 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-25px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csDrawLine {
  to {
    stroke-dashoffset: 0;
  }
}
.case-study-fabric {
  /* =========================================
     10. Hero Section (Migrated from header.php)
     ========================================= */
  /* Base Hero Layout */
}
.case-study-fabric .case-study-detail-hero {
  position: relative;
  height: 100vh;
  /* max-height removed to ensure it fills 1080px screens, allowing scroll indicator to hit bottom */
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Ensure it doesn't overlap header menu if fixed */
  z-index: 1;
  background-color: #f4f7fa;
  /* Fallback light bg */
}
.case-study-fabric {
  /* Gradient Overlay for Depth */
}
.case-study-fabric .cs-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Premium dark blue fade to white/transparent bottom */
  background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.8) 0%, rgba(230, 240, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: overlay;
}
.case-study-fabric .cs-detail-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-fabric .banner-content-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 80px 0 20px;
  /* Added top padding for mobile menu clearance */
  pointer-events: none;
}
.case-study-fabric .banner-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  pointer-events: auto;
}
.case-study-fabric .container {
  /* Contextual override for hero container */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  position: relative;
  z-index: 11;
}
.case-study-fabric {
  /* Typography & Animations */
}
.case-study-fabric .case-study-hero-title {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  /* Wider for big text */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 12;
}
.case-study-fabric .cs-hero-tag {
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #CB2026;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.case-study-fabric .cs-hero-tag::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #CB2026;
  margin: 10px auto 0;
}
.case-study-fabric .gradient-text-wrap {
  margin-bottom: 10px;
}
.case-study-fabric .cs-hero-main-title {
  /* Massive Text */
  font-size: clamp(40px, 8vw, 110px);
  line-height: 0.9;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -2px;
  /* Solid Color for Reliability (Gradient caused visibility issues with SplitText) */
  color: #0F315D;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: initial;
  position: relative;
  z-index: 13;
  /* Subtle glow */
  filter: drop-shadow(0 10px 20px rgba(15, 49, 93, 0.15));
  /* Ensure visibility for animation */
  visibility: visible;
  opacity: 1;
}
.case-study-fabric {
  /* Ensure children created by SplitText inherit the solid color */
}
.case-study-fabric .cs-hero-main-title div {
  color: inherit;
  -webkit-text-fill-color: inherit;
  background: none;
}
.case-study-fabric .cs-hero-sub-title-wrap {
  margin-top: 20px;
}
.case-study-fabric .case-study-hero-title .h2, .case-study-fabric .case-study-hero-title .lead.xl {
  font-size: clamp(20px, 3vw, 42px);
  line-height: 1.2;
  color: #555;
  font-weight: 300;
  max-width: 800px;
}
.case-study-fabric {
  /* Media Queries */
}
@media (max-height: 700px) {
  .case-study-fabric .case-study-detail-hero {
    min-height: 100vh;
    max-height: 100vh;
  }
}
@media (min-height: 900px) {
  .case-study-fabric .case-study-detail-hero {
    height: 900px;
  }
}
.case-study-fabric {
  /* Floating Data Nodes and Geo shapes - Keeping existing animations */
}
.case-study-fabric .cs-data-node {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.4) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.case-study-fabric .cs-node-1 {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 10%;
  animation: csFloatNode1 8s ease-in-out infinite;
}
.case-study-fabric .cs-node-2 {
  width: 60px;
  height: 60px;
  top: 45%;
  right: 15%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.4) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode2 10s ease-in-out infinite;
}
.case-study-fabric .cs-node-3 {
  width: 100px;
  height: 100px;
  bottom: 25%;
  left: 20%;
  animation: csFloatNode3 12s ease-in-out infinite;
}
.case-study-fabric .cs-node-4 {
  width: 50px;
  height: 50px;
  top: 60%;
  right: 25%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.3) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  animation: csFloatNode4 9s ease-in-out infinite;
}
.case-study-fabric .cs-node-5 {
  width: 70px;
  height: 70px;
  bottom: 15%;
  right: 10%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.3) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode5 11s ease-in-out infinite;
}
.case-study-fabric .cs-geo-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.4;
  z-index: 1;
}
.case-study-fabric .cs-geo-1 {
  width: 120px;
  height: 120px;
  top: 15%;
  right: 10%;
  animation: csRotateGeo1 20s linear infinite;
}
.case-study-fabric .cs-geo-2 {
  width: 90px;
  height: 90px;
  bottom: 30%;
  left: 8%;
  animation: csRotateGeo2 25s linear infinite reverse;
}
.case-study-fabric .cs-geo-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  right: 20%;
  animation: csRotateGeo3 30s linear infinite;
}
.case-study-fabric .cs-connections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-fabric .cs-line-1,
.case-study-fabric .cs-line-2,
.case-study-fabric .cs-line-3,
.case-study-fabric .cs-line-4 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: csDrawLine 3s ease-in-out forwards;
}
.case-study-fabric .cs-line-2 {
  animation-delay: 0.5s;
}
.case-study-fabric .cs-line-3 {
  animation-delay: 1s;
}
.case-study-fabric .cs-line-4 {
  animation-delay: 1.5s;
}
.case-study-fabric {
  /* Responsive Adjustments */
}
@media (max-width: 768px) {
  .case-study-fabric .case-study-detail-hero {
    height: auto;
    min-height: 100vh;
    padding-top: 60px;
  }
  .case-study-fabric .banner-content-wrapper {
    padding-top: 60px !important;
  }
  .case-study-fabric .cs-hero-main-title {
    font-size: 42px !important;
    line-height: 1.1;
    padding: 0 10px;
  }
  .case-study-fabric .case-study-hero-title .h2, .case-study-fabric .case-study-hero-title .lead.xl {
    font-size: 18px !important;
  }
  .case-study-fabric .cs-data-node {
    width: 30px !important;
    height: 30px !important;
  }
  .case-study-fabric .cs-geo-shape {
    width: 50px !important;
    height: 50px !important;
  }
  .case-study-fabric .cs-hero-scroll-indicator {
    margin-top: 30px !important;
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
.case-study-fabric {
  /* EQUAL HEIGHT CARDS for Implementation Phase */
}
.case-study-fabric .cs-phases-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.case-study-fabric .cs-phase-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 25px;
}
.case-study-fabric .cs-phase-content {
  flex: 1;
}
.case-study-fabric .cs-impl-approach {
  padding: 100px 0;
}
.case-study-fabric .cs-impl-header {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .case-study-fabric .cs-impl-header {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}

/* Force Center Alignment for Desktop */
@media (min-width: 769px) {
  .banner-content,
  .container,
  .row,
  .col-12 {
    position: static !important;
  }
  .cs-hero-scroll-indicator {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 40px !important;
    margin: 0 auto !important;
    width: fit-content !important;
    transform: none !important;
    z-index: 20;
  }
}
/* Global Conclusion Section Animations */
@keyframes csMeshMove {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(2%, 3%) scale(1.1);
  }
  100% {
    transform: translate(-1%, -2%) scale(1.05);
  }
}
@keyframes csFloatAround {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) translateX(20px) scale(1.5);
    opacity: 0;
  }
}
@keyframes csShineLoop {
  0% {
    left: -100%;
  }
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
/* Case Study: Databricks Lakehouse for Enterprise Data Consolidation - Scoped Styles */
.case-study-synapse {
  /* =========================================
     1. Client Context Section (Glassmorphism)
     ========================================= */
}
.case-study-synapse .cs-glass-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.case-study-synapse .cs-glass-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.case-study-synapse .cs-glass-bg-image {
  background-image: url("/assets/images/case-study/ Azure Synapse Analytics for Predictable Enterprise Warehousing.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.case-study-synapse .cs-glass-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(135deg, rgba(15, 49, 93, 0.9) 0%, rgba(10, 30, 60, 0.8) 100%);
}
.case-study-synapse .cs-glass-content-container {
  position: relative;
  z-index: 3;
}
.case-study-synapse .cs-glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
.case-study-synapse .cs-tag {
  background: rgba(203, 32, 38, 0.2);
  color: #ff6b6b;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.case-study-synapse .cs-glass-title {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
}
.case-study-synapse .cs-highlight-blue {
  color: #fff;
}
.case-study-synapse .cs-glass-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}
.case-study-synapse {
  /* =========================================
     2. Business Problem Section
     ========================================= */
}
.case-study-synapse .cs-detail-section {
  background: linear-gradient(180deg, #f9f9f9 0%, #e9e9e9 100%);
  color: #2c2c2c;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 60vh;
}
.case-study-synapse .cs-problem-header {
  position: relative;
}
.case-study-synapse .cs-problem-title {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 0;
  color: #999;
}
.case-study-synapse .cs-problem-subtitle {
  color: #999;
}
.case-study-synapse .cs-problem-content {
  border-left: 3px solid #CB2026;
  padding-left: 40px;
}
.case-study-synapse .cs-problem-text {
  color: #444;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0;
}
.case-study-synapse {
  /* =========================================
     3. Technical Challenges Section
     ========================================= */
}
.case-study-synapse .cs-tech-challenges-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.case-study-synapse .cs-tech-title {
  font-size: 2.5rem !important;
  line-height: 1.1;
}
.case-study-synapse .cs-tech-subtitle {
  font-size: 3.5rem !important;
}
.case-study-synapse .cs-tech-impact-box {
  border-top: none;
}
.case-study-synapse .cs-tech-impact-text {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.4;
  font-style: normal;
  opacity: 1;
}
.case-study-synapse {
  /* Technical Challenges Hover Effects (Spotlight) */
}
.case-study-synapse .card-wrapper:hover .card {
  opacity: 0.5;
  transform: scale(0.98);
  transition: all 0.4s ease;
}
.case-study-synapse .card-wrapper .card:hover {
  opacity: 1;
  transform: scale(1.05) translateY(-5px);
  z-index: 100;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-color: #CB2026 !important;
  /* Brand Red accent on hover */
}
.case-study-synapse .card-wrapper .card {
  transition: all 0.4s ease;
  background: #fff;
  /* Ensure bg is solid for overlay effect */
  padding: 1.5rem !important;
  /* Compact padding */
  margin-bottom: 10px !important;
  /* Tighter spacing */
  height: 100%;
  display: flex;
  align-items: center;
}
.case-study-synapse {
  /* =========================================
     4. Tools and Stacks Section
     ========================================= */
}
.case-study-synapse .cs-bento-section {
  padding: 60px 0;
}
.case-study-synapse .cs-bento-container {
  background-color: #f9f9f9;
  border-radius: 40px;
  padding: 60px 40px;
  margin: 0 20px;
}
.case-study-synapse .cs-bento-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.case-study-synapse .bento-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.02);
  padding: 20px 25px;
  display: flex;
  align-items: center;
  /* Vertical Center */
  text-align: left;
  transition: all 0.3s ease;
  /* 3 Columns Fixed Width ~30% */
  flex: 0 0 30%;
  min-width: 250px;
}
.case-study-synapse .bento-icon {
  font-size: 24px;
  color: #CB2026;
  /* Brand Red */
  margin-right: 15px;
  width: 30px;
  /* Fixed width for alignment */
  text-align: center;
}
.case-study-synapse .bento-content {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}
.case-study-synapse {
  /* Hover Effects */
}
.case-study-synapse .bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: #CB2026;
  /* Highlight border on hover */
}
.case-study-synapse {
  /* Responsive */
}
@media (max-width: 991px) {
  .case-study-synapse .bento-card {
    flex: 0 0 45%;
    /* 2 Columns on tablet */
  }
}
@media (max-width: 576px) {
  .case-study-synapse .bento-card {
    flex: 0 0 100%;
    /* 1 Column on mobile */
  }
}
.case-study-synapse {
  /* =========================================
     5. Tradeoff Section (Conceptual)
     ========================================= */
}
.case-study-synapse .cs-conceptual-tradeoff {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  /* Conceptually distinct */
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.case-study-synapse .cs-tradeoff-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Use the specific requested image */
  background-image: url("/assets/images/case-study/azure-synapse-bg.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Parallax feel */
  z-index: 0;
}
.case-study-synapse .cs-tradeoff-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10, 31, 61, 0.92) 0%, rgba(5, 16, 33, 0.85) 100%);
  backdrop-filter: blur(4px);
  z-index: 1;
}
.case-study-synapse .cs-concept-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #CB2026;
  /* Brand Accent */
  font-weight: 700;
  margin-bottom: 30px;
}
.case-study-synapse .cs-concept-divider {
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 0 auto 40px;
  opacity: 0.3;
}
.case-study-synapse .cs-concept-text {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: inherit;
  /* Use site font */
  color: #ffffff;
}
.case-study-synapse .cs-concept-insight {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
@media (max-width: 768px) {
  .case-study-synapse .cs-concept-text {
    font-size: 1.6rem;
  }
  .case-study-synapse .cs-tradeoff-bg {
    background-attachment: scroll;
    /* Mobile fix */
  }
}
.case-study-synapse {
  /* =========================================
     6. Outcomes Section
     ========================================= */
}
.case-study-synapse .cs-outcomes-wrapper {
  overflow: hidden;
}
.case-study-synapse .cs-outcomes-title {
  color: #2c2c2c;
}
.case-study-synapse .cs-outcomes-impact {
  color: #CB2026;
}
.case-study-synapse {
  /* Animated Impact Cards */
}
.case-study-synapse .outcome-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  /* Subtle initial shadow */
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.case-study-synapse .outcome-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #eef2f6;
  /* Bluish Shady Background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.case-study-synapse .outcome-icon i {
  color: #CB2026;
  /* Brand Red */
  font-size: 18px;
}
.case-study-synapse .outcome-text strong {
  display: block;
  font-size: 1.1rem;
  color: #1a1a1a;
  margin-bottom: 5px;
  font-weight: 700;
}
.case-study-synapse .outcome-text p {
  margin: 0;
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.case-study-synapse {
  /* Hover Animation */
}
.case-study-synapse .outcome-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
  border-color: #CB2026;
  /* Red accent on hover */
}
.case-study-synapse {
  /* Background Particles CSS */
}
.case-study-synapse .cs-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.case-study-synapse .cs-particles span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(203, 32, 38, 0.08);
  /* Low opacity Red */
  animation: cs-floatUp 25s linear infinite;
  bottom: -150px;
  border-radius: 50%;
}
.case-study-synapse .cs-particles span:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.case-study-synapse .cs-particles span:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.case-study-synapse .cs-particles span:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.case-study-synapse .cs-particles span:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.case-study-synapse .cs-particles span:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.case-study-synapse .cs-particles span:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.case-study-synapse .cs-particles span:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.case-study-synapse .cs-particles span:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.case-study-synapse .cs-particles span:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.case-study-synapse .cs-particles span:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
.case-study-synapse {
  /* Helper Classes */
}
.case-study-synapse .cs-tradeoff-content-container {
  position: relative;
  z-index: 2;
}
.case-study-synapse .cs-outcomes-content {
  position: relative;
  z-index: 1;
}
.case-study-synapse .cs-conclusion-section {
  background-color: #050b18;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.case-study-synapse {
  /* Animated Mesh Background */
}
.case-study-synapse .cs-conclusion-bg-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(circle at 20% 30%, rgba(203, 32, 38, 0.15) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(15, 49, 93, 0.3) 0%, transparent 40%), radial-gradient(circle at 50% 50%, rgba(10, 30, 60, 0.2) 0%, transparent 60%);
  filter: blur(60px);
  animation: csMeshMove 15s ease-in-out infinite alternate;
}
.case-study-synapse .cs-conclusion-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.case-study-synapse .cs-conclusion-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(203, 32, 38, 0.4);
  border-radius: 50%;
  animation: csFloatAround var(--duration, 10s) linear infinite;
  filter: blur(1px);
}
.case-study-synapse .cs-conclusion-particles span:nth-child(1) {
  top: 20%;
  left: 10%;
  --duration: 12s;
}
.case-study-synapse .cs-conclusion-particles span:nth-child(2) {
  top: 60%;
  left: 80%;
  --duration: 15s;
}
.case-study-synapse .cs-conclusion-particles span:nth-child(3) {
  top: 80%;
  left: 30%;
  --duration: 18s;
}
.case-study-synapse .cs-conclusion-particles span:nth-child(4) {
  top: 40%;
  left: 50%;
  --duration: 20s;
}
.case-study-synapse .cs-conclusion-particles span:nth-child(5) {
  top: 10%;
  left: 70%;
  --duration: 14s;
}
.case-study-synapse .cs-conclusion-split-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}
.case-study-synapse .cs-conclusion-split-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transform: skewX(-25deg);
  animation: csShineLoop 6s infinite;
}
.case-study-synapse .cs-conclusion-split-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #CB2026;
}
.case-study-synapse .cs-conclusion-tag {
  color: #ff6b6b;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
  opacity: 0.8;
}
.case-study-synapse .cs-premium-title-compact {
  font-size: clamp(32px, 4vw, 52px);
  color: #fff;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.case-study-synapse .cs-premium-title-compact .highlight-red {
  color: #CB2026;
}
.case-study-synapse .cs-conclusion-divider {
  position: absolute;
  left: 42%;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
}
.case-study-synapse .cs-premium-text-compact {
  font-size: clamp(16px, 1.5vw, 19px);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 25px;
}
.case-study-synapse .cs-badge-slim {
  font-size: 10px;
  color: #ff6b6b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 16px;
  background: rgba(203, 32, 38, 0.1);
  border: 1px solid rgba(203, 32, 38, 0.2);
  border-radius: 30px;
}
@media (max-width: 991px) {
  .case-study-synapse .cs-conclusion-split-card {
    padding: 40px 30px;
  }
  .case-study-synapse .cs-premium-text-compact {
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.case-study-synapse {
  /* =========================================
     8. Contact Section Alignment
     ========================================= */
  /* Fix Alignment for Get Started Template */
}
.case-study-synapse .cs-contact-section .col-md-3.hide-device {
  display: none !important;
}
.case-study-synapse .cs-contact-section .col-md-9 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  text-align: center !important;
}
.case-study-synapse .cs-contact-section .container-lg {
  margin: 0 auto !important;
}
.case-study-synapse {
  /* =========================================
     9. Global / Responsive Fixes
     ========================================= */
}
@media (max-width: 768px) {
  .case-study-synapse {
    /* Fix Business Problem & Outcomes Typography */
  }
  .case-study-synapse .h2.font-size-h1, .case-study-synapse .font-size-h1.lead.xl,
  .case-study-synapse .h3.font-light.color-primary-100 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .case-study-synapse .h3.font-light.color-primary-100 {
    display: block;
    font-size: 24px !important;
    margin-bottom: 5px;
  }
  .case-study-synapse {
    /* Fix Outcomes Title */
  }
  .case-study-synapse #area-outcomes .h2, .case-study-synapse #area-outcomes .lead.xl {
    text-align: left !important;
  }
  .case-study-synapse #area-outcomes .h2 .font-size-h1, .case-study-synapse #area-outcomes .lead.xl .font-size-h1 {
    font-size: 32px !important;
  }
  .case-study-synapse {
    /* Stack Pinned Panels (Disable Pinning Visuals) */
  }
  .case-study-synapse .pin-panel {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    transform: none !important;
    margin-bottom: 30px;
    text-align: left !important;
  }
  .case-study-synapse {
    /* Override GSAP Pin Spacer if present (Brute force fix for visual gaps) */
  }
  .case-study-synapse .pin-spacer {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .case-study-synapse {
    /* Adjust Container Padding */
  }
  .case-study-synapse .section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .case-study-synapse {
    /* Reduce Illustration Clutter */
  }
  .case-study-synapse .illus-cont.style-lg img {
    opacity: 0.1;
    width: 150%;
    left: -25%;
  }
  .case-study-synapse {
    /* Ensure Content Visibility */
  }
  .case-study-synapse .wow {
    visibility: visible !important;
    animation-name: none !important;
    /* Disable fade-ins that might get stuck */
    opacity: 1 !important;
  }
  .case-study-synapse {
    /* Adjust sticky cards gap */
  }
  .case-study-synapse .sticky-panel {
    margin-bottom: 10px !important;
    /* Tighter gap for compact view */
  }
}
.case-study-synapse {
  /* FORCE VISIBILITY for Implementation Approach (Safe Mode) */
}
.case-study-synapse .cs-impl-approach .wow {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
}

/* End of .case-study-synapse Scope */
/* Global Keyframes (bubbled up) */
@keyframes cs-floatUp {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: translateY(-800px) rotate(720deg);
    opacity: 0;
  }
}
/* Global Keyframes for Hero (bubbled up) */
@keyframes csFloatNode1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, -20px) scale(1.1);
  }
  50% {
    transform: translate(-15px, 25px) scale(0.9);
  }
  75% {
    transform: translate(20px, 10px) scale(1.05);
  }
}
@keyframes csFloatNode2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-25px, 30px) scale(1.15);
  }
  50% {
    transform: translate(20px, -15px) scale(0.85);
  }
  75% {
    transform: translate(-10px, -25px) scale(1.1);
  }
}
@keyframes csFloatNode3 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(40px, -30px) scale(1.2);
  }
  50% {
    transform: translate(-30px, 20px) scale(0.8);
  }
  75% {
    transform: translate(25px, 15px) scale(1.1);
  }
}
@keyframes csFloatNode4 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-20px, 25px) scale(1.1);
  }
  50% {
    transform: translate(15px, -20px) scale(0.9);
  }
  75% {
    transform: translate(-10px, -15px) scale(1.05);
  }
}
@keyframes csFloatNode5 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(35px, 20px) scale(1.15);
  }
  50% {
    transform: translate(-25px, -30px) scale(0.85);
  }
  75% {
    transform: translate(15px, 25px) scale(1.1);
  }
}
@keyframes csRotateGeo1 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-20px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csRotateGeo2 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(-180deg) translateY(15px);
  }
  to {
    transform: rotate(-360deg) translateY(0px);
  }
}
@keyframes csRotateGeo3 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-25px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csDrawLine {
  to {
    stroke-dashoffset: 0;
  }
}
.case-study-synapse {
  /* =========================================
     10. Hero Section (Migrated from header.php)
     ========================================= */
  /* Base Hero Layout */
}
.case-study-synapse .case-study-detail-hero {
  position: relative;
  height: 100vh;
  /* max-height removed to ensure it fills 1080px screens, allowing scroll indicator to hit bottom */
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Ensure it doesn't overlap header menu if fixed */
  z-index: 1;
  background-color: #f4f7fa;
  /* Fallback light bg */
}
.case-study-synapse {
  /* Gradient Overlay for Depth */
}
.case-study-synapse .cs-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Premium dark blue fade to white/transparent bottom */
  background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.8) 0%, rgba(230, 240, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: overlay;
}
.case-study-synapse .cs-detail-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-synapse .banner-content-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 80px 0 20px;
  /* Added top padding for mobile menu clearance */
  pointer-events: none;
}
.case-study-synapse .banner-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  pointer-events: auto;
}
.case-study-synapse .container {
  /* Contextual override for hero container */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  position: relative;
  z-index: 11;
}
.case-study-synapse {
  /* Typography & Animations */
}
.case-study-synapse .case-study-hero-title {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  /* Wider for big text */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 12;
}
.case-study-synapse .cs-hero-tag {
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #CB2026;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.case-study-synapse .cs-hero-tag::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #CB2026;
  margin: 10px auto 0;
}
.case-study-synapse .gradient-text-wrap {
  margin-bottom: 10px;
}
.case-study-synapse .cs-hero-main-title {
  /* Massive Text */
  font-size: clamp(40px, 8vw, 110px);
  line-height: 0.9;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -2px;
  /* Solid Color for Reliability (Gradient caused visibility issues with SplitText) */
  color: #0F315D;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: initial;
  position: relative;
  z-index: 13;
  /* Subtle glow */
  filter: drop-shadow(0 10px 20px rgba(15, 49, 93, 0.15));
  /* Ensure visibility for animation */
  visibility: visible;
  opacity: 1;
}
.case-study-synapse {
  /* Ensure children created by SplitText inherit the solid color */
}
.case-study-synapse .cs-hero-main-title div {
  color: inherit;
  -webkit-text-fill-color: inherit;
  background: none;
}
.case-study-synapse .cs-hero-sub-title-wrap {
  margin-top: 20px;
}
.case-study-synapse .case-study-hero-title .h2, .case-study-synapse .case-study-hero-title .lead.xl {
  font-size: clamp(20px, 3vw, 42px);
  line-height: 1.2;
  color: #555;
  font-weight: 300;
  max-width: 800px;
}
.case-study-synapse {
  /* Media Queries */
}
@media (max-height: 700px) {
  .case-study-synapse .case-study-detail-hero {
    min-height: 100vh;
    max-height: 100vh;
  }
}
@media (min-height: 900px) {
  .case-study-synapse .case-study-detail-hero {
    height: 900px;
  }
}
.case-study-synapse {
  /* Floating Data Nodes and Geo shapes - Keeping existing animations */
}
.case-study-synapse .cs-data-node {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.4) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.case-study-synapse .cs-node-1 {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 10%;
  animation: csFloatNode1 8s ease-in-out infinite;
}
.case-study-synapse .cs-node-2 {
  width: 60px;
  height: 60px;
  top: 45%;
  right: 15%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.4) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode2 10s ease-in-out infinite;
}
.case-study-synapse .cs-node-3 {
  width: 100px;
  height: 100px;
  bottom: 25%;
  left: 20%;
  animation: csFloatNode3 12s ease-in-out infinite;
}
.case-study-synapse .cs-node-4 {
  width: 50px;
  height: 50px;
  top: 60%;
  right: 25%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.3) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  animation: csFloatNode4 9s ease-in-out infinite;
}
.case-study-synapse .cs-node-5 {
  width: 70px;
  height: 70px;
  bottom: 15%;
  right: 10%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.3) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode5 11s ease-in-out infinite;
}
.case-study-synapse .cs-geo-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.4;
  z-index: 1;
}
.case-study-synapse .cs-geo-1 {
  width: 120px;
  height: 120px;
  top: 15%;
  right: 10%;
  animation: csRotateGeo1 20s linear infinite;
}
.case-study-synapse .cs-geo-2 {
  width: 90px;
  height: 90px;
  bottom: 30%;
  left: 8%;
  animation: csRotateGeo2 25s linear infinite reverse;
}
.case-study-synapse .cs-geo-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  right: 20%;
  animation: csRotateGeo3 30s linear infinite;
}
.case-study-synapse .cs-connections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-synapse .cs-line-1,
.case-study-synapse .cs-line-2,
.case-study-synapse .cs-line-3,
.case-study-synapse .cs-line-4 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: csDrawLine 3s ease-in-out forwards;
}
.case-study-synapse .cs-line-2 {
  animation-delay: 0.5s;
}
.case-study-synapse .cs-line-3 {
  animation-delay: 1s;
}
.case-study-synapse .cs-line-4 {
  animation-delay: 1.5s;
}
.case-study-synapse {
  /* Responsive Adjustments */
}
@media (max-width: 768px) {
  .case-study-synapse .case-study-detail-hero {
    height: auto;
    min-height: 100vh;
    padding-top: 60px;
  }
  .case-study-synapse .banner-content-wrapper {
    padding-top: 60px !important;
  }
  .case-study-synapse .cs-hero-main-title {
    font-size: 42px !important;
    line-height: 1.1;
    padding: 0 10px;
  }
  .case-study-synapse .case-study-hero-title .h2, .case-study-synapse .case-study-hero-title .lead.xl {
    font-size: 18px !important;
  }
  .case-study-synapse .cs-data-node {
    width: 30px !important;
    height: 30px !important;
  }
  .case-study-synapse .cs-geo-shape {
    width: 50px !important;
    height: 50px !important;
  }
  .case-study-synapse .cs-hero-scroll-indicator {
    margin-top: 30px !important;
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
.case-study-synapse {
  /* EQUAL HEIGHT CARDS for Implementation Phase */
}
.case-study-synapse .cs-phases-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.case-study-synapse .cs-phase-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 25px;
}
.case-study-synapse .cs-phase-content {
  flex: 1;
}
.case-study-synapse .cs-impl-approach {
  padding: 100px 0;
}
.case-study-synapse .cs-impl-header {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .case-study-synapse .cs-impl-header {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}

/* Force Center Alignment for Desktop */
@media (min-width: 769px) {
  .banner-content,
  .container,
  .row,
  .col-12 {
    position: static !important;
  }
  .cs-hero-scroll-indicator {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 40px !important;
    margin: 0 auto !important;
    width: fit-content !important;
    transform: none !important;
    z-index: 20;
  }
}
/* Global Conclusion Section Animations */
@keyframes csMeshMove {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(2%, 3%) scale(1.1);
  }
  100% {
    transform: translate(-1%, -2%) scale(1.05);
  }
}
@keyframes csFloatAround {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) translateX(20px) scale(1.5);
    opacity: 0;
  }
}
@keyframes csShineLoop {
  0% {
    left: -100%;
  }
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
/* Case Study: Databricks Lakehouse for Enterprise Data Consolidation - Scoped Styles */
.case-study-powerbi {
  /* =========================================
     1. Client Context Section (Glassmorphism)
     ========================================= */
}
.case-study-powerbi .cs-glass-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.case-study-powerbi .cs-glass-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.case-study-powerbi .cs-glass-bg-image {
  background-image: url("/assets/images/case-study/Power BI Reporting Standardization Across Departments.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.case-study-powerbi .cs-glass-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(135deg, rgba(15, 49, 93, 0.9) 0%, rgba(10, 30, 60, 0.8) 100%);
}
.case-study-powerbi .cs-glass-content-container {
  position: relative;
  z-index: 3;
}
.case-study-powerbi .cs-glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
.case-study-powerbi .cs-tag {
  background: rgba(203, 32, 38, 0.2);
  color: #ff6b6b;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.case-study-powerbi .cs-glass-title {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
}
.case-study-powerbi .cs-highlight-blue {
  color: #fff;
}
.case-study-powerbi .cs-glass-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}
.case-study-powerbi {
  /* =========================================
     2. Business Problem Section
     ========================================= */
}
.case-study-powerbi .cs-detail-section {
  background: linear-gradient(180deg, #f9f9f9 0%, #e9e9e9 100%);
  color: #2c2c2c;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 60vh;
}
.case-study-powerbi .cs-problem-header {
  position: relative;
}
.case-study-powerbi .cs-problem-title {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 0;
  color: #999;
}
.case-study-powerbi .cs-problem-subtitle {
  color: #999;
}
.case-study-powerbi .cs-problem-content {
  border-left: 3px solid #CB2026;
  padding-left: 40px;
}
.case-study-powerbi .cs-problem-text {
  color: #444;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0;
}
.case-study-powerbi {
  /* =========================================
     3. Technical Challenges Section
     ========================================= */
}
.case-study-powerbi .cs-tech-challenges-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.case-study-powerbi .cs-tech-title {
  font-size: 2.5rem !important;
  line-height: 1.1;
}
.case-study-powerbi .cs-tech-subtitle {
  font-size: 3.5rem !important;
}
.case-study-powerbi .cs-tech-impact-box {
  border-top: none;
}
.case-study-powerbi .cs-tech-impact-text {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.4;
  font-style: normal;
  opacity: 1;
}
.case-study-powerbi {
  /* Technical Challenges Hover Effects (Spotlight) */
}
.case-study-powerbi .card-wrapper:hover .card {
  opacity: 0.5;
  transform: scale(0.98);
  transition: all 0.4s ease;
}
.case-study-powerbi .card-wrapper .card:hover {
  opacity: 1;
  transform: scale(1.05) translateY(-5px);
  z-index: 100;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-color: #CB2026 !important;
  /* Brand Red accent on hover */
}
.case-study-powerbi .card-wrapper .card {
  transition: all 0.4s ease;
  background: #fff;
  /* Ensure bg is solid for overlay effect */
  padding: 1.5rem !important;
  /* Compact padding */
  margin-bottom: 10px !important;
  /* Tighter spacing */
  height: 100%;
  display: flex;
  align-items: center;
}
.case-study-powerbi {
  /* =========================================
     4. Tools and Stacks Section
     ========================================= */
}
.case-study-powerbi .cs-bento-section {
  padding: 60px 0;
}
.case-study-powerbi .cs-bento-container {
  background-color: #f9f9f9;
  border-radius: 40px;
  padding: 60px 40px;
  margin: 0 20px;
}
.case-study-powerbi .cs-bento-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.case-study-powerbi .bento-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.02);
  padding: 20px 25px;
  display: flex;
  align-items: center;
  /* Vertical Center */
  text-align: left;
  transition: all 0.3s ease;
  /* 3 Columns Fixed Width ~30% */
  flex: 0 0 30%;
  min-width: 250px;
}
.case-study-powerbi .bento-icon {
  font-size: 24px;
  color: #CB2026;
  /* Brand Red */
  margin-right: 15px;
  width: 30px;
  /* Fixed width for alignment */
  text-align: center;
}
.case-study-powerbi .bento-content {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}
.case-study-powerbi {
  /* Hover Effects */
}
.case-study-powerbi .bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: #CB2026;
  /* Highlight border on hover */
}
.case-study-powerbi {
  /* Responsive */
}
@media (max-width: 991px) {
  .case-study-powerbi .bento-card {
    flex: 0 0 45%;
    /* 2 Columns on tablet */
  }
}
@media (max-width: 576px) {
  .case-study-powerbi .bento-card {
    flex: 0 0 100%;
    /* 1 Column on mobile */
  }
}
.case-study-powerbi {
  /* =========================================
     5. Tradeoff Section (Conceptual)
     ========================================= */
}
.case-study-powerbi .cs-conceptual-tradeoff {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  /* Conceptually distinct */
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.case-study-powerbi .cs-tradeoff-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Use the specific requested image */
  background-image: url("/assets/images/case-study/Databricks%20Lakehouse%20for%20Enterprise%20Data%20Consolidation%20.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Parallax feel */
  z-index: 0;
}
.case-study-powerbi .cs-tradeoff-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10, 31, 61, 0.92) 0%, rgba(5, 16, 33, 0.85) 100%);
  backdrop-filter: blur(4px);
  z-index: 1;
}
.case-study-powerbi .cs-concept-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #CB2026;
  /* Brand Accent */
  font-weight: 700;
  margin-bottom: 30px;
}
.case-study-powerbi .cs-concept-divider {
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 0 auto 40px;
  opacity: 0.3;
}
.case-study-powerbi .cs-concept-text {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: inherit;
  /* Use site font */
  color: #ffffff;
}
.case-study-powerbi .cs-concept-insight {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
@media (max-width: 768px) {
  .case-study-powerbi .cs-concept-text {
    font-size: 1.6rem;
  }
  .case-study-powerbi .cs-tradeoff-bg {
    background-attachment: scroll;
    /* Mobile fix */
  }
}
.case-study-powerbi {
  /* =========================================
     6. Outcomes Section
     ========================================= */
}
.case-study-powerbi .cs-outcomes-wrapper {
  overflow: hidden;
}
.case-study-powerbi .cs-outcomes-title {
  color: #2c2c2c;
}
.case-study-powerbi .cs-outcomes-impact {
  color: #CB2026;
}
.case-study-powerbi {
  /* Animated Impact Cards */
}
.case-study-powerbi .outcome-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  /* Subtle initial shadow */
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.case-study-powerbi .outcome-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #eef2f6;
  /* Bluish Shady Background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.case-study-powerbi .outcome-icon i {
  color: #CB2026;
  /* Brand Red */
  font-size: 18px;
}
.case-study-powerbi .outcome-text strong {
  display: block;
  font-size: 1.1rem;
  color: #1a1a1a;
  margin-bottom: 5px;
  font-weight: 700;
}
.case-study-powerbi .outcome-text p {
  margin: 0;
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.case-study-powerbi {
  /* Hover Animation */
}
.case-study-powerbi .outcome-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
  border-color: #CB2026;
  /* Red accent on hover */
}
.case-study-powerbi {
  /* Background Particles CSS */
}
.case-study-powerbi .cs-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.case-study-powerbi .cs-particles span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(203, 32, 38, 0.08);
  /* Low opacity Red */
  animation: cs-floatUp 25s linear infinite;
  bottom: -150px;
  border-radius: 50%;
}
.case-study-powerbi .cs-particles span:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.case-study-powerbi .cs-particles span:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.case-study-powerbi .cs-particles span:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.case-study-powerbi .cs-particles span:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.case-study-powerbi .cs-particles span:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.case-study-powerbi .cs-particles span:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.case-study-powerbi .cs-particles span:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.case-study-powerbi .cs-particles span:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.case-study-powerbi .cs-particles span:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.case-study-powerbi .cs-particles span:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
.case-study-powerbi {
  /* Helper Classes */
}
.case-study-powerbi .cs-tradeoff-content-container {
  position: relative;
  z-index: 2;
}
.case-study-powerbi .cs-outcomes-content {
  position: relative;
  z-index: 1;
}
.case-study-powerbi .cs-conclusion-section {
  background-color: #050b18;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.case-study-powerbi {
  /* Animated Mesh Background */
}
.case-study-powerbi .cs-conclusion-bg-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(circle at 20% 30%, rgba(203, 32, 38, 0.15) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(15, 49, 93, 0.3) 0%, transparent 40%), radial-gradient(circle at 50% 50%, rgba(10, 30, 60, 0.2) 0%, transparent 60%);
  filter: blur(60px);
  animation: csMeshMove 15s ease-in-out infinite alternate;
}
.case-study-powerbi .cs-conclusion-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.case-study-powerbi .cs-conclusion-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(203, 32, 38, 0.4);
  border-radius: 50%;
  animation: csFloatAround var(--duration, 10s) linear infinite;
  filter: blur(1px);
}
.case-study-powerbi .cs-conclusion-particles span:nth-child(1) {
  top: 20%;
  left: 10%;
  --duration: 12s;
}
.case-study-powerbi .cs-conclusion-particles span:nth-child(2) {
  top: 60%;
  left: 80%;
  --duration: 15s;
}
.case-study-powerbi .cs-conclusion-particles span:nth-child(3) {
  top: 80%;
  left: 30%;
  --duration: 18s;
}
.case-study-powerbi .cs-conclusion-particles span:nth-child(4) {
  top: 40%;
  left: 50%;
  --duration: 20s;
}
.case-study-powerbi .cs-conclusion-particles span:nth-child(5) {
  top: 10%;
  left: 70%;
  --duration: 14s;
}
.case-study-powerbi .cs-conclusion-split-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}
.case-study-powerbi .cs-conclusion-split-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transform: skewX(-25deg);
  animation: csShineLoop 6s infinite;
}
.case-study-powerbi .cs-conclusion-split-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #CB2026;
}
.case-study-powerbi .cs-conclusion-tag {
  color: #ff6b6b;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
  opacity: 0.8;
}
.case-study-powerbi .cs-premium-title-compact {
  font-size: clamp(32px, 4vw, 52px);
  color: #fff;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.case-study-powerbi .cs-premium-title-compact .highlight-red {
  color: #CB2026;
}
.case-study-powerbi .cs-conclusion-divider {
  position: absolute;
  left: 42%;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
}
.case-study-powerbi .cs-premium-text-compact {
  font-size: clamp(16px, 1.5vw, 19px);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 25px;
}
.case-study-powerbi .cs-badge-slim {
  font-size: 10px;
  color: #ff6b6b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 16px;
  background: rgba(203, 32, 38, 0.1);
  border: 1px solid rgba(203, 32, 38, 0.2);
  border-radius: 30px;
}
@media (max-width: 991px) {
  .case-study-powerbi .cs-conclusion-split-card {
    padding: 40px 30px;
  }
  .case-study-powerbi .cs-premium-text-compact {
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.case-study-powerbi {
  /* =========================================
     8. Contact Section Alignment
     ========================================= */
  /* Fix Alignment for Get Started Template */
}
.case-study-powerbi .cs-contact-section .col-md-3.hide-device {
  display: none !important;
}
.case-study-powerbi .cs-contact-section .col-md-9 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  text-align: center !important;
}
.case-study-powerbi .cs-contact-section .container-lg {
  margin: 0 auto !important;
}
.case-study-powerbi {
  /* =========================================
     9. Global / Responsive Fixes
     ========================================= */
}
@media (max-width: 768px) {
  .case-study-powerbi {
    /* Fix Business Problem & Outcomes Typography */
  }
  .case-study-powerbi .h2.font-size-h1, .case-study-powerbi .font-size-h1.lead.xl,
  .case-study-powerbi .h3.font-light.color-primary-100 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .case-study-powerbi .h3.font-light.color-primary-100 {
    display: block;
    font-size: 24px !important;
    margin-bottom: 5px;
  }
  .case-study-powerbi {
    /* Fix Outcomes Title */
  }
  .case-study-powerbi #area-outcomes .h2, .case-study-powerbi #area-outcomes .lead.xl {
    text-align: left !important;
  }
  .case-study-powerbi #area-outcomes .h2 .font-size-h1, .case-study-powerbi #area-outcomes .lead.xl .font-size-h1 {
    font-size: 32px !important;
  }
  .case-study-powerbi {
    /* Stack Pinned Panels (Disable Pinning Visuals) */
  }
  .case-study-powerbi .pin-panel {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    transform: none !important;
    margin-bottom: 30px;
    text-align: left !important;
  }
  .case-study-powerbi {
    /* Override GSAP Pin Spacer if present (Brute force fix for visual gaps) */
  }
  .case-study-powerbi .pin-spacer {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .case-study-powerbi {
    /* Adjust Container Padding */
  }
  .case-study-powerbi .section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .case-study-powerbi {
    /* Reduce Illustration Clutter */
  }
  .case-study-powerbi .illus-cont.style-lg img {
    opacity: 0.1;
    width: 150%;
    left: -25%;
  }
  .case-study-powerbi {
    /* Ensure Content Visibility */
  }
  .case-study-powerbi .wow {
    visibility: visible !important;
    animation-name: none !important;
    /* Disable fade-ins that might get stuck */
    opacity: 1 !important;
  }
  .case-study-powerbi {
    /* Adjust sticky cards gap */
  }
  .case-study-powerbi .sticky-panel {
    margin-bottom: 10px !important;
    /* Tighter gap for compact view */
  }
}
.case-study-powerbi {
  /* FORCE VISIBILITY for Implementation Approach (Safe Mode) */
}
.case-study-powerbi .cs-impl-approach .wow {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
}

/* End of .case-study-powerbi Scope */
/* Global Keyframes (bubbled up) */
@keyframes cs-floatUp {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: translateY(-800px) rotate(720deg);
    opacity: 0;
  }
}
/* Global Keyframes for Hero (bubbled up) */
@keyframes csFloatNode1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, -20px) scale(1.1);
  }
  50% {
    transform: translate(-15px, 25px) scale(0.9);
  }
  75% {
    transform: translate(20px, 10px) scale(1.05);
  }
}
@keyframes csFloatNode2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-25px, 30px) scale(1.15);
  }
  50% {
    transform: translate(20px, -15px) scale(0.85);
  }
  75% {
    transform: translate(-10px, -25px) scale(1.1);
  }
}
@keyframes csFloatNode3 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(40px, -30px) scale(1.2);
  }
  50% {
    transform: translate(-30px, 20px) scale(0.8);
  }
  75% {
    transform: translate(25px, 15px) scale(1.1);
  }
}
@keyframes csFloatNode4 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-20px, 25px) scale(1.1);
  }
  50% {
    transform: translate(15px, -20px) scale(0.9);
  }
  75% {
    transform: translate(-10px, -15px) scale(1.05);
  }
}
@keyframes csFloatNode5 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(35px, 20px) scale(1.15);
  }
  50% {
    transform: translate(-25px, -30px) scale(0.85);
  }
  75% {
    transform: translate(15px, 25px) scale(1.1);
  }
}
@keyframes csRotateGeo1 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-20px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csRotateGeo2 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(-180deg) translateY(15px);
  }
  to {
    transform: rotate(-360deg) translateY(0px);
  }
}
@keyframes csRotateGeo3 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-25px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csDrawLine {
  to {
    stroke-dashoffset: 0;
  }
}
.case-study-powerbi {
  /* =========================================
     10. Hero Section (Migrated from header.php)
     ========================================= */
  /* Base Hero Layout */
}
.case-study-powerbi .case-study-detail-hero {
  position: relative;
  height: 100vh;
  /* max-height removed to ensure it fills 1080px screens, allowing scroll indicator to hit bottom */
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Ensure it doesn't overlap header menu if fixed */
  z-index: 1;
  background-color: #f4f7fa;
  /* Fallback light bg */
}
.case-study-powerbi {
  /* Gradient Overlay for Depth */
}
.case-study-powerbi .cs-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Premium dark blue fade to white/transparent bottom */
  background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.8) 0%, rgba(230, 240, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: overlay;
}
.case-study-powerbi .cs-detail-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-powerbi .banner-content-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 80px 0 20px;
  /* Added top padding for mobile menu clearance */
  pointer-events: none;
}
.case-study-powerbi .banner-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  pointer-events: auto;
}
.case-study-powerbi .container {
  /* Contextual override for hero container */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  position: relative;
  z-index: 11;
}
.case-study-powerbi {
  /* Typography & Animations */
}
.case-study-powerbi .case-study-hero-title {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  /* Wider for big text */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 12;
}
.case-study-powerbi .cs-hero-tag {
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #CB2026;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.case-study-powerbi .cs-hero-tag::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #CB2026;
  margin: 10px auto 0;
}
.case-study-powerbi .gradient-text-wrap {
  margin-bottom: 10px;
}
.case-study-powerbi .cs-hero-main-title {
  /* Massive Text */
  font-size: clamp(40px, 8vw, 110px);
  line-height: 0.9;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -2px;
  /* Solid Color for Reliability (Gradient caused visibility issues with SplitText) */
  color: #0F315D;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: initial;
  position: relative;
  z-index: 13;
  /* Subtle glow */
  filter: drop-shadow(0 10px 20px rgba(15, 49, 93, 0.15));
  /* Ensure visibility for animation */
  visibility: visible;
  opacity: 1;
}
.case-study-powerbi {
  /* Ensure children created by SplitText inherit the solid color */
}
.case-study-powerbi .cs-hero-main-title div {
  color: inherit;
  -webkit-text-fill-color: inherit;
  background: none;
}
.case-study-powerbi .cs-hero-sub-title-wrap {
  margin-top: 20px;
}
.case-study-powerbi .case-study-hero-title .h2, .case-study-powerbi .case-study-hero-title .lead.xl {
  font-size: clamp(20px, 3vw, 42px);
  line-height: 1.2;
  color: #555;
  font-weight: 300;
  max-width: 800px;
}
.case-study-powerbi {
  /* Media Queries */
}
@media (max-height: 700px) {
  .case-study-powerbi .case-study-detail-hero {
    min-height: 100vh;
    max-height: 100vh;
  }
}
@media (min-height: 900px) {
  .case-study-powerbi .case-study-detail-hero {
    height: 900px;
  }
}
.case-study-powerbi {
  /* Floating Data Nodes and Geo shapes - Keeping existing animations */
}
.case-study-powerbi .cs-data-node {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.4) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.case-study-powerbi .cs-node-1 {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 10%;
  animation: csFloatNode1 8s ease-in-out infinite;
}
.case-study-powerbi .cs-node-2 {
  width: 60px;
  height: 60px;
  top: 45%;
  right: 15%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.4) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode2 10s ease-in-out infinite;
}
.case-study-powerbi .cs-node-3 {
  width: 100px;
  height: 100px;
  bottom: 25%;
  left: 20%;
  animation: csFloatNode3 12s ease-in-out infinite;
}
.case-study-powerbi .cs-node-4 {
  width: 50px;
  height: 50px;
  top: 60%;
  right: 25%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.3) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  animation: csFloatNode4 9s ease-in-out infinite;
}
.case-study-powerbi .cs-node-5 {
  width: 70px;
  height: 70px;
  bottom: 15%;
  right: 10%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.3) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode5 11s ease-in-out infinite;
}
.case-study-powerbi .cs-geo-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.4;
  z-index: 1;
}
.case-study-powerbi .cs-geo-1 {
  width: 120px;
  height: 120px;
  top: 15%;
  right: 10%;
  animation: csRotateGeo1 20s linear infinite;
}
.case-study-powerbi .cs-geo-2 {
  width: 90px;
  height: 90px;
  bottom: 30%;
  left: 8%;
  animation: csRotateGeo2 25s linear infinite reverse;
}
.case-study-powerbi .cs-geo-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  right: 20%;
  animation: csRotateGeo3 30s linear infinite;
}
.case-study-powerbi .cs-connections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-powerbi .cs-line-1,
.case-study-powerbi .cs-line-2,
.case-study-powerbi .cs-line-3,
.case-study-powerbi .cs-line-4 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: csDrawLine 3s ease-in-out forwards;
}
.case-study-powerbi .cs-line-2 {
  animation-delay: 0.5s;
}
.case-study-powerbi .cs-line-3 {
  animation-delay: 1s;
}
.case-study-powerbi .cs-line-4 {
  animation-delay: 1.5s;
}
.case-study-powerbi {
  /* Responsive Adjustments */
}
@media (max-width: 768px) {
  .case-study-powerbi .case-study-detail-hero {
    height: auto;
    min-height: 100vh;
    padding-top: 60px;
  }
  .case-study-powerbi .banner-content-wrapper {
    padding-top: 60px !important;
  }
  .case-study-powerbi .cs-hero-main-title {
    font-size: 42px !important;
    line-height: 1.1;
    padding: 0 10px;
  }
  .case-study-powerbi .case-study-hero-title .h2, .case-study-powerbi .case-study-hero-title .lead.xl {
    font-size: 18px !important;
  }
  .case-study-powerbi .cs-data-node {
    width: 30px !important;
    height: 30px !important;
  }
  .case-study-powerbi .cs-geo-shape {
    width: 50px !important;
    height: 50px !important;
  }
  .case-study-powerbi .cs-hero-scroll-indicator {
    margin-top: 30px !important;
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
.case-study-powerbi {
  /* EQUAL HEIGHT CARDS for Implementation Phase */
}
.case-study-powerbi .cs-phases-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.case-study-powerbi .cs-phase-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 25px;
}
.case-study-powerbi .cs-phase-content {
  flex: 1;
}
.case-study-powerbi .cs-impl-approach {
  padding: 100px 0;
}
.case-study-powerbi .cs-impl-header {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .case-study-powerbi .cs-impl-header {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}

/* Force Center Alignment for Desktop */
@media (min-width: 769px) {
  .banner-content,
  .container,
  .row,
  .col-12 {
    position: static !important;
  }
  .cs-hero-scroll-indicator {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 40px !important;
    margin: 0 auto !important;
    width: fit-content !important;
    transform: none !important;
    z-index: 20;
  }
}
/* Global Conclusion Section Animations */
@keyframes csMeshMove {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(2%, 3%) scale(1.1);
  }
  100% {
    transform: translate(-1%, -2%) scale(1.05);
  }
}
@keyframes csFloatAround {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) translateX(20px) scale(1.5);
    opacity: 0;
  }
}
@keyframes csShineLoop {
  0% {
    left: -100%;
  }
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
/* Case Study: SQL Server Security - Scoped Styles */
.case-study-sqlsec {
  /* =========================================
     1. Client Context Section (Glassmorphism)
     ========================================= */
}
.case-study-sqlsec .cs-glass-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.case-study-sqlsec .cs-glass-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.case-study-sqlsec .cs-glass-bg-image {
  background-image: url("/assets/images/case-study/SQL Server Security Hardening and Governance Baseline .png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.case-study-sqlsec .cs-glass-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(135deg, rgba(8, 20, 36, 0.95) 0%, rgba(5, 10, 20, 0.9) 100%);
}
.case-study-sqlsec .cs-glass-content-container {
  position: relative;
  z-index: 3;
}
.case-study-sqlsec .cs-glass-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  /* Thinner border for cleaner look */
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}
.case-study-sqlsec .cs-tag {
  background: rgba(203, 32, 38, 0.2);
  color: #ff6b6b;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.case-study-sqlsec .cs-glass-title {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
}
.case-study-sqlsec .cs-highlight-blue {
  color: #fff;
}
.case-study-sqlsec .cs-glass-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}
.case-study-sqlsec {
  /* =========================================
     2. Business Problem Section
     ========================================= */
}
.case-study-sqlsec .cs-detail-section {
  background: linear-gradient(180deg, #f9f9f9 0%, #e9e9e9 100%);
  color: #2c2c2c;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 60vh;
}
.case-study-sqlsec .cs-problem-header {
  position: relative;
}
.case-study-sqlsec .cs-problem-title {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 0;
  color: #999;
}
.case-study-sqlsec .cs-problem-subtitle {
  color: #999;
}
.case-study-sqlsec .cs-problem-content {
  border-left: 3px solid #CB2026;
  padding-left: 40px;
}
.case-study-sqlsec .cs-problem-text {
  color: #444;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0;
}
.case-study-sqlsec {
  /* =========================================
     3. Technical Challenges Section
     ========================================= */
}
.case-study-sqlsec .cs-tech-challenges-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.case-study-sqlsec .cs-tech-title {
  font-size: 2.5rem !important;
  line-height: 1.1;
}
.case-study-sqlsec .cs-tech-subtitle {
  font-size: 3.5rem !important;
}
.case-study-sqlsec .cs-tech-impact-box {
  border-top: none;
}
.case-study-sqlsec .cs-tech-impact-text {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.4;
  font-style: normal;
  opacity: 1;
}
.case-study-sqlsec {
  /* Technical Challenges Hover Effects (Spotlight) */
}
.case-study-sqlsec .card-wrapper:hover .card {
  opacity: 0.5;
  transform: scale(0.98);
  transition: all 0.4s ease;
}
.case-study-sqlsec .card-wrapper .card:hover {
  opacity: 1;
  transform: scale(1.05) translateY(-5px);
  z-index: 100;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-color: #CB2026 !important;
  /* Brand Red accent on hover */
}
.case-study-sqlsec .card-wrapper .card {
  transition: all 0.4s ease;
  background: #fff;
  /* Ensure bg is solid for overlay effect */
  padding: 1.5rem !important;
  /* Compact padding */
  margin-bottom: 10px !important;
  /* Tighter spacing */
  height: 100%;
  display: flex;
  align-items: center;
}
.case-study-sqlsec {
  /* =========================================
     4. Tools and Stacks Section
     ========================================= */
}
.case-study-sqlsec .cs-bento-section {
  padding: 60px 0;
}
.case-study-sqlsec .cs-bento-container {
  background-color: #f9f9f9;
  border-radius: 40px;
  padding: 60px 40px;
  margin: 0 20px;
}
.case-study-sqlsec .cs-bento-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.case-study-sqlsec .bento-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.02);
  padding: 20px 25px;
  display: flex;
  align-items: center;
  /* Vertical Center */
  text-align: left;
  transition: all 0.3s ease;
  /* 3 Columns Fixed Width ~30% */
  flex: 0 0 30%;
  min-width: 250px;
}
.case-study-sqlsec .bento-icon {
  font-size: 24px;
  color: #CB2026;
  /* Brand Red */
  margin-right: 15px;
  width: 30px;
  /* Fixed width for alignment */
  text-align: center;
}
.case-study-sqlsec .bento-content {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}
.case-study-sqlsec {
  /* Hover Effects */
}
.case-study-sqlsec .bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: #CB2026;
  /* Highlight border on hover */
}
.case-study-sqlsec {
  /* Responsive */
}
@media (max-width: 991px) {
  .case-study-sqlsec .bento-card {
    flex: 0 0 45%;
    /* 2 Columns on tablet */
  }
}
@media (max-width: 576px) {
  .case-study-sqlsec .bento-card {
    flex: 0 0 100%;
    /* 1 Column on mobile */
  }
}
.case-study-sqlsec {
  /* =========================================
     5. Tradeoff Section (Conceptual)
     ========================================= */
}
.case-study-sqlsec .cs-conceptual-tradeoff {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  /* Conceptually distinct */
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.case-study-sqlsec .cs-tradeoff-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Use the specific requested image */
  background-image: url("/assets/images/case-study/SQL Server Security Hardening and Governance Baseline .png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Parallax feel */
  z-index: 0;
}
.case-study-sqlsec .cs-tradeoff-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(8, 20, 36, 0.95) 0%, rgba(5, 10, 20, 0.9) 100%);
  backdrop-filter: blur(4px);
  z-index: 1;
}
.case-study-sqlsec .cs-concept-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #CB2026;
  /* Brand Accent */
  font-weight: 700;
  margin-bottom: 30px;
}
.case-study-sqlsec .cs-concept-divider {
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 0 auto 40px;
  opacity: 0.3;
}
.case-study-sqlsec .cs-concept-text {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: inherit;
  /* Use site font */
  color: #ffffff;
}
.case-study-sqlsec .cs-concept-insight {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
@media (max-width: 768px) {
  .case-study-sqlsec .cs-concept-text {
    font-size: 1.6rem;
  }
  .case-study-sqlsec .cs-tradeoff-bg {
    background-attachment: scroll;
    /* Mobile fix */
  }
}
.case-study-sqlsec {
  /* =========================================
     6. Outcomes Section
     ========================================= */
}
.case-study-sqlsec .cs-outcomes-wrapper {
  overflow: hidden;
}
.case-study-sqlsec .cs-outcomes-title {
  color: #2c2c2c;
}
.case-study-sqlsec .cs-outcomes-impact {
  color: #CB2026;
}
.case-study-sqlsec {
  /* Animated Impact Cards */
}
.case-study-sqlsec .outcome-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  /* Subtle initial shadow */
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.case-study-sqlsec .outcome-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #eef2f6;
  /* Bluish Shady Background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.case-study-sqlsec .outcome-icon i {
  color: #CB2026;
  /* Brand Red */
  font-size: 18px;
}
.case-study-sqlsec .outcome-text strong {
  display: block;
  font-size: 1.1rem;
  color: #1a1a1a;
  margin-bottom: 5px;
  font-weight: 700;
}
.case-study-sqlsec .outcome-text p {
  margin: 0;
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
  font-weight: 300;
}
.case-study-sqlsec {
  /* Hover Animation */
}
.case-study-sqlsec .outcome-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
  border-color: #CB2026;
  /* Red accent on hover */
}
.case-study-sqlsec {
  /* Background Particles CSS */
}
.case-study-sqlsec .cs-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.case-study-sqlsec .cs-particles span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(203, 32, 38, 0.08);
  /* Low opacity Red */
  animation: cs-floatUp 25s linear infinite;
  bottom: -150px;
  border-radius: 50%;
}
.case-study-sqlsec .cs-particles span:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.case-study-sqlsec .cs-particles span:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.case-study-sqlsec .cs-particles span:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.case-study-sqlsec .cs-particles span:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.case-study-sqlsec .cs-particles span:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.case-study-sqlsec .cs-particles span:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.case-study-sqlsec .cs-particles span:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.case-study-sqlsec .cs-particles span:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.case-study-sqlsec .cs-particles span:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.case-study-sqlsec .cs-particles span:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
.case-study-sqlsec {
  /* Helper Classes */
}
.case-study-sqlsec .cs-tradeoff-content-container {
  position: relative;
  z-index: 2;
}
.case-study-sqlsec .cs-outcomes-content {
  position: relative;
  z-index: 1;
}
.case-study-sqlsec .cs-conclusion-section {
  background-color: #050b18;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.case-study-sqlsec {
  /* Animated Mesh Background */
}
.case-study-sqlsec .cs-conclusion-bg-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(circle at 20% 30%, rgba(203, 32, 38, 0.15) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(15, 49, 93, 0.3) 0%, transparent 40%), radial-gradient(circle at 50% 50%, rgba(10, 30, 60, 0.2) 0%, transparent 60%);
  filter: blur(60px);
  animation: csMeshMove 15s ease-in-out infinite alternate;
}
.case-study-sqlsec .cs-conclusion-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.case-study-sqlsec .cs-conclusion-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(203, 32, 38, 0.4);
  border-radius: 50%;
  animation: csFloatAround var(--duration, 10s) linear infinite;
  filter: blur(1px);
}
.case-study-sqlsec .cs-conclusion-particles span:nth-child(1) {
  top: 20%;
  left: 10%;
  --duration: 12s;
}
.case-study-sqlsec .cs-conclusion-particles span:nth-child(2) {
  top: 60%;
  left: 80%;
  --duration: 15s;
}
.case-study-sqlsec .cs-conclusion-particles span:nth-child(3) {
  top: 80%;
  left: 30%;
  --duration: 18s;
}
.case-study-sqlsec .cs-conclusion-particles span:nth-child(4) {
  top: 40%;
  left: 50%;
  --duration: 20s;
}
.case-study-sqlsec .cs-conclusion-particles span:nth-child(5) {
  top: 10%;
  left: 70%;
  --duration: 14s;
}
.case-study-sqlsec .cs-conclusion-split-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}
.case-study-sqlsec .cs-conclusion-split-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transform: skewX(-25deg);
  animation: csShineLoop 6s infinite;
}
.case-study-sqlsec .cs-conclusion-split-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #CB2026;
}
.case-study-sqlsec .cs-conclusion-tag {
  color: #ff6b6b;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
  opacity: 0.8;
}
.case-study-sqlsec .cs-premium-title-compact {
  font-size: clamp(32px, 4vw, 52px);
  color: #fff;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.case-study-sqlsec .cs-premium-title-compact .highlight-red {
  color: #CB2026;
}
.case-study-sqlsec .cs-conclusion-divider {
  position: absolute;
  left: 42%;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
}
.case-study-sqlsec .cs-premium-text-compact {
  font-size: clamp(16px, 1.5vw, 19px);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 25px;
}
.case-study-sqlsec .cs-badge-slim {
  font-size: 10px;
  color: #ff6b6b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 16px;
  background: rgba(203, 32, 38, 0.1);
  border: 1px solid rgba(203, 32, 38, 0.2);
  border-radius: 30px;
}
@media (max-width: 991px) {
  .case-study-sqlsec .cs-conclusion-split-card {
    padding: 40px 30px;
  }
  .case-study-sqlsec .cs-premium-text-compact {
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.case-study-sqlsec {
  /* =========================================
     8. Contact Section Alignment
     ========================================= */
  /* Fix Alignment for Get Started Template */
}
.case-study-sqlsec .cs-contact-section .col-md-3.hide-device {
  display: none !important;
}
.case-study-sqlsec .cs-contact-section .col-md-9 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  text-align: center !important;
}
.case-study-sqlsec .cs-contact-section .container-lg {
  margin: 0 auto !important;
}
.case-study-sqlsec {
  /* =========================================
     9. Global / Responsive Fixes
     ========================================= */
}
@media (max-width: 768px) {
  .case-study-sqlsec {
    /* Fix Business Problem & Outcomes Typography */
  }
  .case-study-sqlsec .h2.font-size-h1, .case-study-sqlsec .font-size-h1.lead.xl,
  .case-study-sqlsec .h3.font-light.color-primary-100 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .case-study-sqlsec .h3.font-light.color-primary-100 {
    display: block;
    font-size: 24px !important;
    margin-bottom: 5px;
  }
  .case-study-sqlsec {
    /* Fix Outcomes Title */
  }
  .case-study-sqlsec #area-outcomes .h2, .case-study-sqlsec #area-outcomes .lead.xl {
    text-align: left !important;
  }
  .case-study-sqlsec #area-outcomes .h2 .font-size-h1, .case-study-sqlsec #area-outcomes .lead.xl .font-size-h1 {
    font-size: 32px !important;
  }
  .case-study-sqlsec {
    /* Stack Pinned Panels (Disable Pinning Visuals) */
  }
  .case-study-sqlsec .pin-panel {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    transform: none !important;
    margin-bottom: 30px;
    text-align: left !important;
  }
  .case-study-sqlsec {
    /* Override GSAP Pin Spacer if present (Brute force fix for visual gaps) */
  }
  .case-study-sqlsec .pin-spacer {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .case-study-sqlsec {
    /* Adjust Container Padding */
  }
  .case-study-sqlsec .section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .case-study-sqlsec {
    /* Reduce Illustration Clutter */
  }
  .case-study-sqlsec .illus-cont.style-lg img {
    opacity: 0.1;
    width: 150%;
    left: -25%;
  }
  .case-study-sqlsec {
    /* Ensure Content Visibility */
  }
  .case-study-sqlsec .wow {
    visibility: visible !important;
    animation-name: none !important;
    /* Disable fade-ins that might get stuck */
    opacity: 1 !important;
  }
  .case-study-sqlsec {
    /* Adjust sticky cards gap */
  }
  .case-study-sqlsec .sticky-panel {
    margin-bottom: 10px !important;
  }
}
.case-study-sqlsec {
  /* =========================================
     10. Hero Section (Ported from Databricks)
     ========================================= */
  /* Base Hero Layout */
}
.case-study-sqlsec .case-study-detail-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  background-color: #f4f7fa;
  /* Exact Databricks Bg */
}
.case-study-sqlsec {
  /* Gradient Overlay for Depth */
}
.case-study-sqlsec .cs-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Exact Databricks Overlay Style */
  background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.8) 0%, rgba(230, 240, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: overlay;
}
.case-study-sqlsec .cs-detail-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-sqlsec .banner-content-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 80px 0 20px;
  pointer-events: none;
}
.case-study-sqlsec .banner-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  pointer-events: auto;
}
.case-study-sqlsec .container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  position: relative;
  z-index: 11;
}
.case-study-sqlsec {
  /* Typography & Animations */
}
.case-study-sqlsec .case-study-hero-title {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 12;
}
.case-study-sqlsec .cs-hero-tag {
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #CB2026;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.case-study-sqlsec .cs-hero-tag::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #CB2026;
  margin: 10px auto 0;
}
.case-study-sqlsec .gradient-text-wrap {
  margin-bottom: 10px;
}
.case-study-sqlsec .cs-hero-main-title {
  font-size: clamp(40px, 8vw, 110px);
  line-height: 0.9;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -2px;
  /* Exact Databricks Navy Blue */
  color: #0F315D;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: initial;
  position: relative;
  z-index: 13;
  filter: drop-shadow(0 10px 20px rgba(15, 49, 93, 0.15));
  visibility: visible;
  opacity: 1;
}
.case-study-sqlsec .cs-hero-main-title div {
  color: inherit;
  -webkit-text-fill-color: inherit;
  background: none;
}
.case-study-sqlsec .cs-hero-sub-title-wrap {
  margin-top: 20px;
}
.case-study-sqlsec .case-study-hero-title .h2, .case-study-sqlsec .case-study-hero-title .lead.xl {
  font-size: clamp(20px, 3vw, 42px);
  line-height: 1.2;
  color: #555;
  font-weight: 300;
  max-width: 800px;
}
.case-study-sqlsec {
  /* Media Queries */
}
@media (max-height: 700px) {
  .case-study-sqlsec .case-study-detail-hero {
    min-height: 100vh;
    max-height: 100vh;
  }
}
@media (min-height: 900px) {
  .case-study-sqlsec .case-study-detail-hero {
    height: 900px;
  }
}
.case-study-sqlsec {
  /* Floating Data Nodes and Geo shapes - Exact Databricks Colors */
}
.case-study-sqlsec .cs-data-node {
  position: absolute;
  border-radius: 50%;
  /* Base Blue (matching Databricks) */
  background: radial-gradient(circle, rgba(15, 49, 93, 0.4) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.case-study-sqlsec .cs-node-1 {
  /* Default Blue */
  width: 80px;
  height: 80px;
  top: 20%;
  left: 10%;
  animation: csFloatNode1 8s ease-in-out infinite;
}
.case-study-sqlsec .cs-node-2 {
  /* Red Accent (matching Databricks mix) */
  width: 60px;
  height: 60px;
  top: 45%;
  right: 15%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.4) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode2 10s ease-in-out infinite;
}
.case-study-sqlsec .cs-node-3 {
  /* Default Blue */
  width: 100px;
  height: 100px;
  bottom: 25%;
  left: 20%;
  animation: csFloatNode3 12s ease-in-out infinite;
}
.case-study-sqlsec .cs-node-4 {
  /* Default Blue */
  width: 50px;
  height: 50px;
  top: 60%;
  right: 25%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.3) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  animation: csFloatNode4 9s ease-in-out infinite;
}
.case-study-sqlsec .cs-node-5 {
  /* Red Accent (matching Databricks mix) */
  width: 70px;
  height: 70px;
  bottom: 15%;
  right: 10%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.3) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode5 11s ease-in-out infinite;
}
.case-study-sqlsec .cs-geo-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
  /* Slightly increased opacity */
  z-index: 1;
}
.case-study-sqlsec .cs-geo-1 {
  width: 120px;
  height: 120px;
  top: 15%;
  right: 10%;
  animation: csRotateGeo1 20s linear infinite;
}
.case-study-sqlsec .cs-geo-2 {
  width: 90px;
  height: 90px;
  bottom: 30%;
  left: 8%;
  animation: csRotateGeo2 25s linear infinite reverse;
}
.case-study-sqlsec .cs-geo-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  right: 20%;
  animation: csRotateGeo3 30s linear infinite;
}
.case-study-sqlsec .cs-connections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-sqlsec .cs-line-1,
.case-study-sqlsec .cs-line-2,
.case-study-sqlsec .cs-line-3,
.case-study-sqlsec .cs-line-4 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: csDrawLine 3s ease-in-out forwards;
}
.case-study-sqlsec .cs-line-2 {
  animation-delay: 0.5s;
}
.case-study-sqlsec .cs-line-3 {
  animation-delay: 1s;
}
.case-study-sqlsec .cs-line-4 {
  animation-delay: 1.5s;
}
.case-study-sqlsec {
  /* Implementation Approach Styles */
}
.case-study-sqlsec .cs-phases-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.case-study-sqlsec .cs-phase-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 25px;
}
.case-study-sqlsec .cs-phase-content {
  flex: 1;
}
.case-study-sqlsec .cs-impl-approach {
  padding: 100px 0;
}
.case-study-sqlsec .cs-impl-header {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .case-study-sqlsec .cs-impl-header {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}

/* Global Keyframes (bubbled up) */
@keyframes cs-floatUp {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: translateY(-800px) rotate(720deg);
    opacity: 0;
  }
}
/* Global Keyframes for Hero (bubbled up) */
@keyframes csFloatNode1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, -20px) scale(1.1);
  }
  50% {
    transform: translate(-15px, 25px) scale(0.9);
  }
  75% {
    transform: translate(20px, 10px) scale(1.05);
  }
}
@keyframes csFloatNode2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-25px, 30px) scale(1.15);
  }
  50% {
    transform: translate(20px, -15px) scale(0.85);
  }
  75% {
    transform: translate(-10px, -25px) scale(1.1);
  }
}
@keyframes csFloatNode3 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(40px, -30px) scale(1.2);
  }
  50% {
    transform: translate(-30px, 20px) scale(0.8);
  }
  75% {
    transform: translate(25px, 15px) scale(1.1);
  }
}
@keyframes csFloatNode4 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-20px, 25px) scale(1.1);
  }
  50% {
    transform: translate(15px, -20px) scale(0.9);
  }
  75% {
    transform: translate(-10px, -15px) scale(1.05);
  }
}
@keyframes csFloatNode5 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(35px, 20px) scale(1.15);
  }
  50% {
    transform: translate(-25px, -30px) scale(0.85);
  }
  75% {
    transform: translate(15px, 25px) scale(1.1);
  }
}
@keyframes csRotateGeo1 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-20px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csRotateGeo2 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(-180deg) translateY(15px);
  }
  to {
    transform: rotate(-360deg) translateY(0px);
  }
}
@keyframes csRotateGeo3 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-25px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csDrawLine {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes csMeshMove {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(2%, 3%) scale(1.1);
  }
  100% {
    transform: translate(-1%, -2%) scale(1.05);
  }
}
@keyframes csFloatAround {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) translateX(20px) scale(1.5);
    opacity: 0;
  }
}
@keyframes csShineLoop {
  0% {
    left: -100%;
  }
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
/* Case Study: SMS Communication Modernization - Scoped Styles */
.case-study-sms {
  /* =========================================
     1. Client Context Section (Glassmorphism)
     ========================================= */
}
.case-study-sms .cs-glass-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.case-study-sms .cs-glass-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.case-study-sms .cs-glass-bg-image {
  /* Duplicate of Databricks image until replaced */
  background-image: url("/assets/images/case-study/Databricks%20Lakehouse%20for%20Enterprise%20Data%20Consolidation%20.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.case-study-sms .cs-glass-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(135deg, rgba(15, 49, 93, 0.9) 0%, rgba(10, 30, 60, 0.8) 100%);
}
.case-study-sms .cs-glass-content-container {
  position: relative;
  z-index: 3;
}
.case-study-sms .cs-glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
.case-study-sms .cs-tag {
  background: rgba(203, 32, 38, 0.2);
  color: #ff6b6b;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.case-study-sms .cs-glass-title {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
}
.case-study-sms .cs-highlight-blue {
  color: #fff;
}
.case-study-sms .cs-glass-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}
.case-study-sms {
  /* =========================================
     2. Business Problem Section
     ========================================= */
}
.case-study-sms .cs-detail-section {
  background: linear-gradient(180deg, #f9f9f9 0%, #e9e9e9 100%);
  color: #2c2c2c;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 60vh;
}
.case-study-sms .cs-problem-header {
  position: relative;
}
.case-study-sms .cs-problem-title {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 0;
  color: #999;
}
.case-study-sms .cs-problem-subtitle {
  color: #999;
}
.case-study-sms .cs-problem-content {
  border-left: 3px solid #CB2026;
  padding-left: 40px;
}
.case-study-sms .cs-problem-text {
  color: #444;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0;
}
.case-study-sms {
  /* =========================================
     3. Technical Challenges Section
     ========================================= */
}
.case-study-sms .cs-tech-challenges-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.case-study-sms .cs-tech-title {
  font-size: 2.5rem !important;
  line-height: 1.1;
}
.case-study-sms .cs-tech-subtitle {
  font-size: 3.5rem !important;
}
.case-study-sms .cs-tech-impact-box {
  border-top: none;
}
.case-study-sms .cs-tech-impact-text {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.4;
  font-style: normal;
  opacity: 1;
}
.case-study-sms {
  /* Technical Challenges Hover Effects (Spotlight) */
}
.case-study-sms .card-wrapper:hover .card {
  opacity: 0.5;
  transform: scale(0.98);
  transition: all 0.4s ease;
}
.case-study-sms .card-wrapper .card:hover {
  opacity: 1;
  transform: scale(1.05) translateY(-5px);
  z-index: 100;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-color: #CB2026 !important;
  /* Brand Red accent on hover */
}
.case-study-sms .card-wrapper .card {
  transition: all 0.4s ease;
  background: #fff;
  /* Ensure bg is solid for overlay effect */
  padding: 1.5rem !important;
  /* Compact padding */
  margin-bottom: 10px !important;
  /* Tighter spacing */
  height: 100%;
  display: flex;
  align-items: center;
}
.case-study-sms {
  /* =========================================
     4. Tools and Stacks Section
     ========================================= */
}
.case-study-sms .cs-bento-section {
  padding: 60px 0;
}
.case-study-sms .cs-bento-container {
  background-color: #f9f9f9;
  border-radius: 40px;
  padding: 60px 40px;
  margin: 0 20px;
}
.case-study-sms .cs-bento-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.case-study-sms .bento-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.02);
  padding: 20px 25px;
  display: flex;
  align-items: center;
  /* Vertical Center */
  text-align: left;
  transition: all 0.3s ease;
  /* 3 Columns Fixed Width ~30% */
  flex: 0 0 30%;
  min-width: 250px;
}
.case-study-sms .bento-icon {
  font-size: 24px;
  color: #CB2026;
  /* Brand Red */
  margin-right: 15px;
  width: 30px;
  /* Fixed width for alignment */
  text-align: center;
}
.case-study-sms .bento-content {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}
.case-study-sms {
  /* Hover Effects */
}
.case-study-sms .bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: #CB2026;
  /* Highlight border on hover */
}
.case-study-sms {
  /* Responsive */
}
@media (max-width: 991px) {
  .case-study-sms .bento-card {
    flex: 0 0 45%;
    /* 2 Columns on tablet */
  }
}
@media (max-width: 576px) {
  .case-study-sms .bento-card {
    flex: 0 0 100%;
    /* 1 Column on mobile */
  }
}
.case-study-sms {
  /* =========================================
     5. Tradeoff Section (Conceptual)
     ========================================= */
}
.case-study-sms .cs-conceptual-tradeoff {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  /* Conceptually distinct */
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.case-study-sms .cs-tradeoff-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Use the specific requested image - Duplicated for now */
  background-image: url("/assets/images/case-study/Databricks%20Lakehouse%20for%20Enterprise%20Data%20Consolidation%20.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Parallax feel */
  z-index: 0;
}
.case-study-sms .cs-tradeoff-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10, 31, 61, 0.92) 0%, rgba(5, 16, 33, 0.85) 100%);
  backdrop-filter: blur(4px);
  z-index: 1;
}
.case-study-sms .cs-concept-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #CB2026;
  /* Brand Accent */
  font-weight: 700;
  margin-bottom: 30px;
}
.case-study-sms .cs-concept-divider {
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 0 auto 40px;
  opacity: 0.3;
}
.case-study-sms .cs-concept-text {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: inherit;
  /* Use site font */
  color: #ffffff;
}
.case-study-sms .cs-concept-insight {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
@media (max-width: 768px) {
  .case-study-sms .cs-concept-text {
    font-size: 1.6rem;
  }
  .case-study-sms .cs-tradeoff-bg {
    background-attachment: scroll;
    /* Mobile fix */
  }
}
.case-study-sms {
  /* =========================================
     6. Outcomes Section
     ========================================= */
}
.case-study-sms .cs-outcomes-wrapper {
  overflow: hidden;
}
.case-study-sms .cs-outcomes-title {
  color: #2c2c2c;
}
.case-study-sms .cs-outcomes-impact {
  color: #CB2026;
}
.case-study-sms {
  /* Animated Impact Cards */
}
.case-study-sms .outcome-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  /* Subtle initial shadow */
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.case-study-sms .outcome-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #eef2f6;
  /* Bluish Shady Background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.case-study-sms .outcome-icon i {
  color: #CB2026;
  /* Brand Red */
  font-size: 18px;
}
.case-study-sms .outcome-text strong {
  display: block;
  font-size: 1.1rem;
  color: #1a1a1a;
  margin-bottom: 5px;
  font-weight: 700;
}
.case-study-sms .outcome-text p {
  margin: 0;
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.case-study-sms {
  /* Hover Animation */
}
.case-study-sms .outcome-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
  border-color: #CB2026;
  /* Red accent on hover */
}
.case-study-sms {
  /* Background Particles CSS */
}
.case-study-sms .cs-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.case-study-sms .cs-particles span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(203, 32, 38, 0.08);
  /* Low opacity Red */
  animation: cs-floatUp 25s linear infinite;
  bottom: -150px;
  border-radius: 50%;
}
.case-study-sms .cs-particles span:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.case-study-sms .cs-particles span:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.case-study-sms .cs-particles span:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.case-study-sms .cs-particles span:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.case-study-sms .cs-particles span:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.case-study-sms .cs-particles span:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.case-study-sms .cs-particles span:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.case-study-sms .cs-particles span:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.case-study-sms .cs-particles span:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.case-study-sms .cs-particles span:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
.case-study-sms {
  /* Helper Classes */
}
.case-study-sms .cs-tradeoff-content-container {
  position: relative;
  z-index: 2;
}
.case-study-sms .cs-outcomes-content {
  position: relative;
  z-index: 1;
}
.case-study-sms .cs-conclusion-section {
  background-color: #050b18;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.case-study-sms {
  /* Animated Mesh Background */
}
.case-study-sms .cs-conclusion-bg-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(circle at 20% 30%, rgba(203, 32, 38, 0.15) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(15, 49, 93, 0.3) 0%, transparent 40%), radial-gradient(circle at 50% 50%, rgba(10, 30, 60, 0.2) 0%, transparent 60%);
  filter: blur(60px);
  animation: csMeshMove 15s ease-in-out infinite alternate;
}
.case-study-sms .cs-conclusion-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.case-study-sms .cs-conclusion-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(203, 32, 38, 0.4);
  border-radius: 50%;
  animation: csFloatAround var(--duration, 10s) linear infinite;
  filter: blur(1px);
}
.case-study-sms .cs-conclusion-particles span:nth-child(1) {
  top: 20%;
  left: 10%;
  --duration: 12s;
}
.case-study-sms .cs-conclusion-particles span:nth-child(2) {
  top: 60%;
  left: 80%;
  --duration: 15s;
}
.case-study-sms .cs-conclusion-particles span:nth-child(3) {
  top: 80%;
  left: 30%;
  --duration: 18s;
}
.case-study-sms .cs-conclusion-particles span:nth-child(4) {
  top: 40%;
  left: 50%;
  --duration: 20s;
}
.case-study-sms .cs-conclusion-particles span:nth-child(5) {
  top: 10%;
  left: 70%;
  --duration: 14s;
}
.case-study-sms .cs-conclusion-split-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}
.case-study-sms .cs-conclusion-split-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transform: skewX(-25deg);
  animation: csShineLoop 6s infinite;
}
.case-study-sms .cs-conclusion-split-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #CB2026;
}
.case-study-sms .cs-conclusion-tag {
  color: #ff6b6b;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
  opacity: 0.8;
}
.case-study-sms .cs-premium-title-compact {
  font-size: clamp(32px, 4vw, 52px);
  color: #fff;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.case-study-sms .cs-premium-title-compact .highlight-red {
  color: #CB2026;
}
.case-study-sms .cs-conclusion-divider {
  position: absolute;
  left: 42%;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
}
.case-study-sms .cs-premium-text-compact {
  font-size: clamp(16px, 1.5vw, 19px);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 25px;
}
.case-study-sms .cs-badge-slim {
  font-size: 10px;
  color: #ff6b6b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 16px;
  background: rgba(203, 32, 38, 0.1);
  border: 1px solid rgba(203, 32, 38, 0.2);
  border-radius: 30px;
}
@media (max-width: 991px) {
  .case-study-sms .cs-conclusion-split-card {
    padding: 40px 30px;
  }
  .case-study-sms .cs-premium-text-compact {
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.case-study-sms {
  /* =========================================
     8. Contact Section Alignment
     ========================================= */
  /* Fix Alignment for Get Started Template */
}
.case-study-sms .cs-contact-section .col-md-3.hide-device {
  display: none !important;
}
.case-study-sms .cs-contact-section .col-md-9 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  text-align: center !important;
}
.case-study-sms .cs-contact-section .container-lg {
  margin: 0 auto !important;
}
.case-study-sms {
  /* =========================================
     9. Global / Responsive Fixes
     ========================================= */
}
@media (max-width: 768px) {
  .case-study-sms {
    /* Fix Business Problem & Outcomes Typography */
  }
  .case-study-sms .h2.font-size-h1, .case-study-sms .font-size-h1.lead.xl,
  .case-study-sms .h3.font-light.color-primary-100 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .case-study-sms .h3.font-light.color-primary-100 {
    display: block;
    font-size: 24px !important;
    margin-bottom: 5px;
  }
  .case-study-sms {
    /* Fix Outcomes Title */
  }
  .case-study-sms #area-outcomes .h2, .case-study-sms #area-outcomes .lead.xl {
    text-align: left !important;
  }
  .case-study-sms #area-outcomes .h2 .font-size-h1, .case-study-sms #area-outcomes .lead.xl .font-size-h1 {
    font-size: 32px !important;
  }
  .case-study-sms {
    /* Stack Pinned Panels (Disable Pinning Visuals) */
  }
  .case-study-sms .pin-panel {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    transform: none !important;
    margin-bottom: 30px;
    text-align: left !important;
  }
  .case-study-sms {
    /* Override GSAP Pin Spacer if present (Brute force fix for visual gaps) */
  }
  .case-study-sms .pin-spacer {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .case-study-sms {
    /* Adjust Container Padding */
  }
  .case-study-sms .section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .case-study-sms {
    /* Reduce Illustration Clutter */
  }
  .case-study-sms .illus-cont.style-lg img {
    opacity: 0.1;
    width: 150%;
    left: -25%;
  }
  .case-study-sms {
    /* Ensure Content Visibility */
  }
  .case-study-sms .wow {
    visibility: visible !important;
    animation-name: none !important;
    /* Disable fade-ins that might get stuck */
    opacity: 1 !important;
  }
  .case-study-sms {
    /* Adjust sticky cards gap */
  }
  .case-study-sms .sticky-panel {
    margin-bottom: 10px !important;
    /* Tighter gap for compact view */
  }
}
.case-study-sms {
  /* FORCE VISIBILITY for Implementation Approach (Safe Mode) */
}
.case-study-sms .cs-impl-approach .wow {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
}

/* End of .case-study-sms Scope */
/* Global Keyframes (bubbled up - reusing same as Databricks to ensure 100% identical) */
/* (Assuming these keyframes are already present in xash-theme.scss or accessible. 
   If they are duplicated in _case-study-databricks.scss without being global, I should include them here too. 
   The original file had them after the closure of the scope, so they are global. 
   I will include them here to be safe and ensure they exist if only this file is loaded, although they might conflict if both are loaded. 
   Wait, if I include them again with same name, it's fine in CSS. 
*/
@keyframes cs-floatUp {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: translateY(-800px) rotate(720deg);
    opacity: 0;
  }
}
@keyframes csFloatNode1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, -20px) scale(1.1);
  }
  50% {
    transform: translate(-15px, 25px) scale(0.9);
  }
  75% {
    transform: translate(20px, 10px) scale(1.05);
  }
}
@keyframes csFloatNode2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-25px, 30px) scale(1.15);
  }
  50% {
    transform: translate(20px, -15px) scale(0.85);
  }
  75% {
    transform: translate(-10px, -25px) scale(1.1);
  }
}
@keyframes csFloatNode3 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(40px, -30px) scale(1.2);
  }
  50% {
    transform: translate(-30px, 20px) scale(0.8);
  }
  75% {
    transform: translate(25px, 15px) scale(1.1);
  }
}
@keyframes csFloatNode4 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-20px, 25px) scale(1.1);
  }
  50% {
    transform: translate(15px, -20px) scale(0.9);
  }
  75% {
    transform: translate(-10px, -15px) scale(1.05);
  }
}
@keyframes csFloatNode5 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(35px, 20px) scale(1.15);
  }
  50% {
    transform: translate(-25px, -30px) scale(0.85);
  }
  75% {
    transform: translate(15px, 25px) scale(1.1);
  }
}
@keyframes csRotateGeo1 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-20px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csRotateGeo2 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(-180deg) translateY(15px);
  }
  to {
    transform: rotate(-360deg) translateY(0px);
  }
}
@keyframes csRotateGeo3 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-25px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csDrawLine {
  to {
    stroke-dashoffset: 0;
  }
}
.case-study-sms {
  /* =========================================
     10. Hero Section (Ported from Databricks)
     ========================================= */
  /* Base Hero Layout */
}
.case-study-sms .case-study-detail-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  background-color: #f4f7fa;
  /* Fallback light bg */
}
.case-study-sms {
  /* Gradient Overlay for Depth */
}
.case-study-sms .cs-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Premium dark blue fade to white/transparent bottom */
  background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.8) 0%, rgba(230, 240, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: overlay;
}
.case-study-sms .cs-detail-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-sms .banner-content-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 80px 0 20px;
  /* Added top padding for mobile menu clearance */
  pointer-events: none;
}
.case-study-sms .banner-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  pointer-events: auto;
}
.case-study-sms .container {
  /* Contextual override for hero container */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  position: relative;
  z-index: 11;
}
.case-study-sms {
  /* Typography & Animations */
}
.case-study-sms .case-study-hero-title {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  /* Wider for big text */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 12;
}
.case-study-sms .cs-hero-tag {
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #CB2026;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.case-study-sms .cs-hero-tag::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #CB2026;
  margin: 10px auto 0;
}
.case-study-sms .gradient-text-wrap {
  margin-bottom: 10px;
}
.case-study-sms .cs-hero-main-title {
  /* Massive Text */
  font-size: clamp(40px, 8vw, 110px);
  line-height: 0.9;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -2px;
  /* Solid Color for Reliability */
  color: #0F315D;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: initial;
  position: relative;
  z-index: 13;
  /* Subtle glow */
  filter: drop-shadow(0 10px 20px rgba(15, 49, 93, 0.15));
  /* Ensure visibility for animation */
  visibility: visible;
  opacity: 1;
  /* Force Center */
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.case-study-sms {
  /* Ensure children created by SplitText inherit the solid color and centering */
}
.case-study-sms .cs-hero-main-title div {
  color: inherit;
  -webkit-text-fill-color: inherit;
  background: none;
  text-align: center;
}
.case-study-sms .cs-hero-sub-title-wrap {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.case-study-sms .case-study-hero-title .h2, .case-study-sms .case-study-hero-title .lead.xl {
  font-size: clamp(20px, 3vw, 42px);
  line-height: 1.2;
  color: #555;
  font-weight: 300;
  max-width: 800px;
}
.case-study-sms {
  /* Media Queries */
}
@media (max-height: 700px) {
  .case-study-sms .case-study-detail-hero {
    min-height: 100vh;
    max-height: 100vh;
  }
}
@media (min-height: 900px) {
  .case-study-sms .case-study-detail-hero {
    height: 900px;
  }
}
.case-study-sms {
  /* Floating Data Nodes and Geo shapes - Keeping existing animations */
}
.case-study-sms .cs-data-node {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.4) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.case-study-sms .cs-node-1 {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 10%;
  animation: csFloatNode1 8s ease-in-out infinite;
}
.case-study-sms .cs-node-2 {
  width: 60px;
  height: 60px;
  top: 45%;
  right: 15%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.4) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode2 10s ease-in-out infinite;
}
.case-study-sms .cs-node-3 {
  width: 100px;
  height: 100px;
  bottom: 25%;
  left: 20%;
  animation: csFloatNode3 12s ease-in-out infinite;
}
.case-study-sms .cs-node-4 {
  width: 50px;
  height: 50px;
  top: 60%;
  right: 25%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.3) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  animation: csFloatNode4 9s ease-in-out infinite;
}
.case-study-sms .cs-node-5 {
  width: 70px;
  height: 70px;
  bottom: 15%;
  right: 10%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.3) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode5 11s ease-in-out infinite;
}
.case-study-sms .cs-geo-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.4;
  z-index: 1;
}
.case-study-sms .cs-geo-1 {
  width: 120px;
  height: 120px;
  top: 15%;
  right: 10%;
  animation: csRotateGeo1 20s linear infinite;
}
.case-study-sms .cs-geo-2 {
  width: 90px;
  height: 90px;
  bottom: 30%;
  left: 8%;
  animation: csRotateGeo2 25s linear infinite reverse;
}
.case-study-sms .cs-geo-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  right: 20%;
  animation: csRotateGeo3 30s linear infinite;
}
.case-study-sms .cs-connections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-sms .cs-line-1,
.case-study-sms .cs-line-2,
.case-study-sms .cs-line-3,
.case-study-sms .cs-line-4 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: csDrawLine 3s ease-in-out forwards;
}
.case-study-sms .cs-line-2 {
  animation-delay: 0.5s;
}
.case-study-sms .cs-line-3 {
  animation-delay: 1s;
}
.case-study-sms .cs-line-4 {
  animation-delay: 1.5s;
}
.case-study-sms {
  /* Implementation Approach Styles */
}
.case-study-sms .cs-phases-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.case-study-sms .cs-phase-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 25px;
}
.case-study-sms .cs-phase-content {
  flex: 1;
}
.case-study-sms .cs-impl-approach {
  padding: 100px 0;
}
.case-study-sms .cs-impl-header {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .case-study-sms .cs-impl-header {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}

/* Global Conclusion Section Animations (Duplicates from Databricks) */
@keyframes csMeshMove {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(2%, 3%) scale(1.1);
  }
  100% {
    transform: translate(-1%, -2%) scale(1.05);
  }
}
@keyframes csFloatAround {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) translateX(20px) scale(1.5);
    opacity: 0;
  }
}
@keyframes csShineLoop {
  0% {
    left: -100%;
  }
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
/* Case Study: Digital Contracts - Scoped Styles */
.case-study-digital-contracts {
  /* =========================================
     1. Client Context Section (Glassmorphism)
     ========================================= */
}
.case-study-digital-contracts .cs-glass-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.case-study-digital-contracts .cs-glass-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.case-study-digital-contracts .cs-glass-bg-image {
  /* Duplicate of Databricks image until replaced */
  background-image: url("/assets/images/case-study/Databricks%20Lakehouse%20for%20Enterprise%20Data%20Consolidation%20.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.case-study-digital-contracts .cs-glass-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(135deg, rgba(15, 49, 93, 0.9) 0%, rgba(10, 30, 60, 0.8) 100%);
}
.case-study-digital-contracts .cs-glass-content-container {
  position: relative;
  z-index: 3;
}
.case-study-digital-contracts .cs-glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
.case-study-digital-contracts .cs-tag {
  background: rgba(203, 32, 38, 0.2);
  color: #ff6b6b;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.case-study-digital-contracts .cs-glass-title {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
}
.case-study-digital-contracts .cs-highlight-blue {
  color: #fff;
}
.case-study-digital-contracts .cs-glass-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}
.case-study-digital-contracts {
  /* =========================================
     2. Business Problem Section
     ========================================= */
}
.case-study-digital-contracts .cs-detail-section {
  background: linear-gradient(180deg, #f9f9f9 0%, #e9e9e9 100%);
  color: #2c2c2c;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 60vh;
}
.case-study-digital-contracts .cs-problem-header {
  position: relative;
}
.case-study-digital-contracts .cs-problem-title {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 0;
  color: #999;
}
.case-study-digital-contracts .cs-problem-subtitle {
  color: #999;
}
.case-study-digital-contracts .cs-problem-content {
  border-left: 3px solid #CB2026;
  padding-left: 40px;
}
.case-study-digital-contracts .cs-problem-text {
  color: #444;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0;
}
.case-study-digital-contracts {
  /* =========================================
     3. Technical Challenges Section
     ========================================= */
}
.case-study-digital-contracts .cs-tech-challenges-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.case-study-digital-contracts .cs-tech-title {
  font-size: 2.5rem !important;
  line-height: 1.1;
}
.case-study-digital-contracts .cs-tech-subtitle {
  font-size: 3.5rem !important;
}
.case-study-digital-contracts .cs-tech-impact-box {
  border-top: none;
}
.case-study-digital-contracts .cs-tech-impact-text {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.4;
  font-style: normal;
  opacity: 1;
}
.case-study-digital-contracts {
  /* Technical Challenges Hover Effects (Spotlight) */
}
.case-study-digital-contracts .card-wrapper:hover .card {
  opacity: 0.5;
  transform: scale(0.98);
  transition: all 0.4s ease;
}
.case-study-digital-contracts .card-wrapper .card:hover {
  opacity: 1;
  transform: scale(1.05) translateY(-5px);
  z-index: 100;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-color: #CB2026 !important;
  /* Brand Red accent on hover */
}
.case-study-digital-contracts .card-wrapper .card {
  transition: all 0.4s ease;
  background: #fff;
  /* Ensure bg is solid for overlay effect */
  padding: 1.5rem !important;
  /* Compact padding */
  margin-bottom: 10px !important;
  /* Tighter spacing */
  height: 100%;
  display: flex;
  align-items: center;
}
.case-study-digital-contracts {
  /* =========================================
     4. Tools and Stacks Section
     ========================================= */
}
.case-study-digital-contracts .cs-bento-section {
  padding: 60px 0;
}
.case-study-digital-contracts .cs-bento-container {
  background-color: #f9f9f9;
  border-radius: 40px;
  padding: 60px 40px;
  margin: 0 20px;
}
.case-study-digital-contracts .cs-bento-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.case-study-digital-contracts .bento-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.02);
  padding: 20px 25px;
  display: flex;
  align-items: center;
  /* Vertical Center */
  text-align: left;
  transition: all 0.3s ease;
  /* 3 Columns Fixed Width ~30% */
  flex: 0 0 30%;
  min-width: 250px;
}
.case-study-digital-contracts .bento-icon {
  font-size: 24px;
  color: #CB2026;
  /* Brand Red */
  margin-right: 15px;
  width: 30px;
  /* Fixed width for alignment */
  text-align: center;
}
.case-study-digital-contracts .bento-content {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}
.case-study-digital-contracts {
  /* Hover Effects */
}
.case-study-digital-contracts .bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: #CB2026;
  /* Highlight border on hover */
}
.case-study-digital-contracts {
  /* Responsive */
}
@media (max-width: 991px) {
  .case-study-digital-contracts .bento-card {
    flex: 0 0 45%;
    /* 2 Columns on tablet */
  }
}
@media (max-width: 576px) {
  .case-study-digital-contracts .bento-card {
    flex: 0 0 100%;
    /* 1 Column on mobile */
  }
}
.case-study-digital-contracts {
  /* =========================================
     5. Tradeoff Section (Conceptual)
     ========================================= */
}
.case-study-digital-contracts .cs-conceptual-tradeoff {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  /* Conceptually distinct */
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.case-study-digital-contracts .cs-tradeoff-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Use the specific requested image - Duplicated for now */
  background-image: url("/assets/images/case-study/Databricks%20Lakehouse%20for%20Enterprise%20Data%20Consolidation%20.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Parallax feel */
  z-index: 0;
}
.case-study-digital-contracts .cs-tradeoff-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10, 31, 61, 0.92) 0%, rgba(5, 16, 33, 0.85) 100%);
  backdrop-filter: blur(4px);
  z-index: 1;
}
.case-study-digital-contracts .cs-concept-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #CB2026;
  /* Brand Accent */
  font-weight: 700;
  margin-bottom: 30px;
}
.case-study-digital-contracts .cs-concept-divider {
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 0 auto 40px;
  opacity: 0.3;
}
.case-study-digital-contracts .cs-concept-text {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: inherit;
  /* Use site font */
  color: #ffffff;
}
.case-study-digital-contracts .cs-concept-insight {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
@media (max-width: 768px) {
  .case-study-digital-contracts .cs-concept-text {
    font-size: 1.6rem;
  }
  .case-study-digital-contracts .cs-tradeoff-bg {
    background-attachment: scroll;
    /* Mobile fix */
  }
}
.case-study-digital-contracts {
  /* =========================================
     6. Outcomes Section
     ========================================= */
}
.case-study-digital-contracts .cs-outcomes-wrapper {
  overflow: hidden;
}
.case-study-digital-contracts .cs-outcomes-title {
  color: #2c2c2c;
}
.case-study-digital-contracts .cs-outcomes-impact {
  color: #CB2026;
}
.case-study-digital-contracts {
  /* Animated Impact Cards */
}
.case-study-digital-contracts .outcome-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  /* Subtle initial shadow */
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.case-study-digital-contracts .outcome-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #eef2f6;
  /* Bluish Shady Background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.case-study-digital-contracts .outcome-icon i {
  color: #CB2026;
  /* Brand Red */
  font-size: 18px;
}
.case-study-digital-contracts .outcome-text strong {
  display: block;
  font-size: 1.1rem;
  color: #1a1a1a;
  margin-bottom: 5px;
  font-weight: 700;
}
.case-study-digital-contracts .outcome-text p {
  margin: 0;
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.case-study-digital-contracts {
  /* Hover Animation */
}
.case-study-digital-contracts .outcome-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
  border-color: #CB2026;
  /* Red accent on hover */
}
.case-study-digital-contracts {
  /* Background Particles CSS */
}
.case-study-digital-contracts .cs-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.case-study-digital-contracts .cs-particles span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(203, 32, 38, 0.08);
  /* Low opacity Red */
  animation: cs-floatUp 25s linear infinite;
  bottom: -150px;
  border-radius: 50%;
}
.case-study-digital-contracts .cs-particles span:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.case-study-digital-contracts .cs-particles span:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.case-study-digital-contracts .cs-particles span:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.case-study-digital-contracts .cs-particles span:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.case-study-digital-contracts .cs-particles span:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.case-study-digital-contracts .cs-particles span:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.case-study-digital-contracts .cs-particles span:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.case-study-digital-contracts .cs-particles span:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.case-study-digital-contracts .cs-particles span:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.case-study-digital-contracts .cs-particles span:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
.case-study-digital-contracts {
  /* Helper Classes */
}
.case-study-digital-contracts .cs-tradeoff-content-container {
  position: relative;
  z-index: 2;
}
.case-study-digital-contracts .cs-outcomes-content {
  position: relative;
  z-index: 1;
}
.case-study-digital-contracts .cs-conclusion-section {
  background-color: #050b18;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.case-study-digital-contracts {
  /* Animated Mesh Background */
}
.case-study-digital-contracts .cs-conclusion-bg-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(circle at 20% 30%, rgba(203, 32, 38, 0.15) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(15, 49, 93, 0.3) 0%, transparent 40%), radial-gradient(circle at 50% 50%, rgba(10, 30, 60, 0.2) 0%, transparent 60%);
  filter: blur(60px);
  animation: csMeshMove 15s ease-in-out infinite alternate;
}
.case-study-digital-contracts .cs-conclusion-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.case-study-digital-contracts .cs-conclusion-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(203, 32, 38, 0.4);
  border-radius: 50%;
  animation: csFloatAround var(--duration, 10s) linear infinite;
  filter: blur(1px);
}
.case-study-digital-contracts .cs-conclusion-particles span:nth-child(1) {
  top: 20%;
  left: 10%;
  --duration: 12s;
}
.case-study-digital-contracts .cs-conclusion-particles span:nth-child(2) {
  top: 60%;
  left: 80%;
  --duration: 15s;
}
.case-study-digital-contracts .cs-conclusion-particles span:nth-child(3) {
  top: 80%;
  left: 30%;
  --duration: 18s;
}
.case-study-digital-contracts .cs-conclusion-particles span:nth-child(4) {
  top: 40%;
  left: 50%;
  --duration: 20s;
}
.case-study-digital-contracts .cs-conclusion-particles span:nth-child(5) {
  top: 10%;
  left: 70%;
  --duration: 14s;
}
.case-study-digital-contracts .cs-conclusion-split-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}
.case-study-digital-contracts .cs-conclusion-split-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transform: skewX(-25deg);
  animation: csShineLoop 6s infinite;
}
.case-study-digital-contracts .cs-conclusion-split-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #CB2026;
}
.case-study-digital-contracts .cs-conclusion-tag {
  color: #ff6b6b;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
  opacity: 0.8;
}
.case-study-digital-contracts {
  /* SCSS for Hero Title Centering (reusing the SMS fix) */
}
.case-study-digital-contracts .cs-premium-title-compact {
  font-size: clamp(32px, 4vw, 52px);
  color: #fff;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.case-study-digital-contracts .cs-premium-title-compact .highlight-red {
  color: #CB2026;
}
.case-study-digital-contracts .cs-conclusion-divider {
  position: absolute;
  left: 42%;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
}
.case-study-digital-contracts .cs-premium-text-compact {
  font-size: clamp(16px, 1.5vw, 19px);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 25px;
}
.case-study-digital-contracts .cs-badge-slim {
  font-size: 10px;
  color: #ff6b6b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 16px;
  background: rgba(203, 32, 38, 0.1);
  border: 1px solid rgba(203, 32, 38, 0.2);
  border-radius: 30px;
}
@media (max-width: 991px) {
  .case-study-digital-contracts .cs-conclusion-split-card {
    padding: 40px 30px;
  }
  .case-study-digital-contracts .cs-premium-text-compact {
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.case-study-digital-contracts {
  /* =========================================
     8. Contact Section Alignment
     ========================================= */
  /* Fix Alignment for Get Started Template */
}
.case-study-digital-contracts .cs-contact-section .col-md-3.hide-device {
  display: none !important;
}
.case-study-digital-contracts .cs-contact-section .col-md-9 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  text-align: center !important;
}
.case-study-digital-contracts .cs-contact-section .container-lg {
  margin: 0 auto !important;
}
.case-study-digital-contracts {
  /* =========================================
     9. Global / Responsive Fixes
     ========================================= */
}
@media (max-width: 768px) {
  .case-study-digital-contracts {
    /* Fix Business Problem & Outcomes Typography */
  }
  .case-study-digital-contracts .h2.font-size-h1, .case-study-digital-contracts .font-size-h1.lead.xl,
  .case-study-digital-contracts .h3.font-light.color-primary-100 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .case-study-digital-contracts .h3.font-light.color-primary-100 {
    display: block;
    font-size: 24px !important;
    margin-bottom: 5px;
  }
  .case-study-digital-contracts {
    /* Fix Outcomes Title */
  }
  .case-study-digital-contracts #area-outcomes .h2, .case-study-digital-contracts #area-outcomes .lead.xl {
    text-align: left !important;
  }
  .case-study-digital-contracts #area-outcomes .h2 .font-size-h1, .case-study-digital-contracts #area-outcomes .lead.xl .font-size-h1 {
    font-size: 32px !important;
  }
  .case-study-digital-contracts {
    /* Stack Pinned Panels (Disable Pinning Visuals) */
  }
  .case-study-digital-contracts .pin-panel {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    transform: none !important;
    margin-bottom: 30px;
    text-align: left !important;
  }
  .case-study-digital-contracts {
    /* Override GSAP Pin Spacer if present (Brute force fix for visual gaps) */
  }
  .case-study-digital-contracts .pin-spacer {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .case-study-digital-contracts {
    /* Adjust Container Padding */
  }
  .case-study-digital-contracts .section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .case-study-digital-contracts {
    /* Reduce Illustration Clutter */
  }
  .case-study-digital-contracts .illus-cont.style-lg img {
    opacity: 0.1;
    width: 150%;
    left: -25%;
  }
  .case-study-digital-contracts {
    /* Ensure Content Visibility */
  }
  .case-study-digital-contracts .wow {
    visibility: visible !important;
    animation-name: none !important;
    /* Disable fade-ins that might get stuck */
    opacity: 1 !important;
  }
  .case-study-digital-contracts {
    /* Adjust sticky cards gap */
  }
  .case-study-digital-contracts .sticky-panel {
    margin-bottom: 10px !important;
    /* Tighter gap for compact view */
  }
}
.case-study-digital-contracts {
  /* FORCE VISIBILITY for Implementation Approach (Safe Mode) */
}
.case-study-digital-contracts .cs-impl-approach .wow {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
}

/* End of .case-study-digital-contracts Scope */
/* KEYFRAMES - Reusing standard keyframes */
@keyframes cs-floatUp {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: translateY(-800px) rotate(720deg);
    opacity: 0;
  }
}
@keyframes csFloatNode1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, -20px) scale(1.1);
  }
  50% {
    transform: translate(-15px, 25px) scale(0.9);
  }
  75% {
    transform: translate(20px, 10px) scale(1.05);
  }
}
@keyframes csFloatNode2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-25px, 30px) scale(1.15);
  }
  50% {
    transform: translate(20px, -15px) scale(0.85);
  }
  75% {
    transform: translate(-10px, -25px) scale(1.1);
  }
}
@keyframes csFloatNode3 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(40px, -30px) scale(1.2);
  }
  50% {
    transform: translate(-30px, 20px) scale(0.8);
  }
  75% {
    transform: translate(25px, 15px) scale(1.1);
  }
}
@keyframes csFloatNode4 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-20px, 25px) scale(1.1);
  }
  50% {
    transform: translate(15px, -20px) scale(0.9);
  }
  75% {
    transform: translate(-10px, -15px) scale(1.05);
  }
}
@keyframes csFloatNode5 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(35px, 20px) scale(1.15);
  }
  50% {
    transform: translate(-25px, -30px) scale(0.85);
  }
  75% {
    transform: translate(15px, 25px) scale(1.1);
  }
}
@keyframes csRotateGeo1 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-20px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csRotateGeo2 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(-180deg) translateY(15px);
  }
  to {
    transform: rotate(-360deg) translateY(0px);
  }
}
@keyframes csRotateGeo3 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-25px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csDrawLine {
  to {
    stroke-dashoffset: 0;
  }
}
.case-study-digital-contracts {
  /* =========================================
     10. Hero Section (Ported from Databricks)
     ========================================= */
  /* Base Hero Layout */
}
.case-study-digital-contracts .case-study-detail-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  background-color: #f4f7fa;
  /* Fallback light bg */
}
.case-study-digital-contracts {
  /* Gradient Overlay for Depth */
}
.case-study-digital-contracts .cs-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Premium dark blue fade to white/transparent bottom */
  background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.8) 0%, rgba(230, 240, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: overlay;
}
.case-study-digital-contracts .cs-detail-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-digital-contracts .banner-content-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 80px 0 20px;
  /* Added top padding for mobile menu clearance */
  pointer-events: none;
}
.case-study-digital-contracts .banner-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  pointer-events: auto;
}
.case-study-digital-contracts .container {
  /* Contextual override for hero container */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  position: relative;
  z-index: 11;
}
.case-study-digital-contracts {
  /* Typography & Animations */
}
.case-study-digital-contracts .case-study-hero-title {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  /* Wider for big text */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 12;
}
.case-study-digital-contracts .cs-hero-tag {
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #CB2026;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.case-study-digital-contracts .cs-hero-tag::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #CB2026;
  margin: 10px auto 0;
}
.case-study-digital-contracts .gradient-text-wrap {
  margin-bottom: 10px;
}
.case-study-digital-contracts .cs-hero-main-title {
  /* Massive Text */
  font-size: clamp(40px, 8vw, 110px);
  line-height: 0.9;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -2px;
  /* Solid Color for Reliability */
  color: #0F315D;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: initial;
  position: relative;
  z-index: 13;
  /* Subtle glow */
  filter: drop-shadow(0 10px 20px rgba(15, 49, 93, 0.15));
  /* Ensure visibility for animation */
  visibility: visible;
  opacity: 1;
  /* Force Center */
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.case-study-digital-contracts {
  /* Ensure children created by SplitText inherit the solid color and centering */
}
.case-study-digital-contracts .cs-hero-main-title div {
  color: inherit;
  -webkit-text-fill-color: inherit;
  background: none;
  text-align: center;
}
.case-study-digital-contracts .cs-hero-sub-title-wrap {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.case-study-digital-contracts .case-study-hero-title .h2, .case-study-digital-contracts .case-study-hero-title .lead.xl {
  font-size: clamp(20px, 3vw, 42px);
  line-height: 1.2;
  color: #555;
  font-weight: 300;
  max-width: 800px;
}
.case-study-digital-contracts {
  /* Media Queries */
}
@media (max-height: 700px) {
  .case-study-digital-contracts .case-study-detail-hero {
    min-height: 100vh;
    max-height: 100vh;
  }
}
@media (min-height: 900px) {
  .case-study-digital-contracts .case-study-detail-hero {
    height: 900px;
  }
}
.case-study-digital-contracts {
  /* Floating Data Nodes and Geo shapes - Keeping existing animations */
}
.case-study-digital-contracts .cs-data-node {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.4) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.case-study-digital-contracts .cs-node-1 {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 10%;
  animation: csFloatNode1 8s ease-in-out infinite;
}
.case-study-digital-contracts .cs-node-2 {
  width: 60px;
  height: 60px;
  top: 45%;
  right: 15%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.4) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode2 10s ease-in-out infinite;
}
.case-study-digital-contracts .cs-node-3 {
  width: 100px;
  height: 100px;
  bottom: 25%;
  left: 20%;
  animation: csFloatNode3 12s ease-in-out infinite;
}
.case-study-digital-contracts .cs-node-4 {
  width: 50px;
  height: 50px;
  top: 60%;
  right: 25%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.3) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  animation: csFloatNode4 9s ease-in-out infinite;
}
.case-study-digital-contracts .cs-node-5 {
  width: 70px;
  height: 70px;
  bottom: 15%;
  right: 10%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.3) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode5 11s ease-in-out infinite;
}
.case-study-digital-contracts .cs-geo-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.4;
  z-index: 1;
}
.case-study-digital-contracts .cs-geo-1 {
  width: 120px;
  height: 120px;
  top: 15%;
  right: 10%;
  animation: csRotateGeo1 20s linear infinite;
}
.case-study-digital-contracts .cs-geo-2 {
  width: 90px;
  height: 90px;
  bottom: 30%;
  left: 8%;
  animation: csRotateGeo2 25s linear infinite reverse;
}
.case-study-digital-contracts .cs-geo-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  right: 20%;
  animation: csRotateGeo3 30s linear infinite;
}
.case-study-digital-contracts .cs-connections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-digital-contracts .cs-line-1,
.case-study-digital-contracts .cs-line-2,
.case-study-digital-contracts .cs-line-3,
.case-study-digital-contracts .cs-line-4 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: csDrawLine 3s ease-in-out forwards;
}
.case-study-digital-contracts .cs-line-2 {
  animation-delay: 0.5s;
}
.case-study-digital-contracts .cs-line-3 {
  animation-delay: 1s;
}
.case-study-digital-contracts .cs-line-4 {
  animation-delay: 1.5s;
}
.case-study-digital-contracts {
  /* Implementation Approach Styles */
}
.case-study-digital-contracts .cs-phases-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.case-study-digital-contracts .cs-phase-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 25px;
}
.case-study-digital-contracts .cs-phase-content {
  flex: 1;
}
.case-study-digital-contracts .cs-impl-approach {
  padding: 100px 0;
}
.case-study-digital-contracts .cs-impl-header {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .case-study-digital-contracts .cs-impl-header {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}

/* Global Conclusion Section Animations (Duplicates from Databricks/SMS) */
@keyframes csMeshMove {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(2%, 3%) scale(1.1);
  }
  100% {
    transform: translate(-1%, -2%) scale(1.05);
  }
}
@keyframes csFloatAround {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) translateX(20px) scale(1.5);
    opacity: 0;
  }
}
@keyframes csShineLoop {
  0% {
    left: -100%;
  }
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
/* Case Study: Crew Mobile App - Scoped Styles */
.case-study-crew-app {
  /* =========================================
     1. Client Context Section (Glassmorphism)
     ========================================= */
}
.case-study-crew-app .cs-glass-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.case-study-crew-app .cs-glass-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.case-study-crew-app .cs-glass-bg-image {
  /* Duplicate of Databricks image until replaced */
  background-image: url("/assets/images/case-study/Databricks%20Lakehouse%20for%20Enterprise%20Data%20Consolidation%20.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.case-study-crew-app .cs-glass-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(135deg, rgba(15, 49, 93, 0.9) 0%, rgba(10, 30, 60, 0.8) 100%);
}
.case-study-crew-app .cs-glass-content-container {
  position: relative;
  z-index: 3;
}
.case-study-crew-app .cs-glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
.case-study-crew-app .cs-tag {
  background: rgba(203, 32, 38, 0.2);
  color: #ff6b6b;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.case-study-crew-app .cs-glass-title {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
}
.case-study-crew-app .cs-highlight-blue {
  color: #fff;
}
.case-study-crew-app .cs-glass-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}
.case-study-crew-app {
  /* =========================================
     2. Business Problem Section
     ========================================= */
}
.case-study-crew-app .cs-detail-section {
  background: linear-gradient(180deg, #f9f9f9 0%, #e9e9e9 100%);
  color: #2c2c2c;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 60vh;
}
.case-study-crew-app .cs-problem-header {
  position: relative;
}
.case-study-crew-app .cs-problem-title {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 0;
  color: #999;
}
.case-study-crew-app .cs-problem-subtitle {
  color: #999;
}
.case-study-crew-app .cs-problem-content {
  border-left: 3px solid #CB2026;
  padding-left: 40px;
}
.case-study-crew-app .cs-problem-text {
  color: #444;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0;
}
.case-study-crew-app {
  /* =========================================
     3. Technical Challenges Section
     ========================================= */
}
.case-study-crew-app .cs-tech-challenges-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.case-study-crew-app .cs-tech-title {
  font-size: 2.5rem !important;
  line-height: 1.1;
}
.case-study-crew-app .cs-tech-subtitle {
  font-size: 3.5rem !important;
}
.case-study-crew-app .cs-tech-impact-box {
  border-top: none;
}
.case-study-crew-app .cs-tech-impact-text {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.4;
  font-style: normal;
  opacity: 1;
}
.case-study-crew-app {
  /* Technical Challenges Hover Effects (Spotlight) */
}
.case-study-crew-app .card-wrapper:hover .card {
  opacity: 0.5;
  transform: scale(0.98);
  transition: all 0.4s ease;
}
.case-study-crew-app .card-wrapper .card:hover {
  opacity: 1;
  transform: scale(1.05) translateY(-5px);
  z-index: 100;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-color: #CB2026 !important;
  /* Brand Red accent on hover */
}
.case-study-crew-app .card-wrapper .card {
  transition: all 0.4s ease;
  background: #fff;
  /* Ensure bg is solid for overlay effect */
  padding: 1.5rem !important;
  /* Compact padding */
  margin-bottom: 10px !important;
  /* Tighter spacing */
  height: 100%;
  display: flex;
  align-items: center;
}
.case-study-crew-app {
  /* =========================================
     4. Tools and Stacks Section
     ========================================= */
}
.case-study-crew-app .cs-bento-section {
  padding: 60px 0;
}
.case-study-crew-app .cs-bento-container {
  background-color: #f9f9f9;
  border-radius: 40px;
  padding: 60px 40px;
  margin: 0 20px;
}
.case-study-crew-app .cs-bento-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.case-study-crew-app .bento-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.02);
  padding: 20px 25px;
  display: flex;
  align-items: center;
  /* Vertical Center */
  text-align: left;
  transition: all 0.3s ease;
  /* 3 Columns Fixed Width ~30% */
  flex: 0 0 30%;
  min-width: 250px;
}
.case-study-crew-app .bento-icon {
  font-size: 24px;
  color: #CB2026;
  /* Brand Red */
  margin-right: 15px;
  width: 30px;
  /* Fixed width for alignment */
  text-align: center;
}
.case-study-crew-app .bento-content {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}
.case-study-crew-app {
  /* Hover Effects */
}
.case-study-crew-app .bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: #CB2026;
  /* Highlight border on hover */
}
.case-study-crew-app {
  /* Responsive */
}
@media (max-width: 991px) {
  .case-study-crew-app .bento-card {
    flex: 0 0 45%;
    /* 2 Columns on tablet */
  }
}
@media (max-width: 576px) {
  .case-study-crew-app .bento-card {
    flex: 0 0 100%;
    /* 1 Column on mobile */
  }
}
.case-study-crew-app {
  /* =========================================
     5. Tradeoff Section (Conceptual)
     ========================================= */
}
.case-study-crew-app .cs-conceptual-tradeoff {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  /* Conceptually distinct */
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.case-study-crew-app .cs-tradeoff-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Use the specific requested image - Duplicated for now */
  background-image: url("/assets/images/case-study/Databricks%20Lakehouse%20for%20Enterprise%20Data%20Consolidation%20.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Parallax feel */
  z-index: 0;
}
.case-study-crew-app .cs-tradeoff-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10, 31, 61, 0.92) 0%, rgba(5, 16, 33, 0.85) 100%);
  backdrop-filter: blur(4px);
  z-index: 1;
}
.case-study-crew-app .cs-concept-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #CB2026;
  /* Brand Accent */
  font-weight: 700;
  margin-bottom: 30px;
}
.case-study-crew-app .cs-concept-divider {
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 0 auto 40px;
  opacity: 0.3;
}
.case-study-crew-app .cs-concept-text {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: inherit;
  /* Use site font */
  color: #ffffff;
}
.case-study-crew-app .cs-concept-insight {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
@media (max-width: 768px) {
  .case-study-crew-app .cs-concept-text {
    font-size: 1.6rem;
  }
  .case-study-crew-app .cs-tradeoff-bg {
    background-attachment: scroll;
    /* Mobile fix */
  }
}
.case-study-crew-app {
  /* =========================================
     6. Outcomes Section
     ========================================= */
}
.case-study-crew-app .cs-outcomes-wrapper {
  overflow: hidden;
}
.case-study-crew-app .cs-outcomes-title {
  color: #2c2c2c;
}
.case-study-crew-app .cs-outcomes-impact {
  color: #CB2026;
}
.case-study-crew-app {
  /* Animated Impact Cards */
}
.case-study-crew-app .outcome-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  /* Subtle initial shadow */
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.case-study-crew-app .outcome-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #eef2f6;
  /* Bluish Shady Background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.case-study-crew-app .outcome-icon i {
  color: #CB2026;
  /* Brand Red */
  font-size: 18px;
}
.case-study-crew-app .outcome-text strong {
  display: block;
  font-size: 1.1rem;
  color: #1a1a1a;
  margin-bottom: 5px;
  font-weight: 700;
}
.case-study-crew-app .outcome-text p {
  margin: 0;
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.case-study-crew-app {
  /* Hover Animation */
}
.case-study-crew-app .outcome-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
  border-color: #CB2026;
  /* Red accent on hover */
}
.case-study-crew-app {
  /* Background Particles CSS */
}
.case-study-crew-app .cs-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.case-study-crew-app .cs-particles span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(203, 32, 38, 0.08);
  /* Low opacity Red */
  animation: cs-floatUp 25s linear infinite;
  bottom: -150px;
  border-radius: 50%;
}
.case-study-crew-app .cs-particles span:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.case-study-crew-app .cs-particles span:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.case-study-crew-app .cs-particles span:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.case-study-crew-app .cs-particles span:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.case-study-crew-app .cs-particles span:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.case-study-crew-app .cs-particles span:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.case-study-crew-app .cs-particles span:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.case-study-crew-app .cs-particles span:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.case-study-crew-app .cs-particles span:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.case-study-crew-app .cs-particles span:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
.case-study-crew-app {
  /* Helper Classes */
}
.case-study-crew-app .cs-tradeoff-content-container {
  position: relative;
  z-index: 2;
}
.case-study-crew-app .cs-outcomes-content {
  position: relative;
  z-index: 1;
}
.case-study-crew-app .cs-conclusion-section {
  background-color: #050b18;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.case-study-crew-app {
  /* Animated Mesh Background */
}
.case-study-crew-app .cs-conclusion-bg-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(circle at 20% 30%, rgba(203, 32, 38, 0.15) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(15, 49, 93, 0.3) 0%, transparent 40%), radial-gradient(circle at 50% 50%, rgba(10, 30, 60, 0.2) 0%, transparent 60%);
  filter: blur(60px);
  animation: csMeshMove 15s ease-in-out infinite alternate;
}
.case-study-crew-app .cs-conclusion-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.case-study-crew-app .cs-conclusion-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(203, 32, 38, 0.4);
  border-radius: 50%;
  animation: csFloatAround var(--duration, 10s) linear infinite;
  filter: blur(1px);
}
.case-study-crew-app .cs-conclusion-particles span:nth-child(1) {
  top: 20%;
  left: 10%;
  --duration: 12s;
}
.case-study-crew-app .cs-conclusion-particles span:nth-child(2) {
  top: 60%;
  left: 80%;
  --duration: 15s;
}
.case-study-crew-app .cs-conclusion-particles span:nth-child(3) {
  top: 80%;
  left: 30%;
  --duration: 18s;
}
.case-study-crew-app .cs-conclusion-particles span:nth-child(4) {
  top: 40%;
  left: 50%;
  --duration: 20s;
}
.case-study-crew-app .cs-conclusion-particles span:nth-child(5) {
  top: 10%;
  left: 70%;
  --duration: 14s;
}
.case-study-crew-app .cs-conclusion-split-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}
.case-study-crew-app .cs-conclusion-split-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transform: skewX(-25deg);
  animation: csShineLoop 6s infinite;
}
.case-study-crew-app .cs-conclusion-split-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #CB2026;
}
.case-study-crew-app .cs-conclusion-tag {
  color: #ff6b6b;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
  opacity: 0.8;
}
.case-study-crew-app {
  /* SCSS for Hero Title Centering (reusing the SMS fix) */
}
.case-study-crew-app .cs-premium-title-compact {
  font-size: clamp(32px, 4vw, 52px);
  color: #fff;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.case-study-crew-app .cs-premium-title-compact .highlight-red {
  color: #CB2026;
}
.case-study-crew-app .cs-conclusion-divider {
  position: absolute;
  left: 42%;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
}
.case-study-crew-app .cs-premium-text-compact {
  font-size: clamp(16px, 1.5vw, 19px);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 25px;
}
.case-study-crew-app .cs-badge-slim {
  font-size: 10px;
  color: #ff6b6b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 16px;
  background: rgba(203, 32, 38, 0.1);
  border: 1px solid rgba(203, 32, 38, 0.2);
  border-radius: 30px;
}
@media (max-width: 991px) {
  .case-study-crew-app .cs-conclusion-split-card {
    padding: 40px 30px;
  }
  .case-study-crew-app .cs-premium-text-compact {
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.case-study-crew-app {
  /* =========================================
     8. Contact Section Alignment
     ========================================= */
  /* Fix Alignment for Get Started Template */
}
.case-study-crew-app .cs-contact-section .col-md-3.hide-device {
  display: none !important;
}
.case-study-crew-app .cs-contact-section .col-md-9 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  text-align: center !important;
}
.case-study-crew-app .cs-contact-section .container-lg {
  margin: 0 auto !important;
}
.case-study-crew-app {
  /* =========================================
     9. Global / Responsive Fixes
     ========================================= */
}
@media (max-width: 768px) {
  .case-study-crew-app {
    /* Fix Business Problem & Outcomes Typography */
  }
  .case-study-crew-app .h2.font-size-h1, .case-study-crew-app .font-size-h1.lead.xl,
  .case-study-crew-app .h3.font-light.color-primary-100 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .case-study-crew-app .h3.font-light.color-primary-100 {
    display: block;
    font-size: 24px !important;
    margin-bottom: 5px;
  }
  .case-study-crew-app {
    /* Fix Outcomes Title */
  }
  .case-study-crew-app #area-outcomes .h2, .case-study-crew-app #area-outcomes .lead.xl {
    text-align: left !important;
  }
  .case-study-crew-app #area-outcomes .h2 .font-size-h1, .case-study-crew-app #area-outcomes .lead.xl .font-size-h1 {
    font-size: 32px !important;
  }
  .case-study-crew-app {
    /* Stack Pinned Panels (Disable Pinning Visuals) */
  }
  .case-study-crew-app .pin-panel {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    transform: none !important;
    margin-bottom: 30px;
    text-align: left !important;
  }
  .case-study-crew-app {
    /* Override GSAP Pin Spacer if present (Brute force fix for visual gaps) */
  }
  .case-study-crew-app .pin-spacer {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .case-study-crew-app {
    /* Adjust Container Padding */
  }
  .case-study-crew-app .section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .case-study-crew-app {
    /* Reduce Illustration Clutter */
  }
  .case-study-crew-app .illus-cont.style-lg img {
    opacity: 0.1;
    width: 150%;
    left: -25%;
  }
  .case-study-crew-app {
    /* Ensure Content Visibility */
  }
  .case-study-crew-app .wow {
    visibility: visible !important;
    animation-name: none !important;
    /* Disable fade-ins that might get stuck */
    opacity: 1 !important;
  }
  .case-study-crew-app {
    /* Adjust sticky cards gap */
  }
  .case-study-crew-app .sticky-panel {
    margin-bottom: 10px !important;
    /* Tighter gap for compact view */
  }
}
.case-study-crew-app {
  /* FORCE VISIBILITY for Implementation Approach (Safe Mode) */
}
.case-study-crew-app .cs-impl-approach .wow {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
}

/* End of .case-study-crew-app Scope */
/* KEYFRAMES - Reusing standard keyframes */
@keyframes cs-floatUp {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: translateY(-800px) rotate(720deg);
    opacity: 0;
  }
}
@keyframes csFloatNode1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, -20px) scale(1.1);
  }
  50% {
    transform: translate(-15px, 25px) scale(0.9);
  }
  75% {
    transform: translate(20px, 10px) scale(1.05);
  }
}
@keyframes csFloatNode2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-25px, 30px) scale(1.15);
  }
  50% {
    transform: translate(20px, -15px) scale(0.85);
  }
  75% {
    transform: translate(-10px, -25px) scale(1.1);
  }
}
@keyframes csFloatNode3 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(40px, -30px) scale(1.2);
  }
  50% {
    transform: translate(-30px, 20px) scale(0.8);
  }
  75% {
    transform: translate(25px, 15px) scale(1.1);
  }
}
@keyframes csFloatNode4 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-20px, 25px) scale(1.1);
  }
  50% {
    transform: translate(15px, -20px) scale(0.9);
  }
  75% {
    transform: translate(-10px, -15px) scale(1.05);
  }
}
@keyframes csFloatNode5 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(35px, 20px) scale(1.15);
  }
  50% {
    transform: translate(-25px, -30px) scale(0.85);
  }
  75% {
    transform: translate(15px, 25px) scale(1.1);
  }
}
@keyframes csRotateGeo1 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-20px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csRotateGeo2 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(-180deg) translateY(15px);
  }
  to {
    transform: rotate(-360deg) translateY(0px);
  }
}
@keyframes csRotateGeo3 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-25px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csDrawLine {
  to {
    stroke-dashoffset: 0;
  }
}
.case-study-crew-app {
  /* =========================================
     10. Hero Section (Ported from Databricks)
     ========================================= */
  /* Base Hero Layout */
}
.case-study-crew-app .case-study-detail-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  background-color: #f4f7fa;
  /* Fallback light bg */
}
.case-study-crew-app {
  /* Gradient Overlay for Depth */
}
.case-study-crew-app .cs-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Premium dark blue fade to white/transparent bottom */
  background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.8) 0%, rgba(230, 240, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: overlay;
}
.case-study-crew-app .cs-detail-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-crew-app .banner-content-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 80px 0 20px;
  /* Added top padding for mobile menu clearance */
  pointer-events: none;
}
.case-study-crew-app .banner-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  pointer-events: auto;
}
.case-study-crew-app .container {
  /* Contextual override for hero container */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  position: relative;
  z-index: 11;
}
.case-study-crew-app {
  /* Typography & Animations */
}
.case-study-crew-app .case-study-hero-title {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  /* Wider for big text */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 12;
}
.case-study-crew-app .cs-hero-tag {
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #CB2026;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.case-study-crew-app .cs-hero-tag::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #CB2026;
  margin: 10px auto 0;
}
.case-study-crew-app .gradient-text-wrap {
  margin-bottom: 10px;
}
.case-study-crew-app .cs-hero-main-title {
  /* Massive Text */
  font-size: clamp(40px, 8vw, 110px);
  line-height: 0.9;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -2px;
  /* Prevent PORTAL etc from breaking mid-word on 13" screens */
  word-break: keep-all;
  overflow-wrap: normal;
  /* Solid Color for Reliability */
  color: #0F315D;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: initial;
  position: relative;
  z-index: 13;
  /* Subtle glow */
  filter: drop-shadow(0 10px 20px rgba(15, 49, 93, 0.15));
  /* Ensure visibility for animation */
  visibility: visible;
  opacity: 1;
  /* Force Center */
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.case-study-crew-app {
  /* Ensure children created by SplitText inherit the solid color and centering */
}
.case-study-crew-app .cs-hero-main-title div {
  color: inherit;
  -webkit-text-fill-color: inherit;
  background: none;
  text-align: center;
}
.case-study-crew-app .cs-hero-sub-title-wrap {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.case-study-crew-app .case-study-hero-title .h2, .case-study-crew-app .case-study-hero-title .lead.xl {
  font-size: clamp(20px, 3vw, 42px);
  line-height: 1.2;
  color: #555;
  font-weight: 300;
  max-width: 800px;
}
.case-study-crew-app {
  /* Media Queries */
}
@media (max-height: 700px) {
  .case-study-crew-app .case-study-detail-hero {
    min-height: 100vh;
    max-height: 100vh;
  }
}
@media (min-height: 900px) {
  .case-study-crew-app .case-study-detail-hero {
    height: 900px;
  }
}
.case-study-crew-app {
  /* 13" screens: reduce title size so "AND CONTRACTOR PORTAL" stays on one line */
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .case-study-crew-app .cs-hero-main-title {
    font-size: clamp(36px, 5.5vw, 72px) !important;
  }
}
.case-study-crew-app {
  /* Floating Data Nodes and Geo shapes - Keeping existing animations */
}
.case-study-crew-app .cs-data-node {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.4) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.case-study-crew-app .cs-node-1 {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 10%;
  animation: csFloatNode1 8s ease-in-out infinite;
}
.case-study-crew-app .cs-node-2 {
  width: 60px;
  height: 60px;
  top: 45%;
  right: 15%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.4) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode2 10s ease-in-out infinite;
}
.case-study-crew-app .cs-node-3 {
  width: 100px;
  height: 100px;
  bottom: 25%;
  left: 20%;
  animation: csFloatNode3 12s ease-in-out infinite;
}
.case-study-crew-app .cs-node-4 {
  width: 50px;
  height: 50px;
  top: 60%;
  right: 25%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.3) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  animation: csFloatNode4 9s ease-in-out infinite;
}
.case-study-crew-app .cs-node-5 {
  width: 70px;
  height: 70px;
  bottom: 15%;
  right: 10%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.3) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode5 11s ease-in-out infinite;
}
.case-study-crew-app .cs-geo-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.4;
  z-index: 1;
}
.case-study-crew-app .cs-geo-1 {
  width: 120px;
  height: 120px;
  top: 15%;
  right: 10%;
  animation: csRotateGeo1 20s linear infinite;
}
.case-study-crew-app .cs-geo-2 {
  width: 90px;
  height: 90px;
  bottom: 30%;
  left: 8%;
  animation: csRotateGeo2 25s linear infinite reverse;
}
.case-study-crew-app .cs-geo-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  right: 20%;
  animation: csRotateGeo3 30s linear infinite;
}
.case-study-crew-app .cs-connections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-crew-app .cs-line-1,
.case-study-crew-app .cs-line-2,
.case-study-crew-app .cs-line-3,
.case-study-crew-app .cs-line-4 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: csDrawLine 3s ease-in-out forwards;
}
.case-study-crew-app .cs-line-2 {
  animation-delay: 0.5s;
}
.case-study-crew-app .cs-line-3 {
  animation-delay: 1s;
}
.case-study-crew-app .cs-line-4 {
  animation-delay: 1.5s;
}
.case-study-crew-app {
  /* Implementation Approach Styles */
}
.case-study-crew-app .cs-phases-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.case-study-crew-app .cs-phase-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 25px;
}
.case-study-crew-app .cs-phase-content {
  flex: 1;
}
.case-study-crew-app .cs-impl-approach {
  padding: 100px 0;
}
.case-study-crew-app .cs-impl-header {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .case-study-crew-app .cs-impl-header {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}

/* Global Conclusion Section Animations (Duplicates from Databricks/SMS) */
@keyframes csMeshMove {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(2%, 3%) scale(1.1);
  }
  100% {
    transform: translate(-1%, -2%) scale(1.05);
  }
}
@keyframes csFloatAround {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) translateX(20px) scale(1.5);
    opacity: 0;
  }
}
@keyframes csShineLoop {
  0% {
    left: -100%;
  }
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
/* Case Study: Sage Intacct Integration - Scoped Styles */
.case-study-sage-intacct {
  /* =========================================
     1. Client Context Section (Glassmorphism)
     ========================================= */
}
.case-study-sage-intacct .cs-glass-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.case-study-sage-intacct .cs-glass-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.case-study-sage-intacct .cs-glass-bg-image {
  /* Duplicate of Databricks image until replaced */
  background-image: url("/assets/images/case-study/Databricks%20Lakehouse%20for%20Enterprise%20Data%20Consolidation%20.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.case-study-sage-intacct .cs-glass-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(135deg, rgba(15, 49, 93, 0.9) 0%, rgba(10, 30, 60, 0.8) 100%);
}
.case-study-sage-intacct .cs-glass-content-container {
  position: relative;
  z-index: 3;
}
.case-study-sage-intacct .cs-glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
.case-study-sage-intacct .cs-tag {
  background: rgba(203, 32, 38, 0.2);
  color: #ff6b6b;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.case-study-sage-intacct .cs-glass-title {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
}
.case-study-sage-intacct .cs-highlight-blue {
  color: #fff;
}
.case-study-sage-intacct .cs-glass-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}
.case-study-sage-intacct {
  /* =========================================
     2. Business Problem Section
     ========================================= */
}
.case-study-sage-intacct .cs-detail-section {
  background: linear-gradient(180deg, #f9f9f9 0%, #e9e9e9 100%);
  color: #2c2c2c;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 60vh;
}
.case-study-sage-intacct .cs-problem-header {
  position: relative;
}
.case-study-sage-intacct .cs-problem-title {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 0;
  color: #999;
}
.case-study-sage-intacct .cs-problem-subtitle {
  color: #999;
}
.case-study-sage-intacct .cs-problem-content {
  border-left: 3px solid #CB2026;
  padding-left: 40px;
}
.case-study-sage-intacct .cs-problem-text {
  color: #444;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0;
}
.case-study-sage-intacct {
  /* =========================================
     3. Technical Challenges Section
     ========================================= */
}
.case-study-sage-intacct .cs-tech-challenges-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.case-study-sage-intacct .cs-tech-title {
  font-size: 2.5rem !important;
  line-height: 1.1;
}
.case-study-sage-intacct .cs-tech-subtitle {
  font-size: 3.5rem !important;
}
.case-study-sage-intacct .cs-tech-impact-box {
  border-top: none;
}
.case-study-sage-intacct .cs-tech-impact-text {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.4;
  font-style: normal;
  opacity: 1;
}
.case-study-sage-intacct {
  /* Technical Challenges Hover Effects (Spotlight) */
}
.case-study-sage-intacct .card-wrapper:hover .card {
  opacity: 0.5;
  transform: scale(0.98);
  transition: all 0.4s ease;
}
.case-study-sage-intacct .card-wrapper .card:hover {
  opacity: 1;
  transform: scale(1.05) translateY(-5px);
  z-index: 100;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-color: #CB2026 !important;
  /* Brand Red accent on hover */
}
.case-study-sage-intacct .card-wrapper .card {
  transition: all 0.4s ease;
  background: #fff;
  /* Ensure bg is solid for overlay effect */
  padding: 1.5rem !important;
  /* Compact padding */
  margin-bottom: 10px !important;
  /* Tighter spacing */
  height: 100%;
  display: flex;
  align-items: center;
}
.case-study-sage-intacct {
  /* =========================================
     4. Tools and Stacks Section
     ========================================= */
}
.case-study-sage-intacct .cs-bento-section {
  padding: 60px 0;
}
.case-study-sage-intacct .cs-bento-container {
  background-color: #f9f9f9;
  border-radius: 40px;
  padding: 60px 40px;
  margin: 0 20px;
}
.case-study-sage-intacct .cs-bento-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.case-study-sage-intacct .bento-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.02);
  padding: 20px 25px;
  display: flex;
  align-items: center;
  /* Vertical Center */
  text-align: left;
  transition: all 0.3s ease;
  /* 3 Columns Fixed Width ~30% */
  flex: 0 0 30%;
  min-width: 250px;
}
.case-study-sage-intacct .bento-icon {
  font-size: 24px;
  color: #CB2026;
  /* Brand Red */
  margin-right: 15px;
  width: 30px;
  /* Fixed width for alignment */
  text-align: center;
}
.case-study-sage-intacct .bento-content {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}
.case-study-sage-intacct {
  /* Hover Effects */
}
.case-study-sage-intacct .bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: #CB2026;
  /* Highlight border on hover */
}
.case-study-sage-intacct {
  /* Responsive */
}
@media (max-width: 991px) {
  .case-study-sage-intacct .bento-card {
    flex: 0 0 45%;
    /* 2 Columns on tablet */
  }
}
@media (max-width: 576px) {
  .case-study-sage-intacct .bento-card {
    flex: 0 0 100%;
    /* 1 Column on mobile */
  }
}
.case-study-sage-intacct {
  /* =========================================
     5. Tradeoff Section (Conceptual)
     ========================================= */
}
.case-study-sage-intacct .cs-conceptual-tradeoff {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  /* Conceptually distinct */
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.case-study-sage-intacct .cs-tradeoff-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Use the specific requested image - Duplicated for now */
  background-image: url("/assets/images/case-study/Databricks%20Lakehouse%20for%20Enterprise%20Data%20Consolidation%20.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Parallax feel */
  z-index: 0;
}
.case-study-sage-intacct .cs-tradeoff-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10, 31, 61, 0.92) 0%, rgba(5, 16, 33, 0.85) 100%);
  backdrop-filter: blur(4px);
  z-index: 1;
}
.case-study-sage-intacct .cs-concept-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #CB2026;
  /* Brand Accent */
  font-weight: 700;
  margin-bottom: 30px;
}
.case-study-sage-intacct .cs-concept-divider {
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 0 auto 40px;
  opacity: 0.3;
}
.case-study-sage-intacct .cs-concept-text {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: inherit;
  /* Use site font */
  color: #ffffff;
}
.case-study-sage-intacct .cs-concept-insight {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
@media (max-width: 768px) {
  .case-study-sage-intacct .cs-concept-text {
    font-size: 1.6rem;
  }
  .case-study-sage-intacct .cs-tradeoff-bg {
    background-attachment: scroll;
    /* Mobile fix */
  }
}
.case-study-sage-intacct {
  /* =========================================
     6. Outcomes Section
     ========================================= */
}
.case-study-sage-intacct .cs-outcomes-wrapper {
  overflow: hidden;
}
.case-study-sage-intacct .cs-outcomes-title {
  color: #2c2c2c;
}
.case-study-sage-intacct .cs-outcomes-impact {
  color: #CB2026;
}
.case-study-sage-intacct {
  /* Animated Impact Cards */
}
.case-study-sage-intacct .outcome-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  /* Subtle initial shadow */
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.case-study-sage-intacct .outcome-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #eef2f6;
  /* Bluish Shady Background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.case-study-sage-intacct .outcome-icon i {
  color: #CB2026;
  /* Brand Red */
  font-size: 18px;
}
.case-study-sage-intacct .outcome-text strong {
  display: block;
  font-size: 1.1rem;
  color: #1a1a1a;
  margin-bottom: 5px;
  font-weight: 700;
}
.case-study-sage-intacct .outcome-text p {
  margin: 0;
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.case-study-sage-intacct {
  /* Hover Animation */
}
.case-study-sage-intacct .outcome-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
  border-color: #CB2026;
  /* Red accent on hover */
}
.case-study-sage-intacct {
  /* Background Particles CSS */
}
.case-study-sage-intacct .cs-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.case-study-sage-intacct .cs-particles span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(203, 32, 38, 0.08);
  /* Low opacity Red */
  animation: cs-floatUp 25s linear infinite;
  bottom: -150px;
  border-radius: 50%;
}
.case-study-sage-intacct .cs-particles span:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.case-study-sage-intacct .cs-particles span:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.case-study-sage-intacct .cs-particles span:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.case-study-sage-intacct .cs-particles span:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.case-study-sage-intacct .cs-particles span:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.case-study-sage-intacct .cs-particles span:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.case-study-sage-intacct .cs-particles span:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.case-study-sage-intacct .cs-particles span:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.case-study-sage-intacct .cs-particles span:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.case-study-sage-intacct .cs-particles span:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
.case-study-sage-intacct {
  /* Helper Classes */
}
.case-study-sage-intacct .cs-tradeoff-content-container {
  position: relative;
  z-index: 2;
}
.case-study-sage-intacct .cs-outcomes-content {
  position: relative;
  z-index: 1;
}
.case-study-sage-intacct .cs-conclusion-section {
  background-color: #050b18;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.case-study-sage-intacct {
  /* Animated Mesh Background */
}
.case-study-sage-intacct .cs-conclusion-bg-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(circle at 20% 30%, rgba(203, 32, 38, 0.15) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(15, 49, 93, 0.3) 0%, transparent 40%), radial-gradient(circle at 50% 50%, rgba(10, 30, 60, 0.2) 0%, transparent 60%);
  filter: blur(60px);
  animation: csMeshMove 15s ease-in-out infinite alternate;
}
.case-study-sage-intacct .cs-conclusion-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.case-study-sage-intacct .cs-conclusion-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(203, 32, 38, 0.4);
  border-radius: 50%;
  animation: csFloatAround var(--duration, 10s) linear infinite;
  filter: blur(1px);
}
.case-study-sage-intacct .cs-conclusion-particles span:nth-child(1) {
  top: 20%;
  left: 10%;
  --duration: 12s;
}
.case-study-sage-intacct .cs-conclusion-particles span:nth-child(2) {
  top: 60%;
  left: 80%;
  --duration: 15s;
}
.case-study-sage-intacct .cs-conclusion-particles span:nth-child(3) {
  top: 80%;
  left: 30%;
  --duration: 18s;
}
.case-study-sage-intacct .cs-conclusion-particles span:nth-child(4) {
  top: 40%;
  left: 50%;
  --duration: 20s;
}
.case-study-sage-intacct .cs-conclusion-particles span:nth-child(5) {
  top: 10%;
  left: 70%;
  --duration: 14s;
}
.case-study-sage-intacct .cs-conclusion-split-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}
.case-study-sage-intacct .cs-conclusion-split-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transform: skewX(-25deg);
  animation: csShineLoop 6s infinite;
}
.case-study-sage-intacct .cs-conclusion-split-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #CB2026;
}
.case-study-sage-intacct .cs-conclusion-tag {
  color: #ff6b6b;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
  opacity: 0.8;
}
.case-study-sage-intacct {
  /* SCSS for Hero Title Centering (reusing the SMS fix) */
}
.case-study-sage-intacct .cs-premium-title-compact {
  font-size: clamp(32px, 4vw, 52px);
  color: #fff;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.case-study-sage-intacct .cs-premium-title-compact .highlight-red {
  color: #CB2026;
}
.case-study-sage-intacct .cs-conclusion-divider {
  position: absolute;
  left: 42%;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
}
.case-study-sage-intacct .cs-premium-text-compact {
  font-size: clamp(16px, 1.5vw, 19px);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 25px;
}
.case-study-sage-intacct .cs-badge-slim {
  font-size: 10px;
  color: #ff6b6b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 16px;
  background: rgba(203, 32, 38, 0.1);
  border: 1px solid rgba(203, 32, 38, 0.2);
  border-radius: 30px;
}
@media (max-width: 991px) {
  .case-study-sage-intacct .cs-conclusion-split-card {
    padding: 40px 30px;
  }
  .case-study-sage-intacct .cs-premium-text-compact {
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.case-study-sage-intacct {
  /* =========================================
     8. Contact Section Alignment
     ========================================= */
  /* Fix Alignment for Get Started Template */
}
.case-study-sage-intacct .cs-contact-section .col-md-3.hide-device {
  display: none !important;
}
.case-study-sage-intacct .cs-contact-section .col-md-9 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  text-align: center !important;
}
.case-study-sage-intacct .cs-contact-section .container-lg {
  margin: 0 auto !important;
}
.case-study-sage-intacct {
  /* =========================================
     9. Global / Responsive Fixes
     ========================================= */
}
@media (max-width: 768px) {
  .case-study-sage-intacct {
    /* Fix Business Problem & Outcomes Typography */
  }
  .case-study-sage-intacct .h2.font-size-h1, .case-study-sage-intacct .font-size-h1.lead.xl,
  .case-study-sage-intacct .h3.font-light.color-primary-100 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .case-study-sage-intacct .h3.font-light.color-primary-100 {
    display: block;
    font-size: 24px !important;
    margin-bottom: 5px;
  }
  .case-study-sage-intacct {
    /* Fix Outcomes Title */
  }
  .case-study-sage-intacct #area-outcomes .h2, .case-study-sage-intacct #area-outcomes .lead.xl {
    text-align: left !important;
  }
  .case-study-sage-intacct #area-outcomes .h2 .font-size-h1, .case-study-sage-intacct #area-outcomes .lead.xl .font-size-h1 {
    font-size: 32px !important;
  }
  .case-study-sage-intacct {
    /* Stack Pinned Panels (Disable Pinning Visuals) */
  }
  .case-study-sage-intacct .pin-panel {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    transform: none !important;
    margin-bottom: 30px;
    text-align: left !important;
  }
  .case-study-sage-intacct {
    /* Override GSAP Pin Spacer if present (Brute force fix for visual gaps) */
  }
  .case-study-sage-intacct .pin-spacer {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .case-study-sage-intacct {
    /* Adjust Container Padding */
  }
  .case-study-sage-intacct .section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .case-study-sage-intacct {
    /* Reduce Illustration Clutter */
  }
  .case-study-sage-intacct .illus-cont.style-lg img {
    opacity: 0.1;
    width: 150%;
    left: -25%;
  }
  .case-study-sage-intacct {
    /* Ensure Content Visibility */
  }
  .case-study-sage-intacct .wow {
    visibility: visible !important;
    animation-name: none !important;
    /* Disable fade-ins that might get stuck */
    opacity: 1 !important;
  }
  .case-study-sage-intacct {
    /* Adjust sticky cards gap */
  }
  .case-study-sage-intacct .sticky-panel {
    margin-bottom: 10px !important;
    /* Tighter gap for compact view */
  }
}
.case-study-sage-intacct {
  /* FORCE VISIBILITY for Implementation Approach (Safe Mode) */
}
.case-study-sage-intacct .cs-impl-approach .wow {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
}

/* End of .case-study-sage-intacct Scope */
/* KEYFRAMES - Reusing standard keyframes */
@keyframes cs-floatUp {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: translateY(-800px) rotate(720deg);
    opacity: 0;
  }
}
@keyframes csFloatNode1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, -20px) scale(1.1);
  }
  50% {
    transform: translate(-15px, 25px) scale(0.9);
  }
  75% {
    transform: translate(20px, 10px) scale(1.05);
  }
}
@keyframes csFloatNode2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-25px, 30px) scale(1.15);
  }
  50% {
    transform: translate(20px, -15px) scale(0.85);
  }
  75% {
    transform: translate(-10px, -25px) scale(1.1);
  }
}
@keyframes csFloatNode3 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(40px, -30px) scale(1.2);
  }
  50% {
    transform: translate(-30px, 20px) scale(0.8);
  }
  75% {
    transform: translate(25px, 15px) scale(1.1);
  }
}
@keyframes csFloatNode4 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-20px, 25px) scale(1.1);
  }
  50% {
    transform: translate(15px, -20px) scale(0.9);
  }
  75% {
    transform: translate(-10px, -15px) scale(1.05);
  }
}
@keyframes csFloatNode5 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(35px, 20px) scale(1.15);
  }
  50% {
    transform: translate(-25px, -30px) scale(0.85);
  }
  75% {
    transform: translate(15px, 25px) scale(1.1);
  }
}
@keyframes csRotateGeo1 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-20px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csRotateGeo2 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(-180deg) translateY(15px);
  }
  to {
    transform: rotate(-360deg) translateY(0px);
  }
}
@keyframes csRotateGeo3 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-25px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csDrawLine {
  to {
    stroke-dashoffset: 0;
  }
}
.case-study-sage-intacct {
  /* =========================================
     10. Hero Section (Ported from Databricks)
     ========================================= */
  /* Base Hero Layout */
}
.case-study-sage-intacct .case-study-detail-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  background-color: #f4f7fa;
  /* Fallback light bg */
}
.case-study-sage-intacct {
  /* Gradient Overlay for Depth */
}
.case-study-sage-intacct .cs-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Premium dark blue fade to white/transparent bottom */
  background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.8) 0%, rgba(230, 240, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: overlay;
}
.case-study-sage-intacct .cs-detail-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-sage-intacct .banner-content-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 80px 0 20px;
  /* Added top padding for mobile menu clearance */
  pointer-events: none;
}
.case-study-sage-intacct .banner-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  pointer-events: auto;
}
.case-study-sage-intacct .container {
  /* Contextual override for hero container */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  position: relative;
  z-index: 11;
}
.case-study-sage-intacct {
  /* Typography & Animations */
}
.case-study-sage-intacct .case-study-hero-title {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  /* Wider for big text */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 12;
}
.case-study-sage-intacct .cs-hero-tag {
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #CB2026;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.case-study-sage-intacct .cs-hero-tag::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #CB2026;
  margin: 10px auto 0;
}
.case-study-sage-intacct .gradient-text-wrap {
  margin-bottom: 10px;
}
.case-study-sage-intacct .cs-hero-main-title {
  /* Massive Text */
  font-size: clamp(30px, 6vw, 80px);
  /* Reduced for Sage Intacct length */
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1px;
  /* Solid Color for Reliability */
  color: #0F315D;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: initial;
  position: relative;
  z-index: 13;
  /* Subtle glow */
  filter: drop-shadow(0 10px 20px rgba(15, 49, 93, 0.15));
  /* Ensure visibility for animation */
  visibility: visible;
  opacity: 1;
  /* Force Center */
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Added */
}
.case-study-sage-intacct {
  /* Ensure children created by SplitText inherit the solid color and centering */
}
.case-study-sage-intacct .cs-hero-main-title div {
  color: inherit;
  -webkit-text-fill-color: inherit;
  background: none;
  text-align: center;
}
.case-study-sage-intacct .cs-hero-sub-title-wrap {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.case-study-sage-intacct .case-study-hero-title .h2, .case-study-sage-intacct .case-study-hero-title .lead.xl {
  font-size: clamp(20px, 3vw, 42px);
  line-height: 1.2;
  color: #555;
  font-weight: 300;
  max-width: 800px;
}
.case-study-sage-intacct {
  /* Media Queries */
}
@media (max-height: 700px) {
  .case-study-sage-intacct .case-study-detail-hero {
    min-height: 100vh;
    max-height: 100vh;
  }
}
@media (min-height: 900px) {
  .case-study-sage-intacct .case-study-detail-hero {
    height: 900px;
  }
}
.case-study-sage-intacct {
  /* Floating Data Nodes and Geo shapes - Keeping existing animations */
}
.case-study-sage-intacct .cs-data-node {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.4) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.case-study-sage-intacct .cs-node-1 {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 10%;
  animation: csFloatNode1 8s ease-in-out infinite;
}
.case-study-sage-intacct .cs-node-2 {
  width: 60px;
  height: 60px;
  top: 45%;
  right: 15%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.4) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode2 10s ease-in-out infinite;
}
.case-study-sage-intacct .cs-node-3 {
  width: 100px;
  height: 100px;
  bottom: 25%;
  left: 20%;
  animation: csFloatNode3 12s ease-in-out infinite;
}
.case-study-sage-intacct .cs-node-4 {
  width: 50px;
  height: 50px;
  top: 60%;
  right: 25%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.3) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  animation: csFloatNode4 9s ease-in-out infinite;
}
.case-study-sage-intacct .cs-node-5 {
  width: 70px;
  height: 70px;
  bottom: 15%;
  right: 10%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.3) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode5 11s ease-in-out infinite;
}
.case-study-sage-intacct .cs-geo-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.4;
  z-index: 1;
}
.case-study-sage-intacct .cs-geo-1 {
  width: 120px;
  height: 120px;
  top: 15%;
  right: 10%;
  animation: csRotateGeo1 20s linear infinite;
}
.case-study-sage-intacct .cs-geo-2 {
  width: 90px;
  height: 90px;
  bottom: 30%;
  left: 8%;
  animation: csRotateGeo2 25s linear infinite reverse;
}
.case-study-sage-intacct .cs-geo-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  right: 20%;
  animation: csRotateGeo3 30s linear infinite;
}
.case-study-sage-intacct .cs-connections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-sage-intacct .cs-line-1,
.case-study-sage-intacct .cs-line-2,
.case-study-sage-intacct .cs-line-3,
.case-study-sage-intacct .cs-line-4 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: csDrawLine 3s ease-in-out forwards;
}
.case-study-sage-intacct .cs-line-2 {
  animation-delay: 0.5s;
}
.case-study-sage-intacct .cs-line-3 {
  animation-delay: 1s;
}
.case-study-sage-intacct .cs-line-4 {
  animation-delay: 1.5s;
}
.case-study-sage-intacct {
  /* Implementation Approach Styles */
}
.case-study-sage-intacct .cs-phases-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.case-study-sage-intacct .cs-phase-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 25px;
}
.case-study-sage-intacct .cs-phase-content {
  flex: 1;
}
.case-study-sage-intacct .cs-impl-approach {
  padding: 100px 0;
}
.case-study-sage-intacct .cs-impl-header {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .case-study-sage-intacct .cs-impl-header {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}

/* Global Conclusion Section Animations (Duplicates from Databricks/SMS) */
@keyframes csMeshMove {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(2%, 3%) scale(1.1);
  }
  100% {
    transform: translate(-1%, -2%) scale(1.05);
  }
}
@keyframes csFloatAround {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) translateX(20px) scale(1.5);
    opacity: 0;
  }
}
@keyframes csShineLoop {
  0% {
    left: -100%;
  }
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
/* Case Study: Hover API Integration - Scoped Styles */
.case-study-hover-api {
  /* =========================================
     1. Client Context Section (Glassmorphism)
     ========================================= */
}
.case-study-hover-api .cs-glass-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.case-study-hover-api .cs-glass-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.case-study-hover-api .cs-glass-bg-image {
  /* Duplicate of Databricks image until replaced */
  background-image: url("/assets/images/case-study/Databricks%20Lakehouse%20for%20Enterprise%20Data%20Consolidation%20.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.case-study-hover-api .cs-glass-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(135deg, rgba(15, 49, 93, 0.9) 0%, rgba(10, 30, 60, 0.8) 100%);
}
.case-study-hover-api .cs-glass-content-container {
  position: relative;
  z-index: 3;
}
.case-study-hover-api .cs-glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
.case-study-hover-api .cs-tag {
  background: rgba(203, 32, 38, 0.2);
  color: #ff6b6b;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.case-study-hover-api .cs-glass-title {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
}
.case-study-hover-api .cs-highlight-blue {
  color: #fff;
}
.case-study-hover-api .cs-glass-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}
.case-study-hover-api {
  /* =========================================
     2. Business Problem Section
     ========================================= */
}
.case-study-hover-api .cs-detail-section {
  background: linear-gradient(180deg, #f9f9f9 0%, #e9e9e9 100%);
  color: #2c2c2c;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 60vh;
}
.case-study-hover-api .cs-problem-header {
  position: relative;
}
.case-study-hover-api .cs-problem-title {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 0;
  color: #999;
}
.case-study-hover-api .cs-problem-subtitle {
  color: #999;
}
.case-study-hover-api .cs-problem-content {
  border-left: 3px solid #CB2026;
  padding-left: 40px;
}
.case-study-hover-api .cs-problem-text {
  color: #444;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0;
}
.case-study-hover-api {
  /* =========================================
     3. Technical Challenges Section
     ========================================= */
}
.case-study-hover-api .cs-tech-challenges-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.case-study-hover-api .cs-tech-title {
  font-size: 2.5rem !important;
  line-height: 1.1;
}
.case-study-hover-api .cs-tech-subtitle {
  font-size: 3.5rem !important;
}
.case-study-hover-api .cs-tech-impact-box {
  border-top: none;
}
.case-study-hover-api .cs-tech-impact-text {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.4;
  font-style: normal;
  opacity: 1;
}
.case-study-hover-api {
  /* Technical Challenges Hover Effects (Spotlight) */
}
.case-study-hover-api .card-wrapper:hover .card {
  opacity: 0.5;
  transform: scale(0.98);
  transition: all 0.4s ease;
}
.case-study-hover-api .card-wrapper .card:hover {
  opacity: 1;
  transform: scale(1.05) translateY(-5px);
  z-index: 100;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-color: #CB2026 !important;
  /* Brand Red accent on hover */
}
.case-study-hover-api .card-wrapper .card {
  transition: all 0.4s ease;
  background: #fff;
  /* Ensure bg is solid for overlay effect */
  padding: 1.5rem !important;
  /* Compact padding */
  margin-bottom: 10px !important;
  /* Tighter spacing */
  height: 100%;
  display: flex;
  align-items: center;
}
.case-study-hover-api {
  /* =========================================
     4. Tools and Stacks Section
     ========================================= */
}
.case-study-hover-api .cs-bento-section {
  padding: 60px 0;
}
.case-study-hover-api .cs-bento-container {
  background-color: #f9f9f9;
  border-radius: 40px;
  padding: 60px 40px;
  margin: 0 20px;
}
.case-study-hover-api .cs-bento-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.case-study-hover-api .bento-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.02);
  padding: 20px 25px;
  display: flex;
  align-items: center;
  /* Vertical Center */
  text-align: left;
  transition: all 0.3s ease;
  /* 3 Columns Fixed Width ~30% */
  flex: 0 0 30%;
  min-width: 250px;
}
.case-study-hover-api .bento-icon {
  font-size: 24px;
  color: #CB2026;
  /* Brand Red */
  margin-right: 15px;
  width: 30px;
  /* Fixed width for alignment */
  text-align: center;
}
.case-study-hover-api .bento-content {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}
.case-study-hover-api {
  /* Hover Effects */
}
.case-study-hover-api .bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: #CB2026;
  /* Highlight border on hover */
}
.case-study-hover-api {
  /* Responsive */
}
@media (max-width: 991px) {
  .case-study-hover-api .bento-card {
    flex: 0 0 45%;
    /* 2 Columns on tablet */
  }
}
@media (max-width: 576px) {
  .case-study-hover-api .bento-card {
    flex: 0 0 100%;
    /* 1 Column on mobile */
  }
}
.case-study-hover-api {
  /* =========================================
     5. Tradeoff Section (Conceptual)
     ========================================= */
}
.case-study-hover-api .cs-conceptual-tradeoff {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  /* Conceptually distinct */
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.case-study-hover-api .cs-tradeoff-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Use the specific requested image - Duplicated for now */
  background-image: url("/assets/images/case-study/Databricks%20Lakehouse%20for%20Enterprise%20Data%20Consolidation%20.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Parallax feel */
  z-index: 0;
}
.case-study-hover-api .cs-tradeoff-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10, 31, 61, 0.92) 0%, rgba(5, 16, 33, 0.85) 100%);
  backdrop-filter: blur(4px);
  z-index: 1;
}
.case-study-hover-api .cs-concept-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #CB2026;
  /* Brand Accent */
  font-weight: 700;
  margin-bottom: 30px;
}
.case-study-hover-api .cs-concept-divider {
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 0 auto 40px;
  opacity: 0.3;
}
.case-study-hover-api .cs-concept-text {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: inherit;
  /* Use site font */
  color: #ffffff;
}
.case-study-hover-api .cs-concept-insight {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
@media (max-width: 768px) {
  .case-study-hover-api .cs-concept-text {
    font-size: 1.6rem;
  }
  .case-study-hover-api .cs-tradeoff-bg {
    background-attachment: scroll;
    /* Mobile fix */
  }
}
.case-study-hover-api {
  /* =========================================
     6. Outcomes Section
     ========================================= */
}
.case-study-hover-api .cs-outcomes-wrapper {
  overflow: hidden;
}
.case-study-hover-api .cs-outcomes-title {
  color: #2c2c2c;
}
.case-study-hover-api .cs-outcomes-impact {
  color: #CB2026;
}
.case-study-hover-api {
  /* Animated Impact Cards */
}
.case-study-hover-api .outcome-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  /* Subtle initial shadow */
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.case-study-hover-api .outcome-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #eef2f6;
  /* Bluish Shady Background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.case-study-hover-api .outcome-icon i {
  color: #CB2026;
  /* Brand Red */
  font-size: 18px;
}
.case-study-hover-api .outcome-text strong {
  display: block;
  font-size: 1.1rem;
  color: #1a1a1a;
  margin-bottom: 5px;
  font-weight: 700;
}
.case-study-hover-api .outcome-text p {
  margin: 0;
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.case-study-hover-api {
  /* Hover Animation */
}
.case-study-hover-api .outcome-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
  border-color: #CB2026;
  /* Red accent on hover */
}
.case-study-hover-api {
  /* Background Particles CSS */
}
.case-study-hover-api .cs-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.case-study-hover-api .cs-particles span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(203, 32, 38, 0.08);
  /* Low opacity Red */
  animation: cs-floatUp 25s linear infinite;
  bottom: -150px;
  border-radius: 50%;
}
.case-study-hover-api .cs-particles span:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.case-study-hover-api .cs-particles span:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.case-study-hover-api .cs-particles span:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.case-study-hover-api .cs-particles span:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.case-study-hover-api .cs-particles span:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.case-study-hover-api .cs-particles span:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.case-study-hover-api .cs-particles span:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.case-study-hover-api .cs-particles span:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.case-study-hover-api .cs-particles span:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.case-study-hover-api .cs-particles span:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
.case-study-hover-api {
  /* Helper Classes */
}
.case-study-hover-api .cs-tradeoff-content-container {
  position: relative;
  z-index: 2;
}
.case-study-hover-api .cs-outcomes-content {
  position: relative;
  z-index: 1;
}
.case-study-hover-api .cs-conclusion-section {
  background-color: #050b18;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.case-study-hover-api {
  /* Animated Mesh Background */
}
.case-study-hover-api .cs-conclusion-bg-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(circle at 20% 30%, rgba(203, 32, 38, 0.15) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(15, 49, 93, 0.3) 0%, transparent 40%), radial-gradient(circle at 50% 50%, rgba(10, 30, 60, 0.2) 0%, transparent 60%);
  filter: blur(60px);
  animation: csMeshMove 15s ease-in-out infinite alternate;
}
.case-study-hover-api .cs-conclusion-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.case-study-hover-api .cs-conclusion-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(203, 32, 38, 0.4);
  border-radius: 50%;
  animation: csFloatAround var(--duration, 10s) linear infinite;
  filter: blur(1px);
}
.case-study-hover-api .cs-conclusion-particles span:nth-child(1) {
  top: 20%;
  left: 10%;
  --duration: 12s;
}
.case-study-hover-api .cs-conclusion-particles span:nth-child(2) {
  top: 60%;
  left: 80%;
  --duration: 15s;
}
.case-study-hover-api .cs-conclusion-particles span:nth-child(3) {
  top: 80%;
  left: 30%;
  --duration: 18s;
}
.case-study-hover-api .cs-conclusion-particles span:nth-child(4) {
  top: 40%;
  left: 50%;
  --duration: 20s;
}
.case-study-hover-api .cs-conclusion-particles span:nth-child(5) {
  top: 10%;
  left: 70%;
  --duration: 14s;
}
.case-study-hover-api .cs-conclusion-split-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}
.case-study-hover-api .cs-conclusion-split-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transform: skewX(-25deg);
  animation: csShineLoop 6s infinite;
}
.case-study-hover-api .cs-conclusion-split-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #CB2026;
}
.case-study-hover-api .cs-conclusion-tag {
  color: #ff6b6b;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
  opacity: 0.8;
}
.case-study-hover-api {
  /* SCSS for Hero Title Centering (reusing the SMS fix) */
}
.case-study-hover-api .cs-premium-title-compact {
  font-size: clamp(32px, 4vw, 52px);
  color: #fff;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.case-study-hover-api .cs-premium-title-compact .highlight-red {
  color: #CB2026;
}
.case-study-hover-api .cs-conclusion-divider {
  position: absolute;
  left: 42%;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
}
.case-study-hover-api .cs-premium-text-compact {
  font-size: clamp(16px, 1.5vw, 19px);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 25px;
}
.case-study-hover-api .cs-badge-slim {
  font-size: 10px;
  color: #ff6b6b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 16px;
  background: rgba(203, 32, 38, 0.1);
  border: 1px solid rgba(203, 32, 38, 0.2);
  border-radius: 30px;
}
@media (max-width: 991px) {
  .case-study-hover-api .cs-conclusion-split-card {
    padding: 40px 30px;
  }
  .case-study-hover-api .cs-premium-text-compact {
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.case-study-hover-api {
  /* =========================================
     8. Contact Section Alignment
     ========================================= */
  /* Fix Alignment for Get Started Template */
}
.case-study-hover-api .cs-contact-section .col-md-3.hide-device {
  display: none !important;
}
.case-study-hover-api .cs-contact-section .col-md-9 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  text-align: center !important;
}
.case-study-hover-api .cs-contact-section .container-lg {
  margin: 0 auto !important;
}
.case-study-hover-api {
  /* =========================================
     9. Global / Responsive Fixes
     ========================================= */
}
@media (max-width: 768px) {
  .case-study-hover-api {
    /* Fix Business Problem & Outcomes Typography */
  }
  .case-study-hover-api .h2.font-size-h1, .case-study-hover-api .font-size-h1.lead.xl,
  .case-study-hover-api .h3.font-light.color-primary-100 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .case-study-hover-api .h3.font-light.color-primary-100 {
    display: block;
    font-size: 24px !important;
    margin-bottom: 5px;
  }
  .case-study-hover-api {
    /* Fix Outcomes Title */
  }
  .case-study-hover-api #area-outcomes .h2, .case-study-hover-api #area-outcomes .lead.xl {
    text-align: left !important;
  }
  .case-study-hover-api #area-outcomes .h2 .font-size-h1, .case-study-hover-api #area-outcomes .lead.xl .font-size-h1 {
    font-size: 32px !important;
  }
  .case-study-hover-api {
    /* Stack Pinned Panels (Disable Pinning Visuals) */
  }
  .case-study-hover-api .pin-panel {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    transform: none !important;
    margin-bottom: 30px;
    text-align: left !important;
  }
  .case-study-hover-api {
    /* Override GSAP Pin Spacer if present (Brute force fix for visual gaps) */
  }
  .case-study-hover-api .pin-spacer {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .case-study-hover-api {
    /* Adjust Container Padding */
  }
  .case-study-hover-api .section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .case-study-hover-api {
    /* Reduce Illustration Clutter */
  }
  .case-study-hover-api .illus-cont.style-lg img {
    opacity: 0.1;
    width: 150%;
    left: -25%;
  }
  .case-study-hover-api {
    /* Ensure Content Visibility */
  }
  .case-study-hover-api .wow {
    visibility: visible !important;
    animation-name: none !important;
    /* Disable fade-ins that might get stuck */
    opacity: 1 !important;
  }
  .case-study-hover-api {
    /* Adjust sticky cards gap */
  }
  .case-study-hover-api .sticky-panel {
    margin-bottom: 10px !important;
    /* Tighter gap for compact view */
  }
}
.case-study-hover-api {
  /* FORCE VISIBILITY for Implementation Approach (Safe Mode) */
}
.case-study-hover-api .cs-impl-approach .wow {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
}

/* End of .case-study-hover-api Scope */
/* KEYFRAMES - Reusing standard keyframes */
@keyframes cs-floatUp {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: translateY(-800px) rotate(720deg);
    opacity: 0;
  }
}
@keyframes csFloatNode1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, -20px) scale(1.1);
  }
  50% {
    transform: translate(-15px, 25px) scale(0.9);
  }
  75% {
    transform: translate(20px, 10px) scale(1.05);
  }
}
@keyframes csFloatNode2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-25px, 30px) scale(1.15);
  }
  50% {
    transform: translate(20px, -15px) scale(0.85);
  }
  75% {
    transform: translate(-10px, -25px) scale(1.1);
  }
}
@keyframes csFloatNode3 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(40px, -30px) scale(1.2);
  }
  50% {
    transform: translate(-30px, 20px) scale(0.8);
  }
  75% {
    transform: translate(25px, 15px) scale(1.1);
  }
}
@keyframes csFloatNode4 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-20px, 25px) scale(1.1);
  }
  50% {
    transform: translate(15px, -20px) scale(0.9);
  }
  75% {
    transform: translate(-10px, -15px) scale(1.05);
  }
}
@keyframes csFloatNode5 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(35px, 20px) scale(1.15);
  }
  50% {
    transform: translate(-25px, -30px) scale(0.85);
  }
  75% {
    transform: translate(15px, 25px) scale(1.1);
  }
}
@keyframes csRotateGeo1 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-20px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csRotateGeo2 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(-180deg) translateY(15px);
  }
  to {
    transform: rotate(-360deg) translateY(0px);
  }
}
@keyframes csRotateGeo3 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-25px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csDrawLine {
  to {
    stroke-dashoffset: 0;
  }
}
.case-study-hover-api {
  /* =========================================
     10. Hero Section (Ported from Databricks)
     ========================================= */
  /* Base Hero Layout */
}
.case-study-hover-api .case-study-detail-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  background-color: #f4f7fa;
  /* Fallback light bg */
}
.case-study-hover-api {
  /* Gradient Overlay for Depth */
}
.case-study-hover-api .cs-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Premium dark blue fade to white/transparent bottom */
  background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.8) 0%, rgba(230, 240, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: overlay;
}
.case-study-hover-api .cs-detail-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-hover-api .banner-content-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 80px 0 20px;
  /* Added top padding for mobile menu clearance */
  pointer-events: none;
}
.case-study-hover-api .banner-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  pointer-events: auto;
}
.case-study-hover-api .container {
  /* Contextual override for hero container */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  position: relative;
  z-index: 11;
}
.case-study-hover-api {
  /* Typography & Animations */
}
.case-study-hover-api .case-study-hero-title {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  /* Wider for big text */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 12;
}
.case-study-hover-api .cs-hero-tag {
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #CB2026;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.case-study-hover-api .cs-hero-tag::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #CB2026;
  margin: 10px auto 0;
}
.case-study-hover-api .gradient-text-wrap {
  margin-bottom: 10px;
}
.case-study-hover-api .cs-hero-main-title {
  /* Massive Text */
  font-size: clamp(30px, 6vw, 80px);
  /* USING REDUCED SIZE FOR SAFETY */
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1px;
  /* Solid Color for Reliability */
  color: #0F315D;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: initial;
  position: relative;
  z-index: 13;
  /* Subtle glow */
  filter: drop-shadow(0 10px 20px rgba(15, 49, 93, 0.15));
  /* Ensure visibility for animation */
  visibility: visible;
  opacity: 1;
  /* Force Center */
  text-align: center !important;
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  /* Prevent wrapping mid-word */
  word-break: normal;
  overflow-wrap: normal;
}
.case-study-hover-api .cs-hero-main-title div {
  white-space: nowrap;
}
.case-study-hover-api {
  /* Ensure children created by SplitText inherit the solid color and centering */
}
.case-study-hover-api .cs-hero-main-title div {
  color: inherit;
  -webkit-text-fill-color: inherit;
  background: none;
  text-align: center;
}
.case-study-hover-api .cs-hero-sub-title-wrap {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.case-study-hover-api .case-study-hero-title .h2, .case-study-hover-api .case-study-hero-title .lead.xl {
  font-size: clamp(20px, 3vw, 42px);
  line-height: 1.2;
  color: #555;
  font-weight: 300;
  max-width: 800px;
}
.case-study-hover-api {
  /* Media Queries */
}
@media (max-height: 700px) {
  .case-study-hover-api .case-study-detail-hero {
    min-height: 100vh;
    max-height: 100vh;
  }
}
@media (min-height: 900px) {
  .case-study-hover-api .case-study-detail-hero {
    height: 900px;
  }
}
.case-study-hover-api {
  /* Floating Data Nodes and Geo shapes - Keeping existing animations */
}
.case-study-hover-api .cs-data-node {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.4) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.case-study-hover-api .cs-node-1 {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 10%;
  animation: csFloatNode1 8s ease-in-out infinite;
}
.case-study-hover-api .cs-node-2 {
  width: 60px;
  height: 60px;
  top: 45%;
  right: 15%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.4) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode2 10s ease-in-out infinite;
}
.case-study-hover-api .cs-node-3 {
  width: 100px;
  height: 100px;
  bottom: 25%;
  left: 20%;
  animation: csFloatNode3 12s ease-in-out infinite;
}
.case-study-hover-api .cs-node-4 {
  width: 50px;
  height: 50px;
  top: 60%;
  right: 25%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.3) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  animation: csFloatNode4 9s ease-in-out infinite;
}
.case-study-hover-api .cs-node-5 {
  width: 70px;
  height: 70px;
  bottom: 15%;
  right: 10%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.3) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode5 11s ease-in-out infinite;
}
.case-study-hover-api .cs-geo-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.4;
  z-index: 1;
}
.case-study-hover-api .cs-geo-1 {
  width: 120px;
  height: 120px;
  top: 15%;
  right: 10%;
  animation: csRotateGeo1 20s linear infinite;
}
.case-study-hover-api .cs-geo-2 {
  width: 90px;
  height: 90px;
  bottom: 30%;
  left: 8%;
  animation: csRotateGeo2 25s linear infinite reverse;
}
.case-study-hover-api .cs-geo-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  right: 20%;
  animation: csRotateGeo3 30s linear infinite;
}
.case-study-hover-api .cs-connections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-hover-api .cs-line-1,
.case-study-hover-api .cs-line-2,
.case-study-hover-api .cs-line-3,
.case-study-hover-api .cs-line-4 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: csDrawLine 3s ease-in-out forwards;
}
.case-study-hover-api .cs-line-2 {
  animation-delay: 0.5s;
}
.case-study-hover-api .cs-line-3 {
  animation-delay: 1s;
}
.case-study-hover-api .cs-line-4 {
  animation-delay: 1.5s;
}
.case-study-hover-api {
  /* Implementation Approach Styles */
}
.case-study-hover-api .cs-phases-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.case-study-hover-api .cs-phase-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 25px;
}
.case-study-hover-api .cs-phase-content {
  flex: 1;
}
.case-study-hover-api .cs-impl-approach {
  padding: 100px 0;
}
.case-study-hover-api .cs-impl-header {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .case-study-hover-api .cs-impl-header {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}

/* Global Conclusion Section Animations (Duplicates from Databricks/SMS) */
@keyframes csMeshMove {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(2%, 3%) scale(1.1);
  }
  100% {
    transform: translate(-1%, -2%) scale(1.05);
  }
}
@keyframes csFloatAround {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) translateX(20px) scale(1.5);
    opacity: 0;
  }
}
@keyframes csShineLoop {
  0% {
    left: -100%;
  }
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
/* Case Study: Targeted Workflow Automation - Scoped Styles */
.case-study-targeted-workflow {
  /* =========================================
     1. Client Context Section (Glassmorphism)
     ========================================= */
}
.case-study-targeted-workflow .cs-glass-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.case-study-targeted-workflow .cs-glass-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.case-study-targeted-workflow .cs-glass-bg-image {
  /* Duplicate of Databricks image until replaced */
  background-image: url("/assets/images/case-study/Databricks%20Lakehouse%20for%20Enterprise%20Data%20Consolidation%20.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.case-study-targeted-workflow .cs-glass-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(135deg, rgba(15, 49, 93, 0.9) 0%, rgba(10, 30, 60, 0.8) 100%);
}
.case-study-targeted-workflow .cs-glass-content-container {
  position: relative;
  z-index: 3;
}
.case-study-targeted-workflow .cs-glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
.case-study-targeted-workflow .cs-tag {
  background: rgba(203, 32, 38, 0.2);
  color: #ff6b6b;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.case-study-targeted-workflow .cs-glass-title {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
}
.case-study-targeted-workflow .cs-highlight-blue {
  color: #fff;
}
.case-study-targeted-workflow .cs-glass-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}
.case-study-targeted-workflow {
  /* =========================================
     2. Business Problem Section
     ========================================= */
}
.case-study-targeted-workflow .cs-detail-section {
  background: linear-gradient(180deg, #f9f9f9 0%, #e9e9e9 100%);
  color: #2c2c2c;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 60vh;
}
.case-study-targeted-workflow .cs-problem-header {
  position: relative;
}
.case-study-targeted-workflow .cs-problem-title {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 0;
  color: #999;
}
.case-study-targeted-workflow .cs-problem-subtitle {
  color: #999;
}
.case-study-targeted-workflow .cs-problem-content {
  border-left: 3px solid #CB2026;
  padding-left: 40px;
}
.case-study-targeted-workflow .cs-problem-text {
  color: #444;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0;
}
.case-study-targeted-workflow {
  /* =========================================
     3. Technical Challenges Section
     ========================================= */
}
.case-study-targeted-workflow .cs-tech-challenges-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.case-study-targeted-workflow .cs-tech-title {
  font-size: 2.5rem !important;
  line-height: 1.1;
}
.case-study-targeted-workflow .cs-tech-subtitle {
  font-size: 3.5rem !important;
}
.case-study-targeted-workflow .cs-tech-impact-box {
  border-top: none;
}
.case-study-targeted-workflow .cs-tech-impact-text {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.4;
  font-style: normal;
  opacity: 1;
}
.case-study-targeted-workflow {
  /* Technical Challenges Hover Effects (Spotlight) */
}
.case-study-targeted-workflow .card-wrapper:hover .card {
  opacity: 0.5;
  transform: scale(0.98);
  transition: all 0.4s ease;
}
.case-study-targeted-workflow .card-wrapper .card:hover {
  opacity: 1;
  transform: scale(1.05) translateY(-5px);
  z-index: 100;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-color: #CB2026 !important;
  /* Brand Red accent on hover */
}
.case-study-targeted-workflow .card-wrapper .card {
  transition: all 0.4s ease;
  background: #fff;
  /* Ensure bg is solid for overlay effect */
  padding: 1.5rem !important;
  /* Compact padding */
  margin-bottom: 10px !important;
  /* Tighter spacing */
  height: 100%;
  display: flex;
  align-items: center;
}
.case-study-targeted-workflow {
  /* =========================================
     4. Tools and Stacks Section
     ========================================= */
}
.case-study-targeted-workflow .cs-bento-section {
  padding: 60px 0;
}
.case-study-targeted-workflow .cs-bento-container {
  background-color: #f9f9f9;
  border-radius: 40px;
  padding: 60px 40px;
  margin: 0 20px;
}
.case-study-targeted-workflow .cs-bento-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.case-study-targeted-workflow .bento-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.02);
  padding: 20px 25px;
  display: flex;
  align-items: center;
  /* Vertical Center */
  text-align: left;
  transition: all 0.3s ease;
  /* 3 Columns Fixed Width ~30% */
  flex: 0 0 30%;
  min-width: 250px;
}
.case-study-targeted-workflow .bento-icon {
  font-size: 24px;
  color: #CB2026;
  /* Brand Red */
  margin-right: 15px;
  width: 30px;
  /* Fixed width for alignment */
  text-align: center;
}
.case-study-targeted-workflow .bento-content {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}
.case-study-targeted-workflow {
  /* Hover Effects */
}
.case-study-targeted-workflow .bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: #CB2026;
  /* Highlight border on hover */
}
.case-study-targeted-workflow {
  /* Responsive */
}
@media (max-width: 991px) {
  .case-study-targeted-workflow .bento-card {
    flex: 0 0 45%;
    /* 2 Columns on tablet */
  }
}
@media (max-width: 576px) {
  .case-study-targeted-workflow .bento-card {
    flex: 0 0 100%;
    /* 1 Column on mobile */
  }
}
.case-study-targeted-workflow {
  /* =========================================
     5. Tradeoff Section (Conceptual)
     ========================================= */
}
.case-study-targeted-workflow .cs-conceptual-tradeoff {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  /* Conceptually distinct */
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.case-study-targeted-workflow .cs-tradeoff-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Use the specific requested image - Duplicated for now */
  background-image: url("/assets/images/case-study/Databricks%20Lakehouse%20for%20Enterprise%20Data%20Consolidation%20.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Parallax feel */
  z-index: 0;
}
.case-study-targeted-workflow .cs-tradeoff-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10, 31, 61, 0.92) 0%, rgba(5, 16, 33, 0.85) 100%);
  backdrop-filter: blur(4px);
  z-index: 1;
}
.case-study-targeted-workflow .cs-concept-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #CB2026;
  /* Brand Accent */
  font-weight: 700;
  margin-bottom: 30px;
}
.case-study-targeted-workflow .cs-concept-divider {
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 0 auto 40px;
  opacity: 0.3;
}
.case-study-targeted-workflow .cs-concept-text {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: inherit;
  /* Use site font */
  color: #ffffff;
}
.case-study-targeted-workflow .cs-concept-insight {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
@media (max-width: 768px) {
  .case-study-targeted-workflow .cs-concept-text {
    font-size: 1.6rem;
  }
  .case-study-targeted-workflow .cs-tradeoff-bg {
    background-attachment: scroll;
    /* Mobile fix */
  }
}
.case-study-targeted-workflow {
  /* =========================================
     6. Outcomes Section
     ========================================= */
}
.case-study-targeted-workflow .cs-outcomes-wrapper {
  overflow: hidden;
}
.case-study-targeted-workflow .cs-outcomes-title {
  color: #2c2c2c;
}
.case-study-targeted-workflow .cs-outcomes-impact {
  color: #CB2026;
}
.case-study-targeted-workflow {
  /* Animated Impact Cards */
}
.case-study-targeted-workflow .outcome-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  /* Subtle initial shadow */
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.case-study-targeted-workflow .outcome-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #eef2f6;
  /* Bluish Shady Background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.case-study-targeted-workflow .outcome-icon i {
  color: #CB2026;
  /* Brand Red */
  font-size: 18px;
}
.case-study-targeted-workflow .outcome-text strong {
  display: block;
  font-size: 1.1rem;
  color: #1a1a1a;
  margin-bottom: 5px;
  font-weight: 700;
}
.case-study-targeted-workflow .outcome-text p {
  margin: 0;
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.case-study-targeted-workflow {
  /* Hover Animation */
}
.case-study-targeted-workflow .outcome-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
  border-color: #CB2026;
  /* Red accent on hover */
}
.case-study-targeted-workflow {
  /* Background Particles CSS */
}
.case-study-targeted-workflow .cs-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.case-study-targeted-workflow .cs-particles span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(203, 32, 38, 0.08);
  /* Low opacity Red */
  animation: cs-floatUp 25s linear infinite;
  bottom: -150px;
  border-radius: 50%;
}
.case-study-targeted-workflow .cs-particles span:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.case-study-targeted-workflow .cs-particles span:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.case-study-targeted-workflow .cs-particles span:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.case-study-targeted-workflow .cs-particles span:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.case-study-targeted-workflow .cs-particles span:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.case-study-targeted-workflow .cs-particles span:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.case-study-targeted-workflow .cs-particles span:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.case-study-targeted-workflow .cs-particles span:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.case-study-targeted-workflow .cs-particles span:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.case-study-targeted-workflow .cs-particles span:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
.case-study-targeted-workflow {
  /* Helper Classes */
}
.case-study-targeted-workflow .cs-tradeoff-content-container {
  position: relative;
  z-index: 2;
}
.case-study-targeted-workflow .cs-outcomes-content {
  position: relative;
  z-index: 1;
}
.case-study-targeted-workflow .cs-conclusion-section {
  background-color: #050b18;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.case-study-targeted-workflow {
  /* Animated Mesh Background */
}
.case-study-targeted-workflow .cs-conclusion-bg-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(circle at 20% 30%, rgba(203, 32, 38, 0.15) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(15, 49, 93, 0.3) 0%, transparent 40%), radial-gradient(circle at 50% 50%, rgba(10, 30, 60, 0.2) 0%, transparent 60%);
  filter: blur(60px);
  animation: csMeshMove 15s ease-in-out infinite alternate;
}
.case-study-targeted-workflow .cs-conclusion-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.case-study-targeted-workflow .cs-conclusion-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(203, 32, 38, 0.4);
  border-radius: 50%;
  animation: csFloatAround var(--duration, 10s) linear infinite;
  filter: blur(1px);
}
.case-study-targeted-workflow .cs-conclusion-particles span:nth-child(1) {
  top: 20%;
  left: 10%;
  --duration: 12s;
}
.case-study-targeted-workflow .cs-conclusion-particles span:nth-child(2) {
  top: 60%;
  left: 80%;
  --duration: 15s;
}
.case-study-targeted-workflow .cs-conclusion-particles span:nth-child(3) {
  top: 80%;
  left: 30%;
  --duration: 18s;
}
.case-study-targeted-workflow .cs-conclusion-particles span:nth-child(4) {
  top: 40%;
  left: 50%;
  --duration: 20s;
}
.case-study-targeted-workflow .cs-conclusion-particles span:nth-child(5) {
  top: 10%;
  left: 70%;
  --duration: 14s;
}
.case-study-targeted-workflow .cs-conclusion-split-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}
.case-study-targeted-workflow .cs-conclusion-split-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transform: skewX(-25deg);
  animation: csShineLoop 6s infinite;
}
.case-study-targeted-workflow .cs-conclusion-split-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #CB2026;
}
.case-study-targeted-workflow .cs-conclusion-tag {
  color: #ff6b6b;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
  opacity: 0.8;
}
.case-study-targeted-workflow {
  /* SCSS for Hero Title Centering (reusing the SMS fix) */
}
.case-study-targeted-workflow .cs-premium-title-compact {
  font-size: clamp(32px, 4vw, 52px);
  color: #fff;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.case-study-targeted-workflow .cs-premium-title-compact .highlight-red {
  color: #CB2026;
}
.case-study-targeted-workflow .cs-conclusion-divider {
  position: absolute;
  left: 42%;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
}
.case-study-targeted-workflow .cs-premium-text-compact {
  font-size: clamp(16px, 1.5vw, 19px);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 25px;
}
.case-study-targeted-workflow .cs-badge-slim {
  font-size: 10px;
  color: #ff6b6b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 16px;
  background: rgba(203, 32, 38, 0.1);
  border: 1px solid rgba(203, 32, 38, 0.2);
  border-radius: 30px;
}
@media (max-width: 991px) {
  .case-study-targeted-workflow .cs-conclusion-split-card {
    padding: 40px 30px;
  }
  .case-study-targeted-workflow .cs-premium-text-compact {
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.case-study-targeted-workflow {
  /* =========================================
     8. Contact Section Alignment
     ========================================= */
  /* Fix Alignment for Get Started Template */
}
.case-study-targeted-workflow .cs-contact-section .col-md-3.hide-device {
  display: none !important;
}
.case-study-targeted-workflow .cs-contact-section .col-md-9 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  text-align: center !important;
}
.case-study-targeted-workflow .cs-contact-section .container-lg {
  margin: 0 auto !important;
}
.case-study-targeted-workflow {
  /* =========================================
     9. Global / Responsive Fixes
     ========================================= */
}
@media (max-width: 768px) {
  .case-study-targeted-workflow {
    /* Fix Business Problem & Outcomes Typography */
  }
  .case-study-targeted-workflow .h2.font-size-h1, .case-study-targeted-workflow .font-size-h1.lead.xl,
  .case-study-targeted-workflow .h3.font-light.color-primary-100 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .case-study-targeted-workflow .h3.font-light.color-primary-100 {
    display: block;
    font-size: 24px !important;
    margin-bottom: 5px;
  }
  .case-study-targeted-workflow {
    /* Fix Outcomes Title */
  }
  .case-study-targeted-workflow #area-outcomes .h2, .case-study-targeted-workflow #area-outcomes .lead.xl {
    text-align: left !important;
  }
  .case-study-targeted-workflow #area-outcomes .h2 .font-size-h1, .case-study-targeted-workflow #area-outcomes .lead.xl .font-size-h1 {
    font-size: 32px !important;
  }
  .case-study-targeted-workflow {
    /* Stack Pinned Panels (Disable Pinning Visuals) */
  }
  .case-study-targeted-workflow .pin-panel {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    transform: none !important;
    margin-bottom: 30px;
    text-align: left !important;
  }
  .case-study-targeted-workflow {
    /* Override GSAP Pin Spacer if present (Brute force fix for visual gaps) */
  }
  .case-study-targeted-workflow .pin-spacer {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .case-study-targeted-workflow {
    /* Adjust Container Padding */
  }
  .case-study-targeted-workflow .section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .case-study-targeted-workflow {
    /* Reduce Illustration Clutter */
  }
  .case-study-targeted-workflow .illus-cont.style-lg img {
    opacity: 0.1;
    width: 150%;
    left: -25%;
  }
  .case-study-targeted-workflow {
    /* Ensure Content Visibility */
  }
  .case-study-targeted-workflow .wow {
    visibility: visible !important;
    animation-name: none !important;
    /* Disable fade-ins that might get stuck */
    opacity: 1 !important;
  }
  .case-study-targeted-workflow {
    /* Adjust sticky cards gap */
  }
  .case-study-targeted-workflow .sticky-panel {
    margin-bottom: 10px !important;
    /* Tighter gap for compact view */
  }
}
.case-study-targeted-workflow {
  /* FORCE VISIBILITY for Implementation Approach (Safe Mode) */
}
.case-study-targeted-workflow .cs-impl-approach .wow {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
}

/* End of .case-study-targeted-workflow Scope */
/* KEYFRAMES - Reusing standard keyframes */
@keyframes cs-floatUp {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: translateY(-800px) rotate(720deg);
    opacity: 0;
  }
}
@keyframes csFloatNode1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, -20px) scale(1.1);
  }
  50% {
    transform: translate(-15px, 25px) scale(0.9);
  }
  75% {
    transform: translate(20px, 10px) scale(1.05);
  }
}
@keyframes csFloatNode2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-25px, 30px) scale(1.15);
  }
  50% {
    transform: translate(20px, -15px) scale(0.85);
  }
  75% {
    transform: translate(-10px, -25px) scale(1.1);
  }
}
@keyframes csFloatNode3 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(40px, -30px) scale(1.2);
  }
  50% {
    transform: translate(-30px, 20px) scale(0.8);
  }
  75% {
    transform: translate(25px, 15px) scale(1.1);
  }
}
@keyframes csFloatNode4 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-20px, 25px) scale(1.1);
  }
  50% {
    transform: translate(15px, -20px) scale(0.9);
  }
  75% {
    transform: translate(-10px, -15px) scale(1.05);
  }
}
@keyframes csFloatNode5 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(35px, 20px) scale(1.15);
  }
  50% {
    transform: translate(-25px, -30px) scale(0.85);
  }
  75% {
    transform: translate(15px, 25px) scale(1.1);
  }
}
@keyframes csRotateGeo1 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-20px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csRotateGeo2 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(-180deg) translateY(15px);
  }
  to {
    transform: rotate(-360deg) translateY(0px);
  }
}
@keyframes csRotateGeo3 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-25px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csDrawLine {
  to {
    stroke-dashoffset: 0;
  }
}
.case-study-targeted-workflow {
  /* =========================================
     10. Hero Section (Ported from Databricks)
     ========================================= */
  /* Base Hero Layout */
}
.case-study-targeted-workflow .case-study-detail-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  background-color: #f4f7fa;
  /* Fallback light bg */
}
.case-study-targeted-workflow {
  /* Gradient Overlay for Depth */
}
.case-study-targeted-workflow .cs-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Premium dark blue fade to white/transparent bottom */
  background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.8) 0%, rgba(230, 240, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: overlay;
}
.case-study-targeted-workflow .cs-detail-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-targeted-workflow .banner-content-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 80px 0 20px;
  /* Added top padding for mobile menu clearance */
  pointer-events: none;
}
.case-study-targeted-workflow .banner-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  pointer-events: auto;
}
.case-study-targeted-workflow .container {
  /* Contextual override for hero container */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  position: relative;
  z-index: 11;
}
.case-study-targeted-workflow {
  /* Typography & Animations */
}
.case-study-targeted-workflow .case-study-hero-title {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  /* Wider for big text */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 12;
}
.case-study-targeted-workflow .cs-hero-tag {
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #CB2026;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.case-study-targeted-workflow .cs-hero-tag::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #CB2026;
  margin: 10px auto 0;
}
.case-study-targeted-workflow .gradient-text-wrap {
  margin-bottom: 10px;
}
.case-study-targeted-workflow .cs-hero-main-title {
  /* Massive Text */
  font-size: clamp(30px, 6vw, 80px);
  /* USING REDUCED SIZE FOR SAFETY */
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1px;
  /* Solid Color for Reliability */
  color: #0F315D;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: initial;
  position: relative;
  z-index: 13;
  /* Subtle glow */
  filter: drop-shadow(0 10px 20px rgba(15, 49, 93, 0.15));
  /* Ensure visibility for animation */
  visibility: visible;
  opacity: 1;
  /* Force Center */
  text-align: center !important;
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  /* Fix Wrapping */
  word-break: normal;
  overflow-wrap: normal;
}
.case-study-targeted-workflow .cs-hero-main-title div {
  white-space: nowrap;
}
.case-study-targeted-workflow {
  /* Ensure children created by SplitText inherit the solid color and centering */
}
.case-study-targeted-workflow .cs-hero-main-title div {
  color: inherit;
  -webkit-text-fill-color: inherit;
  background: none;
  text-align: center;
}
.case-study-targeted-workflow .cs-hero-sub-title-wrap {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.case-study-targeted-workflow .case-study-hero-title .h2, .case-study-targeted-workflow .case-study-hero-title .lead.xl {
  font-size: clamp(20px, 3vw, 42px);
  line-height: 1.2;
  color: #555;
  font-weight: 300;
  max-width: 800px;
}
.case-study-targeted-workflow {
  /* Media Queries */
}
@media (max-height: 700px) {
  .case-study-targeted-workflow .case-study-detail-hero {
    min-height: 100vh;
    max-height: 100vh;
  }
}
@media (min-height: 900px) {
  .case-study-targeted-workflow .case-study-detail-hero {
    height: 900px;
  }
}
.case-study-targeted-workflow {
  /* Floating Data Nodes and Geo shapes - Keeping existing animations */
}
.case-study-targeted-workflow .cs-data-node {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.4) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.case-study-targeted-workflow .cs-node-1 {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 10%;
  animation: csFloatNode1 8s ease-in-out infinite;
}
.case-study-targeted-workflow .cs-node-2 {
  width: 60px;
  height: 60px;
  top: 45%;
  right: 15%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.4) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode2 10s ease-in-out infinite;
}
.case-study-targeted-workflow .cs-node-3 {
  width: 100px;
  height: 100px;
  bottom: 25%;
  left: 20%;
  animation: csFloatNode3 12s ease-in-out infinite;
}
.case-study-targeted-workflow .cs-node-4 {
  width: 50px;
  height: 50px;
  top: 60%;
  right: 25%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.3) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  animation: csFloatNode4 9s ease-in-out infinite;
}
.case-study-targeted-workflow .cs-node-5 {
  width: 70px;
  height: 70px;
  bottom: 15%;
  right: 10%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.3) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode5 11s ease-in-out infinite;
}
.case-study-targeted-workflow .cs-geo-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.4;
  z-index: 1;
}
.case-study-targeted-workflow .cs-geo-1 {
  width: 120px;
  height: 120px;
  top: 15%;
  right: 10%;
  animation: csRotateGeo1 20s linear infinite;
}
.case-study-targeted-workflow .cs-geo-2 {
  width: 90px;
  height: 90px;
  bottom: 30%;
  left: 8%;
  animation: csRotateGeo2 25s linear infinite reverse;
}
.case-study-targeted-workflow .cs-geo-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  right: 20%;
  animation: csRotateGeo3 30s linear infinite;
}
.case-study-targeted-workflow .cs-connections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-targeted-workflow .cs-line-1,
.case-study-targeted-workflow .cs-line-2,
.case-study-targeted-workflow .cs-line-3,
.case-study-targeted-workflow .cs-line-4 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: csDrawLine 3s ease-in-out forwards;
}
.case-study-targeted-workflow .cs-line-2 {
  animation-delay: 0.5s;
}
.case-study-targeted-workflow .cs-line-3 {
  animation-delay: 1s;
}
.case-study-targeted-workflow .cs-line-4 {
  animation-delay: 1.5s;
}
.case-study-targeted-workflow {
  /* Implementation Approach Styles */
}
.case-study-targeted-workflow .cs-phases-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.case-study-targeted-workflow .cs-phase-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 25px;
}
.case-study-targeted-workflow .cs-phase-content {
  flex: 1;
}
.case-study-targeted-workflow .cs-impl-approach {
  padding: 100px 0;
}
.case-study-targeted-workflow .cs-impl-header {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .case-study-targeted-workflow .cs-impl-header {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}

/* Case Study: Healthcare Marketplace Mobile App - Scoped Styles */
.case-study-healthcare-marketplace {
  /* =========================================
     1. Client Context Section (Glassmorphism)
     ========================================= */
}
.case-study-healthcare-marketplace .cs-glass-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.case-study-healthcare-marketplace .cs-glass-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.case-study-healthcare-marketplace .cs-glass-bg-image {
  /* Duplicate of Databricks image until replaced */
  background-image: url("/assets/images/case-study/Databricks%20Lakehouse%20for%20Enterprise%20Data%20Consolidation%20.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.case-study-healthcare-marketplace .cs-glass-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(135deg, rgba(15, 49, 93, 0.9) 0%, rgba(10, 30, 60, 0.8) 100%);
}
.case-study-healthcare-marketplace .cs-glass-content-container {
  position: relative;
  z-index: 3;
}
.case-study-healthcare-marketplace .cs-glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
.case-study-healthcare-marketplace .cs-tag {
  background: rgba(203, 32, 38, 0.2);
  color: #ff6b6b;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.case-study-healthcare-marketplace .cs-glass-title {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
}
.case-study-healthcare-marketplace .cs-highlight-blue {
  color: #fff;
}
.case-study-healthcare-marketplace .cs-glass-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}
.case-study-healthcare-marketplace {
  /* =========================================
     2. Business Problem Section
     ========================================= */
}
.case-study-healthcare-marketplace .cs-detail-section {
  background: linear-gradient(180deg, #f9f9f9 0%, #e9e9e9 100%);
  color: #2c2c2c;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 60vh;
}
.case-study-healthcare-marketplace .cs-problem-header {
  position: relative;
}
.case-study-healthcare-marketplace .cs-problem-title {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 0;
  color: #999;
}
.case-study-healthcare-marketplace .cs-problem-subtitle {
  color: #999;
}
.case-study-healthcare-marketplace .cs-problem-content {
  border-left: 3px solid #CB2026;
  padding-left: 40px;
}
.case-study-healthcare-marketplace .cs-problem-text {
  color: #444;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0;
}
.case-study-healthcare-marketplace {
  /* =========================================
     3. Technical Challenges Section
     ========================================= */
}
.case-study-healthcare-marketplace .cs-tech-challenges-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.case-study-healthcare-marketplace .cs-tech-title {
  font-size: 2.5rem !important;
  line-height: 1.1;
}
.case-study-healthcare-marketplace .cs-tech-subtitle {
  font-size: 3.5rem !important;
}
.case-study-healthcare-marketplace .cs-tech-impact-box {
  border-top: none;
}
.case-study-healthcare-marketplace .cs-tech-impact-text {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.4;
  font-style: normal;
  opacity: 1;
}
.case-study-healthcare-marketplace {
  /* Technical Challenges Hover Effects (Spotlight) */
}
.case-study-healthcare-marketplace .card-wrapper:hover .card {
  opacity: 0.5;
  transform: scale(0.98);
  transition: all 0.4s ease;
}
.case-study-healthcare-marketplace .card-wrapper .card:hover {
  opacity: 1;
  transform: scale(1.05) translateY(-5px);
  z-index: 100;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-color: #CB2026 !important;
  /* Brand Red accent on hover */
}
.case-study-healthcare-marketplace .card-wrapper .card {
  transition: all 0.4s ease;
  background: #fff;
  /* Ensure bg is solid for overlay effect */
  padding: 1.5rem !important;
  /* Compact padding */
  margin-bottom: 10px !important;
  /* Tighter spacing */
  height: 100%;
  display: flex;
  align-items: center;
}
.case-study-healthcare-marketplace {
  /* =========================================
     4. Tools and Stacks Section
     ========================================= */
}
.case-study-healthcare-marketplace .cs-bento-section {
  padding: 60px 0;
}
.case-study-healthcare-marketplace .cs-bento-container {
  background-color: #f9f9f9;
  border-radius: 40px;
  padding: 60px 40px;
  margin: 0 20px;
}
.case-study-healthcare-marketplace .cs-bento-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.case-study-healthcare-marketplace .bento-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.02);
  padding: 20px 25px;
  display: flex;
  align-items: center;
  /* Vertical Center */
  text-align: left;
  transition: all 0.3s ease;
  /* 3 Columns Fixed Width ~30% */
  flex: 0 0 30%;
  min-width: 250px;
}
.case-study-healthcare-marketplace .bento-icon {
  font-size: 24px;
  color: #CB2026;
  /* Brand Red */
  margin-right: 15px;
  width: 30px;
  /* Fixed width for alignment */
  text-align: center;
}
.case-study-healthcare-marketplace .bento-content {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}
.case-study-healthcare-marketplace {
  /* Hover Effects */
}
.case-study-healthcare-marketplace .bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: #CB2026;
  /* Highlight border on hover */
}
.case-study-healthcare-marketplace {
  /* Responsive */
}
@media (max-width: 991px) {
  .case-study-healthcare-marketplace .bento-card {
    flex: 0 0 45%;
    /* 2 Columns on tablet */
  }
}
@media (max-width: 576px) {
  .case-study-healthcare-marketplace .bento-card {
    flex: 0 0 100%;
    /* 1 Column on mobile */
  }
}
.case-study-healthcare-marketplace {
  /* =========================================
     5. Tradeoff Section (Conceptual)
     ========================================= */
}
.case-study-healthcare-marketplace .cs-conceptual-tradeoff {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  /* Conceptually distinct */
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.case-study-healthcare-marketplace .cs-tradeoff-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Use the specific requested image - Duplicated for now */
  background-image: url("/assets/images/case-study/Databricks%20Lakehouse%20for%20Enterprise%20Data%20Consolidation%20.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Parallax feel */
  z-index: 0;
}
.case-study-healthcare-marketplace .cs-tradeoff-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10, 31, 61, 0.92) 0%, rgba(5, 16, 33, 0.85) 100%);
  backdrop-filter: blur(4px);
  z-index: 1;
}
.case-study-healthcare-marketplace .cs-concept-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #CB2026;
  /* Brand Accent */
  font-weight: 700;
  margin-bottom: 30px;
}
.case-study-healthcare-marketplace .cs-concept-divider {
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 0 auto 40px;
  opacity: 0.3;
}
.case-study-healthcare-marketplace .cs-concept-text {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: inherit;
  /* Use site font */
  color: #ffffff;
}
.case-study-healthcare-marketplace .cs-concept-insight {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
@media (max-width: 768px) {
  .case-study-healthcare-marketplace .cs-concept-text {
    font-size: 1.6rem;
  }
  .case-study-healthcare-marketplace .cs-tradeoff-bg {
    background-attachment: scroll;
    /* Mobile fix */
  }
}
.case-study-healthcare-marketplace {
  /* =========================================
     6. Outcomes Section
     ========================================= */
}
.case-study-healthcare-marketplace .cs-outcomes-wrapper {
  overflow: hidden;
}
.case-study-healthcare-marketplace .cs-outcomes-title {
  color: #2c2c2c;
}
.case-study-healthcare-marketplace .cs-outcomes-impact {
  color: #CB2026;
}
.case-study-healthcare-marketplace {
  /* Animated Impact Cards */
}
.case-study-healthcare-marketplace .outcome-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  /* Subtle initial shadow */
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.case-study-healthcare-marketplace .outcome-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #eef2f6;
  /* Bluish Shady Background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.case-study-healthcare-marketplace .outcome-icon i {
  color: #CB2026;
  /* Brand Red */
  font-size: 18px;
}
.case-study-healthcare-marketplace .outcome-text strong {
  display: block;
  font-size: 1.1rem;
  color: #1a1a1a;
  margin-bottom: 5px;
  font-weight: 700;
}
.case-study-healthcare-marketplace .outcome-text p {
  margin: 0;
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.case-study-healthcare-marketplace {
  /* Hover Animation */
}
.case-study-healthcare-marketplace .outcome-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
  border-color: #CB2026;
  /* Red accent on hover */
}
.case-study-healthcare-marketplace {
  /* Background Particles CSS */
}
.case-study-healthcare-marketplace .cs-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.case-study-healthcare-marketplace .cs-particles span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(203, 32, 38, 0.08);
  /* Low opacity Red */
  animation: cs-floatUp 25s linear infinite;
  bottom: -150px;
  border-radius: 50%;
}
.case-study-healthcare-marketplace .cs-particles span:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.case-study-healthcare-marketplace .cs-particles span:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.case-study-healthcare-marketplace .cs-particles span:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.case-study-healthcare-marketplace .cs-particles span:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.case-study-healthcare-marketplace .cs-particles span:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.case-study-healthcare-marketplace .cs-particles span:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.case-study-healthcare-marketplace .cs-particles span:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.case-study-healthcare-marketplace .cs-particles span:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.case-study-healthcare-marketplace .cs-particles span:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.case-study-healthcare-marketplace .cs-particles span:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
.case-study-healthcare-marketplace {
  /* Helper Classes */
}
.case-study-healthcare-marketplace .cs-tradeoff-content-container {
  position: relative;
  z-index: 2;
}
.case-study-healthcare-marketplace .cs-outcomes-content {
  position: relative;
  z-index: 1;
}
.case-study-healthcare-marketplace .cs-conclusion-section {
  background-color: #050b18;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.case-study-healthcare-marketplace {
  /* Animated Mesh Background */
}
.case-study-healthcare-marketplace .cs-conclusion-bg-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(circle at 20% 30%, rgba(203, 32, 38, 0.15) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(15, 49, 93, 0.3) 0%, transparent 40%), radial-gradient(circle at 50% 50%, rgba(10, 30, 60, 0.2) 0%, transparent 60%);
  filter: blur(60px);
  animation: csMeshMove 15s ease-in-out infinite alternate;
}
.case-study-healthcare-marketplace .cs-conclusion-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.case-study-healthcare-marketplace .cs-conclusion-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(203, 32, 38, 0.4);
  border-radius: 50%;
  animation: csFloatAround var(--duration, 10s) linear infinite;
  filter: blur(1px);
}
.case-study-healthcare-marketplace .cs-conclusion-particles span:nth-child(1) {
  top: 20%;
  left: 10%;
  --duration: 12s;
}
.case-study-healthcare-marketplace .cs-conclusion-particles span:nth-child(2) {
  top: 60%;
  left: 80%;
  --duration: 15s;
}
.case-study-healthcare-marketplace .cs-conclusion-particles span:nth-child(3) {
  top: 80%;
  left: 30%;
  --duration: 18s;
}
.case-study-healthcare-marketplace .cs-conclusion-particles span:nth-child(4) {
  top: 40%;
  left: 50%;
  --duration: 20s;
}
.case-study-healthcare-marketplace .cs-conclusion-particles span:nth-child(5) {
  top: 10%;
  left: 70%;
  --duration: 14s;
}
.case-study-healthcare-marketplace .cs-conclusion-split-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}
.case-study-healthcare-marketplace .cs-conclusion-split-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transform: skewX(-25deg);
  animation: csShineLoop 6s infinite;
}
.case-study-healthcare-marketplace .cs-conclusion-split-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #CB2026;
}
.case-study-healthcare-marketplace .cs-conclusion-tag {
  color: #ff6b6b;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
  opacity: 0.8;
}
.case-study-healthcare-marketplace {
  /* SCSS for Hero Title Centering (reusing the SMS fix) */
}
.case-study-healthcare-marketplace .cs-premium-title-compact {
  font-size: clamp(32px, 4vw, 52px);
  color: #fff;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.case-study-healthcare-marketplace .cs-premium-title-compact .highlight-red {
  color: #CB2026;
}
.case-study-healthcare-marketplace .cs-conclusion-divider {
  position: absolute;
  left: 42%;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
}
.case-study-healthcare-marketplace .cs-premium-text-compact {
  font-size: clamp(16px, 1.5vw, 19px);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 25px;
}
.case-study-healthcare-marketplace .cs-badge-slim {
  font-size: 10px;
  color: #ff6b6b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 16px;
  background: rgba(203, 32, 38, 0.1);
  border: 1px solid rgba(203, 32, 38, 0.2);
  border-radius: 30px;
}
@media (max-width: 991px) {
  .case-study-healthcare-marketplace .cs-conclusion-split-card {
    padding: 40px 30px;
  }
  .case-study-healthcare-marketplace .cs-premium-text-compact {
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.case-study-healthcare-marketplace {
  /* =========================================
     8. Contact Section Alignment
     ========================================= */
  /* Fix Alignment for Get Started Template */
}
.case-study-healthcare-marketplace .cs-contact-section .col-md-3.hide-device {
  display: none !important;
}
.case-study-healthcare-marketplace .cs-contact-section .col-md-9 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  text-align: center !important;
}
.case-study-healthcare-marketplace .cs-contact-section .container-lg {
  margin: 0 auto !important;
}
.case-study-healthcare-marketplace {
  /* =========================================
     9. Global / Responsive Fixes
     ========================================= */
}
@media (max-width: 768px) {
  .case-study-healthcare-marketplace {
    /* Fix Business Problem & Outcomes Typography */
  }
  .case-study-healthcare-marketplace .h2.font-size-h1, .case-study-healthcare-marketplace .font-size-h1.lead.xl,
  .case-study-healthcare-marketplace .h3.font-light.color-primary-100 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .case-study-healthcare-marketplace .h3.font-light.color-primary-100 {
    display: block;
    font-size: 24px !important;
    margin-bottom: 5px;
  }
  .case-study-healthcare-marketplace {
    /* Fix Outcomes Title */
  }
  .case-study-healthcare-marketplace #area-outcomes .h2, .case-study-healthcare-marketplace #area-outcomes .lead.xl {
    text-align: left !important;
  }
  .case-study-healthcare-marketplace #area-outcomes .h2 .font-size-h1, .case-study-healthcare-marketplace #area-outcomes .lead.xl .font-size-h1 {
    font-size: 32px !important;
  }
  .case-study-healthcare-marketplace {
    /* Stack Pinned Panels (Disable Pinning Visuals) */
  }
  .case-study-healthcare-marketplace .pin-panel {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    transform: none !important;
    margin-bottom: 30px;
    text-align: left !important;
  }
  .case-study-healthcare-marketplace {
    /* Override GSAP Pin Spacer if present (Brute force fix for visual gaps) */
  }
  .case-study-healthcare-marketplace .pin-spacer {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .case-study-healthcare-marketplace {
    /* Adjust Container Padding */
  }
  .case-study-healthcare-marketplace .section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .case-study-healthcare-marketplace {
    /* Reduce Illustration Clutter */
  }
  .case-study-healthcare-marketplace .illus-cont.style-lg img {
    opacity: 0.1;
    width: 150%;
    left: -25%;
  }
  .case-study-healthcare-marketplace {
    /* Ensure Content Visibility */
  }
  .case-study-healthcare-marketplace .wow {
    visibility: visible !important;
    animation-name: none !important;
    /* Disable fade-ins that might get stuck */
    opacity: 1 !important;
  }
  .case-study-healthcare-marketplace {
    /* Adjust sticky cards gap */
  }
  .case-study-healthcare-marketplace .sticky-panel {
    margin-bottom: 10px !important;
    /* Tighter gap for compact view */
  }
}
.case-study-healthcare-marketplace {
  /* FORCE VISIBILITY for Implementation Approach (Safe Mode) */
}
.case-study-healthcare-marketplace .cs-impl-approach .wow {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
}
.case-study-healthcare-marketplace {
  /* =========================================
     10. Hero Section (Ported from Databricks)
     ========================================= */
  /* Base Hero Layout */
}
.case-study-healthcare-marketplace .case-study-detail-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  background-color: #f4f7fa;
  /* Fallback light bg */
}
.case-study-healthcare-marketplace {
  /* Gradient Overlay for Depth */
}
.case-study-healthcare-marketplace .cs-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Premium dark blue fade to white/transparent bottom */
  background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.8) 0%, rgba(230, 240, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: overlay;
}
.case-study-healthcare-marketplace .cs-detail-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-healthcare-marketplace .banner-content-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 80px 0 20px;
  /* Added top padding for mobile menu clearance */
  pointer-events: none;
}
.case-study-healthcare-marketplace .banner-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  pointer-events: auto;
}
.case-study-healthcare-marketplace .container {
  /* Contextual override for hero container */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  position: relative;
  z-index: 11;
}
.case-study-healthcare-marketplace {
  /* Typography & Animations */
}
.case-study-healthcare-marketplace .case-study-hero-title {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  /* Wider for big text */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 12;
}
.case-study-healthcare-marketplace .cs-hero-tag {
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #CB2026;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.case-study-healthcare-marketplace .cs-hero-tag::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #CB2026;
  margin: 10px auto 0;
}
.case-study-healthcare-marketplace .gradient-text-wrap {
  margin-bottom: 10px;
}
.case-study-healthcare-marketplace .cs-hero-main-title {
  /* Massive Text */
  font-size: clamp(30px, 6vw, 80px);
  /* USING REDUCED SIZE FOR SAFETY */
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1px;
  /* Solid Color for Reliability */
  color: #0F315D;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: initial;
  position: relative;
  z-index: 13;
  /* Subtle glow */
  filter: drop-shadow(0 10px 20px rgba(15, 49, 93, 0.15));
  /* Ensure visibility for animation */
  visibility: visible;
  opacity: 1;
  /* Force Center */
  text-align: center !important;
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  /* Fix Wrapping */
  word-break: normal;
  overflow-wrap: normal;
}
.case-study-healthcare-marketplace .cs-hero-main-title div {
  white-space: nowrap;
}
.case-study-healthcare-marketplace {
  /* Ensure children created by SplitText inherit the solid color and centering */
}
.case-study-healthcare-marketplace .cs-hero-main-title div {
  color: inherit;
  -webkit-text-fill-color: inherit;
  background: none;
  text-align: center;
}
.case-study-healthcare-marketplace .cs-hero-sub-title-wrap {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.case-study-healthcare-marketplace .case-study-hero-title .h2, .case-study-healthcare-marketplace .case-study-hero-title .lead.xl {
  font-size: clamp(20px, 3vw, 42px);
  line-height: 1.2;
  color: #555;
  font-weight: 300;
  max-width: 800px;
}
.case-study-healthcare-marketplace {
  /* Media Queries */
}
@media (max-height: 700px) {
  .case-study-healthcare-marketplace .case-study-detail-hero {
    min-height: 100vh;
    max-height: 100vh;
  }
}
@media (min-height: 900px) {
  .case-study-healthcare-marketplace .case-study-detail-hero {
    height: 900px;
  }
}
.case-study-healthcare-marketplace {
  /* Floating Data Nodes and Geo shapes - Keeping existing animations */
}
.case-study-healthcare-marketplace .cs-data-node {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.4) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.case-study-healthcare-marketplace .cs-node-1 {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 10%;
  animation: csFloatNode1 8s ease-in-out infinite;
}
.case-study-healthcare-marketplace .cs-node-2 {
  width: 60px;
  height: 60px;
  top: 45%;
  right: 15%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.4) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode2 10s ease-in-out infinite;
}
.case-study-healthcare-marketplace .cs-node-3 {
  width: 100px;
  height: 100px;
  bottom: 25%;
  left: 20%;
  animation: csFloatNode3 12s ease-in-out infinite;
}
.case-study-healthcare-marketplace .cs-node-4 {
  width: 50px;
  height: 50px;
  top: 60%;
  right: 25%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.3) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  animation: csFloatNode4 9s ease-in-out infinite;
}
.case-study-healthcare-marketplace .cs-node-5 {
  width: 70px;
  height: 70px;
  bottom: 15%;
  right: 10%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.3) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode5 11s ease-in-out infinite;
}
.case-study-healthcare-marketplace .cs-geo-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.4;
  z-index: 1;
}
.case-study-healthcare-marketplace .cs-geo-1 {
  width: 120px;
  height: 120px;
  top: 15%;
  right: 10%;
  animation: csRotateGeo1 20s linear infinite;
}
.case-study-healthcare-marketplace .cs-geo-2 {
  width: 90px;
  height: 90px;
  bottom: 30%;
  left: 8%;
  animation: csRotateGeo2 25s linear infinite reverse;
}
.case-study-healthcare-marketplace .cs-geo-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  right: 20%;
  animation: csRotateGeo3 30s linear infinite;
}
.case-study-healthcare-marketplace .cs-connections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-healthcare-marketplace .cs-line-1,
.case-study-healthcare-marketplace .cs-line-2,
.case-study-healthcare-marketplace .cs-line-3,
.case-study-healthcare-marketplace .cs-line-4 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: csDrawLine 3s ease-in-out forwards;
}
.case-study-healthcare-marketplace .cs-line-2 {
  animation-delay: 0.5s;
}
.case-study-healthcare-marketplace .cs-line-3 {
  animation-delay: 1s;
}
.case-study-healthcare-marketplace .cs-line-4 {
  animation-delay: 1.5s;
}
.case-study-healthcare-marketplace {
  /* Implementation Approach Styles */
}
.case-study-healthcare-marketplace .cs-phases-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.case-study-healthcare-marketplace .cs-phase-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 25px;
}
.case-study-healthcare-marketplace .cs-phase-content {
  flex: 1;
}
.case-study-healthcare-marketplace .cs-impl-approach {
  padding: 100px 0;
}
.case-study-healthcare-marketplace .cs-impl-header {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .case-study-healthcare-marketplace .cs-impl-header {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}

/* KEYFRAMES - Reusing standard keyframes */
@keyframes cs-floatUp {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: translateY(-800px) rotate(720deg);
    opacity: 0;
  }
}
@keyframes csFloatNode1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, -20px) scale(1.1);
  }
  50% {
    transform: translate(-15px, 25px) scale(0.9);
  }
  75% {
    transform: translate(20px, 10px) scale(1.05);
  }
}
@keyframes csFloatNode2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-25px, 30px) scale(1.15);
  }
  50% {
    transform: translate(20px, -15px) scale(0.85);
  }
  75% {
    transform: translate(-10px, -25px) scale(1.1);
  }
}
@keyframes csFloatNode3 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(40px, -30px) scale(1.2);
  }
  50% {
    transform: translate(-30px, 20px) scale(0.8);
  }
  75% {
    transform: translate(25px, 15px) scale(1.1);
  }
}
@keyframes csFloatNode4 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-20px, 25px) scale(1.1);
  }
  50% {
    transform: translate(15px, -20px) scale(0.9);
  }
  75% {
    transform: translate(-10px, -15px) scale(1.05);
  }
}
@keyframes csFloatNode5 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(35px, 20px) scale(1.15);
  }
  50% {
    transform: translate(-25px, -30px) scale(0.85);
  }
  75% {
    transform: translate(15px, 25px) scale(1.1);
  }
}
@keyframes csRotateGeo1 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-20px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csRotateGeo2 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(-180deg) translateY(15px);
  }
  to {
    transform: rotate(-360deg) translateY(0px);
  }
}
@keyframes csRotateGeo3 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-25px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csDrawLine {
  to {
    stroke-dashoffset: 0;
  }
}
/* Case Study: AI Implementation for Law Firm - Scoped Styles */
.case-study-ai-law-firm {
  /* =========================================
     1. Client Context Section (Glassmorphism)
     ========================================= */
}
.case-study-ai-law-firm .cs-glass-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.case-study-ai-law-firm .cs-glass-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.case-study-ai-law-firm .cs-glass-bg-image {
  /* Duplicate of Databricks image until replaced */
  background-image: url("/assets/images/case-study/Databricks%20Lakehouse%20for%20Enterprise%20Data%20Consolidation%20.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.case-study-ai-law-firm .cs-glass-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(135deg, rgba(15, 49, 93, 0.9) 0%, rgba(10, 30, 60, 0.8) 100%);
}
.case-study-ai-law-firm .cs-glass-content-container {
  position: relative;
  z-index: 3;
}
.case-study-ai-law-firm .cs-glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
.case-study-ai-law-firm .cs-tag {
  background: rgba(203, 32, 38, 0.2);
  color: #ff6b6b;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.case-study-ai-law-firm .cs-glass-title {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
}
.case-study-ai-law-firm .cs-highlight-blue {
  color: #fff;
}
.case-study-ai-law-firm .cs-glass-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}
.case-study-ai-law-firm {
  /* =========================================
     2. Business Problem Section
     ========================================= */
}
.case-study-ai-law-firm .cs-detail-section {
  background: linear-gradient(180deg, #f9f9f9 0%, #e9e9e9 100%);
  color: #2c2c2c;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 60vh;
}
.case-study-ai-law-firm .cs-problem-header {
  position: relative;
}
.case-study-ai-law-firm .cs-problem-title {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 0;
  color: #999;
}
.case-study-ai-law-firm .cs-problem-subtitle {
  color: #999;
}
.case-study-ai-law-firm .cs-problem-content {
  border-left: 3px solid #CB2026;
  padding-left: 40px;
}
.case-study-ai-law-firm .cs-problem-text {
  color: #444;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0;
}
.case-study-ai-law-firm {
  /* =========================================
     3. Technical Challenges Section
     ========================================= */
}
.case-study-ai-law-firm .cs-tech-challenges-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.case-study-ai-law-firm .cs-tech-title {
  font-size: 2.5rem !important;
  line-height: 1.1;
}
.case-study-ai-law-firm .cs-tech-subtitle {
  font-size: 3.5rem !important;
}
.case-study-ai-law-firm .cs-tech-impact-box {
  border-top: none;
}
.case-study-ai-law-firm .cs-tech-impact-text {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.4;
  font-style: normal;
  opacity: 1;
}
.case-study-ai-law-firm {
  /* Technical Challenges Hover Effects (Spotlight) */
}
.case-study-ai-law-firm .card-wrapper:hover .card {
  opacity: 0.5;
  transform: scale(0.98);
  transition: all 0.4s ease;
}
.case-study-ai-law-firm .card-wrapper .card:hover {
  opacity: 1;
  transform: scale(1.05) translateY(-5px);
  z-index: 100;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-color: #CB2026 !important;
  /* Brand Red accent on hover */
}
.case-study-ai-law-firm .card-wrapper .card {
  transition: all 0.4s ease;
  background: #fff;
  /* Ensure bg is solid for overlay effect */
  padding: 1.5rem !important;
  /* Compact padding */
  margin-bottom: 10px !important;
  /* Tighter spacing */
  height: 100%;
  display: flex;
  align-items: center;
}
.case-study-ai-law-firm {
  /* =========================================
     4. Tools and Stacks Section
     ========================================= */
}
.case-study-ai-law-firm .cs-bento-section {
  padding: 60px 0;
}
.case-study-ai-law-firm .cs-bento-container {
  background-color: #f9f9f9;
  border-radius: 40px;
  padding: 60px 40px;
  margin: 0 20px;
}
.case-study-ai-law-firm .cs-bento-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.case-study-ai-law-firm .bento-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.02);
  padding: 20px 25px;
  display: flex;
  align-items: center;
  /* Vertical Center */
  text-align: left;
  transition: all 0.3s ease;
  /* 3 Columns Fixed Width ~30% */
  flex: 0 0 30%;
  min-width: 250px;
}
.case-study-ai-law-firm .bento-icon {
  font-size: 24px;
  color: #CB2026;
  /* Brand Red */
  margin-right: 15px;
  width: 30px;
  /* Fixed width for alignment */
  text-align: center;
}
.case-study-ai-law-firm .bento-content {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}
.case-study-ai-law-firm {
  /* Hover Effects */
}
.case-study-ai-law-firm .bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: #CB2026;
  /* Highlight border on hover */
}
.case-study-ai-law-firm {
  /* Responsive */
}
@media (max-width: 991px) {
  .case-study-ai-law-firm .bento-card {
    flex: 0 0 45%;
    /* 2 Columns on tablet */
  }
}
@media (max-width: 576px) {
  .case-study-ai-law-firm .bento-card {
    flex: 0 0 100%;
    /* 1 Column on mobile */
  }
}
.case-study-ai-law-firm {
  /* =========================================
     5. Tradeoff Section (Conceptual)
     ========================================= */
}
.case-study-ai-law-firm .cs-conceptual-tradeoff {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  /* Conceptually distinct */
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.case-study-ai-law-firm .cs-tradeoff-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Use the specific requested image - Duplicated for now */
  background-image: url("/assets/images/case-study/Databricks%20Lakehouse%20for%20Enterprise%20Data%20Consolidation%20.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Parallax feel */
  z-index: 0;
}
.case-study-ai-law-firm .cs-tradeoff-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10, 31, 61, 0.92) 0%, rgba(5, 16, 33, 0.85) 100%);
  backdrop-filter: blur(4px);
  z-index: 1;
}
.case-study-ai-law-firm .cs-concept-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #CB2026;
  /* Brand Accent */
  font-weight: 700;
  margin-bottom: 30px;
}
.case-study-ai-law-firm .cs-concept-divider {
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 0 auto 40px;
  opacity: 0.3;
}
.case-study-ai-law-firm .cs-concept-text {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: inherit;
  /* Use site font */
  color: #ffffff;
}
.case-study-ai-law-firm .cs-concept-insight {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
@media (max-width: 768px) {
  .case-study-ai-law-firm .cs-concept-text {
    font-size: 1.6rem;
  }
  .case-study-ai-law-firm .cs-tradeoff-bg {
    background-attachment: scroll;
    /* Mobile fix */
  }
}
.case-study-ai-law-firm {
  /* =========================================
     6. Outcomes Section
     ========================================= */
}
.case-study-ai-law-firm .cs-outcomes-wrapper {
  overflow: hidden;
}
.case-study-ai-law-firm .cs-outcomes-title {
  color: #2c2c2c;
}
.case-study-ai-law-firm .cs-outcomes-impact {
  color: #CB2026;
}
.case-study-ai-law-firm {
  /* Animated Impact Cards */
}
.case-study-ai-law-firm .outcome-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  /* Subtle initial shadow */
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.case-study-ai-law-firm .outcome-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #eef2f6;
  /* Bluish Shady Background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.case-study-ai-law-firm .outcome-icon i {
  color: #CB2026;
  /* Brand Red */
  font-size: 18px;
}
.case-study-ai-law-firm .outcome-text strong {
  display: block;
  font-size: 1.1rem;
  color: #1a1a1a;
  margin-bottom: 5px;
  font-weight: 700;
}
.case-study-ai-law-firm .outcome-text p {
  margin: 0;
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.case-study-ai-law-firm {
  /* Hover Animation */
}
.case-study-ai-law-firm .outcome-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
  border-color: #CB2026;
  /* Red accent on hover */
}
.case-study-ai-law-firm {
  /* Background Particles CSS */
}
.case-study-ai-law-firm .cs-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.case-study-ai-law-firm .cs-particles span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(203, 32, 38, 0.08);
  /* Low opacity Red */
  animation: cs-floatUp 25s linear infinite;
  bottom: -150px;
  border-radius: 50%;
}
.case-study-ai-law-firm .cs-particles span:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.case-study-ai-law-firm .cs-particles span:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.case-study-ai-law-firm .cs-particles span:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.case-study-ai-law-firm .cs-particles span:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.case-study-ai-law-firm .cs-particles span:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.case-study-ai-law-firm .cs-particles span:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.case-study-ai-law-firm .cs-particles span:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.case-study-ai-law-firm .cs-particles span:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.case-study-ai-law-firm .cs-particles span:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.case-study-ai-law-firm .cs-particles span:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
.case-study-ai-law-firm {
  /* Helper Classes */
}
.case-study-ai-law-firm .cs-tradeoff-content-container {
  position: relative;
  z-index: 2;
}
.case-study-ai-law-firm .cs-outcomes-content {
  position: relative;
  z-index: 1;
}
.case-study-ai-law-firm .cs-conclusion-section {
  background-color: #050b18;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.case-study-ai-law-firm {
  /* Animated Mesh Background */
}
.case-study-ai-law-firm .cs-conclusion-bg-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(circle at 20% 30%, rgba(203, 32, 38, 0.15) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(15, 49, 93, 0.3) 0%, transparent 40%), radial-gradient(circle at 50% 50%, rgba(10, 30, 60, 0.2) 0%, transparent 60%);
  filter: blur(60px);
  animation: csMeshMove 15s ease-in-out infinite alternate;
}
.case-study-ai-law-firm .cs-conclusion-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.case-study-ai-law-firm .cs-conclusion-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(203, 32, 38, 0.4);
  border-radius: 50%;
  animation: csFloatAround var(--duration, 10s) linear infinite;
  filter: blur(1px);
}
.case-study-ai-law-firm .cs-conclusion-particles span:nth-child(1) {
  top: 20%;
  left: 10%;
  --duration: 12s;
}
.case-study-ai-law-firm .cs-conclusion-particles span:nth-child(2) {
  top: 60%;
  left: 80%;
  --duration: 15s;
}
.case-study-ai-law-firm .cs-conclusion-particles span:nth-child(3) {
  top: 80%;
  left: 30%;
  --duration: 18s;
}
.case-study-ai-law-firm .cs-conclusion-particles span:nth-child(4) {
  top: 40%;
  left: 50%;
  --duration: 20s;
}
.case-study-ai-law-firm .cs-conclusion-particles span:nth-child(5) {
  top: 10%;
  left: 70%;
  --duration: 14s;
}
.case-study-ai-law-firm .cs-conclusion-split-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}
.case-study-ai-law-firm .cs-conclusion-split-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transform: skewX(-25deg);
  animation: csShineLoop 6s infinite;
}
.case-study-ai-law-firm .cs-conclusion-split-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #CB2026;
}
.case-study-ai-law-firm .cs-conclusion-tag {
  color: #ff6b6b;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
  opacity: 0.8;
}
.case-study-ai-law-firm {
  /* SCSS for Hero Title Centering (reusing the SMS fix) */
}
.case-study-ai-law-firm .cs-premium-title-compact {
  font-size: clamp(32px, 4vw, 52px);
  color: #fff;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.case-study-ai-law-firm .cs-premium-title-compact .highlight-red {
  color: #CB2026;
}
.case-study-ai-law-firm .cs-conclusion-divider {
  position: absolute;
  left: 42%;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
}
.case-study-ai-law-firm .cs-premium-text-compact {
  font-size: clamp(16px, 1.5vw, 19px);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 25px;
}
.case-study-ai-law-firm .cs-badge-slim {
  font-size: 10px;
  color: #ff6b6b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 16px;
  background: rgba(203, 32, 38, 0.1);
  border: 1px solid rgba(203, 32, 38, 0.2);
  border-radius: 30px;
}
@media (max-width: 991px) {
  .case-study-ai-law-firm .cs-conclusion-split-card {
    padding: 40px 30px;
  }
  .case-study-ai-law-firm .cs-premium-text-compact {
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.case-study-ai-law-firm {
  /* =========================================
     8. Contact Section Alignment
     ========================================= */
  /* Fix Alignment for Get Started Template */
}
.case-study-ai-law-firm .cs-contact-section .col-md-3.hide-device {
  display: none !important;
}
.case-study-ai-law-firm .cs-contact-section .col-md-9 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  text-align: center !important;
}
.case-study-ai-law-firm .cs-contact-section .container-lg {
  margin: 0 auto !important;
}
.case-study-ai-law-firm {
  /* =========================================
     9. Global / Responsive Fixes
     ========================================= */
}
@media (max-width: 768px) {
  .case-study-ai-law-firm {
    /* Fix Business Problem & Outcomes Typography */
  }
  .case-study-ai-law-firm .h2.font-size-h1, .case-study-ai-law-firm .font-size-h1.lead.xl,
  .case-study-ai-law-firm .h3.font-light.color-primary-100 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .case-study-ai-law-firm .h3.font-light.color-primary-100 {
    display: block;
    font-size: 24px !important;
    margin-bottom: 5px;
  }
  .case-study-ai-law-firm {
    /* Fix Outcomes Title */
  }
  .case-study-ai-law-firm #area-outcomes .h2, .case-study-ai-law-firm #area-outcomes .lead.xl {
    text-align: left !important;
  }
  .case-study-ai-law-firm #area-outcomes .h2 .font-size-h1, .case-study-ai-law-firm #area-outcomes .lead.xl .font-size-h1 {
    font-size: 32px !important;
  }
  .case-study-ai-law-firm {
    /* Stack Pinned Panels (Disable Pinning Visuals) */
  }
  .case-study-ai-law-firm .pin-panel {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    transform: none !important;
    margin-bottom: 30px;
    text-align: left !important;
  }
  .case-study-ai-law-firm {
    /* Override GSAP Pin Spacer if present (Brute force fix for visual gaps) */
  }
  .case-study-ai-law-firm .pin-spacer {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .case-study-ai-law-firm {
    /* Adjust Container Padding */
  }
  .case-study-ai-law-firm .section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .case-study-ai-law-firm {
    /* Reduce Illustration Clutter */
  }
  .case-study-ai-law-firm .illus-cont.style-lg img {
    opacity: 0.1;
    width: 150%;
    left: -25%;
  }
  .case-study-ai-law-firm {
    /* Ensure Content Visibility */
  }
  .case-study-ai-law-firm .wow {
    visibility: visible !important;
    animation-name: none !important;
    /* Disable fade-ins that might get stuck */
    opacity: 1 !important;
  }
  .case-study-ai-law-firm {
    /* Adjust sticky cards gap */
  }
  .case-study-ai-law-firm .sticky-panel {
    margin-bottom: 10px !important;
    /* Tighter gap for compact view */
  }
}
.case-study-ai-law-firm {
  /* FORCE VISIBILITY for Implementation Approach (Safe Mode) */
}
.case-study-ai-law-firm .cs-impl-approach .wow {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
}
.case-study-ai-law-firm {
  /* =========================================
     10. Hero Section (Ported from Databricks)
     ========================================= */
  /* Base Hero Layout */
}
.case-study-ai-law-firm .case-study-detail-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  background-color: #f4f7fa;
  /* Fallback light bg */
}
.case-study-ai-law-firm {
  /* Gradient Overlay for Depth */
}
.case-study-ai-law-firm .cs-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Premium dark blue fade to white/transparent bottom */
  background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.8) 0%, rgba(230, 240, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: overlay;
}
.case-study-ai-law-firm .cs-detail-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-ai-law-firm .banner-content-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 80px 0 20px;
  /* Added top padding for mobile menu clearance */
  pointer-events: none;
}
.case-study-ai-law-firm .banner-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  pointer-events: auto;
}
.case-study-ai-law-firm .container {
  /* Contextual override for hero container */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  position: relative;
  z-index: 11;
}
.case-study-ai-law-firm {
  /* Typography & Animations */
}
.case-study-ai-law-firm .case-study-hero-title {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  /* Wider for big text */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 12;
}
.case-study-ai-law-firm .cs-hero-tag {
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #CB2026;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.case-study-ai-law-firm .cs-hero-tag::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #CB2026;
  margin: 10px auto 0;
}
.case-study-ai-law-firm .gradient-text-wrap {
  margin-bottom: 10px;
}
.case-study-ai-law-firm .cs-hero-main-title {
  /* Massive Text */
  font-size: clamp(30px, 6vw, 80px);
  /* USING REDUCED SIZE FOR SAFETY */
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1px;
  /* Solid Color for Reliability */
  color: #0F315D;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: initial;
  position: relative;
  z-index: 13;
  /* Subtle glow */
  filter: drop-shadow(0 10px 20px rgba(15, 49, 93, 0.15));
  /* Ensure visibility for animation */
  visibility: visible;
  opacity: 1;
  /* Force Center */
  text-align: center !important;
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  /* Fix Wrapping */
  word-break: normal;
  overflow-wrap: normal;
}
.case-study-ai-law-firm .cs-hero-main-title div {
  white-space: nowrap;
}
.case-study-ai-law-firm {
  /* Ensure children created by SplitText inherit the solid color and centering */
}
.case-study-ai-law-firm .cs-hero-main-title div {
  color: inherit;
  -webkit-text-fill-color: inherit;
  background: none;
  text-align: center;
}
.case-study-ai-law-firm .cs-hero-sub-title-wrap {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.case-study-ai-law-firm .case-study-hero-title .h2, .case-study-ai-law-firm .case-study-hero-title .lead.xl {
  font-size: clamp(20px, 3vw, 42px);
  line-height: 1.2;
  color: #555;
  font-weight: 300;
  max-width: 800px;
}
.case-study-ai-law-firm {
  /* Media Queries */
}
@media (max-height: 700px) {
  .case-study-ai-law-firm .case-study-detail-hero {
    min-height: 100vh;
    max-height: 100vh;
  }
}
@media (min-height: 900px) {
  .case-study-ai-law-firm .case-study-detail-hero {
    height: 900px;
  }
}
.case-study-ai-law-firm {
  /* Floating Data Nodes and Geo shapes - Keeping existing animations */
}
.case-study-ai-law-firm .cs-data-node {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.4) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.case-study-ai-law-firm .cs-node-1 {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 10%;
  animation: csFloatNode1 8s ease-in-out infinite;
}
.case-study-ai-law-firm .cs-node-2 {
  width: 60px;
  height: 60px;
  top: 45%;
  right: 15%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.4) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode2 10s ease-in-out infinite;
}
.case-study-ai-law-firm .cs-node-3 {
  width: 100px;
  height: 100px;
  bottom: 25%;
  left: 20%;
  animation: csFloatNode3 12s ease-in-out infinite;
}
.case-study-ai-law-firm .cs-node-4 {
  width: 50px;
  height: 50px;
  top: 60%;
  right: 25%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.3) 0%, rgba(15, 49, 93, 0.1) 50%, transparent 100%);
  animation: csFloatNode4 9s ease-in-out infinite;
}
.case-study-ai-law-firm .cs-node-5 {
  width: 70px;
  height: 70px;
  bottom: 15%;
  right: 10%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.3) 0%, rgba(203, 32, 38, 0.1) 50%, transparent 100%);
  animation: csFloatNode5 11s ease-in-out infinite;
}
.case-study-ai-law-firm .cs-geo-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.4;
  z-index: 1;
}
.case-study-ai-law-firm .cs-geo-1 {
  width: 120px;
  height: 120px;
  top: 15%;
  right: 10%;
  animation: csRotateGeo1 20s linear infinite;
}
.case-study-ai-law-firm .cs-geo-2 {
  width: 90px;
  height: 90px;
  bottom: 30%;
  left: 8%;
  animation: csRotateGeo2 25s linear infinite reverse;
}
.case-study-ai-law-firm .cs-geo-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  right: 20%;
  animation: csRotateGeo3 30s linear infinite;
}
.case-study-ai-law-firm .cs-connections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.case-study-ai-law-firm .cs-line-1,
.case-study-ai-law-firm .cs-line-2,
.case-study-ai-law-firm .cs-line-3,
.case-study-ai-law-firm .cs-line-4 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: csDrawLine 3s ease-in-out forwards;
}
.case-study-ai-law-firm .cs-line-2 {
  animation-delay: 0.5s;
}
.case-study-ai-law-firm .cs-line-3 {
  animation-delay: 1s;
}
.case-study-ai-law-firm .cs-line-4 {
  animation-delay: 1.5s;
}
.case-study-ai-law-firm {
  /* Implementation Approach Styles */
}
.case-study-ai-law-firm .cs-phases-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.case-study-ai-law-firm .cs-phase-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 25px;
}
.case-study-ai-law-firm .cs-phase-content {
  flex: 1;
}
.case-study-ai-law-firm .cs-impl-approach {
  padding: 100px 0;
}
.case-study-ai-law-firm .cs-impl-header {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .case-study-ai-law-firm .cs-impl-header {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}

/* KEYFRAMES - Reusing standard keyframes */
@keyframes cs-floatUp {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: translateY(-800px) rotate(720deg);
    opacity: 0;
  }
}
@keyframes csFloatNode1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, -20px) scale(1.1);
  }
  50% {
    transform: translate(-15px, 25px) scale(0.9);
  }
  75% {
    transform: translate(20px, 10px) scale(1.05);
  }
}
@keyframes csFloatNode2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-25px, 30px) scale(1.15);
  }
  50% {
    transform: translate(20px, -15px) scale(0.85);
  }
  75% {
    transform: translate(-10px, -25px) scale(1.1);
  }
}
@keyframes csFloatNode3 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(40px, -30px) scale(1.2);
  }
  50% {
    transform: translate(-30px, 20px) scale(0.8);
  }
  75% {
    transform: translate(25px, 15px) scale(1.1);
  }
}
@keyframes csFloatNode4 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-20px, 25px) scale(1.1);
  }
  50% {
    transform: translate(15px, -20px) scale(0.9);
  }
  75% {
    transform: translate(-10px, -15px) scale(1.05);
  }
}
@keyframes csFloatNode5 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(35px, 20px) scale(1.15);
  }
  50% {
    transform: translate(-25px, -30px) scale(0.85);
  }
  75% {
    transform: translate(15px, 25px) scale(1.1);
  }
}
@keyframes csRotateGeo1 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-20px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csRotateGeo2 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(-180deg) translateY(15px);
  }
  to {
    transform: rotate(-360deg) translateY(0px);
  }
}
@keyframes csRotateGeo3 {
  from {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(180deg) translateY(-25px);
  }
  to {
    transform: rotate(360deg) translateY(0px);
  }
}
@keyframes csDrawLine {
  to {
    stroke-dashoffset: 0;
  }
}
/* Data Integration page – Our Data Integration Process (bento design, ref: cs-bento-container) */
.page-data-int .di-process-section {
  position: relative;
  overflow: hidden;
  padding: 40px 0 60px;
}
.page-data-int .di-stars-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.page-data-int .di-stars-bg canvas {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-data-int .di-process-section-inner {
  position: relative;
  z-index: 1;
}
.page-data-int .di-bento-container {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f0f4f8 0%, #e8eef5 50%, #f5f7fa 100%);
  border-radius: 40px;
  padding: 60px 40px;
  margin: 0 20px;
}
.page-data-int .di-bento-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 0;
  background: radial-gradient(ellipse 90% 60% at 30% 20%, rgba(203, 32, 38, 0.04) 0%, transparent 50%), radial-gradient(ellipse 80% 50% at 70% 80%, rgba(86, 110, 177, 0.05) 0%, transparent 50%);
  animation: di-bg-pulse 6s ease-in-out infinite;
  pointer-events: none;
}
.page-data-int {
  /* Stars layer (like navigation) – behind content */
}
.page-data-int .di-bento-stars-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.page-data-int .di-bento-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  overflow: hidden;
  will-change: transform;
}
.page-data-int .di-bento-stars--layer1 {
  animation: di-stars-drift 18s linear infinite;
}
.page-data-int .di-bento-stars--layer2 {
  animation: di-stars-drift 26s linear infinite reverse;
}
.page-data-int {
  /* Soft moving shine overlay */
}
.page-data-int .di-bento-shine {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.03) 25%, transparent 50%, rgba(255, 255, 255, 0.02) 75%, transparent 100%);
  background-size: 200% 100%;
  animation: di-shine-sweep 10s ease-in-out infinite;
  pointer-events: none;
}
.page-data-int .di-bento-star {
  position: absolute;
  border-radius: 50%;
  animation: di-star-twinkle 3s ease-in-out infinite;
  will-change: opacity;
  background: rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.page-data-int .di-bento-star:nth-child(3n) {
  width: 1px;
  height: 1px;
}
.page-data-int .di-bento-star:nth-child(3n+1) {
  width: 2px;
  height: 2px;
  box-shadow: 0 0 3px rgba(86, 110, 177, 0.25);
}
.page-data-int .di-bento-star:nth-child(3n+2) {
  width: 3px;
  height: 3px;
  box-shadow: 0 0 4px rgba(203, 32, 38, 0.2);
}
.page-data-int .di-bento-star:nth-child(5n) {
  background: rgba(203, 32, 38, 0.28);
  box-shadow: 0 0 3px rgba(203, 32, 38, 0.35);
}
.page-data-int .di-bento-star:nth-child(5n+2) {
  background: rgba(86, 110, 177, 0.28);
  box-shadow: 0 0 3px rgba(86, 110, 177, 0.35);
}
.page-data-int {
  /* Layer1: 150 stars – positions */
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(1) {
  left: 3%;
  top: 5%;
  animation-delay: 0s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(2) {
  left: 10%;
  top: 16%;
  animation-delay: 0.08s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(3) {
  left: 17%;
  top: 27%;
  animation-delay: 0.16s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(4) {
  left: 24%;
  top: 38%;
  animation-delay: 0.24s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(5) {
  left: 31%;
  top: 49%;
  animation-delay: 0.32s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(6) {
  left: 38%;
  top: 60%;
  animation-delay: 0.4s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(7) {
  left: 45%;
  top: 71%;
  animation-delay: 0.48s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(8) {
  left: 52%;
  top: 82%;
  animation-delay: 0.56s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(9) {
  left: 59%;
  top: 93%;
  animation-delay: 0.64s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(10) {
  left: 66%;
  top: 6%;
  animation-delay: 0.72s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(11) {
  left: 73%;
  top: 17%;
  animation-delay: 0.8s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(12) {
  left: 80%;
  top: 28%;
  animation-delay: 0.88s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(13) {
  left: 87%;
  top: 39%;
  animation-delay: 0.96s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(14) {
  left: 94%;
  top: 50%;
  animation-delay: 1.04s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(15) {
  left: 3%;
  top: 61%;
  animation-delay: 1.12s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(16) {
  left: 10%;
  top: 72%;
  animation-delay: 1.2s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(17) {
  left: 17%;
  top: 83%;
  animation-delay: 1.28s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(18) {
  left: 24%;
  top: 94%;
  animation-delay: 1.36s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(19) {
  left: 31%;
  top: 7%;
  animation-delay: 1.44s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(20) {
  left: 38%;
  top: 18%;
  animation-delay: 1.52s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(21) {
  left: 45%;
  top: 29%;
  animation-delay: 1.6s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(22) {
  left: 52%;
  top: 40%;
  animation-delay: 1.68s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(23) {
  left: 59%;
  top: 51%;
  animation-delay: 1.76s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(24) {
  left: 66%;
  top: 62%;
  animation-delay: 1.84s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(25) {
  left: 73%;
  top: 73%;
  animation-delay: 1.92s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(26) {
  left: 80%;
  top: 84%;
  animation-delay: 2s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(27) {
  left: 87%;
  top: 95%;
  animation-delay: 2.08s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(28) {
  left: 94%;
  top: 8%;
  animation-delay: 2.16s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(29) {
  left: 3%;
  top: 19%;
  animation-delay: 2.24s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(30) {
  left: 10%;
  top: 30%;
  animation-delay: 2.32s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(31) {
  left: 17%;
  top: 41%;
  animation-delay: 2.4s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(32) {
  left: 24%;
  top: 52%;
  animation-delay: 2.48s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(33) {
  left: 31%;
  top: 63%;
  animation-delay: 2.56s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(34) {
  left: 38%;
  top: 74%;
  animation-delay: 2.64s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(35) {
  left: 45%;
  top: 85%;
  animation-delay: 2.72s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(36) {
  left: 52%;
  top: 96%;
  animation-delay: 2.8s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(37) {
  left: 59%;
  top: 9%;
  animation-delay: 2.88s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(38) {
  left: 66%;
  top: 20%;
  animation-delay: 2.96s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(39) {
  left: 73%;
  top: 31%;
  animation-delay: 3.04s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(40) {
  left: 80%;
  top: 42%;
  animation-delay: 3.12s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(41) {
  left: 87%;
  top: 53%;
  animation-delay: 3.2s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(42) {
  left: 94%;
  top: 64%;
  animation-delay: 3.28s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(43) {
  left: 3%;
  top: 75%;
  animation-delay: 3.36s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(44) {
  left: 10%;
  top: 86%;
  animation-delay: 3.44s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(45) {
  left: 17%;
  top: 97%;
  animation-delay: 3.52s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(46) {
  left: 24%;
  top: 10%;
  animation-delay: 3.6s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(47) {
  left: 31%;
  top: 21%;
  animation-delay: 3.68s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(48) {
  left: 38%;
  top: 32%;
  animation-delay: 3.76s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(49) {
  left: 45%;
  top: 43%;
  animation-delay: 3.84s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(50) {
  left: 52%;
  top: 54%;
  animation-delay: 3.92s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(51) {
  left: 59%;
  top: 65%;
  animation-delay: 4s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(52) {
  left: 66%;
  top: 76%;
  animation-delay: 4.08s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(53) {
  left: 73%;
  top: 87%;
  animation-delay: 4.16s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(54) {
  left: 80%;
  top: 0%;
  animation-delay: 4.24s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(55) {
  left: 87%;
  top: 11%;
  animation-delay: 4.32s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(56) {
  left: 94%;
  top: 22%;
  animation-delay: 4.4s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(57) {
  left: 3%;
  top: 33%;
  animation-delay: 4.48s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(58) {
  left: 10%;
  top: 44%;
  animation-delay: 4.56s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(59) {
  left: 17%;
  top: 55%;
  animation-delay: 4.64s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(60) {
  left: 24%;
  top: 66%;
  animation-delay: 4.72s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(61) {
  left: 31%;
  top: 77%;
  animation-delay: 4.8s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(62) {
  left: 38%;
  top: 88%;
  animation-delay: 4.88s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(63) {
  left: 45%;
  top: 1%;
  animation-delay: 4.96s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(64) {
  left: 52%;
  top: 12%;
  animation-delay: 5.04s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(65) {
  left: 59%;
  top: 23%;
  animation-delay: 5.12s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(66) {
  left: 66%;
  top: 34%;
  animation-delay: 5.2s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(67) {
  left: 73%;
  top: 45%;
  animation-delay: 5.28s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(68) {
  left: 80%;
  top: 56%;
  animation-delay: 5.36s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(69) {
  left: 87%;
  top: 67%;
  animation-delay: 5.44s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(70) {
  left: 94%;
  top: 78%;
  animation-delay: 5.52s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(71) {
  left: 3%;
  top: 89%;
  animation-delay: 5.6s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(72) {
  left: 10%;
  top: 2%;
  animation-delay: 5.68s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(73) {
  left: 17%;
  top: 13%;
  animation-delay: 5.76s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(74) {
  left: 24%;
  top: 24%;
  animation-delay: 5.84s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(75) {
  left: 31%;
  top: 35%;
  animation-delay: 5.92s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(76) {
  left: 5%;
  top: 107%;
  animation-delay: 0s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(77) {
  left: 12%;
  top: 118%;
  animation-delay: 0.08s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(78) {
  left: 19%;
  top: 129%;
  animation-delay: 0.16s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(79) {
  left: 26%;
  top: 140%;
  animation-delay: 0.24s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(80) {
  left: 33%;
  top: 151%;
  animation-delay: 0.32s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(81) {
  left: 40%;
  top: 162%;
  animation-delay: 0.4s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(82) {
  left: 47%;
  top: 173%;
  animation-delay: 0.48s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(83) {
  left: 54%;
  top: 184%;
  animation-delay: 0.56s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(84) {
  left: 61%;
  top: 195%;
  animation-delay: 0.64s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(85) {
  left: 68%;
  top: 108%;
  animation-delay: 0.72s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(86) {
  left: 75%;
  top: 119%;
  animation-delay: 0.8s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(87) {
  left: 82%;
  top: 130%;
  animation-delay: 0.88s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(88) {
  left: 89%;
  top: 141%;
  animation-delay: 0.96s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(89) {
  left: 96%;
  top: 152%;
  animation-delay: 1.04s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(90) {
  left: 5%;
  top: 163%;
  animation-delay: 1.12s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(91) {
  left: 12%;
  top: 174%;
  animation-delay: 1.2s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(92) {
  left: 19%;
  top: 185%;
  animation-delay: 1.28s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(93) {
  left: 26%;
  top: 196%;
  animation-delay: 1.36s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(94) {
  left: 33%;
  top: 109%;
  animation-delay: 1.44s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(95) {
  left: 40%;
  top: 120%;
  animation-delay: 1.52s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(96) {
  left: 47%;
  top: 131%;
  animation-delay: 1.6s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(97) {
  left: 54%;
  top: 142%;
  animation-delay: 1.68s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(98) {
  left: 61%;
  top: 153%;
  animation-delay: 1.76s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(99) {
  left: 68%;
  top: 164%;
  animation-delay: 1.84s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(100) {
  left: 75%;
  top: 175%;
  animation-delay: 1.92s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(101) {
  left: 82%;
  top: 186%;
  animation-delay: 2s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(102) {
  left: 89%;
  top: 197%;
  animation-delay: 2.08s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(103) {
  left: 96%;
  top: 110%;
  animation-delay: 2.16s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(104) {
  left: 5%;
  top: 121%;
  animation-delay: 2.24s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(105) {
  left: 12%;
  top: 132%;
  animation-delay: 2.32s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(106) {
  left: 19%;
  top: 143%;
  animation-delay: 2.4s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(107) {
  left: 26%;
  top: 154%;
  animation-delay: 2.48s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(108) {
  left: 33%;
  top: 165%;
  animation-delay: 2.56s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(109) {
  left: 40%;
  top: 176%;
  animation-delay: 2.64s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(110) {
  left: 47%;
  top: 187%;
  animation-delay: 2.72s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(111) {
  left: 54%;
  top: 100%;
  animation-delay: 2.8s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(112) {
  left: 61%;
  top: 111%;
  animation-delay: 2.88s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(113) {
  left: 68%;
  top: 122%;
  animation-delay: 2.96s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(114) {
  left: 75%;
  top: 133%;
  animation-delay: 3.04s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(115) {
  left: 82%;
  top: 144%;
  animation-delay: 3.12s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(116) {
  left: 89%;
  top: 155%;
  animation-delay: 3.2s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(117) {
  left: 96%;
  top: 166%;
  animation-delay: 3.28s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(118) {
  left: 5%;
  top: 177%;
  animation-delay: 3.36s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(119) {
  left: 12%;
  top: 188%;
  animation-delay: 3.44s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(120) {
  left: 19%;
  top: 101%;
  animation-delay: 3.52s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(121) {
  left: 26%;
  top: 112%;
  animation-delay: 3.6s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(122) {
  left: 33%;
  top: 123%;
  animation-delay: 3.68s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(123) {
  left: 40%;
  top: 134%;
  animation-delay: 3.76s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(124) {
  left: 47%;
  top: 145%;
  animation-delay: 3.84s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(125) {
  left: 54%;
  top: 156%;
  animation-delay: 3.92s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(126) {
  left: 61%;
  top: 167%;
  animation-delay: 4s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(127) {
  left: 68%;
  top: 178%;
  animation-delay: 4.08s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(128) {
  left: 75%;
  top: 189%;
  animation-delay: 4.16s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(129) {
  left: 82%;
  top: 102%;
  animation-delay: 4.24s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(130) {
  left: 89%;
  top: 113%;
  animation-delay: 4.32s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(131) {
  left: 96%;
  top: 124%;
  animation-delay: 4.4s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(132) {
  left: 5%;
  top: 135%;
  animation-delay: 4.48s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(133) {
  left: 12%;
  top: 146%;
  animation-delay: 4.56s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(134) {
  left: 19%;
  top: 157%;
  animation-delay: 4.64s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(135) {
  left: 26%;
  top: 168%;
  animation-delay: 4.72s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(136) {
  left: 33%;
  top: 179%;
  animation-delay: 4.8s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(137) {
  left: 40%;
  top: 190%;
  animation-delay: 4.88s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(138) {
  left: 47%;
  top: 103%;
  animation-delay: 4.96s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(139) {
  left: 54%;
  top: 114%;
  animation-delay: 5.04s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(140) {
  left: 61%;
  top: 125%;
  animation-delay: 5.12s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(141) {
  left: 68%;
  top: 136%;
  animation-delay: 5.2s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(142) {
  left: 75%;
  top: 147%;
  animation-delay: 5.28s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(143) {
  left: 82%;
  top: 158%;
  animation-delay: 5.36s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(144) {
  left: 89%;
  top: 169%;
  animation-delay: 5.44s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(145) {
  left: 96%;
  top: 180%;
  animation-delay: 5.52s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(146) {
  left: 5%;
  top: 191%;
  animation-delay: 5.6s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(147) {
  left: 12%;
  top: 104%;
  animation-delay: 5.68s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(148) {
  left: 19%;
  top: 115%;
  animation-delay: 5.76s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(149) {
  left: 26%;
  top: 126%;
  animation-delay: 5.84s;
}
.page-data-int .di-bento-stars--layer1 .di-bento-star:nth-child(150) {
  left: 33%;
  top: 137%;
  animation-delay: 5.92s;
}
.page-data-int .di-bento-star--alt {
  width: 1px !important;
  height: 1px !important;
  background: rgba(0, 0, 0, 0.08) !important;
  animation: di-star-twinkle 4s ease-in-out infinite, di-star-float 8s ease-in-out infinite !important;
}
.page-data-int .di-bento-star--alt:nth-child(4n) {
  background: rgba(203, 32, 38, 0.15) !important;
}
.page-data-int .di-bento-star--alt:nth-child(4n+3) {
  background: rgba(86, 110, 177, 0.15) !important;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(1) {
  left: 2%;
  top: 1%;
  animation-delay: 0s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(2) {
  left: 13%;
  top: 14%;
  animation-delay: 0.15s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(3) {
  left: 24%;
  top: 27%;
  animation-delay: 0.3s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(4) {
  left: 35%;
  top: 40%;
  animation-delay: 0.45s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(5) {
  left: 46%;
  top: 53%;
  animation-delay: 0.6s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(6) {
  left: 57%;
  top: 66%;
  animation-delay: 0.75s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(7) {
  left: 68%;
  top: 79%;
  animation-delay: 0.9s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(8) {
  left: 79%;
  top: 92%;
  animation-delay: 1.05s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(9) {
  left: 90%;
  top: 7%;
  animation-delay: 1.2s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(10) {
  left: 5%;
  top: 20%;
  animation-delay: 1.35s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(11) {
  left: 16%;
  top: 33%;
  animation-delay: 1.5s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(12) {
  left: 27%;
  top: 46%;
  animation-delay: 1.65s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(13) {
  left: 38%;
  top: 59%;
  animation-delay: 1.8s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(14) {
  left: 49%;
  top: 72%;
  animation-delay: 1.95s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(15) {
  left: 60%;
  top: 85%;
  animation-delay: 2.1s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(16) {
  left: 71%;
  top: 0%;
  animation-delay: 2.25s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(17) {
  left: 82%;
  top: 13%;
  animation-delay: 2.4s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(18) {
  left: 93%;
  top: 26%;
  animation-delay: 2.55s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(19) {
  left: 8%;
  top: 39%;
  animation-delay: 2.7s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(20) {
  left: 19%;
  top: 52%;
  animation-delay: 2.85s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(21) {
  left: 30%;
  top: 65%;
  animation-delay: 3s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(22) {
  left: 41%;
  top: 78%;
  animation-delay: 3.15s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(23) {
  left: 52%;
  top: 91%;
  animation-delay: 3.3s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(24) {
  left: 63%;
  top: 6%;
  animation-delay: 3.45s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(25) {
  left: 74%;
  top: 19%;
  animation-delay: 3.6s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(26) {
  left: 85%;
  top: 32%;
  animation-delay: 3.75s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(27) {
  left: 0%;
  top: 45%;
  animation-delay: 3.9s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(28) {
  left: 11%;
  top: 58%;
  animation-delay: 4.05s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(29) {
  left: 22%;
  top: 71%;
  animation-delay: 4.2s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(30) {
  left: 33%;
  top: 84%;
  animation-delay: 4.35s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(31) {
  left: 44%;
  top: 97%;
  animation-delay: 4.5s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(32) {
  left: 55%;
  top: 12%;
  animation-delay: 4.65s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(33) {
  left: 66%;
  top: 25%;
  animation-delay: 4.8s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(34) {
  left: 77%;
  top: 38%;
  animation-delay: 4.95s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(35) {
  left: 88%;
  top: 51%;
  animation-delay: 5.1s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(36) {
  left: 3%;
  top: 64%;
  animation-delay: 5.25s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(37) {
  left: 14%;
  top: 77%;
  animation-delay: 5.4s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(38) {
  left: 25%;
  top: 90%;
  animation-delay: 5.55s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(39) {
  left: 36%;
  top: 5%;
  animation-delay: 5.7s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(40) {
  left: 47%;
  top: 18%;
  animation-delay: 5.85s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(41) {
  left: 58%;
  top: 31%;
  animation-delay: 6s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(42) {
  left: 69%;
  top: 44%;
  animation-delay: 6.15s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(43) {
  left: 80%;
  top: 57%;
  animation-delay: 6.3s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(44) {
  left: 91%;
  top: 70%;
  animation-delay: 6.45s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(45) {
  left: 6%;
  top: 83%;
  animation-delay: 6.6s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(46) {
  left: 17%;
  top: 96%;
  animation-delay: 6.75s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(47) {
  left: 28%;
  top: 11%;
  animation-delay: 6.9s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(48) {
  left: 39%;
  top: 24%;
  animation-delay: 7.05s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(49) {
  left: 50%;
  top: 37%;
  animation-delay: 7.2s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(50) {
  left: 61%;
  top: 50%;
  animation-delay: 7.35s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(51) {
  left: 2%;
  top: 101%;
  animation-delay: 0s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(52) {
  left: 13%;
  top: 114%;
  animation-delay: 0.15s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(53) {
  left: 24%;
  top: 127%;
  animation-delay: 0.3s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(54) {
  left: 35%;
  top: 140%;
  animation-delay: 0.45s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(55) {
  left: 46%;
  top: 153%;
  animation-delay: 0.6s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(56) {
  left: 57%;
  top: 166%;
  animation-delay: 0.75s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(57) {
  left: 68%;
  top: 179%;
  animation-delay: 0.9s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(58) {
  left: 79%;
  top: 192%;
  animation-delay: 1.05s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(59) {
  left: 90%;
  top: 107%;
  animation-delay: 1.2s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(60) {
  left: 5%;
  top: 120%;
  animation-delay: 1.35s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(61) {
  left: 16%;
  top: 133%;
  animation-delay: 1.5s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(62) {
  left: 27%;
  top: 146%;
  animation-delay: 1.65s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(63) {
  left: 38%;
  top: 159%;
  animation-delay: 1.8s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(64) {
  left: 49%;
  top: 172%;
  animation-delay: 1.95s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(65) {
  left: 60%;
  top: 185%;
  animation-delay: 2.1s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(66) {
  left: 71%;
  top: 100%;
  animation-delay: 2.25s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(67) {
  left: 82%;
  top: 113%;
  animation-delay: 2.4s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(68) {
  left: 93%;
  top: 126%;
  animation-delay: 2.55s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(69) {
  left: 8%;
  top: 139%;
  animation-delay: 2.7s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(70) {
  left: 19%;
  top: 152%;
  animation-delay: 2.85s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(71) {
  left: 30%;
  top: 165%;
  animation-delay: 3s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(72) {
  left: 41%;
  top: 178%;
  animation-delay: 3.15s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(73) {
  left: 52%;
  top: 191%;
  animation-delay: 3.3s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(74) {
  left: 63%;
  top: 106%;
  animation-delay: 3.45s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(75) {
  left: 74%;
  top: 119%;
  animation-delay: 3.6s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(76) {
  left: 85%;
  top: 132%;
  animation-delay: 3.75s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(77) {
  left: 0%;
  top: 145%;
  animation-delay: 3.9s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(78) {
  left: 11%;
  top: 158%;
  animation-delay: 4.05s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(79) {
  left: 22%;
  top: 171%;
  animation-delay: 4.2s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(80) {
  left: 33%;
  top: 184%;
  animation-delay: 4.35s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(81) {
  left: 44%;
  top: 197%;
  animation-delay: 4.5s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(82) {
  left: 55%;
  top: 112%;
  animation-delay: 4.65s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(83) {
  left: 66%;
  top: 125%;
  animation-delay: 4.8s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(84) {
  left: 77%;
  top: 138%;
  animation-delay: 4.95s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(85) {
  left: 88%;
  top: 151%;
  animation-delay: 5.1s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(86) {
  left: 3%;
  top: 164%;
  animation-delay: 5.25s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(87) {
  left: 14%;
  top: 177%;
  animation-delay: 5.4s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(88) {
  left: 25%;
  top: 190%;
  animation-delay: 5.55s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(89) {
  left: 36%;
  top: 105%;
  animation-delay: 5.7s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(90) {
  left: 47%;
  top: 118%;
  animation-delay: 5.85s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(91) {
  left: 58%;
  top: 131%;
  animation-delay: 6s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(92) {
  left: 69%;
  top: 144%;
  animation-delay: 6.15s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(93) {
  left: 80%;
  top: 157%;
  animation-delay: 6.3s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(94) {
  left: 91%;
  top: 170%;
  animation-delay: 6.45s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(95) {
  left: 6%;
  top: 183%;
  animation-delay: 6.6s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(96) {
  left: 17%;
  top: 196%;
  animation-delay: 6.75s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(97) {
  left: 28%;
  top: 111%;
  animation-delay: 6.9s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(98) {
  left: 39%;
  top: 124%;
  animation-delay: 7.05s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(99) {
  left: 50%;
  top: 137%;
  animation-delay: 7.2s;
}
.page-data-int .di-bento-stars--layer2 .di-bento-star--alt:nth-child(100) {
  left: 61%;
  top: 150%;
  animation-delay: 7.35s;
}
.page-data-int {
  /* Content above stars */
}
.page-data-int .di-bento-container > p,
.page-data-int .di-bento-container > h3,
.page-data-int .faq-wrapper .di-bento-container > .cat-heading,
.faq-wrapper .page-data-int .di-bento-container > .cat-heading,
.page-data-int .di-bento-container > .di-bento-grid {
  position: relative;
  z-index: 1;
}
.page-data-int .di-bento-container h2,
.page-data-int .di-bento-container h3,
.page-data-int .di-bento-container .faq-wrapper .cat-heading,
.faq-wrapper .page-data-int .di-bento-container .cat-heading {
  color: #1a1a2e;
}
.page-data-int .di-bento-container > p.text-center {
  color: #444;
}
.page-data-int .di-bento-intro {
  max-width: 800px;
  margin: 0 auto 1.5rem;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #444;
}
.page-data-int .di-bento-scroll-cta {
  margin-bottom: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}
.page-data-int .di-bento-scroll-cta.section {
  padding-top: 0;
  padding-bottom: 0;
}
.page-data-int .di-bento-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.page-data-int {
  /* Section background (stars) shows through; container has no fill. Cards stay light for readability. */
}
.page-data-int .di-bento-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 20px 25px;
  display: flex;
  align-items: flex-start;
  text-align: left;
  transition: all 0.3s ease;
  flex: 0 0 calc(33.333% - 14px);
  min-width: 250px;
}
.page-data-int .di-bento-step {
  font-size: 1.5rem;
  font-weight: 700;
  color: #CB2026;
  margin-right: 15px;
  width: 36px;
  flex-shrink: 0;
  line-height: 1.2;
}
.page-data-int .di-bento-content {
  flex: 1;
  min-width: 0;
}
.page-data-int .di-bento-title {
  display: block;
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 6px;
}
.page-data-int .di-bento-desc {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.45;
}
.page-data-int .di-bento-card:hover {
  transform: translateY(-5px);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(203, 32, 38, 0.06);
  border-color: rgba(203, 32, 38, 0.35);
}
@media (max-width: 991px) {
  .page-data-int .di-bento-card {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 576px) {
  .page-data-int .di-bento-container {
    padding: 40px 24px;
    margin: 0 12px;
    border-radius: 24px;
  }
  .page-data-int .di-bento-card {
    flex: 0 0 100%;
  }
}
.page-data-int {
  /* ===== Why Partner with TnZ International? – cards with icons + hover ===== */
}
.page-data-int .di-why-partner-cards {
  margin-top: 2rem;
}
.page-data-int .di-why-partner-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.page-data-int .di-why-partner-card .di-why-partner-card-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(203, 32, 38, 0.12);
  color: #CB2026;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.page-data-int .di-why-partner-card .di-why-partner-card-icon .fa {
  font-size: 1.5rem;
}
.page-data-int .di-why-partner-card .di-why-partner-card-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.page-data-int .di-why-partner-card .di-why-partner-card-desc {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 0;
}
.page-data-int .di-why-partner-card:hover {
  transform: translateY(-6px);
  border-color: rgba(203, 32, 38, 0.35);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12), 0 0 20px rgba(203, 32, 38, 0.12);
}
.page-data-int .di-why-partner-card:hover .di-why-partner-card-icon {
  transform: scale(1.1);
  background: rgba(203, 32, 38, 0.2);
  color: #CB2026;
}
.page-data-int .di-why-partner .di-why-partner-cards .col-md-6:nth-child(2) .di-why-partner-card-icon,
.page-data-int .di-why-partner .di-why-partner-cards .col-md-6:nth-child(4) .di-why-partner-card-icon {
  background: rgba(86, 110, 177, 0.12);
  color: #566EB1;
}
.page-data-int .di-why-partner .di-why-partner-cards .col-md-6:nth-child(2) .di-why-partner-card:hover .di-why-partner-card-icon,
.page-data-int .di-why-partner .di-why-partner-cards .col-md-6:nth-child(4) .di-why-partner-card:hover .di-why-partner-card-icon {
  background: rgba(86, 110, 177, 0.2);
  color: #566EB1;
}
.page-data-int {
  /* ===== Custom ETL & ELT + Technical Arsenal cards ===== */
}
.page-data-int .di-etl-section .di-etl-cards {
  margin-bottom: 0;
}
.page-data-int .di-etl-section .di-etl-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.page-data-int .di-etl-section .di-etl-card .di-etl-card-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(203, 32, 38, 0.1);
  color: #CB2026;
  transition: transform 0.3s ease, background 0.3s ease;
}
.page-data-int .di-etl-section .di-etl-card .di-etl-card-icon .fa {
  font-size: 1.5rem;
}
.page-data-int .di-etl-section .di-etl-card .di-etl-card-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.page-data-int .di-etl-section .di-etl-card .di-etl-card-desc {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 0;
}
.page-data-int .di-etl-section .di-etl-card:hover {
  transform: translateY(-5px);
  border-color: rgba(203, 32, 38, 0.3);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1), 0 0 20px rgba(203, 32, 38, 0.08);
}
.page-data-int .di-etl-section .di-etl-card:hover .di-etl-card-icon {
  transform: scale(1.08);
  background: rgba(203, 32, 38, 0.18);
}
.page-data-int .di-etl-section .di-etl-cards .col-md-6:nth-child(2) .di-etl-card-icon {
  background: rgba(86, 110, 177, 0.12);
  color: #566EB1;
}
.page-data-int .di-etl-section .di-etl-cards .col-md-6:nth-child(2) .di-etl-card:hover .di-etl-card-icon {
  background: rgba(86, 110, 177, 0.22);
}
.page-data-int .di-etl-section .di-arsenal-cards {
  margin-top: 0.5rem;
}
.page-data-int .di-etl-section .di-arsenal-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 22px 20px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.page-data-int .di-etl-section .di-arsenal-card .di-arsenal-card-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(203, 32, 38, 0.08);
  color: #CB2026;
  transition: transform 0.3s ease, background 0.3s ease;
}
.page-data-int .di-etl-section .di-arsenal-card .di-arsenal-card-icon .fa {
  font-size: 1.25rem;
}
.page-data-int .di-etl-section .di-arsenal-card .di-arsenal-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 0.35rem;
  line-height: 1.3;
}
.page-data-int .di-etl-section .di-arsenal-card .di-arsenal-card-desc {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.45;
  margin-bottom: 0;
}
.page-data-int .di-etl-section .di-arsenal-card:hover {
  transform: translateY(-4px);
  border-color: rgba(203, 32, 38, 0.25);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08), 0 0 16px rgba(203, 32, 38, 0.06);
}
.page-data-int .di-etl-section .di-arsenal-card:hover .di-arsenal-card-icon {
  transform: scale(1.08);
  background: rgba(203, 32, 38, 0.15);
}
.page-data-int .di-etl-section .di-arsenal-cards .col-md-4:nth-child(2) .di-arsenal-card-icon,
.page-data-int .di-etl-section .di-arsenal-cards .col-md-4:nth-child(4) .di-arsenal-card-icon,
.page-data-int .di-etl-section .di-arsenal-cards .col-md-4:nth-child(6) .di-arsenal-card-icon {
  background: rgba(86, 110, 177, 0.1);
  color: #566EB1;
}
.page-data-int .di-etl-section .di-arsenal-cards .col-md-4:nth-child(2) .di-arsenal-card:hover .di-arsenal-card-icon,
.page-data-int .di-etl-section .di-arsenal-cards .col-md-4:nth-child(4) .di-arsenal-card:hover .di-arsenal-card-icon,
.page-data-int .di-etl-section .di-arsenal-cards .col-md-4:nth-child(6) .di-arsenal-card:hover .di-arsenal-card-icon {
  background: rgba(86, 110, 177, 0.2);
}
.page-data-int {
  /* ===== Innovative Data Implementation Strategies cards ===== */
}
.page-data-int .di-strategies-block .di-strategies-cards {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.page-data-int .di-strategies-block .di-strategies-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.page-data-int .di-strategies-block .di-strategies-card .di-strategies-card-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(203, 32, 38, 0.1);
  color: #CB2026;
  transition: transform 0.3s ease, background 0.3s ease;
}
.page-data-int .di-strategies-block .di-strategies-card .di-strategies-card-icon .fa {
  font-size: 1.5rem;
}
.page-data-int .di-strategies-block .di-strategies-card .di-strategies-card-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.page-data-int .di-strategies-block .di-strategies-card .di-strategies-card-desc {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 0;
}
.page-data-int .di-strategies-block .di-strategies-card:hover {
  transform: translateY(-5px);
  border-color: rgba(203, 32, 38, 0.3);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1), 0 0 20px rgba(203, 32, 38, 0.08);
}
.page-data-int .di-strategies-block .di-strategies-card:hover .di-strategies-card-icon {
  transform: scale(1.08);
  background: rgba(203, 32, 38, 0.18);
}
.page-data-int .di-strategies-block .di-strategies-cards .col-md-6:nth-child(2) .di-strategies-card-icon {
  background: rgba(86, 110, 177, 0.12);
  color: #566EB1;
}
.page-data-int .di-strategies-block .di-strategies-cards .col-md-6:nth-child(2) .di-strategies-card:hover .di-strategies-card-icon {
  background: rgba(86, 110, 177, 0.22);
}
.page-data-int .di-strategies-block .di-strategies-footer {
  margin-bottom: 0;
  color: #555;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Keyframes for bento background animations */
@keyframes di-stars-drift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-15px, -100%);
  }
}
@keyframes di-star-twinkle {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes di-star-float {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(2px, -3px);
  }
  50% {
    transform: translate(-2px, 2px);
  }
  75% {
    transform: translate(3px, 1px);
  }
}
@keyframes di-bg-pulse {
  0%, 100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}
@keyframes di-shine-sweep {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/**
 * AI Solutions Page Styles
 * Author: xafaR
 * Created: Jan 2026
 * Description: Dedicated styles for AI Solutions service page
 */
body.page-ai-solution #abt-ai-ser {
  position: relative;
  overflow: hidden;
  background: #060910 url("images/bg-ai.jpg") center center fixed;
  background-size: cover;
}
body.page-ai-solution #abt-ai-ser::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(86, 110, 177, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(86, 110, 177, 0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}
body.page-ai-solution #abt-ai-ser .card-wrapper {
  position: relative;
  z-index: 1;
}
body.page-ai-solution #abt-ai-ser .pin-panel h2 {
  color: rgba(255, 255, 255, 0.95);
}
body.page-ai-solution #abt-ai-ser .pin-panel h2 strong .color-brand-red {
  color: #CB2026 !important;
}
body.page-ai-solution #abt-ai-ser .pin-panel p {
  color: rgba(255, 255, 255, 0.85);
}
body.page-ai-solution .area-why-tnz #abt-data-warehouse-tg .card-wrapper .card,
body.page-ai-solution .area-why-tnz #abt-ai-process .card-wrapper .card,
body.page-ai-solution .area-why-tnz .card-wrapper .card.sticky-panel,
body.page-ai-solution .area-why-tnz .card-wrapper .card {
  background: white !important;
  border: 1px solid rgba(15, 49, 93, 0.08) !important;
  border-radius: 20px !important;
  padding: 32px !important;
  margin-bottom: 24px !important;
  overflow-x: hidden !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06) !important;
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transform-origin: center center !important;
  border-left: 1px solid rgba(15, 49, 93, 0.08) !important;
}
body.page-ai-solution .area-why-tnz #abt-data-warehouse-tg .card-wrapper .card::before,
body.page-ai-solution .area-why-tnz #abt-ai-process .card-wrapper .card::before,
body.page-ai-solution .area-why-tnz .card-wrapper .card.sticky-panel::before,
body.page-ai-solution .area-why-tnz .card-wrapper .card::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 4px !important;
  background: linear-gradient(90deg, #CB2026 0%, #8A4F8F 100%) !important;
  z-index: 1 !important;
}
body.page-ai-solution .area-why-tnz #abt-data-warehouse-tg .card-wrapper .card h4,
body.page-ai-solution .area-why-tnz #abt-ai-process .card-wrapper .card h4,
body.page-ai-solution .area-why-tnz .card-wrapper .card.sticky-panel h4,
body.page-ai-solution .area-why-tnz .card-wrapper .card h4 {
  position: relative !important;
  z-index: 2 !important;
  color: #0F315D !important;
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
  line-height: 1.3 !important;
}
body.page-ai-solution .area-why-tnz #abt-data-warehouse-tg .card-wrapper .card h4 strong,
body.page-ai-solution .area-why-tnz #abt-ai-process .card-wrapper .card h4 strong,
body.page-ai-solution .area-why-tnz .card-wrapper .card.sticky-panel h4 strong,
body.page-ai-solution .area-why-tnz .card-wrapper .card h4 strong {
  font-weight: 700 !important;
}
body.page-ai-solution .area-why-tnz #abt-data-warehouse-tg .card-wrapper .card p,
body.page-ai-solution .area-why-tnz #abt-ai-process .card-wrapper .card p,
body.page-ai-solution .area-why-tnz .card-wrapper .card.sticky-panel p,
body.page-ai-solution .area-why-tnz .card-wrapper .card p {
  position: relative !important;
  z-index: 2 !important;
  color: rgba(15, 49, 93, 0.7) !important;
  font-size: 0.9375rem !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}
body.page-ai-solution .area-why-tnz #abt-data-warehouse-tg .card-wrapper .card .card-icon,
body.page-ai-solution .area-why-tnz #abt-ai-process .card-wrapper .card .card-icon,
body.page-ai-solution .area-why-tnz .card-wrapper .card.sticky-panel .card-icon,
body.page-ai-solution .area-why-tnz .card-wrapper .card .card-icon {
  position: relative !important;
  z-index: 2 !important;
  width: 48px !important;
  height: 48px !important;
  background: linear-gradient(135deg, rgba(203, 32, 38, 0.1) 0%, rgba(138, 79, 143, 0.1) 100%) !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 16px !important;
}
body.page-ai-solution .area-why-tnz #abt-data-warehouse-tg .card-wrapper .card .card-icon svg,
body.page-ai-solution .area-why-tnz #abt-data-warehouse-tg .card-wrapper .card .card-icon i,
body.page-ai-solution .area-why-tnz #abt-ai-process .card-wrapper .card .card-icon svg,
body.page-ai-solution .area-why-tnz #abt-ai-process .card-wrapper .card .card-icon i,
body.page-ai-solution .area-why-tnz .card-wrapper .card.sticky-panel .card-icon svg,
body.page-ai-solution .area-why-tnz .card-wrapper .card.sticky-panel .card-icon i,
body.page-ai-solution .area-why-tnz .card-wrapper .card .card-icon svg,
body.page-ai-solution .area-why-tnz .card-wrapper .card .card-icon i {
  font-size: 24px !important;
  color: #CB2026 !important;
}
body.page-ai-solution .why-partner-section {
  position: relative;
  overflow: hidden;
  background: white;
}
body.page-ai-solution .why-partner-section .why-partner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
body.page-ai-solution .why-partner-section .why-partner-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(15, 49, 93, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 49, 93, 0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.6;
  animation: gridMove 20s linear infinite;
}
body.page-ai-solution .why-partner-section .why-partner-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.45;
}
body.page-ai-solution .why-partner-section .why-partner-orb.why-partner-orb-1 {
  width: 400px;
  height: 400px;
  top: -10%;
  left: -5%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.4) 0%, transparent 70%);
}
body.page-ai-solution .why-partner-section .why-partner-orb.why-partner-orb-2 {
  width: 350px;
  height: 350px;
  top: 50%;
  right: -5%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.35) 0%, transparent 70%);
}
body.page-ai-solution .why-partner-section .why-partner-orb.why-partner-orb-3 {
  width: 300px;
  height: 300px;
  bottom: -5%;
  left: 30%;
  background: radial-gradient(circle, rgba(138, 79, 143, 0.3) 0%, transparent 70%);
}
body.page-ai-solution .why-partner-section .why-partner-particle {
  position: absolute;
  background: #0F315D;
  border-radius: 50%;
  opacity: 0.4;
}
body.page-ai-solution .why-partner-section .why-partner-particle:nth-child(odd) {
  background: #CB2026;
  opacity: 0.35;
}
body.page-ai-solution .why-partner-section .why-partner-particle:nth-child(3n) {
  background: #8A4F8F;
  opacity: 0.38;
}
body.page-ai-solution .why-partner-section .why-partner-particle:nth-child(4n) {
  background: #0F315D;
  opacity: 0.42;
}
body.page-ai-solution .why-partner-section .why-partner-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.25;
}
body.page-ai-solution .why-partner-section .why-partner-circle.why-partner-circle-1 {
  width: 200px;
  height: 200px;
  top: 20%;
  right: 15%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.6) 0%, rgba(15, 49, 93, 0.2) 50%, transparent 100%);
  box-shadow: 0 0 50px rgba(15, 49, 93, 0.35), inset 0 0 40px rgba(15, 49, 93, 0.2);
}
body.page-ai-solution .why-partner-section .why-partner-circle.why-partner-circle-2 {
  width: 150px;
  height: 150px;
  bottom: 25%;
  left: 10%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.6) 0%, rgba(203, 32, 38, 0.2) 50%, transparent 100%);
  box-shadow: 0 0 40px rgba(203, 32, 38, 0.35), inset 0 0 30px rgba(203, 32, 38, 0.2);
}
body.page-ai-solution .why-partner-section .why-partner-circle.why-partner-circle-3 {
  width: 100px;
  height: 100px;
  top: 60%;
  right: 30%;
  background: radial-gradient(circle, rgba(138, 79, 143, 0.6) 0%, rgba(138, 79, 143, 0.2) 50%, transparent 100%);
  box-shadow: 0 0 35px rgba(138, 79, 143, 0.35), inset 0 0 25px rgba(138, 79, 143, 0.2);
}
body.page-ai-solution .why-partner-section .why-partner-circle.why-partner-circle-4 {
  width: 120px;
  height: 120px;
  top: 10%;
  left: 20%;
  background: radial-gradient(circle, rgba(15, 49, 93, 0.55) 0%, rgba(15, 49, 93, 0.18) 50%, transparent 100%);
  box-shadow: 0 0 38px rgba(15, 49, 93, 0.3), inset 0 0 28px rgba(15, 49, 93, 0.18);
}
body.page-ai-solution .why-partner-section .why-partner-circle.why-partner-circle-5 {
  width: 80px;
  height: 80px;
  bottom: 15%;
  right: 25%;
  background: radial-gradient(circle, rgba(203, 32, 38, 0.55) 0%, rgba(203, 32, 38, 0.18) 50%, transparent 100%);
  box-shadow: 0 0 32px rgba(203, 32, 38, 0.3), inset 0 0 22px rgba(203, 32, 38, 0.18);
}
body.page-ai-solution .why-partner-section .why-partner-line {
  position: absolute;
  background: linear-gradient(90deg, transparent 0%, rgba(15, 49, 93, 0.4) 50%, transparent 100%);
  opacity: 0.5;
}
body.page-ai-solution .why-partner-section .why-partner-line.why-partner-line-1 {
  width: 300px;
  height: 2px;
  top: 15%;
  left: -300px;
  transform: rotate(25deg);
  animation: floatLine1 8s linear infinite;
}
body.page-ai-solution .why-partner-section .why-partner-line.why-partner-line-2 {
  width: 250px;
  height: 2px;
  top: 45%;
  right: -250px;
  transform: rotate(-35deg);
  animation: floatLine2 10s linear infinite;
}
body.page-ai-solution .why-partner-section .why-partner-line.why-partner-line-3 {
  width: 200px;
  height: 2px;
  bottom: 30%;
  left: -200px;
  transform: rotate(45deg);
  animation: floatLine3 12s linear infinite;
}
body.page-ai-solution .why-partner-section .why-partner-line.why-partner-line-4 {
  width: 180px;
  height: 2px;
  top: 70%;
  right: -180px;
  transform: rotate(-20deg);
  animation: floatLine4 9s linear infinite;
}
body.page-ai-solution .why-partner-section .why-partner-line.why-partner-line-5 {
  width: 220px;
  height: 2px;
  top: 35%;
  left: -220px;
  transform: rotate(15deg);
  animation: floatLine5 11s linear infinite;
}
body.page-ai-solution .why-partner-section .why-partner-line.why-partner-line-6 {
  width: 280px;
  height: 2px;
  top: 55%;
  left: -280px;
  transform: rotate(30deg);
  animation: floatLine6 13s linear infinite;
}
body.page-ai-solution .why-partner-section .why-partner-line.why-partner-line-7 {
  width: 240px;
  height: 2px;
  bottom: 20%;
  right: -240px;
  transform: rotate(-25deg);
  animation: floatLine7 10.5s linear infinite;
}
body.page-ai-solution .why-partner-section .why-partner-line.why-partner-line-8 {
  width: 260px;
  height: 2px;
  top: 80%;
  left: -260px;
  transform: rotate(40deg);
  animation: floatLine8 11.5s linear infinite;
}
body.page-ai-solution .why-partner-section .why-partner-shape {
  position: absolute;
  opacity: 0.3;
}
body.page-ai-solution .why-partner-section .why-partner-shape.why-partner-shape-1 {
  width: 60px;
  height: 60px;
  top: 25%;
  left: 5%;
  border: 3px solid rgba(15, 49, 93, 0.5);
  border-radius: 8px;
  transform: rotate(45deg);
  animation: rotateShape1 15s linear infinite;
}
body.page-ai-solution .why-partner-section .why-partner-shape.why-partner-shape-2 {
  width: 40px;
  height: 40px;
  top: 50%;
  right: 8%;
  border: 2px solid rgba(203, 32, 38, 0.5);
  border-radius: 50%;
  animation: pulseShape2 4s ease-in-out infinite;
}
body.page-ai-solution .why-partner-section .why-partner-shape.why-partner-shape-3 {
  width: 0;
  height: 0;
  bottom: 20%;
  left: 15%;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 40px solid rgba(138, 79, 143, 0.4);
  animation: rotateShape3 20s linear infinite;
}
body.page-ai-solution .why-partner-section .why-partner-shape.why-partner-shape-4 {
  width: 50px;
  height: 50px;
  top: 75%;
  right: 12%;
  background: rgba(15, 49, 93, 0.3);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  animation: rotateShape4 18s linear infinite;
}
body.page-ai-solution .why-partner-section .section.auto-scroll.mc, body.page-ai-solution .why-partner-section .section.auto-scroll.header-super-menu, body.page-ai-solution .why-partner-section .service-area .section.auto-scroll.content-side-wrapper, .service-area body.page-ai-solution .why-partner-section .section.auto-scroll.content-side-wrapper {
  position: relative;
  z-index: 1;
  background: transparent;
}
body.page-ai-solution .why-partner-section .section.auto-scroll.mc h2, body.page-ai-solution .why-partner-section .section.auto-scroll.header-super-menu h2, body.page-ai-solution .why-partner-section .service-area .section.auto-scroll.content-side-wrapper h2, .service-area body.page-ai-solution .why-partner-section .section.auto-scroll.content-side-wrapper h2 {
  color: #0F315D;
}
body.page-ai-solution .why-partner-section .section.auto-scroll.mc h2 .font-light, body.page-ai-solution .why-partner-section .section.auto-scroll.header-super-menu h2 .font-light, body.page-ai-solution .why-partner-section .service-area .section.auto-scroll.content-side-wrapper h2 .font-light, .service-area body.page-ai-solution .why-partner-section .section.auto-scroll.content-side-wrapper h2 .font-light {
  color: rgba(15, 49, 93, 0.7);
}
body.page-ai-solution .why-partner-section .section.auto-scroll.mc .lead, body.page-ai-solution .why-partner-section .section.auto-scroll.header-super-menu .lead, body.page-ai-solution .why-partner-section .service-area .section.auto-scroll.content-side-wrapper .lead, .service-area body.page-ai-solution .why-partner-section .section.auto-scroll.content-side-wrapper .lead {
  color: rgba(15, 49, 93, 0.8);
  font-weight: 400;
}
body.page-ai-solution .why-partner-section .section.auto-scroll.mc .lead strong, body.page-ai-solution .why-partner-section .section.auto-scroll.header-super-menu .lead strong, body.page-ai-solution .why-partner-section .service-area .section.auto-scroll.content-side-wrapper .lead strong, .service-area body.page-ai-solution .why-partner-section .section.auto-scroll.content-side-wrapper .lead strong {
  color: #0F315D;
  font-weight: 600;
}
body.page-ai-solution .why-partner-section .section.auto-scroll.mc p.condensed, body.page-ai-solution .why-partner-section .section.auto-scroll.header-super-menu p.condensed, body.page-ai-solution .why-partner-section .service-area .section.auto-scroll.content-side-wrapper p.condensed, .service-area body.page-ai-solution .why-partner-section .section.auto-scroll.content-side-wrapper p.condensed {
  color: rgba(15, 49, 93, 0.7);
  line-height: 1.8;
}
@keyframes gridMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(60px, 60px);
  }
}
@keyframes floatLine1 {
  0% {
    left: -300px;
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    left: calc(100% + 300px);
    opacity: 0;
  }
}
@keyframes floatLine2 {
  0% {
    right: -250px;
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    right: calc(100% + 250px);
    opacity: 0;
  }
}
@keyframes floatLine3 {
  0% {
    left: -200px;
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    left: calc(100% + 200px);
    opacity: 0;
  }
}
@keyframes floatLine4 {
  0% {
    right: -180px;
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    right: calc(100% + 180px);
    opacity: 0;
  }
}
@keyframes floatLine5 {
  0% {
    left: -220px;
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    left: calc(100% + 220px);
    opacity: 0;
  }
}
@keyframes floatLine6 {
  0% {
    left: -280px;
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    left: calc(100% + 280px);
    opacity: 0;
  }
}
@keyframes floatLine7 {
  0% {
    right: -240px;
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    right: calc(100% + 240px);
    opacity: 0;
  }
}
@keyframes floatLine8 {
  0% {
    left: -260px;
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    left: calc(100% + 260px);
    opacity: 0;
  }
}
@keyframes rotateShape1 {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
@keyframes pulseShape2 {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}
@keyframes rotateShape3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateShape4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/**
 * Team Showcase - Expert Level Animation Design
 * Interactive scroll-based team member display with tsParticles
 * Author: AI Assistant
 * Created: Feb 2026
 */
.page-team-showcase #page-content {
  background: #030712;
}
.page-team-showcase * {
  cursor: none !important;
}
.page-team-showcase .banner-wrapper .bg-plate::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 7, 18, 0.6) 0%, rgba(3, 7, 18, 0.9) 100%);
  z-index: 1;
}
.page-team-showcase .banner-wrapper .bg-plate .bg-plate-base img.imgFit {
  filter: blur(2px) brightness(0.5) !important;
}
.page-team-showcase .team-card {
  background: rgba(15, 49, 93, 0.4) !important;
  border: 1px solid rgba(79, 195, 247, 0.2) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 20px !important;
  padding: 25px !important;
  position: relative;
  overflow: hidden;
}
.page-team-showcase .team-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #4FC3F7, #f59e0b);
  z-index: 2;
}
.page-team-showcase .team-card .row {
  position: relative;
  z-index: 1;
}
.page-team-showcase .team-card .team-thumb .team-snap {
  border-radius: 16px !important;
  border: 2px solid rgba(79, 195, 247, 0.3) !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.page-team-showcase .team-card .mc .detail,
.page-team-showcase .team-card .detail {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 20px !important;
  margin-top: 0 !important;
  border-radius: 0 !important;
}
.page-team-showcase .team-card .mc .detail::before, .page-team-showcase .team-card .mc .detail::after,
.page-team-showcase .team-card .detail::before,
.page-team-showcase .team-card .detail::after {
  display: none !important;
}
.page-team-showcase .team-card .content {
  background: transparent !important;
}
.page-team-showcase .team-card .content .team-title {
  color: #ffffff !important;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 10px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  background: transparent !important;
}
.page-team-showcase .team-card .content .designation {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(245, 158, 11, 0.2) !important;
  border: 1px solid rgba(245, 158, 11, 0.5) !important;
  border-radius: 20px;
  color: #f59e0b !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.page-team-showcase .team-card .content .info {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 14px;
  line-height: 1.7;
  background: transparent !important;
}
.page-team-showcase .team-card .content p {
  color: rgba(255, 255, 255, 0.75) !important;
  background: transparent !important;
}

.page-team-showcase .banner-wrapper .team-card .detail {
  background: transparent !important;
  background-color: transparent !important;
}

.page-team-showcase .team-card .mc .detail, .page-team-showcase .team-card .header-super-menu .detail, .page-team-showcase .team-card .service-area .content-side-wrapper .detail, .service-area .page-team-showcase .team-card .content-side-wrapper .detail {
  background: transparent !important;
  background-color: transparent !important;
}

.team-showcase {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #030712;
}
.team-showcase .cursor-follower {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
}
.team-showcase .cursor-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  margin: -4px 0 0 -4px;
}
.team-showcase .cursor-ring {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin: -20px 0 0 -20px;
  transition: width 0.3s ease, height 0.3s ease, border-color 0.3s ease;
}
.team-showcase #tsparticles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.team-showcase .gradient-mesh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.team-showcase .mesh-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
}
.team-showcase .mesh-orb.mesh-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.25) 0%, transparent 70%);
  top: -15%;
  left: -10%;
}
.team-showcase .mesh-orb.mesh-2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.2) 0%, transparent 70%);
  bottom: -10%;
  right: -10%;
}
.team-showcase .mesh-orb.mesh-3 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(79, 195, 247, 0.15) 0%, transparent 70%);
  top: 30%;
  right: 20%;
}
.team-showcase .mesh-orb.mesh-4 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.1) 0%, transparent 70%);
  bottom: 20%;
  left: 10%;
}
.team-showcase .noise-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}
.team-showcase .grid-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none;
}
.team-showcase .grid-lines .h-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.03), transparent);
}
.team-showcase .grid-lines .h-line:nth-child(1) {
  top: 25%;
}
.team-showcase .grid-lines .h-line:nth-child(2) {
  top: 75%;
}
.team-showcase .grid-lines .v-line {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.03), transparent);
}
.team-showcase .grid-lines .v-line:nth-child(3) {
  left: 25%;
}
.team-showcase .grid-lines .v-line:nth-child(4) {
  left: 75%;
}
.team-showcase .team-wrapper {
  position: relative;
  z-index: 10;
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 25px 50px;
}
@media (max-width: 991px) {
  .team-showcase .team-wrapper {
    padding: 20px 30px;
  }
}
@media (max-width: 576px) {
  .team-showcase .team-wrapper {
    padding: 15px 20px;
  }
}
.team-showcase .team-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.team-showcase .team-label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.team-showcase .label-icon {
  width: 20px;
  height: 20px;
  color: #4FC3F7;
}
.team-showcase .label-icon svg {
  width: 100%;
  height: 100%;
}
.team-showcase .label-text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 768px) {
  .team-showcase .label-text {
    font-size: 32px;
    letter-spacing: 8px;
  }
}
@media (min-width: 1200px) {
  .team-showcase .label-text {
    font-size: 42px;
    letter-spacing: 10px;
  }
}
.team-showcase .team-counter {
  text-align: right;
}
.team-showcase .team-counter .counter-label {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 4px;
}
.team-showcase .team-counter .counter-numbers {
  font-family: "Courier New", monospace;
}
.team-showcase .team-counter .counter-current {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}
.team-showcase .team-counter .counter-sep {
  color: rgba(255, 255, 255, 0.2);
  margin: 0 6px;
}
.team-showcase .team-counter .counter-total {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
}
.team-showcase .team-split {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
  padding: 30px 0;
}
@media (max-width: 1200px) {
  .team-showcase .team-split {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .team-showcase .team-split {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 15px 0;
  }
}
.team-showcase .team-photo-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.team-showcase .photo-container {
  position: relative;
  width: 320px;
  height: 420px;
}
@media (max-width: 1200px) {
  .team-showcase .photo-container {
    width: 280px;
    height: 370px;
  }
}
@media (max-width: 576px) {
  .team-showcase .photo-container {
    width: 240px;
    height: 320px;
  }
}
.team-showcase .member-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.team-showcase .member-photo:not(.active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.team-showcase .member-photo.active {
  opacity: 1;
  visibility: visible;
}
.team-showcase .ceo-badge {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: linear-gradient(135deg, #f59e0b, rgb(196.9291338583, 126.7125984252, 8.0708661417));
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(245, 158, 11, 0.4);
}
.team-showcase .ceo-badge svg {
  width: 14px;
  height: 14px;
  color: #030712;
}
.team-showcase .ceo-badge span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #030712;
}
.team-showcase .photo-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.team-showcase .photo-frame.ceo-frame .photo-glow {
  background: radial-gradient(ellipse at center, rgba(245, 158, 11, 0.4) 0%, transparent 70%);
}
.team-showcase .frame-border {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}
.team-showcase .frame-border svg {
  width: 100%;
  height: 100%;
}
.team-showcase .frame-border .border-line {
  stroke: #4FC3F7;
  stroke-dasharray: 1800;
  stroke-dashoffset: 0;
}
.is-ceo .team-showcase .frame-border .border-line {
  stroke: #f59e0b;
}
.team-showcase .photo-glow {
  position: absolute;
  inset: -40px;
  background: radial-gradient(ellipse at center, rgba(79, 195, 247, 0.4) 0%, transparent 70%);
  z-index: -1;
  opacity: 0.7;
}
.team-showcase .photo-glow-secondary {
  position: absolute;
  inset: -20px;
  background: radial-gradient(ellipse at 30% 30%, rgba(6, 182, 212, 0.2) 0%, transparent 50%);
  z-index: -1;
}
.team-showcase .photo-reveal {
  width: 100%;
  height: 100%;
}
.team-showcase .photo-reveal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.team-showcase .scan-line {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #4FC3F7, transparent);
  z-index: 15;
  pointer-events: none;
  box-shadow: 0 0 20px #4FC3F7;
}
.team-showcase .corner-accent {
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: #4FC3F7;
  border-style: solid;
  z-index: 12;
}
.is-ceo .team-showcase .corner-accent {
  border-color: #f59e0b;
}
.team-showcase .corner-accent.top-left {
  top: -5px;
  left: -5px;
  border-width: 2px 0 0 2px;
}
.team-showcase .corner-accent.top-right {
  top: -5px;
  right: -5px;
  border-width: 2px 2px 0 0;
}
.team-showcase .corner-accent.bottom-left {
  bottom: -5px;
  left: -5px;
  border-width: 0 0 2px 2px;
}
.team-showcase .corner-accent.bottom-right {
  bottom: -5px;
  right: -5px;
  border-width: 0 2px 2px 0;
}
.team-showcase .glitch-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 0%, rgba(79, 195, 247, 0.1) 50%, transparent 100%);
  z-index: 14;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: overlay;
}
.team-showcase .progress-ring-container {
  position: relative;
  width: 80px;
  height: 80px;
  margin-top: 25px;
}
.team-showcase .progress-ring {
  width: 100%;
  height: 100%;
}
.team-showcase .progress-ring .progress-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.05);
  stroke-width: 3;
}
.team-showcase .progress-ring .progress-fill {
  fill: none;
  stroke: #4FC3F7;
  stroke-width: 3;
  stroke-linecap: round;
  transform-origin: center;
}
.team-showcase .progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.team-showcase .progress-text .progress-current {
  font-family: "Courier New", monospace;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.team-showcase .team-info-section {
  position: relative;
  min-height: 400px;
}
@media (max-width: 991px) {
  .team-showcase .team-info-section {
    min-height: auto;
    text-align: center;
  }
}
.team-showcase .member-info {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.team-showcase .member-info:not(.active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.team-showcase .member-info.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .team-showcase .member-info {
    position: relative;
    top: auto;
    transform: none;
    display: none;
  }
  .team-showcase .member-info.active {
    display: block;
  }
}
.team-showcase .info-content {
  max-width: 520px;
}
@media (max-width: 991px) {
  .team-showcase .info-content {
    max-width: 100%;
  }
}
.team-showcase .ceo-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: 20px;
  margin-bottom: 15px;
}
.team-showcase .ceo-tag .tag-dot {
  width: 6px;
  height: 6px;
  background: #f59e0b;
  border-radius: 50%;
  animation: tagPulse 1.5s ease-in-out infinite;
}
.team-showcase .ceo-tag span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f59e0b;
}
.team-showcase .member-name {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 800;
  line-height: 1;
  margin: 0 0 12px 0;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  perspective: 500px;
}
.team-showcase .member-name .char {
  display: inline-block;
  transform-origin: center bottom;
  transition: color 0.3s ease;
}
.team-showcase .member-name.ceo-name .char {
  background: linear-gradient(135deg, #ffffff 0%, #f59e0b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 991px) {
  .team-showcase .member-name {
    justify-content: center;
    font-size: 36px;
  }
}
.team-showcase .title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .team-showcase .title-wrapper {
    justify-content: center;
  }
}
.team-showcase .title-line {
  width: 30px;
  height: 2px;
  background: #4FC3F7;
}
.is-ceo .team-showcase .title-line {
  background: #f59e0b;
}
.team-showcase .member-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4FC3F7;
  margin: 0;
}
.is-ceo .team-showcase .member-title {
  color: #f59e0b;
}
.team-showcase .member-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .team-showcase .member-divider {
    justify-content: center;
  }
}
.team-showcase .member-divider .divider-dot {
  width: 4px;
  height: 4px;
  background: #4FC3F7;
  border-radius: 50%;
}
.is-ceo .team-showcase .member-divider .divider-dot {
  background: #f59e0b;
}
.team-showcase .member-divider .divider-line {
  width: 50px;
  height: 1px;
  background: linear-gradient(90deg, #4FC3F7, transparent);
}
.is-ceo .team-showcase .member-divider .divider-line {
  background: linear-gradient(90deg, #f59e0b, transparent);
}
.team-showcase .member-bio {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 25px 0;
}
@media (max-width: 991px) {
  .team-showcase .member-bio {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .team-showcase .member-actions {
    text-align: center;
  }
}
.team-showcase .action-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
.team-showcase .action-btn .btn-arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.team-showcase .action-btn .btn-arrow svg {
  width: 100%;
  height: 100%;
}
.team-showcase .action-btn:hover {
  background: #4FC3F7;
  border-color: #4FC3F7;
  color: #030712;
}
.team-showcase .action-btn:hover .btn-arrow {
  transform: translateX(4px);
}
.is-ceo .team-showcase .action-btn:hover {
  background: #f59e0b;
  border-color: #f59e0b;
}
.team-showcase .team-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 15px 0;
}
.team-showcase .nav-btn {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.team-showcase .nav-btn .btn-bg {
  position: absolute;
  inset: 0;
  background: #4FC3F7;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-showcase .nav-btn .btn-border {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transition: border-color 0.3s ease;
}
.team-showcase .nav-btn svg {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  color: #ffffff;
  transition: color 0.3s ease, transform 0.3s ease;
}
.team-showcase .nav-btn:hover .btn-bg {
  transform: scale(1);
}
.team-showcase .nav-btn:hover .btn-border {
  border-color: #4FC3F7;
}
.team-showcase .nav-btn:hover svg {
  color: #030712;
}
.team-showcase .nav-btn.prev:hover svg {
  transform: translateX(-3px);
}
.team-showcase .nav-btn.next:hover svg {
  transform: translateX(3px);
}
@media (max-width: 576px) {
  .team-showcase .nav-btn {
    width: 44px;
    height: 44px;
  }
  .team-showcase .nav-btn svg {
    width: 16px;
    height: 16px;
  }
}
.team-showcase .nav-track {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.team-showcase .track-line {
  width: 200px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  overflow: hidden;
}
.team-showcase .track-line .track-progress {
  height: 100%;
  width: 9.09%;
  background: linear-gradient(90deg, #4FC3F7, #06b6d4);
  border-radius: 2px;
  transition: width 0.6s ease;
}
@media (max-width: 576px) {
  .team-showcase .track-line {
    width: 150px;
  }
}
.team-showcase .nav-dots {
  display: flex;
  gap: 8px;
}
.team-showcase .nav-dots .dot {
  position: relative;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.team-showcase .nav-dots .dot .dot-inner {
  position: absolute;
  inset: 3px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.team-showcase .nav-dots .dot .dot-ring {
  position: absolute;
  inset: 0;
  border: 1px solid #4FC3F7;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s ease;
}
.team-showcase .nav-dots .dot:hover .dot-inner {
  background: rgba(255, 255, 255, 0.4);
}
.team-showcase .nav-dots .dot.active .dot-inner {
  background: #4FC3F7;
  box-shadow: 0 0 10px rgba(79, 195, 247, 0.4);
}
.team-showcase .nav-dots .dot.active .dot-ring {
  transform: scale(1.5);
  opacity: 1;
}
.team-showcase .nav-dots .dot.is-ceo.active .dot-inner {
  background: #f59e0b;
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.4);
}
.team-showcase .nav-dots .dot.is-ceo.active .dot-ring {
  border-color: #f59e0b;
}
.team-showcase .scroll-indicator {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.team-showcase .scroll-mouse {
  width: 22px;
  height: 34px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 11px;
  position: relative;
}
.team-showcase .scroll-mouse .scroll-wheel {
  width: 3px;
  height: 6px;
  background: #4FC3F7;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: 6px;
  margin-left: -1.5px;
}
.team-showcase .scroll-text {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}

@keyframes tagPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}
@media (max-width: 991px) {
  .team-showcase .cursor-follower {
    display: none;
  }
  .team-showcase * {
    cursor: auto !important;
  }
  .team-showcase .team-split {
    grid-template-rows: auto 1fr;
  }
  .team-showcase .photo-container {
    margin: 0 auto;
  }
  .team-showcase .ceo-badge {
    top: -10px;
    right: 10px;
  }
}
@media (max-width: 576px) {
  .team-showcase .team-header {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .team-showcase .team-counter .counter-current {
    font-size: 22px;
  }
  .team-showcase .member-name {
    font-size: 28px;
  }
  .team-showcase .ceo-badge {
    padding: 6px 10px;
  }
  .team-showcase .progress-ring-container {
    width: 60px;
    height: 60px;
  }
}

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