/*----------------Core---------------------------*/
:root { scroll-behavior: auto; }

html { height: 100%; }

body {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
	color: #414141;
	font: 400 16px 'Calibri-Regular', sans-serif;
	letter-spacing: -0.32px;
	line-height: 1.5em;
	margin: 0px;
    min-height: 100%;
	background: #F8F8F8;
	top: 0 !important;
}

body#page-error { align-items: center; }

body.hamburger-active, body.drawer-active { overflow: hidden; }

img { height: auto; max-width: 100%; }
img[src=""], img:not([src]) { visibility: hidden; }

img.bordered-img { background: #FFF; border-radius: 24px; box-shadow: 2px 4px 16.6px 0 rgba(0, 0, 0, 0.08); }

a { color: #3B0011; word-break: break-word; transition: opacity 0.4s ease; }
a:focus { outline: 0; }
a:hover { color: #3B0011; opacity: 0.5; }

form { margin: 0px; padding: 0px; }

h1, h2, h3, h4, h5, h6 { color: #002465; font-family: 'EB Garamond', serif; line-height: 1.2em; margin-bottom: 15px; margin-top: 0; }

p { color: #414141; line-height: 1.4em; margin-bottom: 20px; }

hr { background-color: rgba(74, 70, 72, 0.50); border: 0; height: 1px; margin: 24px 0; opacity: 1; position: relative; }

strong { font-weight: 600; }

ul, ol { list-style: none; margin-bottom: 20px; padding: 0; }
ul li, ol li { color: #414141; line-height: 1.4em; margin-bottom: 0; }
ul li:last-child, ol li:last-child { margin-bottom: 0; }

input:-webkit-autofill, input:-webkit-autofill:focus { transition: background-color 0s 600000s, color 0s 600000s !important; }

.margin-center { margin-left: auto; margin-right: auto; }
.max-width-1440 { max-width: 1440px; }
.max-width-750 { max-width: 750px; }
.max-width-600 { max-width: 600px; }
.max-width-550 { max-width: 550px; }
.max-width-500 { max-width: 500px; }
.max-width-475 { max-width: 475px; }
.max-width-450 { max-width: 450px; }
.max-width-400 { max-width: 400px; }

.container { max-width: 1304px !important; }

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

.form-control { background: #F8F8F8; border: 1px solid rgba(65, 65, 65, 0.12); border-radius: 2px; padding: 14px 24px; }
.form-control.active { padding-top: 16px; padding-bottom: 12px; }
.form-group { margin-bottom: 20px; position: relative; }
input[type="radio"].form-control { height: 0; opacity: 0; padding: 0; position: absolute; width: 0 }

.form-control:focus { background-color: #F6F3EA; box-shadow: none; color: #414141; }

.form-control::-webkit-input-placeholder { color: #414141; }
.form-control::-moz-placeholder { color: #414141; }
.form-control:-ms-input-placeholder { color: #414141; }
.form-control:-moz-placeholder { color: #414141; }

.form-fighter { position: absolute; top: -99999px; height: 0; overflow: hidden; }

.sb-form-message { line-height: 1.2em; text-align: center; }

label { color: #414141; display: block; font-size: 12px; font-weight: 700; left: 31px; line-height: 1em; margin-bottom: 20px; opacity: 1; position: absolute; text-transform: uppercase; top: 12px; z-index: 1; }
.checkbox label { display: flex; flex-wrap: wrap; align-items: center; color: #fff; background-color: transparent !important; font-size: 16px; font-weight: 400; height: 24px; left: auto; margin-bottom: 0; padding-left: 37px; position: relative; text-align: left; text-transform: none; top: auto; }

.table-d { position: relative; }
.table-d.wow { opacity: 0; }
.table-d.wow.done { opacity: 1; }
.default-table table { min-width: 800px; width: 100%; }
.default-table th, .default-table td { padding: 14px 24px; width: 33.33%; }
.default-table.four-col th, .default-table.four-col td { width: 25%; }
.default-table th { background: #5C0F25; border-right: 1px solid #F8F8F8; color: #F8F8F8; font-family: 'Calibri-Bold', sans-serif; font-size: 20px; letter-spacing: 1px; text-transform: uppercase; }
.default-table td { border-right: 1px solid rgba(65, 65, 65, 0.12); }
.default-table tr:nth-child(even) { background: rgba(236, 236, 236, 1); }

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

.top-title { color: #5C0F25; font-family: 'Calibri-Bold', sans-serif; font-size: 18px; letter-spacing: 0.9px; line-height: 1.2em; margin-bottom: 10px; text-transform: uppercase; }

.title { color: #14274B; font-family: 'EB Garamond', serif; font-weight: 600; font-size: 52px; letter-spacing: -2.08px; line-height: 1.2em; margin-bottom: 15px; }

.font-size-48 { font-size: 48px; letter-spacing: -1.92px; }
.font-size-40 { font-size: 40px; letter-spacing: -1.6px; }
.font-size-32 { font-size: 32px; letter-spacing: -1.28px; }
.font-size-24 { font-size: 24px; letter-spacing: -0.48px; }

.btn { background: linear-gradient(180deg, #5C0F25 0%, #3B0011 100%); border-radius: 4px; color: #fff; font-weight: 700; padding: 13px 40px; text-transform: uppercase; transition: opacity 0.4s ease; }
.btn:hover { background: linear-gradient(180deg, #5C0F25 0%, #3B0011 100%); color: #fff; opacity: 0.5; }

.btn-white, .btn-white:hover { background: #F8F8F8; color: #5C0F25; }

.btn-download { position: relative; }
.btn-download:before { content: '\f019'; font-family: 'Font Awesome 6 Free'; font-weight: 900; margin-right: 10px; }

.list { margin-bottom: 20px; }
.list ul { list-style: none; margin: 0; padding: 0; }
.list ul li { margin-bottom: 15px; padding-left: 25px; position: relative; text-align: left; }
.list ul li:last-child { margin-bottom: 0; }
.list ul li:before { background-color: #5C0F25; border-radius: 50%; content: ''; height: 8px; left: 0; position: absolute; top: 8px; width: 8px; }

.list.check ul li:before { background-color: transparent; color: #5C0F25; content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; top: 0; }

.list.num ol li { list-style-position: inside; list-style-type: decimal; margin-left: 14px; text-indent: -14px; }
.list.num ol li:before { display: none; }

.hidden { display: none; }

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

.content > *:last-child, .text > *:last-child { margin-bottom: 0 !important; }

.cta { margin-top: 30px; }
.cta ul { display: flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.cta.center ul { justify-content: center; }
.cta ul li { padding-right: 12px; }
.cta ul li:last-child { padding-right: 0; }

.link { color: #5C0F25; font-size: 14px; font-weight: 700; letter-spacing: -0.28px; text-transform: uppercase; text-decoration: underline; }

.blue-box { background: linear-gradient(0deg, rgba(158, 201, 233, 0.22) 0%, rgba(158, 201, 233, 0.22) 100%), #F8F8F8; border-radius: 4px; padding: 20px 30px; }
.blue-box .title { color: #5C0F25; font-family: 'Calibri-Bold', sans-serif; font-size: 18px; letter-spacing: 0.9px; line-height: 1.2em; margin-bottom: 10px; text-transform: uppercase; }

.contact-box .title { color: #5C0F25; font-family: 'Calibri-Bold', sans-serif; font-size: 16px; letter-spacing: 0.9px; line-height: 1.2em; margin-bottom: 10px; text-transform: uppercase;  }
.contact-box .subtitle { color: #14274B; font-family: 'Calibri-Bold', sans-serif;  font-size: 18px; }
.contact-box p { margin-bottom: 15px; }
.contact-box .info ul li { margin-bottom: 10px; padding-left: 30px; position: relative; text-align: left; }
.contact-box .info ul li:last-child { margin-bottom: 0; }
.contact-box .info ul li i { color: #14274B; left: 0; position: absolute; top: 4px; }
.contact-box .socials ul { display: flex; flex-wrap: wrap; align-items: center; }
.contact-box .socials ul li { flex: 0 1 auto; font-size: 20px; line-height: 1em; margin-bottom: 0; margin-right: 20px; }
.contact-box .socials ul li a { color: #14274B; display: block; transition: opacity 0.4s ease; }
.contact-box ul li a:hover { opacity: 0.5; }
.contact-box .socials ul li:last-child { margin-right: 0; }

.group.wow { opacity: 0; }
.group.wow.done { opacity: 1; }

.skiptranslate:not(.goog-te-gadget), .VIpgJd-ZVi9od-l4eHX-hSRGPd { display: none !important; }
.goog-te-gadget { font-size: 0 !important; }
.goog-te-gadget .goog-te-combo { background: #3B0011; border: 0; border-radius: 4px; color: #fff; height: 22px; margin: 0 !important; padding: 0 5px; }

.custom-select { position: relative; width: 62px; }
.custom-select:before { content: '\f078'; font-family: 'Font Awesome 6 Free'; font-size: 10px; font-weight: 900; pointer-events: none; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.custom-select .active-text { cursor: pointer; }
.custom-select span { margin-right: 8px; }
.custom-select .options, .custom-select .active-text { font-family: 'Calibri-Bold', sans-serif; }
.custom-select .options { background: #fff; left: 0; margin-top: 0; opacity: 0; padding: 10px; position: absolute; top: 100%; visibility: hidden; width: 100%; transition: all 0.4s ease; }
.custom-select .item { cursor: pointer; }
.custom-select.active .options { margin-top: 5px; opacity: 1; visibility: visible; }

/*------------ HEADER ----------------------*/
#header { padding-bottom: 20px; padding-top: 20px; position: relative; z-index: 10; }

	#header ul { list-style: none; margin: 0; }

	/* Bar */
	#header .bar { display: flex; flex-wrap: wrap; align-items: center; background: rgba(236, 236, 236, 0.60); border-radius: 4px; margin-bottom: 20px; padding: 12px 40px; }
	#header .bar .contact { flex: 1 1 0; }
	#header .bar a { color: inherit; text-decoration: none; }
	#header .bar i { margin-right: 8px; }
	#header .bar ul { display: flex; flex-wrap: wrap; align-items: center; }
	#header .bar ul li { flex: 0 1 auto; margin-bottom: 0; margin-left: 15px; width: auto; }
	#header .bar ul li:first-child { margin-left: 0; padding-right: 0; }
	#header .bar .translation { flex: 0 0 auto; height: 22px; }

	/* Logo */
	#header .logo { flex: 0 0 auto; width: auto; }
	#header .logo a:hover { opacity: 1; }

	/* Menu */
	#header .menu { flex: 1 1 0; margin-right: 56px; }
	#header .menu > ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; }
	#header .menu > ul > li { flex: 0 1 auto; color: #414141; font-size: 20px; letter-spacing: -0.4px; margin-bottom: 0; margin-left: 40px; position: relative; }
	#header .menu > ul > li.has-submenu { padding-right: 18px; }
	#header .menu > ul > li:first-child { margin-left: 0; }
	#header .menu > ul > li i { font-size: 10px; position: absolute; right: 0; top: 50%; transform: translateY(-50%) rotate(0deg); }
	#header .menu > ul > li a { color: inherit; font: inherit; text-decoration: none; transition: opacity 0.4s ease; }
	#header .menu > ul > li a:after { content: ''; height: 6px; left: 0; pointer-events: none; position: absolute; top: 100%; width: 100%; }
	#header .menu > ul > li a:hover { opacity: 0.5; }

	#header .menu > ul > li:hover i { margin-top: 1px; transform: translateY(-50%) rotate(180deg); }
	#header .menu > ul > li:hover ul { margin-top: 6px; opacity: 1; pointer-events: auto; }
	#header .menu > ul > li:hover > a:after { pointer-events: auto; }
	#header .menu > ul > li:hover > a:before { width: 100%; }

	/* CTA  */
	#header .cta { flex: 0 0 auto; margin-top: 0; width: auto; }

	/* Dropdown */
	#header .menu > ul > li > ul { border-radius: 4px; box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; display: block; background-color: #fff; left: -15px; list-style: none; margin: 0; margin-top: 12px; min-width: 200px; opacity: 0; overflow: hidden; padding: 15px; pointer-events: none; position: absolute; top: 100%; z-index: 2; transition: opacity 0.4s ease, margin-top 0.4s ease; }
	#header .menu > ul > li > ul > li { border-bottom: 1px solid rgba(20, 33, 75, 0.2); color: #414141; font-size: 16px; line-height: 1.2em; margin-right: 0; text-align: left; }
	#header .menu > ul > li > ul > li:last-child { border-bottom: 0; }
	#header .menu > ul > li > ul > li:first-child a { margin-top: 0; }
	#header .menu > ul > li > ul > li:last-child a { margin-bottom: 0; }
	#header .menu > ul > li > ul > li a { display: block; margin: 12px 0; position: relative; width: 100%; }
	#header .menu > ul > li > ul > li a:hover { opacity: 0.5; }

    /* Hamburger */
	#header .hamburger { flex: 0 0 auto; display: none; width: auto; }
	#header .hamburger .box { background-color: transparent; border-radius: 0; box-shadow: none; cursor: pointer; height: 20px; margin-left: auto; padding: 0; position: relative; width: 30px; }
	#header .hamburger .box div { background-color: #000; height: 2px; left: 0; position: absolute; width: 100%; }
	#header .hamburger .box div:first-child { top: 0; }
	#header .hamburger .box div:nth-child(2) { top: 50%; transform: translateY(-50%); }
	#header .hamburger .box div:last-child { bottom: 0; }

/*------------ MOBILE NAV ----------------------*/
#mobile-nav { background-color: #fff; box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; height: 100%; right: 0; position: fixed; top: 0; max-width: 350px; width: 90%; transform: translateX(100%); z-index: 15; }
	.hamburger-active #mobile-nav { transform: translateX(0); }

	#mobile-nav .menu-contact { overflow-y: auto; }
	#mobile-nav .menu ul { list-style: none; margin: 0; margin-bottom: 20px; padding: 20px; }
	#mobile-nav .menu ul li { color: #414141; font-size: 16px; font-weight: 700; line-height: 1.2em; margin-bottom: 40px; padding-left: 0; padding-right: 30px; position: relative; text-transform: uppercase; }
	#mobile-nav .menu ul li:last-child { margin-bottom: 0; }

	#mobile-nav .menu ul li i { display: block; font-size: 16px; position: absolute; right: 0; top: 0; }

	#mobile-nav .menu ul li a { color: inherit; font: inherit; text-decoration: none; }

	#mobile-nav .menu ul li ul { margin-bottom: 0; padding-bottom: 0; padding-right: 0; }
	#mobile-nav .menu ul li ul li { margin-bottom: 20px; padding-right: 0; text-transform: none; }
	#mobile-nav .menu ul li.menu-li-active i { transform: rotate(180deg); }

	/* Close */
	#mobile-nav .close { display: flex; flex-wrap: wrap; align-items: center; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 30px 20px; }
	#mobile-nav .close .box { cursor: pointer; height: 14px; position: relative; width: 20px; }
	#mobile-nav .close .box div { background-color: #414141; height: 2px; left: 0; position: absolute; width: 100%; }
	#mobile-nav .close .box div:first-child { top: 0; }
	#mobile-nav .close .box div:nth-child(2) { top: 50%; transform: translateY(-50%); }
	#mobile-nav .close .box div:last-child { bottom: 0; }

	#mobile-nav .close .text { font-size: 16px; font-weight: 700; line-height: 1.2em; padding-left: 10px; text-transform: uppercase; }

	/* Contact */
	#mobile-nav .contact { padding: 0 20px 20px; }
	#mobile-nav .contact .box { background-color: #5C0F25; border-radius: 10px; padding: 20px; }
	#mobile-nav .contact p { color: #fff; font-size: 14px; font-weight: 700; line-height: 1.2em; }
	#mobile-nav .contact p > a, #mobile-nav .contact p > span { display: flex; flex-wrap: wrap; align-items: center; color: inherit; font: inherit; text-decoration: none; }
	#mobile-nav .contact .box > *:last-child { margin-bottom: 0; }
	#mobile-nav .contact a span, #mobile-nav .contact span span { flex: 0 1 auto; padding-left: 10px; width: calc(100% - 20px); }
	#mobile-nav .contact i { flex: 0 1 auto; font-size: 16px; text-align: center; width: 20px; }

	/* Bottom */
	#mobile-nav .bottom { background-color: #fff; border-top: 1px solid rgba(0, 0, 0, 0.1); bottom: 0; left: 0; padding: 30px 20px; position: fixed; width: 100%; z-index: 5; }
	#mobile-nav .socials ul { display: flex; flex-wrap: wrap; list-style: none; margin: 0; margin-bottom: 0; padding: 0; }
	#mobile-nav .socials ul li { color: #5C0F25; font-size: 22px; line-height: 1em; margin-bottom: 0; padding-right: 20px; }
	#mobile-nav .socials ul li a { color: inherit; font: inherit; } 
	#mobile-nav .socials ul li:last-child { padding-right: 0; }
	#mobile-nav .bottom .copyright { font-size: 12px; font-weight: 700; line-height: 1.2em; }

/*------------ MOBILE NAV OVERLAY ----------------------*/
#mobile-nav-overlay { background-color: rgba(12, 12, 12, 0.3); height: 100%; left: 0; opacity: 0; position: fixed; top: 0; visibility: hidden; width: 100%; z-index: 14; transition: all 0.4s ease; }
	.hamburger-active #mobile-nav-overlay { opacity: 1; visibility: visible; }

/*------------ FOOTER ----------------------*/
#footer { background: #14274B; padding: 100px 0 50px; position: relative; }
	#footer .title { color: #F8F8F8; font-family: 'Calibri-Bold', sans-serif; font-size: 20px; letter-spacing: 1px; line-height: 1.2em; margin-bottom: 20px; text-transform: uppercase; }
	#footer a { color: inherit; }
	#footer ul { list-style: none; margin: 0; padding: 0; }
	#footer ul li { color: #F8F8F8; }
	#footer ul li a { color: inherit; font: inherit; }
	#footer .menu a, #footer .info a { text-decoration: none; }

	#footer .logo-text-socials { max-width: 360px; }

	/* Logo */
	#footer .logo { margin-bottom: 20px; }
	#footer .logo a:hover { opacity: 1; }

	/* Text */
	#footer .text { margin-bottom: 20px; }
	#footer .text * { color: #F8F8F8; }
	
	/* Socials */
	#footer .socials ul { display: flex; flex-wrap: wrap; align-items: center; }
	#footer .socials ul li { flex: 0 1 auto; font-size: 20px; line-height: 1em; margin-bottom: 0; margin-right: 20px; }
	#footer .socials ul li a { color: #F8F8F8; display: block; transition: opacity 0.4s ease; }
	#footer ul li a:hover { opacity: 0.5; }
	#footer .socials ul li:last-child { margin-right: 0; }

	/* Menu */
	#footer .menu ul li { margin-bottom: 15px; }
	#footer .menu ul li:last-child { margin-bottom: 0; }

	/* Info */
	#footer .info ul li { margin-bottom: 15px; padding-left: 33px; position: relative; text-align: left; }
	#footer .info ul li:last-child { margin-bottom: 0; }
	#footer .info ul li i { color: #F8F8F8; font-size: 20px; left: 0; position: absolute; text-align: center; width: 20px; }

	/* Copyright - Menu */
	#footer .copyright-menu { margin-top: 80px; }
	#footer .copyright-menu a { color: inherit; text-decoration: none; }
	#footer .copyright, #footer .copyright-menu .menu { color: #F8F8F8; font-size: 12px; line-height: 1.2em; text-transform: uppercase; }
	#footer .copyright-menu .menu ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; }
	#footer .copyright-menu .menu ul li { margin-bottom: 0; margin-right: 40px; }
	#footer .copyright-menu .menu ul li:last-child { margin-right: 0; }

/*------------ ACCORDION DEFAULT -----------------------*/
.accordion-d { position: relative; }
	.accordion-d .row { --bs-gutter-x: 12px !important; --bs-gutter-y: 12px; }

	.accordion-d .item { background: rgba(219, 219, 219, 0.22); border-radius: 4px; margin-bottom: 20px; }
	.accordion-d .item:last-child { border-bottom: 0; margin-bottom: 0; }
	.accordion-d .item .title { color: #414141; cursor: pointer; font-family: 'Calibri-Bold', sans-serif; font-size: 20px; letter-spacing: -0.4px; line-height: 1.5em; margin-bottom: 0; padding: 20px 40px 20px 20px; position: relative; text-align: left; }
	.accordion-d .item .toggle { font-size: 16px; position: absolute; right: 20px; top: 50%; transform: translateY(-50%) rotate(0deg); }
	.accordion-d .item.active .toggle { transform: translateY(-50%) rotate(180deg); }
	.accordion-d .item .content { height: 0; margin-bottom: 0; overflow: hidden; padding-left: 0 !important; transition: height 0.4s ease; }
	.accordion-d .item .content .box { background: transparent; border-top: 1px solid rgba(65, 65, 65, 0.24); padding: 20px; }
	.accordion-d .item .content .box img { margin-bottom: 20px; }
	.accordion-d .item .content .box h3 { font-family: 'Calibri-Bold', sans-serif; font-size: 20px; letter-spacing: -0.4px; }
	.accordion-d .item .content .box * { text-align: left; }
	.accordion-d .item .content .box *:last-child { margin-bottom: 0; }

/*------------ CONTENT DEFAULT -----------------------*/
.content-d { position: relative; }
	.content-d.wow { opacity: 0; }
	.content-d.wow.done { opacity: 1; }

	/* CTA */
	.content-d.cta .cta { margin-top: 0; }

/*------------ BANNER DEFAULT -----------------------*/
#banner-d { position: relative; }
	#banner-d .box { border-radius: 4px; overflow: hidden; }
	#banner-d .box-inner { display: flex; flex-wrap: wrap; align-items: flex-end; min-height: 700px; overflow: hidden; padding: 60px; position: relative; }
	#banner-d .box-inner:before { background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 26.48%, rgba(0, 0, 0, 0.24) 77.64%), radial-gradient(144.15% 70.71% at 50% 50%, rgba(0, 0, 0, 0.00) 24.46%, rgba(0, 0, 0, 0.44) 83.4%), linear-gradient(239deg, rgba(0, 0, 0, 0.00) 49.36%, rgba(0, 0, 0, 0.70) 100%); content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

	/* Content */
	#banner-d .content { position: relative; }
	#banner-d .top-title, #banner-d .title, #banner-d .text * { color: #fff; }
	#banner-d .top-title { font-size: 16px; letter-spacing: 0.8px; }

/*------------ BANNER PHOTO CONTENT -----------------------*/
#banner-pc { overflow: hidden; position: relative; }
	#banner-pc .row { --bs-gutter-x: 0; position: relative; }

	/* Image */
	#banner-pc .img { border-top-right-radius: 4px; border-bottom-right-radius: 4px; overflow: hidden; }
	#banner-pc .img-box { height: 100%; position: relative; }
	#banner-pc .img-box:before { background: #5C0F25; content: ''; height: 1000px; pointer-events: none; position: absolute; left: -125px; top: 50%; width: 180px; transform: translateY(-50%) rotate(12deg); }
	#banner-pc .img-box:after { background: rgba(92, 15, 37, 0.24); content: ''; height: 1000px; pointer-events: none; position: absolute; left: -95px; top: 50%; width: 180px; transform: translateY(-50%) rotate(6deg); }

	/* Content */
	#banner-pc .content { background: #5C0F25; border-top-left-radius: 4px; border-bottom-left-radius: 4px; padding: 130px 10px 130px 60px; position: relative; }
	#banner-pc .top-title, #banner-pc .title, #banner-pc .text, #banner-pc .cta { position: relative; }
	#banner-pc .top-title, #banner-pc .title, #banner-pc .text * { color: #fff; }
	#banner-pc .top-title { font-size: 16px; letter-spacing: 0.8px; }

	#page-ourvalues #banner-pc .img-box:after, #page-contact #banner-pc .img-box:after { left: -100px; }
	#page-whatcharterschool #banner-pc .img-box:after { left: -98px; }
	#page-boardmeetingsagenda #banner-pc .img-box:after, #page-familyresources #banner-pc .img-box:after, #page-enroll #banner-pc .img-box:after { left: -97px; }
	#page-careers #banner-pc .img-box:after { left: -101px; }

/*------------ CARDS CATALOG -----------------------*/
.cards-ca { position: relative; }
	.cards-ca .wow { opacity: 0; }
	.cards-ca .wow.done { opacity: 1; }

	.cards-ca .row { --bs-gutter-x: 16px !important; --bs-gutter-y: 24px; }

	.cards-ca .box { display: flex; flex-wrap: wrap; align-items: center; background: rgba(219, 219, 219, 0.22) !important; border-left: 3px solid #5C0F25; border-top: 0 !important; height: 100%; padding: 22px 24px; position: relative; transition: opacity 0.4s ease; }
	
	.cards-ca .item { background: transparent !important; margin-bottom: 0 !important; }
	.cards-ca .has-link .box, .cards-ca .blue .box { background: rgba(158, 201, 233, 0.22) !important; }
	.cards-ca .has-link .box:hover { opacity: 0.5; }

	.cards-ca .icon, .cards-ca .arrow { flex: 0 0 auto; }
	.cards-ca .icon { margin-right: 15px; }
	.cards-ca .name { flex: 1 1 0; font-size: 20px; letter-spacing: -0.4px; padding-right: 10px; }
	.cards-ca .name span { display: block; font-size: 14px; letter-spacing: -0.28px; }
	.cards-ca .position { font-size: 14px; font-family: 'Calibri-Bold', sans-serif; letter-spacing: 0.7px; text-transform: uppercase; }

	/* Team */
	.cards-ca.team .img { flex: 0 0 auto; width: 80px; }
	.cards-ca.team .content { flex: 1 1 0; padding-left: 10px; }
	.cards-ca.team .name { color: #14274B; padding-right: 0; }
	
/*------------ CARDS ICON -----------------------*/
.cards-i { position: relative; }
	.cards-i .wow { opacity: 0; }
	.cards-i .wow.done { opacity: 1; }

	.cards-i .row { --bs-gutter-x: 16px; --bs-gutter-y: 16px; }

	.cards-i .box { display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; background: #5C0F25; border-radius: 4px; height: 100%; padding: 60px 30px; }
	.cards-i .top { flex: 0 1 auto; }
	.cards-i .icon { margin-bottom: 20px; }
	.cards-i .title, .cards-i .text * { color: #fff; }
	.cards-i .title { margin-bottom: 10px; }
	.cards-i .cta { flex: 0 1 auto; margin-top: 15px; }
	.cards-i .btn { font-size: 14px; letter-spacing: -0.28px; padding: 13px; width: 100%; }

/*------------ CARDS ICON 2 -----------------------*/
.cards-i-2 { position: relative; }
	.cards-i-2 .row { --bs-gutter-x: 16px !important; --bs-gutter-y: 16px; }
	.cards-i-2 .box { display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; background: linear-gradient(0deg, rgba(158, 201, 233, 0.22) 0%, rgba(158, 201, 233, 0.22) 100%), #F8F8F8; border-radius: 4px; height: 100%; padding: 30px; }
	.cards-i-2 .top { flex: 0 1 auto; }
	.cards-i-2 .icon { margin-bottom: 15px; }
	.cards-i-2 .content { padding: 0 !important; }
	.cards-i-2 .number { color: #14274B; font-family: 'EB Garamond', serif; font-size: 56px; font-weight: 600; letter-spacing: -2.24px; line-height: 1.2em; margin-bottom: 10px; }
	.cards-i-2 .cta { flex: 0 1 auto; margin-top: 15px; }
	.cards-i-2 .btn { font-size: 14px; letter-spacing: -0.28px; padding: 13px 26px; width: 100%;; }

	/* Image */
	.cards-i-2 .img-box { border-radius: 4px; height: 100%; overflow: hidden; }
	.cards-i-2 .img-box-inner { height: 100%; }

	/* Statistics */
	.cards-i-2.statistics .icon { margin-bottom: 40px; }

/*------------ CONTACT DEFAULT -----------------------*/
#contact-d { position: relative; }
	#contact-d .row { --bs-gutter-x: 0; }

	/* Content */
	#contact-d .content { padding-right: 80px; }

	/* Form */
	#contact-d .form { background: #fff; border-radius: 24px; padding: 60px; position: relative; }
	#contact-d .form .row { --bs-gutter-x: 12px; }
	#contact-d .sb-form-message { left: 0; position: absolute; width: 100%; }

/*------------ HERO DEFAULT -----------------------*/
.hero-d { overflow: hidden; position: relative; }
	.hero-d.wow { opacity: 0; }
	.hero-d.wow.done { opacity: 1; }

	.hero-d .row { --bs-gutter-x: 0; position: relative; }

	/* Image */
	.hero-d .img { border-top-right-radius: 4px; border-bottom-right-radius: 4px; overflow: hidden; }
	.hero-d .img-box { height: 100%; }

	/* Content */
	.hero-d .content { background: #5C0F25; border-top-left-radius: 4px; border-bottom-left-radius: 4px; padding: 100px 60px; position: relative; }
	.hero-d .content:before { background: #5C0F25; content: ''; height: 1000px; pointer-events: none; position: absolute; right: -62px; top: 50%; width: 180px; transform: translateY(-50%) rotate(15deg); }
	.hero-d .content:after { background: rgba(92, 15, 37, 0.24); content: ''; height: 600px; pointer-events: none; position: absolute; right: -100px; top: 50%; width: 180px; transform: translateY(-50%) rotate(7deg); }
	.hero-d .top-title, .hero-d .title, .hero-d .text, .hero-d .cta { position: relative; }
	.hero-d .top-title, .hero-d .title, .hero-d .text * { color: #fff; }

/*------------ HERO IMAGE -----------------------*/
.hero-img { position: relative; }
	.hero-img.wow { opacity: 0; }
	.hero-img.wow.done { opacity: 1; }

	.hero-img .img { border-radius: 4px; overflow: hidden; }
	.hero-img .img-box { height: 0; padding-top: 40%; position: relative; }
	.hero-img .img-box:before { background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 94.95%), radial-gradient(88.23% 71.56% at 50% 50%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 69.59%); content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
	.hero-img .logo { bottom: 40px; left: 40px; position: absolute; }

/*------------ LIST DEFAULT -----------------------*/
.list-d { position: relative; }
	.list .wow { opacity: 0; }
	.list .wow.done { opacity: 1; }

	.list-d .row { --bs-gutter-y: 24px; }

	.list-d .box { position: relative; transition: opacity 0.4s ease; }
	.list-d .box:hover { opacity: 0.75; }
	.list-d .img { border-radius: 4px; margin-bottom: 20px; overflow: hidden; }
	.list-d .img-box { height: 0; padding-top: 75%; }
	.list-d .title { font-weight: 600; margin-bottom: 10px; }
	.list-d .cta { margin-top: 15px; }

/*------------ LIST DEFAULT 2 -----------------------*/
.list-d-2 { position: relative; }
	.list-d-2 .wow { opacity: 0; }
	.list-d-2 .wow.done { opacity: 1; }

	.list-d-2 .row { --bs-gutter-x: 40px; --bs-gutter-y: 24px; }

	.list-d-2 .box { display: flex; flex-wrap: wrap; align-items: center; background: linear-gradient(0deg, rgba(158, 201, 233, 0.22) 0%, rgba(158, 201, 233, 0.22) 100%), #F8F8F8; }
	.list-d-2 .img { flex: 0 0 auto; text-align: center; width: 178px; }
	.list-d-2 .content { flex: 1 1 0; padding: 30px; }
	.list-d-2 .title { margin-bottom: 10px; }

/*------------ NEWSLETTER DEFAULT -----------------------*/
#newsletter-d { background: #5C0F25; padding: 35px 0; position: relative; }
	/* Content */
	#newsletter-d .title, #newsletter-d .text * { color: #fff; }

	/* Form */
	#newsletter-d .form { position: relative; }
	#newsletter-d .form .row { --bs-gutter-x: 8px; --bs-gutter-y: 8px; }
	#newsletter-d .form label { color: #fff; left: 30px; }
	#newsletter-d .form-group { margin-bottom: 0; }
	#newsletter-d .form-control { background: rgba(255, 255, 255, 0.12); border: 1px solid #F8F8F8; border-radius: 4px; color: #fff; }
	#newsletter-d .form-control::-webkit-input-placeholder { color: #F8F8F8; }
	#newsletter-d .form-control::-moz-placeholder { color: #F8F8F8; }
	#newsletter-d .form-control:-ms-input-placeholder { color: #F8F8F8; }
	#newsletter-d .form-control:-moz-placeholder { color: #F8F8F8; }
	#newsletter-d .sb-form-message { left: 0; position: absolute; width: 100%; }

/*------------ PHOTO CONTENT DEFAULT -----------------------*/
.photo-content-d { position: relative; }
	.photo-content-d.wow { opacity: 0; }
	.photo-content-d.wow.done { opacity: 1; }

	.photo-content-d .row { --bs-gutter-x: 0; }

	/* Image */
	.photo-content-d .img { padding-left: 30px; }
	.photo-content-d .img-box { border-radius: 4px; overflow: hidden; }
	.photo-content-d .img-box-inner { height: 550px; }

	/* Content */
	.photo-content-d .content { padding-right: 30px; }

	/* Content Right */
	.photo-content-d.content-right .img { padding-left: 0; padding-right: 30px; }
	.photo-content-d.content-right .content { padding-left: 30px; padding-right: 0; }

	/* Cards Icon 2 */
	.photo-content-d .cards-i-2 { margin-top: 20px; }

	/* Height 700 */
	.photo-content-d.height-700 .img-box-inner { height: 700px; }

	/* Min Height 100 */
	.photo-content-d.min-height-100 .img-box, .photo-content-d.min-height-100 .img-box-inner { height: 100%; }

/*------------ VIDEO CONTENT DEFAULT -----------------------*/
.video-content-d { position: relative; }
	.video-content-d.wow { opacity: 0; }
	.video-content-d.wow.done { opacity: 1; }

	.video-content-d .row { --bs-gutter-x: 0; }

	/* Image */
	.video-content-d .video { padding-left: 30px; position: relative; }
	.video-content-d .video-border { background: #9EC9E9; border-radius: 4px; padding: 24px; }
	.video-content-d .video-box { border-radius: 4px; }
	.video-content-d .video-box-inner { height: 425px; position: relative; }
	.video-content-d .video-box-inner:before { background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%); content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
	.video-content-d .play { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; cursor: pointer; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
	.video-content-d .play img { flex: 0 1 auto; }
	.video-content-d .play:hover { opacity: 1; }

	/* Content */
	.video-content-d .content { padding-right: 30px; }

/*------------ 404 -----------------------*/
#error-404 { position: relative; }
	#error-404 .title { font-size: 250px; }

/*------------ CONTENT -----------------------*/
#content { position: relative; }
	#content .container { max-width: 900px !important; }
	#content .container > table { margin-bottom: 20px; }
	#content .date { font-weight: 700; }
	#content *:not(h1):not(h2):not(h3):not(.btn) { color: #414141 !important; }
	#content a {  word-wrap: break-word; }
	#content ul, #content ol { list-style: none; margin: 0; margin-bottom: 20px; margin-left: 10px; padding: 0; }
	#content ol { counter-reset: number; }
	#content ul li, #content ol li { margin-bottom: 15px; padding-left: 25px; position: relative; text-align: left; }
	#content ol li { counter-increment: number; }
	#content ul li:last-child, #content ol li:last-child { margin-bottom: 0; }
	#content ul li:before { border-radius: 50%; content: ''; height: 8px; left: 0; position: absolute; top: 8px; width: 8px; }
	#content ol li:before { content: counter(number)'.'; left: 0; position: absolute; top: 0; }

/*------------ MEDIA 1399.98px ----------------------*/
@media only screen and (max-width: 1399.98px) {
	.container { width: 90%; }

	/* Header */
	#header .menu { margin-right: 0; }
	html[lang="es"] #header .menu > ul > li { margin-left: 20px; }
	html[lang="es"] #header .cta .btn { padding: 13px 20px; }
}

/*------------ MEDIA 1199.98px ----------------------*/
@media only screen and (max-width: 1199.98px) {
	/* Header */
	#header .logo img { max-width: 100px; }
	#header .menu > ul > li { margin-left: 20px; }
	#header .cta .btn { padding: 13px 20px; }

	/* Footer */
	#footer .logo-text-socials { margin-top: 50px; max-width: none; text-align: center; }
	#footer .text { margin-left: auto; margin-right: auto; max-width: 360px; }
	#footer .socials ul { justify-content: center; }
	#footer .menu { margin-bottom: 50px; }
	#footer .copyright-menu .menu { margin-bottom: 0; }

	/* Banner Photo Content */
	#banner-pc .content:before { right: -68px; }
	#banner-pc .content:after { right: -100px; }

	/* Hero Default */
	.hero-d .content:before { right: -70px; }
	.hero-d .content:after { right: -112px; }

	/* Newsletter Default */
	#newsletter-d .content { margin-bottom: 30px; text-align: center; }
}

/*------------ MEDIA 991.98px ----------------------*/
@media only screen and (max-width: 991.98px) {
	.cta ul { justify-content: center; }
	.contact-box .info ul li { padding-left: 0; text-align: center; }
	.contact-box .info ul li i { left: auto; margin-right: 10px; position: relative; top: auto; }
	.contact-box .socials ul { justify-content: center; }

	/* Header */
	#header .bar { padding: 12px; }
	#header .menu, #header .cta { display: none; }
	#header .hamburger { display: block; }
	#header .logo { flex: 1 1 0; }

	/* Footer */
	#footer .copyright-menu .menu ul li { margin-right: 20px; }

	/* Banner Default */
	#banner-d .box-inner { justify-content: center; min-height: 0; padding: 60px 30px; }
	#banner-d .box-inner:before { background: rgba(0, 0, 0, 0.70); }
	#banner-d .content { text-align: center; }

	/* Banner Photo Content */
	#banner-pc .row { border-radius: 4px; overflow: hidden; }
	#banner-pc .img { left: 0; height: 100%; position: absolute; top: 0; width: 100%; }
	#banner-pc .img-box:before, #banner-pc .img-box:after { display: none; }
	#banner-pc .content { background: rgba(92, 15, 37, 0.9); text-align: center; padding: 60px 30px; }
 	#banner-pc .title, #banner-pc .text { margin-left: auto; margin-right: auto; }

	/* Cards Icon 2 */
	.cards-i-2.statistics .img { margin-bottom: 16px; }
	.cards-i-2.statistics .img-box-inner { min-height: 0; padding-top: 56.25%; }
	.cards-i-2.statistics .box { text-align: center; }

	/* Contact Default */
	#contact-d .content { margin-bottom: 30px; padding-right: 0; text-align: center; }
	#contact-d .form { text-align: center; }

	/* Content Default */
	.content-d { text-align: center; }
	.content-d .title, .content-d .text { margin-left: auto; margin-right: auto; }

	/* Hero Default */
	.hero-d .img { left: 0; height: 100%; position: absolute; top: 0; width: 100%; }
	.hero-d .content { background: rgba(92, 15, 37, 0.9); border-radius: 4px; text-align: center; }
	.hero-d .content:before, .hero-d .content:after { display: none; }
	.hero-d .top-title, .hero-d .title, .hero-d .text { margin-left: auto; margin-right: auto; }
	
	/* Hero Image */
	.hero-img .img-box { padding-top: 56.25%; }
	.hero-img .logo { bottom: 20px; left: 20px; }
	.hero-img .logo img { max-width: 100px; }

	/* Photo Content Default */
	.photo-content-d .img { margin-bottom: 30px; padding-left: 0; }
	.photo-content-d .img-box-inner, .photo-content-d.height-700 .img-box-inner { height: 0; padding-top: 100%; }
	.photo-content-d .content { padding-right: 0; text-align: center; }
	.photo-content-d.content-right .img { margin-bottom: 30px; padding-right: 0; }
	.photo-content-d.content-right .content { padding-left: 0; text-align: center; }
	.photo-content-d .title { margin-left: auto; margin-right: auto; }

	/* Video Content Default */
	.video-content-d .video { margin-bottom: 30px; padding-left: 0; }
	.video-content-d .video-box-inner { height: 0; padding-top: 56.25%; }
	.video-content-d .content { padding-right: 0; text-align: center; }
}

/*------------ MEDIA 768px ----------------------*/
@media only screen and (min-width: 768px) {
	
}

/*------------ MEDIA 767.98px ----------------------*/
@media only screen and (max-width: 767.98px) {
	/* Footer */
	#footer .copyright { margin-bottom: 5px; text-align: center; }
	#footer .copyright-menu .menu ul { justify-content: center; }

	/* Cards Icon */
	.cards-i .box { text-align: center; }

	/* Cards Icon 2 */
	.cards-i-2 .box { text-align: center; }
}

/*------------ MEDIA 576px ----------------------*/
@media only screen and (min-width: 576px) {

}

/*------------ MEDIA 575.98px ----------------------*/
@media only screen and (max-width: 575.98px) {
	.title.heading-1 { font-size: 40px; }
	.title.font-size-48, .title.font-size-40 { font-size: 36px; }
	.btn { padding: 12px 20px; width: 100%; }
	.cta ul li { margin-bottom: 5px; padding: 0; width: 100%; }
	.cta ul li:last-child { margin-bottom: 0; }

	/* Header */
	#header .bar { display: none; }

	/* Footer */
	#footer .menu, #footer .info, #footer .info ul li { text-align: center; }
	#footer .info ul li { padding-left: 0; }
	#footer .info ul li i { left: auto; margin-right: 10px; position: relative; }
	#footer .copyright-menu .menu ul li { margin-bottom: 5px; margin-right: 0; width: 100%; }
	#footer .copyright-menu .menu ul li:last-child { margin-bottom: 0; }

	/* Cards Catalog */
	.cards-ca .box { padding: 20px 15px; }
	.cards-ca .icon { margin-right: 10px; }
	.cards-ca .icon img { width: 20px; }
	.cards-ca .arrow img { width: 20px; }

	/* Cards Icon */
	.cards-i .box { padding: 40px 30px; }

	/* Cards Icon 2 */
	.cards-i-2.statistics .img-box-inner { padding-top: 100%; }

	/* Contact Default */
	#contact-d .form { padding: 40px 30px; }

	/* Hero Default */
	.hero-d .content { padding: 40px 30px; }

	/* Hero Image */
	.hero-img .img-box { padding-top: 100%; }

	/* List Default 2 */
	.list-d-2 .box { justify-content: center; }
	.list-d-2 .img { flex: 0 1 auto; width: 100%; }
	.list-d-2 .content { flex: 0 1 auto; text-align: center; }

	/* Video Content Default */
	.video-content-d .video-box-inner { padding-top: 100%; }
}