.banner{height:50vh;min-height:256px;max-height:512px;background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;overflow:hidden}.banner img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}#appointment{padding:120px 0 100px;background:color-mix(in srgb, var(--color-black), #fff 95%)}#appointment h2{font-weight:700;font-size:clamp(24px,5vw,36px);text-align:center;margin-bottom:60px}#appointment .list_appointment{margin:0 -20px;display:flex}#appointment .list_appointment li{flex:1;padding:20px;display:flex}#appointment .list_appointment li a{flex:1;display:flex;flex-direction:column;border-radius:10px;background:var(--color-black);color:var(--color-white);overflow:hidden;text-decoration:none}#appointment .list_appointment li a img{display:block;width:100%;height:100%;object-fit:cover}#appointment .list_appointment li a>div{flex:1;font-size:18px;font-weight:700;text-transform:uppercase;display:flex;justify-content:center;align-items:center;text-align:center;padding:20px}#appointment .list_appointment li a>div small{display:block;font-size:16px;font-weight:400;text-transform:none}#appointment .list_appointment li a>div .material-icons,#appointment .list_appointment li a>div .material-symbols-rounded,#appointment .list_appointment li a>div .material-symbols-outlined{font-size:48px;color:var(--secondary-color);margin-right:20px}@media all and (max-width: 1200px){#appointment .list_appointment{flex-wrap:wrap}#appointment .list_appointment li{flex-basis:50%}}@media all and (max-width: 992px){#appointment{padding:60px 0 40px}#appointment h2{margin-bottom:20px}}@media all and (max-width: 600px){#appointment .list_appointment{display:block}}#content{padding-bottom:80px}#content .banner{background-image:url(../img/banner/concession.jpg)}#content #search{padding-bottom:80px;margin-top:-70px;position:relative;z-index:1}#content h1{font-size:clamp(36px,5vw,48px);font-weight:900;text-align:center;margin-bottom:40px}#content h1:has(+h2,+iframe){margin-bottom:0}#content h2{font-weight:700;font-size:clamp(24px,5vw,36px);text-align:center;margin-bottom:40px}#content h2:has(+iframe){margin-bottom:0}#content p.lead{line-height:1.6;font-size:clamp(16px,2vw,20px);font-weight:700;text-align:center}#content .content .align-center{text-align:center}#content .content .align-left{text-align:left}#content .content .align-right{text-align:right}#content .content .align-justify{text-align:justify}#content .content h1{font-size:clamp(36px,5vw,48px);font-weight:900;margin-bottom:40px}#content .content h1 .edglyph{font-size:32px;margin-right:10px;line-height:0}#content .content h1:has(+h2){margin-bottom:0}#content .content h1+h2{margin-top:0}#content .content h2{color:var(--primary-color);font-size:clamp(24px,5vw,36px);font-weight:700;margin:40px 0;position:relative}#content .content h2 .edglyph{font-size:32px;margin-right:10px;line-height:0}#content .content h2:first-child{margin-top:0}#content .content h2:last-child{margin-bottom:0}#content .content h3{font-size:clamp(18px,5vw,24px);font-weight:700;text-transform:uppercase;margin:20px 0;color:var(--primary-color)}#content .content h3 strong{color:var(--secondary-color);font-weight:inherit}#content .content h3 .edglyph{font-size:32px;margin-right:10px;line-height:0}#content .content h3:first-child{margin-top:0}#content .content h3:last-child{margin-bottom:0}#content .content h4{font-size:clamp(18px,5vw,22px);font-weight:500;text-transform:uppercase;margin:10px 0}#content .content h4 .edglyph{font-size:32px;margin-right:10px;line-height:0}#content .content h4:first-child{margin-top:0}#content .content h4:last-child{margin-bottom:0}#content .content p{line-height:1.4;margin:20px 0}#content .content p em,#content .content p i{color:var(--secondary-color)}#content .content p strong,#content .content p b{color:var(--secondary-color);font-weight:700}#content .content p.lead{font-weight:700;line-height:1.6;font-size:clamp(16px,2vw,20px)}#content .content p:first-child{margin-top:0}#content .content p:last-child{margin-bottom:0}#content .content ul:not(.breadcrumb),#content .content ol:not(.breadcrumb){margin:20px 0;margin-left:20px}#content .content ul:not(.breadcrumb) li,#content .content ol:not(.breadcrumb) li{margin-bottom:10px}#content .content ul:not(.breadcrumb) li:before,#content .content ol:not(.breadcrumb) li:before{content:"";display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;text-align:center;width:12px;height:12px;border-radius:3px;background:var(--secondary-color);margin-right:5px}#content .content ul:not(.breadcrumb) li:last-child,#content .content ol:not(.breadcrumb) li:last-child{margin:0}#content .content ul:not(.breadcrumb):first-child,#content .content ol:not(.breadcrumb):first-child{margin-top:0}#content .content ul:not(.breadcrumb):last-child,#content .content ol:not(.breadcrumb):last-child{margin-bottom:0}#content .content ol:not(.breadcrumb) li{counter-increment:counter}#content .content ol:not(.breadcrumb) li:before{width:auto;height:auto;font-family:inherit;font-weight:700;font-size:12px;background:none;border-radius:0;color:var(--primary-color);content:counter(counter) "."}#content .content a:not(.btn){color:var(--primary-color);text-decoration:underline}#content .content a:not(.btn):hover{color:var(--secondary-color)}#content .content table{width:100%;margin:20px 0;table-layout:fixed}#content .content table:first-child{margin-top:0}#content .content table:last-child{margin-bottom:0}#content .content table thead tr th{text-align:left;padding:10px 20px;font-weight:600;background:var(--secondary-color);color:var(--color-white)}#content .content table tbody tr:nth-child(odd) td{background:rgba(var(--color-black-rgb), 0.05)}#content .content table tbody tr:nth-child(even) td{background:rgba(var(--color-white-rgb), 1)}#content .content table tbody tr td{padding:10px 20px;vertical-align:middle}#content .content table tbody tr:hover td{background:rgba(var(--color-black-rgb), 0.1)}#content .content hr{background:var(--color-black);height:1px;border:0 none;margin:60px}#content .content hr:first-child{margin-top:0}#content .content hr:last-child{margin-bottom:0}#content .content img{display:block;max-width:100%;height:auto}#content .content iframe{display:flex;align-items:center;justify-content:center;width:100%;margin:20px auto}#content .content iframe:first-child{margin-top:0}#content .content iframe:last-child{margin-bottom:0}#content .content .embed-responsive{padding:56.25% 0 0;position:relative;margin:40px 0;border-radius:20px;overflow:hidden}#content .content .embed-responsive iframe{position:absolute;width:100% !important;height:100% !important;top:0;right:0;bottom:0;left:0}#content .content .embed-responsive:first-child{margin-top:0}#content .content .embed-responsive:last-child{margin-bottom:0}#content .content .paralax{margin:80px 0}#content .content .paralax:first-child{margin-top:0}#content .content .paralax:last-child{margin-bottom:0}#content .content figure{margin:20px 0}#content .content figure img{margin:0 auto;transition:transform 3s ease}#content .content figure figcaption{text-align:center;font-size:18px;line-height:1.4;margin:0}#content .content figure figcaption strong{color:var(--secondary-color);font-size:1.2em}#content .content figure figcaption strong,#content .content figure figcaption a{display:block}#content .content figure a{display:block;overflow:hidden}#content .content figure a:hover img{transform:scale(1.1)}#content .content figure:first-child{margin-top:0}#content .content figure:last-child{margin-bottom:0}#content .content .table_responsive{margin:60px 0;overflow:auto}#content .content .table_responsive table{margin:0}#content .content .table_responsive:first-child{margin-top:0}#content .content .table_responsive:last-child{margin-bottom:0}#content .content .text-right{text-align:right}#content .content .text-center{text-align:center}#content .content .text-left{text-align:left}#content .content .text-justify{text-align:justify}#content .content .grid{display:grid;grid-template-columns:repeat(12, 1fr);grid-column-gap:40px;grid-row-gap:40px;margin:60px 0}#content .content .grid.mobile{grid-column-gap:20px;grid-row-gap:20px;margin:20px 0}#content .content .grid.mobile:last-of-type{margin-bottom:60px}#content .content .grid:first-child{margin-top:0}#content .content .grid:last-child{margin-bottom:0}#content .content .grid.valign-top{align-items:start}#content .content .grid.valign-middle{align-items:center}#content .content .grid.valign-bottom{align-items:end}#content .content .column-1{grid-column:span 1}#content .content .column-2{grid-column:span 2}#content .content .column-3{grid-column:span 3}#content .content .column-4{grid-column:span 4}#content .content .column-5{grid-column:span 5}#content .content .column-6{grid-column:span 6}#content .content .column-7{grid-column:span 7}#content .content .column-8{grid-column:span 8}#content .content .column-9{grid-column:span 9}#content .content .column-10{grid-column:span 10}#content .content .column-11{grid-column:span 11}#content .content .column-12{grid-column:span 12}@media only screen and (max-width: 992px){#content .content .grid.mobile{grid-template-columns:repeat(3, 1fr)}#content .content .grid.mobile .column{grid-column:span 1}}@media only screen and (max-width: 767px){#content .content .grid{grid-template-columns:repeat(1, 1fr)}#content .content .grid.mobile{grid-template-columns:repeat(2, 1fr)}#content .content .column{grid-column:span 1}#content .content .column:empty{display:none}}#content .content .flex{margin:60px -20px}#content .content .flex:first-child{margin-top:0}#content .content .flex:last-child{margin-bottom:0}#content .content .flex.teams{justify-content:center}#content .content .flex.teams>div{flex-grow:0;flex-basis:25%;margin-bottom:40px}#content .content .flex.teams>div strong{color:var(--primary-color)}#content #appointment{margin:120px 0}@media all and (max-width: 992px){#content .banner{margin-bottom:60px}#content #search{padding-bottom:50px}#content h1{margin-bottom:30px}#content #form_iframe{margin-top:60px;padding:30px 20px}#content #appointment{margin:60px 0}#content .content .flex.teams>div{flex-basis:33.3333333333%}}@media all and (max-width: 768px){#content .content .flex{display:flex}#content .content .flex.teams>div{flex-basis:50%}}@media all and (max-width: 500px){#content .content .flex{display:block}}
