/* **************************************************************************** */
/* ########################### APR VERSION 2.4 ################################ */
/* **************************************************************************** */
/* **************************************************************************** */
/* ############################# DISPLAY ###################################### */
/* **************************************************************************** */
.inline{display:inline;}
.block{display:block;}
.inline-block{display:inline-block;}
.table{display:table;}
.table-cell{display:table-cell;}
.table-row{display:table-row;}
.dis-none{display:none;}
.dis-none-weak{display:none;}
.visible{visibility:visible;}
.visibility-hidden{visibility:hidden;}
.opacity-0{opacity:0;}
.opacity-01{opacity:0.1;}
.opacity-02{opacity:0.2;}
.opacity-03{opacity:0.3;}
.opacity-04{opacity:0.4;}
.opacity-05{opacity:0.5;}
.opacity-06{opacity:0.6;}
.opacity-07{opacity:0.7;}
.opacity-08{opacity:0.8;}
.opacity-09{opacity:0.9;}
.opacity-1{opacity:1;}
.v-align-t{vertical-align:top;}
.v-align-b{vertical-align:bottom;}
.v-align-m{vertical-align: middle;}

/* **************************************************************************** */
/* ############################# POSITION ###################################### */
/* **************************************************************************** */
.p-rel{position:relative;}
.p-absolute{position:absolute;}
.p-fixed{position:fixed;}
.p-static{position:static;}
.p-sticky{position:-webkit-sticky;position:sticky;}
.top-0{top:0;}
.bottom-0{bottom:0;}
.left-0{left:0;}
.right-0{right:0;}
.all-sides-0{top:0;bottom:0;left:0;right:0;}
.top-100-p{top:100%;}
.bottom-100-p{bottom:100%;}
.right-100-p{right:100%;}
.left-100-p{left:100%;}
.z-index-0{z-index:0;}
.z-index-1{z-index:1;}
.z-index-50{z-index:50;}
.z-index-100{z-index:100;}
.z-index-500{z-index:500;}
.z-index-1000{z-index:1000;}
.z-index-10000{z-index:10000;}
.overflow-hidden{overflow:hidden;}
.overflow-scroll{overflow:scroll;}
.overflow-auto{overflow:auto;}
.overflow-initial{overflow:initial;}

/* **************************************************************************** */
/* ############################# FLOAT ###################################### */
/* **************************************************************************** */
.floatleft{float:left;}
.floatright{float:right;}
.clear{clear:both;}

/* **************************************************************************** */
/* ################################ IMAGES ##################################### */
/* **************************************************************************** */
.repeat{background-repeat:repeat;}
.repeat-x{background-repeat:repeat-x;}
.repeat-y{background-repeat:repeat-y;}
.no-repeat{background-repeat:no-repeat;}
.cover{background-size:cover;}
.contain{background-size:contain;}
.back-none{background:none;}
.back-pos-top{background-position:center top;}
.back-pos-center{background-position:center center;}
.back-pos-bottom{background-position:center bottom;}
.back-pos-left-top{background-position:left top;}
.back-pos-left-center{background-position:left center;}
.back-pos-left-bottom{background-position:left bottom;}
.back-pos-right-top{background-position:right top;}
.back-pos-right-center{background-position:right center;}
.back-pos-right-bottom{background-position:right bottom;}
.img-fixed{background-attachment:fixed;}
.img-fixed-initial{background-attachment:initial;}

/* **************************************************************************** */
/* ################################ LISTS ##################################### */
/* **************************************************************************** */
.list-s-none{list-style:none;}

/* **************************************************************************** */
/* ################################ CURSOR #################################### */
/* **************************************************************************** */
.pointer{cursor:pointer;}
.cursor-initial{cursor:initial;}

/* **************************************************************************** */
/* ############################# YOUTUBE STRETCH ############################## */
/* **************************************************************************** */
.embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;}
.embed-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
.embed-container object{position:absolute;top:0;left:0;width:100%;height:100%;}
.embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}

/* **************************************************************************** */
/* ############################ TRANSITIONS ################################### */
/* **************************************************************************** */

.transition-01{transition:0.1s;}
.transition-02{transition:0.2s;}
.transition-03{transition:0.3s;}
.transition-04{transition:0.4s;}
.transition-05{transition:0.5s;}
.transition-06{transition:0.6s;}
.transition-07{transition:0.7s;}
.transition-08{transition:0.8s;}
.transition-09{transition:0.9s;}
.transition-1{transition:1s;}
.transition-15{transition:1.5s;}
.transition-2{transition:2s;}
.transition-25{transition:2.5s;}
.transition-3{transition:3s;}
.transition-35{transition:3.5s;}
.transition-4{transition:4s;}
.transition-45{transition:4.5s;}
.transition-5{transition:5s;}

/* **************************************************************************** */
/* ############################# BORDERS ###################################### */
/* **************************************************************************** */
.border-box{box-sizing:border-box;}
.border-collapse{border-collapse:collapse;}
.border-solid{border-style:solid;}
.border-dashed{border-style:dashed;}
.border-dotted{border-style:dotted;}
.border-0{border-width:0;}
.border-1{border-width:1px;}
.border-2{border-width:2px;}
.border-3{border-width:3px;}
.border-4{border-width:4px;}
.border-5{border-width:5px;}
.border-6{border-width:6px;}
.border-7{border-width:7px;}
.border-8{border-width:8px;}
.border-9{border-width:9px;}
.border-10{border-width:10px;}
.border-top-0{border-top-width:0;}
.border-top-1{border-top-width:1px;}
.border-top-2{border-top-width:2px;}
.border-top-3{border-top-width:3px;}
.border-top-4{border-top-width:4px;}
.border-top-5{border-top-width:5px;}
.border-top-6{border-top-width:6px;}
.border-top-7{border-top-width:7px;}
.border-top-8{border-top-width:8px;}
.border-top-9{border-top-width:9px;}
.border-top-10{border-top-width:10px;}
.border-btm-0{border-bottom-width:0;}
.border-btm-1{border-bottom-width:1px;}
.border-btm-2{border-bottom-width:2px;}
.border-btm-3{border-bottom-width:3px;}
.border-btm-4{border-bottom-width:4px;}
.border-btm-5{border-bottom-width:5px;}
.border-btm-6{border-bottom-width:6px;}
.border-btm-7{border-bottom-width:7px;}
.border-btm-8{border-bottom-width:8px;}
.border-btm-9{border-bottom-width:9px;}
.border-btm-10{border-bottom-width:10px;}
.border-lft-0{border-left-width:0;}
.border-lft-1{border-left-width:1px;}
.border-lft-2{border-left-width:2px;}
.border-lft-3{border-left-width:3px;}
.border-lft-4{border-left-width:4px;}
.border-lft-5{border-left-width:5px;}
.border-lft-6{border-left-width:6px;}
.border-lft-7{border-left-width:7px;}
.border-lft-8{border-left-width:8px;}
.border-lft-9{border-left-width:9px;}
.border-lft-10{border-left-width:10px;}
.border-rt-0{border-right-width:0;}
.border-rt-1{border-right-width:1px;}
.border-rt-2{border-right-width:2px;}
.border-rt-3{border-right-width:3px;}
.border-rt-4{border-right-width:4px;}
.border-rt-5{border-right-width:5px;}
.border-rt-6{border-right-width:6px;}
.border-rt-7{border-right-width:7px;}
.border-rt-8{border-right-width:8px;}
.border-rt-9{border-right-width:9px;}
.border-rt-10{border-right-width:10px;}

/* **************************************************************************** */
/* ############################# FLEX ###################################### */
/* **************************************************************************** */
.flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.flex-1{flex:1;}
.row{flex-direction:row;}
.row-reverse{flex-direction:row-reverse;}
.col{flex-direction:column;}
.col-reverse{flex-direction: column-reverse;}
.grow-1{flex-grow:1;}
.grow-2{flex-grow:2;}
.grow-3{flex-grow:3;}
.grow-4{flex-grow:4;}
.grow-5{flex-grow:5;}
.grow-6{flex-grow:6;}
.grow-7{flex-grow:7;}
.grow-8{flex-grow:8;}
.grow-9{flex-grow:9;}
.grow-10{flex-grow:10;}
.grow-11{flex-grow:11;}
.grow-12{flex-grow:12;}
.order-1{order:1;}
.order-2{order:2;}
.order-3{order:3;}
.order-4{order:4;}
.order-5{order:5;}
.order-6{order:6;}
.order-7{order:7;}
.order-8{order:8;}
.order-9{order:9;}
.order-10{order:10;}
.align-center{align-items:center;}
.align-start{align-items:flex-start;}
.align-end{align-items:flex-end;}
.self-center{align-self:center;}
.self-start{align-self:flex-start;}
.self-end{align-self:flex-end;}
.align-baseline{align-items:baseline;}
.align-content-center{align-content:center;}
.align-content-start{align-content:flex-start;}
.align-content-end{align-content:flex-end;}
.align-content-space-between{align-content:space-between;}
.align-content-space-around{align-content:space-around;}
.align-content-stretch{align-content:stretch;}
.justify-center{justify-content:center;}
.justify-start{justify-content:flex-start;}
.justify-end{justify-content:flex-end;}
.justify-space-around{justify-content:space-around;}
.justify-space-between{justify-content:space-between;}
.row-wrap{flex-wrap:wrap;}
.row-nowrap {flex-wrap:nowrap;}
.row-wrap-reverse{flex-wrap:wrap-reverse;}
.shrink-0{flex-shrink:0;}

/* **************************************************************************** */
/* ############################### HEIGHT ##################################### */
/* **************************************************************************** */
.ht-auto{height:auto;}
.ht-0{height:0;}
.ht-1{height:1px;}
.ht-2{height:2px;}
.ht-3{height:3px;}
.ht-4{height:4px;}
.ht-5{height:5px;}
.ht-6{height:6px;}
.ht-7{height:7px;}
.ht-8{height:8px;}
.ht-9{height:9px;}
.ht-10{height:10px;}
.ht-11{height:11px;}
.ht-12{height:12px;}
.ht-13{height:13px;}
.ht-14{height:14px;}
.ht-15{height:15px;}
.ht-16{height:16px;}
.ht-17{height:17px;}
.ht-18{height:18px;}
.ht-19{height:19px;}
.ht-20{height:20px;}
.ht-19{height:19px;}
.ht-20{height:20px;}
.ht-21{height:21px;}
.ht-22{height:22px;}
.ht-23{height:23px;}
.ht-24{height:24px;}
.ht-25{height:25px;}
.ht-26{height:26px;}
.ht-27{height:27px;}
.ht-28{height:28px;}
.ht-29{height:29px;}
.ht-30{height:30px;}
.ht-31{height:31px;}
.ht-32{height:32px;}
.ht-33{height:33px;}
.ht-34{height:34px;}
.ht-35{height:35px;}
.ht-36{height:36px;}
.ht-37{height:37px;}
.ht-38{height:38px;}
.ht-39{height:39px;}
.ht-40{height:40px;}
.ht-41{height:41px;}
.ht-42{height:42px;}
.ht-43{height:43px;}
.ht-44{height:44px;}
.ht-45{height:45px;}
.ht-50{height:50px;}
.ht-50{height:50px;}
.ht-60{height:60px;}
.ht-65{height:65px;}
.ht-70{height:70px;}
.ht-75{height:75px;}
.ht-80{height:80px;}
.ht-85{height:85px;}
.ht-90{height:90px;}
.ht-95{height:95px;}
.ht-100{height:100px;}
.ht-150{height:150px;}
.ht-200{height:200px;}
.ht-250{height:250px;}
.ht-300{height:300px;}
.ht-350{height:350px;}
.ht-400{height:400px;}
.ht-450{height:450px;}
.ht-500{height:500px;}
.ht-550{height:550px;}
.ht-600{height:600px;}
.ht-650{height:650px;}
.ht-700{height:700px;}
.ht-750{height:750px;}
.ht-800{height:800px;}
.ht-850{height:850px;}
.ht-900{height:900px;}
.ht-950{height:950px;}
.ht-1000{height:1000px;}
.ht-10-p{height:10%;}
.ht-15-p{height:15%;}
.ht-20-p{height:20%;}
.ht-25-p{height:25%;}
.ht-30-p{height:30%;}
.ht-35-p{height:35%;}
.ht-40-p{height:40%;}
.ht-45-p{height:45%;}
.ht-50-p{height:50%;}
.ht-55-p{height:55%;}
.ht-60-p{height:60%;}
.ht-65-p{height:65%;}
.ht-70-p{height:70%;}
.ht-75-p{height:75%;}
.ht-80-p{height:80%;}
.ht-85-p{height:85%;}
.ht-90-p{height:90%;}
.ht-95-p{height:95%;}
.ht-100-p{height:100%;}
.h-initial{height:initial;}

/* **************************************************************************** */
/* ################################ WIDTH ##################################### */
/* **************************************************************************** */
.wd-auto{width:auto;}
.wd-0{width:0;}
.wd-1{width:1px;}
.wd-2{width:2px;}
.wd-3{width:3px;}
.wd-4{width:4px;}
.wd-5{width:5px;}
.wd-6{width:6px;}
.wd-7{width:7px;}
.wd-8{width:85px;}
.wd-9{width:9px;}
.wd-10{width:10px;}
.wd-15{width:15px;}
.wd-20{width:20px;}
.wd-30{width:30px;}
.wd-40{width:40px;}
.wd-50{width:50px;}
.wd-60{width:60px;}
.wd-70{width:70px;}
.wd-80{width:80px;}
.wd-90{width:90px;}
.wd-100{width:100px;}
.wd-110{width:110px;}
.wd-120{width:120px;}
.wd-130{width:130px;}
.wd-140{width:140px;}
.wd-150{width:150px;}
.wd-160{width:160px;}
.wd-170{width:170px;}
.wd-180{width:180px;}
.wd-190{width:190px;}
.wd-200{width:200px;}
.wd-300{width:300px;}
.wd-400{width:400px;}
.wd-500{width:500px;}
.wd-600{width:600px;}
.wd-700{width:700px;}
.wd-800{width:800px;}
.wd-900{width:900px;}
.wd-1000{width:1000px;}
.m-wd-10{max-width:10px;}
.m-wd-15{max-width:15px;}
.m-wd-20{max-width:20px;}
.m-wd-30{max-width:30px;}
.m-wd-40{max-width:40px;}
.m-wd-50{max-width:50px;}
.m-wd-60{max-width:60px;}
.m-wd-70{max-width:70px;}
.m-wd-80{max-width:80px;}
.m-wd-90{max-width:90px;}
.m-wd-100{max-width:100px;}
.m-wd-110{max-width:110px;}
.m-wd-115{max-width:115px;}
.m-wd-120{max-width:120px;}
.m-wd-130{max-width:130px;}
.m-wd-140{max-width:140px;}
.m-wd-150{max-width:150px;}
.m-wd-160{max-width:160px;}
.m-wd-170{max-width:170px;}
.m-wd-180{max-width:180px;}
.m-wd-190{max-width:190px;}
.m-wd-200{max-width:200px;}
.m-wd-250{max-width:250px;}
.m-wd-300{max-width:300px;}
.m-wd-350{max-width:350px;}
.m-wd-400{max-width:400px;}
.m-wd-450{max-width:450px;}
.m-wd-480{max-width:480px;}
.m-wd-500{max-width:500px;}
.m-wd-550{max-width:550px;}
.m-wd-600{max-width:600px;}
.m-wd-650{max-width:650px;}
.m-wd-700{max-width:700px;}
.m-wd-750{max-width:750px;}
.m-wd-800{max-width:800px;}
.m-wd-850{max-width:850px;}
.m-wd-900{max-width:900px;}
.m-wd-950{max-width:950px;}
.m-wd-1000{max-width:1000px;}
.m-wd-1050{max-width:1050px;}
.m-wd-1100{max-width:1100px;}
.m-wd-1150{max-width:1150px;}
.m-wd-1200{max-width:1200px;}
.m-wd-1250{max-width:1250px;}
.m-wd-1300{max-width:1300px;}
.m-wd-1350{max-width:1350px;}
.m-wd-1400{max-width:1400px;}
.m-wd-1450{max-width:1450px;}
.m-wd-1500{max-width:1500px;}
.m-wd-1550{max-width:1550px;}
.m-wd-1600{max-width:1600px;}
.m-wd-1650{max-width:1650px;}
.m-wd-1700{max-width:1700px;}
.m-wd-1750{max-width:1750px;}
.m-wd-1800{max-width:1800px;}
.m-wd-1850{max-width:1850px;}
.m-wd-1900{max-width:1900px;}
.m-wd-1950{max-width:1950px;}
.m-wd-2000{max-width:2000px;}
.w-5-p{width:5%;}
.w-10-p{width:10%;}
.w-15-p{width:15%;}
.w-20-p{width:20%;}
.w-25-p{width:25%;}
.w-30-p{width:30%;}
.w-32-p{width:32%;}
.w-33-p{width:33.333333333333333%;}
.w-35-p{width:35%;}
.w-40-p{width:40%;}
.w-45-p{width:45%;}
.w-50-p{width:50%;}
.w-55-p{width:55%;}
.w-60-p{width:60%;}
.w-65-p{width:65%;}
.w-66-p{width:66.666666666666666%;}
.w-70-p{width:70%;}
.w-75-p{width:75%;}
.w-80-p{width:80%;}
.w-85-p{width:85%;}
.w-90-p{width:90%;}
.w-92-p{width:92%;}
.w-95-p{width:95%;}
.w-100-p{width:100%;}
.w-initial{width:100%;width:initial;}
.mw-5-p{max-width:5%;}
.mw-10-p{max-width:10%;}
.mw-15-p{max-width:15%;}
.mw-20-p{max-width:20%;}
.mw-25-p{max-width:25%;}
.mw-30-p{max-width:30%;}
.mw-32-p{max-width:32%;}
.mw-33-p{max-width:33.333333333333333%;}
.mw-35-p{max-width:35%;}
.mw-40-p{max-width:40%;}
.mw-45-p{max-width:45%;}
.mw-50-p{max-width:50%;}
.mw-55-p{max-width:55%;}
.mw-60-p{max-width:60%;}
.mw-65-p{max-width:65%;}
.mw-66-p{max-width:66.666666666666666%;}
.mw-70-p{max-width:70%;}
.mw-75-p{max-width:75%;}
.mw-80-p{max-width:80%;}
.mw-85-p{max-width:85%;}
.mw-90-p{max-width:90%;}
.mw-92-p{max-width:92%;}
.mw-95-p{max-width:95%;}
.mw-100-p{max-width:100%;}
.mw-initial{max-width:100%;max-width:initial;}

/* **************************************************************************** */
/* ################################ TEXT ###################################### */
/* **************************************************************************** */
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}
.text-justify{text-align:justify;}
.text-last-left{text-align-last:left;}
.text-last-right{text-align-last:right;}
.text-last-center{text-align-last:center;}
.text-last-justify{text-align-last:justify;}
.t-upper{text-transform:uppercase;}
.t-lower{text-transform:lowercase;}
.underline{text-decoration:underline;}
.underline-hover:hover{text-decoration:underline;}
.text-wrap{white-space:normal;overflow-wrap:break-word;word-break:break-all;}
.text-word-wrap{overflow-wrap: break-word;}
.no-wrap{white-space:nowrap;}
.small-caps{font-variant:small-caps;}
.line-initial{line-height:initial;}
.line-0{line-height:0;}
.line-50{line-height:50%;}
.line-60{line-height:60%;}
.line-70{line-height:70%;}
.line-80{line-height:80%;}
.line-90{line-height:90%;}
.line-100{line-height:100%;}
.line-110{line-height:110%;}
.line-120{line-height:120%;}
.line-125{line-height:125%;}
.line-130{line-height:130%;}
.line-140{line-height:140%;}
.line-150{line-height:150%;}
.line-160{line-height:160%;}
.line-170{line-height:170%;}
.line-180{line-height:180%;}
.line-190{line-height:190%;}
.line-200{line-height:200%;}

/* **************************************************************************** */
/* ################################## FONTS ################################### */
/* **************************************************************************** */
.font-10{font-size:10px;}
.font-11{font-size:11px;}
.font-12{font-size:12px;}
.font-13{font-size:13px;}
.font-14{font-size:14px;}
.font-15{font-size:15px;}
.font-16{font-size:16px;}
.font-17{font-size:17px;}
.font-18{font-size:18px;}
.font-19{font-size:19px;}
.font-20{font-size:20px;}
.font-21{font-size:21px;}
.font-22{font-size:22px;}
.font-23{font-size:23px;}
.font-24{font-size:24px;}
.font-25{font-size:25px;}
.font-26{font-size:26px;}
.font-27{font-size:27px;}
.font-28{font-size:28px;}
.font-29{font-size:29px;}
.font-30{font-size:30px;}
.font-35{font-size:35px;}
.font-40{font-size:40px;}
.font-45{font-size:45px;}
.font-50{font-size:50px;}
.font-55{font-size:55px;}
.font-60{font-size:60px;}
.font-65{font-size:65px;}
.font-70{font-size:70px;}
.font-75{font-size:75px;}
.font-80{font-size:80px;}
.font-85{font-size:85px;}
.font-90{font-size:90px;}
.font-95{font-size:95px;}
.font-100{font-size:100px;}
.font-vw-1{font-size:0.1vw;}
.font-vw-2{font-size:0.2vw;}
.font-vw-3{font-size:0.3vw;}
.font-vw-4{font-size:0.4vw;}
.font-vw-5{font-size:0.5vw;}
.font-vw-6{font-size:0.6vw;}
.font-vw-7{font-size:0.7vw;}
.font-vw-8{font-size:0.8vw;}
.font-vw-9{font-size:0.9vw;}
.font-vw-10{font-size:1vw;}
.font-vw-11{font-size:1.1vw;}
.font-vw-12{font-size:1.2vw;}
.font-vw-13{font-size:1.3vw;}
.font-vw-14{font-size:1.4vw;}
.font-vw-15{font-size:1.5vw;}
.font-vw-16{font-size:1.6vw;}
.font-vw-17{font-size:1.7vw;}
.font-vw-18{font-size:1.8vw;}
.font-vw-19{font-size:1.9vw;}
.font-vw-20{font-size:2vw;}
.font-vw-21{font-size:2.1vw;}
.font-vw-22{font-size:2.2vw;}
.font-vw-23{font-size:2.3vw;}
.font-vw-24{font-size:2.4vw;}
.font-vw-25{font-size:2.5vw;}
.font-vw-26{font-size:2.6vw;}
.font-vw-27{font-size:2.7vw;}
.font-vw-28{font-size:2.8vw;}
.font-vw-29{font-size:2.9vw;}
.font-vw-30{font-size:3vw;}
.font-vw-31{font-size:3.1vw;}
.font-vw-32{font-size:3.2vw;}
.font-vw-33{font-size:3.3vw;}
.font-vw-34{font-size:3.4vw;}
.font-vw-35{font-size:3.5vw;}
.font-vw-36{font-size:3.6vw;}
.font-vw-37{font-size:3.7vw;}
.font-vw-38{font-size:3.8vw;}
.font-vw-39{font-size:3.9vw;}
.font-vw-40{font-size:4vw;}
.font-vw-45{font-size:4.5vw;}
.font-vw-50{font-size:5vw;}
.font-vw-55{font-size:5.5vw;}
.font-vw-60{font-size:6vw;}
.font-x-light{font-weight:200;}
.font-light{font-weight:300;}
.font-normal{font-weight:400;}
.font-strong{font-weight:500;}
.font-semibold{font-weight:600;}
.font-bold{font-weight:700;}
.font-bolder{font-weight:900;}
.font-w-100{font-weight:100;}
.font-w-200{font-weight:200;}
.font-w-300{font-weight:300;}
.font-w-400{font-weight:400;}
.font-w-500{font-weight:500;}
.font-w-600{font-weight:600;}
.font-w-700{font-weight:700;}
.font-w-800{font-weight:800;}
.font-w-900{font-weight:900;}
.font-italic{font-style:italic;}

/* **************************************************************************** */
/* ################################## MARGINS ################################# */
/* **************************************************************************** */
.mg-auto{margin:auto;}
.mglr-auto{margin-left:auto;margin-right:auto;}
.mgr-auto{margin-right:auto;}
.mgl-auto{margin-left:auto;}
.mgt-auto{margin-top:auto;}
.mgb-auto{margin-bottom:auto;}
.mg-0{margin:0;}
.mgt-0{margin-top:0;}
.mgb-0{margin-bottom:0;}
.mgl-0{margin-left:0;}
.mgr-0{margin-right:0;}
.mg-5{margin:5px;}
.mgt-5{margin-top:5px;}
.mgb-5{margin-bottom:5px;}
.mgl-5{margin-left:5px;}
.mgr-5{margin-right:5px;}
.mg-10{margin:10px;}
.mgt-10{margin-top:10px;}
.mgb-10{margin-bottom:10px;}
.mgl-10{margin-left:10px;}
.mgr-10{margin-right:10px;}
.mg-15{margin:15px;}
.mgt-15{margin-top:15px;}
.mgb-15{margin-bottom:15px;}
.mgl-15{margin-left:15px;}
.mgr-15{margin-right:15px;}
.mg-20{margin:20px;}
.mgt-20{margin-top:20px;}
.mgb-20{margin-bottom:20px;}
.mgl-20{margin-left:20px;}
.mgr-20{margin-right:20px;}
.mg-25{margin:25px;}
.mgt-25{margin-top:25px;}
.mgb-25{margin-bottom:25px;}
.mgl-25{margin-left:25px;}
.mgr-25{margin-right:25px;}
.mg-30{margin:30px;}
.mgt-30{margin-top:30px;}
.mgb-30{margin-bottom:30px;}
.mgl-30{margin-left:30px;}
.mgr-30{margin-right:30px;}
.mg-35{margin:35px;}
.mgt-35{margin-top:35px;}
.mgb-35{margin-bottom:35px;}
.mgl-35{margin-left:35px;}
.mgr-35{margin-right:35px;}
.mg-40{margin:40px ;}
.mgt-40{margin-top:40px;}
.mgb-40{margin-bottom:40px;}
.mgl-40{margin-left:40px;}
.mgr-40{margin-right:40px;}
.mg-45{margin:45px;}
.mgt-45{margin-top:45px;}
.mgb-45{margin-bottom:45px;}
.mgl-45{margin-left:45px;}
.mgr-45{margin-right:45px;}
.mg-50{margin:50px;}
.mgt-50{margin-top:50px;}
.mgb-50{margin-bottom:50px;}
.mgl-50{margin-left:50px;}
.mgr-50{margin-right:50px;}
.mg-55{margin:55px;}
.mgt-55{margin-top:55px;}
.mgb-55{margin-bottom:55px;}
.mgl-55{margin-left:55px;}
.mgr-55{margin-right:55px;}
.mg-60{margin:60px;}
.mgt-60{margin-top:60px;}
.mgb-60{margin-bottom:60px;}
.mgl-60{margin-left:60px;}
.mgr-60{margin-right:60px;}
.mg-70{margin:70px;}
.mgt-70{margin-top:70px;}
.mgb-70{margin-bottom:70px;}
.mgl-70{margin-left:70px;}
.mgr-70{margin-right:70px;}
.mg-80{margin:80px;}
.mgt-80{margin-top:80px;}
.mgb-80{margin-bottom:80px;}
.mgl-80{margin-left:80px;}
.mgr-80{margin-right:80px;}
.mg-90{margin:90px;}
.mgt-90{margin-top:90px;}
.mgb-90{margin-bottom:90px;}
.mgl-90{margin-left:90px;}
.mgr-90{margin-right:90px;}
.mg-100{margin:100px;}
.mgt-100{margin-top:100px;}
.mgb-100{margin-bottom:100px;}
.mgl-100{margin-left:100px;}
.mgr-100{margin-right:100px;}

/* **************************************************************************** */
/* ################################## PADDING ################################# */
/* **************************************************************************** */
.pd-0{padding:0;}
.pdt-0{padding-top:0;}
.pdb-0{padding-bottom:0;}
.pdl-0{padding-left:0;}
.pdr-0{padding-right:0;}
.pd-5{padding:5px;}
.pdt-5{padding-top:5px;}
.pdb-5{padding-bottom:5px;}
.pdl-5{padding-left:5px;}
.pdr-5{padding-right:5px;}
.pd-10{padding:10px;}
.pdt-10{padding-top:10px;}
.pdb-10{padding-bottom:10px;}
.pdl-10{padding-left:10px;}
.pdr-10{padding-right:10px;}
.pd-15{padding:15px;}
.pdt-15{padding-top:15px;}
.pdb-15{padding-bottom:15px;}
.pdl-15{padding-left:15px;}
.pdr-15{padding-right:15px;}
.pd-20{padding:20px;}
.pdt-20{padding-top:20px;}
.pdb-20{padding-bottom:20px;}
.pdl-20{padding-left:20px;}
.pdr-20{padding-right:20px;}
.pd-25{padding:25px;}
.pdt-25{padding-top:25px;}
.pdb-25{padding-bottom:25px;}
.pdl-25{padding-left:25px;}
.pdr-25{padding-right:25px;}
.pd-30{padding:30px;}
.pdt-30{padding-top:30px;}
.pdb-30{padding-bottom:30px;}
.pdl-30{padding-left:30px;}
.pdr-30{padding-right:30px;}
.pd-35{padding:35px;}
.pdt-35{padding-top:35px;}
.pdb-35{padding-bottom:35px;}
.pdl-35{padding-left:35px;}
.pdr-35{padding-right:35px;}
.pd-40{padding:40px;}
.pdt-40{padding-top:40px;}
.pdb-40{padding-bottom:40px;}
.pdl-40{padding-left:40px;}
.pdr-40{padding-right:40px;}
.pd-45{padding:45px;}
.pdt-45{padding-top:45px;}
.pdb-45{padding-bottom:45px;}
.pdl-45{padding-left:45px;}
.pdr-45{padding-right:45px;}
.pd-50{padding:50px;}
.pdt-50{padding-top:50px;}
.pdb-50{padding-bottom:50px;}
.pdl-50{padding-left:50px;}
.pdr-50{padding-right:50px;}
.pd-55{padding:55px;}
.pdt-55{padding-top:55px;}
.pdb-55{padding-bottom:55px;}
.pdl-55{padding-left:55px;}
.pdr-55{padding-right:55px;}
.pd-60{padding:60px;}
.pdt-60{padding-top:60px;}
.pdb-60{padding-bottom:60px;}
.pdl-60{padding-left:60px;}
.pdr-60{padding-right:60px;}
.pd-70{padding:70px;}
.pdt-70{padding-top:70px;}
.pdb-70{padding-bottom:70px;}
.pdl-70{padding-left:70px;}
.pdr-70{padding-right:70px;}
.pd-80{padding:80px;}
.pdt-80{padding-top:80px;}
.pdb-80{padding-bottom:80px;}
.pdl-80{padding-left:80px;}
.pdr-80{padding-right:80px;}
.pd-90{padding:90px;}
.pdt-90{padding-top:90px;}
.pdb-90{padding-bottom:90px;}
.pdl-90{padding-left:90px;}
.pdr-90{padding-right:90px;}
.pd-100{padding:100px;}
.pdt-100{padding-top:100px;}
.pdb-100{padding-bottom:100px;}
.pdl-100{padding-left:100px;}
.pdr-100{padding-right:100px;}


/* **************************************************************************** */
/* ################################## COLORS ################################# */
/* **************************************************************************** */
.bg-white{background:#fff;}
.bg-black{background:#000;}
.bg-transparent{background:transparent;}
.trans-white-bk-1{ background-color:#fff;background-color:rgba(255, 255, 255, 0.1)}
.trans-white-bk-2{ background-color:#fff;background-color:rgba(255, 255, 255, 0.2)}
.trans-white-bk-3{ background-color:#fff;background-color:rgba(255, 255, 255, 0.3)}
.trans-white-bk-4{ background-color:#fff;background-color:rgba(255, 255, 255, 0.4)}
.trans-white-bk-5{ background-color:#fff;background-color:rgba(255, 255, 255, 0.5)}
.trans-white-bk-6{ background-color:#fff;background-color:rgba(255, 255, 255, 0.6)}
.trans-white-bk-7{ background-color:#fff;background-color:rgba(255, 255, 255, 0.7)}
.trans-white-bk-8{ background-color:#fff;background-color:rgba(255, 255, 255, 0.8)}
.trans-white-bk-9{ background-color:#fff;background-color:rgba(255, 255, 255, 0.9)}
.trans-black-bk-1{ background-color:#000;background-color:rgba(0, 0, 0, 0.1)}
.trans-black-bk-2{ background-color:#000;background-color:rgba(0, 0, 0, 0.2)}
.trans-black-bk-3{ background-color:#000;background-color:rgba(0, 0, 0, 0.3)}
.trans-black-bk-4{ background-color:#000;background-color:rgba(0, 0, 0, 0.4)}
.trans-black-bk-5{ background-color:#000;background-color:rgba(0, 0, 0, 0.5)}
.trans-black-bk-6{ background-color:#000;background-color:rgba(0, 0, 0, 0.6)}
.trans-black-bk-7{ background-color:#000;background-color:rgba(0, 0, 0, 0.7)}
.trans-black-bk-8{ background-color:#000;background-color:rgba(0, 0, 0, 0.8)}
.trans-black-bk-9{ background-color:#000;background-color:rgba(0, 0, 0, 0.9)}

/* **************************************************************************** */
/* ################################## RADIUS ################################## */
/* **************************************************************************** */
.border-r-0{border-radius:0;}
.border-r-1{border-radius:1px;}
.border-r-2{border-radius:2px;}
.border-r-3{border-radius:3px;}
.border-r-4{border-radius:4px;}
.border-r-5{border-radius:5px;}
.border-r-6{border-radius:6px;}
.border-r-7{border-radius:7px;}
.border-r-8{border-radius:8px;}
.border-r-9{border-radius:9px;}
.border-r-10{border-radius:10px;}
.border-r-15{border-radius:15px;}
.border-r-20{border-radius:20px;}
.border-r-25{border-radius:25px;}
.border-r-30{border-radius:30px;}
.border-r-35{border-radius:35px;}
.border-r-40{border-radius:40px;}
.border-r-45{border-radius:45px;}
.border-r-50{border-radius:50px;}
.border-r-10-p{border-radius:10%;}
.border-r-20-p{border-radius:20%;}
.border-r-30-p{border-radius:30%;}
.border-r-40-p{border-radius:40%;}
.border-r-50-p{border-radius:50%;}
.border-r-60-p{border-radius:60%;}
.border-r-70-p{border-radius:70%;}
.border-r-80-p{border-radius:80%;}
.border-r-90-p{border-radius:90%;}
.border-r-100-p{border-radius:100%;}


@media handheld, screen and (max-width:1800px){

/* **************************************************************************** */
/* ############################# DISPLAY ###################################### */
/* **************************************************************************** */
.brk-1800-inline{display:inline;}
.brk-1800-block{display:block;}
.brk-1800-inline-block{display:inline-block;}
.brk-1800-table{display:table;}
.brk-1800-table-cell{display:table-cell;}
.brk-1800-table-row{display:table-row;}
.brk-1800-dis-none{display:none;}
.brk-1800-dis-none-weak{display:none;}
.brk-1800-visible{visibility:visible;}
.brk-1800-visibility-hidden{visibility:hidden;}
.brk-1800-opacity-0{opacity:0;}
.brk-1800-opacity-01{opacity:0.1;}
.brk-1800-opacity-02{opacity:0.2;}
.brk-1800-opacity-03{opacity:0.3;}
.brk-1800-opacity-04{opacity:0.4;}
.brk-1800-opacity-05{opacity:0.5;}
.brk-1800-opacity-06{opacity:0.6;}
.brk-1800-opacity-07{opacity:0.7;}
.brk-1800-opacity-08{opacity:0.8;}
.brk-1800-opacity-09{opacity:0.9;}
.brk-1800-opacity-1{opacity:1;}
.brk-1800-v-align-t{vertical-align:top;}
.brk-1800-v-align-b{vertical-align:bottom;}
.brk-1800-v-align-m{vertical-align: middle;}

/* **************************************************************************** */
/* ############################# POSITION ###################################### */
/* **************************************************************************** */
.brk-1800-p-rel{position:relative;}
.brk-1800-p-absolute{position:absolute;}
.brk-1800-p-fixed{position:fixed;}
.brk-1800-p-static{position:static;}
.brk-1800-p-sticky{position:-webkit-sticky;position:sticky;}
.brk-1800-top-0{top:0;}
.brk-1800-bottom-0{bottom:0;}
.brk-1800-left-0{left:0;}
.brk-1800-right-0{right:0;}
.brk-1800-all-sides-0{top:0;bottom:0;left:0;right:0;}
.brk-1800-top-100-p{top:100%;}
.brk-1800-bottom-100-p{bottom:100%;}
.brk-1800-right-100-p{right:100%;}
.brk-1800-left-100-p{left:100%;}
.brk-1800-z-index-0{z-index:0;}
.brk-1800-z-index-1{z-index:1;}
.brk-1800-z-index-50{z-index:50;}
.brk-1800-z-index-100{z-index:100;}
.brk-1800-z-index-500{z-index:500;}
.brk-1800-z-index-1000{z-index:1000;}
.brk-1800-z-index-10000{z-index:10000;}
.brk-1800-overflow-hidden{overflow:hidden;}
.brk-1800-overflow-scroll{overflow:scroll;}
.brk-1800-overflow-auto{overflow:auto;}
.brk-1800-overflow-initial{overflow:initial;}

/* **************************************************************************** */
/* ############################# FLOAT ###################################### */
/* **************************************************************************** */
.brk-1800-floatleft{float:left;}
.brk-1800-floatright{float:right;}
.brk-1800-clear{clear:both;}

/* **************************************************************************** */
/* ################################ IMAGES ##################################### */
/* **************************************************************************** */
.brk-1800-repeat{background-repeat:repeat;}
.brk-1800-repeat-x{background-repeat:repeat-x;}
.brk-1800-repeat-y{background-repeat:repeat-y;}
.brk-1800-no-repeat{background-repeat:no-repeat;}
.brk-1800-cover{background-size:cover;}
.brk-1800-contain{background-size:contain;}
.brk-1800-back-none{background:none;}
.brk-1800-back-pos-top{background-position:center top;}
.brk-1800-back-pos-center{background-position:center center;}
.brk-1800-back-pos-bottom{background-position:center bottom;}
.brk-1800-back-pos-left-top{background-position:left top;}
.brk-1800-back-pos-left-center{background-position:left center;}
.brk-1800-back-pos-left-bottom{background-position:left bottom;}
.brk-1800-back-pos-right-top{background-position:right top;}
.brk-1800-back-pos-right-center{background-position:right center;}
.brk-1800-back-pos-right-bottom{background-position:right bottom;}
.brk-1800-img-fixed{background-attachment:fixed;}
.brk-1800-img-fixed-initial{background-attachment:initial;}

/* **************************************************************************** */
/* ################################ LISTS ##################################### */
/* **************************************************************************** */
.brk-1800-list-s-none{list-style:none;}

/* **************************************************************************** */
/* ################################ CURSOR #################################### */
/* **************************************************************************** */
.brk-1800-pointer{cursor:pointer;}
.brk-1800-cursor-initial{cursor:initial;}

/* **************************************************************************** */
/* ############################# YOUTUBE STRETCH ############################## */
/* **************************************************************************** */
.brk-1800-embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;}
.brk-1800-embed-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
.brk-1800-embed-container object{position:absolute;top:0;left:0;width:100%;height:100%;}
.brk-1800-embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}

/* **************************************************************************** */
/* ############################ TRANSITIONS ################################### */
/* **************************************************************************** */

.brk-1800-transition-01{transition:0.1s;}
.brk-1800-transition-02{transition:0.2s;}
.brk-1800-transition-03{transition:0.3s;}
.brk-1800-transition-04{transition:0.4s;}
.brk-1800-transition-05{transition:0.5s;}
.brk-1800-transition-06{transition:0.6s;}
.brk-1800-transition-07{transition:0.7s;}
.brk-1800-transition-08{transition:0.8s;}
.brk-1800-transition-09{transition:0.9s;}
.brk-1800-transition-1{transition:1s;}
.brk-1800-transition-15{transition:1.5s;}
.brk-1800-transition-2{transition:2s;}
.brk-1800-transition-25{transition:2.5s;}
.brk-1800-transition-3{transition:3s;}
.brk-1800-transition-35{transition:3.5s;}
.brk-1800-transition-4{transition:4s;}
.brk-1800-transition-45{transition:4.5s;}
.brk-1800-transition-5{transition:5s;}

/* **************************************************************************** */
/* ############################# BORDERS ###################################### */
/* **************************************************************************** */
.brk-1800-border-box{box-sizing:border-box;}
.brk-1800-border-collapse{border-collapse:collapse;}
.brk-1800-border-solid{border-style:solid;}
.brk-1800-border-dashed{border-style:dashed;}
.brk-1800-border-dotted{border-style:dotted;}
.brk-1800-border-0{border-width:0;}
.brk-1800-border-1{border-width:1px;}
.brk-1800-border-2{border-width:2px;}
.brk-1800-border-3{border-width:3px;}
.brk-1800-border-4{border-width:4px;}
.brk-1800-border-5{border-width:5px;}
.brk-1800-border-6{border-width:6px;}
.brk-1800-border-7{border-width:7px;}
.brk-1800-border-8{border-width:8px;}
.brk-1800-border-9{border-width:9px;}
.brk-1800-border-10{border-width:10px;}
.brk-1800-border-top-0{border-top-width:0;}
.brk-1800-border-top-1{border-top-width:1px;}
.brk-1800-border-top-2{border-top-width:2px;}
.brk-1800-border-top-3{border-top-width:3px;}
.brk-1800-border-top-4{border-top-width:4px;}
.brk-1800-border-top-5{border-top-width:5px;}
.brk-1800-border-top-6{border-top-width:6px;}
.brk-1800-border-top-7{border-top-width:7px;}
.brk-1800-border-top-8{border-top-width:8px;}
.brk-1800-border-top-9{border-top-width:9px;}
.brk-1800-border-top-10{border-top-width:10px;}
.brk-1800-border-btm-0{border-bottom-width:0;}
.brk-1800-border-btm-1{border-bottom-width:1px;}
.brk-1800-border-btm-2{border-bottom-width:2px;}
.brk-1800-border-btm-3{border-bottom-width:3px;}
.brk-1800-border-btm-4{border-bottom-width:4px;}
.brk-1800-border-btm-5{border-bottom-width:5px;}
.brk-1800-border-btm-6{border-bottom-width:6px;}
.brk-1800-border-btm-7{border-bottom-width:7px;}
.brk-1800-border-btm-8{border-bottom-width:8px;}
.brk-1800-border-btm-9{border-bottom-width:9px;}
.brk-1800-border-btm-10{border-bottom-width:10px;}
.brk-1800-border-lft-0{border-left-width:0;}
.brk-1800-border-lft-1{border-left-width:1px;}
.brk-1800-border-lft-2{border-left-width:2px;}
.brk-1800-border-lft-3{border-left-width:3px;}
.brk-1800-border-lft-4{border-left-width:4px;}
.brk-1800-border-lft-5{border-left-width:5px;}
.brk-1800-border-lft-6{border-left-width:6px;}
.brk-1800-border-lft-7{border-left-width:7px;}
.brk-1800-border-lft-8{border-left-width:8px;}
.brk-1800-border-lft-9{border-left-width:9px;}
.brk-1800-border-lft-10{border-left-width:10px;}
.brk-1800-border-rt-0{border-right-width:0;}
.brk-1800-border-rt-1{border-right-width:1px;}
.brk-1800-border-rt-2{border-right-width:2px;}
.brk-1800-border-rt-3{border-right-width:3px;}
.brk-1800-border-rt-4{border-right-width:4px;}
.brk-1800-border-rt-5{border-right-width:5px;}
.brk-1800-border-rt-6{border-right-width:6px;}
.brk-1800-border-rt-7{border-right-width:7px;}
.brk-1800-border-rt-8{border-right-width:8px;}
.brk-1800-border-rt-9{border-right-width:9px;}
.brk-1800-border-rt-10{border-right-width:10px;}

/* **************************************************************************** */
/* ############################# FLEX ###################################### */
/* **************************************************************************** */
.brk-1800-flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.brk-1800-flex-1{flex:1;}
.brk-1800-row{flex-direction:row;}
.brk-1800-row-reverse{flex-direction:row-reverse;}
.brk-1800-col{flex-direction:column;}
.brk-1800-col-reverse{flex-direction: column-reverse;}
.brk-1800-grow-1{flex-grow:1;}
.brk-1800-grow-2{flex-grow:2;}
.brk-1800-grow-3{flex-grow:3;}
.brk-1800-grow-4{flex-grow:4;}
.brk-1800-grow-5{flex-grow:5;}
.brk-1800-grow-6{flex-grow:6;}
.brk-1800-grow-7{flex-grow:7;}
.brk-1800-grow-8{flex-grow:8;}
.brk-1800-grow-9{flex-grow:9;}
.brk-1800-grow-10{flex-grow:10;}
.brk-1800-grow-11{flex-grow:11;}
.brk-1800-grow-12{flex-grow:12;}
.brk-1800-order-1{order:1;}
.brk-1800-order-2{order:2;}
.brk-1800-order-3{order:3;}
.brk-1800-order-4{order:4;}
.brk-1800-order-5{order:5;}
.brk-1800-order-6{order:6;}
.brk-1800-order-7{order:7;}
.brk-1800-order-8{order:8;}
.brk-1800-order-9{order:9;}
.brk-1800-order-10{order:10;}
.brk-1800-align-center{align-items:center;}
.brk-1800-align-start{align-items:flex-start;}
.brk-1800-align-end{align-items:flex-end;}
.brk-1800-self-center{align-self:center;}
.brk-1800-self-start{align-self:flex-start;}
.brk-1800-self-end{align-self:flex-end;}
.brk-1800-align-baseline{align-items:baseline;}
.brk-1800-align-content-center{align-content:center;}
.brk-1800-align-content-start{align-content:flex-start;}
.brk-1800-align-content-end{align-content:flex-end;}
.brk-1800-align-content-space-between{align-content:space-between;}
.brk-1800-align-content-space-around{align-content:space-around;}
.brk-1800-align-content-stretch{align-content:stretch;}
.brk-1800-justify-center{justify-content:center;}
.brk-1800-justify-start{justify-content:flex-start;}
.brk-1800-justify-end{justify-content:flex-end;}
.brk-1800-justify-space-around{justify-content:space-around;}
.brk-1800-justify-space-between{justify-content:space-between;}
.brk-1800-row-wrap{flex-wrap:wrap;}
.brk-1800-row-nowrap {flex-wrap:nowrap;}
.brk-1800-row-wrap-reverse{flex-wrap:wrap-reverse;}
.brk-1800-shrink-0{flex-shrink:0;}

/* **************************************************************************** */
/* ############################### HEIGHT ##################################### */
/* **************************************************************************** */
.brk-1800-ht-auto{height:auto;}
.brk-1800-ht-0{height:0;}
.brk-1800-ht-1{height:1px;}
.brk-1800-ht-2{height:2px;}
.brk-1800-ht-3{height:3px;}
.brk-1800-ht-4{height:4px;}
.brk-1800-ht-5{height:5px;}
.brk-1800-ht-6{height:6px;}
.brk-1800-ht-7{height:7px;}
.brk-1800-ht-8{height:8px;}
.brk-1800-ht-9{height:9px;}
.brk-1800-ht-10{height:10px;}
.brk-1800-ht-11{height:11px;}
.brk-1800-ht-12{height:12px;}
.brk-1800-ht-13{height:13px;}
.brk-1800-ht-14{height:14px;}
.brk-1800-ht-15{height:15px;}
.brk-1800-ht-16{height:16px;}
.brk-1800-ht-17{height:17px;}
.brk-1800-ht-18{height:18px;}
.brk-1800-ht-19{height:19px;}
.brk-1800-ht-20{height:20px;}
.brk-1800-ht-19{height:19px;}
.brk-1800-ht-20{height:20px;}
.brk-1800-ht-21{height:21px;}
.brk-1800-ht-22{height:22px;}
.brk-1800-ht-23{height:23px;}
.brk-1800-ht-24{height:24px;}
.brk-1800-ht-25{height:25px;}
.brk-1800-ht-26{height:26px;}
.brk-1800-ht-27{height:27px;}
.brk-1800-ht-28{height:28px;}
.brk-1800-ht-29{height:29px;}
.brk-1800-ht-30{height:30px;}
.brk-1800-ht-31{height:31px;}
.brk-1800-ht-32{height:32px;}
.brk-1800-ht-33{height:33px;}
.brk-1800-ht-34{height:34px;}
.brk-1800-ht-35{height:35px;}
.brk-1800-ht-36{height:36px;}
.brk-1800-ht-37{height:37px;}
.brk-1800-ht-38{height:38px;}
.brk-1800-ht-39{height:39px;}
.brk-1800-ht-40{height:40px;}
.brk-1800-ht-41{height:41px;}
.brk-1800-ht-42{height:42px;}
.brk-1800-ht-43{height:43px;}
.brk-1800-ht-44{height:44px;}
.brk-1800-ht-45{height:45px;}
.brk-1800-ht-50{height:50px;}
.brk-1800-ht-50{height:50px;}
.brk-1800-ht-60{height:60px;}
.brk-1800-ht-65{height:65px;}
.brk-1800-ht-70{height:70px;}
.brk-1800-ht-75{height:75px;}
.brk-1800-ht-80{height:80px;}
.brk-1800-ht-85{height:85px;}
.brk-1800-ht-90{height:90px;}
.brk-1800-ht-95{height:95px;}
.brk-1800-ht-100{height:100px;}
.brk-1800-ht-150{height:150px;}
.brk-1800-ht-200{height:200px;}
.brk-1800-ht-250{height:250px;}
.brk-1800-ht-300{height:300px;}
.brk-1800-ht-350{height:350px;}
.brk-1800-ht-400{height:400px;}
.brk-1800-ht-450{height:450px;}
.brk-1800-ht-500{height:500px;}
.brk-1800-ht-550{height:550px;}
.brk-1800-ht-600{height:600px;}
.brk-1800-ht-650{height:650px;}
.brk-1800-ht-700{height:700px;}
.brk-1800-ht-750{height:750px;}
.brk-1800-ht-800{height:800px;}
.brk-1800-ht-850{height:850px;}
.brk-1800-ht-900{height:900px;}
.brk-1800-ht-950{height:950px;}
.brk-1800-ht-1000{height:1000px;}
.brk-1800-ht-10-p{height:10%;}
.brk-1800-ht-15-p{height:15%;}
.brk-1800-ht-20-p{height:20%;}
.brk-1800-ht-25-p{height:25%;}
.brk-1800-ht-30-p{height:30%;}
.brk-1800-ht-35-p{height:35%;}
.brk-1800-ht-40-p{height:40%;}
.brk-1800-ht-45-p{height:45%;}
.brk-1800-ht-50-p{height:50%;}
.brk-1800-ht-55-p{height:55%;}
.brk-1800-ht-60-p{height:60%;}
.brk-1800-ht-65-p{height:65%;}
.brk-1800-ht-70-p{height:70%;}
.brk-1800-ht-75-p{height:75%;}
.brk-1800-ht-80-p{height:80%;}
.brk-1800-ht-85-p{height:85%;}
.brk-1800-ht-90-p{height:90%;}
.brk-1800-ht-95-p{height:95%;}
.brk-1800-ht-100-p{height:100%;}
.brk-1800-h-initial{height:initial;}

/* **************************************************************************** */
/* ################################ WIDTH ##################################### */
/* **************************************************************************** */
.brk-1800-wd-auto{width:auto;}
.brk-1800-wd-0{width:0;}
.brk-1800-wd-1{width:1px;}
.brk-1800-wd-2{width:2px;}
.brk-1800-wd-3{width:3px;}
.brk-1800-wd-4{width:4px;}
.brk-1800-wd-5{width:5px;}
.brk-1800-wd-6{width:6px;}
.brk-1800-wd-7{width:7px;}
.brk-1800-wd-8{width:85px;}
.brk-1800-wd-9{width:9px;}
.brk-1800-wd-10{width:10px;}
.brk-1800-wd-15{width:15px;}
.brk-1800-wd-20{width:20px;}
.brk-1800-wd-30{width:30px;}
.brk-1800-wd-40{width:40px;}
.brk-1800-wd-50{width:50px;}
.brk-1800-wd-60{width:60px;}
.brk-1800-wd-70{width:70px;}
.brk-1800-wd-80{width:80px;}
.brk-1800-wd-90{width:90px;}
.brk-1800-wd-100{width:100px;}
.brk-1800-wd-110{width:110px;}
.brk-1800-wd-120{width:120px;}
.brk-1800-wd-130{width:130px;}
.brk-1800-wd-140{width:140px;}
.brk-1800-wd-150{width:150px;}
.brk-1800-wd-160{width:160px;}
.brk-1800-wd-170{width:170px;}
.brk-1800-wd-180{width:180px;}
.brk-1800-wd-190{width:190px;}
.brk-1800-wd-200{width:200px;}
.brk-1800-wd-300{width:300px;}
.brk-1800-wd-400{width:400px;}
.brk-1800-wd-500{width:500px;}
.brk-1800-wd-600{width:600px;}
.brk-1800-wd-700{width:700px;}
.brk-1800-wd-800{width:800px;}
.brk-1800-wd-900{width:900px;}
.brk-1800-wd-1000{width:1000px;}
.brk-1800-m-wd-10{max-width:10px;}
.brk-1800-m-wd-15{max-width:15px;}
.brk-1800-m-wd-20{max-width:20px;}
.brk-1800-m-wd-30{max-width:30px;}
.brk-1800-m-wd-40{max-width:40px;}
.brk-1800-m-wd-50{max-width:50px;}
.brk-1800-m-wd-60{max-width:60px;}
.brk-1800-m-wd-70{max-width:70px;}
.brk-1800-m-wd-80{max-width:80px;}
.brk-1800-m-wd-90{max-width:90px;}
.brk-1800-m-wd-100{max-width:100px;}
.brk-1800-m-wd-110{max-width:110px;}
.brk-1800-m-wd-115{max-width:115px;}
.brk-1800-m-wd-120{max-width:120px;}
.brk-1800-m-wd-130{max-width:130px;}
.brk-1800-m-wd-140{max-width:140px;}
.brk-1800-m-wd-150{max-width:150px;}
.brk-1800-m-wd-160{max-width:160px;}
.brk-1800-m-wd-170{max-width:170px;}
.brk-1800-m-wd-180{max-width:180px;}
.brk-1800-m-wd-190{max-width:190px;}
.brk-1800-m-wd-200{max-width:200px;}
.brk-1800-m-wd-250{max-width:250px;}
.brk-1800-m-wd-300{max-width:300px;}
.brk-1800-m-wd-350{max-width:350px;}
.brk-1800-m-wd-400{max-width:400px;}
.brk-1800-m-wd-450{max-width:450px;}
.brk-1800-m-wd-480{max-width:480px;}
.brk-1800-m-wd-500{max-width:500px;}
.brk-1800-m-wd-550{max-width:550px;}
.brk-1800-m-wd-600{max-width:600px;}
.brk-1800-m-wd-650{max-width:650px;}
.brk-1800-m-wd-700{max-width:700px;}
.brk-1800-m-wd-750{max-width:750px;}
.brk-1800-m-wd-800{max-width:800px;}
.brk-1800-m-wd-850{max-width:850px;}
.brk-1800-m-wd-900{max-width:900px;}
.brk-1800-m-wd-950{max-width:950px;}
.brk-1800-m-wd-1000{max-width:1000px;}
.brk-1800-m-wd-1050{max-width:1050px;}
.brk-1800-m-wd-1100{max-width:1100px;}
.brk-1800-m-wd-1150{max-width:1150px;}
.brk-1800-m-wd-1200{max-width:1200px;}
.brk-1800-m-wd-1250{max-width:1250px;}
.brk-1800-m-wd-1300{max-width:1300px;}
.brk-1800-m-wd-1350{max-width:1350px;}
.brk-1800-m-wd-1400{max-width:1400px;}
.brk-1800-m-wd-1450{max-width:1450px;}
.brk-1800-m-wd-1500{max-width:1500px;}
.brk-1800-m-wd-1550{max-width:1550px;}
.brk-1800-m-wd-1600{max-width:1600px;}
.brk-1800-m-wd-1650{max-width:1650px;}
.brk-1800-m-wd-1700{max-width:1700px;}
.brk-1800-m-wd-1750{max-width:1750px;}
.brk-1800-m-wd-1800{max-width:1800px;}
.brk-1800-m-wd-1850{max-width:1850px;}
.brk-1800-m-wd-1900{max-width:1900px;}
.brk-1800-m-wd-1950{max-width:1950px;}
.brk-1800-m-wd-2000{max-width:2000px;}
.brk-1800-w-5-p{width:5%;}
.brk-1800-w-10-p{width:10%;}
.brk-1800-w-15-p{width:15%;}
.brk-1800-w-20-p{width:20%;}
.brk-1800-w-25-p{width:25%;}
.brk-1800-w-30-p{width:30%;}
.brk-1800-w-32-p{width:32%;}
.brk-1800-w-33-p{width:33.333333333333333%;}
.brk-1800-w-35-p{width:35%;}
.brk-1800-w-40-p{width:40%;}
.brk-1800-w-45-p{width:45%;}
.brk-1800-w-50-p{width:50%;}
.brk-1800-w-55-p{width:55%;}
.brk-1800-w-60-p{width:60%;}
.brk-1800-w-65-p{width:65%;}
.brk-1800-w-66-p{width:66.666666666666666%;}
.brk-1800-w-70-p{width:70%;}
.brk-1800-w-75-p{width:75%;}
.brk-1800-w-80-p{width:80%;}
.brk-1800-w-85-p{width:85%;}
.brk-1800-w-90-p{width:90%;}
.brk-1800-w-92-p{width:92%;}
.brk-1800-w-95-p{width:95%;}
.brk-1800-w-100-p{width:100%;}
.brk-1800-w-initial{width:100%;width:initial;}
.brk-1800-mw-5-p{max-width:5%;}
.brk-1800-mw-10-p{max-width:10%;}
.brk-1800-mw-15-p{max-width:15%;}
.brk-1800-mw-20-p{max-width:20%;}
.brk-1800-mw-25-p{max-width:25%;}
.brk-1800-mw-30-p{max-width:30%;}
.brk-1800-mw-32-p{max-width:32%;}
.brk-1800-mw-33-p{max-width:33.333333333333333%;}
.brk-1800-mw-35-p{max-width:35%;}
.brk-1800-mw-40-p{max-width:40%;}
.brk-1800-mw-45-p{max-width:45%;}
.brk-1800-mw-50-p{max-width:50%;}
.brk-1800-mw-55-p{max-width:55%;}
.brk-1800-mw-60-p{max-width:60%;}
.brk-1800-mw-65-p{max-width:65%;}
.brk-1800-mw-66-p{max-width:66.666666666666666%;}
.brk-1800-mw-70-p{max-width:70%;}
.brk-1800-mw-75-p{max-width:75%;}
.brk-1800-mw-80-p{max-width:80%;}
.brk-1800-mw-85-p{max-width:85%;}
.brk-1800-mw-90-p{max-width:90%;}
.brk-1800-mw-92-p{max-width:92%;}
.brk-1800-mw-95-p{max-width:95%;}
.brk-1800-mw-100-p{max-width:100%;}
.brk-1800-mw-initial{max-width:100%;max-width:initial;}

/* **************************************************************************** */
/* ################################ TEXT ###################################### */
/* **************************************************************************** */
.brk-1800-text-left{text-align:left;}
.brk-1800-text-right{text-align:right;}
.brk-1800-text-center{text-align:center;}
.brk-1800-text-justify{text-align:justify;}
.brk-1800-text-last-left{text-align-last:left;}
.brk-1800-text-last-right{text-align-last:right;}
.brk-1800-text-last-center{text-align-last:center;}
.brk-1800-text-last-justify{text-align-last:justify;}
.brk-1800-t-upper{text-transform:uppercase;}
.brk-1800-t-lower{text-transform:lowercase;}
.brk-1800-underline{text-decoration:underline;}
.brk-1800-underline-hover:hover{text-decoration:underline;}
.brk-1800-text-wrap{white-space:normal;overflow-wrap:break-word;word-break:break-all;}
.brk-1800-text-word-wrap{overflow-wrap: break-word;}
.brk-1800-no-wrap{white-space:nowrap;}
.brk-1800-small-caps{font-variant:small-caps;}
.brk-1800-line-initial{line-height:initial;}
.brk-1800-line-0{line-height:0;}
.brk-1800-line-50{line-height:50%;}
.brk-1800-line-60{line-height:60%;}
.brk-1800-line-70{line-height:70%;}
.brk-1800-line-80{line-height:80%;}
.brk-1800-line-90{line-height:90%;}
.brk-1800-line-100{line-height:100%;}
.brk-1800-line-110{line-height:110%;}
.brk-1800-line-120{line-height:120%;}
.brk-1800-line-125{line-height:125%;}
.brk-1800-line-130{line-height:130%;}
.brk-1800-line-140{line-height:140%;}
.brk-1800-line-150{line-height:150%;}
.brk-1800-line-160{line-height:160%;}
.brk-1800-line-170{line-height:170%;}
.brk-1800-line-180{line-height:180%;}
.brk-1800-line-190{line-height:190%;}
.brk-1800-line-200{line-height:200%;}

/* **************************************************************************** */
/* ################################## FONTS ################################### */
/* **************************************************************************** */
.brk-1800-font-10{font-size:10px;}
.brk-1800-font-11{font-size:11px;}
.brk-1800-font-12{font-size:12px;}
.brk-1800-font-13{font-size:13px;}
.brk-1800-font-14{font-size:14px;}
.brk-1800-font-15{font-size:15px;}
.brk-1800-font-16{font-size:16px;}
.brk-1800-font-17{font-size:17px;}
.brk-1800-font-18{font-size:18px;}
.brk-1800-font-19{font-size:19px;}
.brk-1800-font-20{font-size:20px;}
.brk-1800-font-21{font-size:21px;}
.brk-1800-font-22{font-size:22px;}
.brk-1800-font-23{font-size:23px;}
.brk-1800-font-24{font-size:24px;}
.brk-1800-font-25{font-size:25px;}
.brk-1800-font-26{font-size:26px;}
.brk-1800-font-27{font-size:27px;}
.brk-1800-font-28{font-size:28px;}
.brk-1800-font-29{font-size:29px;}
.brk-1800-font-30{font-size:30px;}
.brk-1800-font-35{font-size:35px;}
.brk-1800-font-40{font-size:40px;}
.brk-1800-font-45{font-size:45px;}
.brk-1800-font-50{font-size:50px;}
.brk-1800-font-55{font-size:55px;}
.brk-1800-font-60{font-size:60px;}
.brk-1800-font-65{font-size:65px;}
.brk-1800-font-70{font-size:70px;}
.brk-1800-font-75{font-size:75px;}
.brk-1800-font-80{font-size:80px;}
.brk-1800-font-85{font-size:85px;}
.brk-1800-font-90{font-size:90px;}
.brk-1800-font-95{font-size:95px;}
.brk-1800-font-100{font-size:100px;}
.brk-1800-font-vw-1{font-size:0.1vw;}
.brk-1800-font-vw-2{font-size:0.2vw;}
.brk-1800-font-vw-3{font-size:0.3vw;}
.brk-1800-font-vw-4{font-size:0.4vw;}
.brk-1800-font-vw-5{font-size:0.5vw;}
.brk-1800-font-vw-6{font-size:0.6vw;}
.brk-1800-font-vw-7{font-size:0.7vw;}
.brk-1800-font-vw-8{font-size:0.8vw;}
.brk-1800-font-vw-9{font-size:0.9vw;}
.brk-1800-font-vw-10{font-size:1vw;}
.brk-1800-font-vw-11{font-size:1.1vw;}
.brk-1800-font-vw-12{font-size:1.2vw;}
.brk-1800-font-vw-13{font-size:1.3vw;}
.brk-1800-font-vw-14{font-size:1.4vw;}
.brk-1800-font-vw-15{font-size:1.5vw;}
.brk-1800-font-vw-16{font-size:1.6vw;}
.brk-1800-font-vw-17{font-size:1.7vw;}
.brk-1800-font-vw-18{font-size:1.8vw;}
.brk-1800-font-vw-19{font-size:1.9vw;}
.brk-1800-font-vw-20{font-size:2vw;}
.brk-1800-font-vw-21{font-size:2.1vw;}
.brk-1800-font-vw-22{font-size:2.2vw;}
.brk-1800-font-vw-23{font-size:2.3vw;}
.brk-1800-font-vw-24{font-size:2.4vw;}
.brk-1800-font-vw-25{font-size:2.5vw;}
.brk-1800-font-vw-26{font-size:2.6vw;}
.brk-1800-font-vw-27{font-size:2.7vw;}
.brk-1800-font-vw-28{font-size:2.8vw;}
.brk-1800-font-vw-29{font-size:2.9vw;}
.brk-1800-font-vw-30{font-size:3vw;}
.brk-1800-font-vw-31{font-size:3.1vw;}
.brk-1800-font-vw-32{font-size:3.2vw;}
.brk-1800-font-vw-33{font-size:3.3vw;}
.brk-1800-font-vw-34{font-size:3.4vw;}
.brk-1800-font-vw-35{font-size:3.5vw;}
.brk-1800-font-vw-36{font-size:3.6vw;}
.brk-1800-font-vw-37{font-size:3.7vw;}
.brk-1800-font-vw-38{font-size:3.8vw;}
.brk-1800-font-vw-39{font-size:3.9vw;}
.brk-1800-font-vw-40{font-size:4vw;}
.brk-1800-font-vw-45{font-size:4.5vw;}
.brk-1800-font-vw-50{font-size:5vw;}
.brk-1800-font-vw-55{font-size:5.5vw;}
.brk-1800-font-vw-60{font-size:6vw;}
.brk-1800-font-x-light{font-weight:200;}
.brk-1800-font-light{font-weight:300;}
.brk-1800-font-normal{font-weight:400;}
.brk-1800-font-strong{font-weight:500;}
.brk-1800-font-semibold{font-weight:600;}
.brk-1800-font-bold{font-weight:700;}
.brk-1800-font-bolder{font-weight:900;}
.brk-1800-font-w-100{font-weight:100;}
.brk-1800-font-w-200{font-weight:200;}
.brk-1800-font-w-300{font-weight:300;}
.brk-1800-font-w-400{font-weight:400;}
.brk-1800-font-w-500{font-weight:500;}
.brk-1800-font-w-600{font-weight:600;}
.brk-1800-font-w-700{font-weight:700;}
.brk-1800-font-w-800{font-weight:800;}
.brk-1800-font-w-900{font-weight:900;}
.brk-1800-font-italic{font-style:italic;}

/* **************************************************************************** */
/* ################################## MARGINS ################################# */
/* **************************************************************************** */
.brk-1800-mg-auto{margin:auto;}
.brk-1800-mglr-auto{margin-left:auto;margin-right:auto;}
.brk-1800-mgr-auto{margin-right:auto;}
.brk-1800-mgl-auto{margin-left:auto;}
.brk-1800-mgt-auto{margin-top:auto;}
.brk-1800-mgb-auto{margin-bottom:auto;}
.brk-1800-mg-0{margin:0;}
.brk-1800-mgt-0{margin-top:0;}
.brk-1800-mgb-0{margin-bottom:0;}
.brk-1800-mgl-0{margin-left:0;}
.brk-1800-mgr-0{margin-right:0;}
.brk-1800-mg-5{margin:5px;}
.brk-1800-mgt-5{margin-top:5px;}
.brk-1800-mgb-5{margin-bottom:5px;}
.brk-1800-mgl-5{margin-left:5px;}
.brk-1800-mgr-5{margin-right:5px;}
.brk-1800-mg-10{margin:10px;}
.brk-1800-mgt-10{margin-top:10px;}
.brk-1800-mgb-10{margin-bottom:10px;}
.brk-1800-mgl-10{margin-left:10px;}
.brk-1800-mgr-10{margin-right:10px;}
.brk-1800-mg-15{margin:15px;}
.brk-1800-mgt-15{margin-top:15px;}
.brk-1800-mgb-15{margin-bottom:15px;}
.brk-1800-mgl-15{margin-left:15px;}
.brk-1800-mgr-15{margin-right:15px;}
.brk-1800-mg-20{margin:20px;}
.brk-1800-mgt-20{margin-top:20px;}
.brk-1800-mgb-20{margin-bottom:20px;}
.brk-1800-mgl-20{margin-left:20px;}
.brk-1800-mgr-20{margin-right:20px;}
.brk-1800-mg-25{margin:25px;}
.brk-1800-mgt-25{margin-top:25px;}
.brk-1800-mgb-25{margin-bottom:25px;}
.brk-1800-mgl-25{margin-left:25px;}
.brk-1800-mgr-25{margin-right:25px;}
.brk-1800-mg-30{margin:30px;}
.brk-1800-mgt-30{margin-top:30px;}
.brk-1800-mgb-30{margin-bottom:30px;}
.brk-1800-mgl-30{margin-left:30px;}
.brk-1800-mgr-30{margin-right:30px;}
.brk-1800-mg-35{margin:35px;}
.brk-1800-mgt-35{margin-top:35px;}
.brk-1800-mgb-35{margin-bottom:35px;}
.brk-1800-mgl-35{margin-left:35px;}
.brk-1800-mgr-35{margin-right:35px;}
.brk-1800-mg-40{margin:40px ;}
.brk-1800-mgt-40{margin-top:40px;}
.brk-1800-mgb-40{margin-bottom:40px;}
.brk-1800-mgl-40{margin-left:40px;}
.brk-1800-mgr-40{margin-right:40px;}
.brk-1800-mg-45{margin:45px;}
.brk-1800-mgt-45{margin-top:45px;}
.brk-1800-mgb-45{margin-bottom:45px;}
.brk-1800-mgl-45{margin-left:45px;}
.brk-1800-mgr-45{margin-right:45px;}
.brk-1800-mg-50{margin:50px;}
.brk-1800-mgt-50{margin-top:50px;}
.brk-1800-mgb-50{margin-bottom:50px;}
.brk-1800-mgl-50{margin-left:50px;}
.brk-1800-mgr-50{margin-right:50px;}
.brk-1800-mg-55{margin:55px;}
.brk-1800-mgt-55{margin-top:55px;}
.brk-1800-mgb-55{margin-bottom:55px;}
.brk-1800-mgl-55{margin-left:55px;}
.brk-1800-mgr-55{margin-right:55px;}
.brk-1800-mg-60{margin:60px;}
.brk-1800-mgt-60{margin-top:60px;}
.brk-1800-mgb-60{margin-bottom:60px;}
.brk-1800-mgl-60{margin-left:60px;}
.brk-1800-mgr-60{margin-right:60px;}
.brk-1800-mg-70{margin:70px;}
.brk-1800-mgt-70{margin-top:70px;}
.brk-1800-mgb-70{margin-bottom:70px;}
.brk-1800-mgl-70{margin-left:70px;}
.brk-1800-mgr-70{margin-right:70px;}
.brk-1800-mg-80{margin:80px;}
.brk-1800-mgt-80{margin-top:80px;}
.brk-1800-mgb-80{margin-bottom:80px;}
.brk-1800-mgl-80{margin-left:80px;}
.brk-1800-mgr-80{margin-right:80px;}
.brk-1800-mg-90{margin:90px;}
.brk-1800-mgt-90{margin-top:90px;}
.brk-1800-mgb-90{margin-bottom:90px;}
.brk-1800-mgl-90{margin-left:90px;}
.brk-1800-mgr-90{margin-right:90px;}
.brk-1800-mg-100{margin:100px;}
.brk-1800-mgt-100{margin-top:100px;}
.brk-1800-mgb-100{margin-bottom:100px;}
.brk-1800-mgl-100{margin-left:100px;}
.brk-1800-mgr-100{margin-right:100px;}

/* **************************************************************************** */
/* ################################## PADDING ################################# */
/* **************************************************************************** */
.brk-1800-pd-0{padding:0;}
.brk-1800-pdt-0{padding-top:0;}
.brk-1800-pdb-0{padding-bottom:0;}
.brk-1800-pdl-0{padding-left:0;}
.brk-1800-pdr-0{padding-right:0;}
.brk-1800-pd-5{padding:5px;}
.brk-1800-pdt-5{padding-top:5px;}
.brk-1800-pdb-5{padding-bottom:5px;}
.brk-1800-pdl-5{padding-left:5px;}
.brk-1800-pdr-5{padding-right:5px;}
.brk-1800-pd-10{padding:10px;}
.brk-1800-pdt-10{padding-top:10px;}
.brk-1800-pdb-10{padding-bottom:10px;}
.brk-1800-pdl-10{padding-left:10px;}
.brk-1800-pdr-10{padding-right:10px;}
.brk-1800-pd-15{padding:15px;}
.brk-1800-pdt-15{padding-top:15px;}
.brk-1800-pdb-15{padding-bottom:15px;}
.brk-1800-pdl-15{padding-left:15px;}
.brk-1800-pdr-15{padding-right:15px;}
.brk-1800-pd-20{padding:20px;}
.brk-1800-pdt-20{padding-top:20px;}
.brk-1800-pdb-20{padding-bottom:20px;}
.brk-1800-pdl-20{padding-left:20px;}
.brk-1800-pdr-20{padding-right:20px;}
.brk-1800-pd-25{padding:25px;}
.brk-1800-pdt-25{padding-top:25px;}
.brk-1800-pdb-25{padding-bottom:25px;}
.brk-1800-pdl-25{padding-left:25px;}
.brk-1800-pdr-25{padding-right:25px;}
.brk-1800-pd-30{padding:30px;}
.brk-1800-pdt-30{padding-top:30px;}
.brk-1800-pdb-30{padding-bottom:30px;}
.brk-1800-pdl-30{padding-left:30px;}
.brk-1800-pdr-30{padding-right:30px;}
.brk-1800-pd-35{padding:35px;}
.brk-1800-pdt-35{padding-top:35px;}
.brk-1800-pdb-35{padding-bottom:35px;}
.brk-1800-pdl-35{padding-left:35px;}
.brk-1800-pdr-35{padding-right:35px;}
.brk-1800-pd-40{padding:40px;}
.brk-1800-pdt-40{padding-top:40px;}
.brk-1800-pdb-40{padding-bottom:40px;}
.brk-1800-pdl-40{padding-left:40px;}
.brk-1800-pdr-40{padding-right:40px;}
.brk-1800-pd-45{padding:45px;}
.brk-1800-pdt-45{padding-top:45px;}
.brk-1800-pdb-45{padding-bottom:45px;}
.brk-1800-pdl-45{padding-left:45px;}
.brk-1800-pdr-45{padding-right:45px;}
.brk-1800-pd-50{padding:50px;}
.brk-1800-pdt-50{padding-top:50px;}
.brk-1800-pdb-50{padding-bottom:50px;}
.brk-1800-pdl-50{padding-left:50px;}
.brk-1800-pdr-50{padding-right:50px;}
.brk-1800-pd-55{padding:55px;}
.brk-1800-pdt-55{padding-top:55px;}
.brk-1800-pdb-55{padding-bottom:55px;}
.brk-1800-pdl-55{padding-left:55px;}
.brk-1800-pdr-55{padding-right:55px;}
.brk-1800-pd-60{padding:60px;}
.brk-1800-pdt-60{padding-top:60px;}
.brk-1800-pdb-60{padding-bottom:60px;}
.brk-1800-pdl-60{padding-left:60px;}
.brk-1800-pdr-60{padding-right:60px;}
.brk-1800-pd-70{padding:70px;}
.brk-1800-pdt-70{padding-top:70px;}
.brk-1800-pdb-70{padding-bottom:70px;}
.brk-1800-pdl-70{padding-left:70px;}
.brk-1800-pdr-70{padding-right:70px;}
.brk-1800-pd-80{padding:80px;}
.brk-1800-pdt-80{padding-top:80px;}
.brk-1800-pdb-80{padding-bottom:80px;}
.brk-1800-pdl-80{padding-left:80px;}
.brk-1800-pdr-80{padding-right:80px;}
.brk-1800-pd-90{padding:90px;}
.brk-1800-pdt-90{padding-top:90px;}
.brk-1800-pdb-90{padding-bottom:90px;}
.brk-1800-pdl-90{padding-left:90px;}
.brk-1800-pdr-90{padding-right:90px;}
.brk-1800-pd-100{padding:100px;}
.brk-1800-pdt-100{padding-top:100px;}
.brk-1800-pdb-100{padding-bottom:100px;}
.brk-1800-pdl-100{padding-left:100px;}
.brk-1800-pdr-100{padding-right:100px;}


/* **************************************************************************** */
/* ################################## COLORS ################################# */
/* **************************************************************************** */
.brk-1800-bg-white{background:#fff;}
.brk-1800-bg-black{background:#000;}
.brk-1800-bg-transparent{background:transparent;}
.brk-1800-trans-white-bk-1{ background-color:#fff;background-color:rgba(255, 255, 255, 0.1)}
.brk-1800-trans-white-bk-2{ background-color:#fff;background-color:rgba(255, 255, 255, 0.2)}
.brk-1800-trans-white-bk-3{ background-color:#fff;background-color:rgba(255, 255, 255, 0.3)}
.brk-1800-trans-white-bk-4{ background-color:#fff;background-color:rgba(255, 255, 255, 0.4)}
.brk-1800-trans-white-bk-5{ background-color:#fff;background-color:rgba(255, 255, 255, 0.5)}
.brk-1800-trans-white-bk-6{ background-color:#fff;background-color:rgba(255, 255, 255, 0.6)}
.brk-1800-trans-white-bk-7{ background-color:#fff;background-color:rgba(255, 255, 255, 0.7)}
.brk-1800-trans-white-bk-8{ background-color:#fff;background-color:rgba(255, 255, 255, 0.8)}
.brk-1800-trans-white-bk-9{ background-color:#fff;background-color:rgba(255, 255, 255, 0.9)}
.brk-1800-trans-black-bk-1{ background-color:#000;background-color:rgba(0, 0, 0, 0.1)}
.brk-1800-trans-black-bk-2{ background-color:#000;background-color:rgba(0, 0, 0, 0.2)}
.brk-1800-trans-black-bk-3{ background-color:#000;background-color:rgba(0, 0, 0, 0.3)}
.brk-1800-trans-black-bk-4{ background-color:#000;background-color:rgba(0, 0, 0, 0.4)}
.brk-1800-trans-black-bk-5{ background-color:#000;background-color:rgba(0, 0, 0, 0.5)}
.brk-1800-trans-black-bk-6{ background-color:#000;background-color:rgba(0, 0, 0, 0.6)}
.brk-1800-trans-black-bk-7{ background-color:#000;background-color:rgba(0, 0, 0, 0.7)}
.brk-1800-trans-black-bk-8{ background-color:#000;background-color:rgba(0, 0, 0, 0.8)}
.brk-1800-trans-black-bk-9{ background-color:#000;background-color:rgba(0, 0, 0, 0.9)}

/* **************************************************************************** */
/* ################################## RADIUS ################################## */
/* **************************************************************************** */
.brk-1800-border-r-0{border-radius:0;}
.brk-1800-border-r-1{border-radius:1px;}
.brk-1800-border-r-2{border-radius:2px;}
.brk-1800-border-r-3{border-radius:3px;}
.brk-1800-border-r-4{border-radius:4px;}
.brk-1800-border-r-5{border-radius:5px;}
.brk-1800-border-r-6{border-radius:6px;}
.brk-1800-border-r-7{border-radius:7px;}
.brk-1800-border-r-8{border-radius:8px;}
.brk-1800-border-r-9{border-radius:9px;}
.brk-1800-border-r-10{border-radius:10px;}
.brk-1800-border-r-15{border-radius:15px;}
.brk-1800-border-r-20{border-radius:20px;}
.brk-1800-border-r-25{border-radius:25px;}
.brk-1800-border-r-30{border-radius:30px;}
.brk-1800-border-r-35{border-radius:35px;}
.brk-1800-border-r-40{border-radius:40px;}
.brk-1800-border-r-45{border-radius:45px;}
.brk-1800-border-r-50{border-radius:50px;}
.brk-1800-border-r-10-p{border-radius:10%;}
.brk-1800-border-r-20-p{border-radius:20%;}
.brk-1800-border-r-30-p{border-radius:30%;}
.brk-1800-border-r-40-p{border-radius:40%;}
.brk-1800-border-r-50-p{border-radius:50%;}
.brk-1800-border-r-60-p{border-radius:60%;}
.brk-1800-border-r-70-p{border-radius:70%;}
.brk-1800-border-r-80-p{border-radius:80%;}
.brk-1800-border-r-90-p{border-radius:90%;}
.brk-1800-border-r-100-p{border-radius:100%;}


}


@media handheld, screen and (max-width:1200px){

/* **************************************************************************** */
/* ############################# DISPLAY ###################################### */
/* **************************************************************************** */
.brk-1200-inline{display:inline;}
.brk-1200-block{display:block;}
.brk-1200-inline-block{display:inline-block;}
.brk-1200-table{display:table;}
.brk-1200-table-cell{display:table-cell;}
.brk-1200-table-row{display:table-row;}
.brk-1200-dis-none{display:none;}
.brk-1200-dis-none-weak{display:none;}
.brk-1200-visible{visibility:visible;}
.brk-1200-visibility-hidden{visibility:hidden;}
.brk-1200-opacity-0{opacity:0;}
.brk-1200-opacity-01{opacity:0.1;}
.brk-1200-opacity-02{opacity:0.2;}
.brk-1200-opacity-03{opacity:0.3;}
.brk-1200-opacity-04{opacity:0.4;}
.brk-1200-opacity-05{opacity:0.5;}
.brk-1200-opacity-06{opacity:0.6;}
.brk-1200-opacity-07{opacity:0.7;}
.brk-1200-opacity-08{opacity:0.8;}
.brk-1200-opacity-09{opacity:0.9;}
.brk-1200-opacity-1{opacity:1;}
.brk-1200-v-align-t{vertical-align:top;}
.brk-1200-v-align-b{vertical-align:bottom;}
.brk-1200-v-align-m{vertical-align: middle;}

/* **************************************************************************** */
/* ############################# POSITION ###################################### */
/* **************************************************************************** */
.brk-1200-p-rel{position:relative;}
.brk-1200-p-absolute{position:absolute;}
.brk-1200-p-fixed{position:fixed;}
.brk-1200-p-static{position:static;}
.brk-1200-p-sticky{position:-webkit-sticky;position:sticky;}
.brk-1200-top-0{top:0;}
.brk-1200-bottom-0{bottom:0;}
.brk-1200-left-0{left:0;}
.brk-1200-right-0{right:0;}
.brk-1200-all-sides-0{top:0;bottom:0;left:0;right:0;}
.brk-1200-top-100-p{top:100%;}
.brk-1200-bottom-100-p{bottom:100%;}
.brk-1200-right-100-p{right:100%;}
.brk-1200-left-100-p{left:100%;}
.brk-1200-z-index-0{z-index:0;}
.brk-1200-z-index-1{z-index:1;}
.brk-1200-z-index-50{z-index:50;}
.brk-1200-z-index-100{z-index:100;}
.brk-1200-z-index-500{z-index:500;}
.brk-1200-z-index-1000{z-index:1000;}
.brk-1200-z-index-10000{z-index:10000;}
.brk-1200-overflow-hidden{overflow:hidden;}
.brk-1200-overflow-scroll{overflow:scroll;}
.brk-1200-overflow-auto{overflow:auto;}
.brk-1200-overflow-initial{overflow:initial;}

/* **************************************************************************** */
/* ############################# FLOAT ###################################### */
/* **************************************************************************** */
.brk-1200-floatleft{float:left;}
.brk-1200-floatright{float:right;}
.brk-1200-clear{clear:both;}

/* **************************************************************************** */
/* ################################ IMAGES ##################################### */
/* **************************************************************************** */
.brk-1200-repeat{background-repeat:repeat;}
.brk-1200-repeat-x{background-repeat:repeat-x;}
.brk-1200-repeat-y{background-repeat:repeat-y;}
.brk-1200-no-repeat{background-repeat:no-repeat;}
.brk-1200-cover{background-size:cover;}
.brk-1200-contain{background-size:contain;}
.brk-1200-back-none{background:none;}
.brk-1200-back-pos-top{background-position:center top;}
.brk-1200-back-pos-center{background-position:center center;}
.brk-1200-back-pos-bottom{background-position:center bottom;}
.brk-1200-back-pos-left-top{background-position:left top;}
.brk-1200-back-pos-left-center{background-position:left center;}
.brk-1200-back-pos-left-bottom{background-position:left bottom;}
.brk-1200-back-pos-right-top{background-position:right top;}
.brk-1200-back-pos-right-center{background-position:right center;}
.brk-1200-back-pos-right-bottom{background-position:right bottom;}
.brk-1200-img-fixed{background-attachment:fixed;}
.brk-1200-img-fixed-initial{background-attachment:initial;}

/* **************************************************************************** */
/* ################################ LISTS ##################################### */
/* **************************************************************************** */
.brk-1200-list-s-none{list-style:none;}

/* **************************************************************************** */
/* ################################ CURSOR #################################### */
/* **************************************************************************** */
.brk-1200-pointer{cursor:pointer;}
.brk-1200-cursor-initial{cursor:initial;}

/* **************************************************************************** */
/* ############################# YOUTUBE STRETCH ############################## */
/* **************************************************************************** */
.brk-1200-embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;}
.brk-1200-embed-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
.brk-1200-embed-container object{position:absolute;top:0;left:0;width:100%;height:100%;}
.brk-1200-embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}

/* **************************************************************************** */
/* ############################ TRANSITIONS ################################### */
/* **************************************************************************** */

.brk-1200-transition-01{transition:0.1s;}
.brk-1200-transition-02{transition:0.2s;}
.brk-1200-transition-03{transition:0.3s;}
.brk-1200-transition-04{transition:0.4s;}
.brk-1200-transition-05{transition:0.5s;}
.brk-1200-transition-06{transition:0.6s;}
.brk-1200-transition-07{transition:0.7s;}
.brk-1200-transition-08{transition:0.8s;}
.brk-1200-transition-09{transition:0.9s;}
.brk-1200-transition-1{transition:1s;}
.brk-1200-transition-15{transition:1.5s;}
.brk-1200-transition-2{transition:2s;}
.brk-1200-transition-25{transition:2.5s;}
.brk-1200-transition-3{transition:3s;}
.brk-1200-transition-35{transition:3.5s;}
.brk-1200-transition-4{transition:4s;}
.brk-1200-transition-45{transition:4.5s;}
.brk-1200-transition-5{transition:5s;}

/* **************************************************************************** */
/* ############################# BORDERS ###################################### */
/* **************************************************************************** */
.brk-1200-border-box{box-sizing:border-box;}
.brk-1200-border-collapse{border-collapse:collapse;}
.brk-1200-border-solid{border-style:solid;}
.brk-1200-border-dashed{border-style:dashed;}
.brk-1200-border-dotted{border-style:dotted;}
.brk-1200-border-0{border-width:0;}
.brk-1200-border-1{border-width:1px;}
.brk-1200-border-2{border-width:2px;}
.brk-1200-border-3{border-width:3px;}
.brk-1200-border-4{border-width:4px;}
.brk-1200-border-5{border-width:5px;}
.brk-1200-border-6{border-width:6px;}
.brk-1200-border-7{border-width:7px;}
.brk-1200-border-8{border-width:8px;}
.brk-1200-border-9{border-width:9px;}
.brk-1200-border-10{border-width:10px;}
.brk-1200-border-top-0{border-top-width:0;}
.brk-1200-border-top-1{border-top-width:1px;}
.brk-1200-border-top-2{border-top-width:2px;}
.brk-1200-border-top-3{border-top-width:3px;}
.brk-1200-border-top-4{border-top-width:4px;}
.brk-1200-border-top-5{border-top-width:5px;}
.brk-1200-border-top-6{border-top-width:6px;}
.brk-1200-border-top-7{border-top-width:7px;}
.brk-1200-border-top-8{border-top-width:8px;}
.brk-1200-border-top-9{border-top-width:9px;}
.brk-1200-border-top-10{border-top-width:10px;}
.brk-1200-border-btm-0{border-bottom-width:0;}
.brk-1200-border-btm-1{border-bottom-width:1px;}
.brk-1200-border-btm-2{border-bottom-width:2px;}
.brk-1200-border-btm-3{border-bottom-width:3px;}
.brk-1200-border-btm-4{border-bottom-width:4px;}
.brk-1200-border-btm-5{border-bottom-width:5px;}
.brk-1200-border-btm-6{border-bottom-width:6px;}
.brk-1200-border-btm-7{border-bottom-width:7px;}
.brk-1200-border-btm-8{border-bottom-width:8px;}
.brk-1200-border-btm-9{border-bottom-width:9px;}
.brk-1200-border-btm-10{border-bottom-width:10px;}
.brk-1200-border-lft-0{border-left-width:0;}
.brk-1200-border-lft-1{border-left-width:1px;}
.brk-1200-border-lft-2{border-left-width:2px;}
.brk-1200-border-lft-3{border-left-width:3px;}
.brk-1200-border-lft-4{border-left-width:4px;}
.brk-1200-border-lft-5{border-left-width:5px;}
.brk-1200-border-lft-6{border-left-width:6px;}
.brk-1200-border-lft-7{border-left-width:7px;}
.brk-1200-border-lft-8{border-left-width:8px;}
.brk-1200-border-lft-9{border-left-width:9px;}
.brk-1200-border-lft-10{border-left-width:10px;}
.brk-1200-border-rt-0{border-right-width:0;}
.brk-1200-border-rt-1{border-right-width:1px;}
.brk-1200-border-rt-2{border-right-width:2px;}
.brk-1200-border-rt-3{border-right-width:3px;}
.brk-1200-border-rt-4{border-right-width:4px;}
.brk-1200-border-rt-5{border-right-width:5px;}
.brk-1200-border-rt-6{border-right-width:6px;}
.brk-1200-border-rt-7{border-right-width:7px;}
.brk-1200-border-rt-8{border-right-width:8px;}
.brk-1200-border-rt-9{border-right-width:9px;}
.brk-1200-border-rt-10{border-right-width:10px;}

/* **************************************************************************** */
/* ############################# FLEX ###################################### */
/* **************************************************************************** */
.brk-1200-flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.brk-1200-flex-1{flex:1;}
.brk-1200-row{flex-direction:row;}
.brk-1200-row-reverse{flex-direction:row-reverse;}
.brk-1200-col{flex-direction:column;}
.brk-1200-col-reverse{flex-direction: column-reverse;}
.brk-1200-grow-1{flex-grow:1;}
.brk-1200-grow-2{flex-grow:2;}
.brk-1200-grow-3{flex-grow:3;}
.brk-1200-grow-4{flex-grow:4;}
.brk-1200-grow-5{flex-grow:5;}
.brk-1200-grow-6{flex-grow:6;}
.brk-1200-grow-7{flex-grow:7;}
.brk-1200-grow-8{flex-grow:8;}
.brk-1200-grow-9{flex-grow:9;}
.brk-1200-grow-10{flex-grow:10;}
.brk-1200-grow-11{flex-grow:11;}
.brk-1200-grow-12{flex-grow:12;}
.brk-1200-order-1{order:1;}
.brk-1200-order-2{order:2;}
.brk-1200-order-3{order:3;}
.brk-1200-order-4{order:4;}
.brk-1200-order-5{order:5;}
.brk-1200-order-6{order:6;}
.brk-1200-order-7{order:7;}
.brk-1200-order-8{order:8;}
.brk-1200-order-9{order:9;}
.brk-1200-order-10{order:10;}
.brk-1200-align-center{align-items:center;}
.brk-1200-align-start{align-items:flex-start;}
.brk-1200-align-end{align-items:flex-end;}
.brk-1200-self-center{align-self:center;}
.brk-1200-self-start{align-self:flex-start;}
.brk-1200-self-end{align-self:flex-end;}
.brk-1200-align-baseline{align-items:baseline;}
.brk-1200-align-content-center{align-content:center;}
.brk-1200-align-content-start{align-content:flex-start;}
.brk-1200-align-content-end{align-content:flex-end;}
.brk-1200-align-content-space-between{align-content:space-between;}
.brk-1200-align-content-space-around{align-content:space-around;}
.brk-1200-align-content-stretch{align-content:stretch;}
.brk-1200-justify-center{justify-content:center;}
.brk-1200-justify-start{justify-content:flex-start;}
.brk-1200-justify-end{justify-content:flex-end;}
.brk-1200-justify-space-around{justify-content:space-around;}
.brk-1200-justify-space-between{justify-content:space-between;}
.brk-1200-row-wrap{flex-wrap:wrap;}
.brk-1200-row-nowrap {flex-wrap:nowrap;}
.brk-1200-row-wrap-reverse{flex-wrap:wrap-reverse;}
.brk-1200-shrink-0{flex-shrink:0;}

/* **************************************************************************** */
/* ############################### HEIGHT ##################################### */
/* **************************************************************************** */
.brk-1200-ht-auto{height:auto;}
.brk-1200-ht-0{height:0;}
.brk-1200-ht-1{height:1px;}
.brk-1200-ht-2{height:2px;}
.brk-1200-ht-3{height:3px;}
.brk-1200-ht-4{height:4px;}
.brk-1200-ht-5{height:5px;}
.brk-1200-ht-6{height:6px;}
.brk-1200-ht-7{height:7px;}
.brk-1200-ht-8{height:8px;}
.brk-1200-ht-9{height:9px;}
.brk-1200-ht-10{height:10px;}
.brk-1200-ht-11{height:11px;}
.brk-1200-ht-12{height:12px;}
.brk-1200-ht-13{height:13px;}
.brk-1200-ht-14{height:14px;}
.brk-1200-ht-15{height:15px;}
.brk-1200-ht-16{height:16px;}
.brk-1200-ht-17{height:17px;}
.brk-1200-ht-18{height:18px;}
.brk-1200-ht-19{height:19px;}
.brk-1200-ht-20{height:20px;}
.brk-1200-ht-19{height:19px;}
.brk-1200-ht-20{height:20px;}
.brk-1200-ht-21{height:21px;}
.brk-1200-ht-22{height:22px;}
.brk-1200-ht-23{height:23px;}
.brk-1200-ht-24{height:24px;}
.brk-1200-ht-25{height:25px;}
.brk-1200-ht-26{height:26px;}
.brk-1200-ht-27{height:27px;}
.brk-1200-ht-28{height:28px;}
.brk-1200-ht-29{height:29px;}
.brk-1200-ht-30{height:30px;}
.brk-1200-ht-31{height:31px;}
.brk-1200-ht-32{height:32px;}
.brk-1200-ht-33{height:33px;}
.brk-1200-ht-34{height:34px;}
.brk-1200-ht-35{height:35px;}
.brk-1200-ht-36{height:36px;}
.brk-1200-ht-37{height:37px;}
.brk-1200-ht-38{height:38px;}
.brk-1200-ht-39{height:39px;}
.brk-1200-ht-40{height:40px;}
.brk-1200-ht-41{height:41px;}
.brk-1200-ht-42{height:42px;}
.brk-1200-ht-43{height:43px;}
.brk-1200-ht-44{height:44px;}
.brk-1200-ht-45{height:45px;}
.brk-1200-ht-50{height:50px;}
.brk-1200-ht-50{height:50px;}
.brk-1200-ht-60{height:60px;}
.brk-1200-ht-65{height:65px;}
.brk-1200-ht-70{height:70px;}
.brk-1200-ht-75{height:75px;}
.brk-1200-ht-80{height:80px;}
.brk-1200-ht-85{height:85px;}
.brk-1200-ht-90{height:90px;}
.brk-1200-ht-95{height:95px;}
.brk-1200-ht-100{height:100px;}
.brk-1200-ht-150{height:150px;}
.brk-1200-ht-200{height:200px;}
.brk-1200-ht-250{height:250px;}
.brk-1200-ht-300{height:300px;}
.brk-1200-ht-350{height:350px;}
.brk-1200-ht-400{height:400px;}
.brk-1200-ht-450{height:450px;}
.brk-1200-ht-500{height:500px;}
.brk-1200-ht-550{height:550px;}
.brk-1200-ht-600{height:600px;}
.brk-1200-ht-650{height:650px;}
.brk-1200-ht-700{height:700px;}
.brk-1200-ht-750{height:750px;}
.brk-1200-ht-800{height:800px;}
.brk-1200-ht-850{height:850px;}
.brk-1200-ht-900{height:900px;}
.brk-1200-ht-950{height:950px;}
.brk-1200-ht-1000{height:1000px;}
.brk-1200-ht-10-p{height:10%;}
.brk-1200-ht-15-p{height:15%;}
.brk-1200-ht-20-p{height:20%;}
.brk-1200-ht-25-p{height:25%;}
.brk-1200-ht-30-p{height:30%;}
.brk-1200-ht-35-p{height:35%;}
.brk-1200-ht-40-p{height:40%;}
.brk-1200-ht-45-p{height:45%;}
.brk-1200-ht-50-p{height:50%;}
.brk-1200-ht-55-p{height:55%;}
.brk-1200-ht-60-p{height:60%;}
.brk-1200-ht-65-p{height:65%;}
.brk-1200-ht-70-p{height:70%;}
.brk-1200-ht-75-p{height:75%;}
.brk-1200-ht-80-p{height:80%;}
.brk-1200-ht-85-p{height:85%;}
.brk-1200-ht-90-p{height:90%;}
.brk-1200-ht-95-p{height:95%;}
.brk-1200-ht-100-p{height:100%;}
.brk-1200-h-initial{height:initial;}

/* **************************************************************************** */
/* ################################ WIDTH ##################################### */
/* **************************************************************************** */
.brk-1200-wd-auto{width:auto;}
.brk-1200-wd-0{width:0;}
.brk-1200-wd-1{width:1px;}
.brk-1200-wd-2{width:2px;}
.brk-1200-wd-3{width:3px;}
.brk-1200-wd-4{width:4px;}
.brk-1200-wd-5{width:5px;}
.brk-1200-wd-6{width:6px;}
.brk-1200-wd-7{width:7px;}
.brk-1200-wd-8{width:85px;}
.brk-1200-wd-9{width:9px;}
.brk-1200-wd-10{width:10px;}
.brk-1200-wd-15{width:15px;}
.brk-1200-wd-20{width:20px;}
.brk-1200-wd-30{width:30px;}
.brk-1200-wd-40{width:40px;}
.brk-1200-wd-50{width:50px;}
.brk-1200-wd-60{width:60px;}
.brk-1200-wd-70{width:70px;}
.brk-1200-wd-80{width:80px;}
.brk-1200-wd-90{width:90px;}
.brk-1200-wd-100{width:100px;}
.brk-1200-wd-110{width:110px;}
.brk-1200-wd-120{width:120px;}
.brk-1200-wd-130{width:130px;}
.brk-1200-wd-140{width:140px;}
.brk-1200-wd-150{width:150px;}
.brk-1200-wd-160{width:160px;}
.brk-1200-wd-170{width:170px;}
.brk-1200-wd-180{width:180px;}
.brk-1200-wd-190{width:190px;}
.brk-1200-wd-200{width:200px;}
.brk-1200-wd-300{width:300px;}
.brk-1200-wd-400{width:400px;}
.brk-1200-wd-500{width:500px;}
.brk-1200-wd-600{width:600px;}
.brk-1200-wd-700{width:700px;}
.brk-1200-wd-800{width:800px;}
.brk-1200-wd-900{width:900px;}
.brk-1200-wd-1000{width:1000px;}
.brk-1200-m-wd-10{max-width:10px;}
.brk-1200-m-wd-15{max-width:15px;}
.brk-1200-m-wd-20{max-width:20px;}
.brk-1200-m-wd-30{max-width:30px;}
.brk-1200-m-wd-40{max-width:40px;}
.brk-1200-m-wd-50{max-width:50px;}
.brk-1200-m-wd-60{max-width:60px;}
.brk-1200-m-wd-70{max-width:70px;}
.brk-1200-m-wd-80{max-width:80px;}
.brk-1200-m-wd-90{max-width:90px;}
.brk-1200-m-wd-100{max-width:100px;}
.brk-1200-m-wd-110{max-width:110px;}
.brk-1200-m-wd-115{max-width:115px;}
.brk-1200-m-wd-120{max-width:120px;}
.brk-1200-m-wd-130{max-width:130px;}
.brk-1200-m-wd-140{max-width:140px;}
.brk-1200-m-wd-150{max-width:150px;}
.brk-1200-m-wd-160{max-width:160px;}
.brk-1200-m-wd-170{max-width:170px;}
.brk-1200-m-wd-180{max-width:180px;}
.brk-1200-m-wd-190{max-width:190px;}
.brk-1200-m-wd-200{max-width:200px;}
.brk-1200-m-wd-250{max-width:250px;}
.brk-1200-m-wd-300{max-width:300px;}
.brk-1200-m-wd-350{max-width:350px;}
.brk-1200-m-wd-400{max-width:400px;}
.brk-1200-m-wd-450{max-width:450px;}
.brk-1200-m-wd-480{max-width:480px;}
.brk-1200-m-wd-500{max-width:500px;}
.brk-1200-m-wd-550{max-width:550px;}
.brk-1200-m-wd-600{max-width:600px;}
.brk-1200-m-wd-650{max-width:650px;}
.brk-1200-m-wd-700{max-width:700px;}
.brk-1200-m-wd-750{max-width:750px;}
.brk-1200-m-wd-800{max-width:800px;}
.brk-1200-m-wd-850{max-width:850px;}
.brk-1200-m-wd-900{max-width:900px;}
.brk-1200-m-wd-950{max-width:950px;}
.brk-1200-m-wd-1000{max-width:1000px;}
.brk-1200-m-wd-1050{max-width:1050px;}
.brk-1200-m-wd-1100{max-width:1100px;}
.brk-1200-m-wd-1150{max-width:1150px;}
.brk-1200-m-wd-1200{max-width:1200px;}
.brk-1200-m-wd-1250{max-width:1250px;}
.brk-1200-m-wd-1300{max-width:1300px;}
.brk-1200-m-wd-1350{max-width:1350px;}
.brk-1200-m-wd-1400{max-width:1400px;}
.brk-1200-m-wd-1450{max-width:1450px;}
.brk-1200-m-wd-1500{max-width:1500px;}
.brk-1200-m-wd-1550{max-width:1550px;}
.brk-1200-m-wd-1600{max-width:1600px;}
.brk-1200-m-wd-1650{max-width:1650px;}
.brk-1200-m-wd-1700{max-width:1700px;}
.brk-1200-m-wd-1750{max-width:1750px;}
.brk-1200-m-wd-1800{max-width:1800px;}
.brk-1200-m-wd-1850{max-width:1850px;}
.brk-1200-m-wd-1900{max-width:1900px;}
.brk-1200-m-wd-1950{max-width:1950px;}
.brk-1200-m-wd-2000{max-width:2000px;}
.brk-1200-w-5-p{width:5%;}
.brk-1200-w-10-p{width:10%;}
.brk-1200-w-15-p{width:15%;}
.brk-1200-w-20-p{width:20%;}
.brk-1200-w-25-p{width:25%;}
.brk-1200-w-30-p{width:30%;}
.brk-1200-w-32-p{width:32%;}
.brk-1200-w-33-p{width:33.333333333333333%;}
.brk-1200-w-35-p{width:35%;}
.brk-1200-w-40-p{width:40%;}
.brk-1200-w-45-p{width:45%;}
.brk-1200-w-50-p{width:50%;}
.brk-1200-w-55-p{width:55%;}
.brk-1200-w-60-p{width:60%;}
.brk-1200-w-65-p{width:65%;}
.brk-1200-w-66-p{width:66.666666666666666%;}
.brk-1200-w-70-p{width:70%;}
.brk-1200-w-75-p{width:75%;}
.brk-1200-w-80-p{width:80%;}
.brk-1200-w-85-p{width:85%;}
.brk-1200-w-90-p{width:90%;}
.brk-1200-w-92-p{width:92%;}
.brk-1200-w-95-p{width:95%;}
.brk-1200-w-100-p{width:100%;}
.brk-1200-w-initial{width:100%;width:initial;}
.brk-1200-mw-5-p{max-width:5%;}
.brk-1200-mw-10-p{max-width:10%;}
.brk-1200-mw-15-p{max-width:15%;}
.brk-1200-mw-20-p{max-width:20%;}
.brk-1200-mw-25-p{max-width:25%;}
.brk-1200-mw-30-p{max-width:30%;}
.brk-1200-mw-32-p{max-width:32%;}
.brk-1200-mw-33-p{max-width:33.333333333333333%;}
.brk-1200-mw-35-p{max-width:35%;}
.brk-1200-mw-40-p{max-width:40%;}
.brk-1200-mw-45-p{max-width:45%;}
.brk-1200-mw-50-p{max-width:50%;}
.brk-1200-mw-55-p{max-width:55%;}
.brk-1200-mw-60-p{max-width:60%;}
.brk-1200-mw-65-p{max-width:65%;}
.brk-1200-mw-66-p{max-width:66.666666666666666%;}
.brk-1200-mw-70-p{max-width:70%;}
.brk-1200-mw-75-p{max-width:75%;}
.brk-1200-mw-80-p{max-width:80%;}
.brk-1200-mw-85-p{max-width:85%;}
.brk-1200-mw-90-p{max-width:90%;}
.brk-1200-mw-92-p{max-width:92%;}
.brk-1200-mw-95-p{max-width:95%;}
.brk-1200-mw-100-p{max-width:100%;}
.brk-1200-mw-initial{max-width:100%;max-width:initial;}

/* **************************************************************************** */
/* ################################ TEXT ###################################### */
/* **************************************************************************** */
.brk-1200-text-left{text-align:left;}
.brk-1200-text-right{text-align:right;}
.brk-1200-text-center{text-align:center;}
.brk-1200-text-justify{text-align:justify;}
.brk-1200-text-last-left{text-align-last:left;}
.brk-1200-text-last-right{text-align-last:right;}
.brk-1200-text-last-center{text-align-last:center;}
.brk-1200-text-last-justify{text-align-last:justify;}
.brk-1200-t-upper{text-transform:uppercase;}
.brk-1200-t-lower{text-transform:lowercase;}
.brk-1200-underline{text-decoration:underline;}
.brk-1200-underline-hover:hover{text-decoration:underline;}
.brk-1200-text-wrap{white-space:normal;overflow-wrap:break-word;word-break:break-all;}
.brk-1200-text-word-wrap{overflow-wrap: break-word;}
.brk-1200-no-wrap{white-space:nowrap;}
.brk-1200-small-caps{font-variant:small-caps;}
.brk-1200-line-initial{line-height:initial;}
.brk-1200-line-0{line-height:0;}
.brk-1200-line-50{line-height:50%;}
.brk-1200-line-60{line-height:60%;}
.brk-1200-line-70{line-height:70%;}
.brk-1200-line-80{line-height:80%;}
.brk-1200-line-90{line-height:90%;}
.brk-1200-line-100{line-height:100%;}
.brk-1200-line-110{line-height:110%;}
.brk-1200-line-120{line-height:120%;}
.brk-1200-line-125{line-height:125%;}
.brk-1200-line-130{line-height:130%;}
.brk-1200-line-140{line-height:140%;}
.brk-1200-line-150{line-height:150%;}
.brk-1200-line-160{line-height:160%;}
.brk-1200-line-170{line-height:170%;}
.brk-1200-line-180{line-height:180%;}
.brk-1200-line-190{line-height:190%;}
.brk-1200-line-200{line-height:200%;}

/* **************************************************************************** */
/* ################################## FONTS ################################### */
/* **************************************************************************** */
.brk-1200-font-10{font-size:10px;}
.brk-1200-font-11{font-size:11px;}
.brk-1200-font-12{font-size:12px;}
.brk-1200-font-13{font-size:13px;}
.brk-1200-font-14{font-size:14px;}
.brk-1200-font-15{font-size:15px;}
.brk-1200-font-16{font-size:16px;}
.brk-1200-font-17{font-size:17px;}
.brk-1200-font-18{font-size:18px;}
.brk-1200-font-19{font-size:19px;}
.brk-1200-font-20{font-size:20px;}
.brk-1200-font-21{font-size:21px;}
.brk-1200-font-22{font-size:22px;}
.brk-1200-font-23{font-size:23px;}
.brk-1200-font-24{font-size:24px;}
.brk-1200-font-25{font-size:25px;}
.brk-1200-font-26{font-size:26px;}
.brk-1200-font-27{font-size:27px;}
.brk-1200-font-28{font-size:28px;}
.brk-1200-font-29{font-size:29px;}
.brk-1200-font-30{font-size:30px;}
.brk-1200-font-35{font-size:35px;}
.brk-1200-font-40{font-size:40px;}
.brk-1200-font-45{font-size:45px;}
.brk-1200-font-50{font-size:50px;}
.brk-1200-font-55{font-size:55px;}
.brk-1200-font-60{font-size:60px;}
.brk-1200-font-65{font-size:65px;}
.brk-1200-font-70{font-size:70px;}
.brk-1200-font-75{font-size:75px;}
.brk-1200-font-80{font-size:80px;}
.brk-1200-font-85{font-size:85px;}
.brk-1200-font-90{font-size:90px;}
.brk-1200-font-95{font-size:95px;}
.brk-1200-font-100{font-size:100px;}
.brk-1200-font-vw-1{font-size:0.1vw;}
.brk-1200-font-vw-2{font-size:0.2vw;}
.brk-1200-font-vw-3{font-size:0.3vw;}
.brk-1200-font-vw-4{font-size:0.4vw;}
.brk-1200-font-vw-5{font-size:0.5vw;}
.brk-1200-font-vw-6{font-size:0.6vw;}
.brk-1200-font-vw-7{font-size:0.7vw;}
.brk-1200-font-vw-8{font-size:0.8vw;}
.brk-1200-font-vw-9{font-size:0.9vw;}
.brk-1200-font-vw-10{font-size:1vw;}
.brk-1200-font-vw-11{font-size:1.1vw;}
.brk-1200-font-vw-12{font-size:1.2vw;}
.brk-1200-font-vw-13{font-size:1.3vw;}
.brk-1200-font-vw-14{font-size:1.4vw;}
.brk-1200-font-vw-15{font-size:1.5vw;}
.brk-1200-font-vw-16{font-size:1.6vw;}
.brk-1200-font-vw-17{font-size:1.7vw;}
.brk-1200-font-vw-18{font-size:1.8vw;}
.brk-1200-font-vw-19{font-size:1.9vw;}
.brk-1200-font-vw-20{font-size:2vw;}
.brk-1200-font-vw-21{font-size:2.1vw;}
.brk-1200-font-vw-22{font-size:2.2vw;}
.brk-1200-font-vw-23{font-size:2.3vw;}
.brk-1200-font-vw-24{font-size:2.4vw;}
.brk-1200-font-vw-25{font-size:2.5vw;}
.brk-1200-font-vw-26{font-size:2.6vw;}
.brk-1200-font-vw-27{font-size:2.7vw;}
.brk-1200-font-vw-28{font-size:2.8vw;}
.brk-1200-font-vw-29{font-size:2.9vw;}
.brk-1200-font-vw-30{font-size:3vw;}
.brk-1200-font-vw-31{font-size:3.1vw;}
.brk-1200-font-vw-32{font-size:3.2vw;}
.brk-1200-font-vw-33{font-size:3.3vw;}
.brk-1200-font-vw-34{font-size:3.4vw;}
.brk-1200-font-vw-35{font-size:3.5vw;}
.brk-1200-font-vw-36{font-size:3.6vw;}
.brk-1200-font-vw-37{font-size:3.7vw;}
.brk-1200-font-vw-38{font-size:3.8vw;}
.brk-1200-font-vw-39{font-size:3.9vw;}
.brk-1200-font-vw-40{font-size:4vw;}
.brk-1200-font-vw-45{font-size:4.5vw;}
.brk-1200-font-vw-50{font-size:5vw;}
.brk-1200-font-vw-55{font-size:5.5vw;}
.brk-1200-font-vw-60{font-size:6vw;}
.brk-1200-font-x-light{font-weight:200;}
.brk-1200-font-light{font-weight:300;}
.brk-1200-font-normal{font-weight:400;}
.brk-1200-font-strong{font-weight:500;}
.brk-1200-font-semibold{font-weight:600;}
.brk-1200-font-bold{font-weight:700;}
.brk-1200-font-bolder{font-weight:900;}
.brk-1200-font-w-100{font-weight:100;}
.brk-1200-font-w-200{font-weight:200;}
.brk-1200-font-w-300{font-weight:300;}
.brk-1200-font-w-400{font-weight:400;}
.brk-1200-font-w-500{font-weight:500;}
.brk-1200-font-w-600{font-weight:600;}
.brk-1200-font-w-700{font-weight:700;}
.brk-1200-font-w-800{font-weight:800;}
.brk-1200-font-w-900{font-weight:900;}
.brk-1200-font-italic{font-style:italic;}

/* **************************************************************************** */
/* ################################## MARGINS ################################# */
/* **************************************************************************** */
.brk-1200-mg-auto{margin:auto;}
.brk-1200-mglr-auto{margin-left:auto;margin-right:auto;}
.brk-1200-mgr-auto{margin-right:auto;}
.brk-1200-mgl-auto{margin-left:auto;}
.brk-1200-mgt-auto{margin-top:auto;}
.brk-1200-mgb-auto{margin-bottom:auto;}
.brk-1200-mg-0{margin:0;}
.brk-1200-mgt-0{margin-top:0;}
.brk-1200-mgb-0{margin-bottom:0;}
.brk-1200-mgl-0{margin-left:0;}
.brk-1200-mgr-0{margin-right:0;}
.brk-1200-mg-5{margin:5px;}
.brk-1200-mgt-5{margin-top:5px;}
.brk-1200-mgb-5{margin-bottom:5px;}
.brk-1200-mgl-5{margin-left:5px;}
.brk-1200-mgr-5{margin-right:5px;}
.brk-1200-mg-10{margin:10px;}
.brk-1200-mgt-10{margin-top:10px;}
.brk-1200-mgb-10{margin-bottom:10px;}
.brk-1200-mgl-10{margin-left:10px;}
.brk-1200-mgr-10{margin-right:10px;}
.brk-1200-mg-15{margin:15px;}
.brk-1200-mgt-15{margin-top:15px;}
.brk-1200-mgb-15{margin-bottom:15px;}
.brk-1200-mgl-15{margin-left:15px;}
.brk-1200-mgr-15{margin-right:15px;}
.brk-1200-mg-20{margin:20px;}
.brk-1200-mgt-20{margin-top:20px;}
.brk-1200-mgb-20{margin-bottom:20px;}
.brk-1200-mgl-20{margin-left:20px;}
.brk-1200-mgr-20{margin-right:20px;}
.brk-1200-mg-25{margin:25px;}
.brk-1200-mgt-25{margin-top:25px;}
.brk-1200-mgb-25{margin-bottom:25px;}
.brk-1200-mgl-25{margin-left:25px;}
.brk-1200-mgr-25{margin-right:25px;}
.brk-1200-mg-30{margin:30px;}
.brk-1200-mgt-30{margin-top:30px;}
.brk-1200-mgb-30{margin-bottom:30px;}
.brk-1200-mgl-30{margin-left:30px;}
.brk-1200-mgr-30{margin-right:30px;}
.brk-1200-mg-35{margin:35px;}
.brk-1200-mgt-35{margin-top:35px;}
.brk-1200-mgb-35{margin-bottom:35px;}
.brk-1200-mgl-35{margin-left:35px;}
.brk-1200-mgr-35{margin-right:35px;}
.brk-1200-mg-40{margin:40px ;}
.brk-1200-mgt-40{margin-top:40px;}
.brk-1200-mgb-40{margin-bottom:40px;}
.brk-1200-mgl-40{margin-left:40px;}
.brk-1200-mgr-40{margin-right:40px;}
.brk-1200-mg-45{margin:45px;}
.brk-1200-mgt-45{margin-top:45px;}
.brk-1200-mgb-45{margin-bottom:45px;}
.brk-1200-mgl-45{margin-left:45px;}
.brk-1200-mgr-45{margin-right:45px;}
.brk-1200-mg-50{margin:50px;}
.brk-1200-mgt-50{margin-top:50px;}
.brk-1200-mgb-50{margin-bottom:50px;}
.brk-1200-mgl-50{margin-left:50px;}
.brk-1200-mgr-50{margin-right:50px;}
.brk-1200-mg-55{margin:55px;}
.brk-1200-mgt-55{margin-top:55px;}
.brk-1200-mgb-55{margin-bottom:55px;}
.brk-1200-mgl-55{margin-left:55px;}
.brk-1200-mgr-55{margin-right:55px;}
.brk-1200-mg-60{margin:60px;}
.brk-1200-mgt-60{margin-top:60px;}
.brk-1200-mgb-60{margin-bottom:60px;}
.brk-1200-mgl-60{margin-left:60px;}
.brk-1200-mgr-60{margin-right:60px;}
.brk-1200-mg-70{margin:70px;}
.brk-1200-mgt-70{margin-top:70px;}
.brk-1200-mgb-70{margin-bottom:70px;}
.brk-1200-mgl-70{margin-left:70px;}
.brk-1200-mgr-70{margin-right:70px;}
.brk-1200-mg-80{margin:80px;}
.brk-1200-mgt-80{margin-top:80px;}
.brk-1200-mgb-80{margin-bottom:80px;}
.brk-1200-mgl-80{margin-left:80px;}
.brk-1200-mgr-80{margin-right:80px;}
.brk-1200-mg-90{margin:90px;}
.brk-1200-mgt-90{margin-top:90px;}
.brk-1200-mgb-90{margin-bottom:90px;}
.brk-1200-mgl-90{margin-left:90px;}
.brk-1200-mgr-90{margin-right:90px;}
.brk-1200-mg-100{margin:100px;}
.brk-1200-mgt-100{margin-top:100px;}
.brk-1200-mgb-100{margin-bottom:100px;}
.brk-1200-mgl-100{margin-left:100px;}
.brk-1200-mgr-100{margin-right:100px;}

/* **************************************************************************** */
/* ################################## PADDING ################################# */
/* **************************************************************************** */
.brk-1200-pd-0{padding:0;}
.brk-1200-pdt-0{padding-top:0;}
.brk-1200-pdb-0{padding-bottom:0;}
.brk-1200-pdl-0{padding-left:0;}
.brk-1200-pdr-0{padding-right:0;}
.brk-1200-pd-5{padding:5px;}
.brk-1200-pdt-5{padding-top:5px;}
.brk-1200-pdb-5{padding-bottom:5px;}
.brk-1200-pdl-5{padding-left:5px;}
.brk-1200-pdr-5{padding-right:5px;}
.brk-1200-pd-10{padding:10px;}
.brk-1200-pdt-10{padding-top:10px;}
.brk-1200-pdb-10{padding-bottom:10px;}
.brk-1200-pdl-10{padding-left:10px;}
.brk-1200-pdr-10{padding-right:10px;}
.brk-1200-pd-15{padding:15px;}
.brk-1200-pdt-15{padding-top:15px;}
.brk-1200-pdb-15{padding-bottom:15px;}
.brk-1200-pdl-15{padding-left:15px;}
.brk-1200-pdr-15{padding-right:15px;}
.brk-1200-pd-20{padding:20px;}
.brk-1200-pdt-20{padding-top:20px;}
.brk-1200-pdb-20{padding-bottom:20px;}
.brk-1200-pdl-20{padding-left:20px;}
.brk-1200-pdr-20{padding-right:20px;}
.brk-1200-pd-25{padding:25px;}
.brk-1200-pdt-25{padding-top:25px;}
.brk-1200-pdb-25{padding-bottom:25px;}
.brk-1200-pdl-25{padding-left:25px;}
.brk-1200-pdr-25{padding-right:25px;}
.brk-1200-pd-30{padding:30px;}
.brk-1200-pdt-30{padding-top:30px;}
.brk-1200-pdb-30{padding-bottom:30px;}
.brk-1200-pdl-30{padding-left:30px;}
.brk-1200-pdr-30{padding-right:30px;}
.brk-1200-pd-35{padding:35px;}
.brk-1200-pdt-35{padding-top:35px;}
.brk-1200-pdb-35{padding-bottom:35px;}
.brk-1200-pdl-35{padding-left:35px;}
.brk-1200-pdr-35{padding-right:35px;}
.brk-1200-pd-40{padding:40px;}
.brk-1200-pdt-40{padding-top:40px;}
.brk-1200-pdb-40{padding-bottom:40px;}
.brk-1200-pdl-40{padding-left:40px;}
.brk-1200-pdr-40{padding-right:40px;}
.brk-1200-pd-45{padding:45px;}
.brk-1200-pdt-45{padding-top:45px;}
.brk-1200-pdb-45{padding-bottom:45px;}
.brk-1200-pdl-45{padding-left:45px;}
.brk-1200-pdr-45{padding-right:45px;}
.brk-1200-pd-50{padding:50px;}
.brk-1200-pdt-50{padding-top:50px;}
.brk-1200-pdb-50{padding-bottom:50px;}
.brk-1200-pdl-50{padding-left:50px;}
.brk-1200-pdr-50{padding-right:50px;}
.brk-1200-pd-55{padding:55px;}
.brk-1200-pdt-55{padding-top:55px;}
.brk-1200-pdb-55{padding-bottom:55px;}
.brk-1200-pdl-55{padding-left:55px;}
.brk-1200-pdr-55{padding-right:55px;}
.brk-1200-pd-60{padding:60px;}
.brk-1200-pdt-60{padding-top:60px;}
.brk-1200-pdb-60{padding-bottom:60px;}
.brk-1200-pdl-60{padding-left:60px;}
.brk-1200-pdr-60{padding-right:60px;}
.brk-1200-pd-70{padding:70px;}
.brk-1200-pdt-70{padding-top:70px;}
.brk-1200-pdb-70{padding-bottom:70px;}
.brk-1200-pdl-70{padding-left:70px;}
.brk-1200-pdr-70{padding-right:70px;}
.brk-1200-pd-80{padding:80px;}
.brk-1200-pdt-80{padding-top:80px;}
.brk-1200-pdb-80{padding-bottom:80px;}
.brk-1200-pdl-80{padding-left:80px;}
.brk-1200-pdr-80{padding-right:80px;}
.brk-1200-pd-90{padding:90px;}
.brk-1200-pdt-90{padding-top:90px;}
.brk-1200-pdb-90{padding-bottom:90px;}
.brk-1200-pdl-90{padding-left:90px;}
.brk-1200-pdr-90{padding-right:90px;}
.brk-1200-pd-100{padding:100px;}
.brk-1200-pdt-100{padding-top:100px;}
.brk-1200-pdb-100{padding-bottom:100px;}
.brk-1200-pdl-100{padding-left:100px;}
.brk-1200-pdr-100{padding-right:100px;}


/* **************************************************************************** */
/* ################################## COLORS ################################# */
/* **************************************************************************** */
.brk-1200-bg-white{background:#fff;}
.brk-1200-bg-black{background:#000;}
.brk-1200-bg-transparent{background:transparent;}
.brk-1200-trans-white-bk-1{ background-color:#fff;background-color:rgba(255, 255, 255, 0.1)}
.brk-1200-trans-white-bk-2{ background-color:#fff;background-color:rgba(255, 255, 255, 0.2)}
.brk-1200-trans-white-bk-3{ background-color:#fff;background-color:rgba(255, 255, 255, 0.3)}
.brk-1200-trans-white-bk-4{ background-color:#fff;background-color:rgba(255, 255, 255, 0.4)}
.brk-1200-trans-white-bk-5{ background-color:#fff;background-color:rgba(255, 255, 255, 0.5)}
.brk-1200-trans-white-bk-6{ background-color:#fff;background-color:rgba(255, 255, 255, 0.6)}
.brk-1200-trans-white-bk-7{ background-color:#fff;background-color:rgba(255, 255, 255, 0.7)}
.brk-1200-trans-white-bk-8{ background-color:#fff;background-color:rgba(255, 255, 255, 0.8)}
.brk-1200-trans-white-bk-9{ background-color:#fff;background-color:rgba(255, 255, 255, 0.9)}
.brk-1200-trans-black-bk-1{ background-color:#000;background-color:rgba(0, 0, 0, 0.1)}
.brk-1200-trans-black-bk-2{ background-color:#000;background-color:rgba(0, 0, 0, 0.2)}
.brk-1200-trans-black-bk-3{ background-color:#000;background-color:rgba(0, 0, 0, 0.3)}
.brk-1200-trans-black-bk-4{ background-color:#000;background-color:rgba(0, 0, 0, 0.4)}
.brk-1200-trans-black-bk-5{ background-color:#000;background-color:rgba(0, 0, 0, 0.5)}
.brk-1200-trans-black-bk-6{ background-color:#000;background-color:rgba(0, 0, 0, 0.6)}
.brk-1200-trans-black-bk-7{ background-color:#000;background-color:rgba(0, 0, 0, 0.7)}
.brk-1200-trans-black-bk-8{ background-color:#000;background-color:rgba(0, 0, 0, 0.8)}
.brk-1200-trans-black-bk-9{ background-color:#000;background-color:rgba(0, 0, 0, 0.9)}

/* **************************************************************************** */
/* ################################## RADIUS ################################## */
/* **************************************************************************** */
.brk-1200-border-r-0{border-radius:0;}
.brk-1200-border-r-1{border-radius:1px;}
.brk-1200-border-r-2{border-radius:2px;}
.brk-1200-border-r-3{border-radius:3px;}
.brk-1200-border-r-4{border-radius:4px;}
.brk-1200-border-r-5{border-radius:5px;}
.brk-1200-border-r-6{border-radius:6px;}
.brk-1200-border-r-7{border-radius:7px;}
.brk-1200-border-r-8{border-radius:8px;}
.brk-1200-border-r-9{border-radius:9px;}
.brk-1200-border-r-10{border-radius:10px;}
.brk-1200-border-r-15{border-radius:15px;}
.brk-1200-border-r-20{border-radius:20px;}
.brk-1200-border-r-25{border-radius:25px;}
.brk-1200-border-r-30{border-radius:30px;}
.brk-1200-border-r-35{border-radius:35px;}
.brk-1200-border-r-40{border-radius:40px;}
.brk-1200-border-r-45{border-radius:45px;}
.brk-1200-border-r-50{border-radius:50px;}
.brk-1200-border-r-10-p{border-radius:10%;}
.brk-1200-border-r-20-p{border-radius:20%;}
.brk-1200-border-r-30-p{border-radius:30%;}
.brk-1200-border-r-40-p{border-radius:40%;}
.brk-1200-border-r-50-p{border-radius:50%;}
.brk-1200-border-r-60-p{border-radius:60%;}
.brk-1200-border-r-70-p{border-radius:70%;}
.brk-1200-border-r-80-p{border-radius:80%;}
.brk-1200-border-r-90-p{border-radius:90%;}
.brk-1200-border-r-100-p{border-radius:100%;}


}


@media handheld, screen and (max-width:900px){

/* **************************************************************************** */
/* ############################# DISPLAY ###################################### */
/* **************************************************************************** */
.brk-900-inline{display:inline;}
.brk-900-block{display:block;}
.brk-900-inline-block{display:inline-block;}
.brk-900-table{display:table;}
.brk-900-table-cell{display:table-cell;}
.brk-900-table-row{display:table-row;}
.brk-900-dis-none{display:none !important;}
.brk-900-dis-none-weak{display:none;}
.brk-900-visible{visibility:visible;}
.brk-900-visibility-hidden{visibility:hidden;}
.brk-900-opacity-0{opacity:0;}
.brk-900-opacity-01{opacity:0.1;}
.brk-900-opacity-02{opacity:0.2;}
.brk-900-opacity-03{opacity:0.3;}
.brk-900-opacity-04{opacity:0.4;}
.brk-900-opacity-05{opacity:0.5;}
.brk-900-opacity-06{opacity:0.6;}
.brk-900-opacity-07{opacity:0.7;}
.brk-900-opacity-08{opacity:0.8;}
.brk-900-opacity-09{opacity:0.9;}
.brk-900-opacity-1{opacity:1;}
.brk-900-v-align-t{vertical-align:top;}
.brk-900-v-align-b{vertical-align:bottom;}
.brk-900-v-align-m{vertical-align: middle;}

/* **************************************************************************** */
/* ############################# POSITION ###################################### */
/* **************************************************************************** */
.brk-900-p-rel{position:relative;}
.brk-900-p-absolute{position:absolute;}
.brk-900-p-fixed{position:fixed;}
.brk-900-p-static{position:static;}
.brk-900-p-sticky{position:-webkit-sticky;position:sticky;}
.brk-900-top-0{top:0;}
.brk-900-bottom-0{bottom:0;}
.brk-900-left-0{left:0;}
.brk-900-right-0{right:0;}
.brk-900-all-sides-0{top:0;bottom:0;left:0;right:0;}
.brk-900-top-100-p{top:100%;}
.brk-900-bottom-100-p{bottom:100%;}
.brk-900-right-100-p{right:100%;}
.brk-900-left-100-p{left:100%;}
.brk-900-z-index-0{z-index:0;}
.brk-900-z-index-1{z-index:1;}
.brk-900-z-index-50{z-index:50;}
.brk-900-z-index-100{z-index:100;}
.brk-900-z-index-500{z-index:500;}
.brk-900-z-index-1000{z-index:1000;}
.brk-900-z-index-10000{z-index:10000;}
.brk-900-overflow-hidden{overflow:hidden;}
.brk-900-overflow-scroll{overflow:scroll;}
.brk-900-overflow-auto{overflow:auto;}
.brk-900-overflow-initial{overflow:initial;}

/* **************************************************************************** */
/* ############################# FLOAT ###################################### */
/* **************************************************************************** */
.brk-900-floatleft{float:left;}
.brk-900-floatright{float:right;}
.brk-900-clear{clear:both;}

/* **************************************************************************** */
/* ################################ IMAGES ##################################### */
/* **************************************************************************** */
.brk-900-repeat{background-repeat:repeat;}
.brk-900-repeat-x{background-repeat:repeat-x;}
.brk-900-repeat-y{background-repeat:repeat-y;}
.brk-900-no-repeat{background-repeat:no-repeat;}
.brk-900-cover{background-size:cover;}
.brk-900-contain{background-size:contain;}
.brk-900-back-none{background:none;}
.brk-900-back-pos-top{background-position:center top;}
.brk-900-back-pos-center{background-position:center center;}
.brk-900-back-pos-bottom{background-position:center bottom;}
.brk-900-back-pos-left-top{background-position:left top;}
.brk-900-back-pos-left-center{background-position:left center;}
.brk-900-back-pos-left-bottom{background-position:left bottom;}
.brk-900-back-pos-right-top{background-position:right top;}
.brk-900-back-pos-right-center{background-position:right center;}
.brk-900-back-pos-right-bottom{background-position:right bottom;}
.brk-900-img-fixed{background-attachment:fixed;}
.brk-900-img-fixed-initial{background-attachment:initial;}

/* **************************************************************************** */
/* ################################ LISTS ##################################### */
/* **************************************************************************** */
.brk-900-list-s-none{list-style:none;}

/* **************************************************************************** */
/* ################################ CURSOR #################################### */
/* **************************************************************************** */
.brk-900-pointer{cursor:pointer;}
.brk-900-cursor-initial{cursor:initial;}

/* **************************************************************************** */
/* ############################# YOUTUBE STRETCH ############################## */
/* **************************************************************************** */
.brk-900-embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;}
.brk-900-embed-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
.brk-900-embed-container object{position:absolute;top:0;left:0;width:100%;height:100%;}
.brk-900-embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}

/* **************************************************************************** */
/* ############################ TRANSITIONS ################################### */
/* **************************************************************************** */

.brk-900-transition-01{transition:0.1s;}
.brk-900-transition-02{transition:0.2s;}
.brk-900-transition-03{transition:0.3s;}
.brk-900-transition-04{transition:0.4s;}
.brk-900-transition-05{transition:0.5s;}
.brk-900-transition-06{transition:0.6s;}
.brk-900-transition-07{transition:0.7s;}
.brk-900-transition-08{transition:0.8s;}
.brk-900-transition-09{transition:0.9s;}
.brk-900-transition-1{transition:1s;}
.brk-900-transition-15{transition:1.5s;}
.brk-900-transition-2{transition:2s;}
.brk-900-transition-25{transition:2.5s;}
.brk-900-transition-3{transition:3s;}
.brk-900-transition-35{transition:3.5s;}
.brk-900-transition-4{transition:4s;}
.brk-900-transition-45{transition:4.5s;}
.brk-900-transition-5{transition:5s;}

/* **************************************************************************** */
/* ############################# BORDERS ###################################### */
/* **************************************************************************** */
.brk-900-border-box{box-sizing:border-box;}
.brk-900-border-collapse{border-collapse:collapse;}
.brk-900-border-solid{border-style:solid;}
.brk-900-border-dashed{border-style:dashed;}
.brk-900-border-dotted{border-style:dotted;}
.brk-900-border-0{border-width:0;}
.brk-900-border-1{border-width:1px;}
.brk-900-border-2{border-width:2px;}
.brk-900-border-3{border-width:3px;}
.brk-900-border-4{border-width:4px;}
.brk-900-border-5{border-width:5px;}
.brk-900-border-6{border-width:6px;}
.brk-900-border-7{border-width:7px;}
.brk-900-border-8{border-width:8px;}
.brk-900-border-9{border-width:9px;}
.brk-900-border-10{border-width:10px;}
.brk-900-border-top-0{border-top-width:0;}
.brk-900-border-top-1{border-top-width:1px;}
.brk-900-border-top-2{border-top-width:2px;}
.brk-900-border-top-3{border-top-width:3px;}
.brk-900-border-top-4{border-top-width:4px;}
.brk-900-border-top-5{border-top-width:5px;}
.brk-900-border-top-6{border-top-width:6px;}
.brk-900-border-top-7{border-top-width:7px;}
.brk-900-border-top-8{border-top-width:8px;}
.brk-900-border-top-9{border-top-width:9px;}
.brk-900-border-top-10{border-top-width:10px;}
.brk-900-border-btm-0{border-bottom-width:0;}
.brk-900-border-btm-1{border-bottom-width:1px;}
.brk-900-border-btm-2{border-bottom-width:2px;}
.brk-900-border-btm-3{border-bottom-width:3px;}
.brk-900-border-btm-4{border-bottom-width:4px;}
.brk-900-border-btm-5{border-bottom-width:5px;}
.brk-900-border-btm-6{border-bottom-width:6px;}
.brk-900-border-btm-7{border-bottom-width:7px;}
.brk-900-border-btm-8{border-bottom-width:8px;}
.brk-900-border-btm-9{border-bottom-width:9px;}
.brk-900-border-btm-10{border-bottom-width:10px;}
.brk-900-border-lft-0{border-left-width:0;}
.brk-900-border-lft-1{border-left-width:1px;}
.brk-900-border-lft-2{border-left-width:2px;}
.brk-900-border-lft-3{border-left-width:3px;}
.brk-900-border-lft-4{border-left-width:4px;}
.brk-900-border-lft-5{border-left-width:5px;}
.brk-900-border-lft-6{border-left-width:6px;}
.brk-900-border-lft-7{border-left-width:7px;}
.brk-900-border-lft-8{border-left-width:8px;}
.brk-900-border-lft-9{border-left-width:9px;}
.brk-900-border-lft-10{border-left-width:10px;}
.brk-900-border-rt-0{border-right-width:0;}
.brk-900-border-rt-1{border-right-width:1px;}
.brk-900-border-rt-2{border-right-width:2px;}
.brk-900-border-rt-3{border-right-width:3px;}
.brk-900-border-rt-4{border-right-width:4px;}
.brk-900-border-rt-5{border-right-width:5px;}
.brk-900-border-rt-6{border-right-width:6px;}
.brk-900-border-rt-7{border-right-width:7px;}
.brk-900-border-rt-8{border-right-width:8px;}
.brk-900-border-rt-9{border-right-width:9px;}
.brk-900-border-rt-10{border-right-width:10px;}

/* **************************************************************************** */
/* ############################# FLEX ###################################### */
/* **************************************************************************** */
.brk-900-flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.brk-900-flex-1{flex:1;}
.brk-900-row{flex-direction:row;}
.brk-900-row-reverse{flex-direction:row-reverse;}
.brk-900-col{flex-direction:column;}
.brk-900-col-reverse{flex-direction: column-reverse;}
.brk-900-grow-1{flex-grow:1;}
.brk-900-grow-2{flex-grow:2;}
.brk-900-grow-3{flex-grow:3;}
.brk-900-grow-4{flex-grow:4;}
.brk-900-grow-5{flex-grow:5;}
.brk-900-grow-6{flex-grow:6;}
.brk-900-grow-7{flex-grow:7;}
.brk-900-grow-8{flex-grow:8;}
.brk-900-grow-9{flex-grow:9;}
.brk-900-grow-10{flex-grow:10;}
.brk-900-grow-11{flex-grow:11;}
.brk-900-grow-12{flex-grow:12;}
.brk-900-order-1{order:1;}
.brk-900-order-2{order:2;}
.brk-900-order-3{order:3;}
.brk-900-order-4{order:4;}
.brk-900-order-5{order:5;}
.brk-900-order-6{order:6;}
.brk-900-order-7{order:7;}
.brk-900-order-8{order:8;}
.brk-900-order-9{order:9;}
.brk-900-order-10{order:10;}
.brk-900-align-center{align-items:center;}
.brk-900-align-start{align-items:flex-start;}
.brk-900-align-end{align-items:flex-end;}
.brk-900-self-center{align-self:center;}
.brk-900-self-start{align-self:flex-start;}
.brk-900-self-end{align-self:flex-end;}
.brk-900-align-baseline{align-items:baseline;}
.brk-900-align-content-center{align-content:center;}
.brk-900-align-content-start{align-content:flex-start;}
.brk-900-align-content-end{align-content:flex-end;}
.brk-900-align-content-space-between{align-content:space-between;}
.brk-900-align-content-space-around{align-content:space-around;}
.brk-900-align-content-stretch{align-content:stretch;}
.brk-900-justify-center{justify-content:center;}
.brk-900-justify-start{justify-content:flex-start;}
.brk-900-justify-end{justify-content:flex-end;}
.brk-900-justify-space-around{justify-content:space-around;}
.brk-900-justify-space-between{justify-content:space-between;}
.brk-900-row-wrap{flex-wrap:wrap;}
.brk-900-row-nowrap {flex-wrap:nowrap;}
.brk-900-row-wrap-reverse{flex-wrap:wrap-reverse;}
.brk-900-shrink-0{flex-shrink:0;}

/* **************************************************************************** */
/* ############################### HEIGHT ##################################### */
/* **************************************************************************** */
.brk-900-ht-auto{height:auto;}
.brk-900-ht-0{height:0;}
.brk-900-ht-1{height:1px;}
.brk-900-ht-2{height:2px;}
.brk-900-ht-3{height:3px;}
.brk-900-ht-4{height:4px;}
.brk-900-ht-5{height:5px;}
.brk-900-ht-6{height:6px;}
.brk-900-ht-7{height:7px;}
.brk-900-ht-8{height:8px;}
.brk-900-ht-9{height:9px;}
.brk-900-ht-10{height:10px;}
.brk-900-ht-11{height:11px;}
.brk-900-ht-12{height:12px;}
.brk-900-ht-13{height:13px;}
.brk-900-ht-14{height:14px;}
.brk-900-ht-15{height:15px;}
.brk-900-ht-16{height:16px;}
.brk-900-ht-17{height:17px;}
.brk-900-ht-18{height:18px;}
.brk-900-ht-19{height:19px;}
.brk-900-ht-20{height:20px;}
.brk-900-ht-19{height:19px;}
.brk-900-ht-20{height:20px;}
.brk-900-ht-21{height:21px;}
.brk-900-ht-22{height:22px;}
.brk-900-ht-23{height:23px;}
.brk-900-ht-24{height:24px;}
.brk-900-ht-25{height:25px;}
.brk-900-ht-26{height:26px;}
.brk-900-ht-27{height:27px;}
.brk-900-ht-28{height:28px;}
.brk-900-ht-29{height:29px;}
.brk-900-ht-30{height:30px;}
.brk-900-ht-31{height:31px;}
.brk-900-ht-32{height:32px;}
.brk-900-ht-33{height:33px;}
.brk-900-ht-34{height:34px;}
.brk-900-ht-35{height:35px;}
.brk-900-ht-36{height:36px;}
.brk-900-ht-37{height:37px;}
.brk-900-ht-38{height:38px;}
.brk-900-ht-39{height:39px;}
.brk-900-ht-40{height:40px;}
.brk-900-ht-41{height:41px;}
.brk-900-ht-42{height:42px;}
.brk-900-ht-43{height:43px;}
.brk-900-ht-44{height:44px;}
.brk-900-ht-45{height:45px;}
.brk-900-ht-50{height:50px;}
.brk-900-ht-50{height:50px;}
.brk-900-ht-60{height:60px;}
.brk-900-ht-65{height:65px;}
.brk-900-ht-70{height:70px;}
.brk-900-ht-75{height:75px;}
.brk-900-ht-80{height:80px;}
.brk-900-ht-85{height:85px;}
.brk-900-ht-90{height:90px;}
.brk-900-ht-95{height:95px;}
.brk-900-ht-100{height:100px;}
.brk-900-ht-150{height:150px;}
.brk-900-ht-200{height:200px;}
.brk-900-ht-250{height:250px;}
.brk-900-ht-300{height:300px;}
.brk-900-ht-350{height:350px;}
.brk-900-ht-400{height:400px;}
.brk-900-ht-450{height:450px;}
.brk-900-ht-500{height:500px;}
.brk-900-ht-550{height:550px;}
.brk-900-ht-600{height:600px;}
.brk-900-ht-650{height:650px;}
.brk-900-ht-700{height:700px;}
.brk-900-ht-750{height:750px;}
.brk-900-ht-800{height:800px;}
.brk-900-ht-850{height:850px;}
.brk-900-ht-900{height:900px;}
.brk-900-ht-950{height:950px;}
.brk-900-ht-1000{height:1000px;}
.brk-900-ht-10-p{height:10%;}
.brk-900-ht-15-p{height:15%;}
.brk-900-ht-20-p{height:20%;}
.brk-900-ht-25-p{height:25%;}
.brk-900-ht-30-p{height:30%;}
.brk-900-ht-35-p{height:35%;}
.brk-900-ht-40-p{height:40%;}
.brk-900-ht-45-p{height:45%;}
.brk-900-ht-50-p{height:50%;}
.brk-900-ht-55-p{height:55%;}
.brk-900-ht-60-p{height:60%;}
.brk-900-ht-65-p{height:65%;}
.brk-900-ht-70-p{height:70%;}
.brk-900-ht-75-p{height:75%;}
.brk-900-ht-80-p{height:80%;}
.brk-900-ht-85-p{height:85%;}
.brk-900-ht-90-p{height:90%;}
.brk-900-ht-95-p{height:95%;}
.brk-900-ht-100-p{height:100%;}
.brk-900-h-initial{height:initial;}

/* **************************************************************************** */
/* ################################ WIDTH ##################################### */
/* **************************************************************************** */
.brk-900-wd-auto{width:auto;}
.brk-900-wd-0{width:0;}
.brk-900-wd-1{width:1px;}
.brk-900-wd-2{width:2px;}
.brk-900-wd-3{width:3px;}
.brk-900-wd-4{width:4px;}
.brk-900-wd-5{width:5px;}
.brk-900-wd-6{width:6px;}
.brk-900-wd-7{width:7px;}
.brk-900-wd-8{width:85px;}
.brk-900-wd-9{width:9px;}
.brk-900-wd-10{width:10px;}
.brk-900-wd-15{width:15px;}
.brk-900-wd-20{width:20px;}
.brk-900-wd-30{width:30px;}
.brk-900-wd-40{width:40px;}
.brk-900-wd-50{width:50px;}
.brk-900-wd-60{width:60px;}
.brk-900-wd-70{width:70px;}
.brk-900-wd-80{width:80px;}
.brk-900-wd-90{width:90px;}
.brk-900-wd-100{width:100px;}
.brk-900-wd-110{width:110px;}
.brk-900-wd-120{width:120px;}
.brk-900-wd-130{width:130px;}
.brk-900-wd-140{width:140px;}
.brk-900-wd-150{width:150px;}
.brk-900-wd-160{width:160px;}
.brk-900-wd-170{width:170px;}
.brk-900-wd-180{width:180px;}
.brk-900-wd-190{width:190px;}
.brk-900-wd-200{width:200px;}
.brk-900-wd-300{width:300px;}
.brk-900-wd-400{width:400px;}
.brk-900-wd-500{width:500px;}
.brk-900-wd-600{width:600px;}
.brk-900-wd-700{width:700px;}
.brk-900-wd-800{width:800px;}
.brk-900-wd-900{width:900px;}
.brk-900-wd-1000{width:1000px;}
.brk-900-m-wd-10{max-width:10px;}
.brk-900-m-wd-15{max-width:15px;}
.brk-900-m-wd-20{max-width:20px;}
.brk-900-m-wd-30{max-width:30px;}
.brk-900-m-wd-40{max-width:40px;}
.brk-900-m-wd-50{max-width:50px;}
.brk-900-m-wd-60{max-width:60px;}
.brk-900-m-wd-70{max-width:70px;}
.brk-900-m-wd-80{max-width:80px;}
.brk-900-m-wd-90{max-width:90px;}
.brk-900-m-wd-100{max-width:100px;}
.brk-900-m-wd-110{max-width:110px;}
.brk-900-m-wd-115{max-width:115px;}
.brk-900-m-wd-120{max-width:120px;}
.brk-900-m-wd-130{max-width:130px;}
.brk-900-m-wd-140{max-width:140px;}
.brk-900-m-wd-150{max-width:150px;}
.brk-900-m-wd-160{max-width:160px;}
.brk-900-m-wd-170{max-width:170px;}
.brk-900-m-wd-180{max-width:180px;}
.brk-900-m-wd-190{max-width:190px;}
.brk-900-m-wd-200{max-width:200px;}
.brk-900-m-wd-250{max-width:250px;}
.brk-900-m-wd-300{max-width:300px;}
.brk-900-m-wd-350{max-width:350px;}
.brk-900-m-wd-400{max-width:400px;}
.brk-900-m-wd-450{max-width:450px;}
.brk-900-m-wd-480{max-width:480px;}
.brk-900-m-wd-500{max-width:500px;}
.brk-900-m-wd-550{max-width:550px;}
.brk-900-m-wd-600{max-width:600px;}
.brk-900-m-wd-650{max-width:650px;}
.brk-900-m-wd-700{max-width:700px;}
.brk-900-m-wd-750{max-width:750px;}
.brk-900-m-wd-800{max-width:800px;}
.brk-900-m-wd-850{max-width:850px;}
.brk-900-m-wd-900{max-width:900px;}
.brk-900-m-wd-950{max-width:950px;}
.brk-900-m-wd-1000{max-width:1000px;}
.brk-900-m-wd-1050{max-width:1050px;}
.brk-900-m-wd-1100{max-width:1100px;}
.brk-900-m-wd-1150{max-width:1150px;}
.brk-900-m-wd-1200{max-width:1200px;}
.brk-900-m-wd-1250{max-width:1250px;}
.brk-900-m-wd-1300{max-width:1300px;}
.brk-900-m-wd-1350{max-width:1350px;}
.brk-900-m-wd-1400{max-width:1400px;}
.brk-900-m-wd-1450{max-width:1450px;}
.brk-900-m-wd-1500{max-width:1500px;}
.brk-900-m-wd-1550{max-width:1550px;}
.brk-900-m-wd-1600{max-width:1600px;}
.brk-900-m-wd-1650{max-width:1650px;}
.brk-900-m-wd-1700{max-width:1700px;}
.brk-900-m-wd-1750{max-width:1750px;}
.brk-900-m-wd-1800{max-width:1800px;}
.brk-900-m-wd-1850{max-width:1850px;}
.brk-900-m-wd-1900{max-width:1900px;}
.brk-900-m-wd-1950{max-width:1950px;}
.brk-900-m-wd-2000{max-width:2000px;}
.brk-900-w-5-p{width:5%;}
.brk-900-w-10-p{width:10%;}
.brk-900-w-15-p{width:15%;}
.brk-900-w-20-p{width:20%;}
.brk-900-w-25-p{width:25%;}
.brk-900-w-30-p{width:30%;}
.brk-900-w-32-p{width:32%;}
.brk-900-w-33-p{width:33.333333333333333%;}
.brk-900-w-35-p{width:35%;}
.brk-900-w-40-p{width:40%;}
.brk-900-w-45-p{width:45%;}
.brk-900-w-50-p{width:50%;}
.brk-900-w-55-p{width:55%;}
.brk-900-w-60-p{width:60%;}
.brk-900-w-65-p{width:65%;}
.brk-900-w-66-p{width:66.666666666666666%;}
.brk-900-w-70-p{width:70%;}
.brk-900-w-75-p{width:75%;}
.brk-900-w-80-p{width:80%;}
.brk-900-w-85-p{width:85%;}
.brk-900-w-90-p{width:90%;}
.brk-900-w-92-p{width:92%;}
.brk-900-w-95-p{width:95%;}
.brk-900-w-100-p{width:100%;}
.brk-900-w-initial{width:100%;width:initial;}
.brk-900-mw-5-p{max-width:5%;}
.brk-900-mw-10-p{max-width:10%;}
.brk-900-mw-15-p{max-width:15%;}
.brk-900-mw-20-p{max-width:20%;}
.brk-900-mw-25-p{max-width:25%;}
.brk-900-mw-30-p{max-width:30%;}
.brk-900-mw-32-p{max-width:32%;}
.brk-900-mw-33-p{max-width:33.333333333333333%;}
.brk-900-mw-35-p{max-width:35%;}
.brk-900-mw-40-p{max-width:40%;}
.brk-900-mw-45-p{max-width:45%;}
.brk-900-mw-50-p{max-width:50%;}
.brk-900-mw-55-p{max-width:55%;}
.brk-900-mw-60-p{max-width:60%;}
.brk-900-mw-65-p{max-width:65%;}
.brk-900-mw-66-p{max-width:66.666666666666666%;}
.brk-900-mw-70-p{max-width:70%;}
.brk-900-mw-75-p{max-width:75%;}
.brk-900-mw-80-p{max-width:80%;}
.brk-900-mw-85-p{max-width:85%;}
.brk-900-mw-90-p{max-width:90%;}
.brk-900-mw-92-p{max-width:92%;}
.brk-900-mw-95-p{max-width:95%;}
.brk-900-mw-100-p{max-width:100%;}
.brk-900-mw-initial{max-width:100%;max-width:initial;}

/* **************************************************************************** */
/* ################################ TEXT ###################################### */
/* **************************************************************************** */
.brk-900-text-left{text-align:left;}
.brk-900-text-right{text-align:right;}
.brk-900-text-center{text-align:center;}
.brk-900-text-justify{text-align:justify;}
.brk-900-text-last-left{text-align-last:left;}
.brk-900-text-last-right{text-align-last:right;}
.brk-900-text-last-center{text-align-last:center;}
.brk-900-text-last-justify{text-align-last:justify;}
.brk-900-t-upper{text-transform:uppercase;}
.brk-900-t-lower{text-transform:lowercase;}
.brk-900-underline{text-decoration:underline;}
.brk-900-underline-hover:hover{text-decoration:underline;}
.brk-900-text-wrap{white-space:normal;overflow-wrap:break-word;word-break:break-all;}
.brk-900-text-word-wrap{overflow-wrap: break-word;}
.brk-900-no-wrap{white-space:nowrap;}
.brk-900-small-caps{font-variant:small-caps;}
.brk-900-line-initial{line-height:initial;}
.brk-900-line-0{line-height:0;}
.brk-900-line-50{line-height:50%;}
.brk-900-line-60{line-height:60%;}
.brk-900-line-70{line-height:70%;}
.brk-900-line-80{line-height:80%;}
.brk-900-line-90{line-height:90%;}
.brk-900-line-100{line-height:100%;}
.brk-900-line-110{line-height:110%;}
.brk-900-line-120{line-height:120%;}
.brk-900-line-125{line-height:125%;}
.brk-900-line-130{line-height:130%;}
.brk-900-line-140{line-height:140%;}
.brk-900-line-150{line-height:150%;}
.brk-900-line-160{line-height:160%;}
.brk-900-line-170{line-height:170%;}
.brk-900-line-180{line-height:180%;}
.brk-900-line-190{line-height:190%;}
.brk-900-line-200{line-height:200%;}

/* **************************************************************************** */
/* ################################## FONTS ################################### */
/* **************************************************************************** */
.brk-900-font-10{font-size:10px;}
.brk-900-font-11{font-size:11px;}
.brk-900-font-12{font-size:12px;}
.brk-900-font-13{font-size:13px;}
.brk-900-font-14{font-size:14px;}
.brk-900-font-15{font-size:15px;}
.brk-900-font-16{font-size:16px;}
.brk-900-font-17{font-size:17px;}
.brk-900-font-18{font-size:18px;}
.brk-900-font-19{font-size:19px;}
.brk-900-font-20{font-size:20px;}
.brk-900-font-21{font-size:21px;}
.brk-900-font-22{font-size:22px;}
.brk-900-font-23{font-size:23px;}
.brk-900-font-24{font-size:24px;}
.brk-900-font-25{font-size:25px;}
.brk-900-font-26{font-size:26px;}
.brk-900-font-27{font-size:27px;}
.brk-900-font-28{font-size:28px;}
.brk-900-font-29{font-size:29px;}
.brk-900-font-30{font-size:30px;}
.brk-900-font-35{font-size:35px;}
.brk-900-font-40{font-size:40px;}
.brk-900-font-45{font-size:45px;}
.brk-900-font-50{font-size:50px;}
.brk-900-font-55{font-size:55px;}
.brk-900-font-60{font-size:60px;}
.brk-900-font-65{font-size:65px;}
.brk-900-font-70{font-size:70px;}
.brk-900-font-75{font-size:75px;}
.brk-900-font-80{font-size:80px;}
.brk-900-font-85{font-size:85px;}
.brk-900-font-90{font-size:90px;}
.brk-900-font-95{font-size:95px;}
.brk-900-font-100{font-size:100px;}
.brk-900-font-vw-1{font-size:0.1vw;}
.brk-900-font-vw-2{font-size:0.2vw;}
.brk-900-font-vw-3{font-size:0.3vw;}
.brk-900-font-vw-4{font-size:0.4vw;}
.brk-900-font-vw-5{font-size:0.5vw;}
.brk-900-font-vw-6{font-size:0.6vw;}
.brk-900-font-vw-7{font-size:0.7vw;}
.brk-900-font-vw-8{font-size:0.8vw;}
.brk-900-font-vw-9{font-size:0.9vw;}
.brk-900-font-vw-10{font-size:1vw;}
.brk-900-font-vw-11{font-size:1.1vw;}
.brk-900-font-vw-12{font-size:1.2vw;}
.brk-900-font-vw-13{font-size:1.3vw;}
.brk-900-font-vw-14{font-size:1.4vw;}
.brk-900-font-vw-15{font-size:1.5vw;}
.brk-900-font-vw-16{font-size:1.6vw;}
.brk-900-font-vw-17{font-size:1.7vw;}
.brk-900-font-vw-18{font-size:1.8vw;}
.brk-900-font-vw-19{font-size:1.9vw;}
.brk-900-font-vw-20{font-size:2vw;}
.brk-900-font-vw-21{font-size:2.1vw;}
.brk-900-font-vw-22{font-size:2.2vw;}
.brk-900-font-vw-23{font-size:2.3vw;}
.brk-900-font-vw-24{font-size:2.4vw;}
.brk-900-font-vw-25{font-size:2.5vw;}
.brk-900-font-vw-26{font-size:2.6vw;}
.brk-900-font-vw-27{font-size:2.7vw;}
.brk-900-font-vw-28{font-size:2.8vw;}
.brk-900-font-vw-29{font-size:2.9vw;}
.brk-900-font-vw-30{font-size:3vw;}
.brk-900-font-vw-31{font-size:3.1vw;}
.brk-900-font-vw-32{font-size:3.2vw;}
.brk-900-font-vw-33{font-size:3.3vw;}
.brk-900-font-vw-34{font-size:3.4vw;}
.brk-900-font-vw-35{font-size:3.5vw;}
.brk-900-font-vw-36{font-size:3.6vw;}
.brk-900-font-vw-37{font-size:3.7vw;}
.brk-900-font-vw-38{font-size:3.8vw;}
.brk-900-font-vw-39{font-size:3.9vw;}
.brk-900-font-vw-40{font-size:4vw;}
.brk-900-font-vw-45{font-size:4.5vw;}
.brk-900-font-vw-50{font-size:5vw;}
.brk-900-font-vw-55{font-size:5.5vw;}
.brk-900-font-vw-60{font-size:6vw;}
.brk-900-font-x-light{font-weight:200;}
.brk-900-font-light{font-weight:300;}
.brk-900-font-normal{font-weight:400;}
.brk-900-font-strong{font-weight:500;}
.brk-900-font-semibold{font-weight:600;}
.brk-900-font-bold{font-weight:700;}
.brk-900-font-bolder{font-weight:900;}
.brk-900-font-w-100{font-weight:100;}
.brk-900-font-w-200{font-weight:200;}
.brk-900-font-w-300{font-weight:300;}
.brk-900-font-w-400{font-weight:400;}
.brk-900-font-w-500{font-weight:500;}
.brk-900-font-w-600{font-weight:600;}
.brk-900-font-w-700{font-weight:700;}
.brk-900-font-w-800{font-weight:800;}
.brk-900-font-w-900{font-weight:900;}
.brk-900-font-italic{font-style:italic;}

/* **************************************************************************** */
/* ################################## MARGINS ################################# */
/* **************************************************************************** */
.brk-900-mg-auto{margin:auto;}
.brk-900-mglr-auto{margin-left:auto;margin-right:auto;}
.brk-900-mgr-auto{margin-right:auto;}
.brk-900-mgl-auto{margin-left:auto;}
.brk-900-mgt-auto{margin-top:auto;}
.brk-900-mgb-auto{margin-bottom:auto;}
.brk-900-mg-0{margin:0;}
.brk-900-mgt-0{margin-top:0;}
.brk-900-mgb-0{margin-bottom:0;}
.brk-900-mgl-0{margin-left:0;}
.brk-900-mgr-0{margin-right:0;}
.brk-900-mg-5{margin:5px;}
.brk-900-mgt-5{margin-top:5px;}
.brk-900-mgb-5{margin-bottom:5px;}
.brk-900-mgl-5{margin-left:5px;}
.brk-900-mgr-5{margin-right:5px;}
.brk-900-mg-10{margin:10px;}
.brk-900-mgt-10{margin-top:10px;}
.brk-900-mgb-10{margin-bottom:10px;}
.brk-900-mgl-10{margin-left:10px;}
.brk-900-mgr-10{margin-right:10px;}
.brk-900-mg-15{margin:15px;}
.brk-900-mgt-15{margin-top:15px;}
.brk-900-mgb-15{margin-bottom:15px;}
.brk-900-mgl-15{margin-left:15px;}
.brk-900-mgr-15{margin-right:15px;}
.brk-900-mg-20{margin:20px;}
.brk-900-mgt-20{margin-top:20px;}
.brk-900-mgb-20{margin-bottom:20px;}
.brk-900-mgl-20{margin-left:20px;}
.brk-900-mgr-20{margin-right:20px;}
.brk-900-mg-25{margin:25px;}
.brk-900-mgt-25{margin-top:25px;}
.brk-900-mgb-25{margin-bottom:25px;}
.brk-900-mgl-25{margin-left:25px;}
.brk-900-mgr-25{margin-right:25px;}
.brk-900-mg-30{margin:30px;}
.brk-900-mgt-30{margin-top:30px;}
.brk-900-mgb-30{margin-bottom:30px;}
.brk-900-mgl-30{margin-left:30px;}
.brk-900-mgr-30{margin-right:30px;}
.brk-900-mg-35{margin:35px;}
.brk-900-mgt-35{margin-top:35px;}
.brk-900-mgb-35{margin-bottom:35px;}
.brk-900-mgl-35{margin-left:35px;}
.brk-900-mgr-35{margin-right:35px;}
.brk-900-mg-40{margin:40px ;}
.brk-900-mgt-40{margin-top:40px;}
.brk-900-mgb-40{margin-bottom:40px;}
.brk-900-mgl-40{margin-left:40px;}
.brk-900-mgr-40{margin-right:40px;}
.brk-900-mg-45{margin:45px;}
.brk-900-mgt-45{margin-top:45px;}
.brk-900-mgb-45{margin-bottom:45px;}
.brk-900-mgl-45{margin-left:45px;}
.brk-900-mgr-45{margin-right:45px;}
.brk-900-mg-50{margin:50px;}
.brk-900-mgt-50{margin-top:50px;}
.brk-900-mgb-50{margin-bottom:50px;}
.brk-900-mgl-50{margin-left:50px;}
.brk-900-mgr-50{margin-right:50px;}
.brk-900-mg-55{margin:55px;}
.brk-900-mgt-55{margin-top:55px;}
.brk-900-mgb-55{margin-bottom:55px;}
.brk-900-mgl-55{margin-left:55px;}
.brk-900-mgr-55{margin-right:55px;}
.brk-900-mg-60{margin:60px;}
.brk-900-mgt-60{margin-top:60px;}
.brk-900-mgb-60{margin-bottom:60px;}
.brk-900-mgl-60{margin-left:60px;}
.brk-900-mgr-60{margin-right:60px;}
.brk-900-mg-70{margin:70px;}
.brk-900-mgt-70{margin-top:70px;}
.brk-900-mgb-70{margin-bottom:70px;}
.brk-900-mgl-70{margin-left:70px;}
.brk-900-mgr-70{margin-right:70px;}
.brk-900-mg-80{margin:80px;}
.brk-900-mgt-80{margin-top:80px;}
.brk-900-mgb-80{margin-bottom:80px;}
.brk-900-mgl-80{margin-left:80px;}
.brk-900-mgr-80{margin-right:80px;}
.brk-900-mg-90{margin:90px;}
.brk-900-mgt-90{margin-top:90px;}
.brk-900-mgb-90{margin-bottom:90px;}
.brk-900-mgl-90{margin-left:90px;}
.brk-900-mgr-90{margin-right:90px;}
.brk-900-mg-100{margin:100px;}
.brk-900-mgt-100{margin-top:100px;}
.brk-900-mgb-100{margin-bottom:100px;}
.brk-900-mgl-100{margin-left:100px;}
.brk-900-mgr-100{margin-right:100px;}

/* **************************************************************************** */
/* ################################## PADDING ################################# */
/* **************************************************************************** */
.brk-900-pd-0{padding:0;}
.brk-900-pdt-0{padding-top:0;}
.brk-900-pdb-0{padding-bottom:0;}
.brk-900-pdl-0{padding-left:0;}
.brk-900-pdr-0{padding-right:0;}
.brk-900-pd-5{padding:5px;}
.brk-900-pdt-5{padding-top:5px;}
.brk-900-pdb-5{padding-bottom:5px;}
.brk-900-pdl-5{padding-left:5px;}
.brk-900-pdr-5{padding-right:5px;}
.brk-900-pd-10{padding:10px;}
.brk-900-pdt-10{padding-top:10px;}
.brk-900-pdb-10{padding-bottom:10px;}
.brk-900-pdl-10{padding-left:10px;}
.brk-900-pdr-10{padding-right:10px;}
.brk-900-pd-15{padding:15px;}
.brk-900-pdt-15{padding-top:15px;}
.brk-900-pdb-15{padding-bottom:15px;}
.brk-900-pdl-15{padding-left:15px;}
.brk-900-pdr-15{padding-right:15px;}
.brk-900-pd-20{padding:20px;}
.brk-900-pdt-20{padding-top:20px;}
.brk-900-pdb-20{padding-bottom:20px;}
.brk-900-pdl-20{padding-left:20px;}
.brk-900-pdr-20{padding-right:20px;}
.brk-900-pd-25{padding:25px;}
.brk-900-pdt-25{padding-top:25px;}
.brk-900-pdb-25{padding-bottom:25px;}
.brk-900-pdl-25{padding-left:25px;}
.brk-900-pdr-25{padding-right:25px;}
.brk-900-pd-30{padding:30px;}
.brk-900-pdt-30{padding-top:30px;}
.brk-900-pdb-30{padding-bottom:30px;}
.brk-900-pdl-30{padding-left:30px;}
.brk-900-pdr-30{padding-right:30px;}
.brk-900-pd-35{padding:35px;}
.brk-900-pdt-35{padding-top:35px;}
.brk-900-pdb-35{padding-bottom:35px;}
.brk-900-pdl-35{padding-left:35px;}
.brk-900-pdr-35{padding-right:35px;}
.brk-900-pd-40{padding:40px;}
.brk-900-pdt-40{padding-top:40px;}
.brk-900-pdb-40{padding-bottom:40px;}
.brk-900-pdl-40{padding-left:40px;}
.brk-900-pdr-40{padding-right:40px;}
.brk-900-pd-45{padding:45px;}
.brk-900-pdt-45{padding-top:45px;}
.brk-900-pdb-45{padding-bottom:45px;}
.brk-900-pdl-45{padding-left:45px;}
.brk-900-pdr-45{padding-right:45px;}
.brk-900-pd-50{padding:50px;}
.brk-900-pdt-50{padding-top:50px;}
.brk-900-pdb-50{padding-bottom:50px;}
.brk-900-pdl-50{padding-left:50px;}
.brk-900-pdr-50{padding-right:50px;}
.brk-900-pd-55{padding:55px;}
.brk-900-pdt-55{padding-top:55px;}
.brk-900-pdb-55{padding-bottom:55px;}
.brk-900-pdl-55{padding-left:55px;}
.brk-900-pdr-55{padding-right:55px;}
.brk-900-pd-60{padding:60px;}
.brk-900-pdt-60{padding-top:60px;}
.brk-900-pdb-60{padding-bottom:60px;}
.brk-900-pdl-60{padding-left:60px;}
.brk-900-pdr-60{padding-right:60px;}
.brk-900-pd-70{padding:70px;}
.brk-900-pdt-70{padding-top:70px;}
.brk-900-pdb-70{padding-bottom:70px;}
.brk-900-pdl-70{padding-left:70px;}
.brk-900-pdr-70{padding-right:70px;}
.brk-900-pd-80{padding:80px;}
.brk-900-pdt-80{padding-top:80px;}
.brk-900-pdb-80{padding-bottom:80px;}
.brk-900-pdl-80{padding-left:80px;}
.brk-900-pdr-80{padding-right:80px;}
.brk-900-pd-90{padding:90px;}
.brk-900-pdt-90{padding-top:90px;}
.brk-900-pdb-90{padding-bottom:90px;}
.brk-900-pdl-90{padding-left:90px;}
.brk-900-pdr-90{padding-right:90px;}
.brk-900-pd-100{padding:100px;}
.brk-900-pdt-100{padding-top:100px;}
.brk-900-pdb-100{padding-bottom:100px;}
.brk-900-pdl-100{padding-left:100px;}
.brk-900-pdr-100{padding-right:100px;}


/* **************************************************************************** */
/* ################################## COLORS ################################# */
/* **************************************************************************** */
.brk-900-bg-white{background:#fff;}
.brk-900-bg-black{background:#000;}
.brk-900-bg-transparent{background:transparent;}
.brk-900-trans-white-bk-1{ background-color:#fff;background-color:rgba(255, 255, 255, 0.1)}
.brk-900-trans-white-bk-2{ background-color:#fff;background-color:rgba(255, 255, 255, 0.2)}
.brk-900-trans-white-bk-3{ background-color:#fff;background-color:rgba(255, 255, 255, 0.3)}
.brk-900-trans-white-bk-4{ background-color:#fff;background-color:rgba(255, 255, 255, 0.4)}
.brk-900-trans-white-bk-5{ background-color:#fff;background-color:rgba(255, 255, 255, 0.5)}
.brk-900-trans-white-bk-6{ background-color:#fff;background-color:rgba(255, 255, 255, 0.6)}
.brk-900-trans-white-bk-7{ background-color:#fff;background-color:rgba(255, 255, 255, 0.7)}
.brk-900-trans-white-bk-8{ background-color:#fff;background-color:rgba(255, 255, 255, 0.8)}
.brk-900-trans-white-bk-9{ background-color:#fff;background-color:rgba(255, 255, 255, 0.9)}
.brk-900-trans-black-bk-1{ background-color:#000;background-color:rgba(0, 0, 0, 0.1)}
.brk-900-trans-black-bk-2{ background-color:#000;background-color:rgba(0, 0, 0, 0.2)}
.brk-900-trans-black-bk-3{ background-color:#000;background-color:rgba(0, 0, 0, 0.3)}
.brk-900-trans-black-bk-4{ background-color:#000;background-color:rgba(0, 0, 0, 0.4)}
.brk-900-trans-black-bk-5{ background-color:#000;background-color:rgba(0, 0, 0, 0.5)}
.brk-900-trans-black-bk-6{ background-color:#000;background-color:rgba(0, 0, 0, 0.6)}
.brk-900-trans-black-bk-7{ background-color:#000;background-color:rgba(0, 0, 0, 0.7)}
.brk-900-trans-black-bk-8{ background-color:#000;background-color:rgba(0, 0, 0, 0.8)}
.brk-900-trans-black-bk-9{ background-color:#000;background-color:rgba(0, 0, 0, 0.9)}

/* **************************************************************************** */
/* ################################## RADIUS ################################## */
/* **************************************************************************** */
.brk-900-border-r-0{border-radius:0;}
.brk-900-border-r-1{border-radius:1px;}
.brk-900-border-r-2{border-radius:2px;}
.brk-900-border-r-3{border-radius:3px;}
.brk-900-border-r-4{border-radius:4px;}
.brk-900-border-r-5{border-radius:5px;}
.brk-900-border-r-6{border-radius:6px;}
.brk-900-border-r-7{border-radius:7px;}
.brk-900-border-r-8{border-radius:8px;}
.brk-900-border-r-9{border-radius:9px;}
.brk-900-border-r-10{border-radius:10px;}
.brk-900-border-r-15{border-radius:15px;}
.brk-900-border-r-20{border-radius:20px;}
.brk-900-border-r-25{border-radius:25px;}
.brk-900-border-r-30{border-radius:30px;}
.brk-900-border-r-35{border-radius:35px;}
.brk-900-border-r-40{border-radius:40px;}
.brk-900-border-r-45{border-radius:45px;}
.brk-900-border-r-50{border-radius:50px;}
.brk-900-border-r-10-p{border-radius:10%;}
.brk-900-border-r-20-p{border-radius:20%;}
.brk-900-border-r-30-p{border-radius:30%;}
.brk-900-border-r-40-p{border-radius:40%;}
.brk-900-border-r-50-p{border-radius:50%;}
.brk-900-border-r-60-p{border-radius:60%;}
.brk-900-border-r-70-p{border-radius:70%;}
.brk-900-border-r-80-p{border-radius:80%;}
.brk-900-border-r-90-p{border-radius:90%;}
.brk-900-border-r-100-p{border-radius:100%;}


}


@media handheld, screen and (max-width:700px){

/* **************************************************************************** */
/* ############################# DISPLAY ###################################### */
/* **************************************************************************** */
.brk-700-inline{display:inline;}
.brk-700-block{display:block;}
.brk-700-inline-block{display:inline-block;}
.brk-700-table{display:table;}
.brk-700-table-cell{display:table-cell;}
.brk-700-table-row{display:table-row;}
.brk-700-dis-none{display:none;}
.brk-700-dis-none-weak{display:none;}
.brk-700-visible{visibility:visible;}
.brk-700-visibility-hidden{visibility:hidden;}
.brk-700-opacity-0{opacity:0;}
.brk-700-opacity-01{opacity:0.1;}
.brk-700-opacity-02{opacity:0.2;}
.brk-700-opacity-03{opacity:0.3;}
.brk-700-opacity-04{opacity:0.4;}
.brk-700-opacity-05{opacity:0.5;}
.brk-700-opacity-06{opacity:0.6;}
.brk-700-opacity-07{opacity:0.7;}
.brk-700-opacity-08{opacity:0.8;}
.brk-700-opacity-09{opacity:0.9;}
.brk-700-opacity-1{opacity:1;}
.brk-700-v-align-t{vertical-align:top;}
.brk-700-v-align-b{vertical-align:bottom;}
.brk-700-v-align-m{vertical-align: middle;}

/* **************************************************************************** */
/* ############################# POSITION ###################################### */
/* **************************************************************************** */
.brk-700-p-rel{position:relative;}
.brk-700-p-absolute{position:absolute;}
.brk-700-p-fixed{position:fixed;}
.brk-700-p-static{position:static;}
.brk-700-p-sticky{position:-webkit-sticky;position:sticky;}
.brk-700-top-0{top:0;}
.brk-700-bottom-0{bottom:0;}
.brk-700-left-0{left:0;}
.brk-700-right-0{right:0;}
.brk-700-all-sides-0{top:0;bottom:0;left:0;right:0;}
.brk-700-top-100-p{top:100%;}
.brk-700-bottom-100-p{bottom:100%;}
.brk-700-right-100-p{right:100%;}
.brk-700-left-100-p{left:100%;}
.brk-700-z-index-0{z-index:0;}
.brk-700-z-index-1{z-index:1;}
.brk-700-z-index-50{z-index:50;}
.brk-700-z-index-100{z-index:100;}
.brk-700-z-index-500{z-index:500;}
.brk-700-z-index-1000{z-index:1000;}
.brk-700-z-index-10000{z-index:10000;}
.brk-700-overflow-hidden{overflow:hidden;}
.brk-700-overflow-scroll{overflow:scroll;}
.brk-700-overflow-auto{overflow:auto;}
.brk-700-overflow-initial{overflow:initial;}

/* **************************************************************************** */
/* ############################# FLOAT ###################################### */
/* **************************************************************************** */
.brk-700-floatleft{float:left;}
.brk-700-floatright{float:right;}
.brk-700-clear{clear:both;}

/* **************************************************************************** */
/* ################################ IMAGES ##################################### */
/* **************************************************************************** */
.brk-700-repeat{background-repeat:repeat;}
.brk-700-repeat-x{background-repeat:repeat-x;}
.brk-700-repeat-y{background-repeat:repeat-y;}
.brk-700-no-repeat{background-repeat:no-repeat;}
.brk-700-cover{background-size:cover;}
.brk-700-contain{background-size:contain;}
.brk-700-back-none{background:none;}
.brk-700-back-pos-top{background-position:center top;}
.brk-700-back-pos-center{background-position:center center;}
.brk-700-back-pos-bottom{background-position:center bottom;}
.brk-700-back-pos-left-top{background-position:left top;}
.brk-700-back-pos-left-center{background-position:left center;}
.brk-700-back-pos-left-bottom{background-position:left bottom;}
.brk-700-back-pos-right-top{background-position:right top;}
.brk-700-back-pos-right-center{background-position:right center;}
.brk-700-back-pos-right-bottom{background-position:right bottom;}
.brk-700-img-fixed{background-attachment:fixed;}
.brk-700-img-fixed-initial{background-attachment:initial;}

/* **************************************************************************** */
/* ################################ LISTS ##################################### */
/* **************************************************************************** */
.brk-700-list-s-none{list-style:none;}

/* **************************************************************************** */
/* ################################ CURSOR #################################### */
/* **************************************************************************** */
.brk-700-pointer{cursor:pointer;}
.brk-700-cursor-initial{cursor:initial;}

/* **************************************************************************** */
/* ############################# YOUTUBE STRETCH ############################## */
/* **************************************************************************** */
.brk-700-embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;}
.brk-700-embed-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
.brk-700-embed-container object{position:absolute;top:0;left:0;width:100%;height:100%;}
.brk-700-embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}

/* **************************************************************************** */
/* ############################ TRANSITIONS ################################### */
/* **************************************************************************** */

.brk-700-transition-01{transition:0.1s;}
.brk-700-transition-02{transition:0.2s;}
.brk-700-transition-03{transition:0.3s;}
.brk-700-transition-04{transition:0.4s;}
.brk-700-transition-05{transition:0.5s;}
.brk-700-transition-06{transition:0.6s;}
.brk-700-transition-07{transition:0.7s;}
.brk-700-transition-08{transition:0.8s;}
.brk-700-transition-09{transition:0.9s;}
.brk-700-transition-1{transition:1s;}
.brk-700-transition-15{transition:1.5s;}
.brk-700-transition-2{transition:2s;}
.brk-700-transition-25{transition:2.5s;}
.brk-700-transition-3{transition:3s;}
.brk-700-transition-35{transition:3.5s;}
.brk-700-transition-4{transition:4s;}
.brk-700-transition-45{transition:4.5s;}
.brk-700-transition-5{transition:5s;}

/* **************************************************************************** */
/* ############################# BORDERS ###################################### */
/* **************************************************************************** */
.brk-700-border-box{box-sizing:border-box;}
.brk-700-border-collapse{border-collapse:collapse;}
.brk-700-border-solid{border-style:solid;}
.brk-700-border-dashed{border-style:dashed;}
.brk-700-border-dotted{border-style:dotted;}
.brk-700-border-0{border-width:0;}
.brk-700-border-1{border-width:1px;}
.brk-700-border-2{border-width:2px;}
.brk-700-border-3{border-width:3px;}
.brk-700-border-4{border-width:4px;}
.brk-700-border-5{border-width:5px;}
.brk-700-border-6{border-width:6px;}
.brk-700-border-7{border-width:7px;}
.brk-700-border-8{border-width:8px;}
.brk-700-border-9{border-width:9px;}
.brk-700-border-10{border-width:10px;}
.brk-700-border-top-0{border-top-width:0;}
.brk-700-border-top-1{border-top-width:1px;}
.brk-700-border-top-2{border-top-width:2px;}
.brk-700-border-top-3{border-top-width:3px;}
.brk-700-border-top-4{border-top-width:4px;}
.brk-700-border-top-5{border-top-width:5px;}
.brk-700-border-top-6{border-top-width:6px;}
.brk-700-border-top-7{border-top-width:7px;}
.brk-700-border-top-8{border-top-width:8px;}
.brk-700-border-top-9{border-top-width:9px;}
.brk-700-border-top-10{border-top-width:10px;}
.brk-700-border-btm-0{border-bottom-width:0;}
.brk-700-border-btm-1{border-bottom-width:1px;}
.brk-700-border-btm-2{border-bottom-width:2px;}
.brk-700-border-btm-3{border-bottom-width:3px;}
.brk-700-border-btm-4{border-bottom-width:4px;}
.brk-700-border-btm-5{border-bottom-width:5px;}
.brk-700-border-btm-6{border-bottom-width:6px;}
.brk-700-border-btm-7{border-bottom-width:7px;}
.brk-700-border-btm-8{border-bottom-width:8px;}
.brk-700-border-btm-9{border-bottom-width:9px;}
.brk-700-border-btm-10{border-bottom-width:10px;}
.brk-700-border-lft-0{border-left-width:0;}
.brk-700-border-lft-1{border-left-width:1px;}
.brk-700-border-lft-2{border-left-width:2px;}
.brk-700-border-lft-3{border-left-width:3px;}
.brk-700-border-lft-4{border-left-width:4px;}
.brk-700-border-lft-5{border-left-width:5px;}
.brk-700-border-lft-6{border-left-width:6px;}
.brk-700-border-lft-7{border-left-width:7px;}
.brk-700-border-lft-8{border-left-width:8px;}
.brk-700-border-lft-9{border-left-width:9px;}
.brk-700-border-lft-10{border-left-width:10px;}
.brk-700-border-rt-0{border-right-width:0;}
.brk-700-border-rt-1{border-right-width:1px;}
.brk-700-border-rt-2{border-right-width:2px;}
.brk-700-border-rt-3{border-right-width:3px;}
.brk-700-border-rt-4{border-right-width:4px;}
.brk-700-border-rt-5{border-right-width:5px;}
.brk-700-border-rt-6{border-right-width:6px;}
.brk-700-border-rt-7{border-right-width:7px;}
.brk-700-border-rt-8{border-right-width:8px;}
.brk-700-border-rt-9{border-right-width:9px;}
.brk-700-border-rt-10{border-right-width:10px;}

/* **************************************************************************** */
/* ############################# FLEX ###################################### */
/* **************************************************************************** */
.brk-700-flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.brk-700-flex-1{flex:1;}
.brk-700-row{flex-direction:row;}
.brk-700-row-reverse{flex-direction:row-reverse;}
.brk-700-col{flex-direction:column;}
.brk-700-col-reverse{flex-direction: column-reverse;}
.brk-700-grow-1{flex-grow:1;}
.brk-700-grow-2{flex-grow:2;}
.brk-700-grow-3{flex-grow:3;}
.brk-700-grow-4{flex-grow:4;}
.brk-700-grow-5{flex-grow:5;}
.brk-700-grow-6{flex-grow:6;}
.brk-700-grow-7{flex-grow:7;}
.brk-700-grow-8{flex-grow:8;}
.brk-700-grow-9{flex-grow:9;}
.brk-700-grow-10{flex-grow:10;}
.brk-700-grow-11{flex-grow:11;}
.brk-700-grow-12{flex-grow:12;}
.brk-700-order-1{order:1;}
.brk-700-order-2{order:2;}
.brk-700-order-3{order:3;}
.brk-700-order-4{order:4;}
.brk-700-order-5{order:5;}
.brk-700-order-6{order:6;}
.brk-700-order-7{order:7;}
.brk-700-order-8{order:8;}
.brk-700-order-9{order:9;}
.brk-700-order-10{order:10;}
.brk-700-align-center{align-items:center;}
.brk-700-align-start{align-items:flex-start;}
.brk-700-align-end{align-items:flex-end;}
.brk-700-self-center{align-self:center;}
.brk-700-self-start{align-self:flex-start;}
.brk-700-self-end{align-self:flex-end;}
.brk-700-align-baseline{align-items:baseline;}
.brk-700-align-content-center{align-content:center;}
.brk-700-align-content-start{align-content:flex-start;}
.brk-700-align-content-end{align-content:flex-end;}
.brk-700-align-content-space-between{align-content:space-between;}
.brk-700-align-content-space-around{align-content:space-around;}
.brk-700-align-content-stretch{align-content:stretch;}
.brk-700-justify-center{justify-content:center;}
.brk-700-justify-start{justify-content:flex-start;}
.brk-700-justify-end{justify-content:flex-end;}
.brk-700-justify-space-around{justify-content:space-around;}
.brk-700-justify-space-between{justify-content:space-between;}
.brk-700-row-wrap{flex-wrap:wrap;}
.brk-700-row-nowrap {flex-wrap:nowrap;}
.brk-700-row-wrap-reverse{flex-wrap:wrap-reverse;}
.brk-700-shrink-0{flex-shrink:0;}

/* **************************************************************************** */
/* ############################### HEIGHT ##################################### */
/* **************************************************************************** */
.brk-700-ht-auto{height:auto;}
.brk-700-ht-0{height:0;}
.brk-700-ht-1{height:1px;}
.brk-700-ht-2{height:2px;}
.brk-700-ht-3{height:3px;}
.brk-700-ht-4{height:4px;}
.brk-700-ht-5{height:5px;}
.brk-700-ht-6{height:6px;}
.brk-700-ht-7{height:7px;}
.brk-700-ht-8{height:8px;}
.brk-700-ht-9{height:9px;}
.brk-700-ht-10{height:10px;}
.brk-700-ht-11{height:11px;}
.brk-700-ht-12{height:12px;}
.brk-700-ht-13{height:13px;}
.brk-700-ht-14{height:14px;}
.brk-700-ht-15{height:15px;}
.brk-700-ht-16{height:16px;}
.brk-700-ht-17{height:17px;}
.brk-700-ht-18{height:18px;}
.brk-700-ht-19{height:19px;}
.brk-700-ht-20{height:20px;}
.brk-700-ht-19{height:19px;}
.brk-700-ht-20{height:20px;}
.brk-700-ht-21{height:21px;}
.brk-700-ht-22{height:22px;}
.brk-700-ht-23{height:23px;}
.brk-700-ht-24{height:24px;}
.brk-700-ht-25{height:25px;}
.brk-700-ht-26{height:26px;}
.brk-700-ht-27{height:27px;}
.brk-700-ht-28{height:28px;}
.brk-700-ht-29{height:29px;}
.brk-700-ht-30{height:30px;}
.brk-700-ht-31{height:31px;}
.brk-700-ht-32{height:32px;}
.brk-700-ht-33{height:33px;}
.brk-700-ht-34{height:34px;}
.brk-700-ht-35{height:35px;}
.brk-700-ht-36{height:36px;}
.brk-700-ht-37{height:37px;}
.brk-700-ht-38{height:38px;}
.brk-700-ht-39{height:39px;}
.brk-700-ht-40{height:40px;}
.brk-700-ht-41{height:41px;}
.brk-700-ht-42{height:42px;}
.brk-700-ht-43{height:43px;}
.brk-700-ht-44{height:44px;}
.brk-700-ht-45{height:45px;}
.brk-700-ht-50{height:50px;}
.brk-700-ht-50{height:50px;}
.brk-700-ht-60{height:60px;}
.brk-700-ht-65{height:65px;}
.brk-700-ht-70{height:70px;}
.brk-700-ht-75{height:75px;}
.brk-700-ht-80{height:80px;}
.brk-700-ht-85{height:85px;}
.brk-700-ht-90{height:90px;}
.brk-700-ht-95{height:95px;}
.brk-700-ht-100{height:100px;}
.brk-700-ht-150{height:150px;}
.brk-700-ht-200{height:200px;}
.brk-700-ht-250{height:250px;}
.brk-700-ht-300{height:300px;}
.brk-700-ht-350{height:350px;}
.brk-700-ht-400{height:400px;}
.brk-700-ht-450{height:450px;}
.brk-700-ht-500{height:500px;}
.brk-700-ht-550{height:550px;}
.brk-700-ht-600{height:600px;}
.brk-700-ht-650{height:650px;}
.brk-700-ht-700{height:700px;}
.brk-700-ht-750{height:750px;}
.brk-700-ht-800{height:800px;}
.brk-700-ht-850{height:850px;}
.brk-700-ht-900{height:900px;}
.brk-700-ht-950{height:950px;}
.brk-700-ht-1000{height:1000px;}
.brk-700-ht-10-p{height:10%;}
.brk-700-ht-15-p{height:15%;}
.brk-700-ht-20-p{height:20%;}
.brk-700-ht-25-p{height:25%;}
.brk-700-ht-30-p{height:30%;}
.brk-700-ht-35-p{height:35%;}
.brk-700-ht-40-p{height:40%;}
.brk-700-ht-45-p{height:45%;}
.brk-700-ht-50-p{height:50%;}
.brk-700-ht-55-p{height:55%;}
.brk-700-ht-60-p{height:60%;}
.brk-700-ht-65-p{height:65%;}
.brk-700-ht-70-p{height:70%;}
.brk-700-ht-75-p{height:75%;}
.brk-700-ht-80-p{height:80%;}
.brk-700-ht-85-p{height:85%;}
.brk-700-ht-90-p{height:90%;}
.brk-700-ht-95-p{height:95%;}
.brk-700-ht-100-p{height:100%;}
.brk-700-h-initial{height:initial;}

/* **************************************************************************** */
/* ################################ WIDTH ##################################### */
/* **************************************************************************** */
.brk-700-wd-auto{width:auto;}
.brk-700-wd-0{width:0;}
.brk-700-wd-1{width:1px;}
.brk-700-wd-2{width:2px;}
.brk-700-wd-3{width:3px;}
.brk-700-wd-4{width:4px;}
.brk-700-wd-5{width:5px;}
.brk-700-wd-6{width:6px;}
.brk-700-wd-7{width:7px;}
.brk-700-wd-8{width:85px;}
.brk-700-wd-9{width:9px;}
.brk-700-wd-10{width:10px;}
.brk-700-wd-15{width:15px;}
.brk-700-wd-20{width:20px;}
.brk-700-wd-30{width:30px;}
.brk-700-wd-40{width:40px;}
.brk-700-wd-50{width:50px;}
.brk-700-wd-60{width:60px;}
.brk-700-wd-70{width:70px;}
.brk-700-wd-80{width:80px;}
.brk-700-wd-90{width:90px;}
.brk-700-wd-100{width:100px;}
.brk-700-wd-110{width:110px;}
.brk-700-wd-120{width:120px;}
.brk-700-wd-130{width:130px;}
.brk-700-wd-140{width:140px;}
.brk-700-wd-150{width:150px;}
.brk-700-wd-160{width:160px;}
.brk-700-wd-170{width:170px;}
.brk-700-wd-180{width:180px;}
.brk-700-wd-190{width:190px;}
.brk-700-wd-200{width:200px;}
.brk-700-wd-300{width:300px;}
.brk-700-wd-400{width:400px;}
.brk-700-wd-500{width:500px;}
.brk-700-wd-600{width:600px;}
.brk-700-wd-700{width:700px;}
.brk-700-wd-800{width:800px;}
.brk-700-wd-900{width:900px;}
.brk-700-wd-1000{width:1000px;}
.brk-700-m-wd-10{max-width:10px;}
.brk-700-m-wd-15{max-width:15px;}
.brk-700-m-wd-20{max-width:20px;}
.brk-700-m-wd-30{max-width:30px;}
.brk-700-m-wd-40{max-width:40px;}
.brk-700-m-wd-50{max-width:50px;}
.brk-700-m-wd-60{max-width:60px;}
.brk-700-m-wd-70{max-width:70px;}
.brk-700-m-wd-80{max-width:80px;}
.brk-700-m-wd-90{max-width:90px;}
.brk-700-m-wd-100{max-width:100px;}
.brk-700-m-wd-110{max-width:110px;}
.brk-700-m-wd-115{max-width:115px;}
.brk-700-m-wd-120{max-width:120px;}
.brk-700-m-wd-130{max-width:130px;}
.brk-700-m-wd-140{max-width:140px;}
.brk-700-m-wd-150{max-width:150px;}
.brk-700-m-wd-160{max-width:160px;}
.brk-700-m-wd-170{max-width:170px;}
.brk-700-m-wd-180{max-width:180px;}
.brk-700-m-wd-190{max-width:190px;}
.brk-700-m-wd-200{max-width:200px;}
.brk-700-m-wd-250{max-width:250px;}
.brk-700-m-wd-300{max-width:300px;}
.brk-700-m-wd-350{max-width:350px;}
.brk-700-m-wd-400{max-width:400px;}
.brk-700-m-wd-450{max-width:450px;}
.brk-700-m-wd-480{max-width:480px;}
.brk-700-m-wd-500{max-width:500px;}
.brk-700-m-wd-550{max-width:550px;}
.brk-700-m-wd-600{max-width:600px;}
.brk-700-m-wd-650{max-width:650px;}
.brk-700-m-wd-700{max-width:700px;}
.brk-700-m-wd-750{max-width:750px;}
.brk-700-m-wd-800{max-width:800px;}
.brk-700-m-wd-850{max-width:850px;}
.brk-700-m-wd-900{max-width:900px;}
.brk-700-m-wd-950{max-width:950px;}
.brk-700-m-wd-1000{max-width:1000px;}
.brk-700-m-wd-1050{max-width:1050px;}
.brk-700-m-wd-1100{max-width:1100px;}
.brk-700-m-wd-1150{max-width:1150px;}
.brk-700-m-wd-1200{max-width:1200px;}
.brk-700-m-wd-1250{max-width:1250px;}
.brk-700-m-wd-1300{max-width:1300px;}
.brk-700-m-wd-1350{max-width:1350px;}
.brk-700-m-wd-1400{max-width:1400px;}
.brk-700-m-wd-1450{max-width:1450px;}
.brk-700-m-wd-1500{max-width:1500px;}
.brk-700-m-wd-1550{max-width:1550px;}
.brk-700-m-wd-1600{max-width:1600px;}
.brk-700-m-wd-1650{max-width:1650px;}
.brk-700-m-wd-1700{max-width:1700px;}
.brk-700-m-wd-1750{max-width:1750px;}
.brk-700-m-wd-1800{max-width:1800px;}
.brk-700-m-wd-1850{max-width:1850px;}
.brk-700-m-wd-1900{max-width:1900px;}
.brk-700-m-wd-1950{max-width:1950px;}
.brk-700-m-wd-2000{max-width:2000px;}
.brk-700-w-5-p{width:5%;}
.brk-700-w-10-p{width:10%;}
.brk-700-w-15-p{width:15%;}
.brk-700-w-20-p{width:20%;}
.brk-700-w-25-p{width:25%;}
.brk-700-w-30-p{width:30%;}
.brk-700-w-32-p{width:32%;}
.brk-700-w-33-p{width:33.333333333333333%;}
.brk-700-w-35-p{width:35%;}
.brk-700-w-40-p{width:40%;}
.brk-700-w-45-p{width:45%;}
.brk-700-w-50-p{width:50%;}
.brk-700-w-55-p{width:55%;}
.brk-700-w-60-p{width:60%;}
.brk-700-w-65-p{width:65%;}
.brk-700-w-66-p{width:66.666666666666666%;}
.brk-700-w-70-p{width:70%;}
.brk-700-w-75-p{width:75%;}
.brk-700-w-80-p{width:80%;}
.brk-700-w-85-p{width:85%;}
.brk-700-w-90-p{width:90%;}
.brk-700-w-92-p{width:92%;}
.brk-700-w-95-p{width:95%;}
.brk-700-w-100-p{width:100%;}
.brk-700-w-initial{width:100%;width:initial;}
.brk-700-mw-5-p{max-width:5%;}
.brk-700-mw-10-p{max-width:10%;}
.brk-700-mw-15-p{max-width:15%;}
.brk-700-mw-20-p{max-width:20%;}
.brk-700-mw-25-p{max-width:25%;}
.brk-700-mw-30-p{max-width:30%;}
.brk-700-mw-32-p{max-width:32%;}
.brk-700-mw-33-p{max-width:33.333333333333333%;}
.brk-700-mw-35-p{max-width:35%;}
.brk-700-mw-40-p{max-width:40%;}
.brk-700-mw-45-p{max-width:45%;}
.brk-700-mw-50-p{max-width:50%;}
.brk-700-mw-55-p{max-width:55%;}
.brk-700-mw-60-p{max-width:60%;}
.brk-700-mw-65-p{max-width:65%;}
.brk-700-mw-66-p{max-width:66.666666666666666%;}
.brk-700-mw-70-p{max-width:70%;}
.brk-700-mw-75-p{max-width:75%;}
.brk-700-mw-80-p{max-width:80%;}
.brk-700-mw-85-p{max-width:85%;}
.brk-700-mw-90-p{max-width:90%;}
.brk-700-mw-92-p{max-width:92%;}
.brk-700-mw-95-p{max-width:95%;}
.brk-700-mw-100-p{max-width:100%;}
.brk-700-mw-initial{max-width:100%;max-width:initial;}

/* **************************************************************************** */
/* ################################ TEXT ###################################### */
/* **************************************************************************** */
.brk-700-text-left{text-align:left;}
.brk-700-text-right{text-align:right;}
.brk-700-text-center{text-align:center;}
.brk-700-text-justify{text-align:justify;}
.brk-700-text-last-left{text-align-last:left;}
.brk-700-text-last-right{text-align-last:right;}
.brk-700-text-last-center{text-align-last:center;}
.brk-700-text-last-justify{text-align-last:justify;}
.brk-700-t-upper{text-transform:uppercase;}
.brk-700-t-lower{text-transform:lowercase;}
.brk-700-underline{text-decoration:underline;}
.brk-700-underline-hover:hover{text-decoration:underline;}
.brk-700-text-wrap{white-space:normal;overflow-wrap:break-word;word-break:break-all;}
.brk-700-text-word-wrap{overflow-wrap: break-word;}
.brk-700-no-wrap{white-space:nowrap;}
.brk-700-small-caps{font-variant:small-caps;}
.brk-700-line-initial{line-height:initial;}
.brk-700-line-0{line-height:0;}
.brk-700-line-50{line-height:50%;}
.brk-700-line-60{line-height:60%;}
.brk-700-line-70{line-height:70%;}
.brk-700-line-80{line-height:80%;}
.brk-700-line-90{line-height:90%;}
.brk-700-line-100{line-height:100%;}
.brk-700-line-110{line-height:110%;}
.brk-700-line-120{line-height:120%;}
.brk-700-line-125{line-height:125%;}
.brk-700-line-130{line-height:130%;}
.brk-700-line-140{line-height:140%;}
.brk-700-line-150{line-height:150%;}
.brk-700-line-160{line-height:160%;}
.brk-700-line-170{line-height:170%;}
.brk-700-line-180{line-height:180%;}
.brk-700-line-190{line-height:190%;}
.brk-700-line-200{line-height:200%;}

/* **************************************************************************** */
/* ################################## FONTS ################################### */
/* **************************************************************************** */
.brk-700-font-10{font-size:10px;}
.brk-700-font-11{font-size:11px;}
.brk-700-font-12{font-size:12px;}
.brk-700-font-13{font-size:13px;}
.brk-700-font-14{font-size:14px;}
.brk-700-font-15{font-size:15px;}
.brk-700-font-16{font-size:16px;}
.brk-700-font-17{font-size:17px;}
.brk-700-font-18{font-size:18px;}
.brk-700-font-19{font-size:19px;}
.brk-700-font-20{font-size:20px;}
.brk-700-font-21{font-size:21px;}
.brk-700-font-22{font-size:22px;}
.brk-700-font-23{font-size:23px;}
.brk-700-font-24{font-size:24px;}
.brk-700-font-25{font-size:25px;}
.brk-700-font-26{font-size:26px;}
.brk-700-font-27{font-size:27px;}
.brk-700-font-28{font-size:28px;}
.brk-700-font-29{font-size:29px;}
.brk-700-font-30{font-size:30px;}
.brk-700-font-35{font-size:35px;}
.brk-700-font-40{font-size:40px;}
.brk-700-font-45{font-size:45px;}
.brk-700-font-50{font-size:50px;}
.brk-700-font-55{font-size:55px;}
.brk-700-font-60{font-size:60px;}
.brk-700-font-65{font-size:65px;}
.brk-700-font-70{font-size:70px;}
.brk-700-font-75{font-size:75px;}
.brk-700-font-80{font-size:80px;}
.brk-700-font-85{font-size:85px;}
.brk-700-font-90{font-size:90px;}
.brk-700-font-95{font-size:95px;}
.brk-700-font-100{font-size:100px;}
.brk-700-font-vw-1{font-size:0.1vw;}
.brk-700-font-vw-2{font-size:0.2vw;}
.brk-700-font-vw-3{font-size:0.3vw;}
.brk-700-font-vw-4{font-size:0.4vw;}
.brk-700-font-vw-5{font-size:0.5vw;}
.brk-700-font-vw-6{font-size:0.6vw;}
.brk-700-font-vw-7{font-size:0.7vw;}
.brk-700-font-vw-8{font-size:0.8vw;}
.brk-700-font-vw-9{font-size:0.9vw;}
.brk-700-font-vw-10{font-size:1vw;}
.brk-700-font-vw-11{font-size:1.1vw;}
.brk-700-font-vw-12{font-size:1.2vw;}
.brk-700-font-vw-13{font-size:1.3vw;}
.brk-700-font-vw-14{font-size:1.4vw;}
.brk-700-font-vw-15{font-size:1.5vw;}
.brk-700-font-vw-16{font-size:1.6vw;}
.brk-700-font-vw-17{font-size:1.7vw;}
.brk-700-font-vw-18{font-size:1.8vw;}
.brk-700-font-vw-19{font-size:1.9vw;}
.brk-700-font-vw-20{font-size:2vw;}
.brk-700-font-vw-21{font-size:2.1vw;}
.brk-700-font-vw-22{font-size:2.2vw;}
.brk-700-font-vw-23{font-size:2.3vw;}
.brk-700-font-vw-24{font-size:2.4vw;}
.brk-700-font-vw-25{font-size:2.5vw;}
.brk-700-font-vw-26{font-size:2.6vw;}
.brk-700-font-vw-27{font-size:2.7vw;}
.brk-700-font-vw-28{font-size:2.8vw;}
.brk-700-font-vw-29{font-size:2.9vw;}
.brk-700-font-vw-30{font-size:3vw;}
.brk-700-font-vw-31{font-size:3.1vw;}
.brk-700-font-vw-32{font-size:3.2vw;}
.brk-700-font-vw-33{font-size:3.3vw;}
.brk-700-font-vw-34{font-size:3.4vw;}
.brk-700-font-vw-35{font-size:3.5vw;}
.brk-700-font-vw-36{font-size:3.6vw;}
.brk-700-font-vw-37{font-size:3.7vw;}
.brk-700-font-vw-38{font-size:3.8vw;}
.brk-700-font-vw-39{font-size:3.9vw;}
.brk-700-font-vw-40{font-size:4vw;}
.brk-700-font-vw-45{font-size:4.5vw;}
.brk-700-font-vw-50{font-size:5vw;}
.brk-700-font-vw-55{font-size:5.5vw;}
.brk-700-font-vw-60{font-size:6vw;}
.brk-700-font-x-light{font-weight:200;}
.brk-700-font-light{font-weight:300;}
.brk-700-font-normal{font-weight:400;}
.brk-700-font-strong{font-weight:500;}
.brk-700-font-semibold{font-weight:600;}
.brk-700-font-bold{font-weight:700;}
.brk-700-font-bolder{font-weight:900;}
.brk-700-font-w-100{font-weight:100;}
.brk-700-font-w-200{font-weight:200;}
.brk-700-font-w-300{font-weight:300;}
.brk-700-font-w-400{font-weight:400;}
.brk-700-font-w-500{font-weight:500;}
.brk-700-font-w-600{font-weight:600;}
.brk-700-font-w-700{font-weight:700;}
.brk-700-font-w-800{font-weight:800;}
.brk-700-font-w-900{font-weight:900;}
.brk-700-font-italic{font-style:italic;}

/* **************************************************************************** */
/* ################################## MARGINS ################################# */
/* **************************************************************************** */
.brk-700-mg-auto{margin:auto;}
.brk-700-mglr-auto{margin-left:auto;margin-right:auto;}
.brk-700-mgr-auto{margin-right:auto;}
.brk-700-mgl-auto{margin-left:auto;}
.brk-700-mgt-auto{margin-top:auto;}
.brk-700-mgb-auto{margin-bottom:auto;}
.brk-700-mg-0{margin:0;}
.brk-700-mgt-0{margin-top:0;}
.brk-700-mgb-0{margin-bottom:0;}
.brk-700-mgl-0{margin-left:0;}
.brk-700-mgr-0{margin-right:0;}
.brk-700-mg-5{margin:5px;}
.brk-700-mgt-5{margin-top:5px;}
.brk-700-mgb-5{margin-bottom:5px;}
.brk-700-mgl-5{margin-left:5px;}
.brk-700-mgr-5{margin-right:5px;}
.brk-700-mg-10{margin:10px;}
.brk-700-mgt-10{margin-top:10px;}
.brk-700-mgb-10{margin-bottom:10px;}
.brk-700-mgl-10{margin-left:10px;}
.brk-700-mgr-10{margin-right:10px;}
.brk-700-mg-15{margin:15px;}
.brk-700-mgt-15{margin-top:15px;}
.brk-700-mgb-15{margin-bottom:15px;}
.brk-700-mgl-15{margin-left:15px;}
.brk-700-mgr-15{margin-right:15px;}
.brk-700-mg-20{margin:20px;}
.brk-700-mgt-20{margin-top:20px;}
.brk-700-mgb-20{margin-bottom:20px;}
.brk-700-mgl-20{margin-left:20px;}
.brk-700-mgr-20{margin-right:20px;}
.brk-700-mg-25{margin:25px;}
.brk-700-mgt-25{margin-top:25px;}
.brk-700-mgb-25{margin-bottom:25px;}
.brk-700-mgl-25{margin-left:25px;}
.brk-700-mgr-25{margin-right:25px;}
.brk-700-mg-30{margin:30px;}
.brk-700-mgt-30{margin-top:30px;}
.brk-700-mgb-30{margin-bottom:30px;}
.brk-700-mgl-30{margin-left:30px;}
.brk-700-mgr-30{margin-right:30px;}
.brk-700-mg-35{margin:35px;}
.brk-700-mgt-35{margin-top:35px;}
.brk-700-mgb-35{margin-bottom:35px;}
.brk-700-mgl-35{margin-left:35px;}
.brk-700-mgr-35{margin-right:35px;}
.brk-700-mg-40{margin:40px ;}
.brk-700-mgt-40{margin-top:40px;}
.brk-700-mgb-40{margin-bottom:40px;}
.brk-700-mgl-40{margin-left:40px;}
.brk-700-mgr-40{margin-right:40px;}
.brk-700-mg-45{margin:45px;}
.brk-700-mgt-45{margin-top:45px;}
.brk-700-mgb-45{margin-bottom:45px;}
.brk-700-mgl-45{margin-left:45px;}
.brk-700-mgr-45{margin-right:45px;}
.brk-700-mg-50{margin:50px;}
.brk-700-mgt-50{margin-top:50px;}
.brk-700-mgb-50{margin-bottom:50px;}
.brk-700-mgl-50{margin-left:50px;}
.brk-700-mgr-50{margin-right:50px;}
.brk-700-mg-55{margin:55px;}
.brk-700-mgt-55{margin-top:55px;}
.brk-700-mgb-55{margin-bottom:55px;}
.brk-700-mgl-55{margin-left:55px;}
.brk-700-mgr-55{margin-right:55px;}
.brk-700-mg-60{margin:60px;}
.brk-700-mgt-60{margin-top:60px;}
.brk-700-mgb-60{margin-bottom:60px;}
.brk-700-mgl-60{margin-left:60px;}
.brk-700-mgr-60{margin-right:60px;}
.brk-700-mg-70{margin:70px;}
.brk-700-mgt-70{margin-top:70px;}
.brk-700-mgb-70{margin-bottom:70px;}
.brk-700-mgl-70{margin-left:70px;}
.brk-700-mgr-70{margin-right:70px;}
.brk-700-mg-80{margin:80px;}
.brk-700-mgt-80{margin-top:80px;}
.brk-700-mgb-80{margin-bottom:80px;}
.brk-700-mgl-80{margin-left:80px;}
.brk-700-mgr-80{margin-right:80px;}
.brk-700-mg-90{margin:90px;}
.brk-700-mgt-90{margin-top:90px;}
.brk-700-mgb-90{margin-bottom:90px;}
.brk-700-mgl-90{margin-left:90px;}
.brk-700-mgr-90{margin-right:90px;}
.brk-700-mg-100{margin:100px;}
.brk-700-mgt-100{margin-top:100px;}
.brk-700-mgb-100{margin-bottom:100px;}
.brk-700-mgl-100{margin-left:100px;}
.brk-700-mgr-100{margin-right:100px;}

/* **************************************************************************** */
/* ################################## PADDING ################################# */
/* **************************************************************************** */
.brk-700-pd-0{padding:0;}
.brk-700-pdt-0{padding-top:0;}
.brk-700-pdb-0{padding-bottom:0;}
.brk-700-pdl-0{padding-left:0;}
.brk-700-pdr-0{padding-right:0;}
.brk-700-pd-5{padding:5px;}
.brk-700-pdt-5{padding-top:5px;}
.brk-700-pdb-5{padding-bottom:5px;}
.brk-700-pdl-5{padding-left:5px;}
.brk-700-pdr-5{padding-right:5px;}
.brk-700-pd-10{padding:10px;}
.brk-700-pdt-10{padding-top:10px;}
.brk-700-pdb-10{padding-bottom:10px;}
.brk-700-pdl-10{padding-left:10px;}
.brk-700-pdr-10{padding-right:10px;}
.brk-700-pd-15{padding:15px;}
.brk-700-pdt-15{padding-top:15px;}
.brk-700-pdb-15{padding-bottom:15px;}
.brk-700-pdl-15{padding-left:15px;}
.brk-700-pdr-15{padding-right:15px;}
.brk-700-pd-20{padding:20px;}
.brk-700-pdt-20{padding-top:20px;}
.brk-700-pdb-20{padding-bottom:20px;}
.brk-700-pdl-20{padding-left:20px;}
.brk-700-pdr-20{padding-right:20px;}
.brk-700-pd-25{padding:25px;}
.brk-700-pdt-25{padding-top:25px;}
.brk-700-pdb-25{padding-bottom:25px;}
.brk-700-pdl-25{padding-left:25px;}
.brk-700-pdr-25{padding-right:25px;}
.brk-700-pd-30{padding:30px;}
.brk-700-pdt-30{padding-top:30px;}
.brk-700-pdb-30{padding-bottom:30px;}
.brk-700-pdl-30{padding-left:30px;}
.brk-700-pdr-30{padding-right:30px;}
.brk-700-pd-35{padding:35px;}
.brk-700-pdt-35{padding-top:35px;}
.brk-700-pdb-35{padding-bottom:35px;}
.brk-700-pdl-35{padding-left:35px;}
.brk-700-pdr-35{padding-right:35px;}
.brk-700-pd-40{padding:40px;}
.brk-700-pdt-40{padding-top:40px;}
.brk-700-pdb-40{padding-bottom:40px;}
.brk-700-pdl-40{padding-left:40px;}
.brk-700-pdr-40{padding-right:40px;}
.brk-700-pd-45{padding:45px;}
.brk-700-pdt-45{padding-top:45px;}
.brk-700-pdb-45{padding-bottom:45px;}
.brk-700-pdl-45{padding-left:45px;}
.brk-700-pdr-45{padding-right:45px;}
.brk-700-pd-50{padding:50px;}
.brk-700-pdt-50{padding-top:50px;}
.brk-700-pdb-50{padding-bottom:50px;}
.brk-700-pdl-50{padding-left:50px;}
.brk-700-pdr-50{padding-right:50px;}
.brk-700-pd-55{padding:55px;}
.brk-700-pdt-55{padding-top:55px;}
.brk-700-pdb-55{padding-bottom:55px;}
.brk-700-pdl-55{padding-left:55px;}
.brk-700-pdr-55{padding-right:55px;}
.brk-700-pd-60{padding:60px;}
.brk-700-pdt-60{padding-top:60px;}
.brk-700-pdb-60{padding-bottom:60px;}
.brk-700-pdl-60{padding-left:60px;}
.brk-700-pdr-60{padding-right:60px;}
.brk-700-pd-70{padding:70px;}
.brk-700-pdt-70{padding-top:70px;}
.brk-700-pdb-70{padding-bottom:70px;}
.brk-700-pdl-70{padding-left:70px;}
.brk-700-pdr-70{padding-right:70px;}
.brk-700-pd-80{padding:80px;}
.brk-700-pdt-80{padding-top:80px;}
.brk-700-pdb-80{padding-bottom:80px;}
.brk-700-pdl-80{padding-left:80px;}
.brk-700-pdr-80{padding-right:80px;}
.brk-700-pd-90{padding:90px;}
.brk-700-pdt-90{padding-top:90px;}
.brk-700-pdb-90{padding-bottom:90px;}
.brk-700-pdl-90{padding-left:90px;}
.brk-700-pdr-90{padding-right:90px;}
.brk-700-pd-100{padding:100px;}
.brk-700-pdt-100{padding-top:100px;}
.brk-700-pdb-100{padding-bottom:100px;}
.brk-700-pdl-100{padding-left:100px;}
.brk-700-pdr-100{padding-right:100px;}


/* **************************************************************************** */
/* ################################## COLORS ################################# */
/* **************************************************************************** */
.brk-700-bg-white{background:#fff;}
.brk-700-bg-black{background:#000;}
.brk-700-bg-transparent{background:transparent;}
.brk-700-trans-white-bk-1{ background-color:#fff;background-color:rgba(255, 255, 255, 0.1)}
.brk-700-trans-white-bk-2{ background-color:#fff;background-color:rgba(255, 255, 255, 0.2)}
.brk-700-trans-white-bk-3{ background-color:#fff;background-color:rgba(255, 255, 255, 0.3)}
.brk-700-trans-white-bk-4{ background-color:#fff;background-color:rgba(255, 255, 255, 0.4)}
.brk-700-trans-white-bk-5{ background-color:#fff;background-color:rgba(255, 255, 255, 0.5)}
.brk-700-trans-white-bk-6{ background-color:#fff;background-color:rgba(255, 255, 255, 0.6)}
.brk-700-trans-white-bk-7{ background-color:#fff;background-color:rgba(255, 255, 255, 0.7)}
.brk-700-trans-white-bk-8{ background-color:#fff;background-color:rgba(255, 255, 255, 0.8)}
.brk-700-trans-white-bk-9{ background-color:#fff;background-color:rgba(255, 255, 255, 0.9)}
.brk-700-trans-black-bk-1{ background-color:#000;background-color:rgba(0, 0, 0, 0.1)}
.brk-700-trans-black-bk-2{ background-color:#000;background-color:rgba(0, 0, 0, 0.2)}
.brk-700-trans-black-bk-3{ background-color:#000;background-color:rgba(0, 0, 0, 0.3)}
.brk-700-trans-black-bk-4{ background-color:#000;background-color:rgba(0, 0, 0, 0.4)}
.brk-700-trans-black-bk-5{ background-color:#000;background-color:rgba(0, 0, 0, 0.5)}
.brk-700-trans-black-bk-6{ background-color:#000;background-color:rgba(0, 0, 0, 0.6)}
.brk-700-trans-black-bk-7{ background-color:#000;background-color:rgba(0, 0, 0, 0.7)}
.brk-700-trans-black-bk-8{ background-color:#000;background-color:rgba(0, 0, 0, 0.8)}
.brk-700-trans-black-bk-9{ background-color:#000;background-color:rgba(0, 0, 0, 0.9)}

/* **************************************************************************** */
/* ################################## RADIUS ################################## */
/* **************************************************************************** */
.brk-700-border-r-0{border-radius:0;}
.brk-700-border-r-1{border-radius:1px;}
.brk-700-border-r-2{border-radius:2px;}
.brk-700-border-r-3{border-radius:3px;}
.brk-700-border-r-4{border-radius:4px;}
.brk-700-border-r-5{border-radius:5px;}
.brk-700-border-r-6{border-radius:6px;}
.brk-700-border-r-7{border-radius:7px;}
.brk-700-border-r-8{border-radius:8px;}
.brk-700-border-r-9{border-radius:9px;}
.brk-700-border-r-10{border-radius:10px;}
.brk-700-border-r-15{border-radius:15px;}
.brk-700-border-r-20{border-radius:20px;}
.brk-700-border-r-25{border-radius:25px;}
.brk-700-border-r-30{border-radius:30px;}
.brk-700-border-r-35{border-radius:35px;}
.brk-700-border-r-40{border-radius:40px;}
.brk-700-border-r-45{border-radius:45px;}
.brk-700-border-r-50{border-radius:50px;}
.brk-700-border-r-10-p{border-radius:10%;}
.brk-700-border-r-20-p{border-radius:20%;}
.brk-700-border-r-30-p{border-radius:30%;}
.brk-700-border-r-40-p{border-radius:40%;}
.brk-700-border-r-50-p{border-radius:50%;}
.brk-700-border-r-60-p{border-radius:60%;}
.brk-700-border-r-70-p{border-radius:70%;}
.brk-700-border-r-80-p{border-radius:80%;}
.brk-700-border-r-90-p{border-radius:90%;}
.brk-700-border-r-100-p{border-radius:100%;}


}


@media handheld, screen and (max-width:600px){

/* **************************************************************************** */
/* ############################# DISPLAY ###################################### */
/* **************************************************************************** */
.brk-600-inline{display:inline;}
.brk-600-block{display:block;}
.brk-600-inline-block{display:inline-block;}
.brk-600-table{display:table;}
.brk-600-table-cell{display:table-cell;}
.brk-600-table-row{display:table-row;}
.brk-600-dis-none{display:none;}
.brk-600-dis-none-weak{display:none;}
.brk-600-visible{visibility:visible;}
.brk-600-visibility-hidden{visibility:hidden;}
.brk-600-opacity-0{opacity:0;}
.brk-600-opacity-01{opacity:0.1;}
.brk-600-opacity-02{opacity:0.2;}
.brk-600-opacity-03{opacity:0.3;}
.brk-600-opacity-04{opacity:0.4;}
.brk-600-opacity-05{opacity:0.5;}
.brk-600-opacity-06{opacity:0.6;}
.brk-600-opacity-07{opacity:0.7;}
.brk-600-opacity-08{opacity:0.8;}
.brk-600-opacity-09{opacity:0.9;}
.brk-600-opacity-1{opacity:1;}
.brk-600-v-align-t{vertical-align:top;}
.brk-600-v-align-b{vertical-align:bottom;}
.brk-600-v-align-m{vertical-align: middle;}

/* **************************************************************************** */
/* ############################# POSITION ###################################### */
/* **************************************************************************** */
.brk-600-p-rel{position:relative;}
.brk-600-p-absolute{position:absolute;}
.brk-600-p-fixed{position:fixed;}
.brk-600-p-static{position:static;}
.brk-600-p-sticky{position:-webkit-sticky;position:sticky;}
.brk-600-top-0{top:0;}
.brk-600-bottom-0{bottom:0;}
.brk-600-left-0{left:0;}
.brk-600-right-0{right:0;}
.brk-600-all-sides-0{top:0;bottom:0;left:0;right:0;}
.brk-600-top-100-p{top:100%;}
.brk-600-bottom-100-p{bottom:100%;}
.brk-600-right-100-p{right:100%;}
.brk-600-left-100-p{left:100%;}
.brk-600-z-index-0{z-index:0;}
.brk-600-z-index-1{z-index:1;}
.brk-600-z-index-50{z-index:50;}
.brk-600-z-index-100{z-index:100;}
.brk-600-z-index-500{z-index:500;}
.brk-600-z-index-1000{z-index:1000;}
.brk-600-z-index-10000{z-index:10000;}
.brk-600-overflow-hidden{overflow:hidden;}
.brk-600-overflow-scroll{overflow:scroll;}
.brk-600-overflow-auto{overflow:auto;}
.brk-600-overflow-initial{overflow:initial;}

/* **************************************************************************** */
/* ############################# FLOAT ###################################### */
/* **************************************************************************** */
.brk-600-floatleft{float:left;}
.brk-600-floatright{float:right;}
.brk-600-clear{clear:both;}

/* **************************************************************************** */
/* ################################ IMAGES ##################################### */
/* **************************************************************************** */
.brk-600-repeat{background-repeat:repeat;}
.brk-600-repeat-x{background-repeat:repeat-x;}
.brk-600-repeat-y{background-repeat:repeat-y;}
.brk-600-no-repeat{background-repeat:no-repeat;}
.brk-600-cover{background-size:cover;}
.brk-600-contain{background-size:contain;}
.brk-600-back-none{background:none;}
.brk-600-back-pos-top{background-position:center top;}
.brk-600-back-pos-center{background-position:center center;}
.brk-600-back-pos-bottom{background-position:center bottom;}
.brk-600-back-pos-left-top{background-position:left top;}
.brk-600-back-pos-left-center{background-position:left center;}
.brk-600-back-pos-left-bottom{background-position:left bottom;}
.brk-600-back-pos-right-top{background-position:right top;}
.brk-600-back-pos-right-center{background-position:right center;}
.brk-600-back-pos-right-bottom{background-position:right bottom;}
.brk-600-img-fixed{background-attachment:fixed;}
.brk-600-img-fixed-initial{background-attachment:initial;}

/* **************************************************************************** */
/* ################################ LISTS ##################################### */
/* **************************************************************************** */
.brk-600-list-s-none{list-style:none;}

/* **************************************************************************** */
/* ################################ CURSOR #################################### */
/* **************************************************************************** */
.brk-600-pointer{cursor:pointer;}
.brk-600-cursor-initial{cursor:initial;}

/* **************************************************************************** */
/* ############################# YOUTUBE STRETCH ############################## */
/* **************************************************************************** */
.brk-600-embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;}
.brk-600-embed-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
.brk-600-embed-container object{position:absolute;top:0;left:0;width:100%;height:100%;}
.brk-600-embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}

/* **************************************************************************** */
/* ############################ TRANSITIONS ################################### */
/* **************************************************************************** */

.brk-600-transition-01{transition:0.1s;}
.brk-600-transition-02{transition:0.2s;}
.brk-600-transition-03{transition:0.3s;}
.brk-600-transition-04{transition:0.4s;}
.brk-600-transition-05{transition:0.5s;}
.brk-600-transition-06{transition:0.6s;}
.brk-600-transition-07{transition:0.7s;}
.brk-600-transition-08{transition:0.8s;}
.brk-600-transition-09{transition:0.9s;}
.brk-600-transition-1{transition:1s;}
.brk-600-transition-15{transition:1.5s;}
.brk-600-transition-2{transition:2s;}
.brk-600-transition-25{transition:2.5s;}
.brk-600-transition-3{transition:3s;}
.brk-600-transition-35{transition:3.5s;}
.brk-600-transition-4{transition:4s;}
.brk-600-transition-45{transition:4.5s;}
.brk-600-transition-5{transition:5s;}

/* **************************************************************************** */
/* ############################# BORDERS ###################################### */
/* **************************************************************************** */
.brk-600-border-box{box-sizing:border-box;}
.brk-600-border-collapse{border-collapse:collapse;}
.brk-600-border-solid{border-style:solid;}
.brk-600-border-dashed{border-style:dashed;}
.brk-600-border-dotted{border-style:dotted;}
.brk-600-border-0{border-width:0;}
.brk-600-border-1{border-width:1px;}
.brk-600-border-2{border-width:2px;}
.brk-600-border-3{border-width:3px;}
.brk-600-border-4{border-width:4px;}
.brk-600-border-5{border-width:5px;}
.brk-600-border-6{border-width:6px;}
.brk-600-border-7{border-width:7px;}
.brk-600-border-8{border-width:8px;}
.brk-600-border-9{border-width:9px;}
.brk-600-border-10{border-width:10px;}
.brk-600-border-top-0{border-top-width:0;}
.brk-600-border-top-1{border-top-width:1px;}
.brk-600-border-top-2{border-top-width:2px;}
.brk-600-border-top-3{border-top-width:3px;}
.brk-600-border-top-4{border-top-width:4px;}
.brk-600-border-top-5{border-top-width:5px;}
.brk-600-border-top-6{border-top-width:6px;}
.brk-600-border-top-7{border-top-width:7px;}
.brk-600-border-top-8{border-top-width:8px;}
.brk-600-border-top-9{border-top-width:9px;}
.brk-600-border-top-10{border-top-width:10px;}
.brk-600-border-btm-0{border-bottom-width:0;}
.brk-600-border-btm-1{border-bottom-width:1px;}
.brk-600-border-btm-2{border-bottom-width:2px;}
.brk-600-border-btm-3{border-bottom-width:3px;}
.brk-600-border-btm-4{border-bottom-width:4px;}
.brk-600-border-btm-5{border-bottom-width:5px;}
.brk-600-border-btm-6{border-bottom-width:6px;}
.brk-600-border-btm-7{border-bottom-width:7px;}
.brk-600-border-btm-8{border-bottom-width:8px;}
.brk-600-border-btm-9{border-bottom-width:9px;}
.brk-600-border-btm-10{border-bottom-width:10px;}
.brk-600-border-lft-0{border-left-width:0;}
.brk-600-border-lft-1{border-left-width:1px;}
.brk-600-border-lft-2{border-left-width:2px;}
.brk-600-border-lft-3{border-left-width:3px;}
.brk-600-border-lft-4{border-left-width:4px;}
.brk-600-border-lft-5{border-left-width:5px;}
.brk-600-border-lft-6{border-left-width:6px;}
.brk-600-border-lft-7{border-left-width:7px;}
.brk-600-border-lft-8{border-left-width:8px;}
.brk-600-border-lft-9{border-left-width:9px;}
.brk-600-border-lft-10{border-left-width:10px;}
.brk-600-border-rt-0{border-right-width:0;}
.brk-600-border-rt-1{border-right-width:1px;}
.brk-600-border-rt-2{border-right-width:2px;}
.brk-600-border-rt-3{border-right-width:3px;}
.brk-600-border-rt-4{border-right-width:4px;}
.brk-600-border-rt-5{border-right-width:5px;}
.brk-600-border-rt-6{border-right-width:6px;}
.brk-600-border-rt-7{border-right-width:7px;}
.brk-600-border-rt-8{border-right-width:8px;}
.brk-600-border-rt-9{border-right-width:9px;}
.brk-600-border-rt-10{border-right-width:10px;}

/* **************************************************************************** */
/* ############################# FLEX ###################################### */
/* **************************************************************************** */
.brk-600-flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.brk-600-flex-1{flex:1;}
.brk-600-row{flex-direction:row;}
.brk-600-row-reverse{flex-direction:row-reverse;}
.brk-600-col{flex-direction:column;}
.brk-600-col-reverse{flex-direction: column-reverse;}
.brk-600-grow-1{flex-grow:1;}
.brk-600-grow-2{flex-grow:2;}
.brk-600-grow-3{flex-grow:3;}
.brk-600-grow-4{flex-grow:4;}
.brk-600-grow-5{flex-grow:5;}
.brk-600-grow-6{flex-grow:6;}
.brk-600-grow-7{flex-grow:7;}
.brk-600-grow-8{flex-grow:8;}
.brk-600-grow-9{flex-grow:9;}
.brk-600-grow-10{flex-grow:10;}
.brk-600-grow-11{flex-grow:11;}
.brk-600-grow-12{flex-grow:12;}
.brk-600-order-1{order:1;}
.brk-600-order-2{order:2;}
.brk-600-order-3{order:3;}
.brk-600-order-4{order:4;}
.brk-600-order-5{order:5;}
.brk-600-order-6{order:6;}
.brk-600-order-7{order:7;}
.brk-600-order-8{order:8;}
.brk-600-order-9{order:9;}
.brk-600-order-10{order:10;}
.brk-600-align-center{align-items:center;}
.brk-600-align-start{align-items:flex-start;}
.brk-600-align-end{align-items:flex-end;}
.brk-600-self-center{align-self:center;}
.brk-600-self-start{align-self:flex-start;}
.brk-600-self-end{align-self:flex-end;}
.brk-600-align-baseline{align-items:baseline;}
.brk-600-align-content-center{align-content:center;}
.brk-600-align-content-start{align-content:flex-start;}
.brk-600-align-content-end{align-content:flex-end;}
.brk-600-align-content-space-between{align-content:space-between;}
.brk-600-align-content-space-around{align-content:space-around;}
.brk-600-align-content-stretch{align-content:stretch;}
.brk-600-justify-center{justify-content:center;}
.brk-600-justify-start{justify-content:flex-start;}
.brk-600-justify-end{justify-content:flex-end;}
.brk-600-justify-space-around{justify-content:space-around;}
.brk-600-justify-space-between{justify-content:space-between;}
.brk-600-row-wrap{flex-wrap:wrap;}
.brk-600-row-nowrap {flex-wrap:nowrap;}
.brk-600-row-wrap-reverse{flex-wrap:wrap-reverse;}
.brk-600-shrink-0{flex-shrink:0;}

/* **************************************************************************** */
/* ############################### HEIGHT ##################################### */
/* **************************************************************************** */
.brk-600-ht-auto{height:auto;}
.brk-600-ht-0{height:0;}
.brk-600-ht-1{height:1px;}
.brk-600-ht-2{height:2px;}
.brk-600-ht-3{height:3px;}
.brk-600-ht-4{height:4px;}
.brk-600-ht-5{height:5px;}
.brk-600-ht-6{height:6px;}
.brk-600-ht-7{height:7px;}
.brk-600-ht-8{height:8px;}
.brk-600-ht-9{height:9px;}
.brk-600-ht-10{height:10px;}
.brk-600-ht-11{height:11px;}
.brk-600-ht-12{height:12px;}
.brk-600-ht-13{height:13px;}
.brk-600-ht-14{height:14px;}
.brk-600-ht-15{height:15px;}
.brk-600-ht-16{height:16px;}
.brk-600-ht-17{height:17px;}
.brk-600-ht-18{height:18px;}
.brk-600-ht-19{height:19px;}
.brk-600-ht-20{height:20px;}
.brk-600-ht-19{height:19px;}
.brk-600-ht-20{height:20px;}
.brk-600-ht-21{height:21px;}
.brk-600-ht-22{height:22px;}
.brk-600-ht-23{height:23px;}
.brk-600-ht-24{height:24px;}
.brk-600-ht-25{height:25px;}
.brk-600-ht-26{height:26px;}
.brk-600-ht-27{height:27px;}
.brk-600-ht-28{height:28px;}
.brk-600-ht-29{height:29px;}
.brk-600-ht-30{height:30px;}
.brk-600-ht-31{height:31px;}
.brk-600-ht-32{height:32px;}
.brk-600-ht-33{height:33px;}
.brk-600-ht-34{height:34px;}
.brk-600-ht-35{height:35px;}
.brk-600-ht-36{height:36px;}
.brk-600-ht-37{height:37px;}
.brk-600-ht-38{height:38px;}
.brk-600-ht-39{height:39px;}
.brk-600-ht-40{height:40px;}
.brk-600-ht-41{height:41px;}
.brk-600-ht-42{height:42px;}
.brk-600-ht-43{height:43px;}
.brk-600-ht-44{height:44px;}
.brk-600-ht-45{height:45px;}
.brk-600-ht-50{height:50px;}
.brk-600-ht-50{height:50px;}
.brk-600-ht-60{height:60px;}
.brk-600-ht-65{height:65px;}
.brk-600-ht-70{height:70px;}
.brk-600-ht-75{height:75px;}
.brk-600-ht-80{height:80px;}
.brk-600-ht-85{height:85px;}
.brk-600-ht-90{height:90px;}
.brk-600-ht-95{height:95px;}
.brk-600-ht-100{height:100px;}
.brk-600-ht-150{height:150px;}
.brk-600-ht-200{height:200px;}
.brk-600-ht-250{height:250px;}
.brk-600-ht-300{height:300px;}
.brk-600-ht-350{height:350px;}
.brk-600-ht-400{height:400px;}
.brk-600-ht-450{height:450px;}
.brk-600-ht-500{height:500px;}
.brk-600-ht-550{height:550px;}
.brk-600-ht-600{height:600px;}
.brk-600-ht-650{height:650px;}
.brk-600-ht-700{height:700px;}
.brk-600-ht-750{height:750px;}
.brk-600-ht-800{height:800px;}
.brk-600-ht-850{height:850px;}
.brk-600-ht-900{height:900px;}
.brk-600-ht-950{height:950px;}
.brk-600-ht-1000{height:1000px;}
.brk-600-ht-10-p{height:10%;}
.brk-600-ht-15-p{height:15%;}
.brk-600-ht-20-p{height:20%;}
.brk-600-ht-25-p{height:25%;}
.brk-600-ht-30-p{height:30%;}
.brk-600-ht-35-p{height:35%;}
.brk-600-ht-40-p{height:40%;}
.brk-600-ht-45-p{height:45%;}
.brk-600-ht-50-p{height:50%;}
.brk-600-ht-55-p{height:55%;}
.brk-600-ht-60-p{height:60%;}
.brk-600-ht-65-p{height:65%;}
.brk-600-ht-70-p{height:70%;}
.brk-600-ht-75-p{height:75%;}
.brk-600-ht-80-p{height:80%;}
.brk-600-ht-85-p{height:85%;}
.brk-600-ht-90-p{height:90%;}
.brk-600-ht-95-p{height:95%;}
.brk-600-ht-100-p{height:100%;}
.brk-600-h-initial{height:initial;}

/* **************************************************************************** */
/* ################################ WIDTH ##################################### */
/* **************************************************************************** */
.brk-600-wd-auto{width:auto;}
.brk-600-wd-0{width:0;}
.brk-600-wd-1{width:1px;}
.brk-600-wd-2{width:2px;}
.brk-600-wd-3{width:3px;}
.brk-600-wd-4{width:4px;}
.brk-600-wd-5{width:5px;}
.brk-600-wd-6{width:6px;}
.brk-600-wd-7{width:7px;}
.brk-600-wd-8{width:85px;}
.brk-600-wd-9{width:9px;}
.brk-600-wd-10{width:10px;}
.brk-600-wd-15{width:15px;}
.brk-600-wd-20{width:20px;}
.brk-600-wd-30{width:30px;}
.brk-600-wd-40{width:40px;}
.brk-600-wd-50{width:50px;}
.brk-600-wd-60{width:60px;}
.brk-600-wd-70{width:70px;}
.brk-600-wd-80{width:80px;}
.brk-600-wd-90{width:90px;}
.brk-600-wd-100{width:100px;}
.brk-600-wd-110{width:110px;}
.brk-600-wd-120{width:120px;}
.brk-600-wd-130{width:130px;}
.brk-600-wd-140{width:140px;}
.brk-600-wd-150{width:150px;}
.brk-600-wd-160{width:160px;}
.brk-600-wd-170{width:170px;}
.brk-600-wd-180{width:180px;}
.brk-600-wd-190{width:190px;}
.brk-600-wd-200{width:200px;}
.brk-600-wd-300{width:300px;}
.brk-600-wd-400{width:400px;}
.brk-600-wd-500{width:500px;}
.brk-600-wd-600{width:600px;}
.brk-600-wd-700{width:700px;}
.brk-600-wd-800{width:800px;}
.brk-600-wd-900{width:900px;}
.brk-600-wd-1000{width:1000px;}
.brk-600-m-wd-10{max-width:10px;}
.brk-600-m-wd-15{max-width:15px;}
.brk-600-m-wd-20{max-width:20px;}
.brk-600-m-wd-30{max-width:30px;}
.brk-600-m-wd-40{max-width:40px;}
.brk-600-m-wd-50{max-width:50px;}
.brk-600-m-wd-60{max-width:60px;}
.brk-600-m-wd-70{max-width:70px;}
.brk-600-m-wd-80{max-width:80px;}
.brk-600-m-wd-90{max-width:90px;}
.brk-600-m-wd-100{max-width:100px;}
.brk-600-m-wd-110{max-width:110px;}
.brk-600-m-wd-115{max-width:115px;}
.brk-600-m-wd-120{max-width:120px;}
.brk-600-m-wd-130{max-width:130px;}
.brk-600-m-wd-140{max-width:140px;}
.brk-600-m-wd-150{max-width:150px;}
.brk-600-m-wd-160{max-width:160px;}
.brk-600-m-wd-170{max-width:170px;}
.brk-600-m-wd-180{max-width:180px;}
.brk-600-m-wd-190{max-width:190px;}
.brk-600-m-wd-200{max-width:200px;}
.brk-600-m-wd-250{max-width:250px;}
.brk-600-m-wd-300{max-width:300px;}
.brk-600-m-wd-350{max-width:350px;}
.brk-600-m-wd-400{max-width:400px;}
.brk-600-m-wd-450{max-width:450px;}
.brk-600-m-wd-480{max-width:480px;}
.brk-600-m-wd-500{max-width:500px;}
.brk-600-m-wd-550{max-width:550px;}
.brk-600-m-wd-600{max-width:600px;}
.brk-600-m-wd-650{max-width:650px;}
.brk-600-m-wd-700{max-width:700px;}
.brk-600-m-wd-750{max-width:750px;}
.brk-600-m-wd-800{max-width:800px;}
.brk-600-m-wd-850{max-width:850px;}
.brk-600-m-wd-900{max-width:900px;}
.brk-600-m-wd-950{max-width:950px;}
.brk-600-m-wd-1000{max-width:1000px;}
.brk-600-m-wd-1050{max-width:1050px;}
.brk-600-m-wd-1100{max-width:1100px;}
.brk-600-m-wd-1150{max-width:1150px;}
.brk-600-m-wd-1200{max-width:1200px;}
.brk-600-m-wd-1250{max-width:1250px;}
.brk-600-m-wd-1300{max-width:1300px;}
.brk-600-m-wd-1350{max-width:1350px;}
.brk-600-m-wd-1400{max-width:1400px;}
.brk-600-m-wd-1450{max-width:1450px;}
.brk-600-m-wd-1500{max-width:1500px;}
.brk-600-m-wd-1550{max-width:1550px;}
.brk-600-m-wd-1600{max-width:1600px;}
.brk-600-m-wd-1650{max-width:1650px;}
.brk-600-m-wd-1700{max-width:1700px;}
.brk-600-m-wd-1750{max-width:1750px;}
.brk-600-m-wd-1800{max-width:1800px;}
.brk-600-m-wd-1850{max-width:1850px;}
.brk-600-m-wd-1900{max-width:1900px;}
.brk-600-m-wd-1950{max-width:1950px;}
.brk-600-m-wd-2000{max-width:2000px;}
.brk-600-w-5-p{width:5%;}
.brk-600-w-10-p{width:10%;}
.brk-600-w-15-p{width:15%;}
.brk-600-w-20-p{width:20%;}
.brk-600-w-25-p{width:25%;}
.brk-600-w-30-p{width:30%;}
.brk-600-w-32-p{width:32%;}
.brk-600-w-33-p{width:33.333333333333333%;}
.brk-600-w-35-p{width:35%;}
.brk-600-w-40-p{width:40%;}
.brk-600-w-45-p{width:45%;}
.brk-600-w-50-p{width:50%;}
.brk-600-w-55-p{width:55%;}
.brk-600-w-60-p{width:60%;}
.brk-600-w-65-p{width:65%;}
.brk-600-w-66-p{width:66.666666666666666%;}
.brk-600-w-70-p{width:70%;}
.brk-600-w-75-p{width:75%;}
.brk-600-w-80-p{width:80%;}
.brk-600-w-85-p{width:85%;}
.brk-600-w-90-p{width:90%;}
.brk-600-w-92-p{width:92%;}
.brk-600-w-95-p{width:95%;}
.brk-600-w-100-p{width:100%;}
.brk-600-w-initial{width:100%;width:initial;}
.brk-600-mw-5-p{max-width:5%;}
.brk-600-mw-10-p{max-width:10%;}
.brk-600-mw-15-p{max-width:15%;}
.brk-600-mw-20-p{max-width:20%;}
.brk-600-mw-25-p{max-width:25%;}
.brk-600-mw-30-p{max-width:30%;}
.brk-600-mw-32-p{max-width:32%;}
.brk-600-mw-33-p{max-width:33.333333333333333%;}
.brk-600-mw-35-p{max-width:35%;}
.brk-600-mw-40-p{max-width:40%;}
.brk-600-mw-45-p{max-width:45%;}
.brk-600-mw-50-p{max-width:50%;}
.brk-600-mw-55-p{max-width:55%;}
.brk-600-mw-60-p{max-width:60%;}
.brk-600-mw-65-p{max-width:65%;}
.brk-600-mw-66-p{max-width:66.666666666666666%;}
.brk-600-mw-70-p{max-width:70%;}
.brk-600-mw-75-p{max-width:75%;}
.brk-600-mw-80-p{max-width:80%;}
.brk-600-mw-85-p{max-width:85%;}
.brk-600-mw-90-p{max-width:90%;}
.brk-600-mw-92-p{max-width:92%;}
.brk-600-mw-95-p{max-width:95%;}
.brk-600-mw-100-p{max-width:100%;}
.brk-600-mw-initial{max-width:100%;max-width:initial;}

/* **************************************************************************** */
/* ################################ TEXT ###################################### */
/* **************************************************************************** */
.brk-600-text-left{text-align:left;}
.brk-600-text-right{text-align:right;}
.brk-600-text-center{text-align:center;}
.brk-600-text-justify{text-align:justify;}
.brk-600-text-last-left{text-align-last:left;}
.brk-600-text-last-right{text-align-last:right;}
.brk-600-text-last-center{text-align-last:center;}
.brk-600-text-last-justify{text-align-last:justify;}
.brk-600-t-upper{text-transform:uppercase;}
.brk-600-t-lower{text-transform:lowercase;}
.brk-600-underline{text-decoration:underline;}
.brk-600-underline-hover:hover{text-decoration:underline;}
.brk-600-text-wrap{white-space:normal;overflow-wrap:break-word;word-break:break-all;}
.brk-600-text-word-wrap{overflow-wrap: break-word;}
.brk-600-no-wrap{white-space:nowrap;}
.brk-600-small-caps{font-variant:small-caps;}
.brk-600-line-initial{line-height:initial;}
.brk-600-line-0{line-height:0;}
.brk-600-line-50{line-height:50%;}
.brk-600-line-60{line-height:60%;}
.brk-600-line-70{line-height:70%;}
.brk-600-line-80{line-height:80%;}
.brk-600-line-90{line-height:90%;}
.brk-600-line-100{line-height:100%;}
.brk-600-line-110{line-height:110%;}
.brk-600-line-120{line-height:120%;}
.brk-600-line-125{line-height:125%;}
.brk-600-line-130{line-height:130%;}
.brk-600-line-140{line-height:140%;}
.brk-600-line-150{line-height:150%;}
.brk-600-line-160{line-height:160%;}
.brk-600-line-170{line-height:170%;}
.brk-600-line-180{line-height:180%;}
.brk-600-line-190{line-height:190%;}
.brk-600-line-200{line-height:200%;}

/* **************************************************************************** */
/* ################################## FONTS ################################### */
/* **************************************************************************** */
.brk-600-font-10{font-size:10px;}
.brk-600-font-11{font-size:11px;}
.brk-600-font-12{font-size:12px;}
.brk-600-font-13{font-size:13px;}
.brk-600-font-14{font-size:14px;}
.brk-600-font-15{font-size:15px;}
.brk-600-font-16{font-size:16px;}
.brk-600-font-17{font-size:17px;}
.brk-600-font-18{font-size:18px;}
.brk-600-font-19{font-size:19px;}
.brk-600-font-20{font-size:20px;}
.brk-600-font-21{font-size:21px;}
.brk-600-font-22{font-size:22px;}
.brk-600-font-23{font-size:23px;}
.brk-600-font-24{font-size:24px;}
.brk-600-font-25{font-size:25px;}
.brk-600-font-26{font-size:26px;}
.brk-600-font-27{font-size:27px;}
.brk-600-font-28{font-size:28px;}
.brk-600-font-29{font-size:29px;}
.brk-600-font-30{font-size:30px;}
.brk-600-font-35{font-size:35px;}
.brk-600-font-40{font-size:40px;}
.brk-600-font-45{font-size:45px;}
.brk-600-font-50{font-size:50px;}
.brk-600-font-55{font-size:55px;}
.brk-600-font-60{font-size:60px;}
.brk-600-font-65{font-size:65px;}
.brk-600-font-70{font-size:70px;}
.brk-600-font-75{font-size:75px;}
.brk-600-font-80{font-size:80px;}
.brk-600-font-85{font-size:85px;}
.brk-600-font-90{font-size:90px;}
.brk-600-font-95{font-size:95px;}
.brk-600-font-100{font-size:100px;}
.brk-600-font-vw-1{font-size:0.1vw;}
.brk-600-font-vw-2{font-size:0.2vw;}
.brk-600-font-vw-3{font-size:0.3vw;}
.brk-600-font-vw-4{font-size:0.4vw;}
.brk-600-font-vw-5{font-size:0.5vw;}
.brk-600-font-vw-6{font-size:0.6vw;}
.brk-600-font-vw-7{font-size:0.7vw;}
.brk-600-font-vw-8{font-size:0.8vw;}
.brk-600-font-vw-9{font-size:0.9vw;}
.brk-600-font-vw-10{font-size:1vw;}
.brk-600-font-vw-11{font-size:1.1vw;}
.brk-600-font-vw-12{font-size:1.2vw;}
.brk-600-font-vw-13{font-size:1.3vw;}
.brk-600-font-vw-14{font-size:1.4vw;}
.brk-600-font-vw-15{font-size:1.5vw;}
.brk-600-font-vw-16{font-size:1.6vw;}
.brk-600-font-vw-17{font-size:1.7vw;}
.brk-600-font-vw-18{font-size:1.8vw;}
.brk-600-font-vw-19{font-size:1.9vw;}
.brk-600-font-vw-20{font-size:2vw;}
.brk-600-font-vw-21{font-size:2.1vw;}
.brk-600-font-vw-22{font-size:2.2vw;}
.brk-600-font-vw-23{font-size:2.3vw;}
.brk-600-font-vw-24{font-size:2.4vw;}
.brk-600-font-vw-25{font-size:2.5vw;}
.brk-600-font-vw-26{font-size:2.6vw;}
.brk-600-font-vw-27{font-size:2.7vw;}
.brk-600-font-vw-28{font-size:2.8vw;}
.brk-600-font-vw-29{font-size:2.9vw;}
.brk-600-font-vw-30{font-size:3vw;}
.brk-600-font-vw-31{font-size:3.1vw;}
.brk-600-font-vw-32{font-size:3.2vw;}
.brk-600-font-vw-33{font-size:3.3vw;}
.brk-600-font-vw-34{font-size:3.4vw;}
.brk-600-font-vw-35{font-size:3.5vw;}
.brk-600-font-vw-36{font-size:3.6vw;}
.brk-600-font-vw-37{font-size:3.7vw;}
.brk-600-font-vw-38{font-size:3.8vw;}
.brk-600-font-vw-39{font-size:3.9vw;}
.brk-600-font-vw-40{font-size:4vw;}
.brk-600-font-vw-45{font-size:4.5vw;}
.brk-600-font-vw-50{font-size:5vw;}
.brk-600-font-vw-55{font-size:5.5vw;}
.brk-600-font-vw-60{font-size:6vw;}
.brk-600-font-x-light{font-weight:200;}
.brk-600-font-light{font-weight:300;}
.brk-600-font-normal{font-weight:400;}
.brk-600-font-strong{font-weight:500;}
.brk-600-font-semibold{font-weight:600;}
.brk-600-font-bold{font-weight:700;}
.brk-600-font-bolder{font-weight:900;}
.brk-600-font-w-100{font-weight:100;}
.brk-600-font-w-200{font-weight:200;}
.brk-600-font-w-300{font-weight:300;}
.brk-600-font-w-400{font-weight:400;}
.brk-600-font-w-500{font-weight:500;}
.brk-600-font-w-600{font-weight:600;}
.brk-600-font-w-700{font-weight:700;}
.brk-600-font-w-800{font-weight:800;}
.brk-600-font-w-900{font-weight:900;}
.brk-600-font-italic{font-style:italic;}

/* **************************************************************************** */
/* ################################## MARGINS ################################# */
/* **************************************************************************** */
.brk-600-mg-auto{margin:auto;}
.brk-600-mglr-auto{margin-left:auto;margin-right:auto;}
.brk-600-mgr-auto{margin-right:auto;}
.brk-600-mgl-auto{margin-left:auto;}
.brk-600-mgt-auto{margin-top:auto;}
.brk-600-mgb-auto{margin-bottom:auto;}
.brk-600-mg-0{margin:0;}
.brk-600-mgt-0{margin-top:0;}
.brk-600-mgb-0{margin-bottom:0;}
.brk-600-mgl-0{margin-left:0;}
.brk-600-mgr-0{margin-right:0;}
.brk-600-mg-5{margin:5px;}
.brk-600-mgt-5{margin-top:5px;}
.brk-600-mgb-5{margin-bottom:5px;}
.brk-600-mgl-5{margin-left:5px;}
.brk-600-mgr-5{margin-right:5px;}
.brk-600-mg-10{margin:10px;}
.brk-600-mgt-10{margin-top:10px;}
.brk-600-mgb-10{margin-bottom:10px;}
.brk-600-mgl-10{margin-left:10px;}
.brk-600-mgr-10{margin-right:10px;}
.brk-600-mg-15{margin:15px;}
.brk-600-mgt-15{margin-top:15px;}
.brk-600-mgb-15{margin-bottom:15px;}
.brk-600-mgl-15{margin-left:15px;}
.brk-600-mgr-15{margin-right:15px;}
.brk-600-mg-20{margin:20px;}
.brk-600-mgt-20{margin-top:20px;}
.brk-600-mgb-20{margin-bottom:20px;}
.brk-600-mgl-20{margin-left:20px;}
.brk-600-mgr-20{margin-right:20px;}
.brk-600-mg-25{margin:25px;}
.brk-600-mgt-25{margin-top:25px;}
.brk-600-mgb-25{margin-bottom:25px;}
.brk-600-mgl-25{margin-left:25px;}
.brk-600-mgr-25{margin-right:25px;}
.brk-600-mg-30{margin:30px;}
.brk-600-mgt-30{margin-top:30px;}
.brk-600-mgb-30{margin-bottom:30px;}
.brk-600-mgl-30{margin-left:30px;}
.brk-600-mgr-30{margin-right:30px;}
.brk-600-mg-35{margin:35px;}
.brk-600-mgt-35{margin-top:35px;}
.brk-600-mgb-35{margin-bottom:35px;}
.brk-600-mgl-35{margin-left:35px;}
.brk-600-mgr-35{margin-right:35px;}
.brk-600-mg-40{margin:40px ;}
.brk-600-mgt-40{margin-top:40px;}
.brk-600-mgb-40{margin-bottom:40px;}
.brk-600-mgl-40{margin-left:40px;}
.brk-600-mgr-40{margin-right:40px;}
.brk-600-mg-45{margin:45px;}
.brk-600-mgt-45{margin-top:45px;}
.brk-600-mgb-45{margin-bottom:45px;}
.brk-600-mgl-45{margin-left:45px;}
.brk-600-mgr-45{margin-right:45px;}
.brk-600-mg-50{margin:50px;}
.brk-600-mgt-50{margin-top:50px;}
.brk-600-mgb-50{margin-bottom:50px;}
.brk-600-mgl-50{margin-left:50px;}
.brk-600-mgr-50{margin-right:50px;}
.brk-600-mg-55{margin:55px;}
.brk-600-mgt-55{margin-top:55px;}
.brk-600-mgb-55{margin-bottom:55px;}
.brk-600-mgl-55{margin-left:55px;}
.brk-600-mgr-55{margin-right:55px;}
.brk-600-mg-60{margin:60px;}
.brk-600-mgt-60{margin-top:60px;}
.brk-600-mgb-60{margin-bottom:60px;}
.brk-600-mgl-60{margin-left:60px;}
.brk-600-mgr-60{margin-right:60px;}
.brk-600-mg-70{margin:70px;}
.brk-600-mgt-70{margin-top:70px;}
.brk-600-mgb-70{margin-bottom:70px;}
.brk-600-mgl-70{margin-left:70px;}
.brk-600-mgr-70{margin-right:70px;}
.brk-600-mg-80{margin:80px;}
.brk-600-mgt-80{margin-top:80px;}
.brk-600-mgb-80{margin-bottom:80px;}
.brk-600-mgl-80{margin-left:80px;}
.brk-600-mgr-80{margin-right:80px;}
.brk-600-mg-90{margin:90px;}
.brk-600-mgt-90{margin-top:90px;}
.brk-600-mgb-90{margin-bottom:90px;}
.brk-600-mgl-90{margin-left:90px;}
.brk-600-mgr-90{margin-right:90px;}
.brk-600-mg-100{margin:100px;}
.brk-600-mgt-100{margin-top:100px;}
.brk-600-mgb-100{margin-bottom:100px;}
.brk-600-mgl-100{margin-left:100px;}
.brk-600-mgr-100{margin-right:100px;}

/* **************************************************************************** */
/* ################################## PADDING ################################# */
/* **************************************************************************** */
.brk-600-pd-0{padding:0;}
.brk-600-pdt-0{padding-top:0;}
.brk-600-pdb-0{padding-bottom:0;}
.brk-600-pdl-0{padding-left:0;}
.brk-600-pdr-0{padding-right:0;}
.brk-600-pd-5{padding:5px;}
.brk-600-pdt-5{padding-top:5px;}
.brk-600-pdb-5{padding-bottom:5px;}
.brk-600-pdl-5{padding-left:5px;}
.brk-600-pdr-5{padding-right:5px;}
.brk-600-pd-10{padding:10px;}
.brk-600-pdt-10{padding-top:10px;}
.brk-600-pdb-10{padding-bottom:10px;}
.brk-600-pdl-10{padding-left:10px;}
.brk-600-pdr-10{padding-right:10px;}
.brk-600-pd-15{padding:15px;}
.brk-600-pdt-15{padding-top:15px;}
.brk-600-pdb-15{padding-bottom:15px;}
.brk-600-pdl-15{padding-left:15px;}
.brk-600-pdr-15{padding-right:15px;}
.brk-600-pd-20{padding:20px;}
.brk-600-pdt-20{padding-top:20px;}
.brk-600-pdb-20{padding-bottom:20px;}
.brk-600-pdl-20{padding-left:20px;}
.brk-600-pdr-20{padding-right:20px;}
.brk-600-pd-25{padding:25px;}
.brk-600-pdt-25{padding-top:25px;}
.brk-600-pdb-25{padding-bottom:25px;}
.brk-600-pdl-25{padding-left:25px;}
.brk-600-pdr-25{padding-right:25px;}
.brk-600-pd-30{padding:30px;}
.brk-600-pdt-30{padding-top:30px;}
.brk-600-pdb-30{padding-bottom:30px;}
.brk-600-pdl-30{padding-left:30px;}
.brk-600-pdr-30{padding-right:30px;}
.brk-600-pd-35{padding:35px;}
.brk-600-pdt-35{padding-top:35px;}
.brk-600-pdb-35{padding-bottom:35px;}
.brk-600-pdl-35{padding-left:35px;}
.brk-600-pdr-35{padding-right:35px;}
.brk-600-pd-40{padding:40px;}
.brk-600-pdt-40{padding-top:40px;}
.brk-600-pdb-40{padding-bottom:40px;}
.brk-600-pdl-40{padding-left:40px;}
.brk-600-pdr-40{padding-right:40px;}
.brk-600-pd-45{padding:45px;}
.brk-600-pdt-45{padding-top:45px;}
.brk-600-pdb-45{padding-bottom:45px;}
.brk-600-pdl-45{padding-left:45px;}
.brk-600-pdr-45{padding-right:45px;}
.brk-600-pd-50{padding:50px;}
.brk-600-pdt-50{padding-top:50px;}
.brk-600-pdb-50{padding-bottom:50px;}
.brk-600-pdl-50{padding-left:50px;}
.brk-600-pdr-50{padding-right:50px;}
.brk-600-pd-55{padding:55px;}
.brk-600-pdt-55{padding-top:55px;}
.brk-600-pdb-55{padding-bottom:55px;}
.brk-600-pdl-55{padding-left:55px;}
.brk-600-pdr-55{padding-right:55px;}
.brk-600-pd-60{padding:60px;}
.brk-600-pdt-60{padding-top:60px;}
.brk-600-pdb-60{padding-bottom:60px;}
.brk-600-pdl-60{padding-left:60px;}
.brk-600-pdr-60{padding-right:60px;}
.brk-600-pd-70{padding:70px;}
.brk-600-pdt-70{padding-top:70px;}
.brk-600-pdb-70{padding-bottom:70px;}
.brk-600-pdl-70{padding-left:70px;}
.brk-600-pdr-70{padding-right:70px;}
.brk-600-pd-80{padding:80px;}
.brk-600-pdt-80{padding-top:80px;}
.brk-600-pdb-80{padding-bottom:80px;}
.brk-600-pdl-80{padding-left:80px;}
.brk-600-pdr-80{padding-right:80px;}
.brk-600-pd-90{padding:90px;}
.brk-600-pdt-90{padding-top:90px;}
.brk-600-pdb-90{padding-bottom:90px;}
.brk-600-pdl-90{padding-left:90px;}
.brk-600-pdr-90{padding-right:90px;}
.brk-600-pd-100{padding:100px;}
.brk-600-pdt-100{padding-top:100px;}
.brk-600-pdb-100{padding-bottom:100px;}
.brk-600-pdl-100{padding-left:100px;}
.brk-600-pdr-100{padding-right:100px;}


/* **************************************************************************** */
/* ################################## COLORS ################################# */
/* **************************************************************************** */
.brk-600-bg-white{background:#fff;}
.brk-600-bg-black{background:#000;}
.brk-600-bg-transparent{background:transparent;}
.brk-600-trans-white-bk-1{ background-color:#fff;background-color:rgba(255, 255, 255, 0.1)}
.brk-600-trans-white-bk-2{ background-color:#fff;background-color:rgba(255, 255, 255, 0.2)}
.brk-600-trans-white-bk-3{ background-color:#fff;background-color:rgba(255, 255, 255, 0.3)}
.brk-600-trans-white-bk-4{ background-color:#fff;background-color:rgba(255, 255, 255, 0.4)}
.brk-600-trans-white-bk-5{ background-color:#fff;background-color:rgba(255, 255, 255, 0.5)}
.brk-600-trans-white-bk-6{ background-color:#fff;background-color:rgba(255, 255, 255, 0.6)}
.brk-600-trans-white-bk-7{ background-color:#fff;background-color:rgba(255, 255, 255, 0.7)}
.brk-600-trans-white-bk-8{ background-color:#fff;background-color:rgba(255, 255, 255, 0.8)}
.brk-600-trans-white-bk-9{ background-color:#fff;background-color:rgba(255, 255, 255, 0.9)}
.brk-600-trans-black-bk-1{ background-color:#000;background-color:rgba(0, 0, 0, 0.1)}
.brk-600-trans-black-bk-2{ background-color:#000;background-color:rgba(0, 0, 0, 0.2)}
.brk-600-trans-black-bk-3{ background-color:#000;background-color:rgba(0, 0, 0, 0.3)}
.brk-600-trans-black-bk-4{ background-color:#000;background-color:rgba(0, 0, 0, 0.4)}
.brk-600-trans-black-bk-5{ background-color:#000;background-color:rgba(0, 0, 0, 0.5)}
.brk-600-trans-black-bk-6{ background-color:#000;background-color:rgba(0, 0, 0, 0.6)}
.brk-600-trans-black-bk-7{ background-color:#000;background-color:rgba(0, 0, 0, 0.7)}
.brk-600-trans-black-bk-8{ background-color:#000;background-color:rgba(0, 0, 0, 0.8)}
.brk-600-trans-black-bk-9{ background-color:#000;background-color:rgba(0, 0, 0, 0.9)}

/* **************************************************************************** */
/* ################################## RADIUS ################################## */
/* **************************************************************************** */
.brk-600-border-r-0{border-radius:0;}
.brk-600-border-r-1{border-radius:1px;}
.brk-600-border-r-2{border-radius:2px;}
.brk-600-border-r-3{border-radius:3px;}
.brk-600-border-r-4{border-radius:4px;}
.brk-600-border-r-5{border-radius:5px;}
.brk-600-border-r-6{border-radius:6px;}
.brk-600-border-r-7{border-radius:7px;}
.brk-600-border-r-8{border-radius:8px;}
.brk-600-border-r-9{border-radius:9px;}
.brk-600-border-r-10{border-radius:10px;}
.brk-600-border-r-15{border-radius:15px;}
.brk-600-border-r-20{border-radius:20px;}
.brk-600-border-r-25{border-radius:25px;}
.brk-600-border-r-30{border-radius:30px;}
.brk-600-border-r-35{border-radius:35px;}
.brk-600-border-r-40{border-radius:40px;}
.brk-600-border-r-45{border-radius:45px;}
.brk-600-border-r-50{border-radius:50px;}
.brk-600-border-r-10-p{border-radius:10%;}
.brk-600-border-r-20-p{border-radius:20%;}
.brk-600-border-r-30-p{border-radius:30%;}
.brk-600-border-r-40-p{border-radius:40%;}
.brk-600-border-r-50-p{border-radius:50%;}
.brk-600-border-r-60-p{border-radius:60%;}
.brk-600-border-r-70-p{border-radius:70%;}
.brk-600-border-r-80-p{border-radius:80%;}
.brk-600-border-r-90-p{border-radius:90%;}
.brk-600-border-r-100-p{border-radius:100%;}


}
