/***************** variables *********************/





html, body {background-color: #f7f2e9; cursor: default; font-family: "Inter", Arial, Sans-serif; font-size: 20px; line-height: 1.9; font-weight: 400; letter-spacing: .025rem; color: #181818; overflow-x: hidden;} 

img {border: 0; max-width: 100%; vertical-align: middle !important;}
footer a {border-bottom: none !important; text-decoration: none !important;}

body.dark {background-color:#2e2e2e; color:#fff;  transition:$trans;}
body.dark :is(h1,h2,h3,h4,h5,h6) {color:inherit;}
body.dark .btn:not(.btn-light) {color:#fff !important;}
body.dark a {color:#fff;}
body.dark .modal .modal-body {background-color:#2e2e2e; color:#fff;}
body.dark .block-list-group.accordion .card, body.dark .block-list-group .list-group-item {background:transparent !important;}
body.dark .block-list :is(.modal-list .list-group-item, .accordion .card-header) > h5 > .btn {background-color:#181818 !important; border-color:$opac3light !important;}
body.dark .block-list-group.accordion .card .card-header h5 .btn, body.dark .block-list ~ .block-button .btn {color:#fff !important; background:#181818 !important; border-color:#fff;}
body.dark .block-list-group.accordion .card .card-body {border-color:#191919 !important; background:transparent !important;}
body.dark .news.block-list-group .list-group-item {border-color:#999 !important;}
body.dark .news.block-list-group .list-group-item:not(:has(.list-content > p:first-child img))::before {background-color:#2e2e2e;}
body.dark .page-cover .breadcrumbs a {color:#ccc;}
body.dark .bg-video.bg-fixed ~ .block-section:not([class*='bg-']) {background-color:#2e2e2e;}
body.dark .modal-content {background-color:#2e2e2e;}
body.dark .modal-content .modal-footer .btn {color:#181818 !important;}
body.dark .block-form .form-control {background-color:#181818; color:#fff; border-color:#FECC02;}
body.dark .block-form .form-control:is(:active, :focus) {border-color:#fff;}
body.dark .sub:not([class*='text-']) .__content {color:#fff;}
body.dark iframe[src*="google.com/maps"] {filter:saturate(0) invert(.9);}
body.dark .contact-card .block-columns .__col .block-section {background-color:#181818 !important;}
body.dark .contact-card .block-columns .__col .block-section:before {background:linear-gradient(to bottom, $opac8dark 10rem, transparent 0) !important;}
body.dark .table :is(th, td) {border-color:#fff;}
body.dark .news.block-list-group .list-group-item {background-color:#181818; color:#fff; border-color:#333 !important;}
body.dark .news.block-list-group .list-group-item:not(:has(.list-content > p:first-child img)), body.dark .block-list:not(.testimonials) .news.block-list-group .list-group-item:not(:has(.list-content > p:first-child img)):before  {background-color:#181818 !important;}
body.dark footer .ftr-menu * {color:#fff !important;}
body.dark footer .ftr-menu {background-color:#181818 !important;}
body.dark footer .ftr-copyright {background-color:black !important;}
body.dark footer img {filter:brightness(0) invert(1) !important;}

/***************** paragraphs *******************/

h1 {font-family: "Inter", Arial, Sans-serif; margin: 0; padding: 0; color: #181818; font-size: 4rem; line-height: 1.15; font-weight: 400;}
h2 {font-family: "Inter", Arial, Sans-serif; margin: 0; padding: 0; color: #181818; font-size: 3rem; line-height: 1.15; font-weight: 400;}
h3 {font-family: "Inter", Arial, Sans-serif; margin: 0; padding: 0; color: #181818; font-size: 2rem; line-height: 1.15; font-weight: 400;}
h4 {font-family: "Inter", Arial, Sans-serif; margin: 0; padding: 0; color: #181818; font-size: 1.5rem; line-height: 1.6; font-weight: 400;}
h5 {font-family: "Inter", Arial, Sans-serif; margin: 0; padding: 0; color: #181818; font-size: 1.25rem; line-height: 1.6; font-weight: 400;}
h6 {font-family: "Inter", Arial, Sans-serif; margin: 0; padding: 0; color: #181818; font-size: .8rem; line-height: 1.6; font-weight: 400; letter-spacing: .15rem; text-transform: uppercase;}

a {text-decoration: none !important; color: #181818; moz-transition: all .1s; -webkit-transition: all .1s; -o-transition: all .1s; -ms-transition: all .1s; transition: all .1s;}
a:hover {color: #181818; text-decoration: none;}

::-moz-selection {color: #fff; background: #006AA7;}
::selection {color: #fff; background: #006AA7;}

hr {width: 100%; margin: 2.5rem 0 1rem 0; height: .2rem; background-color: #006AA7; color: #006AA7; border: 0;}

.spacer {height: 2.5rem;}

/***************** buttons *********************/

.btn {white-space: normal; border: none !important; font-size: 1.25rem; font-weight: 400; border-radius: 5rem; display: inline-block; text-align: left; padding: 2rem 3rem; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; font-style: normal; margin: 1.5rem 0 0 0; text-decoration: none !important; position: relative;}
.btn:hover, .btn:active, .btn:focus {outline: none !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; border: none !important; outline-style: none !important; border-color: transparent !important;}

.btn-primary {background-color: #006AA7 !important; color: #fff !important;}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {background-color: #191919 !important;}

/***************** borders *********************/

.border, .border-top, .border-bottom, .border-left, .border-right {border-width: .1rem;}

.border-primary {border-color: #006AA7 !important;}

.border-dark {border-color: #181818;}
.border-light {border-color: #fff;}

.border-custom1 {border-color: #191919;}
.border-custom2 {border-color: #333;}
.border-custom3 {border-color: #999;}
.border-custom4 {border-color: #ccc;}
.border-custom5 {border-color: #e6e6e6;}
.border-custom6 {border-color: #f0f0f0;}

table, tbody, tr, td {border: none;}

/***************** lists *********************/

.block-list-group {margin: 1.5rem 0 0 0;}
.block-list-group .list-group-item {background-color: #f0f0f0; padding: 2rem; margin-bottom: .1rem; border: none; border-radius: 0; moz-transition: all .2s; -webkit-transition: all .2s; -o-transition: all .2s; -ms-transition: all .2s; transition: all .2s;}
.block-list-group .list-group-item p {margin: 0 !important;}

.block-list-group.accordion .card {padding: 0; border: none; border-radius: 0; background: #f0f0f0; margin-bottom: .1rem; -webkit-box-shadow: 0 0 0 rgba(0,0,0,0); box-shadow: 0 0 0 rgba(0,0,0,0); moz-transition: all .2s; -webkit-transition: all .2s; -o-transition: all .2s; -ms-transition: all .2s; transition: all .2s;}
.block-list-group.accordion .card:last-child {margin: 0;}
.block-list-group.accordion .card:hover {background: #e6e6e6;}
.block-list-group.accordion .card .card-header {padding: 0; border: none; background: transparent;}
.block-list-group.accordion .card .card-header h5 {margin: 0 !important;}
.block-list-group.accordion .card .card-header h5 .btn {padding: 2rem; width: 100%; text-align: left; margin: 0; font-style: normal; text-transform: none; font-weight: 400; font-size: 1rem; line-height: 1.9; color: #000; display: block; border: none; text-decoration: none;}
.block-list-group.accordion .card .card-header h5 .btn:hover {text-decoration: underline !important;}
.block-list-group.accordion .card .card-header h5 .btn:after {content: "\f068"; font-family: "Font Awesome 5 Free"; font-weight: 900; float: right; color: #006AA7;}
.block-list-group.accordion .card .card-header h5 .btn.collapsed:after {content: "\f067";}
.block-list-group.accordion .card .card-body {padding: 2rem; padding-top: 0 !important;}
.block-list-group.accordion .card .card-body p {margin: 0 !important;}

.block-list-group.tabs .nav-tabs {border: none; display: flex; flex-wrap: wrap;}
.block-list-group.tabs .nav-tabs .nav-item {background: #fff; margin-right: .1rem;}
.block-list-group.tabs .nav-tabs .nav-item .nav-link {padding: 2rem; border: none; background: #e6e6e6; margin: 0; border-radius: 0; color: #181818; text-decoration: none;}
.block-list-group.tabs .nav-tabs .nav-item .nav-link:hover {text-decoration: underline;}
.block-list-group.tabs .nav-tabs .nav-item .nav-link.active {background: #f0f0f0; font-weight: 700;}
.block-list-group.tabs .nav-tabs .nav-item:before {display: none;}
.block-list-group.tabs .tab-content {padding: 2rem; border: none; background: #f0f0f0;}
.block-list-group.tabs .tab-content p {margin: 0 !important;}

.block-list-group.modal-list .list-group-item {padding: 0 !important;}
.block-list-group.modal-list .list-group-item:hover {background: #e6e6e6;}
.block-list-group.modal-list .list-group-item h5 {margin: 0 !important;}
.block-list-group.modal-list .list-group-item h5 .btn {padding: 2rem; width: 100%; text-align: left; margin: 0; font-style: normal; text-transform: none; font-weight: 400; font-size: 1rem; line-height: 1.9; color: #000; display: block; border: none; text-decoration: none;}
.block-list-group.modal-list .list-group-item h5 .btn:hover {text-decoration: underline !important;}
.block-list-group.modal-list .list-group-item h5 .btn:after {content: "\f424"; font-family: "Font Awesome 5 Free"; font-weight: 900; float: right; color: #006AA7;}

.modal-backdrop {background-color: #181818;}
.modal-backdrop.show {opacity: .9;}
.modal-dialog {width: 100%; max-width: 100%; height: 100%; margin: 0; display: flex !important; align-items: center; justify-content: center;}
.modal-content {margin: 0; width: 52rem; padding: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; border: none;}
.modal-header {border-bottom: .1rem solid #f0f0f0;}
.modal-header, .modal-body {padding: 2rem;}
.modal-header h5 {font-size: 1.5rem; line-height: 1.2;}
.modal-header .close {font-size: 2.75rem; line-height: .5; font-weight: 300; color: #006AA7; text-shadow: none; opacity: 1; padding: 0; margin: 0 0 0 auto;}
.modal-header .close:hover {color: #181818; opacity: 1 !important;}
.modal-footer {display: none;}

.news {margin: 0;}
.news .list-group-item {margin: 1.5rem 0 0 0; padding: 2rem; border: .1rem solid #f0f0f0 !important; border-radius: 0; background: transparent !important;}
.news .list-group-item:hover {border-color: #006AA7 !important;}
.news .list-group-item .list-date {margin: 0; padding: 0; font-size: .8rem; line-height: 1.6; font-weight: 400; letter-spacing: .15rem; text-transform: uppercase;}
.news .list-group-item .list-header {font-size: 2rem; line-height: 1.15;}
.news .list-group-item .list-content {margin: 1.5rem 0 0 0;}

.pager {margin: 1.5rem 0 0 0; padding: 0 15px; width: 100%; border-radius: 0;}
.pager li {margin: 0 !important;}
.pager li:before {display: none;}
.pager li a {padding: 0; font-size: .05rem; margin-right: 1rem; color: #e6e6e6; background: #e6e6e6; border: none; width: 1rem; height: 1rem; border-radius: 50% !important;}
.pager li a:hover, .pager li a.active {background: #006AA7; color: #006AA7;}

/***************** gallery *********************/

.block-gallery .gallery .gallery-item {margin-bottom: 0;}
.block-gallery .gallery .gallery-item .image-container {margin-bottom: 0;}
.block-gallery .gallery .gallery-item .image-container a {border: none !important;}
.block-gallery .gallery .gallery-item .image-container a img {width: 100%;}
.block-gallery .gallery li:before {display: none;}

#block-gallery-modal .caption-container {position: relative; right: auto; bottom: 0; left: 0; padding: 2rem; width: 100%; text-align: left; color: #181818; background: #fff; text-shadow: 0 0 0 rgba(0,0,0,0);}
#block-gallery-modal p {margin: .5rem 0 0 0 !important;}
#block-gallery-modal a.controls, #block-gallery-modal a.controls:visited, #block-gallery-modal a.controls:active, #block-gallery-modal a.controls:hover {width: auto; padding: 0 2rem; display: flex; align-items: center; text-decoration: none; text-shadow: 0 0 0 rgba(0,0,0,0); filter: alpha(opacity=0); border: none;}
#block-gallery-modal a.controls > i {position: relative; top: 0; font-size: 2rem; margin-top: 0;}
#block-gallery-modal .control-close {top: 2rem; right: 2rem; font-size: 2rem; line-height: .5; color: #006AA7; opacity: 1; text-shadow: 0 0 0 transparent;}
#block-gallery-modal.modal.fade .modal-dialog {-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}

.block-gallery .carousel {margin-top: 1.5rem !important;}
.block-gallery .carousel .carousel-control-next, .block-gallery .carousel .carousel-control-prev {border: none !important;}
.block-gallery .carousel .carousel-control {width: auto; padding: 0 2rem; text-shadow: 0 0 0 rgba(0,0,0,0); border: none !important;}
.block-gallery .carousel .carousel-indicators li {margin: 0 .5rem; background: transparent; opacity: 1; border: .1rem solid #fff; width: 1rem; height: 1rem; border-radius: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.block-gallery .carousel .carousel-indicators li.active {background: #fff;}
.block-gallery .carousel .carousel-caption {left: 0; top: auto; bottom: 0; right: auto; width: 100%; margin: 0; padding: 2rem; background: rgba(0,0,0,0);}
.block-gallery .carousel .carousel-caption > h3 {padding: 0; font-size: 2rem; line-height: 1.15; color: #fff; text-shadow: 0 0 0 transparent; margin-bottom: 0;}
.block-gallery .carousel .carousel-caption > p {margin: 0; font-size: 1rem; padding: .5rem 0 0 0; color: #fff; text-shadow: 0 0 0 transparent;}
.block-gallery .carousel .carousel-caption > .btn {margin: 1rem 0 0 0;}


/*****************navbar menu-top *********************/
:root {--navh:180px; --navlogowid:0px;  --navtoph:2.5rem;}

main > .block-section:first-child:not(.hero,.page-cover) {padding-top:calc(var(--navh) + 5rem);}

.div-anchor {height:calc(var(--navh) + 20px); margin-top:calc(calc(var(--navh) + 20px) * -1); position:relative; z-index:-1;}
.navbar.scrolled {background: #f7f2e9 !important; box-shadow:0px 2px 10px rgba(0,0,0,0.1);}
.navbar.bx {transform:translateY(-200px);}
.navbar {position:fixed; inset: 0 0 auto 0; height:var(--navh); z-index:250; transition:$trans;}
.navbar .nav-inner {height:100%; width:100%; display: flex; flex-direction: row; justify-content: space-between; transition:$trans;}  
.navbar .nav-inner .navbar-brand {transition:$trans; display: flex; align-items: center; justify-content: center; /*new*/ position:relative !important; display: grid; align-content: center; grid-template-columns: 1fr;}
.navbar .nav-inner .navbar-brand img {width: calc(150px - var(--navlogowid)); max-height: 70%; max-width: 100%; z-index:2; transform-origin: top left; transition:$trans; object-position:left; object-fit:contain; margin-right:auto; /*new*/ grid-row-start: 1; grid-column-start: 1;}
.navbar .nav-inner .navbar-brand img ~ img {z-index: 1;}
.navbar .nav-inner .navbar-brand img.hide {opacity:0;}
.navbar:has(.nav-left) .nav-inner .navbar-brand img {object-position:center; position:absolute; inset:0;}

.navbar .nav-inner .navbar-nav { margin-left:auto; width: auto; display: flex; flex-direction: row; justify-content: space-evenly; align-items: center;}
.navbar .nav-inner .navbar-nav .nav-link {color:#181818; text-transform:uppercase; transition:$trans;}
.navbar .nav-inner .navbar-nav > .nav-item > .nav-link {font-weight:700; font-size:1.2rem; color:#fff;}
.navbar.scrolled .nav-inner .navbar-nav > .nav-item > .nav-link {color:#333;}
.navbar .nav-inner .navbar-nav > .nav-item {text-decoration: none !important; padding:0 1.3rem;display: flex; align-items: center;}
.navbar .nav-inner .navbar-nav .nav-item.nav-active > .nav-link {color: #006AA7;}
.navbar .nav-inner .navbar-nav .nav-item.dropdown {}
.navbar .nav-inner .navbar-nav .nav-link:hover {opacity:.5;}
.navbar .dropdown-toggle::after {/*float:right;*/ vertical-align:unset; margin-left:10px; font:$fonticon; transition:$trans; content: "\f078" !important; border:none !important; font-size:.9rem;}
.navbar .nav-level2 .dropdown-toggle::after {position:absolute; right:1rem;}
.navbar .navbar-nav .dropdown-menu {transition:$trans; position: absolute; border-radius: 5px; left: -5rem; right: 0; box-shadow:5px -5px 10px rgba(0,0,0,0.1);}
.navbar .navbar-nav .dropdown-menu:before {content:""; position:absolute; height:10px; width:10px; background:inherit; transform: rotate(45deg) translateX(-50%); right: 10%; top: 0;}
.navbar .navbar-nav .dropdown-menu.nav-level3 { right: 103%; left: -100%; top: 0; }
.navbar .navbar-nav .dropdown-menu.nav-level3::before { right: -8px; top: 20px; }
.navbar .navbar-nav .dropdown-menu li { }
.navbar .navbar-nav .dropdown-menu li a {padding:8px 15px;}
.navbar .nav-inner .socials {z-index:1; height:100%; display:flex; list-style:none; flex-direction: column; align-items: center; justify-content: space-evenly; align-content: center;}
/*.navbar:is(.no-socials, .socials-md) .nav-inner .socials {display:none;}*/
.navbar .nav-inner .socials li {height:100%; display:flex; gap:1rem;}
.navbar .nav-inner .socials a {height:100%; color:#fff; display: flex; border:none !important; text-decoration:none; transition:$trans; width: 50px; justify-content: center;     flex-direction: column; align-items: center;}
.navbar .nav-inner .socials a:hover {}
.navbar .nav-outer, .navbar .nav-outer .nav-title, .navbar .nav-outer .cta  {display:none;}
.navbar .navbar-brand.filtered img {filter:brightness(0) invert(1);}
.navbar.scrolled .navbar-brand.filtered img {filter:none;}

.navbar.dark.scrolled {background:#181818;}
.navbar.dark .nav-inner .navbar-nav .nav-item .nav-link, .navbar.dark .nav-outer .nav-toggler {color:#fff !important;}
.navbar.dark .navbar-nav .dropdown-menu, .navbar.dark .navbar-nav .dropdown-menu:before {background:#191919;}

.navbar.light {background:#f0f0f0 !important;}
.navbar.light .nav-inner .navbar-nav .nav-item .nav-link, .navbar.light .nav-outer .nav-toggler {color:#181818;}

.nav-item.no-child:not([class*='navicon-']):hover, .nav-item.no-child:not([class*='navicon-']):hover .nav-link {background:none !important;}
.nav-item.no-child > ul, .nav-item.no-child > a:after {display:none;}

.navbar .ftr-only, footer .hdr-only, footer .nav-item .dropdown-toggle::after, footer .nav-item .children {display:none !important;}
.navbar.fixed-light {background:#fff !important; }
.navbar.fixed-light .nav-inner .navbar-nav > .nav-item > .nav-link {color:#006AA7;}

.navbar .socials :is(li:empty, li:has(a:empty))  {display:none;}
.navbar .socials li p {height:100%; width:100%; display:inline-block; line-height: 1;}
.navbar .socials li p a {border-radius:0; transition:0s !important; font-size:0 !important;}
.navbar .socials li p a:before {font:$fonticon; font-size: 2rem !important; transition:0s; height: inherit; width: inherit; display: flex; align-items: center; justify-content: center; }
.navbar .socials li.tagnav-socials p a:before {font:$fonticon;}

.dropdown-item:focus, .dropdown-item:hover {background:transparent !important;}

.nav-top {background-color:$black; color:#fff; z-index: 1040; transition:$trans; position: fixed; padding-inline: 1.1rem; font-size: .8rem; display: flex; align-items: center; height: var(--navtoph); inset:0 0 auto 0;}
.nav-top a:before {font:$fonticon; margin-right:.35rem; font-size:.8rem;}
.nav-top a {color:inherit !important; font-weight:600; transition:$trans; border:none !important; text-decoration:none !important;}
.nav-top .custom p {display:inline-block; font-size:0; letter-spacing:0; margin-left:1rem;}
.nav-top .custom p a { font-size:.8rem; letter-spacing:1px;}
.nav-top a:hover {color:#FECC02 !important;}
/*.nav-top + .navbar:not(.scrolled) {margin-top:var(--navtoph);}*/
.nav-top + .navbar {margin-top:var(--navtoph);}
/*.nav-top:has(+ .navbar.scrolled) {top:calc(calc(var(--navtoph) + .5rem) * -1);}*/
html:has(.nav-top) .page-cover {padding-block:calc(var(--navtoph) + 10rem) 2rem !important; height:unset;}

.navbar .nav-btn.btn-pop a:before {content:"\f0e0" !important; color:inherit; font-size:1rem !important; margin:0 !important;}
.navbar .nav-btn {padding-inline:.5rem !important;}
.navbar .nav-btn a:before {font:$fonticon;}
.navbar .nav-btn a {transition:0s; cursor:pointer; background:#006AA7; color:#fff !important; border:none !important; text-decoration:none; border-radius:$boracus; display:flex; align-items: center; justify-content: center; padding-inline:1rem; }
.navbar .nav-btn a:hover {background:#006AA7 !important; color:#fff !important;}
.navbar.scrolled .nav-btn a {/*background:#181818; color:#fff !important;*/}
.navbar.dark.scrolled .nav-inner .navbar-nav .nav-btn a {background:#fff; color:#181818 !important;}

@media (max-width: 2050px) {
    :root {--navh:120px;}
    .navbar .nav-inner .navbar-brand img { width: calc(150px - var(--navlogowid));}
    .navbar .nav-inner .navbar-nav > .nav-item > .nav-link {font-size:1.1rem;}
}

@media (max-width: 1920px) {
    .navbar .nav-inner .navbar-brand img { width: calc(150px - var(--navlogowid));}
    .navbar .nav-inner .navbar-nav > .nav-item > .nav-link {font-size:1rem;}
}

@media (max-width: 1440px) {
    :root {--navh:100px;}
    .navbar .nav-inner .navbar-brand img { width: calc(150px - var(--navlogowid));}
    .navbar .nav-inner .navbar-nav > .nav-item {padding:0 1rem;}
    .navbar .nav-inner .socials a {width: 40px; }
}

@media (min-width:993px) {
    /*body:has(.hero) .navbar:not(.scrolled) .nav-inner .navbar-brand img {transform: scale(2);}*/
    
    .navbar.scrolled {margin: 1rem; border-radius: 20rem; padding: 0 1rem; backdrop-filter: blur(10px);
    background: linear-gradient(96deg, rgba(255, 255, 255, 0.05) 0%, rgb(249, 250, 245, 0.5) 100%);
    box-shadow: rgba(0, 0, 0, 0.008) 0px 0.602187px 2.04744px 0px, rgba(0, 0, 0, 0.035) 0px 2.28853px 7.78101px 0px, rgba(0, 0, 0, 0.16) 0px 10px 34px 0px;}
    .navbar .nav-item.btn-link:after, .navbar .nav-item.btn-link:before {display:none;}
    .navbar .nav-item.btn-link {padding-inline:.5rem !important; margin:0 !important; border:none; text-decoration:none !important;}
    .navbar .nav-item.btn-link > .nav-link {border:none; text-decoration:none !important; padding:.5rem 1rem; background:#006AA7 !important; color:#fff !important; border-radius:$boradius; transition:$trans; font-weight: normal !important;}
    
    .navbar:has(.navbar-nav.nav-left) .nav-inner {}
    .navbar:has(.navbar-nav.nav-left) .nav-inner > * {flex: 1 100%;}
    .navbar:has(.navbar-nav.nav-left) .navbar-brand {margin-right:0; flex: 1 50% !important; display:flex;}
    .navbar:has(.navbar-nav.nav-left) .navbar-brand img {margin:auto; transform-origin:center;}
    .navbar .navbar-nav.nav-left {margin-inline:0 auto !important; justify-content: flex-start;}
    .navbar .navbar-nav.nav-right {justify-content: flex-end;}
    .navbar .navbar-nav.nav-left :is(.nav-break, .nav-break ~ .nav-item),
    .navbar .navbar-nav.nav-right :is(.nav-break, .nav-item:has(~ .nav-break)) {display:none !important;}
    .navbar .nav-inner .navbar-nav:before {background: aliceblue; width: auto;}
    .navbar .nav-inner .navbar-nav {position: absolute; width: 100%; justify-content: center; height: 100%;}
    .navbar .nav-inner .navbar-nav {padding-right:.5rem;}
    .navbar .nav-item[class*='navicon-'] {padding-inline: 0.4rem !important; position:unset;}
    .navbar .nav-item[class*='navicon-'] > a {font-size:0 !important; opacity:1 !important; color:#fff !important; background: #006AA7; height: 3rem; width: 3rem; display: flex; align-items: center; justify-content: center; border-radius: 50%;}
    .navbar .nav-item[class*="navicon-"].nav-active > a {background:#FECC02;}
    .navbar .nav-item[class*='navicon-'] > a i {font-size:1.2rem !important;}
    .navbar .nav-item[class*='navicon-'] > a span {transition:$trans; transform-origin:top center; transform:scale(0) translateY(-1rem); opacity:0; position:absolute; font-size: .7rem; background: inherit; padding: 0.2rem 0.5rem; bottom: 0; border-radius: 3px;}
    .navbar .nav-item[class*='navicon-'] > a:hover span {transform:scale(1) translateY(0); opacity:1;}
    .navbar .nav-item[class*='navicon-'] > a span:before {content:""; position:absolute; background:inherit;     width: 0.8rem; height: 0.8rem; top: -0.2rem; left: 50%; transform: translateX(-50%) rotate(45deg); z-index: -1;}
    
    .navbar .nav-inner .socials .tagnav-contact {display:none;}
    
    .navbar .nav-inner .socials {display: flex; flex-direction: row; gap: 1rem; align-items: center; padding-inline:1rem;}
    .navbar .nav-inner .socials li {height: auto;}
    .navbar .nav-inner .socials li a {transition:.3s opacity !important; padding-inline:1rem; border-radius:0; height:2rem; width:2rem;}
    .navbar .nav-inner .socials li a:hover {opacity:.5;}
    .navbar.scrolled .nav-inner .socials li a {color:#006AA7 !important;}
    .navbar .nav-inner .socials li a:hover {color:#fff;}
    .navbar.dark.scrolled .nav-inner .socials li a {color:#fff !important;}
    
    .navbar .ftr-only-md {display:none !important;}
    
}

@media (max-width: 992px) {
    :root {--navtoph:6rem;}
    
    .nav-top {display:none;}
    .nav-top + .navbar {margin-top:0;}
    
    .navbar .nav-inner .navbar-nav, .navbar .nav-inner .socials, .navbar .nav-outer:before, .navbar .nav-outer .nav-title, .navbar .nav-outer .cta {transition:.6s all; right:-101vw !important;}
    .navbar.open .nav-inner .navbar-nav, .navbar.open .nav-inner .socials, .navbar.open .nav-outer:before, .navbar.open .nav-outer .nav-title, .navbar.open .nav-outer .cta {right:0 !important;}
    .navbar {backdrop-filter:none; -webkit-backdrop-filter:none;}
    
    .navbar .nav-item[class*='navicon-'] > a i {display:none !important;}
    .navbar .nav-item.nav-btn a.nav-link {background:transparent !important; color:#181818 !important; font-size:1rem !important; width: 100%; justify-content: flex-end; padding-inline: 1rem; flex-direction: row-reverse;}
    .navbar .nav-item.nav-btn a.nav-link:before {margin-left:1rem !important;}
    
    .navbar .navbar-nav.nav-left, .navbar .navbar-nav.nav-right .nav-break {display:none !important;}

    .navbar:has(.nav-left) .nav-inner .navbar-brand img {object-position:left; inset:1rem; height:80%;}
    .navbar:has(.nav-left) .nav-inner .navbar-brand {display:flex !important; align-content:center !important;}
    
    .navbar .nav-inner {max-width:100% !important; margin-inline:unset !important;}
    .navbar .nav-inner .navbar-nav {height:auto; position: fixed; width: 75%; inset: 100px 0px 50px 0; background: #fff; overflow-y: auto; padding:2rem 1rem; display: flex; flex-flow: column wrap; align-items: flex-start; justify-content: flex-start; flex-direction: column; flex-wrap: nowrap;}
    .navbar .nav-inner .navbar-nav li {width:100%; display: flex; flex-direction: column; align-content: flex-start; align-items: flex-start !important; flex-wrap: wrap;}
    .navbar .nav-inner .navbar-nav .nav-item .nav-link {color:#181818;}
    .navbar .nav-inner .navbar-nav > .nav-item {padding:0 1.5rem;}
    .navbar .nav-inner .navbar-nav > .nav-item a {border-bottom: none !important;}
    .navbar .nav-inner .navbar-nav > li {border-bottom:1px solid #e6e6e6;}
    /* .navbar .nav-inner .navbar-nav > li:first-child {border-top:1px solid #e6e6e6;} */
    .navbar .navbar-nav .dropdown-menu {margin-bottom: -1px; position: relative; left: -1.5rem; top: auto; width: calc(100% + 3rem); box-shadow:0px 5px 10px rgba(0,0,0,0.1); border-radius:0;}
    .navbar .navbar-nav .dropdown-menu li a {padding:8px 1.5rem;}
    .navbar .navbar-nav .dropdown-menu.nav-level2 {background: #f0f0f0;}
    .navbar .navbar-nav .dropdown-menu.nav-level3 {left: 0 !important; width: 100%; top: auto; position: relative; box-shadow: none; background: #e6e6e6; padding-left:1.8rem;}
    .navbar .nav-inner .navbar-nav .nav-level3 li {border-left:1px solid #f0f0f0;}
    .navbar .navbar-nav .dropdown-menu::before {display:none;}
    .navbar .nav-inner .socials {display: flex; position: fixed; inset: auto 0px 0px auto; flex-direction: row; height: 50px; width: 75%;}
    .navbar .nav-inner .socials li, .navbar .nav-inner .socials li a {width:100%; gap:0px;}
    .navbar .nav-inner .socials li a {background:linear-gradient(45deg, #999, #333); font-size:2rem;}
    .navbar.dark .nav-inner .socials li a {background:linear-gradient(45deg, #333, #2e2e2e);}
    .navbar .dropdown-toggle::after {font-size:.8rem; top:1.2rem; position:absolute; right:1rem;}
    .navbar .nav-inner .navbar-brand {padding-right:0; position: absolute; height: 100%; z-index: 5; width:70%;}

    .navbar.no-socials .nav-inner .navbar-nav {bottom:0;}
    .navbar.dark .nav-inner .navbar-nav {background:#181818;}
    .navbar.dark .navbar-nav .dropdown-menu.nav-level2 {background:#191919;}
    .navbar.dark .navbar-nav .dropdown-menu.nav-level3 {background:#333;}
    .navbar:not(.open) .nav-inner {z-index:1; width:80%;}
    
    .navbar .nav-outer {display: flex; position: fixed; top: 0; right: 0; width: 75%; height: 100px; align-items: center; justify-content: space-between; padding: 1rem;}
    .navbar .nav-outer:before {background: #FECC02; content:""; top: 0; bottom: 0; width: 100%; position:absolute; z-index:-1;}
    .navbar.dark .nav-outer:before {background: #2e2e2e !important;}
    .navbar .nav-outer .nav-toggler {order:2; color:#fff;}
    .navbar.fixed-light .nav-outer .nav-toggler {color:#006AA7;}
    .navbar.scrolled .nav-outer .nav-toggler {color:#006AA7;}
    .navbar.scrolled .nav-outer .nav-toggler {color:#006AA7;}
    .navbar .nav-outer .nav-toggler {text-decoration:none; }
    .navbar .nav-outer .nav-toggler i {font-style:normal !important;}
    .navbar.open .nav-outer .nav-toggler {background:transparent;}
    .navbar .nav-outer .nav-title {position:relative; order:1; display:flex;}
    .navbar .nav-outer .nav-title a {text-decoration:none !important; border:none !important;}
    .navbar .nav-outer .nav-title a * {color:#fff; font-weight:700;}
    .navbar .nav-outer .cta {}
    
    .navbar.socials-md .nav-inner .socials {display:flex;}
    html:has(body .navbar.open) {overflow-y:hidden;}
}

@media (max-width: 767px) {
    .navbar .nav-inner .navbar-nav li a { font-size:1rem;}
    .navbar .socials li p a:before {font-size: 1.5rem;}
}

@media (max-width: 558px) {
    .navbar .nav-inner :is(.navbar-brand, .navbar-brand img) {transition:$trans;}
    .navbar .nav-inner .navbar-nav, .navbar .nav-inner .socials, .navbar .nav-outer {width: 100%;}
    .navbar.open .navbar-brand img {opacity:0;}
}

@media (max-width: 320px) {

}


/***************** main *********************/

.container {max-width: 74rem; padding: 0;}
.container-fluid {padding: 0;}

#section-404 {display: flex; align-items: center; justify-content: center; min-height: 45vh; width: 100% !important;}
#section-404 .block-error-404 {padding: 0 !important; margin-top: 1.5rem; font-size: 3rem; line-height: 1.15; text-align: center;}

.pp-container {margin-top: 5rem; margin-bottom: 6.5rem; padding: 0; min-height: 45vh; width: 52rem; display: flex; align-items: center; justify-content: center;}
.pp-container #form-pp {width: 100%;}
.pp-container #form-pp .row {display: block; margin: 0;}
.pp-container #form-pp .form-group {margin: 1.5rem 0 0 0;}
.pp-container #form-pp .form-group #input_pp_password {border: none; background: #f0f0f0; color: #181818; padding: 2rem; font-size: 1rem; border-radius: 0; height: auto; -webkit-appearance: none; -moz-appearance: none; appearance: none; moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;}
.pp-container #form-pp .form-group #input_pp_password:focus {background: #e6e6e6; color: #181818;}
.pp-container #form-pp .form-group #input_pp_password::placeholder {color: #ccc;}
.pp-container #form-pp .form-group #input_pp_password:-ms-input-placeholder {color: #ccc;}
.pp-container #form-pp .form-group #input_pp_password::-ms-input-placeholder {color: #ccc;}
.pp-container #form-pp .form-group .btn {margin-top: 0; height: auto;}

.block-section > .block-section-container {padding: 0; width: 74rem; position: relative;}
.block-section .block-section-container .block-columns .block-section-container {width: auto;}
.block-section {width: 100%; max-width: 100%; position: relative; padding: 5rem 0 6.5rem 0;}

.block-section.full-page-section {display: flex; align-items: center; justify-content: center; min-height: 100vh;}
.block-section.full-page-section .block-section-container {margin: 0 !important;}

.block-section.sm-section .block-section-container, .block-section.sm-section .container {width: 52rem;}
.block-section.lg-section .block-section-container, .block-section.lg-section .container {width: 96rem;}

.block-section.sm-padding {padding-top: 1rem !important; padding-bottom: 2.5rem !important;}
.block-section.xs-padding {padding: 0 !important;}

.block-section.bg-image {background-position: center center;}
.block-section.bg-right {background-position: center right;}
.block-section.bg-left {background-position: center left;}
.block-section.bg-bottom {background-position: bottom center;}
.block-section.bg-top {background-position: top center;}

.block-section.bg-fixed {background-attachment: fixed;}
.block-section.bg-fixed.touchscreen {background-attachment: scroll !important;}

.block-section.no-bottom {padding-bottom: 0 !important;}
.block-section.no-top {padding-top: 0 !important;}

.block-section.d-flex-col .block-columns {display: flex !important;}
.block-section.d-flex-col .block-columns .block-section {height: 100%;}

.block-section.xs-box .block-columns .block-section {padding: 0 .75rem 1.5rem .75rem;}
.block-section.sm-box .block-columns .block-section {padding: 2.5rem 3.75rem 4rem 3.75rem;}
.block-section.md-box .block-columns .block-section {padding: 5rem 5rem 6.5rem 5rem;}
.block-section.lg-box .block-columns .block-section {padding: 10rem 10rem 11.5rem 10rem;}
.block-section.xl-box .block-columns .block-section {padding: 5rem 10rem; min-height: 100vh !important; display: flex; align-items: center; justify-content: center;}

.block-columns .block-section {padding: 0; margin: 0 !important;}

.full-width-all .row, .full-width-all .__content, .full-width-all .__col {margin: 0; padding: 0;}
.block-section.full-width-all .block-section-container {overflow: visible !important;}

main p, main img, footer p, footer img {margin: 1.25rem 0 0 0;}
main h1, main h2, main h3, main h4, main h5, main h6, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {margin: 1.5rem 0 0 0;}

main ul {list-style: none; margin-top: 1.5rem; padding: 0;}
main ul li:before {content: "\f00c"; font-family: "Font Awesome 5 Free"; font-weight: 900; padding: 0 .5rem 0 0; color: #006AA7;}

main ol {list-style-position: inside; margin-top: 1.5rem; padding: 0;}

.col-6-container .__content {column-count: 2; column-gap: 3rem; padding-top: 1.5rem;}
.col-6-container .__content :first-child {margin-top: 0 !important; padding-top: 0 !important;}

.w-5 {width: 5%;}
.w-10 {width: 10%;}
.w-15 {width: 15%;}
.w-20 {width: 20%;}
.w-25 {width: 25%;}
.w-30 {width: 30%;}
.w-35 {width: 35%;}
.w-40 {width: 40%;}
.w-45 {width: 45%;}
.w-50 {width: 50%;}
.w-55 {width: 55%;}
.w-60 {width: 60%;}
.w-65 {width: 65%;}
.w-70 {width: 70%;}
.w-75 {width: 75%;}
.w-80 {width: 80%;}
.w-85 {width: 85%;}
.w-90 {width: 90%;}
.w-95 {width: 95%;}
.w-100 {width: 100%;}

.vh-5 {min-height: 5vh;}
.vh-10 {min-height: 10vh;}
.vh-15 {min-height: 15vh;}
.vh-20 {min-height: 20vh;}
.vh-25 {min-height: 25vh;}
.vh-30 {min-height: 30vh;}
.vh-35 {min-height: 35vh;}
.vh-40 {min-height: 40vh;}
.vh-45 {min-height: 45vh;}
.vh-50 {min-height: 50vh;}
.vh-55 {min-height: 55vh;}
.vh-60 {min-height: 60vh;}
.vh-65 {min-height: 65vh;}
.vh-70 {min-height: 70vh;}
.vh-75 {min-height: 75vh;}
.vh-80 {min-height: 80vh;}
.vh-85 {min-height: 85vh;}
.vh-90 {min-height: 90vh;}
.vh-95 {min-height: 95vh;}
.vh-100 {min-height: 100vh;}

.m0 h1, .m0 h2, .m0 h3, .m0 h4, .m0 h5, .m0 h6, .m0 p:first-child, .m0 img, img.m0, .m0 .block-list-group, .m0.btn {margin: 0 !important;}

.hidden {opacity: 0; display: none !important;}
.__base :is(.hidden, .d-md-none) {display: flex !important; opacity:0.75 !important; visibility:visible !important; position:relative;}
.__base :is(.hidden, .d-md-none):before {content: "";filter:invert(1); position: absolute; background-image: url('../../assets/images/hidden.png') !important;  left: 0; top: 0; width: 100% !important; height: 100%; background-size: 100px; z-index: 0;}

.main-slider {height: 100vh;}
.main-slider .block-section-container, .main-slider .block-gallery, .main-slider .__content, .main-slider .carousel, .main-slider .carousel-inner, .main-slider .item {height: 100%;}
.main-slider .carousel-item img {padding: 0; width: 100%; height: 100%; object-fit: cover;}
.main-slider .block-gallery .carousel {margin: 0 !important;}
.main-slider .block-gallery .carousel .carousel-control {padding: 0; z-index: 698;}
.main-slider .block-gallery .carousel .carousel-control-prev {left: 2rem;}
.main-slider .block-gallery .carousel .carousel-control-next {right: 2rem;}
.main-slider .block-gallery .carousel .slider-overlay {position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; background-color: #181818; opacity: .25; z-index: 0;}
.main-slider .block-gallery .carousel .carousel-caption {height: 100%; width: 74rem; padding: 5rem 0 6.5rem 0; top: 0; bottom: 0; left: 0; right: 0; margin-left: auto; margin-right: auto; display: flex; justify-content: center; flex-direction: column; z-index: 1;}
.main-slider .block-gallery .carousel .carousel-caption > h3 {font-size: 1.5rem; line-height: 1.6;}
.main-slider .block-gallery .carousel .carousel-caption > p {font-size: 4rem; line-height: 1.15; padding: 0; margin-top: 1.5rem;}
.main-slider .block-gallery .carousel .carousel-caption > .btn {margin-top: 1.5rem; align-self: center;}
.main-slider .carousel-control-next-icon, .main-slider .carousel-control-prev-icon {width: 1.5rem; height: 1.5rem;}

.map-container {height: 45vh;}
.map-container .block-section-container, .map-container .row, .map-container .__content, .map-container .tiny-pageembed {height: 100%;}
.map-container iframe {opacity: .5; width: 100%; height: 100%; border: 0; -webkit-filter: grayscale(1); filter: grayscale(1); moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
.map-container iframe:hover {opacity: 1; -webkit-filter: grayscale(0); filter: grayscale(0);}

/***************** footer *********************/

footer .ftr-menu * {color:#181818;}
footer .ftr-menu {background-color: #efe4d2;}
footer .ftr-copyright {background-color: #b7a890;}
footer img {width: 25%;}
footer ul {margin: 0 !important; list-style: none; padding: 0; text-align: center;}
footer ul li {font-size: 2rem; line-height: 1.15; margin-top: 1.5rem;}
footer ul li:before {display: none;}

/************************COOKIES*******************************/

body.modal-open.no-cookie #modal-cc {display:none !important;}
html:has(body.modal-open.no-cookie #modal-cc.d-none), body.modal-open.no-cookie:has(#modal-cc.d-none) {padding-right:0 !important; overflow-y:auto;}


.modal {background: rgba(0,0,0,0.8); backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);}
.modal .modal-header .close {order:2; }
#modal-cc ::-webkit-scrollbar {width: 4px;}
#modal-cc ::-webkit-scrollbar-thumb {background:#181818; border-radius:0;}
#modal-cc ::-webkit-scrollbar-track {background:#181818;}
#modal-cc .modal-dialog {position: fixed; margin: 0; bottom:0; max-width:650px; align-items: flex-end;     justify-content: flex-start;}
#modal-cc .modal-content {max-height:100vh; border-radius: 0; background: #181818; color: #fff; background-image: url(''); background-position: center; background-size: 120px;}
#modal-cc .modal-content a {color:#fff; font-weight:800; border-bottom:2px dotted; text-decoration:none !important;}
#modal-cc .modal-content p {margin-block:1.5rem 1rem; font-size:.8rem;}
#modal-cc .modal-content p:first-child {margin-top:.5rem !important;}
#modal-cc .modal-header {border-bottom:none; padding:3rem 3rem .5rem 3rem;}
#modal-cc h5 {color:#fff;}
#modal-cc .modal-title {line-height:initial; font-size:1.25rem;}
#modal-cc .modal-body {font-size: 1rem;padding:1rem 3rem 3rem 3rem; overflow-y: auto;}

#modal-cc .modal-content #cc-sections > hr:first-child {display:none;}
#modal-cc .modal-content #cc-sections > hr {border-color:rgba(255,255,255,0.2);}
#modal-cc .modal-content .cc-section-row {padding-top:1rem;}
#modal-cc .modal-content .cc-section-row .form-group {margin-top:1rem;}
#modal-cc .modal-content .nav-pills {gap:1rem; }
#modal-cc .modal-content .nav-pills .nav-link:hover {opacity:1;}
#modal-cc .modal-content .nav-pills .nav-link {text-transform: uppercase; letter-spacing: 2px; transition:$trans; opacity:.5; text-align: left; background: transparent; border-bottom: solid 1px rgba(255,255,255,0.2); border-radius: 0; padding-inline: 2.5px; font-size:.9rem;}
#modal-cc .modal-content .nav-pills .nav-link.active {opacity:1;}
#modal-cc .tab-pane {overflow-x:hidden; overflow-y:auto; max-height:unset;}
#modal-cc .tab-pane::-webkit-scrollbar {width: 2px; height: 2px; transition:$trans;}
#modal-cc .tab-pane::-webkit-scrollbar-track {background: inherit;}

#modal-cc #cc-buttons {margin-inline:-5px !important; flex-wrap: wrap; padding-bottom:1rem;}
#modal-cc #cc-buttons .btn {text-align: center !important; justify-content: space-between; flex:1; font-size:.7rem; text-align:left; padding:.5rem !important; border:1px solid rgba(255,255,255,0.3) !important; border-radius:calc($boradius / 3) !important; background:transparent !important;}
#modal-cc #cc-buttons .btn, #modal-cc #cc-buttons .btn:before, #modal-cc #cc-buttons .btn:after {text-align: center !important; color:#fff; border-color:#fff;}
#modal-cc #cc-buttons .btn:after {text-align:right;}
#modal-cc #cc-buttons .btn:is(:hover, :focus, :active)::after {transform:translateX(3px);}

#cc-settings-container i {font-style: normal;}
#cc-settings-container a {color:#006AA7; border:none !important; text-decoration:none !important;}
#cc-settings-container {left:2rem; bottom:2rem;}
#modal-cc .cc-checkbox:not([disabled]) {cursor: pointer;}

@media (max-width: 1920px) {
    #modal-cc .modal-dialog {max-width:570px;}
} @media (max-width: 1440px) {
    #modal-cc .modal-dialog {max-width:500px;}
} @media (max-width:767px) {
    #modal-cc .modal-dialog {max-width:100%;}
    #modal-cc .modal-content {max-height:80vh; width:100%;}
    #modal-cc #cc-buttons {flex-direction: column; flex-direction: column-reverse; }
    #modal-cc #cc-buttons button.btn {float:none !important; display:inline-flex; width:100%; justify-content: space-between; padding:1rem !important;}
    #modal-cc #cc-buttons button:nth-child(2) {margin-top:10px;}
    #modal-cc #cc-buttons button:after {}
    #cc-settings-container {left:1.5rem; bottom:1.5rem;}
    #modal-cc .modal-content p {font-size:.9rem;}
}

/***************** form *********************/

.block-form {margin-top: 1.5rem !important;}
.block-form .form-group {margin-bottom: .1rem; padding: 0 !important;}
.block-form .form-group label {margin: 0;}
.block-form .form-control {border: none; background: #fff; color: #181818; padding: 1.5rem; font-size: 1rem; border-radius: 0; height: auto; -webkit-appearance: none; -moz-appearance: none; appearance: none; moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;}
.block-form .form-control:focus {background: #e6e6e6; color: #181818;}
.block-form .form-control::placeholder {color: #999;}
.block-form .form-control:-ms-input-placeholder {color: #ccc;}
.block-form .form-control::-ms-input-placeholder {color: #ccc;}
.block-form .input-group-text {border-radius: 0; padding: .75rem; font-size: .75rem; line-height: 1.5; background-color: #e6e6e6; color: #333; border: none;}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {margin-right: .5rem !important;}

/***************** styling *********************/

.text-primary p, .text-primary h1, .text-primary h2, .text-primary h3, .text-primary h4, .text-primary h5, .text-primary h6, .text-primary ul li, .text-primary a, .text-primary a:hover {color: #006AA7;}
.text-muted p, .text-muted h1, .text-muted h2, .text-muted h3, .text-muted h4, .text-muted h5, .text-muted h6, .text-muted ul li, .text-muted a, .text-muted a:hover {color: #ccc;}
.text-light p, .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light ul li, .text-light a, .text-light a:hover {color: #fff;}

.text-custom1 p, .text-custom1 h1, .text-custom1 h2, .text-custom1 h3, .text-custom1 h4, .text-custom1 h5, .text-custom1 h6, .text-custom1 ul li, .text-custom1 a, .text-custom1 a:hover {color: #191919;}
.text-custom2 p, .text-custom2 h1, .text-custom2 h2, .text-custom2 h3, .text-custom2 h4, .text-custom2 h5, .text-custom2 h6, .text-custom2 ul li, .text-custom2 a, .text-custom2 a:hover {color: #333;}
.text-custom3 p, .text-custom3 h1, .text-custom3 h2, .text-custom3 h3, .text-custom3 h4, .text-custom3 h5, .text-custom3 h6, .text-custom3 ul li, .text-custom3 a, .text-custom3 a:hover {color: #999;}
.text-custom4 p, .text-custom4 h1, .text-custom4 h2, .text-custom4 h3, .text-custom4 h4, .text-custom4 h5, .text-custom4 h6, .text-custom4 ul li, .text-custom4 a, .text-custom4 a:hover {color: #ccc;}
.text-custom5 p, .text-custom5 h1, .text-custom5 h2, .text-custom5 h3, .text-custom5 h4, .text-custom5 h5, .text-custom5 h6, .text-custom5 ul li, .text-custom5 a, .text-custom5 a:hover {color: #e6e6e6;}
.text-custom6 p, .text-custom6 h1, .text-custom6 h2, .text-custom6 h3, .text-custom6 h4, .text-custom6 h5, .text-custom6 h6, .text-custom6 ul li, .text-custom6 a, .text-custom6 a:hover {color: #f0f0f0;}

.filter-dark:before {position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; display: block; background-color: #181818; opacity: .25; z-index: 0;}

.bg-primary {background-color: #006AA7;}
.bg-light {background-color: #fff;}
.bg-dark {background-color: #181818;}
.bg-custom1 {background-color: #191919;}
.bg-custom2 {background-color: #333;}
.bg-custom3 {background-color: #999;}
.bg-custom4 {background-color: #ccc;}
.bg-custom5 {background-color: #e6e6e6;}

.bg-custom6 {background-color: #f0f0f0;}
.bg-custom6 .block-list-group .list-group-item {background-color: #fff;}
.bg-custom6 .block-list-group.accordion .card {background: #fff;}
.bg-custom6 .block-list-group.accordion .card:hover {background: #e6e6e6;}
.bg-custom6 .block-list-group.tabs .nav-tabs .nav-item .nav-link {background: #e6e6e6;}
.bg-custom6 .block-list-group.tabs .nav-tabs .nav-item .nav-link.active {background: #fff;}
.bg-custom6 .block-list-group.tabs .tab-content {background: #fff;}
.bg-custom6 .block-list-group.modal-list .list-group-item:hover {background: #fff;}
.bg-custom6 .news .list-group-item {border-color: #fff !important;}
.bg-custom6 .news .list-group-item:hover {border-color: #006AA7 !important;}
.bg-custom6 .pager li a {color: #fff; background: #fff;}
.bg-custom6 .pager li a:hover, .bg-custom6 .pager li a.active {background: #006AA7; color: #006AA7;}
.bg-custom6 .block-form .form-control {background: #fff;}
.bg-custom6 .block-form .form-control:focus {background: #e6e6e6;}


@media (max-width: 1920px) {
    html, body {font-size: 15px;}
}

@media (max-width: 1680px) {
    html, body {font-size: 13px;}
}

@media (max-width: 1440px) {
    html, body {font-size: 11px;} 
}

@media (max-width:1170px) {
    
}

@media (max-width: 992px) {
    html, body {font-size: 8px;} 
    
    p, main ul li, main ol li {font-size: 1.5rem;}
    
    h2 {font-size: 3.25rem;}
    h3 {font-size: 2.75rem;}
    h4 {font-size: 2rem;}
    h5 {font-size: 1.75rem;}
    h6 {font-size: 1rem !important;}
    
    .btn {font-size: 1.75rem; padding: 2.25rem; margin: 2.25rem 0 0 0;}
    
    .spacer {height: 3.75rem;}

    hr {height: .3rem; margin: 3.75rem 0 1.5rem 0;}
    
    .border, .border-top, .border-bottom, .border-left, .border-right {border-width: .15rem;}
    
    .block-list-group {margin: 2.25rem 0 0 0;}
    .block-list-group .list-group-item {padding: 2.25rem; margin-bottom: .15rem; font-size: 1.5rem;}
    
    .block-list-group.accordion .card {margin-bottom: .15rem;}
    .block-list-group.accordion .card .card-header h5 .btn {padding: 2.25rem; font-size: 1.5rem;}
    .block-list-group.accordion .card .card-body {padding: 2.25rem; font-size: 1.5rem;}

    .block-list-group.tabs .nav-tabs .nav-item {margin-right: .15rem;}
    .block-list-group.tabs .nav-tabs .nav-item .nav-link {padding: 2.25rem;}
    .block-list-group.tabs .tab-content {padding: 2.25rem; font-size: 1.5rem;}

    .block-list-group.modal-list .list-group-item h5 .btn {padding: 2.25rem; font-size: 1.5rem;}

    .modal-header {border-bottom-width: .15rem;}
    .modal-header, .modal-body {padding: 2.25rem;}
    .modal-header h5 {font-size: 1.75rem;}
    .modal-header .close {font-size: 3.2rem;}

    .news .list-group-item {padding: 2.25rem; border-width: .15rem !important; margin: 2.25rem 0 0 0;}
    .news .list-group-item .list-date {font-size: 1rem;}
    .news .list-group-item .list-header {font-size: 2.25rem;}
    
    .pager {margin: 2.25rem 0 0 0;}
    .pager li a {margin-right: 1.5rem;}
    .pager li a, .block-gallery .carousel .carousel-indicators li {width: 1.5rem; height: 1.5rem;}
    
    #block-gallery-modal a.controls, #block-gallery-modal a.controls:visited, #block-gallery-modal a.controls:active, #block-gallery-modal a.controls:hover {padding: 0 2.25rem;}
    #block-gallery-modal a.controls > i {font-size: 2.75rem;}
    #block-gallery-modal .control-close {top: 2.25rem; right: 2.25rem; font-size: 2.75rem;}
    
    .block-gallery .carousel {margin-top: 2.25rem !important;}
    .block-gallery .carousel .carousel-control {padding: 0 2.25rem;}
    .block-gallery .carousel .carousel-indicators li {margin: 0 .75rem; border-width: .15rem;}
    .block-gallery .carousel .carousel-caption {padding: 2.25rem;}
    .block-gallery .carousel .carousel-caption > h3 {font-size: 2.75rem;}
    .block-gallery .carousel .carousel-caption > p {font-size: 1.5rem;}
    

    #section-404 .block-error-404 {font-size: 3.25rem; margin-top: 2.25rem;}
    
    .pp-container #form-pp .form-group {margin: 2.25rem 0 0 0;}
    .pp-container #form-pp .form-group #input_pp_password {padding: 2.25rem; font-size: 1.5rem;}
    
    .block-section {padding-bottom: 7.25rem;}
    .block-section.sm-padding {padding-bottom: 3.25rem !important;}
    
    .block-section.xs-box .block-columns .block-section {padding-bottom: 2.25rem;}
    .block-section.sm-box .block-columns .block-section {padding-bottom: 4.75rem;}
    .block-section.md-box .block-columns .block-section {padding-bottom: 7.25rem;}
    .block-section.lg-box .block-columns .block-section {padding-bottom: 12.25rem;}
    .block-section.xl-box .block-columns .block-section {min-height: 75vh !important; padding: 5rem;}
    
    main p, main img, footer p, footer img {margin: 1.875rem 0 0 0;}
    main h1, main h2, main h3, main h4, main h5, main h6, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {margin: 2.25rem 0 0 0;}
    main ul {margin-top: 2.25rem;}
    main ol {margin-top: 2.25rem;}
    .col-6-container .__content {padding-top: 2.25rem;}
    
    .main-slider .block-gallery .carousel .carousel-control-prev {left: 2.25rem;}
    .main-slider .block-gallery .carousel .carousel-control-next {right: 2.25rem;}
    .main-slider .block-gallery .carousel .carousel-caption {padding: 5rem 0 7.25rem 0;}
    .main-slider .block-gallery .carousel .carousel-caption > h3 {font-size: 1.75rem;}
    .main-slider .block-gallery .carousel .carousel-caption > p {font-size: 4rem; margin-top: 2.25rem;}
    .main-slider .block-gallery .carousel .carousel-caption > .btn {margin-top: 2.25rem;}
    .main-slider .carousel-control-next-icon, .main-slider .carousel-control-prev-icon {width: 1.75rem; height: 1.75rem;}
    
    
    footer ul li {font-size: 2.75rem; margin-top: 2.25rem;}
    
    .block-form {margin-top: 2.25rem !important;}
    .block-form .form-control {padding: 2.25rem; font-size: 1.5rem;}
    .block-form .form-group {margin-bottom: .15rem;}
    .block-form .form-control, .block-form .form-group label {font-size: 1.5rem;}
}

@media (max-width: 767px) {
    html, body {font-size: 6px;}
    
    p, main ul li, main ol li {font-size: 1.75rem;}
    
    h1 {font-size: 4rem;}
    h2 {font-size: 3.5rem;}
    h3 {font-size: 3rem;}
    h4 {font-size: 2.25rem;}
    h5 {font-size: 2rem;}
    h6 {font-size: 1.25rem !important;}
    
    .btn {font-size: 2rem; padding: 2.6rem; width: 100%; margin: 2.6rem 0 0 0;}
    
    .spacer {height: 4.375rem;}

    hr {margin: 4.375rem 0 1.75rem 0;}
    
    .block-list-group {margin: 2.6rem 0 0 0;}
    .block-list-group .list-group-item {padding: 2.6rem; font-size: 1.75rem;}
    
    .block-list-group.accordion .card .card-header h5 .btn {padding: 2.6rem; font-size: 1.75rem;}
    .block-list-group.accordion .card .card-body {padding: 2.6rem; font-size: 1.75rem;}

    .block-list-group.tabs .nav-tabs .nav-item .nav-link {padding: 2.6rem;}
    .block-list-group.tabs .tab-content {padding: 2.6rem; font-size: 1.75rem;}

    .block-list-group.modal-list .list-group-item h5 .btn {padding: 2.6rem; font-size: 1.75rem;}

    .modal-content {width: calc(100% - 10rem);}
    .modal-header, .modal-body {padding: 2.6rem;}
    .modal-header h5 {font-size: 2rem;}
    .modal-header .close {font-size: 3.7rem;}

    .news .list-group-item {padding: 2.6rem; margin: 2.6rem 0 0 0;}
    .news .list-group-item .list-date {font-size: 1.25rem;}
    .news .list-group-item .list-header {font-size: 2.6rem;}
    
    .pager {margin: 2.6rem 0 0 0;}
    .pager li a {margin-right: 1.75rem;}
    .pager li a, .block-gallery .carousel .carousel-indicators li {width: 1.75rem; height: 1.75rem;}
    
    #block-gallery-modal a.controls, #block-gallery-modal a.controls:visited, #block-gallery-modal a.controls:active, #block-gallery-modal a.controls:hover {padding: 0 2.6rem;}
    #block-gallery-modal a.controls > i {font-size: 3rem;}
    #block-gallery-modal .control-close {top: 2.6rem; right: 2.6rem; font-size: 3rem;}
    
    .block-gallery .carousel {margin-top: 2.6rem !important;}
    .block-gallery .carousel .carousel-control {padding: 0 2.6rem;}
    .block-gallery .carousel .carousel-indicators li {margin: 0 .875rem;}
    .block-gallery .carousel .carousel-caption {padding: 2.6rem;}
    .block-gallery .carousel .carousel-caption > h3 {font-size: 3rem;}
    .block-gallery .carousel .carousel-caption > p {font-size: 1.75rem;}

    #section-404 {min-height: 60vh;}
    #section-404 .block-error-404 {font-size: 3.5rem; margin-top: 2.6rem;}
    
    .pp-container {min-height: 60vh; width: 100%; padding: 0 5rem;}
    .pp-container #form-pp .form-group {margin: 2.6rem 0 0 0;}
    .pp-container #form-pp .form-group #input_pp_password {padding: 2.6rem; font-size: 1.75rem;}
    
    .block-section {padding-bottom: 7.6rem;}
    .block-section.sm-padding {padding-bottom: 3.6rem !important;}
    
    .block-section.xs-box .block-columns .block-section {padding-bottom: 2.6rem;}
    .block-section.sm-box .block-columns .block-section {padding-bottom: 5.1rem;}
    .block-section.md-box .block-columns .block-section {padding-bottom: 7.6rem;}
    .block-section.lg-box .block-columns .block-section {padding-bottom: 12.6rem;}

    .container, .block-section > .block-section-container, .block-section.sm-section .block-section-container, .block-section.sm-section .container, .block-section.lg-section .block-section-container, .block-section.lg-section .container {width: 100%; padding-left: 5rem !important; padding-right: 5rem !important;}
    .block-columns .block-section > .block-section-container, .block-section.full-width-all > .block-section-container {padding: 0 !important;}
    
    .block-section.full-page-section {min-height: 75vh;}
    
    .block-section.xs-box .block-section-container, .block-section.sm-box .block-section-container, .block-section.md-box .block-section-container, .block-section.lg-box .block-section-container, .block-section.xl-box .block-section-container {width: 100%; padding-right: 0 !important; padding-left: 0 !important;}
    .block-section.xs-box .block-columns .block-section, .block-section.sm-box .block-columns .block-section, .block-section.md-box .block-columns .block-section, .block-section.lg-box .block-columns .block-section, .block-section.xl-box .block-columns .block-section {padding-left: 5rem !important; padding-right: 5rem !important;}
    .block-section.xs-box .block-columns .block-section.bg-image, .block-section.sm-box .block-columns .block-section.bg-image, .block-section.md-box .block-columns .block-section.bg-image, .block-section.lg-box .block-columns .block-section.bg-image, .block-section.xl-box .block-columns .block-section.bg-image {min-height: 30vh;}
    
    .block-section.xl-box .block-columns .block-section {min-height: 50vh !important;}
    
    main p, main img, footer p, footer img {margin: 2.1875rem 0 0 0;}
    main h1, main h2, main h3, main h4, main h5, main h6, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {margin: 2.6rem 0 0 0;}
    main ul {margin-top: 2.6rem;}
    main ol {margin-top: 2.6rem;}
    .col-6-container .__content {column-count: 1; column-gap: 0; padding-top: 2.6rem;}
    
    .main-slider {height: 75vh;}
    .main-slider .block-section-container {padding: 0 !important;}
    .main-slider .block-gallery .carousel .carousel-control-prev {left: 2.6rem;}
    .main-slider .block-gallery .carousel .carousel-control-next {right: 2.6rem;}
    .main-slider .block-gallery .carousel .carousel-caption {width: 100%; padding: 5rem 5rem 7.6rem 5rem;}
    .main-slider .block-gallery .carousel .carousel-caption > h3 {font-size: 2rem;}
    .main-slider .block-gallery .carousel .carousel-caption > p {font-size: 4rem; margin-top: 2.6rem;}
    .main-slider .block-gallery .carousel .carousel-caption > .btn {margin-top: 2.6rem;}
    .main-slider .carousel-control-next-icon, .main-slider .carousel-control-prev-icon {width: 2rem; height: 2rem;}
    
    
    footer ul li {font-size: 3rem; margin-top: 2.6rem;}
    
    .block-form {margin-top: 2.6rem !important;}
    .block-form .form-control {padding: 2.6rem; font-size: 1.75rem;}
    .block-form .form-control, .block-form .form-group label {font-size: 1.75rem;}
    
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
}

@media (max-width: 320px) {
    html, body {font-size: 5.5px;}
    
    h1 {font-size: 3.25rem;}
    h2 {font-size: 3.25rem;}
    h3 {font-size: 2.75rem;}
    
    .modal-content {width: calc(100% - 8rem);}
    
    .container, .block-section > .block-section-container, .block-section.sm-section .block-section-container, .block-section.sm-section .container, .block-section.lg-section .block-section-container, .block-section.lg-section .container {padding-left: 4rem !important; padding-right: 4rem !important;}
    .block-columns .block-section > .block-section-container, .block-section.full-width-all > .block-section-container {padding: 0 !important;}

    #section-404 .block-error-404 {font-size: 3.25rem;}
    
    .pp-container {padding: 0 4rem;}
    
    .block-section.xs-box .block-columns .block-section, .block-section.sm-box .block-columns .block-section, .block-section.md-box .block-columns .block-section, .block-section.lg-box .block-columns .block-section, .block-section.xl-box .block-columns .block-section {padding-left: 4rem !important; padding-right: 4rem !important;}
    .block-section.xl-box .block-columns .block-section {padding: 4rem;}
    
    .block-section.full-page-section {min-height: 90vh;}
    .block-section.xl-box .block-columns .block-section {min-height: 75vh !important;}
    
    .main-slider {height: 90vh;}
    .main-slider .block-section-container {padding: 0 !important;}
    .main-slider .block-gallery .carousel .carousel-caption > p {font-size: 3.25rem;}
    
    
    footer ul li {font-size: 2.75rem;}
}

.bg-secondary {background: #FECC02;}
.text-dark {color: #181818;}

.yellow-check ul li:before {color: #FECC02 !important;}
.border-top {border-top: 2rem solid #FECC02;}

