! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

@font-face {
    font-family: 'Bodoni Seventytwo ITC';
    src: url('../fonts/bodoni_seventytwo_itc_regular.woff2') format('woff2'), url('../fonts/bodoni_seventytwo_itc_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fixed-bg-div { background-attachment: fixed; }
html.iosDevice .fixed-bg-div { background-attachment: scroll; }

* { box-sizing:border-box; }
html, body { margin: 0; width: 100%; }
a { outline: none; color: inherit; text-decoration: none; }
/* phone & whatsapp */
a[href^="tel:"] { cursor: auto; }
img { border: 0; }
html :where(img) { max-width: unset; }
* { outline: 0; }
html { font-size: 0.833vw; /*16px*/ }
body { 
	width: 100%; display: block; font-family: 'Source Sans Pro', sans-serif; font-weight: 400;
	font-size: 1.375rem; line-height: 1.36; background: #ffffff; color: #1A171B; overflow-x: hidden;
}
.noselect {
	-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; 
	-ms-user-select: none; user-select: none;
}
.error-fields { color: red !important; }
.error-fields::-webkit-input-placeholder { color: red !important; }
.error-fields::-moz-placeholder { color: red !important; }
.error-fields::-ms-placeholder { color: red !important; }
.error-fields::placeholder { color: red !important; }

img.lazy { opacity: 0; }
img.lazy:not(.initial) {
	transition: opacity 1s; -webkit-transition: opacity 1s; 
	-moz-transition: opacity 1s; -o-transition: opacity 1s;
}
img.lazy.initial,
img.lazy.loaded,
img.lazy.error { opacity: 1; }

main { overflow: hidden; }

@-webkit-keyframes hvr-buzz-out {
    10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); }
    20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); }
    30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); }
    40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); }
    50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); }
    60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); }
    70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); }
    80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); }
    90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0); }
    100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0); }
}
@keyframes hvr-buzz-out {
    10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); }
    20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); }
    30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); }
    40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); }
    50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); }
    60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); }
    70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); }
    80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); }
    90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0); }
    100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0); }
}
.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
/* Float Shadow */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

/*!
 * Bootstrap Grid v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x)/ -2);margin-left:calc(var(--bs-gutter-x)/ -2)}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)/ 2);padding-left:calc(var(--bs-gutter-x)/ 2);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.3333333333%}.col-2{flex:0 0 auto;width:16.6666666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.3333333333%}.col-5{flex:0 0 auto;width:41.6666666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.3333333333%}.col-8{flex:0 0 auto;width:66.6666666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.3333333333%}.col-11{flex:0 0 auto;width:91.6666666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.3333333333%}.col-sm-2{flex:0 0 auto;width:16.6666666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.3333333333%}.col-sm-5{flex:0 0 auto;width:41.6666666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.3333333333%}.col-sm-8{flex:0 0 auto;width:66.6666666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.3333333333%}.col-sm-11{flex:0 0 auto;width:91.6666666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.3333333333%}.col-md-2{flex:0 0 auto;width:16.6666666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.3333333333%}.col-md-5{flex:0 0 auto;width:41.6666666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.3333333333%}.col-md-8{flex:0 0 auto;width:66.6666666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.3333333333%}.col-md-11{flex:0 0 auto;width:91.6666666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.3333333333%}.col-lg-2{flex:0 0 auto;width:16.6666666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.3333333333%}.col-lg-5{flex:0 0 auto;width:41.6666666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.3333333333%}.col-lg-8{flex:0 0 auto;width:66.6666666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.3333333333%}.col-lg-11{flex:0 0 auto;width:91.6666666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.3333333333%}.col-xl-2{flex:0 0 auto;width:16.6666666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.3333333333%}.col-xl-5{flex:0 0 auto;width:41.6666666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.3333333333%}.col-xl-8{flex:0 0 auto;width:66.6666666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.3333333333%}.col-xl-11{flex:0 0 auto;width:91.6666666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.3333333333%}.col-xxl-2{flex:0 0 auto;width:16.6666666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.3333333333%}.col-xxl-5{flex:0 0 auto;width:41.6666666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.3333333333%}.col-xxl-8{flex:0 0 auto;width:66.6666666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.3333333333%}.col-xxl-11{flex:0 0 auto;width:91.6666666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.3333333333%}.offset-xxl-2{margin-left:16.6666666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333333333%}.offset-xxl-5{margin-left:41.6666666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333333333%}.offset-xxl-8{margin-left:66.6666666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333333333%}.offset-xxl-11{margin-left:91.6666666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
/*# sourceMappingURL=bootstrap-grid.min.css.map */

/* Common Elements */
::selection {
    background: #1E4CCE; color: #ffffff; /* WebKit/Blink Browsers */
}
::-moz-selection {
    background: #1E4CCE; color: #ffffff; /* Gecko Browsers */
}
h1, .h1-style { 
    font-family: 'Bodoni Seventytwo ITC'; font-size: 5rem; font-weight: normal; line-height: 1.1; 
}
h2, .h2-style { 
    font-family: 'Bodoni Seventytwo ITC'; font-size: 4.875rem; font-weight: normal; line-height: 1.2; 
}
.h2-mid-style {
    font-family: 'Bodoni Seventytwo ITC'; font-size: 3rem; font-weight: normal; line-height: 1.2; 
}
h3, .h3-style { 
    font-family: 'Bodoni Seventytwo ITC'; font-size: 2.375rem; font-weight: normal; line-height: 1.2;  
}
h4, .h4-style { font-size: 2.125rem; font-weight: 700; }
h5, .h5-style { font-size: 1.875rem; font-weight: 700; }
h6, .h6-style { font-size: 1.625rem; font-weight: 700; }
.sentencecase { text-transform: unset !important; }
.uppercase { text-transform: uppercase !important; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.overflow-hidden { overflow: hidden; }
.max-width-95 { display: block; width: 100%; max-width: 95%; padding: 0 1.875rem; margin: 0 auto; }
.max-width-75 { display: block; width: 100%; max-width: 75%; padding: 0 1.875rem; margin: 0 auto; }
.container { 
	width: 100% !important; max-width: 100% !important; position: relative;
	padding-left: 2.5rem !important; padding-right: 2.5rem !important; 
}
.obfc-link { cursor: pointer; }

/* Buttons */
.btn, 
.cf7mls-btns .cf7mls_next.action-button, 
form.cf7mls input.wpcf7-form-control.wpcf7-submit,
.cf7mls_back.action-button {
	display: inline-block; border: 0; outline: 0; cursor: pointer;
	padding: 0.875rem 3.75rem; border-radius: 0.625rem; color: #ffffff; background: #DC022B;
	font-size: 1.75rem; line-height: 1.42; font-weight: 700;
	transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
}
.btn:not(.arc-en-ciel .btn):hover, 
.cf7mls-btns .cf7mls_next.action-button:hover,
form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover { 
    background: #ffffff; color: #DC022B; box-shadow: 0px 0px 0.625rem rgba(102, 102, 102, .6); 
}
.cf7mls_back.action-button { color: #DC022B; background: transparent; margin: 0.875rem 1rem 0.875rem 0; padding: 0 0; }

.btn--small { font-size: 1.25rem; padding: 0.625rem 2.75rem; }
.btn--white { background: #ffffff; color: #DC022B; }
.btn--whatsapp { background: #25D366; padding-top: 0.8125rem; padding-bottom: 0.8125rem; }
.btn--whatsapp:not(.arc-en-ciel .btn):hover { background: #25D366; color: #ffffff; }
.btn__icon { display: inline-block; vertical-align: middle; margin-left: 1.125rem; height: 2.4375rem; width: auto; }

.arrow-link { 
	display: inline-block; font-size: 1.75rem; line-height: 1.07; font-weight: 600; 
	color: #DC022B; cursor: pointer; 
}
.arrow-link::after {
	content: ""; display: inline-block; vertical-align: middle; margin-left: 0.875rem;
	width: 1.0625rem; height: 0.875rem; background-image: url(../img/arrow-right-red.svg);
	background-size: 100% 100%; background-repeat: no-repeat;
	transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
}
.arrow-link--white { color: #ffffff; }
.arrow-link--white::after  { color: #ffffff; background-image: url(../img/arrow-right-white.svg); }
.arrow-link:hover::after { margin-left: 1rem; }
/* Buttons End */

/* Slick */
/* Slider */
.slick-slider {
  position: relative; display: block; box-sizing: border-box; -webkit-user-select: none;
  -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none;
  -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;
}
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; width: 100%; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
}
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: inline-block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-disabled { opacity: 0 !important; cursor: auto; pointer-events: none; }
.slick-arrow { 
    position: absolute; z-index: 2; top: 50%; right: 0; width: 6.125rem; 
    opacity: 0.3; transform: translateY(-50%); cursor: pointer;
}
.slick-arrow img { display: block; width: 100%; height: auto; }
.slick-arrow.slick-prev { right: unset; left: 0; }
.slick-arrow.slick-prev img { transform: rotate(180deg); }
.slick-arrow:hover { opacity: 1; }
/* Dots */
.slick-dots {
  position: absolute; bottom: 0px; display: block; width: 100%; padding: 0; 
  margin: 0; list-style: none; text-align: center;
}
.slick-dots li { position: relative; display: inline-block; margin: 0 0.5rem; padding: 0; cursor: pointer; }
.slick-dots li button {
  font-size: 0; line-height: 0; display: block; width: 1.375rem; height: 1.375rem; border-radius: 50%;
  cursor: pointer; color: transparent; border: 0; outline: none; background: #CFCFE0; opacity: 0.35;
  transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; 
  -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
}
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; opacity: 1; }
.slick-dots li.slick-active button { opacity: 1; }
/* Slick */
/* Slider */

.full-span-video video { position: absolute; top: 0; left: 0; width: 100%; height: auto; margin: auto; z-index: 1; }
.full-span-video video.portrait { 
    width: auto; height: 100%; top: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);
}

/* AOS CSS */
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos]{pointer-events:none}[data-aos].aos-animate{pointer-events:auto}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}@media screen{html:not(.no-js) [data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;-webkit-transform:none;transform:none}html:not(.no-js) [data-aos=fade-up]{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}html:not(.no-js) [data-aos=fade-up-right]{-webkit-transform:translate3d(-100px,100px,0);transform:translate3d(-100px,100px,0)}html:not(.no-js) [data-aos=fade-up-left]{-webkit-transform:translate3d(100px,100px,0);transform:translate3d(100px,100px,0)}html:not(.no-js) [data-aos=fade-down-right]{-webkit-transform:translate3d(-100px,-100px,0);transform:translate3d(-100px,-100px,0)}html:not(.no-js) [data-aos=fade-down-left]{-webkit-transform:translate3d(100px,-100px,0);transform:translate3d(100px,-100px,0)}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}html:not(.no-js) [data-aos=zoom-in]{-webkit-transform:scale(.6);transform:scale(.6)}html:not(.no-js) [data-aos=zoom-in-up]{-webkit-transform:translate3d(0,100px,0) scale(.6);transform:translate3d(0,100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-down]{-webkit-transform:translate3d(0,-100px,0) scale(.6);transform:translate3d(0,-100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-right]{-webkit-transform:translate3d(-100px,0,0) scale(.6);transform:translate3d(-100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-left]{-webkit-transform:translate3d(100px,0,0) scale(.6);transform:translate3d(100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-out]{-webkit-transform:scale(1.2);transform:scale(1.2)}html:not(.no-js) [data-aos=zoom-out-up]{-webkit-transform:translate3d(0,100px,0) scale(1.2);transform:translate3d(0,100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-down]{-webkit-transform:translate3d(0,-100px,0) scale(1.2);transform:translate3d(0,-100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-right]{-webkit-transform:translate3d(-100px,0,0) scale(1.2);transform:translate3d(-100px,0,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-left]{-webkit-transform:translate3d(100px,0,0) scale(1.2);transform:translate3d(100px,0,0) scale(1.2)}html:not(.no-js) [data-aos^=slide][data-aos^=slide]{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;visibility:hidden}html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate{visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}html:not(.no-js) [data-aos=slide-up]{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}html:not(.no-js) [data-aos=slide-down]{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}html:not(.no-js) [data-aos=slide-right]{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}html:not(.no-js) [data-aos=slide-left]{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}html:not(.no-js) [data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}html:not(.no-js) [data-aos=flip-left]{-webkit-transform:perspective(2500px) rotateY(-100deg);transform:perspective(2500px) rotateY(-100deg)}html:not(.no-js) [data-aos=flip-left].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-right]{-webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)}html:not(.no-js) [data-aos=flip-right].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-up]{-webkit-transform:perspective(2500px) rotateX(-100deg);transform:perspective(2500px) rotateX(-100deg)}html:not(.no-js) [data-aos=flip-up].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}html:not(.no-js) [data-aos=flip-down]{-webkit-transform:perspective(2500px) rotateX(100deg);transform:perspective(2500px) rotateX(100deg)}html:not(.no-js) [data-aos=flip-down].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}}
/* AOS CSS End */

body[data-aos-delay='3500'] [data-aos],
[data-aos][data-aos][data-aos-delay='3500'] {
	transition-delay: 3500ms;
}
body[data-aos-delay='4000'] [data-aos],
[data-aos][data-aos][data-aos-delay='4000'] {
	transition-delay: 4000ms;
}
[data-aos=slide-in-left] { 
	transform: translateX(-100%); opacity: 0; transition-property: transform, opacity;
}
[data-aos=slide-in-left].aos-animate {
    transform: translateX(0%); opacity: 1;
}

/* Form Elements */
.grecaptcha-badge { opacity: 0; pointer-events: none; }
input[type="text"], input[type="email"], input[type="password"],
input[type="number"], input[type="tel"], select, textarea { 
	display: block; width: 100%; background: #ffffff; color: #1A171B; outline: 0;
	padding: 0.875rem 1.25rem; border-radius: 0.625rem; border: 1px solid #707070;
	font-size: 1.375rem; line-height: 1.36;
}
select { 
    background-image: url(../img/AF-dropdown.svg); background-repeat: no-repeat; background-size: 0.75rem auto; 
    padding-right: 2.25rem; background-position: right 1.25rem top 50%; cursor: pointer; 
    -moz-appearance: none; -webkit-appearance: none;
}
textarea { resize: none; } 
input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder { color: #1A171B; opacity: 1; }
input:-moz-placeholder,
textarea:-moz-placeholder { color: #1A171B; opacity: 1; }
input::-moz-placeholder,
textarea::-moz-placeholder { color:  #1A171B; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { color: #1A171B; opacity: 1; }
input::-ms-input-placeholder,
textarea::-ms-input-placeholder { color: #1A171B; opacity: 1; }
input::placeholder,
textarea::placeholder { color: #1A171B; opacity: 1; }

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item { position: relative; margin: 0 0 1rem; }
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"],
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] { 
    position: absolute; top: 0; left: 0; width: 2.062rem; height: 2.062rem; opacity: 0;
}
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] + span,
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] + span { padding: 0.375rem 0 }
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] + span::before,
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] + span::before {
    display: inline-block; vertical-align: middle; width: 2.062rem; height: 2.062rem; 
    border-radius: 0.3125rem; border: 1px solid #707070; margin-top: -0.375rem;
    flex-shrink: 0; background-color: #ffffff; background-repeat: no-repeat; 
    background-position: center; background-size: 1.375rem; margin-right: 0.75rem;
}
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked + span::before,
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + span::before {
    background-image: url(../img/icon-tick.svg);
}
/* Form Elements End */

/* Image Elements */
.image__w { width: 100%; position: relative; }
.image__w img { position: relative; display: block; width: 100%; height: auto; }
.image__w.auto img { margin: auto; }

.video__w { width: 100%; background-color: #888888; background-repeat: no-repeat; background-size: cover; background-repeat: no-repeat; }
.video__w video { 
    display: block; width: 100% !important; height: auto; background: #fefefe; font-size: unset !important; 
    margin: unset; text-indent: unset; border-radius: unset; animation: unset;
}
.video__w video.loading::before, 
.video__w video.loading::after { display: none !important; }
/* Image Elements End */

.tooltip-message {
    color: #ffffff; background-image: url(../img/bg-contact-message.svg); background-repeat: no-repeat;
    background-size: 100% 100%; 
}
.text-red { color: #DC022B; }
.text-underline { text-decoration: underline; }
.disable-click { pointer-events: none; }
.simple-page a[href] { color: #DC022B; text-decoration: underline; }

/* AEC */
.arc-en-ciel { font-family: 'Source Sans Pro', sans-serif !important; }
.arc-en-ciel courses-title { display: none; }
.arc-en-ciel .course-list-header { display: none; }
.arc-en-ciel h3:not(.custom-template h3) { 
    font-family: 'Source Sans Pro', sans-serif !important; font-weight: 700 !important; 
}
.arc-en-ciel class-card, .arc-en-ciel course-card, .arc-en-ciel reservation-card, .arc-en-ciel .course-card {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.exam-preparation__resources__each__aec .arc-en-ciel side-bar-filter { display: none; }
.exam-preparation__resources__each__aec .arc-en-ciel courses-list { width: 100%; }
/* AEC End */

/* GDPR Cookie Policy */
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button { border-radius: 0.3125rem; font-weight: 600; }
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button.wt-cli-accept-all-btn { background: #DC022B !important; }
.cli-tab-footer .wt-cli-privacy-accept-btn { background: #DC022B; border-radius: 0.3125rem; font-weight: 600; }
.cli-switch input:checked + .cli-slider { background: #DC022B; }
/* GDPR Cookie Policy End */
/* Common Elements End */

/* Header */
header.website-header {
    position: fixed; top: 0; left: 0; width: 100%; z-index: 3; background: #FFFFFF; color: #1A171B; 
    font-size: 1.25rem; line-height: 1.25; z-index: 1000; box-shadow: 0px 1px 5px rgba(102, 102, 102, 0.6);
    transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; 
    -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
}
header.website-header.scrolled.slide-up { transform: translateY(-100%); -webkit-transform: translateY(-100%); }
header.website-header ul li a { 
    position: relative; font-weight: 700;
    transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
}
header.website-header .menu-item-has-children > a { 
    display: inline-block; padding-right: 1.25rem; position: relative;
}
header.website-header .menu-item-has-children > a::after { 
    content: ''; position: absolute; background-image: url(../img/AF-dropdown.svg); background-repeat: no-repeat; 
    background-position: center; background-size: 0.75rem; width: 0.75rem; height: 100%; top: 55%; right: 0; 
    transform: translateY(-50%) rotate(0); 
    transition: rotate .5s ease-in-out; -webkit-transition: rotate .5s ease-in-out;
    -moz-transition: rotate .5s ease-in-out; -o-transition: rotate .5s ease-in-out;
}
header.website-header .menu-item-has-children > a:hover { color: #DC022B; }
header.website-header .menu-item-has-children > a.open::after { transform: translateY(-50%) rotate(180deg); }

.header__content { position: relative; background: #ffffff; }
.header__inner { justify-content: space-between; align-items: center; }
.header__logo { margin-top: 1.25rem; margin-bottom: 1.25rem; display: block; }
.header__logo img { display: block; position: relative; width: 22.125rem; height: auto; }
/*To prevent header jumping when image loads*/
.header__logo img.lazy { min-height: 5.2502rem; }
.header__logo img.lazy.loaded { min-height: unset; }
.header__nav { margin-left: 5rem; display: flex; align-items: stretch; }
.header__nav > div { display: flex; align-items: stretch; }
.header__nav ul { list-style: none; padding: 0; margin: 0;  }
.header__nav .menu { display: flex; align-items: stretch; position: relative; background: #ffffff; }
.header__nav .menu li a:hover { color: #DC022B; }
.header__nav .menu > li { padding: 0 1rem; display: flex; align-items: center; }
.header__nav .menu > li > ul { 
    position: absolute; top: 100%; list-style: none; background: #F2F2F2; padding: 2rem 1rem 1rem; 
    width: 100%; left: 0; list-style: none; transform: translateY(-100%); z-index: -1;
    transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
}

.header__nav .menu > li:hover { background: #F2F2F2; }
.header__nav .menu > li:hover > ul { transform: translateY(0%); }
.header__nav .menu > li > ul > li { padding: 0 1rem 1rem; }
.header__nav .menu > li > ul > li > a:after { display: none; }
.header__nav .menu > li > ul > li ul { padding: 1rem 1rem 0; }
.header__nav .menu > li > ul > li ul > li { margin-bottom: 1rem; }
.header__nav .menu > li > ul > li ul > li a { color: #686469; }
.header__nav .menu > li > ul > li ul > li:last-child { margin-bottom: 0; }
.header__nav .menu > li > ul > li ul > li > ul { display: none; padding-bottom: 0;}
.header__nav .menu > li > ul > li ul > li > ul li a { font-weight: normal; }

.header__icons { margin: 0 0 0 1rem; padding: 0; display: flex; align-items: center; list-style: none; }
.header__icons li { margin-right: 2.375rem; }
.header__icons li:last-child { margin-right: 0; }
.header__icons li a { display: block; position: relative; }
.header__icons li img { display: block; height: 1.625rem; width: auto; }
.header__icons li .header-menu__login img { height: 1.9375rem; cursor: pointer; }
.header__icons li .header-menu__hamburger {  
    transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; 
    -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; 
}
.header__icons li .header-menu__hamburger img { height: 1rem; cursor: pointer; }
.header__icons li .header-menu__hamburger:hover,
.header__icons li .header-menu__hamburger.open { transform: rotate(90deg);  }
.header__phone { color: #DC022B; }
.header__whatsapp { display: block; }

.hamburger-icon-open { cursor: pointer; }
.elWithHeaderPadding { padding-top: 7.5rem; }
.hide__menu { display: none; }

.hamburger-menu { 
    position: fixed; right: 0; top: 0; padding: 3.25rem 3.125rem 1.375rem; background: #F5F5F5; color: #1A171B; 
    z-index: 1000;  font-weight: 700; max-width: 25rem; width: 100%;  transform: translate(100%,-100%);
    transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; 
    -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out;
}
.hamburger-menu.open { 
    transform: translate(0%,00%);
}
.hamburger-menu ul { list-style: none; padding: 0; margin: 0; }
.hamburger-menu ul li { margin-bottom: 1rem; }
.hamburger-menu ul li a { 
    display: inline-block; padding-right: 1rem; position: relative;
    transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; display: inline-block;
    -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
}
.hamburger-menu ul .menu-item-has-children>a:after { 
    content: ''; position: absolute; background-image: url(../img/AF-dropdown.svg); background-repeat: no-repeat; 
    background-position: center; background-size: 0.75rem; width: 0.75rem; height: 100%; top: 55%;  right: -0.125rem; transform: translateY(-50%) rotate(0); 
    transition: rotate .5s ease-in-out; -webkit-transition: rotate .5s ease-in-out;
    -moz-transition: rotate .5s ease-in-out; -o-transition: rotate .5s ease-in-out;
}
.hamburger-menu ul .menu-item-has-children>a.open:after { 
    content: ''; position: absolute; background-image: url(../img/AF-dropdown.svg); background-repeat: no-repeat; 
    background-position: center; background-size: 0.75rem; width: 0.75rem; height: 100%; top: 55%; right: -0.125rem; transform: translateY(-50%) rotate(180deg);
}
.hamburger-menu ul li a:hover { color: #DC022B; }

.hamburger-menu ul > li > .sub-menu { margin: 1rem; display: none; }
.hamburger-menu .sub-menu li:last-child { margin: 0; }
.hamburger-icon__close { 
    position: absolute; top: 1.687rem; right: 2.5rem; width: 1.375rem; height: auto; display: block; cursor: pointer; 
    transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; transform: rotate(90deg);
    -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out;
}
.hamburger-icon__close:hover, .hamburger-icon__close.open { transform: rotate(0deg); }
.header-social-icons { margin-top: 2rem; }
.header-social-icons > div { margin-right: 1.25rem; }
.header-social-icons > div img { height: 2.5rem; width: auto; }

header.website-header.nav-hidden { box-shadow: none; }
header.website-header.nav-hidden.scrolled { box-shadow: 0px 1px 5px rgba(102, 102, 102, 0.6); }
header.website-header.nav-hidden .header__nav { display: none !important; }
header.website-header.nav-hidden .header-menu { display: none !important; }
/* Header End */

/* Footer */
footer { font-size: 1rem; }
.footer__container {
	position: relative; background-color: rgba(135, 136, 138, 0.10);
	padding: 4rem 6.562rem 6.25rem 5rem;
}
.footer__logo { display: block; width: 16.437rem; margin: 0 0 1.562rem; }
.footer__logo img { display: block; width: 16.437rem; height: auto; }

.footer__menu--main { border-right: 1px solid #87888A; margin-right: 2.625rem; }
.footer__menu__each { margin-right: 2.625rem; }
.footer__menu__each__heading { font-weight: 700; margin-bottom: 0.8125rem; }
.footer__menu__each ul { list-style: none; padding: 0; margin: 0; }
.footer__menu__each ul li { margin: 0 0 0.5625rem; }
.footer__menu__each ul li:last-child { margin-right: 0; }

.menu-footer-menu-container ul { padding: 0; margin: 0; list-style: none; }
.menu-footer-menu-container ul li { font-weight: 400; margin: 0 0 0.5625rem; }
.menu-footer-menu-container>ul { display: flex; align-items: flex-start;  }
.menu-footer-menu-container>ul>li { margin-right: 2.625rem; font-weight: 700; }
.menu-footer-menu-container>ul>li>a {  margin-bottom: 0.8125rem; display: block; }

.footer__menu .sub-menu li a { 
    position: relative; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
}
.footer__menu .sub-menu li a:after { 
    content: ''; position: absolute; width: 100%; height: 0; background: #DC022B; left: 0; bottom: 0px; z-index: -1;
    transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
}
.footer__menu .sub-menu li a:hover:after { height: 100%; }
.footer__menu .sub-menu li a:hover { color: #ffffff; }

.footer__menu__each--social ul li { margin-right: 1.25rem; }
.footer__menu__each--social ul li img { display: block; height: 1.875rem; width: auto; }

.footer__newsletter { max-width: 32rem; margin-left: auto; margin-top: 1.75rem; }
.footer__newsletter__head { font-size: 1.375rem; line-height: 1.36; font-weight: 700; margin-bottom: 0.6875rem; }
.footer__newsletter__excerpt { margin: 0.937rem 0; font-size: 0.625rem; line-height: 1.2; }
.footer__newsletter__form .wpcf7-form > p { margin: 0 0; }
.footer__copyright { text-align: center; padding: 2.187rem 0; color: #87888A; }
/* Footer End */

/* Banner */
.banner { 
	position: relative; z-index: 1; display: flex; flex-direction: row;
	flex-wrap: nowrap; justify-content: flex-start; align-items: stretch;
}
.banner__each { 
	position: relative; width: 100%; min-height: 30vh; height: auto;
	display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;
}
.single .banner__each { height: 70vh; }
.banner__each:nth-child(n+2) { display: none; }
.banner__each__content-wrapper { 
	position: relative; flex-grow: 1; width: 100%; padding: 4rem 8.375rem; height:100%;
    display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
}
.banner__each__content-wrapper::before {
	content:  ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0.47;
	background: transparent linear-gradient(109deg, #1A171B 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
}
.banner__video,
.banner__image { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
.banner__image img {
	position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; object-fit: cover; 
	transition: all 1.5s ease-in-out; -webkit-transition: all 1.5s ease-in-out; 
	-moz-transition: all 1.5s ease-in-out; -o-transition: all 1.5s ease-in-out;
}
.banner__image--center-center img { object-position: center center; }
.banner__image--center-top img { object-position: center top; }
.banner__image--center-bottom img { object-position: center bottom; }
.banner__image--left-center img { object-position: left center; }
.banner__image--left-top img { object-position: left top; }
.banner__image--left-bottom img { object-position: left bottom; }
.banner__image--right-center img { object-position: right center; }
.banner__image--right-top img { object-position: right top; }
.banner__image--right-bottom img { object-position: right bottom; }

.banner__each:hover .banner__image img { transform: scale(1.02); }
.banner__content { 
    position: relative; z-index: 3; color: #ffffff; text-align: left; width: 100%; 
    /*max-width: 40.625rem;*/ max-width: 65rem; /* 850/16 = refer about page title width */
}
.banner__breadcrumbs { font-weight: 700; font-size: 1.5rem; }
.banner__title { margin: 0 0 3.25rem; }
.banner__highlighted {
	padding: 2rem; max-width: 45rem; color: #ffffff;
	background: transparent linear-gradient(270deg, #DC022B 0%, #9B215C 100%) 0% 0% no-repeat padding-box; 
}
.banner__highlighted--mobile { display: none; }
.banner__description { font-size: 2.625rem; line-height: 1.14; font-weight: 700; }
.banner__description p { margin: 0 0; }
.banner__cta { margin: 1.575rem 0 0; }

/* Banner with Form */
.banner__content--with-form { max-width: 100%; }
.banner__form--mobile { display: none; }
.banner__form__content {
    padding: 2.5rem 3.5rem; color: #ffffff;
    background: transparent linear-gradient(270deg, #DC022B 0%, #9B215C 100%) 0% 0% no-repeat padding-box; 
}
.banner__form--desktop { transform: translateY(40%); }
.banner__form .form-wrapper { margin: 0 -0.781rem; }
.banner__form__title { font-size: 1.75rem; font-weight: 600; }
.banner_form_description p:first-child { margin-top: 0; }
.banner_form_description p:last-child { margin-bottom: 0; }
/* Banner with Form End */
/* Banner End */

/**Home Page**/

/* About Center Section Start */
.about-center { padding: 5.25rem 0 1.375rem; }
.about-center__excerpt { max-width: 43.5625rem; width: 100%; margin-left: 11.875rem; margin-top: 8.562rem; position: relative; z-index: 9; }
.about-center__excerpt__head { font-size: 2.625rem; line-height: 1.14; font-weight: 700; margin: 0 0 0.6875rem;  }
.about-center__image { max-width: 78rem; width: 100%; height: 41.4375rem; margin: -15rem auto 1.875rem; position: relative; }
.about-center__image img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: contain; }
.about-center__content__inner { max-width: 78rem; width: 100%; margin: auto; }
.about-center__content__each__details { color: #DC022B; font-family: 'Bodoni Seventytwo ITC'; font-size: 1.75rem; margin-bottom: 1.25rem; }
.about-center__content__each__details strong { font-size: 3.562rem; display: block; line-height: 1; font-weight: normal; }
.about-center__content__each__icon { max-width: 6.25rem;  }
.about-center__content__each__icon img { max-width: 100%; width: auto; height: auto; display: block; margin: auto; }
.team__listing .slick-arrow { 
    position: absolute; z-index: 2; top: 50%; right: -5.75rem; width: 6.125rem; 
    opacity: 0.3; transform: translateY(-50%); cursor: pointer;
}
.team__listing .slick-arrow img { width: 75%; }
.team__listing .slick-arrow.slick-prev { right: unset; left: -4rem; }
/* About Center Section End */

/* Course Type Section Start */
.course-type-container { padding: 4.375rem 0 2.3125rem; }
.course-type__title { margin: 0 0 8rem; display: inline-block; }
.course-type__title p { margin: 0; }
.course-type__title strong { 
    color: #DC022B; font-size: 2.812rem; line-height: 1; text-align: right; 
    display: block; margin-top: -0.625rem;
    transform: matrix(0.99, -0.12, 0.12, 0.99, 0, 0); transform-origin: right; 
}
.course-type-content { width: 100%; max-width: 61.5625rem; margin: 2rem auto 0; }
.course-type__each { display: block; cursor: pointer; position: relative; margin-bottom: 3.437rem; }
.course-type__each__wrapper { padding: 1.5rem 1.625rem 2.125rem; border: 1px solid #87888A;  }
.course-type__each__detail { font-size: 2rem; line-height: 1; font-family: 'Bodoni Seventytwo ITC'; }
.course-type__each__detail p { margin: 0 0; }
.course-type__each__detail strong { font-size: 3rem; font-weight: normal; }
.course-type-content .text-center strong { display: inline; }
.course-type__each__image { margin-bottom: 1.875rem; }
.course-type__excerpt { font-size: 2rem; line-height: 1.2; margin-bottom: 3.25rem; }
.course-type__excerpt img { width: 6.25rem; height: auto; display: block; margin-right: 2rem; }
/* Course Type Section End */

/* Promotional Banner Section Start */
.home-promotional-banner .promotional-banner-container { margin: 3.75rem 0; }
.promotional-banner-container { min-height: 47.75rem; position: relative; padding: 6.375rem 6rem 0 0; text-align: right; }
.promotional-banner__image { position: absolute; z-index: 1; top: 0;left: 0; width: 100%; height: 100%; overflow: hidden;}
.promotional-banner__image img { position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; }
.promotional-banner__content { 
    background: transparent linear-gradient(270deg, #DC022B 0%, #9B215C 100%) 0% 0% no-repeat padding-box; text-align: left;
    padding: 1.625rem 3.5rem 2.5rem; color: #ffffff; display: inline-block; max-width: 48.875rem; position: relative; z-index: 9;
}
.promotional-banner__title p { margin: 0; }
.promotional-banner__heading { font-size: 2.625rem; line-height: 1.14; font-weight: 700; margin: 1.25rem 0 3.75rem; }
.promotional-banner__heading p { margin: 0; }
/* Promotional Banner Section End */

/* Exams Section Start */
.exam-container{ padding: 9.56rem 10.937rem 0; }
.exam-content__head { font-size: 2.625rem; line-height: 1.14; font-weight: 700; margin-bottom: 2.812rem; }
.exam-categories { margin-top: 1.875rem; padding-right: 3rem; }
.exam-categories__each { padding: 0 0.625rem; }
.exam-categories__each__inner { position: relative; padding: 1.875rem 1.5rem 3.75rem; }
.exam-categories__each__inner>a { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.exam-categories__each__image {  margin-bottom: 0.5rem; }
.exam-categories__each__name { color: #DC022B; font-weight: 1.125rem; line-height: 1; margin-bottom: 1rem; font-weight: 700; }
.exam-categories__each__inner:after { 
    content: ''; position: absolute; width: 110%; height: 100%; left: -5%; top: 0; z-index: -1; opacity: 0; 
    background-image: url(../img/bg-exam-hover.svg); background-repeat: no-repeat; background-size: 100% 100%;  
    transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; 
    -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; 
}
.exam-categories__each__inner.active:after, .exam-categories__each__inner:hover:after { opacity: 1; }
/* Exams Section End */

/* Events Activities Section Start */
.events-activities-container { padding: 8.875rem 11.625rem 11.625rem; }
.events-activities__head { font-size: 2.625rem; line-height: 1.14; font-weight: 700; margin-bottom: 2.187rem; }
.events-activities__image { position: relative; }
.events-activities__image img {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; 
    opacity: 0; pointer-events: none;
    transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; 
}
.events-activities__image img:first-child { position: relative; height: auto; }
.events-activities__image img.active { 
    opacity: 1; pointer-events: auto; 
    transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; 
    -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; 
}
.events-activities-content { padding-left: 4.5rem; }
.events-activities__image:before { 
    content: ''; position: absolute; width: 100%; height: 2.687rem; left: 0; top: -1rem; transform: translateY(-100%);
    background: url(../img/icon-bottom-twist-line.svg) no-repeat; background-position: center; background-size: contain;
}
.events-activities__image:after { 
    content: ''; position: absolute; width: 100%; height: 3.375rem; left: 0; bottom: -1rem; transform: translateY(100%);
    background: url(../img/icon-top-twist-line.svg) no-repeat; background-position: center; background-size: contain;
}
.events-activities__descp{ max-width: 46.5rem; }
.events-activities__descp strong { display: block; }
.events-activities__descp__icon {  margin-top: 1rem; }
.events-activities__descp__icon .book-icon { width: 3.75rem; height: auto; margin-right: 1.125rem; }
.events-activities__categories { margin: 2.5rem -1.375rem 0;  }
.events-activities__categories__each { padding: 0 1.375rem; }
.events-activities__categories__each__inner { display: inline-block; text-align: center; position: relative; cursor: pointer; }
.events-activities__categories__each__image { 
    position: relative; width: 8.375rem; margin: 0 auto 0.5rem;
}
.events-activities__categories__each__image > div {
    position: relative; padding-bottom: 109.756%;
}
.events-activities__categories__each__image > div > div {
    position: absolute; bottom: 0; left: 0; width: 100%; padding: 1rem 1rem 1.5rem;
}
.events-activities__categories__each__image img { 
    display: block; width: 100%; height: auto; 
}
.events-activities__categories__each__image > div > div:before {
    content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1; opacity: 0;
    background-image: url(../img/bg-category-hover.svg); background-repeat: no-repeat; background-size: 100% 100%; 
    transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; 
    -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; 
}
.events-activities__categories__each__inner:hover .events-activities__categories__each__image > div > div:before { 
    opacity: 1; 
}
.events-activities__categories__each__name { font-size: 3.562rem; line-height: 0.75; color: #DC022B; font-family: 'Bodoni Seventytwo ITC'; }
/* Events Activities Section End */

.home-learning-journey { padding: 4.5rem 0 8rem; }
/* Learning Journey */
.learning-journey__intro { max-width: 50.375rem; }
.learning-journey__excerpt { font-weight: 600; font-size: 1.75rem; }
.learning-journey__steps { max-width: 66.875rem; padding-top: 12rem; padding-bottom: 20.25rem; }
.learning-journey__steps > div { position: relative; }
.learning-journey__steps__line { display: block; width: 100%; }
.learning-journey__steps__each { 
    position: absolute; top: 50%; margin-top: -0.3125rem; width: 0.625rem; height: 0.625rem; border-radius: 50%;
    background: #1A171B;
}
.learning-journey__steps__each__icon { 
    position: absolute; bottom: 100%; margin-bottom: 1.25rem; left: 50%; transform: translateX(-50%);
    font-size: 2.8125rem; line-height: 1.6; padding: 0.1875rem 0.9375rem;
    display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
}
.learning-journey__steps__each__icon::before,
.learning-journey__steps__each__icon::after {
    opacity: 0; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; 
    -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
}
.learning-journey__steps__each__icon:hover::before,
.learning-journey__steps__each__icon:hover::after {
    opacity: 1;
}
.learning-journey__steps__each__icon__bg {
    position: absolute; z-index: -1; top: 0; right: 0; width: 109%; height: 108%;
    background-size: 100% 100%; background-repeat: no-repeat;
}
.learning-journey__steps__each__hint { 
    position: absolute; top: 100%; left: 50%; margin-left: -4.375rem; width: 8.75rem;
    text-align: center; font-size: 1rem;
}
.learning-journey__steps__each__hint__title { font-size: 1.125rem; font-weight: 700; margin: 0.375rem 0; }
.learning-journey__each__tooltip { 
    position: absolute; top: 7.5rem; left: 0; width: 45rem; font-size: 1rem; line-height: 1.125;
    background: #EAEAEB; padding: 2.625rem 3.75rem; opacity: 0; pointer-events: none;
    transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; 
    -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
}
.learning-journey__each__tooltip::before {
    content:  ""; position: absolute; bottom: 100%; left: 50%; margin-left: -0.4375rem;
    width: 0; height: 0; border-left: 0.9375rem solid transparent; border-right: 0.9375rem solid transparent;
    border-bottom: 0.9375rem solid #EAEAEB;
}
.learning-journey__steps__each:hover .learning-journey__each__tooltip {
    opacity: 1; pointer-events: auto;
}
.learning-journey__each__tooltip__title { 
    font-family: 'Source Sans Pro', sans-serif; font-weight: 600; margin: 0 0 0.75rem; 
}
.learning-journey__each__tooltip strong { font-size: 1.125rem; line-height: 1; }

/* 1st */
.learning-journey__steps__each:nth-child(2) { left: 2.5rem; }
.learning-journey__steps__each:nth-child(2) .learning-journey__steps__each__icon__bg {
    background-image: url('../img/Learning-Journey/l1-bg.svg');
}
.learning-journey__steps__each:nth-child(2) .learning-journey__steps__each__icon[data-hours]::before {
    content: ""; position: absolute; bottom: 100%; left: 3.375rem;
    width: 5.875rem; height: 2.625rem; background-image: url(../img/Learning-Journey/l1-before.svg);
    background-size: 100% 100%; background-repeat: no-repeat;
}
.learning-journey__steps__each:nth-child(2) .learning-journey__steps__each__icon[data-hours]::after {
    content: attr(data-hours); color: #1A171B; position: absolute; bottom: 100%; margin-bottom: 2.5rem; left: 2.5rem;
    width: 8.125rem; font-size: 1.6875rem; line-height: 1;
}
.learning-journey__steps__each:nth-child(2) .learning-journey__each__tooltip {
    margin-left: -2.5rem;
}
.learning-journey__steps__each:nth-child(2) .learning-journey__each__tooltip::before {
    left: 2.5rem;
}
/* 1st End */
/* 2nd */
.learning-journey__steps__each:nth-child(3) { left: 10.8125rem; background: #740D10; }
.learning-journey__steps__each:nth-child(3) .learning-journey__steps__each__icon {
    color: #740D10; padding: 0.5rem 1.1875rem;
}
.learning-journey__steps__each:nth-child(3) .learning-journey__steps__each__icon__bg {
    background-image: url('../img/Learning-Journey/l2-bg.svg');
}
.learning-journey__steps__each:nth-child(3) .learning-journey__steps__each__icon[data-hours]::before {
    content: ""; position: absolute; bottom: 90%; left: 4.1875rem;
    width: 8.6875rem; height: 5rem; background-image: url(../img/Learning-Journey/l2-before.svg);
    background-size: 100% 100%; background-repeat: no-repeat;
}
.learning-journey__steps__each:nth-child(3) .learning-journey__steps__each__icon[data-hours]::after {
    content: attr(data-hours); color: #1A171B; position: absolute; bottom: 100%; margin-bottom: 4.0625rem; left: 4.625rem;
    width: 8.125rem; font-size: 1.6875rem; line-height: 1;
}
.learning-journey__steps__each:nth-child(3) .learning-journey__steps__each__hint__title,
.learning-journey__steps__each:nth-child(3) .learning-journey__each__tooltip__title,
.learning-journey__steps__each:nth-child(3) .learning-journey__each__tooltip strong {
    color: #740D10;
}
.learning-journey__steps__each:nth-child(3) .learning-journey__each__tooltip {
    margin-left: -10.75rem;
}
.learning-journey__steps__each:nth-child(3) .learning-journey__each__tooltip::before {
    left: 10.75rem;
}
/* 2nd End */
/* 3rd */
.learning-journey__steps__each:nth-child(4) { left: 22.875rem; background: #A9005D; }
.learning-journey__steps__each:nth-child(4) .learning-journey__steps__each__icon {
    color: #A9005D; padding: 0.8125rem 1.4375rem;
}
.learning-journey__steps__each:nth-child(4) .learning-journey__steps__each__icon__bg {
    background-image: url('../img/Learning-Journey/l3-bg.svg');
}
.learning-journey__steps__each:nth-child(4) .learning-journey__steps__each__hint__title,
.learning-journey__steps__each:nth-child(4) .learning-journey__each__tooltip__title,
.learning-journey__steps__each:nth-child(4) .learning-journey__each__tooltip strong {
    color: #A9005D;
}
.learning-journey__steps__each:nth-child(4) .learning-journey__each__tooltip {
    margin-left: -13.125rem;
}
.learning-journey__steps__each:nth-child(4) .learning-journey__each__tooltip::before {
    left: 13.125rem;
}
/* 3rd End */
/* 4th */
.learning-journey__steps__each:nth-child(5) { left: 34.875rem; background: #A9005D; }
.learning-journey__steps__each:nth-child(5) .learning-journey__steps__each__icon {
    color: #A9005D; padding: 1.125rem 1.6875rem;
}
.learning-journey__steps__each:nth-child(5) .learning-journey__steps__each__icon__bg {
    background-image: url('../img/Learning-Journey/l4-bg.svg');
}
.learning-journey__steps__each:nth-child(5) .learning-journey__steps__each__hint__title,
.learning-journey__steps__each:nth-child(5) .learning-journey__each__tooltip__title,
.learning-journey__steps__each:nth-child(5) .learning-journey__each__tooltip strong {
    color: #A9005D;
}
.learning-journey__steps__each:nth-child(5) .learning-journey__each__tooltip {
    margin-left: -21.875rem;
}
.learning-journey__steps__each:nth-child(5) .learning-journey__each__tooltip::before {
    left: 21.875rem;
}
/* 4th End */
/* 5th */
.learning-journey__steps__each:nth-child(6) { left: 45rem; background: #DC022B; }
.learning-journey__steps__each:nth-child(6) .learning-journey__steps__each__icon {
    color: #DC022B; padding: 1.4375rem 1.9375rem;
}
.learning-journey__steps__each:nth-child(6) .learning-journey__steps__each__icon__bg {
    background-image: url('../img/Learning-Journey/l5-bg.svg');
}
.learning-journey__steps__each:nth-child(6) .learning-journey__steps__each__hint__title,
.learning-journey__steps__each:nth-child(6) .learning-journey__each__tooltip__title,
.learning-journey__steps__each:nth-child(6) .learning-journey__each__tooltip strong {
    color: #DC022B;
}
.learning-journey__steps__each:nth-child(6) .learning-journey__each__tooltip {
    margin-left: -28.125rem;
}
.learning-journey__steps__each:nth-child(6) .learning-journey__each__tooltip::before {
    left: 28.125rem;
}
/* 5th End */
/* 6th */
.learning-journey__steps__each:nth-child(7) { left: 56.8125rem; background: #DC022B; }
.learning-journey__steps__each:nth-child(7) .learning-journey__steps__each__icon {
    color: #DC022B; padding: 1.75rem 2.1875rem;
}
.learning-journey__steps__each:nth-child(7) .learning-journey__steps__each__icon__bg {
    background-image: url('../img/Learning-Journey/l6-bg.svg');
}
.learning-journey__steps__each:nth-child(7) .learning-journey__steps__each__hint__title,
.learning-journey__steps__each:nth-child(7) .learning-journey__each__tooltip__title,
.learning-journey__steps__each:nth-child(7) .learning-journey__each__tooltip strong {
    color: #DC022B;
}
.learning-journey__steps__each:nth-child(7) .learning-journey__each__tooltip {
    margin-left: -37.5rem;
}
.learning-journey__steps__each:nth-child(7) .learning-journey__each__tooltip::before {
    left: 37.5rem;
}
/* 6th End */
/* Learning Journey End */

/* Community Section Start */
.testimonial-container { background: #F3F3F3; padding: 5.75rem 0 10.312rem; position: relative; }
.testimonial-container.white { background: #ffffff; }
.testimonial-container .head-wrapper { display: inline-block; position: relative; }
.testimonial-container .france-flag { position: absolute; top: 50%; transform: translate(100%,-50%); right: -2.625rem; width: 7.5rem; height: auto; display: block; }
.testimonial-inner { position: relative; max-width: 107.25rem; padding: 0 6.125rem; margin-top: 3.75rem; }
.testimonial-each-item { padding: 0 5rem; }
.testimonial-each-item__quote { color: #E00133; font-size: 2rem; line-height: 1.1; margin-bottom: 2rem; font-family: 'Bodoni Seventytwo ITC'; }
.testimonial-each-item__quote p { margin: 0; display: inline; }
.testimonial-each-item__detail { font-size: 1rem; margin-bottom: 1.125rem; line-height: 1.125; }
.testimonial-each-item__detail strong { display: block; }
.testimonial-each-item__image { max-width: 10.5rem; }
.testimonial-inner .slick-slide { vertical-align: top; }
/* Community Section End */

/* Google Review Section Start */
.google-review-container { background: rgba(135, 136, 138, 0.20); padding: 4.5rem 0; } 
.google-review__each { padding: 0 3.187rem; position: relative; }
.google-review__each:before { 
    content: ''; position: absolute; width: 1px; background: #707070; height: 125%; left: -1px; 
    top: 50%; transform: translateY(-50%); 
}
.google-review__content { padding-left: 1.25rem; }
.google-review__logo img { max-width: 7.812rem; height: auto; }
.google-review__stars { text-align: center; }
.google-review__stars img { display: block; width: 0.875rem; height: auto; margin: 0.3125rem; }
.google-review__comment { font-size: 1.562rem; line-height: 1.2; }
.google-review__comment p { display: inline; margin: 0; }
.google-review__author { margin-top: 0.375rem; }
/* Google Review Section End */

.home-featured-grid { padding: 4.5rem 0 }
/* Student Community Section */
.student-community-content__title { font-weight: 600; font-family: inherit; }
.student-community-content { padding: 0 2.062rem; margin: 3.125rem 0; }
.student-community__each { position: relative; }
.student-community__each img { width: 100%; height: auto; display: block; }
.student-community-right { height: 100%; }
.student-community-right__column { display: flex; flex-direction: column; justify-content: space-between; }
.student-community__each__content { 
    position: absolute; bottom: 1.5rem; left: 1.5rem; z-index: 1; padding: 1.5rem; color: #ffffff;
    background: transparent linear-gradient(270deg, #DC022B 0%, #9B215C 100%) 0% 0% no-repeat padding-box; 
    display: inline-block; max-width: 20.187rem; opacity: 0;
    transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; 
    -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; 
}
img.loaded + .student-community__each__content { opacity: 1; }
.student-community__each__content--small { max-width: 14rem; }
.student-community__each__head { font-size: 1.75rem; font-weight: 700; line-height: 1.2; } 
.student-community-link {  font-weight: 600; font-size: 1.75rem; }
/* Student Community Section End */

/* Partner Section */
.partners { padding: 7.5rem 0; }
.partners__title { font-family: inherit; font-weight: 600; margin: 0 0 3.125rem; }
.partners__slider { position: relative; max-width: 117rem; padding: 0 6.125rem; }
.partners__slider__list .slick-track { display: flex; align-items: center; }
.partners__slider__item { padding: 0 1.25rem; }
.partners__slider__item a { display: block; }
.partners__slider__item a[href=""] { pointer-events: none; }
/* Partner Section End */
/* Home Page End */

/* Contact Section */
.contact-form-container { 
    background: rgba(135, 136, 138, 0.20); padding: 9.5rem 0px 8.375rem;
    position: relative; margin-top: 5.937rem; 
}
.contact-form-container .left-bg { 
    content: ''; position: absolute; z-index: 1; height: 100%; width: 28rem; left: 0; top: 0; 
}
.contact-form-container .left-bg__content { 
    position: absolute; z-index: 1; height: 100%; width: 100%; left: 0; top: 0; 
    background: url(../img/icon-burj-contact-sec.svg) no-repeat; 
    background-position: 100% 46%; background-size: 100%;  
}
.contact-form-container .right-bg { 
    content: ''; position: absolute; z-index: 1; height: 100%; width: 28rem; right: 0; top: 0; 
}
.contact-form-container .right-bg__content { 
    position: absolute; z-index: 1; height: 100%; width: 100%; left: 0; top: 0; 
    background: url(../img/icon-eifel-contact-sec.svg) no-repeat; 
    background-position: 100% 65%; background-size: 100%;
}
.contact-form__short-descp { margin-top: 1rem; }
.contact-form__short-descp h3 { font-size: 2.125rem; font-weight: 600; font-family: inherit; margin: 3.875rem 0 2.5rem;  }
.contact-form-inner { max-width: 60rem; margin: auto; position: relative; z-index: 2; }
.contact-form__message-sticker { 
    font-family: 'Bodoni Seventytwo ITC'; font-size: 1.75rem; line-height: 1.2; 
    position: absolute; right: 2.625rem; top: 0; transform: translateY(-50%);
    max-width: 22rem; padding: 4rem 3.562rem 5.312rem; z-index: 9;
}
.contact-form__message-sticker--main { transform: translateY(50%); }
.contact-form__message-sticker__title { font-size: 2.75rem; }

.form-field { padding: 0 0.781rem 1.562rem; position: relative; }
.form-field__label { font-weight: 600; margin: 0 0 0.25rem; }
.form-field img { margin: 1rem 0; max-width: 100%; width: auto; height: auto; }
.form-field p { margin: 0; }
.form-field--submit-btn-wrapper{ text-align: right; padding-bottom: 0; }
.wpcf7-form-control-wrap { display: flex; flex-direction: column; }
.wpcf7 .ajax-loader { display: block; position: absolute; right: 0; bottom: 30px; }
.wpcf7-not-valid-tip { margin: 0.5rem 0 0; }
.fieldset-cf7mls-wrapper .wpcf7-not-valid-tip { font-size: inherit; }
.wpcf7-spinner { display: none; }
form.submitting .wpcf7-spinner { display: inline-block; }
.cf7mls-btns .cf7mls_next.action-button { margin: 0 0; }
form.cf7mls input.wpcf7-form-control.wpcf7-submit { margin: 0 0; }
.fieldset-cf7mls-wrapper div.wpcf7-validation-errors .wpcf7-icon-wraning { display: none; }
.wpcf7 form .wpcf7-response-output { font-size: inherit; border-color: transparent; }
.wpcf7 form .wpcf7-response-output.wpcf7-validation-errors { border-color: red; }
form.wpcf7-form.cf7mls.sent .fieldset-cf7mls-wrapper { display: none; }

.wpcf7-word-count,
.wpcf7-character-count { display: block; text-align: right; font-size: 0.75rem; }
.wpcf7-character-count::before { content: "Caractères: "; }
/* Contact Section End */

/* Courses Page */
/* Intro Block */
.page-intro { font-size: 1.8rem; line-height: 1.43; color: #707070; }
.page-intro__content { max-width: 75rem; }
.page-intro__content p:first-child { margin-top: 0; }
.page-intro__content p:last-child { margin-bottom: 0; }
/* Intro Block End */

/* Why Us Block */
.why-us-content { display: block; width: 100%; max-width: 75rem; margin: 0 auto; }
.why-us__kpi__icon { max-width: 6.5rem; }
.why-us__kpi__text { color: #DC022B; font-size: 2.1875rem; line-height: 1.42; font-family: 'Bodoni Seventytwo ITC'; }
/* Why Us Block End */





.why-us-only {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;

  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem;
  box-sizing: border-box;
  margin-bottom: 50px;
}


.why-us-only__kpi {
  width: 200px;
  background: white;
  text-align: center;
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
 
}

.why-us-only__kpi__icon img {
  width: 90px;
  max-width: 100%;
  height: auto;
}



.why-us-only__kpi__icon {
  
  width: 100%;
  
}

.why-us-only__kpi__text {
  color: #DC022B;
  font-size: 1.5rem;
  line-height: 1.3;
  font-family: 'Bodoni Seventytwo ITC';
  width: 100%;
}


@media (max-width: 767px) {
  .why-us-only {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 1rem 0;
	margin-bottom: 30px;
  }

  .why-us-only__kpi {
    flex: 0 0 31%;
    max-width: 31%;
    padding: 0.5rem;
    gap: 0.5rem;
  }

  .why-us-only__kpi__icon img {
    width: 50px;
    height: auto;
  }

  .why-us-only__kpi__text {
    font-size: 0.85rem;
    line-height: 1.1;
  }
}

@media (max-width: 767.98px) {
  .about-center__excerpt {
    order: 1 !important;
  }

  .about-center__image {
    order: 2 !important;
    margin-top: 1.5rem; /* optional: spacing between text and image */
  }
}

@media (max-width: 767px) {
  .about-center__excerpt__head {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .about-center__excerpt {
    font-size: 1rem;
  }

  .about-center__excerpt p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .about-center__excerpt .btn {
    font-size: 1.125rem;
    padding: 0.5rem 1rem;
  }
}


























.courses-learning-journey { padding: 4.5rem 0; }

/* Level Test */
.courses-page__level-test-steps { padding-top: 4.375rem; padding-bottom: 4.375rem; }
.level-test-steps { position: relative; display: block; width: 100%; max-width: 61.5625rem; margin: 0 auto; color: #ffffff; padding: 68px 68px 116px; }
.level-test-steps__content { position: relative; z-index: 2; }
.level-test-steps__bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.level-test-steps__title { font-family: 'Source Sans Pro', sans-serif; font-weight: 600; }
.level-test-steps__list { max-width: 736px; margin: 0 auto; }
.level-test-steps__list__item__label { font-size: 1rem; }
.level-test-steps__list__item__icon { display: block; height: 3.375rem; width: auto; margin: 0 auto; }
/* Level Test End */

/* Explore Courses */
.explore-courses { background: #F3F3F3; padding-top: 7.25rem; padding-bottom: 3.875rem; }
.explore-courses__title { margin: 0 0 4.5rem; }
.explore-courses__listing { display: block; width: 100%; max-width: 105.5rem; margin: 0 auto; }
.explore-courses__item { 
    display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; 
    margin-bottom: 5.75rem;
}
.explore-courses__item > div { 
    display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;
    width: 100%; flex-grow: 1; background: #FFFFFF; border: 1px solid #87888A;
    padding: 1.5rem 1.625rem 2.125rem;
}
.explore-courses__item > div > div { display: block; width: 100%; flex-grow: 1; }
.explore-courses__item__image { display: block; width: 100%; height: auto; }
.explore-courses__item__title { font-weight: 600; font-size: 1.75rem; }
/* Explore Courses End */

.courses-become-member { margin-top: -5rem; }
/* Become Member */
.become-member { display: block; width: 100%; max-width: 92.25rem; margin: 0 auto; padding: 5rem 0; }
.become-member__content { position: relative; background: #F3F3F3; }
.become-member__image { position: relative; z-index: 1; }
.become-member__image::before {
    content: ""; position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%;
    background: transparent linear-gradient(89deg, #F3F3F3 0%, rgba(255, 255, 255, 0) 50%) 0% 0% no-repeat padding-box;
}
.become-member__image img { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.become-member__text > div { padding: 2rem 0 2.625rem 3.375rem; }
.become-member__description { font-size: 1.75rem; margin: 0 0 2.8125rem; }
.become-member__kpis { margin-bottom: 0.625rem; }
.become-member__kpis__each img { display: inline-block; vertical-align: middle; width: 3rem; height: auto; margin-right: 0.5rem; }
.become-member__kpis__each span { display: inline; vertical-align: middle; }
.become-member__kpis__each { margin-bottom: 1rem; }
/* Become Member End */

.trial-classes-aec { padding: 2.75rem 0 5.625rem; }
.trial-classes-aec__content { margin: 6.25rem 0 0; }
/* Courses Page End */

/* Exams Page */
/* Exam Why Us Block - Used on Careers as well */
.exam-why-us__title { margin: 0 0 2.125rem; }
.exam-why-us__content { display: block; width: 100%; max-width: 80.5rem; margin: 0 auto; }
.exam-why-us__image { position: relative; max-width: 60rem; margin: 0 auto; }
.exam-why-us__image__tooltip {
    position: absolute; top: 2.8125rem; left: 10.625rem; z-index: 2; max-width: 22rem; 
    padding: 2.875rem 3.5625rem 5.3125rem; font-size: 3.125rem; line-height: 0.9; font-weight: 600;
}
.exam-why-us__description { margin: 5rem 0 0; }
.exam-why-us__kpi { font-family: 'Bodoni Seventytwo ITC'; font-size: 1.75rem; line-height: 1.21; color: #DC022B; }
.exam-why-us__kpi__value strong { font-size: 3.5625rem; font-weight: normal; }
.exam-why-us__kpi__value p { margin: 0; }
/* Exam Why Us Block End */

/* Explore Exams */
.explore-exams { background: #F3F3F3; padding-top: 7.25rem; padding-bottom: 3.875rem; }
.explore-exams__title { margin: 0 0 4.5rem; }
.explore-exams__listing { display: block; width: 100%; max-width: 105.5rem; margin: 0 auto; }
.explore-exams__item { 
    display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; 
    margin-bottom: 5.75rem;
}
.explore-exams__item > div { 
    display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between;
    width: 100%; flex-grow: 1; background: #FFFFFF; border: 1px solid #87888A;
    padding: 1.5rem 1.625rem 2.125rem;
}
.explore-exams__item__image { display: block; width: 100%; }
.explore-exams__item__title { font-weight: 600; font-size: 1.75rem; }
/* Explore Exams End */

/* Get Certified Block */
.get-certified-content { max-width: 85rem; }
.get-certified__kpi__icon { max-width: 4rem; }
.get-certified__kpi__text { font-size: 1.75rem; line-height: 1.2; }
/* Get Certified End */

/* PrepMyFuture */
.prepMyFuture { padding-top: 6.25rem; padding-bottom: 3rem; }
.prepMyFuture__content { display: block; width: 100%; max-width: 80rem; margin: 0 auto; }
.prepMyFuture__intro { font-size: 1.5rem; color: #707070; margin: 0 0 7.5rem; }
.prepMyFuture__intro p:first-child { margin-top: 0; }
.prepMyFuture__intro p:last-child { margin-bottom: 0; }
.prepMyFuture__description { color: #707070; }
.prepMyFuture__description p:first-child { margin-top: 0; }
.prepMyFuture__description p:last-child { margin-bottom: 0; }
.prepMyFuture__kpis { list-style: none; margin: 0 0; padding: 0 0; color: #707070; }
.prepMyFuture__kpis__each__icon { width: 4.375rem; flex-shrink: 0; margin-right: 1.5rem; }
.prepMyFuture__kpis__each__counter { 
    display: flex; flex-direction: column; align-items: center; justify-content: center; margin-right: 1.5rem;
    width: 4.375rem; height: 4.375rem; flex-shrink: 0; border-radius: 50%; background: #DC022B; color: #ffffff;
    font-size: 2.625rem; line-height: 1; 
}
.prepMyFuture-kits { padding: 5rem 0; background: #F3F3F3; }
.prepMyFuture__partners { max-width: 83.875rem; }
.prepMyFuture__partners__image { display: block; width: 100%; max-width: 19rem; margin: 0 auto; height: auto; }
/* PrepMyFuture End */
/* Exams Page End */

/* Course Catalog Page */
.courses-catalog-aec { padding-bottom: 5.625rem; }
.courses-catalog__level-test-steps { padding-bottom: 4.375rem; }
.courses-catalog-assistance { padding: 4.625rem 0 6.875rem; }
/* Course Catalog Page End */

/* Private Tuitions Page */
.private-tuitions-aec { padding-bottom: 5.625rem; }
/* Private Tuitions Page End */

/* Exam Inner Page */
.exam-why-this__content { max-width: 78rem; }
.exam-why-this__kpi { color: #DC022B; font-size: 2.1875rem; line-height: 1.42; font-family: 'Bodoni Seventytwo ITC'; }
.exam-why-this__kpi__icon { max-width: 6.25rem; }
.exam-why-this__kpi__title p { margin: 0 0; }
.exam-list-aec { padding-bottom: 5.625rem; }

.exam-preparation { padding: 4.625rem 0; }
/* Exam Inner Page End */

/* Events Page */
.events-assistance { padding: 4.625rem 0 6.875rem; }

/* Need Assistance */
.need-assistance { width: 100%; max-width: 67.5rem; background: #F3F3F3; padding: 3.625rem 5.25rem 2rem; }
.need-assistance__title { font-size: 1.75rem; font-weight: 600; }
/* Need Assistance End */

.events-aec { padding-bottom: 5.625rem; }
.events-aec__filters__each { 
    font-size: 2rem; line-height: 1.5; font-weight: 700; color: #AFAFAF; text-transform: uppercase;
    flex-grow: 1; border-bottom: 6px solid #DFDFE0; cursor: pointer; padding: 0.75rem;
    transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; 
    -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
}
.events-aec__filters__each:hover, .events-aec__filters__each.active { color: #E00133; border-color: #E00133; }

.events-aec__content__tab { display: none; }
.events-aec__content__tab.active { display: block; }
/* Events Page End */

/* Contact Page */
/* Map */
.map { background: rgba(135, 136, 138, 0.06); padding: 7.5rem 0 3.75rem; }
.map__title { margin: 0 0 5.5rem; }
.map__content { position: relative; padding-bottom: 45.5488%; }
.map__content > div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Map End */

/* Branches */
.branches { padding-top: 4.75rem; padding-bottom: 2.75rem; }
.branches__content { max-width: 103rem; }
.branches__list.row { margin-left: -3.125rem; margin-right: -3.125rem; }
.branches__list.row > .branches__each { padding: 0 3.125rem; }
.branches__each__header { position: relative; z-index: 2; }
.branches__each__name { font-family: 'Source Sans Pro', sans-serif; font-size: 2.625rem; font-weight: 700; }
.branches__each__features__item { position: relative; }
.branches__each__features__item__icon {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    width: 4.375rem; height: 4.375rem; border-radius: 50%; background: #DC022B; padding: 0 0.5625rem;
}
.branches__each__features__item__icon img { display: block; width: 100%; height: auto; }
.branches__each__features__item__tooltip {
    position: absolute; top: 102%; left: 50%; color: #FFFFFF; font-size: 1.75rem; font-weight: 600; line-height: 1;
    transform: translateX(-50%); padding: 1rem 0.875rem 0.625rem; width: 13.125rem; opacity: 0; pointer-events: none;
    background-image: url(../img/Contact/tooltip.svg); background-size: 100% 100%; background-repeat: no-repeat;
    transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; 
    -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
}
.branches__each__features__item__icon:hover + .branches__each__features__item__tooltip { opacity: 1; }
.branches__each__contact { margin-bottom: 1.5rem; }
.branches__each__contact__cta img { display: block; height: 1.875rem; width: auto; }
.branches__each__info { font-size: 1.5rem; line-height: 1.45; }
.branches__each__info strong { font-weight: 700; }
.branches__each__info a { color: #DC022B; }
/* Branches End */
/* Contact Page End */

/* About Page */
/* Who We Are */
.who-we-are { padding: 3.375rem 0 6.125rem; overflow: hidden; }
.who-we-are__content { max-width: 102rem; margin: 0 auto; }
.who-we-are__artwork > div { display: block; margin: 0 -5.375rem 0 -2rem; }
.who-we-are__artwork img { display: block; width: 100%; height: auto; }
.who-we-are__text { position: relative; z-index: 2; }
.who-we-are__subtitle { font-family: 'Source Sans Pro', sans-serif; font-weight: 600; }
.who-we-are__description { font-size: 1.5rem; }
/* Who We Are End */

/* Our Values */
.our-values { padding: 6.125rem 0 9.375rem; }
.our-values__content { max-width: 88.75rem; }
.our-values__item { color: #DC022B; font-size: 1.75rem; font-family: 'Bodoni Seventytwo ITC'; }
.our-values__item p { margin: 0; }
.our-values__item__icon { width: 100%; max-width: 6.125rem; }
.our-values__item__icon img { display: block; width: 100%; height: auto; }
/* Our Values End */

/* Explore Experience */
.explore-experience { background: #F3F3F3; padding-top: 6rem; padding-bottom: 4.625rem; }
.explore-experience__title { margin: 0 0 3.5rem; }
.explore-experience__intro { font-size: 1.75rem; line-height: 1.7; font-weight: 700; margin: 0 0 4.875rem; }
.explore-experience__listing { display: block; width: 100%; max-width: 106.25rem; margin: 0 auto; }
.explore-experience__item { 
    display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; 
    margin-bottom: 1.75rem;
}
.explore-experience__item > div { 
    display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between;
    width: 100%; flex-grow: 1; background: #FFFFFF; border: 1px solid #87888A;
    padding: 1.5rem 1.625rem 1.875rem;
}
.explore-experience__item > div > div { width: 100%; }
.explore-experience__item__image { 
    display: block; width: 100%; padding-bottom: 87.1016%; 
    position: relative; margin: 0 0 1.125rem; overflow: hidden;
}
.explore-experience__item__image img { 
    position: absolute; top: 0; left: 0; width: 100%; height: auto;
}
.explore-experience__item__title { font-weight: 600; font-size: 1.75rem; }
.explore-experience__item__icon { display: block; width: 100%; max-width: 7.0625rem; margin: 0 0 0 auto; }
.explore-experience__more { text-align: right; }
.explore-experience__more__link { 
    color: #DC022B; font-size: 1.75rem; font-weight: 600; text-decoration: underline;
}
/* Explore Experience End */

/* Plain Text */
.plain-text { color: #E00133; padding: 6.125rem 0; }
.plain-text__content { max-width: 97rem; }
.plain-text__content p:first-child { margin-top: 0; }
.plain-text__content p:last-child { margin-bottom: 0; }
/* Plain Text End*/

/* Image Text Logo Banner */
.image-text-icon-banner { background: #F3F3F3; padding: 6.25rem 0 3.25rem; color: #707070; }
.image-text-icon-banner__inner { width: 100%; max-width: 99.375rem; margin: 0 auto; }
.image-text-icon-banner__content__title { margin: 0 0 3.312rem; color: #1A171B; }
.image-text-icon-banner__content { padding-left: 4.375rem; height: 100%; }
.image-text-icon-banner__content__descp { padding-right: 4.375rem; flex: 1; }
.image-text-icon-banner__content__icon { width: 18rem; flex-grow: 0; flex-shrink: 0; }
.image-text-icon-banner__content__btn { margin-top: 2.375rem; }
/* Image Text Logo Banner End */

/* Team Listing */
.team { padding: 3.4rem 0; }
.team__short-descp { font-size: 1.25rem; color: #707070; }
.team__banner { margin-top: 6.25rem; margin-bottom: 4.875rem; }
.team__listing { max-width: 107.875rem; /*padding: 0 6.125rem 0;*/ position: relative; }
.team__listing .slick-track { display: flex; align-items: stretch; }
.team__item { 
    display: flex !important; flex-direction: column; align-items: flex-start; justify-content: flex-start; 
    margin-top: 3.125rem; margin-bottom: 0.937rem; padding: 0 1.75rem; vertical-align: top;
}
.team__item > div { 
    display: block; width: 100%; flex-grow: 1; background: #FFFFFF; border: 1px solid #87888A;
    padding: 1.5rem 1.625rem 2.125rem;
}
.team__item__image { display: block; width: 100%; height: auto; }
.team__item__title { font-weight: 600; font-size: 2.5rem; line-height: 1.1; }
.team__item__designation { font-weight: 600; font-size: 1.75rem;  }
.team__more { text-align: right; max-width: 107.875rem; padding: 0 6.125rem; }
.team__more__link { 
    color: #DC022B; font-size: 1.75rem; font-weight: 600; text-decoration: underline;
}
/* Team Listing End */
/* About Page End */

/* Level Test Page */
.test-importance { padding: 10.375rem 0 7.375rem; }
.test-importance__content { max-width: 109.375rem; }
.test-importance__content > div { padding: 0 2.5625rem; }
.test-importance__price { 
    padding: 0.875rem 1rem; border: 1px solid #E00133; color: #E00133;
    font-size: 2rem; line-height: 1.5; font-weight: 700; text-transform: uppercase; 
}
.test-importance__price span { display: inline-block; border-bottom: 0.625rem solid #E00133; }
.test-importance__text { 
    position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; 
}
.test-importance__text > div { padding-right: 18rem; }
.test-importance__icon { position: absolute; bottom: 0; right: 2.5625rem; width: 18rem; height: auto; z-index: -1; }
.test-importance__title { font-family: 'Source Sans Pro', sans-serif; font-weight: 700; font-size: 3.125rem; }
.test-importance__description { color: #707070; font-size: 1.5625rem; line-height: 1.04; }

.take-test-aec { display: none; max-width: 104.25rem; padding-bottom: 10.375rem; }

/* Test How To */
.test-how-to { padding: 5.75rem 0 7.25rem; background: #F3F3F3; }
.test-how-to__title { margin: 0 0 5.1875rem; }
.test-how-to__steps { padding-top: 8.25rem; }
.test-how-to__steps__each { position: relative; color: #707070; font-size: 1.5625rem; line-height: 1.04; }
.test-how-to__steps__each span { padding: 1.25rem 0; }
.test-how-to__steps__each span p { margin: 0; }
.test-how-to__steps__each a { color: #E00133; text-decoration: underline; }
.test-how-to__steps__each__count { 
    display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
    width: 4.375rem; height: 4.375rem; margin-right: 1.375rem; flex-shrink: 0; 
    border-radius: 50%; background: #DC022B; color: #ffffff;
    font-size: 2.625rem; line-height: 1; 
}
.test-how-to__steps__each:nth-child(1)::before {
    content: ""; position: absolute; bottom: 100%; right: -9.5rem;
    width: 17.0625rem; height: 7.625rem; background-image: url(../img/Level-Test/step1_bg.svg);
    background-size: 100% 100%; background-repeat: no-repeat;
}
.test-how-to__steps__each:nth-child(2)::before {
    content: ""; position: absolute; bottom: 100%; right: -9rem;
    width: 18.0625rem; height: 10.4375rem; background-image: url(../img/Level-Test/step2_bg.svg);
    background-size: 100% 100%; background-repeat: no-repeat;
}
/* Test How To End */

/* Video Testimonial */
.video-testimonial { padding: 8.75rem 0 6.25rem; }
.video-testimonial__content { max-width: 93rem; }
.video-testimonial__title { margin: 0 0 8.5rem; }
.video-testimonial__video { display: block; width: 100%; height: auto; }
/* Video Testimonial End */
.level-test-assistance { padding: 6.25rem 0 3.125rem; }

.level-text-explore { padding: 3.125rem 0 16.875rem; }
/* Explore General */
.explore-general__title { margin: 0 0 3.5rem; }
.explore-general__description { margin: -1.5rem 0 3.5rem; }
.explore-general__listing { display: block; width: 100%; max-width: 106.25rem; margin: 0 auto; }
.explore-general__item { 
    display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; 
    margin-bottom: 1.75rem;
}
.explore-general__item > div { 
    display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;
    width: 100%; flex-grow: 1; background: #FFFFFF; border: 1px solid #87888A;
    padding: 1.5rem 1.625rem 1.875rem;
}
.explore-general__item > div > div { width: 100%; }
.explore-general__item__image { display: block; width: 100%; margin: 0 0 1.125rem; }
.explore-general__item__image > img { display: block; width:  100%; height: auto; }
.explore-general__item__image--fixed { position: relative; padding-bottom: 87.1016%; overflow: hidden; }
.explore-general__item__image--fixed > img { position: absolute; top: 0; left: 0; height: 100%; object-fit: cover; }
.explore-general__item__image__tag { position: absolute; top: 1rem; right: 1rem; z-index: 2; width: 5rem; }
.explore-general__item__image__tag > img { position: relative; width: 100%; height: auto; }
.explore-general__item__title { font-weight: 600; font-size: 1.75rem; }
.explore-general__item__description ul { list-style: none; padding: 0 0 0 1rem; margin: 0 0; }
.explore-general__item__description ul li { position: relative; margin: 0 0 0.5rem; }
.explore-general__item__description ul li::before {
    content: ""; position: absolute; top: 0.6875rem; left: -0.9375rem; width: 0.5rem; height: 0.5625rem;
    background-image:  url(../img/list-icon.svg); background-size: 100% 100%;
    background-repeat: no-repeat; background-position: center center;
}
.explore-general__item__description > p:first-child { margin-top: 0; }
.explore-general__item__description > p:last-child { margin-bottom: 0; }
/* Explore General End */
/* Level Test Page End */

/* Teachers Approach Page */
.syllabus{ background: #F3F3F3; padding: 5.375rem 2rem 5.937rem;  }
.learn-more-alliance { margin: 5.625rem 0 0; }

/* About Section Start */
.teachers-approach-page .about-center__excerpt { color: #707070; }
.teachers-approach-page .about-center__image { margin:-25rem 0 1.875rem auto; }
/* About Section Start */

/* Syllabus Section Start */
.syllabus__short-descp { font-size: 1.687rem; line-height: 1.85; font-weight: 700; margin-top: 3.437rem; }
.syllabus__image { max-width: 60.875rem; margin: 5.625rem auto 0; }
/* Syllabus Section Start */

/* Part of Community Section Start */
.part-of-community .become-member__kpis__number { 
    width: 4.375rem ; height: 4.375rem; border-radius: 50%; background: #DC022B; color: #ffffff; margin: 0 auto 1rem;
    font-size: 2.625rem; line-height: 1; text-align: center; display: flex; align-items: center; justify-content: center; align-items: center;
}
.part-of-community .become-member__kpis { margin-top: 4.75rem; }
.part-of-community .become-member__kpis__each { color: #707070; font-size: 1.125rem; line-height: 1.38; }
/* Part of Community Section End */

/* Browse Course Section Start */
.browse-course { padding: 4.062rem 0 11.312rem; }
.browse-course__listing { max-width: 105.562rem; margin: 6.875rem auto 0; }
.browse-course__item { 
    display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; 
    margin-bottom: 1.75rem;
}
.browse-course__item > div { 
    display: block; width: 100%; flex-grow: 1; background: #FFFFFF; border: 1px solid #87888A;
    padding: 1.5rem 1.625rem 2.125rem;
}
.browse-course__item__image { display: block; width: 100%; height: auto; }
.browse-course__item__title { font-weight: 600; font-size: 1.75rem; }
/* Browse Course Section End */
/* Teachers Approach Page */

/* Library Page */
.library-features { padding: 3.375rem 0; }
/* Features Three Column */
.features-three-column { max-width: 95rem; }
.features-three-column__each__image { position: relative; width: 100%; max-width: 11.625rem; margin: 0 auto; }
.features-three-column__each__image > div {
    position: relative; padding-bottom: 109.756%;
}
.features-three-column__each__image > div > div { 
    position: absolute; bottom: 0; left: 0; width: 100%; padding: 1.375rem 1.4375rem 2rem;
}
.features-three-column__each__image img { display: block; width: 100%; height: auto; }
.features-three-column__each__image > div > div:before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; opacity: 0;
    background-image: url(../img/bg-category-hover.svg); background-repeat: no-repeat; background-size: 100% 100%; 
    transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; 
}
.features-three-column__each:hover .features-three-column__each__image > div > div:before { 
    opacity: 1; 
}
.features-three-column__each__title { 
    font-size: 3.375rem; line-height: 1; color: #DC022B; font-family: 'Bodoni Seventytwo ITC'; 
}
.features-three-column__each__description { max-width: 17.375rem; font-size: 1.375rem; }
/* Features Three Column End */

.gallery-grid { padding: 3.375rem 0 0; }
/* Gallery Grid */
.gallery-grid { max-width: 110.625rem; }
.gallery-grid__item { position: relative; }
.gallery-grid__item img { display: block; width: 100%; height: 100%; object-fit: cover; }
.gallery-grid__item--col { display: block; width: 100%; }
.gallery-grid__item--col-2 { height: 66.66%; }
.gallery-grid__item--col-1 { height: 33.33%; }
/* Gallery Grid End */

/* Service */
.library-service { padding: 4.625rem 0 5rem; background: rgba(135, 136, 138, 0.15); }
.library-service__content { max-width: 104rem; }
.library-service__image { display: block; width: 100%; height: auto; max-width: 20.5rem; }
.library-service__description strong { font-size: 1.5rem; }
.library-service__steps p { margin: 0; }
.library-service__steps__each { position: relative; color: #707070; font-size: 1.5625rem; line-height: 1.04; }
.library-service__steps__each a { color: #E00133; text-decoration: underline; }
.library-service__steps__each__count { 
    display: inline-flex; vertical-align: middle; flex-direction: column; align-items: center; justify-content: center;
    width: 4.375rem; height: 4.375rem; margin-right: 1rem; flex-shrink: 0; border-radius: 50%; background: #DC022B; color: #ffffff;
    font-size: 2.625rem; line-height: 1;
}
.library-service__steps__each__count + span { padding: 1.25rem 0; }
/* Service End */

.library-member { padding: 5.875rem 0; }
.library-member__description { margin: 1.875rem 0; font-weight: 600; font-size: 2.125rem; line-height: 1.3; }
.library-become-member { margin-top: -5rem; }

/* TV5MONDE */
.tv5monde { background: rgba(135, 136, 138, 0.15); padding: 4.625rem 0 5rem; }
.tv5monde--white { background: none; }
.tv5monde__content { max-width: 80rem; }
.tv5monde__description p:first-child { margin-top: 0; }
.tv5monde__description p:last-child { margin-bottom: 0; }
.tv5monde__icon { display: block; width: 100%; height: auto; max-width: 16.625rem; }
/* TV5MONDE End */

.library-culturetheque { padding: 4.625rem 0 8.375rem; }
/* Simple Text Block */
.block-text { max-width: 79.375rem; }
.block-text__subtitle { font-size: 2.8125rem; }
.block-text__description { font-size: 2.125rem; line-height: 1.3; }
.block-text__description.block-text__description--sm { font-size: inherit; }
.block-text__image { max-width: 53.125rem; }
.block-text__image img { display: block; width: 100%; height: auto; }
/* Simple Text Block End */

/* Library Recommendations */
.library-recommendations { background: rgba(135, 136, 138, 0.15); padding: 9.5rem 0 6.5rem; }
.library-recommendations__content { max-width: 103.875rem; }
.library-recommendations__title { margin: 0 0 3.75rem; }
.library-recommendations__list { margin: 0 -2rem; }
.library-recommendations__list > .library-recommendations__item { padding: 0 2rem; }
.library-recommendations__item__image { max-width: 22rem; margin: 0 0 2.125rem; }
.library-recommendations__item__title { font-weight: 600; font-size: 1.75rem; }
/* Library Recommendations End */

/* Library Venues */
.library-venues { padding: 5.375rem 0 1.375rem; }
.library-venues__content { max-width: 85rem; }
.library-venues__list { margin: 6.125rem 0 0; }
.library-venues__each { margin: 0 -2.5rem 8.25rem; }
.library-venues__each:last-child { margin-bottom: 0; }
.library-venues__each > div { padding: 0 2.5rem; }
.library-venues__each__map { display: block; width: 100%; padding-bottom: 77.5263%; position: relative; }
.library-venues__each__map__content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.library-venues__each__name { font-size: 2.625rem; font-weight: 700; }

.library-venues__each__features__item { position: relative; }
.library-venues__each__features__item__icon {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    width: 4.375rem; height: 4.375rem; border-radius: 50%; background: #DC022B; padding: 0 0.5625rem;
}
.library-venues__each__features__item__icon img { display: block; width: 100%; height: auto; }
.library-venues__each__features__item__tooltip {
    position: absolute; top: 102%; left: 50%; color: #FFFFFF; font-size: 1.75rem; font-weight: 600;
    transform: translateX(-50%); padding: 1rem 0.875rem 0.625rem; width: 13.125rem; opacity: 0; pointer-events: none;
    background-image: url(../img/Contact/tooltip.svg); background-size: 100% 100%; background-repeat: no-repeat;
    transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; 
    -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
}
.library-venues__each__features__item__icon:hover + .library-venues__each__features__item__tooltip { opacity: 1; }
.library-venues__each__info { font-size: 1.5rem; line-height: 1.45; }
.library-venues__each__info strong { font-weight: 700; }
.library-venues__each__info a,
.library-venues__each__info .obfc-link { color: #DC022B; }
/* Library Venues End */

.library-explore { padding: 4.375rem 0; background: rgba(135, 136, 138, 0.15); }
/* Library Page End */

/* Careers Page */
/* Values */
.career-values { padding: 0 0 3.125rem; }
.career-values__subtitle { font-weight: 600; font-size: 2.375rem; }
.career-values__subtitle--before { margin: 0 0 3.75rem; }
.career-values__subtitle--after { margin: 1.375rem 0 0; }
.career-featured-grid { padding: 2rem 0 5rem; }
/* Values End */

/* Current Openings */
.current-openings { padding: 3.125rem 0 0; }
.current-openings__title { margin: 0 0 4.6875rem; }
.current-openings__filter { max-width: 60.3125rem; padding-bottom: 5rem; }
.current-openings__filter__label { padding: 0 1.25rem; font-weight: 700; }
.current-openings__details { background: #F3F3F3; padding: 5.875rem 0 4rem; }
.current-openings__details__each { padding: 0 0.625rem; display: none; }
.current-openings__details__each.active { display: block; }
.current-openings__details__each__apply-by { font-size: 1.6875rem; font-weight: 700; }
.share-job { cursor: pointer; }
.share-job img { display: block; height: 1.875rem; width: auto; }
/* Current Openings End */

/*File Field*/
.form-field__file { position: relative; }
.form-field__file__label {
    display: block; width: 100%; color: #1A171B; outline: 0;
    padding: 0.875rem 3.25rem 0.875rem 1.25rem; border-radius: 0.625rem; border: 1px solid #707070;
    background-color: #ffffff; background-image: url(../img/icon_file.png);
    background-size: 1.75rem auto; background-position: right 1.25rem center;
    background-repeat: no-repeat; font-size: 1.375rem; line-height: 1.36;
}
.form-field__file .wpcf7-form-control-wrap, .form-field__file p { position: unset; }
.form-field__file input { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; 
  cursor: pointer; z-index: 2;
}
/*File Field End*/
/* Careers Page End */

/* Activities Page */

/* Main Activities */
.main-activities { padding: 7.5rem 0 0; }
.main-activities__content { max-width: 80rem; overflow: hidden; }
.main-activities__title { margin: 0 0 6.25rem; }
.main-activities__listing { margin: 0 -2.4375rem; }
.main-activities__listing > div { padding: 0 2.4375rem 4.875rem; }
.main_activities__item > div { width: 100%; border: 1px solid #87888A; padding: 1.75rem 2.125rem 2.375rem; }
.main_activities__item__gallery { display: block; width: 100%; margin: 0 0 1.875rem; padding: 0 0 2.625rem; }
.main_activities__item__gallery > .main_activities__item__gallery__image { display: none; }
.main_activities__item__gallery > .main_activities__item__gallery__image:first-child { display: block; }
.main_activities__item__gallery__image > div { position: relative; padding-bottom: 56.25%; overflow: hidden; }
.main_activities__item__gallery__image img { 
    position: absolute; top: 0; left: 0; display: block; width: 100%; height: auto; 
}
.main_activities__item__title { font-size: 2rem; font-weight: 600; }
.main_activities__item__schedule { 
    padding: 0.625rem 0.9375rem; background: #DFDFE0; border-radius: 0.3125rem; margin: 0 0 2.125rem; 
}
.main_activities__item__schedule img { 
    display: inline-block; vertical-align: middle; height: 1rem; width: auto; margin-right: 0.75rem; 
}
.main_activities__item__schedule span { display: inline-block; vertical-align: middle; }
/* Main Activities End */

.activities-aec { padding: 2.75rem 0 5.625rem; }
.activities-aec__title { margin: 0 0 6.25rem; }
/* Activities Page End */

/* Membership Page */
/* Packages */
.membership-packages { padding: 5.625rem 0 3.125rem; margin: 3.75rem 0 0; background: #F3F3F3; }
.membership-packages__list { margin-top: 6.625rem !important; max-width: 110.375rem; }
.membership-packages__list > div { padding: 2.1875rem; }
.membership-packages__item { 
    display: flex; flex-direction: column; align-items: flex-start; 
    justify-content: flex-end; background: transparent;
    transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; 
    -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
}
.membership-packages__item--featured:hover { background: rgba(135, 136, 138, 0.2); }
.membership-packages__item > div { 
    display: flex; flex-direction: column; flex-grow: 1; margin-top: 7.1875rem; width: 100%;
    background: #ffffff; border: 1px solid #87888A; padding: 2.5rem 2.25rem; position: relative;
}
.membership-packages__item--featured > div { margin-top: 0; }
.membership-packages__item__tag {
    position: absolute; top: 0; left: 50%; margin-left: -5.25rem; transform: translateY(-65%);
    width: 10.5rem; height: 6.375rem; padding: 1.75rem 2.55rem 0.625rem 2.25rem;
    font-size: 1.1875rem; line-height: 1.05; color: #ffffff; font-weight: 600;
}
.membership-packages__item__tag span { 
    display: inline-block; opacity: 0; transform-origin: center center; transform: rotate(-10deg);
}
.membership-packages__item__tag img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.membership-packages__item__tag img.loaded + span { opacity: 1; }
.membership-packages__item__title { display: block; width:  100%; font-weight: 700; font-size: 2rem; }
.membership-packages__item__pricing { width: 100%; color: #DC022B; margin: 0 0 0.625rem; }
.membership-packages__item__pricing__currency { font-weight: 700; font-size: 1.5625rem; }
.membership-packages__item__pricing__value { font-size: 3.75rem; padding: 0 0.625rem; }
.membership-packages__item__pricing__frequency { font-size: 1.1875rem; }
.membership-packages__item__description { 
    flex-grow: 1; border-top: 1px solid #707070; padding: 2.5rem 0 2.5rem 1.5625rem; position: relative; width: 100%;
}
.membership-packages__item__description ul { list-style: none; padding: 0 0; margin: 0 0; }
.membership-packages__item__description ul li { position: relative; margin: 0 0 0.5rem; }
.membership-packages__item__description ul li::before {
    content: ""; position: absolute; top: 0.6875rem; left: -0.9375rem; width: 0.5rem; height: 0.5625rem;
    background-image:  url(../img/list-icon.svg); background-size: 100% 100%;
    background-repeat: no-repeat; background-position: center center;
}
.membership-packages__fine-print { text-align: right; max-width: 106rem; margin-top: 2.125rem; font-size: 1rem; }
.membership-packages__fine-print > div { display: inline-block; text-align: left; }
/* Packages End */

.membership-assistance { padding: 3.75rem 0; }
/* Membership Page End */

/* AEC Login Page */
.aec-login__image { margin-top: 2rem; }
.aec-login__description p:first-child { margin-top: 0; }
.aec-login__description p:last-child { margin-bottom: 0; }
.aec-login__description ul { list-style: none; padding: 0 0 0 1rem; margin: 0 0; }
.aec-login__description ul li { position: relative; margin: 0 0 0.5rem; }
.aec-login__description ul li::before {
    content: ""; position: absolute; top: 0.6875rem; left: -0.9375rem; width: 0.5rem; height: 0.5625rem;
    background-image:  url(../img/list-icon.svg); background-size: 100% 100%;
    background-repeat: no-repeat; background-position: center center;
}
.aec-login__membership { position: relative; background: #F3F3F3; padding: 2rem; }
.aec-login__membership__description { margin: 0 0 2rem; }
.aec-login__membership__description p { margin: 0 0; }
.aec-login__membership__kpis__each img { display: inline-block; vertical-align: middle; width: 3rem; height: auto; margin-right: 0.5rem; }
.aec-login__membership__kpis__each span { display: inline; vertical-align: middle; }
.aec-login__membership__kpis__each { margin-bottom: 1rem; }
/* AEC Login Page End */

/* Blog Detail */
.article-tag { 
    display: inline-block; padding: 0.625rem 0.9375rem; font-size: 1.25rem; background: #DFDFE0; border-radius: 0.3125rem; 
    transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; 
    -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
}
.article-tag:hover { box-shadow: 0px 0px 0.625rem rgba(102, 102, 102, .6); }

.article-page__content h1 { font-family: inherit; font-weight: 700; font-size: 4.875rem; margin: 1.375rem 0; line-height: 1.2; }
.article-page__content h2 { font-family: inherit; font-weight: 700; font-size: 2.25rem; margin: 1.375rem 0; line-height: 1.2; }
.article-page__content h3 { font-family: inherit; font-weight: 700; font-size: 1.85rem; margin: 1.375rem 0; line-height: 1.2; }
.article-page__content h4 { font-size: 1.5rem; margin: 1.375rem 0; line-height: 1.2; }
.article-page__content h5 { font-size: 1.25rem; margin: 1.375rem 0; line-height: 1.2; }
.article-page__content h6 { font-size: 1rem; margin: 1.375rem 0; line-height: 1.2; }
.article-page__content blockquote { font-family: 'Bodoni Seventytwo ITC'; font-weight: 700; font-size: 2.75rem; margin: 1.375rem 0; line-height: 1.2; }
.article-page__content > *:first-child { margin-top: 0; }
.article-page__content > *:last-child { margin-bottom: 0; }
.article-page__content { color: #636363; line-height: 1.4; }
.article-page__content img { height: auto; }
.article-page__content figure { margin: 2rem; }
/*.article-page__content figure img { width: 100%; }*/

.share-article { cursor: pointer; }
.share-article img { display: block; height: 1.875rem; width: auto; }

.article-pagination { font-weight: 700; }

.related-articles { padding: 5.625rem 0 0; }

.article-each { box-shadow: 0px 8px 24px 0px rgba(12, 41, 61, .1); height: 100%; }
.article-each > a { position: relative; cursor: pointer; display: block; width: 100%; padding-bottom: 56.25%; }
.article-each > a > img { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.article-each__content { 
    padding: 2rem; color: #000000; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; 
}
.article-each__title { position: relative; font-size: 1.5rem; font-weight: 600; line-height: 1.2; }
.published span { font-size: 75%; }
.text__center { text-align: center; }
.load__more__text { display: none; }
.load__more__text.show { display: block; }
.article-page__content { width: 100%; max-width: 75%; padding: 0 1.875rem; margin: 0 auto; }
.single-post main { overflow: unset; }
.side-bar { position: relative; }
.side-bar ul { 
    position:sticky; top:150px; position: -webkit-sticky; list-style: none; padding-left: 2rem; 
    color: #636363; margin: 0; border: 1px solid #000; border-radius: 10px; padding: 1rem;  padding-top: 2rem;
}
.side-bar ul li { padding-bottom: 1rem; }
.list-0 ul { margin: 0; padding: 0; }
.listactive {
    color: red; /* Change this to your preferred active color */
    font-weight: bold; /* Optional: make the font bold */
}
/* Blog Detail End */

/* Blog Listing */
.blog-listing__categories { 
    padding: 1.5rem; background: #ffffff; width: 75%; margin: auto;
    z-index: 9; position: relative; box-shadow: -15px 8px 24px 0px rgba(12, 41, 61, 9%); 
}
.blog-listing__categories__each { 
    font-size: 1.25rem; line-height: 1.5; font-weight: 700; color: #646262; text-transform: uppercase;
    flex-grow: 1; cursor: pointer; padding: 0.75rem; justify-content: center;
    transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; 
    -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
}
.blog-listing__categories__each:hover, .blog-listing__categories__each.active { color: #E00133; border-color: #E00133; }

.blog-listing__content { padding: 5.625rem 0; }
.blog-listing__pagination { font-size: 1.5rem; font-weight: 700; }
.blog-listing__pagination__item { cursor: pointer; }

.blog-listing__categories__each { display: flex; }
.blog-listing__categories__each svg { width: 1.25em; height: auto; display: block; }
.button-bg-arrow {/* fill: #DC022B;*/ }
.button-arrow { opacity: .32; }

.user-sec__pic { width: 80px; height: 80px; border-radius: 50%; overflow: hidden; position: relative; }
.user-sec__pic img { position: absolute; width: 100%; height: 100%; object-fit: fill; object-position: top; }
.user-sec__descp { background: #F3F3F3; border-radius: 1.5rem;  padding: 1.5rem; flex: 1; position: relative; }
.user-sec__descp:after { 
    content: ""; position: absolute; display: block; width: 0; border-style: solid; border-width: 15px; 
    border-color: transparent #F3F3F3 transparent transparent ; left: -30px; top: 2rem; 
}
.user-sec__descp p { margin: 0 0 1rem; }
.category__each { 
    padding: 0.5rem; margin: 0.5rem 0.5rem 0.5rem 0rem; text-transform: uppercase; font-size: 1rem; color: #fff; font-weight: 700;
    transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
}
.category__each:hover { background-color: #ffffff !important; color: #DC022B; box-shadow: 0px 0px 0.625rem rgba(102, 102, 102, .6); }
.article-each__date { color: #7f7f7f; font-size: 85%; }
.article-each__link a { font-weight: 700; position: relative; display: inline-flex; --link-color: currentColor; }
.article-each__link a:hover:after{
    animation: rw-button-move-underline 1s ease-in-out;
}
.article-each__link a:after { content: ''; position: absolute; width: 100%; height: 2px; left: 0; bottom: 0; background: var(--link-color); }
.article-each__link svg { width: 1.25em; height: auto; display: block; }
@keyframes rw-button-move-underline {
    0% {
        width: 100%;
    }

    50% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}
.latest-articles {  }

.blog-listing__content .row {
  display: flex !important;
  flex-wrap: wrap !important;
  white-space: normal !important;
  overflow-x: hidden !important;
}


/* Blog Listing End */

/* Level Quiz Page */
.level-quiz-container { position: relative; padding: 5.625rem 0; }
.level-quiz__left-bg, .level-quiz__right-bg { 
    content: ''; position: absolute; z-index: 1; height: 100%; width: 28rem; left: 0; top: 0; 
}
.level-quiz__right-bg { left: unset; right: 0; }
.level-quiz__left-bg__content, .level-quiz__right-bg__content { 
    position: absolute; z-index: 1; height: 100%; width: 100%; left: 0; top: 0; 
    background-image: url(../img/icon-level-test-burj.svg); background-repeat: no-repeat; 
    background-position: top 1rem left 0rem; background-size: 100% auto; 
}
.level-quiz__right-bg__content { 
    background-image: url(../img/icon-level-test-paris.svg); background-position: top 16.5rem left 0rem;
}
.level-quiz__inner { max-width: 60rem; margin: auto; position: relative; z-index: 2; }
.level-quiz__message-sticker { 
    font-family: 'Bodoni Seventytwo ITC'; font-size: 1.75rem; line-height: 1.2; 
    position: absolute; right: 2.625rem; top: 10rem; transform: translateY(-50%);
    max-width: 22rem; padding: 4rem 3.562rem 5.312rem; z-index: 9;
}

.level-quiz__form { background: rgba(135, 136, 138, 0.20); padding: 2rem; }
.level-quiz__form .form-field { padding-left: 0; padding-right: 0; }
.level-quiz__form fieldset { padding: 0; margin: 0; }
.level-quiz__calendly { display: none; }
.level-quiz__calendly-confirmation { display: none; }
/* Level Quiz Page End */

/* Calendly Popup */
.calendly-popup {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%; overflow: auto;
  background: rgba(0, 0, 0, 0.7); z-index: 9999; display: none; opacity: 0;
}
.calendly-popup.open {
  display: block; opacity: 1;
  transition: all .3s linear; -webkit-transition: all .3s linear; 
  -moz-transition: all .3s linear; -o-transition: all .3s linear;
}
.calendly-popup__wrapper {
  position: relative; display: flex; flex-direction: column; align-items: center;
  justify-content: center; width: 100%; height: 100%; padding: 2.5rem;
}
.calendly-popup__close { position: absolute; top: 0.6296rem; right: 0.6296rem; width: 1.5rem; cursor: pointer; }
.calendly-popup__close img { display: block; width: 100%; height: auto; }
.calendly-popup__content { position: relative; width: 100%; height: 100%; }
#calendlyWidget { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Calendly Popup End */

/*Schools Page*/
.image-text-blocks--grey { background: rgba(135, 136, 138, 0.15) }
.image-text-blocks__content { max-width: 80rem; }
.image-text-blocks__description > p:first-child { margin-top: 0; }
.image-text-blocks__description > p:last-child { margin-bottom: 0; }
.schools-partners > div { padding-top: 2.625rem; padding-bottom: 2.625rem; }
/*Schools Page End*/

/* Corporate */
.corporate-explore > div { background: #F3F3F3; padding-top: 4.625rem; padding-bottom: 4.625rem; }
/* Corporate End */

/* Offers Page */
.main-offers { padding: 3.125rem 0; }
.main-offers__content { max-width: 92.25rem; overflow: hidden; }
.main-offers__title { margin: 0 0 6.25rem; }
.main-offers__filters__each { 
    font-size: 2rem; line-height: 1.5; font-weight: 700; color: #AFAFAF; text-transform: uppercase;
    flex-grow: 1; border-bottom: 6px solid #DFDFE0; cursor: pointer; padding: 0.75rem;
    transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; 
    -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
}
.main-offers__filters__each:hover, .main-offers__filters__each.active { color: #E00133; border-color: #E00133; }
.main-offers__listing { margin: 0 -1.5rem; }
.main-offers__listing > div { padding: 0 1.5rem 3rem; }
.main-offers__item:not(.active) { display: none !important; }
.main-offers__item > div { width: 100%; border: 1px solid #87888A; padding: 1.75rem 2.125rem 2.375rem; }
.main-offers__item__logo { position: relative; padding-bottom: 56.25%; overflow: hidden; }
.main-offers__item__logo img { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; object-fit: contain; object-position: center;  }
.main-offers__item__title { font-size: 1.75rem; font-weight: 600; color: #DC022B; }
.main-offers__item__highlight { padding: 0.625rem 0.9375rem; background: #DFDFE0; border-radius: 0.3125rem; margin: 0 0 2.125rem; }
.main-offers__item__description > p:first-child,
.main-offers__disclaimer > p:first-child { margin-top: 0; }
.main-offers__item__description > p:last-child,
.main-offers__disclaimer > p:last-child { margin-bottom: 0; }

.partners-contact-info { position: relative; display: block; width: 100%; max-width: 61.5625rem; margin: 0 auto; color: #ffffff; padding: 68px 68px 116px; }
.partners-contact-info__content { position: relative; z-index: 2; }
.partners-contact-info__bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.partners-contact-info__title { font-family: 'Source Sans Pro', sans-serif; font-weight: 600; }
/* Offers Page End */

/* HubSpot Forms */
.hbspt-form { position: relative; }
.hbspt-form .hs-form-field { position: relative; }
.hbspt-form .hs-error-msgs { 
    /*position: absolute; bottom: 0; left: 0;*/ list-style: none; padding: 0; margin: 0;
    font-size: 0.6rem; color: #FF5A5A;
}
.hbspt-form .inputs-list { list-style: none; padding: 0; margin: 0 0; }
.hbspt-form .input .inputs-list { margin: -0.25rem 0; }
.hbspt-form .input .inputs-list .hs-form-booleancheckbox-display { 
    display: flex; align-items: flex-start; padding: 0.25rem 0;
}
.hbspt-form .input .inputs-list .hs-form-booleancheckbox-display input[type="checkbox"],
.hbspt-form .input .inputs-list .hs-form-booleancheckbox-display input[type="radio"] {
    display: inline-block !important; width: auto !important; margin: 0.25rem 0.5rem 0.25rem 0;
}
.hbspt-form .input .inputs-list .hs-form-booleancheckbox-display span { line-height: 1; }
.hbspt-form fieldset.form-columns-1,
.hbspt-form fieldset.form-columns-2 { margin: 0 -1rem; max-width: unset; }
.hbspt-form fieldset.form-columns-1 > .hs-form-field,
.hbspt-form fieldset.form-columns-2 > .hs-form-field { padding: 0 1rem 1rem; }
.hbspt-form fieldset.form-columns-1 > .hs-form-field > .hs-error-msgs,
.hbspt-form fieldset.form-columns-2 > .hs-form-field .hs-error-msgs { padding: 0.15rem 0 0; }
.hbspt-form fieldset .input { margin-right: 0 !important; }
.hbspt-form form fieldset.form-columns-1 .hs-input,
.hbspt-form form fieldset.form-columns-2 .hs-input,
.hbspt-form form fieldset.form-columns-3 .hs-input { width: 100% !important; }
.hs_submit { text-align: right; }
.hs_submit input[type="submit"] { 
    display: inline-block; border: 0; outline: 0; cursor: pointer; padding: 0.875rem 3.75rem; border-radius: 0.625rem; color: #fff; 
    background: #DC022B; font-size: 1.75rem; line-height: 1.42; font-weight: 700;
    transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; 
}
/*.hbspt-form .hs-form-field > label { display: none; }*/
.hbspt-form .hs-form-field > label + legend { display: none !important; }
.hs-custom-style fieldset textarea { height: 8rem; }
.hs-custom-style fieldset input[type="checkbox"] {
  flex-shrink: 0; -webkit-appearance: none; appearance: none; background-color: #fff;
  margin: 0.15rem 0.5rem 0 0; color: #A5BEC8; width: 1rem; height: 1rem;
  border: 1px solid #A5BEC8; border-radius: 0;
  transform: translateY(-0.075em); display: grid; place-content: center;
}
.hbspt-form fieldset.form-columns-1 input[type="radio"] { width: 1rem; }
.hbspt-form input[type="checkbox"] { 
    width: 1rem !important; display: grid !important; vertical-align: middle;
}
.hbspt-form textarea { min-height: 10rem; resize: none !important; }
.hs-recaptcha { margin-top: 0; }
.hs_error_rollup { position: relative; display: block; margin: 1rem 0 1rem; }
.hs_error_rollup .hs-error-msgs { position: relative; }
.hbspt-form .grecaptcha-badge { display: none !important; }
.hbspt-form .submitted-message { font-size: 1.4rem; } 
.hs_error_rollup label { font-size: 1rem; }
.submitted-message { text-align: center; }
.footer__newsletter .submitted-message { text-align: left; }

/* HubSpot Newsletter */
.footer__newsletter__form .hs_submit { text-align: left; margin-top: 0.8rem; }
.footer__newsletter__form .hbspt-form .input .inputs-list { margin-top: 0.6rem; }
.footer__newsletter__form .hbspt-form .input .inputs-list .hs-form-booleancheckbox-display span { line-height: unset; }
/* HubSpot Newsletter */

/* HubSpot Forms End */

/* Popup*/
.popup-container { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 99999; background: rgba(0,0,0,0.9); opacity: 0; visibility: hidden; }
.popup__inner { width: 100%; height: 100%; position: relative; }
.popup-container.show { 
    opacity: 1; visibility: visible; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; 
  -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; overflow: auto;
}
.popup__content { 
    background: #fff; padding: 1rem; position: relative; z-index: 9; position: relative; 
    background-position: center; background-size: cover;padding: 2rem; max-width: 760px; width: 100%; min-height: 360px;
}
.popup__content h3 { margin: 0 0 1rem; text-align: center; }
.popup__content:after,.forum-live-message: after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.65); display: none; }
.popup__content.hide { opacity: 0; visibility: hidden; }
.popup__content > div { z-index: 9; font-size: 1rem; }
.popup__content strong { font-size: 1.25rem; }
.close-popup img { display: block; position: relative; }
.forum-live-message { position: absolute; width: 100%; top: 50px; text-align: center; padding: 0.75rem 0; color: #fff; }
.forum-live-message.hide { opacity: 0; visibility: hidden; }
.forum-live-message > * { z-index: 9; position: relative; }
.close-popup { position: absolute; top: 1.2rem; right: 1.2rem; z-index: 9; cursor: pointer; color: #fff; }

.popup-container .popup__content__main-img { width: 55%; padding-bottom: 1.5rem; background: #F8FAFB; aspect-ratio: 16/9; overflow: hidden; }
.popup-container .popup__content__main-img img { width: 100%; height: auto; display: block; }
.popup__content .btn { font-size: 1rem; }
/* Popup End*/

.wp-block-column figure img { width: 100%; }

@media all and (min-width: 768px) {
    /* Common Elements */
    .text-md-center { text-align: center; }
    /* Common Elements End */
    .mobile-nav { display: none !important; }
}

@media all and (max-width: 767px) {
    html { font-size: 16px; }
    html.menu-open, .menu-open body { overflow:hidden; }
    body { font-size: 1.25rem; }

    /* Common Elements */
    h1, .h1-style { font-size: 3rem; }
    h2, .h2-style { font-size: 2.5rem; }
    .h2-mid-style { font-size: 2.15rem; }
    h3, .h3-style { font-size: 2rem; line-height: 1.3; }
    h4, .h4-style { font-size: 1.75rem; }
    h5, .h5-style { font-size: 1.5rem; }
    h6, .h6-style { font-size: 1.375rem; }
    .max-width-95 { max-width: 100%; }
    .max-width-75 { max-width: 100%; }
    .container { padding-left: 2rem !important; padding-right: 2rem !important;  }
    .hs_submit input[type="submit"] { padding: 0.75rem 1.25rem; }

    /* Buttons */
    .btn, 
    .cf7mls-btns .cf7mls_next.action-button, 
    form.cf7mls input.wpcf7-form-control.wpcf7-submit,
    .cf7mls_back.action-button { padding: 0.75rem 1.25rem; font-size: 1.275rem; line-height: 1.45; }
    .cf7mls_back.action-button { margin: 2rem 0 0; padding: 0 0; width: 100% }
    .btn--small { font-size: 1.25rem; padding: 0.5625rem 2.25rem; }
    .btn--whatsapp { padding-top: 0.8125rem; padding-bottom: 0.8125rem; }
    .btn__icon { margin-left: 1rem; height: 2rem; }

    .arrow-link { font-size: 1.25rem; line-height: 1.07; }
    .arrow-link::after { margin-left: 0.875rem; width: 1.0625rem; height: 0.875rem; }
    .arrow-link:hover::after { margin-left: 1rem; }
    /* Buttons End */

    /* Form Elements */
    input[type="text"], input[type="email"], input[type="password"],
    input[type="number"], input[type="tel"], select, textarea { 
        padding: 0.9375rem 1rem; line-height: 1.38;
    }
    select { padding-right: 2rem; background-position: right 1rem top 50%; }
    /* Form Elements End */

    /* Slick */
    .slick-arrow { width: 2.5rem; }
    /* Slick End */
    /* Common Elements End */

    /* Header */
    .elWithHeaderPadding { padding-top: 4.5125rem; }
    .header__logo { margin-top: 0.625rem; margin-bottom: 0.625rem; }
    .header__logo img { width: 11.5rem; }
    .header__logo img.lazy { min-height: 2.7289rem; }
    .header__logo img.lazy.loaded { min-height: unset; }
    .header__nav { display: none; }
    
    header.website-header { font-size: 1.15rem; }
    .header__icons { margin: 0 0 0 1.25rem; }
    .header__icons li { margin-right: 1.25rem; }
    .header__icons li:last-child { margin-right: 0; }
    .header__icons li img { height: 1.25rem; width: auto; }
    .header__icons li .header-menu__login img { height: 1.375rem; }
    .header__icons li .header__phone { display: none; }

    .header__content { position: relative; z-index: 3; padding: 0 1.25rem !important; }
    .mobile-nav {
        position: fixed; z-index: 1; top: 0; left: 0; width: 100%; height: 0; overflow: hidden;
        background: #F2F2F2; display: flex; flex-direction: column; align-items: flex-start;
        transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
    }
    .mobile-nav.open { height: 100vh; }
    .mobile-nav__inner { position: relative; flex-grow: 1; height: 100%; width: 100%; overflow: auto; padding: 1.25rem; }

    .menu-mobile-menu-container ul { list-style: none; padding: 0 0 0 1.25rem; margin: 0 0; }
    .menu-mobile-menu-container ul.sub-menu { display: none; }
    .menu-mobile-menu-container > ul { padding: 0 0; }
    .menu-mobile-menu-container a { display: inline-block; margin: 0 0 1rem; }

    .hamburger-menu { display: none !important; }
    .header-social-icons { margin-top: 1.25rem; }
    .header-social-icons > div { margin-right: 1.25rem; }
    .header-social-icons > div img { height: 1.5rem; width: auto; }
    /* Header End */

    /* Footer */
    .footer__container { padding: 2.5rem 2.5rem 4.125rem; }
    .footer__logo { display: none; }

    .footer__menu--main { border-right: 0; margin-right: 0; }
    .footer__menu__each { margin-right: 0; }

    .menu-footer-menu-container > ul { display: block; }
    .menu-footer-menu-container > ul > li { margin-right: 0; margin-bottom: 2rem; }

    .footer__menu__each--social { margin-top: 2rem; }
    .footer__menu__each--social ul li { margin-right: 1.25rem; }
    .footer__menu__each--social ul li img { display: block; height: 1.875rem; width: auto; }

    .footer__newsletter { margin-left: 0; margin-top: 2.5rem; }
    .footer__newsletter__head { margin-bottom: 0.75rem; }

    .footer__copyright { padding: 1.25rem 0; }
    /* Footer End */

    /* Banner */
    .banner__each__content-wrapper { padding: 0 0; }
    .banner__each__content-wrapper::before { display: none; }
    .banner__each__content-wrapper > div:first-child { 
        display: flex; flex-direction: column; align-items: flex-start; justify-content: center; 
        flex-grow: 1; position: relative; width: 100%;
    }
    .banner__each__content-wrapper > div:first-child::after {
        content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0.67;
        background: transparent linear-gradient(135deg, #1A171B 0%, rgba(255, 255, 255, 0) 150%) 0% 0% no-repeat padding-box;
    }
    .banner__content { padding: 2.5rem; max-width: 100%; }
    .banner__title { margin: 0 0; }
    .banner__highlighted { padding: 2.25rem 2.5rem; width: 100%; max-width: 100%; }
    .banner__highlighted--mobile { display: block; }
    .banner__highlighted--desktop { display: none; }
    .banner__description { font-size: 1.875rem; line-height: 1.4; }
    .banner__description p { margin: 0 0; }
    .banner__cta { margin: 1.5rem 0 0; }

    /* Banner with Form */
    .banner__form--desktop { display: none; }
    .banner__form--mobile { display: block; }
    .banner__form__content { padding: 2.25rem 2.5rem; }
    .banner__form .form-wrapper { margin: 0 0; }
    /* Banner with Form End */
    /* Banner End */

    /* Home Page */
    /* About Center Section Start */
    .about-center { padding: 2.5rem 0 1.6875rem; }
    .about-center__excerpt { max-width: 100%; width: 100%; margin-left: 0; margin-top: 2.75rem; }
    .who-we-are__description { font-size: 1.25rem; }
    .about-center__excerpt__head { font-size: 2rem; line-height: 1.31; margin: 0 0 1rem;  }
    .about-center__image { max-width: none; width: auto; height: auto; margin: 0 -2.5rem; }
    .about-center__image img { position: relative; display: block; width: 100%; height: auto; }
    .about-center__content__inner { max-width: 100%; margin-top: 4rem; }
    .about-center__content__each__details { font-size: 1.5rem; margin-bottom: 0.5rem; }
    .about-center__content__each__details strong { font-size: 2.5rem; }
    .team__listing .slick-arrow { 
        right: -2.75rem; 
    }
    .team__listing .slick-arrow img { width: 30%; }
    .team__listing .slick-arrow.slick-prev { right: unset; left: 1.55rem; }
/* About Center Section End */
    /* About Center Section End */

    /* Course Type Section Start */
    .course-type-container { padding: 2rem 0 3.125rem; }
    .course-type__title { margin: 0 0 3.75rem; }
    .course-type__title strong { font-size: 1.6583rem; margin-top: -0.625rem; }
    .course-type-content { max-width: 100%; }
    .course-type-content .col-md-6 { padding: 0; }
    .course-type__each { margin-bottom: 2.25rem; }
    .course-type__each__wrapper { padding: 1rem; }
    .course-type__each__detail { font-size: 1.5rem; }
    .course-type__each__detail strong { font-size: 2rem; }
    .course-type__each__image { margin-bottom: 1.75rem; }
    .course-type__excerpt { font-size: 1.375rem; margin-bottom: 1rem; padding: 0; text-align: center; }
    .course-type__excerpt img { width: 3.75rem; margin: 0 auto 1rem; }
    /* Course Type Section End */

    /* Promotional Banner Section Start */
    .home-promotional-banner .promotional-banner-container { margin: 3.125rem 0; }
    .promotional-banner-container { min-height: 0; position: relative; padding: 0 0; }
    .promotional-banner__image { position: relative; width: 100%; height: auto; }
    .promotional-banner__image img { display: block; position: relative; width: 100%; height: auto; }
    .promotional-banner__content { padding: 3.125rem 2.5rem 3.875rem; max-width: 100%; width: 100%; }
    .promotional-banner__heading { font-size: 1.75rem; line-height: 1.4; margin: 0.75rem 0; }
    /* Promotional Banner Section End */

    /* Exams Section Start */
    .exam-container{ padding: 3.125rem 1.75rem; }
    .exam__image { margin: 0 0 2.75rem; }
    .exam-content__head { font-size: 2rem; line-height: 1.31; margin-bottom: 1.25rem; }
    .exam-categories { margin: 1.875rem auto 0; padding-right: 0; max-width: 20rem; }
    .exam-categories__each { padding: 0 0; margin: 0 0; }
    .exam-categories__each__inner { position: relative; padding: 1.5rem; }
    .exam-categories__each__image { margin-bottom: 1rem; }
    .exam-categories__each__name { margin-bottom: 0.5rem; }
    /* Exams Section End */

    /* Events Activities Section Start */
    .events-activities-container { padding: 3.125rem 2.5rem 0; }
    .events-activities__head { font-size: 2rem; line-height: 1.31; margin-bottom: 1.25rem; }
    .events-activities__image { position: relative; margin: 0 0 2.75rem; padding: 11% 0; }
    .events-activities__image:before { 
        padding-bottom: 9.68%; height: auto; top: 0; transform: none; background-size: 100% 100%;
    }
    .events-activities__image:after { 
        padding-bottom: 9.68%; height: auto; left: 0; bottom: 0; transform: none; background-size: 100% 100%;
    }
    .events-activities-content { padding-left: 0; }
    .events-activities__descp { max-width: 100%; }
    .events-activities__descp__icon { margin-top: 2.5rem; }
    .events-activities__descp__icon .book-icon { display: block; margin: 0 auto 1rem; }
    .events-activities__categories { margin: 2.25rem 0 0;  }
    .events-activities__categories__each { padding: 0 0; margin: 0 0 2.375rem; text-align: center; }
    .events-activities__categories__each__image > div { position: relative; padding-bottom: 0; }
    .events-activities__categories__each__image > div > div { position: relative; }
    .events-activities__categories__each__name { font-size: 2.5rem; }
    /* Events Activities Section End */

    .home-learning-journey { padding: 3.125rem 0; }

    /* Community Section Start */
    .testimonial-container { padding: 3.125rem 0; }
    .testimonial-container .head-wrapper { display: inline-block; position: relative; }
    .testimonial-container .france-flag { 
        position: relative; top: auto; right: auto; transform: none; width: 6.875rem;
        margin: 3.125rem auto 0; 
    }
    .testimonial-inner { max-width: 100%; padding: 0 2.5rem; margin-top: 3.125rem; }
    .testimonial-each-item { padding: 0 0.625rem; }
    .testimonial-each-item__quote { font-size: 1.75rem; line-height: 1.14; margin-bottom: 1rem; }
    .testimonial-each-item__detail { margin-bottom: 1.5rem; }
    /* Community Section End */

    /* Google Review Section Start */
    .google-review-container { display: none; padding: 0 2.5rem; } 
    .google-review__each { padding: 3rem 0; }
    .google-review__each:before { height: 1px; width: 105%; top: -1px; left: 50%; transform: translateX(-50%);  }
    .google-review__each:first-child::before { display: none; }
    .google-review__each__content { display: inline-block; }
    .google-review__content { padding-left: 0; }
    .google-review__author { margin: 0.375rem 0 1.5rem; }
    /* Google Review Section End */

    .home-featured-grid { padding: 3.125rem 0 0; }
    /* Student Community Section */
    .student-community-content { padding: 0 0; margin: 0 0; }
    .student-community-right { height: auto; }
    .student-community-right__column { display: block; }
    .student-community__each { margin: 0 0; }
    .student-community__each__content { 
        display: block; position: relative; bottom: unset; left: unset; max-width: 100%; opacity: 1; 
    }
    .student-community__each__content--small { max-width: 100%; }
    /* Student Community Section End */

    /* Partner Section */
    .partners { padding: 4.375rem 0 6.25rem; }
    .partners__title { margin: 0 0 1rem; }
    .partners__slider { max-width: 100%; padding: 0 2.5rem; }
    /* Partner Section End */

    /* Contact Section */
    .contact-form-container { padding: 7.25rem 2.5rem 5.25rem; margin-top: 3.75rem; }
    .contact-form-container--cp { padding: 3.125rem 2.5rem; }
    .contact-form-container .left-bg, .contact-form-container .right-bg { display: none; }
    .contact-form__short-descp { margin-top: 1rem; }
    .contact-form__short-descp h3 { font-size: 2rem; margin: 4.6875rem 0 2rem;  }
    .contact-form-inner { max-width: 100%; }
    .form-field { padding: 0 0 1.5rem; }
    .form-field--submit-btn-wrapper{ text-align: left; }
    .wpcf7-form-control-wrap { display: flex; flex-direction: column; }
    .contact-form__message-sticker { padding: 1.75rem 2.125rem 3.375rem; }
    .contact-form__message-sticker--main { display: none; }
    .contact-form__message-sticker__title { font-size: 2.75rem; }
    /* Contact Section End */

    /* Level Quiz Page */
    .level-quiz-container { padding: 3rem 0; }
    .level-quiz__left-bg, .level-quiz__right-bg { display: none; }
    .level-quiz__message-sticker { display: none; }
    .level-quiz__content { padding: 0 2rem; }
    .level-quiz__form { margin: 0 -2rem; }
    /* Level Quiz Page End */
    /* Calendly Popup */
    .calendly-popup__wrapper { padding: 1.875rem; }
    /* Calendly Popup End */

    /* Courses Page */
    /* Why Us Block */
    .why-us-content .mb-5 { margin-bottom: 1rem !important; }
    .why-us__kpi__text { font-size: 2rem; }
    /* Why Us Block End */

    .courses-learning-journey { padding: 0 0; }

    /* Level Test */
    .courses-page__level-test-steps { padding-top: 2rem; padding-bottom: 4.375rem; }
    .level-test-steps { padding: 4.625rem 3rem 6.5625rem; overflow: hidden; }
    .level-test-steps__bg { left: -25%; width: 150%; }
    .level-test-steps__list { margin-top: 4.25rem; }
    /* Level Test End */

    /* Explore Courses */
    .explore-courses { padding-top: 4.5rem; padding-bottom: 3.875rem; }
    .explore-courses__title { margin: 0 0 4.5rem; }
    .explore-courses__listing { max-width: 30rem; }
    .explore-courses__item { margin-bottom: 3rem; }
    .explore-courses__item:last-child { margin-bottom: 0; }
    .explore-courses__item > div { padding: 1.5rem 1.5rem 2.125rem; }
    /* Explore Courses End */

    .courses-become-member .become-member { padding: 0 0; }
    /* Become Member */
    .become-member { max-width: 100%; padding: 3.125rem 0; }
    .become-member__image::before {
        height: 20%; background-image: linear-gradient(180deg, #F3F3F3 0%, rgba(255, 255, 255, 0) 100%);
    }
    .become-member__image img { position: relative; display: block; height: auto; }
    .become-member__text > div { padding: 2rem 2.5rem 2.625rem; }
    .become-member__kpis__each img { width: 2.5rem; }
    /* Become Member End */

    .trial-classes-aec { padding: 3.125rem 1.875rem 5.625rem; }
    .trial-classes-aec__content { margin: 3.125rem 0 0; }
    /* Courses Page End */

    /* Course Catalog Page */
    .courses-catalog-assistance { padding: 3.125rem 0; }
    /* Course Catalog Page End */

    /* Exams Page */
    /* Exam Why Us Block - Used on Careers as well */
    .exam-why-us__image { max-width: none; width: auto; height: auto; margin: 0 -2.5rem; }
    .exam-why-us__image__tooltip {
        top: 5%; left: 16%; max-width: 6.5em; padding: 0.8em 0.8em 1.6em; font-size: 5.3vw; line-height: 1;
    }
    .exam-why-us__kpi__value { font-size: 3rem; }
    /* Exam Why Us Block End */

    /* Explore Exams */
    .explore-exams { padding-top: 4.5rem; padding-bottom: 3.875rem; }
    .explore-exams__title { margin: 0 0 4.5rem; }
    .explore-exams__listing { max-width: 30rem; }
    .explore-exams__item { margin-bottom: 3rem; }
    .explore-exams__item:last-child { margin-bottom: 0; }
    .explore-exams__item > div { padding: 1.5rem 1.5rem 2.125rem; }
    /* Explore Exams End */

    /* PrepMyFuture */
    .prepMyFuture { padding-top: 3.125rem; padding-bottom: 0; }
    .prepMyFuture__intro { margin: 0 0 3.125rem; }
    .prepMyFuture__kpis__each__icon { width: 2.5rem; }
    .prepMyFuture__kpis__each__counter { width: 2.5rem; height: 2.5rem; font-size: 1.5rem; margin-right: 1rem; }
    .prepMyFuture__partners { margin: 3.125rem auto 0; }
    /* PrepMyFuture End */
    /* Exams Page End */

    /* Exam Inner Page */
    .exam-why-this__kpi { font-size: 2rem; }
    /* Exam Inner Page End */

    /* Events Page */
    .events-assistance { padding: 3.125rem 0; }

    /* Need Assistance */
    .need-assistance { padding: 1.5rem 1.5rem 3rem; }
    .need-assistance__image { max-width: 12.625rem; margin: 0 auto 1.5rem; }
    /* Need Assistance End */

    .events-aec { padding-bottom: 5.625rem; }
    .events-aec__filters__each { font-size: 1.75rem; }
    /* Events Page End */

    /* Contact Page */
    /* Map */
    .map { padding: 3.125rem 0; }
    .map__title { margin: 0 0 3.125rem; }
    .map__content { padding-bottom: 0; min-height: 20rem; }
    /* Map End */

    /* Branches */
    .branches { padding: 3.125rem 0 0; }
    .branches__each__name { font-size: 2rem; }
    .branches__each__features__item__icon { width: 2.5rem; height: 2.5rem; }
    .branches__each__features__item__tooltip { font-size: 1.375rem; padding: 1rem 0.875rem 0.625rem; width: 10rem; }
    /* Branches End */
    /* Contact Page End */

    /* About Page */
    /* Who We Are */
    .who-we-are { padding: 3.125rem 0; }
    .who-we-are__artwork > div { display: block; margin: 0 -2.5rem; }
    /* Who We Are End */

    /* Our Values */
    .our-values { padding: 3.125rem 0; }
    /* Our Values End */

    /* Explore Experience */
    .explore-experience { padding: 3.125rem 0; }
    .explore-experience__title { margin: 0 0 2rem; }
    .explore-experience__intro { margin: 0 0 3rem; font-size: 1.35rem; }
    .explore-experience__listing { max-width: 30rem; }
    .explore-experience__item {  margin-bottom: 3rem; padding: 0; }
    .explore-experience__item > div { padding: 1.5rem 1.5rem 2.125rem; }
    .explore-experience__item__title { font-size: 1.5rem; }
    .explore-experience__more { text-align: center; }
    .explore-experience__more__link { font-size: 1.5rem; }
    /* Explore Experience End */

    /* Plain Text */
    .plain-text { padding: 3.125rem 0; }
    /* Plain Text End*/

    /* Image Text Logo Banner */
    .image-text-icon-banner { padding: 3.25rem 0 1px; }
    .image-text-icon-banner__content__title { margin: 0 0 2rem; }
    .image-text-icon-banner__content { padding-left: 0; }
    .image-text-icon-banner__content__descp { padding-right: 0; }
    .image-text-icon-banner__content__btn { margin-top: 2rem; }
    /* Image Text Logo Banner End */

    /* Team Listing */
    .team { padding: 3.4rem 0 0; }
    .team__banner { margin: 3.4rem 0 0; }
    .team__listing { max-width: 100%; padding: 3.4rem 2.5rem 0; }
    .team__item { margin-bottom: 4.062rem; padding: 0 1rem; }
    .team__item > div { padding: 1.5rem 1.5rem 2.125rem; }
    .team__item__title { font-size: 2rem; }
    .team__item__designation { font-size: 1.25rem; }
    .team__more { max-width: 100%; padding: 0 2.5rem; }
    /* Team Listing End */
    /* About Page End */

    /* Level Test Page */
    .test-importance { padding: 3.125rem 0; }
    .test-importance__content > div { padding: 0 0; }
    .test-importance__text > div { padding-right: 0; }
    .test-importance__icon { display: none; }
    .test-importance__title { font-size: 2rem; }

    .take-test-aec { display: none; max-width: 104.25rem; padding-bottom: 6.25rem; }

    /* Test How To */
    .test-how-to { padding: 6.25rem 0 3.125rem; }
    .test-how-to__title { margin: 0 0; }
    .test-how-to__steps { padding-top: 3.125rem; }
    .test-how-to__steps__each span { padding: 0.5rem 0; }
    .test-how-to__steps__each__count { width: 2.5rem; height: 2.5rem; font-size: 1.75rem; margin-right: 1rem; }
    .test-how-to__steps__each:nth-child(1)::before { display: none; }
    .test-how-to__steps__each:nth-child(2)::before { display: none; }
    /* Test How To End */

    /* Video Testimonial */
    .video-testimonial { padding: 6.25rem 0 3.125rem; }
    .video-testimonial__title { margin: 0 0 3.125rem; }
    /* Video Testimonial End */
    .level-test-assistance { padding: 3.125rem 0; }

    .level-text-explore { padding: 3.125rem 0 5.875rem; }
    /* Explore General */
    .explore-general__listing { max-width: 30rem; }
    .explore-general__item { margin-bottom: 3rem; }
    .explore-general__item > div { padding: 1.5rem 1.5rem 2.125rem; }
    .explore-general__item ul { padding: 0 0 0 1.25rem; }
    .explore-general__item__title { font-weight: 600; font-size: 1.5rem; }
    /* Explore General End */
    /* Level Test Page End */

    /* Teachers Approach Page */
    /* About Section Start */
    .teachers-approach-page .about-center__image { margin: 0 -2.5rem; }
    /* About Section Start */

    /* Part of Community Section Start */
    .part-of-community .become-member__kpis { margin-top: 2rem; }
    .part-of-community .become-member__kpis__each { display: flex; flex-direction: row; align-items: flex-start; }
    .part-of-community .become-member__kpis__number { 
        display: inline-flex; margin: 0 1rem 0 0; flex-shrink: 0;
        width: 2.5rem; height: 2.5rem; font-size: 1.5rem; 
    }
    .part-of-community .become-member__kpis__number + div { padding: 0.5rem 0; }
    /* Part of Community Section End */

    .learn-more-alliance { margin: 5.625rem 0 3.125rem; }

    /* Browse Course Section Start */
    .browse-course { padding: 3.125rem 0 5.875rem; }
    .browse-course__listing { max-width: 30rem; margin: 3.125rem auto 0; }
    .browse-course__item { margin-bottom: 3rem; }
    .browse-course__item > div { padding: 1.5rem 1.5rem 2.125rem; }
    .browse-course__item__title { font-size: 1.5rem; }
    /* Browse Course Section End */
    /* Teachers Approach Page */

    /* Library Page */
    .library-features { padding: 3.125rem 0; }
    /* Features Three Column */
    .features-three-column__each__title { font-size: 3rem; }
    /* Features Three Column End */

    .gallery-grid { padding: 3.125rem 0 0; }

    /* Service */
    .library-service { padding: 3.125rem 0 1.125rem; }
    .library-service__steps { display: block; margin: 0 auto; max-width: 26.875rem; }
    .library-service__steps__each__count { width: 2.5rem; height: 2.5rem; font-size: 1.5rem; }
    .library-service__steps__each__count + span { padding: 0.25rem 0; }
    /* Service End */

    .library-member { padding: 3.125rem 0; }
    .library-member__description { font-size: 2rem; }
    .library-become-member { margin-top: -3.125rem; }

    /* TV5MONDE */
    .tv5monde { padding: 3.125rem 0 1.125rem; }
    .tv5monde__icon { display: none; }
    /* TV5MONDE End */

    .library-culturetheque { padding: 3.125rem 0; }
    /* Simple Text Block */
    .block-text__subtitle { font-size: 2rem; }
    .block-text__description { font-size: 1.75rem; }
    /* Simple Text Block End */

    /* Library Recommendations */
    .library-recommendations { padding: 3.125rem 0 1.125rem; }
    .library-recommendations__content { max-width: 30rem; }
    .library-recommendations__title { margin: 0 0 3rem; }
    /* Library Recommendations End */

    /* Library Venues */
    .library-venues { padding: 3.125rem 0 1.125rem; }
    .library-venues__list { margin: 3.125rem 0 0; }
    .library-venues__each { margin: 0 0 3.125rem; }
    .library-venues__each:last-child { margin-bottom: 0; }
    .library-venues__each > div { padding: 0 0; }
    .library-venues__each__map { padding-bottom: 0; min-height: 20rem; }
    .library-venues__each__name { font-size: 2rem; }
    .library-venues__each__features__item__icon { width: 2.5rem; height: 2.5rem; }
    .library-venues__each__features__item__tooltip { font-size: 1.5rem; padding: 1rem 0.875rem 0.625rem; width: 10rem; }
    /* Library Venues End */

    .library-explore { padding: 3.125rem 0 5.875rem; }
    /* Library Page End */

    /* Careers Page */
    /* Values */
    .career-values__subtitle { font-size: 2rem; }
    /* Values End */

    /* Current Openings */
    .current-openings__details { padding: 3.125rem 0; }
    /* Current Openings End */

    /*File Field*/
    .form-field__file__label {
        padding: 0.9375rem 2.5rem 0.9375rem 1rem; line-height: 1.38;
        background-size: 1.25rem auto; background-position: right 1rem center;
    }
    /*File Field End*/
    /* Careers Page End */

    /* Activities Page */
    /* Main Activities */
    .main-activities { padding: 3.125rem 0 0; }
    .main-activities__title { margin: 0 0 3.125rem; }
    .main-activities__listing { margin: 0 0; }
    .main-activities__listing > div { padding: 0 0 3rem; }
    .main_activities__item > div { padding: 1.5rem 1.5rem 2.125rem; }
    .main_activities__item__title { font-size: 1.5rem; }
    /* Main Activities End */

    .activities-aec { padding: 0 1.875rem; }
    .activities-aec__title { margin: 0 0 3.125rem; }
    /* Activities Page End */

    /* Learning Journey */
    .learning-journey__steps { max-width: 70px; padding-top: 36px; padding-bottom: 40px; }
    .learning-journey__steps__each { top: 56px; margin-top: 0; left: 50% !important; margin-left: -0.3125rem; }
    .learning-journey__steps__each__icon { 
        bottom: 50%; margin-bottom: 0; transform: translateY(50%); left: 100%; margin-left: 1.25rem; 
        padding: 6px 4px 6px 8px; font-size: 2.1875rem; line-height: 1.62;
    }
    .learning-journey__steps__each__icon__bg { top: auto; bottom: 0; }
    .learning-journey__steps__each__hint { 
        top: 0; left: auto; margin-left: 0; right: 100%; 
        margin-right: 15px; margin-top: -8px; text-align: right;
    }
    .learning-journey__steps__each__hint__title { margin: 0 0 0.375rem; }
    .learning-journey__each__tooltip { 
        top: 100%; left: 50%; width: 90vw; padding: 1.5rem; z-index: 3; 
        transform: translateX(-50%); margin-left: 0 !important; margin-top: 20px;
    }
    .learning-journey__each__tooltip::before { left: 50% !important; margin-left: -15px; }
    .learning-journey__steps__each:hover .learning-journey__each__tooltip,
    .learning-journey__steps__each:focus .learning-journey__each__tooltip {
        opacity: 1; pointer-events: auto;
    }

    /* 1st */
    .learning-journey__steps__each:nth-child(2) .learning-journey__steps__each__icon__bg {
        background-image: url('../img/Learning-Journey/l1-bg--mobile.svg');
    }
    .learning-journey__steps__each:nth-child(2) .learning-journey__steps__each__icon::before {
        bottom: unset; top: 0; left: 100%; margin-left: 5px; opacity: 1;
        height: 55px; width: 124px; transform-origin: bottom left; transform: rotate(90deg);
    }
    .learning-journey__steps__each:nth-child(2) .learning-journey__steps__each__icon::after {
        bottom: unset; top: 100%; left: 0; text-align: center; line-height: 0.9259;
        width: 80px; margin-top: 18px; margin-bottom: 0; opacity: 1;
    }
    /* 1st End */
    /* 2nd */
    .learning-journey__steps__each:nth-child(3) { top: 229px; }
    .learning-journey__steps__each:nth-child(3) .learning-journey__steps__each__icon { 
        padding: 8px 7px 8px 11px;
    }
    .learning-journey__steps__each:nth-child(3) .learning-journey__steps__each__icon__bg {
        background-image: url('../img/Learning-Journey/l2-bg--mobile.svg');
    }
    .learning-journey__steps__each:nth-child(3) .learning-journey__steps__each__icon::before {
        bottom: unset; top: -28px; left: 100%; margin-left: -5px; opacity: 1;
        height: 80px; width: 139px; transform-origin: bottom left; transform: rotate(90deg);
    }
    .learning-journey__steps__each:nth-child(3) .learning-journey__steps__each__icon::after {
        bottom: unset; top: 100%; left: 0; text-align: center; line-height: 0.9259;
        width: 80px; margin-top: 18px; margin-bottom: 0; opacity: 1;
    }
    /* 2nd End */
    /* 3rd */
    .learning-journey__steps__each:nth-child(4) { top: 422px; }
    .learning-journey__steps__each:nth-child(4) .learning-journey__steps__each__icon {
        padding: 16px 11px 16px 15px;
    }
    .learning-journey__steps__each:nth-child(4) .learning-journey__steps__each__icon__bg {
        background-image: url('../img/Learning-Journey/l3-bg--mobile.svg');
    }
    /* 3rd End */
    /* 4th */
    .learning-journey__steps__each:nth-child(5) { top: 562px }
    .learning-journey__steps__each:nth-child(5) .learning-journey__steps__each__icon {
        padding: 22px 17px 22px 21px;
    }
    .learning-journey__steps__each:nth-child(5) .learning-journey__steps__each__icon__bg {
        background-image: url('../img/Learning-Journey/l4-bg--mobile.svg');
    }
    /* 4th End */
    /* 5th */
    .learning-journey__steps__each:nth-child(6) { top: 704px }
    .learning-journey__steps__each:nth-child(6) .learning-journey__steps__each__icon {
        padding: 29px 22px 29px 22px;
    }
    .learning-journey__steps__each:nth-child(6) .learning-journey__steps__each__icon__bg {
        background-image: url('../img/Learning-Journey/l5-bg--mobile.svg');
    }
    /* 5th End */
    /* 6th */
    .learning-journey__steps__each:nth-child(7) { top: 854px }
    .learning-journey__steps__each:nth-child(7) .learning-journey__steps__each__icon {
        padding: 34px 28px;
    }
    .learning-journey__steps__each:nth-child(7) .learning-journey__steps__each__icon__bg {
        background-image: url('../img/Learning-Journey/l6-bg--mobile.svg');
    }
    /* 6th End */
    /* Learning Journey End */

    /* Membership Page */
    /* Packages */
    .membership-packages { padding: 3.125rem 0; margin: 0 0; }
    .membership-packages__list { margin-top: 3.125rem !important; max-width: 30rem; }
    .membership-packages__list > div { padding: 0 0 3rem; }
    .membership-packages__list > div:last-child { padding: 0 0; }
    .membership-packages__item--featured { margin-top: 3rem; }
    .membership-packages__item:before { display: none; }
    .membership-packages__item > div { margin-top: 0; padding: 2.5rem 2rem; }
    .membership-packages__item__pricing__value { font-size: 2.5rem; }
    /* Packages End */
    /* Membership Page End */

    /* AEC Login Page */
    .aec-login__image { width: auto; margin: 0 -2.5rem; }
    .aec-login__membership__kpis__each img { width: 2.5rem; }
    /* AEC Login Page End */

    /* Blog Detail */
    .article-page__content h1 { font-size: 3rem; }
    .article-page__content h2 { font-size: 2rem; }
    .article-page__content h3 { font-size: 2rem; }
    .article-page__content h4 { font-size: 1.75rem; }
    .article-page__content h5 { font-size: 1.5rem; }
    .article-page__content h6 { font-size: 1.375rem; }
    .article-page__content blockquote { font-size: 2rem; }
    .article-page__content { max-width: 100%; }
    .article-become-member .become-member { padding-top: 0; }
    .side-bar { display: none; }
	.user-sec__descp { margin-top: 30px; }
    /* Blog Detail End */

    /* Blog Listing */
    .blog-listing__categories { transform: unset; }
    .blog-listing__categories > div { width: 100%; }
    .blog-listing__categories__each { font-size: 1.15rem; }
    .blog-listing__content { padding: 3.125rem 0 !important; display:block !important; }
    .latest-articles.hide_mobile { display: none; }
    .user-sec__descp:after { 
        top: -25px; transform: rotate(90deg); left: 25px;
    }
    /* Blog Listing End */

    /* Offers Page */
    .main-offers { padding: 3.125rem 0 0; }
    .main-offers__title { margin: 0 0 3.125rem; }
    .main-offers__filters__each { font-size: 1.75rem; }
    .main-offers__listing { margin: 0 0; }
    .main-offers__listing > div { padding: 0 0 3rem; }
    .main-offers__item > div { padding: 1.5rem 1.5rem 2.125rem; }
    .main-offers__item__title { font-size: 1.5rem; }

    .partners-contact-info { padding: 4.625rem 3rem 6.5625rem; }
    .partners-contact-info__bg { left: -25%; width: 150%; }
    /* Offers Page End */

    /* Popup*/
    .popup__content { padding: 30px; text-align: center; width: 95%; }
    .popup__inner { width: 100%; height: auto; min-height: 100%; }
    .close-popup { top: 20px; right: 20px; }
    /* Popup End*/
}


/* My Code */

/* Scope: any WP menu inside your three navs */
.header__nav nav .menu,
.mobile-nav nav .menu,
.hamburger-menu__content nav .menu { list-style: none; margin: 0; padding: 0; }
.header__nav nav .menu > li,
.mobile-nav nav .menu > li,
.hamburger-menu__content nav .menu > li { position: relative; }

/* Default hidden for all submenus */
.header__nav nav .menu .sub-menu,
.mobile-nav nav .menu .sub-menu,
.hamburger-menu__content nav .menu .sub-menu { display: none; }

/* FIRST-LEVEL (desktop header): dropdown under parent */
@media (min-width: 992px) {
  .header__nav nav .menu > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: .5rem 0;
    z-index: 9999;
  }
  /* Show on hover OR when JS toggles .open */
  .header__nav nav .menu > li:hover > .sub-menu,
  .header__nav nav .menu > li.open > .sub-menu { display: block; }
}

/* NESTED SUBMENUS: stack BELOW the parent (no flyout) */
.header__nav nav .menu .sub-menu .menu-item-has-children > .sub-menu,
.mobile-nav   nav .menu .sub-menu .menu-item-has-children > .sub-menu,
.hamburger-menu__content nav .menu .sub-menu .menu-item-has-children > .sub-menu {
  position: static;
  background: transparent;
  border: 0;
  padding: .25rem 0 0 0;
  margin-top: .25rem;
}

/* Show any submenu when parent LI has .open (JS adds this) */
.header__nav nav .menu li.open > .sub-menu,
.mobile-nav   nav .menu li.open > .sub-menu,
.hamburger-menu__content nav .menu li.open > .sub-menu { display: block; }

/* Indentation for readability */
.header__nav nav .menu .sub-menu > li > a,
.mobile-nav   nav .menu .sub-menu > li > a,
.hamburger-menu__content nav .menu .sub-menu > li > a {
  display: block;
  padding: .35rem .75rem .35rem 1rem;
  white-space: nowrap;
}
.header__nav nav .menu .sub-menu .sub-menu > li > a,
.mobile-nav   nav .menu .sub-menu .sub-menu > li > a,
.hamburger-menu__content nav .menu .sub-menu .sub-menu > li > a {
  padding-left: 1.5rem;
}

/* Prevent clipping & flicker near edges */
.website-header, .header__content, .header__inner, .header__nav, .container {
  overflow: visible !important; z-index: 10;
}
