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

html { height: 100%; }

body {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: 100%;
	color: #2C2529;
	font: 400 16px 'Livvic', sans-serif;
	line-height: 1.4em;
	margin: 0px;
    min-height: 100%;
	top: auto !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: #18428F; word-break: break-word; transition: opacity 0.4s ease; }
a:focus { outline: 0; }
a:hover { color: #18428F; opacity: 0.5; }

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

h1, h2, h3, h4, h5, h6 { color: #002465; font-family: 'BreeGRKvar-Regular', serif; font-style: italic; line-height: 1em; margin-bottom: 20px; margin-top: 0; }

p { color: #2C2529; 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 { color: #2C2529; font-weight: 600; }

ul, ol { list-style: none; margin-bottom: 20px; padding: 0; }
ul li, ol li { color: #2C2529; 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-1000 { max-width: 1000px; }
.max-width-800 { max-width: 800px; }
.max-width-650 { max-width: 650px; }
.max-width-550 { max-width: 550px; }
.max-width-500 { max-width: 500px; }
.max-width-450 { max-width: 450px; }
.max-width-400 { max-width: 400px; }
.max-width-350 { max-width: 350px; }
.max-width-340 { max-width: 340px; }
.max-width-300 { max-width: 300px; }

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

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

.form-control { background: #FFF; border-radius: 5px; border: 0.5px solid transparent; color: rgba(0, 26, 66, 0.80); font-weight: 300; letter-spacing: -0.32px; line-height: 1.7em; padding: 15px 16px; }
.form-control.active { padding-top: 18px; 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 }

.checkbox .checkmark { background-color: transparent; border: 1.5px solid #D9D9D9; border-radius: 4px; height: 24px; left: 0; position: absolute; top: 0; width: 24px; }
.checkbox .checkmark:after { border: solid #1D438C; border-width: 0 2px 2px 0; content: ''; display: none; height: 10px; left: 9px; position: absolute; top: 5px; width: 5px; transform: rotate(45deg); }
.checkbox input:checked ~ .checkmark:after { display: block; }
.checkbox input:checked ~ .checkmark { background-color: #fff; }
input[type="checkbox"].form-control { height: 0; opacity: 0; padding: 0; position: absolute; width: 0; }

select.form-control { background-image: url('../assets/images/chevron-down.png'); background-position: calc(100% - 24px) 50%; background-repeat: no-repeat; background-size: 12.5px 6.5px; -webkit-appearance: none; -moz-appearance: none; }
textarea.form-control { height: auto; line-height: 1.2em; padding: 15px 16px; }
textarea.form-control.active { padding-top: 20px; padding-bottom: 10px; }

.form-control:focus { background-color: #F6F3EA; box-shadow: none; color: rgba(0, 26, 66, 0.80); }

.form-control::-webkit-input-placeholder { color: rgba(0, 26, 66, 0.80); }
.form-control::-moz-placeholder { color: rgba(0, 26, 66, 0.80); }
.form-control:-ms-input-placeholder { color: rgba(0, 26, 66, 0.80); }
.form-control:-moz-placeholder { color: rgba(0, 26, 66, 0.80); }

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

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

label { color: rgba(0, 26, 66, 0.80); display: block; font-size: 12px; font-weight: 700; left: 16.5px; 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; }

.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: #2C2529; font-family: 'BreeGRKvar-Regular', serif; font-size: 20px; letter-spacing: 2px; margin-bottom: 15px; text-transform: uppercase; }

.title { font-family: 'BreeGRKvar-Regular', serif; font-size: 80px; font-style: italic; }

.heading-line { padding-bottom: 30px; position: relative; }
.heading-line:after { background-color: #fff; border-radius: 100px; content: ''; height: 5px; left: 50%; position: absolute; top: 100%; width: 180px; transform: translateX(-50%); }

.font-size-64 { font-size: 64px; }
.font-size-50 { font-size: 50px; }
.font-size-40 { font-size: 40px; }
.font-size-36 { color: #2C2529; font-family: 'Livvic', sans-serif; font-size: 36px; font-style: normal; font-weight: 600; line-height: 1.4em; }
.font-size-32 { color: #2C2529; font-family: 'Livvic', sans-serif; font-size: 32px; font-style: normal; font-weight: 600; line-height: 1.4em; }
.font-size-24 { color: #2C2529; font-family: 'Livvic', sans-serif; font-size: 24px; font-style: normal; font-weight: 600; line-height: 1.4em; }

.btn { background: #1D438C; border-radius: 100px; color: #fff; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; padding: 12px 40px; transition: opacity 0.4s ease; }
.btn:hover { background: #1D438C; color: #fff; opacity: 0.5; }

.btn-lightblue, .btn-lightblue:hover { background: #5E77A8; color: #fff; }

.btn-arrow-right:after { content: url('../assets/images/arrow-right.svg'); margin-left: 20px; }

.link { font-weight: 600; text-decoration: none; }

.link-arrow-right { display: flex; flex-wrap: wrap; align-items: center; padding-left: 45px; position: relative; }
.link-arrow-right:before { content: url('../assets/images/arrow-right-green.svg'); left: 0; line-height: 1em; position: absolute; }

.list { margin-bottom: 20px; }
.list ul { list-style: none; margin: 0; margin-left: 10px; 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: #FF1D7F; border-radius: 50%; content: ''; height: 8px; left: 0; position: absolute; top: 8px; width: 8px; }

.list.number ul { list-style: decimal; margin-left: 20px; }
.list.number ul li { padding-left: 0; }
.list.number ul li:before { display: none; }

.list.arrow-right ul { margin-left: 0; }
.list.arrow-right ul li { padding-left: 50px; }
.list.arrow-right ul li:before { background-color: transparent; border-radius: 0; content: url('../assets/images/arrow-right-pink.svg'); height: auto; left: 0; top: auto; width: auto; }

.list.arrow-right-white ul { margin-left: 0; }
.list.arrow-right-white ul li { padding-left: 50px; }
.list.arrow-right-white ul li:before { background-color: transparent; border-radius: 0; content: url('../assets/images/arrow-right-white.svg'); height: auto; left: 0; top: auto; width: auto; }

.list.petals ul { margin-left: 0; }
.list.petals ul li { padding-left: 50px; }
.list.petals ul li:before { background-color: transparent; border-radius: 0; content: url('../assets/images/petals.svg'); height: auto; left: 0; top: auto; width: auto; }

.list.check ul { margin-left: 0; }
.list.check ul li { padding-left: 30px !important; }
.list.check ul li:before { background-color: transparent; border-radius: 0; content: url('../assets/images/check.svg') !important; height: auto; left: 0 !important; top: 2px; width: auto; }

.list.two-column ul { column-count: 2; column-gap: 10px; }

.partner .title { color: #fff; font-family: 'Bricolage Grotesque', sans-serif; font-size: 12px; font-style: normal; font-weight: 600; }

.hidden { display: none; }

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

.content > *:last-child, .text > *:last-child { margin-bottom: 0 !important; }
.text.font-size-24 * { font-size: 24px; font-weight: 400; }

.cta { margin-top: 40px; }
.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: 15px; }
.cta ul li:last-child { padding-right: 0; }

.cta.anchor { margin-top: 0; }
.cta.anchor p { margin-bottom: 0; }
.cta.anchor a { background: #1D438C; border-radius: 100px; color: #fff; display: inline-block; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; margin-bottom: 20px; margin-right: 20px; padding: 12px 40px; text-decoration: none; transition: opacity 0.4s ease; }
.cta.anchor a:after { content: url('../assets/images/arrow-right.svg'); margin-left: 20px; }
.cta.anchor a:last-child { margin-right: 0; }

.overlay { background: rgba(22, 23, 24, 0.30); height: 100%; left: 0; opacity: 0; position: fixed; top: 0; visibility: hidden; width: 100%; transition: all 0.4s ease; }
.drawer-active .overlay { opacity: 1; visibility: visible; }

.js-item { width: 100%; }

.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: 66px; z-index: 2; }
.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: 'Bricolage Grotesque', sans-serif; font-weight: 600; }
.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 { left: 0; position: absolute; top: 0; width: 100%; z-index: 10; }
	#header .container { max-width: 1418px !important; }

	#header .box { background: rgba(255, 255, 255, 0.95); border-radius: 0 0 50px 50px; box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05); padding: 30px 40px; }
	#header ul { list-style: none; margin: 0; }

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

	/* Menu - CTA */
	#header .menu-cta { flex: 1 1 0; }

	/* CTA */
	#header .cta-translation { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; margin-bottom: 25px; }
	#header .cta { flex: 0 1 auto;  margin-top: 0; }
	#header .cta ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; }
	#header .cta ul li { flex: 0 1 auto; margin-bottom: 0; margin-left: 15px; width: auto; }
	#header .cta ul li:first-child { margin-left: 0; padding-right: 0; }

	/* Translation */
	#header .translation { flex: 0 1 auto; height: 22px; margin-left: 15px; }

	/* Menu */
	#header .menu > ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; }
	#header .menu > ul > li { flex: 0 1 auto; color: #2C2529; font-family: 'Bricolage Grotesque', sans-serif; font-size: 16px; font-weight: 600; 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%; }

	/* 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: 305px; opacity: 0; overflow: hidden; padding: 20px 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: #2C2529; font-size: 16px; letter-spacing: 0; 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: #2C2529; 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: #2C2529; 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: #1D438C; 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: #1D438C; 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 { position: relative; }
	#footer .title { color: #5D5D5D; font-family: 'Livvic', sans-serif; font-size: 20px; font-style: normal; font-weight: 600; line-height: 1.4em; margin-bottom: 30px; }
	#footer a { color: inherit; }
	#footer ul { list-style: none; margin: 0; padding: 0; }
	#footer ul li { color: #5D5D5D; }
	#footer ul li a { color: inherit; font: inherit; }
	#footer .menu a, #footer .info-socials a { text-decoration: none; }

	#footer .top { background: linear-gradient(270deg, #F8F7FF 0%, #FFF3F4 100%); padding-bottom: 45px; padding-top: 90px; }
	#footer .bottom { padding: 50px 0; }

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

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

	/* Info */
	#footer .info { margin-bottom: 40px; }
	#footer .info ul li { margin-bottom: 20px; padding-left: 40px; position: relative; text-align: left; }
	#footer .info ul li:last-child { margin-bottom: 0; }
	#footer .info ul li i { background-color: #FF348C; border-radius: 100px; color: #fff; font-size: 14px; left: 0; line-height: 24px; height: 24px; position: absolute; text-align: center; width: 24px; }
	#footer .info ul li a { font-weight: 600; }

	/* Socials */
	#footer .socials ul { display: flex; flex-wrap: wrap; align-items: center; }
	#footer .socials ul li { flex: 0 1 auto; font-size: 16px; line-height: 1em; margin-bottom: 0; margin-right: 15px; text-align: center; }
	#footer .socials ul li a { background-color: #FF348C; border-radius: 100px; color: #fff; display: block; line-height: 24px; height: 24px; width: 24px; transition: opacity 0.4s ease; }
	#footer ul li a:hover { opacity: 0.5; }
	#footer .socials ul li:last-child { margin-right: 0; }

	/* Newsletter */
	#footer .newsletter { position: relative; }
	#footer .newsletter .text { margin-bottom: 20px; }
	#footer .newsletter .text * { color: #5D5D5D; text-transform: capitalize; }
	#footer .newsletter label { color: rgba(93, 93, 93, 0.50); left: 16px; top: 10px; }
	#footer .newsletter .form-group { margin-bottom: 8px; }
	#footer .newsletter .form-control { border: 0.5px solid #969696; color: rgba(93, 93, 93, 0.50); line-height: 1em; padding: 14px 16px; }
	#footer .newsletter .form-control.active { padding-bottom: 12px; padding-top: 16px; }
	#footer .newsletter .form-control::-webkit-input-placeholder { color: rgba(93, 93, 93, 0.50); }
	#footer .newsletter .form-control::-moz-placeholder { color: rgba(93, 93, 93, 0.50); }
	#footer .newsletter .form-control:-ms-input-placeholder { color: rgba(93, 93, 93, 0.50); }
	#footer .newsletter .form-control:-moz-placeholder { color: rgba(93, 93, 93, 0.50); }
	#footer .newsletter .form-action { margin-top: 20px; }
	#footer .newsletter .form-action input { width: 100%; }
	#footer .newsletter .cta { margin-top: 0; }
	#footer .newsletter .cta a { padding: 14px 53px; }
	#footer .newsletter .sb-form-message { left: 0; position: absolute; width: 100%; }

	/* Note */
	#footer .note { margin-top: 100px; text-align: center; }
	#footer .note * { color: #5D5D5D; font-size: 14px; margin-bottom: 0; }

	/* Copyright - Privacy Policy */
	#footer .copyright-menu ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
	#footer .copyright-menu ul li { color: #5D5D5D; font-size: 12px; line-height: 1.2em; position: relative; text-align: center; text-transform: uppercase; }
	#footer .copyright-menu ul li:after { content: '|'; margin: 0 10px; }
	#footer .copyright-menu ul li:last-child:after { display: none; }
	#footer .copyright-menu a { color: inherit; text-decoration: none; }

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

	.content-d .iframe-box { border-radius: 20px; overflow: hidden; padding-top: 56.25%; position: relative; }
	.content-d .iframe-box iframe { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

	/* Content */
	.content-d .title, .content-d .text * { color: #2C2529; }
	.content-d .cta ul li { padding-right: 40px; }
	.content-d .cta ul li:last-child { padding-right: 0; }

	/* White Text */
	.content-d.white-text .title, .content-d.white-text .text * { color: #fff; }

	/* Gradient */
	.content-d.gradient .container { max-width: 1020px !important; }
	.content-d.gradient .box { background: linear-gradient(180deg, #F8F7FF 0%, #FFF3F4 100%); border-radius: 20px; padding: 90px 100px; }
	.content-d.gradient .text * { font-size: 20px; }

	/* Two Column */
	.content-d.two-column .cta { margin-top: 0; }

/*------------ BANNER DEFAULT -----------------------*/
#banner-d { background: linear-gradient(90deg, #E74799 0%, #EA58A1 100%), #F8F7FF; border-bottom-right-radius: 100px; overflow: hidden; position: relative; }
	#banner-d .pattern { left: 0; pointer-events: none; position: absolute; top: 50%; transform: translateY(-50%); }

	/* Content */
	#banner-d .content { text-align: center; }
	#banner-d .top-title, #banner-d .title { color: #fff; }
	#banner-d .top-title { font-family: 'Livvic', sans-serif; font-size: 32px; font-style: normal; font-weight: 600; letter-spacing: 0; line-height: 1.2em; text-transform: none; }

/*------------ BANNER PHOTO CONTENT -----------------------*/
#banner-pc { background: linear-gradient(90deg, #E74799 0%, #EA58A1 100%), #F8F7FF; border-bottom-right-radius: 100px; overflow: hidden; position: relative; }
	#banner-pc .row { --bs-gutter-x: 0; }
	#banner-pc .pattern { left: 0; pointer-events: none; position: absolute; top: 50%; transform: translateY(-50%); }

	/* Content */
	#banner-pc .content { padding: 0 7%; position: relative; }
	#banner-pc .top-title, #banner-pc .title { color: #fff; }
	#banner-pc .top-title { font-family: 'Livvic', sans-serif; font-size: 32px; font-style: normal; font-weight: 600; letter-spacing: 0; line-height: 1.2em; text-transform: none; }

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

	.hero-d .box { background: linear-gradient(180deg, #F8F7FF 0%, #FFF3F4 100%); border-radius: 20px; padding: 80px 100px; }
	.hero-d .row { --bs-gutter-x: 18px; --bs-gutter-y: 18px; position: relative; }

	.hero-d .title, .hero-d .text * { color: #2C2529; }
	.hero-d .title.font-size-32 { font-style: italic; }
	.hero-d .title.font-size-24 { font-family: 'BreeGRKvar-Regular', serif; font-style: italic; font-weight: 400; }

	.hero-d .item a { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background: linear-gradient(90deg, #E74799 0%, #EA58A1 100%); border-radius: 10px; color: #fff; font-weight: 600; height: 100%; padding: 19px; text-align: center; text-decoration: none; width: 100%; }

	/* Pink */
	.hero-d.pink .row { --bs-gutter-y: 0; }
	.hero-d.pink .box { background: #EA58A1; border-radius: 50px; overflow: hidden; position: relative; }
	.hero-d.pink .pattern { pointer-events: none; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
	.hero-d.pink .title { color: #fff; }
	.hero-d.pink .title.font-size-32 { font-family: 'BreeGRKvar-Regular', serif; font-style: italic; font-weight: 400; }
	.hero-d.pink .cta { margin-top: 0; }

	/* Padding 60 - 100 */
	.hero-d.padding-60-100 .box { padding: 60px 100px; }

/*------------ HERO STATS -----------------------*/
#hero-s { position: relative; }
	#hero-s.wow { opacity: 0; }
	#hero-s.wow.done { opacity: 1; }

	#hero-s .container { max-width: 1384px !important; }

	#hero-s .box { background: linear-gradient(90deg, #1E458D 0%, #254D95 100%); border-radius: 100px; box-shadow: 0 20px 100px 0 rgba(129, 70, 100, 0.10); padding: 65px 80px; position: relative; }
	#hero-s .row { --bs-gutter-x: 0; }
	#hero-s .pattern { right: 0; pointer-events: none; position: absolute; top: 50%; transform: translateY(-50%); }

	/* Content */
	#hero-s .content { padding-right: 50px; }
	#hero-s .title, #hero-s .text * { color: #fff; }

	/* Stats */
	#hero-s .stats { margin-top: 25px; text-align: center; }
	#hero-s .stats .row { --bs-gutter-x: 20px; --bs-gutter-y: 20px; }
	#hero-s .stats .icon { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; height: 30px; margin-bottom: 20px; }
	#hero-s .stats .number { color: #fff; font-family: 'BreeGRKvar-Regular', serif; font-size: 36px; font-style: italic; margin-bottom: 15px; }

	/* Image */
	#hero-s .img { text-align: center; }

/*------------ TIMELINE DEFAULT -----------------------*/
#timeline-d { position: relative; }
	#timeline-d.wow { opacity: 0; }
	#timeline-d.wow.done { opacity: 1; }

	#timeline-d .item { padding-bottom: 50px; }
	#timeline-d .item:last-child .content:after { display: none; }
	#timeline-d .item .box { background: #5E77A8; border-radius: 50px; padding: 60px 100px; }
	#timeline-d .item .row { --bs-gutter-x: 0; }

	#timeline-d .item .content { padding-left: 60px; position: relative; }
	#timeline-d .item .content:before { background-color: #fff; border: 5px solid #FF348C; border-radius: 50px; content: ''; height: 17px; left: 0; position: absolute; top: 13px; width: 17px; z-index: 1; }
	#timeline-d .item .content:after { border-left: 2px dashed #1E438B; content: ''; height: calc(100% + 170px); left: 7px; position: absolute; top: 13px; width: 2px; }
	#timeline-d .item .title, #timeline-d .item .text * { color: #fff; }
	#timeline-d .item .title { font-family: 'Livvic', sans-serif; font-size: 32px; font-style: normal; font-weight: 600; }

/*------------ TEAM DEFAULT -----------------------*/
#team-d { position: relative; }
	#team-d .wow { opacity: 0; }
	#team-d .wow.done { opacity: 1; }

	#team-d .item { background: linear-gradient(180deg, #F8F7FF 0%, #FFF3F4 100%); border-radius: 50px; margin-bottom: 30px; padding: 50px; }
	#team-d .item:last-child { margin-bottom: 0; }
	#team-d .item .row { --bs-gutter-x: 0; }
	
	#team-d .item .img { padding-right: 50px; }
	#team-d .item .img img { background-color: #E98EB8; border: 10px solid #E98EB8; border-radius: 50%; }
	#team-d .item .content { margin-left: auto; max-width: 700px; }
	#team-d .item .name { color: #2C2529; font-size: 24px; font-weight: 600; margin-bottom: 20px; }

/*------------ FILTER DEFAULT -----------------------*/
#filter-d { position: relative; }
	#filter-d .filter { overflow-x: auto; }
	#filter-d .filter::-webkit-scrollbar { height: 8px; }
	#filter-d .filter::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; }
	#filter-d .filter::-webkit-scrollbar-thumb { background: #888; border-radius: 10px; }
	#filter-d .filter::-webkit-scrollbar-thumb:hover { background: #555; }

	#filter-d ul { display: flex; flex-wrap: nowrap; align-items: center; border-radius: 10px; margin-bottom: 0; }
	#filter-d ul li { flex: 0 0 auto; background-color: #5E77A8; color: #fff; cursor: pointer; font-size: 20px; font-family: 'BreeGRKvar-Regular', serif; font-style: italic; line-height: 1em; padding: 15px 50px; position: relative; text-align: center; }
	#filter-d ul li:first-child { border-top-left-radius: 10px; border-bottom-left-radius: 10px; }
	#filter-d ul li:last-child { border-top-right-radius: 10px; border-bottom-right-radius: 10px; }
	#filter-d ul li:after { background-color: #FFF; content: ''; height: calc(100% - 23px); right: 0; position: absolute; top: 50%; width: 2px; transform: translateY(-50%); }
	#filter-d ul li.active { background-color: #18428F; }
	#filter-d ul li.active:after, #filter-d ul li:last-child:after { display: none; }
	#filter-d ul li.active:before { background-color: #5E77A8; content: ''; height: 100%; left: -2px; position: absolute; top: 50%; width: 2px; transform: translateY(-50%); }
	#filter-d ul li.auto { flex: 1 1 0; }

	/* About */
	#filter-d.about ul li { font-size: 24px; padding: 28px; width: 33.33%; }

/*------------ TAB DEFAULT -----------------------*/
#tab-d { position: relative; }
	#tab-d .item { border-bottom: 1px solid rgba(74, 70, 72, 0.50); margin-bottom: 50px; padding-bottom: 50px; width: 100%; }
	#tab-d .item .row { --bs-gutter-x: 0; }

	#tab-d .item .img { padding-right: 50px; }	
	#tab-d .item .img img { background-color: #E98EB8; border: 10px solid #E98EB8; border-radius: 50%; }
	#tab-d .item .content { margin-left: auto; max-width: 700px; }
	#tab-d .item .name { color: #2C2529; font-size: 24px; font-weight: 600; margin-bottom: 20px; }

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

	.photo-content-d .container { position: relative; }

	/* Image */
	.photo-content-d .img { position: absolute; right: 12px; top: 50%; width: 35%; transform: translateY(-50%); }
	.photo-content-d .img-box { background-color: #5D75A5; border: 20px solid #5D75A5; border-top-left-radius: 100px; border-top-right-radius: 20px; border-bottom-left-radius: 20px; border-bottom-right-radius: 100px; box-shadow: 0 20px 100px 0 rgba(129, 70, 100, 0.10); height: 0; padding-top: calc(100% - 40px); }

	/* Content */
	.photo-content-d .content { background-color: #1D438C; border-radius: 50px; padding: 50px calc(20% + 60px) 50px 60px; width: 85%; }
	.photo-content-d .title, .photo-content-d .text * { color: #fff; }

	/* Content Right */
	.photo-content-d.content-right .img { left: 12px; right: auto; }
	.photo-content-d.content-right .img-box { background-color: #1E438B; border-color: #1E438B; border-top-left-radius: 20px; border-top-right-radius: 100px; border-bottom-left-radius: 100px; border-bottom-right-radius: 20px; }
	.photo-content-d.content-right .content { padding: 50px 60px 50px calc(20% + 60px); margin-left: auto; }

	/* Lightblue */
	.photo-content-d.lightblue .content { background-color: #5E77A8; }

	/* Lightpink */
	.photo-content-d.lightpink .content { background: linear-gradient(180deg, #F8F7FF 0%, #FFF3F4 100%); }
	.photo-content-d.lightpink .title, .photo-content-d.lightpink .text * { color: #2C2529; }

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

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

	/* Image */
	.photo-content-u .img img { border: 20px solid #E98EB8; border-radius: 50%; }

	/* Content */
	.photo-content-u .content { padding-left: 100px; }

/*------------ EVENTS LIST -----------------------*/
.events-l { position: relative; }
	.events-l .wow { opacity: 0; }
	.events-l .wow.done { opacity: 1; }

	.events-l .row { --bs-gutter-y: 24px; }

	.events-l .box { display: flex; flex-wrap: wrap; background: #5E77A8; border-radius: 20px 50px; height: 100%; overflow: hidden; position: relative; transition: opacity 0.4s ease; }
	.events-l .has-link .box:hover { opacity: 0.75; }
	.events-l .icon, .events-l .content { flex: 0 1 auto; }
	.events-l .icon { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background-color: #1D438C; border-top-left-radius: 20px; border-top-right-radius: 50px; border-bottom-left-radius: 50px; border-bottom-right-radius: 0; min-height: 100%; padding: 20px; width: 180px; }
	.events-l .content { display: flex; flex-direction: column; justify-content: space-between; padding: 40px 30px; width: calc(100% - 180px); }
	.events-l .title { color: #fff; font-size: 24px; margin-bottom: 15px; }
	.events-l .date { color: #fff; padding-left: 35px; position: relative; }
	.events-l .date i { background-color: #FF348C; border-radius: 100px; color: #fff; font-size: 14px; left: 0; line-height: 24px; height: 24px; position: absolute; text-align: center; width: 24px; }
	.events-l .text * { color: #fff; }
	.events-l .cta { flex: 0 1 auto; margin-top: 20px; }
	.events-l .cta .link { color: #fff; }

	/* Home */
	.events-l .item:nth-child(2) .box, .events-l .item:nth-child(3) .box { border-radius: 50px 20px; }
	.events-l .item:nth-child(2) .icon, .events-l .item:nth-child(3) .icon { border-top-right-radius: 0; border-bottom-left-radius: 20px; border-bottom-right-radius: 50px; }

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

	.calendar-d .title { background: #1D438C; border-radius: 5px; color: #fff; font-family: 'Livvic', sans-serif; font-size: 22px; font-style: normal; font-weight: 700; margin-bottom: 60px; padding: 10px 20px; }
	
	.calendar-d .item { margin-bottom: 80px; position: relative; }
	.calendar-d .item:last-child { margin-bottom: 0; }

	/* Image */
	.calendar-d .item .img { position: absolute; left: 0; top: 50%; width: 35%; transform: translateY(-50%); }
	.calendar-d .item .img-box { background-color: #1D438C; border: 20px solid #1D438C; border-radius: 20px 100px; height: 0; padding-top: calc(100% - 40px); position: relative; }

	/* Content */
	.calendar-d .item .content { background: #5E77A8; border-radius: 50px; margin-left: auto; padding: 50px 60px 50px calc(20% + 60px); width: 85%; }
	.calendar-d .item .title { background-color: transparent; font-family: 'BreeGRKvar-Regular', serif; font-size: 32px; font-style: italic; font-weight: 400; margin-bottom: 20px; padding: 0; }
	.calendar-d .item .text { margin-bottom: 20px; }
	.calendar-d .item .text *, .calendar-d .item .details * { color: #fff; }
	.calendar-d .item .details ul { column-count: 2; column-gap: 25px; }
	.calendar-d .item .details ul li { margin-bottom: 20px; padding-left: 40px; position: relative; text-align: left; }
	.calendar-d .item .details ul li:last-child { margin-bottom: 0; }
	.calendar-d .item .details ul li i { background-color: #FF348C; border-radius: 100px; color: #fff; font-size: 14px; left: 0; line-height: 24px; height: 24px; position: absolute; text-align: center; width: 24px; }
	.calendar-d .item .details ul li a { font-weight: 600; }

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

	#video-d .box { border-radius: 50px; height: 0; overflow: hidden; padding-top: 56.25%; position: relative; text-align: center; }
	#video-d .box .play { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; cursor: pointer; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2; }
	#video-d .box .play:hover { opacity: 1; }
	#video-d .box .play img { flex: 0 1 auto; }

/*------------ ACCORDION UNIQUE ----------------------*/
.accordion-u > .content { height: 0; overflow: hidden; transition: height 0.4s ease; }

/*------------ CARDS DEFAULT ----------------------*/
.cards-d { position: relative; }
	.cards-d .wow { opacity: 0; }
	.cards-d .wow.done { opacity: 1; }
	
	.cards-d .container { max-width: 1020px !important; }
	.cards-d .row { --bs-gutter-y: 24px; }

	.cards-d .item .box { display: flex; flex-direction: column; justify-content: space-between; border-radius: 50px 20px; height: 100%; overflow: hidden; padding: 30px 25px; position: relative; text-align: center; }
	.cards-d .item:last-child .box { border-radius: 20px 50px; }
	.cards-d .item .box:before { background: linear-gradient(90deg, #1E458D 0%, #254D95 100%); content: ''; height: 100%; left: 0; mix-blend-mode: multiply; opacity: 0.5; position: absolute; top: 0; width: 100%; }
	.cards-d .item .box * { position: relative; }
	.cards-d .item .top, .cards-d .item .cta { flex: 0 1 auto; }
	.cards-d .item .title, .cards-d .item .text * { color: #fff; }
	.cards-d .item .title { font-size: 24px; line-height: 1.3em; }
	.cards-d .item .cta { margin-top: 25px; }

	/* Blue Gradient */
	.cards-d.blue-gradient .contanier { max-width: 1020px !important; }
	.cards-d.blue-gradient .item:first-child .box, .cards-d.blue-gradient .item:nth-child(4n) .box { border-radius: 20px 50px; }
	.cards-d.blue-gradient .item .box:before { mix-blend-mode: normal; opacity: 1; }

/*------------ CARDS GRADIENT ----------------------*/
.cards-g { position: relative; }
	.cards-g.wow, .cards-g .wow { opacity: 0; }
	.cards-g.wow.done, .cards-g .wow.done { opacity: 1; }

	.cards-g .row { --bs-gutter-y: 24px; }

	.cards-g .item .box { background: linear-gradient(180deg, #F8F7FF 0%, #FFF3F4 100%); border-radius: 20px; height: 100%; padding: 40px 30px; }
	.cards-g .item .text * { color: #2C2529; }
	.cards-g .item ul { margin-left: 0; }
	.cards-g .item ul li { margin-bottom: 15px; padding-left: 50px; position: relative; text-align: left; }
	.cards-g .item ul li:last-child { margin-bottom: 0; }
	.cards-g .item ul li:before { content: url('../assets/images/arrow-right-pink.svg'); left: 0; position: absolute; }

	/* Two Column */
	.cards-g.two-column .item ul { column-count: 2; column-gap: 10px; }

/*------------ PARTNERS DEFAULT ----------------------*/
#partners-d { position: relative; }
	#partners-d .row { --bs-gutter-y: 40px; }
	#partners-d .item { text-align: center; }
	#partners-d .item a { background: transparent; padding: 0; }
	#partners-d .item img { mix-blend-mode: multiply; }

/*------------ DRAWERS ----------------------*/
.drawers { height: 100%; position: fixed; right: 0; top: 0; max-width: 700px; width: 100%; z-index: 15; transform: translateX(700px); transition: transform 0.4s ease-in-out; }
	.drawers.active { transform: translateX(0); }

	.drawers .address * { font-size: 24px; font-weight: 500; }
	.drawers .address *:last-child { margin-bottom: 0; }

	.drawers .box { background: linear-gradient(180deg, #F8F7FF 0%, #FFF3F4 100%); height: 100%; margin-left: auto; width: 100%; overflow-y: auto; padding: 80px 70px; position: relative; width: 100%; }
	.drawers .close { text-align: right; }
	.drawers .close svg { cursor: pointer; }
	.drawers .img { margin-bottom: 40px; }
	.drawers .img img { border: 20px solid #1E438B; border-radius: 20px 100px; }
	.drawers .text * { color: #2C2529; }
	.drawers ul li { margin-bottom: 15px; padding-left: 40px; position: relative; text-align: left; }
	.drawers ul li:last-child { margin-bottom: 0; }
	.drawers ul li:before { background-color: transparent; border-radius: 0; content: url('../assets/images/petals.svg'); left: 0; position: absolute; }

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

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

	#list-d .item .box { background: #F8F7FF; border-radius: 20px; height: 100%; overflow: hidden; position: relative; transition: opacity 0.4s ease; }
	#list-d .item .box:hover { opacity: 0.75; }
	#list-d .item .img { border: 5px solid #EA58A1; border-radius: 20px; height: 200px; }
	#list-d .item .content { display: flex; flex-direction: column; justify-content: space-between; height: calc(100% - 200px); padding: 20px; }
	#list-d .item .top, #list-d .item .cta { flex: 0 1 auto; }
	#list-d .item .date { font-size: 12px; margin-bottom: 8px; }
	#list-d .item .title { color: #2C2529; font-size: 16px; line-height: 1.3em; margin-bottom: 15px; }
	#list-d .item .text { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; height: 89px; overflow: hidden; }
	#list-d .item .text * { color: #2C2529; }
	#list-d .item .cta { margin-top: 20px; }
	#list-d .item .link { color: #2C2529; }

/*------------ 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-y: 40px; }

	#list-d-2 .item .box { background: #F8F7FF; border-radius: 20px; height: 100%; overflow: hidden; position: relative; transition: opacity 0.4s ease; }
	#list-d-2 .item .box:hover { opacity: 0.75; }
	#list-d-2 .item .img { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background-color: #143072; border-radius: 20px; height: 200px; }
	#list-d-2 .item .img img { flex: 0 1 auto; }
	#list-d-2 .item .content { display: flex; flex-direction: column; justify-content: space-between; height: calc(100% - 200px); padding: 20px; }
	#list-d-2 .item .top, #list-d-2 .item .cta { flex: 0 1 auto; }
	#list-d-2 .item .date { font-size: 12px; margin-bottom: 8px; }
	#list-d-2 .item .title { color: #2C2529; font-size: 16px; line-height: 1.3em; margin-bottom: 15px; }
	#list-d-2 .item .text * { color: #2C2529; }
	#list-d-2 .item .cta { margin-top: 20px; }
	#list-d-2 .item .link { color: #2C2529; }

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

	/* Content */
	#contact-d .title { color: #2C2529; }

	#contact-d .info { margin-bottom: 50px; padding-bottom: 50px; position: relative; }
	#contact-d .info:after { background-color: #2C2529; bottom: 0; content: ''; height: 1px; left: 0; max-width: 490px; position: absolute; width: 100%; }
	#contact-d .info ul { margin: 0; }
	#contact-d .info ul li { font-size: 24px; font-weight: 500; margin-bottom: 20px; padding-left: 50px; position: relative; text-align: left; }
	#contact-d .info ul li:last-child { margin-bottom: 0; }
	#contact-d .info ul li i { background-color: #FF348C; border-radius: 100px; color: #fff; font-size: 16px; left: 0; line-height: 32px; height: 32px; position: absolute; text-align: center; width: 32px; }
	#contact-d .info ul li a { color: inherit; text-decoration: none; }

	#contact-d .socials ul { display: flex; flex-wrap: wrap; align-items: center; }
	#contact-d .socials ul li { flex: 0 1 auto; font-size: 20px; line-height: 1em; margin-bottom: 0; margin-right: 15px; text-align: center; }
	#contact-d .socials ul li a { background-color: #FF348C; border-radius: 100px; color: #fff; display: block; line-height: 32px; height: 32px; width: 32px; transition: opacity 0.4s ease; }
	#contact-d ul li a:hover { opacity: 0.5; }
	#contact-d .socials ul li:last-child { margin-right: 0; }

	/* Form */
	#contact-d .form { padding-left: 100px; }
	#contact-d .form .box { background: #264D95; border-radius: 20px; padding: 60px 40px; position: relative; }
	#contact-d .form .title, #contact-d .form .text * { color: #fff; }
	#contact-d .form .title { font-family: 'BreeGRKvar-Regular', serif; font-style: italic; font-weight: 400; }
	#contact-d .form-action { margin-top: 30px; }
	#contact-d .sb-form-message { color: #fff; left: 0; position: absolute; text-align: center; width: 100%; }

/*------------ 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: #2C2529 !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 { background-color: #FF1D7F; border-radius: 50%; content: ''; height: 8px; left: 0; position: absolute; top: 8px; width: 8px; }
	#content ol li:before { color: #FF1D7F; content: counter(number)'.'; left: 0; position: absolute; top: 0; }

/*------------ MEDIA 1399.98px ----------------------*/
@media only screen and (max-width: 1399.98px) {
	.container { width: 90%; }
	.group .pattern { left: -100px !important; }

	/* Header */
	#header .logo img { max-width: 270px; }
	#header .menu > ul > li { margin-left: 25px; }

	/* Filter Default */
	#filter-d ul li.auto { flex: 0 0 auto; }

	/* Banner Photo Content */
	#banner-pc .content { padding: 0 5%; }
}

/*------------ MEDIA 1200px ----------------------*/
@media only screen and (min-width: 1200px) {
	/* Partners Default */
	#partners-d .item { width: 20%; }
}

/*------------ MEDIA 1199.98px ----------------------*/
@media only screen and (max-width: 1199.98px) {
	.group .pattern { left: -140px !important; }

	/* Header */
	#header .box { padding: 30px; }
	#header .logo img { max-width: 150px; }
	#header .menu > ul > li { margin-left: 15px; }

	/* Footer */
	#footer .menu, #footer .info-socials { margin-bottom: 50px; }
	#footer .logo-newsletter { text-align: center; }
	#footer .form { margin-left: auto; margin-right: auto; max-width: 280px; }

	/* Content Default */
	.content-d .cta ul li { padding-right: 20px; }

	/* Hero Stats */
	#hero-s .content { margin-bottom: 30px; padding-right: 0; }
}

/*------------ MEDIA 991.98px ----------------------*/
@media only screen and (max-width: 991.98px) {
	.cta ul li { margin-bottom: 10px; padding: 0 !important; width: 100%; }
	.cta ul li:last-child { margin-bottom: 0; }

	div:not(#banner-pc) > .pattern { display: none; }

	/* Header */
	#header .logo { flex: 1 1 0; }
	#header .menu, #header .cta { display: none; }
	#header .menu-cta { flex: 0 0 auto; width: auto; }
	#header .cta-translation { margin-bottom: 0; }
	#header .translation { margin-left: 0; }
	#header .hamburger { display: block; }

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

	/* Banner Photo Content */
	#banner-pc .content { text-align: center; }
	#banner-pc .title { margin-left: auto; margin-right: auto; }

	/* Hero Default */
	.hero-d .box, .hero-d.pink .box, .hero-d.padding-60-100 .box { padding: 60px; }
	.hero-d.pink, .hero-d.pink .content { text-align: center; }
	.hero-d.pink .cta { margin-top: 25px; }

	/* Hero Stats */
	#hero-s .content { padding-right: 0; text-align: center; }

	/* Photo Content Default */
	.photo-content-d .img { margin: 0 auto -30px; position: relative; right: auto; top: auto; width: 70%; transform: translateY(0); }
	.photo-content-d.content-right .img { left: auto; }
	.photo-content-d .content, .photo-content-d.content-right .content { padding: 50px 60px; text-align: center; width: 100%; }

	/* Photo Content Unique */
	.photo-content-u .img { margin-bottom: 30px; }
	.photo-content-u .content { padding-left: 0; }

	/* Events List */
	.events-l .item:nth-child(2) .box, .events-l .item:nth-child(3) .box { border-radius: 20px 50px; }
	.events-l .item:nth-child(2) .icon, .events-l .item:nth-child(3) .icon { border-top-left-radius: 20px; border-top-right-radius: 50px; border-bottom-left-radius: 50px; border-bottom-right-radius: 0; }

	/* Calendar Default */
	.calendar-d .item .img { margin: 0 auto -30px; position: relative; top: auto; width: 70%; transform: translateY(0); }
	.calendar-d .item .content { padding: 50px 60px; text-align: center; width: 100%; }

	/* Timeline Default */
	#timeline-d .item .box { padding: 60px; }

	/* Contact Default */
	#contact-d .content { margin-bottom: 50px; text-align: center; }
	#contact-d .info { display: inline-block; }
	#contact-d .socials ul { justify-content: center; }
	#contact-d .form { padding-left: 0; }

	/* Cards Gradient */
	.cards-g .title, .cards-g .cta { text-align: center; }
}

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

/*------------ MEDIA 767.98px ----------------------*/
@media only screen and (max-width: 767.98px) {
	.list.two-column ul { column-count: 1; column-gap: 0; }

	/* Footer */
	#footer .copyright-menu ul li { margin-bottom: 5px; text-align: center; width: 100%; }
	#footer .copyright-menu ul li:after { display: none; }
	#footer .copyright-menu ul li:last-child { margin-bottom: 0; }
	#footer .copyright-menu span { display: block; }
	#footer .copyright-menu span:first-child { margin-bottom: 5px; }

	/* Cards Default */
	.cards-d.blue-gradient .item:first-child .box, .cards-d.blue-gradient .item:nth-child(4n) .box { border-radius: 50px 20px; }
	.cards-g.two-column .item ul { column-count: 1; column-gap: 0; }

	/* Hero Default */
	.hero-d { text-align: center; }

	/* Hero Stats */
	#hero-s .box { padding: 65px; }

	/* Video Default */
	#video-d .box .play img { max-width: 90px; }

	/* Calendar Default */
	.calendar-d .item .details ul { column-count: 1; column-gap: 0; }

	/* List Default */
	#list-d .item .img { height: 0; padding-top: 56.25%; }
	#list-d .item .content { height: auto; }

	/* Timeline Default */
	#timeline-d .item .icon { margin-bottom: 20px; padding-left: 60px; text-align: center; }
	#timeline-d .item .content:after { height: calc(100% + 270px); }

	/* Team Default */
	#team-d .item { text-align: center; }
	#team-d .item .img { margin-bottom: 30px; padding-right: 0; }

	/* Tab Default */
	#tab-d .item { text-align: center; }
	#tab-d .item .img { margin-bottom: 30px; padding-right: 0; }
}

/*------------ 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-50, .title.font-size-40 { font-size: 36px; }
	.partner .title { margin-bottom: 15px; }
	.btn { padding: 12px 20px; width: 100%; }
	.btn-arrow-right, .cta.anchor a { padding-right: 50px; position: relative; }
	.btn-arrow-right:after, .cta.anchor a:after { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
	.cta.anchor a { margin-right: 0; width: 100%; }
	.fc .fc-toolbar { flex-wrap: wrap; }
	.fc-toolbar-chunk:nth-child(2) { order: 3; margin-top: 1.5em; text-align: center; width: 100%; }

	/* Header */
	#header .box { border-radius: 0 0 25px 25px; padding: 30px 15px; }
	#header .box .row { --bs-gutter-x: 0; }
	#header .logo img { max-width: 110px; }
	#header .menu-cta { margin-right: 10px; }

	/* Footer */
	#footer .menu, #footer .info-socials, #footer .info ul li { text-align: center; }
	#footer .info ul li { padding-left: 0; }
	#footer .info ul li i { left: auto; margin-right: 15px; position: relative; }
	#footer .socials ul { justify-content: center; }
	#footer .note { margin-top: 45px; }
	#footer .bottom { padding: 25px 0; }
	
	/* Content Default */
	.content-d .cta ul li { padding-right: 0; }
	.content-d.gradient .box { padding: 40px 30px; }
	.content-d .iframe-box { padding-top: 100%; }

	/* Banner Photo Content */
	#banner-pc { border-bottom-right-radius: 50px; }

	/* Banner Default */
	#banner-d { border-bottom-right-radius: 50px; }

	/* Hero Default */
	.hero-d .box, .hero-d.pink .box, .hero-d.padding-60-100 .box { border-radius: 20px; padding: 40px 30px; }
	
	/* Hero Stats */
	#hero-s .box { border-radius: 50px; padding: 40px 30px; }

	/* Photo Content Default */
	.photo-content-d .img { width: 100%; }
	.photo-content-d .content, .photo-content-d.content-right .content { border-radius: 25px; padding: 40px 30px; }

	/* Events List */
	.events-l .icon { min-height: 0; width: 100%; }
	.events-l .content { width: 100%; }

	/* Calendar Default */
	.calendar-d .title { margin-bottom: 30px; }
	.calendar-d .item .img { width: 100%; }
	.calendar-d .item .content { border-radius: 25px; padding: 40px 30px; }

	/* Video Default */
	#video-d .box { border-radius: 25px; padding-top: 100%; }

	/* Drawers */
	.drawers .box { padding: 40px 30px; }

	/* Timeline Default */
	#timeline-d .item .box { border-radius: 25px; padding: 40px 30px; }
	#timeline-d .item .icon { padding-left: 30px; }
	#timeline-d .item .content { padding-left: 30px; }
	#timeline-d .item .content:after { height: calc(100% + 245px); }

	/* Team Default */
	#team-d .item { border-radius: 25px; padding: 40px 30px; }

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