@charset "utf-8";
/* CSS Document */

/*************** ADA Compliance ************/
.skip-link { position: absolute; top: -60px; left: 0; z-index: 100; }
.skip-link a { background: #000; color: #fff; padding: 8px 16px; text-decoration: none; border-radius: 4px; display: inline-block; margin-right: 10px; }
.skip-link a:focus { position: relative; top: 10px; }
#Content:focus { scroll-margin-top: 80px; outline: none; }
/********** CONTEXTS *********/

/* Force white text color for headings inside dark/colored contexts */
.context-dark, .bg-gray-700, .bg-gray-3, .bg-brown-1, .bg-primary, .context-dark h1, .bg-gray-700 h1, .bg-gray-3 h1, .bg-brown-1 h1, .bg-primary h1, .context-dark h2, .bg-gray-700 h2, .bg-gray-3 h2, .bg-brown-1 h2, .bg-primary h2, .context-dark h3, .bg-gray-700 h3, .bg-gray-3 h3, .bg-brown-1 h3, .bg-primary h3, .context-dark h4, .bg-gray-700 h4, .bg-gray-3 h4, .bg-brown-1 h4, .bg-primary h4, .context-dark h5, .bg-gray-700 h5, .bg-gray-3 h5, .bg-brown-1 h5, .bg-primary h5, .context-dark h6, .bg-gray-700 h6, .bg-gray-3 h6, .bg-brown-1 h6, .bg-primary h6, .context-dark [class^='heading-'], .bg-gray-700 [class^='heading-'], .bg-gray-3 [class^='heading-'], .bg-brown-1 [class^='heading-'], .bg-primary [class^='heading-'] { color: #ffffff; }

/* Navbar contact info text color */
.context-dark .rd-navbar-fixed .contacts-classic, .bg-gray-700 .rd-navbar-fixed .contacts-classic, .bg-gray-3 .rd-navbar-fixed .contacts-classic, .bg-brown-1 .rd-navbar-fixed .contacts-classic, .bg-primary .rd-navbar-fixed .contacts-classic { color:#151515; }

/* Navbar contact links default color */
.context-dark .rd-navbar-fixed .contacts-classic a, .bg-gray-700 .rd-navbar-fixed .contacts-classic a, .bg-gray-3 .rd-navbar-fixed .contacts-classic a, .bg-brown-1 .rd-navbar-fixed .contacts-classic a, .bg-primary .rd-navbar-fixed .contacts-classic a, .context-dark .rd-navbar-fixed .contacts-classic a:active, .bg-gray-700 .rd-navbar-fixed .contacts-classic a:active, .bg-gray-3 .rd-navbar-fixed .contacts-classic a:active, .bg-brown-1 .rd-navbar-fixed .contacts-classic a:active, .bg-primary .rd-navbar-fixed .contacts-classic a:active, .context-dark .rd-navbar-fixed .contacts-classic a:focus, .bg-gray-700 .rd-navbar-fixed .contacts-classic a:focus, .bg-gray-3 .rd-navbar-fixed .contacts-classic a:focus, .bg-brown-1 .rd-navbar-fixed .contacts-classic a:focus, .bg-primary .rd-navbar-fixed .contacts-classic a:focus { color:#666666; }

/* Navbar contact links hover color */
.context-dark .rd-navbar-fixed .contacts-classic a:hover, .bg-gray-700 .rd-navbar-fixed .contacts-classic a:hover, .bg-gray-3 .rd-navbar-fixed .contacts-classic a:hover, .bg-brown-1 .rd-navbar-fixed .contacts-classic a:hover, .bg-primary .rd-navbar-fixed .contacts-classic a:hover { color:#6a2cba; }

/* Mobile Navbar logo hidden */
.context-dark .rd-navbar-fixed.rd-navbar-logo-mobile .brand-logo-dark, .bg-gray-700 .rd-navbar-fixed.rd-navbar-logo-mobile .brand-logo-dark, .bg-gray-3 .rd-navbar-fixed.rd-navbar-logo-mobile .brand-logo-dark, .bg-brown-1 .rd-navbar-fixed.rd-navbar-logo-mobile .brand-logo-dark, .bg-primary .rd-navbar-fixed.rd-navbar-logo-mobile .brand-logo-dark, .context-dark .rd-navbar-fixed.rd-navbar-logo-mobile .brand-logo-light, .bg-gray-700 .rd-navbar-fixed.rd-navbar-logo-mobile .brand-logo-light, .bg-gray-3 .rd-navbar-fixed.rd-navbar-logo-mobile .brand-logo-light, .bg-brown-1 .rd-navbar-fixed.rd-navbar-logo-mobile .brand-logo-light, .bg-primary .rd-navbar-fixed.rd-navbar-logo-mobile .brand-logo-light { display:none; }

/* Creative navbar basket span color */
.context-dark .rd-navbar-creative-2.rd-navbar-static .rd-navbar-basket span, .bg-gray-700 .rd-navbar-creative-2.rd-navbar-static .rd-navbar-basket span, .bg-gray-3 .rd-navbar-creative-2.rd-navbar-static .rd-navbar-basket span, .bg-brown-1 .rd-navbar-creative-2.rd-navbar-static .rd-navbar-basket span, .bg-primary .rd-navbar-creative-2.rd-navbar-static .rd-navbar-basket span { color:inherit; }

/* Creative navbar select2 choice input styles */
.context-dark .rd-navbar-creative-2.rd-navbar-static .select-inline .select2-choice, .bg-gray-700 .rd-navbar-creative-2.rd-navbar-static .select-inline .select2-choice, .bg-gray-3 .rd-navbar-creative-2.rd-navbar-static .select-inline .select2-choice, .bg-brown-1 .rd-navbar-creative-2.rd-navbar-static .select-inline .select2-choice, .bg-primary .rd-navbar-creative-2.rd-navbar-static .select-inline .select2-choice { color:#151515; background:#ffffff; }

/* Creative navbar contact titles */
.context-dark .rd-navbar-creative-2.rd-navbar-static .contacts-classic-title, .bg-gray-700 .rd-navbar-creative-2.rd-navbar-static .contacts-classic-title, .bg-gray-3 .rd-navbar-creative-2.rd-navbar-static .contacts-classic-title, .bg-brown-1 .rd-navbar-creative-2.rd-navbar-static .contacts-classic-title, .bg-primary .rd-navbar-creative-2.rd-navbar-static .contacts-classic-title { color:inherit; }



/******* RESETS ********/

/* Remove outlines from focused links and buttons */
a:focus, button:focus { outline:none !important; }

/* Remove Firefox button inner focus padding */
button::-moz-focus-inner { border:0; }

/* Remove focus outlines */
*:focus { outline:none; }

/* Reset blockquote margins */
blockquote { padding:0; margin:0; }

/* Reset form element outlines */
input, button, select, textarea { outline:none; }

/* Reset label bottom margin */
label { margin-bottom:0; }

/* Reset paragraph margin */
p { margin:0; }

/* Reset list margins and styles */
ul, ol { list-style:none; padding:0; margin:0; }

/* Force block display for list items */
ul li, ol li { display:block; }

/* Reset dl margin */
dl { margin:0; }

/* Reset dt/dd line-height */
dt, dd { line-height:inherit; }

/* Reset dt font weight */
dt { font-weight:inherit; }

/* Reset dd bottom margin */
dd { margin-bottom:0; }

/* Reset cite styling */
cite { font-style:normal; }

/* Reset form margin */
form { margin-bottom:0; }

/* Reset blockquote padding/left border */
blockquote { padding-left:0; border-left:0; }

/* Reset address margins */
address { margin-top:0; margin-bottom:0; }

/* Reset figure margin */
figure { margin-bottom:0; }

/* Remove underline from hovered links inside paragraphs */
html p a:hover { text-decoration:none; }



/************ TYPOGRAPHY **********/

/* Base body text styles */
body { text-align:center; font-size:13px; line-height:1.6; font-weight:400; letter-spacing:.05em; font-family:"Lato",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; color:#666666; background-color:#ffffff; -webkit-text-size-adjust:none; -webkit-font-smoothing:subpixel-antialiased; }

/* Body font size on tablets and up */
@media (min-width:768px) {
  /* Larger body font */
  body { font-size:16px; }
}

/* Headings (h1–h6) and custom heading classes */
h1, h2, h3, h4, h5, h6, [class^='heading-'] { margin-top:0; margin-bottom:0; font-weight:700; font-family:"Roboto Mono",monospace; letter-spacing:normal; color:#151515; }

/* Anchor tags inside headings inherit color */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class^='heading-'] a { color:inherit; }

/* Hovered heading links change color */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class^='heading-'] a:hover { color:#6a2cba; }

/* Heading 1 styles */
h1, .heading-1 { font-size:32px; line-height:1.1; }

/* Heading 1 larger on tablets */
@media (min-width:768px) {
  h1, .heading-1 { font-size:50px; }
}

/* Heading 1 larger on desktops */
@media (min-width:992px) {
  h1, .heading-1 { font-size:70px; }
}

/* Heading 1 larger on wide screens */
@media (min-width:1200px) {
  h1, .heading-1 { font-size:100px; }
}

/* Heading 1 weight and spacing */
h1, .heading-1 { font-weight:700; letter-spacing:.025em; }

/* Heading 2 styles */
h2, .heading-2, .counter-classic-number .symbol { font-size:26px; line-height:1.18182; }

/* Heading 2 larger on tablets */
@media (min-width:768px) {
  h2, .heading-2, .counter-classic-number .symbol { font-size:35px; }
}

/* Heading 2 larger on desktops */
@media (min-width:992px) {
  h2, .heading-2, .counter-classic-number .symbol { font-size:45px; }
}

/* Heading 2 larger on wide screens */
@media (min-width:1200px) {
  h2, .heading-2, .counter-classic-number .symbol { font-size:55px; }
}

/* Heading 3 styles */
h3, .heading-3, .event-classic-date { font-size:22px; line-height:1.33333; }

/* Heading 3 larger on tablets */
@media (min-width:768px) {
  h3, .heading-3, .event-classic-date { font-size:26px; }
}

/* Heading 3 larger on desktops */
@media (min-width:992px) {
  h3, .heading-3, .event-classic-date { font-size:30px; }
}

/* Heading 3 larger on wide screens */
@media (min-width:1200px) {
  h3, .heading-3, .event-classic-date { font-size:36px; }
}

/* Heading 4 styles */
h4, .heading-4, .quote-classic-text, .event-classic-month { font-size:18px; line-height:1.5; }

/* Heading 4 larger on tablets */
@media (min-width:768px) {
  h4, .heading-4, .quote-classic-text, .event-classic-month { font-size:20px; }
}

/* Heading 4 larger on desktops */
@media (min-width:992px) {
  h4, .heading-4, .quote-classic-text, .event-classic-month { font-size:22px; }
}

/* Heading 4 larger on wide screens */
@media (min-width:1200px) {
  h4, .heading-4, .quote-classic-text, .event-classic-month { font-size:24px; }
}

/* Heading 4 bold and spaced */
h4, .heading-4 { font-weight:700; letter-spacing:.075em; }

/* Heading 5 styles */
h5, .heading-5, .heading-7, .product-dawn-price, .event-classic-hours { font-size:16px; line-height:1.66667; }

/* Heading 5 larger on tablets */
@media (min-width:768px) {
  h5, .heading-5, .heading-7, .product-dawn-price, .event-classic-hours { font-size:18px; }
}

/* Heading 5 default casing */
h5, .heading-5 { text-transform:none; }

/* Heading 6 styles */
h6, .heading-6 { font-size:14px; line-height:1.75; }

/* Heading 6 larger on tablets */
@media (min-width:768px) {
  h6, .heading-6 { font-size:16px; }
}

/* Heading 6 spacing and case */
h6, .heading-6 { letter-spacing:.075em; text-transform:none; }

/* Heading 7 lightweight style */
.heading-7 { font-weight:400; letter-spacing:.1em; color:inherit; }

/* Small text */
small, .small { display:block; font-size:12px; line-height:1.5; }

/* Highlighted text */
mark, .mark { padding:3px 5px; color:#ffffff; background:#6a2cba; }

/* Big text style */
.big { font-size:16px; line-height:1.66667; letter-spacing:.05em; }

/* Big text larger on tablets */
@media (min-width:768px) {
  .big { font-size:18px; }
}

/* Lead paragraph */
.lead { font-size:24px; line-height:34px; font-weight:300; }

/* Inline code */
code { padding:10px 5px; border-radius:0.2rem; font-size:90%; color:#111111; background:#e1e1e1; }

/* Tooltip highlight inside paragraphs */
p [data-toggle='tooltip'] { padding-left:.25em; padding-right:.25em; color:#6a2cba; }

/* Inline elements with max-width style */
p [style*='max-width'] { display:inline-block; }

/* Text selection background */
::selection { background:#6a2cba; color:#ffffff; }

/* Firefox text selection background */
::-moz-selection { background:#6a2cba; color:#ffffff; }

/* Transparent large text */
.text-transparent-big { color:rgba(255,255,255,0.9); }

/* Transparent text size on wide screens */
@media (min-width:1200px) {
  .text-transparent-big { font-size:140px; }
}



/************ LOGO/BRAND BASE STYLE **********/

.brand {	display: inline-block;}
.brand .brand-logo-light {	display: none;}
.brand .brand-logo-dark {	display: block;}
.brand .brand-logo-fixed {	display: none;}
.brand * + * {	margin-top: 0;}



/**************** LINKS **********************/

/* transition for all anchor states */
a { transition: all 0.25s ease-in-out; }
/* remove underline from anchor in all states */
a, a:focus, a:active, a:hover { text-decoration: none; }
/* default anchor color */
a, a:focus, a:active { color: #6a2cba; }
/* hover color for anchor */
a:hover { color: #782ade; }
/* prevent wrapping on tel/mailto links */
a[href*='tel'], a[href*='mailto'] { white-space: nowrap; }
/* link-hover utility */
.link-hover { color: #782ade; }
/* link-press utility */
.link-press { color: #782ade; }
/* privacy link inline-block display */
.privacy-link { display: inline-block; }
/* margin above privacy-link */
* + .privacy-link { margin-top: 25px; }
/* media query: larger top margin for privacy-link */
@media (min-width: 768px) {
  /* privacy-link margin adjustment */
  * + .privacy-link { margin-top: 45px; }
}
/* tag-style link */
.link-tag { font-size: 12px; line-height: 1; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; font-family: "Roboto Mono", monospace; }
/* default/focus/active color for tag link */
.link-tag, .link-tag:focus, .link-tag:active { color: inherit; }
/* hover color for tag link */
.link-tag:hover { color: #6a2cba; }
/* shop link block display */
.link-shop { display: block; }
/* classic link base style */
.link-classic { position: relative; display: inline-block; font-size: 14px; line-height: 1.9; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; font-family: "Roboto Mono", monospace; transition: all .25s ease; }
/* classic link default/focus/active color */
.link-classic, .link-classic:focus, .link-classic:active { color: #a3a3a3; }
/* classic link hover color */
.link-classic:hover { color: #6a2cba; }
/* underline effect for classic link */
.link-classic::after { display: block; content: ''; height: 0; width: 100%; border-top: 2px solid; transition: transform .2s ease; }
/* letter-spacing animation on hover */
.link-classic:hover { letter-spacing: .3em; }
/* spacing above classic link */
* + .link-classic { margin-top: 20px; }
/* spacing when row precedes classic link */
*.row + .link-classic { margin-top: 30px; }
/* media query: larger top margin when row precedes classic link */
@media (min-width: 768px) {
  /* adjust top margin */
  *.row + .link-classic { margin-top: 45px; }
}

/* dark contexts: classic link default/focus/active color */
.context-dark .link-classic, .bg-gray-700 .link-classic, .bg-gray-3 .link-classic, .bg-brown-1 .link-classic, .bg-primary .link-classic, .context-dark .link-classic:active, .bg-gray-700 .link-classic:active, .bg-gray-3 .link-classic:active, .bg-brown-1 .link-classic:active, .bg-primary .link-classic:active, .context-dark .link-classic:focus, .bg-gray-700 .link-classic:focus, .bg-gray-3 .link-classic:focus, .bg-brown-1 .link-classic:focus, .bg-primary .link-classic:focus { color: inherit; }

/* primary link default/focus/active color */
.link-primary, .link-primary:active, .link-primary:focus { color: #6a2cba; }



/******************* BLOCKS **********************/

/* center and size variants */
.block-center, .block-sm, .block-lg { margin-left: auto; margin-right: auto; }

/* small block max width */
.block-sm { max-width: 560px; }

/* large block max width */
.block-lg { max-width: 768px; }

/* centered block padding */
.block-center { padding: 10px; }

/* hover state: header background change */
.block-center:hover .block-center-header { background-color: #6a2cba; }

/* block title default background */
.block-center-title { background-color: #ffffff; }

/* media query: adjust padding and colors for block-center */
@media (max-width: 1599.98px) {
  /* increased padding for block-center */
  .block-center { padding: 20px; }

  /* hover state resets header color */
  .block-center:hover .block-center-header { background-color: #ffffff; }

  /* block header background */
  .block-center-header { background-color: #6a2cba; }
}


/**************** BOXES *************************/

.box-sm {
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
}

.box-md {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}

.box-lg {
	max-width: 470px;
	margin-left: auto;
	margin-right: auto;
}

.box-xl {
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
}

.box-xxl {
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
}

.box-icon-classic {
	text-align: center;
}

.box-icon-classic-svg,
.box-icon-classic-icon {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.06);
	animation: iconClassic 20s ease-in-out infinite;
}

.box-icon-classic-icon {
	display: inline-block;
	text-align: center;
	font-size: 24px;
	line-height: 60px;
	color: #151515;
}

.box-icon-classic-svg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
}

.box-icon-classic-svg svg {
	max-width: 40px;
	fill: #151515;
	animation: iconSvgClassic 20s ease-in-out infinite;
}

.box-icon-classic-title {
	font-weight: 600;
}

.box-icon-classic-title a, .box-icon-classic-title a:focus, .box-icon-classic-title a:active {
	color: inherit;
}

.box-icon-classic-title a:hover {
	color: #6a2cba;
}

.box-icon-classic-text {
	letter-spacing: .025em;
}

* + .box-icon-classic-text {
	margin-top: 6px;
}

@media (min-width: 768px) {
	.box-icon-classic {
		text-align: left;
	}
	.box-icon-classic-icon,
	.box-icon-classic-svg {
		height: 70px;
		width: 70px;
	}
	.box-icon-classic-icon {
		font-size: 30px;
		line-height: 70px;
	}
	.box-icon-classic-svg svg {
		max-width: 46px;
	}
	* + .box-icon-classic-text {
		margin-top: 10px;
	}
}

@media (min-width: 992px) {
	.box-icon-classic-icon,
	.box-icon-classic-svg {
		height: 90px;
		width: 90px;
	}
	.box-icon-classic-icon {
		font-size: 40px;
		line-height: 90px;
	}
	.box-icon-classic-svg svg {
		max-width: none;
	}
	* + .box-icon-classic-text {
		margin-top: 14px;
	}
}

@media (min-width: 1200px) {
	.box-icon-classic-title {
		margin-top: 4px;
	}
}

.ie-10 .box-icon-classic-svg,
.ie-10 .box-icon-classic-icon,
.ie-10 .box-icon-classic-svg svg,
.ie-11 .box-icon-classic-svg,
.ie-11 .box-icon-classic-icon,
.ie-11 .box-icon-classic-svg svg,
.ie-edge .box-icon-classic-svg,
.ie-edge .box-icon-classic-icon,
.ie-edge .box-icon-classic-svg svg {
	animation: none;
}

.ie-10 .box-icon-classic-svg svg,
.ie-11 .box-icon-classic-svg svg,
.ie-edge .box-icon-classic-svg svg {
	height: initial;
}

.box-icon-modern {
	text-align: center;
}

.box-icon-modern-header {
	display: inline-flex;
	align-items: center;
	min-height: 60px;
}

.box-icon-modern-count + .box-icon-modern-icon {
	margin-left: 20px;
}

.box-icon-modern-count + .box-icon-modern-svg {
	margin-left: 10px;
}

.box-icon-modern-count {
	font-size: 50px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0;
	font-family: "Roboto Mono", monospace;
	color: rgba(21, 21, 21, 0.05);
}

.ie-10 .box-icon-modern-icon,
.ie-11 .box-icon-modern-icon,
.ie-edge .box-icon-modern-icon {
	color: #ffec4e;
}

.ie-10 .box-icon-modern-icon:before,
.ie-11 .box-icon-modern-icon:before,
.ie-edge .box-icon-modern-icon:before {
	background: none;
}

.box-icon-modern-svg {
	position: relative;
	top: -5px;
}

.box-icon-modern-svg svg {
	max-width: 50px;
}

.box-icon-modern-title {
	font-weight: 500;
	letter-spacing: .01em;
	text-transform: uppercase;
}

.box-icon-modern-title a, .box-icon-modern-title a:focus, .box-icon-modern-title a:active {
	color: inherit;
}

.box-icon-modern-title a:hover {
	color: #ffec4e;
}

.box-icon-modern-text {
	letter-spacing: .025em;
	color: rgba(255, 255, 255, 0.7);
}

.modern-content .box-icon-modern-text {
	color: rgba(0, 0, 0, 0.7);
}

* + .box-icon-modern-title {
	margin-top: 2px;
}

* + .box-icon-modern-text {
	margin-top: 6px;
}

@media (min-width: 768px) {
	.box-icon-modern {
		text-align: left;
	}
	.box-icon-modern-header {
		min-height: 70px;
	}
	.box-icon-modern-icon {
		font-size: 42px;
	}
	.box-icon-modern-count {
		font-size: 60px;
	}
	.box-icon-modern-svg {
		top: -10px;
	}
	.box-icon-modern-svg svg {
		max-width: 60px;
	}
	.box-icon-modern-count + .box-icon-modern-icon {
		margin-left: 30px;
	}
	.box-icon-modern-count + .box-icon-modern-svg {
		margin-left: 20px;
	}
	* + .box-icon-classic-text {
		margin-top: 10px;
	}
}

@media (min-width: 992px) {
	.box-icon-modern-text {
		max-width: 95%;
	}
	* + .box-icon-modern-text {
		margin-top: 14px;
	}
}

@media (min-width: 1200px) {
	.box-icon-modern-header {
		min-height: 80px;
	}
	.box-icon-modern-count {
		font-size: 70px;
	}
	.box-icon-modern-icon {
		font-size: 48px;
	}
	.box-icon-modern-icon.fl-bigmug-line-big104 {
		font-size: 56px;
	}
	.box-icon-modern-icon.fl-bigmug-line-giftbox54 {
		font-size: 50px;
	}
	.box-icon-modern-svg svg {
		max-width: none;
	}
}

.context-dark .box-icon-modern-count, .bg-gray-700 .box-icon-modern-count, .bg-gray-3 .box-icon-modern-count, .bg-brown-1 .box-icon-modern-count, .bg-primary .box-icon-modern-count {
	color: rgba(255, 255, 255, 0.08);
}

.ie-10 .box-icon-modern-svg svg path,
.ie-11 .box-icon-modern-svg svg path,
.ie-edge .box-icon-modern-svg svg path {
	fill: #6a2cba;
}

.box-icon-creative {
	text-align: center;
	padding: 15px;
	border: 1px solid #e1e1e1;
	background: #ffffff;
}

.box-icon-creative-icon {
	font-size: 34px;
	line-height: 1;
	color: #6a2cba;
}

.box-icon-creative-title {
	text-transform: uppercase;
	letter-spacing: .075em;
}

* + .box-icon-creative-text {
	margin-top: 0;
}

@media (min-width: 768px) {
	.box-icon-creative {
		text-align: left;
	}
	.box-icon-creative-icon {
		font-size: 40px;
	}
	* + .box-icon-creative-text {
		margin-top: 4px;
	}
}

@media (min-width: 992px) {
	.box-icon-creative {
		padding: 30px;
	}
	.box-icon-creative-icon {
		font-size: 44px;
	}
}

@media (min-width: 1200px) {
	.box-icon-creative {
		padding: 42px;
	}
	.box-icon-creative-icon {
		font-size: 48px;
	}
}

.box-icon-nancy {
	text-align: center;
}

.box-icon-nancy-svg,
.box-icon-nancy-icon {
	height: 56px;
	width: 56px;
}

.box-icon-nancy-icon {
	display: inline-block;
	text-align: center;
	font-size: 24px;
	line-height: 60px;
	color: #151515;
}

.box-icon-nancy-svg {
	position: relative;
	display: inline-flex;
	align-items: flex-start;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	z-index: 1;
}

.box-icon-nancy-svg .svg-bg,
.box-icon-nancy-svg .svg-icon {
	transition: all .25s ease;
}

.box-icon-nancy-svg .svg-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 57px;
	fill: #ffec4e;
	transform: translate3d(-50%, -50%, 0);
	z-index: -1;
}

.box-icon-nancy-svg .svg-icon {
	width: 44px;
	fill: #151515;
}

.box-icon-nancy-title {
	font-weight: 600;
}

.box-icon-nancy-title a, .box-icon-nancy-title a:focus, .box-icon-nancy-title a:active {
	color: inherit;
}

.box-icon-nancy-title a:hover {
	color: #6a2cba;
}

.box-icon-nancy-text {
	letter-spacing: .025em;
}

* + .box-icon-nancy-text {
	margin-top: 6px;
}

@media (min-width: 768px) {
	.box-icon-nancy {
		text-align: left;
	}
	.box-icon-nancy-icon,
	.box-icon-nancy-svg {
		height: 70px;
		width: 70px;
	}
	.box-icon-nancy-svg .svg-bg {
		width: 67px;
	}
	.box-icon-nancy-svg .svg-icon {
		width: 54px;
	}
	* + .box-icon-nancy-text {
		margin-top: 10px;
	}
}

@media (min-width: 992px) {
	.box-icon-nancy-right .box-icon-nancy-svg .svg-bg {
		transform: translate3d(-50%, -50%, 0) rotateY(180deg);
	}
	.box-icon-nancy-icon,
	.box-icon-nancy-svg {
		height: 80px;
		width: 80px;
		margin-top: 5px;
	}
	.box-icon-nancy-icon {
		font-size: 40px;
		line-height: 80px;
	}
	.box-icon-nancy-svg .svg-bg {
		width: auto;
	}
	.box-icon-nancy-svg .svg-icon {
		width: 64px;
	}
	* + .box-icon-nancy-text {
		margin-top: 14px;
	}
}

@media (min-width: 992px) {
	.desktop .box-icon-nancy:hover .box-icon-nancy-svg .svg-icon {
		transform: translate3d(0, -8px, 0);
	}
	.desktop .box-icon-nancy-left:hover .box-icon-nancy-svg .svg-bg {
		transform: translate3d(-50%, -50%, 0) rotate(35deg);
	}
	.desktop .box-icon-nancy-right:hover .box-icon-nancy-svg .svg-bg {
		transform: translate3d(-50%, -50%, 0) rotateY(180deg) rotate(35deg);
	}
}

.box-icon-kelly {
	text-align: left;
	padding: 20px;
	border-radius: 6px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
	background: #ffffff;
}

.box-icon-kelly-svg .svg-icon {
	width: 50px;
}

.box-icon-kelly-title {
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: .1em;
}

* + .box-icon-kelly-text {
	margin-top: 8px;
}

@media (min-width: 768px) {
	.box-icon-kelly {
		text-align: left;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.box-icon-kelly-svg .svg-icon {
		width: 60px;
	}
}

@media (min-width: 992px) {
	.box-icon-kelly {
		padding: 40px 30px;
	}
	.box-icon-kelly-svg .svg-icon {
		width: 70px;
	}
	* + .box-icon-kelly-text {
		margin-top: 12px;
	}
}

@media (min-width: 1200px) {
	.box-icon-kelly {
		padding-left: 40px;
		padding-right: 40px;
	}
	.box-icon-kelly-svg .svg-icon {
		width: 74px;
	}
}

.contacts-classic {
	color: #151515;
}

.contacts-classic a, .contacts-classic a:focus, .contacts-classic a:active {
	color: #666666;
}

.contacts-classic a:hover {
	color: #6a2cba;
}

.contacts-classic-title {
	font-weight: 700;
	color: #6a2cba;
}

* + .contacts-classic {
	margin-top: 12px;
}

.context-dark .contacts-classic, .bg-gray-700 .contacts-classic, .bg-gray-3 .contacts-classic, .bg-brown-1 .contacts-classic, .bg-primary .contacts-classic {
	color: inherit;
}

.context-dark .contacts-classic a, .bg-gray-700 .contacts-classic a, .bg-gray-3 .contacts-classic a, .bg-brown-1 .contacts-classic a, .bg-primary .contacts-classic a, .context-dark .contacts-classic a:focus, .bg-gray-700 .contacts-classic a:focus, .bg-gray-3 .contacts-classic a:focus, .bg-brown-1 .contacts-classic a:focus, .bg-primary .contacts-classic a:focus, .context-dark .contacts-classic a:active, .bg-gray-700 .contacts-classic a:active, .bg-gray-3 .contacts-classic a:active, .bg-brown-1 .contacts-classic a:active, .bg-primary .contacts-classic a:active {
	color: inherit;
}

.context-dark .contacts-classic a:hover, .bg-gray-700 .contacts-classic a:hover, .bg-gray-3 .contacts-classic a:hover, .bg-brown-1 .contacts-classic a:hover, .bg-primary .contacts-classic a:hover {
	color: #ffec4e;
}

.box-comment {
	position: relative;
	text-align: left;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
	color: #151515;
}

.box-comment > .box-comment {
	margin-top: 35px;
	padding-top: 35px;
	border-top: 1px solid #e1e1e1;
	padding-bottom: 0;
	border-bottom: none;
}

.box-comment-figure {
	display: inline-block;
}

.box-comment-figure img {
	max-width: 60px;
}

.box-comment-author {
	font-weight: 500;
}

.box-comment-author a, .box-comment-author a:focus, .box-comment-author a:active {
	color: inherit;
}

.box-comment-author a:hover {
	color: #6a2cba;
}

.box-comment-time {
	color: #666666;
}

.box-comment-reply {
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: .13em;
	text-transform: uppercase;
	font-family: "Roboto Mono", monospace;
}

.box-comment-reply, .box-comment-reply:focus, .box-comment-reply:active {
	color: #6a2cba;
}

.box-comment-reply:hover {
	color: #151515;
}

.box-comment-author + .box-comment-reply {
	padding-left: 15px;
	border-left: 1px solid #e1e1e1;
}

.box-comment-form {
	text-align: left;
}

.box-comment-form .unit-body {
	flex-grow: 1;
}

.tab-content .box-comment {
	padding-bottom: 0;
	border-bottom: none;
}

* + .box-comment {
	margin-top: 30px;
}

* + .box-comment-text {
	margin-top: 12px;
}

.box-comment + h4 {
	margin-top: 30px;
}

.box-comment + .box-comment {
	margin-top: 30px;
}

@media (min-width: 576px) {
	.box-comment-figure img {
		max-width: none;
	}
}

@media (min-width: 768px) {
	.box-comment {
		padding-bottom: 45px;
	}
	.box-comment > .box-comment {
		margin-top: 45px;
		padding-top: 45px;
		margin-left: 70px;
	}
	.box-comment + h4 {
		margin-top: 40px;
	}
	.box-comment + .box-comment {
		margin-top: 45px;
	}
}

@media (min-width: 992px) {
	.box-comment .unit {
		align-items: center;
	}
	.box-comment + h4 {
		margin-top: 50px;
	}
}

@media (min-width: 1200px) {
	.box-comment > .box-comment {
		margin-left: 145px;
	}
}

.aside .button {
	padding-left: 24px;
	padding-right: 24px;
}

.aside-title {
	padding-bottom: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #e1e1e1;
}

.aside-title + .row {
	margin-top: 30px;
}

.aside-title + .group-tags {
	margin-top: 22px;
}

.box-info-classic {
	position: relative;
	padding: 30px 15px 60px;
	z-index: 1;
}

.box-info-classic::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.1) 100%);
	opacity: .68;
	pointer-events: none;
	z-index: -1;
}

.box-info-classic-title {
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #ffffff;
}

.box-info-classic-text {
	color: #ffffff;
}

.box-info-classic-year {
	max-width: 140px;
	margin-left: auto;
	margin-right: auto;
	color: #6a2cba;
}

* + .box-info-classic-text {
	margin-top: 10px;
}

@media (min-width: 1200px) {
	.box-info-classic {
		padding: 60px 40px 90px;
	}
	.box-info-classic-year {
		max-width: 174px;
	}
	* + .box-info-classic-text {
		margin-top: 18px;
	}
}

.context-dark .box-info-classic-year, .bg-gray-700 .box-info-classic-year, .bg-gray-3 .box-info-classic-year, .bg-brown-1 .box-info-classic-year, .bg-primary .box-info-classic-year {
	color: #6a2cba;
}

.box-info-modern {
	position: relative;
	text-align: center;
	color: #151515;
}

.box-info-modern::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: -15px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	border-radius: 6px;
	box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.15);
	transition: all .25s ease;
	pointer-events: none;
}

.box-info-modern-figure {
	display: block;
	padding: 10px;
	border: 1px solid #e1e1e1;
}

.box-info-modern-figure img {
	width: 100%;
	transform: none;
	will-change: transform;
	transition: all .25s ease;
}

.box-info-modern-title {
	font-weight: 600;
}

.box-info-modern-text {
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: .075em;
}

.box-info-modern-link {
	position: relative;
	display: inline-block;
	padding: 12px 22px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-family: "Roboto Mono", monospace;
	transition: transform .25s ease, color .25s ease-in-out;
}

.box-info-modern-link, .box-info-modern-link:focus, .box-info-modern-link:active {
	color: #a3a3a3;
}

.box-info-modern-link:hover {
	color: #6a2cba;
}

.box-info-modern-link::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: calc(100% - 44px);
	height: 80%;
	border: 2px solid transparent;
	border-bottom-color: inherit;
	transform: translate3d(-50%, -50%, 0);
	transition: width .25s ease, height .25s ease;
}

* + .box-info-modern-title {
	margin-top: 16px;
}

* + .box-info-modern-text {
	margin-top: 6px;
}

* + .box-info-modern-link {
	margin-top: 8px;
}

@media (min-width: 768px) {
	.box-info-modern-figure {
		padding: 15px;
	}
	* + .box-info-modern-title {
		margin-top: 22px;
	}
	* + .box-info-modern-text {
		margin-top: 10px;
	}
}

@media (min-width: 992px) {
	.desktop .box-info-modern-link:hover {
		color: #a3a3a3;
	}
	.desktop .box-info-modern:hover::before {
		top: -15px;
		right: -15px;
		bottom: -60px;
		left: -15px;
		visibility: visible;
		opacity: 1;
	}
	.desktop .box-info-modern:hover .box-info-modern-figure {
		border-color: transparent;
	}
	.desktop .box-info-modern:hover .box-info-modern-figure img {
		transform: scale(1.1);
	}
	.desktop .box-info-modern:hover .box-info-modern-link {
		transform: translate3d(0, 10px, 0);
	}
	.desktop .box-info-modern:hover .box-info-modern-link, .desktop .box-info-modern:hover .box-info-modern-link:focus, .desktop .box-info-modern:hover .box-info-modern-link:active {
		color: #6a2cba;
	}
	.desktop .box-info-modern:hover .box-info-modern-link:hover {
		color: #151515;
	}
	.desktop .box-info-modern:hover .box-info-modern-link::before {
		width: 100%;
		height: 100%;
		border-color: inherit;
		transition: border-color .3s ease-in-out, width .25s ease, height .25s ease;
	}
}

.box-info-creative {
	text-align: center;
	color: #151515;
	background: #ffffff;
}

.box-info-creative-title {
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: .1em;
}

* + .box-info-creative-text {
	margin-top: 10px;
}

* + .box-info-creative-link {
	margin-top: 10px;
}

@media (min-width: 576px) {
	.box-info-creative {
		text-align: left;
		padding: 26px 0 0;
	}
	.box-info-creative-link {
		top: 20px;
		margin-left: 46%;
	}
	* + .box-info-creative-text {
		margin-top: 18px;
	}
	* + .box-info-creative-link {
		margin-top: 0;
	}
}

.box-info-renee {
	text-align: center;
}

.box-info-renee-decor {
	font-size: 0;
	line-height: 0;
}

.box-info-renee-decor::before {
	display: inline-block;
	content: '';
	width: 0;
	height: 40px;
	border-left: 1px solid #e1e1e1;
	animation: moreLoopY 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.box-info-renee-subtitle {
	font-weight: 600;
	letter-spacing: .1em;
	font-family: "Roboto Mono", monospace;
}

.box-info-renee-title {
	font-weight: 500;
	letter-spacing: .075em;
	text-transform: none;
}

.box-info-renee-text {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

* + .box-info-renee-subtitle {
	margin-top: 15px;
}

* + .box-info-renee-title {
	margin-top: 10px;
}

* + .box-info-renee-text {
	margin-top: 10px;
}

* + .box-info-renee-link {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.box-info-renee-decor::before {
		height: 54px;
	}
	* + .box-info-renee-subtitle {
		margin-top: 25px;
	}
	* + .box-info-renee-title {
		margin-top: 20px;
	}
	* + .box-info-renee-text {
		margin-top: 20px;
	}
	* + .box-info-renee-link {
		margin-top: 20px;
	}
}

@media (min-width: 992px) {
	* + .box-info-renee-subtitle {
		margin-top: 35px;
	}
	* + .box-info-renee-title {
		margin-top: 30px;
	}
	* + .box-info-renee-text {
		margin-top: 30px;
	}
	* + .box-info-renee-link {
		margin-top: 36px;
	}
}

.context-dark .box-info-renee-decor::before, .bg-gray-700 .box-info-renee-decor::before, .bg-gray-3 .box-info-renee-decor::before, .bg-brown-1 .box-info-renee-decor::before, .bg-primary .box-info-renee-decor::before {
	border-color: rgba(225, 225, 225, 0.26);
}

.context-dark .box-info-renee-subtitle, .bg-gray-700 .box-info-renee-subtitle, .bg-gray-3 .box-info-renee-subtitle, .bg-brown-1 .box-info-renee-subtitle, .bg-primary .box-info-renee-subtitle,
.context-dark .box-info-renee-text,
.bg-gray-700 .box-info-renee-text,
.bg-gray-3 .box-info-renee-text,
.bg-brown-1 .box-info-renee-text,
.bg-primary .box-info-renee-text {
	color: rgba(255, 255, 255, 0.5);
}

.box-info-rose {
	text-align: center;
	color: #151515;
	padding-bottom: 20px;
}

.box-info-rose-2 {
	padding-top: 20px;
}

.box-info-rose-title {
	letter-spacing: .01em;
	text-transform: none;
	font-weight: 500;
}

.box-info-rose-icon {
	font-size: 25px;
}

.box-info-rose-number {
	font-weight: 400;
	letter-spacing: .075em;
}

.box-info-rose-text {
	color: #151515;
}

.box-info-rose-text,
.box-info-rose-author {
	letter-spacing: .075em;
	font-family: "Roboto Mono", monospace;
}

.box-info-rose-title + .unit {
	margin-top: 4px;
}

.box-info-rose-text + .link-classic {
	margin-top: 8px;
}

@media (min-width: 576px) {
	.box-info-rose {
		padding-bottom: 0;
	}
	.box-info-rose-2 {
		padding-top: 0;
	}
}

@media (min-width: 768px) {
	.box-info-rose {
		text-align: left;
	}
	.box-info-rose-icon {
		font-size: 30px;
		line-height: 1.6;
	}
	.box-info-rose-title + .unit {
		margin-top: 18px;
	}
	.box-info-rose-text + .link-classic {
		margin-top: 16px;
	}
}

@media (min-width: 1200px) {
	.box-info-rose-text {
		padding: 4px 8px;
	}
	.box-info-rose-icon {
		font-size: 35px;
	}
}

.box-info-beryl-title {
	font-weight: 500;
	letter-spacing: .075em;
	text-transform: capitalize;
}

.box-info-beryl-time {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-family: "Roboto Mono", monospace;
	color: #6a2cba;
}

.box-info-beryl-text {
	letter-spacing: .075em;
}

* + .box-info-beryl-time {
	margin-top: 10px;
}

* + .box-info-beryl-text {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.box-info-beryl-time {
		letter-spacing: .3em;
	}
	* + .box-info-beryl-time {
		margin-top: 20px;
	}
	* + .box-info-beryl-text {
		margin-top: 20px;
	}
}

@media (min-width: 992px) {
	* + .box-info-beryl-time {
		margin-top: 34px;
	}
	* + .box-info-beryl-text {
		margin-top: 34px;
	}
	.box-info-beryl-text + .button {
		margin-top: 40px;
	}
}

.box-cta h2 + .group-middle {
	margin-top: 16px;
}

@media (min-width: 992px) {
	.box-cta h2 + .button {
		margin-top: 40px;
	}
}

@media (min-width: 768px) {
	.box-about h2 + p {
		margin-top: 20px;
	}
	.box-about p + p {
		margin-top: 20px;
	}
}

@media (min-width: 992px) {
	.box-about h2 + p {
		margin-top: 30px;
	}
	.box-about p + p {
		margin-top: 30px;
	}
	.box-about * + img {
		margin-top: 50px;
	}
}

html:not(.ie-10):not(.ie-11):not(.ie-edge) .box-icon-classic-svg svg,
html:not(.ie-10):not(.ie-11):not(.ie-edge) .box-icon-modern-svg svg {
	height: auto;
}

html:not(.ie-10):not(.ie-11):not(.ie-edge) .box-icon-nancy-svg .svg-icon,
html:not(.ie-10):not(.ie-11):not(.ie-edge) .box-icon-kelly-svg .svg-icon {
	height: auto;
}

.icon-boxes-creative .box-icon-modern-icon {
	color: #6a2cba;
}

@media (min-width: 1200px) {
	.icon-boxes-creative .box-icon-modern-icon {
		font-size: 50px;
	}
}

.icon-boxes-creative .box-icon-modern-text {
	color: #666666;
}


/********************* GROUPS ************************/

/* ===== Element Groups ===== */

/* Default group spacing */
html .group { margin-bottom:-10px; margin-left:-10px; }

/* Empty group reset */
html .group:empty { margin-bottom:0; margin-left:0; }

/* Children of group */
html .group > * { display:inline-block; margin-top:0; margin-bottom:10px; margin-left:10px; }

/* Extra small group spacing */
html .group-xs { margin-bottom:-15px; margin-left:-15px; }

/* Empty xs group reset */
html .group-xs:empty { margin-bottom:0; margin-left:0; }

/* Children of xs group */
html .group-xs > * { display:inline-block; margin-top:0; margin-bottom:15px; margin-left:15px; }

/* Small group spacing */
html .group-sm { margin-bottom:-10px; margin-left:-20px; }

/* Empty sm group reset */
html .group-sm:empty { margin-bottom:0; margin-left:0; }

/* Children of sm group */
html .group-sm > * { display:inline-block; margin-top:0; margin-bottom:10px; margin-left:20px; }

/* Medium group spacing */
html .group-md { margin-bottom:-20px; margin-left:-25px; }

/* Empty md group reset */
html .group-md:empty { margin-bottom:0; margin-left:0; }

/* Children of md group */
html .group-md > * { display:inline-block; margin-top:0; margin-bottom:20px; margin-left:25px; }

/* Large group spacing */
html .group-lg { margin-bottom:-20px; margin-left:-30px; }

/* Empty lg group reset */
html .group-lg:empty { margin-bottom:0; margin-left:0; }

/* Children of lg group */
html .group-lg > * { display:inline-block; margin-top:0; margin-bottom:20px; margin-left:30px; }

/* Extra large group spacing */
html .group-xl { margin-bottom:-30px; margin-left:-40px; }

/* Empty xl group reset */
html .group-xl:empty { margin-bottom:0; margin-left:0; }

/* Children of xl group */
html .group-xl > * { display:inline-block; margin-top:0; margin-bottom:30px; margin-left:40px; }

/* Middle aligned group */
html .group-middle { display:inline-flex; flex-wrap:wrap; align-items:center; justify-content:center; }

/* Group for side-by-side buttons */
html .group-button-1 { display:flex; }

/* Group with space between children */
html .group-justify { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; }

/* Custom flexible group */
html .group-custom { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; max-width:100%; }

/* Children of custom group */
html .group-custom > * { flex:0 1 100%; padding-left:20px; padding-right:20px; }

/* Tablet custom group tweaks */
@media (min-width:576px) {
  html .group-custom { flex-wrap:nowrap; }
  html .group-custom > * { flex:1 1 auto; }
}

/* Grow buttons inside group */
.group-button-1 .button { flex-grow:1; padding-left:15px; padding-right:15px; }

/* Space above group variations */
* + .group { margin-top:30px; }
* + .group-xs { margin-top:30px; }
* + .group-sm { margin-top:30px; }
* + .group-md { margin-top:30px; }
* + .group-lg { margin-top:30px; }
* + .group-xl { margin-top:30px; }

/* Desktop h3 with xs group */
@media (min-width:992px) {
  h3 + .group-xs { margin-top:45px; }
}

/* Button group with wrap */
.btn-group-1 { margin-top:30px; display:flex; flex-wrap:wrap; align-items:center; }

/* Button group children */
.btn-group-1 > * { margin-bottom:15px; }

/* Status element spacing */
.btn-group-1 .team-navy-status { margin-left:22px; }

/************************ RESPONSIVE UNITS *********************/

/* Base unit container */
.unit { display:flex; flex:0 1 100%; margin-bottom:-10px; margin-left:-10px; }

/* Unit children spacing */
.unit > * { margin-bottom:10px; margin-left:10px; }

/* Empty unit resets margins */
.unit:empty { margin-bottom:0; margin-left:0; }

/* Unit body flexible sizing */
.unit-body { flex:0 1 auto; }

/* Left/right unit fixed sizing */
.unit-left, .unit-right { flex:0 0 auto; max-width:100%; }

/* No spacing unit */
.unit-spacing-0 { margin-bottom:0; margin-left:0; }

/* Children inside no-spacing unit */
.unit-spacing-0 > * { margin-bottom:0; margin-left:0; }

/* Extra small spacing unit */
.unit-spacing-xs { margin-bottom:-20px; margin-left:-15px; }

/* Children inside xs spacing unit */
.unit-spacing-xs > * { margin-bottom:20px; margin-left:15px; }

/* Small spacing unit */
.unit-spacing-sm { margin-bottom:-10px; margin-left:-20px; }

/* Children inside sm spacing unit */
.unit-spacing-sm > * { margin-bottom:10px; margin-left:20px; }

/* Medium spacing unit */
.unit-spacing-md { margin-bottom:-20px; margin-left:-25px; }

/* Children inside md spacing unit */
.unit-spacing-md > * { margin-bottom:20px; margin-left:25px; }

/* Large spacing unit */
.unit-spacing-lg { margin-bottom:-20px; margin-left:-30px; }

/* Children inside lg spacing unit */
.unit-spacing-lg > * { margin-bottom:20px; margin-left:30px; }

/* Extra large spacing unit */
.unit-spacing-xl { margin-bottom:-30px; margin-left:-40px; }

/* Children inside xl spacing unit */
.unit-spacing-xl > * { margin-bottom:30px; margin-left:40px; }


/******************* Lists *************************/

/* Vertical list small spacing */
.list > li + li { margin-top:5px; }

/* Vertical list xs spacing */
.list-xs > li + li { margin-top:10px; }

/* Vertical list sm spacing */
.list-sm > li + li { margin-top:15px; }

/* Vertical list md spacing */
.list-md > li + li { margin-top:20px; }

/* Vertical list lg spacing */
.list-lg > li + li { margin-top:25px; }

/* Vertical list xl spacing */
.list-xl > li + li { margin-top:30px; }

/* Larger spacing for xl lists on tablet+ */
@media (min-width:768px) {
  .list-xl > li + li { margin-top:50px; }
}

/* Inline list items */
.list-inline > li { display:inline-block; }

/* Extra small inline list container */
html .list-inline-xs { transform:translate3d(0,-8px,0); margin-bottom:-8px; margin-left:-4px; margin-right:-4px; }

/* Children of xs inline list */
html .list-inline-xs > * { margin-top:8px; padding-left:4px; padding-right:4px; }

/* Small inline list container */
html .list-inline-sm { transform:translate3d(0,-10px,0); margin-bottom:-10px; margin-left:-5px; margin-right:-5px; }

/* Children of sm inline list */
html .list-inline-sm > * { margin-top:10px; padding-left:5px; padding-right:5px; }

/* Medium inline list container */
html .list-inline-md { transform:translate3d(0,-10px,0); margin-bottom:-10px; margin-left:-8px; margin-right:-8px; }

/* Children of md inline list */
html .list-inline-md > * { margin-top:10px; padding-left:8px; padding-right:8px; }

/* Large inline list container */
html .list-inline-lg { transform:translate3d(0,-10px,0); margin-bottom:-10px; margin-left:-10px; margin-right:-10px; }

/* Children of lg inline list */
html .list-inline-lg > * { margin-top:10px; padding-left:10px; padding-right:10px; }

/* Extra large inline list container */
html .list-inline-xl { transform:translate3d(0,-10px,0); margin-bottom:-10px; margin-left:-15px; margin-right:-15px; }

/* Children of xl inline list */
html .list-inline-xl > * { margin-top:10px; padding-left:15px; padding-right:15px; }

/* Term/definition spacing */
.list-terms dt + dd { margin-top:12px; }

/* Definition followed by new term spacing */
.list-terms dd + dt { margin-top:25px; }

/* Term style variant */
.list-terms-1 dt { font-weight:400; letter-spacing:0; text-transform:none; }

/* Add spacing above list-terms */
* + .list-terms { margin-top:25px; }

/* Larger spacing on tablet+ for dd+dt */
@media (min-width:768px) {
  .list-terms dd + dt { margin-top:45px; }
}

/* Reset list counter for index lists */
.index-list { counter-reset:li; }

/* Numbered counters with leading zero */
.index-list > li .list-index-counter:before { content:counter(li,decimal-leading-zero); counter-increment:li; }

/* Left-align marked lists */
.list-marked { text-align:left; }

/* Marked list item indentation */
.list-marked > li { text-indent:-24px; padding-left:24px; }

/* Marked list bullet style */
.list-marked > li::before { position:relative; display:inline-block; left:0; top:0; content:''; height:9px; width:9px; margin-right:15px; border-radius:50%; background:#d7d7d7; }

/* Spacing between marked list items */
.list-marked > li + li { margin-top:10px; }

/* Space above marked list */
* + .list-marked { margin-top:15px; }

/* Paragraph followed by marked list spacing */
p + .list-marked { margin-top:10px; }

/* Ordered list setup */
.list-ordered { counter-reset:li; text-align:left; }

/* Ordered list item formatting */
.list-ordered > li { position:relative; text-indent:-18px; padding-left:18px; }

/* Ordered list numbering */
.list-ordered > li:before { content:counter(li,decimal) "."; counter-increment:li; display:inline-block; top:0; left:0; text-indent:0; min-width:18px; color:inherit; }

/* Spacing between ordered list items */
.list-ordered > li + li { margin-top:10px; }

/* Space above ordered list */
* + .list-ordered { margin-top:15px; }


/* ===== IMAGES & ICONS ===== */

/* Base image behavior */
img { display:inline-block; max-width:100%; height:auto; }

/* Full-width responsive image */
.img-responsive { width:100%; }

/* Base icon style */
.icon { display:inline-block; font-size:16px; line-height:1; }

/* Icon pseudo-element setup */
.icon::before { position:relative; display:inline-block; font-weight:400; font-style:normal; speak:none; text-transform:none; }

/* Circular icon variant */
.icon-circle { border-radius:50%; }

/* Large icon size */
.icon-lg { font-size:57px; }

/* Extra large 80px icon */
.icon-80 { font-size:80px; }

/* Secondary icon color */
.icon-secondary { color:#ffec4e; }

/* Primary icon color */
.icon-primary { color:#6a2cba; }


/* ===== TABLES ===== */

/* Base custom table */
.table-custom { width:100%; max-width:100%; text-align:left; background:#ffffff; border-collapse:collapse; }

/* Table headers */
.table-custom th { padding:12px 24px; font-size:14px; line-height:1.72; font-weight:700; letter-spacing:.1em; text-transform:uppercase; font-family:"Roboto Mono", monospace; color:#151515; background:#f5f5f5; }

/* Tablet header padding adjustment */
@media (max-width:991.98px) {
  .table-custom th { padding-top:20px; padding-bottom:20px; }
}

/* Table cells */
.table-custom td { padding:13px 24px; font-size:16px; line-height:1.6; font-weight:400; letter-spacing:.05em; background:#ffffff; font-family:"Lato",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; color:#666666; min-width:170px; }

/* Footer cells color */
.table-custom tfoot td { color:#151515; }

/* Table row borders */
.table-custom tr { border:1px solid #f5f5f5; }

/* Add spacing above responsive tables */
* + .table-custom-responsive { margin-top:30px; }

/* h5 followed by table spacing */
h5 + .table-custom-responsive { margin-top:25px; }

/* Tablet spacing for tables */
@media (min-width:768px) {
  * + .table-custom-responsive { margin-top:40px; }
}

/* Desktop spacing for tables */
@media (min-width:992px) {
  h3 + .table-custom-responsive { margin-top:50px; }
  .title-group + .table-custom-responsive { margin-top:55px; }
  .table-custom-responsive + .group-justify { margin-top:35px; }
}

/* Primary themed table headers */
.table-custom.table-custom-primary thead th { color:#ffffff; background:#6a2cba; }

/* Primary themed table border */
.table-custom.table-custom-primary thead tr { border-color:#6a2cba; }

/* Remove tbody borders in bordered table */
.table-custom.table-custom-bordered tbody tr { border:none; }

/* Add cell borders in bordered table */
.table-custom.table-custom-bordered td { border:1px solid #f5f5f5; }

/* Striped table bottom border */
.table-custom.table-custom-striped { border-bottom:1px solid #f5f5f5; }

/* Remove row borders in striped table */
.table-custom.table-custom-striped tr { border:none; }

/* Odd striped rows transparent */
.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td { background:transparent; }

/* Even striped rows shaded */
.table-custom.table-custom-striped tbody tr:nth-of-type(even) td { background:#f5f5f5; }

/* Responsive tables for mobile */
@media (max-width:991.98px) {
  .table-custom-responsive { display:block; width:100%; overflow-x:auto; -ms-overflow-style:-ms-autohiding-scrollbar; }
  .table-custom-responsive.table-bordered { border:0; }
}


/* ===== Quotes ===== */

/* Classic quote container centered */
.quote-classic { text-align:center; }

/* Variant: second style text color */
.quote-classic-2 .quote-classic-text { color:#151515; }

/* Base text styling for classic quote */
.quote-classic-text { position:relative; padding-top:40px; font-weight:400; letter-spacing:.05em; font-family:"Roboto Mono", monospace; }

/* Decorative opening quote mark for classic quote */
.quote-classic-text::before { position:absolute; top:0; left:50%; content:'\201C'; font-size:60px; line-height:1.3; font-weight:700; font-style:normal; letter-spacing:0; font-family:"Kalam", cursive; color:rgba(162,108,232,0.22); transform:translate3d(-50%,0,0); }

/* Author line for classic quote */
.quote-classic-author { padding-top:14px; font-size:14px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; font-family:"Roboto Mono", monospace; color:#6a2cba; border-top:1px solid #e1e1e1; }

/* Spacing above classic quote */
* + .quote-classic { margin-top:20px; }

/* Spacing above classic author */
* + .quote-classic-author { margin-top:16px; }

/* Post-modern block followed by classic quote */
.post-modern + .quote-classic { margin-top:20px; }

/* Paragraph after classic quote */
.quote-classic + p { margin-top:26px; }

/* Tablet+ adjustments for classic quote */
@media (min-width:768px) {
  .quote-classic { text-align:left; }
  .quote-classic-text { padding-top:0; }
  .quote-classic-text::before { top:8%; left:-4px; font-size:80px; transform:none; }
  .quote-classic-author { padding-top:24px; }
  .quote-classic-text, .quote-classic-author { padding-left:58px; }
  * + .quote-classic { margin-top:34px; }
  * + .quote-classic-author { margin-top:22px; }
  .post-modern + .quote-classic { margin-top:40px; }
  .quote-classic + p { margin-top:36px; }
}

/* Larger variant of classic quote */
.quote-classic-big { text-align:center; }

/* Text in large classic quote */
.quote-classic-big-text { position:relative; padding-top:50px; letter-spacing:.02em; }

/* Decorative opening quote for big variant */
.quote-classic-big-text::before { position:absolute; top:0; left:50%; content:'\201C'; font-size:60px; line-height:1.3; font-weight:700; font-style:normal; letter-spacing:0; font-family:"Kalam", cursive; color:rgba(162,108,232,0.22); transform:translate3d(-50%,0,0); }

/* Spacing above large classic quote */
* + .quote-classic-big { margin-top:20px; }

/* Tablet+ adjustments for big quote */
@media (min-width:768px) {
  .quote-classic-big { text-align:left; }
  .quote-classic-big-text { padding-top:0; padding-left:70px; }
  .quote-classic-big-text::before { top:8%; left:-4px; font-size:80px; transform:none; }
  * + .quote-classic-big { margin-top:34px; }
}

/* Desktop+ line-height tweak */
@media (min-width:1200px) {
  .quote-classic-big-text { line-height:1.53; }
}

/* Modern styled quote container */
.quote-modern { text-align:center; padding:30px 15px; box-shadow:0 0 18px 0 rgba(0,0,0,0.13); background:#ffffff; }

/* Variant 3 modern status color */
.quote-modern-3 .quote-modern-status { color:#ffec4e; }

/* Base text styling for modern quote */
.quote-modern-text { position:relative; padding-top:40px; font-size:16px; line-height:1.44; font-weight:400; letter-spacing:.02em; font-family:"Roboto Mono", monospace; }

/* Alternative font for quoted spans inside modern quote */
.quote-modern-text .q { font-family:"Lato",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; }

/* Decorative icon before modern quote */
.quote-modern-text::before { position:absolute; top:0; left:50%; content:'\f373'; font-size:60px; line-height:.45; font-weight:400; font-style:normal; letter-spacing:.1em; font-family:"Material Design Icons"; color:rgba(162,108,232,0.22); transform:translateX(-50%); }

/* Rounded figure images in modern quote */
.quote-modern-figure img { border-radius:50%; }

/* Author line for modern quote */
.quote-modern-author { font-size:14px; font-weight:500; letter-spacing:.1em; text-transform:uppercase; font-family:"Roboto Mono", monospace; color:#151515; }

/* Status line for modern quote */
.quote-modern-status { font-style:italic; letter-spacing:.025em; color:#6a2cba; }

/* Spacing after modern text block */
.quote-modern-text + .unit { margin-top:20px; }

/* Tablet+ layout tweaks for modern quote */
@media (min-width:768px) {
  .quote-modern .unit { display:inline-flex; text-align:left; }
}

/* Desktop+ padding and text size adjustments */
@media (min-width:992px) {
  .quote-modern { padding:45px 30px; }
  .quote-modern-text { padding-top:65px; font-size:18px; }
  .quote-modern-text::before { font-size:80px; }
  .quote-modern-text + .unit { margin-top:30px; }
}

/* Large desktop adjustments */
@media (min-width:1200px) {
  .quote-modern { padding:60px 45px; }
  .quote-modern-2 { padding:70px 80px; }
}

/* Creative styled quote container */
.quote-creative { text-align:center; padding:30px 20px; border-radius:12px; box-shadow:0 0 16px 0 rgba(0,0,0,0.09); background:#ffffff; }

/* Base text in creative quote */
.quote-creative-text { position:relative; font-size:18px; line-height:2; font-weight:400; letter-spacing:.05em; font-family:"Roboto Mono", monospace; color:#151515; }

/* Rating container (stars) */
.quote-creative-rating { font-size:0; line-height:0; }

/* Individual star icons */
.quote-creative-rating .icon { font-size:20px; line-height:1; color:#ffcc00; }

/* Rounded figure image */
.quote-creative-figure img { border-radius:50%; }

/* Author styling */
.quote-creative-author { font-size:14px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; font-family:"Roboto Mono", monospace; color:#6a2cba; }

/* Spacing above rating */
* + .quote-creative-rating { margin-top:10px; }

/* Spacing after rating before unit */
.quote-creative-rating + .unit { margin-top:20px; }

/* Tablet+ creative adjustments */
@media (min-width:768px) {
  .quote-creative { text-align:left; padding:40px 30px; }
  .quote-creative-text { font-size:20px; }
  .quote-creative-rating .icon { font-size:24px; }
  * + .quote-creative-rating { margin-top:18px; }
  .quote-creative-rating + .unit { margin-top:35px; }
}

/* Large desktop adjustments */
@media (min-width:1200px) {
  .quote-creative { padding:35px 35px 60px; }
  .quote-creative-text { font-size:24px; }
}

/* Minimal quote text */
.quote-minimal-text { font-size:16px; line-height:2; font-weight:400; letter-spacing:.02em; font-family:"Roboto Mono", monospace; }

/* Rounded image in minimal quote */
.quote-minimal-figure img { border-radius:50%; }

/* Minimal author styling */
.quote-minimal-author { font-size:14px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; font-family:"Roboto Mono", monospace; color:#151515; }

/* Minimal status line */
.quote-minimal-status { font-style:italic; letter-spacing:.025em; color:#6a2cba; }

/* Spacing above author */
* + .quote-minimal-author { margin-top:20px; }

/* Tablet+ font size adjustment */
@media (min-width:768px) {
  .quote-minimal-text { font-size:18px; }
}



/* ===== Page layout ===== */

/* Main page container: hidden overflow, full height, starts invisible */
.page { position: relative; overflow: hidden; min-height: 100vh; opacity: 0; }

/* Page fade-in animation easing */
.page.fadeIn { animation-timing-function: ease-out; }

/* Page fade-out animation easing */
.page.fadeOut { animation-timing-function: ease-in; }

/* Force page visible in “x-mode” (builder mode) */
[data-x-mode] .page { opacity: 1; }

/* Boxed layout background (pattern image on gray) */
html.boxed body { background: #e1e1e1 url(../images/bg-pattern-boxed.png) repeat fixed; }

/* Boxed page max width and center alignment (for wide screens) */
@media (min-width: 1630px) { html.boxed .page { max-width: 1600px; margin-left: auto; margin-right: auto; box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1); } }

/* Restrict navbar width in boxed layout */
@media (min-width: 1630px) { html.boxed .rd-navbar-static { max-width: 1600px; margin-left: auto; margin-right: auto; } }

/* Handle stuck navbar inside boxed layout */
@media (min-width: 1630px) { html.boxed .rd-navbar-static.rd-navbar--is-stuck { max-width: 1600px; width: 100%; left: calc(50% - 1600px); right: calc(50% - 1600px); } }



/* ===== Text styling ===== */

/* Italic text */
.text-italic { font-style: italic; }

/* Normal (non-italic) text */
.text-normal { font-style: normal; }

/* Underlined text */
.text-underline { text-decoration: underline; }

/* Strikethrough text */
.text-strike { text-decoration: line-through; }

/* Font weight thin */
.font-weight-thin { font-weight: 100; }

/* Font weight light */
.font-weight-light { font-weight: 300; }

/* Regular font weight */
.font-weight-regular { font-weight: 400; }

/* Medium font weight */
.font-weight-medium { font-weight: 500; }

/* Semi-bold font weight */
.font-weight-sbold { font-weight: 600; }

/* Bold font weight */
.font-weight-bold { font-weight: 700; }

/* Ultra-bold font weight */
.font-weight-ubold { font-weight: 900; }

/* No letter spacing */
.text-spacing-0 { letter-spacing: 0; }

/* Slight letter spacing (0.02em) */
.text-spacing-20 { letter-spacing: .02em; }

/* Slight letter spacing (0.025em) */
.text-spacing-25 { letter-spacing: .025em; }

/* Medium letter spacing */
.text-spacing-50 { letter-spacing: .05em; }

/* Larger letter spacing */
.text-spacing-75 { letter-spacing: .075em; }

/* Extra-large letter spacing */
.text-spacing-100 { letter-spacing: .1em; }

/* Very wide letter spacing */
.text-spacing-150 { letter-spacing: .15em; }

/* Medium max-width for text blocks */
.text-width-medium { max-width: 500px; }

/* Large max-width for text blocks */
.text-width-large { max-width: 600px; }

/* Center text blocks with width constraints */
.text-center [class*='text-width-'] { margin-left: auto; margin-right: auto; }

/* Primary theme text color */
.text-primary { color: #6a2cba !important; }

/* Gray text color */
.text-gray-500 { color: #9b9b9b; }

/* Force normal case text */
.text-transform-none { text-transform: none; }

/* Uppercase text */
.text-transform-uppercase { text-transform: uppercase; }

/* Capitalize text */
.text-transform-capitalize { text-transform: capitalize; }

/* Sans-serif font stack */
.font-family-sans-serif { font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

/* Monospace font stack */
.font-family-sans-serif-1 { font-family: "Roboto Mono", monospace; }

/* Cursive font stack */
.font-family-cursive { font-family: "Kalam", cursive; }



/* ===== Offsets (spacing adjustments) ===== */

/* Narrow row gutter spacing */
.row-narrow { margin-right: -5px; margin-left: -5px; }

/* Narrow row column padding */
.row-narrow > .col, .row-narrow > [class*="col-"] { padding-right: 5px; padding-left: 5px; }

/* Extra narrow row spacing for large screens */
@media (min-width: 1200px) { .row-narrow-100 { margin-right: -50px; margin-left: -50px; } }

/* Extra narrow row column padding */
@media (min-width: 1200px) { .row-narrow-100 > .col, .row-narrow-100 > [class*="col-"] { padding-right: 50px; padding-left: 50px; } }

/* Paragraph spacing after any element */
* + p { margin-top: 15px; }

/* Image spacing after any element */
* + img { margin-top: 30px; }

/* Heading 1 followed by paragraph spacing */
h1 + p { margin-top: 12px; }

/* Heading 2 followed by paragraph spacing */
h2 + p { margin-top: 12px; }

/* Heading 3 followed by paragraph spacing */
h3 + p { margin-top: 14px; }

/* Heading 4 followed by paragraph spacing */
h4 + p { margin-top: 15px; }

/* Heading 5 followed by paragraph spacing */
h5 + p { margin-top: 14px; }

/* Heading 6 followed by paragraph spacing */
h6 + p { margin-top: 14px; }

/* Heading 2 followed by Heading 5 spacing */
h2 + h5 { margin-top: 16px; }

/* Heading 3 followed by Heading 2 spacing */
h3 + h2 { margin-top: 18px; }

/* Heading 3 followed by Heading 6 spacing */
h3 + h6 { margin-top: 16px; }

/* Paragraph followed by Heading 2 or heading-2 class spacing */
p + h2, p + .heading-2 { margin-top: 15px; }

/* Paragraph followed by another paragraph spacing */
p + p { margin-top: 12px; }

/* Image followed by paragraph spacing */
img + p { margin-top: 15px; }

/* Heading 3 followed by image spacing */
h3 + img { margin-top: 42px; }

/* Add spacing before rows */
* + .row { margin-top: 30px; }

/* Add spacing before owl-carousel (sliders) */
* + .owl-carousel { margin-top: 30px; }

/* Add spacing before “big” elements */
* + .big { margin-top: 20px; }

/* Add spacing before text-block elements */
* + .text-block { margin-top: 27px; }

/* Add spacing before button or button-wrap */
* + .button-wrap, * + .button { margin-top: 30px; }

/* Row followed by Heading 3 or heading-3 spacing */
.row + h3, .row + .heading-3 { margin-top: 80px; }

/* Container followed by another container spacing */
.container + .container { margin-top: 35px; }

/* Row followed by another row spacing */
.row + .row { margin-top: 35px; }

/* Adjust row spacing for tablets */
@media (min-width: 768px) { * + .row { margin-top: 40px; } }

/* Adjust carousel spacing for tablets */
@media (min-width: 768px) { * + .owl-carousel { margin-top: 40px; } }

/* Row-sm spacing for tablets */
@media (min-width: 768px) { * + .row-sm { margin-top: 35px; } }

/* Small offset top spacing (tablet) */
@media (min-width: 768px) { * + .offset-top-md-20 { margin-top: 20px; } }

/* Heading 3 followed by “big” spacing (tablet) */
@media (min-width: 768px) { h3 + .big { margin-top: 24px; } }

/* Row + row spacing (tablet) */
@media (min-width: 768px) { .row + .row { margin-top: 50px; } }

/* Row + button spacing (tablet) */
@media (min-width: 768px) { .row + .button { margin-top: 50px; } }

/* Heading 1 + p spacing for desktops */
@media (min-width: 1200px) { h1 + p { margin-top: 6px; } }

/* Row-lg spacing */
@media (min-width: 1200px) { * + .row-lg { margin-top: 50px; } }

/* Row-xl spacing */
@media (min-width: 1200px) { * + .row-xl { margin-top: 60px; } }

/* Row-xxl spacing */
@media (min-width: 1200px) { * + .row-xxl { margin-top: 70px; } }

/* Owl carousel spacing (desktop) */
@media (min-width: 1200px) { * + .owl-carousel { margin-top: 50px; } }

/* Container + container spacing (desktop) */
@media (min-width: 1200px) { .container + .container { margin-top: 60px; } }

/* Row + row spacing (desktop) */
@media (min-width: 1200px) { .row + .row { margin-top: 60px; } }

/* Row + button spacing (desktop) */
@media (min-width: 1200px) { .row + .button { margin-top: 60px; } }

/* Row with no spacing */
.row-0 { margin-bottom: 0px; }

/* Remove row spacing if empty */
.row-0:empty { margin-bottom: 0; }

/* Reset child spacing for row-0 */
.row-0 > * { margin-bottom: 0px; }

/* Row with -10px spacing */
.row-10 { margin-bottom: -10px; }

/* Remove row-10 spacing if empty */
.row-10:empty { margin-bottom: 0; }

/* Reset child spacing for row-10 */
.row-10 > * { margin-bottom: 10px; }

/* Row with -15px spacing */
.row-15 { margin-bottom: -15px; }

/* Remove row-15 spacing if empty */
.row-15:empty { margin-bottom: 0; }

/* Reset child spacing for row-15 */
.row-15 > * { margin-bottom: 15px; }

/* Row with -20px spacing */
.row-20 { margin-bottom: -20px; }

/* Remove row-20 spacing if empty */
.row-20:empty { margin-bottom: 0; }

/* Reset child spacing for row-20 */
.row-20 > * { margin-bottom: 20px; }

/* Row with -30px spacing */
.row-30 { margin-bottom: -30px; }

/* Remove row-30 spacing if empty */
.row-30:empty { margin-bottom: 0; }

/* Reset child spacing for row-30 */
.row-30 > * { margin-bottom: 30px; }

/* Row with -40px spacing */
.row-40 { margin-bottom: -40px; }

/* Remove row-40 spacing if empty */
.row-40:empty { margin-bottom: 0; }

/* Reset child spacing for row-40 */
.row-40 > * { margin-bottom: 40px; }

/* Row with -50px spacing */
.row-50 { margin-bottom: -50px; }

/* Remove row-50 spacing if empty */
.row-50:empty { margin-bottom: 0; }

/* Reset child spacing for row-50 */
.row-50 > * { margin-bottom: 50px; }

/* Row with -50px spacing (row-60 actually same as row-50) */
.row-60 { margin-bottom: -50px; }

/* Remove row-60 spacing if empty */
.row-60:empty { margin-bottom: 0; }

/* Reset child spacing for row-60 */
.row-60 > * { margin-bottom: 50px; }

/* Responsive small rows with 30px spacing */
@media (min-width: 576px) { .row-sm-30 { margin-bottom: -30px; } }
@media (min-width: 576px) { .row-sm-30:empty { margin-bottom: 0; } }
@media (min-width: 576px) { .row-sm-30 > * { margin-bottom: 30px; } }

/* Responsive medium rows with 30px spacing */
@media (min-width: 768px) { .row-md-30 { margin-bottom: -30px; } }
@media (min-width: 768px) { .row-md-30:empty { margin-bottom: 0; } }
@media (min-width: 768px) { .row-md-30 > * { margin-bottom: 30px; } }

/* Responsive medium rows with 40px spacing */
@media (min-width: 768px) { .row-md-40 { margin-bottom: -40px; } }
@media (min-width: 768px) { .row-md-40:empty { margin-bottom: 0; } }
@media (min-width: 768px) { .row-md-40 > * { margin-bottom: 40px; } }

/* Responsive medium rows with 50px spacing */
@media (min-width: 768px) { .row-md-50 { margin-bottom: -50px; } }
@media (min-width: 768px) { .row-md-50:empty { margin-bottom: 0; } }
@media (min-width: 768px) { .row-md-50 > * { margin-bottom: 50px; } }

/* Responsive medium rows with 60px spacing */
@media (min-width: 768px) { .row-md-60 { margin-bottom: -60px; } }
@media (min-width: 768px) { .row-md-60:empty { margin-bottom: 0; } }
@media (min-width: 768px) { .row-md-60 > * { margin-bottom: 60px; } }

/* Responsive large rows with 20px spacing */
@media (min-width: 992px) { .row-lg-20 { margin-bottom: -20px; } }
@media (min-width: 992px) { .row-lg-20:empty { margin-bottom: 0; } }
@media (min-width: 992px) { .row-lg-20 > * { margin-bottom: 20px; } }

/* Responsive large rows with 50px spacing */
@media (min-width: 992px) { .row-lg-50 { margin-bottom: -50px; } }
@media (min-width: 992px) { .row-lg-50:empty { margin-bottom: 0; } }
@media (min-width: 992px) { .row-lg-50 > * { margin-bottom: 50px; } }

/* Responsive large rows with 60px spacing */
@media (min-width: 992px) { .row-lg-60 { margin-bottom: -60px; } }
@media (min-width: 992px) { .row-lg-60:empty { margin-bottom: 0; } }
@media (min-width: 992px) { .row-lg-60 > * { margin-bottom: 60px; } }

/* Responsive large rows with 70px spacing */
@media (min-width: 992px) { .row-lg-70 { margin-bottom: -70px; } }
@media (min-width: 992px) { .row-lg-70:empty { margin-bottom: 0; } }
@media (min-width: 992px) { .row-lg-70 > * { margin-bottom: 70px; } }

/* Responsive large rows with 80px spacing */
@media (min-width: 992px) { .row-lg-80 { margin-bottom: -80px; } }
@media (min-width: 992px) { .row-lg-80:empty { margin-bottom: 0; } }
@media (min-width: 992px) { .row-lg-80 > * { margin-bottom: 80px; } }

/* Responsive extra-large rows with 100px spacing */
@media (min-width: 1200px) { .row-xl-100 { margin-bottom: -100px; } }
@media (min-width: 1200px) { .row-xl-100:empty { margin-bottom: 0; } }
@media (min-width: 1200px) { .row-xl-100 > * { margin-bottom: 100px; } }

/* Offset top utility classes */
.offset-top-20 { margin-top: 20px; }
.offset-top-10 { margin-top: 10px; }
.offset-top-0 { margin-top: 0; }

/* Inset padding (top/bottom adjustments) */
.inset-xl-top-170 { padding-bottom: 65px; }
@media (min-width: 1200px) { .inset-xl-top-170 { padding-top: 170px; } }
.inset-xl-top-80 { padding-top: 30px; padding-bottom: 30px; }
@media (min-width: 1200px) { .inset-xl-top-80 { padding-top: 80px; } }



/* ===== Sections ===== */

/* Small section spacing */
.section-sm { padding: 25px 0; }

/* First small section: extra top padding */
.section-sm.section-first { padding-top: 50px; }

/* Last small section: extra bottom padding */
.section-sm.section-last { padding-bottom: 50px; }

/* Medium to xxl sections and inset-2: standard padding */
.section-md, .section-lg, .section-xl, .section-xxl, .section-inset-2 { padding: 50px 0; }

/* Adjacent collapsible sections: remove top padding */
.section-collapse + .section-collapse { padding-top: 0; }

/* Last collapsible section: remove bottom padding */
.section-collapse:last-child { padding-bottom: 0; }

/* Utility: force section bottom padding to 0 */
html [class*='section-'].section-bottom-0 { padding-bottom: 0; }

/* Utility: force section top padding to 0 */
html [class*='section-'].section-top-0 { padding-top: 0; }

/* Large sections reset on desktop (≥992px) */
@media (min-width: 992px) {
  html [class*='section-'].section-lg-0 { padding: 0 0 1px; }
}

/* Tablet (≥768px): adjust section paddings */
@media (min-width: 768px) {
  .section-sm { padding: 40px 0; }
  .section-sm.section-first { padding-top: 80px; }
  .section-sm.section-last { padding-bottom: 80px; }
  .section-md { padding: 60px 0; }
  .section-lg { padding: 70px 0; }
  .section-xl { padding: 80px 0; }
  .section-xxl { padding: 90px 0; }
  .section-inset-2 { padding: 65px 0; }
}

/* Desktop (≥992px): increase section paddings */
@media (min-width: 992px) {
  .section-sm { padding: 50px 0; }
  .section-sm.section-first { padding-top: 100px; }
  .section-sm.section-last { padding-bottom: 100px; }
  .section-md { padding: 70px 0; }
  .section-lg { padding: 80px 0; }
  .section-xl { padding: 90px 0; }
  .section-xxl { padding: 100px 0; }
}

/* Large desktop (≥1200px): larger section paddings */
@media (min-width: 1200px) {
  .section-md { padding: 80px 0; }
  .section-lg { padding: 90px 0; }
  .section-xl { padding: 100px 0; }
  .section-xxl { padding: 110px 0; }
  .section-inset-1 { padding: 120px 0; }
  .section-inset-4, .section-inset-5 { padding-top: 120px; }
}

/* Extra wide (≥1600px): max paddings for xxl and insets */
@media (min-width: 1600px) {
  .section-xxl { padding: 120px 0; }
  .section-inset-1 { padding: 140px 0; }
  .section-inset-3, .section-inset-4 { padding-top: 140px; }
  .section-inset-5 { padding-top: 150px; }
}

/* Single section layout: flex and centered */
.section-single { display: flex; text-align: center; }

/* Center align paragraphs inside single section */
.section-single p { margin-left: auto; margin-right: auto; }

/* Mailform container inside single section */
.section-single .rd-mailform-wrap { max-width: 740px; margin-left: auto; margin-right: auto; text-align: center; }

/* Rights text inside single section: smaller font */
.section-single p.rights { font-size: 14px; }

/* Mailform spacing after other elements */
.section-single * + .rd-mailform-wrap { margin-top: 30px; }

/* Tablet (≥768px): increase spacing inside single section */
@media (min-width: 768px) {
  .section-single * + .countdown-wrap { margin-top: 40px; }
  .section-single * + .rd-mailform-wrap { margin-top: 40px; }
}

/* Desktop (≥992px): advanced layout tweaks for single section */
@media (min-width: 992px) {
  .section-single .countdown-wrap { margin-bottom: -30px; margin-left: -65px; }
  .section-single .countdown-wrap:empty { margin-bottom: 0; margin-left: 0; }
  .section-single .countdown-wrap > * { display: inline-block; margin-top: 0; margin-bottom: 30px; margin-left: 65px; }
  .section-single * + .button { margin-top: 50px; }
  .section-single * + .countdown-wrap { margin-top: 55px; }
  .section-single * + .rd-mailform-wrap { margin-top: 60px; }
}

/* Single section header spacing */
.section-single-header { padding: calc(1em + 3vh) 0 calc(1em + 2vh); }

/* Single section main spacing */
.section-single-main { padding: calc(1em + 4vh) 0; }

/* Single section footer spacing */
.section-single-footer { padding: calc(1em + 2vh) 0 calc(1em + 3vh); }

/* Inner container: flexbox full height */
.section-single-inner { display: flex; flex-direction: column; align-items: center; justify-content: space-between; width: 100%; min-height: 100vh; }

/* Inner brand sizing */
.section-single-inner .brand { max-width: 167px; max-height: 52px; }

/* Inner children: full width */
.section-single-inner > * { width: 100%; }

/* Grid layout fallback if supported */
@supports (display: grid) {
  .section-single-inner { display: grid; justify-items: center; align-content: space-between; grid-template-columns: 1fr; }
}

/* Extra wide (≥1600px): adjust single section paddings */
@media (min-width: 1600px) {
  .section-single-header { padding-top: calc(1em + 9vh); }
  .section-single-main { padding: calc(1em + 1vh) 0 calc(1em + 10vh); }
  .section-single-footer { padding-bottom: calc(1em + 4vh); }
}

/* Extra wide (≥1600px): fluid section spacing */
@media (min-width: 1600px) {
  .section-fluid { padding-left: 75px; padding-right: 75px; }
  .section-fluid .container-fluid { padding-left: 0; padding-right: 0; max-width: 1770px; margin-left: auto; margin-right: auto; }
}

/* Relative sections and boxes */
.box-relative, .section-relative { position: relative; z-index: 1; }

/* Custom section: responsive height */
.section-custom-1 { min-height: 46.875vw; }




/**************** GRIDS ************************/

/* ===== Grid demonstration base styling ===== */
.grid-demonstration { text-align: left; line-height: 1.67; }

/* Grid demonstration heading weight */
.grid-demonstration h5, .grid-demonstration .heading-5 { font-weight: 500; }

/* Small screens: adjust paragraph spacing */
@media (max-width: 767.98px) { .grid-demonstration * + p { margin-top: 6px; } }

/* Reduce overflow text with ellipsis under 1600px */
@media (max-width: 1599.98px) { .grid-demonstration p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } }

/* Large screens: increase paragraph spacing */
@media (min-width: 1200px) { .grid-demonstration * + p { margin-top: 22px; } }

/* Extra small screens: remove container padding */
@media (max-width: 575.98px) { .container.grid-demonstration [class^='col'] { padding: 5px; } }

/* Medium screens: zero row margins */
@media (max-width: 991.98px) { .container-fluid.grid-demonstration .row { margin-left: 0; margin-right: 0; } }

/* Container-fluid column padding defaults */
.container-fluid.grid-demonstration [class^='col'] { padding: 5px; }

/* Larger screens progressively increase padding */
@media (min-width: 576px) { .container-fluid.grid-demonstration [class^='col'] { padding: 10px; } }
@media (min-width: 768px) { .container-fluid.grid-demonstration [class^='col'] { padding: 15px 10px; } }
@media (min-width: 992px) { .container-fluid.grid-demonstration [class^='col'] { padding: 20px; } }
@media (min-width: 1200px) { .container-fluid.grid-demonstration [class^='col'] { padding: 30px; } }

/* Very large screens: adjust margins/paddings */
@media (min-width: 1600px) { .container-fluid.grid-demonstration .row { margin-left: -35px; margin-right: -35px; } }
@media (min-width: 1600px) { .container-fluid.grid-demonstration [class^='col'] { padding: 40px 40px 40px 60px; } }
@media (min-width: 1600px) { .container-fluid.grid-demonstration .col-12, .container-fluid.grid-demonstration .col-6 { padding-right: 60px; } }

/* Ultra-wide screens: adjust even further */
@media (min-width: 1800px) { .container-fluid.grid-demonstration .row { margin-left: -75px; margin-right: -75px; } }
@media (min-width: 1800px) { .container-fluid.grid-demonstration [class^='col'] { padding: 45px 80px 45px 100px; } }
@media (min-width: 1800px) { .container-fluid.grid-demonstration .col-12, .container-fluid.grid-demonstration .col-6 { padding-right: 100px; } }

/* ===== Grid system with borders ===== */
.grid-system-bordered .row { margin-left: 0; margin-right: 0; }
.grid-system-bordered [class*='col'] { padding-top: 15px; padding-bottom: 15px; }
.grid-system-bordered .row { border-bottom: 1px solid #ebebeb; }
.grid-system-bordered .row:last-child { border-bottom-width: 0; }
.grid-system-bordered * + .row { margin-top: 20px; }
.grid-system-bordered .row + .row { margin-top: 0; }
@media (min-width: 576px) { .grid-system-bordered * + .row { margin-top: 0; } }
@media (min-width: 768px) { .grid-system-bordered [class*='col'] { padding-top: 25px; padding-bottom: 25px; } }
@media (min-width: 1200px) { .grid-system-bordered [class*='col'] { padding-top: 40px; padding-bottom: 40px; } }

/* ===== Grid system with outline ===== */
.grid-system-outline .row { border-top: 1px solid #ebebeb; }
.grid-system-outline .row:last-child { border-bottom: 1px solid #ebebeb; }
.grid-system-outline [class*='col']:not(:last-child) { border-right: 1px solid #ebebeb; }
.grid-system-outline * + .row { margin-top: 30px; }
.grid-system-outline .row + .row { margin-top: 0; }
@media (min-width: 768px) { .grid-system-outline * + .row { margin-top: 45px; } }

/* Remove container-fluid padding */
.container-fluid-inset-0 { padding-left: 0; padding-right: 0; }



/********************* BACKGROUNDS ***********************/

/* show the dark logo on light backgrounds - default */
.context-dark .brand .brand-logo-dark, .bg-gray-700 .brand .brand-logo-dark, .bg-gray-3 .brand .brand-logo-dark, .bg-brown-1 .brand .brand-logo-dark, .bg-primary .brand .brand-logo-dark { display: block; }

/* hide the light logo on light backgrounds - default */
.context-dark .brand .brand-logo-light, .bg-gray-700 .brand .brand-logo-light, .bg-gray-3 .brand .brand-logo-light, .bg-brown-1 .brand .brand-logo-light, .bg-primary .brand .brand-logo-light { display: none; }

/* Light Backgrounds */

/* White background */
.bg-default { background-color: #ffffff; }

/* Primary brand purple background */
.bg-primary { background-color: #6a2cba; }

/* Secondary yellow background */
.bg-secondary { background-color: #ffec4e; }

/* Light gray background */
.bg-gray-100 { background-color: #e1e1e1; }

/* Medium gray background */
.bg-gray-600 { background-color: #666666; }

/* Dark gray background */
.bg-gray-800 { background-color: #151515; }

/* Very light gray background */
.bg-gray-1 { background-color: #f5f5f5; }

/* Light silver background */
.bg-gray-2 { background-color: #ebebeb; }

/* Off-white gray background */
.bg-gray-4 { background-color: #f9faf9; }

/* Muted blue-gray background */
.bg-gray-11 { background-color: #586167; }

/* Charcoal gray background */
.bg-gray-13 { background-color: #404147; }

/* * Dark Backgrounds */

/* Dark slate gray background */
.bg-gray-700 { background-color: #2c343b; }

/* Deep gray background */
.bg-gray-3 { background-color: #464a4c; }

/* Brownish gray background */
.bg-brown-1 { background-color: #555552; }

/* Light neutral gray background */
.bg-gray-light { background-color: #f4f3f3; }

/* * Accent Backgrounds */

/* Remove top padding when two primary sections stack */
.bg-primary + .bg-primary { padding-top: 0; }

/** Background Image */

/* Generic background image (cover + centered) */
.bg-image { background-size: cover; background-position: center center; }

/* Any bg- class uses cover + centered by default */
[class*='bg-'] { background-size: cover; background-position: center center; }

/* Fixed background on large non-mobile screens */
@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .bg-fixed { background-attachment: fixed; }
}

/* Pattern background #1 */
.bg-image-1 { background-image: url(../images/bg-pattern-1.jpg); background-repeat: repeat; background-size: auto; background-color: #f5f5f5; }

/* About section background with overlay */
.bg-image-2::before { position: absolute; content: ''; top: 0; right: 0; bottom: 45px; left: 0; background-size: cover; background-repeat: no-repeat; background-position: 50%; background-color: #6a2cba; background-image: url(../images/bg-about-1.jpg); z-index: -1; }

/* Pattern background #2 */
.bg-image-3 { background-image: url(../images/bg-pattern-2.jpg); background-repeat: repeat; background-size: auto; background-color: #f5f5f5; }

/* Overlay background wrapper */
.bg-image-4 { position: relative; }

/* Dark overlay applied */
.bg-image-4::before { position: absolute; content: ''; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.2); }

/* Remove overlay on larger screens */
@media (min-width: 576px) {
	.bg-image-4::before { display: none; }
}

/* Pattern background #3 */
.bg-image-5 { background-image: url(../images/bg-pattern-3.jpg); background-repeat: repeat; background-size: auto; background-color: #404147; }

/* Right-side image background (hidden by default) */
.bg-image-6 { display: none; position: absolute; top: 0; right: 0; width: calc(50% + 45px); height: 100%; pointer-events: none; transform: translate3d(0, 0, 0); z-index: -1; }

/* Left-side image background (hidden by default) */
.bg-image-7 { display: none; position: absolute; top: 0; left: 0; height: 100%; width: calc(50% + 45px); background-position-x: 90%; z-index: -2; }

/* Enable side images on larger screens */
@media (min-width: 576px) {
	.bg-image-6, .bg-image-7 { display: block; }
}

/* Full image background */
.bg-img-1 { background-image: url("../images/bg-img-1.jpg"); background-repeat: no-repeat; background-size: cover; }

/* Wrapper for decorative images */
.image-decor-wrap { position: relative; overflow: hidden; }

/* Decorative left image positioning */
.image-decor-left, .image-decor-right { position: absolute; bottom: 0; }

/* Position left image */
.image-decor-left { right: 70%; }

/* Position right image */
.image-decor-right { left: 70%; }

/* Tablet positioning for decor images */
@media (min-width: 768px) {
	.image-decor-left { left: -12%; right: auto; }
	.image-decor-right { right: -12%; left: auto; }
}

/* Desktop positioning for decor images */
@media (min-width: 1200px) {
	.image-decor-left { left: -10%; }
	.image-decor-right { right: -10%; }
}

/* Ultra-wide positioning for decor images */
@media (min-width: 1500px) {
	.image-decor-left { left: 0; }
	.image-decor-right { right: 0; }
}

/* Horizontal gradient background 1 */
.bg-gradient-1 { background-image: -webkit-linear-gradient(left, #5bbc77 10%, #2975bb 90%); background-image: linear-gradient(to right, #5bbc77 10%, #2975bb 90%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5E91C0', endColorstr='#FF6a2cba', GradientType=1); }

/* Horizontal gradient background 2 */
.bg-gradient-2 { background-image: linear-gradient(to right, #6b93c6 0%, #887fd8 70%); }




/****************** UTILITY/MISC STYLES *****************/

/* Height-fill: flex container that stretches children */
.height-fill { position: relative; display: flex; flex-direction: column; align-items: stretch; }

/* Height-fill children: grow to fill space */
.height-fill > * { flex-grow: 1; flex-shrink: 0; }

/* Inline object container: no wrapping */
.object-inline { white-space: nowrap; }

/* Inline object children: inline-block with spacing */
.object-inline > * { display: inline-block; min-width: 20px; vertical-align: top; white-space: normal; }

/* Add margin between inline object children */
.object-inline > * + * { margin-left: 5px; }

/* Overflow hidden wrapper */
.oh { position: relative; overflow: hidden; }

/* Decorative text line wrapper */
.text-decoration-lines { position: relative; overflow: hidden; width: 100%; }

/* Decorative text content: inline with uppercase style */
.text-decoration-lines-content { position: relative; display: inline-block; min-width: 170px; font-size: 13px; text-transform: uppercase; }

/* Decorative lines before/after */
.text-decoration-lines-content::before, .text-decoration-lines-content::after { content: ''; position: absolute; height: 1px; background: #d7d7d7; top: 50%; width: 100vw; }

/* Left decorative line */
.text-decoration-lines-content::before { left: 0; transform: translate3d(-100%, 0, 0); }

/* Right decorative line */
.text-decoration-lines-content::after { right: 0; transform: translate3d(100%, 0, 0); }

/* Spacing before decorative text lines */
* + .text-decoration-lines { margin-top: 30px; }

/* Rights paragraph: muted styling */
p.rights { letter-spacing: 0; color: #666666; font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

/* Rights paragraph links: inherit color */
p.rights a, p.rights a:focus, p.rights a:active { color: inherit; }

/* Rights links hover: purple highlight */
p.rights a:hover { color: #6a2cba; }

/* Force higher z-index if inline style is set */
[style*='z-index: 1000;'] { z-index: 1101 !important; }

/* Text block children: small horizontal margin */
.text-block > * { margin-left: .125em; margin-right: .125em; }

/* Large screen insets */
@media (min-width: 992px) { .inset-lg-bottom-10 { padding-bottom: 10px; } }

@media (min-width: 1200px) {
  .inset-xl-left-35 { padding-left: 35px; }
  .inset-xl-right-20 { padding-right: 20px; }
  .inset-xl-right-30 { padding-right: 30px; }
  .inset-xl-right-35 { padding-right: 35px; }
  .inset-xl-right-50 { padding-right: 50px; }
  .inset-xl-right-55 { padding-right: 55px; }
  .inset-xl-right-70 { padding-right: 70px; }
  .inset-xl-right-100 { padding-right: 100px; }
}

/* Typography style adjustments on large screens */
@media (min-width: 1200px) { .typography-style-1 p { max-width: 95%; } }

/* Aside typography spacing */
.aside-typography p + h2 { margin-top: 16px; }
.aside-typography h2 + h3 { margin-top: 12px; }
.aside-typography h3 + h4 { margin-top: 22px; }

/* Color box line container */
.box-color-line { display: flex; justify-content: center; margin-left: -8px; }
.box-color-line > * { margin-left: 8px; }

/* Color box item sizing */
.box-color-item { width: 53px; height: 53px; }

/* Spacing around color box sections */
* + .box-color { margin-top: 16px; }
.box-color-line + .box-color-line { margin-top: 8px; }

/* Tablet screens: align color line left */
@media (min-width: 768px) { .box-color-line { justify-content: flex-start; } }

/* Aside typography item: add border on desktop */
@media (min-width: 992px) { .aside-typography-item { padding-left: 30px; border-left: 1px solid #e1e1e1; } }

/* Large screens: extra padding for aside typography */
@media (min-width: 1200px) { .aside-typography { padding-top: 20px; } }

/* Title group spacing */
.title-group p + p { margin-top: 0; }
.title-group h4 + p { margin-top: 22px; }

/* Classic title layout */
.title-classic { margin-bottom: -10px; margin-left: -40px; }
.title-classic:empty { margin-bottom: 0; margin-left: 0; }
.title-classic > * { display: inline-block; margin-top: 0; margin-bottom: 10px; margin-left: 40px; }

/* Tablet: flex layout for classic titles */
@media (min-width: 768px) {
  .title-classic { display: flex; align-items: center; }
  .title-classic-title { max-width: 40%; flex-shrink: 0; }
  .title-classic-title + .title-classic-subtitle { padding-left: 40px; border-left: 1px solid #e1e1e1; }
}

/* Modern title styling */
.title-modern { font-size: 10em; font-weight: 500; line-height: 1; letter-spacing: .05em; font-family: "Roboto Mono", monospace; color: rgba(255, 255, 255, 0.14); animation: titleColor 3s linear infinite; }
.title-modern + h4 { margin-top: 34px; }

@media (min-width: 992px) { .title-modern { font-size: 13em; } }
@media (min-width: 1200px) { .title-modern { font-size: 15em; } }
@media (min-width: 1600px) { .title-modern { font-size: 20em; } }

/* Modern title color animation */
@keyframes titleColor { 50% { color: rgba(255, 255, 255, 0.5); } }

/* Title style variations */
.title-style-1 { letter-spacing: .05em; text-transform: none; font-family: "Kalam", cursive; color: #6a2cba; }
.title-style-2 { letter-spacing: .2em; text-transform: uppercase; color: #6a2cba; }
.title-style-3 { font-weight: 500; letter-spacing: .15em; }
.title-style-4 { font-weight: 300; letter-spacing: .075em; }
.title-style-5 { font-weight: 400; letter-spacing: .075em; }
.title-style-6 { letter-spacing: .02em; font-family: "Kalam", cursive; color: #6a2cba; }
.title-style-7 { font-weight: 700; letter-spacing: .075em; text-transform: none; font-family: "Kalam", cursive; color: #6a2cba; }
.title-style-8 { font-weight: 500; text-transform: capitalize; }
.title-style-9 { font-weight: 500; letter-spacing: .075em; text-transform: none; line-height: 1.31; }
.title-style-10 { font-weight: 400; text-transform: capitalize; }
.title-style-11 { font-weight: 700; text-transform: none; }
.title-style-12 {font-weight: 300;}

/* Title style 12 for large screens */
@media (min-width: 1200px) { .title-style-12 { font-size: 26px; font-weight: 300; letter-spacing: .01em; } }

/* Decorated title */
.title-decor-1 { position: relative; font-weight: 300; z-index: 1; }
.title-decor-1::before { position: absolute; content: ''; bottom: 22%; left: 0; width: 94%; height: 10%; background: #fff669; z-index: -1; }

/* Spacing for certain title styles */
* + .title-style-3 { margin-top: 6px; }
* + .title-style-4 { margin-top: 6px; }
.title-style-1 + h2 { margin-top: 10px; }

@media (min-width: 768px) {
  * + .title-style-3 { margin-top: 12px; }
  * + .title-style-4 { margin-top: 12px; }
  * + .title-style-5 { margin-top: 25px; }
}

@media (min-width: 992px) {
  * + .title-style-4 { margin-top: 20px; }
  .title-style-4 + .tabs-line { margin-top: 50px; }
  .title-style-5 + .button { margin-top: 35px; }
}

@media (min-width: 1200px) { * + .title-style-5 { margin-top: 35px; } }

/* Dark/colored contexts: override title style colors */
.context-dark .title-style-6, .bg-gray-700 .title-style-6, .bg-gray-3 .title-style-6, .bg-brown-1 .title-style-6, .bg-primary .title-style-6,
.context-dark .title-style-7, .bg-gray-700 .title-style-7, .bg-gray-3 .title-style-7, .bg-brown-1 .title-style-7, .bg-primary .title-style-7 { color: #ffec4e; }

/* Group adjustment for title style 6 */
.group .title-style-6 { margin-bottom: 4px; }

/* Bordered layout styles */
.bordered-1 { overflow: hidden; }
.bordered-1 > div::before { position: absolute; content: ''; top: 50%; left: -1px; width: 0; height: 40%; border-left: 1px solid #e1e1e1; transform: translate3d(0, -50%, 0); }

@media (min-width: 768px) { .bordered-2 > div + div > * { padding-top: 40px; border-top: 1px solid #e1e1e1; } }
@media (min-width: 992px) { .bordered-2 > div + div > * { padding-top: 50px; border-top: 1px solid #e1e1e1; } }

/* Gutters utilities */
.gutters-10 { margin-left: -5px; margin-right: -5px; }
.gutters-10 [class*='col-'] { padding-left: 5px; padding-right: 5px; }
.gutters-20 { margin-left: -10px; margin-right: -10px; }
.gutters-20 [class*='col-'] { padding-left: 10px; padding-right: 10px; }

/* Left decorative text bar */
.text-decor-left { padding-left: 130px; position: relative; }
.text-decor-left:before { content: ''; position: absolute; display: block; width: 77px; height: 1px; background-color: rgba(255, 255, 255, 0.57); left: 25px; top: calc(50% - 5px); }
.text-decor-left:after { content: ''; position: absolute; display: block; width: 77px; height: 1px; background-color: rgba(255, 255, 255, 0.57); left: 0; top: calc(50% + 25px); }

/* Right decorative text bar */
.text-decor-right { padding-right: 130px; position: relative; }

.text-decor-right:before { content: ''; position: absolute; display: block; width: 112px; height: 1px; background-color: #d1d1d1; right: 0; top: calc(50% - 20px); }
@media (min-width: 992px) { 
	.text-decor-right:before { right: -30px; } 
}

.text-decor-right:after { content: ''; position: absolute; display: block; width: 112px; height: 1px; background-color: #d1d1d1; right: 25px; top: calc(50% + 10px); }
@media (min-width: 992px) { 
	.text-decor-right:after { right: 0; } 
}

/*** remove the text decoration on small screens */
@media (max-width: 991px) {
  .text-decor-left, .text-decor-right { padding-left: 0; padding-right: 0; }
  .text-decor-left:before, .text-decor-left:after, .text-decor-right:before, .text-decor-right:after { display: none; }
}



/********************* PAGE LOADING ANIMATION // PRELOADER ************************/

/* Fullscreen preloader container */
.preloader { position: fixed; left: 0; top: 0; bottom: 0; right: 0; z-index: 10000; display: flex; justify-content: center; align-items: center; padding: 20px; background: #ffffff; transition: .3s all ease; }

/* Ensure inner preloader elements don’t use border-box */
.preloader * { box-sizing: content-box; }

/* Hide preloader when loaded */
.preloader.loaded { opacity: 0; visibility: hidden; }

/* Center content inside preloader */
.preloader-body { text-align: center; }

/* Slight right shift for preloader message text */
.preloader-body p { position: relative; right: -8px; }

/* Outer preloader bell shape */
.cssload-bell { width: 97px; height: 99px; border-radius: 100%; }

/* Container for spinning circles */
.cssload-circle { width: 100%; height: 100%; position: absolute; }

/* Inner spinning border effect */
.cssload-circle .cssload-inner { width: 100%; height: 100%; border-radius: 100%; border: 5px solid rgba(94, 192, 175, 0.8); border-right: none; border-top: none; background-clip: padding; box-shadow: inset 0 0 10px rgba(1, 67, 128, 0..2); }

/* Initial rotation for first circle */
.cssload-circle:nth-of-type(0) { transform: rotate(0deg); }

/* Spin animation for first circle */
.cssload-circle:nth-of-type(0) .cssload-inner { animation: cssload-spin 2.3s infinite linear; }

/* Rotation for second circle */
.cssload-circle:nth-of-type(1) { transform: rotate(70deg); }

/* Spin animation for second circle */
.cssload-circle:nth-of-type(1) .cssload-inner { animation: cssload-spin 2.3s infinite linear; }

/* Rotation for third circle */
.cssload-circle:nth-of-type(2) { transform: rotate(140deg); }

/* Spin animation for third circle */
.cssload-circle:nth-of-type(2) .cssload-inner { animation: cssload-spin 2.3s infinite linear; }

/* Spin animation for the bell container */
.cssload-bell { animation: cssload-spin 5.75s infinite linear; }

/* Keyframes for rotating preloader parts */
@keyframes cssload-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}



/***************** PAGE FADE IN/OUT SLIDE IN FROM LEFT/RIGHT ANIMATIONS **********/
/*** loaded by js **/

/* Base animation settings: sets duration, fill mode, and ensures visible by default */
.animated { -webkit-animation-duration: .7s; animation-duration: .7s; -webkit-animation-fill-mode: both; animation-fill-mode: both; opacity: 1; }

/* Infinite loop version of animated */
.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }

/* Hinge animation takes longer duration */
.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; }

/* Non-animated elements start hidden (except IE < 10) */
html:not(.lt-ie10) .not-animated { opacity: 0; }

/* Fade In effect (WebKit-specific) */
@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }

/* Fade In effect (standard) */
@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }

/* Class that applies fadeIn keyframe */
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

/* Fade In Up effect (WebKit-specific) */
@-webkit-keyframes fadeInUp { 
	0% { opacity: 0; -webkit-transform: translate3d(0, 40px, 0); transform: translate3d(0, 40px, 0); } 
	100% { opacity: 1; -webkit-transform: none; transform: none; } 
}

/* Fade In Up effect (standard) */
@keyframes fadeInUp { 
	0% { opacity: 0; -webkit-transform: translate3d(0, 40px, 0); transform: translate3d(0, 40px, 0); } 
	100% { opacity: 1; -webkit-transform: none; transform: none; } 
}

/* Class that applies fadeInUp keyframe */
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

/* Fade In Down effect (WebKit-specific) */
@-webkit-keyframes fadeInDown { 
	0% { opacity: 0; -webkit-transform: translate3d(0, -40px, 0); transform: translate3d(0, -40px, 0); } 
	100% { opacity: 1; -webkit-transform: none; transform: none; } 
}

/* Fade In Down effect (standard) */
@keyframes fadeInDown { 
	0% { opacity: 0; -webkit-transform: translate3d(0, -40px, 0); transform: translate3d(0, -40px, 0); } 
	100% { opacity: 1; -webkit-transform: none; transform: none; } 
}

/* Class that applies fadeInDown keyframe */
.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

/* Fade In Left effect (WebKit-specific) */
@-webkit-keyframes fadeInLeft { 
	0% { opacity: 0; -webkit-transform: translate3d(-40px, 0, 0); transform: translate3d(-40px, 0, 0); } 
	100% { opacity: 1; -webkit-transform: none; transform: none; } 
}

/* Fade In Left effect (standard) */
@keyframes fadeInLeft { 
	0% { opacity: 0; -webkit-transform: translate3d(-40px, 0, 0); transform: translate3d(-40px, 0, 0); } 
	100% { opacity: 1; -webkit-transform: none; transform: none; } 
}

/* Class that applies fadeInLeft keyframe */
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }

/* Fade In Right effect (WebKit-specific) */
@-webkit-keyframes fadeInRight { 
	0% { opacity: 0; -webkit-transform: translate3d(40px, 0, 0); transform: translate3d(40px, 0, 0); } 
	100% { opacity: 1; -webkit-transform: none; transform: none; } 
}

/* Fade In Right effect (standard) */
@keyframes fadeInRight { 
	0% { opacity: 0; -webkit-transform: translate3d(40px, 0, 0); transform: translate3d(40px, 0, 0); } 
	100% { opacity: 1; -webkit-transform: none; transform: none; } 
}

/* Class that applies fadeInRight keyframe */
.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

/* Fade Out effect (WebKit-specific) */
@-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }

/* Fade Out effect (standard) */
@keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }

/* Class that applies fadeOut keyframe */
.fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }

/* Slide In Up effect (WebKit-specific) */
@-webkit-keyframes slideInUp { 
	0% { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; } 
	100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 
}

/* Slide In Up effect (standard) */
@keyframes slideInUp { 
	0% { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; } 
	100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 
}

/* Class that applies slideInUp keyframe */
.slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; }

/* Slide In Down effect (WebKit-specific) */
@-webkit-keyframes slideInDown { 
	0% { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; } 
	100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 
}

/* Slide In Down effect (standard) */
@keyframes slideInDown { 
	0% { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; } 
	100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 
}

/* Class that applies slideInDown keyframe */
.slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; }

/* Slide In Left effect (WebKit-specific) */
@-webkit-keyframes slideInLeft { 
	0% { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; }
	100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 
}

/* Slide In Left effect (standard) */
@keyframes slideInLeft { 
	0% { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; } 
	100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 
}

/* Class that applies slideInLeft keyframe */
.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }

/* Slide In Right effect (WebKit-specific) */
@-webkit-keyframes slideInRight { 
	0% { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; } 
	100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 
}

/* Slide In Right effect (standard) */
@keyframes slideInRight { 
	0% { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; } 
	100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 
}

/* Class that applies slideInRight keyframe */
.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; }

/* Slide Out Down effect (WebKit-specific) */
@-webkit-keyframes slideOutDown { 
	0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 
	100% { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } 
}

/* Slide Out Down effect (standard) */
@keyframes slideOutDown { 
	0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 
	100% { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } 
}

/* Class that applies slideOutDown keyframe */
.slideOutDown { -webkit-animation-name: slideOutDown; animation-name: slideOutDown; }

/* Fade and scale effect (WebKit-specific) */
@-webkit-keyframes fadeScale { 
	0% { opacity: 0; -webkit-transform: scale(0.5); transform: scale(0.5); } 
	100% { opacity: 1; -webkit-transform: none; transform: none; } 
}

/* Fade and scale effect (standard) */
@keyframes fadeScale { 
	0% { opacity: 0; -webkit-transform: scale(0.5); transform: scale(0.5); } 
	100% { opacity: 1; -webkit-transform: none; transform: none; } 
}

/* Class that applies fadeScale keyframe */
.fadeScale { -webkit-animation-name: fadeScale; animation-name: fadeScale; }

/* Horizontal looping scale animation */
@keyframes moreLoopX { 
	0% { transform: scale(0, 1); transform-origin: left; } 47% { transform: scale(1, 1); transform-origin: left; } 48% { transform: scale(1, 1); transform-origin: right; } 95% { transform: scale(0, 1); transform-origin: right; } 96% { transform: scale(0, 1); transform-origin: left; } 
	100% { transform: scale(0, 1); } 
}

/* Vertical looping scale animation */
@keyframes moreLoopY { 
	0% { transform: scale(1, 0); transform-origin: top; } 47% { transform: scale(1, 1); transform-origin: top; } 48% { transform: scale(1, 1); transform-origin: bottom; } 95% { transform: scale(1, 0); transform-origin: bottom; } 96% { transform: scale(1, 0); transform-origin: top; } 
	100% { transform: scale(1, 0); } 
}

/* Icon color/background classic animation */
@keyframes iconClassic {
	0% { color: #151515; background: #ffffff; } 
	33% { color: #ffffff; background: #6a2cba; } 
	64% { color: #ffffff; background: #6a2cba; } 
	67% { color: #151515; background: #ffec4e; } 
	97% { color: #151515; background: #ffec4e; } 
}

/* SVG icon fill animation for classic style */
@keyframes iconSvgClassic { 
	30% { fill: #151515; } 
	33% { fill: #ffffff; } 
	64% { fill: #ffffff; } 
	67% { fill: #151515; } 
	97% { fill: #151515; } 
}


/************** SNACKBARS ***********/

/* Snackbar container: spacing, colors, font size, box shadow */
.snackbars { padding: 9px 16px; margin-left: auto; margin-right: auto; color: #ffffff; text-align: left; background-color: #151515; border-radius: 0; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15); font-size: 14px; }
/* Icon inside snackbars: adjust size */
.snackbars .icon-xxs { font-size: 18px; }
/* Add spacing before the last span in snackbar paragraph */
.snackbars p span:last-child { padding-left: 14px; }
/* Left section of snackbar: inline layout, no bottom margin */
.snackbars-left { display: inline-block; margin-bottom: 0; }
/* Right section of snackbar: float right, uppercase text */
.snackbars-right { display: inline-block; float: right; text-transform: uppercase; }
/* Right section hover effect: underline on hover */
.snackbars-right:hover { text-decoration: underline; }
/* Larger screens: adjust snackbar width, padding, and font size */
@media (min-width: 576px) {
  .snackbars { max-width: 540px; padding: 12px 15px; font-size: 15px; }
}


/************************ FOOTER **************/

/* Footer classic: centered text, spacing, white background */
.footer-classic { text-align: center; letter-spacing: .025em; background: #1366a9; color:#ffffff;}
/* Footer classic links: inherit color */
.footer-classic .contacts-creative a, .footer-classic .contacts-creative a:focus, .footer-classic .contacts-creative a:active { color: inherit; }
/* Footer classic links hover: yellow highlight */
.footer-classic .contacts-creative a:hover { color: #ffffff; }
/* Footer brand logo sizing */
.footer-classic .footer-classic-brand .brand { max-width: 167px; max-height: 52px; }
/* Footer contact icons: yellow color */
.footer-classic .contacts-creative .icon { color: #ffffff; }

/* Footer panel: centered, padding, white background */
.footer-classic-panel { text-align: center; padding: 20px 0; background: #ffffff; color:#333333;}
/* Footer rights text: muted gray */
.footer-classic-panel .rights { color: #333333; }
/* Footer panel links: inherit color */
.footer-classic-panel a, .footer-classic-panel a:focus, .footer-classic-panel a:active { color: inherit; }
/* Footer panel link hover: purple highlight */
.footer-classic-panel a:hover { color: #6a2cba; }
/* Footer section titles: bold weight */
.footer-classic-title { font-weight: 700; color:#ffffff;}
/* Schedule list: reset letter spacing */
.list-schedule { letter-spacing: 0; }
/* Schedule list items: inline layout */
.list-schedule li > * { display: inline-block; }
/* Schedule first child: dark text, min width */
.list-schedule li > *:first-child { color: #151515; min-width: 75px; }
/* Schedule siblings: left margin */
.list-schedule li > * + * { margin-left: 8px; }
/* Footer social section: dark text, no extra spacing */
.footer-classic-social { color: #ffffff; letter-spacing: 0; }
.footer-classic-social a{color:#ffffff;}
/* Footer social section after other blocks: spacing and border */
* + .footer-classic-social { margin-top: 24px; padding-top: 24px; border-top: 1px solid #e1e1e1; }
/* Contacts creative: slight letter spacing and dark text */
.contacts-creative { letter-spacing: .05em; color: #151515; }
/* Contact links: inherit color */
.contacts-creative a, .contacts-creative a:focus, .contacts-creative a:active { color: inherit; }
/* Contact links hover: purple highlight */
.contacts-creative a:hover { color: #6a2cba; }
/* Contact icons: size, alignment, purple */
.contacts-creative .icon { vertical-align: middle; font-size: 18px; line-height: 21px; color: #6a2cba; }
/* Contact list spacing between items */
.contacts-creative li + li { margin-top: 12px; }
/* Larger screens (≥768px): adjust contact icons and list spacing */
@media (min-width: 768px) {
  .contacts-creative .icon { line-height: 24px; }
  .contacts-creative li + li { margin-top: 18px; }
}
/* Schedule list spacing after elements */
* + .list-schedule { margin-top: 12px; }
/* Brand followed by content: margin spacing */
.footer-classic-brand + * { margin-top: 12px; }
/* Title followed by content: margin spacing */
.footer-classic-title + * { margin-top: 12px; }
/* Medium screens (≥576px): increase margins */
@media (min-width: 576px) {
  * + .list-schedule { margin-top: 20px; }
  .footer-classic-brand + * { margin-top: 20px; }
  .footer-classic-title + * { margin-top: 20px; }
}
/* Larger screens (≥768px): left-align footer, adjust spacing and padding */
@media (min-width: 768px) {
  .footer-classic { text-align: left; }
  .footer-classic-panel { text-align: left; padding: 30px 0; }
  .list-schedule li > *:first-child { min-width: 86px; }
  * + .list-schedule { margin-top: 30px; }
  .footer-classic-brand + * { margin-top: 30px; }
  .footer-classic-title + * { margin-top: 30px; }
}
/* Wide screens (≥992px): increase title spacing */
@media (min-width: 992px) {
  .footer-classic-title + * { margin-top: 45px; }
}
/* Extra wide screens (≥1200px): increase footer padding */
@media (min-width: 1200px) {
  .footer-classic-panel { padding: 40px 0; }
}
/* Button hover/active inside footer: invert colors to white background + purple text */
.footer-classic .context-dark .button-primary:hover, .footer-classic .bg-gray-700 .button-primary:hover, .footer-classic .bg-gray-3 .button-primary:hover, .footer-classic .bg-brown-1 .button-primary:hover, .footer-classic .bg-primary .button-primary:hover, .footer-classic .context-dark .button-primary:active, .footer-classic .bg-gray-700 .button-primary:active, .footer-classic .bg-gray-3 .button-primary:active, .footer-classic .bg-brown-1 .button-primary:active, .footer-classic .bg-primary .button-primary:active { color: #6a2cba; background-color: #ffffff; border-color: #ffffff; }
/* Dark/colored contexts: list schedule first child and contacts inherit color */
.context-dark .list-schedule li > *:first-child, .bg-gray-700 .list-schedule li > *:first-child, .bg-gray-3 .list-schedule li > *:first-child, .bg-brown-1 .list-schedule li > *:first-child, .bg-primary .list-schedule li > *:first-child,
.context-dark .contacts-creative,
.bg-gray-700 .contacts-creative,
.bg-gray-3 .contacts-creative,
.bg-brown-1 .contacts-creative,
.bg-primary .contacts-creative { color: inherit; }
/* Dark/colored contexts: footer social text inherits color, lighter top border */
.context-dark .footer-classic-social, .bg-gray-700 .footer-classic-social, .bg-gray-3 .footer-classic-social, .bg-brown-1 .footer-classic-social, .bg-primary .footer-classic-social { color: inherit; border-top-color: rgba(255, 255, 255, 0.2); }



/******************* UP ARROW - LINK TO TOP OF PAGE *******************/

/* Scroll-to-top button: fixed circle with transition */
.ui-to-top { position: fixed; overflow: hidden; text-align: center; right: 15px; bottom: 15px; width: 50px; height: 50px; font-size: 20px; line-height: 50px; border-radius: 50%; text-decoration: none; transition: all .45s ease, opacity .25s ease-in-out; transform: translate3d(0, 100px, 0); opacity: .6; z-index: 100; }

/* Scroll-to-top base and active states: white text, purple background */
.ui-to-top, .ui-to-top:focus, .ui-to-top:active { color: #ffffff; background: #6a2cba; }

/* Hover effect: full opacity, keep white text */
.ui-to-top:hover { opacity: 1; color: #ffffff; text-decoration: none; }

/* Active state: bring button into view */
.ui-to-top.active { transform: translate3d(0, 0, 0); }

/* Hide scroll-to-top on mobile and tablet */
html.mobile .ui-to-top, html.tablet .ui-to-top { display: none !important; }

/* Larger screens (≥576px): adjust button offset */
@media (min-width: 576px) {
  .ui-to-top { right: 40px; bottom: 40px; }
}



/*************** NAVIGATION / NAVBAR *****************/
/** navbar-fixed: mobile/tablet screens **/
/** navbar-static: desktop/wide screens **/

/* Animation: slide navbar down */
@keyframes rd-navbar-slide-down { 0% { transform: translateY(-100%); } 100% { transform: translateY(0); } }

/* Animation: slide navbar up */
@keyframes rd-navbar-slide-up { 0% { transform: translateY(0); } 100% { transform: translateY(-100%); } }

/* Navbar transitions */
.rd-navbar-wrap, .rd-navbar, .rd-menu, .rd-navbar-nav, .rd-navbar-panel, .rd-navbar-static .rd-menu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu, .rd-navbar-project { transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1); }

/* Disable transitions */
.rd-navbar--no-transition, .rd-navbar--no-transition * { transition: none !important; }

/* Hide navbar by default */
.rd-navbar, .rd-navbar.rd-navbar--is-clone { display: none; }

/* Hide cloned navbar in fixed/sidebar cases */
.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone, .rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone { display: none; }

/* Navbar base: hidden with white background */
.rd-navbar { display: none; background: #ffffff; }

/* Navbar toggle (hamburger button) */
.rd-navbar-toggle { display: none; position: relative; width: 40px; height: 48px; line-height: 48px; cursor: pointer; color: #151515; padding: 0; background-color: transparent; border: none; }

/* Navbar toggle bar */
.rd-navbar-toggle span { position: relative; display: block; margin: auto; transition: .3s all ease; }

/* Navbar toggle pseudo elements */
.rd-navbar-toggle span:after, .rd-navbar-toggle span:before { content: ""; position: absolute; left: 0; top: -8px; transition: .3s all ease; }

/* Lower toggle line */
.rd-navbar-toggle span:after { top: 8px; }

/* Toggle lines styling */
.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span { width: 24px; height: 2px; background-color: #151515; backface-visibility: hidden; border-radius: 0; }

/* Active toggle state: hide middle line */
.rd-navbar-toggle.active span { background: transparent; }

/* Active toggle pseudo elements */
.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after { transform-origin: 50% 50%; top: 0; }

/* Active toggle before: rotated line */
.rd-navbar-toggle.active span:before { transform: rotate(45deg); }

/* Active toggle after: rotated line */
.rd-navbar-toggle.active span:after { transform: rotate(-45deg); }

/* Collapse toggle button */
.rd-navbar-collapse-toggle { display: none; position: relative; width: 40px; height: 48px; line-height: 48px; cursor: pointer; color: #151515; }

/* Collapse toggle position */
.rd-navbar-collapse-toggle span { top: 50%; margin-top: -3px; }

/* Collapse toggle dots */
.rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after { position: absolute; width: 6px; height: 6px; line-height: 6px; text-align: center; background: #151515; left: 50%; margin-left: -3px; border-radius: 50%; transition: .3s all ease; }

/* Collapse toggle pseudo elements */
.rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after { content: ''; }

/* Collapse toggle before */
.rd-navbar-collapse-toggle span:before { bottom: 100%; margin-bottom: 3px; }

/* Collapse toggle after */
.rd-navbar-collapse-toggle span:after { top: 100%; margin-top: 3px; }

/* Collapse toggle active state */
.rd-navbar-collapse-toggle.active span { transform: scale(0.7); }

/* Collapse toggle active before */
.rd-navbar-collapse-toggle.active span:before { transform: translateY(18px); }

/* Collapse toggle active after */
.rd-navbar-collapse-toggle.active span:after { transform: translateY(-18px); }

/* Navbar brand link */
.rd-navbar-brand a { display: block; }

/* Navbar dropdown hidden */
.rd-navbar-dropdown { display: none; }


/*********** STATIC NAVBAR **********/
/** for desktop/wide screens **/

/* RD Navbar Static: visible layout */
.rd-navbar-static { display: block; }

.rd-navbar-static.rd-navbar--is-clone {
	display: block;
	transform: translate3d(0, -100%, 0);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translate3d(0, 0, 0);
}

.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	background: #ffffff;
}

/* Static navbar items inline */
.rd-navbar-static .rd-nav-item { display: inline-block; max-width: 100px;}
.rd-navbar-static .rd-nav-item:last-of-type { max-width: 60px;}

/* Static navbar focus/open states */
.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-static .rd-nav-item.opened .rd-nav-link { color: #6a2cba; background: transparent; }

/* Static submenu toggle focus/open states */
.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle { color: #6a2cba; }

/* Static navbar active states */
.rd-navbar-static .rd-nav-item.active .rd-nav-link { color: #6a2cba; background: transparent; }
.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle { color: #6a2cba; }

/* Submenu toggle rotation on hover/open/focus */
.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle::before, .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle::before, .rd-navbar-static .rd-nav-item .rd-nav-link:hover + .rd-navbar-submenu-toggle::before { transform: rotate(180deg); }

/* Submenu toggle styles */
.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle { display: none; margin-left: 4px; font-family: "Material Design Icons"; font-size: 16px; cursor: pointer; }

/* Submenu toggle arrow */
.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle::before { position: relative; display: inline-block; transition: .22s; content: '\f236'; }

/* Submenu toggle hover */
.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover { color: #6a2cba; }

/* Submenu container margin */
.rd-navbar-static .rd-nav-item > .rd-navbar-submenu { margin-top: 20px; }

/* Spacing between nav items */
.rd-navbar-static .rd-nav-item + .rd-nav-item { margin-left: 25px; }
@media (min-width: 1200px) { .rd-navbar-static .rd-nav-item + .rd-nav-item { margin-left: 55px; } }

/* Static nav links */
.rd-navbar-static .rd-nav-link { position: relative; display: inline-block; font-size: 14px; line-height: 1.2; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; font-family: "Roboto Mono", monospace; color: #151515; transition: all .25s ease-in-out; }

/* Nav link hover */
.rd-navbar-static .rd-nav-link:hover { color: #6a2cba; }

/* Static menu dropdown container */
.rd-navbar-static .rd-menu { position: absolute; text-align: left; display: block; top: 100%; transform: translate3d(0, 30px, 0) scale(0.7); visibility: hidden; opacity: 0; z-index: 15; }

/* Menu background styles */
.rd-navbar-static .rd-menu::before, .rd-navbar-static .rd-menu::after { position: absolute; content: ''; right: 0; bottom: 0; left: 0; z-index: -1; pointer-events: none; }
.rd-navbar-static .rd-menu::before { top: 5px; box-shadow: 0 0 5px 0 rgba(1, 3, 4, 0.19); }
.rd-navbar-static .rd-menu::after { top: 0; background: #ffffff; }

/* Static navbar dropdown menu */
.rd-navbar-static .rd-navbar-dropdown { position: absolute; padding: 30px; margin-left: -30px; width: 260px; background: #ffffff; z-index: 5; }

/* Nested dropdowns */
.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown { top: -1px; left: 100%; z-index: 2; margin-top: -15px; margin-left: 15px; transform: translate3d(30px, 0, 0); }

/* Nested dropdown open left */
.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left { left: auto; right: 100%; margin-left: 0; margin-right: 15px; transform: translate3d(-30px, 0, 0); }

/* Large screens: dropdown padding */
@media (min-width: 1200px) { .rd-navbar-static .rd-navbar-dropdown { padding: 40px 44px; margin-left: -44px; } }

/* Dropdown item focus/opened state */
.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link, .rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link { color: #6a2cba; }

/* Dropdown item spacing */
.rd-navbar-static .rd-dropdown-item + .rd-dropdown-item { margin-top: 14px; }
@media (min-width: 1200px) { .rd-navbar-static .rd-dropdown-item + .rd-dropdown-item { margin-top: 24px; } }

/* Dropdown link default and hover */
.rd-navbar-static .rd-dropdown-link { color: #151515; }
.rd-navbar-static .rd-dropdown-link:hover { color: #6a2cba; }

/* Dropdown and megamenu links */
.rd-navbar-static .rd-dropdown-link, .rd-navbar-static .rd-megamenu-list-link { font-size: 12px; line-height: 1.2; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; font-family: "Roboto Mono", monospace; color: #151515; transition: all .25s ease-in-out; }
@media (min-width: 1200px) { .rd-navbar-static .rd-dropdown-link, .rd-navbar-static .rd-megamenu-list-link { font-size: 14px; } }

/* Static navbar megamenu container */
.rd-navbar-static .rd-navbar-megamenu { display: flex; justify-content: space-between; left: 0; width: 100%; padding: 30px; max-width: 1200px; background: #ffffff; }

/* Large screens: adjust megamenu padding */
@media (min-width: 1200px) { .rd-navbar-static .rd-navbar-megamenu { padding: 30px 70px 70px; } }

/* Spacing between megamenu items */
.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item { padding-left: 30px; }

/* Large screens: increase spacing between megamenu items */
@media (min-width: 1200px) { .rd-navbar-static .rd-megamenu-item + .rd-megamenu-item { padding-left: 40px; } }

/* Banner inside megamenu: max width */
.rd-navbar-static .rd-megamenu-banner .banner-classic { max-width: 220px; }

/* Owl carousel dots inside banner */
.rd-navbar-static .rd-megamenu-banner .owl-dots { margin-top: 30px; }

/* Large screens: wider banner */
@media (min-width: 1200px) { .rd-navbar-static .rd-megamenu-banner .banner-classic { max-width: 300px; } }

/* Two-column megamenu list */
.rd-navbar-static .rd-megamenu-list-2 { columns: 2; break-inside: avoid; -moz-column-gap: 30px; -webkit-column-gap: 30px; column-gap: 30px; }

/* Large screens: increase column gap */
@media (min-width: 1200px) {
	.rd-navbar-static .rd-megamenu-list-2 { -moz-column-gap: 40px; -webkit-column-gap: 40px; column-gap: 40px; } 
}

/* Megamenu title styling */
.rd-navbar-static .rd-megamenu-title { padding-bottom: 16px; border-bottom: 1px solid #e1e1e1; color: #6a2cba; display: flex; }

/* Title children: inline alignment */
.rd-navbar-static .rd-megamenu-title > * { display: inline-block; vertical-align: middle; }

/* Spacing between title children */
.rd-navbar-static .rd-megamenu-title > * + * { margin-left: 14px; }

/* Megamenu icon size */
.rd-navbar-static .rd-megamenu-icon { font-size: 24px; }

/* Large screens: bigger icon */
@media (min-width: 1200px) { .rd-navbar-static .rd-megamenu-icon { font-size: 30px; } }

/* Megamenu text styles */
.rd-navbar-static .rd-megamenu-text { font-size: 12px; line-height: 1.72; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-family: "Roboto Mono", monospace; }

/* Large screens: larger megamenu text */
@media (min-width: 1200px) { .rd-navbar-static .rd-megamenu-text { font-size: 14px; } }

/* Spacing between list items */
.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item { margin-top: 14px; }

/* Large screens: bigger spacing between list items */
@media (min-width: 1200px) { .rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item { margin-top: 24px; } }

/* Megamenu list links */
.rd-navbar-static .rd-megamenu-list-link { color: #000000; background: transparent; }

/* Hover effect for list links */
.rd-navbar-static .rd-megamenu-list-link:hover { color: #6a2cba; background: transparent; }

/* Spacing before megamenu lists */
.rd-navbar-static * + .rd-megamenu-list { margin-top: 20px; }

/* Spacing after title before banner */
.rd-navbar-static .rd-megamenu-title + .banner-classic { margin-top: 25px; }

/* Large screens: adjust spacing for lists and banners */
@media (min-width: 1200px) { 
  .rd-navbar-static * + .rd-megamenu-list { margin-top: 35px; } 
  .rd-navbar-static .rd-megamenu-title + .banner-classic { margin-top: 42px; } 
}

/* Show submenu when focused/opened */
.rd-navbar-static .rd-navbar-submenu.focus > .rd-menu, .rd-navbar-static .rd-navbar-submenu.opened > .rd-menu { opacity: 1; visibility: visible; transform: translate3d(0, 0, 0); }

/* Large screens: adjust megamenu item widths and IE11 fixes */
@media (min-width: 1200px) {
  .rd-navbar-megamenu .rd-megamenu-item:first-child { max-width: 40%; }
  .rd-navbar-megamenu .rd-megamenu-item:nth-child(2) { max-width: 31%; }
  .ie-11 .rd-navbar-megamenu .rd-megamenu-item:first-child { margin: 0 auto 0 0; flex-grow: 1; }
  .ie-11 .rd-navbar-megamenu .rd-megamenu-item:nth-child(2) { margin: 0 0 0 auto; }
  .ie-11 .rd-navbar-megamenu .rd-megamenu-item:nth-child(3) { margin: 0 0 0 auto; }
}


/********** FIXED NAVBAR ****************/
/** mobile/tablet screens **/

/* RD Navbar Fixed: main container */
.rd-navbar-fixed { display: block; }

/* Fixed navbar toggle visible */
.rd-navbar-fixed .rd-navbar-toggle { display: inline-block; }

/* Fixed navbar brand: truncated text styles */
.rd-navbar-fixed .rd-navbar-brand { position: relative; margin-left: 6px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: left; font-size: 22px; line-height: 46px; }

/* Brand logo image sizing */
.rd-navbar-fixed .rd-navbar-brand img { max-width: 120px; max-height: 40px; width: auto; height: auto; }

/* Mobile logo versions: hide dark/light, show fixed */
.rd-navbar-fixed.rd-navbar-logo-mobile .brand-logo-dark, .rd-navbar-fixed.rd-navbar-logo-mobile .brand-logo-light { display: none; }
.rd-navbar-fixed.rd-navbar-logo-mobile .brand-logo-fixed { display: block; }

/* Fixed navbar panel: header bar */
.rd-navbar-fixed .rd-navbar-panel { position: fixed; left: 0; top: 0; right: 0; z-index: 1080; display: flex; align-items: center; height: 56px; padding: 4px; }

/* Nav wrap panel: off-canvas menu */
.rd-navbar-fixed .rd-navbar-nav-wrap { position: fixed; left: 0; top: -56px; bottom: -56px; z-index: 1079; width: 270px; padding: 112px 0 81px; overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; font-size: 14px; line-height: 34px; transform: translateX(-110%); }

/* Custom scrollbars for nav wrap */
.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar { width: 4px; }
.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb { background: #dac4f6; border: none; border-radius: 0; opacity: .2; }
.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track { background: #6a2cba; border: none; border-radius: 0; }

/* Nav wrap active: slide in */
.rd-navbar-fixed .rd-navbar-nav-wrap.active { transform: translateX(0); }

/* Navbar navigation block */
.rd-navbar-fixed .rd-navbar-nav { display: block; margin: 15px 0; height: auto; text-align: left; }

/* Nav item alignment */
.rd-navbar-fixed .rd-nav-item { text-align: left; }

/* Spacing between nav items */
.rd-navbar-fixed .rd-nav-item + .rd-nav-item { margin-top: 4px; }

/* Nav links styling */
.rd-navbar-fixed .rd-nav-link { display: block; padding: 9px 50px 9px 12px; font-size: 12px; line-height: 1.4; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-family: "Roboto Mono", monospace; }

/* Dropdown open: padding adjustments */
.rd-navbar-fixed li.opened > .rd-navbar-dropdown { padding: 4px 0 0; }
.rd-navbar-fixed li.opened > .rd-navbar-megamenu { padding-top: 20px; padding-bottom: 15px; }

/* Opened submenu: visible */
.rd-navbar-fixed li.opened > .rd-menu { opacity: 1; height: auto; }

/* Toggle arrow rotation when open */
.rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::after { transform: rotate(180deg); }

/* Menu default: hidden and animated */
.rd-navbar-fixed .rd-menu { display: none; transition: opacity 0.3s, height 0.4s ease; opacity: 0; height: 0; overflow: hidden; }

/* Submenu positioning */
.rd-navbar-fixed .rd-navbar-submenu { position: relative; }

/* Submenu dropdown toggle sizing */
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after { height: 34px; line-height: 34px; }

/* Dropdown link padding */
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a { padding-left: 24px; }

/* Nested dropdown deeper levels */
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a, .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a { padding-left: 46px; }

/* Opened submenus displayed */
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown, .rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu { display: block; }

/* Fixed megamenu and dropdown links */
.rd-navbar-fixed .rd-megamenu-list > li > a, .rd-navbar-fixed .rd-navbar-dropdown > li > a { display: block; padding: 9px 50px 9px 16px; font-size: 12px; line-height: 1.4; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; }

/* Spacing between list items */
.rd-navbar-fixed .rd-megamenu-list > li + li, .rd-navbar-fixed .rd-navbar-dropdown > li + li { margin-top: 3px; }

/* Extra left padding for megamenu links */
.rd-navbar-fixed .rd-megamenu-list > li > a { padding-left: 24px; }

/* Spacing before megamenu list */
.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-list { margin-top: 10px; }

/* Spacing before megamenu title */
.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-title { margin-top: 20px; }

/* Spacing between megamenu sections */
.rd-navbar-fixed .rd-navbar-megamenu > li + li { margin-top: 20px; }

/* Megamenu title styling */
.rd-navbar-fixed .rd-megamenu-title { margin-left: 12px; padding-bottom: 10px; border-bottom: 1px solid #e1e1e1; font-size: 0; line-height: 0; color: #6a2cba; }

/* Title children inline */
.rd-navbar-fixed .rd-megamenu-title > * { display: inline-block; vertical-align: middle; }

/* Spacing between title elements */
.rd-navbar-fixed .rd-megamenu-title > * + * { margin-left: 8px; }

/* Megamenu icon size */
.rd-navbar-fixed .rd-megamenu-icon { font-size: 20px; }

/* Megamenu text styles */
.rd-navbar-fixed .rd-megamenu-text { font-size: 12px; line-height: 1.72; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-family: "Roboto Mono", monospace; }

/* Fixed navbar submenu toggle: pointer cursor */
.rd-navbar-fixed .rd-navbar-submenu-toggle { cursor: pointer; }

/* Submenu toggle arrow icon */
.rd-navbar-fixed .rd-navbar-submenu-toggle::after { content: '\f107'; position: absolute; top: 0; right: 0; width: 50px; height: 34px; font: 400 14px "FontAwesome"; line-height: 34px; text-align: center; transition: 0.4s all ease; z-index: 2; cursor: pointer; }

/* Collapse toggle button in fixed navbar */
.rd-navbar-fixed .rd-navbar-collapse-toggle { display: block; top: 4px; z-index: 1081; }

/* Navbar collapse panel (hidden by default) */
.rd-navbar-fixed .rd-navbar-collapse { text-align: center; position: fixed; top: 56px; right: 0; width: auto; padding: 15px; border-radius: 0; font-size: 15px; transform: translate3d(0, -10px, 0); opacity: 0; transition: .3s; visibility: hidden; z-index: 1079; }

/* Active collapse panel: visible and positioned */
.rd-navbar-fixed .rd-navbar-collapse.active { transform: translate3d(0, 0, 0); opacity: 1; visibility: visible; }

/* Collapse panel inline list items */
.rd-navbar-fixed .rd-navbar-collapse .list-inline > li { display: block; }

/* Spacing between collapse panel items */
.rd-navbar-fixed .rd-navbar-collapse .list-inline > li + li { margin-top: 10px; }

/* Main element in fixed navbar */
.rd-navbar-fixed .rd-navbar-main-element { position: absolute; float: left; }

/* Fix elements inside the navbar at the top with a high stacking order */
.rd-navbar-fixed [class*='rd-navbar-fixed-element'] { position: fixed; top: 4px; z-index: 1082; }

/* Fixed navbar element 1 positioning */
.rd-navbar-fixed .rd-navbar-fixed-element-1 { right: 0; }

/* Fixed navbar element 2 positioning */
.rd-navbar-fixed .rd-navbar-fixed-element-2 { right: 42px; }

/* Fixed navbar element 3 positioning */
.rd-navbar-fixed .rd-navbar-fixed-element-3 { right: 80px; }

/* Hide cloned fixed navbar */
.rd-navbar-fixed.rd-navbar--is-clone { display: none; }

/* Show visible fixed navbar */
.rd-navbar-fixed .rd-navbar-fixed--visible { display: block; }

/* Hide hidden fixed navbar */
.rd-navbar-fixed .rd-navbar-fixed--hidden { display: none; }

/* Hide megamenu banner and basket in fixed navbar */
.rd-navbar-fixed .rd-megamenu-banner, .rd-navbar-fixed .rd-navbar-basket-wrap { display: none; }

/* Add spacing before button inside fixed navbar */
.rd-navbar-fixed * + .button { margin-top: 20px; }

/* Fixed navbar panel styling */
.rd-navbar-fixed .rd-navbar-panel { color: #151515; box-shadow: 0 0 5px 0 rgba(1, 3, 4, 0.19); background: #ffffff; }

/* Nav wrap styling for fixed navbar */
.rd-navbar-fixed .rd-navbar-nav-wrap { color: #ffffff; background: #ffffff; border: 1px solid #d7d7d7; box-shadow: 0 0 5px 0 rgba(1, 3, 4, 0.19); }

/* Nav link states: hover/focus/active/opened */
.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link { color: #ffffff; background: #6a2cba; }

/* Submenu toggle states: hover/focus/active/opened */
.rd-navbar-fixed .rd-nav-item:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.opened > .rd-navbar-submenu-toggle { color: #ffffff; }

/* Default nav link color */
.rd-navbar-fixed .rd-nav-link { color: #151515; }

/* Default dropdown and megamenu link colors */
.rd-navbar-fixed .rd-megamenu-list > li > a, .rd-navbar-fixed .rd-navbar-dropdown > li > a { color: #151515; }

/* Dropdown and megamenu active/hover/focus/opened states */
.rd-navbar-fixed .rd-megamenu-list > li:hover > a, .rd-navbar-fixed .rd-megamenu-list > li.focus > a, .rd-navbar-fixed .rd-megamenu-list > li.active > a, .rd-navbar-fixed .rd-megamenu-list > li.opened > a, .rd-navbar-fixed .rd-navbar-dropdown > li:hover > a, .rd-navbar-fixed .rd-navbar-dropdown > li.focus > a, .rd-navbar-fixed .rd-navbar-dropdown > li.active > a, .rd-navbar-fixed .rd-navbar-dropdown > li.opened > a { color: #ffffff; background: #6a2cba; }

/* Submenu toggle default color */
.rd-navbar-fixed .rd-navbar-submenu-toggle { color: #151515; }

/* Navbar search submit button and focus color */
.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit, .rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:focus { color: #151515; }

/* Navbar search submit button hover/active color */
.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover, .rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:active { color: #6a2cba; }

/* Navbar search toggle and focus color */
.rd-navbar-fixed .rd-navbar-search-toggle, .rd-navbar-fixed .rd-navbar-search-toggle:focus { color: #151515; }

/* Navbar search toggle hover/active color */
.rd-navbar-fixed .rd-navbar-search-toggle:hover, .rd-navbar-fixed .rd-navbar-search-toggle:active { color: #6a2cba; }

/* Navbar collapse styling */
.rd-navbar-fixed .rd-navbar-collapse { background-color: #ffffff; box-shadow: 0 0 5px 0 rgba(1, 3, 4, 0.19); }

/* Add top padding to page when fixed navbar is linked */
html.rd-navbar-fixed-linked .page { padding-top: 56px; }


/**** CLASSIC NAVBAR ***/
/* this is styling not structure */

/* Classic static navbar outer wrapper */
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer { padding-left: 15px; padding-right: 15px; }

/* Classic static navbar main container */
.rd-navbar-classic.rd-navbar-static .rd-navbar-main { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 13px 0; margin-left: auto; margin-right: auto; max-width: 1170px; }

/* Large screens: adjust main padding */
@media (min-width: 1200px) { .rd-navbar-classic.rd-navbar-static .rd-navbar-main { padding-top: 18px; padding-bottom: 18px; } }

/* Extra large screens: increase main padding */
@media (min-width: 1600px) { .rd-navbar-classic.rd-navbar-static .rd-navbar-main { padding-top: 30px; padding-bottom: 30px; } }

/* Static navbar main element flexbox */
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element { display: flex; align-items: center; }

/* Spacing between children of main element */
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element > * + * { margin-left: 18px; }

/* Navbar nav wrap margin */
.rd-navbar-classic.rd-navbar-static .rd-navbar-nav-wrap { margin: 0 30px; }

/* Navbar brand styling */
.rd-navbar-classic.rd-navbar-static .rd-navbar-brand { display: flex; align-items: center; justify-content: flex-start; height: 70px; }

/* Navbar brand image constraints */
.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img { width: auto; height: auto; max-width: 166px; max-height: 51px; }

/* Stuck/clone navbar shadow */
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone { box-shadow: 0 0 5px 0 rgba(1, 3, 4, 0.19); }

/* Stuck/clone navbar main reduced padding */
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main { padding: 3px 0; }

/* Stuck/clone navbar hides aside */
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer { display: none; }


/* Fixed navbar project hamburger open button */
.rd-navbar-classic.rd-navbar-fixed .rd-navbar-project-hamburger-open { padding: 10px 14px; }

/* Project hamburger base size */
.rd-navbar-classic.rd-navbar-fixed .project-hamburger { align-items: center; width: 4px; height: 28px; }

/* Project hamburger line thickness */
.rd-navbar-classic.rd-navbar-fixed .project-hamburger-line { height: 4px; width: 100%; }

/* Basket in fixed navbar */
.rd-navbar-classic.rd-navbar-fixed .rd-navbar-upload { top: 20px; right: 0px; padding-right: 10px;  position: fixed; z-index: 1082; }
.rd-navbar-upload .icon { font-size: 20px; }
.rd-navbar-upload .icon, .rd-navbar-upload .icon:focus, .rd-navbar-upload .icon:active { color: #1366a9; }
.rd-navbar-upload .icon:hover { color: #6a2cba; }

/* Basket in fixed navbar */
.rd-navbar-classic.rd-navbar-fixed .rd-navbar-contact { top: 20px; right: 35px; padding-right: 10px;  position: fixed; z-index: 1082; }
.rd-navbar-contact .icon { font-size: 20px; }
.rd-navbar-contact .icon, .rd-navbar-contact .icon:focus, .rd-navbar-contact .icon:active { color: #1366a9; }
.rd-navbar-contact .icon:hover { color: #6a2cba; }

/* Contact link in fixed navbar */
.rd-navbar-classic.rd-navbar-fixed .rd-navbar-location { top: 20px; right: 70px; padding-right: 10px; position: fixed; z-index: 1082; }
.rd-navbar-location .icon { font-size: 20px; }
.rd-navbar-location .icon, .rd-navbar-location .icon:focus, .rd-navbar-location .icon:active { color: #1366a9; }
.rd-navbar-location .icon:hover { color: #6a2cba; }

/* Active state: hamburger hidden */
.rd-navbar-main.active .project-hamburger { width: 0; }

/* Active state: hamburger button no margin */
.rd-navbar-main.active .rd-navbar-project-hamburger { margin: 0; }

/* Active state: project panel visible */
.rd-navbar-main.active .rd-navbar-project { transform: translateX(0); }

/* Project hamburger button styling */
.rd-navbar-project-hamburger { padding: 0; outline: none; border: none; background: transparent; cursor: pointer; transition: all .2s ease; }

/* Project hamburger close icon container */
.rd-navbar-project-hamburger-close { position: relative; width: 26px; height: 26px; }

/* Active close animation first span */
.rd-navbar-project-hamburger.active .project-close > span:nth-child(1) { height: 100%; transition-delay: .3s; }

/* Active close animation second span */
.rd-navbar-project-hamburger.active .project-close > span:nth-child(2) { width: 100%; transition-delay: .45s; }

/* Project hamburger base style */
.project-hamburger { display: flex; flex-direction: column; justify-content: space-between; width: 22px; height: 20px; transition: inherit; }

/* Hamburger line styling */
.project-hamburger-line { display: block; width: 100%; height: 2px; background: #151515; transition: all .25s linear; }

/* Last hamburger line shorter */
.project-hamburger-line:last-child { width: 60%; }

/* Hover effect: hamburger line color */
.project-hamburger:hover .project-hamburger-line { background: #6a2cba; }

/* Hover effect: shorten first line */
.project-hamburger:hover .project-hamburger-line:first-child { width: 60%; }

/* Hover effect: extend last line */
.project-hamburger:hover .project-hamburger-line:last-child { width: 100%; }

/* Project close container styling */
.project-close { position: absolute; left: 0; top: 0; height: 100%; width: 100%; transform: rotate(45deg); will-change: transform; }

/* Project close span styling */
.project-close span { position: absolute; background: #151515; transition: all .15s linear; }

/* First close span vertical line */
.project-close span:nth-child(1) { height: 0; width: 2px; top: 0; left: 50%; margin-left: -1px; transition-delay: 0s; }

/* Second close span horizontal line */
.project-close span:nth-child(2) { width: 0; height: 2px; left: 0; top: 50%; margin-top: -1px; transition-delay: .15s; }

/* Project side panel container */
.rd-navbar-project { position: fixed; display: flex; flex-direction: column; top: 0; right: 0; bottom: 0; padding: 15px; width: 270px; background: #ffffff; transform: translateX(102%); box-shadow: 0 0 5px 0 rgba(1, 3, 4, 0.19); z-index: 1084; }

/* Dots in project carousel */
.rd-navbar-project .owl-dots { margin-top: 25px; }

/* Project content scroll area */
.rd-navbar-project-content { display: inherit; flex-grow: 1; direction: rtl; overflow-y: auto; overflow-x: hidden; max-height: 100%; -webkit-overflow-scrolling: touch; padding-left: 6px; margin-left: -6px; }

/* Inner content layout */
.rd-navbar-project-content > div { display: inherit; flex-direction: column; justify-content: space-between; direction: ltr; width: 100%; padding-bottom: 1px; }

/* Spacing between inner content blocks */
.rd-navbar-project-content > div > * + * { margin-top: 30px; }

/* Custom scrollbar width */
.rd-navbar-project-content::-webkit-scrollbar { width: 4px; }

/* Custom scrollbar thumb */
.rd-navbar-project-content::-webkit-scrollbar-thumb { background: rgba(255, 236, 78, 0.8); border: none; border-radius: 0; }

/* Custom scrollbar track */
.rd-navbar-project-content::-webkit-scrollbar-track { background: #cccccc; border: none; border-radius: 0; }

/* Project header flex layout */
.rd-navbar-project-header { display: flex; flex-wrap: nowrap; align-items: center; padding-right: 26px; }

/* Project title styling */
.rd-navbar-project-title { flex-grow: 1; text-transform: uppercase; }

/* Spacing before project content */
* + .rd-navbar-project-content { margin-top: 30px; }

/* Medium screens: wider project panel */
@media (min-width: 576px) { .rd-navbar-project { width: 350px; } }

/* Large screens: extra padding and spacing */
@media (min-width: 992px) { .rd-navbar-project { padding: 33px 15px 30px; } * + .rd-navbar-project-content { margin-top: 33px; } }

/* XL screens: even wider project panel */
@media (min-width: 1200px) { .rd-navbar-project { width: 410px; padding: 38px 30px 50px; } * + .rd-navbar-project-content { margin-top: 38px; } }

/* XXL screens: more top/bottom padding */
@media (min-width: 1600px) { .rd-navbar-project { padding-top: 50px; padding-bottom: 90px; } * + .rd-navbar-project-content { margin-top: 50px; } }

/* Contacts-modern link colors */
.contacts-modern a, .contacts-modern a:focus, .contacts-modern a:active { color: #151515; }

/* Contacts-modern link hover */
.contacts-modern a:hover { color: #6a2cba; }

/* Contacts-modern list spacing */
.contacts-modern li + li { margin-top: 18px; padding-top: 18px; }

/* Contacts-modern list separators visible */
.contacts-modern li + li::before { display: inline-block; }

/* Contacts-modern list item base */
.contacts-modern li { position: relative; }

/* Contacts-modern separator line */
.contacts-modern li::before { position: absolute; display: none; content: ''; top: 0; left: 50%; width: 50px; height: 0; font-size: 0; line-height: 0; border-top: 1px solid #e1e1e1; transform: translate3d(-50%, 0, 0); }

/* Spacing before contacts-modern */
* + .contacts-modern { margin-top: 40px; }

/* XL screens: larger spacing before contacts-modern */
@media (min-width: 1200px) {
	* + .contacts-modern { margin-top: 60px; } 
}



/*************** SWIPER ***************/

/* Swiper container: base layout */
.swiper-container { position: relative; overflow: hidden; display: flex; margin: 0 auto; width: 100%; height: auto; list-style: none; padding: 0; z-index: 1; }

/* No flexbox fallback: float slides */
.swiper-container-no-flexbox .swiper-slide { float: left; }

/* Vertical swiper layout */
.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

/* Swiper wrapper: flex container */
.swiper-wrapper { position: relative; width: 100%; height: auto; min-height: inherit; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; align-self: stretch; align-items: stretch; -webkit-transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform, -webkit-transform; -webkit-box-sizing: content-box; box-sizing: content-box; z-index: 1; }

/* Android fix: force translate */
.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0); }

/* Multirow swiper: wrap */
.swiper-container-multirow > .swiper-wrapper { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

/* Free mode swiper */
.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }

/* Swiper slide base */
.swiper-slide { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; min-height: inherit; position: relative; -webkit-transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; }

/* Invisible blank slide */
.swiper-invisible-blank-slide { visibility: hidden; }

/* Auto height mode */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }

/* Auto height wrapper */
.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-transition-property: -webkit-transform; -o-transition-property: transform, height; transition-property: transform, height; transition-property: transform; }

/* 3D container perspective */
.swiper-container-3d { -webkit-perspective: 1200px; perspective: 1200px; }

/* 3D transform preserve */
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

/* 3D slide shadows: positioning */
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; }

/* Shadow left gradient */
.swiper-container-3d .swiper-slide-shadow-left { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* Shadow right gradient */
.swiper-container-3d .swiper-slide-shadow-right { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* Shadow top gradient */
.swiper-container-3d .swiper-slide-shadow-top { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* Shadow bottom gradient */
.swiper-container-3d .swiper-slide-shadow-bottom { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10/Windows Phone 8 fixes: horizontal */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper { -ms-touch-action: pan-y; touch-action: pan-y; }

/* IE10/Windows Phone 8 fixes: vertical */
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper { -ms-touch-action: pan-x; touch-action: pan-x; }

/* Swiper navigation arrows (prev/next) */
.swiper-button-prev, .swiper-button-next { text-align: center; position: absolute; display: none; top: 50%; font-size: 30px; line-height: 1.8; font-weight: 600; letter-spacing: .05em; font-family: "Material Design Icons"; color: #ffffff; transition: all .2s ease; transform: translate3d(0, -50%, 0); will-change: transform; cursor: pointer; z-index: 10; }

/* Hover state for navigation arrows */
.swiper-button-prev:hover, .swiper-button-next:hover { color: #ffec4e; }

/* Show arrows on larger screens */
@media (min-width: 992px) { .swiper-button-prev, .swiper-button-next { display: block; } }

/* Disabled state for navigation arrows */
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; }

/* Position left navigation arrow */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next { left: 30px; }

/* Left arrow icon content */
.swiper-button-prev:before, .swiper-container-rtl .swiper-button-next:before { content: '\f14a'; }

/* Position right navigation arrow */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { right: 30px; }

/* Right arrow icon content */
.swiper-button-next:before, .swiper-container-rtl .swiper-button-prev:before { content: '\f14f'; }

/* Black theme left arrow background */
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

/* Black theme right arrow background */
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

/* Hide locked navigation buttons */
.swiper-button-lock { display: none; }

/* Swiper pagination base */
.swiper-pagination { position: absolute; text-align: center; display: block; font-size: 0; line-height: 0; transition: .3s; transform: translate3d(0, 0, 0); z-index: 10; }

/* Hide pagination on larger screens */
@media (min-width: 992px) { .swiper-pagination { display: none; } }

/* Hidden pagination state */
.swiper-pagination.swiper-pagination-hidden { opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets { left: 0; bottom: 25px; width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; }

/* Dynamic bullet scaling */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); position: relative; }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { -webkit-transform: scale(0.66); -ms-transform: scale(0.66); transform: scale(0.66); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { -webkit-transform: scale(0.66); -ms-transform: scale(0.66); transform: scale(0.66); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); }

/* Bullet appearance */
.swiper-pagination-bullet { width: 14px; height: 14px; display: inline-block; border-radius: 100%; background: #ffffff; transition: all .25s ease-in-out; }

/* Bullet hover state */
.swiper-pagination-bullet:hover { background: #ffec4e; }

/* --- Pagination bullets --- */
.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }
.swiper-pagination-bullet-active { background: #ffec4e; }

/* Vertical pagination bullets */
.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px; top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 6px 0; display: block; }
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

/* Horizontal pagination bullets */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 6px; }
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

/* RTL adjustments */
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* --- Progress pagination --- */
.swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25); position: absolute; }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff; position: absolute; left: 0; top: 0; width: 100%; height: 100%;
	-webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0);
	-webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar { width: 100%; height: 4px; left: 0; top: 0; }
.swiper-container-vertical > .swiper-pagination-progressbar { width: 4px; height: 100%; left: 0; top: 0; }

/* White theme */
.swiper-pagination-white .swiper-pagination-bullet-active { background: #ffffff; }
.swiper-pagination-progressbar.swiper-pagination-white { background: rgba(255, 255, 255, 0.25); }
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill { background: #ffffff; }

/* Black theme */
.swiper-pagination-black .swiper-pagination-bullet-active { background: #000000; }
.swiper-pagination-progressbar.swiper-pagination-black { background: rgba(0, 0, 0, 0.25); }
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill { background: #000000; }

.swiper-pagination-lock { display: none; }

/* --- Scrollbar --- */
.swiper-scrollbar { position: relative; border-radius: 10px; -ms-touch-action: none; background: rgba(255, 255, 255, 0.1); }
.swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 0; bottom: 3px; z-index: 50; height: 5px; width: 100%; }

/* iOS/macOS scrollbar fixes */
.ios .swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
.iphone .swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
.ipad .swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
.mac-os .swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag { height: inherit; }

.swiper-container-vertical > .swiper-scrollbar { position: absolute; top: 0; right: 3px; width: 4px; height: 100%; z-index: 50; }
.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0; top: 0; }
.swiper-scrollbar-cursor-drag { cursor: move; }
.swiper-scrollbar-lock { display: none; }

/* --- Zoom container --- */
.swiper-zoom-container {
	width: 100%; height: 100%;
	display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
	-webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
	-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
	text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
	max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain;
}
.swiper-slide-zoomed { cursor: move; }

/* Swiper Preloader */
.swiper-lazy-preloader {
	width: 42px; height: 42px; position: absolute; left: 50%; top: 50%;
	margin-left: -21px; margin-top: -21px; z-index: 10;
	-webkit-transform-origin: 50%; -ms-transform-origin: 50%; transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
	display: block; content: ''; width: 100%; height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E...%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%; background-size: 100%; background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E...%3C%2Fg%3E%3C%2Fsvg%3E");
}

/* Preloader spin animation */
@-webkit-keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }

/* Fade effect */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; }
.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; }
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

/* Cube effect */
.swiper-container-cube { overflow: visible; }
.swiper-container-cube .swiper-slide {
	pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden;
	-webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide { pointer-events: none; }
.swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide { pointer-events: auto; visibility: visible; }
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.swiper-container-cube .swiper-cube-shadow {
	position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: #000000; opacity: 0.6;
	-webkit-filter: blur(50px); filter: blur(50px); z-index: 0;
}

/* Flip effect */
.swiper-container-flip { overflow: visible; }
.swiper-container-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; }
.swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; }
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

/* Coverflow effect */
.swiper-container-coverflow .swiper-wrapper { /* Windows 8 IE 10 fix */ -ms-perspective: 1200px; }

/* Slide base styles */
.swiper-slide {
	position: relative; display: flex; align-items: center; justify-content: center; flex-shrink: 0; white-space: nowrap;
	background-position: 50%; background-size: cover;
}
.swiper-slide-caption { width: 100%; white-space: normal; }
@media (max-width: 991.98px) { .swiper-slide-caption { padding-bottom: 70px; } }

/* Navigation style variant 1 */
.swiper-nav-1 .swiper-button-prev, .swiper-nav-1 .swiper-button-next { color: inherit; background: #ffffff; }
.swiper-nav-1 .swiper-button-prev:hover, .swiper-nav-1 .swiper-button-next:hover { color: #151515; }
.swiper-nav-1 .swiper-pagination-bullet { background: #707475; }
.swiper-nav-1 .swiper-pagination-bullet:hover, .swiper-nav-1 .swiper-pagination-bullet-active { background: #6a2cba; }

/* Slider variant 1 */
.swiper-slider-1 { min-height: 37.5vw; }
.swiper-slider-1 .swiper-title-1 { text-shadow: 1px 9px 16px rgba(0, 0, 0, 0.18); }
.swiper-slider-1 .swiper-title-2 { letter-spacing: .1em; }
.swiper-slider-1 .swiper-title-3 { letter-spacing: .05em; font-family: "Kalam", cursive; text-transform: none; }
.swiper-slider-1 * + .swiper-title-1 { margin-top: 8px; }
.swiper-slider-1 * + .swiper-title-2 { margin-top: 10px; }
@media (min-width: 768px) {
	.swiper-slider-1 * + .swiper-title-1 { margin-top: 12px; }
	.swiper-slider-1 * + .swiper-title-2 { margin-top: 16px; }
}
@media (min-width: 992px) {
	.swiper-slider-1 .swiper-slide-caption { padding-right: 90px; padding-left: 90px; }
}
@media (min-width: 1200px) {
	.swiper-slider-1 * + .button-wrap, .swiper-slider-1 * + .button { margin-top: 40px; }
	.swiper-slider-1 * + .swiper-title-1 { margin-top: 18px; }
	.swiper-slider-1 * + .swiper-title-2 { margin-top: 24px; }
}

/* Slider variant 2 */
.swiper-slider-2 { min-height: 37.5vw; }
.swiper-slider-2 .swiper-title-1 { font-weight: 600; letter-spacing: .025em; }
.swiper-slider-2 .swiper-title-2 { letter-spacing: .2em; text-transform: uppercase; }
.swiper-slider-2 .swiper-text { letter-spacing: .075em; font-family: "Roboto Mono", monospace; }
.swiper-slider-2 * + .swiper-text { margin-top: 10px; }
.swiper-slider-2 * + .swiper-title-1 { margin-top: 10px; }
@media (min-width: 768px) { .swiper-slider-2 * + .swiper-text { margin-top: 18px; } }
@media (min-width: 992px) { .swiper-slider-2 .swiper-slide-caption { padding-right: 90px; padding-left: 90px; } }
@media (min-width: 1200px) {
	.swiper-slider-2 * + .button-wrap, .swiper-slider-2 * + .button { margin-top: 45px; }
	.swiper-slider-2 * + .swiper-text { margin-top: 28px; }
	.swiper-slider-2 * + .swiper-title-1 { margin-top: 16px; }
}

/* Slider variant 3 */
.swiper-slider-3 { min-height: 33.33333vw; }
.swiper-slider-3 .swiper-slide { align-items: flex-start; padding-bottom: 50px; }
.swiper-slider-3 .swiper-title-1 { letter-spacing: 0; color: rgba(255, 255, 255, 0.72); }
.swiper-slider-3 .swiper-title-2 { font-weight: 700; letter-spacing: .2em; }
.swiper-slider-3 .swiper-title-2 span { display: block; font-size: 0; line-height: 0; color: #ffffff; margin-bottom: 10px; }
.swiper-slider-3 .swiper-title-2 span::before { display: inline-block; content: ''; width: 60px; border-top: 2px solid; }
.swiper-slider-3 .swiper-title-3 { letter-spacing: .1em; font-weight: 400; text-transform: none; }
.swiper-slider-3 .swiper-text { letter-spacing: .075em; font-family: "Roboto Mono", monospace; }
.swiper-slider-3.swiper-container-horizontal > .swiper-pagination-bullets { bottom: 75px; }
.swiper-slider-3 * + .swiper-title-2 { margin-top: 16px; }
.swiper-slider-3 * + .swiper-title-3 { margin-top: 16px; }
@media (min-width: 768px) {
	.swiper-slider-3 .swiper-title-2 span { display: inline-block; vertical-align: middle; margin-right: 22px; margin-bottom: 0; }
}
@media (min-width: 992px) { .swiper-slider-3 .swiper-slide-caption { padding-right: 90px; padding-left: 90px; } }
@media (min-width: 1200px) {
	.swiper-slider-3 * + .button-wrap, .swiper-slider-3 * + .button { margin-top: 35px; }
	.swiper-slider-3 * + .swiper-title-3 { margin-top: 26px; }
}
.swiper-slider-3 + .offset-negative-1 .container { position: relative; margin-top: -50px; z-index: 1; }

/* Slider variant 4 */
.swiper-slider-4 { min-height: 44.0625vw; }
.swiper-slider-4 .swiper-pagination { display: block; }
.swiper-slider-4 .swiper-title-1 { text-transform: none}

/* Header creative adjustments for Swiper 4 */
.header-creative-wrap + .swiper-slider-4 .swiper-slide-2 { padding-bottom: 4%; }
@media (min-width: 992px) {
	.rd-navbar-static-linked .header-creative-wrap + .section-custom-1,
	.rd-navbar-static-linked .header-creative-wrap + .swiper-slider-4 .swiper-slide { padding-top: 172px; }
}
@media (min-width: 1200px) {
	.rd-navbar-static-linked .header-creative-wrap + .section-custom-1,
	.rd-navbar-static-linked .header-creative-wrap + .swiper-slider-4 .swiper-slide { padding-top: 184px; }
}
@media (min-width: 1600px) {
	.rd-navbar-static-linked .header-creative-wrap + .section-custom-1,
	.rd-navbar-static-linked .header-creative-wrap + .swiper-slider-4 .swiper-slide { padding-top: 204px; }
}
.rd-navbar-static-linked .header-creative-wrap + .swiper-slider-4 .swiper-slide-1 { padding-bottom: 5%; }
.rd-navbar-static-linked .header-creative-wrap + .swiper-slider-4 .swiper-slide-2 { padding-bottom: 8%; }

/* Swiper scrollbar 1 styling */
.swiper-scrollbar-1 .swiper-scrollbar-drag { background: transparent; }
.swiper-scrollbar-1 .swiper-scrollbar-drag::before {
	position: absolute; content: ''; top: 50%; left: 50%; width: 12px; height: 12px;
	border-radius: 50%; border: 3px solid #6a2cba; background: #ffffff; transform: translate3d(-50%, -50%, 0);
}
.swiper-scrollbar-1.swiper-container-horizontal { padding-bottom: 70px; }
.swiper-scrollbar-1.swiper-container-horizontal .swiper-scrollbar { bottom: 30px; }
.swiper-scrollbar-1.swiper-container-vertical { padding-right: 50px; }
.swiper-scrollbar-1.swiper-container-vertical .swiper-scrollbar { right: 14px; }

/* Swiper slider 5 */
.swiper-slider-5 { pointer-events: none; }
.swiper-slider-5 .swiper-wrapper { pointer-events: auto; }
.swiper-slider-5 .swiper-slide { height: auto; }
.swiper-slider-5 .swiper-slide > * { width: 100%; opacity: .18; white-space: normal; transition: all .4s linear; pointer-events: none; }
.swiper-slider-5 .swiper-slide-last { display: none; }
.swiper-slider-5 .swiper-slide-active > * { opacity: 1; pointer-events: auto; }
.swiper-slider-5 .swiper-pagination { display: block; }
.swiper-slider-5.swiper-container-vertical .event-classic > .unit { max-height: 420px; }
.swiper-slider-5.swiper-container-vertical .swiper-slide-last { display: flex; }
* + .swiper-slider-5 { margin-top: 30px; }
@media (min-width: 576px) {
	.swiper-slider-5.swiper-container-vertical { max-height: 520px; }
	.swiper-slider-5.swiper-container-vertical .swiper-slide-last { height: 170px; }
}
@media (min-width: 768px) {
	.swiper-slider-5.swiper-container-vertical { max-height: 600px; }
	.swiper-slider-5.swiper-container-vertical .swiper-slide-last { height: 210px; }
	* + .swiper-slider-5 { margin-top: 40px; }
}
@media (min-width: 992px) {
	.swiper-slider-5.swiper-container-vertical { max-height: 685px; padding-right: 70px; }
	.swiper-slider-5.swiper-container-vertical .swiper-slide-last { height: 255px; }
}
@media (min-width: 1200px) { * + .swiper-slider-5 { margin-top: 50px; } }

/* Swiper slider 6 */
.swiper-slider-6 { min-height: 34.11458vw; }
.swiper-slider-6 .swiper-slide::before {
	position: absolute; content: ''; top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(255, 255, 255, 0.5); pointer-events: none;
}
.swiper-slider-6 .swiper-title-1 { font-weight: 500; letter-spacing: .15em; }
.swiper-slider-6 .swiper-title-2 { font-weight: 300; line-height: 1.528; letter-spacing: .075em; }
.swiper-slider-6 .swiper-title-3 {
	position: relative; display: inline-block; line-height: 1; letter-spacing: .1em; text-transform: uppercase;
}
.swiper-slider-6 .swiper-title-3::before {
	position: absolute; content: ''; bottom: 0; left: 0; height: 45%; width: 100%;
	background: #fff669; transition: inherit; z-index: -1;
}
.swiper-slider-6 * + .swiper-title-1 { margin-top: 15px; }
.swiper-slider-6 * + .swiper-title-2 { margin-top: 15px; }
@media (min-width: 576px) {
	.swiper-slider-6 .swiper-title-3 { letter-spacing: .2em; }
	.swiper-slider-6 .swiper-slide::before { display: none; }
}
@media (min-width: 768px) {
	.swiper-slider-6 .swiper-box { padding-left: 30px; }
	.swiper-slider-6 .swiper-box .swiper-title-1 { margin-left: -30px; }
	.swiper-slider-6 * + .swiper-title-1 { margin-top: 25px; }
	.swiper-slider-6 * + .swiper-title-2 { margin-top: 24px; }
	.swiper-slider-6 * + .button-wrap, .swiper-slider-6 * + .button { margin-top: 40px; }
}
@media (min-width: 992px) {
	.swiper-slider-6 .swiper-slide-caption { padding-right: 90px; padding-left: 90px; }
	.swiper-slider-6 .swiper-box { padding-left: 70px; }
	.swiper-slider-6 .swiper-box .swiper-title-1 { margin-left: -70px; }
}
@media (min-width: 1200px) { .swiper-slider-6 * + .button-wrap, .swiper-slider-6 * + .button { margin-top: 50px; } }

/* Swiper slider 7 */
.swiper-slider-7 { pointer-events: none; }
.swiper-slider-7 .swiper-wrapper { pointer-events: auto; }
.swiper-slider-7 .swiper-slide { height: auto; }
.swiper-slider-7 .swiper-slide > * { width: 100%; opacity: .71; white-space: normal; transition: all .4s linear; pointer-events: none; }
.swiper-slider-7 .swiper-slide-last { display: none; }
.swiper-slider-7 .swiper-slide-active > *, .swiper-slider-7 .swiper-slide-active + .swiper-slide > * { opacity: 1; pointer-events: auto; }
.swiper-slider-7 .swiper-scrollbar { background: #e1e1e1; }
.swiper-slider-7.swiper-container-vertical .swiper-slide-last { display: flex; }
* + .swiper-slider-7 { margin-top: 30px; }
@media (min-width: 576px) {
	.swiper-slider-7.swiper-container-vertical { max-height: 350px; }
	.swiper-slider-7.swiper-container-vertical .swiper-slide-last { height: 42px; }
}
@media (min-width: 768px) {
	.swiper-slider-7.swiper-container-vertical { max-height: 445px; padding-right: 55px; }
	.swiper-slider-7.swiper-container-vertical .swiper-slide-last { height: 68px; }
	* + .swiper-slider-7 { margin-top: 68px; }
}
@media (min-width: 992px) {
	.swiper-slider-7.swiper-container-vertical .swiper-slide-last { height: 64px; }
	* + .swiper-slider-7 { margin-top: 45px; }
}
@media (min-width: 1200px) { .swiper-slider-7.swiper-container-vertical .swiper-slide-last { height: 60px; } }

/* Swiper slider 2 adjustments */
.swiper-slider-2 .swiper-button-prev, .swiper-slider-2 .swiper-button-next { display: none; }
.swiper-slider-2 .swiper-pagination { display: block; }
@media (min-width: 1200px) {
	.swiper-slider-2 { min-height: 720px; }
	.swiper-slider-2 .swiper-button-prev, .swiper-slider-2 .swiper-button-next { display: block; }
	.swiper-slider-2 .swiper-pagination { display: none; }
}
.swiper-slider-2 .swiper-slide { align-items: center; overflow-x: hidden; }
@media (min-width: 1200px) { .swiper-slider-2 .swiper-slide { align-items: flex-start; } }

/* Floating slide elements */
.slide-float-items, .slide-float-items-2 {
	position: absolute; top: 153px; left: calc(50% - 307px); z-index: 2;
	display: none; user-select: none;
}
@media (min-width: 1200px) { .slide-float-items, .slide-float-items-2 { display: block; } }
.slide-float-items-2 { left: calc(50% - 357px); }

/* Slide image wrapper */
.slide-image-wrapper { z-index: 1; }
@media (min-width: 1200px) { .slide-image-wrapper { position: absolute; right: calc(50% - 600px); top: 60px; } }
.slide-image-wrapper img { box-shadow: 0px 13px 46px 0px rgba(0, 0, 0, 0.46); }

/* Mobile adjustments for text-decor */
@media (max-width: 575.98px) {
	.swiper-slider-2 .text-decor-left { padding-left: 0; }
	.swiper-slider-2 .text-decor-left:before, .swiper-slider-2 .text-decor-left:after { display: none; }
}

/* IE11 adjustment */
.ie-11 .swiper-slider-2 .swiper-slide { justify-content: space-around; }

/* Google map */
.google-map-markers { display: none; }
.google-map-container { width: 100%; }
.google-map { height: 250px; width: 100%; color: #666666; }
@media (min-width: 576px) { .google-map { height: 400px; } }
@media (min-width: 992px) { .google-map { height: 520px; } }



/******************* ISOTOPE  ***********/

/* Sprite animation for background sprites */
@keyframes sprite-animation { from { background-position: 0 0; } }

/* Base isotope layout wrapper */
[data-isotope-layout] { z-index: 0; display: block; min-height: 160px; margin-left: -15px; margin-right: -15px; transition: .4s all ease; }
[data-isotope-layout] .row { margin-bottom: -30px; }
[data-isotope-layout] .row > [class*="col-"] { margin-top: 30px; }
[data-isotope-layout] .row-narrow { margin-bottom: -10px; }
[data-isotope-layout] .row-narrow > [class*="col-"] { margin-top: 10px; }
[data-isotope-layout] .row-condensed { margin-bottom: 0; }
[data-isotope-layout] .row-condensed > [class*="col-"] { margin-top: 0; }
[data-isotope-layout] [class*="col-"] { display: block; will-change: transform; backface-visibility: hidden; transition: .1s opacity ease-in; }
@media (max-width: 767.98px) { [data-isotope-layout] [class*="col-"] { max-width: 100%; } }
[data-isotope-layout].isotope--loaded [class*="col-"] { opacity: 1; }
[data-isotope-layout].isotope--loaded:after { opacity: 0; visibility: hidden; }

/* Isotope filters container */
.isotope-filters { position: relative; }
.isotope-filters > * { margin-top: 0; vertical-align: middle; }
.isotope-filters .inline-list { position: relative; word-spacing: 0; }
.isotope-filters .inline-list li { display: inline-block; }
.isotope-filters .inline-list a { position: relative; transition: .3s; color: #cccccc; }
.isotope-filters .inline-list .isotope-filters-trigger { display: none; }

/* Modern isotope filters with underline effect */
.isotope-filters-modern .inline-list { transform: translate3d(0, -10px, 0); margin-bottom: -10px; margin-left: -10px; margin-right: -10px; }
.isotope-filters-modern .inline-list > * { margin-top: 10px; padding-left: 10px; padding-right: 10px; }
.isotope-filters-modern .inline-list > li { font-family: "Roboto Mono", monospace; font-size: 18px; }
.isotope-filters-modern .inline-list a { position: relative; padding-bottom: 10px; }
.isotope-filters-modern .inline-list a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; transition: .4s; background: #6a2cba; }
.isotope-filters-modern .inline-list a:hover { color: #6a2cba; }
.isotope-filters-modern .inline-list a.active::after { width: 100%; }
@media (min-width: 992px) {
	.isotope-filters-modern .inline-list { transform: translate3d(0, -10px, 0); margin-bottom: -10px; margin-left: -23px; margin-right: -23px; }
	.isotope-filters-modern .inline-list > * { margin-top: 10px; padding-left: 23px; padding-right: 23px; }
}

/* Modern isotope grid wrap */
.isotope-modern-wrap [class*='col'] { margin-top: 30px; }
@media (max-width: 767.98px) { .isotope-modern-wrap [class*='col'] { width: 100%; max-width: 100%; } }
@media (min-width: 992px) { html:not(.tablet):not(.mobile) .isotope-modern-wrap [class*='col'] { margin-top: 0; } }

/* Condensed isotope grid */
.isotope-condensed { margin-left: 0; margin-right: 0; }
.isotope-condensed .row > * { margin-top: -1px; margin-bottom: -1px; }
* + .isotope { margin-top: 30px; }
* + .isotope-wrap { margin-top: 30px; }
* + .isotope-condensed { margin-top: 30px; }
@media (max-width: 991.98px) {
	.isotope-condensed { padding: 0 0 30px; margin-left: 0; margin-right: 0; }
	.isotope-condensed .row.row-condensed > [class*='col'] { padding-left: 10px; padding-right: 10px; }
	.isotope-condensed .row.row-condensed > [class*='col'] + [class*='col'] { margin-top: 25px; }
}
@media (min-width: 768px) {
	* + .isotope { margin-top: 50px; }
	* + .isotope-wrap { margin-top: 44px; }
}

/* Dropdown isotope filter list */
.isotope-filters-list {
	position: absolute; top: calc(100% + 20px); left: 50%; width: 100%; max-width: 280px;
	padding: 15px; background: #ffffff; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
	transform: translate3d(-50%, 0, 0); opacity: 0; visibility: hidden; transition: all .3s ease-in-out; z-index: 7;
}
.isotope-filters-list a {
	position: relative; text-align: center; vertical-align: middle; display: block; padding: 5px 10px;
	font-size: 14px; line-height: 1; font-weight: 600; letter-spacing: .02em; font-family: "Roboto Mono", monospace;
	text-transform: uppercase; color: #9b9b9b;
}
.isotope-filters-list a.active { color: #6a2cba; }
.isotope-filters-list.active { opacity: 1; visibility: visible; }

/* Filter toggle with rotating icon */
.isotope-filters-toggle .icon { transition: transform .25s ease; }
.isotope-filters-toggle.active .icon { transform: rotate(180deg); }

/* Desktop isotope filter list styles (>=768px) */
@media (min-width: 768px) {
	.isotope-filters-list-wrap { display: inline-block; position: relative; padding-bottom: 4px; }
	.isotope-filters-list-wrap::before { position: absolute; content: ''; bottom: 0; left: 0; height: 4px; width: 100%; border-radius: 6px; background: #d7d7d7; }
	.isotope-filters-list { position: static; display: flex; justify-content: space-between; max-width: none; top: auto; left: auto; width: auto; padding: 0; box-shadow: none; background: transparent; transform: none; visibility: visible; opacity: 1; margin-left: -30px; margin-right: -30px; }
	.isotope-filters-list > * { padding-left: 30px; padding-right: 30px; }
	.isotope-filters-list a { display: inline-block; padding: 0 0 16px; }
	.isotope-filters-list a::after { position: absolute; content: ''; bottom: -4px; left: 50%; width: 130%; height: 4px; border-radius: 6px; background: #6a2cba; transform: translate3d(-50%, 0, 0); opacity: 0; transition: all .25s ease; }
	.isotope-filters-list a.active::after, .isotope-filters-list a:hover::after { width: 100%; opacity: 1; }
	.isotope-filters-toggle { display: none; }
}

/* Mobile isotope item centering (<=575.98px) */
@media (max-width: 575.98px) {
	.isotope-custom-1 [class*='col'] > * { max-width: 270px; margin-left: auto; margin-right: auto; }
}

/* Tablet/mobile isotope column adjustments (992px–1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	.mobile .isotope-custom-1 .col-lg-8, .tablet .isotope-custom-1 .col-lg-8 { flex: 0 0 33.33333%; max-width: 33.33333%; }
}

/* Desktop isotope custom layout adjustments (>=992px) */
@media (min-width: 992px) {
	.desktop .isotope-custom-2 { padding-left: 0; padding-right: 0; }
	.desktop .isotope-custom-2 .row { margin-right: 0; margin-left: 0; margin-bottom: 0; }
	.desktop .isotope-custom-2 .row > .col, .desktop .isotope-custom-2 .row > [class*="col-"] { padding-right: 0; padding-left: 0; margin-bottom: 0; }
}



/******************** TABS *****************/

/* Base tabs container */
.tabs-custom { text-align: left; }

/* Reset and center nav tabs */
.tabs-custom .nav-tabs { font-size: 0; line-height: 0; word-spacing: 0; border: 0; justify-content: center; }

/* Tab item styling */
.tabs-custom .nav-item { float: none; margin: 0; border: 0; cursor: pointer; transition: .33s all ease; }

/* Tab link base style */
.tabs-custom .nav-link { margin: 0; border: 0; border-radius: 0; font-family: "Roboto Mono", monospace; color: #9b9b9b; }

/* Active tab link */
.tabs-custom .nav-link.active { cursor: default; }

/* Tab content hidden by default */
.tab-content > .tab-pane { display: block; visibility: hidden; height: 0; overflow: hidden; }

/* Active tab content visible */
.tab-content > .active { visibility: visible; height: auto; overflow: visible; }

/* Spacing for tab styles */
* + .tabs-line { margin-top: 15px; }
* + .tabs-horizontal.tabs-corporate { margin-top: 25px; }
.row + .tabs-line { margin-top: 40px; }

/* Larger screen spacing adjustments */
@media (min-width: 768px) {
	* + .tabs-line { margin-top: 70px; }
	.row + .tabs-line { margin-top: 65px; }
	.tabs-line + .button { margin-top: 50px; }
}

/* Tabs line wrapper */
.tabs-line .nav-tabs-wrap { position: relative; padding-bottom: 1px; }

/* Small screen adjustments for tab lines */
@media (max-width: 576px) {
	.tabs-line .nav-tabs-wrap:before { display: none; }
	.tabs-line .nav-tabs-wrap .nav-tabs { display: flex; flex-direction: column; }
	.tabs-line .nav-tabs-wrap .nav-tabs li:last-child a { border-bottom: 1px solid #6a2cba; }
	.tabs-line .nav-tabs-wrap .nav-tabs li a { border-top: 1px solid #6a2cba; border-right: 1px solid #6a2cba; border-left: 1px solid #6a2cba; }
	.tabs-line .nav-tabs-wrap .nav-tabs li a:before, .tabs-line .nav-tabs-wrap .nav-tabs li a:after { display: none; }
	.tabs-line .nav-tabs-wrap .nav-tabs li a.active { background-color: #6a2cba; color: #ffffff; }
}

/* Tab underline for tabs-line */
.tabs-line .nav-tabs-wrap::before { position: absolute; content: ''; bottom: 0; left: 0; height: 1px; width: 100%; border-radius: 0; background: #d7d7d7; }

/* Tabs margin reset */
.tabs-line .nav-tabs { margin-left: -15px; margin-right: -15px; }

/* Tab padding */
.tabs-line .nav-tabs > * { padding-left: 15px; padding-right: 15px; }

/* Tabs line nav links */
.tabs-line .nav-link { position: relative; text-align: center; vertical-align: middle; padding: 10px 0; font-size: 12px; line-height: 1; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; }

/* Active/hover underline */
.tabs-line .nav-link::after { position: absolute; content: ''; bottom: -1px; left: 50%; width: 130%; height: 1px; border-radius: 0; background: #6a2cba; transform: translate3d(-50%, 0, 0); opacity: 0; transition: all .25s ease; }
.tabs-line .nav-link.active::after, .tabs-line .nav-link:hover::after { width: 100%; opacity: 1; }

/* Active tab styling */
.tabs-line .nav-link.active { color: #6a2cba; background: transparent; }

/* Tab content spacing */
.tabs-line * + .tab-content { margin-top: 20px; }

/* Alternate color scheme for tabs line 2 */
.tabs-line-2 .nav-link::after { background: #ffec4e; }
.tabs-line-2 .nav-link.active { color: #ffec4e; }

/* Corporate tabs styling */
.tabs-corporate .nav-tabs { position: relative; }
.tabs-corporate .nav-link { padding: 12px 0 8px; text-transform: uppercase; font-size: 18px; font-weight: 500; line-height: 1; letter-spacing: .1em; color: #9b9b9b; background: transparent; text-align: center; vertical-align: middle; }
.tabs-corporate .nav-link:hover, .tabs-corporate .nav-link.active { color: #151515; }
.tabs-corporate .nav-link:hover { border-color: transparent; }
.tabs-corporate .tab-content { padding: 20px 0 0; }

/* Mobile corporate tabs adjustments */
@media (max-width: 767.98px) {
	.tabs-corporate .nav-tabs { margin-bottom: 0; margin-left: -20px; }
	.tabs-corporate .nav-tabs:empty { margin-bottom: 0; margin-left: 0; }
	.tabs-corporate .nav-tabs > * { display: inline-block; margin-top: 0; margin-bottom: 0; margin-left: 20px; }
	.tabs-corporate .nav-link { border-width: 1px; border-style: solid; border-color: transparent; }
	.tabs-corporate .nav-link.active { border-color: transparent transparent #ffec4e transparent; }
}

/* Horizontal corporate tabs (desktop) */
@media (min-width: 768px) {
	.tabs-horizontal.tabs-corporate .nav-tabs { position: relative; width: 100%; border: 0; will-change: transform; justify-content: flex-start; }
	.tabs-horizontal.tabs-corporate .nav-item { will-change: transform; }
	.tabs-horizontal.tabs-corporate .nav-link { display: block; position: relative; z-index: 1; min-width: 188px; letter-spacing: .1em; padding: 26px 20px; border-width: 1px 1px 0 1px; border-style: solid; border-color: transparent; }
	.tabs-horizontal.tabs-corporate .nav-link.active, .tabs-horizontal.tabs-corporate .nav-link:hover { color: #151515; }
	.tabs-horizontal.tabs-corporate .nav-link.active { border-color: #f5f5f5; }
	.tabs-horizontal.tabs-corporate .tab-content { border: 1px solid #f5f5f5; }

	/* Horizontal line variant */
	.tabs-horizontal.tabs-line .nav-tabs-wrap { padding-bottom: 4px; }
	.tabs-horizontal.tabs-line .nav-tabs-wrap::before { height: 4px; border-radius: 6px; }
	.tabs-horizontal.tabs-line .nav-tabs { justify-content: space-between; }
	.tabs-horizontal.tabs-line .nav-tabs-1 { margin-left: -30px; margin-right: -30px; justify-content: flex-start; }
	.tabs-horizontal.tabs-line .nav-tabs-1 > * { padding-left: 30px; padding-right: 30px; }
	.tabs-horizontal.tabs-line .nav-item { display: inline-block; }
	.tabs-horizontal.tabs-line .nav-link { padding-top: 0; padding-bottom: 16px; font-size: 14px; }
	.tabs-horizontal.tabs-line .nav-link::after { bottom: -4px; height: 4px; border-radius: 6px; }
	.tabs-horizontal.tabs-line * + .tab-content { margin-top: 30px; }
}

/* Larger screen adjustments for line tabs */
@media (min-width: 992px) {
	.tabs-horizontal.tabs-line .nav-tabs-1 { margin-left: -45px; margin-right: -45px; }
	.tabs-horizontal.tabs-line .nav-tabs-1 > * { padding-left: 45px; padding-right: 45px; }
	.tabs-horizontal.tabs-line .nav-tabs-1 .nav-link { letter-spacing: .075em; }
	.tabs-horizontal.tabs-line * + .tab-content { margin-top: 35px; }
	.tabs-horizontal.tabs-line * + .tab-content-1 { margin-top: 45px; }
}

/* Vertical tabs styling */
@media (min-width: 768px) {
	.tabs-vertical { display: flex; align-items: flex-start; }
	.tabs-vertical .nav-tabs { display: flex; flex-direction: column; align-items: stretch; flex-shrink: 0; max-width: 50%; }
	.tabs-vertical .nav-item { border: 0; width: 100%; text-align: left; }
	.tabs-vertical .tab-content { flex-grow: 1; }

	/* Vertical tabs line variant */
	.tabs-vertical.tabs-line .nav-tabs { width: auto; min-width: 167px; border: 0; }
	.tabs-vertical.tabs-line .nav-item { margin: 0; }
	.tabs-vertical.tabs-line .nav-link { position: relative; padding: 21px 0 17px; border: 0; overflow: hidden; text-align: left; }
	.tabs-vertical.tabs-line .nav-link.active, .tabs-vertical.tabs-line .nav-link:hover { color: #6a2cba; }
	.tabs-vertical.tabs-line .nav-item + .nav-item { border-top: 1px solid #f5f5f5; }
	.tabs-vertical.tabs-line .tab-content { padding: 0 0 0 35px; }
	.tabs-vertical.tabs-line * + .tab-content { margin-top: 0; }
}



/********************* CARDS ************/

/* Custom card group container */
.card-group-custom { margin-bottom: 0; }

/* Remove border-top between header collapse sections */
.card-group-custom .card-header + .collapse > .card-body, .card-group-custom .card-header + .collapse > .list-group { border-top: 0; }

/* Prevent spacing between stacked cards */
.card-group-custom .card + .card { margin-top: 0; }

/* Reset card appearance for custom cards */
.card-custom { text-align: left; display: block; margin: 0; border: 0; border-radius: 0; box-shadow: none; background: inherit; }

/* Make card links full block */
.card-custom a { display: block; }

/* Remove padding and border from card header */
.card-custom .card-header { padding: 0; border-bottom: 0; border-top-left-radius: 0; border-top-right-radius: 0; background: transparent; }

/* Remove padding and borders from card body */
.card-custom .card-body { padding: 0; border: 0; }

/* Add spacing before card group */
* + .card-group-custom { margin-top: 20px; }

/* Add spacing before corporate card groups following h3 */
h3 + .card-group-corporate { margin-top: 20px; }

/* Adjust spacing on larger screens */
@media (min-width: 992px) {
  * + .card-group-custom { margin-top: 30px; }
  * + .card-group-custom-1 { margin-top: 20px; }
}

/* Corporate card styling */
.card-corporate { text-align: left; }

/* Remove border on last collapsed card */
.card-corporate:last-child .card-title a.collapsed { border-bottom-color: transparent; }

/* Reset card title margins */
.card-corporate .card-title { margin-bottom: 0; }

/* Transparent card titles and bodies */
.card-corporate .card-title a, .card-corporate .card-body { background: transparent; }

/* Corporate card link appearance */
.card-corporate .card-title a { position: relative; padding: 15px 0 15px 45px; font-size: 14px; line-height: 1.6; font-weight: 400; letter-spacing: .02em; font-family: "Roboto Mono", monospace; color: #151515; border-bottom: 1px solid #e1e1e1; z-index: 1; }

/* Styling for collapsed state of arrow icon */
.card-corporate .card-title a.collapsed .card-arrow .icon { color: #151515; background: #ffffff; box-shadow: 0 0 5px 0 rgba(1, 3, 4, 0.19); transform: none; }

/* Position card arrow element */
.card-corporate .card-arrow { display: flex; align-items: center; position: absolute; text-align: center; top: 0; bottom: 0; left: 0; z-index: 2; }

/* Default card arrow icon style */
.card-corporate .card-arrow .icon { font-size: 20px; line-height: 30px; width: 30px; height: 30px; border-radius: 50%; color: #ffffff; background: #6a2cba; box-shadow: none; transform: rotate(90deg); transition: all .3s ease; }

/* Arrow icon glyph */
.card-corporate .card-arrow .icon::before { content: '\f238'; font-family: "Material Design Icons"; }

/* Collapsible section styling */
.card-corporate .collapse { position: relative; color: #666666; border-radius: 0 0 6px 6px; z-index: 1; }

/* Body inside corporate card */
.card-corporate .card-body { padding: 15px 0 10px 0; }

/* Medium screen adjustments */
@media (min-width: 768px) {
  .card-corporate .card-title a { padding: 25px 0 25px 56px; }
  .card-corporate .card-arrow .icon { font-size: 22px; line-height: 36px; width: 36px; height: 36px; }
  .card-corporate .card-body { padding: 25px 0 10px 0; }
}

/* Large screen font adjustments */
@media (min-width: 992px) {
  .card-corporate .card-title a { font-size: 16px; }
}

/* Extra large screen adjustments */
@media (min-width: 1200px) {
  .card-corporate .card-title a { padding: 30px 0 30px 66px; font-size: 18px; }
  .card-corporate .card-arrow .icon { font-size: 24px; line-height: 42px; width: 42px; height: 42px; }
}

/* Alternate corporate card style */
.card-corporate-2 { text-align: left; }

/* Mobile adjustment for last collapsed card */
@media (max-width: 991.98px) {
  .card-corporate-2:last-child .card-title a.collapsed { border-bottom-color: #e1e1e1; }
}

/* Desktop hover effects */
@media (min-width: 992px) {
  .desktop .card-corporate .card-title a:hover .card-arrow .icon { transform: rotate(-90deg); }
  .desktop .card-corporate .card-title a.collapsed:hover .card-arrow .icon { transform: rotate(90deg); }
}

/* Wrapper for intro section */
.intro-wrapper { position: relative; }
.intro-wrapper .right-shadow{box-shadow: 16px 10px 36px 6px rgba(0, 0, 0, 0.25);}
.intro-wrapper .left-shadow{box-shadow: -16px 10px 36px 6px rgba(0, 0, 0, 0.25);}

/* Image label styling */
.label-img { position: absolute; left: 15px; top: 15px; box-shadow: -26px 10px 46px 6px rgba(0, 0, 0, 0.19); }

/* Label image adjustments on extra large screens */
@media (min-width: 1200px) {
  .label-img { top: 45px; left: -40px; }
}

/* Quality badge styling */
.quality-label { position: absolute; left: 15px; top: 15px; width: 100px; height: 100px; border-radius: 50%; background-image: -webkit-linear-gradient(top, #887fd8 0%, #6b93c6 100%); background-image: linear-gradient(to bottom, #887fd8 0%, #6b93c6 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF887FD8', endColorstr='#FF6B93C6', GradientType=0); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; font-family: "Roboto Mono", monospace; color: #ffffff; box-shadow: -26px 10px 46px 6px rgba(0, 0, 0, 0.19); }

/* Position adjustments for quality badge on large screens */
@media (min-width: 992px) {
  .quality-label { top: 60px; left: -30px; }
}

/* Large text inside quality badge */
.quality-label span { font-size: 24px; line-height: 1.2; }

/* Small text for second line in badge */
.quality-label span:nth-child(2) { font-size: 13px; }



/***************** OWL CAROUSEL *********************/

/* Owl carousel animation timing */
.owl-carousel .animated { animation-duration: 1000ms; animation-fill-mode: both; }

/* Ensure animated in slides are behind */
.owl-carousel .owl-animated-in { z-index: 0; }

/* Ensure animated out slides are above */
.owl-carousel .owl-animated-out { z-index: 1; }

/* Fade out animation trigger */
.owl-carousel .fadeOut { animation-name: fadeOut; }

/* Keyframes for fadeOut effect */
@keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

/* Owl Carousel - Auto Height Plugin */
.owl-height { transition: height 500ms ease-in-out; }

/* Core Owl Carousel container */
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1; }

/* Owl stage wrapper */
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; }

/* Clearfix for owl-stage */
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

/* Outer stage wrapper (viewport) */
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }

/* Controls (nav and dots) clickable */
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot { cursor: pointer; user-select: none; }

/* Loaded carousel is visible */
.owl-carousel.owl-loaded { display: block; }

/* Loading state */
.owl-carousel.owl-loading { opacity: 0; display: block; }

/* Hidden state */
.owl-carousel.owl-hidden { opacity: 0; }

/* Refresh hides items until ready */
.owl-carousel .owl-refresh .owl-item { display: none; }

/* Carousel item base */
.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }

/* Cursor styles for drag */
.owl-carousel .owl-grab { cursor: move; cursor: -webkit-grab; cursor: grab; }

/* Right-to-left carousel */
.owl-carousel.owl-rtl { direction: rtl; }

/* RTL carousel items float right */
.owl-carousel.owl-rtl .owl-item { float: right; }

/* No-js fallback */
.no-js .owl-carousel { display: block; }

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity 400ms ease; }

/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000000; }

/* Play icon for video */
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; font: 400 40px/80px 'FontAwesome'; cursor: pointer; z-index: 1; transition: scale 100ms ease; }

/* FontAwesome play symbol */
.owl-carousel .owl-video-play-icon:before { content: '\f144'; }

/* Hover grow effect for play icon */
.owl-carousel .owl-video-play-icon:hover { transform: scale(1.3); }

/* Hide thumb and play icon when playing */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }

/* Video thumbnail */
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 400ms ease; }

/* Video frame wrapper */
.owl-carousel .owl-video-frame { position: relative; z-index: 1; }

/* Owl Navigation disable */
.owl-nav.disabled { display: none !important; }

/* Prev/Next arrows */
.owl-prev,
.owl-next { text-align: center; position: absolute; top: 50%; font-size: 30px; line-height: 1.8; font-weight: 600; letter-spacing: .05em; font-family: "Material Design Icons"; color: rgba(255, 255, 255, 0.5); transition: all .2s ease; transform: translate3d(0, -50%, 0); will-change: transform; cursor: pointer; }

/* Hover color for arrows */
.owl-prev:hover,
.owl-next:hover { color: #ffec4e; }

/* Positioning prev arrow */
.owl-prev { left: 0; }

/* Prev arrow icon */
.owl-prev:before { content: '\f14a'; }

/* Positioning next arrow */
.owl-next { right: 0; }

/* Next arrow icon */
.owl-next:before { content: '\f14f'; }

/* Owl Pagination */
.owl-dots { text-align: center; margin-top: 30px; font-size: 0; line-height: 0; }

/* Hide dots if disabled */
.owl-dots.disabled { display: none !important; }

/* Responsive dots spacing */
@media (min-width: 768px) {
	.owl-dots { margin-top: 45px; }
}

/* Base dot styling */
.owl-dot { position: relative; display: inline-block; width: 14px; height: 14px; border-radius: 50%; margin-left: 6px; margin-right: 6px; text-align: center; outline: none; cursor: pointer; background-color: #d7d7d7; transition: all .25s ease-in-out; }

/* Hide single dot */
.owl-dot:only-child { display: none; }

/* Hover/focus color change */
.owl-dot:hover,
.owl-dot:focus { background-color: #ffec4e; }

/* Active dot color */
.owl-dot.active { background-color: #ffec4e; }

/* Light dots style */
.owl-carousel.owl-carousel-light-dots .owl-dot { border-color: #ffffff; }

/* Light dots hover/focus */
.owl-carousel.owl-carousel-light-dots .owl-dot:hover,
.owl-carousel.owl-carousel-light-dots .owl-dot:focus { background-color: #ffffff; }

/* Light dots active */
.owl-carousel.owl-carousel-light-dots .owl-dot.active { background-color: #ffffff; }

/* Owl Nav Styles variant 1 */
.owl-nav-1 { position: relative; padding: 0 26px; }

/* Nav arrows in variant 1 */
.owl-nav-1 .owl-prev,
.owl-nav-1 .owl-next { text-align: center; position: absolute; display: none; top: 50%; font-size: 30px; line-height: 1.8; font-weight: 600; letter-spacing: .05em; font-family: "Material Design Icons"; color: #ffffff; transition: all .2s ease; transform: translate3d(0, -50%, 0); will-change: transform; cursor: pointer; z-index: 10; }

/* Hover state for nav-1 */
.owl-nav-1 .owl-prev:hover,
.owl-nav-1 .owl-next:hover { color: #ffec4e; }

/* Position tweak for prev in nav-1 */
.owl-nav-1 .owl-prev::after { right: -14px; }

/* Position tweak for next in nav-1 */
.owl-nav-1 .owl-next::after { left: -14px; }

/* Larger touch zones for nav-1 on desktop */
@media (min-width: 768px) {
	.owl-nav-1 .owl-prev::after,
	.owl-nav-1 .owl-next::after { width: 100px; height: 100px; }
	.owl-nav-1 .owl-prev::after { right: -24px; }
	.owl-nav-1 .owl-next::after { left: -24px; }
}

/* Owl Nav Styles variant 2 hover color */
.owl-nav-2 .owl-prev:hover,
.owl-nav-2 .owl-next:hover { color: #6a2cba; }

/* Larger styled navigation dots */
.owl-dots-styles-1 .owl-dot { width: 18px; height: 18px; background: transparent; border: 4px solid rgba(255, 236, 78, 0.5); }

/* Dot hover/focus highlight */
.owl-dots-styles-1 .owl-dot:hover, .owl-dots-styles-1 .owl-dot:focus { border-color: #ffec4e; }

/* Active dot highlight */
.owl-dots-styles-1 .owl-dot.active { border-color: #ffec4e; }

/* Owl style 1 stage spacing */
.owl-style-1 .owl-stage-outer { margin: -15px; padding: 15px; }

/* Owl style 1 large-screen dots margin */
@media (min-width: 1200px) {
	.owl-style-1 .owl-dots { margin-top: 55px; }
}

/* Owl style 2 center alignment */
.owl-style-2 { text-align: center; }

/* Owl style 2 vertical centering for items */
.owl-style-2 .owl-stage { display: flex; align-items: center; }

/* Owl style 3 stage spacing */
.owl-style-3 .owl-stage-outer { margin: -20px; padding: 20px; }

/* Owl style 3 hides nav by default */
.owl-style-3 .owl-nav { display: none; }

/* Owl style 3 tablet spacing and overlay */
@media (min-width: 768px) {
	.owl-style-3 { padding: 0 120px; }
	.owl-style-3 .owl-stage-outer { margin-left: -60px; margin-right: -60px; padding-left: 60px; padding-right: 60px; }
	.owl-style-3 .owl-stage-outer::before { position: absolute; content: ''; top: 20px; right: 0; bottom: 20px; left: 0; background: rgba(255, 255, 255, 0.2); transform: scaleY(0.9); }
	.owl-style-3 .owl-nav { display: block; }
	.owl-style-3 .owl-dots { display: none; }
}

/* Owl style 3 desktop spacing */
@media (min-width: 992px) {
	.owl-style-3 { padding: 0 160px; }
	.owl-style-3 .owl-stage-outer { margin-left: -85px; margin-right: -85px; padding-left: 85px; padding-right: 85px; }
}

/* Owl style 3 large desktop spacing and nav positioning */
@media (min-width: 1200px) {
	.owl-style-3 { padding: 0 215px; }
	.owl-style-3 .owl-prev { left: 30px; }
	.owl-style-3 .owl-next { right: 30px; }
}

/* Owl style 4 base spacing */
.owl-style-4 { padding: 0 50px; }

/* Owl style 4 full width for wide screens */
@media (min-width: 1600px) {
	.owl-style-4 { padding: 0; }
}

/* Owl style 4 spacing when following another element */
* + .owl-style-4 { margin-top: 30px; }

/* Owl style 5 dots spacing */
.owl-style-5 .owl-dots { margin-top: 25px; }

/* Owl style 6 centered with border */
.owl-style-6 { text-align: center; padding: 30px 0; border-bottom: 1px solid #e1e1e1; }

/* Owl style 6 vertically aligned stage */
.owl-style-6 .owl-stage { display: flex; align-items: center; }

/* Owl style 6 tablet padding */
@media (min-width: 992px) {
	.owl-style-6 { padding: 40px 0; }
}

/* Owl style 6 desktop padding */
@media (min-width: 1200px) {
	.owl-style-6 { padding: 50px 30px; }
}

/* Owl style 7 base padding */
.owl-style-7 { padding: 0 15px; }

/* Owl style 7 hides nav by default */
.owl-style-7 .owl-nav { display: none; }

/* Owl style 7 arrow positioning */
.owl-style-7 .owl-prev, .owl-style-7 .owl-next { top: 35%; transform: none; }

/* Owl style 7 left arrow */
.owl-style-7 .owl-prev { left: 20px; }

/* Owl style 7 right arrow */
.owl-style-7 .owl-next { right: 20px; }

/* Owl style 7 tablet spacing and nav toggle */
@media (min-width: 768px) {
	.owl-style-7 { padding: 0 75px; }
	.owl-style-7 .owl-nav { display: block; }
	.owl-style-7 .owl-dots { display: none; }
}

/* Owl style 7 spacing when following another element */
@media (min-width: 768px) {
	* + .owl-style-7 { margin-top: 35px; }
}

/* Owl style 8 stage spacing */
.owl-style-8 .owl-stage-outer { margin: -20px -30px -80px; padding: 20px 30px 80px; }

/* Owl style 9 stage spacing with disabled pointer events */
.owl-style-9 .owl-stage-outer { margin: -35px -20px -80px; padding: 35px 20px 80px; pointer-events: none; z-index: 1; }

/* Owl style 9 re-enable pointer events for children */
.owl-style-9 .owl-stage-outer > * { pointer-events: auto; }

/* Owl style 10 stage spacing */
.owl-style-10 .owl-stage-outer { margin: -30px 0; padding: 30px 0; }

/* Owl style 11 spacing when following another element */
@media (min-width: 768px) {
	* + .owl-style-11 { margin-top: 40px; }
}

/* Owl style 12 stage spacing */
.owl-style-12 .owl-stage-outer { margin: -20px; padding: 20px; }

/* Owl style 12 desktop dots spacing */
@media (min-width: 1200px) {
	.owl-style-12 .owl-dots { margin-top: 55px; }
}

/* Owl style 12 extra-large spacing when following another element */
@media (min-width: 1600px) {
	* + .owl-style-12 { margin-top: 65px; }
}

/* Owl style 13 flex stage */
.owl-style-13 .owl-stage { display: flex; }

/* Owl style 13 items non-flexible shrink */
.owl-style-13 .owl-item { flex: 0 0 auto; }

/* Owl style 13 dots spacing */
.owl-style-13 .owl-dots { margin-top: 20px; padding-bottom: 20px; }

/* Owl style 14 padded container with background */
.owl-style-14 { padding: 30px 15px; border-radius: 6px; background: #f5f5f5; }

/* Owl style 14 button spacing */
.owl-style-14 * + .button { margin-top: 20px; }

/* Owl style 14 small-screen padding adjustments */
@media (min-width: 576px) {
	.owl-style-14 .owl-style-14 { padding-left: 30px; padding-right: 30px; }
}

/* Owl style 14 tablet padding */
@media (min-width: 768px) {
	.owl-style-14 { padding: 40px; }
}

/* Owl style 14 desktop vertical padding */
@media (min-width: 992px) {
	.owl-style-14 { padding-top: 60px; padding-bottom: 60px; }
}

/* Primary dot styles: hide single dot */
.owl-primary .owl-dot:only-child { display: none; }

/* Primary dot hover/focus color */
.owl-primary .owl-dot:hover, .owl-primary .owl-dot:focus { background-color: #6a2cba; }

/* Primary dot active color */
.owl-primary .owl-dot.active { background-color: #6a2cba; }



/* LightGallery sub-html captions and toolbar background */
.lg-sub-html, .lg-toolbar { background-color: rgba(0, 0, 0, 0.45); }

/* LightGallery icon font definition */
@font-face {
	font-family: lg;
	src: url(../fonts/lg.eot?n1z373);
	src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
	font-weight: 400;
	font-style: normal;
}

/* Base icon styling for LightGallery controls */
.lg-icon { font-family: lg; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* Navigation arrows (next/prev) */
.lg-actions .lg-next, .lg-actions .lg-prev { background-color: rgba(0, 0, 0, 0.45); border-radius: 2px; color: #999999; cursor: pointer; display: block; font-size: 22px; margin-top: -10px; padding: 8px 10px 9px; position: absolute; top: 50%; z-index: 1080; border: none; outline: 0; }

/* Disabled nav arrows */
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled { pointer-events: none; opacity: .5; }

/* Hover color for nav arrows */
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover { color: #ffffff; }

/* Right arrow positioning */
.lg-actions .lg-next { right: 20px; }

/* Right arrow icon */
.lg-actions .lg-next:before { content: "\e095"; }

/* Left arrow positioning */
.lg-actions .lg-prev { left: 20px; }

/* Left arrow icon */
.lg-actions .lg-prev:after { content: "\e094"; }

/* Keyframes for bounce effect on right end */
@-webkit-keyframes lg-right-end { 0%, 100% { left: 0; } 50% { left: -30px; } }
@-moz-keyframes lg-right-end { 0%, 100% { left: 0; } 50% { left: -30px; } }
@-ms-keyframes lg-right-end { 0%, 100% { left: 0; } 50% { left: -30px; } }
@keyframes lg-right-end { 0%, 100% { left: 0; } 50% { left: -30px; } }

/* Keyframes for bounce effect on left end */
@-webkit-keyframes lg-left-end { 0%, 100% { left: 0; } 50% { left: 30px; } }
@-moz-keyframes lg-left-end { 0%, 100% { left: 0; } 50% { left: 30px; } }
@-ms-keyframes lg-left-end { 0%, 100% { left: 0; } 50% { left: 30px; } }
@keyframes lg-left-end { 0%, 100% { left: 0; } 50% { left: 30px; } }

/* Trigger right-end bounce */
.lg-outer.lg-right-end .lg-object { -webkit-animation: lg-right-end .3s; -o-animation: lg-right-end .3s; animation: lg-right-end .3s; position: relative; }

/* Trigger left-end bounce */
.lg-outer.lg-left-end .lg-object { -webkit-animation: lg-left-end .3s; -o-animation: lg-left-end .3s; animation: lg-left-end .3s; position: relative; }

/* Toolbar container */
.lg-toolbar { z-index: 1082; left: 0; position: absolute; top: 0; width: 100%; }

/* Toolbar icons (close, download, etc.) */
.lg-toolbar .lg-icon { color: #999999; cursor: pointer; float: right; font-size: 24px; height: 47px; line-height: 27px; padding: 10px 0; text-align: center; width: 50px; text-decoration: none !important; outline: 0; -webkit-transition: color .2s linear; -o-transition: color .2s linear; transition: color .2s linear; }

/* Toolbar icon hover */
.lg-toolbar .lg-icon:hover { color: #ffffff; }

/* Close button icon */
.lg-toolbar .lg-close:after { content: "\e070"; }

/* Download button icon */
.lg-toolbar .lg-download:after { content: "\e0f2"; }

/* Sub-html caption container */
.lg-sub-html { bottom: 0; color: #eeeeee; font-size: 16px; left: 0; padding: 10px 40px; position: fixed; right: 0; text-align: center; z-index: 1080; }

/* Caption heading */
.lg-sub-html h4 { margin: 0; font-size: 13px; font-weight: 700; }

/* Caption paragraph */
.lg-sub-html p { font-size: 12px; margin: 5px 0 0; }

/* Image counter display */
#lg-counter { color: #999999; display: inline-block; font-size: 16px; padding-left: 20px; padding-top: 12px; vertical-align: middle; }

/* Transition styles for nav and toolbar */
.lg-next, .lg-prev, .lg-toolbar { opacity: 1; -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

/* Hide left arrow when inactive */
.lg-hide-items .lg-prev { opacity: 0; -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); }

/* Hide right arrow when inactive */
.lg-hide-items .lg-next { opacity: 0; -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); }

/* Hide toolbar when inactive */
.lg-hide-items .lg-toolbar { opacity: 0; -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); }

/* Zoom-in animation when gallery opens (initial scale and opacity) */
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object { -webkit-transform: scale3d(0.5, 0.5, 0.5); transform: scale3d(0.5, 0.5, 0.5); opacity: 0; -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important; -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important; -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important; transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; }

/* Reset zoom to full size when image is fully loaded */
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); opacity: 1; }

/* Thumbnail container */
.lg-outer .lg-thumb-outer { background-color: #0d0a0a; bottom: 0; position: absolute; width: 100%; z-index: 1080; max-height: 350px; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

/* Cursor state while grabbing thumbnails */
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item { cursor: -webkit-grab; cursor: -moz-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item { cursor: move; cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: -o-grabbing; cursor: -ms-grabbing; cursor: grabbing; }

/* Disable transition while dragging thumbs */
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb { -webkit-transition-duration: 0s !important; transition-duration: 0s !important; }

/* Show thumbnails when open */
.lg-outer.lg-thumb-open .lg-thumb-outer { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

/* Thumbnails list container */
.lg-outer .lg-thumb { padding: 10px 0; height: 100%; margin-bottom: -5px; margin-left: auto; margin-right: auto; }

/* Individual thumbnail item */
.lg-outer .lg-thumb-item { cursor: pointer; float: left; overflow: hidden; height: 100%; border: 2px solid #ffffff; border-radius: 4px; margin-bottom: 5px; }

/* Smooth border-color transitions on desktop */
@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item { -webkit-transition: border-color .25s ease; -o-transition: border-color .25s ease; transition: border-color .25s ease; }
}

/* Active/hover state for thumbnails */
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover { border-color: #6a2cba; }

/* Thumbnail images */
.lg-outer .lg-thumb-item img { width: 100%; height: 100%; object-fit: cover; }

/* Add space below items when thumbs are visible */
.lg-outer.lg-has-thumb .lg-item { padding-bottom: 120px; }

/* No padding if toggle enabled */
.lg-outer.lg-can-toggle .lg-item { padding-bottom: 0; }

/* Caption animation with thumbs */
.lg-outer.lg-pull-caption-up .lg-sub-html { -webkit-transition: bottom .25s ease; -o-transition: bottom .25s ease; transition: bottom .25s ease; }
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html { bottom: 100px; }

/* Toggle thumbnails button */
.lg-outer .lg-toogle-thumb { background-color: #0d0a0a; border-radius: 2px 2px 0 0; color: #999999; cursor: pointer; font-size: 24px; height: 39px; line-height: 27px; padding: 5px 0; position: absolute; right: 20px; text-align: center; top: -39px; width: 50px; }

/* Hover state for toggle button and share */
.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share { color: #ffffff; }

/* Toggle button icon */
.lg-outer .lg-toogle-thumb:after { content: "\e1ff"; }

/* Video container */
.lg-outer .lg-video-cont { display: inline-block; vertical-align: middle; max-width: 1140px; max-height: 100%; width: 100%; padding: 0 5px; }

/* Video wrapper */
.lg-outer .lg-video { width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; position: relative; }

/* Video object sizing */
.lg-outer .lg-video .lg-object { display: inline-block; position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }

/* Video play overlay */
.lg-outer .lg-video .lg-video-play { width: 84px; height: 59px; position: absolute; left: 50%; top: 50%; margin-left: -42px; margin-top: -30px; z-index: 1080; cursor: pointer; }

/* iFrame handling for video */
.lg-outer .lg-has-iframe .lg-video { -webkit-overflow-scrolling: touch; overflow: auto; }

/* Vimeo play button */
.lg-outer .lg-has-vimeo .lg-video-play { background: url(../images/vimeo-play.png) no-repeat; }
.lg-outer .lg-has-vimeo:hover .lg-video-play { background: url(../images/vimeo-play.png) 0 -58px no-repeat; }

/* HTML5 play button */
.lg-outer .lg-has-html5 .lg-video-play { background: url(../images/video-play.png) no-repeat; height: 64px; margin-left: -32px; margin-top: -32px; width: 64px; opacity: .8; }
.lg-outer .lg-has-html5:hover .lg-video-play { opacity: 1; }

/* YouTube play button */
.lg-outer .lg-has-youtube .lg-video-play { background: url(../images/youtube-play.png) no-repeat; }
.lg-outer .lg-has-youtube:hover .lg-video-play { background: url(../images/youtube-play.png) 0 -60px no-repeat; }

/* Video object itself */
.lg-outer .lg-video-object { width: 100% !important; height: 100% !important; position: absolute; top: 0; left: 0; }

/* Hide video object until playing */
.lg-outer .lg-has-video .lg-video-object { visibility: hidden; }

/* Hide overlays while playing */
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play { display: none; }
.lg-outer .lg-has-video.lg-video-playing .lg-video-object { visibility: visible; }

/* Progress bar background */
.lg-progress-bar { background-color: #333333; height: 5px; left: 0; position: absolute; top: 0; width: 100%; z-index: 1083; opacity: 0; -webkit-transition: opacity 80ms ease 0s; -moz-transition: opacity 80ms ease 0s; -o-transition: opacity 80ms ease 0s; transition: opacity 80ms ease 0s; }

/* Progress bar indicator */
.lg-progress-bar .lg-progress { background-color: #6a2cba; height: 5px; width: 0; }

/* Full progress fill */
.lg-progress-bar.lg-start .lg-progress { width: 100%; }

/* Show autoplay progress bar */
.lg-show-autoplay .lg-progress-bar { opacity: 1; }

/* Autoplay button icon */
.lg-autoplay-button:after { content: "\e01d"; }
.lg-show-autoplay .lg-autoplay-button:after { content: "\e01a"; }

/* Disable transitions while zoom-dragging */
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap { -webkit-transition-duration: 0s; transition-duration: 0s; }

/* Smooth transform zoom transitions */
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap { -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

/* Smooth left/top repositioning transitions */
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap { -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

/* Base wrapper transform reset */
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; }

/* Zoomable image default state */
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important; -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important; -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important; transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important; -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; }

/* Zoom control icons */
#lg-zoom-in:after { content: "\e311"; }
#lg-actual-size { font-size: 20px; }
#lg-actual-size:after { content: "\e033"; }
#lg-zoom-out { opacity: .5; pointer-events: none; }
#lg-zoom-out:after { content: "\e312"; }
.lg-zoomed #lg-zoom-out { opacity: 1; pointer-events: auto; }

/* Pager (thumbnail nav dots) container */
.lg-outer .lg-pager-outer { bottom: 60px; left: 0; position: absolute; right: 0; text-align: center; z-index: 1080; height: 10px; }
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont { overflow: visible; }

/* Individual pager item */
.lg-outer .lg-pager-cont { cursor: pointer; display: inline-block; overflow: hidden; position: relative; vertical-align: top; margin: 0 5px; }
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager { box-shadow: 0 0 0 2px #ffffff inset; }

/* Pager thumbnail preview */
.lg-outer .lg-pager-thumb-cont { background-color: #ffffff; color: #ffffff; bottom: 100%; height: 83px; left: 0; margin-bottom: 20px; margin-left: -60px; opacity: 0; padding: 5px; position: absolute; width: 120px; border-radius: 3px; -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s; -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s; -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s; transition: opacity .15s ease 0s, transform .15s ease 0s; -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); }
.lg-outer .lg-pager-thumb-cont img { width: 100%; height: 100%; }

/* Pager dot appearance */
.lg-outer .lg-pager { background-color: rgba(255, 255, 255, 0.5); border-radius: 50%; box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset; display: block; height: 12px; -webkit-transition: box-shadow .3s ease 0s; -o-transition: box-shadow .3s ease 0s; transition: box-shadow .3s ease 0s; width: 12px; }
.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover { box-shadow: 0 0 0 8px #ffffff inset; }

/* Pager caret pointer */
.lg-outer .lg-caret { border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px dashed; bottom: -10px; display: inline-block; height: 0; left: 50%; margin-left: -5px; position: absolute; vertical-align: middle; width: 0; }

/* Fullscreen toggle icons */
.lg-fullscreen:after { content: "\e20c"; }
.lg-fullscreen-on .lg-fullscreen:after { content: "\e20d"; }

/* Dropdown overlay background */
.lg-outer #lg-dropdown-overlay { background-color: rgba(0, 0, 0, 0.25); bottom: 0; cursor: default; left: 0; position: fixed; right: 0; top: 0; z-index: 1081; opacity: 0; visibility: hidden; -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s; -o-transition: visibility 0s linear .18s, opacity .18s linear 0s; transition: visibility 0s linear .18s, opacity .18s linear 0s; }

/* Active dropdown visibility */
.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown { -webkit-transition-delay: 0s; transition-delay: 0s; -moz-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; visibility: visible; }

/* Dropdown menu styling */
.lg-outer .lg-dropdown { background-color: #ffffff; border-radius: 2px; font-size: 14px; list-style-type: none; margin: 0; padding: 10px 0; position: absolute; right: 0; text-align: left; top: 50px; opacity: 0; visibility: hidden; -moz-transform: translate3d(0, 5px, 0); -o-transform: translate3d(0, 5px, 0); -ms-transform: translate3d(0, 5px, 0); -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s; -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s; -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s; transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s; }
.lg-outer .lg-dropdown:after { content: ""; display: block; height: 0; width: 0; position: absolute; border: 8px solid transparent; border-bottom-color: #ffffff; right: 16px; top: -16px; }
.lg-outer .lg-dropdown > li:last-child { margin-bottom: 0; }
.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a { color: #333333; }
.lg-outer .lg-dropdown a { color: #333333; display: block; white-space: pre; padding: 4px 12px; font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 12px; }
.lg-outer .lg-dropdown a:hover { background-color: rgba(0, 0, 0, 0.07); }
.lg-outer .lg-dropdown .lg-dropdown-text { display: inline-block; line-height: 1; margin-top: -3px; vertical-align: middle; }
.lg-outer .lg-dropdown .lg-icon { color: #333333; display: inline-block; float: none; font-size: 20px; height: auto; line-height: 1; margin-right: 8px; padding: 0; vertical-align: middle; width: auto; }

/* Global sizing for outer container */
.lg-outer, .lg-outer .lg, .lg-outer .lg-inner { width: 100%; height: 100%; }

/* Share menu icons */
.lg-outer #lg-share { position: relative; }
.lg-outer #lg-share:after { content: "\e80d"; }
.lg-outer #lg-share-facebook .lg-icon { color: #3b5998; }
.lg-outer #lg-share-facebook .lg-icon:after { content: "\e901"; }
.lg-outer #lg-share-twitter .lg-icon { color: #00aced; }
.lg-outer #lg-share-twitter .lg-icon:after { content: "\e904"; }
.lg-outer #lg-share-googleplus .lg-icon { color: #dd4b39; }
.lg-outer #lg-share-googleplus .lg-icon:after { content: "\e902"; }
.lg-outer #lg-share-pinterest .lg-icon { color: #cb2027; }
.lg-outer #lg-share-pinterest .lg-icon:after { content: "\e903"; }

/* Group clearfix */
.lg-group:after { content: ""; display: table; clear: both; }

/* Outer container positioning */
.lg-outer { position: fixed; top: 0; left: 0; z-index: 1090; text-align: left; opacity: 0; -webkit-transition: opacity .15s ease 0s; -o-transition: opacity .15s ease 0s; transition: opacity .15s ease 0s; }
.lg-outer * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lg-outer.lg-visible { opacity: 1; }

/* Slide transitions and dragging states */
.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide { -webkit-transition-duration: inherit !important; transition-duration: inherit !important; -webkit-transition-timing-function: inherit !important; transition-timing-function: inherit !important; }
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide { -webkit-transition-duration: 0s !important; transition-duration: 0s !important; opacity: 1; }

/* Cursor styling while grabbing */
.lg-outer.lg-grab img.lg-object { cursor: -webkit-grab; cursor: -moz-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }
.lg-outer.lg-grabbing img.lg-object { cursor: move; cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: -o-grabbing; cursor: -ms-grabbing; cursor: grabbing; }

/* Gallery container */
.lg-outer .lg { position: relative; overflow: hidden; margin-left: auto; margin-right: auto; max-width: 100%; max-height: 100%; }
.lg-outer .lg-inner { position: absolute; left: 0; top: 0; white-space: nowrap; }

/* Gallery items */
.lg-outer .lg-item { background: url(../images/loading.gif) center center no-repeat; display: none !important; }
.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide { display: inline-block !important; }
.lg-outer .lg-img-wrap, .lg-outer .lg-item { display: inline-block; text-align: center; position: absolute; width: 100%; height: 100%; }
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }
.lg-outer .lg-img-wrap { position: absolute; padding: 0 5px; left: 0; right: 0; top: 0; bottom: 0; }
.lg-outer .lg-item.lg-complete { background-image: none; }
.lg-outer .lg-item.lg-current { z-index: 1060; }

/* Image styling */
.lg-outer .lg-image { display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%; width: auto !important; height: auto !important; }

/* Fade-in after load */
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play { opacity: 0; -webkit-transition: opacity .15s ease 0s; -o-transition: opacity .15s ease 0s; transition: opacity .15s ease 0s; }
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play { opacity: 1; }

/* Hide empty HTML blocks or disabled downloads */
.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download { display: none; }

/* LightGallery backdrop overlay (dark background behind modal) */
.lg-backdrop { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1090; background-color: rgba(0, 0, 0, 0.8); opacity: 0; -webkit-transition: opacity .15s ease 0s; -o-transition: opacity .15s ease 0s; transition: opacity .15s ease 0s; }
.lg-backdrop.in { opacity: 1; }

/* Disable transitions when no-trans is set */
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide { -webkit-transition: none 0s ease 0s !important; -moz-transition: none 0s ease 0s !important; -o-transition: none 0s ease 0s !important; transition: none 0s ease 0s !important; }

/* Ensure backface visibility hidden for smoother 3D transforms */
.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; }

/* Fade transition styles */
.lg-css3.lg-fade .lg-item { opacity: 0; }
.lg-css3.lg-fade .lg-item.lg-current { opacity: 1; }
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide { -webkit-transition: opacity .1s ease 0s; -moz-transition: opacity .1s ease 0s; -o-transition: opacity .1s ease 0s; transition: opacity .1s ease 0s; }

/* Slide transition using CSS3 transforms */
.lg-css3.lg-slide.lg-use-css3 .lg-item { opacity: 0; }
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide { -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/* Slide transition using left positioning instead of transform */
.lg-css3.lg-slide.lg-use-left .lg-item { opacity: 0; position: absolute; left: 0; }
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide { left: -100%; }
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide { left: 100%; }
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current { left: 0; opacity: 1; }
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide { -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/* Hide zoom controls on tablet and mobile devices */
.tablet #lg-zoom-in, .tablet #lg-zoom-out, .mobile #lg-zoom-in, .mobile #lg-zoom-out { display: none; }

/* Adjust icon size and width on tablet and mobile */
.tablet .lg-icon, .mobile .lg-icon { font-size: 22px; width: 45px; }

/* Responsive adjustments for screens smaller than 768px */
@media (max-width: 767.98px) {
	/* Hide fullscreen and zoom controls on small screens */
	.lg-fullscreen, #lg-zoom-in, #lg-zoom-out { display: none; }

	/* Scale down icon size on small screens */
	.lg-icon { font-size: 22px; width: 45px; }
}



/************************ PARALLAX ******************/

/* Content inside a parallax section, stacked above background */
.parallax-content { position: relative; z-index: 1; }

/* Parallax container with background image setup */
.parallax-container { position: relative; overflow: hidden; background-position: center center; background-size: cover; }

/* Parallax background element */
.material-parallax { position: absolute; top: 0; left: -1px; right: -1px; bottom: 0; z-index: 0; background-position: center center; }

/* Force scroll background on iOS devices */
.ipad .parallax-container, .iphone .parallax-container { background-attachment: scroll !important; }

/* Parallax background image adjustment */
.material-parallax img { display: none; position: absolute; left: 50%; bottom: 0; min-width: 101%; min-height: 101%; max-width: none; transform: translate3d(-50%, 0, 0); }


/************************ BUTTONS ***********************/

/* Base button styling: sets layout, typography, padding, and interactive behavior */
.button { position: relative; overflow: hidden; display: inline-block; padding: 4px 17px; font-size: 14px; line-height: 2; border: 1px solid; font-family: "Roboto Mono", monospace; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; text-overflow: ellipsis; text-align: center; cursor: pointer; vertical-align: middle; user-select: none; transition: all 250ms ease-in-out; }

/* Adjust button padding for medium screens */
@media (min-width: 768px) { .button { padding: 9px 29px; } }

/* Adjust button padding for large screens */
@media (min-width: 992px) { .button { padding: 14px 34px; } }

/* Full-width block button */
.button-block { display: block; width: 100%; }

/* Default button style */
.button-default, .button-default:focus { color: #cccccc; background-color: #2c343b; border-color: #2c343b; }
.button-default:hover, .button-default:active { color: #ffffff; background-color: #6a2cba; border-color: #6a2cba; }
.button-default.button-ujarak::before { background: #6a2cba; }
.button-default.button-zakaria:after { background: #2c343b; }

/* Gray-100 button variant */
.button-gray-100, .button-gray-100:focus { color: #151515; background-color: #e1e1e1; border-color: #e1e1e1; }
.button-gray-100:hover, .button-gray-100:active { color: #151515; background-color: #d4d4d4; border-color: #d4d4d4; }
.button-gray-100.button-ujarak::before { background: #d4d4d4; }
.button-gray-100.button-zakaria:after { background: #e1e1e1; }

/* Primary button variant */
.button-primary, .button-primary:focus { color: #ffffff; background-color: #6a2cba; border-color: #6a2cba; }
.button-primary:hover, .button-primary:active { color: #151515; background-color: #ffec4e; border-color: #ffec4e; }
.button-primary.button-ujarak::before { background: #ffec4e; }
.button-primary.button-zakaria:after { background: #6a2cba; }

/* Primary-2 button variant */
.button-primary-2, .button-primary-2:focus { color: #ffffff; background-color: #6a2cba; border-color: #6a2cba; }
.button-primary-2:hover, .button-primary-2:active { color: #ffffff; background-color: #626469; border-color: #626469; }
.button-primary-2.button-ujarak::before { background: #626469; }
.button-primary-2.button-zakaria:after { background: #6a2cba; }

/* Primary-3 button variant */
.button-primary-3, .button-primary-3:focus { color: #ffffff; background-color: #6a2cba; border-color: #6a2cba; }
.button-primary-3:hover, .button-primary-3:active { color: #ffffff; background-color: #707475; border-color: #707475; }
.button-primary-3.button-ujarak::before { background: #707475; }
.button-primary-3.button-zakaria:after { background: #6a2cba; }

/* Secondary button variant */
.button-secondary, .button-secondary:focus { color: #151515; background-color: #ffec4e; border-color: #ffec4e; }
.button-secondary:hover, .button-secondary:active { color: #ffffff; background-color: #6a2cba; border-color: #6a2cba; }
.button-secondary.button-ujarak::before { background: #6a2cba; }
.button-secondary.button-zakaria:after { background: #ffec4e; }

/* Secondary-2 button variant */
.button-secondary-2, .button-secondary-2:focus { color: #151515; background-color: #ffec4e; border-color: #ffec4e; }
.button-secondary-2:hover, .button-secondary-2:active { color: #151515; background-color: #ffec4e; border-color: #ffec4e; }
.button-secondary-2.button-ujarak::before { background: #ffec4e; }
.button-secondary-2.button-zakaria:after { background: #ffec4e; }

/* Gray-6 button variant */
.button-gray-6, .button-gray-6:focus { color: #ffffff; background-color: #707475; border-color: #707475; }
.button-gray-6:hover, .button-gray-6:active { color: #151515; background-color: #ffec4e; border-color: #ffec4e; }
.button-gray-6.button-ujarak::before { background: #ffec4e; }
.button-gray-6.button-zakaria:after { background: #707475; }

/* Gray-14 button variant */
.button-gray-14, .button-gray-14:focus { color: #ffffff; background-color: #626469; border-color: #626469; }
.button-gray-14:hover, .button-gray-14:active { color: #ffffff; background-color: #6a2cba; border-color: #6a2cba; }
.button-gray-14.button-ujarak::before { background: #6a2cba; }
.button-gray-14.button-zakaria:after { background: #626469; }

/* Default outline button */
.button-default-outline, .button-default-outline:focus { color: #151515; background-color: transparent; border-color: #838383; }
.button-default-outline:hover, .button-default-outline:active { color: #ffffff; background-color: #6a2cba; border-color: #6a2cba; }
.button-default-outline.button-ujarak::before { background: #6a2cba; }
.button-default-outline.button-zakaria:after { background: transparent; }

/* Default outline-2 button */
.button-default-outline-2, .button-default-outline-2:focus { color: #151515; background-color: transparent; border-color: #151515; }
.button-default-outline-2:hover, .button-default-outline-2:active { color: #151515; background-color: #ffec4e; border-color: #ffec4e; }
.button-default-outline-2.button-ujarak::before { background: #ffec4e; }
.button-default-outline-2.button-zakaria:after { background: transparent; }

/* Default outline-3 button */
.button-default-outline-3, .button-default-outline-3:focus { color: #6a2cba; background-color: transparent; border-color: #6a2cba; }
.button-default-outline-3:hover, .button-default-outline-3:active { color: #ffffff; background-color: #6a2cba; border-color: #6a2cba; }
.button-default-outline-3.button-ujarak::before { background: #6a2cba; }
.button-default-outline-3.button-zakaria:after { background: transparent; }

/* Style-1 button */
.button-style-1, .button-style-1:focus { color: #ffec4e; background-color: #707475; border-color: #707475; }
.button-style-1:hover, .button-style-1:active { color: #ffffff; background-color: #6a2cba; border-color: #6a2cba; }
.button-style-1.button-ujarak::before { background: #6a2cba; }
.button-style-1.button-zakaria:after { background: #707475; }

/* Style-2 button */
.button-style-2, .button-style-2:focus { color: #ffffff; background-color: #707475; border-color: #707475; }
.button-style-2:hover, .button-style-2:active { color: #ffffff; background-color: #6a2cba; border-color: #6a2cba; }
.button-style-2.button-ujarak::before { background: #6a2cba; }
.button-style-2.button-zakaria:after { background: #707475; }

/* Ghost button (borderless, transparent background) */
.button-ghost { border: 0; background-color: transparent; }
.button-ghost:hover { color: #ffffff; background: #6a2cba; }

/* Facebook button variant */
.button-facebook, .button-facebook:focus { color: #ffffff; background-color: #3972ac; border-color: #3972ac; }
.button-facebook:hover, .button-facebook:active { color: #ffffff; background-color: #336599; border-color: #336599; }
.button-facebook.button-ujarak::before { background: #336599; }
.button-facebook.button-zakaria:after { background: #3972ac; }

/* Twitter button variant */
.button-twitter, .button-twitter:focus { color: #ffffff; background-color: #52b0e7; border-color: #52b0e7; }
.button-twitter:hover, .button-twitter:active { color: #ffffff; background-color: #3ca6e4; border-color: #3ca6e4; }
.button-twitter.button-ujarak::before { background: #3ca6e4; }
.button-twitter.button-zakaria:after { background: #52b0e7; }

/* Google button variant */
.button-google, .button-google:focus { color: #ffffff; background-color: #ed5e5e; border-color: #ed5e5e; }
.button-google:hover, .button-google:active { color: #ffffff; background-color: #ea4747; border-color: #ea4747; }
.button-google.button-ujarak::before { background: #ea4747; }
.button-google.button-zakaria:after { background: #ed5e5e; }

/* Shadow variations */
.button-shadow { box-shadow: 7px 7px 3px 0 rgba(0, 0, 0, 0.04); }
.button-shadow-2 { box-shadow: 3px 9px 18px 0 rgba(0, 0, 0, 0.18); }
.button-shadow-3 { box-shadow: 8px 9px 16px 0 rgba(0, 0, 0, 0.35); }
.button-shadow-4 { box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.17); }

/* Small button variant */
.button-sm { padding: 1px 15px; font-size: 12px; line-height: 2; }
@media (min-width: 768px) { .button-sm { padding: 6px 25px; } }
@media (min-width: 992px) { .button-sm { padding: 11px 30px; } }

/* Large button variant */
.button-lg { padding: 9px 20px; font-size: 14px; line-height: 2; }
@media (min-width: 768px) { .button-lg { padding: 14px 35px; } }
@media (min-width: 992px) { .button-lg { padding: 19px 40px; } }

/* Extra-large button variant */
.button-xl { padding: 6px 25px; font-size: 16px; line-height: 28px; }
@media (min-width: 768px) { .button-xl { padding: 11px 45px; } }
@media (min-width: 992px) { .button-xl { padding: 20px 80px; } }

/* Button shape variations */
.button-circle { border-radius: 30px; }
.button-round-1 { border-radius: 5px; }
.button-round-2 { border-radius: 10px; }

/* Buttons with icons */
.button-icon { display: inline-flex; justify-content: center; align-items: center; vertical-align: middle; }
.button-icon .icon { position: relative; top: 1px; display: inline-block; color: inherit; font-size: 14px; line-height: 1; }
.button-icon .mdi-email-outline { font-size: 20px; }
.button-icon-left .icon { margin-right: 5px; }
.button-icon-right { flex-direction: row-reverse; }
.button-icon-right .icon { margin-left: 5px; }

/* Icon button with larger size */
.button-icon-2 { min-width: 40px; padding-left: 5px; padding-right: 5px; font-size: 20px; line-height: 28px; border-radius: 50%; }
@media (min-width: 768px) { .button-icon-2 { font-size: 24px; min-width: 50px; } }
@media (min-width: 992px) { .button-icon-2 { min-width: 60px; } }

/* Icon button with smaller size */
.button-icon-3 { min-width: 30px; padding-left: 3px; padding-right: 3px; font-size: 18px; line-height: 24px; border-radius: 50%; }
.button-icon-3 span { font-size: inherit; vertical-align: middle; }
@media (min-width: 768px) { .button-icon-3 { font-size: 22px; min-width: 40px; padding-left: 5px; padding-right: 5px; } }
@media (min-width: 992px) { .button-icon-3 { min-width: 50px; } }
@-moz-document url-prefix() { .button-icon-3 span { vertical-align: baseline; line-height: inherit; } }

/* Primary button (Bootstrap-like style) */
.btn-primary { border-radius: 3px; font-family: "Roboto Mono", monospace; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; transition: .33s; }
.btn-primary, .btn-primary:active, .btn-primary:focus { color: #ffffff; background: #6a2cba; border-color: #6a2cba; }
.btn-primary:hover { color: #ffffff; background: #000000; border-color: #000000; }

/* Filter button style */
.button-filter { background-color: #6a2cba; border-color: #6a2cba; color: #ffffff; }
.button-filter:focus, .button-filter:active { background-color: #6a2cba; border-color: #6a2cba; color: #ffffff; }



/*********************** BREADCRUMBS *****************/

/* Breadcrumbs container with centered content */
.breadcrumbs-custom { position: relative; text-align: center; }

/* Main breadcrumbs body with flex alignment and background settings */
.breadcrumbs-custom-body { display: flex; align-items: center; xxmin-heightxx: 24.84375vw; padding: 40px 0; background-color: transparent; background-position: center; }

/* Breadcrumbs title with text shadow for depth */
.breadcrumbs-custom-title { text-shadow: 3px 9px 16px rgba(0, 0, 0, 0.18); }

/* Breadcrumbs text styling */
.breadcrumbs-custom-text { font-weight: 400; letter-spacing: .025em; font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

/* Breadcrumbs footer with background color */
.breadcrumbs-custom-footer { padding: 15px 0; background: #f9faf9; }

/* Path container adjustments */
.breadcrumbs-custom-path { margin-left: -17px; margin-right: -17px; }
.breadcrumbs-custom-path > * { padding-left: 17px; padding-right: 17px; }

/* Breadcrumb links styling */
.breadcrumbs-custom-path a { display: inline; }
.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus { color: #666666; }

/* Breadcrumb list items */
.breadcrumbs-custom-path li { position: relative; display: inline-block; vertical-align: middle; font-size: 12px; line-height: 2; font-weight: 600; letter-spacing: .13em; font-family: "Roboto Mono", monospace; text-transform: uppercase; }

/* Breadcrumb divider icon */
.breadcrumbs-custom-path li::after { display: inline-block; position: absolute; content: ""; top: 48%; right: 0; font-size: 14px; line-height: 1.72; font-family: "Material Design Icons"; color: #151515; transform: translate3d(50%, -50%, 0); }

/* Hide divider after last breadcrumb */
.breadcrumbs-custom-path li:last-child:after { display: none; }

/* Active breadcrumb state */
.breadcrumbs-custom-path a:hover, .breadcrumbs-custom-path li.active { color: #151515; }

/* Spacing above breadcrumb path */
* + .breadcrumbs-custom-path { margin-top: 14px; }

/* Responsive adjustments */
@media (min-width: 576px) {
	.breadcrumbs-custom-body { padding: 70px 0; }
}

@media (min-width: 768px) {
	* + .breadcrumbs-custom-text { margin-top: 20px; }
}

@media (min-width: 992px) {
	.breadcrumbs-custom-body { padding: 100px 0; }
	* + .breadcrumbs-custom-text { margin-top: 20px; }
}

/* IE-specific fixes for breadcrumb body height */
.ie-10 .breadcrumbs-custom-body,
.ie-11 .breadcrumbs-custom-body,
.ie-edge .breadcrumbs-custom-body { height: 24.84375vw; }

