@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,700'); /* ubuntu-300 - latin */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@400;700&family=Ubuntu:wght@300;400;500;700&display=swap'); h2 {
    font-family: 'Crimson Text', serif;
    font-size: 1.725rem;
    font-weight: 700;
    color: #98833c;
    margin: .5rem 0;
    text-align: center;
}

.youtube-frame.home {
    position: relative
}

.youtube-frame.home iframe {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

p {
    margin-bottom: .825rem;
    line-height: 1.45;
    font-size: 1.125rem;
}

strong {
    font-weight: 500;
}

.social {
    position: absolute;
    right: 50px;
    top: 6px;
    padding: 0;
    margin: 0;
}

.social li {
    display: inline;
}

.social li a {
    color: #808285;
    text-decoration: none;
    transition: .3s;
    color: #fff;
}

.social li a:before {
    font-size: 2.2rem;
}

.social li a:hover {
    color: #98833c;
}

.social.small {
    bottom: 0;
    top: auto;
    right: 300px;
    transition: .3s;
}

.social.small a:before {
    color: #98833c;
    font-size: 2rem;
}

.fisso .social.small {
    top: 10px;
}

#default-h .logo {
    background: rgba(255, 255, 255, 0.65);
    position: absolute;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    left: 0;
    transition: height 0.3s, box-shadow 0.3s, background 0.3s;
    padding-top: .5rem;
    right: 0;
    top: 10px;
    height: 115px;
    z-index: 3;
}

@media (max-width: 480px) {
    #default-h .logo {
        padding-left: 0;
        padding-right: 0;
    }
}

#default-h .logo.full {
    background: rgba(255, 255, 255, 0.85);
}

#default-h .logo .logo-anchor-big {
    display: block;
    margin: auto;
    position: relative;
    top: 0;
    width: 294px;
}

@media (max-width: 480px) {
    #default-h .logo .logo-anchor-big {
        width: 100%;
    }
}

#default-h .logo img {
    height: 96px;
    margin: auto;
    display: block;
    transition: height .3s,top .35s;
    opacity: 1;
}

@media (max-width: 480px) {
    #default-h .logo img {
        margin: 0 0 0 1rem;
        height: 85px;
    }
}

#default-h .logo #logo-small {
    height: auto!important;
    position: absolute;
    transition: top .3s;
    top: 125px;
    left: 50px;
    width: 294px;
    left: 50%;
    transform: translateX(-50%);
}

#default-h.fisso .logo {
    position: fixed;
    box-shadow: 0 10px 15px -12px rgba(0, 0, 0, 0.28);
    background: rgba(255, 255, 255, 0.88);
    top: 0;
    height: 46px;
}

#default-h.fisso .logo .logo-anchor-big {
    top: -76px;
}

@media (max-width: 480px) {
    #default-h.fisso .logo .logo-anchor-big {
        top: -62px;
    }
}

#default-h.fisso .logo .logo-anchor-big img {
    height: 107px;
}

@media (max-width: 480px) {
    #default-h.fisso .logo .logo-anchor-big img {
        height: 90px;
    }
}

#default-h.fisso .logo #logo-small {
    position: absolute;
    top: 6px;
}

#default-h.fisso .logo.full {
    background: rgba(255, 255, 255, 0.88);
}

.wrapping-overflow {
    overflow: hidden;
    position: relative;
}

.form-richieste {
    padding: 3rem;
}

@media (max-width: 480px) {
    .form-richieste {
        padding: .5rem 0;
    }

    .form-richieste .col-sm-6.float-left {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

.form-richieste h4 {
    color: #98833c;
    font-size: 1.25rem;
    font-weight: 600;
}

.form-richieste label {
    width: 100%;
    display: block;
    position: relative;
}

.form-richieste .fading, .form-richieste .nofading {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.form-richieste .fading.message, .form-richieste .nofading.message {
    top: -14px;
    transform: none;
    background: #fff;
    padding: 0 0.5rem;
}

.form-richieste textarea {
    border: 2px solid #98833c;
    border-radius: .5rem;
    line-height: 1;
    height: 8.5rem;
    width: 100%;
    display: block;
    margin-top: 1.5rem;
    padding: 1.125rem;
}

.form-richieste input {
    border: 2px solid #98833c;
    border-radius: .5rem;
    line-height: 1;
    height: 2.5rem;
    width: 100%;
    display: block;
    padding-left: 1rem;
    font-weight: 400;
}

.form-richieste .richiesta {
    list-style: none;
    padding: 0;
}

.form-richieste .richiesta li {
    border-bottom: 1px solid #98833c;
    padding: .125rem 1rem;
    font-weight: 400;
    cursor: pointer;
    transition: .3s ;
}

.form-richieste .richiesta li:hover {
    color: #98833c;
}

.form-richieste p.form-info {
    font-size: .725rem;
}

.form-richieste .trigger-list {
    position: absolute;
    left: 0;
    right: 0;
    height: 2.5rem;
    background: transparent;
    top: 0;
}

.form-richieste .trigger-list.list-visible i:before {
    transform: rotate(180deg);
}

.form-richieste .trigger-list i {
    position: absolute;
    top: 0;
    right: 0;
    background: #98833c;
    height: 2.5rem;
    border-radius: 0 .5rem .5rem 0;
    color: #fff;
    width: 2.5rem;
    z-index: 2;
}

.form-richieste .trigger-list i:before {
    text-align: center;
    transition: .3s;
    transform: rotate(0);
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: .4rem;
    font-size: 1.85rem;
}

.form-richieste .fake-select {
    position: absolute;
    z-index: 1;
    background: #fff;
    top: 40px;
    right: 0;
    left: 0;
    list-style: none;
    padding: 0 .5rem 1rem;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3);
}

.form-richieste .fake-select li {
    padding: .5rem;
    border-bottom: 1px solid #98833c;
    cursor: pointer;
}

.form-richieste .fake-select li:hover {
    color: #634702;
    background: whitesmoke;
}

.newsletter .email {
    border: 2px solid #98833c;
    border-radius: .5rem;
    line-height: 1;
    height: 2.5rem;
    width: 100%;
    display: block;
    padding-left: 1rem;
    font-weight: 400;
}

.cta-main {
    background: #98833c;
    color: #fff;
    padding: .25rem 1rem;
    border-radius: 12px;
    display: block;
    max-width: 300px;
    text-align: center;
    font-weight: 600;
    margin: 2rem auto;
    font-size: 1.125rem;
    border: 0;
    line-height: 1.5;
    text-transform: uppercase;
}

.cta-main.smaller {
    font-size: 1rem;
    padding: .5rem 1.5rem;
    max-width: 180px;
}

.cta-light {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}

.cta-light:before {
    font-size: 2rem;
    vertical-align: middle;
    text-decoration: none!important;
    margin: 0!important;
    padding: 0;
}

.cta-light:hover {
    color: #fff;
}

/*modal override*/
.modal-customized h3 {
    text-align: center;
    width: 100%;
    margin-top: 3rem;
}

.modal-customized h4 {
    font-family: "Ubuntu Mono";
    letter-spacing: -0.125rem;
    margin-top: 2rem;
    border-bottom: 2px solid #ccc;
    width: 100%;
}

.modal-customized .modal-body {
    padding: 1.5rem;
}

@media (max-width: 480px) {
    .modal-customized .modal-body {
        padding: .5rem;
        font-size: .9rem;
        line-height: 1.4;
    }
}

.modal-customized .modal-body > ol {
    padding-right: 1.5rem;
}

@media (max-width: 480px) {
    .modal-customized .modal-body > ol {
        padding: .5rem .5rem .5rem 1.5rem;
    }
}

.modal-customized .modal-body > ol > li > strong:first-of-type {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: .5rem;
    margin-top: 2.2rem;
    display: block;
    position: relative;
}

.modal-customized .modal-body > ol > li > strong:first-of-type::before {
    content: "";
    position: absolute;
    left: -1.8rem;
    top: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 2px solid #98833c;
    border-right-color: transparent;
}

.modal-customized .modal-body > ol > li > ol > li {
    margin-bottom: .5rem;
}

.modal-customized .modal-body > ol > li > ul > li {
    list-style: disc;
}

.modal-customized .modal-body > ol > li > ul > li strong:first-of-type {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: .5rem;
    margin-top: 1.25rem;
    display: block;
}

.modal-customized .modal-body > ol > li {
    counter-increment: myIndex;
    list-style: none;
    position: relative;
}

.modal-customized .modal-body > ol > li:before {
    content: counter(myIndex);
    position: absolute;
    left: -18px;
    top: -2px;
    font-size: 24px;
    font-weight: 600;
    color: #128781;
}

/*modal override*/
.jssocials-share-twitter .jssocials-share-link {
    background: #00aced;
}

.jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba;
}

.jssocials-share-facebook .jssocials-share-link {
    background: #3b5998;
}

.jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373;
}

.jssocials-share-googleplus .jssocials-share-link {
    background: #dd4b39;
}

.jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321;
}

.jssocials-share-linkedin .jssocials-share-link {
    background: #007bb6;
}

.jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983;
}

.jssocials-share-pinterest .jssocials-share-link {
    background: #cb2027;
}

.jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f;
}

.jssocials-share-email .jssocials-share-link {
    background: #3490F3;
}

.jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6;
}

.jssocials-share-stumbleupon .jssocials-share-link {
    background: #eb4823;
}

.jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412;
}

.jssocials-share-whatsapp .jssocials-share-link {
    background: #29a628;
}

.jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e;
}

.jssocials-share-telegram .jssocials-share-link {
    background: #2ca5e0;
}

.jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd;
}

.jssocials-share-line .jssocials-share-link {
    background: #25af00;
}

.jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00;
}

.jssocials-share-viber .jssocials-share-link {
    background: #7b519d;
}

.jssocials-share-viber .jssocials-share-link:hover {
    background: #61407b;
}

.jssocials-share-pocket .jssocials-share-link {
    background: #ef4056;
}

.jssocials-share-pocket .jssocials-share-link:hover {
    background: #e9132e;
}

.jssocials-share-messenger .jssocials-share-link {
    background: #0084ff;
}

.jssocials-share-messenger .jssocials-share-link:hover {
    background: #006acc;
}

.jssocials-share-vkontakte .jssocials-share-link {
    background: #45668e;
}

.jssocials-share-vkontakte .jssocials-share-link:hover {
    background: #344d6c;
}

.jssocials-share-link {
    padding: .5em .6em;
    color: #fff;
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #fff;
}

.jssocials-share-count-box {
    position: relative;
    height: 2.5em;
    padding: 0 .3em;
    margin-left: 0.3em;
    background: #f5f5f5;
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box:hover {
    background: gainsboro;
}

.jssocials-share-count-box:hover:after {
    border-color: transparent gainsboro transparent transparent;
}

.jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444;
}

.jssocials-shares {
    text-align: center!important;
}

.jssocials-shares a {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0;
    text-align: center;
}

.jssocials-shares .jssocials-share {
    display: inline;
    padding: 0;
    margin: 0 .25rem;
    text-align: center;
}

.jssocials-shares .jssocials-share i:before {
    font-size: 2rem;
    line-height: 1.5;
}

/*top bar*/
.top-bar {
    background: #98833c;
    height: 10px;
    padding: .7rem 3rem 0;
}

.top-bar h1, .top-bar > span {
    font-size: .825rem;
    color: #fff;
    font-weight: 300;
    display: block;
    margin-bottom: .5rem;
    line-height: 1.1;
}

/*awards*/
.awards {
    margin: 2rem auto 3rem;
    padding: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.awards li {
    list-style: none;
    display: inline;
    margin: 0 .25rem;
}

@media (max-width: 480px) {
    .awards li:nth-child(4) {
        display: none;
    }
}

.awards li img {
    width: 100px;
    margin: 0 .5rem;
}

@media (max-width: 480px) {
    .awards li img {
        width: 70px;
        margin: 0 .125rem;
    }

    .awards li img:nth-child(4) {
        display: none;
    }
}

#carousel-home {
    margin-bottom: 3rem;
}

@media (max-width: 480px) {
    #carousel-home {
        padding-top: 115px;
    }
}

/*servicezs*/
#services {
    padding: 2rem 0 5rem;
}

@media (max-width: 480px) {
    #services {
        padding: .5rem 0 5rem;
    }
}

#services [class*='col-lg-'] {
    border-right: 4px solid #fff;
    overflow: hidden;
}

#services [class*='col-lg-']:last-of-type {
    /*border: none;*/
}

#services [class*='col-lg-'] a {
    color: #000;
    position: relative;
    display: block;
}

#services [class*='col-lg-'] img {
    margin-bottom: 1rem;
    transition: .3s;
}

#services [class*='col-lg-'] p {
    padding: 0 2rem;
    text-align: center;
}

#services [class*='col-lg-']:hover img {
    transform: scale(1.05);
}

#services .over-title {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    transition: .3s;
}

#services .over-title > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #98833c;
    color: #fff;
    padding: .5rem 0;
    line-height: 1.5;
}

#services .over-title:hover {
    background: rgba(0, 0, 0, 0.75);
}

/*to top*/
#totop {
    position: fixed;
    right: 30px;
    bottom: -60px;
    background: #98833c;
    width: 45px;
    height: 45px;
    transition: .3s;
    text-align: center;
    z-index: 12;
}

#totop i:before {
    position: relative;
    top: 7px;
    transition: .3s;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1;
}

#totop:hover {
    background: #634702;
}

#totop:hover i:before {
    top: 0;
}

/*loader*/
.loader {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -moz-radial-gradient(center, ellipse cover, #fcfcfc 0%, #f2f2f2 73%, #e5e5e5 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #fcfcfc 0%, #f2f2f2 73%, #e5e5e5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #fcfcfc 0%, #f2f2f2 73%, #e5e5e5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e5e5e5', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.6);
}

/*circolar-indicator*/
.circle-indicator > .carousel-indicators {
    position: static;
    margin-top: 15px;
    margin-bottom: 25px;
}

.circle-indicator > .carousel-indicators li {
    height: 16px;
    width: 16px;
    border: #98833c 2px solid;
    border-radius: 50%;
    box-sizing: border-box;
    background: transparent!important;
}

.circle-indicator > .carousel-indicators li.active {
    background: #98833c !important;
}

#instafeed a {
    width: 25%;
    padding: 0 .125rem;
    margin-bottom: .125rem;
    height: 150px;
    background-position: center!important;
    background-size: cover!important;
    display: inline-block;
}

/*cookies*/
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    z-index: 999;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #eee;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    margin-left: 30px;
}

#gdpr-cookie-message h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: #000;
    font-size: 15px;
    line-height: 1.5em;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}

#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}

#gdpr-cookie-message a {
    color: var(--red);
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button, button#ihavecookiesBtn {
    border: none;
    background: var(--red);
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:hover {
    background: white;
    color: var(--red);
    transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
    background: white;
    color: var(--red);
}

#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

/*bottom-bar*/
#bottom-bar {
    position: fixed;
    bottom: -100px;
    height: 46px;
    left: 0;
    right: 0;
    background: #98833c;
    transition: .3s;
    z-index: 10;
}

#bottom-bar p {
    font-size: 1.05rem;
    color: #fff;
    font-weight: 500;
    margin: 1rem;
    padding-left: 1.5rem;
}

#bottom-bar .social {
    right: 90px;
}

#bottom-bar.fisso {
    bottom: 0;
}

#bottom-bar.fisso .social a:before {
    color: #fff;
}

#bottom-bar > div {
    height: 60px;
}

#bottom-bar #CDSSCROLLINGRAVE.wide {
    width: 50%;
    max-width: 650px;
    margin: 0 auto;
    top: 2px;
    position: absolute;
    left: 50%;
    padding: 0 1rem;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    #bottom-bar #CDSSCROLLINGRAVE.wide {
        left: 1rem;
        transform: none;
    }
}

.carousel-item {
    height: 100%;
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .carousel-item {
        background-image: none!important;
    }
}

#visual {
    height: 650px;
    position: relative;
}

@media (max-width: 480px) {
    #visual {
        height: 500px;
        padding-top: 115px;
    }
}

#visual > div {
    height: 100%;
}

#visual + .bread + .awards + h1 {
    font-family: 'Crimson', serif;
    font-weight: 700;
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-bottom: .125rem;
}

#visual + .bread + .awards + h1 > span {
    border-bottom: 1px solid #98833c;
    padding: 0 1rem .725rem;
    background: white;
    z-index: 1;
    position: relative;
}

#visual + .bread + .awards + h1 > span:before {
    content: "";
    position: absolute;
    background: white;
    width: 25px;
    top: 0;
    bottom: -10px;
    left: -25px;
}

#visual + .bread + .awards + h1 > span:after {
    content: "";
    position: absolute;
    background: white;
    width: 25px;
    top: 0;
    bottom: -10px;
    right: -25px;
}

#visual + .bread + .awards + h1 + p > span {
    font-family: 'Crimson', serif;
    font-weight: 400;
    font-size: 1.125rem;
    color: #634702;
    text-transform: uppercase;
    letter-spacing: .25rem;
    margin: 0 0 .5rem;
    display: inline-block;
}

.bread {
    background: #f4f4f4;
    padding: .5rem 0;
    font-size: 1.125rem;
}

.bread span {
    padding: 0 .5rem;
    border-right: 1px solid;
}

.bread span:last-child {
    padding: 0 .5rem;
    border-right: none;
}

.bread a {
    font-weight: 400;
}

/* gallery*/
#gallery {
    padding: 3rem 0;
}

#gallery .image-box {
    margin-bottom: 30px;
}

#gallery .image-box img {
    max-width: 100%;
    height: auto;
    border: 4px solid #aa9841;
}

#gallery .image-box a {
    cursor: pointer;
    position: absolute;
    left: 15px;
    top: 0;
    right: 15px;
    bottom: 0;
    transition: .3s;
    -webkit-transition: .3s;
    background: url(img/esa-plus.svg) center -3px no-repeat;
    outline: 0;
}

.modal-backdrop {
    opacity: 1;
}

/**/
.modal-dialog.modal-lg {
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal-dialog.modal-lg [id*="carousel-gallery"] {
    height: 100%;
    width: 100%;
}

.modal-dialog.modal-lg [id*="carousel-gallery"] .carousel-inner {
    height: 100%;
    width: 100%;
}

.modal-dialog.modal-lg [id*="carousel-gallery"] .carousel-inner .carousel-item {
    height: 100%;
    width: 100%;
}

.modal-dialog.modal-lg [id*="carousel-gallery"] .carousel-inner .carousel-item img {
    height: 100%;
    width: auto;
}

/*FEAUTURES*/
.feautures {
    list-style: none;
    margin: 0;
    padding: 0;
}

.feautures.four li {
    width: 24%;
}

@media (max-width: 480px) {
    .feautures.four li {
        width: 99%;
        font-size: .725rem;
    }
}

@media (max-width: 400px) {
    .feautures.four li {
        width: 99%;
        font-size: .825rem;
    }
}

.feautures li {
    display: inline-block;
    box-sizing: border-box;
    width: 32%;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 400;
    box-shadow: 10px 0 15px -10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 480px) {
    .feautures li {
        width: 98%;
    }
}

.feautures li i:before {
    font-size: 4rem;
    color: #98833c;
    display: block;
    float: left;
    text-align: center;
    width: 30%;
    margin: 0;
    vertical-align: top;
}

.feautures li span {
    float: left;
    width: 70%;
    vertical-align: middle;
    padding: 1rem .725rem 0 .725rem;
    text-align: left;
    line-height: 1.1;
}

#recensioni #wp-widget-reviews {
    border: none !important;
}

#recensioni #wp-widget-reviews * {
    font-family: 'Ubuntu', sans-serif;
}

#recensioni #wp-widget-reviews .weddingwireWidget--white {
    background: none;
    border: none !important;
}

#recensioni #wp-widget-reviews .weddingwireWidget__header {
    display: none;
}

#recensioni #wp-widget-reviews .weddingWireWidgetReview {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    min-height: 260px;
}

@media (max-width: 480px) {
    #recensioni #wp-widget-reviews .weddingWireWidgetReview {
        width: 100%;
        min-height: auto;
        display: block;
    }
}

#recensioni #wp-widget-reviews .weddingWireWidgetReview .weddingWireWidgetReview__title {
    font-size: 1.125rem;
    font-weight: 500;
    color: #98833c;
}

#recensioni #wp-widget-reviews .weddingWireWidgetReview .weddingWireWidgetReview__user {
    font-size: 1.125rem;
    font-weight: 400;
}

#recensioni #wp-widget-reviews .weddingWireWidgetReview span.weddingWireWidgetReview__timestamp {
    display: block;
}

#recensioni #wp-widget-reviews .weddingWireWidgetReview:nth-of-type(3) {
    border-right: 1px solid #98833c;
    border-left: 1px solid #98833c;
}

@media (max-width: 480px) {
    #recensioni #wp-widget-reviews .weddingWireWidgetReview:nth-of-type(3) {
        border-left: none;
        border-right: none;
    }
}

#recensioni #wp-widget-reviews .weddingWireWidgetReview a {
    color: #98833c;
    font-weight: 600;
    display: block;
}

#recensioni #wp-widget-reviews #bodasnet-button {
    width: 320px;
    background: #98833c !important;
    display: block;
    margin: auto;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

#recensioni #wp-widget-reviews #bodasnet-widget-footer {
    background: none!important;
}

#nl-ql {
    padding: .5rem 0 .35rem;
    background: #98833c;
    color: #fff;
    font-weight: 600;
}

#nl-ql p {
    font-size: 1.1rem;
    padding-top: 0.4rem;
}

#nl-ql .iscriviti-box [type="submit"] {
    background: #fff;
    color: #98833c;
}

#nl-ql .iscriviti-box [type="submit"]:hover {
    background: #634702;
    color: #fff;
}

#footer-t {
    padding: 4rem 0 6rem;
    color: #fff;
    background: #304030;
    box-shadow: 0 85px 85px -20px rgba(0, 0, 0, 0.25) inset;
}

@media (max-width: 480px) {
    #footer-t {
        text-align: center;
        position: relative;
    }
}

@media (max-width: 480px) {
    #footer-t .details {
        padding-top: 17rem;
    }

    #footer-t .details + div {
        position: absolute;
        top: 2rem;
        left: 0;
        right: 0;
        padding: 0;
        margin: 0;
    }
}

#footer-t .logo-small {
    max-width: 205px;
    display: block;
    margin: 0 auto 1rem;
}

#footer-t .awards {
    position: static;
    bottom: auto;
    margin: 2.5rem auto;
    left: auto;
    right: auto;
    width: 100%;
    display: block;
}

@media (max-width: 480px) {
    #footer-t .awards {
        margin: 2rem auto!important;
    }
}

#footer-t .awards img {
    width: 65px;
    margin: 0 .125rem;
}

#footer-t .awards li:nth-child(3) img {
    width: 75px;
    margin: 0 .125rem;
    filter: invert(1);
}

@media (max-width: 480px) {
    #footer-t .awards img {
        width: 55px;
    }
}

#footer-t .details p {
    font-size: .875rem;
}

#footer-t .details p a {
    color: #fff;
    border-bottom: 1px dotted #eee;
}

#footer-t .details p a:hover {
    color: #98833c;
}

#footer-t .details .emails p {
    line-height: 1.3;
    margin: 0 0 .5rem;
}

#footer-t .social {
    position: static;
}

.secondary-menu {
    list-style: none;
    padding: 0 0 1rem;
    margin: 0 0 1rem;
    border-bottom: 1px dotted #fff;
}

.secondary-menu a {
    color: #fff;
}

.secondary-menu a:hover {
    color: #98833c;
}

.credits {
    background: #253225;
    padding: .5rem 0;
    color: #969696;
}

.credits p {
    font-size: .875rem;
    line-height: 1.2;
    padding: .125rem 0;
    margin: 0;
    text-align: center;
}

.credits p a {
    color: #969696;
    text-decoration: underline;
}

#nav-icon3 {
    width: 40px;
    height: 42px;
    position: fixed;
    top: 40px;
    right: 30px;
    margin: 0 auto;
    z-index: 3;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

@media (max-width: 480px) {
    #nav-icon3 {
        right: 20px;
    }
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #98833c;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 12px;
}

#nav-icon3 span:nth-child(4) {
    top: 24px;
}

#nav-icon3 .text-menu {
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: .85rem;
    font-weight: 600;
    color: #634702;
    transition: .3s;
    opacity: 1;
}

.open-menu #nav-icon3 span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
}

.open-menu #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open-menu #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open-menu #nav-icon3 span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
}

.fisso #nav-icon3 {
    top: 6px;
}

.fisso #nav-icon3 .text-menu {
    opacity: 0;
}

#main-menu nav {
    position: fixed;
    z-index: 1;
    background: rgba(255, 255, 255, 0.85);
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    border-top: 2px solid #98833c;
    box-shadow: 0 10px 35px -20px rgba(0, 0, 0, 0.35) inset;
    width: 400px;
}

@media (max-width: 480px) {
    #main-menu nav {
        width: 100%;
    }
}

#main-menu nav > ul {
    list-style: none;
    display: block;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    padding-left: .5rem;
    text-align: left;
    padding-top: 4rem;
    height: 100%;
    font-size: 1.25rem;
}

#main-menu nav > ul:first-of-type {
    border-left: none;
}

#main-menu nav > ul.single > li {
    border-right: 0!important;
}

#main-menu nav > ul.single > li a {
    display: block;
    margin-left: .5rem;
}

#main-menu nav > ul > li .separator {
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #98833c;
    display: block;
    color: #98833c;
}

#main-menu nav > ul > li > a {
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #98833c;
    display: block;
}

#main-menu nav > ul > li > ul {
    padding: 0;
}

#main-menu nav > ul > li > ul ul {
    padding: 0!important;
}

#main-menu nav li {
    list-style: none;
    padding-left: .9rem;
}

@font-face {
    font-family: 'fontello';
    src: url('../font/fontello/fontello.eot?57326076');
    src: url('../font/fontello/fontello.eot?57326076#iefix') format('embedded-opentype'), url('../font/fontello/fontello.woff2?57326076') format('woff2'), url('../font/fontello/fontello.woff?57326076') format('woff'), url('../font/fontello/fontello.ttf?57326076') format('truetype'), url('../font/fontello/fontello.svg?57326076#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello/fontello.svg?57326076#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-cucina:before {
    content: '\e800';
}

.icon-cucito:before {
    content: '\e801';
}

.icon-balcone-2:before {
    content: '\e802';
}

.icon-transfer:before {
    content: '\e803';
}

.icon-left:before {
    content: '\e804';
}

.icon-fork-spoon:before {
    content: '\e805';
}

.icon-drin:before {
    content: '\e806';
}

.icon-air:before {
    content: '\e807';
}

.icon-buffet:before {
    content: '\e808';
}

.icon-wedding:before {
    content: '\e809';
}

.icon-buffet-2:before {
    content: '\e80a';
}

.icon-viaggio:before {
    content: '\e80b';
}

.icon-bomboniera-2:before {
    content: '\e80c';
}

.icon-down:before {
    content: '\e80d';
}

.icon-wa:before {
    content: '\e80e';
}

.icon-chef:before {
    content: '\e80f';
}

.icon-servizio:before {
    content: '\e810';
}

.icon-vasca:before {
    content: '\e811';
}

.icon-phone:before {
    content: '\e812';
}

.icon-cake:before {
    content: '\e813';
}

.icon-accessori-bagno:before {
    content: '\e814';
}

.icon-fb:before {
    content: '\e815';
}

.icon-up:before {
    content: '\e816';
}

.icon-cin:before {
    content: '\e817';
}

.icon-servizio-24:before {
    content: '\e818';
}

.icon-vasca-2:before {
    content: '\e819';
}

.icon-phone-2:before {
    content: '\e81a';
}

.icon-laurea:before {
    content: '\e81b';
}

.icon-ciabatte:before {
    content: '\e81c';
}

.icon-insta:before {
    content: '\e81d';
}

.icon-mail:before {
    content: '\e81e';
}

.icon-anello:before {
    content: '\e81f';
}

.icon-vasca-1:before {
    content: '\e820';
}

.icon-wifi:before {
    content: '\e821';
}

.icon-map:before {
    content: '\e822';
}

.icon-anelli:before {
    content: '\e823';
}

.icon-valigia:before {
    content: '\e824';
}

.icon-share:before {
    content: '\e825';
}

.icon-marker:before {
    content: '\e826';
}

.icon-sposi:before {
    content: '\e827';
}

.icon-colazione:before {
    content: '\e828';
}

.icon-air-2:before {
    content: '\e829';
}

.icon-cucito-2:before {
    content: '\e82a';
}

.icon-balcone:before {
    content: '\e82b';
}

.icon-servizio-2:before {
    content: '\e82c';
}

.icon-right:before {
    content: '\e82d';
}

.icon-tripadvisor:before {
    content: '\e82e';
}

.icon-valigie:before {
    content: '\e82f';
}

.icon-mobile-map:before {
    content: '\e830';
}

.icon-vestito:before {
    content: '\e831';
}

.icon-palloncini:before {
    content: '\e832';
}

.icon-letto:before {
    content: '\e833';
}

.icon-campana:before {
    content: '\e834';
}

.icon-libro:before {
    content: '\e835';
}

.icon-bouquet:before {
    content: '\e836';
}

.icon-auto:before {
    content: '\e837';
}

.icon-sigaro:before {
    content: '\e838';
}

.icon-narghile:before {
    content: '\e839';
}

.icon-confetti:before {
    content: '\e83a';
}

.icon-partecipazioni:before {
    content: '\e83b';
}

.icon-torta:before {
    content: '\e83c';
}

.icon-musica:before {
    content: '\e83d';
}

.icon-foto:before {
    content: '\e83e';
}

.icon-video:before {
    content: '\e83f';
}

.icon-coccarda:before {
    content: '\e840';
}

.icon-stella:before {
    content: '\e841';
}

.icon-libro-1:before {
    content: '\e842';
}

.icon-tw:before {
    content: '\e843';
}

.icon-messenger:before {
    content: '\e844';
}

.icon-in:before {
    content: '\e845';
}

.icon-001-wedding-arch:before {
    content: '\e846';
}

.icon-002-wedding-bells:before {
    content: '\e847';
}

.icon-003-bouquet:before {
    content: '\e848';
}

.icon-004-photographer:before {
    content: '\e849';
}

.icon-005-wedding-car:before {
    content: '\e84a';
}

.icon-007-microphone:before {
    content: '\e84b';
}

.icon-009-wedding-1:before {
    content: '\e84c';
}

.icon-011-wedding-3:before {
    content: '\e84d';
}

.icon-012-wedding-date:before {
    content: '\e84e';
}

.icon-013-wedding-4:before {
    content: '\e84f';
}

.icon-014-groom:before {
    content: '\e850';
}

.icon-015-wedding-5:before {
    content: '\e851';
}

.icon-017-just-married:before {
    content: '\e852';
}

.icon-023-camera:before {
    content: '\e853';
}

.icon-024-headphones:before {
    content: '\e854';
}

.icon-025-wedding-arch-1:before {
    content: '\e855';
}

.icon-026-priest:before {
    content: '\e856';
}

.icon-027-catering:before {
    content: '\e857';
}

.icon-028-musician:before {
    content: '\e858';
}

.icon-029-makeup:before {
    content: '\e859';
}

.icon-030-gramophone:before {
    content: '\e85a';
}

.icon-031-wedding-dress:before {
    content: '\e85b';
}

.icon-032-honeymoon:before {
    content: '\e85c';
}

.icon-033-suitcase:before {
    content: '\e85d';
}

.icon-034-candles:before {
    content: '\e85e';
}

.icon-035-vinyl:before {
    content: '\e85f';
}

.icon-036-door-hanger:before {
    content: '\e860';
}

.icon-037-just-married-1:before {
    content: '\e861';
}

.icon-038-bride-dress:before {
    content: '\e862';
}

.icon-039-bride:before {
    content: '\e863';
}

.icon-041-gifts:before {
    content: '\e864';
}

.icon-042-ballad:before {
    content: '\e865';
}

.icon-043-island:before {
    content: '\e866';
}

.icon-044-honeymoon-1:before {
    content: '\e867';
}

.icon-045-cutlery:before {
    content: '\e868';
}

.icon-046-bells:before {
    content: '\e869';
}

.icon-001-church:before {
    content: '\e86a';
}

.icon-002-violin:before {
    content: '\e86b';
}

.icon-003-violin-1:before {
    content: '\e86c';
}

.icon-004-double-bass:before {
    content: '\e86d';
}

.icon-005-double-bass-1:before {
    content: '\e86e';
}

.icon-006-electric-guitar:before {
    content: '\e86f';
}

.icon-007-music:before {
    content: '\e870';
}

.icon-009-electric-guitar-1:before {
    content: '\e871';
}

.icon-010-karaoke:before {
    content: '\e872';
}

.icon-013-music-and-multimedia:before {
    content: '\e873';
}

.icon-016-djembe:before {
    content: '\e874';
}

.icon-017-djembe-1:before {
    content: '\e875';
}

.icon-020-dj-mixer:before {
    content: '\e876';
}

.icon-021-music-1:before {
    content: '\e877';
}

.icon-022-dj:before {
    content: '\e878';
}

.icon-024-projector:before {
    content: '\e879';
}

.icon-025-projector-1:before {
    content: '\e87a';
}

.icon-027-saxophone:before {
    content: '\e87b';
}

.icon-001-trumpet:before {
    content: '\e87c';
}

.icon-004-trumpet-3:before {
    content: '\e87d';
}

.icon-005-drum-set:before {
    content: '\e87e';
}

.icon-006-drum:before {
    content: '\e87f';
}

.icon-009-piano:before {
    content: '\e880';
}

.icon-011-piano-1:before {
    content: '\e881';
}

.icon-012-piano-2:before {
    content: '\e882';
}

.icon-014-piano-4:before {
    content: '\e883';
}

:root {
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
}

@media (max-width: 1440px) {
    :root {
        font-size: 15px;
    }
}

b * {
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
    color: #2f2f2f;
}

a {
    color: #98833c;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:focus, a:active {
    outline: none;
}

button:hover, button:focus, button:active, .btn:hover, .btn:focus, .btn:active {
    outline: none!important;
}

/*cross*/
.headline {
    position: absolute;
    top: 55%;
    padding: .3rem;
    background: rgba(255, 255, 255, 0.66);
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Crimson', serif;
    font-weight: 700;
    font-size: 2rem;
    transform: translateY(-50%);
}

.heading-2 {
    font-family: 'Crimson Text', serif;
    font-size: 1.725rem;
    font-weight: 700;
    color: #98833c;
    margin-bottom: .5rem;
    line-height: 1.15;
}

@media (max-width: 480px) {
    .heading-2 {
        padding: 0 1rem!important;
    }
}

.heading-3 {
    font-family: 'Crimson Text', serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #98833c;
    margin-bottom: .5rem;
    line-height: 1.15;
}

@media (max-width: 480px) {
    .heading-3 {
        padding: 0 1rem;
    }
}

.border-b {
    border-bottom: 1px solid #98833c;
}

@media (max-width: 480px) {
    .border-b {
        font-size: 1.5rem;
        padding: 0 1rem;
        display: block;
    }
}

.sub-title {
    font-weight: 500;
    padding-top: .125rem;
    margin-bottom: .725rem;
    color: #98833c;
}

.quote {
    text-align: left;
    padding-left: 100px;
    position: relative;
}

.quote:before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“';
    position: absolute;
    left: 0;
    font-size: 18rem;
    line-height: .7;
    top: 0;
}

.menu-is-open {
    overflow: hidden;
}

.down-shadow {
    box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.2);
}

.m-t-1 {
    margin-top: 1rem!important;
}

.m-t-2 {
    margin-top: 2rem!important;
}

.m-t-3 {
    margin-top: 3rem!important;
}

.m-t-5 {
    margin-bottom: 5rem!important;
}

.m-b-1 {
    margin-bottom: 1rem!important;
}

.m-b-2 {
    margin-bottom: 2rem!important;
}

.m-b-3 {
    margin-bottom: 3rem!important;
}

.m-b-4 {
    margin-bottom: 4rem!important;
}

.m-b-5 {
    margin-bottom: 5rem!important;
}

.p-t-1 {
    padding-top: 1rem!important;
}

.p-t-2 {
    padding-top: 2rem!important;
}

.p-t-3 {
    padding-top: 3rem!important;
}

.p-t-5 {
    padding-bottom: 5rem!important;
}

.p-b-1 {
    padding-bottom: 1rem!important;
}

.p-b-2 {
    padding-bottom: 2rem!important;
}

.p-b-5 {
    padding-bottom: 5rem!important;
}

.info-small {
    font-size: 0.875rem;
}

.smallest {
    font-size: 1.125rem;
}

.lancio {
    border-right: 1px solid #98833c;
    padding-right: 2.5rem;
}

@media (max-width: 768px) {
    .lancio {
        padding-right: auto;
        margin-bottom: 2rem;
        text-align: center!important;
        border-right: none;
        border-bottom: 1px solid #98833c;
    }
}

.lancio h3 {
    font-size: 2.5rem;
    font-weight: 300;
    color: #98833c;
}

.max-width-900 {
    max-width: 900px;
    padding: 0 2.5rem 2rem;
    box-sizing: border-box;
    margin: 1rem auto 2rem;
    font-size: 1.25rem!important;
}

@media (max-width: 768px) {
    .max-width-900 {
        border: none;
        max-width: 85%;
    }
}

/*xxxxxxxxxxx/*/
.four-box [class*='col'] {
    transition: .3s;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.four-box [class*='col']:hover {
    box-shadow: 0 15px 25px -25px rgba(0, 0, 0, 0.25);
}

.four-box h2 {
    font-family: 'ubuntu';
    font-weight: 300;
    position: relative;
    top: -40px;
    background: #98833c;
    color: #fff;
    padding: 0.25rem 1rem!important;
    text-align: left;
}

.four-box p {
    position: relative;
    top: -40px;
    color: #222;
    padding: 0 0.75rem !important;
    text-align: left !important;
    font-size: 1.25rem;
}

.heading-3 span {
    border-bottom: 0!important;
    padding: 0 1rem .725rem;
    background: white;
    border-top: 1px solid #98833c;
    z-index: 1;
    position: static;
    font-weight: 400;
    font-size: 1.8rem;
}

@media (max-width: 480px) {
    .heading-3 span {
        display: block;
    }
}

.heading-3 small {
    display: block;
    font-weight: 600;
    font-size: 2.1rem;
    text-transform: uppercase;
}

.sans {
    font-family: "ubuntu";
    font-size: 1.35rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.ql-text {
    max-width: 670px;
    padding-left: 1rem;
}

.ql-text ul {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    /* border-bottom:1px dashed #98833c; */
}

.ql-text ul li {
    font-size: 1.25rem !important;
    padding-bottom: .25rem;
    font-weight: 400;
}

@media (max-width: 480px) {
    .ql-text p {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

.ql-text h2 {
    text-align: left;
    /* font-size: 2.8rem; */
}

.text-carousel {
    max-width: 85%;
    padding: 0 1rem 2rem;
    text-align: left;
}

@media (max-width: 1440px) {
    .text-carousel {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .text-carousel {
        padding: 0 0 2rem;
    }
}

.text-carousel p {
    font-size: 1.125rem;
}

.text-carousel h2 {
    text-align: left;
    margin-top: 0;
}

.container-md {
    max-width: 90%;
    margin: auto;
}

.has-gallery .modal-backdrop.show {
    opacity: 1;
}

.modal-dialog.modal-gallery {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
}

[id*="carousel-gallery"] {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
}

@media (max-width: 480px) {
    [id*="carousel-gallery"] {
        position: relative;
    }
}

.modal-dialog.modal-gallery .close {
    color: #ffffff;
    position: fixed;
    right: 15px;
    top: 0;
    font-size: 3rem;
    cursor: pointer;
    z-index: 1;
}

.modal-dialog.modal-gallery .carousel-inner, [id*="carousel-gallery"] .modal-dialog.modal-gallery .carousel-inner .carousel-item {
    min-height: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

@media (max-width: 480px) {
    .modal-dialog.modal-gallery .carousel-inner, [id*="carousel-gallery"] .modal-dialog.modal-gallery .carousel-inner .carousel-item {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
}

[id*="carousel-gallery"] .carousel-inner .carousel-item img {
    height: 100%!important;
    width: auto !important;
}

@media (max-width: 480px) {
    [id*="carousel-gallery"] .carousel-inner .carousel-item img {
        height: auto!important;
        width: 100%!important;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

.mobile .modal-dialog.modal-gallery {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.mobile .modal-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
}

.mobile #carousel-gallery {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
}

.header-img {
    background-position: top center;
    background-size: cover;
}

.checked {
    list-style: none;
}

.checked li {
    font-size: 1.125rem;
    position: relative;
}

.checked li.double-line {
    line-height: 1.25;
    padding-bottom: .125rem;
}

.checked li:before {
    content: "";
    top: 4px;
    position: absolute;
    height: 10px;
    width: 20px;
    border-left: 2px solid #98833c;
    border-bottom: 2px solid #98833c;
    left: -25px;
    transform: rotate(-45deg);
}

.checked li:after {
    content: "";
    position: absolute;
    left: -30px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #98833c;
    border-right: 0;
    top: 6px;
    transform: rotate(-25deg);
}

.contatti h3 {
    font-weight: 400;
    font-size: 1.25rem;
}

.contatti p {
    margin: 0;
}

.contatti p strong {
    display: block;
}

.bigger-h {
    font-size: 2.55rem;
    display: block;
}

@media (max-width: 480px) {
    .bigger-h {
        font-size: 2.125rem;
    }
}

.iscriviti-box {
    position: relative;
}

.iscriviti-box p {
    font-weight: 500;
}

.iscriviti-box .cta-outline {
    background: #98833c;
    color: #fff;
    padding: .25rem 1rem;
    border-radius: 0 .5rem .5rem 0;
    text-align: center;
    font-weight: 600;
    margin: 0;
    font-size: 1.125rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid #98833c;
    bottom: 0;
}

.iscriviti-box .cta-outline:hover {
    background: #f4f4f4;
    color: #98833c;
}

.email-trigger:before {
    font-size: 2.5rem;
    vertical-align: middle;
    text-decoration: none!important;
    margin: 0 !important;
    padding: 0;
    text-align: left!important;
    left: -0.5rem;
    position: relative;
}

#results-list {
    padding: 230px 0 50px;
    margin: 0;
    background: url(/images/la-porta-del-principe-villa-matrimoni-feste-cerimonie-eventi-aziendali-roma.svg) center 35px / auto 120px no-repeat;
}

.pagination-box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    color: #fff;
    z-index: 2;
}

a.downloadable {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}

a.downloadable:hover {
    transform: translateY(-50%) scale(0.875);
}

a.downloadable img {
    height: 60px;
}

.legend {
    background: #826406;
    color: #fff;
    text-align: center;
}

.legend > span {
    padding: .725rem 1rem;
    font-size: 1.25rem;
    text-transform: uppercase;
}

#target-content {
    max-width: 100%;
    overflow-x: auto;
}

ul.pagination {
    display: block!important;
    text-align: center;
    margin: 0;
}

ul.pagination li {
    display: inline-block;
    padding: .5rem;
    border-right: 1px dashed #6b6b6b;
    font-size: 1.25rem;
    margin: 1rem 0;
    color: #fff;
}

ul.pagination li a {
    color: #bbb;
    font-weight: 400;
}

ul.pagination li.active a {
    color: #fff;
    font-weight: 700;
}

table.table.table-striped th {
    min-width: 14.285714285714286%;
}

table.table.table-striped th:nth-child(1) {
    width: 150px;
}

table.table.table-striped th:nth-child(2) {
    width: 200px;
}

table.table.table-striped th:nth-child(4) {
    width: 100px;
}

table.table.table-striped th:nth-child(5) {
    width: 150px;
}

table.table.table-striped th:nth-child(6) {
    width: 40%;
}

table.table.table-striped th:nth-child(7) {
    width: 130px;
}

table.table.table-striped tbody {
    height: 100px;
    overflow: hidden;
}

.messaggio {
    display: block;
}

.messaggio p {
    white-space: nowrap;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#modal-info td {
    display: block;
    border-bottom: 1px solid #eee;
    padding: .25rem 1rem;
}

#modal-info td p {
    overflow: visible;
    white-space: normal;
    width: 100%;
}

.modal-trigger {
    text-align: center;
    display: block;
    cursor: pointer;
}

.modal-trigger img {
    position: relative;
    transition: 0.3s;
}

.modal-trigger:hover img {
    transform: scale(0.8);
}

#modal-info .modal-trigger {
    display: none;
}

@media (max-width: 480px) {
    .fixed-height {
        height: auto!important;
        padding-bottom: 3rem!important;
    }

    .fixed-height .img-box {
        min-height: 400px!important;
    }
}

.error-page h1 .bigger-h {
    padding-top: 12rem;
    font-size: 10rem;
    line-height: 1;
}

.service-list {
    border-top: 1px solid #98833c;
    color: #98833c;
    display: inline-block;
    padding: 0 3rem;
}

.service-list > span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #98833c;
    border-radius: 50%;
    position: relative;
    top: -2px;
}

.service-list br {
    display: none;
}

@media (max-width: 480px) {
    .service-list br {
        display: block;
    }

    .service-list br + span {
        display: none;
    }
}

.card {
    border: 0;
    border-radius: 0;
    counter-increment: section;
}

.card .card-header {
    background: #fff;
    border: 0;
    padding: .5rem .5rem .25rem;
    border-bottom: 1px solid;
}

.card .card-header .card-link h3 {
    font-size: 1.25rem;
}

.card .card-header .card-link h3:before {
    content: counter(section);
    margin-right: 0.3rem;
}

.logo-solo {
    padding: 1rem 0 1.25rem;
}

.down-shadow .l-ql {
    position: relative;
}

.down-shadow .l-ql img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 300px;
    transform: translate(-50%, -50%);
    padding-bottom: 2rem;
}

.plus-lunch h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 2rem;
    text-decoration: none;
    margin-bottom: 3rem;
}

.plus-lunch, .download-app {
    background: #98833c;
    color: #fff;
    padding: 5rem 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3) inset;
}

.plus-lunch.white {
    background: #fff;
    color: #98833c!important;
    padding: 4rem 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3) inset;
}

.plus-lunch.white + div {
    padding-top: 4rem!important;
}

.plus-lunch.white .container>h2 {
    padding-top: 0px !important;
    color: #98833c!important;
    text-decoration: none!important;
}

.plus-lunch.white h2 {
    padding-top: 5rem!important;
    color: #98833c!important;
}

.plus-lunch.white h2:before {
    /* filter: invert(.7); */
}

.plus-lunch p {
    text-align: center;
    padding: 0 .785rem
}

.plus-lunch .col-md-4 h2 {
    position: relative;
    color: #fff;
    margin-top: 1.5rem;
    font-weight: 500;
    margin-bottom: .725rem;
    font-family: 'ubuntu';
    font-size: 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding-top: 7rem;
}

.download-app h2 {
    color: #fff;
    text-align: left;
    font-weight: 500;
    margin-bottom: .725rem;
    font-family: 'ubuntu';
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;
}

.ql-right {
    position: relative;
}

.ql-right .ql-text {
    margin-left: 5rem;
}

.download-app {
    position: relative;
}

.download-app h2 {
    color: #fff;
    border-bottom: 1px solid;
    margin-bottom: 2.5rem;
}

.download-app h3 {
    font-family: 'Crimson Text', serif;
    font-size: 1.725rem;
    font-weight: 700;
    margin: .5rem 0;
    text-align: center;
}

.download-app .cta-main {
    background: #fff;
    color: #98833c;
}

.download-app .cta-main:hover {
    color: #000;
}

/*QLD*/
img.qld-logo {
    width: 460px;
    margin: auto;
    display: block;
}

img.qld-logo + h1 small {
    font-size: 1.875rem;
    position: relative;
    top: -9px;
    left: -5px;
    color: #8ec045;
    letter-spacing: .08rem;
}

.logo-ql {
    position: absolute;
    top: 57%;
    max-width: 350px;
    left: 50%;
    transform: translate(-50% , -50%);
}

.ql-text .logo-ql {
    position: static;
    top: auto;
    display: block;
    margin: .5rem auto;
    max-width: 200px;
    left: auto;
    transform: none;
}

.logo-ql {
    position: absolute;
    top: 57%;
    max-width: 350px;
    left: 50%;
    transform: translate(-50% , -50%);
}

.steps {
    counter-reset: section;
}

.steps li {
    color: #222;
    font-size: 1.25rem;
    list-style: none;
    margin-bottom: 2rem;
    position: relative;
    padding-left: 2rem;
    font-family: "ubuntu";
    font-weight: 500;
    border-bottom: 1px dashed;
}

.steps li:before {
    counter-increment: section;
    content: counter(section);
    background: #fff;
    width: 2.5rem;
    height: 2.5rem;
    color: #98833c;
    text-align: center;
    position: absolute;
    left: -1rem;
    top: .5rem;
    border: 2px solid #98833c;
    border-radius: 50%;
    line-height: 1.25;
    font-size: 1.725rem;
    border-left: 0;
}

.ql-text #quick-h {
    padding: 0
}

#quick-h {
    margin-left: 2rem!important;
    padding-top: 5.5rem;
    width: 85%;
    text-align: center;
    padding-bottom: 2rem;
}

#quick-h span {
    border: 0!important;
    margin: 0;
    font-size: 1.725rem;
    padding: 0;
}

.quick-indicator {
    position: absolute!important;
    bottom: -25px!important;
    margin: 0!important;
}

.plus-lunch h2:before {
    content: "";
    width: 6.5rem;
    height: 6.5rem;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}

.plus-lunch.white h2:before {
    content: "";
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}

.plus-lunch.white h2:after {
    background: #98833c;
    top: 4.5rem;
    width: 15rem;
}

.plus-lunch h2:after {
    content: "";
    width: 20rem;
    height: 2px;
    position: absolute;
    top: 6.25rem;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
}

.gourmet:before {
    background: url(../img/gourmet.svg) center/cover;
}

.healthy:before {
    background: url(../img/healthy.svg) center/cover;
}

.smart:before {
    background: url(../img/smart.svg) center/cover;
}

.novanta h2:before {
    background: url(../img/freddo.svg) center/cover;
    filter: invert()
}

.freddo h2:before {
    background: url(../img/micro.svg) center/cover;
    filter: invert()
}

.qrcode h2:before {
    background: url(../img/qrcode.svg) center/cover;
    filter: invert()
}

.feautures li i[class*="icona-"]:before {
    content: "";
    height: 7rem;
    color: #98833c;
    display: block;
    float: left;
    text-align: center;
    width: 30%;
    margin: 0;
    background-position: center!important;
    background-size: auto 4rem!important;
    background-repeat: no-repeat!important;
    vertical-align: top;
}

.feautures li i.icona-tap:before {
    background: url(../img/tap.svg)
}

.feautures li i.icona-stagione:before {
    background: url(../img/stagioni.svg)
}

.feautures li i.icona-quality:before {
    background: url(../img/quality.svg)
}

.feautures li i.icona-price:before {
    background: url(../img/price.svg)
}

.feautures li i.icona-chef:before {
    background: url(../img/chef.svg)
}

.feautures li i.icona-tutti:before {
    background: url(../img/tutti.svg)
}

.feautures li i.icona-allergia:before {
    background: url(../img/allergia.svg)
}

.feautures li i.icona-pack:before {
    background: url(../img/pack.svg)
}

.feautures li i[class*="icona-"] +span {
    color: #98833c !important;
    font-size: 1.125rem;
    text-transform: none;
    font-weight: 400;
    padding-right: 1.5rem;
    line-height: 1.35;
}

.chi-quick h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    color: #98833c;
    font-size: 2rem;
    text-decoration: underline
}

.chi-quick p {
    font-size: 1.35rem
}

@media(max-width: 640px) {.plus-lunch.white + div{padding-top:2rem!important}
    .plus-lunch.white .container>h2{margin:0 0 1.5rem!important}
    .plus-lunch, .download-app{padding: 2rem 0 0 !important;}
    .youtube-frame.home iframe {
        position: static;
        transform: none;
        padding-top: 1rem
    }
.newsletter .email{padding: 0 .5rem;text-align: left!important;}
    .youtube-frame.home +div {
        margin: 0;
        padding-top: 0!important;
    }

    .youtube-frame.home + div h2 {
        text-align: center;
    }
    #quick {
        display:none;
    }
    #quick-h{margin:0; padding:0}
    .youtube-frame iframe {
        height: 350px!important
    }

    .youtube-frame + div {
        margin-top: 2rem
    }

    .logo-ql {
        position: absolute;
        top: 60%;
        max-width: 280px;
        left: 50%;
        transform: translate(-50% , -50%);
    }
.ql-text{padding:0}
   .ql-text #quick-h {
        margin-left: 0rem!important;
        padding: 0;
        text-align: center;
        width:100%;
        padding:0 ;
        margin:0
    }

    .plus-lunch .col-md-4 {
        margin-bottom: 2rem!important;
    }

    .ql-text * {
        text-align: center!important
    }

    .ql-text h2 {
        margin-top: 2.5rem
    }

    .ql-text ul {
        padding: 0
    }

    .ql-text ul li {
        list-style: none;
    }

    #quick-h span {
        font-size: 1.5rem
    }

    #quick-h span br {
        display: none
    }

    .download-app {
        padding: 3rem 0 0!important;
        margin-bottom: 0
    }

    .download-app div {
        margin-bottom: 3rem;
    }
}

div#contattaci .modal-dialog {
    background: #fff;
    height: 100%;
}

#quicklunch .modal-dialog .modal-content,#contatti .modal-dialog .modal-content {
    background: #fff;
    position: static;
    display: block;
}

.icon-gplay img, .icon-appstore img {
    max-width: 250px!important;
    width: 202px
}

img.logo-form {
    width: 250px;
    margin: auto;
}

h5.modal-title-quick {
    display: block;
    width: 100%;
}

#quicklunch .modal-header {
    display: block!important;
    text-align: center
}

#quicklunch button {
    position: absolute;
    top: 1rem;
    right: 2rem
}
