/* Reset  */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,audio,canvas,details,figfcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}nav ul{list-style:none;}ol{list-style:decimal;}ul{list-style:disc;}ul ul{list-style:circle;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}ins{text-decoration:underline;}del{text-decoration:line-through;}mark{background:none;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #e7e7e7;margin:2rem 0;padding:0;}input,select,a img{vertical-align:middle;} ul { list-style: none; }

/* Utils */
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  }
* { box-sizing: border-box; }
#gotop { width: 3rem; height:3rem; position: fixed; bottom: 2rem; right: 5%; background-repeat:no-repeat!important; background-position: center center!important; display: none; z-index: 99999; }

/* Mobile menu */
@media all and (min-width: 1024px) { #desktopMenu { display: flex!important; } #openMenu { display: none!important; } }
@media all and (max-width: 1023px) { #desktopMenu { display: none!important; } #openMenu { display: block!important; } }

/* Container */
.con { margin: 0 auto; }
@media all and (max-width: 1599px) { .con { width: 90%; } }
@media all and (min-width: 1600px) { .con { width: 1366px; } }
.narrow { max-width: 880px; margin: 0 auto; }
.ovh { overflow: hidden; }
.db { display:block; }

/* Flex */
.f1{flex:1}.fc { flex-direction:column; }.fw { flex-wrap: wrap; }.vc { align-items: center; }.sp { justify-content: space-between; }.sa { justify-content: space-around; }.fe { justify-content: flex-end; }.c { justify-content: center; text-align: center; }.o1 { order: 1 }.o2 { order: 2 }.o3 { order: 3 } .fb20{flex-basis:20%;}.fb25{flex-basis:25%;}.fb30{flex-basis:30%;}.fb33{flex-basis:33.333%;}.fb40{flex-basis:40%;}.fb50{flex-basis:50%;}.fb66{flex-basis:66.666%;}.fb70{flex-basis:70%;}.fb80{flex-basis:80%;}.fb100{flex-basis:100%;}.fb16{flex-basis:16.666%;}.fg0{flex-grow:0;}.fg1{flex-grow:1;}.fg2{flex-grow:2;}.fs0{flex-shrink:0;}.fs1{flex-shrink:1;}.g1{gap:1rem}.g2{gap:2rem}.g3{gap:3rem}.g4{gap:4rem}
@media all and (max-width:1023px){ .f { display: block!important; } .f-tab { display: flex!important; } }
@media all and (max-width:767px){ .f-tab { display: block!important; } .f-mob { display: flex!important; } }
.f, .f-mob, .f-tab { display: flex; }

/* Width */
.w20{width:20%;}.w30{width:30%;}.w33{width:33.333%;}.w50{width:50%;}.w66{width:66.666%;}.w70{width:70%;}.w80{width:80%;}.w100{width:100%;}.w16{width:16.666%;}
@media all and (max-width: 767px){ .w100-mob { width: 100% } .fb100-mob { width: 100% } }

/* Border-radius */
.br025{border-radius:0.25rem;}.br05{border-radius:0.5rem;}.br075{border-radius:0.75rem;}.br1{border-radius:1rem;}.br15{border-radius:1.5rem;}.br2{border-radius:2rem;}

/* Box-shadow */
.bs1{box-shadow:0 0 1rem 0 rgba(0,0,0,.1);}.bs2{box-shadow:0 0 2rem 0 rgba(0,0,0,.1);}.bs3{box-shadow:0 0 3rem 0 rgba(0,0,0,.1);}

/* Background images */
.bg { position: absolute; top: 0; left: 0; z-index: 0; width: 100%; height:100%; background-size:cover!important; background-position: center center!important }
.bgWrap { position: relative;  }
.bgWrap .con { position: relative; z-index: 1; }

/* Content */
.tf p, .tf ul, .tf ol, .tf table, .tf blockquote, .tf h1, .tf h2, .tf h3, .tf h4, .tf h5, .tf h6, h1, h2, h3, h4, h5, h6 { margin-bottom: 1rem; }
.tf ul, .tf ol { padding-left: 1.5rem; }
.tf ul { list-style-type: disc; }
.tf blockquote p:last-child { margin-bottom: 0; }
.tf blockquote { padding: 2rem; }
img { max-width: 100%; vertical-align: middle; height: auto; }
img.ac { display: block; margin: 0 auto 2rem; }
table { width: 100%; margin-bottom: 1.5rem; }
td, th { border: 1px solid #e7e7e7; padding: .5rem; text-align: left; }
.tf a:hover { text-decoration: none; }


/* Hero */
#hero .con { position: relative; z-index: 1; }

/* Menu */
#desktopMenu ul.menu { display: flex; align-items: center; }
#desktopMenu ul.menu > li { margin: 0 0 0 2rem; }
#desktopMenu ul.menu a { text-decoration: none; }

/* Sub-menu */
#desktopMenu ul.sub-menu { list-style: none; }
#desktopMenu  li.menu-item-has-children { position: relative; }
#desktopMenu  li.menu-item-has-children:hover ul.sub-menu { visibility: visible; opacity: 1; transition-delay: 0s;  }
#desktopMenu  li.menu-item-has-children > a { display: flex; align-items:center }
#desktopMenu  li.menu-item-has-children > a:after { content: ''; display: block; width: 1rem; height:1rem; background: url(../images/icons/down.svg) center center no-repeat; background-size: .5rem auto; margin: 0 0 0 .25rem; }
#desktopMenu  ul.sub-menu { visibility: visible; opacity: 1; transition-delay: 0s;  position: absolute; top: 2rem; left: -.5rem; min-width: 220px; padding: .5rem 1rem; background: none; z-index: 999999; visibility: hidden; transition: 0.2s .2s; opacity: 0; text-align: left; font-size: 0.875rem;-webkit-box-shadow: 0 1rem 1rem 0 rgba(0,0,0,.1); box-shadow: 0 1rem 1rem 0 rgba(0,0,0,.1); }

/* Mobile menu */
#openMenu, #closeMenu { display: flex; width: 1.5rem; height: 1.5rem; position: fixed; right: 5%; top: 1rem; z-index: 999999; align-content: center; justify-content: center; align-items: center; }
#mobileMenu { display: none; position: fixed; top: 0; right: 0; width: 100%; height: 100vh; box-shadow: 0 0 40px 0 rgba(0,0,0,.1); z-index: 99999; padding: 3rem 4rem 10rem; overflow-y: scroll; z-index: 99999999991 }
#mobileMenu  li { text-align: center; margin: 0; }
#mobileMenu li a { display: block; padding: .5rem 0; text-decoration: none; }
#mobileMenu ul { font-size: 1.125rem }
#mobileMenu ul.sub-menu { font-size: .875rem; margin-bottom: 1rem; list-style: none; }
.hiddenBody { overflow-y: hidden; position: relative; height: 100%; }

/* Forms */
input, textarea, select { -webkit-appearance: none; -moz-appearance: none; }
label, label span { display: block; }
input, textarea { -webkit-appearance: none; -moz-appearance: none; display: block; margin-top: .5rem; width: 100%; height: 50px; line-height: 50px;  padding-left: 1rem; margin-bottom: 1rem; font-size: 1rem; }
textarea { height: 245px; line-height: 1.5; padding: 1rem; }
input[type="checkbox"] { width: 22px!important; height: 22px!important; -webkit-appearance: checkbox; -moz-appearance: checkbox; padding: 0; margin: 0; -ms-flex-preferred-size: 22px; flex-basis: 22px; }
[type="submit"] { padding: 0; font-size: 1rem; font-weight: bold; margin-top: 1rem; cursor: pointer; border: none; height: 60px; line-height: 60px; border: none }
input.wpcf7-not-valid, textarea.wpcf7-not-valid { border-color: red; background: rgba(237, 88, 95, .2); margin-bottom: 0; }
span.wpcf7-list-item { margin: 0!important; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { opacity: 1; color: #666; }
input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; color: #666; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { opacity: 1; color: #666; }
input::-ms-input-placeholder, textarea::-ms-input-placeholder { opacity: 1; color: #666; }
input::placeholder, textarea::placeholder { opacity: 1; color: #666; }
.wpcf7-acceptance label { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: .5rem }
.wpcf7-acceptance label input + span { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: .875rem; text-align: justify; }
.wpcf7-acceptance label input[type="checkbox"] { margin: .25rem 1rem 0 0; }
.grecaptcha-badge { display: none!important; }
@media all and (max-width: 767px){ .wpcf7-acceptance label input + span { text-align: left; } }

/* Pagination */
.page-numbers { padding: .75rem 1.25rem; border-radius: 4px; margin: 0 .5rem; text-decoration: none; }
span.page-numbers.dots { border: none; }
#breadcrumbs a, .breadcrumb_last { margin: 0 1rem; }
@media all and (max-width:  767px){ .page-numbers { display: inline-block; margin-bottom: 1rem } }

/* colorbox  */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}#cboxWrapper {max-width:none;}#cboxOverlay{position:fixed; width:100%; height:100%;}#cboxMiddleLeft, #cboxBottomLeft{clear:left;}#cboxContent{position:relative;}#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}#cboxTitle{margin:0;}#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}#cboxOverlay{background:rgba(0,0,0,.9); }#colorbox{outline:0;}#cboxContent{background:none!important; overflow:hidden;}.cboxIframe{background:#fff;}#cboxError{padding:50px; border:1px solid #ccc;}#cboxLoadedContent{margin-bottom:28px;}#cboxTitle{display: none;}#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}#cboxNext { outline:none!important; position: absolute; top: 50%; right: 20px; display: flex; justify-content: center; align-items: center; border: none; font-size: 0; }#cboxPrevious { outline:none!important; position: absolute; top: 50%; left: 20px; background: url(images/icons/left.svg) center center no-repeat; background-size: auto 8px; width: 40px; height: 40px;  display: flex; justify-content: center; align-items: center; border: none; font-size: 0; }#cboxClose { utline:none!important; position: absolute; top: 20px; right: 20px; display: flex; justify-content: center; align-items: center; border: none; font-size: 0; }

/* owl carousel */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}    

/* Owl custom */
.owl-dot { margin: 0 .5rem; display: inline-block; }
.owl-dot span { display: block; width: 1rem; height: 1rem; -webkit-border-radius: 1rem; border-radius: 1rem;  }
.owl-dots { text-align: center; margin-top: 1rem; }
.owl-prev, .owl-next { position: absolute; top: calc( 50% - 1rem); width: 2rem; height: 2rem; text-align: center; z-index: 99999; }

/* WP Gallery */
#gallery-1 img, .gallery img { border: none!important; }

/* Margin & Padding */
@media all and (max-width: 1023px){ .p0-tab { padding: 0 !important; } .m0-tab { margin: 0 !important; } .mb2-tab { margin-bottom: 2rem!important; } .mb3-tab { margin-bottom: 3rem!important; } }
@media all and (max-width: 767px){ .p0-mob { padding: 0!important; } .mb1-mob { margin-bottom: 1rem } .mb2-mob { margin-bottom: 2rem!important; } .mb3-mob { margin-bottom: 3rem!important; } .mb5-mob { margin-bottom: 5rem!important; } }
.ml-1{margin-left: -1rem;}
.mla{margin-left: auto;}.m0a{margin: 0 auto;}
.m0{margin:0!important}
.p025{padding:0.25rem;}.pt025{padding-top:0.25rem;}.pb025{padding-bottom:0.25rem;}.pl025{padding-left:0.25rem;}.pr025{padding-right:0.25rem;}.px025{padding-left:0.25rem;padding-right:0.25rem;}.py025{padding-top:0.25rem;padding-bottom:0.25rem;}.m025{margin:0.25rem;}.mt025{margin-top:0.25rem;}.mb025{margin-bottom:0.25rem;}.ml025{margin-left:0.25rem;}.mr025{margin-right:0.25rem;}.mx025{margin-left:0.25rem;margin-right:0.25rem;}.my025{margin-top:0.25rem;margin-bottom:0.25rem;}.p005{padding:0.5rem;}.pt005{padding-top:0.5rem;}.pb005{padding-bottom:0.5rem;}.pl005{padding-left:0.5rem;}.pr005{padding-right:0.5rem;}.px005{padding-left:0.5rem;padding-right:0.5rem;}.py005{padding-top:0.5rem;padding-bottom:0.5rem;}.m005{margin:0.5rem;}.mt005{margin-top:0.5rem;}.mb005{margin-bottom:0.5rem;}.ml005{margin-left:0.5rem;}.mr005{margin-right:0.5rem;}.mx005{margin-left:0.5rem;margin-right:0.5rem;}.my005{margin-top:0.5rem;margin-bottom:0.5rem;}.p075{padding:0.75rem;}.pt075{padding-top:0.75rem;}.pb075{padding-bottom:0.75rem;}.pl075{padding-left:0.75rem;}.pr075{padding-right:0.75rem;}.px075{padding-left:0.75rem;padding-right:0.75rem;}.py075{padding-top:0.75rem;padding-bottom:0.75rem;}.m075{margin:0.75rem;}.mt075{margin-top:0.75rem;}.mb075{margin-bottom:0.75rem;}.ml075{margin-left:0.75rem;}.mr075{margin-right:0.75rem;}.mx075{margin-left:0.75rem;margin-right:0.75rem;}.my075{margin-top:0.75rem;margin-bottom:0.75rem;}.p1{padding:1rem;}.pt1{padding-top:1rem;}.pb1{padding-bottom:1rem;}.pl1{padding-left:1rem;}.pr1{padding-right:1rem;}.px1{padding-left:1rem;padding-right:1rem;}.py1{padding-top:1rem;padding-bottom:1rem;}.m1{margin:1rem;}.mt1{margin-top:1rem;}.mb1{margin-bottom:1rem;}.ml1{margin-left:1rem;}.mr1{margin-right:1rem;}.mx1{margin-left:1rem;margin-right:1rem;}.my1{margin-top:1rem;margin-bottom:1rem;}.p125{padding:1.25rem;}.pt125{padding-top:1.25rem;}.pb125{padding-bottom:1.25rem;}.pl125{padding-left:1.25rem;}.pr125{padding-right:1.25rem;}.px125{padding-left:1.25rem;padding-right:1.25rem;}.py125{padding-top:1.25rem;padding-bottom:1.25rem;}.m125{margin:1.25rem;}.mt125{margin-top:1.25rem;}.mb125{margin-bottom:1.25rem;}.ml125{margin-left:1.25rem;}.mr125{margin-right:1.25rem;}.mx125{margin-left:1.25rem;margin-right:1.25rem;}.my125{margin-top:1.25rem;margin-bottom:1.25rem;}.p15{padding:1.5rem;}.pt15{padding-top:1.5rem;}.pb15{padding-bottom:1.5rem;}.pl15{padding-left:1.5rem;}.pr15{padding-right:1.5rem;}.px15{padding-left:1.5rem;padding-right:1.5rem;}.py15{padding-top:1.5rem;padding-bottom:1.5rem;}.m15{margin:1.5rem;}.mt15{margin-top:1.5rem;}.mb15{margin-bottom:1.5rem;}.ml15{margin-left:1.5rem;}.mr15{margin-right:1.5rem;}.mx15{margin-left:1.5rem;margin-right:1.5rem;}.my15{margin-top:1.5rem;margin-bottom:1.5rem;}.p2{padding:2rem;}.pt2{padding-top:2rem;}.pb2{padding-bottom:2rem;}.pl2{padding-left:2rem;}.pr2{padding-right:2rem;}.px2{padding-left:2rem;padding-right:2rem;}.py2{padding-top:2rem;padding-bottom:2rem;}.m2{margin:2rem;}.mt2{margin-top:2rem;}.mb2{margin-bottom:2rem;}.ml2{margin-left:2rem;}.mr2{margin-right:2rem;}.mx2{margin-left:2rem;margin-right:2rem;}.my2{margin-top:2rem;margin-bottom:2rem;}.p25{padding:2.5rem;}.pt25{padding-top:2.5rem;}.pb25{padding-bottom:2.5rem;}.pl25{padding-left:2.5rem;}.pr25{padding-right:2.5rem;}.px25{padding-left:2.5rem;padding-right:2.5rem;}.py25{padding-top:2.5rem;padding-bottom:2.5rem;}.m25{margin:2.5rem;}.mt25{margin-top:2.5rem;}.mb25{margin-bottom:2.5rem;}.ml25{margin-left:2.5rem;}.mr25{margin-right:2.5rem;}.mx25{margin-left:2.5rem;margin-right:2.5rem;}.my25{margin-top:2.5rem;margin-bottom:2.5rem;}.p3{padding:3rem;}.pt3{padding-top:3rem;}.pb3{padding-bottom:3rem;}.pl3{padding-left:3rem;}.pr3{padding-right:3rem;}.px3{padding-left:3rem;padding-right:3rem;}.py3{padding-top:3rem;padding-bottom:3rem;}.m3{margin:3rem;}.mt3{margin-top:3rem;}.mb3{margin-bottom:3rem;}.ml3{margin-left:3rem;}.mr3{margin-right:3rem;}.mx3{margin-left:3rem;margin-right:3rem;}.my3{margin-top:3rem;margin-bottom:3rem;}.p35{padding:3.5rem;}.pt35{padding-top:3.5rem;}.pb35{padding-bottom:3.5rem;}.pl35{padding-left:3.5rem;}.pr35{padding-right:3.5rem;}.px35{padding-left:3.5rem;padding-right:3.5rem;}.py35{padding-top:3.5rem;padding-bottom:3.5rem;}.m35{margin:3.5rem;}.mt35{margin-top:3.5rem;}.mb35{margin-bottom:3.5rem;}.ml35{margin-left:3.5rem;}.mr35{margin-right:3.5rem;}.mx35{margin-left:3.5rem;margin-right:3.5rem;}.my35{margin-top:3.5rem;margin-bottom:3.5rem;}.p4{padding:4rem;}.pt4{padding-top:4rem;}.pb4{padding-bottom:4rem;}.pl4{padding-left:4rem;}.pr4{padding-right:4rem;}.px4{padding-left:4rem;padding-right:4rem;}.py4{padding-top:4rem;padding-bottom:4rem;}.m4{margin:4rem;}.mt4{margin-top:4rem;}.mb4{margin-bottom:4rem;}.ml4{margin-left:4rem;}.mr4{margin-right:4rem;}.mx4{margin-left:4rem;margin-right:4rem;}.my4{margin-top:4rem;margin-bottom:4rem;}.p45{padding:4.5rem;}.pt45{padding-top:4.5rem;}.pb45{padding-bottom:4.5rem;}.pl45{padding-left:4.5rem;}.pr45{padding-right:4.5rem;}.px45{padding-left:4.5rem;padding-right:4.5rem;}.py45{padding-top:4.5rem;padding-bottom:4.5rem;}.m45{margin:4.5rem;}.mt45{margin-top:4.5rem;}.mb45{margin-bottom:4.5rem;}.ml45{margin-left:4.5rem;}.mr45{margin-right:4.5rem;}.mx45{margin-left:4.5rem;margin-right:4.5rem;}.my45{margin-top:4.5rem;margin-bottom:4.5rem;}.p5{padding:5rem;}.pt5{padding-top:5rem;}.pb5{padding-bottom:5rem;}.pl5{padding-left:5rem;}.pr5{padding-right:5rem;}.px5{padding-left:5rem;padding-right:5rem;}.py5{padding-top:5rem;padding-bottom:5rem;}.m5{margin:5rem;}.mt5{margin-top:5rem;}.mb5{margin-bottom:5rem;}.ml5{margin-left:5rem;}.mr5{margin-right:5rem;}.mx5{margin-left:5rem;margin-right:5rem;}.my5{margin-top:5rem;margin-bottom:5rem;}.p6{padding:6rem;}.pt6{padding-top:6rem;}.pb6{padding-bottom:6rem;}.pl6{padding-left:6rem;}.pr6{padding-right:6rem;}.px6{padding-left:6rem;padding-right:6rem;}.py6{padding-top:6rem;padding-bottom:6rem;}.m6{margin:6rem;}.mt6{margin-top:6rem;}.mb6{margin-bottom:6rem;}.ml6{margin-left:6rem;}.mr6{margin-right:6rem;}.mx6{margin-left:6rem;margin-right:6rem;}.my6{margin-top:6rem;margin-bottom:6rem;}.p7{padding:7rem;}.pt7{padding-top:7rem;}.pb7{padding-bottom:7rem;}.pl7{padding-left:7rem;}.pr7{padding-right:7rem;}.px7{padding-left:7rem;padding-right:7rem;}.py7{padding-top:7rem;padding-bottom:7rem;}.m7{margin:7rem;}.mt7{margin-top:7rem;}.mb7{margin-bottom:7rem;}.ml7{margin-left:7rem;}.mr7{margin-right:7rem;}.mx7{margin-left:7rem;margin-right:7rem;}.my7{margin-top:7rem;margin-bottom:7rem;}.p8{padding:8rem;}.pt8{padding-top:8rem;}.pb8{padding-bottom:8rem;}.pl8{padding-left:8rem;}.pr8{padding-right:8rem;}.px8{padding-left:8rem;padding-right:8rem;}.py8{padding-top:8rem;padding-bottom:8rem;}.m8{margin:8rem;}.mt8{margin-top:8rem;}.mb8{margin-bottom:8rem;}.ml8{margin-left:8rem;}.mr8{margin-right:8rem;}.mx8{margin-left:8rem;margin-right:8rem;}.my8{margin-top:8rem;margin-bottom:8rem;}.p9{padding:9rem;}.pt9{padding-top:9rem;}.pb9{padding-bottom:9rem;}.pl9{padding-left:9rem;}.pr9{padding-right:9rem;}.px9{padding-left:9rem;padding-right:9rem;}.py9{padding-top:9rem;padding-bottom:9rem;}.m9{margin:9rem;}.mt9{margin-top:9rem;}.mb9{margin-bottom:9rem;}.ml9{margin-left:9rem;}.mr9{margin-right:9rem;}.mx9{margin-left:9rem;margin-right:9rem;}.my9{margin-top:9rem;margin-bottom:9rem;}.p10{padding:10rem;}.pt10{padding-top:10rem;}.pb10{padding-bottom:10rem;}.pl10{padding-left:10rem;}.pr10{padding-right:10rem;}.px10{padding-left:10rem;padding-right:10rem;}.py10{padding-top:10rem;padding-bottom:10rem;}.m10{margin:10rem;}.mt10{margin-top:10rem;}.mb10{margin-bottom:10rem;}.ml10{margin-left:10rem;}.mr10{margin-right:10rem;}.mx10{margin-left:10rem;margin-right:10rem;}.my10{margin-top:10rem;margin-bottom:10rem;}.p12{padding:12rem;}.pt12{padding-top:12rem;}.pb12{padding-bottom:12rem;}.pl12{padding-left:12rem;}.pr12{padding-right:12rem;}.px12{padding-left:12rem;padding-right:12rem;}.py12{padding-top:12rem;padding-bottom:12rem;}.m12{margin:12rem;}.mt12{margin-top:12rem;}.mb12{margin-bottom:12rem;}.ml12{margin-left:12rem;}.mr12{margin-right:12rem;}.mx12{margin-left:12rem;margin-right:12rem;}.my12{margin-top:12rem;margin-bottom:12rem;}.p14{padding:14rem;}.pt14{padding-top:14rem;}.pb14{padding-bottom:14rem;}.pl14{padding-left:14rem;}.pr14{padding-right:14rem;}.px14{padding-left:14rem;padding-right:14rem;}.py14{padding-top:14rem;padding-bottom:14rem;}.m14{margin:14rem;}.mt14{margin-top:14rem;}.mb14{margin-bottom:14rem;}.ml14{margin-left:14rem;}.mr14{margin-right:14rem;}.mx14{margin-left:14rem;margin-right:14rem;}.my14{margin-top:14rem;margin-bottom:14rem;}.p18{padding:18rem;}.pt18{padding-top:18rem;}.pb18{padding-bottom:18rem;}.pl18{padding-left:18rem;}.pr18{padding-right:18rem;}.px18{padding-left:18rem;padding-right:18rem;}.py18{padding-top:18rem;padding-bottom:18rem;}.m18{margin:18rem;}.mt18{margin-top:18rem;}.mb18{margin-bottom:18rem;}.ml18{margin-left:18rem;}.mr18{margin-right:18rem;}.mx18{margin-left:18rem;margin-right:18rem;}.my18{margin-top:18rem;margin-bottom:18rem;}.p20{padding:20rem;}.pt20{padding-top:20rem;}.pb20{padding-bottom:20rem;}.pl20{padding-left:20rem;}.pr20{padding-right:20rem;}.px20{padding-left:20rem;padding-right:20rem;}.py20{padding-top:20rem;padding-bottom:20rem;}.m20{margin:20rem;}.mt20{margin-top:20rem;}.mb20{margin-bottom:20rem;}.ml20{margin-left:20rem;}.mr20{margin-right:20rem;}.mx20{margin-left:20rem;margin-right:20rem;}.my20{margin-top:20rem;margin-bottom:20rem;}

/* Font-size */
.fz70{font-size:70%;}.fz80{font-size:80%;}.fz90{font-size:90%;}.fz110{font-size:110%;}.fz120{font-size:120%;}.fz130{font-size:130%;}.fz140{font-size:140%;}.fz150{font-size:150%;}


